diff options
author | Eric Fischer <> | 2009-04-28 21:57:20 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-28 21:57:20 -0700 |
commit | c26a433bc059ed35b71d26d7a38ae221bc4faa7f (patch) | |
tree | d1532120ac8511d4a9646a8d387ab34cfe68da46 /res | |
parent | 8df1967e2a198b69af9da63e9571afef425c95db (diff) | |
parent | 09c51792e15cd7bbd1c239ec3346d571478923ba (diff) | |
download | packages_apps_Browser-c26a433bc059ed35b71d26d7a38ae221bc4faa7f.zip packages_apps_Browser-c26a433bc059ed35b71d26d7a38ae221bc4faa7f.tar.gz packages_apps_Browser-c26a433bc059ed35b71d26d7a38ae221bc4faa7f.tar.bz2 |
am 09c5179: AI 147492: Update zh_TW translations.
Merge commit '09c51792e15cd7bbd1c239ec3346d571478923ba' into donut
* commit '09c51792e15cd7bbd1c239ec3346d571478923ba':
AI 147492: Update zh_TW translations.
Diffstat (limited to 'res')
-rw-r--r-- | res/values-zh-rTW/strings.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index fd9e65c..d57f878 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -27,10 +27,12 @@ <string name="action">"登入"</string> <string name="cancel">"取消"</string> <string name="ok">"確定"</string> - <!-- no translation found for matches_found:zero (6242659159545399963) --> - <!-- no translation found for matches_found:one (4352019729062956802) --> - <!-- no translation found for matches_found:few (5544267486978946555) --> - <!-- no translation found for matches_found:other (6616125067364315405) --> + <plurals name="matches_found"> + <item quantity="zero">"沒有相配項"</item> + <item quantity="one">"1 個相配項"</item> + <item quantity="few">"<xliff:g id="NUMBER">%d</xliff:g> 個相配項"</item> + <item quantity="other">"<xliff:g id="NUMBER">%d</xliff:g> 個相配項"</item> + </plurals> <string name="page_info">"頁面資訊"</string> <string name="page_info_view">"檢視頁面資訊"</string> <string name="page_info_address">"位址:"</string> |