[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/htmlarea/lang/ -> ja-utf8.js (source)

   1  // I18N constants -- Japanese UTF-8
   2  
   3  // LANG: "ja-utf8", ENCODING: UTF-8
   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-utf8",
  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:       "エディタを使用ã™ã‚‹ãƒ˜ãƒ«ãƒ—",
  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"                                : "リンクã®è¿½åŠ /修正",
 104          "None (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"  : "ã“ã®ãƒªãƒ³ã‚¯ãƒã‚¤ãƒ³ãƒˆãŒæŒ‡ã™ URL を入力ã—ãªã‘れã°ãªã‚Šã¾ã›ã‚“",
 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  };


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics