aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-zh-rTW/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-zh-rTW/plurals.xml')
-rw-r--r--res/values-zh-rTW/plurals.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-zh-rTW/plurals.xml b/res/values-zh-rTW/plurals.xml
index ea4644d..f2c0cd1 100644
--- a/res/values-zh-rTW/plurals.xml
+++ b/res/values-zh-rTW/plurals.xml
@@ -16,9 +16,11 @@
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Number of pictures found in an album -->
<plurals name="album_number_of_pictures">
<item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> 張圖片</item>
</plurals>
+ <!-- Total of pictures found after a media reload -->
<plurals name="msg_media_reload_complete">
<item quantity="other">媒體重新載入完成。找到 <xliff:g id="pictures" example="7">%d</xliff:g> 張圖片。</item>
</plurals>