summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpinky@build01 <jenkins@cyanogenmod.com>2016-07-13 10:01:37 -0700
committerpinky@build01 <jenkins@cyanogenmod.com>2016-07-13 10:01:37 -0700
commit236950f3d16e404653ca8f04a1d33c9107c319a0 (patch)
tree7d68ee1555f148064b97eafcb33e7adcb134f900
parentf780c6f339bad77523417ca06a49481e6a665e88 (diff)
downloadandroid_packages_apps_SoundRecorder-236950f3d16e404653ca8f04a1d33c9107c319a0.tar.gz
android_packages_apps_SoundRecorder-236950f3d16e404653ca8f04a1d33c9107c319a0.tar.bz2
android_packages_apps_SoundRecorder-236950f3d16e404653ca8f04a1d33c9107c319a0.zip
Automatic translation import
Change-Id: Iaf81e5bdef5b188f22597f6f42fcd39a9ee7d3f8 Ticket: -
-rw-r--r--res/values-cs/cm_strings.xml5
-rw-r--r--res/values-sl/cm_strings.xml4
2 files changed, 9 insertions, 0 deletions
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index 8f670c9..abf060c 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -60,8 +60,13 @@
<string name="notification_bg_title">Nahrávání zvuku</string>
<string name="notification_bg_content">Právě se nahrává\u2026</string>
<string name="notification_stopped_title">Nahrávání zastaveno</string>
+ <string name="notification_stopped_content">Přerušení hovoru nebo hudby</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->
+ <string name="bt_using_headset">Používají se sluchátka Bluetooth</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">Připojování k náhlavní sadě</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">Spojení Bluetooth přerušeno</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">Časový limit připojení Bluetooth</string>
</resources>
diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml
index dfe1f7c..88af386 100644
--- a/res/values-sl/cm_strings.xml
+++ b/res/values-sl/cm_strings.xml
@@ -62,7 +62,11 @@
<string name="notification_stopped_title">Snemanje ustavljeno</string>
<string name="notification_stopped_content">Prekinjeno s klicem ali glasbo</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->
+ <string name="bt_using_headset">Uporaba slušalk Bluetooth</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">Povezovanje s slušalkami</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">Izgubljena povezava Bluetooth</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">Časovna omejitev povezave Bluetooth</string>
</resources>