1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

some language additions and tiny bugfixes related to the request_var change

git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-05-31 18:54:00 +00:00
parent 6482d0e207
commit d24f5d734b
7 changed files with 76 additions and 39 deletions

View File

@@ -107,12 +107,12 @@ $lang += array(
'BAN_EMAILS' => 'Ban Emails',
'BAN_IPS' => 'Ban IPs',
'BAN_USERS' => 'Ban Usernames',
'DISALLOW' => 'Disallow names',
'DISALLOW' => 'Disallow Names',
'RANKS' => 'Ranks',
'PRUNE_USERS' => 'Prune users',
'PRUNE_USERS' => 'Prune Users',
'BOTS' => 'Manage Bots',
'GROUP_MANAGE' => 'Manage groups',
'CUSTOM_PROFILE_FIELDS' => 'Profile fields',
'GROUP_MANAGE' => 'Manage Groups',
'CUSTOM_PROFILE_FIELDS' => 'Profile Fields',
'LANGUAGE_CAT' => 'Language',
'LANGUAGE_PACKS' => 'Language Packs',
@@ -1217,6 +1217,9 @@ $lang += array(
'GROUP_PENDING' => 'Pending Members',
'GROUPS_NO_MEMBERS' => 'This group has no members',
'GROUPS_NO_MODS' => 'No group leaders defined',
'NO_USERS' => 'The requested users do not exist',
'SELECT_OPTION' => 'Select option',
'GROUP_DEFAULT' => 'Default',
'GROUP_APPROVE' => 'Approve',
@@ -1252,6 +1255,9 @@ $lang += array(
'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.',
'GROUP_UPDATED' => 'Group preferences updated successfully.',
'GROUP_CREATED' => 'Group has been created successfully',
'GROUP_RECEIVE_PM' => 'Group able to receive private messages',
'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder',
'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. A value of 0 means the user default limit will be used.',
'GROUP_SETTINGS_SAVE' => 'Groupwide settings',
'GROUP_SETTINGS' => 'Set user preferences',

View File

@@ -99,6 +99,7 @@ $lang += array(
'DELETE_MARKED' => 'Delete Marked',
'DESCENDING' => 'Descending',
'DISABLED' => 'Disabled',
'DISPLAY' => 'Display',
'DISPLAY_GUESTS' => 'Display Guests',
'DISPLAY_MESSAGES' => 'Display messages from previous',
'DISPLAY_POSTS' => 'Display posts from previous',

View File

@@ -45,6 +45,8 @@ $lang += array(
'GROUP_IS_FREE' => 'This is a freely open group, all new members are welcome.',
'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.',
'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details',
'REMOVE_SELECTED' => 'Remove selected',
);

View File

@@ -58,6 +58,10 @@ $lang += array(
'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself). Alternatively you can mark the users required and click the Insert Marked button.',
'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.',
'GROUP_LEADER' => 'Group leader',
'HIDE_MEMBER_SEARCH' => 'Hide member search',
'ICQ' => 'ICQ',
'IM_ADD_CONTACT' => 'Add Contact',
'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.',
@@ -106,6 +110,7 @@ $lang += array(
'SORT_LAST_ACTIVE' => 'Last active',
'SORT_POST_COUNT' => 'Post count',
'USERNAME_BEGINS_WITH' => 'Username begins with',
'USER_FORUM' => 'Forum statistics',
'USER_ONLINE' => 'Online',
'USER_PRESENCE' => 'Forum presence',