summaryrefslogtreecommitdiffstats
path: root/res/values-tr/cm_strings.xml
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-01-12 20:05:01 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-01-12 20:05:01 +0200
commitf41cba9232db0db3106a62f8da74e563462092fc (patch)
treee9aa446cc7fe03c43265f8ea5b92d28ef756c57d /res/values-tr/cm_strings.xml
parent907a2ddd90b56bb11d78a63840ad693ca2191b8b (diff)
downloadandroid_packages_providers_DownloadProvider-f41cba9232db0db3106a62f8da74e563462092fc.tar.gz
android_packages_providers_DownloadProvider-f41cba9232db0db3106a62f8da74e563462092fc.tar.bz2
android_packages_providers_DownloadProvider-f41cba9232db0db3106a62f8da74e563462092fc.zip
Automatic translation import
Change-Id: I49173cb1cdfbb4e3301c0cf66f4213997e0af420
Diffstat (limited to 'res/values-tr/cm_strings.xml')
-rw-r--r--res/values-tr/cm_strings.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
new file mode 100644
index 00000000..c3256dc5
--- /dev/null
+++ b/res/values-tr/cm_strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-2016 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">
+ <!-- Notification text containing download duration left and download speed -->
+ <string name="text_download_speed"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/sn</string>
+ <!-- Status indicating that the download has been paused to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_paused">Duraklatıldı</string>
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Duraklatıldı, %d%%</string>
+ <!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Devam</string>
+ <!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">Duraklat</string>
+ <!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d duraklatıldı</string>
+</resources>