1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-18 15:08:22 +00:00
seahub/media/aloha-0.22.7/plugins/common/format/nls/i18n.js
llj 720ac28c22 [aloha] upgraded to 0.22.7 and added textcolor plugin
* textcolor: fixed plugin bugs, added translation for zh
* image: fixed default.jpg src bug
* added 'ru' support for seaf edit
* rm aloha-0.22.3 and ununsed files in aloha-0.22.7
2013-01-15 14:48:04 +08:00

62 lines
1.9 KiB
JavaScript

define({
"root": {
"button.strong.tooltip": "Strong",
"button.em.tooltip": "Emphasize",
"button.b.tooltip": "Bold",
"button.i.tooltip": "Italic",
"button.u.tooltip": "Underline",
"button.cite.tooltip": "Cite",
"button.q.tooltip": "Tooltip",
"button.code.tooltip": "Code",
"button.abbr.tooltip": "Abbreviation",
"button.del.tooltip": "Strikethrough",
"button.s.tooltip": "Strikethrough",
"button.sub.tooltip": "Subscript",
"button.sup.tooltip": "Superscript",
"button.p.tooltip": "Paragraph",
"button.h1.tooltip": "Heading 1",
"button.h2.tooltip": "Heading 2",
"button.h3.tooltip": "Heading 3",
"button.h4.tooltip": "Heading 4",
"button.h5.tooltip": "Heading 5",
"button.h6.tooltip": "Heading 6",
"button.pre.tooltip": "Pre formated text",
"button.title.tooltip": "Title",
"button.removeFormat.tooltip": "Remove formatting",
"button.removeFormat.text": "Remove formatting",
"GENTICS_button_p": "GENTICS_button_p",
"GENTICS_button_h1": "GENTICS_button_h1",
"GENTICS_button_h2": "GENTICS_button_h2",
"GENTICS_button_h3": "GENTICS_button_h3",
"GENTICS_button_h4": "GENTICS_button_h4",
"GENTICS_button_h5": "GENTICS_button_h5",
"GENTICS_button_h6": "GENTICS_button_h6",
"GENTICS_button_pre": "GENTICS_button_pre",
"GENTICS_button_title": "GENTICS_button_title",
"formatBold": "Ctrl+b",
"formatItalic": "Ctrl+i",
"formatUnderline": "Ctrl+u",
"formatParagraph": "Alt+Ctrl+0",
"formatH1": "Alt+Ctrl+1",
"formatH2": "Alt+Ctrl+2",
"formatH3": "Alt+Ctrl+3",
"formatH4": "Alt+Ctrl+4",
"formatH5": "Alt+Ctrl+5",
"formatH6": "Alt+Ctrl+6",
"formatPre": "Alt+Ctrl+P",
"formatDel": "Ctrl+\\",
"formatSub": "Ctrl+,",
"formatSup": "Ctrl+.",
"floatingmenu.tab.format": "Format",
"format.class.legend": "CSS class",
"format.class.none": "none"
},
"ca": true,
"de": true,
"mk": true,
"pt-br": true,
"ru": true,
"uk": true,
"zh-hans": true
});