1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 22:47:59 +00:00
seahub/media/aloha-0.22.7/plugins/common/align/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

19 lines
482 B
JavaScript

define({
"root": {
"button.alignright.tooltip": "Align to the right",
"button.alignleft.tooltip": "Align to the left",
"button.aligncenter.tooltip": "Center",
"button.alignjustify.tooltip": "Justify",
"button.aligntop.tooltip": "Align to the top",
"button.alignmiddle.tooltip": "Align to the middle",
"button.alignbottom.tooltip": "Align to the bottom"
},
"ca": true,
"de": true,
"mk": true,
"pt-br": true,
"ru": true,
"uk": true,
"zh-hans": true
});