mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
42 lines
1.7 KiB
JavaScript
42 lines
1.7 KiB
JavaScript
|
// JP lang variables
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
bold_desc : '$BB@;z(B',
|
|||
|
italic_desc : '$B<PBN(B',
|
|||
|
underline_desc : '$B2<@~(B',
|
|||
|
striketrough_desc : '$BKu>C@~(B',
|
|||
|
justifyleft_desc : '$B:85M$a(B',
|
|||
|
justifycenter_desc : '$BCf1{9g$o$;(B',
|
|||
|
justifyright_desc : '$B1&5M$a(B',
|
|||
|
justifyfull_desc : '$B9TB7$((B',
|
|||
|
bullist_desc : '$B2U>r=q(B',
|
|||
|
numlist_desc : '$BHV9fIU$-2U>r=q(B',
|
|||
|
outdent_desc : '$B;z>e$2(B',
|
|||
|
indent_desc : '$B;z2<$2(B',
|
|||
|
undo_desc : '$B$d$j$J$*$7(B',
|
|||
|
redo_desc : '$B:F<B9T(B',
|
|||
|
link_desc : '$B%j%s%/$NA^F~(B/$BJT=8(B',
|
|||
|
unlink_desc : '$B%j%s%/$N:o=|(B',
|
|||
|
image_desc : '$B2hA|$NA^F~(B/$BJT=8(B',
|
|||
|
cleanup_desc : '$B%3!<%I@0M}(B',
|
|||
|
focus_alert : '$B$3$N%3%^%s%I$r;H$&A0$K%(%G%#%?>e$N$I$3$+$rA*Br$9$kI,MW$,$"$j$^$9!#(B',
|
|||
|
edit_confirm : 'WYSIWYG$B%b!<%I$G$3$N%F%-%9%H%(%j%"$rJT=8$7$^$9$+!)(B',
|
|||
|
insert_link_title : '$B%j%s%/$NA^F~(B/$BJT=8(B',
|
|||
|
insert : '$BA^F~(B',
|
|||
|
update : '$BA^F~(B',
|
|||
|
cancel : '$B<h$j>C$7(B',
|
|||
|
insert_link_url : '$B%j%s%/@h(BURL',
|
|||
|
insert_link_target : '$B%?!<%2%C%H(B',
|
|||
|
insert_link_target_same : '$BF1$8Ak$G%j%s%/$r3+$/(B',
|
|||
|
insert_link_target_blank : '$B?7$7$$Ak$G%j%s%/$r3+$/(B',
|
|||
|
insert_image_title : '$B2hA|$NA^F~(B/$BJT=8(B',
|
|||
|
insert_image_src : '$B2hA|$N(BURL',
|
|||
|
insert_image_alt : '$B2hA|$N@bL@(B',
|
|||
|
help_desc : '$B%X%k%W(B',
|
|||
|
bold_img : "bold.gif",
|
|||
|
italic_img : "italic.gif",
|
|||
|
underline_img : "underline.gif",
|
|||
|
clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
|||
|
popup_blocked : 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.'
|
|||
|
});
|