mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/12042] Replace B with a more meaningful key name
PHPBB3-12042
This commit is contained in:
parent
6a2d0c345c
commit
f3d7823050
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,6 @@ $lang = array_merge($lang, array(
|
||||||
'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1d %2s.',
|
'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1d %2s.',
|
||||||
'AVATAR_WRONG_SIZE' => 'The submitted avatar is %5$s wide and %6$s high. Avatars must be at least %1$s wide and %2$s high, but no larger than %3$s wide and %4$s high.',
|
'AVATAR_WRONG_SIZE' => 'The submitted avatar is %5$s wide and %6$s high. Avatars must be at least %1$s wide and %2$s high, but no larger than %3$s wide and %4$s high.',
|
||||||
|
|
||||||
'B' => 'B', // Short for Bytes
|
|
||||||
'BACK_TO_TOP' => 'Top',
|
'BACK_TO_TOP' => 'Top',
|
||||||
'BACK_TO_PREV' => 'Back to previous page',
|
'BACK_TO_PREV' => 'Back to previous page',
|
||||||
'BAN_TRIGGERED_BY_EMAIL'=> 'A ban has been issued on your email address.',
|
'BAN_TRIGGERED_BY_EMAIL'=> 'A ban has been issued on your email address.',
|
||||||
|
@ -144,6 +143,7 @@ $lang = array_merge($lang, array(
|
||||||
'BUTTON_QUOTE' => 'Quote',
|
'BUTTON_QUOTE' => 'Quote',
|
||||||
'BUTTON_TOPIC_LOCKED' => 'Locked',
|
'BUTTON_TOPIC_LOCKED' => 'Locked',
|
||||||
'BYTES' => 'Bytes',
|
'BYTES' => 'Bytes',
|
||||||
|
'BYTES_SHORT' => 'B',
|
||||||
|
|
||||||
'CANCEL' => 'Cancel',
|
'CANCEL' => 'Cancel',
|
||||||
'CHANGE' => 'Change',
|
'CHANGE' => 'Change',
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
phpbb.plupload = {
|
phpbb.plupload = {
|
||||||
i18n: {
|
i18n: {
|
||||||
'b': '{LA_B}',
|
'b': '{LA_BYTES_SHORT}',
|
||||||
'kb': '{LA_KB}',
|
'kb': '{LA_KB}',
|
||||||
'mb': '{LA_MB}',
|
'mb': '{LA_MB}',
|
||||||
'gb': '{LA_GB}',
|
'gb': '{LA_GB}',
|
||||||
|
|
Loading…
Add table
Reference in a new issue