diff options
Diffstat (limited to 'language/nl_NL/install.lang.php')
-rw-r--r-- | language/nl_NL/install.lang.php | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/language/nl_NL/install.lang.php b/language/nl_NL/install.lang.php index f699f53c9..22a95bc39 100644 --- a/language/nl_NL/install.lang.php +++ b/language/nl_NL/install.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -27,16 +27,12 @@ $lang['Default gallery language'] = 'Standaard galerie-taal'; $lang['Database configuration'] = 'Database-configuratie'; $lang['Admin configuration'] = 'Admin configuratie'; $lang['Start Install'] = 'Start Installatie'; -$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Email-adres moet lijken op xxx@yyy.eee (voorbeeld : jack@altern.org)'; -$lang['Webmaster login'] = 'Login webbeheerder'; $lang['It will be shown to the visitors. It is necessary for website administration'] = 'Het wordt getoond aan de bezoekers. Het is ook noodzakelijk voor de administratie van de website'; $lang['Connection to server succeed, but it was impossible to connect to database'] = 'De verbinding met de server is geslaagd, maar het is niet mogelijk om verbinding te krijgen met de database'; $lang['Can\'t connect to server'] = 'Geen verbinding met de server'; $lang['Host'] = 'MySQL host'; -$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['User'] = 'Gebruiker'; $lang['user login given by your host provider'] = 'De gebruikersnaam welke door uw provider is gegeven'; -$lang['Password'] = 'Wachtwoord'; $lang['user password given by your host provider'] = 'Wachtwoord welke door uw provider is gegeven'; $lang['Database name'] = 'Database-naam'; $lang['also given by your host provider'] = 'Ook deze is door uw provider gegeven'; @@ -45,12 +41,10 @@ $lang['database tables names will be prefixed with it (enables you to manage bet $lang['enter a login for webmaster'] = 'Geef een gebruikersnaam voor de beheerder'; $lang['webmaster login can\'t contain characters \' or "'] = 'De gebruikersnaam mag geen \' of " bevatten'; $lang['please enter your password again'] = 'Vul a.u.b. nogmaals uw wachtwoord in'; -$lang['Webmaster password'] = 'Wachtwoord webbeheerder'; -$lang['Keep it confidential, it enables you to access administration panel'] = 'Hou dit vertrouwlijk, het geeft toegang tot de beheermodule'; +$lang['Keep it confidential, it enables you to access administration panel'] = 'Hou dit vertrouwelijk, het geeft toegang tot de beheermodule'; $lang['Password [confirm]'] = 'Bevestig wachtwoord'; $lang['verification'] = 'verificatie'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hulp nodig ? Stel uw vraag op het <a href="%s" target="_blank">Piwigo forum</a>.'; -$lang['Webmaster mail address'] = 'Email-adres van de webbeheerder'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Met dit email-adres kunnen bezoekers contact opnemen met de beheerder'; $lang['PHP 5 is required'] = 'PHP 5 is vereist'; $lang['It appears your webhost is currently running PHP %s.'] = 'Het lijkt er op dat uw webhost momenteel gebruik maakt van PHP %s.'; @@ -62,7 +56,7 @@ $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kon PHP 5 niet config $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Neem contact op met de support van uw hosting provider en probeer met hen te bepalen hoe u kunt omschakelen naar PHP 5.'; $lang['Hope to see you back soon.'] = 'Hoop u snel weer te zien op deze site !.'; $lang['Congratulations, Piwigo installation is completed'] = 'Gefeliciteerd, de Piwigo installatie is afgerond'; -$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Als alternatieve oplossing kunt de tekst in de bovenstaande box kopieren en plakken in bestand "local/config/database.inc.php" (Opgelet : in database.inc.php mag alleen datgene staan dat in het tekstgebied staat, geen return- of spatie-tekens)'; +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Als alternatieve oplossing kunt u de tekst in de bovenstaande box kopiƫren en plakken in bestand "local/config/database.inc.php" (Opgelet : in database.inc.php mag alleen datgene staan dat in het tekstgebied staat, geen return- of spatie-tekens)'; $lang['Creation of config file local/config/database.inc.php failed.'] = 'Het aanmaken van config-bestand local/config/database.inc.php is mislukt.'; $lang['Download the config file'] = 'Download het config-bestand'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'U kunt het config-bestand downloaden en het uploaden naar de local/config directory van uw Piwigo-installatie.'; @@ -70,4 +64,5 @@ $lang['Just another Piwigo gallery'] = 'Alweer een Piwigo galerie'; $lang['Welcome to my photo gallery'] = 'Welkom bij mijn foto galerie'; $lang['Welcome to your new installation of Piwigo!'] = 'Welkom bij uw nieuwe installatie van Piwigo!'; $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Aarzel niet om onze forum\'s te raadplegen voor hulp: %s'; +$lang['localhost or other, supplied by your host provider'] = 'localhost of andere, geleverd door uw provider'; ?>
\ No newline at end of file |