diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-20 22:35:39 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-20 22:35:39 +0000 |
commit | af78fa6193f7fec2bad09315aa1fb512d3c9a6fc (patch) | |
tree | ff597f8953de508e8e3ee948f4c66689e83fbf8c /language/nl_NL | |
parent | 251eeb05aba7ddb79afafd4143a5435fc368b0e7 (diff) |
Fix some language keys problems
Need translations !
git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/nl_NL')
-rw-r--r-- | language/nl_NL/admin.lang.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index ce27b7d87..8c3266be8 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -597,12 +597,12 @@ $lang['Caddie is currently empty'] = "Caddie is momenteel leeg"; $lang['Upload'] = "Upload"; $lang['Show upload link every time'] = "Show upload link altijd"; $lang['User access level to upload'] = "Gebruiker toegangsniveau om te uploaden"; -$lang['Free access'] = "Gratis toegang"; -$lang['Access to all'] = "Toegang tot alles"; -$lang['Access to subscribed'] = "Toegang tot geabbonnneerde"; -$lang['Access to administrators'] = "Toegang voor beheerders"; -$lang['Access to webmasters'] = "Toegang voor webmasters"; -$lang['No access'] = "Geen toegang"; +$lang['ACCESS_0'] = "Gratis toegang"; +$lang['ACCESS_1'] = "Toegang tot alles"; +$lang['ACCESS_2'] = "Toegang tot geabbonnneerde"; +$lang['ACCESS_3'] = "Toegang voor beheerders"; +$lang['ACCESS_4'] = "Toegang voor webmasters"; +$lang['ACCESS_5'] = "Geen toegang"; $lang['Demo'] = "Demo"; $lang['Piwigo home'] = "Piwigo Home"; $lang['Support'] = "Bijstand"; |