mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10308] renames language key to USER_NO_POSTS_DELETE
language key renamed to make its usability more clearer. PHPBB3-10308
This commit is contained in:
parent
59177a86c4
commit
faf232219e
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
||||||
<dt><label for="delete_type">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
|
<dt><label for="delete_type">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<!-- IF USER_TOTAL_POSTS == 0 -->
|
<!-- IF USER_TOTAL_POSTS == 0 -->
|
||||||
{L_USER_NO_POSTS}
|
{L_USER_NO_POSTS_DELETE}
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
|
<select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
|
@ -124,7 +124,7 @@ $lang = array_merge($lang, array(
|
||||||
'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of',
|
'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of',
|
||||||
'USER_LIFTED_NR' => 'Successfully removed the user’s newly registered status.',
|
'USER_LIFTED_NR' => 'Successfully removed the user’s newly registered status.',
|
||||||
'USER_NO_ATTACHMENTS' => 'There are no attached files to display.',
|
'USER_NO_ATTACHMENTS' => 'There are no attached files to display.',
|
||||||
'USER_NO_POSTS' => 'The user has no posts to retain or delete.',
|
'USER_NO_POSTS_DELETE' => 'The user has no posts to retain or delete.',
|
||||||
'USER_OUTBOX_EMPTIED' => 'Successfully emptied user’s private message outbox.',
|
'USER_OUTBOX_EMPTIED' => 'Successfully emptied user’s private message outbox.',
|
||||||
'USER_OUTBOX_EMPTY' => 'The user’s private message outbox was already empty.',
|
'USER_OUTBOX_EMPTY' => 'The user’s private message outbox was already empty.',
|
||||||
'USER_OVERVIEW_UPDATED' => 'User details updated.',
|
'USER_OVERVIEW_UPDATED' => 'User details updated.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue