mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- change registration page language on-the-fly
- added download function to functions_compress as well as tiny bugfixes - added local_name and author to iso.txt file git-svn-id: file:///svn/phpbb/trunk@5074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -52,8 +52,7 @@ $lang += array(
|
||||
|
||||
'ACP_CAT_USERGROUP' => 'Users & Groups',
|
||||
'ACP_USERS_MANAGE' => 'Edit user data',
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
'DB_CAT' => 'Database',
|
||||
@@ -114,6 +113,10 @@ $lang += array(
|
||||
'GROUP_MANAGE' => 'Manage groups',
|
||||
'CUSTOM_PROFILE_FIELDS' => 'Profile fields',
|
||||
|
||||
'LANGUAGE_CAT' => 'Language',
|
||||
'LANGUAGE_PACKS' => 'Language Packs',
|
||||
|
||||
|
||||
'ADMINISTRATORS' => 'Administrators',
|
||||
'USERNAMES_EXPLAIN' => 'Place each username on a seperate line',
|
||||
'LOOK_UP_FORUM' => 'Select a Forum',
|
||||
@@ -280,6 +283,10 @@ $lang += array(
|
||||
'LOG_BOT_ADDED' => '<b>New bot added</b><br />» %s',
|
||||
'LOG_BOT_UPDATED' => '<b>Existing bot updated</b><br />» %s',
|
||||
'LOG_BOT_DELETE' => '<b>Deleted bot</b><br />» %s',
|
||||
|
||||
'LOG_DELETE_LANGUAGE_PACK' => '<b>Deleted language pack</b><br />» %s',
|
||||
'LOG_LANGUAGE_PACK_INSTALLED' => '<b>Installed language pack</b><br />» %s',
|
||||
'LOG_UPDATE_LANG_DETAILS' => '<b>Updated language pack details</b><br />» %s',
|
||||
);
|
||||
|
||||
// Index page
|
||||
|
@@ -1 +1,3 @@
|
||||
English [UK]
|
||||
English [UK]
|
||||
English [UK]
|
||||
phpBB Group
|
Reference in New Issue
Block a user