diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
| commit | 6a7c5b2653fc4883efd209db8874e9e180111a36 (patch) | |
| tree | 81a32d6df9a3f38d6594c3cb335756eff6997c50 /plugins/forms/lang/zh.js | |
| parent | 37c5c3d711169a4b63c1ee1924dd873c46f6998a (diff) | |
| download | ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.gz ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.bz2 ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.zip | |
Upgrade to version 4.3 - remove older files
Diffstat (limited to 'plugins/forms/lang/zh.js')
| -rw-r--r-- | plugins/forms/lang/zh.js | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/zh.js b/plugins/forms/lang/zh.js deleted file mode 100644 index 8263744..0000000 --- a/plugins/forms/lang/zh.js +++ /dev/null @@ -1,68 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'forms', 'zh', {
- button: {
- title: '按鈕屬性',
- text: '顯示文字 (值)',
- type: '類型',
- typeBtn: '按鈕 (Button)',
- typeSbm: '送出 (Submit)',
- typeRst: '重設 (Reset)'
- },
- checkboxAndRadio: {
- checkboxTitle: '核取方塊屬性',
- radioTitle: '選項按鈕屬性',
- value: '選取值',
- selected: '已選取'
- },
- form: {
- title: '表單屬性',
- menu: '表單屬性',
- action: '動作',
- method: '方法',
- encoding: '表單編碼'
- },
- hidden: {
- title: '隱藏欄位屬性',
- name: '名稱',
- value: '值'
- },
- select: {
- title: '清單/選單屬性',
- selectInfo: '資訊',
- opAvail: '可用選項',
- value: '值',
- size: '大小',
- lines: '行',
- chkMulti: '可多選',
- opText: '顯示文字',
- opValue: '選取值',
- btnAdd: '新增',
- btnModify: '修改',
- btnUp: '上移',
- btnDown: '下移',
- btnSetValue: '設為預設值',
- btnDelete: '刪除'
- },
- textarea: {
- title: '文字區域屬性',
- cols: '字元寬度',
- rows: '列數'
- },
- textfield: {
- title: '文字方塊屬性',
- name: '名稱',
- value: '值',
- charWidth: '字元寬度',
- maxChars: '最多字元數',
- type: '類型',
- typeText: '文字',
- typePass: '密碼',
- typeEmail: 'Email', // MISSING
- typeSearch: 'Search', // MISSING
- typeTel: 'Telephone Number', // MISSING
- typeUrl: 'URL'
- }
-});
|
