aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-uk/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-uk/plurals.xml')
-rw-r--r--res/values-uk/plurals.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-uk/plurals.xml b/res/values-uk/plurals.xml
index ea3fe69..801af68 100644
--- a/res/values-uk/plurals.xml
+++ b/res/values-uk/plurals.xml
@@ -16,11 +16,13 @@
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="one">1 зображення</item>
<item quantity="few"><xliff:g id="pictures" example="7">%d</xliff:g> зображень</item>
<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="one">Пересканування медіа завершено. 1 зображення знайдено.</item>
<item quantity="few">Пересканування медіа завершено. <xliff:g id="pictures" example="7">%d</xliff:g> зображень знайдено.</item>