diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 4fd51d386..706e6de0f 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -572,5 +572,11 @@ $lang['note_check_more_info'] = 'Go to %s or %s for more informations.'; $lang['note_check_more_info_forum'] = 'the forum'; $lang['note_check_more_info_wiki'] = 'the wiki'; $lang['Duplicates'] = 'Files with same name in more than one physical category'; +$lang['WIKI'] = 'WIKI / DOC'; +$lang['DEMO'] = 'DEMO'; +$lang['HOME'] = 'HOME'; +$lang['FORUM'] = 'FORUM'; +$lang['BUGS'] = 'BUGS'; +$lang['EXTENSIONS'] = 'EXTENSIONS'; ?> |