summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-02 22:19:03 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-02 22:19:03 -0800
commit712ee145543a5afd57d4d7bbe941fb48d3fb0e6e (patch)
tree8990da80e5fb03c742229dd7b17e0aba9d2a8f3f
parent22ba8d0880b0ffee0897d1028a455b8fbaed7a05 (diff)
downloadandroid_packages_apps_SoundRecorder-712ee145543a5afd57d4d7bbe941fb48d3fb0e6e.tar.gz
android_packages_apps_SoundRecorder-712ee145543a5afd57d4d7bbe941fb48d3fb0e6e.tar.bz2
android_packages_apps_SoundRecorder-712ee145543a5afd57d4d7bbe941fb48d3fb0e6e.zip
Automatic translation import
Change-Id: Ib1bb44672386488452f665a8d391025b8aa28d86
-rw-r--r--res/values-es/cm_strings.xml5
-rw-r--r--res/values-ja/cm_strings.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 9d6cabf..0ec062d 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -60,8 +60,13 @@
<string name="notification_bg_title">Grabando audio</string>
<string name="notification_bg_content">La grabadora de sonido está grabando\u2026</string>
<string name="notification_stopped_title">Grabación detenida</string>
+ <string name="notification_stopped_content">Interrumpido por llamadas o música</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->
+ <string name="bt_using_headset">Uso de auriculares bluetooth</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">Conectando al auricular</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">Conexión Bluetooth perdida</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">Tiempo de espera de conexión Bluetooth agotado</string>
</resources>
diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml
index 5091348..ea5d5e1 100644
--- a/res/values-ja/cm_strings.xml
+++ b/res/values-ja/cm_strings.xml
@@ -58,7 +58,7 @@
<string name="in_call_record_error">通話中の録音は許可されていません。</string>
<string name="button_menu">その他のオプション</string>
<string name="notification_bg_title">録音中</string>
- <string name="notification_bg_content">音声レコーダーは録音中です\u2026</string>
+ <string name="notification_bg_content">音声レコーダーは録音中です...</string>
<string name="notification_stopped_title">録音を停止しました</string>
<string name="notification_stopped_content">通話または音楽によって中断されました</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->