mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Removing the accesskey mention, as even browsers on the same platform do not use the same modifier keys to activate them. git-svn-id: file:///svn/phpbb/trunk@7065 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fca8176e5b
commit
704174ccb8
1 changed files with 10 additions and 10 deletions
|
@ -40,21 +40,21 @@ $lang = array_merge($lang, array(
|
||||||
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
|
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
|
||||||
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',
|
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',
|
||||||
|
|
||||||
'BBCODE_B_HELP' => 'Bold text: [b]text[/b] (alt+b)',
|
'BBCODE_B_HELP' => 'Bold text: [b]text[/b]',
|
||||||
'BBCODE_C_HELP' => 'Code display: [code]code[/code] (alt+c)',
|
'BBCODE_C_HELP' => 'Code display: [code]code[/code]',
|
||||||
'BBCODE_E_HELP' => 'List: Add list element',
|
'BBCODE_E_HELP' => 'List: Add list element',
|
||||||
'BBCODE_F_HELP' => 'Font size: [size=x-small]small text[/size]',
|
'BBCODE_F_HELP' => 'Font size: [size=x-small]small text[/size]',
|
||||||
'BBCODE_IS_OFF' => '%sBBCode%s is <em>OFF</em>',
|
'BBCODE_IS_OFF' => '%sBBCode%s is <em>OFF</em>',
|
||||||
'BBCODE_IS_ON' => '%sBBCode%s is <em>ON</em>',
|
'BBCODE_IS_ON' => '%sBBCode%s is <em>ON</em>',
|
||||||
'BBCODE_I_HELP' => 'Italic text: [i]text[/i] (alt+i)',
|
'BBCODE_I_HELP' => 'Italic text: [i]text[/i]',
|
||||||
'BBCODE_L_HELP' => 'List: [list]text[/list] (alt+l)',
|
'BBCODE_L_HELP' => 'List: [list]text[/list]',
|
||||||
'BBCODE_O_HELP' => 'Ordered list: [list=]text[/list] (alt+o)',
|
'BBCODE_O_HELP' => 'Ordered list: [list=]text[/list]',
|
||||||
'BBCODE_P_HELP' => 'Insert image: [img]http://image_url[/img] (alt+p)',
|
'BBCODE_P_HELP' => 'Insert image: [img]http://image_url[/img]',
|
||||||
'BBCODE_Q_HELP' => 'Quote text: [quote]text[/quote] (alt+q)',
|
'BBCODE_Q_HELP' => 'Quote text: [quote]text[/quote]',
|
||||||
'BBCODE_S_HELP' => 'Font color: [color=red]text[/color] Tip: you can also use color=#FF0000',
|
'BBCODE_S_HELP' => 'Font color: [color=red]text[/color] Tip: you can also use color=#FF0000',
|
||||||
'BBCODE_U_HELP' => 'Underline text: [u]text[/u] (alt+u)',
|
'BBCODE_U_HELP' => 'Underline text: [u]text[/u]',
|
||||||
'BBCODE_W_HELP' => 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url] (alt+w)',
|
'BBCODE_W_HELP' => 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url]',
|
||||||
'BBCODE_D_HELP' => 'Flash: [flash=width,height]http://url[/flash] (alt+d)',
|
'BBCODE_D_HELP' => 'Flash: [flash=width,height]http://url[/flash]',
|
||||||
'BUMP_ERROR' => 'You cannot bump this topic so soon after the last post.',
|
'BUMP_ERROR' => 'You cannot bump this topic so soon after the last post.',
|
||||||
|
|
||||||
'CANNOT_DELETE_REPLIED' => 'Sorry but you may only delete posts which have not been replied to.',
|
'CANNOT_DELETE_REPLIED' => 'Sorry but you may only delete posts which have not been replied to.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue