mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-20 22:39:55 +02:00
sorry for the change, but i have to agree, they are used for very different purposes. ;)
git-svn-id: file:///svn/phpbb/trunk@7653 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d5477a53da
commit
2f9992bc3a
@ -55,6 +55,7 @@ $lang = array_merge($lang, array(
|
||||
'RESTORE_OPTIONS' => 'Restore options',
|
||||
'RESTORE_SUCCESS' => 'The database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.',
|
||||
|
||||
'SELECT_ALL' => 'Select all',
|
||||
'SELECT_FILE' => 'Select a file',
|
||||
'START_BACKUP' => 'Start backup',
|
||||
'START_RESTORE' => 'Start restore',
|
||||
|
@ -486,7 +486,7 @@ $lang = array_merge($lang, array(
|
||||
'SEARCH_UNANSWERED' => 'View unanswered posts',
|
||||
'SECONDS' => 'Seconds',
|
||||
'SELECT' => 'Select',
|
||||
'SELECT_ALL' => 'Select all',
|
||||
'SELECT_ALL_CODE' => 'Select all',
|
||||
'SELECT_DESTINATION_FORUM' => 'Please select a destination forum',
|
||||
'SELECT_FORUM' => 'Select a forum',
|
||||
'SEND_EMAIL' => 'E-mail',
|
||||
|
@ -12,7 +12,7 @@
|
||||
<!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open -->
|
||||
<!-- BEGIN quote_close --></div></blockquote><!-- END quote_close -->
|
||||
|
||||
<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL}</a></dt><dd><code><!-- END code_open -->
|
||||
<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code><!-- END code_open -->
|
||||
<!-- BEGIN code_close --></code></dd></dl><!-- END code_close -->
|
||||
|
||||
<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user