summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-11-29 09:39:37 -0800
committerinky@build01 <jenkins@cyanogenmod.com>2016-11-29 09:39:37 -0800
commit9ba65d0fbca8deda6e33dcf2e50ee4fdcf339151 (patch)
treef7bc902b83358bd9074a9a25d3031c1f0b6ac0e4
parent4c55ff0c752c34db53bbeff36e22c67efe0374bb (diff)
downloadandroid_packages_apps_SoundRecorder-9ba65d0fbca8deda6e33dcf2e50ee4fdcf339151.tar.gz
android_packages_apps_SoundRecorder-9ba65d0fbca8deda6e33dcf2e50ee4fdcf339151.tar.bz2
android_packages_apps_SoundRecorder-9ba65d0fbca8deda6e33dcf2e50ee4fdcf339151.zip
Automatic translation import
Change-Id: I3290b70dbe3ccb678a901cff1514f3c73eda1cea Ticket: -
-rw-r--r--res/values-af/cm_strings.xml5
-rw-r--r--res/values-eo/cm_strings.xml12
-rw-r--r--res/values-ja/cm_strings.xml9
3 files changed, 14 insertions, 12 deletions
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml
index 7fd50c4..60c0804 100644
--- a/res/values-af/cm_strings.xml
+++ b/res/values-af/cm_strings.xml
@@ -60,8 +60,13 @@
<string name="notification_bg_title">Klank opneming</string>
<string name="notification_bg_content">Klank opnemer is besig om op te neem\u2026</string>
<string name="notification_stopped_title">Opneming is gestop</string>
+ <string name="notification_stopped_content">Onderbreek deur oproep of musiek</string>
<!-- shown as a toast when a recording is started with a bluetooth headset as the input source -->
+ <string name="bt_using_headset">Met behulp van Bluetooth-kopstuk</string>
<!-- shown as a toast when initiating a connection to a bluetooth headset -->
+ <string name="bt_headset_connecting">Koppel tans aan kopstuk</string>
<!-- shown as a toast when recording is stopped because a bluetooth connection is dropped -->
+ <string name="bt_headset_disconnected">Bluetooth-konneksie verloor</string>
<!-- shown as a toast when recording fails to start because a bluetooth connection was not started -->
+ <string name="bt_headset_timeout">Bluetooth-konneksie uitgetel</string>
</resources>
diff --git a/res/values-eo/cm_strings.xml b/res/values-eo/cm_strings.xml
index a4f1ac7..8423d24 100644
--- a/res/values-eo/cm_strings.xml
+++ b/res/values-eo/cm_strings.xml
@@ -18,24 +18,12 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Label shown when recording is paused -->
<!-- Label shown when recording is finished -->
- <string name="recording_finished">Registrado finita</string>
<!-- shown as the message in a dialog when the app encountered and unsupported format -->
- <string name="error_app_unsupported">Nesubtenata dosierformo.</string>
<!-- shown as the message in a dialog when the recording cannot be started while in call -->
- <string name="error_mediadb_incall">Tiu opcio ne estas subtenata dum la alvoko.</string>
<!-- shown as the message in a dialog when voice call recording is started for AAC format -->
- <string name="error_mediadb_aacincall">Registrado de AAC alvoko ne estas subtenata.</string>
<!-- shown as the toast text when storage is fallback from external to internal -->
<!-- shown as the dialog title when user selects recording format -->
- <string name="format_setting">Dosierformo</string>
- <string name="storage_setting">Loko de memorilo</string>
- <string name="storage_setting_local_item">Telefona memorilo</string>
- <string name="no_phonestorage">Telefona memoro ne estas muntita</string>
- <string name="keyboard">Klavaro</string>
- <string name="file_deleted">Dosiero estis forigita</string>
<!-- shown as the message in a dialog when the app encountered an internal error while trying to start recording -->
- <string name="error_app_internal_recorder">Interna eraro de la aplikaĵo.\n\nEble la mikrofono jam estas uzata.</string>
- <string name="view_recordings">Vidi registraĵojn</string>
<!-- Permissions feedback -->
<!-- shown as the message in a dialog when an error occured because of an error accessing the sd card [CHAR LIMIT=NONE] -->
<!-- shown as the message in a dialog when an error occured because of an error accessing the sd card -->
diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml
index 214d54a..5091348 100644
--- a/res/values-ja/cm_strings.xml
+++ b/res/values-ja/cm_strings.xml
@@ -27,6 +27,7 @@
<!-- shown as the message in a dialog when voice call recording is started for AAC format -->
<string name="error_mediadb_aacincall">ACCの音声通話録音はサポートされていません。</string>
<!-- shown as the toast text when storage is fallback from external to internal -->
+ <string name="storage_fallback">内部ストレージの保存場所に戻しています</string>
<!-- shown as the dialog title when user selects recording format -->
<string name="format_setting">ファイル形式</string>
<string name="storage_setting">ストレージの場所</string>
@@ -56,8 +57,16 @@
<string name="error_storage_access" product="default">SDカードにアクセスできません。音声レコーダーにストレージへのアクセス権限が与えられていることを確認してください。</string>
<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_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>