source: extensions/birthdate/language/zh_TW/plugin.lang.php @ 21581

Last change on this file since 21581 was 21581, checked in by ddtddt, 11 years ago

[extensions] - birthdate - Add zh_TW - 中文 (繁體) - Chinese traditional - Thanks to chouyh

File size: 682 bytes
Line 
1<?php
2$lang['Birthdate'] = '生日'; 
3$lang['Birthdates'] = '生日'; 
4$lang['on this photo %s is %s old'] = '在這張照片上%s是%s歲了'; 
5$lang['%d photo'] = '%d 照片'; 
6$lang['%d photos'] = '%d 照片'; 
7$lang['Add a birthdate'] = '添加生日'; 
8$lang['Edit a birthdate'] = '編輯生日'; 
9$lang['Manage birthdates'] = '管理生日'; 
10$lang['Delete birthdate for %s'] = '刪除%s的生日'; 
11$lang['Birthdate removed for %s'] = '已移除%s的生日'; 
12$lang['Who?'] = '誰?'; 
13$lang['Select a birthdate'] = '選擇一個生日'; 
14$lang['Select a tag'] = '選擇一個標籤'; 
15$lang['No photo'] = '沒有照片'; 
16$lang['Now'] = '現在'; 
17$lang['Minute'] = '分';
18?>
Note: See TracBrowser for help on using the repository browser.