mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
13285: Fix for ETHREEOH-1353 - Share Document URLs and Download URLs now can be opened in fresh browser session. 13292: Merged V2.1-A to V3.1 9099: *RECORD-ONLY* Upgraded TinyMCE to 3.0.8 so Safari is supported 13294: Addition of TinyMCE lang packs for de, fr and jp. Locale detection in JSPs that utilise TinyMCE editor. NOTE: this makes the TinyMCE changes for rev 12136 on 2.1-A branch as merged. 13298: Fix for ETHREEOH-1365 - FreeMarker date info link now correct. 13299: I18N labels for page descriptions and associated fixes (from wabson) 13300: WebScript framework fixes for ETHREEOH-1357. Set locale from browser headers when processing webscript directly via the webscript servlet. Fix to caching of JSON webscript message resources based on current locale. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13589 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
11 lines
449 B
JavaScript
11 lines
449 B
JavaScript
tinyMCE.addI18n('ja.simple',{
|
|
bold_desc:"\u592A\u5B57 (Ctrl+B)",
|
|
italic_desc:"\u659C\u4F53 (Ctrl+I)",
|
|
underline_desc:"\u4E0B\u7DDA (Ctrl+U)",
|
|
striketrough_desc:"\u6253\u6D88\u3057\u7DDA",
|
|
bullist_desc:"\u756A\u53F7\u306A\u3057\u30EA\u30B9\u30C8",
|
|
numlist_desc:"\u756A\u53F7\u3064\u304D\u30EA\u30B9\u30C8",
|
|
undo_desc:"\u5143\u306B\u623B\u3059 (Ctrl+Z)",
|
|
redo_desc:"\u3084\u308A\u76F4\u3059 (Ctrl+Y)",
|
|
cleanup_desc:"\u30B3\u30FC\u30C9\u6574\u5F62"
|
|
}); |