diff options
Diffstat (limited to 'language/nl_NL/common.lang.php')
-rw-r--r-- | language/nl_NL/common.lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index 7b01ce04e..69d4d0185 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.7.1 +Version: auto Language URI: http://piwigo.org/ext/extension_view.php?eid=429 Author: Piwigo team Author URI: http://piwigo.org @@ -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 |