summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-07-25 11:49:05 -0700
committerblinky@build01 <jenkins@cyanogenmod.com>2016-07-25 11:49:05 -0700
commit42655b062a95b2fd386b3ab0e014f27193073ff6 (patch)
tree5c8cbb848be35d221f603ec402b4fe561d464009
parent82fad2670956e5cb1a52045b31e63b11b4a6505b (diff)
downloadandroid_packages_apps_SoundRecorder-42655b062a95b2fd386b3ab0e014f27193073ff6.tar.gz
android_packages_apps_SoundRecorder-42655b062a95b2fd386b3ab0e014f27193073ff6.tar.bz2
android_packages_apps_SoundRecorder-42655b062a95b2fd386b3ab0e014f27193073ff6.zip
Automatic translation import
Change-Id: I7e66514b71dd2bc2ad06515bd21aaa05a4357b20 Ticket: -
-rw-r--r--res/values-pl/cm_strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index ea1fade..98d3884 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -60,7 +60,11 @@
<string name="notification_bg_content">Nagrywanie dźwięku\u2026</string>
<string name="notification_stopped_title">Zatrzymano nagrywanie</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->
+ <string name="bt_using_headset">Za pomocą zestawu słuchawkowego Bluetooth</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">Łączenie z zestawem słuchawkowym</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">Utracone połączenie Bluetooth</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">Przekroczono czas połączenia Bluetooth</string>
</resources>