[ Index ]
 

Code source de Serendipity 1.2

Accdez au Source d'autres logiciels libres

title

Body

[fermer]

/htmlarea/lang/ -> ch.js (source)

   1  // I18N constants
   2  
   3  // LANG: "ch", ENCODING: UTF-8
   4  // Samuel Stone, http://stonemicro.com/
   5  
   6  HTMLArea.I18N = {
   7  
   8      // the following should be the filename without .js extension
   9      // it will be used for automatically load plugin language.
  10      lang: "ch",
  11  
  12      tooltips: {
  13          bold:           "粗體",
  14          italic:         "斜體",
  15          underline:      "底線",
  16          strikethrough:  "刪線",
  17          subscript:      "下標",
  18          superscript:    "上標",
  19          justifyleft:    "靠左",
  20          justifycenter:  "居中",
  21          justifyright:   "靠右",
  22          justifyfull:    "整齊",
  23          orderedlist:    "順序清單",
  24          unorderedlist:  "無序清單",
  25          outdent:        "伸排",
  26          indent:         "縮排",
  27          forecolor:      "文字顏色",
  28          backcolor:      "背景顏色",
  29          horizontalrule: "水平線",
  30          createlink:     "插入連結",
  31          insertimage:    "插入圖像",
  32          inserttable:    "插入表格",
  33          htmlmode:       "切換HTML原始碼",
  34          popupeditor:    "伸出編輯系統",
  35          about:          "關於 HTMLArea",
  36          help:           "說明",
  37          textindicator:  "字體例子",
  38          undo:           "回原",
  39          redo:           "重来",
  40          cut:            "剪制选项",
  41          copy:           "复制选项",
  42          paste:          "贴上",
  43          lefttoright:    "从左到右",
  44          righttoleft:    "从右到左"
  45      },
  46  
  47      buttons: {
  48          "ok":           "好",
  49          "cancel":       "取消"
  50      },
  51  
  52      msg: {
  53          "Path":         "途徑",
  54          "TEXT_MODE":    "你在用純字編輯方式.  用 [<>] 按鈕轉回 所見即所得 編輯方式.",
  55  
  56          "IE-sucks-full-screen" :
  57          // translate here
  58          "整頁式在Internet Explorer 上常出問題, " +
  59          "因為這是 Internet Explorer 的無名問題,我們無法解決。" +
  60          "你可能看見一些垃圾,或遇到其他問題。" +
  61          "我們已警告了你. 如果要轉到 正頁式 請按 好.",
  62  
  63          "Moz-Clipboard" :
  64          "Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
  65          "for security reasons.  Click OK to see a technical note at mozilla.org " +
  66          "which shows you how to allow a script to access the clipboard."
  67      },
  68  
  69      dialogs: {
  70          "Cancel"                                            : "取消",
  71          "Insert/Modify Link"                                : "插入/改寫連結",
  72          "New window (_blank)"                               : "新窗户(_blank)",
  73          "None (use implicit)"                               : "無(use implicit)",
  74          "OK"                                                : "好",
  75          "Other"                                             : "其他",
  76          "Same frame (_self)"                                : "本匡 (_self)",
  77          "Target:"                                           : "目標匡:",
  78          "Title (tooltip):"                                  : "主題 (tooltip):",
  79          "Top frame (_top)"                                  : "上匡 (_top)",
  80          "URL:"                                              : "網址:",
  81          "You must enter the URL where this link points to"  : "你必須輸入你要连结的網址"
  82      }
  83  };


Gnr le : Sat Nov 24 09:00:37 2007 par Balluche grce PHPXref 0.7
  Clicky Web Analytics