mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-12 11:40:26 +01:00
Missing lang strings
git-svn-id: file:///svn/phpbb/trunk@6277 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
560c570823
commit
22dd6ccc5d
@ -159,6 +159,7 @@ $lang = array_merge($lang, array(
|
||||
'DELETE_MESSAGES_IN_FOLDER' => 'Delete all messages within removed folder',
|
||||
'DELETE_RULE' => 'Delete rule',
|
||||
'DELETE_RULE_CONFIRM' => 'Are you sure you want to delete this rule?',
|
||||
'DEMOTE_SELECTED' => 'Demote selected',
|
||||
'DISABLE_CENSORS' => 'Enable word censoring',
|
||||
'DISPLAY_GALLERY' => 'Display gallery',
|
||||
'DOWNLOADS' => 'Downloads',
|
||||
@ -225,6 +226,8 @@ $lang = array_merge($lang, array(
|
||||
'IMPORTANT_NEWS' => 'Important announcements',
|
||||
'ITEMS_REQUIRED' => 'The items marked with * are required profile fields and need to be filled out',
|
||||
|
||||
'JOIN_SELECTED' => 'Join selected',
|
||||
|
||||
'LANGUAGE' => 'Language',
|
||||
'LINK_REMOTE_AVATAR' => 'Link off-site',
|
||||
'LINK_REMOTE_AVATAR_EXPLAIN'=> 'Enter the URL of the location containing the Avatar image you wish to link to.',
|
||||
@ -347,6 +350,7 @@ $lang = array_merge($lang, array(
|
||||
'REMOVE_FOLDER_CONFIRM' => 'Are you sure you want to remove this folder?',
|
||||
'RENAME' => 'Rename',
|
||||
'RENAME_FOLDER' => 'Rename folder',
|
||||
'RESIGN_SELECTED' => 'Resign selected',
|
||||
'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s',
|
||||
'RETURN_UCP' => '%sReturn to the User Control Panel%s',
|
||||
'RULE_ADDED' => 'Rule successfully added',
|
||||
|
@ -86,7 +86,7 @@
|
||||
<!-- END nonmember -->
|
||||
|
||||
<tr>
|
||||
<td class="cat" colspan="3"><!-- IF S_CHANGE_DEFAULT --><div style="float: left;"><input class="btnlite" type="submit" name="change_default" value="Change default group" /></div><!-- ENDIF --><div style="float:right"><span class="genmed">Select: </span><select name="action"><option value="join">Join selected</option><option value="resign">Resign selected</option><option value="demote">Demote selected</option></select> <input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> </div></td>
|
||||
<td class="cat" colspan="3"><!-- IF S_CHANGE_DEFAULT --><div style="float: left;"><input class="btnlite" type="submit" name="change_default" value="Change default group" /></div><!-- ENDIF --><div style="float:right"><span class="genmed">{L_SELECT}: </span><select name="action"><option value="join">{L_JOIN_SELECTED}</option><option value="resign">{L_RESIGN_SELECTED}</option><option value="demote">{L_DEMOTE_SELECTED}</option></select> <input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> </div></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user