summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-08-07 19:27:43 -0700
committerblinky@build01 <jenkins@cyanogenmod.com>2016-08-07 19:27:43 -0700
commit946fee3dfa4fbd64496affc2abb1694a7cad947a (patch)
tree317fca79468d5f6f21d48278d616f80d3e00df7c
parent3a37d066c61236fb07dbaa787bc30a2a4f3cf549 (diff)
downloadandroid_packages_apps_SoundRecorder-946fee3dfa4fbd64496affc2abb1694a7cad947a.tar.gz
android_packages_apps_SoundRecorder-946fee3dfa4fbd64496affc2abb1694a7cad947a.tar.bz2
android_packages_apps_SoundRecorder-946fee3dfa4fbd64496affc2abb1694a7cad947a.zip
Automatic translation import
Change-Id: I22415254202af9552c0e61cc517e0e26ca937108 Ticket: -
-rw-r--r--res/values-da/cm_strings.xml5
-rw-r--r--res/values-iw/cm_strings.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml
index 9989e92..93e1d55 100644
--- a/res/values-da/cm_strings.xml
+++ b/res/values-da/cm_strings.xml
@@ -60,8 +60,13 @@
<string name="notification_bg_title">Optager lyd</string>
<string name="notification_bg_content">Lydoptager optager\u2026</string>
<string name="notification_stopped_title">Optagelse stoppet</string>
+ <string name="notification_stopped_content">Afbrudt af opkald eller musik</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->
+ <string name="bt_using_headset">Anvender hovedtelefoner via bluetooth</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">Forbinder til hovedtelefoner</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">Bluetooth-forbindelse mistet</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">Bluetooth-forbindelse udløb</string>
</resources>
diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml
index 6eac090..ae14668 100644
--- a/res/values-iw/cm_strings.xml
+++ b/res/values-iw/cm_strings.xml
@@ -60,8 +60,13 @@
<string name="notification_bg_title">מקליט שמע</string>
<string name="notification_bg_content">Sound Recorder מקליט\u2026</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 -->
+ <string name="bt_using_headset">משתמש באוזניית Bluetooth</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">מתחבר לאוזניות</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">חיבור ה־Bluetooth אבד</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">חיבור ה־Bluetooth נותק</string>
</resources>