diff options
author | ddtddt <ddtddt@piwigo.org> | 2013-04-13 10:18:14 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2013-04-13 10:18:14 +0000 |
commit | 64f3f5ea48287d45bcef05c9982c722c823a9e63 (patch) | |
tree | 9e308e8ef0fe82b2dc6d0e3c3d9c86bcac0a8ae4 /language/nl_NL/common.lang.php | |
parent | a2f4f150d1957fac29762a2d6132397f5a2745cb (diff) |
[branche 2.5] Language_- check 2.5.1
git-svn-id: http://piwigo.org/svn/branches/2.5@22186 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/nl_NL/common.lang.php')
-rw-r--r-- | language/nl_NL/common.lang.php | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index c305c058c..36a54c56c 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: Nederlands [NL] -Version: 2.5.0 +Version: 2.5.1 Language URI: http://piwigo.org/ext/extension_view.php?eid=429 Author: Piwigo team Author URI: http://piwigo.org @@ -54,7 +54,7 @@ $lang['About'] = 'Over'; $lang['All tags'] = 'Alle label'; $lang['Any tag'] = 'Elk label'; $lang['At least one listed rule must be satisfied.'] = 'Op zijn minst moet aan één regel worden voldaan.'; -$lang['Author'] = 'Fotograaf/Maker'; +$lang['Author'] = 'Naam'; $lang['Albums'] = 'Albums'; $lang['Album'] = 'Album'; $lang['Close this window'] = 'Sluit dit venster'; @@ -125,7 +125,7 @@ $lang['add this photo to your favorites'] = 'Voeg deze foto toe aan uw favoriete $lang['Administration'] = 'Beheer'; $lang['all'] = 'alle'; $lang['ascending'] = 'Oplopend'; -$lang['author(s) : %s'] = 'Fotogra(a)f(en)/Maker(s) : %s'; +$lang['author(s) : %s'] = 'Naam/Namen: %s'; $lang['Expand all albums'] = 'Toon alle albums'; $lang['posted after %s (%s)'] = 'geplaatst na %s (%s)'; $lang['posted before %s (%s)'] = 'geplaatst voor %s (%s)'; @@ -249,7 +249,7 @@ $lang['please enter your password again'] = 'vul uw wachtwoord nogmaals in'; $lang['Auto login'] = 'Auto login'; $lang['remove this tag from the list'] = 'Verwijder dit label uit de lijst'; $lang['representative'] = 'album klikplaatje'; -$lang['Search for Author'] = 'Zoek naar fotograaf/maker'; +$lang['Search for Author'] = 'Zoek naar naam'; $lang['Search in albums'] = 'Zoeken in albums'; $lang['Search by date'] = 'Zoeken op datum'; $lang['Date'] = 'Begindatum'; @@ -285,7 +285,7 @@ $lang['Quick search'] = 'Snel zoeken'; $lang['Connected user: %s'] = 'Aangemeld als gebruiker: %s'; $lang['IP: %s'] = 'IP: %s'; $lang['Browser: %s'] = 'Browser: %s'; -$lang['Author: %s'] = 'Fotograaf/Maker: %s'; +$lang['Author: %s'] = 'Naam: %s'; $lang['Comment: %s'] = 'Commentaar: %s'; $lang['Comment by %s'] = 'Commentaar van %s'; $lang['User: %s'] = 'Gebruiker: %s'; @@ -379,7 +379,7 @@ $lang['Username: %s'] = 'Gebruikersnaam %s'; $lang['Your username has been successfully changed to : %s'] = 'Uw gebruikersnaam is succesvol gewijzigd in: %s'; $lang['Show oldest comments first'] = 'Toon oudste commentaren eerst'; $lang['Show latest comments first'] = 'Toon nieuwste commentaren eerst'; -$lang['Photo sizes'] = 'Foto-groottes'; +$lang['Photo sizes'] = 'Fotoformaat'; $lang['View in'] = 'Bekijk in'; $lang['Mobile'] = 'Mobiel'; $lang['Desktop'] = 'Bureaublad'; @@ -413,4 +413,11 @@ $lang['Username is mandatory'] = 'Gebruikersnaam is verplicht'; $lang['mandatory'] = 'verplicht'; $lang['Website'] = 'Website'; $lang['Your website URL is invalid'] = 'De URL van deze website is ongeldig'; +$lang['day']['0'] = 'zondag'; +$lang['day']['1'] = 'maandag'; +$lang['day']['2'] = 'dinsdag'; +$lang['day']['3'] = 'woensdag'; +$lang['day']['4'] = 'donderdag'; +$lang['day']['5'] = 'vrijdag'; +$lang['day']['6'] = 'zaterdag'; ?>
\ No newline at end of file |