[ Index ] |
|
Code source de Serendipity 1.2 |
1 // I18N constants -- Japanese JIS(ISO-2022-JP) 2 3 // LANG: "ja-jis", ENCODING: ISO-2022-JP 4 // Author: Mihai Bazon, http://dynarch.com/mishoo 5 // Translator: 6 // Manabu Onoue <tmocsys@tmocsys.com>, 2004. 7 // Tadashi Jokagi <elf2000@users.sourceforge.net>, 2005. 8 9 HTMLArea.I18N = { 10 11 // the following should be the filename without .js extension 12 // it will be used for automatically load plugin language. 13 lang: "ja-jis", 14 15 tooltips: { 16 bold: "$BB@;z(B", 17 italic: "$B<PBN(B", 18 underline: "$B2<@~(B", 19 strikethrough: "$BBG$A>C$7@~(B", 20 subscript: "$B2<IU$-E:$(;z(B", 21 superscript: "$B>eIU$-E:$(;z(B", 22 justifyleft: "$B:84s$;(B", 23 justifycenter: "$BCf1{4s$;(B", 24 justifyright: "$B1&4s$;(B", 25 justifyfull: "$B6QEy3dIU(B", 26 orderedlist: "$BHV9fIU$-2U>r=q$-(B", 27 unorderedlist: "$B5-9fIU$-2U>r=q$-(B", 28 outdent: "$B%$%s%G%s%H2r=|(B", 29 indent: "$B%$%s%G%s%H@_Dj(B", 30 forecolor: "$BJ8;z?'(B", 31 hilitecolor: "$BGX7J?'(B", 32 horizontalrule: "$B?eJ?@~(B", 33 createlink: "$B%j%s%/:n@.(B", 34 insertimage: "$B2hA|A^F~(B", 35 inserttable: "$B%F!<%V%kA^F~(B", 36 htmlmode: "HTML$BI=<(@ZBX(B", 37 popupeditor: "$B%(%G%#%?3HBg(B", 38 about: "$B%P!<%8%g%s>pJs(B", 39 showhelp: "Help using editor", 40 textindicator: "$B8=:_$N%9%?%$%k(B", 41 undo: "$B:G8e$NA`:n$r<h$j>C$7(B", 42 redo: "$B:G8e$NF0:n$r$d$jD>$7(B", 43 cut: "$BA*Br$r@Z$j<h$j(B", 44 copy: "$BA*Br$r%3%T!<(B", 45 paste: "$B%/%j%C%W%\!<%I$+$iE=$jIU$1(B", 46 lefttoright: "$B:8$+$i1&$NJ}8~(B", 47 righttoleft: "$B1&$+$i:8$NJ}8~(B", 48 removeformat: "$B=q<0$r<h$j=|$/(B", 49 print: "$B%I%-%e%a%s%H$r0u:~(B", 50 killword: "MSOffice $B%?%0$r<h$j=|$/(B" 51 }, 52 53 buttons: { 54 "ok": "OK", 55 "cancel": "$B<h$j>C$7(B" 56 }, 57 58 msg: { 59 "Path": "$B%Q%9(B", 60 "TEXT_MODE": "$B%F%-%9%H%b!<%I$G$9!#(B[<>] $B%\%?%s$r;H$C$F(B WYSIWYG $B$KLa$j$^$9!#(B", 61 62 "IE-sucks-full-screen" : 63 // translate here 64 "The full screen mode is known to cause problems with Internet Explorer, " + 65 "due to browser bugs that we weren't able to workaround. You might experience garbage " + 66 "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + 67 "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + 68 "You have been warned. Please press OK if you still want to try the full screen editor.", 69 70 "Moz-Clipboard" : 71 "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + 72 "for security reasons. Click OK to see a technical note at mozilla.org " + 73 "which shows you how to allow a script to access the clipboard." 74 }, 75 76 dialogs: { 77 // Common 78 "OK" : "OK", 79 "Cancel" : "$B<h$j>C$7(B", 80 81 "Alignment:" : "$B0LCV9g$o$;(B:", 82 "Not set" : "$B@_Dj$7$J$$(B", 83 "Left" : "$B:8(B", 84 "Right" : "$B1&(B", 85 "Texttop" : "Texttop", 86 "Absmiddle" : "Absmiddle", 87 "Baseline" : "$B%Y!<%9%i%$%s(B", 88 "Absbottom" : "Absbottom", 89 "Bottom" : "$B2<(B", 90 "Middle" : "$BCf1{(B", 91 "Top" : "$B>e(B", 92 93 "Layout" : "$B%l%$%"%&%H(B", 94 "Spacing" : "$B4V3V(B", 95 "Horizontal:" : "$B?eJ?(B:", 96 "Horizontal padding" : "$B?eJ?$N7d4V(B", 97 "Vertical:" : "$B?bD>(B:", 98 "Vertical padding" : "$B?bD>$N7d4V(B", 99 "Border thickness:" : "$B6-3&@~$NB@$5(B:", 100 "Leave empty for no border" : "$B6-3&@~$r$J$/$9$K$O6u$K$7$^$9(B", 101 102 // Insert Link 103 "Insert/Modify Link" : "Insert/Modify Link", 104 "None (use implicit)" : "$B$J$7(B (use implicit)", 105 "New window (_blank)" : "$B?75,%&%#%s%I%&(B (_blank)", 106 "Same frame (_self)" : "$BF1$8%U%l!<%`(B (_self)", 107 "Top frame (_top)" : "$B>e$N%U%l!<%`(B (_top)", 108 "Other" : "$B$=$NB>(B", 109 "Target:" : "$BBP>](B:", 110 "Title (tooltip):" : "$BBjL>(B ($B%D!<%k%A%C%W(B):", 111 "URL:" : "URL:", 112 "You must enter the URL where this link points to" : "You must enter the URL where this link points to", 113 // Insert Table 114 "Insert Table" : "$B%F!<%V%k$NA^F~(B", 115 "Rows:" : "$B9T(B:", 116 "Number of rows" : "$B9T?t(B", 117 "Cols:" : "$BNs(B:", 118 "Number of columns" : "$BNs?t(B", 119 "Width:" : "$BI}(B:", 120 "Width of the table" : "$B%F!<%V%k$NI}(B", 121 "Percent" : "$B%Q!<%;%s%H(B", 122 "Pixels" : "$B%T%/%;%k(B", 123 "Em" : "Em", 124 "Width unit" : "$BI}$NC10L(B", 125 "Positioning of this table" : "$B$3$N%F!<%V%k$N0LCV(B", 126 "Cell spacing:" : "$B%;%k$N4V3V(B:", 127 "Space between adjacent cells" : "$BNY@\$7$?%;%k$N4V3V(B", 128 "Cell padding:" : "$B%;%k$N7d4V(B:", 129 "Space between content and border in cell" : "$B%;%k$N6-3&@~$HFbMF$N4V3V(B", 130 // Insert Image 131 "Insert Image" : "$B2hA|$NA^F~(B", 132 "Image URL:" : "$B2hA|(B URL:", 133 "Enter the image URL here" : "$B$3$3$K2hA|$N(B URL $B$rF~NO(B", 134 "Preview" : "$B%W%l%S%e!<(B", 135 "Preview the image in a new window" : "$B?75,%&%#%s%I%&$G2hA|$r%W%l%S%e!<(B", 136 "Alternate text:" : "$BBeMQ%F%-%9%H(B:", 137 "For browsers that don't support images" : "$B2hA|$r%5%]!<%H$7$J$$%V%i%&%6!<$N$?$a$K(B", 138 "Positioning of this image" : "$B$3$N2hA|$N0LCV(B", 139 "Image Preview:" : "$B2hA|$N%W%l%S%e!<(B:" 140 } 141 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |