diff options
| author | Steve Kondik <shade@chemlab.org> | 2011-08-30 11:26:38 +0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2011-08-30 11:26:38 +0400 |
| commit | 99baeb6ff48a08facae4521f017e842235730491 (patch) | |
| tree | 1374b78a0a399a3346bd1eb3b906f24e88d33d67 | |
| parent | 76c5f3c946013959c51f7b87a1b56d08801f5434 (diff) | |
| parent | 8a9ddbc33ebdac123d5ceb5ad24905060a76f425 (diff) | |
| download | packages_apps_Contacts-99baeb6ff48a08facae4521f017e842235730491.tar.gz packages_apps_Contacts-99baeb6ff48a08facae4521f017e842235730491.tar.bz2 packages_apps_Contacts-99baeb6ff48a08facae4521f017e842235730491.zip | |
Merge "Traditional Chinese: Update translation for button_clear_date" into gingerbread
| -rw-r--r-- | res/values-zh-rTW/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 3286e4f6f..43c9628f9 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -1096,6 +1096,9 @@ <!-- Field title for the date for an event --> <string name="label_date">日期</string> + <!-- Title of clear button in date picker --> + <string name="button_clear_date">清除</string> + <!-- String describing which account type a contact came from when editing it --> <string name="account_type_format" msgid="718948015590343010">"<xliff:g id="SOURCE">%1$s</xliff:g> 聯絡人"</string> |
