diff options
Diffstat (limited to 'res/values-uk/cm_plurals.xml')
-rw-r--r-- | res/values-uk/cm_plurals.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values-uk/cm_plurals.xml b/res/values-uk/cm_plurals.xml index a456581..370381c 100644 --- a/res/values-uk/cm_plurals.xml +++ b/res/values-uk/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. @@ -18,4 +21,9 @@ <item quantity="few"><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="few">рази</item> + <item quantity="other">%d разів</item> + </plurals> </resources> |