bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / tinymce / jscripts / tiny_mce / plugins / xhtmlxtras / langs / en.js
1 // UK lang variables\r
2 \r
3 tinyMCE.addToLang('xhtmlxtras',{\r
4 cite_desc : 'Citation',\r
5 abbr_desc : 'Abbreviation',\r
6 acronym_desc : 'Acronym',\r
7 del_desc : 'Deletion',\r
8 ins_desc : 'Insertion',\r
9 attribute_label_title : 'Title',\r
10 attribute_label_id : 'ID',\r
11 attribute_label_class : 'Class',\r
12 attribute_label_style : 'Style',\r
13 attribute_label_cite : 'Cite',\r
14 attribute_label_datetime : 'Date/Time',\r
15 attribute_label_langdir : 'Text Direction',\r
16 attribute_option_ltr : 'Left to right',\r
17 attribute_option_rtl : 'Right to left',\r
18 attribute_label_langcode : 'Language',\r
19 attribute_label_tabindex : 'TabIndex',\r
20 attribute_label_accesskey : 'AccessKey',\r
21 attribute_label_cite : 'Cite',\r
22 attribute_events_tab : 'Events',\r
23 attribute_attrib_tab : 'Attributes',\r
24 general_tab : 'General',\r
25 attrib_tab : 'Attributes',\r
26 events_tab : 'Events',\r
27 fieldset_general_tab : 'General Settings',\r
28 fieldset_attrib_tab : 'Element Attributes',\r
29 fieldset_events_tab : 'Element Events',\r
30 title_ins_element : 'Insertion Element',\r
31 title_del_element : 'Deletion Element',\r
32 title_acronym_element : 'Acronym Element',\r
33 title_abbr_element : 'Abbreviation Element',\r
34 title_cite_element : 'Citation Element',\r
35 remove : 'Remove',\r
36 not_set : '--not set--',\r
37 insert_date : 'Insert current date/time',\r
38 option_ltr : 'Left to right',\r
39 option_rtl : 'Right to left',\r
40 attribs_desc : 'Insert/Edit Attributes',\r
41 attribs_title : 'Insert/Edit Attributes'\r
42 });\r