summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-11 22:41:07 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-11 22:41:07 +0200
commit49c1954be9937faad830cfb55d59eecc1aedbf31 (patch)
tree3972b1f96492032d02c3cb75a0b6336f5c13b91d
parentb9f160f9df3590792fafa6c60088440d543d7a03 (diff)
downloadandroid_packages_apps_AudioFX-49c1954be9937faad830cfb55d59eecc1aedbf31.tar.gz
android_packages_apps_AudioFX-49c1954be9937faad830cfb55d59eecc1aedbf31.tar.bz2
android_packages_apps_AudioFX-49c1954be9937faad830cfb55d59eecc1aedbf31.zip
Automatic translation import
Change-Id: If598e69c256326bc3e88f5876464ea42875423f5
-rw-r--r--res/values-ar/cm_strings.xml48
-rw-r--r--res/values-es/cm_strings.xml4
-rw-r--r--res/values-hr/cm_strings.xml2
-rw-r--r--res/values-th/cm_strings.xml27
-rw-r--r--res/values-tr/cm_strings.xml6
-rw-r--r--res/values-vi/cm_strings.xml27
6 files changed, 111 insertions, 3 deletions
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml
new file mode 100644
index 0000000..f10e1f8
--- /dev/null
+++ b/res/values-ar/cm_strings.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2014-2015 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>
+ <string name="normal">عادي</string>
+ <string name="classical">كلاسيكي</string>
+ <string name="dance">رقص</string>
+ <string name="flat">معتدل</string>
+ <string name="folk">شعبي</string>
+ <string name="heavy_metal">المعادن الثقيلة</string>
+ <string name="hip_hop">الهيب هوب</string>
+ <string name="jazz">الجاز</string>
+ <string name="pop">البوب</string>
+ <string name="rock">روك</string>
+ <string name="electronic">إلكتروني</string>
+ <string name="small_speakers">سماعات صغيرة</string>
+ <string name="custom">مخصص</string>
+ <string name="none">بلا</string>
+ <string name="smallroom">غرفة صغيرة</string>
+ <string name="mediumroom">غرفة متوسطة</string>
+ <string name="largeroom">غرفة كبيرة</string>
+ <string name="mediumhall">قاعة متوسطة</string>
+ <string name="largehall">قاعة كبيرة</string>
+ <string name="plate">لوح</string>
+ <string name="power_on_prompt">اضغط على زر الطاقة في الجزء الأيمن العلوي.</string>
+ <string name="effect_unavalable_for_speaker">التأثير غير متاح لوضع السماعة.</string>
+ <string name="device_headset">سماعة الرأس</string>
+ <string name="device_speaker">سماعة</string>
+ <string name="device_usb">USB</string>
+ <string name="device_bluetooth">بلوتوث</string>
+ <string name="device_wireless">لاسلكي</string>
+ <string name="reverb">الصدى</string>
+ <string name="eq_preset">التعيين المسبق للمعادل</string>
+</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 096b80c..ab1d76e 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -18,6 +18,9 @@
<resources>
<string name="normal">Normal</string>
<string name="classical">Clásica</string>
+ <string name="dance">Dance</string>
+ <string name="flat">Plana</string>
+ <string name="folk">Folk</string>
<string name="heavy_metal">Heavy Metal</string>
<string name="hip_hop">Hip-Hop</string>
<string name="jazz">Jazz</string>
@@ -32,6 +35,7 @@
<string name="largeroom">Gran habitación</string>
<string name="mediumhall">Sala mediana</string>
<string name="largehall">Gran sala</string>
+ <string name="plate">Vinilo</string>
<string name="power_on_prompt">Pulsa el botón de encendido en la parte superior derecha.</string>
<string name="effect_unavalable_for_speaker">Efecto no disponible para el modo altavoz.</string>
<string name="device_headset">Auriculares</string>
diff --git a/res/values-hr/cm_strings.xml b/res/values-hr/cm_strings.xml
index fb99240..22c6060 100644
--- a/res/values-hr/cm_strings.xml
+++ b/res/values-hr/cm_strings.xml
@@ -27,6 +27,7 @@
<string name="pop">Pop</string>
<string name="rock">Rock</string>
<string name="electronic">Elektronska</string>
+ <string name="small_speakers">Mali zvučnici</string>
<string name="custom">Prilagođeno</string>
<string name="none">Ništa</string>
<string name="smallroom">Mala soba</string>
@@ -41,6 +42,7 @@
<string name="device_speaker">Zvučnik</string>
<string name="device_usb">USB</string>
<string name="device_bluetooth">Bluetooth</string>
+ <string name="device_wireless">Bežično</string>
<string name="reverb">Odjek</string>
<string name="eq_preset">Predlošci ekvilajzera</string>
</resources>
diff --git a/res/values-th/cm_strings.xml b/res/values-th/cm_strings.xml
index 6c5a24b..b3bdd4a 100644
--- a/res/values-th/cm_strings.xml
+++ b/res/values-th/cm_strings.xml
@@ -18,4 +18,31 @@
<resources>
<string name="normal">ปกติ</string>
<string name="classical">คลาสสิก</string>
+ <string name="dance">แดนซ์</string>
+ <string name="flat">เรียบ</string>
+ <string name="folk">โฟล์ค</string>
+ <string name="heavy_metal">เฮฟวี่เมทัล</string>
+ <string name="hip_hop">ฮิปฮอป</string>
+ <string name="jazz">แจ๊ส</string>
+ <string name="pop">ป๊อป</string>
+ <string name="rock">ร็อค</string>
+ <string name="electronic">อิเล็กทรอนิก</string>
+ <string name="small_speakers">ลำโพงเล็ก</string>
+ <string name="custom">กำหนดเอง</string>
+ <string name="none">ไม่มี</string>
+ <string name="smallroom">ห้องขนาดเล็ก</string>
+ <string name="mediumroom">ห้องขนาดกลาง</string>
+ <string name="largeroom">ห้องขนาดใหญ่</string>
+ <string name="mediumhall">โถงขนาดกลาง</string>
+ <string name="largehall">โถงขนาดใหญ่</string>
+ <string name="plate">เวที</string>
+ <string name="power_on_prompt">กดปุ่มเพาเวอร์ด้านบนขวา</string>
+ <string name="effect_unavalable_for_speaker">เอฟเฟกต์นี้ไม่สามารถใช้ได้กับรูปแบบลำโพง</string>
+ <string name="device_headset">หูฟัง</string>
+ <string name="device_speaker">ลำโพง</string>
+ <string name="device_usb">USB</string>
+ <string name="device_bluetooth">บลูทูธ</string>
+ <string name="device_wireless">แบบไร้สาย</string>
+ <string name="reverb">เสียงก้อง</string>
+ <string name="eq_preset">ชุดรูปแบบปรับแต่งเสียง</string>
</resources>
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
index 022bac4..1915407 100644
--- a/res/values-tr/cm_strings.xml
+++ b/res/values-tr/cm_strings.xml
@@ -23,7 +23,7 @@
<string name="folk">Halk</string>
<string name="heavy_metal">Heavy Metal</string>
<string name="hip_hop">Hip Hop</string>
- <string name="jazz">Jazz</string>
+ <string name="jazz">Caz</string>
<string name="pop">Pop</string>
<string name="rock">Rock</string>
<string name="electronic">Elektronik</string>
@@ -42,7 +42,7 @@
<string name="device_speaker">Hoparlör</string>
<string name="device_usb">USB</string>
<string name="device_bluetooth">Bluetooth</string>
- <string name="device_wireless">Kablosuz cihaz</string>
+ <string name="device_wireless">Kablosuz</string>
<string name="reverb">Yankı</string>
- <string name="eq_preset">Equalizer önayarları</string>
+ <string name="eq_preset">Equalizer önayarı</string>
</resources>
diff --git a/res/values-vi/cm_strings.xml b/res/values-vi/cm_strings.xml
index a85631d..6783392 100644
--- a/res/values-vi/cm_strings.xml
+++ b/res/values-vi/cm_strings.xml
@@ -16,6 +16,33 @@
limitations under the License.
-->
<resources>
+ <string name="normal">Bình thường</string>
+ <string name="classical">Cổ điển</string>
+ <string name="dance">Dance</string>
+ <string name="flat">Flat</string>
<string name="folk">Dân ca</string>
+ <string name="heavy_metal">Heavy Metal</string>
+ <string name="hip_hop">Hip Hop</string>
+ <string name="jazz">Jazz</string>
+ <string name="pop">Pop</string>
+ <string name="rock">Rock</string>
+ <string name="electronic">Electronic</string>
+ <string name="small_speakers">Loa nhỏ</string>
+ <string name="custom">Tùy chỉnh</string>
+ <string name="none">Không</string>
+ <string name="smallroom">Phòng nhỏ</string>
+ <string name="mediumroom">Phòng trung bình</string>
+ <string name="largeroom">Phòng lớn</string>
+ <string name="mediumhall">Hội trường trung bình</string>
+ <string name="largehall">Hội trường lớn</string>
+ <string name="plate">Đĩa</string>
+ <string name="power_on_prompt">Nhấn nút nguồn điện ở trên cùng bên phải.</string>
+ <string name="effect_unavalable_for_speaker">Hiệu ứng không khả dụng với chế độ Loa ngoài.</string>
+ <string name="device_headset">Tai nghe</string>
+ <string name="device_speaker">Loa ngoài</string>
+ <string name="device_usb">USB</string>
+ <string name="device_bluetooth">Bluetooth</string>
+ <string name="device_wireless">Không dây</string>
+ <string name="reverb">Âm vang</string>
<string name="eq_preset">Cài sẵn bộ chỉnh âm</string>
</resources>