You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_TW.inc 4.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/acl/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
  15. */
  16. $labels['sharing'] = '分享';
  17. $labels['myrights'] = '存取權限';
  18. $labels['username'] = '使用者:';
  19. $labels['newuser'] = '新增項目';
  20. $labels['actions'] = '權限設定';
  21. $labels['anyone'] = '所有使用者 (anyone)';
  22. $labels['anonymous'] = '訪客 (anonymous)';
  23. $labels['identifier'] = '識別';
  24. $labels['acll'] = '尋找';
  25. $labels['aclr'] = '讀取訊息';
  26. $labels['acls'] = '保持上線狀態';
  27. $labels['aclw'] = '寫入標幟';
  28. $labels['acli'] = '插入(複製到這裡)';
  29. $labels['aclp'] = '發表';
  30. $labels['aclc'] = '建立子資料夾';
  31. $labels['aclk'] = '建立子資料夾';
  32. $labels['acld'] = '刪除訊息';
  33. $labels['aclt'] = '刪除訊息';
  34. $labels['acle'] = '刪去';
  35. $labels['aclx'] = '刪除資料夾';
  36. $labels['acla'] = '管理者';
  37. $labels['aclfull'] = '完全控制';
  38. $labels['aclother'] = '其它';
  39. $labels['aclread'] = '讀取';
  40. $labels['aclwrite'] = '寫入';
  41. $labels['acldelete'] = '刪除';
  42. $labels['shortacll'] = '尋找';
  43. $labels['shortaclr'] = '讀取';
  44. $labels['shortacls'] = '保存';
  45. $labels['shortaclw'] = '寫入';
  46. $labels['shortacli'] = '插入';
  47. $labels['shortaclp'] = '發表';
  48. $labels['shortaclc'] = '建立';
  49. $labels['shortaclk'] = '建立';
  50. $labels['shortacld'] = '刪除';
  51. $labels['shortaclt'] = '刪除';
  52. $labels['shortacle'] = '刪去';
  53. $labels['shortaclx'] = '資料夾刪除';
  54. $labels['shortacla'] = '管理者';
  55. $labels['shortaclother'] = '其它';
  56. $labels['shortaclread'] = '讀取';
  57. $labels['shortaclwrite'] = '寫入';
  58. $labels['shortacldelete'] = '刪除';
  59. $labels['longacll'] = '此資料夾權限可以訂閱和瀏覽';
  60. $labels['longaclr'] = '資料夾能被打開與讀取';
  61. $labels['longacls'] = '能修改訊息標幟';
  62. $labels['longaclw'] = '內容旗標和關鍵字可以變更,不包含已檢視和刪除的';
  63. $labels['longacli'] = '訊息能寫入或複製到資料夾';
  64. $labels['longaclp'] = '訊息能被投遞到這個資料夾';
  65. $labels['longaclc'] = '這個資料夾之下可以建子資料夾(或重新命名)';
  66. $labels['longaclk'] = '這個資料夾之下可以建子資料夾(或重新命名)';
  67. $labels['longacld'] = '能修改訊息刪除標幟';
  68. $labels['longaclt'] = '能修改訊息刪除標幟';
  69. $labels['longacle'] = '能抹除訊息';
  70. $labels['longaclx'] = '資料夾能被刪除或重新命名';
  71. $labels['longacla'] = '能變更資料夾權限';
  72. $labels['longaclfull'] = '完全控制包含資料夾管理';
  73. $labels['longaclread'] = '資料夾能被打開與讀取';
  74. $labels['longaclwrite'] = '信件可以被標記、編寫或複製到資料夾';
  75. $labels['longacldelete'] = '訊息能被刪除';
  76. $messages['deleting'] = '刪除權限...';
  77. $messages['saving'] = '儲存權限...';
  78. $messages['updatesuccess'] = '權限變更完成';
  79. $messages['deletesuccess'] = '權限刪除完成';
  80. $messages['createsuccess'] = '權限新增完成';
  81. $messages['updateerror'] = '無法更新權限';
  82. $messages['deleteerror'] = '無法刪除權限';
  83. $messages['createerror'] = '無法新增權限';
  84. $messages['deleteconfirm'] = '您確定要刪除所選取使用者的權限嗎?';
  85. $messages['norights'] = '沒有指定任何權限';
  86. $messages['nouser'] = '沒有指定用戶名稱';
  87. ?>