home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / xhtmlxtras / langs / zh_cn.js < prev   
Encoding:
Text File  |  2008-02-20  |  1.0 KB  |  34 lines

  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. general_tab : 'General',
  20. attrib_tab : 'Attributes',
  21. events_tab : 'Events',
  22. fieldset_general_tab : 'General Settings',
  23. fieldset_attrib_tab : 'Element Attributes',
  24. fieldset_events_tab : 'Element Events',
  25. title_ins_element : 'Insertion Element',
  26. title_del_element : 'Deletion Element',
  27. title_acronym_element : 'Acronym Element',
  28. title_abbr_element : 'Abbreviation Element',
  29. title_cite_element : 'Citation Element',
  30. remove : 'Remove',
  31. not_set : '--not set--',
  32. insert_date : 'Insert current date/time'
  33. });
  34.