diff options
Diffstat (limited to 'chat/lib/lang/gl.php')
-rw-r--r-- | chat/lib/lang/gl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chat/lib/lang/gl.php b/chat/lib/lang/gl.php index d9c3225..7491cb9 100644 --- a/chat/lib/lang/gl.php +++ b/chat/lib/lang/gl.php @@ -34,6 +34,7 @@ $lang['bbCodeLabelCode'] = 'Code'; $lang['bbCodeLabelURL'] = 'URL'; $lang['bbCodeLabelImg'] = 'Imagen'; $lang['bbCodeLabelColor'] = 'Color fonte'; +$lang['bbCodeLabelEmoticon'] = 'Emoticonos'; $lang['bbCodeTitleBold'] = 'Texto negriña: [b]text[/b]'; $lang['bbCodeTitleItalic'] = 'Texto cursiva: [i]text[/i]'; $lang['bbCodeTitleUnderline'] = 'Texto subraiado: [u]text[/u]'; @@ -42,6 +43,7 @@ $lang['bbCodeTitleCode'] = 'Mosrar código: [code]code[/code]'; $lang['bbCodeTitleURL'] = 'Insertar URL: [url]http://example.org[/url] or [url=http://example.org]text[/url]'; $lang['bbCodeTitleImg'] = 'Insertar imaxe: [img]http://example.org/image.jpg[/img]'; $lang['bbCodeTitleColor'] = 'Cor fonte: [color=red]text[/color]'; +$lang['bbCodeTitleEmoticon'] = 'Emoticonos lista'; $lang['help'] = 'Axuda'; $lang['helpItemDescJoin'] = 'Entrar na canle:'; $lang['helpItemCodeJoin'] = '/join nome da canle'; |