mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved... - added "active module" var to the module class returning the current active module - changed call to image magick - add administrator to global moderators group by default - extend auth_option column a little bit - other bugfixes git-svn-id: file:///svn/phpbb/trunk@6135 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
|
||||
'CP_LANG_DEFAULT_VALUE' => 'Default Value',
|
||||
'CP_LANG_EXPLAIN' => 'Field Description',
|
||||
'CP_LANG_EXPLAIN_EXPLAIN' => 'The Explanation for this field presented to the user',
|
||||
'CP_LANG_NAME' => 'Field Name presented to the user',
|
||||
'CP_LANG_NAME' => 'Field Name/Title presented to the user',
|
||||
'CP_LANG_OPTIONS' => 'Options',
|
||||
'CREATE_NEW_FIELD' => 'Create New Field',
|
||||
'COLUMNS' => 'Columns',
|
||||
@@ -53,15 +53,16 @@ $lang = array_merge($lang, array(
|
||||
'DEFAULT_VALUE' => 'Default Value',
|
||||
'DELETE_PROFILE_FIELD' => 'Remove profile field',
|
||||
'DELETE_PROFILE_FIELD_CONFIRM' => 'Are you sure you want to delete this profile field?',
|
||||
'DISPLAY_AT_PROFILE' => 'Display at users profile',
|
||||
'DISPLAY_AT_PROFILE' => 'Display in user control panel',
|
||||
'DISPLAY_AT_PROFILE_EXPLAIN' => 'The user is able to change this profile field within the user control panel.',
|
||||
'DISPLAY_AT_REGISTER' => 'Display at registration screen',
|
||||
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be additionally displayed on registration.',
|
||||
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration and able to be changed within the user control panel.',
|
||||
'DISPLAY_PROFILE_FIELD' => 'Display profile field',
|
||||
'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown on viewtopic/viewprofile/memberlist/etc.',
|
||||
'DROPDOWN_ENTRIES_EXPLAIN' => 'Enter your options now, every option in one line',
|
||||
|
||||
'EMPTY_FIELD_IDENT' => 'Empty field name',
|
||||
'EMPTY_USER_FIELD_NAME' => 'Empty Field Name presented to the user',
|
||||
'EMPTY_FIELD_IDENT' => 'Empty field identification',
|
||||
'EMPTY_USER_FIELD_NAME' => 'Please enter a field name/title',
|
||||
'ENTRIES' => 'Entries',
|
||||
'EVERYTHING_OK' => 'Everything OK',
|
||||
|
||||
@@ -70,8 +71,8 @@ $lang = array_merge($lang, array(
|
||||
'FIELD_DESCRIPTION' => 'Field Description',
|
||||
'FIELD_DESCRIPTION_EXPLAIN' => 'The Explanation for this field presented to the user',
|
||||
'FIELD_DROPDOWN' => 'Dropdown Box',
|
||||
'FIELD_IDENT' => 'Field Name',
|
||||
'FIELD_IDENT_EXPLAIN' => 'The Field Name is a name for you to identify the profile field, it is not displayed to the user.',
|
||||
'FIELD_IDENT' => 'Field Identification',
|
||||
'FIELD_IDENT_EXPLAIN' => 'The field Identification is a name to identify the profile field within the database and the templates.',
|
||||
'FIELD_INT' => 'Numbers',
|
||||
'FIELD_LENGTH' => 'Length of input box',
|
||||
'FIELD_NOT_FOUND' => 'Profile field not found',
|
||||
@@ -85,7 +86,7 @@ $lang = array_merge($lang, array(
|
||||
'HIDE_PROFILE_FIELD' => 'Hide Profile Field',
|
||||
'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only Administrators and Moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in user profiles.',
|
||||
|
||||
'INVALID_CHARS_FIELD_IDENT' => 'Field name can only contain lowercase a-z and _',
|
||||
'INVALID_CHARS_FIELD_IDENT' => 'Field identification can only contain lowercase a-z and _',
|
||||
'ISO_LANGUAGE' => 'Language [%s]',
|
||||
|
||||
'LANG_SPECIFIC_OPTIONS' => 'Language specific options [<b>%s</b>]',
|
||||
@@ -112,7 +113,7 @@ $lang = array_merge($lang, array(
|
||||
'RADIO_BUTTONS' => 'Radio Buttons',
|
||||
'REMOVED_PROFILE_FIELD' => 'Successfully removed profile field.',
|
||||
'REQUIRED_FIELD' => 'Required Field',
|
||||
'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration too.',
|
||||
'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration and within the user control panel.',
|
||||
'ROWS' => 'Rows',
|
||||
|
||||
'SAVE' => 'Save',
|
||||
@@ -134,7 +135,7 @@ $lang = array_merge($lang, array(
|
||||
'TEXT_DEFAULT_VALUE_EXPLAIN' => 'Enter a default text to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
|
||||
|
||||
'UPDATE_PREVIEW' => 'Update Preview',
|
||||
'USER_FIELD_NAME' => 'Field Name presented to the user',
|
||||
'USER_FIELD_NAME' => 'Field Name/Title presented to the user',
|
||||
|
||||
'VISIBILITY_OPTION' => 'Visibility Option',
|
||||
));
|
||||
|
@@ -96,7 +96,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'CANCEL' => 'Cancel',
|
||||
'CHANGE' => 'Change',
|
||||
'CLICK_VIEW_PRIVMSG' => '%sReturn to your Inbox%s',
|
||||
'CLICK_VIEW_PRIVMSG' => '%sGo to your inbox%s',
|
||||
'CLOSE_WINDOW' => 'Close window',
|
||||
'COLOUR_SWATCH' => 'Colour swatch',
|
||||
'CONFIRM' => 'Confirm',
|
||||
@@ -245,6 +245,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'LAST_POST' => 'Last post',
|
||||
'LAST_UPDATED' => 'Last updated',
|
||||
'LAST_VISIT' => 'Last visit',
|
||||
'LEGEND' => 'Legend',
|
||||
'LOCATION' => 'Location',
|
||||
'LOCK_POST' => 'Lock Post',
|
||||
|
Reference in New Issue
Block a user