aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-el/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-el/plurals.xml')
-rw-r--r--res/values-el/plurals.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/res/values-el/plurals.xml b/res/values-el/plurals.xml
index 9e611c16..fbfe2daf 100644
--- a/res/values-el/plurals.xml
+++ b/res/values-el/plurals.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012-2013 The CyanogenMod Project
+<!--Generated by crowdin.net-->
+<!--
+ Copyright (C) 2012-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -12,26 +14,26 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- -->
+-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="n_folders">
- <item quantity="one">1 φάκελος</item>
+ <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> φάκελος</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> φάκελοι</item>
</plurals>
<plurals name="n_files">
- <item quantity="one">1 αρχείο</item>
+ <item quantity="one"><xliff:g id="files">%1$d</xliff:g> αρχείο</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> αρχεία</item>
</plurals>
<plurals name="search_found_items">
- <item quantity="one">Βρέθηκε 1 αντικείμενο</item>
+ <item quantity="one">Βρέθηκε <xliff:g id="count">%1$d</xliff:g> αντικείμενο</item>
<item quantity="other">Βρέθηκαν <xliff:g id="count">%d</xliff:g> αντικείμενα</item>
</plurals>
<plurals name="selection_folders">
- <item quantity="one">Επιλέχθηκε 1 φάκελος.</item>
+ <item quantity="one">Επιλέχθηκε <xliff:g id="folders">%1$d</xliff:g> φάκελος.</item>
<item quantity="other">Επιλέχθηκαν <xliff:g id="folders">%1$d</xliff:g> φάκελοι.</item>
</plurals>
<plurals name="selection_files">
- <item quantity="one">Επιλέχθηκε 1 αρχείο.</item>
+ <item quantity="one">Επιλέχθηκε <xliff:g id="files">%1$d</xliff:g> αρχείο.</item>
<item quantity="other">Επιλέχθηκαν <xliff:g id="files">%1$d</xliff:g> αρχεία.</item>
</plurals>
</resources>