diff options
author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-11 22:43:05 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-01-11 15:22:44 -0800 |
commit | 1b1716ed40d623e88102b41c93f96cbe7dd5c70d (patch) | |
tree | 8489e8ea26c9bdbf72d16a7931a5537c1f27b04d /res/values-sk/cm_plurals.xml | |
parent | c28091bce1432dc14e5440e8e7ad696de46f0a31 (diff) | |
download | packages_apps_Settings-1b1716ed40d623e88102b41c93f96cbe7dd5c70d.zip packages_apps_Settings-1b1716ed40d623e88102b41c93f96cbe7dd5c70d.tar.gz packages_apps_Settings-1b1716ed40d623e88102b41c93f96cbe7dd5c70d.tar.bz2 |
Automatic translation import
Change-Id: I6a73233e7c5689c683bc444bcea93b910f69124e
Diffstat (limited to 'res/values-sk/cm_plurals.xml')
-rw-r--r-- | res/values-sk/cm_plurals.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values-sk/cm_plurals.xml b/res/values-sk/cm_plurals.xml index 38a86aa..61bb890 100644 --- a/res/values-sk/cm_plurals.xml +++ b/res/values-sk/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> sekundy</item> <item quantity="other"><xliff:g id="seconds">%d</xliff:g> sekúnd</item> </plurals> + <plurals name="app_ops_count"> + <item quantity="one">raz</item> + <item quantity="few">%d razy</item> + <item quantity="other">%d ráz</item> + </plurals> </resources> |