1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-21 08:25:21 +00:00
seahub/media/aloha-0.22.7/plugins/common/link/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

24 lines
550 B
JavaScript

define({
"root": {
"button.addlink.tooltip": "Insert Link",
"button.removelink.tooltip": "Remove Link",
"newlink.defaulttext": "New Link",
"floatingmenu.tab.link": "Link",
"link.target.self": "Self",
"link.target.blank": "Blank",
"link.target.parent": "Parent",
"link.target.top": "Top",
"link.target.framename": "Framename",
"link.target.legend": "Target",
"link.title.legend": "Title",
"insertLink": "ctrl+k"
},
"ca": true,
"de": true,
"mk": true,
"pt-br": true,
"ru": true,
"uk": true,
"zh-hans": true
});