aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-06 22:59:47 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-03-06 22:59:47 +0200
commit166739544a06f8d77539a971f8a0e57b495e0f37 (patch)
tree91cf2f32af7629ee8172f9ca57e036e05897a1d9
parent5da5e65337209d7bbdf6c84ade6fbafba8226878 (diff)
downloadandroid_packages_apps_CMFileManager-166739544a06f8d77539a971f8a0e57b495e0f37.tar.gz
android_packages_apps_CMFileManager-166739544a06f8d77539a971f8a0e57b495e0f37.tar.bz2
android_packages_apps_CMFileManager-166739544a06f8d77539a971f8a0e57b495e0f37.zip
Automatic translation import
Change-Id: I2f43319fbbe7fc6af129cecdfe014878b74f9ae4
-rw-r--r--res/values-af/strings.xml1
-rw-r--r--res/values-az-rAZ/plurals.xml39
-rw-r--r--res/values-cs/strings.xml1
-rw-r--r--res/values-iw/strings.xml1
-rw-r--r--res/values-nl/strings.xml2
-rw-r--r--res/values-zh-rTW/strings.xml1
6 files changed, 44 insertions, 1 deletions
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 37dea90c..fd6d30e2 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -429,4 +429,5 @@
\n\nMet hierdie program kan jy die lêerstelsel verken en moontlik die toestel beskadig. Om dit te voorkom, sal die program begin in \'n veilige, lae-bevoorregte modus.
\n\nU kan toegang tot \'n gevorderde, volbevoorregte modus verkry deur instellings. Dit is jou verantwoordelikheid om te verseker dat enige aksie wat gedoen word nie die stelsel beskadig nie.
\n\nDie CyanogenMod span.</string>
+ <string name="activity_not_found_exception">Kon nie \'n program vind om hierdie lêer oop te maak</string>
</resources>
diff --git a/res/values-az-rAZ/plurals.xml b/res/values-az-rAZ/plurals.xml
new file mode 100644
index 00000000..8cb157f9
--- /dev/null
+++ b/res/values-az-rAZ/plurals.xml
@@ -0,0 +1,39 @@
+<?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="one"><xliff:g id="folders">%1$d</xliff:g> qovluq</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> qovluq</item>
+ </plurals>
+ <plurals name="n_files">
+ <item quantity="one"><xliff:g id="files">%1$d</xliff:g> fayl</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> fayl</item>
+ </plurals>
+ <plurals name="search_found_items">
+ <item quantity="one"><xliff:g id="count">%1$d</xliff:g> element tapıldı</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> element tapıldı</item>
+ </plurals>
+ <plurals name="selection_folders">
+ <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> qovluq seçildi.</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> qovluq seçildi.</item>
+ </plurals>
+ <plurals name="selection_files">
+ <item quantity="one"><xliff:g id="files">%1$d</xliff:g> fayl seçildi.</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> fayl seçildi.</item>
+ </plurals>
+</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 33c9e44c..73a58004 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -401,4 +401,5 @@
<string name="changelog_title">Seznam změn</string>
<string name="welcome_title">Vítejte</string>
<string name="welcome_msg">Vítejte ve správci souborů CyanogenMod.\n\nTato aplikace umožňuje procházet souborový systém a dělat operace, které mohou poškodit vaše zařízení. K zabránění škod bude aplikace spuštěna v Bezpečném režimu.\n\nMůžete zapnout pokročilý režim s plným oprávněním v Nastavení. Tím přeberete zodpovědnost za operace, které budete s aplikací provádět.\n\nTým CyanogenMod.</string>
+ <string name="activity_not_found_exception">Pro tento soubor nelze najít aplikaci</string>
</resources>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 0b75d0de..827a0789 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -420,4 +420,5 @@
\n\nבאפשרותך לגשת למצב המתקדם, בעל הרשאות מלאות דרך ההגדרות. זוהי
אחריותך לוודא שפעולה שתבוצע לא תהרוס את מערכת ההפעלה.
\n\nצוות CyanogenMod.\n</string>
+ <string name="activity_not_found_exception">לא ניתן למצוא יישום לפתיחת הקובץ</string>
</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index cfdfb043..e467fd97 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -56,7 +56,7 @@
<string name="msgs_success">Bewerking is voltooid</string>
<string name="msgs_unknown">Er is een fout opgetreden. De bewerking is mislukt.</string>
<string name="msgs_insufficient_permissions">Deze bewerking heeft verhoogde machtigingen nodig. Probeer naar roottoegangsmodus te schakelen.</string>
- <string name="msgs_no_disk_space">Deze bewerking is mislukt omdat er geen ruimte meer is op het apparaat.</string>
+ <string name="msgs_no_disk_space">Bewerking mislukt, er is geen ruimte meer op het apparaat.</string>
<string name="msgs_file_not_found">Het bestand of de map is niet gevonden.</string>
<string name="msgs_command_not_found">Het bewerkingscommando is niet gevonden of is ongeldig.</string>
<string name="msgs_io_failed">Lees-/schrijffout.</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 06181326..95362b1e 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -401,4 +401,5 @@
<string name="changelog_title">更新日誌</string>
<string name="welcome_title">歡迎</string>
<string name="welcome_msg">歡迎使用 CyanogenMod 檔案管理器。\n\n此應用程式允許您瀏覽檔案系統並做出可能破壞您裝置的操作。為了避免損害,此應用程式預設在低權限、安全的模式下執行。\n\n您可以經由設定切換至進階或擁有完全控制的模式。確保操作不會破壞系統將是您的責任。\n\nCyanogenMod 團隊</string>
+ <string name="activity_not_found_exception">找不到可開啟此檔案的應用程式</string>
</resources>