[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/language/en/acp/ -> profile.php (source)

   1  <?php
   2  /**
   3  *
   4  * acp_profile [English]
   5  *
   6  * @package language
   7  * @version $Id$
   8  * @copyright (c) 2005 phpBB Group
   9  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10  *
  11  */
  12  
  13  /**
  14  * DO NOT CHANGE
  15  */
  16  if (!defined('IN_PHPBB'))
  17  {
  18      exit;
  19  }
  20  
  21  if (empty($lang) || !is_array($lang))
  22  {
  23      $lang = array();
  24  }
  25  
  26  // DEVELOPERS PLEASE NOTE
  27  //
  28  // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
  29  //
  30  // Placeholders can now contain order information, e.g. instead of
  31  // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
  32  // translators to re-order the output of data while ensuring it remains correct
  33  //
  34  // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
  35  // equally where a string contains only two placeholders which are used to wrap text
  36  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  37  
  38  // Custom profile fields
  39  $lang = array_merge($lang, array(
  40      'ADDED_PROFILE_FIELD'    => 'Successfully added custom profile field.',
  41      'ALPHA_ONLY'            => 'Alphanumeric only',
  42      'ALPHA_SPACERS'            => 'Alphanumeric and spacers',
  43      'ALWAYS_TODAY'            => 'Always the current date',
  44  
  45      'BOOL_ENTRIES_EXPLAIN'    => 'Enter your options now',
  46      'BOOL_TYPE_EXPLAIN'        => 'Define the type, either a checkbox or radio buttons. A checkbox will only be displayed if it is checked for a given user. In that case the <strong>second</strong> language option will be used. Radio buttons will display regardless of their value.',
  47  
  48      'CHANGED_PROFILE_FIELD'        => 'Successfully changed profile field.',
  49      'CHARS_ANY'                    => 'Any character',
  50      'CHECKBOX'                    => 'Checkbox',
  51      'COLUMNS'                    => 'Columns',
  52      'CP_LANG_DEFAULT_VALUE'        => 'Default value',
  53      'CP_LANG_EXPLAIN'            => 'Field description',
  54      'CP_LANG_EXPLAIN_EXPLAIN'    => 'The explanation for this field presented to the user.',
  55      'CP_LANG_NAME'                => 'Field name/title presented to the user',
  56      'CP_LANG_OPTIONS'            => 'Options',
  57      'CREATE_NEW_FIELD'            => 'Create new field',
  58      'CUSTOM_FIELDS_NOT_TRANSLATED'    => 'At least one custom profile field has not yet been translated. Please enter the required information by clicking on the “Translate” link.',
  59  
  60      'DEFAULT_ISO_LANGUAGE'            => 'Default language [%s]',
  61      'DEFAULT_LANGUAGE_NOT_FILLED'    => 'The language entries for the default language are not filled for this profile field.',
  62      'DEFAULT_VALUE'                    => 'Default value',
  63      'DELETE_PROFILE_FIELD'            => 'Remove profile field',
  64      'DELETE_PROFILE_FIELD_CONFIRM'    => 'Are you sure you want to delete this profile field?',
  65      'DISPLAY_AT_PROFILE'            => 'Display in user control panel',
  66      'DISPLAY_AT_PROFILE_EXPLAIN'    => 'The user is able to change this profile field within the user control panel.',
  67      'DISPLAY_AT_REGISTER'            => 'Display on registration screen',
  68      'DISPLAY_AT_REGISTER_EXPLAIN'    => 'If this option is enabled, the field will be displayed on registration.',
  69      'DISPLAY_ON_VT'                    => 'Display on viewtopic screen',
  70      'DISPLAY_ON_VT_EXPLAIN'            => 'If this option is enabled, the field will be displayed in the mini-profile on the topic screen.',
  71      'DISPLAY_PROFILE_FIELD'            => 'Publicly display profile field',
  72      'DISPLAY_PROFILE_FIELD_EXPLAIN'    => 'The profile field will be shown in all locations allowed within the load settings. Setting this to “no” will hide the field from topic pages, profiles and the memberlist.',
  73      'DROPDOWN_ENTRIES_EXPLAIN'        => 'Enter your options now, every option in one line.',
  74  
  75      'EDIT_DROPDOWN_LANG_EXPLAIN'    => 'Please note that you are able to change your options text and also able to add new options to the end. It is not advised to add new options between existing options - this could result in wrong options assigned to your users. This can also happen if you remove options in-between. Removing options from the end result in users having assigned this item now reverting back to the default one.',
  76      'EMPTY_FIELD_IDENT'                => 'Empty field identification',
  77      'EMPTY_USER_FIELD_NAME'            => 'Please enter a field name/title',
  78      'ENTRIES'                        => 'Entries',
  79      'EVERYTHING_OK'                    => 'Everything OK',
  80  
  81      'FIELD_BOOL'                => 'Boolean (Yes/No)',
  82      'FIELD_DATE'                => 'Date',
  83      'FIELD_DESCRIPTION'            => 'Field description',
  84      'FIELD_DESCRIPTION_EXPLAIN'    => 'The explanation for this field presented to the user.',
  85      'FIELD_DROPDOWN'            => 'Dropdown box',
  86      'FIELD_IDENT'                => 'Field identification',
  87      'FIELD_IDENT_ALREADY_EXIST'    => 'The chosen field identification already exist. Please choose another name.',
  88      'FIELD_IDENT_EXPLAIN'        => 'The field identification is a name to identify the profile field within the database and the templates.',
  89      'FIELD_INT'                    => 'Numbers',
  90      'FIELD_LENGTH'                => 'Length of input box',
  91      'FIELD_NOT_FOUND'            => 'Profile field not found.',
  92      'FIELD_STRING'                => 'Single text field',
  93      'FIELD_TEXT'                => 'Textarea',
  94      'FIELD_TYPE'                => 'Field type',
  95      'FIELD_TYPE_EXPLAIN'        => 'You are not able to change the field type later.',
  96      'FIELD_VALIDATION'            => 'Field validation',
  97      'FIRST_OPTION'                => 'First option',
  98  
  99      'HIDE_PROFILE_FIELD'            => 'Hide profile field',
 100      'HIDE_PROFILE_FIELD_EXPLAIN'    => 'Hide the profile field from all other users except the user, administrators and moderators who are still able to see this field. If the Display in user control panel option is disabled, the user will not be able to see or change this field and the field can only be changed by administrators.',
 101  
 102      'INVALID_CHARS_FIELD_IDENT'    => 'Field identification can only contain lowercase a-z and _',
 103      'INVALID_FIELD_IDENT_LEN'    => 'Field identification can only be 17 characters long',
 104      'ISO_LANGUAGE'                => 'Language [%s]',
 105  
 106      'LANG_SPECIFIC_OPTIONS'        => 'Language specific options [<strong>%s</strong>]',
 107  
 108      'MAX_FIELD_CHARS'        => 'Maximum number of characters',
 109      'MAX_FIELD_NUMBER'        => 'Highest allowed number',
 110      'MIN_FIELD_CHARS'        => 'Minimum number of characters',
 111      'MIN_FIELD_NUMBER'        => 'Lowest allowed number',
 112  
 113      'NO_FIELD_ENTRIES'            => 'No entries defined',
 114      'NO_FIELD_ID'                => 'No field id specified.',
 115      'NO_FIELD_TYPE'                => 'No Field type specified.',
 116      'NO_VALUE_OPTION'            => 'Option equal to non entered value',
 117      'NO_VALUE_OPTION_EXPLAIN'    => 'Value for a non-entry. If the field is required, the user gets an error if he choose the option selected here.',
 118      'NUMBERS_ONLY'                => 'Only numbers (0-9)',
 119  
 120      'PROFILE_BASIC_OPTIONS'        => 'Basic options',
 121      'PROFILE_FIELD_ACTIVATED'    => 'Profile field successfully activated.',
 122      'PROFILE_FIELD_DEACTIVATED'    => 'Profile field successfully deactivated.',
 123      'PROFILE_LANG_OPTIONS'        => 'Language specific options',
 124      'PROFILE_TYPE_OPTIONS'        => 'Profile type specific options',
 125  
 126      'RADIO_BUTTONS'                => 'Radio buttons',
 127      'REMOVED_PROFILE_FIELD'        => 'Successfully removed profile field.',
 128      'REQUIRED_FIELD'            => 'Required field',
 129      'REQUIRED_FIELD_EXPLAIN'    => 'Force profile field to be filled out or specified by user or administrator. If display at registration screen option is disabled, the field will only be required when the user edits their profile.',
 130      'ROWS'                        => 'Rows',
 131  
 132      'SAVE'                            => 'Save',
 133      'SECOND_OPTION'                    => 'Second option',
 134      'SHOW_NOVALUE_FIELD'            => 'Show field if no value was selected',
 135      'SHOW_NOVALUE_FIELD_EXPLAIN'    => 'Determines if the profile field should be displayed if no value was selected for optional fields or if no value has been selected yet for required fields.',
 136      'STEP_1_EXPLAIN_CREATE'            => 'Here you can enter the first basic parameters of your new profile field. This information is needed for the second step where you’ll be able to set remaining options and tweak your profile field further.',
 137      'STEP_1_EXPLAIN_EDIT'            => 'Here you can change the basic parameters of your profile field. The relevant options are re-calculated within the second step.',
 138      'STEP_1_TITLE_CREATE'            => 'Add profile field',
 139      'STEP_1_TITLE_EDIT'                => 'Edit profile field',
 140      'STEP_2_EXPLAIN_CREATE'            => 'Here you are able to define some common options you may want to adjust.',
 141      'STEP_2_EXPLAIN_EDIT'            => 'Here you are able to change some common options.<br /><strong>Please note that changes to profile fields will not affect existing profile fields entered by your users.</strong>',
 142      'STEP_2_TITLE_CREATE'            => 'Profile type specific options',
 143      'STEP_2_TITLE_EDIT'                => 'Profile type specific options',
 144      'STEP_3_EXPLAIN_CREATE'            => 'Since you have more than one board language installed, you have to fill out the remaining language items too. The profile field will work with the default language enabled, you are able to fill out the remaining language items later too.',
 145      'STEP_3_EXPLAIN_EDIT'            => 'Since you have more than one board language installed, you now can change or add the remaining language items too. The profile field will work with the default language enabled.',
 146      'STEP_3_TITLE_CREATE'            => 'Remaining language definitions',
 147      'STEP_3_TITLE_EDIT'                => 'Language definitions',
 148      'STRING_DEFAULT_VALUE_EXPLAIN'    => 'Enter a default phrase to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
 149  
 150      '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.',
 151      'TRANSLATE'                        => 'Translate',
 152  
 153      'USER_FIELD_NAME'    => 'Field name/title presented to the user',
 154  
 155      'VISIBILITY_OPTION'                => 'Visibility options',
 156  ));
 157  
 158  ?>


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1