diff options
Diffstat (limited to '')
-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 |