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/align/nls/i18n.js

19 lines
482 B
JavaScript
Raw Normal View History

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
});