mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7650 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bb324ee09d
commit
08a45760b4
2 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
// Ranks
|
// Ranks
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'ACP_RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility.',
|
'ACP_RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete ranks. You can also create special ranks which can be applied to a user via the user management facility.',
|
||||||
'ADD_RANK' => 'Add new rank',
|
'ADD_RANK' => 'Add new rank',
|
||||||
|
|
||||||
'MUST_SELECT_RANK' => 'You must select a rank.',
|
'MUST_SELECT_RANK' => 'You must select a rank.',
|
||||||
|
|
|
@ -125,8 +125,8 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'SAVE' => 'Save',
|
'SAVE' => 'Save',
|
||||||
'SECOND_OPTION' => 'Second option',
|
'SECOND_OPTION' => 'Second option',
|
||||||
'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. These information are needed for the second step where you are able to set remaining options and where you are able to preview and tweak your profile field further.',
|
'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. These information are needed for the second step where you are able to set remaining options and tweak your profile field further.',
|
||||||
'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, where you are able to preview and test the changed settings.',
|
'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.',
|
||||||
'STEP_1_TITLE_CREATE' => 'Add profile field',
|
'STEP_1_TITLE_CREATE' => 'Add profile field',
|
||||||
'STEP_1_TITLE_EDIT' => 'Edit profile field',
|
'STEP_1_TITLE_EDIT' => 'Edit profile field',
|
||||||
'STEP_2_EXPLAIN_CREATE' => 'Here you are able to define some common options you may want to adjust.',
|
'STEP_2_EXPLAIN_CREATE' => 'Here you are able to define some common options you may want to adjust.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue