Changeset 26701
- Timestamp:
- Jan 14, 2014, 7:14:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/typetags/language/zh_TW/plugin.lang.php
r26665 r26701 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['typetags_associated'] = 'TypeTag(標籤組)已關聯';24 $lang['New TypeTag'] = 'TypeTag(標籤組)名稱';25 23 $lang['New color'] = '新的顏色'; 26 $lang['New name'] = '新的名稱';27 $lang['Not associated'] = '尚未關聯到標籤組的標籤';28 24 $lang['Only on tags page'] = '僅在標籤頁'; 29 $lang['typetag_already_exists'] = '此TypeTag(標籤組)已存在';30 25 $lang['You must fill all fields (name and color)'] = '請完整填寫信息(名稱與顏色)'; 31 $lang['typetag_saved'] = 'TypeTag(標籤組)已保存';32 $lang['typetag_suppr'] = 'TypeTag(標籤組)已刪除';33 $lang['typetag_unknown'] = 'TypeTag(標籤組)未知';34 $lang['All associations have been removed'] = '所有關聯已刪除';35 $lang['Color TypeTag'] = 'TypeTag(標籤組)顏色';36 $lang['Create a Typetag'] = '創建一個TypeTag(標籤組)';37 $lang['Delete all associations'] = '刪除所有關聯';38 26 $lang['Display colored tags'] = '將關聯了標籤組的彩色標籤效果顯示於:'; 39 $lang['Edit and associate TypeTags'] = '編輯和關聯TypeTag(標籤組)';40 $lang['Edit typetag'] = '編輯TypeTag(標籤組)';41 $lang['Edited TypeTag'] = 'TypeTag(標籤組)已修改';42 27 $lang['Everywhere'] = '各處'; 43 $lang['Modify'] = '修改'; 28 $lang['Add a new color'] = '添加一個新的顏色'; 29 $lang['Apply the same color to all tags'] = '所有標籤應用相同的顏色'; 30 $lang['Color'] = '顏色'; 31 $lang['Color added'] = '增加顏色'; 32 $lang['Color deleted'] = '刪除顏色'; 33 $lang['Color saved'] = '保存顏色'; 34 $lang['Edit color'] = '編輯顏色'; 35 $lang['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = '轉到<a href="%s">照片/標籤 </a> 以管理關聯。'; 36 $lang['Invalid color'] = '無效的顏色'; 37 $lang['Manage colors'] = '色彩管理'; 38 $lang['Set a different color for each tag'] = '為每個標籤設置不同的顏色'; 39 $lang['Set tags color'] = '設置標籤的顏色'; 40 $lang['This name is already used'] = '此名稱已被使用'; 44 41 ?>
Note: See TracChangeset
for help on using the changeset viewer.