aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-lv/plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-21 00:06:31 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-10-21 00:06:31 +0300
commit1222f4a4299ce9abef7935079b49a7dee4c8df03 (patch)
tree00d24367c22eff8cfcb492b3e13117a08af78552 /res/values-lv/plurals.xml
parent10da42265f58a5939db8a984383dc6228b00454b (diff)
downloadandroid_packages_apps_CMFileManager-1222f4a4299ce9abef7935079b49a7dee4c8df03.tar.gz
android_packages_apps_CMFileManager-1222f4a4299ce9abef7935079b49a7dee4c8df03.tar.bz2
android_packages_apps_CMFileManager-1222f4a4299ce9abef7935079b49a7dee4c8df03.zip
Automatic translation import
Change-Id: I7d4f3345d3a6909baa3e1f7e1b3bbfc980af8f7c
Diffstat (limited to 'res/values-lv/plurals.xml')
-rw-r--r--res/values-lv/plurals.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/res/values-lv/plurals.xml b/res/values-lv/plurals.xml
new file mode 100644
index 00000000..c04c5f47
--- /dev/null
+++ b/res/values-lv/plurals.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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.
+ 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.
+ 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="zero"><xliff:g id="folders">%1$d</xliff:g> mape</item>
+ <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> mape</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> mapes</item>
+ </plurals>
+ <plurals name="n_files">
+ <item quantity="zero"><xliff:g id="files">%1$d</xliff:g> fails</item>
+ <item quantity="one"><xliff:g id="files">%1$d</xliff:g> fails</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> faili</item>
+ </plurals>
+ <plurals name="search_found_items">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> atrasts vienums</item>
+ <item quantity="one"><xliff:g id="count">%1$d</xliff:g> atrasts vienums</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> atrasti vienumi</item>
+ </plurals>
+ <plurals name="selection_folders">
+ <item quantity="zero"><xliff:g id="folders">%1$d</xliff:g> atlasīta mape.</item>
+ <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> atlasīta mape.</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> atlasītas mapes.</item>
+ </plurals>
+ <plurals name="selection_files">
+ <item quantity="zero"><xliff:g id="files">%1$d</xliff:g> atlasīts fails.</item>
+ <item quantity="one"><xliff:g id="files">%1$d</xliff:g> atlasīts fails.</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> atlasīti faili.</item>
+ </plurals>
+</resources>