diff options
author | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
commit | 2e071ba4a17cfb4e4ea0ab6e50516ddac5e0ae90 (patch) | |
tree | 681f9b4cbbed109beb41ca4babf0662dc814f8c4 /language/nl_NL/common.lang.php | |
parent | d80d853a23119bd21c20ad92024cba5dce47e7d4 (diff) |
merge --squash from translation up to f9fecd0be09ea6da405f1ab2a09e09bc51312dd4
git merge --squash is simpler for the first time, then we plan to do cherry-pick
Diffstat (limited to 'language/nl_NL/common.lang.php')
-rw-r--r-- | language/nl_NL/common.lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index cb6b3a178..69d4d0185 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -398,7 +398,7 @@ $lang['Rating score, low → high'] = 'Waarderingsscore, laag → hoog'; $lang['Visits, high → low'] = 'Bezoeken, hoog → laag'; $lang['Visits, low → high'] = 'Bezoeken, laag %rarr; hoog'; $lang['xsmall'] = 'XS - extra klein'; -$lang['%d rate'] = '%d tarief'; +$lang['%d rate'] = '%d stem(men)'; $lang['Bad request'] = 'Foutief verzoek'; $lang['Forbidden'] = 'Verboden'; $lang['Page not found'] = 'Pagina niet gevonden'; @@ -444,4 +444,5 @@ $lang['month']['5'] = 'Mei'; $lang['month']['6'] = 'Juni'; $lang['month']['7'] = 'Juli'; $lang['month']['8'] = 'Augustus'; -$lang['month']['9'] = 'September';
\ No newline at end of file +$lang['month']['9'] = 'September'; +$lang['Your authentication key is no longer valid.'] = 'Uw authenticatie sleutel is niet langer geldig.';
\ No newline at end of file |