diff options
Diffstat (limited to 'res/values-el/cm_plurals.xml')
-rw-r--r-- | res/values-el/cm_plurals.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-el/cm_plurals.xml b/res/values-el/cm_plurals.xml index a4774a1..2f83614 100644 --- a/res/values-el/cm_plurals.xml +++ b/res/values-el/cm_plurals.xml @@ -2,10 +2,13 @@ <!--Generated by crowdin.com--> <!-- Copyright (C) 2013-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. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -17,4 +20,8 @@ <item quantity="one"><xliff:g id="seconds">%d</xliff:g> δευτερόλεπτο</item> <item quantity="other"><xliff:g id="seconds">%d</xliff:g> δευτερόλεπτα</item> </plurals> + <plurals name="app_ops_count"> + <item quantity="one">μια φορά</item> + <item quantity="other">%d φορές</item> + </plurals> </resources> |