Show
Ignore:
Timestamp:
03/20/10 23:35:39 (3 years ago)
Author:
nikrou
Message:

Fix some language keys problems
Need translations !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r5156 r5207  
    598598$lang['Show upload link every time'] = "Show upload link every time"; 
    599599$lang['User access level to upload'] = "User access level to upload"; 
    600 $lang['Free access'] = "Free access"; 
    601 $lang['Access to all'] = "Access to all"; 
    602 $lang['Access to subscribed'] = "Access to subscribed"; 
    603 $lang['Access to administrators'] = "Access to administrators"; 
    604 $lang['Access to webmasters'] = "Access to webmasters"; 
    605 $lang['No access'] = "No access"; 
     600$lang['ACCESS_0'] = "Free access"; 
     601$lang['ACCESS_1'] = "Access to all"; 
     602$lang['ACCESS_2'] = "Access to subscribed"; 
     603$lang['ACCESS_3'] = "Access to administrators"; 
     604$lang['ACCESS_4'] = "Access to webmasters"; 
     605$lang['ACCESS_5'] = "No access"; 
    606606$lang['Demo'] = "Demo"; 
    607607$lang['Piwigo home'] = "Piwigo home"; 
     
    668668$lang['Cannot delete the old permalink !'] = "Cannot delete the old permalink !"; 
    669669$lang['Hit'] = "Hit"; 
     670 
     671$lang['Tools'] = "Tools"; 
     672$lang['Photos'] = "Photos"; 
     673$lang['Themes'] = "Themes"; 
     674$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo"; 
     675$lang['Order alphanumerically'] = "Order alphanumerically"; 
     676$lang['Order alphanumerically reverse'] = "Order alphanumerically reverse"; 
     677$lang['Installed Themes'] = "Installed Themes"; 
     678$lang['Add New Theme'] = "Add New Theme"; 
     679$lang['Forbid this theme to users'] = "Forbid this theme to users"; 
     680$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users"; 
     681$lang['unknown'] = 'unknown'; 
    670682?>