diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-02 17:38:15 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-02 17:38:15 +0000 |
| commit | 9374279af0c6c90cba178d0218eab8e167b41801 (patch) | |
| tree | 703edf5fd90a2507e3860aedb820ca9d41b750eb /plugins | |
| parent | 125f2397b4f8704d2d21f64185fe97f19d5c231d (diff) | |
translations update
git-svn-id: https://svn.roundcube.net/trunk@3856 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/password/localization/zh_TW.inc | 1 | ||||
| -rw-r--r-- | plugins/subscriptions_option/localization/zh_TW.inc | 6 | ||||
| -rw-r--r-- | plugins/vcard_attachments/localization/et_EE.inc | 7 | ||||
| -rw-r--r-- | plugins/vcard_attachments/localization/zh_TW.inc | 7 |
4 files changed, 21 insertions, 0 deletions
diff --git a/plugins/password/localization/zh_TW.inc b/plugins/password/localization/zh_TW.inc index 1198f29fc..7d162274a 100644 --- a/plugins/password/localization/zh_TW.inc +++ b/plugins/password/localization/zh_TW.inc @@ -16,5 +16,6 @@ $messages['connecterror'] = '無法更新密碼:連線失敗'; $messages['internalerror'] = '無法更新密碼'; $messages['passwordshort'] = '您的密碼至少需 $length 個字元長'; $messages['passwordweak'] = '您的新密碼至少需含有一個數字與一個標點符號'; +$messages['passwordforbidden'] = '您的密碼含有禁用字元'; ?> diff --git a/plugins/subscriptions_option/localization/zh_TW.inc b/plugins/subscriptions_option/localization/zh_TW.inc new file mode 100644 index 000000000..f310b51b7 --- /dev/null +++ b/plugins/subscriptions_option/localization/zh_TW.inc @@ -0,0 +1,6 @@ +<?php + +$labels = array(); +$labels['useimapsubscriptions'] = '使用IMAP訂閱'; + +?> diff --git a/plugins/vcard_attachments/localization/et_EE.inc b/plugins/vcard_attachments/localization/et_EE.inc new file mode 100644 index 000000000..eb6ce230f --- /dev/null +++ b/plugins/vcard_attachments/localization/et_EE.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['addvcardmsg'] = 'Lisa vCard aadressiraamatusse'; +$labels['vcardsavefailed'] = 'vCard salvestamine nurjus'; + +?> diff --git a/plugins/vcard_attachments/localization/zh_TW.inc b/plugins/vcard_attachments/localization/zh_TW.inc new file mode 100644 index 000000000..39b0f91ad --- /dev/null +++ b/plugins/vcard_attachments/localization/zh_TW.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['addvcardmsg'] = '新增vCard至通訊錄'; +$labels['vcardsavefailed'] = '無法儲存vCard'; + +?> |
