aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-tr/plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-04-10 17:40:06 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-04-10 17:40:06 +0300
commit1727cad8ec02f57a6277afeb8a6d85af71787704 (patch)
treea8f4961b54589b715a4d742f33c65477c8916c9e /res/values-tr/plurals.xml
parent7bad75a0736f91ac9d44383f0f28d2f92710b1ba (diff)
downloadandroid_packages_apps_CMFileManager-1727cad8ec02f57a6277afeb8a6d85af71787704.tar.gz
android_packages_apps_CMFileManager-1727cad8ec02f57a6277afeb8a6d85af71787704.tar.bz2
android_packages_apps_CMFileManager-1727cad8ec02f57a6277afeb8a6d85af71787704.zip
Automatic translation import
Change-Id: Ic9949c5d2206ec49f9be784f5bf19a5826642a4b
Diffstat (limited to 'res/values-tr/plurals.xml')
-rw-r--r--res/values-tr/plurals.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/res/values-tr/plurals.xml b/res/values-tr/plurals.xml
index 71b437a8..b46728a9 100644
--- a/res/values-tr/plurals.xml
+++ b/res/values-tr/plurals.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
<!--
- Copyright (C) 2012-2013-2013 The CyanogenMod Project
+ 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.
@@ -15,24 +16,19 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <plurals name="n_folders">
- <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> klasör</item>
+ <plurals name="n_folders">
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> klasör</item>
</plurals>
<plurals name="n_files">
- <item quantity="one"><xliff:g id="files">%1$d</xliff:g> dosya</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> dosya</item>
</plurals>
<plurals name="search_found_items">
- <item quantity="one"><xliff:g id="count">%1$d</xliff:g> dosya bulundu</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> dosya bulundu</item>
+ <item quantity="other"><xliff:g id="count">%1$d</xliff:g> dosya bulundu</item>
</plurals>
<plurals name="selection_folders">
- <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> klasör seçildi.</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> klasör seçildi.</item>
</plurals>
<plurals name="selection_files">
- <item quantity="one"><xliff:g id="files">%1$d</xliff:g> dosya seçildi.</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> dosya seçildi.</item>
-</plurals>
+ </plurals>
</resources>