aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeeshessels <keeshessels@piwigo.org>2010-04-06 08:37:55 +0000
committerkeeshessels <keeshessels@piwigo.org>2010-04-06 08:37:55 +0000
commit6388c51e6b3e00a2511d8be309621ab8bc27fc01 (patch)
tree4a4331c9113cafc41705007f152a66871a5b56c0
parentcc11d33bd991ec558e7960464688ff4eaf5994ff (diff)
nl_NL
completed admin.lang.php and install.lang.php git-svn-id: http://piwigo.org/svn/trunk@5688 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/nl_NL/admin.lang.php9
-rw-r--r--language/nl_NL/install.lang.php6
2 files changed, 13 insertions, 2 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index fab93e719..43c613a8a 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -511,7 +511,7 @@ $lang['Go to %s or %s for more informations'] = 'Ga naar %s of %s voor meer info
$lang['the forum'] = 'het forum';
$lang['the wiki'] = 'de wiki';
$lang['%s value is not correct file because exif are not supported'] = '%s waarde is niet een correct bestand omdat exif niet ondersteund wordt';
-$lang['%s must be to set to false in your local/config/config.inc.php file'] = '%s moet aangepast worden naar false in uw config_local.inc.php bestand';
+$lang['%s must be to set to false in your local/config/config.inc.php file'] = '%s moet aangepast worden naar false in uw local/config/config.inc.php bestand';
$lang['Main "guest" user does not exist'] = 'Hoofd "gast" gebruiker bestaat niet meer';
$lang['Main "guest" user status is incorrect'] = 'Hoofd "gast" gebruikersstatus is niet correct';
$lang['Default user does not exist'] = 'Standaard gebruiker bestaat niet meer';
@@ -748,4 +748,11 @@ $lang['Set as default language for unregistered and new users'] = 'Stel in als s
$lang['Miscellaneous'] = 'Diverse';
$lang['User Upload'] = 'Upload door gebruikers';
$lang['Virtual Links'] = 'Virtuele Links';
+$lang['Add Photos'] = 'Afbeeldingen toevoegen';
+$lang['Download'] = 'Download';
+$lang['The following tag was deleted'] = 'De volgende tag werd verwijderd';
+$lang['There is no other language available.'] = 'Er is geen andere taal beschikbaar.';
+$lang['There is no other plugin available.'] = 'Er is geen andere plugin beschikbaar.';
+$lang['There is no other theme available.'] = 'Er is geen andere thema beschikbaar.';
+
?>
diff --git a/language/nl_NL/install.lang.php b/language/nl_NL/install.lang.php
index 70bec3ed4..7f9bf2e0a 100644
--- a/language/nl_NL/install.lang.php
+++ b/language/nl_NL/install.lang.php
@@ -66,7 +66,11 @@ $lang['Try to configure PHP 5'] = 'Probeer PHP 5 te configureren';
$lang['Sorry!'] = 'Sorry!';
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kon PHP 5 niet configureren.';
$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.'] = 'Hope to see you back soon.';
+$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['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.';
?> \ No newline at end of file