mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Some uncommitted till now changes
git-svn-id: file:///svn/phpbb/trunk@5056 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0b91fffe8b
commit
676ca63ef0
3 changed files with 60 additions and 45 deletions
|
@ -41,6 +41,21 @@ $lang += array(
|
|||
'FORUM_INDEX' => 'Forum Index',
|
||||
'ADMIN_INDEX' => 'Admin Index',
|
||||
|
||||
'ACP_INDEX' => 'Admin index',
|
||||
|
||||
'ACP_CAT_GENERAL' => 'General',
|
||||
'ACP_CAT_FORUM' => 'Forum',
|
||||
'ACP_BOARD_SETTINGS' => 'Board settings',
|
||||
'ACP_BOARD_DEFAULTS' => 'Board defaults',
|
||||
'ACP_CAT_SERVER' => 'Server',
|
||||
'ACP_BOARD_SERVER' => 'Server settings',
|
||||
|
||||
'ACP_CAT_USERGROUP' => 'Users & Groups',
|
||||
'ACP_USERS_MANAGE' => 'Edit user data',
|
||||
|
||||
|
||||
|
||||
|
||||
'DB_CAT' => 'Database',
|
||||
'DB_BACKUP' => 'Backup Database',
|
||||
'DB_RESTORE' => 'Restore Database',
|
||||
|
|
|
@ -425,7 +425,7 @@ $lang += array(
|
|||
|
||||
'YEAR' => 'Year',
|
||||
'YES' => 'Yes',
|
||||
'YOU_LAST_VISIT' => 'Last visit on %s',
|
||||
'YOU_LAST_VISIT' => 'Last visit was: %s',
|
||||
'YOU_NEW_PM' => 'A new private message is waiting for you in your Inbox',
|
||||
'YOU_NEW_PMS' => 'New private messages are waiting for you in your Inbox',
|
||||
'YOU_NO_NEW_PM' => 'No new private messages are waiting for you',
|
||||
|
|
|
@ -322,16 +322,16 @@ $lang += array(
|
|||
'UCP_ICQ' => 'ICQ Number',
|
||||
'UCP_JABBER' => 'Jabber Address',
|
||||
'UCP_MAIN' => 'Overview',
|
||||
'UCP_MAIN_BOOKMARKS' => 'Bookmarks',
|
||||
'UCP_MAIN_DRAFTS' => 'Saved drafts',
|
||||
'UCP_MAIN_FRONT' => 'Front page',
|
||||
'UCP_MAIN_SUBSCRIBED' => 'Subscribed',
|
||||
'UCP_BOOKMARKS' => 'Bookmarks',
|
||||
'UCP_DRAFTS' => 'Saved drafts',
|
||||
'UCP_FRONT' => 'Front page',
|
||||
'UCP_SUBSCRIBED' => 'Subscribed',
|
||||
'UCP_MSNM' => 'MSN Messenger',
|
||||
'UCP_NO_ATTACHMENTS' => 'You have posted no files',
|
||||
'UCP_PREFS' => 'Preferences',
|
||||
'UCP_PREFS_PERSONAL' => 'Personal Settings',
|
||||
'UCP_PREFS_POST' => 'Posting Messages',
|
||||
'UCP_PREFS_VIEW' => 'Viewing Posts',
|
||||
'UCP_PERSONAL' => 'Personal Settings',
|
||||
'UCP_POST' => 'Posting Messages',
|
||||
'UCP_VIEW' => 'Viewing Posts',
|
||||
'UCP_PM' => 'Private Messages',
|
||||
'UCP_PM_COMPOSE' => 'Compose Message',
|
||||
'UCP_PM_DRAFTS' => 'PM Drafts',
|
||||
|
@ -339,10 +339,10 @@ $lang += array(
|
|||
'UCP_PM_UNREAD' => 'Unread Messages',
|
||||
'UCP_PM_VIEW_MESSAGES' => 'View Messages',
|
||||
'UCP_PROFILE' => 'Profile',
|
||||
'UCP_PROFILE_AVATAR' => 'Your avatar',
|
||||
'UCP_PROFILE_PROFILE_INFO' => 'Your Profile',
|
||||
'UCP_PROFILE_REG_DETAILS' => 'Registration details',
|
||||
'UCP_PROFILE_SIGNATURE' => 'Your signature',
|
||||
'UCP_AVATAR' => 'Your avatar',
|
||||
'UCP_PROFILE_INFO' => 'Your Profile',
|
||||
'UCP_REG_DETAILS' => 'Registration details',
|
||||
'UCP_SIGNATURE' => 'Your signature',
|
||||
'UCP_REMIND' => 'Send password',
|
||||
'UCP_WATCHED' => 'Watched items',
|
||||
'UCP_WELCOME' => 'Welcome to the User Control Panel. From here you can monitor, view and update your profile, preferences, subscribed forums and topics. You can also send messages to other users (if permitted). Please ensure you read any announcements before continuing.',
|
||||
|
|
Loading…
Add table
Reference in a new issue