aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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..a6df3cc 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> hình ảnh</item>
+ </plurals>
<!-- Total of pictures found after a media reload -->
+ <plurals name="msg_media_reload_complete">
+ <item quantity="other">Tải lại phương tiện hoàn tất. <xliff:g id="pictures" example="7">%d</xliff:g> hình ảnh đã tìm thấy.</item>
+ </plurals>
</resources>