mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16332] Code and Quote language strings globally available
PHPBB3-16332
This commit is contained in:
parent
880deabac1
commit
e7c028eed6
2 changed files with 4 additions and 3 deletions
|
@ -167,6 +167,7 @@ $lang = array_merge($lang, array(
|
|||
),
|
||||
'COLLAPSE_VIEW' => 'Collapse view',
|
||||
'CLOSE_WINDOW' => 'Close window',
|
||||
'CODE' => 'Code',
|
||||
'COLOUR_SWATCH' => 'Colour swatch',
|
||||
'COLON' => ':',
|
||||
'COMMA_SEPARATOR' => ', ', // Comma used to join lists into a single string, use localised comma if appropriate, eg: Ideographic or Arabic
|
||||
|
@ -605,6 +606,9 @@ $lang = array_merge($lang, array(
|
|||
'POST_UNAPPROVED_ACTION' => 'Post awaiting approval:',
|
||||
'POST_UNAPPROVED' => 'This post has not been approved.',
|
||||
'POWERED_BY' => 'Powered by %s',
|
||||
|
||||
'QUOTE' => 'Quote',
|
||||
|
||||
'PREVIEW' => 'Preview',
|
||||
'PREVIOUS' => 'Previous', // Used in pagination
|
||||
'PREVIOUS_STEP' => 'Previous',
|
||||
|
|
|
@ -49,8 +49,6 @@ $lang = array_merge($lang, array(
|
|||
'BUMPED_BY' => 'Last bumped by %1$s on %2$s.',
|
||||
'BUMP_TOPIC' => 'Bump topic',
|
||||
|
||||
'CODE' => 'Code',
|
||||
|
||||
'DELETE_TOPIC' => 'Delete topic',
|
||||
'DELETED_INFORMATION' => 'Deleted by %1$s on %2$s',
|
||||
'DISAPPROVE' => 'Disapprove',
|
||||
|
@ -98,7 +96,6 @@ $lang = array_merge($lang, array(
|
|||
|
||||
'QUICK_MOD' => 'Quick-mod tools',
|
||||
'QUICKREPLY' => 'Quick Reply',
|
||||
'QUOTE' => 'Quote',
|
||||
|
||||
'REPLY_TO_TOPIC' => 'Reply to topic',
|
||||
'RESTORE' => 'Restore',
|
||||
|
|
Loading…
Add table
Reference in a new issue