aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-vi/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-vi/plurals.xml')
-rw-r--r--res/values-vi/plurals.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-vi/plurals.xml b/res/values-vi/plurals.xml
index 74d3375..cab2d29 100644
--- a/res/values-vi/plurals.xml
+++ b/res/values-vi/plurals.xml
@@ -17,5 +17,11 @@
-->
<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> ảnh</item>
+ </plurals>
<!-- Total of pictures found after a media reload -->
+ <plurals name="msg_media_reload_complete">
+ <item quantity="other">Hoàn tất tải lại phương tiện. Đã tìm thấy <xliff:g id="pictures" example="7">%d</xliff:g> ảnh.</item>
+ </plurals>
</resources>