summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2013-08-17 13:39:50 +0300
committerBruno Martins <bgcngm@gmail.com>2018-11-20 09:39:49 +0000
commit32bba8a29ccd300fc2906d754eb04bbd57bce8f4 (patch)
tree12021d1c95d75eebe19d957bdf990ee9f5b5726c
parent0ca567f2914fc10169d6068b45dad093f540e910 (diff)
downloadandroid_packages_apps_Gallery2-32bba8a29ccd300fc2906d754eb04bbd57bce8f4.tar.gz
android_packages_apps_Gallery2-32bba8a29ccd300fc2906d754eb04bbd57bce8f4.tar.bz2
android_packages_apps_Gallery2-32bba8a29ccd300fc2906d754eb04bbd57bce8f4.zip
Gallery2: Modify AOSP EL translations
Fix wrong gender in plurals Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I4fdac15d90f1f37d02029fd88ca404d346c72f3f (cherry picked from commit 6fffb7036fcfdfd3ae7399db161ea56e5c6427e3)
-rw-r--r--res/values-el/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index 507b21064..0a1be1421 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -70,17 +70,17 @@
<string name="switch_to_camera" msgid="7280111806675169992">"Φωτογραφική μηχανή"</string>
<plurals name="number_of_items_selected">
<item quantity="zero" msgid="2142579311530586258">"Επιλέχθηκαν %1$d"</item>
- <item quantity="one" msgid="2478365152745637768">"Επιλέχθηκαν %1$d"</item>
+ <item quantity="one" msgid="2478365152745637768">"Επιλέχθηκε %1$d"</item>
<item quantity="other" msgid="754722656147810487">"Επιλέχθηκαν %1$d"</item>
</plurals>
<plurals name="number_of_albums_selected">
<item quantity="zero" msgid="749292746814788132">"Επιλέχθηκαν %1$d"</item>
- <item quantity="one" msgid="6184377003099987825">"Επιλέχθηκαν %1$d"</item>
+ <item quantity="one" msgid="6184377003099987825">"Επιλέχθηκε %1$d"</item>
<item quantity="other" msgid="53105607141906130">"Επιλέχθηκαν %1$d"</item>
</plurals>
<plurals name="number_of_groups_selected">
<item quantity="zero" msgid="3466388370310869238">"Επιλέχθηκαν %1$d"</item>
- <item quantity="one" msgid="5030162638216034260">"Επιλέχθηκαν %1$d"</item>
+ <item quantity="one" msgid="5030162638216034260">"Επιλέχθηκε %1$d"</item>
<item quantity="other" msgid="3512041363942842738">"Επιλέχθηκαν %1$d"</item>
</plurals>
<string name="show_on_map" msgid="6157544221201750980">"Εμφάνιση στον χάρτη"</string>