~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

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