[ Index ] |
|
Code source de Serendipity 1.2 |
1 // I18N constants -- Japanese SHIFT JIS 2 3 // LANG: "ja-sjis", ENCODING: SHIFT_JIS 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-sjis", 14 15 tooltips: { 16 bold: "太字", 17 italic: "斜体", 18 underline: "下線", 19 strikethrough: "打ち消し線", 20 subscript: "下付き添え字", 21 superscript: "上付き添え字", 22 justifyleft: "左寄せ", 23 justifycenter: "中央寄せ", 24 justifyright: "右寄せ", 25 justifyfull: "均等割付", 26 orderedlist: "番号付き箇条書き", 27 unorderedlist: "記号付き箇条書き", 28 outdent: "インデント解除", 29 indent: "インデント設定", 30 forecolor: "文字色", 31 hilitecolor: "背景色", 32 horizontalrule: "水平線", 33 createlink: "リンク作成", 34 insertimage: "画像挿入", 35 inserttable: "テーブル挿入", 36 htmlmode: "HTML表示切替", 37 popupeditor: "エディタ拡大", 38 about: "バージョン情報", 39 showhelp: "Help using editor", 40 textindicator: "現在のスタイル", 41 undo: "最後の操作を取り消し", 42 redo: "最後の動作をやり直し", 43 cut: "選択を切り取り", 44 copy: "選択をコピー", 45 paste: "クリップボードから貼り付け", 46 lefttoright: "左から右の方向", 47 righttoleft: "右から左の方向", 48 removeformat: "書式を取り除く", 49 print: "ドキュメントを印刷", 50 killword: "MSOffice タグを取り除く" 51 }, 52 53 buttons: { 54 "ok": "OK", 55 "cancel": "取り消し" 56 }, 57 58 msg: { 59 "Path": "パス", 60 "TEXT_MODE": "テキストモードです。[<>] ボタンを使って WYSIWYG に戻ります。", 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" : "取り消し", 80 81 "Alignment:" : "位置合わせ:", 82 "Not set" : "設定しない", 83 "Left" : "左", 84 "Right" : "右", 85 "Texttop" : "Texttop", 86 "Absmiddle" : "Absmiddle", 87 "Baseline" : "ベースライン", 88 "Absbottom" : "Absbottom", 89 "Bottom" : "下", 90 "Middle" : "中央", 91 "Top" : "上", 92 93 "Layout" : "レイアウト", 94 "Spacing" : "間隔", 95 "Horizontal:" : "水平:", 96 "Horizontal padding" : "水平の隙間", 97 "Vertical:" : "垂直:", 98 "Vertical padding" : "垂直の隙間", 99 "Border thickness:" : "境界線の太さ:", 100 "Leave empty for no border" : "境界線をなくすには空にします", 101 102 // Insert Link 103 "Insert/Modify Link" : "Insert/Modify Link", 104 "None (use implicit)" : "なし (use implicit)", 105 "New window (_blank)" : "新規ウィンドウ (_blank)", 106 "Same frame (_self)" : "同じフレーム (_self)", 107 "Top frame (_top)" : "上のフレーム (_top)", 108 "Other" : "その他", 109 "Target:" : "対象:", 110 "Title (tooltip):" : "題名 (ツールチップ):", 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" : "テーブルの挿入", 115 "Rows:" : "行:", 116 "Number of rows" : "行数", 117 "Cols:" : "列:", 118 "Number of columns" : "列数", 119 "Width:" : "幅:", 120 "Width of the table" : "テーブルの幅", 121 "Percent" : "パーセント", 122 "Pixels" : "ピクセル", 123 "Em" : "Em", 124 "Width unit" : "幅の単位", 125 "Positioning of this table" : "このテーブルの位置", 126 "Cell spacing:" : "セルの間隔:", 127 "Space between adjacent cells" : "隣接したセルの間隔", 128 "Cell padding:" : "セルの隙間:", 129 "Space between content and border in cell" : "セルの境界線と内容の間隔", 130 // Insert Image 131 "Insert Image" : "画像の挿入", 132 "Image URL:" : "画像 URL:", 133 "Enter the image URL here" : "ここに画像の URL を入力", 134 "Preview" : "プレビュー", 135 "Preview the image in a new window" : "新規ウィンドウで画像をプレビュー", 136 "Alternate text:" : "代用テキスト:", 137 "For browsers that don't support images" : "画像をサポートしないブラウザーのために", 138 "Positioning of this image" : "この画像の位置", 139 "Image Preview:" : "画像のプレビュー:" 140 } 141 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
G駭駻 le : Sat Nov 24 09:00:37 2007 | par Balluche gr稍e PHPXref 0.7 |
![]() |