~ubuntu-fr-forum-admins/ubuntu-fr-website/forum.prod

« back to all changes in this revision

Viewing changes to lang/English/fluxtoolbar.php

  • Committer: xabilon
  • Date: 2010-10-08 13:18:35 UTC
  • Revision ID: xabilonmodo@yahoo.fr-20101008131835-i22ldl3u83y1t0di
Copie de forum.dev r155 pour mise en ligne

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
// Language definitions for FluxToolBar mod
 
4
$lang_ftb = array(
 
5
 
 
6
'enable_js'             =>      'Please enable javascript to activate the text formatting tools.',
 
7
'bt_smilies'            =>      'Click here to display the smilies toolbar',
 
8
'all_smilies'           =>      'All smilies',
 
9
'Cancel'                =>      'Cancel',
 
10
'Signature balises'     =>      'Text alignment and video BBCode tags are not allowed in signatures. Please go back and correct.',
 
11
 
 
12
// Buttons
 
13
'bt_bold'               =>      'Bold text: [b]text[/b]',
 
14
'bt_italic'             =>      'Italic text: [i]text[/i]',
 
15
'bt_underline'          =>      'Underlined text: [u]text[/u]',
 
16
'bt_strike'             =>      'Strike-through text: [s]text[/s]',
 
17
'bt_color'              =>      'Text color: [color=#000000]text[/color]',
 
18
'bt_heading'            =>      'Heading text: [h]text[/h]',
 
19
'bt_quote'              =>      'Blockquote: [quote=user]text[/quote]',
 
20
'bt_quote_msg_1'        =>      'Please enter the name of the quoted user (or leave blank):',
 
21
'bt_code'               =>      'Pre-formatted text: [code]text[/code]',
 
22
'bt_link'               =>      'Link: [url=http://www.website.ltd/]a website[/url]',
 
23
'bt_link_msg_1'         =>      'Please enter the URL of your link:',
 
24
'bt_link_msg_2'         =>      'Please enter a descriptive name of your link:',
 
25
'bt_img'                =>      'Image: [img=text]http://www.site.ltd/url-image.png[/img]',
 
26
'bt_img_msg_1'          =>      'Please enter the URL of your image:',
 
27
'bt_img_msg_2'          =>      'Please enter a descriptive name for your image (alt attribute):',
 
28
'bt_email'              =>      'E-mail address: [email=name@host.ltd]email[/email]',
 
29
'bt_email_msg_1'        =>      'Please enter a valid e-mail address:',
 
30
'bt_email_msg_2'        =>      'Please enter a descriptive name for your e-mail link:',
 
31
'bt_list'               =>      'List: [list=*,1,a]text[/list]',
 
32
'bt_list_msg_1'         =>      'Please enter the type of list: * = bulleted list, 1 = numbered list, a = alphabetically labelled list',
 
33
'bt_li'                 =>      'List element: [*]text[/*]',
 
34
 
 
35
'bt_acronym'            =>      'Acronym: [acronym=World Wide Web Consortium]W3C[/acronym]',
 
36
'bt_acronym_msg_1'      =>      'This acronym stands for:',
 
37
'bt_q'                  =>      'Inline quote: [q]text[/q]',
 
38
'bt_sup'                =>      'Superscript: [sup]text[/sup]',
 
39
'bt_sub'                =>      'Subscript: [sub]text[/sub]',
 
40
'bt_left'               =>      'Align to left: [left]text[/left]',
 
41
'bt_right'              =>      'Align to right: [right]text[/right]',
 
42
'bt_center'             =>      'Center: [center]text[/center]',
 
43
'bt_justify'            =>      'Justify: [justify]text[/justify]',
 
44
'bt_video'              =>      'Video: [video]video[/video]',
 
45
'bt_video_msg_1'        =>      'Please enter the URL of your video (youtube or dailymotion, WITHOUT http://www part):\n(youtube.com/watch?v=xxxxxxxx or dailymotion.com/video/xxxxxxxx)'
 
46
 
 
47
);