[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/ModuleManager/lang/ext/ -> nl_NL.php (source)

   1  <?php
   2  $lang['prompt_settings'] = 'Instellingen';
   3  $lang['prompt_otheroptions'] = 'Andere Opties';
   4  $lang['reset'] = 'Opnieuw instellen';
   5  $lang['error_minimumrepository'] = 'De repository versie is niet compatibel met deze module manager';
   6  $lang['prompt_reseturl'] = 'Standaard URL instellen';
   7  $lang['prompt_resetcache'] = 'Lokale repository data cache vernieuwen';
   8  $lang['prompt_dl_chunksize'] = 'Download blok grootte (Kb)';
   9  $lang['text_dl_chunksize'] = 'De maximale hoeveelheid data die in 1 stuk wordt ge-download (bij een module installatie)';
  10  $lang['error_nofilesize'] = 'Geen &quot;filesize&quot; parameter opgegeven';
  11  $lang['error_nofilename'] = 'Geen &quot;filename&quot; parameter opgegeven';
  12  $lang['error_checksum'] = 'Checksum fout. Dit wijst waarschijnlijk op een beschadigd bestand, ofwel toen het naar de repository werd ge-upload, of tijdens de download.';
  13  $lang['cantdownload'] = 'Kan niet downloaden';
  14  $lang['download'] = 'Downloaden &amp; Installeren';
  15  $lang['error_moduleinstallfailed'] = 'Module installatie mislukt';
  16  $lang['error_connectnomodules'] = 'Ondanks dat er met succes een verbinding met de aangegeven module repository werd gemaakt. Het lijkt erop dat deze repository nog geen modules deelt.';
  17  $lang['submit'] = 'Verstuur';
  18  $lang['text_repository_url'] = 'De URL moet de vorm hebben http://www.mycmssite.com/path/soap.php?module=ModuleRepository';
  19  $lang['prompt_repository_url'] = 'ModuleRepository URL:';
  20  $lang['availmodules'] = 'Beschikbare modules';
  21  $lang['preferences'] = 'Voorkeuren';
  22  $lang['repositorycount'] = 'Modules gevonden in de repository';
  23  $lang['instcount'] = 'Modules nu ge&iuml;nstalleerd';
  24  $lang['availablemodules'] = 'De huidige status van modules beschikbaar in de huidige repository';
  25  $lang['helptxt'] = 'Hulp';
  26  $lang['abouttxt'] = 'Over';
  27  $lang['xmltext'] = 'XML Bestand';
  28  $lang['nametext'] = 'Modulenaam';
  29  $lang['vertext'] = 'Versie';
  30  $lang['sizetext'] = 'Grootte (Kilobytes)';
  31  $lang['statustext'] = 'Status/Aktie';
  32  $lang['uptodate'] = 'Ge&iuml;nstalleerd';
  33  $lang['install'] = 'installeer';
  34  $lang['newerversion'] = 'Nieuwere versie ge&iuml;nstalleerd';
  35  $lang['upgrade'] = 'Bijwerken';
  36  $lang['error_nosoapconnect'] = 'Kon geen verbinding met de SOAP server tot stand brangen';
  37  $lang['error_soaperror'] = 'SOAP probleem';
  38  $lang['error_norepositoryurl'] = 'De URL voor de Module Repository is niet opgegeven';
  39  $lang['friendlyname'] = 'Modulebeheer';
  40  $lang['postinstall'] = '';
  41  $lang['postuninstall'] = 'Module Manager is ge-deinstalleerd. Gebruikers hebben niet langer de mogelijkheid om modules te installeren vanuit externe repositories. Locale installatie is wel nog steeds mogelijk.';
  42  $lang['really_uninstall'] = 'De module manager de-installeren? Hiermee verliest u de functionaliteit die deze module biedt.';
  43  $lang['uninstalled'] = 'Module ge-de&iuml;nstalleerd.';
  44  $lang['installed'] = 'Module versie %s ge&iuml;nstalleerd.';
  45  $lang['upgraded'] = 'Module bijgewerkt naar versie %s.';
  46  $lang['moddescription'] = 'Een client voor de ModuleRepository. Deze module maakt het mogelijk modules te installeren zonder de noodzaak van het ftp-en en uitpakken van bestanden. Module XML bestanden worden ge-download met gebruik van SOAP, de integriteit wordt getest en het uipakken gebeurt automatisch.';
  47  $lang['error'] = 'Fout!';
  48  $lang['admindescription'] = 'Een module om modules vanaf andere servers op te halen en te installeren.';
  49  $lang['accessdenied'] = 'Toegang geweigerd. Controleer permissies.';
  50  $lang['changelog'] = '<ul>
  51  <li>Version 1.0. 10 January 2006. Initial Release.</li>
  52  <li>Version 1.1. July, 2006. Released with the 1.0- beta</li>
  53  <li>Version 1.1.1 August, 2006.  Require 1.0.1 of nuSOAP</li>
  54  </ul>';
  55  $lang['help'] = '<h3>What Does This Do?</h3>
  56  <p>A client for the ModuleRepository, this module allows previewing, and installing modules from remote sites without the need for ftping, or unzipping archives.  Module XML files are downloaded using SOAP, integrity verified, and then expanded automatically.</p>
  57  <h3>How Do I Use It</h3>
  58  <p>In order to use this module, you will need the &#039;Modify Modules&#039; permission, and you will also need the complete, and full URL to a &#039;Module Repository&#039; installation.  You can specify this url in the &#039;Site Admin&#039; --> &#039;Global Settings&#039; page.</p><br/>
  59  <p>You can find the interface for this module under the &#039;Extensions&#039; menu.  When you select this module, the &#039;Module Repository&#039; installation will automatically be queried for a list of it&#039;s available xml modules.  This list will be cross referenced with the list of currently installed modules, and a summary page displayed.  From here, you can view the descriptive information, the help, and the about information for a module without physically installing it.  You can also choose to upgrade or install modules.</p>
  60  <h3>Support</h3>
  61  <p>As per the GPL, this software is provided as-is. Please read the text of the license for the full disclaimer.</p>
  62  <h3>Copyright and License</h3>
  63  <p>Copyright &copy; 2006, calguy1000 <a href=&quot;mailto:calguy1000@hotmail.com&quot;><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
  64  <p>This module has been released under the <a href=&quot;http://www.gnu.org/licenses/licenses.html#GPL&quot;>GNU Public License</a>. You must agree to this license before using the module.</p>';
  65  $lang['utmz'] = '156861353.1162901869.210.47.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/account/login.php|utmcmd=referral';
  66  $lang['utma'] = '156861353.596605968.1147215934.1162808741.1162901869.210';
  67  $lang['utmc'] = '156861353';
  68  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7