Blame view

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