summaryrefslogtreecommitdiffstats
path: root/res/values-el
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-el')
-rw-r--r--res/values-el/cm_plurals.xml3
-rw-r--r--res/values-el/cm_strings.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values-el/cm_plurals.xml b/res/values-el/cm_plurals.xml
index d2fee15f..f1c91cbf 100644
--- a/res/values-el/cm_plurals.xml
+++ b/res/values-el/cm_plurals.xml
@@ -16,14 +16,17 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
<plurals name="duration_seconds">
<item quantity="one"><xliff:g id="count">%d</xliff:g> δ</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> δ</item>
</plurals>
+ <!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
<plurals name="duration_minutes">
<item quantity="one"><xliff:g id="count">%d</xliff:g> λ</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> λ</item>
</plurals>
+ <!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
<plurals name="duration_hours">
<item quantity="one"><xliff:g id="count">%d</xliff:g> ω</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> ω</item>
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml
index c3e52fe7..fa0384ff 100644
--- a/res/values-el/cm_strings.xml
+++ b/res/values-el/cm_strings.xml
@@ -17,7 +17,11 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/δ</string>
+ <!-- Status indicating that the download has been paused to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
<string name="download_paused">Σε παύση</string>
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
<string name="download_paused_percent">Σε παύση, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
<string name="download_queued_percent">Στην ουρά, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>