diff options
492 files changed, 13930 insertions, 12639 deletions
diff --git a/android/app/Android.bp b/android/app/Android.bp index dc76c5aada..e7c9a042c0 100644 --- a/android/app/Android.bp +++ b/android/app/Android.bp @@ -82,6 +82,7 @@ android_app { srcs: [ "src/**/*.java", ":statslog-bluetooth-java-gen", + ":bluetooth-proto-enums-java-gen", ], platform_apis: true, certificate: "platform", @@ -134,6 +135,32 @@ android_app { }, } +gensrcs { + name: "bluetooth-proto-enums-java-gen", + depfile: true, + + tools: [ + "aprotoc", + "protoc-gen-javastream", + "soong_zip", + ], + + cmd: "mkdir -p $(genDir)/$(in) " + + "&& $(location aprotoc) " + + " --plugin=$(location protoc-gen-javastream) " + + " --dependency_out=$(depfile) " + + " --javastream_out=$(genDir)/$(in) " + + " -Iexternal/protobuf/src " + + " -I . " + + " $(in) " + + "&& $(location soong_zip) -jar -o $(out) -C $(genDir)/$(in) -D $(genDir)/$(in)", + + srcs: [ + ":srcs_bluetooth_protos", + ], + output_extension: "srcjar", +} + genrule { name: "statslog-bluetooth-java-gen", tools: ["stats-log-api-gen"], diff --git a/android/app/AndroidManifest.xml b/android/app/AndroidManifest.xml index 9324cf6942..95e82a46fd 100644 --- a/android/app/AndroidManifest.xml +++ b/android/app/AndroidManifest.xml @@ -78,6 +78,7 @@ <uses-permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/> <uses-permission android:name="android.permission.HIDE_OVERLAY_WINDOWS"/> <uses-permission android:name="android.permission.QUERY_AUDIO_STATE"/> + <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> <uses-sdk android:minSdkVersion="14"/> @@ -108,7 +109,8 @@ </provider> <service android:process="@string/process" android:name=".btservice.AdapterService" - android:exported="true"> + android:exported="true" + android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"> <intent-filter> <action android:name="android.bluetooth.IBluetooth"/> </intent-filter> @@ -285,7 +287,8 @@ <service android:process="@string/process" android:name=".gatt.GattService" android:enabled="@bool/profile_supported_gatt" - android:exported="true"> + android:exported="true" + android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"> <intent-filter> <action android:name="android.bluetooth.IBluetoothGatt"/> </intent-filter> diff --git a/android/app/res/values-af/strings.xml b/android/app/res/values-af/strings.xml index 3a7ca9a7bf..077f1947bd 100644 --- a/android/app/res/values-af/strings.xml +++ b/android/app/res/values-af/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Maak toegang aflaaibestuurder oop."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Gee aan die program toegang tot die BluetoothShare-bestuurder en om dit te gebruik om lêers oor te dra."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Voeg Bluetooth-toesteltoegang by aanvaarlys."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Laat die program toe om \'n Bluetooth-toestel tydelik by aanvaarlys te voeg, sodat daardie toestel lêers na hierdie toestel kan stuur sonder die gebruiker se bevestiging."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Onbekende toestel"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Onbekend"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Vliegtuigmodus"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Jy kan nie Bluetooth in vliegtuigmodus gebruik nie."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Om Bluetooth-dienste te kan gebruik, moet jy eers Bluetooth aanskakel."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Skakel nou Bluetooth aan?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Kanselleer"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Skakel aan"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Lêeroordrag"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Aanvaar inkomende lêer?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Wys af"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Aanvaar"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Daar was \'n uittelling terwyl \'n inkomende lêer van \"<xliff:g id="SENDER">%1$s</xliff:g>\" aanvaar is"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Inkomende lêer"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is gereed om <xliff:g id="FILE">%2$s</xliff:g> te stuur"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-deling: Ontvang <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-deling: Het \"<xliff:g id="FILE">%1$s</xliff:g>\" ontvang"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-deling: Lêer <xliff:g id="FILE">%1$s</xliff:g> nie ontvang nie"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-deling: Stuur <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-deling: <xliff:g id="FILE">%1$s</xliff:g> gestuur"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% voltooi"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-deling: Lêer <xliff:g id="FILE">%1$s</xliff:g> nie gestuur nie"</string> - <string name="download_title" msgid="3353228219772092586">"Lêeroordrag"</string> - <string name="download_line1" msgid="4926604799202134144">"Van: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Lêer: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Lêergrootte: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Ontvang tans lêer…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Versteek"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Van"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Lêernaam"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Grootte"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Lêer nie ontvang nie"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Lêer: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Rede: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Lêer ontvang"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Open"</string> - <string name="upload_line1" msgid="2055952074059709052">"Aan: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Lêertipe: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Stuur tans lêer…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Lêer gestuur"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Die lêer is nie na \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" gestuur nie."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Lêer: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Maak toe"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Onbekende lêer"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Daar is geen program om hierdie tipe lêer te hanteer nie. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Geen lêers nie"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Die lêer bestaan nie. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Wag asseblief…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Skakel tans Bluetooth aan…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Die lêer sal ontvang word. Kontroleer vordering in die Kennisgewings-paneel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Die lêer kan nie ontvang word nie."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Opgehou om lêer van \"<xliff:g id="SENDER">%1$s</xliff:g>\" te ontvang"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Stuur lêer na \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Stuur <xliff:g id="NUMBER">%1$s</xliff:g> lêers na \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Opgehou om lêer na \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" te stuur"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Daar is te min spasie in die USB-berging om die lêer te stoor."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Daar is te min spasie op die SD-kaart om die lêer te stoor."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Spasie nodig: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Te veel versoeke word verwerk. Probeer later weer."</string> - <string name="status_pending" msgid="2503691772030877944">"Lêeroordrag nog nie begin nie."</string> - <string name="status_running" msgid="6562808920311008696">"Lêeroordrag is voortdurend."</string> - <string name="status_success" msgid="239573225847565868">"Lêeroordrag is suksesvol voltooi."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Inhoud word nie ondersteun nie."</string> - <string name="status_forbidden" msgid="613956401054050725">"Oordrag deur teikentoestel verbied."</string> - <string name="status_canceled" msgid="6664490318773098285">"Oordrag gekanselleer deur die gebruiker."</string> - <string name="status_file_error" msgid="3671917770630165299">"Bergingsprobleem."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Geen USB-berging nie."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Geen SD-kaart nie. Sit \'n SD-kaart in om oorgedraagde lêers te stoor."</string> - <string name="status_connection_error" msgid="947681831523219891">"Verbinding onsuksesvol."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Versoek kan nie korrek hanteer word nie."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Onbekende fout"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Ontvang deur Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-deling"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> volledig ontvang."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> klaar gestuur."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inkomende oordragte"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Uitgaande oordragte"</string> - <string name="no_transfers" msgid="3482965619151865672">"Oordraggeskiedenis is leeg."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Alle items sal uit die lys verwyder word."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-deling: Gestuurde lêers"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-deling: Ontvangde lêers"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Maak toegang aflaaibestuurder oop."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Gee aan die program toegang tot die BluetoothShare-bestuurder en om dit te gebruik om lêers oor te dra."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Voeg Bluetooth-toesteltoegang by aanvaarlys."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Laat die program toe om \'n Bluetooth-toestel tydelik by aanvaarlys te voeg, sodat daardie toestel lêers na hierdie toestel kan stuur sonder die gebruiker se bevestiging."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Onbekende toestel"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Onbekend"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Vliegtuigmodus"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Jy kan nie Bluetooth in vliegtuigmodus gebruik nie."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Om Bluetooth-dienste te kan gebruik, moet jy eers Bluetooth aanskakel."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Skakel nou Bluetooth aan?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Kanselleer"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Skakel aan"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Lêeroordrag"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Aanvaar inkomende lêer?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Wys af"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Aanvaar"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Daar was \'n uittelling terwyl \'n inkomende lêer van \"<xliff:g id="SENDER">%1$s</xliff:g>\" aanvaar is"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Inkomende lêer"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is gereed om \'n lêer te stuur: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-deling: Ontvang <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-deling: Het \"<xliff:g id="FILE">%1$s</xliff:g>\" ontvang"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-deling: Lêer <xliff:g id="FILE">%1$s</xliff:g> nie ontvang nie"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-deling: Stuur <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-deling: <xliff:g id="FILE">%1$s</xliff:g> gestuur"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% voltooi"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-deling: Lêer <xliff:g id="FILE">%1$s</xliff:g> nie gestuur nie"</string> + <string name="download_title" msgid="6449408649671518102">"Lêeroordrag"</string> + <string name="download_line1" msgid="6449220145685308846">"Van: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Lêer: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Lêergrootte: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Ontvang tans lêer…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Versteek"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Van"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Lêernaam"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Grootte"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Lêer nie ontvang nie"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Lêer: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Rede: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Lêer ontvang"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Open"</string> + <string name="upload_line1" msgid="1912803923255989287">"Aan: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Lêertipe: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Stuur tans lêer…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Lêer gestuur"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Die lêer is nie na \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" gestuur nie."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Lêer: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Maak toe"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Onbekende lêer"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Daar is geen program om hierdie tipe lêer te hanteer nie. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Geen lêers nie"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Die lêer bestaan nie. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Wag asseblief…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Skakel tans Bluetooth aan…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Die lêer sal ontvang word. Kontroleer vordering in die Kennisgewings-paneel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Die lêer kan nie ontvang word nie."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Opgehou om lêer van \"<xliff:g id="SENDER">%1$s</xliff:g>\" te ontvang"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Stuur lêer na \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Stuur <xliff:g id="NUMBER">%1$s</xliff:g> lêers na \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Opgehou om lêer na \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" te stuur"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Daar is te min spasie in die USB-berging om die lêer te stoor."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Daar is te min spasie op die SD-kaart om die lêer te stoor."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Spasie nodig: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Te veel versoeke word verwerk. Probeer later weer."</string> + <string name="status_pending" msgid="4781040740237733479">"Lêeroordrag nog nie begin nie."</string> + <string name="status_running" msgid="7419075903776657351">"Lêeroordrag is voortdurend."</string> + <string name="status_success" msgid="7963589000098719541">"Lêeroordrag is suksesvol voltooi."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Inhoud word nie ondersteun nie."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Oordrag deur teikentoestel verbied."</string> + <string name="status_canceled" msgid="8441679418717978515">"Oordrag gekanselleer deur die gebruiker."</string> + <string name="status_file_error" msgid="5379018888714679311">"Bergingsprobleem."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Geen USB-berging nie."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Geen SD-kaart nie. Sit \'n SD-kaart in om oorgedraagde lêers te stoor."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Verbinding onsuksesvol."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Versoek kan nie korrek hanteer word nie."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Onbekende fout"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Ontvang deur Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-deling"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> volledig ontvang."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> klaar gestuur."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inkomende oordragte"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Uitgaande oordragte"</string> + <string name="no_transfers" msgid="740521199933899821">"Oordraggeskiedenis is leeg."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Alle items sal uit die lys verwyder word."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-deling: Gestuurde lêers"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-deling: Ontvangde lêers"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> onsuksesvol.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> onsuksesvol.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> suksesvol, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> suksesvol, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Vee lys uit"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Open"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Verwyder uit lys"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Vee uit"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Wat Speel"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Stoor"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Kanselleer"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Kies die rekeninge wat jy deur Bluetooth wil deel. Jy moet steeds enige toegang tot die rekeninge aanvaar wanneer jy koppel."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Gleuwe oor:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Programikoon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth-boodskapdeelinstellings"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Kan nie rekening kies nie. 0 gleuwe oor"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-oudio is gekoppel"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-oudio is ontkoppel"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-oudio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Lêers groter as 4 GB kan nie oorgedra word nie"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Koppel aan Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Vee lys uit"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Open"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Verwyder uit lys"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Vee uit"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Wat Speel"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Stoor"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Kanselleer"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Kies die rekeninge wat jy deur Bluetooth wil deel. Jy moet steeds enige toegang tot die rekeninge aanvaar wanneer jy koppel."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Gleuwe oor:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Programikoon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth-boodskapdeelinstellings"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Kan nie rekening kies nie. 0 gleuwe oor"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-oudio is gekoppel"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-oudio is ontkoppel"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-oudio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Lêers groter as 4 GB kan nie oorgedra word nie"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Koppel aan Bluetooth"</string> </resources> diff --git a/android/app/res/values-af/strings_pbap.xml b/android/app/res/values-af/strings_pbap.xml index 785d05ff62..65bffa555e 100644 --- a/android/app/res/values-af/strings_pbap.xml +++ b/android/app/res/values-af/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Tipe-sessiesleutel vir %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-sessiesleutel benodig"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Die tyd het verstryk om verbinding met %1$s te aanvaar"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Die invoer-sessiesleutel met %1$s het uitgetel"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex-stawingsversoek"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sessiesleutel"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Tik sessiesleutel vir %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Motortoebehore"</string> - <string name="unknownName" msgid="2841414754740600042">"Onbekende naam"</string> - <string name="localPhoneName" msgid="2349001318925409159">"My naam"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth-kontakdeling"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Tipe-sessiesleutel vir %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-sessiesleutel benodig"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Die tyd het verstryk om verbinding met %1$s te aanvaar"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Die invoer-sessiesleutel met %1$s het uitgetel"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex-stawingsversoek"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sessiesleutel"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Tik sessiesleutel vir %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Motortoebehore"</string> + <string name="unknownName" msgid="6755061296103155293">"Onbekende naam"</string> + <string name="localPhoneName" msgid="9119254982537191352">"My naam"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth-kontakdeling"</string> </resources> diff --git a/android/app/res/values-af/strings_pbap_client.xml b/android/app/res/values-af/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-af/strings_pbap_client.xml +++ b/android/app/res/values-af/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-af/strings_sap.xml b/android/app/res/values-af/strings_sap.xml index 8c9b5e4ea3..19f220a2ce 100644 --- a/android/app/res/values-af/strings_sap.xml +++ b/android/app/res/values-af/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth-SIM-toegang"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth-SIM-toegang"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Versoek kliënt om te ontkoppel?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Wag tans dat kliënt ontkoppel"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Ontkoppel"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Dwing ontkoppeling"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth-SIM-toegang"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth-SIM-toegang"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Versoek kliënt om te ontkoppel?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Wag tans dat kliënt ontkoppel"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Ontkoppel"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Dwing ontkoppeling"</string> </resources> diff --git a/android/app/res/values-af/test_strings.xml b/android/app/res/values-af/test_strings.xml index 5db4907bda..fbaf1bedea 100644 --- a/android/app/res/values-af/test_strings.xml +++ b/android/app/res/values-af/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Voeg rekord in"</string> - <string name="update_record" msgid="2480425402384910635">"Bevestig rekord"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack-rekord"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Vee alle rekords uit"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Vee rekord uit"</string> - <string name="start_server" msgid="9034821924409165795">"Begin TCP-bediener"</string> - <string name="notify_server" msgid="4369106744022969655">"Stel TCP-bediener in kennis"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Voeg rekord in"</string> + <string name="update_record" msgid="7201772850942641237">"Bevestig rekord"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack-rekord"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Vee alle rekords uit"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Vee rekord uit"</string> + <string name="start_server" msgid="134483798422082514">"Begin TCP-bediener"</string> + <string name="notify_server" msgid="8832385166935137731">"Stel TCP-bediener in kennis"</string> </resources> diff --git a/android/app/res/values-am/strings.xml b/android/app/res/values-am/strings.xml index b62670293b..2084cf669e 100644 --- a/android/app/res/values-am/strings.xml +++ b/android/app/res/values-am/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"አውርድ አደራጅን ድረስ።"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"የብሉቱዝ አጋራ አስተዳዳሪውን ለመድረስ እና ፋይሎች እንዲያስተላልፉ ለመጠቀም ለመተግበሪያው ይፈቅዳል።"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"የብሉቱዝ መሣሪያ መዳረሻን በመቀበያ ዝርዝር ያስገቡ።"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"መተግበሪያው አንድ የብሉቱዝ መሣሪያ በጊዜያዊነት በመቀበያ ዝርዝር ውስጥ እንዲያስገባ ይፈቅድለታል፣ ይህም መሣሪያው ያለተጠቃሚው ማረጋገጫ ፋይሎችን ወደዚህኛው መሣሪያ እንዲልክ ያስችለዋል።"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ብሉቱዝ"</string> - <string name="unknown_device" msgid="9221903979877041009">"ያልታወቀ መሣሪያ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ያልታወቀ"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"የአውሮፕላን ሁነታ"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"ብሉቱዝበአውሮፕላን ሁነትመጠቀም አይችሉም።"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"የብሉቱዝ አገልግሎት ለመጠቀም፣ መጀመሪያ ብሉቱዝን ያብሩ።"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ብሉቱዝ አሁን ይብራ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ይቅር"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"አብራ"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ፋይልሰደዳ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ገቢ ፋይልን ይቀበሉ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"አትቀበል"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ተቀበል"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"እሺ"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"ከ \"<xliff:g id="SENDER">%1$s</xliff:g>\" ገቢ መልዕክት ፋይል እየተቀበለ ሳለ ጊዜ አልቆ ነበር።"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ገቢ ፋይል"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g>ን ለመላክ ዝግጁ ነው"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> እየተቀበለ"</string> - <string name="notification_received" msgid="3324588019186687985">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> ደርሷል"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ብሉቱዝ ማጋሪያ፡ ፋይል<xliff:g id="FILE">%1$s</xliff:g> አልደረሰም"</string> - <string name="notification_sending" msgid="3035748958534983833">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> እየላከ"</string> - <string name="notification_sent" msgid="9218710861333027778">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> ልኳል"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% ተጠናቋል።"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ብሉቱዝ ማጋሪያ፡ ፋይል <xliff:g id="FILE">%1$s</xliff:g> አልተላከም"</string> - <string name="download_title" msgid="3353228219772092586">"ፋይል ሰደዳ"</string> - <string name="download_line1" msgid="4926604799202134144">"ከ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ፋይል: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"የፋይል መጠን፡<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ፋይል በመቀበል ላይ...."</string> - <string name="download_cancel" msgid="9177305996747500768">"ቁም"</string> - <string name="download_ok" msgid="5000360731674466039">"ደብቅ"</string> - <string name="incoming_line1" msgid="2127419875681087545">"ከ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"የፋይል ስም"</string> - <string name="incoming_line3" msgid="7954237069667474024">"መጠን"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ፋይል አልደረሰም"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ፋይል: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"ምክንያት: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"እሺ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ፋይል ደርሷል"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ክፈት"</string> - <string name="upload_line1" msgid="2055952074059709052">"ለ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"የፋይል ዓይነት: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ፋይል በመላክ ላይ..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ፋይል ተልኳል"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"እሺ"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ፋይሉ ወደ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" አልተላከም ነበር።"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ፋይል: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ዝጋ"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"እሺ"</string> - <string name="unknown_file" msgid="6092727753965095366">"ያልታወቀ ፋይል"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ይህን ዓይነቱን ፋይል ለማስተናገድ የሚችል መተግበሪያ የለም:: \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ምንም ፋይሎች የሉም፡፡"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ፋይል የለም:: \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"እባክዎ ይጠብቁ…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ብሉቱዝ በማብራት ላይ..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"ፋይሉ ይደርሳል።በማሳወቂያ ውስን ቦታ ውስጥ ሂደቱን ይመልከቱ።"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ፋይሉን መቀበል አይቻልም::"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"ከ\"<xliff:g id="SENDER">%1$s</xliff:g>\" ፋይል መቀበል አቁሟል"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"ፋይል ወደ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" በመላክ ላይ"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ፋይሎችን ወደ \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" በመላክ ላይ"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"ለ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ፋይል መላክ አቁሟል"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"በUSB ማከማቻ ላይ ፋይል ለማስቀመጥ በቂ ቦታ የለም።"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"በኤስዲ ካርዱ ላይ ፋይሉን ለማስቀመጥ በቂ ቦታ የለም።"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"የሚያስፈልግ ቦታ፡ <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"እጅግ ብዙ ጥየቃዎች ተካሂደዋል። ትንሽ ቆይተው እንደገና ይሞክሩ።"</string> - <string name="status_pending" msgid="2503691772030877944">"የፋይል ዝውውር ገና አልተጀመረም::"</string> - <string name="status_running" msgid="6562808920311008696">"የፋይል ዝውውር በመካሄድ ላይ ነው::"</string> - <string name="status_success" msgid="239573225847565868">"የፋይል ዝውውሩ በተሳካ ሁኔታ ተጠናቋል::"</string> - <string name="status_not_accept" msgid="1695082417193780738">"ይዘቱ አይደገፍም።"</string> - <string name="status_forbidden" msgid="613956401054050725">"ይህ ዝውውር በታለመው መሣሪያ የተከለከለ ነው።"</string> - <string name="status_canceled" msgid="6664490318773098285">"ዝውውር በተጠቃሚ ተትቷል::"</string> - <string name="status_file_error" msgid="3671917770630165299">"የማከማቻ ጉዳይ"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"ምንም የዩኤስቢ ማከማቻ የለም።"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"ምንም ኤስዲ ካርድ የለም። የተዘዋወሩ ፋይሎችን ለማስቀመጥ ኤስዲ ካርድ ያስገቡ።"</string> - <string name="status_connection_error" msgid="947681831523219891">"ተያያዥ አልተሳካም።"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ጥየቃውን በትክክል መያዝ አይቻልም።"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"ያልታወቀ ስህተት"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ብሉቱዝ ተቀብሏል"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"የብሉቱዝ ማጋሪያ"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ተቀብሎ ተጠናቋል።"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ልኮ ተጠናቋል።"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ወደ ውስጥ ማስተላለፍ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ወደ ውጪ ማስተላለፍ"</string> - <string name="no_transfers" msgid="3482965619151865672">"የዝውውር ታሪክ ባዶ ነው።"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ሁሉም ዓይነቶች ከዝርዝር ውስጥ ይሰረዛሉ።"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ብሉቱዝ ማጋሪያ፡ የተላኩ ፋይሎች"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ብሉቱዝ ማጋሪያ፡ የደረሱ ፋይሎች"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"አውርድ አደራጅን ድረስ።"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"የብሉቱዝ አጋራ አስተዳዳሪውን ለመድረስ እና ፋይሎች እንዲያስተላልፉ ለመጠቀም ለመተግበሪያው ይፈቅዳል።"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"የብሉቱዝ መሣሪያ መዳረሻን በመቀበያ ዝርዝር ያስገቡ።"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"መተግበሪያው አንድ የብሉቱዝ መሣሪያ በጊዜያዊነት በመቀበያ ዝርዝር ውስጥ እንዲያስገባ ይፈቅድለታል፣ ይህም መሣሪያው ያለተጠቃሚው ማረጋገጫ ፋይሎችን ወደዚህኛው መሣሪያ እንዲልክ ያስችለዋል።"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ብሉቱዝ"</string> + <string name="unknown_device" msgid="2317679521750821654">"ያልታወቀ መሣሪያ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ያልታወቀ"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"የአውሮፕላን ሁነታ"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"ብሉቱዝበአውሮፕላን ሁነትመጠቀም አይችሉም።"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"የብሉቱዝ አገልግሎት ለመጠቀም፣ መጀመሪያ ብሉቱዝን ያብሩ።"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ብሉቱዝ አሁን ይብራ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ይቅር"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"አብራ"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ፋይልሰደዳ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ገቢ ፋይልን ይቀበሉ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"አትቀበል"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ተቀበል"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"እሺ"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"ከ \"<xliff:g id="SENDER">%1$s</xliff:g>\" ገቢ መልዕክት ፋይል እየተቀበለ ሳለ ጊዜ አልቆ ነበር።"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ገቢ ፋይል"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ፋይል ለመላክ ዝግጁ ነው፦ <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> እየተቀበለ"</string> + <string name="notification_received" msgid="2330252358543000567">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> ደርሷል"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ብሉቱዝ ማጋሪያ፡ ፋይል<xliff:g id="FILE">%1$s</xliff:g> አልደረሰም"</string> + <string name="notification_sending" msgid="8269912843286868700">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> እየላከ"</string> + <string name="notification_sent" msgid="2685202778935769332">"ብሉቱዝ ማጋሪያ፡ <xliff:g id="FILE">%1$s</xliff:g> ልኳል"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% ተጠናቋል።"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ብሉቱዝ ማጋሪያ፡ ፋይል <xliff:g id="FILE">%1$s</xliff:g> አልተላከም"</string> + <string name="download_title" msgid="6449408649671518102">"ፋይል ሰደዳ"</string> + <string name="download_line1" msgid="6449220145685308846">"ከ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ፋይል: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"የፋይል መጠን፡<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ፋይል በመቀበል ላይ...."</string> + <string name="download_cancel" msgid="1705762428762702342">"ቁም"</string> + <string name="download_ok" msgid="2404442707314575833">"ደብቅ"</string> + <string name="incoming_line1" msgid="6342300988329482408">"ከ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"የፋይል ስም"</string> + <string name="incoming_line3" msgid="8630078246326525633">"መጠን"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ፋይል አልደረሰም"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ፋይል: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"ምክንያት: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"እሺ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ፋይል ደርሷል"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ክፈት"</string> + <string name="upload_line1" msgid="1912803923255989287">"ለ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"የፋይል ዓይነት: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ፋይል በመላክ ላይ..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ፋይል ተልኳል"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"እሺ"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ፋይሉ ወደ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" አልተላከም ነበር።"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ፋይል: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ዝጋ"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"እሺ"</string> + <string name="unknown_file" msgid="3719981572107052685">"ያልታወቀ ፋይል"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ይህን ዓይነቱን ፋይል ለማስተናገድ የሚችል መተግበሪያ የለም:: \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ምንም ፋይሎች የሉም፡፡"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ፋይል የለም:: \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"እባክዎ ይጠብቁ…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ብሉቱዝ በማብራት ላይ..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ፋይሉ ይደርሳል።በማሳወቂያ ውስን ቦታ ውስጥ ሂደቱን ይመልከቱ።"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ፋይሉን መቀበል አይቻልም::"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"ከ\"<xliff:g id="SENDER">%1$s</xliff:g>\" ፋይል መቀበል አቁሟል"</string> + <string name="bt_toast_4" msgid="480365991944956695">"ፋይል ወደ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" በመላክ ላይ"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ፋይሎችን ወደ \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" በመላክ ላይ"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"ለ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ፋይል መላክ አቁሟል"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"በUSB ማከማቻ ላይ ፋይል ለማስቀመጥ በቂ ቦታ የለም።"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"በኤስዲ ካርዱ ላይ ፋይሉን ለማስቀመጥ በቂ ቦታ የለም።"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"የሚያስፈልግ ቦታ፡ <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"እጅግ ብዙ ጥየቃዎች ተካሂደዋል። ትንሽ ቆይተው እንደገና ይሞክሩ።"</string> + <string name="status_pending" msgid="4781040740237733479">"የፋይል ዝውውር ገና አልተጀመረም::"</string> + <string name="status_running" msgid="7419075903776657351">"የፋይል ዝውውር በመካሄድ ላይ ነው::"</string> + <string name="status_success" msgid="7963589000098719541">"የፋይል ዝውውሩ በተሳካ ሁኔታ ተጠናቋል::"</string> + <string name="status_not_accept" msgid="1165798802740579658">"ይዘቱ አይደገፍም።"</string> + <string name="status_forbidden" msgid="4017060451358837245">"ይህ ዝውውር በታለመው መሣሪያ የተከለከለ ነው።"</string> + <string name="status_canceled" msgid="8441679418717978515">"ዝውውር በተጠቃሚ ተትቷል::"</string> + <string name="status_file_error" msgid="5379018888714679311">"የማከማቻ ጉዳይ"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"ምንም የዩኤስቢ ማከማቻ የለም።"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"ምንም ኤስዲ ካርድ የለም። የተዘዋወሩ ፋይሎችን ለማስቀመጥ ኤስዲ ካርድ ያስገቡ።"</string> + <string name="status_connection_error" msgid="8253709700568062220">"ተያያዥ አልተሳካም።"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ጥየቃውን በትክክል መያዝ አይቻልም።"</string> + <string name="status_unknown_error" msgid="314676481744304866">"ያልታወቀ ስህተት"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ብሉቱዝ ተቀብሏል"</string> + <string name="opp_notification_group" msgid="150067508422520653">"የብሉቱዝ ማጋሪያ"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ተቀብሎ ተጠናቋል።"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ልኮ ተጠናቋል።"</string> + <string name="inbound_history_title" msgid="189623888169624862">"ወደ ውስጥ ማስተላለፍ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ወደ ውጪ ማስተላለፍ"</string> + <string name="no_transfers" msgid="740521199933899821">"የዝውውር ታሪክ ባዶ ነው።"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ሁሉም ዓይነቶች ከዝርዝር ውስጥ ይሰረዛሉ።"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ብሉቱዝ ማጋሪያ፡ የተላኩ ፋይሎች"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ብሉቱዝ ማጋሪያ፡ የደረሱ ፋይሎች"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> አልተሳኩም።</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> አልተሳኩም።</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ተሳክተዋል፣ %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ተሳክተዋል፣ %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ዝርዝር አጽዳ"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ክፈት"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ከዝርዝር አጽዳ"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"አጽዳ"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"አሁን እየተጫወተ ያለ"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"አስቀምጥ"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ይቅር"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"በብሉቱዝ በኩል ማጋራት የሚፈልጓቸውን መለያዎች ይምረጡ። አሁንም በሚገናኙበት ወቅት ማንኛቸውም የመለያዎቹ መዳረሻ መፍቀድ አለብዎት።"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"የቀሩ መክተቻዎች፦"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"የመተግበሪያ አዶ"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"የብሉቱዝ የመልዕክት ማጋሪያ ቅንብሮች"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"መለያን መምረጥ አይቻልም። 0 መክተቻዎች ይቀራሉ"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"የብሉቱዝ ኦዲዮ ተገናኝቷል"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"የብሉቱዝ ኦዲዮ ግንኙነት ተቋርጧል"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"የብሉቱዝ ኦዲዮ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"ከ4 ጊባ በላይ የሆኑ ፋይሎች ሊዛወሩ አይችሉም"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ከብሉቱዝ ጋር ተገናኝ"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ዝርዝር አጽዳ"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ክፈት"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ከዝርዝር አጽዳ"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"አጽዳ"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"አሁን እየተጫወተ ያለ"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"አስቀምጥ"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ይቅር"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"በብሉቱዝ በኩል ማጋራት የሚፈልጓቸውን መለያዎች ይምረጡ። አሁንም በሚገናኙበት ወቅት ማንኛቸውም የመለያዎቹ መዳረሻ መፍቀድ አለብዎት።"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"የቀሩ መክተቻዎች፦"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"የመተግበሪያ አዶ"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"የብሉቱዝ የመልዕክት ማጋሪያ ቅንብሮች"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"መለያን መምረጥ አይቻልም። 0 መክተቻዎች ይቀራሉ"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"የብሉቱዝ ኦዲዮ ተገናኝቷል"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"የብሉቱዝ ኦዲዮ ግንኙነት ተቋርጧል"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"የብሉቱዝ ኦዲዮ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"ከ4 ጊባ በላይ የሆኑ ፋይሎች ሊዛወሩ አይችሉም"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ከብሉቱዝ ጋር ተገናኝ"</string> </resources> diff --git a/android/app/res/values-am/strings_pbap.xml b/android/app/res/values-am/strings_pbap.xml index 3f65c5749d..132be0f6d2 100644 --- a/android/app/res/values-am/strings_pbap.xml +++ b/android/app/res/values-am/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">" ለ%1$s የክፍለ ጊዜ ቁልፍንተይብ"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ብሉቱዝ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"ከ%1$s ተያየዥነት ለመቀበል ጊዜው አለቀ።"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"ከ%1$s ጋር የክፍለጊዜ ግቤት ጊዜው አለቆ ነበር።"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex ማረጋገጫ ጥየቃ"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"የክፍለጊዜ ቁልፍ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">" ለ%1$s የክፍለ ጊዜ ቁልፍንተይብ"</string> - <string name="defaultname" msgid="4821590500649090078">"የመኪና መሣሪያ"</string> - <string name="unknownName" msgid="2841414754740600042">"ያልታወቀ ስም"</string> - <string name="localPhoneName" msgid="2349001318925409159">"የእኔ ስም"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ብሉቱዝ የእውቂያ መጋራት"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">" ለ%1$s የክፍለ ጊዜ ቁልፍንተይብ"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ብሉቱዝ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"ከ%1$s ተያየዥነት ለመቀበል ጊዜው አለቀ።"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"ከ%1$s ጋር የክፍለጊዜ ግቤት ጊዜው አለቆ ነበር።"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex ማረጋገጫ ጥየቃ"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"የክፍለጊዜ ቁልፍ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">" ለ%1$s የክፍለ ጊዜ ቁልፍንተይብ"</string> + <string name="defaultname" msgid="6200530814398805541">"የመኪና መሣሪያ"</string> + <string name="unknownName" msgid="6755061296103155293">"ያልታወቀ ስም"</string> + <string name="localPhoneName" msgid="9119254982537191352">"የእኔ ስም"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ብሉቱዝ የእውቂያ መጋራት"</string> </resources> diff --git a/android/app/res/values-am/strings_pbap_client.xml b/android/app/res/values-am/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-am/strings_pbap_client.xml +++ b/android/app/res/values-am/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-am/strings_sap.xml b/android/app/res/values-am/strings_sap.xml index 87e717af03..b226ab89f7 100644 --- a/android/app/res/values-am/strings_sap.xml +++ b/android/app/res/values-am/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"የብሉቱዝ ሲም መዳረሻ"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"የብሉቱዝ ሲም መዳረሻ"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ደንበኛ ግንኙነት እንዲያላቅቅ ይጠየቅ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ደንበኛው ግንኙነት እስኪያላቅቅ ድረስ በመጠበቅ ላይ"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ግንኙነት አቋርጥ"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"በግድ አላቅቅ"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"የብሉቱዝ ሲም መዳረሻ"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"የብሉቱዝ ሲም መዳረሻ"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ደንበኛ ግንኙነት እንዲያላቅቅ ይጠየቅ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ደንበኛው ግንኙነት እስኪያላቅቅ ድረስ በመጠበቅ ላይ"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ግንኙነት አቋርጥ"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"በግድ አላቅቅ"</string> </resources> diff --git a/android/app/res/values-am/test_strings.xml b/android/app/res/values-am/test_strings.xml index 33f0c4dc52..371e4b3c11 100644 --- a/android/app/res/values-am/test_strings.xml +++ b/android/app/res/values-am/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ብሉቱዝ"</string> - <string name="insert_record" msgid="1450997173838378132">"መዝገብ አስገባ"</string> - <string name="update_record" msgid="2480425402384910635">"መዝገብ አረጋግጥ"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack መዝገብ"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ሁሉንም መዝገብ ሰርዝ"</string> - <string name="ok_button" msgid="6519033415223065454">"እሺ"</string> - <string name="delete_record" msgid="4645040331967533724">"መዝገብ ሰርዝ"</string> - <string name="start_server" msgid="9034821924409165795">"TCP አገልጋይን ጀምር"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP አገልጋይን አሳውቅ"</string> + <string name="app_name" msgid="7766152617107310582">"ብሉቱዝ"</string> + <string name="insert_record" msgid="4024416351836939752">"መዝገብ አስገባ"</string> + <string name="update_record" msgid="7201772850942641237">"መዝገብ አረጋግጥ"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack መዝገብ"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ሁሉንም መዝገብ ሰርዝ"</string> + <string name="ok_button" msgid="719865942400179601">"እሺ"</string> + <string name="delete_record" msgid="5713885957446255270">"መዝገብ ሰርዝ"</string> + <string name="start_server" msgid="134483798422082514">"TCP አገልጋይን ጀምር"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP አገልጋይን አሳውቅ"</string> </resources> diff --git a/android/app/res/values-ar/strings.xml b/android/app/res/values-ar/strings.xml index 9de395465c..03370eadef 100644 --- a/android/app/res/values-ar/strings.xml +++ b/android/app/res/values-ar/strings.xml @@ -16,100 +16,100 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"الدخول إلى إدارة التنزيل."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"للسماح للتطبيق بالدخول إلى إدارة BluetoothShare واستخدامها لنقل الملفات."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"إضافة جهاز يتضمّن بلوتوث إلى القائمة المسموح بها."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"للسماح للتطبيق مؤقتًا بإضافة جهاز يتضمّن بلوتوث إلى القائمة المسموح بها، وهو ما يتيح لذلك الجهاز إرسال ملفات إلى هذا الجهاز بدون تأكيد المستخدم."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"بلوتوث"</string> - <string name="unknown_device" msgid="9221903979877041009">"جهاز غير معروف"</string> - <string name="unknownNumber" msgid="4994750948072751566">"غير معروف"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"وضع الطيران"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"لا يمكنك استخدام البلوتوث في وضع الطيران."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"لإستخدام خدمات البلوتوث، يجب تفعيل البلوتوث أولاً."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"هل تريد تفعيل البلوتوث الآن؟"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"إلغاء"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"تفعيل"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"نقل الملف"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"هل تقبل الملف الوارد؟"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"رفض"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"قبول"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"حسنًا"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"انتهت المهلة أثناء قبول ملف وراد من \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ملف وارد"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> جاهز لإرسال <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"مشاركة البلوتوث: يتم استلام <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"مشاركة البلوتوث: تم استلام <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"مشاركة البلوتوث: لم يتم استلام الملف <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"مشاركة البلوتوث: يتم إرسال <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"مشاركة البلوتوث: تم إرسال <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"اكتمل بنسبة 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"مشاركة البلوتوث: لم يتم إرسال الملف <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"نقل الملف"</string> - <string name="download_line1" msgid="4926604799202134144">"من: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"الملف: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"حجم الملف: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"جارٍ استلام الملف..."</string> - <string name="download_cancel" msgid="9177305996747500768">"إيقاف"</string> - <string name="download_ok" msgid="5000360731674466039">"إخفاء"</string> - <string name="incoming_line1" msgid="2127419875681087545">"من"</string> - <string name="incoming_line2" msgid="3348994249285315873">"اسم الملف"</string> - <string name="incoming_line3" msgid="7954237069667474024">"الحجم"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"لم يتم استلام الملف"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"الملف: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"السبب: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"حسنًا"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"تم استلام الملف"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"فتح"</string> - <string name="upload_line1" msgid="2055952074059709052">"إلى: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"نوع الملف: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"جارٍ إرسال الملف..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"تم إرسال الملف"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"حسنًا"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"لم يتم إرسال الملف إلى \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"الملف: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"إغلاق"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"حسنًا"</string> - <string name="unknown_file" msgid="6092727753965095366">"ملف غير معروف"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ليس هناك تطبيق لمعالجة هذا النوع من الملفات. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ليست هناك أي ملفات"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"الملف غير موجود. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"يرجى الانتظار…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"جارٍ تفعيل البلوتوث..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"سيتم استلام الملف. تحقق من التقدم في لوحة الإشعارات."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"لا يمكن تلقي الملف."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"تم إيقاف استلام الملف من \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"إرسال الملف إلى \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"إرسال <xliff:g id="NUMBER">%1$s</xliff:g> من الملفات إلى \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"تم إيقاف إرسال الملف إلى \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ليس هناك مساحة كافية على وحدة تخزين USB لحفظ الملف."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ليس هناك مساحة كافية على بطاقة SD لحفظ الملف."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"المساحة اللازمة: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"تتم حاليًا معالجة طلبات كثيرة جدًا. حاول مرة أخرى لاحقًا."</string> - <string name="status_pending" msgid="2503691772030877944">"لم يبدأ نقل الملف بعد."</string> - <string name="status_running" msgid="6562808920311008696">"نقل الملف مستمر."</string> - <string name="status_success" msgid="239573225847565868">"أكملت نقل الملف بنجاح."</string> - <string name="status_not_accept" msgid="1695082417193780738">"المحتوى غير معتمد."</string> - <string name="status_forbidden" msgid="613956401054050725">"تم حظر النقل بواسطة الجهاز الهدف."</string> - <string name="status_canceled" msgid="6664490318773098285">"تم إلغاء النقل بواسطة المستخدم."</string> - <string name="status_file_error" msgid="3671917770630165299">"مشكلة في وحدة التخزين."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"لا تتوفّر وحدة تخزين USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"لا تتوفّر بطاقة SD. يمكنك إدخال بطاقة SD لحفظ الملفات المنقولة."</string> - <string name="status_connection_error" msgid="947681831523219891">"لم يتم الاتصال بنجاح."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"لا يمكن معالجة الطلب بشكل صحيح."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"خطأ غير معروف."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ملفات بلوتوث المستلَمة"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"مشاركة البلوتوث"</string> - <string name="download_success" msgid="7036160438766730871">"اكتمل استلام <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"اكتمل إرسال <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"عمليات النقل الواردة"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"عمليات النقل الصادرة"</string> - <string name="no_transfers" msgid="3482965619151865672">"سجلّ النقل فارغ."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"سيتم محو جميع العناصر من القائمة."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"مشاركة البلوتوث: الملفات المرسلة"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"مشاركة البلوتوث: الملفات المستلمة"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"الدخول إلى إدارة التنزيل."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"للسماح للتطبيق بالدخول إلى إدارة BluetoothShare واستخدامها لنقل الملفات."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"إضافة جهاز يتضمّن بلوتوث إلى القائمة المسموح بها."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"للسماح للتطبيق مؤقتًا بإضافة جهاز يتضمّن بلوتوث إلى القائمة المسموح بها، وهو ما يتيح لذلك الجهاز إرسال ملفات إلى هذا الجهاز بدون تأكيد المستخدم."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"بلوتوث"</string> + <string name="unknown_device" msgid="2317679521750821654">"جهاز غير معروف"</string> + <string name="unknownNumber" msgid="1245183329830158661">"غير معروف"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"وضع الطيران"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"لا يمكنك استخدام البلوتوث في وضع الطيران."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"لإستخدام خدمات البلوتوث، يجب تفعيل البلوتوث أولاً."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"هل تريد تفعيل البلوتوث الآن؟"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"إلغاء"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"تفعيل"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"نقل الملف"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"هل تقبل الملف الوارد؟"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"رفض"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"قبول"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"حسنًا"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"انتهت المهلة أثناء قبول ملف وراد من \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ملف وارد"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> على استعداد لإرسال ملف: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"مشاركة البلوتوث: يتم استلام <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"مشاركة البلوتوث: تم استلام <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"مشاركة البلوتوث: لم يتم استلام الملف <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"مشاركة البلوتوث: يتم إرسال <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"مشاركة البلوتوث: تم إرسال <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"اكتمل بنسبة 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"مشاركة البلوتوث: لم يتم إرسال الملف <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"نقل الملف"</string> + <string name="download_line1" msgid="6449220145685308846">"من: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"الملف: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"حجم الملف: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"جارٍ استلام الملف..."</string> + <string name="download_cancel" msgid="1705762428762702342">"إيقاف"</string> + <string name="download_ok" msgid="2404442707314575833">"إخفاء"</string> + <string name="incoming_line1" msgid="6342300988329482408">"من"</string> + <string name="incoming_line2" msgid="2199520895444457585">"اسم الملف"</string> + <string name="incoming_line3" msgid="8630078246326525633">"الحجم"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"لم يتم استلام الملف"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"الملف: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"السبب: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"حسنًا"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"تم استلام الملف"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"فتح"</string> + <string name="upload_line1" msgid="1912803923255989287">"إلى: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"نوع الملف: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"جارٍ إرسال الملف..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"تم إرسال الملف"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"حسنًا"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"لم يتم إرسال الملف إلى \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"الملف: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"إغلاق"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"حسنًا"</string> + <string name="unknown_file" msgid="3719981572107052685">"ملف غير معروف"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ليس هناك تطبيق لمعالجة هذا النوع من الملفات. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ليست هناك أي ملفات"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"الملف غير موجود. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"يرجى الانتظار…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"جارٍ تفعيل البلوتوث..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"سيتم استلام الملف. تحقق من التقدم في لوحة الإشعارات."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"لا يمكن تلقي الملف."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"تم إيقاف استلام الملف من \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"إرسال الملف إلى \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"إرسال <xliff:g id="NUMBER">%1$s</xliff:g> من الملفات إلى \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"تم إيقاف إرسال الملف إلى \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ليس هناك مساحة كافية على وحدة تخزين USB لحفظ الملف."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ليس هناك مساحة كافية على بطاقة SD لحفظ الملف."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"المساحة اللازمة: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"تتم حاليًا معالجة طلبات كثيرة جدًا. حاول مرة أخرى لاحقًا."</string> + <string name="status_pending" msgid="4781040740237733479">"لم يبدأ نقل الملف بعد."</string> + <string name="status_running" msgid="7419075903776657351">"نقل الملف مستمر."</string> + <string name="status_success" msgid="7963589000098719541">"أكملت نقل الملف بنجاح."</string> + <string name="status_not_accept" msgid="1165798802740579658">"المحتوى غير معتمد."</string> + <string name="status_forbidden" msgid="4017060451358837245">"تم حظر النقل بواسطة الجهاز الهدف."</string> + <string name="status_canceled" msgid="8441679418717978515">"تم إلغاء النقل بواسطة المستخدم."</string> + <string name="status_file_error" msgid="5379018888714679311">"مشكلة في وحدة التخزين."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"لا تتوفّر وحدة تخزين USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"لا تتوفّر بطاقة SD. يمكنك إدخال بطاقة SD لحفظ الملفات المنقولة."</string> + <string name="status_connection_error" msgid="8253709700568062220">"لم يتم الاتصال بنجاح."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"لا يمكن معالجة الطلب بشكل صحيح."</string> + <string name="status_unknown_error" msgid="314676481744304866">"خطأ غير معروف."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ملفات بلوتوث المستلَمة"</string> + <string name="opp_notification_group" msgid="150067508422520653">"مشاركة البلوتوث"</string> + <string name="download_success" msgid="3438268368708549686">"اكتمل استلام <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"اكتمل إرسال <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"عمليات النقل الواردة"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"عمليات النقل الصادرة"</string> + <string name="no_transfers" msgid="740521199933899821">"سجلّ النقل فارغ."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"سيتم محو جميع العناصر من القائمة."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"مشاركة البلوتوث: الملفات المرسلة"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"مشاركة البلوتوث: الملفات المستلمة"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="zero">تعذّر إرسال <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> من العناصر.</item> <item quantity="two">تعذّر إرسال عنصرين (<xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>).</item> <item quantity="few">تعذّر إرسال <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> عناصر.</item> @@ -117,7 +117,7 @@ <item quantity="other">تعذّر إرسال <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> من العناصر.</item> <item quantity="one">تعذّر إرسال <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> عنصر.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="zero">نجح إرسال <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> من العناصر، %2$s</item> <item quantity="two">نجح إرسال عنصرين (<xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>)، %2$s</item> <item quantity="few">نجح إرسال <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> عناصر، %2$s</item> @@ -125,21 +125,21 @@ <item quantity="other">نجح إرسال <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> من العناصر، %2$s</item> <item quantity="one">نجح إرسال <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> عنصر، %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"محو القائمة"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"فتح"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"محو من القائمة"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"محو"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"التعرّف التلقائي على الموسيقى"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"حفظ"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"إلغاء"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"حدد الحسابات التي تريد مشاركتها عبر البلوتوث. لا يزال يتعين عليك قبول أي دخول إلى الحسابات أثناء الاتصال."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"المنافذ المتبقية:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"رمز التطبيق"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"إعدادات مشاركة الرسائل عبر بلوتوث"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"يتعذر اختيار الحساب. عدد المنافذ المتبقية: ۰"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"تم الاتصال بالبث الصوتي عبر البلوتوث."</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"انقطع الاتصال بالبث الصوتي عبر البلوتوث."</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"بث صوتي عبر البلوتوث"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"يتعذّر نقل الملفات التي يزيد حجمها عن 4 غيغابايت"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"الاتصال ببلوتوث"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"محو القائمة"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"فتح"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"محو من القائمة"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"محو"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"التعرّف التلقائي على الموسيقى"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"حفظ"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"إلغاء"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"حدد الحسابات التي تريد مشاركتها عبر البلوتوث. لا يزال يتعين عليك قبول أي دخول إلى الحسابات أثناء الاتصال."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"المنافذ المتبقية:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"رمز التطبيق"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"إعدادات مشاركة الرسائل عبر بلوتوث"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"يتعذر اختيار الحساب. عدد المنافذ المتبقية: ۰"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"تم الاتصال بالبث الصوتي عبر البلوتوث."</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"انقطع الاتصال بالبث الصوتي عبر البلوتوث."</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"بث صوتي عبر البلوتوث"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"يتعذّر نقل الملفات التي يزيد حجمها عن 4 غيغابايت"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"الاتصال ببلوتوث"</string> </resources> diff --git a/android/app/res/values-ar/strings_pbap.xml b/android/app/res/values-ar/strings_pbap.xml index 80ad744f9a..acab2fa384 100644 --- a/android/app/res/values-ar/strings_pbap.xml +++ b/android/app/res/values-ar/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"اكتب مفتاح الجلسة لـ %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"يلزم مفتاح جلسة البلوتوث"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"انتهت مهلة قبول الاتصال مع %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"انتهت مهلة إدخال مفتاح الجلسة مع %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"طلب مصادقة Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"مفتاح الجلسة"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"اكتب مفتاح الجلسة لـ %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"مجموعة أدوات السيارة"</string> - <string name="unknownName" msgid="2841414754740600042">"اسم غير معروف"</string> - <string name="localPhoneName" msgid="2349001318925409159">"اسمي"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"مشاركة جهات الاتصال عبر البلوتوث"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"اكتب مفتاح الجلسة لـ %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"يلزم مفتاح جلسة البلوتوث"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"انتهت مهلة قبول الاتصال مع %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"انتهت مهلة إدخال مفتاح الجلسة مع %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"طلب مصادقة Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"مفتاح الجلسة"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"اكتب مفتاح الجلسة لـ %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"مجموعة أدوات السيارة"</string> + <string name="unknownName" msgid="6755061296103155293">"اسم غير معروف"</string> + <string name="localPhoneName" msgid="9119254982537191352">"اسمي"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"مشاركة جهات الاتصال عبر البلوتوث"</string> </resources> diff --git a/android/app/res/values-ar/strings_pbap_client.xml b/android/app/res/values-ar/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ar/strings_pbap_client.xml +++ b/android/app/res/values-ar/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ar/strings_sap.xml b/android/app/res/values-ar/strings_sap.xml index 29b4edbfc1..ea51c2a5b8 100644 --- a/android/app/res/values-ar/strings_sap.xml +++ b/android/app/res/values-ar/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"الوصول إلى SIM بلوتوث"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"الوصول إلى SIM بلوتوث"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"هل تريد مطالبة العميل بإلغاء الربط؟"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"في انتظار إلغاء الربط بواسطة العميل"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"قطع الاتصال"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"فرض إلغاء الربط"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"الوصول إلى SIM بلوتوث"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"الوصول إلى SIM بلوتوث"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"هل تريد مطالبة العميل بإلغاء الربط؟"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"في انتظار إلغاء الربط بواسطة العميل"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"قطع الاتصال"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"فرض إلغاء الربط"</string> </resources> diff --git a/android/app/res/values-ar/test_strings.xml b/android/app/res/values-ar/test_strings.xml index c640f4aa47..1b6a012a2e 100644 --- a/android/app/res/values-ar/test_strings.xml +++ b/android/app/res/values-ar/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"بلوتوث"</string> - <string name="insert_record" msgid="1450997173838378132">"إدراج سجل"</string> - <string name="update_record" msgid="2480425402384910635">"تأكيد السجل"</string> - <string name="ack_record" msgid="6716152390978472184">"سجل Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"حذف السجل كله"</string> - <string name="ok_button" msgid="6519033415223065454">"حسنًا"</string> - <string name="delete_record" msgid="4645040331967533724">"حذف السجل"</string> - <string name="start_server" msgid="9034821924409165795">"بدء الخادم TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"إعلام الخادم TCP"</string> + <string name="app_name" msgid="7766152617107310582">"بلوتوث"</string> + <string name="insert_record" msgid="4024416351836939752">"إدراج سجل"</string> + <string name="update_record" msgid="7201772850942641237">"تأكيد السجل"</string> + <string name="ack_record" msgid="2404738476192250210">"سجل Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"حذف السجل كله"</string> + <string name="ok_button" msgid="719865942400179601">"حسنًا"</string> + <string name="delete_record" msgid="5713885957446255270">"حذف السجل"</string> + <string name="start_server" msgid="134483798422082514">"بدء الخادم TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"إعلام الخادم TCP"</string> </resources> diff --git a/android/app/res/values-as/strings.xml b/android/app/res/values-as/strings.xml index bc71ebda20..4cd9bdc229 100644 --- a/android/app/res/values-as/strings.xml +++ b/android/app/res/values-as/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ডাউনল’ড মেনেজাৰ ব্যৱহাৰ কৰিব পাৰে।"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"এপটোক BluetoothShare মেনেজাৰ ব্যৱহাৰ কৰি ফাইল স্থানান্তৰ কৰিবলৈ অনুমতি দিয়ে।"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ব্লুটুথ ডিভাইচ এক্সেছ কৰাৰ স্বীকৃতি দিয়ে।"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"এপ্টোক এটা ব্লুটুথ ডিভাইচ অস্থায়ীৰূপে স্বীকাৰ কৰাৰ অনুমতি দিয়ে যিয়ে ডিভাইচটোক ব্যৱহাৰকাৰীৰ নিশ্চিতিকৰণৰ অবিহনেই ইয়ালৈ ফাইল পঠিওৱাৰ অনুমতি দিয়ে।"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ব্লুটুথ"</string> - <string name="unknown_device" msgid="9221903979877041009">"অজ্ঞাত ডিভাইচ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"অজ্ঞাত"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"এয়াৰপ্লে’ন ম’ড"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"আপুনি এয়াৰপ্লেইন ম\'ডত ব্লুটুথ ব্যৱহাৰ কৰিব নোৱাৰে।"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ব্লুটুথ সেৱা ব্যৱহাৰ কৰাৰ আগতে ইয়াক অন কৰিবই লাগিব।"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"এতিয়াই ব্লুটুথ অন কৰিবনে?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"বাতিল কৰক"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"অন কৰক"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ফাইল স্থানান্তৰণ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"অন্তৰ্গামী ফাইল গ্ৰহণ কৰিবনে?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"প্ৰত্যাখ্যান কৰক"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"গ্ৰহণ কৰক"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ঠিক"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ৰ পৰা লাভ কৰা ফাইলটো গ্ৰহণ কৰোঁতে সময় ওকলিছে"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"অন্তৰ্গামী ফাইল"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> পঠাবলৈ সাজু"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> লাভ কৰি থকা হৈছে"</string> - <string name="notification_received" msgid="3324588019186687985">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> লাভ কৰা হ’ল"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ব্লুটুথ শ্বেয়াৰ: ফাইল <xliff:g id="FILE">%1$s</xliff:g> লাভ কৰা নহ\'ল"</string> - <string name="notification_sending" msgid="3035748958534983833">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> প্ৰেৰণ কৰি থকা হৈছে"</string> - <string name="notification_sent" msgid="9218710861333027778">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> প্ৰেৰণ কৰা হ’ল"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"১০০% সম্পূৰ্ণ হ’ল"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ব্লুটুথ শ্বেয়াৰ: ফাইল <xliff:g id="FILE">%1$s</xliff:g> প্ৰেৰণ কৰা নহ\'ল"</string> - <string name="download_title" msgid="3353228219772092586">"ফাইল স্থানান্তৰণ"</string> - <string name="download_line1" msgid="4926604799202134144">"প্ৰেৰক: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ফাইলৰ আকাৰ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ফাইল লাভ কৰি থকা হৈছে…"</string> - <string name="download_cancel" msgid="9177305996747500768">"বন্ধ কৰক"</string> - <string name="download_ok" msgid="5000360731674466039">"লুকুৱাওক"</string> - <string name="incoming_line1" msgid="2127419875681087545">"প্ৰেৰক"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ফাইলৰ নাম"</string> - <string name="incoming_line3" msgid="7954237069667474024">"আকাৰ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ফাইল লাভ কৰা নহ\'ল"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"কাৰণ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ঠিক"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ফাইল লাভ কৰা হ’ল"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"খোলক"</string> - <string name="upload_line1" msgid="2055952074059709052">"প্ৰতি: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ফাইলৰ প্ৰকাৰ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ফাইল প্ৰেৰণ কৰি থকা হৈছে…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ফাইল প্ৰেৰণ কৰা হ’ল"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ঠিক"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"লৈ ফাইলটো পঠিয়াব পৰা নগ\'ল।"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"বন্ধ কৰক"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ঠিক"</string> - <string name="unknown_file" msgid="6092727753965095366">"অজ্ঞাত ফাইল"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"এইধৰণৰ ফাইল পৰিচালনা কৰিবলৈ কোনো এপ্ নাই। \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"কোনো ফাইল নাই"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ফাইলটো নাই। \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"অনুগ্ৰহ কৰি অপেক্ষা কৰক…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ব্লুটুথ অন কৰি থকা হৈছে…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ফাইলটো লাভ কৰা হ\'ব। জাননী পেনেলত অগ্ৰগতি নিৰীক্ষণ কৰক।"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ফাইলটো লাভ কৰিব নোৱাৰি।"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ৰ ফাইল লাভ কৰা বন্ধ কৰা হ’ল"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"লৈ ফাইল প্ৰেৰণ কৰি থকা হৈছে"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"লৈ <xliff:g id="NUMBER">%1$s</xliff:g>টা ফাইল পঠিয়াই থকা হৈছে"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"লৈ ফাইল পঠিওৱা বন্ধ কৰা হ’ল"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ফাইলটো ছেভ কৰিব পৰাকৈ ইউএছবি ষ্ট’ৰেজত পৰ্যাপ্ত খালী ঠাই নাই।"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ফাইলটো ছেভ কৰিব পৰাকৈ এছডি কাৰ্ডখনত পৰ্যাপ্ত খালী ঠাই নাই।"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ইমান খালী ঠাইৰ দৰকাৰ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"বহুত বেছি অনুৰোধৰ ওপৰত প্ৰক্ৰিয়া চলি আছে৷ পিছত আকৌ চেষ্টা কৰক৷"</string> - <string name="status_pending" msgid="2503691772030877944">"ফাইলৰ স্থানান্তৰণ এতিয়ালৈকে আৰম্ভ হোৱা নাই।"</string> - <string name="status_running" msgid="6562808920311008696">"ফাইলৰ স্থানান্তৰণ চলি আছে।"</string> - <string name="status_success" msgid="239573225847565868">"ফাইলৰ স্থানান্তৰণৰ কাৰ্য সফলতাৰে সম্পন্ন কৰা হ’ল।"</string> - <string name="status_not_accept" msgid="1695082417193780738">"সমল সমৰ্থিত নহয়।"</string> - <string name="status_forbidden" msgid="613956401054050725">"নিৰ্দিষ্ট কৰা ডিভাইচটোৱে স্থানান্তৰণ নিষিদ্ধ কৰিছে।"</string> - <string name="status_canceled" msgid="6664490318773098285">"ব্যৱহাৰকাৰীয়ে স্থানান্তৰণ বাতিল কৰিছে।"</string> - <string name="status_file_error" msgid="3671917770630165299">"সঞ্চয়াগাৰৰ সমস্যা।"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"কোনো USB সঞ্চয়াগাৰ নাই।"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"কোনো SD কাৰ্ড নাই। স্থানান্তৰ কৰা ফাইলসমূহ ছেভ কৰিবলৈ SD কাৰ্ড ভৰাওক।"</string> - <string name="status_connection_error" msgid="947681831523219891">"সংযোগ কৰিব পৰা নগ\'ল।"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"অনুৰোধ সঠিকভাৱে পৰিচালনা কৰিব নোৱাৰি।"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"অজ্ঞাত আসোঁৱাহ।"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ব্লুটুথ লাভ কৰা হ’ল"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ব্লুটুথ শ্বেয়াৰ"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> লাভ কৰা কাৰ্য সম্পূৰ্ণ হ’ল।"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> প্ৰেৰণ কৰা কাম সম্পূৰ্ণ হ’ল"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"অন্তৰ্গামী স্থানান্তৰণসমূহ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"বহিৰ্গামী স্থানান্তৰণসমূহ"</string> - <string name="no_transfers" msgid="3482965619151865672">"স্থানান্তৰণৰ ইতিহাস খালী আছে।"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"সকলো সমল সূচীৰ পৰা মচা হ\'ব।"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ব্লুটুথ শ্বেয়াৰ: প্ৰেৰণ কৰা ফাইলসমূহ"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ব্লুটুথ শ্বেয়াৰ: লাভ কৰা ফাইলসমূহ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ডাউনল’ড মেনেজাৰ ব্যৱহাৰ কৰিব পাৰে।"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"এপটোক BluetoothShare মেনেজাৰ ব্যৱহাৰ কৰি ফাইল স্থানান্তৰ কৰিবলৈ অনুমতি দিয়ে।"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ব্লুটুথ ডিভাইচ এক্সেছ কৰাৰ স্বীকৃতি দিয়ে।"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"এপ্টোক এটা ব্লুটুথ ডিভাইচ অস্থায়ীৰূপে স্বীকাৰ কৰাৰ অনুমতি দিয়ে যিয়ে ডিভাইচটোক ব্যৱহাৰকাৰীৰ নিশ্চিতিকৰণৰ অবিহনেই ইয়ালৈ ফাইল পঠিওৱাৰ অনুমতি দিয়ে।"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ব্লুটুথ"</string> + <string name="unknown_device" msgid="2317679521750821654">"অজ্ঞাত ডিভাইচ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"অজ্ঞাত"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"এয়াৰপ্লে’ন ম’ড"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"আপুনি এয়াৰপ্লেইন ম\'ডত ব্লুটুথ ব্যৱহাৰ কৰিব নোৱাৰে।"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ব্লুটুথ সেৱা ব্যৱহাৰ কৰাৰ আগতে ইয়াক অন কৰিবই লাগিব।"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"এতিয়াই ব্লুটুথ অন কৰিবনে?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"বাতিল কৰক"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"অন কৰক"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ফাইল স্থানান্তৰণ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"অন্তৰ্গামী ফাইল গ্ৰহণ কৰিবনে?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"প্ৰত্যাখ্যান কৰক"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"গ্ৰহণ কৰক"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ঠিক"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ৰ পৰা লাভ কৰা ফাইলটো গ্ৰহণ কৰোঁতে সময় ওকলিছে"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"অন্তৰ্গামী ফাইল"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> এটা ফাইল পঠিয়াবলৈ সাজু: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> লাভ কৰি থকা হৈছে"</string> + <string name="notification_received" msgid="2330252358543000567">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> লাভ কৰা হ’ল"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ব্লুটুথ শ্বেয়াৰ: ফাইল <xliff:g id="FILE">%1$s</xliff:g> লাভ কৰা নহ\'ল"</string> + <string name="notification_sending" msgid="8269912843286868700">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> প্ৰেৰণ কৰি থকা হৈছে"</string> + <string name="notification_sent" msgid="2685202778935769332">"ব্লুটুথ শ্বেয়াৰ: <xliff:g id="FILE">%1$s</xliff:g> প্ৰেৰণ কৰা হ’ল"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"১০০% সম্পূৰ্ণ হ’ল"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ব্লুটুথ শ্বেয়াৰ: ফাইল <xliff:g id="FILE">%1$s</xliff:g> প্ৰেৰণ কৰা নহ\'ল"</string> + <string name="download_title" msgid="6449408649671518102">"ফাইল স্থানান্তৰণ"</string> + <string name="download_line1" msgid="6449220145685308846">"প্ৰেৰক: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ফাইলৰ আকাৰ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ফাইল লাভ কৰি থকা হৈছে…"</string> + <string name="download_cancel" msgid="1705762428762702342">"বন্ধ কৰক"</string> + <string name="download_ok" msgid="2404442707314575833">"লুকুৱাওক"</string> + <string name="incoming_line1" msgid="6342300988329482408">"প্ৰেৰক"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ফাইলৰ নাম"</string> + <string name="incoming_line3" msgid="8630078246326525633">"আকাৰ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ফাইল লাভ কৰা নহ\'ল"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"কাৰণ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ঠিক"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ফাইল লাভ কৰা হ’ল"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"খোলক"</string> + <string name="upload_line1" msgid="1912803923255989287">"প্ৰতি: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ফাইলৰ প্ৰকাৰ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ফাইল প্ৰেৰণ কৰি থকা হৈছে…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ফাইল প্ৰেৰণ কৰা হ’ল"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ঠিক"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"লৈ ফাইলটো পঠিয়াব পৰা নগ\'ল।"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"বন্ধ কৰক"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ঠিক"</string> + <string name="unknown_file" msgid="3719981572107052685">"অজ্ঞাত ফাইল"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"এইধৰণৰ ফাইল পৰিচালনা কৰিবলৈ কোনো এপ্ নাই। \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"কোনো ফাইল নাই"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ফাইলটো নাই। \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"অনুগ্ৰহ কৰি অপেক্ষা কৰক…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ব্লুটুথ অন কৰি থকা হৈছে…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ফাইলটো লাভ কৰা হ\'ব। জাননী পেনেলত অগ্ৰগতি নিৰীক্ষণ কৰক।"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ফাইলটো লাভ কৰিব নোৱাৰি।"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ৰ ফাইল লাভ কৰা বন্ধ কৰা হ’ল"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"লৈ ফাইল প্ৰেৰণ কৰি থকা হৈছে"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"লৈ <xliff:g id="NUMBER">%1$s</xliff:g>টা ফাইল পঠিয়াই থকা হৈছে"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"লৈ ফাইল পঠিওৱা বন্ধ কৰা হ’ল"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ফাইলটো ছেভ কৰিব পৰাকৈ ইউএছবি ষ্ট’ৰেজত পৰ্যাপ্ত খালী ঠাই নাই।"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ফাইলটো ছেভ কৰিব পৰাকৈ এছডি কাৰ্ডখনত পৰ্যাপ্ত খালী ঠাই নাই।"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ইমান খালী ঠাইৰ দৰকাৰ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"বহুত বেছি অনুৰোধৰ ওপৰত প্ৰক্ৰিয়া চলি আছে৷ পিছত আকৌ চেষ্টা কৰক৷"</string> + <string name="status_pending" msgid="4781040740237733479">"ফাইলৰ স্থানান্তৰণ এতিয়ালৈকে আৰম্ভ হোৱা নাই।"</string> + <string name="status_running" msgid="7419075903776657351">"ফাইলৰ স্থানান্তৰণ চলি আছে।"</string> + <string name="status_success" msgid="7963589000098719541">"ফাইলৰ স্থানান্তৰণৰ কাৰ্য সফলতাৰে সম্পন্ন কৰা হ’ল।"</string> + <string name="status_not_accept" msgid="1165798802740579658">"সমল সমৰ্থিত নহয়।"</string> + <string name="status_forbidden" msgid="4017060451358837245">"নিৰ্দিষ্ট কৰা ডিভাইচটোৱে স্থানান্তৰণ নিষিদ্ধ কৰিছে।"</string> + <string name="status_canceled" msgid="8441679418717978515">"ব্যৱহাৰকাৰীয়ে স্থানান্তৰণ বাতিল কৰিছে।"</string> + <string name="status_file_error" msgid="5379018888714679311">"ষ্ট’ৰেজৰ সমস্যা।"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"কোনো ইউএছবি ষ্ট’ৰেজ নাই।"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"কোনো SD কাৰ্ড নাই। স্থানান্তৰ কৰা ফাইলসমূহ ছেভ কৰিবলৈ SD কাৰ্ড ভৰাওক।"</string> + <string name="status_connection_error" msgid="8253709700568062220">"সংযোগ কৰিব পৰা নগ\'ল।"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"অনুৰোধ সঠিকভাৱে পৰিচালনা কৰিব নোৱাৰি।"</string> + <string name="status_unknown_error" msgid="314676481744304866">"অজ্ঞাত আসোঁৱাহ।"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ব্লুটুথ লাভ কৰা হ’ল"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ব্লুটুথ শ্বেয়াৰ"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> লাভ কৰা কাৰ্য সম্পূৰ্ণ হ’ল।"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> প্ৰেৰণ কৰা কাম সম্পূৰ্ণ হ’ল"</string> + <string name="inbound_history_title" msgid="189623888169624862">"অন্তৰ্গামী স্থানান্তৰণসমূহ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"বহিৰ্গামী স্থানান্তৰণসমূহ"</string> + <string name="no_transfers" msgid="740521199933899821">"স্থানান্তৰণৰ ইতিহাস খালী আছে।"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"আটাইবোৰ সমল সূচীৰ পৰা মচা হ\'ব।"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ব্লুটুথ শ্বেয়াৰ: প্ৰেৰণ কৰা ফাইলসমূহ"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ব্লুটুথ শ্বেয়াৰ: লাভ কৰা ফাইলসমূহ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>টা অসফল হ’ল।</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>টা অসফল হ’ল।</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>টা সফল হ’ল, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>টা সফল হ’ল, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"সূচী মচক"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"খোলক"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"সূচীৰ পৰা মচক"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"মচক"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"এতিয়া প্লে’ হৈ আছে"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"ছেভ কৰক"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"বাতিল কৰক"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ব্লুটুথৰ জৰিয়তে শ্বেয়াৰ কৰিব খোজা একাউণ্টসমূহ বাছক। তথাপিও সংযোগ কৰি থাকোঁতে আপুনি একাউণ্টসমূহক সকলো ধৰণৰ অনুমতি দিবই লাগিব।"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"বাকী থকা শ্লটবোৰ:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"এপ্লিকেশ্বন আইকন"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ব্লুটুথৰ জৰিয়তে বাৰ্তা শ্বেয়াৰ কৰাৰ ছেটিংসমূহ"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"একাউণ্ট বাছনি কৰিব নোৱাৰি। ০টা শ্লটবোৰ বাকী আছে"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ব্লুটুথ অডিঅ’ সংযুক্ত কৰা হ’ল"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ব্লুটুথ অডিঅ\'ৰ সৈতে সংযোগ বিচ্ছিন্ন কৰা হ’ল"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ব্লুটুথ অডিঅ\'"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"৪ জি. বি. তকৈ ডাঙৰ ফাইল স্থানান্তৰ কৰিব নোৱাৰি"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ব্লুটুথৰ সৈতে সংযোগ কৰক"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"সূচী মচক"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"খোলক"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"সূচীৰ পৰা মচক"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"মচক"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"এতিয়া প্লে’ হৈ আছে"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"ছেভ কৰক"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"বাতিল কৰক"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ব্লুটুথৰ জৰিয়তে শ্বেয়াৰ কৰিব খোজা একাউণ্টসমূহ বাছক। তথাপিও সংযোগ কৰি থাকোঁতে আপুনি একাউণ্টসমূহক সকলো ধৰণৰ অনুমতি দিবই লাগিব।"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"বাকী থকা শ্লটবোৰ:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"এপ্লিকেশ্বন আইকন"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ব্লুটুথৰ জৰিয়তে বাৰ্তা শ্বেয়াৰ কৰাৰ ছেটিং"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"একাউণ্ট বাছনি কৰিব নোৱাৰি। ০টা শ্লটবোৰ বাকী আছে"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ব্লুটুথ অডিঅ’ সংযুক্ত কৰা হ’ল"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ব্লুটুথ অডিঅ\'ৰ সৈতে সংযোগ বিচ্ছিন্ন কৰা হ’ল"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ব্লুটুথ অডিঅ\'"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"৪ জি. বি. তকৈ ডাঙৰ ফাইল স্থানান্তৰ কৰিব নোৱাৰি"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ব্লুটুথৰ সৈতে সংযোগ কৰক"</string> </resources> diff --git a/android/app/res/values-as/strings_pbap.xml b/android/app/res/values-as/strings_pbap.xml index f59084ce0b..65f5557315 100644 --- a/android/app/res/values-as/strings_pbap.xml +++ b/android/app/res/values-as/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$sৰ বাবে ছেশ্বনৰ চাবিটো টাইপ কৰক"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ব্লুটুথ ছেশ্বনৰ চাবি দৰকাৰ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$sৰ সৈতে সংযোগৰ অনুৰোধ গ্ৰহণ কৰাৰ সময় ওকলিল"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$sৰ সৈতে ছেশ্বনৰ চাবি ইনপুট কৰাৰ সময় ওকলিল"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex সত্যাপনৰ অনুৰোধ"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"ছেশ্বনৰ চাবি"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$sৰ বাবে ছেশ্বনৰ চাবিটো টাইপ কৰক"</string> - <string name="defaultname" msgid="4821590500649090078">"গাড়ীৰ কিট"</string> - <string name="unknownName" msgid="2841414754740600042">"অজ্ঞাত নাম"</string> - <string name="localPhoneName" msgid="2349001318925409159">"মোৰ নাম"</string> - <string name="defaultnumber" msgid="8520116145890867338">"০০০০০০"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ব্লুটুথ সম্পৰ্ক শ্বেয়াৰ"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$sৰ বাবে ছেশ্বনৰ চাবিটো টাইপ কৰক"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ব্লুটুথ ছেশ্বনৰ চাবি দৰকাৰ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$sৰ সৈতে সংযোগৰ অনুৰোধ গ্ৰহণ কৰাৰ সময় ওকলিল"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$sৰ সৈতে ছেশ্বনৰ চাবি ইনপুট কৰাৰ সময় ওকলিল"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex সত্যাপনৰ অনুৰোধ"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"ছেশ্বনৰ চাবি"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$sৰ বাবে ছেশ্বনৰ চাবিটো টাইপ কৰক"</string> + <string name="defaultname" msgid="6200530814398805541">"গাড়ীৰ কিট"</string> + <string name="unknownName" msgid="6755061296103155293">"অজ্ঞাত নাম"</string> + <string name="localPhoneName" msgid="9119254982537191352">"মোৰ নাম"</string> + <string name="defaultnumber" msgid="5348816189286607406">"০০০০০০"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ব্লুটুথ সম্পৰ্ক শ্বেয়াৰ"</string> </resources> diff --git a/android/app/res/values-as/strings_pbap_client.xml b/android/app/res/values-as/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-as/strings_pbap_client.xml +++ b/android/app/res/values-as/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-as/strings_sap.xml b/android/app/res/values-as/strings_sap.xml index 1642cdf194..f886e47fa1 100644 --- a/android/app/res/values-as/strings_sap.xml +++ b/android/app/res/values-as/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ব্লুটুথৰ ছিম ব্যৱহাৰ"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ব্লুটুথৰ ছিম ব্যৱহাৰ"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"সংযোগ বিচ্ছিন্ন কৰিবলৈ ক্লায়েণ্টক অনুৰোধ কৰিবনে?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"সংযোগ বিচ্ছিন্ন কৰিবলৈ ক্লায়েণ্টৰ অপেক্ষা কৰি থকা হৈছে"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"বিচ্ছিন্ন কৰক"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"বলেৰে সংযোগ বিচ্ছিন্ন কৰক"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ব্লুটুথৰ ছিম ব্যৱহাৰ"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ব্লুটুথৰ ছিম ব্যৱহাৰ"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"সংযোগ বিচ্ছিন্ন কৰিবলৈ ক্লায়েণ্টক অনুৰোধ কৰিবনে?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"সংযোগ বিচ্ছিন্ন কৰিবলৈ ক্লায়েণ্টৰ অপেক্ষা কৰি থকা হৈছে"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"বিচ্ছিন্ন কৰক"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"বলেৰে সংযোগ বিচ্ছিন্ন কৰক"</string> </resources> diff --git a/android/app/res/values-as/test_strings.xml b/android/app/res/values-as/test_strings.xml index a2efd87840..5d237a46ca 100644 --- a/android/app/res/values-as/test_strings.xml +++ b/android/app/res/values-as/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ব্লুটুথ"</string> - <string name="insert_record" msgid="1450997173838378132">"ৰেকৰ্ড ভৰাওক"</string> - <string name="update_record" msgid="2480425402384910635">"ৰেকৰ্ড নিশ্চিত কৰক"</string> - <string name="ack_record" msgid="6716152390978472184">"স্বীকৃত কৰা ৰেকৰ্ড"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"সকলো ৰেকৰ্ড মচক"</string> - <string name="ok_button" msgid="6519033415223065454">"ঠিক"</string> - <string name="delete_record" msgid="4645040331967533724">"ৰেকৰ্ড মচক"</string> - <string name="start_server" msgid="9034821924409165795">"TCP ছাৰ্ভাৰ আৰম্ভ কৰক"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP ছাৰ্ভাৰক জাননী দিয়ক"</string> + <string name="app_name" msgid="7766152617107310582">"ব্লুটুথ"</string> + <string name="insert_record" msgid="4024416351836939752">"ৰেকৰ্ড ভৰাওক"</string> + <string name="update_record" msgid="7201772850942641237">"ৰেকৰ্ড নিশ্চিত কৰক"</string> + <string name="ack_record" msgid="2404738476192250210">"স্বীকৃত কৰা ৰেকৰ্ড"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"আটাইবোৰ ৰেকৰ্ড মচক"</string> + <string name="ok_button" msgid="719865942400179601">"ঠিক"</string> + <string name="delete_record" msgid="5713885957446255270">"ৰেকৰ্ড মচক"</string> + <string name="start_server" msgid="134483798422082514">"TCP ছাৰ্ভাৰ আৰম্ভ কৰক"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP ছাৰ্ভাৰক জাননী দিয়ক"</string> </resources> diff --git a/android/app/res/values-az/strings.xml b/android/app/res/values-az/strings.xml index 1e54827ee4..b03f63504f 100644 --- a/android/app/res/values-az/strings.xml +++ b/android/app/res/values-az/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Endirmə menecerinə daxil olun."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Tətbiq BluetoothPaylaşım menecerinə daxil ola və faylları ötürmək üçün ondan istifadə edə bilər."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth cihazı girişini qəbul siyahısına daxil edin."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Tətbiqin Bluetooth cihazını müvəqqəti olaraq qəbul siyahısına daxil etməsinə imkan verir, bununla həmin cihaz istifadəçi təsdiqi olmadan bu cihaza fayllar göndərə biləcək."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Naməlum cihaz"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Naməlum"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Təyyarə rejimi"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Təyyarə rejimində Bluetooth istifadə edə bilməzsiniz."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth xidmətlərindən istifadə etmək üçün ilk öncə Bluetooth\'u yandırmalısınız."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"İndi Bluetooth\'u yandıraq?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Ləğv et"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Yandır"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Fayl transferi"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Gələn fayl qəbul edilsin?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"İmtina edin"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Qəbul edirəm"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" adlı istifadəçidən gələn faylı qəbul edərkən gecikmə baş verdi"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Gələn fayl"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> faylını göndərməyə hazırdır"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> qəbul edilir"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> qəbul edildi"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> faylı qəbul edilmədi"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> göndərilir"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> göndərildi"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% tamamlandı"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> göndərilmədi"</string> - <string name="download_title" msgid="3353228219772092586">"Fayl transferi"</string> - <string name="download_line1" msgid="4926604799202134144">"Kimdən: \" <xliff:g id="SENDER">%1$s</xliff:g> \""</string> - <string name="download_line2" msgid="5876973543019417712">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Fayl ölçüsü: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Fayl qəbulu edilir..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Dayandır"</string> - <string name="download_ok" msgid="5000360731674466039">"Gizlət"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Kimdən"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Fayl adı"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Ölçü"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fayl qəbul edilmədi"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Səbəb: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fayl qəbul edildi"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Aç"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kimə: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Fayl tipi: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Fayl göndərilir..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fayl göndərildi"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fayl \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" adlı istifadəçiyə göndərilmədi.."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Qapadın"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Naməlum fayl"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Bu fayl növünü idarə etmək üçün heç bir tətbiq yoxdur. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Fayl yoxdur"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Fayl mövcud deyil. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Lütfən, gözləyin..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth yandırılır..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fayl qəbul ediləcək. Gedişatı Bildiriş panelində yoxlayın."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Fayl qəbul edilə bilməz."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" tərəfindən faylın göndərilməsi dayandırıldı"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" adlı istifadəçiyə fayl göndərilir"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" adlı istifadəçiyə <xliff:g id="NUMBER">%1$s</xliff:g> fayl göndərilir"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" adlı istifadəçiyə faylın göndərilməsi dayandırıldı"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Faylı saxlamaq üçün USB yaddaşında kifayət qədər yer yoxdur."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Faylı saxlamaq üçün SD kartda kifayət qədər yer yoxdur."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Gərəkli: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Həddindən çox sorğu işlənilir. Sonra bir daha cəhd edin."</string> - <string name="status_pending" msgid="2503691772030877944">"Fayl transferi hələ başlamayıb."</string> - <string name="status_running" msgid="6562808920311008696">"Fayl transferi davam edir."</string> - <string name="status_success" msgid="239573225847565868">"Fayl transferi uğurla sona çatdı."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Kontent dəstəklənmir."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer hədəf cihaz tərəfindən qadağan edilib."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer istifadəçi tərəfindən ləğv edildi."</string> - <string name="status_file_error" msgid="3671917770630165299">"Yaddaş problemi."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB yaddaş yoxdur."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD kart yoxdur. Köçürülən faylları yadda saxlamaq üçün SD kart daxil edin."</string> - <string name="status_connection_error" msgid="947681831523219891">"Uğursuz bağlantı."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Sorğu düzgün idarə edilə bilməz."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Naməlum xəta."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth ilə qəbul edilənlər"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Paylaşım"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> tam qəbul olundu."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> tam göndərildi."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Gələn transferlər"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Gedən transferlər"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transfer tarixi boşdur."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Bütün məlumatlar siyahıdan silinəcək."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth paylaşım: Göndərilmiş fayllar"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth paylaşım: Qəbul edilən fayllar"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Endirmə menecerinə daxil olun."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Tətbiq BluetoothPaylaşım menecerinə daxil ola və faylları ötürmək üçün ondan istifadə edə bilər."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth cihazı girişini qəbul siyahısına daxil edin."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Tətbiqin Bluetooth cihazını müvəqqəti olaraq qəbul siyahısına daxil etməsinə imkan verir, bununla həmin cihaz istifadəçi təsdiqi olmadan bu cihaza fayllar göndərə biləcək."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Naməlum cihaz"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Naməlum"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Təyyarə rejimi"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Təyyarə rejimində Bluetooth istifadə edə bilməzsiniz."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth xidmətlərindən istifadə etmək üçün ilk öncə Bluetooth\'u yandırmalısınız."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"İndi Bluetooth\'u yandıraq?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Ləğv et"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Yandır"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Fayl transferi"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Gələn fayl qəbul edilsin?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"İmtina edin"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Qəbul edirəm"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" adlı istifadəçidən gələn faylı qəbul edərkən gecikmə baş verdi"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Gələn fayl"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> bu faylı göndərməyə hazırdır: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> qəbul edilir"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> qəbul edildi"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> faylı qəbul edilmədi"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> göndərilir"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> göndərildi"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% tamamlandı"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth paylaşım: <xliff:g id="FILE">%1$s</xliff:g> göndərilmədi"</string> + <string name="download_title" msgid="6449408649671518102">"Fayl transferi"</string> + <string name="download_line1" msgid="6449220145685308846">"Kimdən: \" <xliff:g id="SENDER">%1$s</xliff:g> \""</string> + <string name="download_line2" msgid="7634316500490825390">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Fayl ölçüsü: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Fayl qəbulu edilir..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Dayandır"</string> + <string name="download_ok" msgid="2404442707314575833">"Gizlət"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Kimdən"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Fayl adı"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Ölçü"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fayl qəbul edilmədi"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Səbəb: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fayl qəbul edildi"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Aç"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kimə: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Fayl tipi: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Fayl göndərilir..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fayl göndərildi"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fayl \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" adlı istifadəçiyə göndərilmədi.."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Qapadın"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Naməlum fayl"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Bu fayl növünü idarə etmək üçün heç bir tətbiq yoxdur. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Fayl yoxdur"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Fayl mövcud deyil. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Lütfən, gözləyin..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth yandırılır..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fayl qəbul ediləcək. Gedişatı Bildiriş panelində yoxlayın."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Fayl qəbul edilə bilməz."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" tərəfindən faylın göndərilməsi dayandırıldı"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" adlı istifadəçiyə fayl göndərilir"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" adlı istifadəçiyə <xliff:g id="NUMBER">%1$s</xliff:g> fayl göndərilir"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" adlı istifadəçiyə faylın göndərilməsi dayandırıldı"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Faylı saxlamaq üçün USB yaddaşında kifayət qədər yer yoxdur."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Faylı saxlamaq üçün SD kartda kifayət qədər yer yoxdur."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Gərəkli: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Həddindən çox sorğu işlənilir. Sonra bir daha cəhd edin."</string> + <string name="status_pending" msgid="4781040740237733479">"Fayl transferi hələ başlamayıb."</string> + <string name="status_running" msgid="7419075903776657351">"Fayl transferi davam edir."</string> + <string name="status_success" msgid="7963589000098719541">"Fayl transferi uğurla sona çatdı."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Kontent dəstəklənmir."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer hədəf cihaz tərəfindən qadağan edilib."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer istifadəçi tərəfindən ləğv edildi."</string> + <string name="status_file_error" msgid="5379018888714679311">"Yaddaş problemi."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB yaddaş yoxdur."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD kart yoxdur. Köçürülən faylları yadda saxlamaq üçün SD kart daxil edin."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Uğursuz bağlantı."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Sorğu düzgün idarə edilə bilməz."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Naməlum xəta."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth ilə qəbul edilənlər"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Paylaşım"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> tam qəbul olundu."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> tam göndərildi."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Gələn transferlər"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Gedən transferlər"</string> + <string name="no_transfers" msgid="740521199933899821">"Transfer tarixi boşdur."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Bütün məlumatlar siyahıdan silinəcək."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth paylaşım: Göndərilmiş fayllar"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth paylaşım: Qəbul edilən fayllar"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> uğursuz.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> uğursuz.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uğurlu, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> uğurlu, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Siyahını silin"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Açın"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Siyahıdan silin"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Silin"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Hazırda oxudulan"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Yadda saxlayın"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Ləğv edin"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth vasitəsilə paylaşmaq istədiyiniz hesabları seçin. Qoşulma zamanı hesablara olan istənilən girişi qəbul etməlisiniz."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Qalmış slotlar:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Tətbiq ikonası"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth Mesaj Paylaşma Ayarları"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Hesab seçmək olmur. 0 slot qalıb"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio bağlantısı yaradıldı"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio ilə bağlantı kəsildi"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB-dən böyük olan faylları köçürmək mümkün deyil"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth\'a qoşulun"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Siyahını silin"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Açın"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Siyahıdan silin"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Silin"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Hazırda oxudulan"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Yadda saxlayın"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Ləğv edin"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth vasitəsilə paylaşmaq istədiyiniz hesabları seçin. Qoşulma zamanı hesablara olan istənilən girişi qəbul etməlisiniz."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Qalmış slotlar:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Tətbiq ikonası"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth Mesaj Paylaşma Ayarları"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Hesab seçmək olmur. 0 slot qalıb"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio bağlantısı yaradıldı"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio ilə bağlantı kəsildi"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB-dən böyük olan faylları köçürmək mümkün deyil"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth\'a qoşulun"</string> </resources> diff --git a/android/app/res/values-az/strings_pbap.xml b/android/app/res/values-az/strings_pbap.xml index d0e2334023..8bb340b37c 100644 --- a/android/app/res/values-az/strings_pbap.xml +++ b/android/app/res/values-az/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s üçün seans açarı daxil edin"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth seans açarını tələb olunur"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s ilə bağlantı qəbul edərkən fasilə yarandı"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s ilə seans açarını daxil edərkən fasilə yarandı"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex təsdiqləmə sorğusu"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Seans Açarı"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s üçün seans şifrəsini daxil edin"</string> - <string name="defaultname" msgid="4821590500649090078">"Maşın dəsti"</string> - <string name="unknownName" msgid="2841414754740600042">"Naməlum ad"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mənim adım"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Kontakt paylaşımı"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s üçün seans açarı daxil edin"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth seans açarını tələb olunur"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s ilə bağlantı qəbul edərkən fasilə yarandı"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s ilə seans açarını daxil edərkən fasilə yarandı"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex təsdiqləmə sorğusu"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Seans Açarı"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s üçün seans şifrəsini daxil edin"</string> + <string name="defaultname" msgid="6200530814398805541">"Maşın dəsti"</string> + <string name="unknownName" msgid="6755061296103155293">"Naməlum ad"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mənim adım"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Kontakt paylaşımı"</string> </resources> diff --git a/android/app/res/values-az/strings_pbap_client.xml b/android/app/res/values-az/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-az/strings_pbap_client.xml +++ b/android/app/res/values-az/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-az/strings_sap.xml b/android/app/res/values-az/strings_sap.xml index ef1643163f..c3b498e52b 100644 --- a/android/app/res/values-az/strings_sap.xml +++ b/android/app/res/values-az/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM girişi"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM Access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Müştəri ayırmaq tələb?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Ayırmaq üçün müştəri gözləyir"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Bağlantını kəsin"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Force ayırmaq"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM girişi"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM Access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Müştəri ayırmaq tələb?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Ayırmaq üçün müştəri gözləyir"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Bağlantını kəsin"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Force ayırmaq"</string> </resources> diff --git a/android/app/res/values-az/test_strings.xml b/android/app/res/values-az/test_strings.xml index 5150b3d443..18930b6aa5 100644 --- a/android/app/res/values-az/test_strings.xml +++ b/android/app/res/values-az/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Qeyd daxil edin"</string> - <string name="update_record" msgid="2480425402384910635">"Qeydi təsdiq edin"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack qeydəalma"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Bütün qeydləri silin"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Qeydi silin"</string> - <string name="start_server" msgid="9034821924409165795">"TCP serverinə başlayın"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP serverinə bildirin"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Qeyd daxil edin"</string> + <string name="update_record" msgid="7201772850942641237">"Qeydi təsdiq edin"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack qeydəalma"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Bütün qeydləri silin"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Qeydi silin"</string> + <string name="start_server" msgid="134483798422082514">"TCP serverinə başlayın"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP serverinə bildirin"</string> </resources> diff --git a/android/app/res/values-b+sr+Latn/strings.xml b/android/app/res/values-b+sr+Latn/strings.xml index 7a5f39aac3..1987cb07b4 100644 --- a/android/app/res/values-b+sr+Latn/strings.xml +++ b/android/app/res/values-b+sr+Latn/strings.xml @@ -16,124 +16,124 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Pristup menadžeru preuzimanja."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Omogućava aplikaciji da pristupa menadžeru za deljenje preko Bluetooth-a i da ga koristi za prenos datoteka."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Stavi pristup Bluetooth uređaja na listu prihvaćenih uređaja."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Dozvoljava aplikaciji da privremeno stavi Bluetooth uređaj na listu prihvaćenih uređaja, što omogućava tom uređaju da šalje datoteke ovom uređaju bez odobrenja korisnika."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Nepoznati uređaj"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Nepoznato"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Režim rada u avionu"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Ne možete da koristite Bluetooth u režimu rada u avionu."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Da biste mogli da koristite Bluetooth usluge, najpre morate da uključite Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Želite li odmah da uključite Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Otkaži"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Uključi"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Prenos datoteke"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Želite li da prihvatite dolaznu datoteku?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Odbij"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Prihvati"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Potvrdi"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Došlo je do vremenskog ograničenja tokom prijema dolazne datoteke od „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Dolazna datoteka"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> je spreman/na da pošalje <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth deljenje: prijem <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth deljenje: primljeno <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth deljenje: datoteka <xliff:g id="FILE">%1$s</xliff:g> nije primljena"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth deljenje: slanje <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth deljenje: poslato <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Dovršeno je 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth deljenje: datoteka <xliff:g id="FILE">%1$s</xliff:g> nije poslata"</string> - <string name="download_title" msgid="3353228219772092586">"Prenos datoteke"</string> - <string name="download_line1" msgid="4926604799202134144">"Od: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="download_line2" msgid="5876973543019417712">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Veličina datoteke: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Primanje datoteke..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Zaustavi"</string> - <string name="download_ok" msgid="5000360731674466039">"Sakrij"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Od"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Naziv datoteke"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Veličina"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Datoteka nije primljena"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Razlog: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Potvrdi"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Datoteka je primljena"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Otvori"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kome: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"Tip datoteke: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Slanje datoteke..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Datoteka je poslata"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Potvrdi"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Datoteka nije poslata na <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zatvori"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Potvrdi"</string> - <string name="unknown_file" msgid="6092727753965095366">"Nepoznata datoteka"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nema aplikacija za obradu ovog tipa datoteke. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nema datoteke"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Datoteka ne postoji. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Sačekajte…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Uključivanje Bluetooth-a…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Datoteka će biti primljena. Proveravajte tok na tabli sa obaveštenjima."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Nije moguće primiti datoteku."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Zaustavljen prijem datoteke od pošiljaoca „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Slanje datoteke primaocu „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Slanje<xliff:g id="NUMBER">%1$s</xliff:g> datoteka primaocu „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Zaustavljeno slanje primaocu „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Nema dovoljno prostora u USB memoriji za čuvanje datoteke."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Nema dovoljno prostora na SD kartici za čuvanje datoteke."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Potreban prostor: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Previše zahteva se obrađuje. Probajte ponovo kasnije."</string> - <string name="status_pending" msgid="2503691772030877944">"Prenos datoteke još nije počeo."</string> - <string name="status_running" msgid="6562808920311008696">"Prenos datoteke je u toku."</string> - <string name="status_success" msgid="239573225847565868">"Prenos datoteke je dovršen."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Sadržaj nije podržan."</string> - <string name="status_forbidden" msgid="613956401054050725">"Ciljni uređaj je zabranio prenos."</string> - <string name="status_canceled" msgid="6664490318773098285">"Korisnik je otkazao prenos."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problem sa skladištem."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nema USB memorije."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nema SD kartice. Umetnite SD karticu da biste sačuvali prenete datoteke."</string> - <string name="status_connection_error" msgid="947681831523219891">"Povezivanje nije uspelo."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Nije moguće ispravno obraditi zahtev."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Nepoznata greška."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Primljeno preko Bluetooth-a"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Deljenje preko Bluetooth-a"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Primljeno u celosti."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Slanje je dovršeno."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Dolazni prenosi"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Odlazni prenosi"</string> - <string name="no_transfers" msgid="3482965619151865672">"Istorija prenosa je prazna."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Sve stavke će biti izbrisane sa liste."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Deljenje preko Bluetooth-a: poslate datoteke"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Deljenje preko Bluetooth-a: primljene datoteke"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Pristup menadžeru preuzimanja."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Omogućava aplikaciji da pristupa menadžeru za deljenje preko Bluetooth-a i da ga koristi za prenos datoteka."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Stavi pristup Bluetooth uređaja na listu prihvaćenih uređaja."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Dozvoljava aplikaciji da privremeno stavi Bluetooth uređaj na listu prihvaćenih uređaja, što omogućava tom uređaju da šalje datoteke ovom uređaju bez odobrenja korisnika."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Nepoznati uređaj"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Nepoznato"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Režim rada u avionu"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Ne možete da koristite Bluetooth u režimu rada u avionu."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Da biste mogli da koristite Bluetooth usluge, najpre morate da uključite Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Želite li odmah da uključite Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Otkaži"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Uključi"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Prenos datoteke"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Želite li da prihvatite dolaznu datoteku?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Odbij"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Prihvati"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Potvrdi"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Došlo je do vremenskog ograničenja tokom prijema dolazne datoteke od „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Dolazna datoteka"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> je spreman/na za slanje fajla: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth deljenje: prijem <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth deljenje: primljeno <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth deljenje: datoteka <xliff:g id="FILE">%1$s</xliff:g> nije primljena"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth deljenje: slanje <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth deljenje: poslato <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Dovršeno je 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth deljenje: datoteka <xliff:g id="FILE">%1$s</xliff:g> nije poslata"</string> + <string name="download_title" msgid="6449408649671518102">"Prenos datoteke"</string> + <string name="download_line1" msgid="6449220145685308846">"Od: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="download_line2" msgid="7634316500490825390">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Veličina datoteke: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Primanje datoteke..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Zaustavi"</string> + <string name="download_ok" msgid="2404442707314575833">"Sakrij"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Od"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Naziv datoteke"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Veličina"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Datoteka nije primljena"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Razlog: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Potvrdi"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Datoteka je primljena"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Otvori"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kome: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"Tip datoteke: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Slanje datoteke..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Datoteka je poslata"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Potvrdi"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Datoteka nije poslata na <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zatvori"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Potvrdi"</string> + <string name="unknown_file" msgid="3719981572107052685">"Nepoznata datoteka"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nema aplikacija za obradu ovog tipa datoteke. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nema datoteke"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Datoteka ne postoji. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Sačekajte…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Uključivanje Bluetooth-a…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Datoteka će biti primljena. Proveravajte tok na tabli sa obaveštenjima."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Nije moguće primiti datoteku."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Zaustavljen prijem datoteke od pošiljaoca „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Slanje datoteke primaocu „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Slanje<xliff:g id="NUMBER">%1$s</xliff:g> datoteka primaocu „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Zaustavljeno slanje primaocu „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Nema dovoljno prostora u USB memoriji za čuvanje datoteke."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Nema dovoljno prostora na SD kartici za čuvanje datoteke."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Potreban prostor: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Previše zahteva se obrađuje. Probajte ponovo kasnije."</string> + <string name="status_pending" msgid="4781040740237733479">"Prenos datoteke još nije počeo."</string> + <string name="status_running" msgid="7419075903776657351">"Prenos datoteke je u toku."</string> + <string name="status_success" msgid="7963589000098719541">"Prenos datoteke je dovršen."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Sadržaj nije podržan."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Ciljni uređaj je zabranio prenos."</string> + <string name="status_canceled" msgid="8441679418717978515">"Korisnik je otkazao prenos."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problem sa skladištem."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nema USB memorije."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nema SD kartice. Umetnite SD karticu da biste sačuvali prenete datoteke."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Povezivanje nije uspelo."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Nije moguće ispravno obraditi zahtev."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Nepoznata greška."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Primljeno preko Bluetooth-a"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Deljenje preko Bluetooth-a"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Primljeno u celosti."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Slanje je dovršeno."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Dolazni prenosi"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Odlazni prenosi"</string> + <string name="no_transfers" msgid="740521199933899821">"Istorija prenosa je prazna."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Sve stavke će biti izbrisane sa liste."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Deljenje preko Bluetooth-a: poslate datoteke"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Deljenje preko Bluetooth-a: primljene datoteke"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešna.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešne.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešnih.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešna, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešne, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešnih, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Obriši listu"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Otvori"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Obriši sa liste"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Brisanje"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Trenutno svira"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Sačuvaj"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Otkaži"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Izaberite naloge koje želite da delite preko Bluetooth-a. I dalje morate da prihvatite bilo kakav pristup nalozima pri povezivanju."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Preostalih mesta:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikacije"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Podešavanja Bluetooth deljenja poruka"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Nije moguće izabrati nalog. Nema preostalih mesta"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio je povezan"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Veza sa Bluetooth audijom je prekinuta"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Ne mogu da se prenose datoteke veće od 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Poveži sa Bluetooth-om"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Obriši listu"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Otvori"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Obriši sa liste"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Brisanje"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Trenutno svira"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Sačuvaj"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Otkaži"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Izaberite naloge koje želite da delite preko Bluetooth-a. I dalje morate da prihvatite bilo kakav pristup nalozima pri povezivanju."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Preostalih mesta:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikacije"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Podešavanja Bluetooth deljenja poruka"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Nije moguće izabrati nalog. Nema preostalih mesta"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio je povezan"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Veza sa Bluetooth audijom je prekinuta"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Ne mogu da se prenose datoteke veće od 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Poveži sa Bluetooth-om"</string> </resources> diff --git a/android/app/res/values-b+sr+Latn/strings_pbap.xml b/android/app/res/values-b+sr+Latn/strings_pbap.xml index 3f29ff0a46..4e7ee77aef 100644 --- a/android/app/res/values-b+sr+Latn/strings_pbap.xml +++ b/android/app/res/values-b+sr+Latn/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Unesite ključ sesije za %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Potreban je ključ sesije za Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Isteklo je vreme za prihvatanje veze sa uređajem %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Isteklo je vreme za unos ključa sesije pomoću %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Zahtev za potvrdu identiteta preko Obex protokola"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ključ sesije"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Unesite ključ sesije za %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Oprema za automobil"</string> - <string name="unknownName" msgid="2841414754740600042">"Nepoznato ime"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Moje ime"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Deljenje kontakata preko Bluetooth-a"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Unesite ključ sesije za %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Potreban je ključ sesije za Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Isteklo je vreme za prihvatanje veze sa uređajem %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Isteklo je vreme za unos ključa sesije pomoću %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Zahtev za potvrdu identiteta preko Obex protokola"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ključ sesije"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Unesite ključ sesije za %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Oprema za automobil"</string> + <string name="unknownName" msgid="6755061296103155293">"Nepoznato ime"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Moje ime"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Deljenje kontakata preko Bluetooth-a"</string> </resources> diff --git a/android/app/res/values-b+sr+Latn/strings_pbap_client.xml b/android/app/res/values-b+sr+Latn/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-b+sr+Latn/strings_pbap_client.xml +++ b/android/app/res/values-b+sr+Latn/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-b+sr+Latn/strings_sap.xml b/android/app/res/values-b+sr+Latn/strings_sap.xml index 7e36fb93ba..418c715f70 100644 --- a/android/app/res/values-b+sr+Latn/strings_sap.xml +++ b/android/app/res/values-b+sr+Latn/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Pristup SIM kartici preko Bluetooth-a"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Pristup SIM kartici preko Bluetooth-a"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Želite li da pošaljete klijentu zahtev za prekid veze?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Čeka se da klijent prekine vezu"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Prekini vezu"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Prinudno prekini vezu"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Pristup SIM kartici preko Bluetooth-a"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Pristup SIM kartici preko Bluetooth-a"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Želite li da pošaljete klijentu zahtev za prekid veze?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Čeka se da klijent prekine vezu"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Prekini vezu"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Prinudno prekini vezu"</string> </resources> diff --git a/android/app/res/values-b+sr+Latn/test_strings.xml b/android/app/res/values-b+sr+Latn/test_strings.xml index 6a3691fe35..b5938428ec 100644 --- a/android/app/res/values-b+sr+Latn/test_strings.xml +++ b/android/app/res/values-b+sr+Latn/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Umetni zapis"</string> - <string name="update_record" msgid="2480425402384910635">"Potvrdi zapis"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack zapis"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Izbriši sve zapise"</string> - <string name="ok_button" msgid="6519033415223065454">"Potvrdi"</string> - <string name="delete_record" msgid="4645040331967533724">"Izbriši zapis"</string> - <string name="start_server" msgid="9034821924409165795">"Pokreni TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Obavesti TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Umetni zapis"</string> + <string name="update_record" msgid="7201772850942641237">"Potvrdi zapis"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack zapis"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Izbriši sve zapise"</string> + <string name="ok_button" msgid="719865942400179601">"Potvrdi"</string> + <string name="delete_record" msgid="5713885957446255270">"Izbriši zapis"</string> + <string name="start_server" msgid="134483798422082514">"Pokreni TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Obavesti TCP server"</string> </resources> diff --git a/android/app/res/values-be/strings.xml b/android/app/res/values-be/strings.xml index 7ac4be3de3..a69bd725c6 100644 --- a/android/app/res/values-be/strings.xml +++ b/android/app/res/values-be/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Доступ да Менеджара спамповак."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Дазваляе прыкладанням атрымліваць доступ да менеджэра BluetoothShare і выкарыстоўваць яго для перадачы файлаў."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Уносьце ў белы спіс прылады з Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Дазваляе праграме часова ўносіць у белы спіс прылады з Bluetooth, дазваляючы ім адпраўляць файлы на гэтую прыладу без пацвярджэння карыстальніка."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Невядомая прылада"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Невядомы"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Рэжым палёту"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Вы не можаце выкарыстоўваць Bluetooth у рэжыме палёту."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Каб выкарыстоўваць перадачу праз Bluetooth, спачатку неабходна ўключыць Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Уключыць Bluetooth зараз?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Скасаваць"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Уключыць"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Перадача файлаў"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Прыняць уваходны файл?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Адхіліць"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Прыняць"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ОК"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Тайм-аўт прыняцця ўваходнага файла ад адпраўніка \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Уваходны файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> гатовы(-ая) адправіць <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Перадача праз Bluetooth: атрыманне файла <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Перадача праз Bluetooth: атрыманы файл <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Перадача прз Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не атрыманы"</string> - <string name="notification_sending" msgid="3035748958534983833">"Перадача праз Bluetooth: адпраўка файла <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Перадача праз Bluetooth: адпраўлены файл <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Завершана 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Перадача праз Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не адпраўлены"</string> - <string name="download_title" msgid="3353228219772092586">"Перадача файлаў"</string> - <string name="download_line1" msgid="4926604799202134144">"Ад: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Памер файла: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Атрыманне файла..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Спыніць"</string> - <string name="download_ok" msgid="5000360731674466039">"Схаваць"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Ад каго:"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Назва файла"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Памер"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файл не атрыманы"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Прычына: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ОК"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файл атрыманы"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Адкрыць"</string> - <string name="upload_line1" msgid="2055952074059709052">"Каму: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Тып файла: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Адпраўка файла..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файл адпраўлены"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ОК"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файл не адпраўлены атрымальніку \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Закрыць"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ОК"</string> - <string name="unknown_file" msgid="6092727753965095366">"Невядомы файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Няма прыкладанняў для апрацоўкі файлаў гэтага тыпу. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"няма файла"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Файл не існуе. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Чакайце..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Уключэнне Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Файл будзе атрыманы. Сачыце за прагрэсам на панэлі апавяшчэнняў."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Немагчыма атрымаць файл."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Атрыманне файла ад адпраўніка \"<xliff:g id="SENDER">%1$s</xliff:g>\" спыненае"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Адпраўка файла атрымальніку \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Адпраўка файлаў (<xliff:g id="NUMBER">%1$s</xliff:g>) атрымальніку \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Адпраўка файла атрымальніку \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" спыненая"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"У USB-сховішчы недастаткова месца, каб захаваць файл."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"На SD-карце недастаткова месца, каб захаваць файл."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Спатрэбіцца месца: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Апрацоўваецца занадта шмат запытаў. Паспрабуйце пазней."</string> - <string name="status_pending" msgid="2503691772030877944">"Перадача файла яшчэ не пачалася"</string> - <string name="status_running" msgid="6562808920311008696">"Ідзе перадача файлаў."</string> - <string name="status_success" msgid="239573225847565868">"Перадача файлаў паспяхова завершана."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Змесціва не падтрымліваецца."</string> - <string name="status_forbidden" msgid="613956401054050725">"Перадача забаронена мэтавай прыладай."</string> - <string name="status_canceled" msgid="6664490318773098285">"Перадача адменена карыстальнiкам."</string> - <string name="status_file_error" msgid="3671917770630165299">"Праблема ўнутранага сховiшча"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Няма USB-сховішча."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Няма SD-карты. Устаўце яе, каб захаваць перададзеныя файлы."</string> - <string name="status_connection_error" msgid="947681831523219891">"Няўдалая спроба падключэння."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Запыт не можа быць правільна апрацаваны"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Невядомая памылка."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Атрыманае праз Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Абагульванне праз Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Атрыманне завершанае: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Адпраўленне завершана: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Уваходныя перадачы"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Выходныя перадачы"</string> - <string name="no_transfers" msgid="3482965619151865672">"Гісторыя перадач пустая."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Усе элементы будуць выдаленыя са спісу."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Перадача праз Bluetooth: адпраўленыя файлы"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Перадача праз Bluetooth: атрыманыя файлы"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Доступ да Менеджара спамповак."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Дазваляе прыкладанням атрымліваць доступ да менеджэра BluetoothShare і выкарыстоўваць яго для перадачы файлаў."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Уносьце ў белы спіс прылады з Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Дазваляе праграме часова ўносіць у белы спіс прылады з Bluetooth, дазваляючы ім адпраўляць файлы на гэтую прыладу без пацвярджэння карыстальніка."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Невядомая прылада"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Невядомы"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Рэжым палёту"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Вы не можаце выкарыстоўваць Bluetooth у рэжыме палёту."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Каб выкарыстоўваць перадачу праз Bluetooth, спачатку неабходна ўключыць Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Уключыць Bluetooth зараз?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Скасаваць"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Уключыць"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Перадача файлаў"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Прыняць уваходны файл?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Адхіліць"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Прыняць"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ОК"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Тайм-аўт прыняцця ўваходнага файла ад адпраўніка \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Уваходны файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> збіраецца адправіць файл <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Перадача праз Bluetooth: атрыманне файла <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Перадача праз Bluetooth: атрыманы файл <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Перадача прз Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не атрыманы"</string> + <string name="notification_sending" msgid="8269912843286868700">"Перадача праз Bluetooth: адпраўка файла <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Перадача праз Bluetooth: адпраўлены файл <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Завершана 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Перадача праз Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не адпраўлены"</string> + <string name="download_title" msgid="6449408649671518102">"Перадача файлаў"</string> + <string name="download_line1" msgid="6449220145685308846">"Ад: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Памер файла: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Атрыманне файла..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Спыніць"</string> + <string name="download_ok" msgid="2404442707314575833">"Схаваць"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Ад каго:"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Назва файла"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Памер"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файл не атрыманы"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Прычына: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ОК"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файл атрыманы"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Адкрыць"</string> + <string name="upload_line1" msgid="1912803923255989287">"Каму: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Тып файла: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Адпраўка файла..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файл адпраўлены"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ОК"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файл не адпраўлены атрымальніку \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Закрыць"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ОК"</string> + <string name="unknown_file" msgid="3719981572107052685">"Невядомы файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Няма прыкладанняў для апрацоўкі файлаў гэтага тыпу. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"няма файла"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Файл не існуе. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Чакайце..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Уключэнне Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Файл будзе атрыманы. Сачыце за прагрэсам на панэлі апавяшчэнняў."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Немагчыма атрымаць файл."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Атрыманне файла ад адпраўніка \"<xliff:g id="SENDER">%1$s</xliff:g>\" спыненае"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Адпраўка файла атрымальніку \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Адпраўка файлаў (<xliff:g id="NUMBER">%1$s</xliff:g>) атрымальніку \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Адпраўка файла атрымальніку \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" спыненая"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"У USB-сховішчы недастаткова месца, каб захаваць файл."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"На SD-карце недастаткова месца, каб захаваць файл."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Спатрэбіцца месца: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Апрацоўваецца занадта шмат запытаў. Паспрабуйце пазней."</string> + <string name="status_pending" msgid="4781040740237733479">"Перадача файла яшчэ не пачалася"</string> + <string name="status_running" msgid="7419075903776657351">"Ідзе перадача файлаў."</string> + <string name="status_success" msgid="7963589000098719541">"Перадача файлаў паспяхова завершана."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Змесціва не падтрымліваецца."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Перадача забаронена мэтавай прыладай."</string> + <string name="status_canceled" msgid="8441679418717978515">"Перадача адменена карыстальнiкам."</string> + <string name="status_file_error" msgid="5379018888714679311">"Праблема ўнутранага сховiшча"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Няма USB-сховішча."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Няма SD-карты. Устаўце яе, каб захаваць перададзеныя файлы."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Няўдалая спроба падключэння."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Запыт не можа быць правільна апрацаваны"</string> + <string name="status_unknown_error" msgid="314676481744304866">"Невядомая памылка."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Атрыманае праз Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Абагульванне праз Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Атрыманне завершанае: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Адпраўленне завершана: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Уваходныя перадачы"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Выходныя перадачы"</string> + <string name="no_transfers" msgid="740521199933899821">"Гісторыя перадач пустая."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Усе элементы будуць выдаленыя са спісу."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Перадача праз Bluetooth: адпраўленыя файлы"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Перадача праз Bluetooth: атрыманыя файлы"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> беспаспяховы.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> беспаспяховыя.</item> <item quantity="many"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> беспаспяховых.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> беспаспяховага.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> паспяховы, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> паспяховыя, %2$s</item> <item quantity="many"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> паспяховых, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> паспяховага, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Ачысціць спіс"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Адкрыць"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Выдаліць са спісу"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Ачысціць"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Цяпер іграе"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Захаваць"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Скасаваць"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Выберыце ўліковыя запісы, якія вы хочаце абагульваць па Bluetooth. Тым не менш, вам давядзецца асобна даваць кожны доступ пры падлучэнні."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Засталося слотаў:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Значок праграмы"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Налады агульнага доступу да паведамленняў па Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Немагчыма выбраць уліковы запіс. Засталося 0 слотаў"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-аўдыя падключана"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-аўдыя адключана"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-аўдыя"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Немагчыма перадаць файлы, большыя за 4 ГБ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Падключыцца да Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Ачысціць спіс"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Адкрыць"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Выдаліць са спісу"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Ачысціць"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Цяпер іграе"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Захаваць"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Скасаваць"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Выберыце ўліковыя запісы, якія вы хочаце абагульваць па Bluetooth. Тым не менш, вам давядзецца асобна даваць кожны доступ пры падлучэнні."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Засталося слотаў:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Значок праграмы"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Налады агульнага доступу да паведамленняў па Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Немагчыма выбраць уліковы запіс. Засталося 0 слотаў"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-аўдыя падключана"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-аўдыя адключана"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-аўдыя"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Немагчыма перадаць файлы, большыя за 4 ГБ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Падключыцца да Bluetooth"</string> </resources> diff --git a/android/app/res/values-be/strings_pbap.xml b/android/app/res/values-be/strings_pbap.xml index 9b0fa31e55..87a85ac08c 100644 --- a/android/app/res/values-be/strings_pbap.xml +++ b/android/app/res/values-be/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Увядзіце ключ сеансу для %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Патрэбны ключ для сеанса перадачы праз Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Тайм-аўт прыёму злучэння з %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Таўм-аўт уводу ключа сеансу з %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Запыт на аўтэнтыфікацыю Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ключ сесіі"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Увядзіце ключ сеансу для %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Невядомае імя"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Маё імя"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Абагульванне кантактаў праз Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Увядзіце ключ сеансу для %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Патрэбны ключ для сеанса перадачы праз Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Тайм-аўт прыёму злучэння з %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Таўм-аўт уводу ключа сеансу з %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Запыт на аўтэнтыфікацыю Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ключ сесіі"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Увядзіце ключ сеансу для %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Невядомае імя"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Маё імя"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Абагульванне кантактаў праз Bluetooth"</string> </resources> diff --git a/android/app/res/values-be/strings_pbap_client.xml b/android/app/res/values-be/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-be/strings_pbap_client.xml +++ b/android/app/res/values-be/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-be/strings_sap.xml b/android/app/res/values-be/strings_sap.xml index 59d52ce8cd..184115525e 100644 --- a/android/app/res/values-be/strings_sap.xml +++ b/android/app/res/values-be/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Доступ да SIM па Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Доступ да SIM па Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Запытаць адлучэнне кліента?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Чаканне адлучэння кліента"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Адключыць"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Прымусовае адлучэнне"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Доступ да SIM па Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Доступ да SIM па Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Запытаць адлучэнне кліента?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Чаканне адлучэння кліента"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Адключыць"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Прымусовае адлучэнне"</string> </resources> diff --git a/android/app/res/values-be/test_strings.xml b/android/app/res/values-be/test_strings.xml index cd5736d949..54819d7fd2 100644 --- a/android/app/res/values-be/test_strings.xml +++ b/android/app/res/values-be/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Уставіць запіс"</string> - <string name="update_record" msgid="2480425402384910635">"Пацвердзіць запіс"</string> - <string name="ack_record" msgid="6716152390978472184">"Запіс"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Выдаліць усе запісы"</string> - <string name="ok_button" msgid="6519033415223065454">"ОК"</string> - <string name="delete_record" msgid="4645040331967533724">"Выдаліць запіс"</string> - <string name="start_server" msgid="9034821924409165795">"Запусціць сервер TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Апавясцiць сервер TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Уставіць запіс"</string> + <string name="update_record" msgid="7201772850942641237">"Пацвердзіць запіс"</string> + <string name="ack_record" msgid="2404738476192250210">"Запіс"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Выдаліць усе запісы"</string> + <string name="ok_button" msgid="719865942400179601">"ОК"</string> + <string name="delete_record" msgid="5713885957446255270">"Выдаліць запіс"</string> + <string name="start_server" msgid="134483798422082514">"Запусціць сервер TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Апавясцiць сервер TCP"</string> </resources> diff --git a/android/app/res/values-bg/strings.xml b/android/app/res/values-bg/strings.xml index dc3a85543a..69ed7bf8e1 100644 --- a/android/app/res/values-bg/strings.xml +++ b/android/app/res/values-bg/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Достъп до диспечера за изтегляне."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Дава на приложението достъп и възможност за прехвърляне на файлове с диспечера за BluetoothShare."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Достъп до устройство с Bluetooth, поставено в списъка за приемане."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Разрешава на приложението временно да постави в списъка за приемане устройство с Bluetooth, позволявайки му да изпраща файлове до това устройство без потвърждение от потребителя."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Неизвестно устройство"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Неизвестно"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Самолетен режим"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Не можете да използвате Bluetooth в самолетен режим."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Първо трябва да включите Bluetooth, за да използвате услугите му."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Включване на Bluetooth сега?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Отказ"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Включване"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Прехвърляне на файл"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Да се приеме ли входящият файл?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Отхвърляне"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Приемане"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Времето за изчакване изтече при приемането на входящ файл от „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Входящ файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> има готовност да изпрати „<xliff:g id="FILE">%2$s</xliff:g>“"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се получава"</string> - <string name="notification_received" msgid="3324588019186687985">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се получи"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Споделяне чрез Bluetooth: Файлът <xliff:g id="FILE">%1$s</xliff:g> не е получен"</string> - <string name="notification_sending" msgid="3035748958534983833">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се изпраща"</string> - <string name="notification_sent" msgid="9218710861333027778">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се изпрати"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% завършено"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Споделяне чрез Bluetooth: Файлът <xliff:g id="FILE">%1$s</xliff:g> не е изпратен"</string> - <string name="download_title" msgid="3353228219772092586">"Прехвърляне на файл"</string> - <string name="download_line1" msgid="4926604799202134144">"От: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Размер на файла: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Файлът се получава..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Стоп"</string> - <string name="download_ok" msgid="5000360731674466039">"Скриване"</string> - <string name="incoming_line1" msgid="2127419875681087545">"От"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Име на файла"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Размер"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файлът не е получен"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файлът е получен"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Отваряне"</string> - <string name="upload_line1" msgid="2055952074059709052">"До: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"Файлов тип: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Файлът се изпраща..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файлът е изпратен"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файлът не бе изпратен до <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Затваряне"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Неизвестен файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Няма приложение, което работи с този тип файлове. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Няма файл"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Файлът не съществува. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Моля, изчакайте…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth се включва..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Файлът ще бъде получен. Проверете хода в панела за известия."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Файлът не може да бъде получен."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Получаването на файл от „<xliff:g id="SENDER">%1$s</xliff:g>“ спря"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Изпраща се файл до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> файла се изпращат до „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Изпращането на файл до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“ спря"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"В USB хранилището няма достатъчно място за запазване на файла."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"На SD картата няма достатъчно място за запазване на файла."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Необходимо място: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Обработват се твърде много заявки. Опитайте отново по-късно."</string> - <string name="status_pending" msgid="2503691772030877944">"Прехвърлянето на файла още не е започнало."</string> - <string name="status_running" msgid="6562808920311008696">"Извършва се прехвърляне на файл."</string> - <string name="status_success" msgid="239573225847565868">"Прехвърлянето на файла завърши успешно."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Съдържанието не се поддържа."</string> - <string name="status_forbidden" msgid="613956401054050725">"Прехвърлянето е забранено от целевото устройство."</string> - <string name="status_canceled" msgid="6664490318773098285">"Прехвърлянето бе анулирано от потребителя."</string> - <string name="status_file_error" msgid="3671917770630165299">"Проблем с хранилището."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Няма USB хранилище."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Няма SD карта. Поставете такава, за да запазите прехвърлените файлове."</string> - <string name="status_connection_error" msgid="947681831523219891">"Връзката не е успешна."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Заявката не може да бъде обработена правилно."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Неизвестна грешка."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Получено с Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Споделяне през Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> – Получаването завърши."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> – Изпращането завърши."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Входящи прехвърляния"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Изходящи прехвърляния"</string> - <string name="no_transfers" msgid="3482965619151865672">"Историята на прехвърлянията е празна."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Всички елементи ще бъдат премахнати от списъка."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Споделяне чрез Bluetooth: Изпратени файлове"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Споделяне чрез Bluetooth: Получени файлове"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Достъп до диспечера за изтегляне."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Дава на приложението достъп и възможност за прехвърляне на файлове с диспечера за BluetoothShare."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Достъп до устройство с Bluetooth, поставено в списъка за приемане."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Разрешава на приложението временно да постави в списъка за приемане устройство с Bluetooth, позволявайки му да изпраща файлове до това устройство без потвърждение от потребителя."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Неизвестно устройство"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Неизвестно"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Самолетен режим"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Не можете да използвате Bluetooth в самолетен режим."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Първо трябва да включите Bluetooth, за да използвате услугите му."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Включване на Bluetooth сега?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Отказ"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Включване"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Прехвърляне на файл"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Да се приеме ли входящият файл?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Отхвърляне"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Приемане"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Времето за изчакване изтече при приемането на входящ файл от „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Входящ файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> е в готовност за изпращане на файл: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се получава"</string> + <string name="notification_received" msgid="2330252358543000567">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се получи"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Споделяне чрез Bluetooth: Файлът <xliff:g id="FILE">%1$s</xliff:g> не е получен"</string> + <string name="notification_sending" msgid="8269912843286868700">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се изпраща"</string> + <string name="notification_sent" msgid="2685202778935769332">"Споделяне чрез Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> се изпрати"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% завършено"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Споделяне чрез Bluetooth: Файлът <xliff:g id="FILE">%1$s</xliff:g> не е изпратен"</string> + <string name="download_title" msgid="6449408649671518102">"Прехвърляне на файл"</string> + <string name="download_line1" msgid="6449220145685308846">"От: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Размер на файла: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Файлът се получава..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Стоп"</string> + <string name="download_ok" msgid="2404442707314575833">"Скриване"</string> + <string name="incoming_line1" msgid="6342300988329482408">"От"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Име на файла"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Размер"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файлът не е получен"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файлът е получен"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Отваряне"</string> + <string name="upload_line1" msgid="1912803923255989287">"До: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"Файлов тип: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Файлът се изпраща..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файлът е изпратен"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файлът не бе изпратен до <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Затваряне"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Неизвестен файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Няма приложение, което работи с този тип файлове. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Няма файл"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Файлът не съществува. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Моля, изчакайте…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth се включва..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Файлът ще бъде получен. Проверете хода в панела за известия."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Файлът не може да бъде получен."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Получаването на файл от „<xliff:g id="SENDER">%1$s</xliff:g>“ спря"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Изпраща се файл до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> файла се изпращат до „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Изпращането на файл до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“ спря"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"В USB хранилището няма достатъчно място за запазване на файла."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"На SD картата няма достатъчно място за запазване на файла."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Необходимо място: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Обработват се твърде много заявки. Опитайте отново по-късно."</string> + <string name="status_pending" msgid="4781040740237733479">"Прехвърлянето на файла още не е започнало."</string> + <string name="status_running" msgid="7419075903776657351">"Извършва се прехвърляне на файл."</string> + <string name="status_success" msgid="7963589000098719541">"Прехвърлянето на файла завърши успешно."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Съдържанието не се поддържа."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Прехвърлянето е забранено от целевото устройство."</string> + <string name="status_canceled" msgid="8441679418717978515">"Прехвърлянето бе анулирано от потребителя."</string> + <string name="status_file_error" msgid="5379018888714679311">"Проблем с хранилището."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Няма USB хранилище."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Няма SD карта. Поставете такава, за да запазите прехвърлените файлове."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Връзката не е успешна."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Заявката не може да бъде обработена правилно."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Неизвестна грешка."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Получено с Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Споделяне през Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> – Получаването завърши."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> – Изпращането завърши."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Входящи прехвърляния"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Изходящи прехвърляния"</string> + <string name="no_transfers" msgid="740521199933899821">"Историята на прехвърлянията е празна."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Всички елементи ще бъдат премахнати от списъка."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Споделяне чрез Bluetooth: Изпратени файлове"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Споделяне чрез Bluetooth: Получени файлове"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">Неуспешно: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> <item quantity="one">Неуспешно: <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g>.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">Успешно: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> – %2$s</item> <item quantity="one">Успешно: <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> – %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Изчистване на списъка"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Отваряне"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Изчистване от списъка"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Изчистване"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Възпроизвеждано сега съдържание"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Запазване"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Отказ"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Изберете профилите, които искате да споделите през Bluetooth. Пак трябва да приемете достъпа до тях при свързване."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Оставащи слотове:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Икона на приложението"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Настройки за споделяне на съобщения през Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Не може да се избере профил. Остават 0 слота"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Установена е аудиовръзка през Bluetooth"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Аудиовръзката през Bluetooth е прекратена"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Аудио през Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Файловете с размер над 4 ГБ не могат да бъдат прехвърлени"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Свързване с Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Изчистване на списъка"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Отваряне"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Изчистване от списъка"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Изчистване"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Възпроизвеждано сега съдържание"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Запазване"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Отказ"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Изберете профилите, които искате да споделите през Bluetooth. Пак трябва да приемете достъпа до тях при свързване."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Оставащи слотове:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Икона на приложението"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Настройки за споделяне на съобщения през Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Не може да се избере профил. Остават 0 слота"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Установена е аудиовръзка през Bluetooth"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Аудиовръзката през Bluetooth е прекратена"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Аудио през Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Файловете с размер над 4 ГБ не могат да бъдат прехвърлени"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Свързване с Bluetooth"</string> </resources> diff --git a/android/app/res/values-bg/strings_pbap.xml b/android/app/res/values-bg/strings_pbap.xml index 8297f4013f..004c9f190a 100644 --- a/android/app/res/values-bg/strings_pbap.xml +++ b/android/app/res/values-bg/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Въведете ключ за сесия за %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Нужен е ключ за сесия с Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Имаше пауза за приемане на връзка с/ъс %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Имаше пауза за въвеждане на ключ за сесия с/ъс %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Заявка за удостоверяване на Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ключ за сесия"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Въведете ключ за сесия за %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Комплект за автомобил"</string> - <string name="unknownName" msgid="2841414754740600042">"Неизвестно име"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Моето име"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Споделяне на контакта през Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Въведете ключ за сесия за %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Нужен е ключ за сесия с Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Имаше пауза за приемане на връзка с/ъс %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Имаше пауза за въвеждане на ключ за сесия с/ъс %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Заявка за удостоверяване на Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ключ за сесия"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Въведете ключ за сесия за %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Комплект за автомобил"</string> + <string name="unknownName" msgid="6755061296103155293">"Неизвестно име"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Моето име"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Споделяне на контакта през Bluetooth"</string> </resources> diff --git a/android/app/res/values-bg/strings_pbap_client.xml b/android/app/res/values-bg/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-bg/strings_pbap_client.xml +++ b/android/app/res/values-bg/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-bg/strings_sap.xml b/android/app/res/values-bg/strings_sap.xml index 1935a750d8..b2a1980fda 100644 --- a/android/app/res/values-bg/strings_sap.xml +++ b/android/app/res/values-bg/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Достъп до SIM карти през Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Достъп до SIM карти през Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Искате ли да заявите клиентската програма да прекрати връзката?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Изчаква се клиентската програма да прекрати връзката"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Прекратяване на връзката"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Принудително прекратяване на връзката"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Достъп до SIM карти през Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Достъп до SIM карти през Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Искате ли да заявите клиентската програма да прекрати връзката?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Изчаква се клиентската програма да прекрати връзката"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Прекратяване на връзката"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Принудително прекратяване на връзката"</string> </resources> diff --git a/android/app/res/values-bg/test_strings.xml b/android/app/res/values-bg/test_strings.xml index 601b07f727..0f16aaf9b0 100644 --- a/android/app/res/values-bg/test_strings.xml +++ b/android/app/res/values-bg/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Вмъкване на запис"</string> - <string name="update_record" msgid="2480425402384910635">"Потвърждение на записа"</string> - <string name="ack_record" msgid="6716152390978472184">"Запис на Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Изтриване на всички записи"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Изтриване на записа"</string> - <string name="start_server" msgid="9034821924409165795">"Стартиране на TCP сървър"</string> - <string name="notify_server" msgid="4369106744022969655">"Известяване на TCP сървър"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Вмъкване на запис"</string> + <string name="update_record" msgid="7201772850942641237">"Потвърждение на записа"</string> + <string name="ack_record" msgid="2404738476192250210">"Запис на Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Изтриване на всички записи"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Изтриване на записа"</string> + <string name="start_server" msgid="134483798422082514">"Стартиране на TCP сървър"</string> + <string name="notify_server" msgid="8832385166935137731">"Известяване на TCP сървър"</string> </resources> diff --git a/android/app/res/values-bn/strings.xml b/android/app/res/values-bn/strings.xml index f0176a637d..00bee19078 100644 --- a/android/app/res/values-bn/strings.xml +++ b/android/app/res/values-bn/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ডাউনলোড ম্যানেজার অ্যাক্সেস করুন।"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"অ্যাপ্লিকেশানটিকে BluetoothShare ম্যানেজার অ্যাক্সেস করতে ও ফাইলগুলি স্থানান্তর করতে এটি ব্যবহার করার অনুমতি দেয়।"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"অ্যাক্সেপ্ট করা হয়েছে এমন তালিকাভুক্ত ব্লুটুথ ডিভাইসের অ্যাক্সেস।"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"অ্যাপটিকে অস্থায়ীভাবে কোনও ব্লুটুথ ডিভাইসকে অ্যাক্সেপ্ট করা হয়েছে এমন তালিকায় অন্তর্ভুক্ত করার অনুমতি দেয়, যার ফলে ব্যবহারকারীর নিশ্চিতকরণ ছাড়াই ওই ডিভাইস থেকে এই ডিভাইসে ফাইল পাঠানো যায়।"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ব্লুটুথ"</string> - <string name="unknown_device" msgid="9221903979877041009">"অজানা ডিভাইস"</string> - <string name="unknownNumber" msgid="4994750948072751566">"অজানা"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"বিমান মোড"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"আপনি বিমান মোডে ব্লুটুথ ব্যবহার করতে পারবেন না।"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ব্লুটুথ পরিষেবাগুলি ব্যবহার করার জন্য আপনাকে অবশ্যই প্রথমে ব্লুটুথ চালু করতে হবে।"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"এখন ব্লুটুথ চালু করবেন?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"বাতিল করুন"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"চালু করুন"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ফাইল ট্রান্সফার"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"আগত ফাইল স্বীকার করবেন?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"অস্বীকার করুন"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"স্বীকার করুন"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ঠিক আছে"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" এর থেকে ইনকামিং ফাইল গ্রহণ করার সময় অতিবাহিত হয়ে গেছে।"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"আগত ফাইল"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> পাঠানোর জন্য প্রস্তুত"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> প্রাপ্ত করা হচ্ছে"</string> - <string name="notification_received" msgid="3324588019186687985">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> প্রাপ্ত করা হয়েছে"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> ফাইল প্রাপ্ত করা হয়নি"</string> - <string name="notification_sending" msgid="3035748958534983833">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> পাঠানো হচ্ছে"</string> - <string name="notification_sent" msgid="9218710861333027778">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> পাঠানো হয়েছে"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"১০০% সম্পূর্ণ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> ফাইল পাঠানো হয়নি"</string> - <string name="download_title" msgid="3353228219772092586">"ফাইল ট্রান্সফার"</string> - <string name="download_line1" msgid="4926604799202134144">"প্রেরক: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ফাইল আকার: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ফাইল প্রাপ্ত হচ্ছে…"</string> - <string name="download_cancel" msgid="9177305996747500768">"থামান"</string> - <string name="download_ok" msgid="5000360731674466039">"লুকান"</string> - <string name="incoming_line1" msgid="2127419875681087545">"প্রেরক"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ফাইলের নাম"</string> - <string name="incoming_line3" msgid="7954237069667474024">"আকার"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ফাইল প্রাপ্ত করা যায়নি"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"কারণ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ঠিক আছে"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ফাইল প্রাপ্ত করা হয়েছে"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"খুলুন"</string> - <string name="upload_line1" msgid="2055952074059709052">"প্রাপক: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ফাইল প্রকার: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ফাইল পাঠানো হচ্ছে..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ফাইল পাঠানো হয়েছে"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ঠিক আছে"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" কে ফাইলটি পাঠানো হয়নি।"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"বন্ধ করুন"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ঠিক আছে"</string> - <string name="unknown_file" msgid="6092727753965095366">"অজানা ফাইল"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"এই ধরণের ফাইল পরিচালনা করার জন্য কোনো অ্যাপ্লিকেশন নেই। \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"কোনো ফাইল নেই"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ফাইলটির অস্তিত্ব নেই। \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"দয়া করে অপেক্ষা করুন..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ব্লুটুথ চালু করা হচ্ছে..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"ফাইল প্রাপ্ত করা হবে। বিজ্ঞপ্তি প্যানেলে প্রগতি চেক করুন।"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ফাইল প্রাপ্ত করা যাবে না।"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" এর থেকে ফাইল পাওয়া বন্ধ করা হয়েছে"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" কে ফাইল পাঠানো হচ্ছে"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" কে <xliff:g id="NUMBER">%1$s</xliff:g>টি ফাইল পাঠানো হচ্ছে"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" কে ফাইল পাঠানো বন্ধ করা হয়েছে"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ফাইল সেভ করার মতো USB স্টোরেজে পর্যাপ্ত স্পেস নেই।"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ফাইল সেভ করার মতো এসডি কার্ডে পর্যাপ্ত স্পেস নেই।"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"জায়গা প্রয়োজন: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"অনেকগুলি অনুরোধ প্রক্রিয়া করা হচ্ছে৷ পরে আবার চেষ্টা করুন৷"</string> - <string name="status_pending" msgid="2503691772030877944">"ফাইল ট্রান্সফার করা এখনও শুরু হয়নি।"</string> - <string name="status_running" msgid="6562808920311008696">"ফাইল ট্রান্সফার করা চলছে।"</string> - <string name="status_success" msgid="239573225847565868">"ফাইল ট্রান্সফার সফলভাবে সম্পন্ন হয়েছে।"</string> - <string name="status_not_accept" msgid="1695082417193780738">"কন্টেন্ট সমর্থিত নয়।"</string> - <string name="status_forbidden" msgid="613956401054050725">"টার্গেট ডিভাইস দ্বারা ট্রান্সফার নিষিদ্ধ করা হয়েছে।"</string> - <string name="status_canceled" msgid="6664490318773098285">"ব্যবহারকারী দ্বারা ট্রান্সফার বাতিল করা হয়েছে।"</string> - <string name="status_file_error" msgid="3671917770630165299">"স্টোরেজ সমস্যা।"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"কোনও ইউএসবি স্টোরেজ নেই।"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"কোনও এসডি কার্ড নেই। ট্রান্সফার করা ফাইলগুলি সেভ করতে এসডি কার্ড যোগ করুন।"</string> - <string name="status_connection_error" msgid="947681831523219891">"সংযোগ অসফল।"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"অনুরোধ সঠিকভাবে পরিচালনা করা যাবে না।"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"অজানা ত্রুটি৷"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ব্লুটুথ প্রাপ্তি"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ব্লুটুথ শেয়ার"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> প্রাপ্ত করা সম্পূর্ণ।"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> পাঠানো সম্পূর্ণ।"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"অন্তরমূখী স্থানান্তরগুলি"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"বহির্গামী স্থানান্তরগুলি"</string> - <string name="no_transfers" msgid="3482965619151865672">"ট্রান্সফার করার ইতিহাস খালি।"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"তালিকা থেকে সমস্ত আইটেম সাফ করা হবে।"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ব্লুটুথ share: পাঠানো ফাইলগুলি"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ব্লুটুথ share: প্রাপ্ত করা ফাইলগুলি"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ডাউনলোড ম্যানেজার অ্যাক্সেস করুন।"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"অ্যাপ্লিকেশানটিকে BluetoothShare ম্যানেজার অ্যাক্সেস করতে ও ফাইলগুলি স্থানান্তর করতে এটি ব্যবহার করার অনুমতি দেয়।"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"অ্যাক্সেপ্ট করা হয়েছে এমন তালিকাভুক্ত ব্লুটুথ ডিভাইসের অ্যাক্সেস।"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"অ্যাপটিকে অস্থায়ীভাবে কোনও ব্লুটুথ ডিভাইসকে অ্যাক্সেপ্ট করা হয়েছে এমন তালিকায় অন্তর্ভুক্ত করার অনুমতি দেয়, যার ফলে ব্যবহারকারীর নিশ্চিতকরণ ছাড়াই ওই ডিভাইস থেকে এই ডিভাইসে ফাইল পাঠানো যায়।"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ব্লুটুথ"</string> + <string name="unknown_device" msgid="2317679521750821654">"অজানা ডিভাইস"</string> + <string name="unknownNumber" msgid="1245183329830158661">"অজানা"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"বিমান মোড"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"আপনি বিমান মোডে ব্লুটুথ ব্যবহার করতে পারবেন না।"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ব্লুটুথ পরিষেবাগুলি ব্যবহার করার জন্য আপনাকে অবশ্যই প্রথমে ব্লুটুথ চালু করতে হবে।"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"এখন ব্লুটুথ চালু করবেন?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"বাতিল করুন"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"চালু করুন"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ফাইল ট্রান্সফার"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"আগত ফাইল স্বীকার করবেন?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"অস্বীকার করুন"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"স্বীকার করুন"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ঠিক আছে"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" এর থেকে ইনকামিং ফাইল গ্রহণ করার সময় অতিবাহিত হয়ে গেছে।"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"আগত ফাইল"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> এবার ফাইল পাঠাতে পারবে: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> প্রাপ্ত করা হচ্ছে"</string> + <string name="notification_received" msgid="2330252358543000567">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> প্রাপ্ত করা হয়েছে"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> ফাইল প্রাপ্ত করা হয়নি"</string> + <string name="notification_sending" msgid="8269912843286868700">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> পাঠানো হচ্ছে"</string> + <string name="notification_sent" msgid="2685202778935769332">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> পাঠানো হয়েছে"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"১০০% সম্পূর্ণ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ব্লুটুথ share: <xliff:g id="FILE">%1$s</xliff:g> ফাইল পাঠানো হয়নি"</string> + <string name="download_title" msgid="6449408649671518102">"ফাইল ট্রান্সফার"</string> + <string name="download_line1" msgid="6449220145685308846">"প্রেরক: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ফাইল আকার: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ফাইল প্রাপ্ত হচ্ছে…"</string> + <string name="download_cancel" msgid="1705762428762702342">"থামান"</string> + <string name="download_ok" msgid="2404442707314575833">"লুকান"</string> + <string name="incoming_line1" msgid="6342300988329482408">"প্রেরক"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ফাইলের নাম"</string> + <string name="incoming_line3" msgid="8630078246326525633">"আকার"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ফাইল প্রাপ্ত করা যায়নি"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"কারণ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ঠিক আছে"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ফাইল প্রাপ্ত করা হয়েছে"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"খুলুন"</string> + <string name="upload_line1" msgid="1912803923255989287">"প্রাপক: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ফাইল প্রকার: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ফাইল পাঠানো হচ্ছে..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ফাইল পাঠানো হয়েছে"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ঠিক আছে"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" কে ফাইলটি পাঠানো হয়নি।"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ফাইল: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"বন্ধ করুন"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ঠিক আছে"</string> + <string name="unknown_file" msgid="3719981572107052685">"অজানা ফাইল"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"এই ধরণের ফাইল পরিচালনা করার জন্য কোনো অ্যাপ্লিকেশন নেই। \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"কোনো ফাইল নেই"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ফাইলটির অস্তিত্ব নেই। \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"দয়া করে অপেক্ষা করুন..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ব্লুটুথ চালু করা হচ্ছে..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ফাইল প্রাপ্ত করা হবে। বিজ্ঞপ্তি প্যানেলে প্রগতি চেক করুন।"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ফাইল প্রাপ্ত করা যাবে না।"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" এর থেকে ফাইল পাওয়া বন্ধ করা হয়েছে"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" কে ফাইল পাঠানো হচ্ছে"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" কে <xliff:g id="NUMBER">%1$s</xliff:g>টি ফাইল পাঠানো হচ্ছে"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" কে ফাইল পাঠানো বন্ধ করা হয়েছে"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ফাইল সেভ করার মতো USB স্টোরেজে পর্যাপ্ত স্পেস নেই।"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ফাইল সেভ করার মতো এসডি কার্ডে পর্যাপ্ত স্পেস নেই।"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"জায়গা প্রয়োজন: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"অনেকগুলি অনুরোধ প্রক্রিয়া করা হচ্ছে৷ পরে আবার চেষ্টা করুন৷"</string> + <string name="status_pending" msgid="4781040740237733479">"ফাইল ট্রান্সফার করা এখনও শুরু হয়নি।"</string> + <string name="status_running" msgid="7419075903776657351">"ফাইল ট্রান্সফার করা চলছে।"</string> + <string name="status_success" msgid="7963589000098719541">"ফাইল ট্রান্সফার সফলভাবে সম্পন্ন হয়েছে।"</string> + <string name="status_not_accept" msgid="1165798802740579658">"কন্টেন্ট সমর্থিত নয়।"</string> + <string name="status_forbidden" msgid="4017060451358837245">"টার্গেট ডিভাইস দ্বারা ট্রান্সফার নিষিদ্ধ করা হয়েছে।"</string> + <string name="status_canceled" msgid="8441679418717978515">"ব্যবহারকারী দ্বারা ট্রান্সফার বাতিল করা হয়েছে।"</string> + <string name="status_file_error" msgid="5379018888714679311">"স্টোরেজ সমস্যা।"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"কোনও ইউএসবি স্টোরেজ নেই।"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"কোনও এসডি কার্ড নেই। ট্রান্সফার করা ফাইলগুলি সেভ করতে এসডি কার্ড যোগ করুন।"</string> + <string name="status_connection_error" msgid="8253709700568062220">"সংযোগ অসফল।"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"অনুরোধ সঠিকভাবে পরিচালনা করা যাবে না।"</string> + <string name="status_unknown_error" msgid="314676481744304866">"অজানা ত্রুটি৷"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ব্লুটুথ প্রাপ্তি"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ব্লুটুথ শেয়ার"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> প্রাপ্ত করা সম্পূর্ণ।"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> পাঠানো সম্পূর্ণ।"</string> + <string name="inbound_history_title" msgid="189623888169624862">"অন্তরমূখী স্থানান্তরগুলি"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"বহির্গামী স্থানান্তরগুলি"</string> + <string name="no_transfers" msgid="740521199933899821">"ট্রান্সফার করার ইতিহাস খালি।"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"তালিকা থেকে সমস্ত আইটেম সাফ করা হবে।"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ব্লুটুথ share: পাঠানো ফাইলগুলি"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ব্লুটুথ share: প্রাপ্ত করা ফাইলগুলি"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>টি অসফল হয়েছে৷</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>টি অসফল হয়েছে৷</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>টি সফল হয়েছে, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>টি সফল হয়েছে, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"তালিকা সাফ করুন"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"খুলুন"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"তালিকা থেকে সাফ করুন"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"সাফ করুন"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"এখন চলছে"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"সেভ করুন"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"বাতিল করুন"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"আপনি ব্লুটুথ এর মাধ্যমে যে অ্যাকাউন্টগুলি শেয়ার করতে চান সেগুলি বেছে নিন। সংযোগের সময়ে আপনাকে এখনো অ্যাকাউন্টের যে কোনো অ্যাক্সেস গ্রহণ করতে হবে।"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"যে স্লটগুলি বাকি আছে:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"অ্যাপ্লিকেশান আইকন"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ব্লুটুথ মারফত মেসেজ শেয়ার করার সেটিংস"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"অ্যাকাউন্ট নির্বাচন করা যাচ্ছে না। ০টি স্লট বাকি আছে"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ব্লুটুথ অডিও সংযুক্ত হয়েছে"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ব্লুটুথ অডিওর সংযোগ বিচ্ছিন্ন হয়েছে"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ব্লুটুথ অডিও"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"৪GB থেকে বড় ফটো ট্রান্সফার করা যাবে না"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ব্লুটুথের সাথে কানেক্ট করুন"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"তালিকা সাফ করুন"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"খুলুন"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"তালিকা থেকে সাফ করুন"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"সাফ করুন"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"এখন চলছে"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"সেভ করুন"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"বাতিল করুন"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"আপনি ব্লুটুথ এর মাধ্যমে যে অ্যাকাউন্টগুলি শেয়ার করতে চান সেগুলি বেছে নিন। সংযোগের সময়ে আপনাকে এখনো অ্যাকাউন্টের যে কোনো অ্যাক্সেস গ্রহণ করতে হবে।"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"যে স্লটগুলি বাকি আছে:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"অ্যাপ্লিকেশান আইকন"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ব্লুটুথ মারফত মেসেজ শেয়ার করার সেটিংস"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"অ্যাকাউন্ট নির্বাচন করা যাচ্ছে না। ০টি স্লট বাকি আছে"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ব্লুটুথ অডিও সংযুক্ত হয়েছে"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ব্লুটুথ অডিওর সংযোগ বিচ্ছিন্ন হয়েছে"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ব্লুটুথ অডিও"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"৪GB থেকে বড় ফটো ট্রান্সফার করা যাবে না"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ব্লুটুথের সাথে কানেক্ট করুন"</string> </resources> diff --git a/android/app/res/values-bn/strings_pbap.xml b/android/app/res/values-bn/strings_pbap.xml index f97f21d798..d93abb6921 100644 --- a/android/app/res/values-bn/strings_pbap.xml +++ b/android/app/res/values-bn/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s এর জন্য সেশন কী টাইপ করুন"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ব্লুটুথ সেশন কী প্রয়োজন"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s এর মাধ্যমে সংযোগ স্বীকার করার সময় অতিবাহিত হয়ে গেছে"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s এর মাধ্যেমে সেশন কী ইনপুট করার সময় অতিবাহিত হয়ে গেছে"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex যাচাইকরণ অনুরোধ"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"সেশন কী"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s এর জন্য সেশন কী টাইপ করুন"</string> - <string name="defaultname" msgid="4821590500649090078">"কারকিট"</string> - <string name="unknownName" msgid="2841414754740600042">"অজানা নাম"</string> - <string name="localPhoneName" msgid="2349001318925409159">"আমার নাম"</string> - <string name="defaultnumber" msgid="8520116145890867338">"০০০০০০"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ব্লুটুথ পরিচিতির সাথে শেয়ার করা"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s এর জন্য সেশন কী টাইপ করুন"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ব্লুটুথ সেশন কী প্রয়োজন"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s এর মাধ্যমে সংযোগ স্বীকার করার সময় অতিবাহিত হয়ে গেছে"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s এর মাধ্যেমে সেশন কী ইনপুট করার সময় অতিবাহিত হয়ে গেছে"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex যাচাইকরণ অনুরোধ"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"সেশন কী"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s এর জন্য সেশন কী টাইপ করুন"</string> + <string name="defaultname" msgid="6200530814398805541">"কারকিট"</string> + <string name="unknownName" msgid="6755061296103155293">"অজানা নাম"</string> + <string name="localPhoneName" msgid="9119254982537191352">"আমার নাম"</string> + <string name="defaultnumber" msgid="5348816189286607406">"০০০০০০"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ব্লুটুথ পরিচিতির সাথে শেয়ার করা"</string> </resources> diff --git a/android/app/res/values-bn/strings_pbap_client.xml b/android/app/res/values-bn/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-bn/strings_pbap_client.xml +++ b/android/app/res/values-bn/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-bn/strings_sap.xml b/android/app/res/values-bn/strings_sap.xml index 35329d8fd7..58e5ed4b0d 100644 --- a/android/app/res/values-bn/strings_sap.xml +++ b/android/app/res/values-bn/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ব্লুটুথ সিম -এ অ্যাক্সেস করুন"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ব্লুটুথ সিম -এ অ্যাক্সেস করুন"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ক্লায়েন্ট সংযোগ বিচ্ছিন্ন করার অনুরোধ জানাবেন?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"সংযোগ বিচ্ছিন্ন করতে ক্লায়েন্টের জন্য অপেক্ষা করা"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"সংযোগ বিচ্ছিন্ন করুন"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"জোর করে সংযোগ বিচ্ছিন্ন করুন"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ব্লুটুথ সিম -এ অ্যাক্সেস করুন"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ব্লুটুথ সিম -এ অ্যাক্সেস করুন"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ক্লায়েন্ট সংযোগ বিচ্ছিন্ন করার অনুরোধ জানাবেন?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"সংযোগ বিচ্ছিন্ন করতে ক্লায়েন্টের জন্য অপেক্ষা করা"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"সংযোগ বিচ্ছিন্ন করুন"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"জোর করে সংযোগ বিচ্ছিন্ন করুন"</string> </resources> diff --git a/android/app/res/values-bn/test_strings.xml b/android/app/res/values-bn/test_strings.xml index 65c5331022..60f7742bd3 100644 --- a/android/app/res/values-bn/test_strings.xml +++ b/android/app/res/values-bn/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ব্লুটুথ"</string> - <string name="insert_record" msgid="1450997173838378132">"রেকর্ড ঢোকান"</string> - <string name="update_record" msgid="2480425402384910635">"রেকর্ড নিশ্চিত করুন"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack রেকর্ড"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"সব রেকর্ড মুছে দিন"</string> - <string name="ok_button" msgid="6519033415223065454">"ঠিক আছে"</string> - <string name="delete_record" msgid="4645040331967533724">"রেকর্ড মুছে দিন"</string> - <string name="start_server" msgid="9034821924409165795">"TCP সার্ভার শুরু করুন"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP সার্ভার সূচিত করুন"</string> + <string name="app_name" msgid="7766152617107310582">"ব্লুটুথ"</string> + <string name="insert_record" msgid="4024416351836939752">"রেকর্ড ঢোকান"</string> + <string name="update_record" msgid="7201772850942641237">"রেকর্ড নিশ্চিত করুন"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack রেকর্ড"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"সব রেকর্ড মুছে দিন"</string> + <string name="ok_button" msgid="719865942400179601">"ঠিক আছে"</string> + <string name="delete_record" msgid="5713885957446255270">"রেকর্ড মুছে দিন"</string> + <string name="start_server" msgid="134483798422082514">"TCP সার্ভার শুরু করুন"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP সার্ভার সূচিত করুন"</string> </resources> diff --git a/android/app/res/values-bs/strings.xml b/android/app/res/values-bs/strings.xml index c044d64cb8..74ea3da45b 100644 --- a/android/app/res/values-bs/strings.xml +++ b/android/app/res/values-bs/strings.xml @@ -16,124 +16,124 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Pristupite upravitelju za preuzimanja."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Dozvoljava aplikaciji da pristupa BluetoothShare upravitelju i koristi ga za prenošenje fajlova."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Stavi pristup Bluetooth uređaja na listu prihvaćenih."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Dozvoljava aplikaciji da privremeno stavi Bluetooth uređaj na listu prihvaćenih, čime mu se omogućava da šalje fajlove na ovaj uređaj bez potvrde korisnika."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Nepoznat uređaj"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Nepoznato"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Način rada u avionu"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Ne možete koristiti Bluetooth u načinu rada u avionu."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Da biste koristili Bluetooth usluge, prvo morate uključiti Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Želite uključiti Bluetooth sada?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Otkaži"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Uključi"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Prenošenje fajla"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Prihvatiti dolazni fajl?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Odbij"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Prihvati"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Uredu"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Isteklo je vrijeme prilikom prihvatanja dolaznog fajla koji šalje \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Dolazni fajl"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> sada može poslati <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth dijeljenje: Prima se fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth dijeljenje: Primljen fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth dijeljenje: Fajl <xliff:g id="FILE">%1$s</xliff:g> nije primljen"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth dijeljenje: Slanje fajla <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth dijeljenje: Poslan fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Dovršeno 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth dijeljenje: Fajl <xliff:g id="FILE">%1$s</xliff:g> nije poslan"</string> - <string name="download_title" msgid="3353228219772092586">"Prenošenje fajla"</string> - <string name="download_line1" msgid="4926604799202134144">"Šalje: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fajl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Veličina fajla: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Primanje fajla…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Zaustavi"</string> - <string name="download_ok" msgid="5000360731674466039">"Sakrij"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Šalje"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Naziv fajla"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Veličina"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fajl nije primljen"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fajl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Razlog: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Uredu"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fajl primljen"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Otvori"</string> - <string name="upload_line1" msgid="2055952074059709052">"Prima: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Vrsta fajla: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Slanje fajla…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fajl poslan"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Uredu"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fajl kojeg prima \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" nije poslan."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fajl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zatvori"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Uredu"</string> - <string name="unknown_file" msgid="6092727753965095366">"Nepoznat fajl"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nema aplikacije za rukovanje ovom vrstom fajla. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nema fajla"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Fajl ne postoji. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Pričekajte…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Uključuje se Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fajl će biti primljen. Pratite napredak u Ploči s obavještenjima."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Nije moguće primiti fajl."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Zaustavljeno primanje fajla kojeg šalje \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Slanje fajla kojeg prima \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Slanje <xliff:g id="NUMBER">%1$s</xliff:g> fajl(ov)a, prima \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Zaustavljeno slanje fajla kojeg prima \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Na USB pohrani nema dovoljno prostora da se sačuva ovaj fajl."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Na SD kartici nema dovoljno prostora da se sačuva ovaj fajl."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Potrebni prostor: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Obrađuje se previše zahtjeva. Pokušajte ponovo kasnije."</string> - <string name="status_pending" msgid="2503691772030877944">"Prenošenje fajla još nije započelo."</string> - <string name="status_running" msgid="6562808920311008696">"Prenošenje fajla je u toku."</string> - <string name="status_success" msgid="239573225847565868">"Prenošenje fajla je uspješno dovršeno."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Sadržaj nije podržan."</string> - <string name="status_forbidden" msgid="613956401054050725">"Ciljni uređaj je zabranio prenošenje."</string> - <string name="status_canceled" msgid="6664490318773098285">"Korisnik je otkazao prenošenje."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problem s pohranom."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nema USB pohrane."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nema SD kartice. Umetnite SD karticu kako biste sačuvali prenesene fajlove."</string> - <string name="status_connection_error" msgid="947681831523219891">"Povezivanje nije uspjelo."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Nije moguće pravilno obraditi zahtjev."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Nepoznata greška."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Primljeno putem Bluetootha"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Dijeljenje putem Bluetootha"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Primanje završeno."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Slanje dovršeno."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Dolazna prenošenja"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Odlazna prenošenja"</string> - <string name="no_transfers" msgid="3482965619151865672">"Historija prijenosa je prazna."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Sve stavke će biti izbrisane sa spiska."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth dijeljenje: Poslani fajlovi"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth dijeljenje: Primljeni fajlovi"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Pristupite upravitelju za preuzimanja."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Dozvoljava aplikaciji da pristupa BluetoothShare upravitelju i koristi ga za prenošenje fajlova."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Stavi pristup Bluetooth uređaja na listu prihvaćenih."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Dozvoljava aplikaciji da privremeno stavi Bluetooth uređaj na listu prihvaćenih, čime mu se omogućava da šalje fajlove na ovaj uređaj bez potvrde korisnika."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Nepoznat uređaj"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Nepoznato"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Način rada u avionu"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Ne možete koristiti Bluetooth u načinu rada u avionu."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Da biste koristili usluge Bluetootha, prvo morate uključiti Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Želite uključiti Bluetooth sada?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Otkaži"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Uključi"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Prenošenje fajla"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Prihvatiti dolazni fajl?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Odbij"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Prihvati"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Uredu"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Isteklo je vrijeme prilikom prihvatanja dolaznog fajla koji šalje \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Dolazni fajl"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> je spreman/na za slanje fajla: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth dijeljenje: Prima se fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth dijeljenje: Primljen fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth dijeljenje: Fajl <xliff:g id="FILE">%1$s</xliff:g> nije primljen"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth dijeljenje: Slanje fajla <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth dijeljenje: Poslan fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Dovršeno 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth dijeljenje: Fajl <xliff:g id="FILE">%1$s</xliff:g> nije poslan"</string> + <string name="download_title" msgid="6449408649671518102">"Prenošenje fajla"</string> + <string name="download_line1" msgid="6449220145685308846">"Šalje: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fajl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Veličina fajla: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Primanje fajla…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Zaustavi"</string> + <string name="download_ok" msgid="2404442707314575833">"Sakrij"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Šalje"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Naziv fajla"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Veličina"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fajl nije primljen"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fajl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Razlog: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Uredu"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fajl primljen"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Otvori"</string> + <string name="upload_line1" msgid="1912803923255989287">"Prima: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Vrsta fajla: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Slanje fajla…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fajl poslan"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Uredu"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fajl kojeg prima \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" nije poslan."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fajl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zatvori"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Uredu"</string> + <string name="unknown_file" msgid="3719981572107052685">"Nepoznat fajl"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nema aplikacije za rukovanje ovom vrstom fajla. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nema fajla"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Fajl ne postoji. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Pričekajte…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Uključuje se Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fajl će biti primljen. Pratite napredak u Ploči s obavještenjima."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Nije moguće primiti fajl."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Zaustavljeno primanje fajla kojeg šalje \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Slanje fajla kojeg prima \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Slanje <xliff:g id="NUMBER">%1$s</xliff:g> fajl(ov)a, prima \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Zaustavljeno slanje fajla kojeg prima \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Na USB pohrani nema dovoljno prostora da se sačuva ovaj fajl."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Na SD kartici nema dovoljno prostora da se sačuva ovaj fajl."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Potrebni prostor: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Obrađuje se previše zahtjeva. Pokušajte ponovo kasnije."</string> + <string name="status_pending" msgid="4781040740237733479">"Prenošenje fajla još nije započelo."</string> + <string name="status_running" msgid="7419075903776657351">"Prenošenje fajla je u toku."</string> + <string name="status_success" msgid="7963589000098719541">"Prenošenje fajla je uspješno dovršeno."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Sadržaj nije podržan."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Ciljni uređaj je zabranio prenošenje."</string> + <string name="status_canceled" msgid="8441679418717978515">"Korisnik je otkazao prenošenje."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problem s pohranom."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nema USB pohrane."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nema SD kartice. Umetnite SD karticu kako biste sačuvali prenesene fajlove."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Povezivanje nije uspjelo."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Nije moguće pravilno obraditi zahtjev."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Nepoznata greška."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Primljeno putem Bluetootha"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Dijeljenje putem Bluetootha"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Primanje završeno."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Slanje dovršeno."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Dolazna prenošenja"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Odlazna prenošenja"</string> + <string name="no_transfers" msgid="740521199933899821">"Historija prijenosa je prazna."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Sve stavke će biti izbrisane sa spiska."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth dijeljenje: Poslani fajlovi"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth dijeljenje: Primljeni fajlovi"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspješan.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspješna.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspješnih.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspješan, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspješna, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspješnih, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Obriši spisak"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Otvori"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Obriši sa spiska"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Obriši"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Trenutno se reproducira"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Sačuvaj"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Otkaži"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Odaberite račune koje želite dijeliti preko Bluetootha. I dalje morate prihvatiti bilo koji pristup računima prilikom povezivanja."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Preostalo utora:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikacije"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Postavke za dijeljenje Bluetooth poruka"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Nije moguće odabrati račun. Preostalo je 0 utora"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio je povezan"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio je isključen"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Nije moguće prenijeti fajlove veće od 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Poveži se na Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Obriši spisak"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Otvori"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Obriši sa spiska"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Obriši"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Trenutno se reproducira"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Sačuvaj"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Otkaži"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Odaberite račune koje želite dijeliti preko Bluetootha. I dalje morate prihvatiti bilo koji pristup računima prilikom povezivanja."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Preostalo utora:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikacije"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Postavke za dijeljenje Bluetooth poruka"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Nije moguće odabrati račun. Preostalo je 0 utora"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio je povezan"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio je isključen"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Nije moguće prenijeti fajlove veće od 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Poveži se na Bluetooth"</string> </resources> diff --git a/android/app/res/values-bs/strings_pbap.xml b/android/app/res/values-bs/strings_pbap.xml index 55bbe3c5ac..2f94d05ef7 100644 --- a/android/app/res/values-bs/strings_pbap.xml +++ b/android/app/res/values-bs/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Unesite ključ sesije za uređaj %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Neophodan je ključ za Bluetooth sesiju"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Isteklo je vrijeme za prihvatanje veze sa uređajem %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Isteklo je vrijeme za unošenje ključa sesije sa uređajem %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Zahtjev za Obex autentifikaciju"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ključ sesije"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Unesite ključ sesije za %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Komplet za automobil"</string> - <string name="unknownName" msgid="2841414754740600042">"Nepoznato ime"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Moje ime"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Dijeljenje kontakata putem Bluetootha"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Unesite ključ sesije za uređaj %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Neophodan je ključ za Bluetooth sesiju"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Isteklo je vrijeme za prihvatanje veze sa uređajem %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Isteklo je vrijeme za unošenje ključa sesije sa uređajem %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Zahtjev za Obex autentifikaciju"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ključ sesije"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Unesite ključ sesije za %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Komplet za automobil"</string> + <string name="unknownName" msgid="6755061296103155293">"Nepoznato ime"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Moje ime"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Dijeljenje kontakata putem Bluetootha"</string> </resources> diff --git a/android/app/res/values-bs/strings_pbap_client.xml b/android/app/res/values-bs/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-bs/strings_pbap_client.xml +++ b/android/app/res/values-bs/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-bs/strings_sap.xml b/android/app/res/values-bs/strings_sap.xml index ab906d46f3..8028eb1d18 100644 --- a/android/app/res/values-bs/strings_sap.xml +++ b/android/app/res/values-bs/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth pristup SIM-u"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth pristup SIM-u"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Tražiti od klijenta da prekine vezu?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Čeka se da klijent prekine vezu"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Prekini vezu"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Prisilno prekini vezu"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth pristup SIM-u"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth pristup SIM-u"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Tražiti od klijenta da prekine vezu?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Čeka se da klijent prekine vezu"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Prekini vezu"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Prisilno prekini vezu"</string> </resources> diff --git a/android/app/res/values-bs/test_strings.xml b/android/app/res/values-bs/test_strings.xml index 58738174cb..ba0f8b74f1 100644 --- a/android/app/res/values-bs/test_strings.xml +++ b/android/app/res/values-bs/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Umetni zapis"</string> - <string name="update_record" msgid="2480425402384910635">"Potvrdi zapis"</string> - <string name="ack_record" msgid="6716152390978472184">"Evidencija Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Izbriši svu evidenciju"</string> - <string name="ok_button" msgid="6519033415223065454">"Uredu"</string> - <string name="delete_record" msgid="4645040331967533724">"Izbriši evidenciju"</string> - <string name="start_server" msgid="9034821924409165795">"Pokreni TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Obavijesti TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Umetni zapis"</string> + <string name="update_record" msgid="7201772850942641237">"Potvrdi zapis"</string> + <string name="ack_record" msgid="2404738476192250210">"Evidencija Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Izbriši svu evidenciju"</string> + <string name="ok_button" msgid="719865942400179601">"Uredu"</string> + <string name="delete_record" msgid="5713885957446255270">"Izbriši evidenciju"</string> + <string name="start_server" msgid="134483798422082514">"Pokreni TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Obavijesti TCP server"</string> </resources> diff --git a/android/app/res/values-ca/strings.xml b/android/app/res/values-ca/strings.xml index 7fba707699..9dd7fb9315 100644 --- a/android/app/res/values-ca/strings.xml +++ b/android/app/res/values-ca/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Accediu al gestor de baixades."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permet que l\'aplicació accedeixi al gestor d\'ús compartit de Bluetooth i que l\'utilitzi per transferir fitxers."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Afegeix l\'accés al dispositiu Bluetooth a la llista de permesos."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permet que l\'aplicació col·loqui temporalment en una llista de permesos un dispositiu Bluetooth, cosa que permet que el dispositiu enviï fitxers a aquest dispositiu sense la confirmació de l\'usuari."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositiu desconegut"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Desconegut"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Mode d\'avió"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"No pots utilitzar el Bluetooth en mode d\'avió."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Per utilitzar serveis Bluetooth, primer cal que activeu el Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vols activar el Bluetooth ara?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel·la"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activa"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferència de fitxers"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Acceptes el fitxer entrant?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Rebutja"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accepta"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"D\'acord"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"S\'ha esgotat el temps d\'espera mentre s\'acceptava un fitxer entrant de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Fitxer entrant"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ja pot enviar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth: s\'està rebent <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> rebut"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> no rebut"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth: s\'està enviant <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviat"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% complet"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> no enviat"</string> - <string name="download_title" msgid="3353228219772092586">"Transferència de fitxers"</string> - <string name="download_line1" msgid="4926604799202134144">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fitxer: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Mida del fitxer: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"S\'està rebent un fitxer..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Atura"</string> - <string name="download_ok" msgid="5000360731674466039">"Amaga"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nom del fitxer"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Mida"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"No s\'ha rebut el fitxer"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fitxer: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motiu: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"D\'acord"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"S\'ha rebut el fitxer"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Obre"</string> - <string name="upload_line1" msgid="2055952074059709052">"Per a: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipus de fitxer: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"S\'està enviant el fitxer..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"S\'ha enviat el fitxer"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"D\'acord"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"El fitxer no s\'ha enviat a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fitxer: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Tanca"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"D\'acord"</string> - <string name="unknown_file" msgid="6092727753965095366">"Fitxer desconegut"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"No hi ha cap aplicació per gestionar aquest tipus de fitxer. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Cap fitxer"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"El fitxer no existeix. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Espereu…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"S\'està activant el Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"El fitxer es rebrà. Comproveu-ne el progrés al tauler de notificacions."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"No es pot rebre el fitxer."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"S\'ha aturat la recepció del fitxer de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"S\'està enviant el fitxer a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"S\'estan enviant <xliff:g id="NUMBER">%1$s</xliff:g> fitxers a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"S\'ha aturat l\'enviament del fitxer a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"No hi ha prou espai a l\'emmagatzematge USB per desar el fitxer."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"No hi ha prou espai a la targeta SD per desar el fitxer."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espai necessari: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"S\'estan processant massa sol·licituds. Torneu-ho a provar més tard."</string> - <string name="status_pending" msgid="2503691772030877944">"Encara no s\'ha iniciat la transferència del fitxer."</string> - <string name="status_running" msgid="6562808920311008696">"S\'està duent a terme la transferència de fitxers."</string> - <string name="status_success" msgid="239573225847565868">"La transferència de fitxers s\'ha completat correctament."</string> - <string name="status_not_accept" msgid="1695082417193780738">"El contingut no és compatible."</string> - <string name="status_forbidden" msgid="613956401054050725">"El dispositiu de destinació no permet la transferència."</string> - <string name="status_canceled" msgid="6664490318773098285">"L\'usuari ha cancel·lat la transferència."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problema d\'emmagatzematge."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Sense emmagatzematge USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No hi ha cap targeta SD. Insereix-ne una per desar els fitxers transferits."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connexió incorrecta."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"La sol·licitud no es pot processar correctament."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Error desconegut."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Rebut per Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Compartir amb Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Recepció completada (<xliff:g id="FILE_SIZE">%1$s</xliff:g>)"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>: enviament complet."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferències d\'entrada"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferències de sortida"</string> - <string name="no_transfers" msgid="3482965619151865672">"L\'historial de transferències és buit."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"S\'esborraran tots els elements de la llista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth: fitxers enviats"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: fitxers rebuts"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Accediu al gestor de baixades."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permet que l\'aplicació accedeixi al gestor d\'ús compartit de Bluetooth i que l\'utilitzi per transferir fitxers."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Afegeix l\'accés al dispositiu Bluetooth a la llista de permesos."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permet que l\'aplicació col·loqui temporalment en una llista de permesos un dispositiu Bluetooth, cosa que permet que el dispositiu enviï fitxers a aquest dispositiu sense la confirmació de l\'usuari."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositiu desconegut"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Desconegut"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Mode d\'avió"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"No pots utilitzar el Bluetooth en mode d\'avió."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Per utilitzar serveis Bluetooth, primer cal que activeu el Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vols activar el Bluetooth ara?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancel·la"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activa"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferència de fitxers"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Acceptes el fitxer entrant?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Rebutja"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accepta"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"D\'acord"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"S\'ha esgotat el temps d\'espera mentre s\'acceptava un fitxer entrant de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Fitxer entrant"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> està a punt per enviar un fitxer: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth: s\'està rebent <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> rebut"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> no rebut"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth: s\'està enviant <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviat"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% complet"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> no enviat"</string> + <string name="download_title" msgid="6449408649671518102">"Transferència de fitxers"</string> + <string name="download_line1" msgid="6449220145685308846">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fitxer: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Mida del fitxer: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"S\'està rebent un fitxer..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Atura"</string> + <string name="download_ok" msgid="2404442707314575833">"Amaga"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nom del fitxer"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Mida"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"No s\'ha rebut el fitxer"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fitxer: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motiu: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"D\'acord"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"S\'ha rebut el fitxer"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Obre"</string> + <string name="upload_line1" msgid="1912803923255989287">"Per a: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipus de fitxer: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"S\'està enviant el fitxer..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"S\'ha enviat el fitxer"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"D\'acord"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"El fitxer no s\'ha enviat a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fitxer: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Tanca"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"D\'acord"</string> + <string name="unknown_file" msgid="3719981572107052685">"Fitxer desconegut"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"No hi ha cap aplicació per gestionar aquest tipus de fitxer. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Cap fitxer"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"El fitxer no existeix. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Espereu…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"S\'està activant el Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"El fitxer es rebrà. Comproveu-ne el progrés al tauler de notificacions."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"No es pot rebre el fitxer."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"S\'ha aturat la recepció del fitxer de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"S\'està enviant el fitxer a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"S\'estan enviant <xliff:g id="NUMBER">%1$s</xliff:g> fitxers a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"S\'ha aturat l\'enviament del fitxer a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"No hi ha prou espai a l\'emmagatzematge USB per desar el fitxer."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"No hi ha prou espai a la targeta SD per desar el fitxer."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espai necessari: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"S\'estan processant massa sol·licituds. Torneu-ho a provar més tard."</string> + <string name="status_pending" msgid="4781040740237733479">"Encara no s\'ha iniciat la transferència del fitxer."</string> + <string name="status_running" msgid="7419075903776657351">"S\'està duent a terme la transferència de fitxers."</string> + <string name="status_success" msgid="7963589000098719541">"La transferència de fitxers s\'ha completat correctament."</string> + <string name="status_not_accept" msgid="1165798802740579658">"El contingut no és compatible."</string> + <string name="status_forbidden" msgid="4017060451358837245">"El dispositiu de destinació no permet la transferència."</string> + <string name="status_canceled" msgid="8441679418717978515">"L\'usuari ha cancel·lat la transferència."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problema d\'emmagatzematge."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Sense emmagatzematge USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No hi ha cap targeta SD. Insereix-ne una per desar els fitxers transferits."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connexió incorrecta."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"La sol·licitud no es pot processar correctament."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Error desconegut."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Rebut per Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Compartir amb Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Recepció completada (<xliff:g id="FILE_SIZE">%1$s</xliff:g>)"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>: enviament complet."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferències d\'entrada"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferències de sortida"</string> + <string name="no_transfers" msgid="740521199933899821">"L\'historial de transferències és buit."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"S\'esborraran tots els elements de la llista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth: fitxers enviats"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: fitxers rebuts"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">Incorrectes: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> <item quantity="one">Incorrectes: <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g>.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">Correctes: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="one">Correctes: <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g>, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Esborra la llista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Obre"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Esborra de la llista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Esborra"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Reproducció actual"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Desa"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancel·la"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecciona els comptes que vulguis compartir mitjançant el Bluetooth. Cal que acceptis l\'accés als comptes en connectar-t\'hi."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Espais que queden:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icona d\'aplicació"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Configuració per compartir missatges mitjançant el Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"No es pot seleccionar el compte. No queda cap espai."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Àudio per Bluetooth connectat"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Àudio per Bluetooth desconnectat"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Àudio per Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"No es poden transferir fitxers més grans de 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connecta el Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Esborra la llista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Obre"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Esborra de la llista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Esborra"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Reproducció actual"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Desa"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancel·la"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecciona els comptes que vulguis compartir mitjançant el Bluetooth. Cal que acceptis l\'accés als comptes en connectar-t\'hi."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Espais que queden:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icona d\'aplicació"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Configuració per compartir missatges mitjançant el Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"No es pot seleccionar el compte. No queda cap espai."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Àudio per Bluetooth connectat"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Àudio per Bluetooth desconnectat"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Àudio per Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"No es poden transferir fitxers més grans de 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connecta el Bluetooth"</string> </resources> diff --git a/android/app/res/values-ca/strings_pbap.xml b/android/app/res/values-ca/strings_pbap.xml index 0e2b837f46..f8dcebfdef 100644 --- a/android/app/res/values-ca/strings_pbap.xml +++ b/android/app/res/values-ca/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Introduïu la clau de sessió per a %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Es necessita la clau de sessió Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"S\'ha esgotat el temps per acceptar la connexió amb %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"S\'ha esgotat el temps per a l\'entrada de la clau de sessió amb %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Sol·licitud d\'autenticació Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Clau de sessió"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Introduïu la clau de sessió per a %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Equip per a l\'automòbil"</string> - <string name="unknownName" msgid="2841414754740600042">"Nom desconegut"</string> - <string name="localPhoneName" msgid="2349001318925409159">"El meu nom"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Compartir contactes amb Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Introduïu la clau de sessió per a %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Es necessita la clau de sessió Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"S\'ha esgotat el temps per acceptar la connexió amb %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"S\'ha esgotat el temps per a l\'entrada de la clau de sessió amb %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Sol·licitud d\'autenticació Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Clau de sessió"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Introduïu la clau de sessió per a %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Equip per a l\'automòbil"</string> + <string name="unknownName" msgid="6755061296103155293">"Nom desconegut"</string> + <string name="localPhoneName" msgid="9119254982537191352">"El meu nom"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Compartir contactes amb Bluetooth"</string> </resources> diff --git a/android/app/res/values-ca/strings_pbap_client.xml b/android/app/res/values-ca/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ca/strings_pbap_client.xml +++ b/android/app/res/values-ca/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ca/strings_sap.xml b/android/app/res/values-ca/strings_sap.xml index 8d56759d67..4caa330759 100644 --- a/android/app/res/values-ca/strings_sap.xml +++ b/android/app/res/values-ca/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Accés SIM del Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Accés SIM del Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Vols sol·licitar al client que es desconnecti?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"S\'està esperant que el client es desconnecti"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Desconnecta"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Força la desconnexió"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Accés SIM del Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Accés SIM del Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Vols sol·licitar al client que es desconnecti?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"S\'està esperant que el client es desconnecti"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Desconnecta"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Força la desconnexió"</string> </resources> diff --git a/android/app/res/values-ca/test_strings.xml b/android/app/res/values-ca/test_strings.xml index e1ea4fcd4b..258b3b89ad 100644 --- a/android/app/res/values-ca/test_strings.xml +++ b/android/app/res/values-ca/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insereix un registre"</string> - <string name="update_record" msgid="2480425402384910635">"Confirma el registre"</string> - <string name="ack_record" msgid="6716152390978472184">"Registre de notificacions"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Suprimeix tots els registres"</string> - <string name="ok_button" msgid="6519033415223065454">"D\'acord"</string> - <string name="delete_record" msgid="4645040331967533724">"Suprimeix el registre"</string> - <string name="start_server" msgid="9034821924409165795">"Inicia el servidor TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Notifica-ho al servidor TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insereix un registre"</string> + <string name="update_record" msgid="7201772850942641237">"Confirma el registre"</string> + <string name="ack_record" msgid="2404738476192250210">"Registre de notificacions"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Suprimeix tots els registres"</string> + <string name="ok_button" msgid="719865942400179601">"D\'acord"</string> + <string name="delete_record" msgid="5713885957446255270">"Suprimeix el registre"</string> + <string name="start_server" msgid="134483798422082514">"Inicia el servidor TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Notifica-ho al servidor TCP"</string> </resources> diff --git a/android/app/res/values-cs/strings.xml b/android/app/res/values-cs/strings.xml index 5416cab272..e7c9ef219c 100644 --- a/android/app/res/values-cs/strings.xml +++ b/android/app/res/values-cs/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Získat přístup ke správci stahování."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Umožňuje aplikaci přistupovat ke Správci sdílení Bluetooth a využívat jej k přenosu souborů."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Povolit přístup zařízení Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Umožňuje aplikaci dočasně povolit zařízení Bluetooth, aby tak mohlo odesílat soubory do tohoto zařízení bez potvrzení uživatele."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Neznámé zařízení"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Neznámé"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Režim Letadlo"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"V režimu Letadlo není možné Bluetooth použít."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Chcete-li používat služby Bluetooth, musíte Bluetooth nejprve zapnout."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Zapnout Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Zrušit"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Zapnout"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Přenos souborů"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Přijmout příchozí soubor?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Odmítnout"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Přijmout"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Při příjmu příchozího souboru od uživatele <xliff:g id="SENDER">%1$s</xliff:g> vypršel časový limit."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Příchozí soubor"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> – odeslání souboru <xliff:g id="FILE">%2$s</xliff:g> je připraveno"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Sdílení Bluetooth: Příjem souboru <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> byl přijat"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> nebyl přijat"</string> - <string name="notification_sending" msgid="3035748958534983833">"Sdílení Bluetooth: Odesílání souboru <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> byl odeslán"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Dokončeno 100 %"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> nebyl odeslán"</string> - <string name="download_title" msgid="3353228219772092586">"Přenos souborů"</string> - <string name="download_line1" msgid="4926604799202134144">"Od: <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="download_line2" msgid="5876973543019417712">"Soubor: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Velikost souboru: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Přijímání souboru..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Zastavit"</string> - <string name="download_ok" msgid="5000360731674466039">"Skrýt"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Od"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Název souboru"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Velikost"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Soubor nebyl přijat"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Soubor: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Důvod: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Soubor byl přijat"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Otevřít"</string> - <string name="upload_line1" msgid="2055952074059709052">"Komu: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="upload_line3" msgid="4920689672457037437">"Typ souboru: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Odesílání souboru..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Soubor byl odeslán"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Soubor nebyl odeslán zařízení <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Soubor: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zavřít"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Neznámý soubor"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Žádná aplikace nedokáže s tímto typem souboru pracovat. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Žádný soubor"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Soubor neexistuje. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Čekejte prosím..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Zapínání Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Proběhne přijímání souboru. Průběh můžete sledovat na panelu Oznámení."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Soubor nelze přijmout."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Příjem souboru od uživatele <xliff:g id="SENDER">%1$s</xliff:g> byl zastaven"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Odesílání souboru uživateli <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Odesílání <xliff:g id="NUMBER">%1$s</xliff:g> souborů uživateli <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Odesílání souboru uživateli <xliff:g id="RECIPIENT">%1$s</xliff:g> bylo zastaveno"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Na úložišti USB není dost místa k uložení souboru."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Na SD kartě není dost místa k uložení souboru."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Požadované místo v paměti: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Je zpracováváno příliš mnoho požadavků. Opakujte akci později."</string> - <string name="status_pending" msgid="2503691772030877944">"Přenos souborů ještě nebyl zahájen."</string> - <string name="status_running" msgid="6562808920311008696">"Probíhá přenos souborů."</string> - <string name="status_success" msgid="239573225847565868">"Přenos souborů byl úspěšně dokončen."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Obsah není podporován."</string> - <string name="status_forbidden" msgid="613956401054050725">"Přenos byl cílovým zařízením zakázán."</string> - <string name="status_canceled" msgid="6664490318773098285">"Přenos byl zrušen uživatelem."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problém s úložištěm."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Žádné úložiště USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Žádná SD karta není dostupná. Chcete-li přenášené soubory uložit, vložte SD kartu."</string> - <string name="status_connection_error" msgid="947681831523219891">"Připojení se nezdařilo."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Požadavek není možné správně zpracovat."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Neznámá chyba."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth – přijaté soubory"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Sdílení Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Přijetí dokončeno."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Odeslání dokončeno."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Příchozí přenosy"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Odchozí přenosy"</string> - <string name="no_transfers" msgid="3482965619151865672">"Historie přenosů je prázdná."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Ze seznamu budou vymazány všechny položky."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Sdílení Bluetooth: Odeslané soubory"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Sdílení Bluetooth: Přijaté soubory"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Získat přístup ke správci stahování."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Umožňuje aplikaci přistupovat ke Správci sdílení Bluetooth a využívat jej k přenosu souborů."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Povolit přístup zařízení Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Umožňuje aplikaci dočasně povolit zařízení Bluetooth, aby tak mohlo odesílat soubory do tohoto zařízení bez potvrzení uživatele."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Neznámé zařízení"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Neznámé"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Režim Letadlo"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"V režimu Letadlo není možné Bluetooth použít."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Chcete-li používat služby Bluetooth, musíte Bluetooth nejprve zapnout."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Zapnout Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Zrušit"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Zapnout"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Přenos souborů"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Přijmout příchozí soubor?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Odmítnout"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Přijmout"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Při příjmu příchozího souboru od uživatele <xliff:g id="SENDER">%1$s</xliff:g> vypršel časový limit."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Příchozí soubor"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> může odeslat soubor: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Sdílení Bluetooth: Příjem souboru <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> byl přijat"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> nebyl přijat"</string> + <string name="notification_sending" msgid="8269912843286868700">"Sdílení Bluetooth: Odesílání souboru <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> byl odeslán"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Dokončeno 100 %"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Sdílení Bluetooth: Soubor <xliff:g id="FILE">%1$s</xliff:g> nebyl odeslán"</string> + <string name="download_title" msgid="6449408649671518102">"Přenos souborů"</string> + <string name="download_line1" msgid="6449220145685308846">"Od: <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="download_line2" msgid="7634316500490825390">"Soubor: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Velikost souboru: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Přijímání souboru..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Zastavit"</string> + <string name="download_ok" msgid="2404442707314575833">"Skrýt"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Od"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Název souboru"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Velikost"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Soubor nebyl přijat"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Soubor: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Důvod: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Soubor byl přijat"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Otevřít"</string> + <string name="upload_line1" msgid="1912803923255989287">"Komu: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="upload_line3" msgid="5964902647036741603">"Typ souboru: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Odesílání souboru..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Soubor byl odeslán"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Soubor nebyl odeslán zařízení <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Soubor: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zavřít"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Neznámý soubor"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Žádná aplikace nedokáže s tímto typem souboru pracovat. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Žádný soubor"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Soubor neexistuje. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Čekejte prosím..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Zapínání Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Proběhne přijímání souboru. Průběh můžete sledovat na panelu Oznámení."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Soubor nelze přijmout."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Příjem souboru od uživatele <xliff:g id="SENDER">%1$s</xliff:g> byl zastaven"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Odesílání souboru uživateli <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Odesílání <xliff:g id="NUMBER">%1$s</xliff:g> souborů uživateli <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Odesílání souboru uživateli <xliff:g id="RECIPIENT">%1$s</xliff:g> bylo zastaveno"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Na úložišti USB není dost místa k uložení souboru."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Na SD kartě není dost místa k uložení souboru."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Požadované místo v paměti: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Je zpracováváno příliš mnoho požadavků. Opakujte akci později."</string> + <string name="status_pending" msgid="4781040740237733479">"Přenos souborů ještě nebyl zahájen."</string> + <string name="status_running" msgid="7419075903776657351">"Probíhá přenos souborů."</string> + <string name="status_success" msgid="7963589000098719541">"Přenos souborů byl úspěšně dokončen."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Obsah není podporován."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Přenos byl cílovým zařízením zakázán."</string> + <string name="status_canceled" msgid="8441679418717978515">"Přenos byl zrušen uživatelem."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problém s úložištěm."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Žádné úložiště USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Žádná SD karta není dostupná. Chcete-li přenášené soubory uložit, vložte SD kartu."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Připojení se nezdařilo."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Požadavek není možné správně zpracovat."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Neznámá chyba."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth – přijaté soubory"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Sdílení Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Přijetí dokončeno."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Odeslání dokončeno."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Příchozí přenosy"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Odchozí přenosy"</string> + <string name="no_transfers" msgid="740521199933899821">"Historie přenosů je prázdná."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Ze seznamu budou vymazány všechny položky."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Sdílení Bluetooth: Odeslané soubory"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Sdílení Bluetooth: Přijaté soubory"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neúspěšné.</item> <item quantity="many"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neúspěšného.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neúspěšných.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> neúspěšné.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> úspěšné, %2$s</item> <item quantity="many"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> úspěšného, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> úspěšných, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> úspěšné, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Vymazat obsah seznamu"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Otevřít"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Vymazat ze seznamu"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Vymazat"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Co to hraje"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Uložit"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Zrušit"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Vyberte účty, které chcete sdílet prostřednictvím rozhraní Bluetooth. Při připojování budete přístup k účtům muset i nadále schválit."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Zbývající sloty:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikace"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Nastavení sdílení zpráv přes Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Účet nelze vybrat. Nezbývají žádné sloty."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth Audio – připojeno"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth Audio – odpojeno"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Soubory větší než 4 GB nelze přenést"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Připojit k Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Vymazat obsah seznamu"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Otevřít"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Vymazat ze seznamu"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Vymazat"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Co to hraje"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Uložit"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Zrušit"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Vyberte účty, které chcete sdílet prostřednictvím rozhraní Bluetooth. Při připojování budete přístup k účtům muset i nadále schválit."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Zbývající sloty:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikace"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Nastavení sdílení zpráv přes Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Účet nelze vybrat. Nezbývají žádné sloty."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth Audio – připojeno"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth Audio – odpojeno"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Soubory větší než 4 GB nelze přenést"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Připojit k Bluetooth"</string> </resources> diff --git a/android/app/res/values-cs/strings_pbap.xml b/android/app/res/values-cs/strings_pbap.xml index 94f85f493d..f004613f97 100644 --- a/android/app/res/values-cs/strings_pbap.xml +++ b/android/app/res/values-cs/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Zadejte klíč relace pro zařízení %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Je požadován klíč relace Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Časový limit pro přijetí spojení se zařízením „%1$s“ vypršel"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Časový limit zadání klíče relace pro %1$s vypršel"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Požadavek ověření Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Klíč relace"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Zadejte klíč relace pro zařízení %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Sada handsfree do auta"</string> - <string name="unknownName" msgid="2841414754740600042">"Neznámý název"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mé jméno"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Sdílení kontaktu přes Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Zadejte klíč relace pro zařízení %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Je požadován klíč relace Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Časový limit pro přijetí spojení se zařízením „%1$s“ vypršel"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Časový limit zadání klíče relace pro %1$s vypršel"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Požadavek ověření Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Klíč relace"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Zadejte klíč relace pro zařízení %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Sada handsfree do auta"</string> + <string name="unknownName" msgid="6755061296103155293">"Neznámý název"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mé jméno"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Sdílení kontaktu přes Bluetooth"</string> </resources> diff --git a/android/app/res/values-cs/strings_pbap_client.xml b/android/app/res/values-cs/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-cs/strings_pbap_client.xml +++ b/android/app/res/values-cs/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-cs/strings_sap.xml b/android/app/res/values-cs/strings_sap.xml index 2797aea4d0..e9058f4ae2 100644 --- a/android/app/res/values-cs/strings_sap.xml +++ b/android/app/res/values-cs/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Přístup k SIM kartě přes Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Přístup k SIM kartě přes Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Chcete klient požádat o odpojení?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Čekání na odpojení klientu"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Odpojit"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Vynutit odpojení"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Přístup k SIM kartě přes Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Přístup k SIM kartě přes Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Chcete klient požádat o odpojení?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Čekání na odpojení klientu"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Odpojit"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Vynutit odpojení"</string> </resources> diff --git a/android/app/res/values-cs/test_strings.xml b/android/app/res/values-cs/test_strings.xml index d2350a8d3d..e73f5ae988 100644 --- a/android/app/res/values-cs/test_strings.xml +++ b/android/app/res/values-cs/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Vložit záznam"</string> - <string name="update_record" msgid="2480425402384910635">"Potvrdit záznam"</string> - <string name="ack_record" msgid="6716152390978472184">"Záznam ACK"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Smazat všechny záznamy"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Smazat záznam"</string> - <string name="start_server" msgid="9034821924409165795">"Spustit server TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Upozornit server TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Vložit záznam"</string> + <string name="update_record" msgid="7201772850942641237">"Potvrdit záznam"</string> + <string name="ack_record" msgid="2404738476192250210">"Záznam ACK"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Smazat všechny záznamy"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Smazat záznam"</string> + <string name="start_server" msgid="134483798422082514">"Spustit server TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Upozornit server TCP"</string> </resources> diff --git a/android/app/res/values-da/strings.xml b/android/app/res/values-da/strings.xml index 54c9dd19f2..6447e37a1b 100644 --- a/android/app/res/values-da/strings.xml +++ b/android/app/res/values-da/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Få adgang til downloadadministrator."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Tillader, at appen får adgang til BluetoothShare-administratoren og kan bruge den til overførsel af filer."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Godkend adgang for Bluetooth-enhed"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Tillader, at appen midlertidigt godkender en Bluetooth-enhed, så der kan sendes filer fra den pågældende enhed til din enhed uden bekræftelse fra brugerens side."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Ukendt enhed"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Ukendt"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Flytilstand"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Du kan ikke anvende Bluetooth i flytilstand."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Du skal aktivere Bluetooth, før du kan bruge Bluetooth-tjenester."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vil du slå Bluetooth til nu?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Annuller"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Slå til"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Filoverførsel"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Vil du acceptere den indgående fil?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Afvis"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accepter"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Der opstod timeout ved modtagelse af indgående fil fra \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Indgående fil"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> er klar til at sende <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-deling: Modtager <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-deling: Modtog <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> blev ikke modtaget"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-deling: Sender <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-deling: Sendt <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % fuldført"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> blev ikke sendt"</string> - <string name="download_title" msgid="3353228219772092586">"Filoverførsel"</string> - <string name="download_line1" msgid="4926604799202134144">"Fra: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Filstørrelse: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Modtager fil…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Skjul"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Fra"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filnavn"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Størrelse"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Filen blev ikke modtaget"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Årsag: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Filen blev modtaget"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Åbn"</string> - <string name="upload_line1" msgid="2055952074059709052">"Til: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Filtype: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sender fil…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Filen er sendt"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Filen blev ikke sendt til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Luk"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Ukendt fil"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Der er ingen app til at håndtere denne filtype. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ingen fil"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Filen findes ikke. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Vent..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Aktiverer Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Filen modtages. Se status i underretningspanelet."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Filen kan ikke modtages."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Modtagelse af fil fra \"<xliff:g id="SENDER">%1$s</xliff:g>\" stoppet"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sender filen til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sender <xliff:g id="NUMBER">%1$s</xliff:g> filer til \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Afsendelse af fil til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" stoppede"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Der er ikke nok plads på USB-lageret til at gemme filen."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Der er ikke nok plads på SD-kortet til at gemme filen."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Nødvendig plads: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Der behandles for mange anmodninger. Prøv igen senere."</string> - <string name="status_pending" msgid="2503691772030877944">"Filoverførslen er endnu ikke påbegyndt."</string> - <string name="status_running" msgid="6562808920311008696">"Filoverførslen er i gang."</string> - <string name="status_success" msgid="239573225847565868">"Filoverførslen blev gennemført."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Indholdet understøttes ikke."</string> - <string name="status_forbidden" msgid="613956401054050725">"Modtagerenheden forbyder overførslen."</string> - <string name="status_canceled" msgid="6664490318773098285">"Overførslen blev annulleret af brugeren."</string> - <string name="status_file_error" msgid="3671917770630165299">"Lagerproblem."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Intet USB-lager."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Intet SD-kort. Indsæt et SD-kort for at gemme overførte filer."</string> - <string name="status_connection_error" msgid="947681831523219891">"Forbindelsen mislykkedes."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Anmodningen kan ikke håndteres korrekt."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Ukendt fejl."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Modtaget via Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-deling"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Modtaget."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Afsendelse fuldført."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Indgående overførsler"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Udgående overførsler"</string> - <string name="no_transfers" msgid="3482965619151865672">"Overførselshistorikken er tom."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Alle elementer vil blive fjernet fra listen."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-deling: Sendte filer"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-deling: Modtagne filer"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Få adgang til downloadadministrator."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Tillader, at appen får adgang til BluetoothShare-administratoren og kan bruge den til overførsel af filer."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Godkend adgang for Bluetooth-enhed"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Tillader, at appen midlertidigt godkender en Bluetooth-enhed, så der kan sendes filer fra den pågældende enhed til din enhed uden bekræftelse fra brugerens side."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Ukendt enhed"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Ukendt"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Flytilstand"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Du kan ikke anvende Bluetooth i flytilstand."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Du skal aktivere Bluetooth, før du kan bruge Bluetooth-tjenester."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vil du slå Bluetooth til nu?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Annuller"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Slå til"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Filoverførsel"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Vil du acceptere den indgående fil?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Afvis"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accepter"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Der opstod timeout ved modtagelse af indgående fil fra \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Indgående fil"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> er klar til at sende en fil: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-deling: Modtager <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-deling: Modtog <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> blev ikke modtaget"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-deling: Sender <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-deling: Sendt <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % fuldført"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> blev ikke sendt"</string> + <string name="download_title" msgid="6449408649671518102">"Filoverførsel"</string> + <string name="download_line1" msgid="6449220145685308846">"Fra: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Filstørrelse: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Modtager fil…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Skjul"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Fra"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filnavn"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Størrelse"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Filen blev ikke modtaget"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Årsag: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Filen blev modtaget"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Åbn"</string> + <string name="upload_line1" msgid="1912803923255989287">"Til: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Filtype: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sender fil…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Filen er sendt"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Filen blev ikke sendt til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Luk"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Ukendt fil"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Der er ingen app til at håndtere denne filtype. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ingen fil"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Filen findes ikke. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Vent..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Aktiverer Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Filen modtages. Se status i underretningspanelet."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Filen kan ikke modtages."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Modtagelse af fil fra \"<xliff:g id="SENDER">%1$s</xliff:g>\" stoppet"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sender filen til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sender <xliff:g id="NUMBER">%1$s</xliff:g> filer til \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Afsendelse af fil til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" stoppede"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Der er ikke nok plads på USB-lageret til at gemme filen."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Der er ikke nok plads på SD-kortet til at gemme filen."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Nødvendig plads: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Der behandles for mange anmodninger. Prøv igen senere."</string> + <string name="status_pending" msgid="4781040740237733479">"Filoverførslen er endnu ikke påbegyndt."</string> + <string name="status_running" msgid="7419075903776657351">"Filoverførslen er i gang."</string> + <string name="status_success" msgid="7963589000098719541">"Filoverførslen blev gennemført."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Indholdet understøttes ikke."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Modtagerenheden forbyder overførslen."</string> + <string name="status_canceled" msgid="8441679418717978515">"Overførslen blev annulleret af brugeren."</string> + <string name="status_file_error" msgid="5379018888714679311">"Lagerproblem."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Intet USB-lager."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Intet SD-kort. Indsæt et SD-kort for at gemme overførte filer."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Forbindelsen mislykkedes."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Anmodningen kan ikke håndteres korrekt."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Ukendt fejl."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Modtaget via Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-deling"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Modtaget."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Afsendelse fuldført."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Indgående overførsler"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Udgående overførsler"</string> + <string name="no_transfers" msgid="740521199933899821">"Overførselshistorikken er tom."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Alle elementer vil blive fjernet fra listen."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-deling: Sendte filer"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-deling: Modtagne filer"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> mislykkedes.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> mislykkedes.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> lykkedes, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> lykkedes, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Ryd liste"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Åbn"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Fjern fra listen"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Ryd"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Afspiller nu"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Gem"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Annuller"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Vælg de konti, du vil dele via Bluetooth. Du skal stadig acceptere adgang til kontiene, når du opretter forbindelse."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Pladser tilbage:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Appens ikon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Indstillinger for beskeddeling via Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Kontoen kan ikke vælges. Der er ikke flere pladser tilbage"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-lyden blev tilsluttet"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-lyden blev afbrudt"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-lyd"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"File, der er større end 4 GB, kan ikke overføres"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Opret forbindelse til Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Ryd liste"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Åbn"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Fjern fra listen"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Ryd"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Afspiller nu"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Gem"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Annuller"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Vælg de konti, du vil dele via Bluetooth. Du skal stadig acceptere adgang til kontiene, når du opretter forbindelse."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Pladser tilbage:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Appens ikon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Indstillinger for beskeddeling via Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Kontoen kan ikke vælges. Der er ikke flere pladser tilbage"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-lyden blev tilsluttet"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-lyden blev afbrudt"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-lyd"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"File, der er større end 4 GB, kan ikke overføres"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Opret forbindelse til Bluetooth"</string> </resources> diff --git a/android/app/res/values-da/strings_pbap.xml b/android/app/res/values-da/strings_pbap.xml index 48372605aa..8199d355bc 100644 --- a/android/app/res/values-da/strings_pbap.xml +++ b/android/app/res/values-da/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Angiv sessionsnøgle til %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-sessionsnøgle kræves"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Der var timeout ved forbindelsen med %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Der var timeout i indgangssessionnøgle med %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Anmodning om Obex-godkendelse"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sessionstast"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Angiv sessionsnøgle til %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Bilsæt"</string> - <string name="unknownName" msgid="2841414754740600042">"Ukendt navn"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mit navn"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Deling af kontakter via Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Angiv sessionsnøgle til %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-sessionsnøgle kræves"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Der var timeout ved forbindelsen med %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Der var timeout i indgangssessionnøgle med %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Anmodning om Obex-godkendelse"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sessionstast"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Angiv sessionsnøgle til %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Bilsæt"</string> + <string name="unknownName" msgid="6755061296103155293">"Ukendt navn"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mit navn"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Deling af kontakter via Bluetooth"</string> </resources> diff --git a/android/app/res/values-da/strings_pbap_client.xml b/android/app/res/values-da/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-da/strings_pbap_client.xml +++ b/android/app/res/values-da/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-da/strings_sap.xml b/android/app/res/values-da/strings_sap.xml index 0fff43b477..13e7a097aa 100644 --- a/android/app/res/values-da/strings_sap.xml +++ b/android/app/res/values-da/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth-adgang til SIM-kort"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth-adgang til SIM-kort"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Vil du anmode klienten om at afbryde forbindelsen?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Venter på, at klienten afbryder forbindelsen"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Afbryd"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Gennemtving afbrydelse af forbindelsen"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth-adgang til SIM-kort"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth-adgang til SIM-kort"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Vil du anmode klienten om at afbryde forbindelsen?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Venter på, at klienten afbryder forbindelsen"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Afbryd"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Gennemtving afbrydelse af forbindelsen"</string> </resources> diff --git a/android/app/res/values-da/test_strings.xml b/android/app/res/values-da/test_strings.xml index 8d20d4465a..7aaecefcfd 100644 --- a/android/app/res/values-da/test_strings.xml +++ b/android/app/res/values-da/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Indsæt post"</string> - <string name="update_record" msgid="2480425402384910635">"Bekræft post"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack-post"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Slet alle poster"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Slet post"</string> - <string name="start_server" msgid="9034821924409165795">"Start TCP-server"</string> - <string name="notify_server" msgid="4369106744022969655">"Meddel TCP-server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Indsæt post"</string> + <string name="update_record" msgid="7201772850942641237">"Bekræft post"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack-post"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Slet alle poster"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Slet post"</string> + <string name="start_server" msgid="134483798422082514">"Start TCP-server"</string> + <string name="notify_server" msgid="8832385166935137731">"Meddel TCP-server"</string> </resources> diff --git a/android/app/res/values-de/strings.xml b/android/app/res/values-de/strings.xml index da776dc927..55853a81be 100644 --- a/android/app/res/values-de/strings.xml +++ b/android/app/res/values-de/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Auf Download-Manager zugreifen"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Ermöglicht der App, auf den Bluetooth-Weiterleitungs-Manager zuzugreifen und diesen für die Übertragung von Dateien zu verwenden."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth-Gerät für Zugriff zur Zulassungsliste hinzufügen"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Ermöglicht der App, ein Bluetooth-Gerät vorübergehend zur Zulassungsliste hinzuzufügen, sodass es ohne Bestätigung des Nutzers Dateien an dieses Gerät senden kann."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Unbekanntes Gerät"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Unbekannter Anrufer"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Flugmodus"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Du kannst Bluetooth im Flugmodus nicht verwenden."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Damit du Bluetooth-Dienste nutzen kannst, musst du Bluetooth zuerst aktivieren."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth jetzt aktivieren?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Abbrechen"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Aktivieren"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Dateiübertragung"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Eingehende Datei annehmen?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Ablehnen"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Akzeptieren"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Ok"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Die Zeit zum Empfang der eingehenden Datei von \"<xliff:g id="SENDER">%1$s</xliff:g>\" ist abgelaufen."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Eingehende Datei"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> kann jetzt <xliff:g id="FILE">%2$s</xliff:g> senden."</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wird empfangen"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wurde empfangen"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wurde nicht empfangen"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wird gesendet"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> gesendet"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Zu 100 % abgeschlossen"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wurde nicht gesendet"</string> - <string name="download_title" msgid="3353228219772092586">"Dateiübertragung"</string> - <string name="download_line1" msgid="4926604799202134144">"Von: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Datei: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Dateigröße: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Datei wird heruntergeladen..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Abbrechen"</string> - <string name="download_ok" msgid="5000360731674466039">"Ausblenden"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Von"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Dateiname"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Größe"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Datei nicht empfangen"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Datei: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Grund: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Ok"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Datei empfangen"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Öffnen"</string> - <string name="upload_line1" msgid="2055952074059709052">"An: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Dateityp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Datei wird gesendet..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Die Datei wurde gesendet."</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Ok"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Die Datei wurde nicht an \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" gesendet."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Datei: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Schließen"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Ok"</string> - <string name="unknown_file" msgid="6092727753965095366">"Unbekannte Datei"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Dieser Dateityp kann von keiner App verarbeitet werden. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Keine Datei"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Die Datei ist nicht vorhanden. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Bitte warten..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth wird aktiviert..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Die Datei wird empfangen. Überprüfe den Fortschritt in der Benachrichtigungskonsole."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Die Datei kann nicht empfangen werden."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Der Empfang der Datei von \"<xliff:g id="SENDER">%1$s</xliff:g>\" wurde angehalten."</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Datei wird an \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" gesendet..."</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> Dateien werden an \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" gesendet."</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Die Übertragung der Datei an \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" wurde abgebrochen"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Auf dem USB-Speicher ist nicht genügend Platz, um die Datei zu speichern."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Auf der SD-Karte ist nicht genügend Platz, um die Datei zu speichern."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Erforderlicher Speicherplatz: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Es werden zurzeit zu viele Anfragen verarbeitet. Bitte versuche es später noch einmal."</string> - <string name="status_pending" msgid="2503691772030877944">"Die Dateiübertragung wurde noch nicht gestartet."</string> - <string name="status_running" msgid="6562808920311008696">"Dateiübertragung läuft."</string> - <string name="status_success" msgid="239573225847565868">"Die Dateiübertragung wurde abgeschlossen."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Der Inhalt wird nicht unterstützt."</string> - <string name="status_forbidden" msgid="613956401054050725">"Übertragung wird durch das Zielgerät verhindert."</string> - <string name="status_canceled" msgid="6664490318773098285">"Übertragung wurde vom Nutzer abgebrochen."</string> - <string name="status_file_error" msgid="3671917770630165299">"Speicherproblem"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Kein USB-Speicher."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Keine SD-Karte. Lege eine SD-Karte ein, um die übertragenen Dateien zu speichern."</string> - <string name="status_connection_error" msgid="947681831523219891">"Verbindung fehlgeschlagen"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Die Anfrage kann nicht richtig verarbeitet werden."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Unbekannter Fehler"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Per Bluetooth empfangen"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-Freigabe"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vollständig empfangen."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vollständig gesendet."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Eingehende Übertragungen"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Ausgehende Übertragungen"</string> - <string name="no_transfers" msgid="3482965619151865672">"Übertragungsverlauf ist leer."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Alle Elemente werden aus der Liste gelöscht."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-Freigabe: Gesendete Dateien"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-Freigabe: Empfangene Dateien"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Auf Download-Manager zugreifen"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Ermöglicht der App, auf den Bluetooth-Weiterleitungs-Manager zuzugreifen und diesen für die Übertragung von Dateien zu verwenden."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth-Gerät für Zugriff zur Zulassungsliste hinzufügen"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Ermöglicht der App, ein Bluetooth-Gerät vorübergehend zur Zulassungsliste hinzuzufügen, sodass es ohne Bestätigung des Nutzers Dateien an dieses Gerät senden kann."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Unbekanntes Gerät"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Unbekannter Anrufer"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Flugmodus"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Du kannst Bluetooth im Flugmodus nicht verwenden."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Damit du Bluetooth-Dienste nutzen kannst, musst du Bluetooth zuerst aktivieren."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth jetzt aktivieren?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Abbrechen"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Aktivieren"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Dateiübertragung"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Eingehende Datei annehmen?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Ablehnen"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Akzeptieren"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Ok"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Die Zeit zum Empfang der eingehenden Datei von \"<xliff:g id="SENDER">%1$s</xliff:g>\" ist abgelaufen."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Eingehende Datei"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ist bereit, eine Datei zu senden: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wird empfangen"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wurde empfangen"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wurde nicht empfangen"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wird gesendet"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> gesendet"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Zu 100 % abgeschlossen"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-Freigabe: <xliff:g id="FILE">%1$s</xliff:g> wurde nicht gesendet"</string> + <string name="download_title" msgid="6449408649671518102">"Dateiübertragung"</string> + <string name="download_line1" msgid="6449220145685308846">"Von: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Datei: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Dateigröße: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Datei wird heruntergeladen..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Abbrechen"</string> + <string name="download_ok" msgid="2404442707314575833">"Ausblenden"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Von"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Dateiname"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Größe"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Datei nicht empfangen"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Datei: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Grund: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Ok"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Datei empfangen"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Öffnen"</string> + <string name="upload_line1" msgid="1912803923255989287">"An: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Dateityp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Datei wird gesendet..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Die Datei wurde gesendet."</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Ok"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Die Datei wurde nicht an \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" gesendet."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Datei: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Schließen"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Ok"</string> + <string name="unknown_file" msgid="3719981572107052685">"Unbekannte Datei"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Dieser Dateityp kann von keiner App verarbeitet werden. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Keine Datei"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Die Datei ist nicht vorhanden. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Bitte warten..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth wird aktiviert..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Die Datei wird empfangen. Überprüfe den Fortschritt in der Benachrichtigungskonsole."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Die Datei kann nicht empfangen werden."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Der Empfang der Datei von \"<xliff:g id="SENDER">%1$s</xliff:g>\" wurde angehalten."</string> + <string name="bt_toast_4" msgid="480365991944956695">"Datei wird an \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" gesendet..."</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> Dateien werden an \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" gesendet."</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Die Übertragung der Datei an \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" wurde abgebrochen"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Auf dem USB-Speicher ist nicht genügend Platz, um die Datei zu speichern."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Auf der SD-Karte ist nicht genügend Platz, um die Datei zu speichern."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Erforderlicher Speicherplatz: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Es werden zurzeit zu viele Anfragen verarbeitet. Bitte versuche es später noch einmal."</string> + <string name="status_pending" msgid="4781040740237733479">"Die Dateiübertragung wurde noch nicht gestartet."</string> + <string name="status_running" msgid="7419075903776657351">"Dateiübertragung läuft."</string> + <string name="status_success" msgid="7963589000098719541">"Die Dateiübertragung wurde abgeschlossen."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Der Inhalt wird nicht unterstützt."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Übertragung wird durch das Zielgerät verhindert."</string> + <string name="status_canceled" msgid="8441679418717978515">"Übertragung wurde vom Nutzer abgebrochen."</string> + <string name="status_file_error" msgid="5379018888714679311">"Speicherproblem"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Kein USB-Speicher."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Keine SD-Karte. Lege eine SD-Karte ein, um die übertragenen Dateien zu speichern."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Verbindung fehlgeschlagen"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Die Anfrage kann nicht richtig verarbeitet werden."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Unbekannter Fehler"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Per Bluetooth empfangen"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-Freigabe"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vollständig empfangen."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vollständig gesendet."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Eingehende Übertragungen"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Ausgehende Übertragungen"</string> + <string name="no_transfers" msgid="740521199933899821">"Übertragungsverlauf ist leer."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Alle Elemente werden aus der Liste gelöscht."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-Freigabe: Gesendete Dateien"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-Freigabe: Empfangene Dateien"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">Fehler bei <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> aufgetreten</item> <item quantity="one">Fehler bei <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> aufgetreten</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> erfolgreich, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> erfolgreich, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Liste löschen"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Öffnen"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Aus Liste löschen"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Löschen"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Speichern"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Abbrechen"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Wähle die Konten aus, die du über Bluetooth freigeben möchtest. Du musst jedoch weiterhin jedem Zugriff auf die Konten zustimmen, wenn eine Verbindung hergestellt wird."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Plätze frei:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"App-Symbol"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Einstellungen zur Bluetooth-Nachrichtenfreigabe"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Konto kann nicht ausgewählt werden. 0 Plätze frei."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-Audio verbunden"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-Audio-Verbindung aufgehoben"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Dateien mit mehr als 4 GB können nicht übertragen werden"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Mit Bluetooth verbinden"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Liste löschen"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Öffnen"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Aus Liste löschen"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Löschen"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Speichern"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Abbrechen"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Wähle die Konten aus, die du über Bluetooth freigeben möchtest. Du musst jedoch weiterhin jedem Zugriff auf die Konten zustimmen, wenn eine Verbindung hergestellt wird."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Freie Plätze:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"App-Symbol"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Einstellungen zur Bluetooth-Nachrichtenfreigabe"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Konto kann nicht ausgewählt werden. 0 Plätze frei."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-Audio verbunden"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-Audio-Verbindung aufgehoben"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Dateien mit mehr als 4 GB können nicht übertragen werden"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Mit Bluetooth verbinden"</string> </resources> diff --git a/android/app/res/values-de/strings_pbap.xml b/android/app/res/values-de/strings_pbap.xml index 9988e62a18..01e4b441ac 100644 --- a/android/app/res/values-de/strings_pbap.xml +++ b/android/app/res/values-de/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Sitzungsschlüssel für %1$s eingeben"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-Sitzungsschlüssel erforderlich"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Die Zeit zum Verbindungsaufbau mit %1$s ist abgelaufen."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Die Zeit zur Eingabe des Sitzungsschlüssels bei %1$s ist abgelaufen."</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"OBEX-Authentifizierungsanfrage"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sitzungsschlüssel"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Sitzungsschlüssel für %1$s eingeben"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Unbekannter Name"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mein Name"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Kontakte über Bluetooth teilen"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Sitzungsschlüssel für %1$s eingeben"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-Sitzungsschlüssel erforderlich"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Die Zeit zum Verbindungsaufbau mit %1$s ist abgelaufen."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Die Zeit zur Eingabe des Sitzungsschlüssels bei %1$s ist abgelaufen."</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"OBEX-Authentifizierungsanfrage"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sitzungsschlüssel"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Sitzungsschlüssel für %1$s eingeben"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Unbekannter Name"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mein Name"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Kontakte über Bluetooth teilen"</string> </resources> diff --git a/android/app/res/values-de/strings_pbap_client.xml b/android/app/res/values-de/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-de/strings_pbap_client.xml +++ b/android/app/res/values-de/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-de/strings_sap.xml b/android/app/res/values-de/strings_sap.xml index 02db3c7251..1fce893b5a 100644 --- a/android/app/res/values-de/strings_sap.xml +++ b/android/app/res/values-de/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Zugriff auf SIM über Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Zugriff auf SIM über Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Client zum Trennen der Verbindung auffordern?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Warten, bis die Verbindung durch den Client getrennt wird"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Verbindung trennen"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Trennen der Verbindung erzwingen"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Zugriff auf SIM über Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Zugriff auf SIM über Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Client zum Trennen der Verbindung auffordern?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Warten, bis die Verbindung durch den Client getrennt wird"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Verbindung trennen"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Trennen der Verbindung erzwingen"</string> </resources> diff --git a/android/app/res/values-de/test_strings.xml b/android/app/res/values-de/test_strings.xml index 3e07229e9b..113aae53f0 100644 --- a/android/app/res/values-de/test_strings.xml +++ b/android/app/res/values-de/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Aufnahme einfügen"</string> - <string name="update_record" msgid="2480425402384910635">"Aufnahme bestätigen"</string> - <string name="ack_record" msgid="6716152390978472184">"Aufnahme bestätigen"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Gesamte Aufnahme löschen"</string> - <string name="ok_button" msgid="6519033415223065454">"Ok"</string> - <string name="delete_record" msgid="4645040331967533724">"Aufnahme löschen"</string> - <string name="start_server" msgid="9034821924409165795">"TCP-Server starten"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP-Server benachrichtigen"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Aufnahme einfügen"</string> + <string name="update_record" msgid="7201772850942641237">"Aufnahme bestätigen"</string> + <string name="ack_record" msgid="2404738476192250210">"Aufnahme bestätigen"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Gesamte Aufnahme löschen"</string> + <string name="ok_button" msgid="719865942400179601">"Ok"</string> + <string name="delete_record" msgid="5713885957446255270">"Aufnahme löschen"</string> + <string name="start_server" msgid="134483798422082514">"TCP-Server starten"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP-Server benachrichtigen"</string> </resources> diff --git a/android/app/res/values-el/strings.xml b/android/app/res/values-el/strings.xml index f9893b08ac..89e87e8d24 100644 --- a/android/app/res/values-el/strings.xml +++ b/android/app/res/values-el/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Πρόσβαση στη διαχείριση λήψεων."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Επιτρέπει στην εφαρμογή να αποκτά πρόσβαση στο πρόγραμμα διαχείρισης BluetoothShare και να το χρησιμοποιεί για τη μεταφορά αρχείων."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Πρόσβαση συσκευής Bluetooth επιτρεπόμενης λίστας."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Επιτρέπει στην εφαρμογή την προσωρινή προσθήκη συσκευής Bluetooth σε μια λίστα επιτρεπόμενων συσκευών, δίνοντας τη δυνατότητα στη συγκεκριμένη συσκευή να αποστέλλει αρχεία σε αυτήν τη συσκευή χωρίς επιβεβαίωση χρήστη."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Άγνωστη συσκευή"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Άγνωστος"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Λειτουργία πτήσης"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Δεν μπορείτε να χρησιμοποιήσετε το Bluetooth σε Λειτουργία πτήσης."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Για να χρησιμοποιήσετε υπηρεσίες Bluetooth, θα πρέπει πρώτα να ενεργοποιήσετε τη λειτουργία Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Να γίνει τώρα ενεργοποίηση του Bluetooth;"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Ακύρωση"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Ενεργοποίηση"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Μεταφορά αρχείου"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Αποδοχή εισερχόμενου αρχείου;"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Απόρριψη"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Αποδοχή"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Σημειώθηκε διακοπή κατά την αποδοχή ενός εισερχόμενου αρχείου από τον αποστολέα \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Εισερχόμενο αρχείο"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Ο χρήστης <xliff:g id="SENDER">%1$s</xliff:g> πρόκειται να στείλει το αρχείο <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Μοιραστείτε μέσω Bluetooth: Λήψη του <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Μοιραστείτε μέσω Bluetooth: Ελήφθη το <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Μοιραστείτε μέσω Bluetooth: Το αρχείο <xliff:g id="FILE">%1$s</xliff:g> δεν ελήφθη"</string> - <string name="notification_sending" msgid="3035748958534983833">"Μοιραστείτε μέσω Bluetooth: Αποστολή του <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Μοιραστείτε μέσω Bluetooth: Εστάλη το <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Ολοκληρώθηκε το 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Μοιραστείτε μέσω Bluetooth: Το αρχείο <xliff:g id="FILE">%1$s</xliff:g> δεν εστάλη"</string> - <string name="download_title" msgid="3353228219772092586">"Μεταφορά αρχείου"</string> - <string name="download_line1" msgid="4926604799202134144">"Από: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Αρχείο: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Μέγεθος αρχείου: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Λήψη αρχείου..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Διακοπή"</string> - <string name="download_ok" msgid="5000360731674466039">"Απόκρυψη"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Από"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Όνομα αρχείου"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Μέγεθος"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Δεν ελήφθη το αρχείο"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Αρχείο: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Λόγος: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ΟΚ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Το αρχείο ελήφθη"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Άνοιγμα"</string> - <string name="upload_line1" msgid="2055952074059709052">"Προς: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Τύπος αρχείου: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Αποστολή αρχείου..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Το αρχείο εστάλη"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ΟΚ"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Το αρχείο δεν εστάλη στον παραλήπτη \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Αρχείο: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Κλείσιμο"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ΟΚ"</string> - <string name="unknown_file" msgid="6092727753965095366">"Άγνωστο αρχείο"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Δεν υπάρχει καμία εφαρμογή για τη διαχείριση αυτού του τύπου αρχείου. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Κανένα αρχείο"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Το αρχείο δεν υπάρχει. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Περιμένετε..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Ενεργοποίηση Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Θα γίνει λήψη του αρχείου. Ελέγξτε την πρόοδο στο πλαίσιο \"Ειδοποιήσεις\"."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Δεν είναι δυνατή η παραλαβή του αρχείου."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Διακόπηκε η λήψη του αρχείου από τον αποστολέα \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Γίνεται αποστολή του αρχείου στον παραλήπτη \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Αποστολή <xliff:g id="NUMBER">%1$s</xliff:g> αρχείων στον παραλήπτη \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Διακόπηκε η αποστολή του αρχείου στον παραλήπτη \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Δεν υπάρχει αρκετός χώρος στον αποθηκευτικό χώρο USB για την αποθήκευση του αρχείου."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Δεν υπάρχει αρκετός χώρος στην κάρτα SD για την αποθήκευση του αρχείου."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Απαιτούμενος χώρος: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Πραγματοποιείται επεξεργασία πάρα πολλών αιτημάτων. Προσπαθήστε ξανά αργότερα."</string> - <string name="status_pending" msgid="2503691772030877944">"Η μεταφορά του αρχείου δεν έχει ξεκινήσει ακόμα."</string> - <string name="status_running" msgid="6562808920311008696">"Η μεταφορά του αρχείου βρίσκεται σε εξέλιξη."</string> - <string name="status_success" msgid="239573225847565868">"Η μεταφορά του αρχείου ολοκληρώθηκε με επιτυχία."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Το περιεχόμενο δεν υποστηρίζεται."</string> - <string name="status_forbidden" msgid="613956401054050725">"Δεν επιτρέπεται αυτή η μεταφορά από τη συσκευή προορισμού."</string> - <string name="status_canceled" msgid="6664490318773098285">"Η μεταφορά ακυρώθηκε από τον χρήστη."</string> - <string name="status_file_error" msgid="3671917770630165299">"Πρόβλημα αποθηκευτικού χώρου."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Δεν υπάρχει αποθηκευτικός χώρος USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Δεν υπάρχει κάρτα SD card. Εισαγάγετε μια κάρτα SD για να αποθηκεύετε τα μεταφερόμενα αρχεία."</string> - <string name="status_connection_error" msgid="947681831523219891">"Η σύνδεση δεν ήταν επιτυχής."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Δεν μπορεί να γίνει σωστός χειρισμός του αιτήματος."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Άγνωστο σφάλμα."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Ελήφθη μέσω Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Μοιραστείτε μέσω Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Ελήφθησαν πλήρως <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Ολοκληρώθηκε η αποστολή <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Εισερχόμενες μεταφορές"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Εξερχόμενες μεταφορές"</string> - <string name="no_transfers" msgid="3482965619151865672">"Το ιστορικό μεταφορών είναι κενό."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Όλα τα στοιχεία από τη λίστα θα διαγραφούν."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Κοινή χρήση Bluetooth: Απεσταλμένα αρχεία"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Κοινή χρήση Bluetooth: Ληφθέντα αρχεία"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Πρόσβαση στη διαχείριση λήψεων."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Επιτρέπει στην εφαρμογή να αποκτά πρόσβαση στο πρόγραμμα διαχείρισης BluetoothShare και να το χρησιμοποιεί για τη μεταφορά αρχείων."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Πρόσβαση συσκευής Bluetooth επιτρεπόμενης λίστας."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Επιτρέπει στην εφαρμογή την προσωρινή προσθήκη συσκευής Bluetooth σε μια λίστα επιτρεπόμενων συσκευών, δίνοντας τη δυνατότητα στη συγκεκριμένη συσκευή να αποστέλλει αρχεία σε αυτήν τη συσκευή χωρίς επιβεβαίωση χρήστη."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Άγνωστη συσκευή"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Άγνωστος"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Λειτουργία πτήσης"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Δεν μπορείτε να χρησιμοποιήσετε το Bluetooth σε Λειτουργία πτήσης."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Για να χρησιμοποιήσετε υπηρεσίες Bluetooth, θα πρέπει πρώτα να ενεργοποιήσετε τη λειτουργία Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Να γίνει τώρα ενεργοποίηση του Bluetooth;"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Ακύρωση"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Ενεργοποίηση"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Μεταφορά αρχείου"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Αποδοχή εισερχόμενου αρχείου;"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Απόρριψη"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Αποδοχή"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Σημειώθηκε διακοπή κατά την αποδοχή ενός εισερχόμενου αρχείου από τον αποστολέα \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Εισερχόμενο αρχείο"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Ο χρήστης <xliff:g id="SENDER">%1$s</xliff:g> είναι έτοιμος να στείλει ένα αρχείο: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Μοιραστείτε μέσω Bluetooth: Λήψη του <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Μοιραστείτε μέσω Bluetooth: Ελήφθη το <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Μοιραστείτε μέσω Bluetooth: Το αρχείο <xliff:g id="FILE">%1$s</xliff:g> δεν ελήφθη"</string> + <string name="notification_sending" msgid="8269912843286868700">"Μοιραστείτε μέσω Bluetooth: Αποστολή του <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Μοιραστείτε μέσω Bluetooth: Εστάλη το <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Ολοκληρώθηκε το 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Μοιραστείτε μέσω Bluetooth: Το αρχείο <xliff:g id="FILE">%1$s</xliff:g> δεν εστάλη"</string> + <string name="download_title" msgid="6449408649671518102">"Μεταφορά αρχείου"</string> + <string name="download_line1" msgid="6449220145685308846">"Από: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Αρχείο: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Μέγεθος αρχείου: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Λήψη αρχείου..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Διακοπή"</string> + <string name="download_ok" msgid="2404442707314575833">"Απόκρυψη"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Από"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Όνομα αρχείου"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Μέγεθος"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Δεν ελήφθη το αρχείο"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Αρχείο: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Λόγος: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ΟΚ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Το αρχείο ελήφθη"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Άνοιγμα"</string> + <string name="upload_line1" msgid="1912803923255989287">"Προς: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Τύπος αρχείου: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Αποστολή αρχείου..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Το αρχείο εστάλη"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ΟΚ"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Το αρχείο δεν εστάλη στον παραλήπτη \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Αρχείο: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Κλείσιμο"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ΟΚ"</string> + <string name="unknown_file" msgid="3719981572107052685">"Άγνωστο αρχείο"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Δεν υπάρχει καμία εφαρμογή για τη διαχείριση αυτού του τύπου αρχείου. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Κανένα αρχείο"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Το αρχείο δεν υπάρχει. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Περιμένετε..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Ενεργοποίηση Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Θα γίνει λήψη του αρχείου. Ελέγξτε την πρόοδο στο πλαίσιο \"Ειδοποιήσεις\"."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Δεν είναι δυνατή η παραλαβή του αρχείου."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Διακόπηκε η λήψη του αρχείου από τον αποστολέα \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Γίνεται αποστολή του αρχείου στον παραλήπτη \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Αποστολή <xliff:g id="NUMBER">%1$s</xliff:g> αρχείων στον παραλήπτη \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Διακόπηκε η αποστολή του αρχείου στον παραλήπτη \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Δεν υπάρχει αρκετός χώρος στον αποθηκευτικό χώρο USB για την αποθήκευση του αρχείου."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Δεν υπάρχει αρκετός χώρος στην κάρτα SD για την αποθήκευση του αρχείου."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Απαιτούμενος χώρος: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Πραγματοποιείται επεξεργασία πάρα πολλών αιτημάτων. Προσπαθήστε ξανά αργότερα."</string> + <string name="status_pending" msgid="4781040740237733479">"Η μεταφορά του αρχείου δεν έχει ξεκινήσει ακόμα."</string> + <string name="status_running" msgid="7419075903776657351">"Η μεταφορά του αρχείου βρίσκεται σε εξέλιξη."</string> + <string name="status_success" msgid="7963589000098719541">"Η μεταφορά του αρχείου ολοκληρώθηκε με επιτυχία."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Το περιεχόμενο δεν υποστηρίζεται."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Δεν επιτρέπεται αυτή η μεταφορά από τη συσκευή προορισμού."</string> + <string name="status_canceled" msgid="8441679418717978515">"Η μεταφορά ακυρώθηκε από τον χρήστη."</string> + <string name="status_file_error" msgid="5379018888714679311">"Πρόβλημα αποθηκευτικού χώρου."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Δεν υπάρχει αποθηκευτικός χώρος USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Δεν υπάρχει κάρτα SD card. Εισαγάγετε μια κάρτα SD για να αποθηκεύετε τα μεταφερόμενα αρχεία."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Η σύνδεση δεν ήταν επιτυχής."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Δεν μπορεί να γίνει σωστός χειρισμός του αιτήματος."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Άγνωστο σφάλμα."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Ελήφθη μέσω Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Μοιραστείτε μέσω Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Ελήφθησαν πλήρως <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Ολοκληρώθηκε η αποστολή <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Εισερχόμενες μεταφορές"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Εξερχόμενες μεταφορές"</string> + <string name="no_transfers" msgid="740521199933899821">"Το ιστορικό μεταφορών είναι κενό."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Όλα τα στοιχεία από τη λίστα θα διαγραφούν."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Κοινή χρήση Bluetooth: Απεσταλμένα αρχεία"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Κοινή χρήση Bluetooth: Ληφθέντα αρχεία"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ανεπιτυχή.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ανεπιτυχές.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> επιτυχή, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> επιτυχές, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Διαγραφή λίστας"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Άνοιγμα"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Διαγραφή από τη λίστα"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Διαγραφή"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Ακούγεται τώρα"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Αποθήκευση"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Ακύρωση"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Επιλέξτε τους λογαριασμούς που θέλετε να μοιραστείτε μέσω Bluetooth. Θα πρέπει ακόμη να αποδεχτείτε τυχόν αιτήματα πρόσβασης στους λογαριασμούς κατά τη σύνδεση."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Υποδοχές που απομένουν:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Εικονίδιο εφαρμογής"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Ρυθμίσεις κοινής χρήσης μηνυμάτων μέσω Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Δεν είναι δυνατή η επιλογή λογαριασμού. Απομένουν 0 υποδοχές"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Ο ήχος Bluetooth συνδέθηκε"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Ο ήχος Bluetooth αποσυνδέθηκε"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Ήχος Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Δεν είναι δυνατή η μεταφορά αρχείων που ξεπερνούν τα 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Σύνδεση σε Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Διαγραφή λίστας"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Άνοιγμα"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Διαγραφή από τη λίστα"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Διαγραφή"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Ακούγεται τώρα"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Αποθήκευση"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Ακύρωση"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Επιλέξτε τους λογαριασμούς που θέλετε να μοιραστείτε μέσω Bluetooth. Θα πρέπει ακόμη να αποδεχτείτε τυχόν αιτήματα πρόσβασης στους λογαριασμούς κατά τη σύνδεση."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Υποδοχές που απομένουν:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Εικονίδιο εφαρμογής"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Ρυθμίσεις κοινής χρήσης μηνυμάτων μέσω Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Δεν είναι δυνατή η επιλογή λογαριασμού. Απομένουν 0 υποδοχές"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Ο ήχος Bluetooth συνδέθηκε"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Ο ήχος Bluetooth αποσυνδέθηκε"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Ήχος Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Δεν είναι δυνατή η μεταφορά αρχείων που ξεπερνούν τα 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Σύνδεση σε Bluetooth"</string> </resources> diff --git a/android/app/res/values-el/strings_pbap.xml b/android/app/res/values-el/strings_pbap.xml index 634256fba7..a68c25b3b3 100644 --- a/android/app/res/values-el/strings_pbap.xml +++ b/android/app/res/values-el/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Πληκτρολογήστε το κλειδί της περιόδου σύνδεσης για το %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Απαιτείται κλειδί περιόδου σύνδεσης Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Υπήρχε χρονικό όριο για την αποδοχή της σύνδεσης με τη συσκευή %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Το χρονικό όριο του κλειδιού περιόδου σύνδεσης εισόδου με το %1$s έληξε"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Αίτημα ελέγχου ταυτότητας Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Κλειδί περιόδου σύνδεσης"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Πληκτρολογήστε το κλειδί της περιόδου σύνδεσης για το %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Κιτ αυτοκινήτου"</string> - <string name="unknownName" msgid="2841414754740600042">"Άγνωστο όνομα"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Το όνομα μου"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Κοινοποίηση επαφών μέσω Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Πληκτρολογήστε το κλειδί της περιόδου σύνδεσης για το %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Απαιτείται κλειδί περιόδου σύνδεσης Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Υπήρχε χρονικό όριο για την αποδοχή της σύνδεσης με τη συσκευή %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Το χρονικό όριο του κλειδιού περιόδου σύνδεσης εισόδου με το %1$s έληξε"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Αίτημα ελέγχου ταυτότητας Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Κλειδί περιόδου σύνδεσης"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Πληκτρολογήστε το κλειδί της περιόδου σύνδεσης για το %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Κιτ αυτοκινήτου"</string> + <string name="unknownName" msgid="6755061296103155293">"Άγνωστο όνομα"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Το όνομα μου"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Κοινοποίηση επαφών μέσω Bluetooth"</string> </resources> diff --git a/android/app/res/values-el/strings_pbap_client.xml b/android/app/res/values-el/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-el/strings_pbap_client.xml +++ b/android/app/res/values-el/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-el/strings_sap.xml b/android/app/res/values-el/strings_sap.xml index 5f3ae5e4ae..07c93115be 100644 --- a/android/app/res/values-el/strings_sap.xml +++ b/android/app/res/values-el/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Πρόσβαση SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Πρόσβαση SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Αίτημα εφαρμογής-πελάτη για αποσύνδεση;"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Αναμονή για αποσύνδεση εφαρμογής-πελάτη"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Αποσύνδεση"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Αναγκαστική αποσύνδεση"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Πρόσβαση SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Πρόσβαση SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Αίτημα εφαρμογής-πελάτη για αποσύνδεση;"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Αναμονή για αποσύνδεση εφαρμογής-πελάτη"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Αποσύνδεση"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Αναγκαστική αποσύνδεση"</string> </resources> diff --git a/android/app/res/values-el/test_strings.xml b/android/app/res/values-el/test_strings.xml index 7fde900fa5..fbc639cb16 100644 --- a/android/app/res/values-el/test_strings.xml +++ b/android/app/res/values-el/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Εισαγωγή αρχείου"</string> - <string name="update_record" msgid="2480425402384910635">"Επιβεβαίωση αρχείου"</string> - <string name="ack_record" msgid="6716152390978472184">"Αρχείο ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Διαγραφή όλων των αρχείων"</string> - <string name="ok_button" msgid="6519033415223065454">"ΟΚ"</string> - <string name="delete_record" msgid="4645040331967533724">"Διαγραφή αρχείου"</string> - <string name="start_server" msgid="9034821924409165795">"Εκκίνηση διακομιστή TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Να ειδοποιείται ο διακομιστής TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Εισαγωγή αρχείου"</string> + <string name="update_record" msgid="7201772850942641237">"Επιβεβαίωση αρχείου"</string> + <string name="ack_record" msgid="2404738476192250210">"Αρχείο ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Διαγραφή όλων των αρχείων"</string> + <string name="ok_button" msgid="719865942400179601">"ΟΚ"</string> + <string name="delete_record" msgid="5713885957446255270">"Διαγραφή αρχείου"</string> + <string name="start_server" msgid="134483798422082514">"Εκκίνηση διακομιστή TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Να ειδοποιείται ο διακομιστής TCP"</string> </resources> diff --git a/android/app/res/values-en-rAU/strings.xml b/android/app/res/values-en-rAU/strings.xml index 7db5afa955..5ebf7e46a0 100644 --- a/android/app/res/values-en-rAU/strings.xml +++ b/android/app/res/values-en-rAU/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Access download manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceptlist Bluetooth device access."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Unknown device"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Unknown"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Aeroplane mode"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"You can\'t use Bluetooth in Aeroplane mode."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"To use Bluetooth services, you must first turn on Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Turn on Bluetooth now?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Turn on"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"File transfer"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accept incoming file?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Decline"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accept"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Incoming file"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% complete"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> - <string name="download_title" msgid="3353228219772092586">"File transfer"</string> - <string name="download_line1" msgid="4926604799202134144">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Receiving file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Hide"</string> - <string name="incoming_line1" msgid="2127419875681087545">"From"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filename"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Size"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File not received"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File received"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Open"</string> - <string name="upload_line1" msgid="2055952074059709052">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sending file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File sent"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Close"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Unknown file"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"There\'s no app to handle this type of file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"The file doesn\'t exist. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Please wait…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Turning on Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"The file will be received. Check progress in the Notifications panel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"The file can\'t be received."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"There isn\'t enough space in USB storage to save the file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"There isn\'t enough space on the SD card to save the file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Too many requests are being processed. Try again later."</string> - <string name="status_pending" msgid="2503691772030877944">"File transfer not started yet"</string> - <string name="status_running" msgid="6562808920311008696">"File transfer is ongoing."</string> - <string name="status_success" msgid="239573225847565868">"File transfer completed successfully."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Content isn\'t supported."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer forbidden by target device."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer cancelled by user."</string> - <string name="status_file_error" msgid="3671917770630165299">"Storage issue"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"No USB storage."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No SD card. Insert an SD card to save transferred files."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connection unsuccessful."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Request can\'t be handled correctly."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Unknown error."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth received"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Share"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inbound transfers"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Outbound transfers"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transfer history is empty."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"All items will be cleared from the list."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: Sent files"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: Received files"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Access download manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceptlist Bluetooth device access."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Unknown device"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Unknown"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Aeroplane mode"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"You can\'t use Bluetooth in Aeroplane mode."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"To use Bluetooth services, you must first turn on Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Turn on Bluetooth now?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancel"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Turn on"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"File transfer"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accept incoming file?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Decline"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accept"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Incoming file"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send a file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% complete"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> + <string name="download_title" msgid="6449408649671518102">"File transfer"</string> + <string name="download_line1" msgid="6449220145685308846">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Receiving file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Hide"</string> + <string name="incoming_line1" msgid="6342300988329482408">"From"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filename"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Size"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File not received"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File received"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Open"</string> + <string name="upload_line1" msgid="1912803923255989287">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sending file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File sent"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Close"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Unknown file"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"There\'s no app to handle this type of file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"The file doesn\'t exist. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Please wait…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Turning on Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"The file will be received. Check progress in the Notifications panel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"The file can\'t be received."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"There isn\'t enough space in USB storage to save the file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"There isn\'t enough space on the SD card to save the file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Too many requests are being processed. Try again later."</string> + <string name="status_pending" msgid="4781040740237733479">"File transfer not started yet"</string> + <string name="status_running" msgid="7419075903776657351">"File transfer is ongoing."</string> + <string name="status_success" msgid="7963589000098719541">"File transfer completed successfully."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Content isn\'t supported."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer forbidden by target device."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer cancelled by user."</string> + <string name="status_file_error" msgid="5379018888714679311">"Storage issue"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"No USB storage."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No SD card. Insert an SD card to save transferred files."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connection unsuccessful."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Request can\'t be handled correctly."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Unknown error."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth received"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Share"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inbound transfers"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Outbound transfers"</string> + <string name="no_transfers" msgid="740521199933899821">"Transfer history is empty."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"All items will be cleared from the list."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth share: Sent files"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth share: Received files"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> unsuccessful.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> successful, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Clear list"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Open"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Clear from list"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Clear"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Save"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancel"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slots left:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Application icon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth message sharing settings"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Cannot select account. 0 slots left"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio connected"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio disconnected"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Files bigger than 4 GB cannot be transferred"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connect to Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Clear list"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Open"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Clear from list"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Clear"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Save"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancel"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slots left:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Application icon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth message sharing settings"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Cannot select account. 0 slots left"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio connected"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio disconnected"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Files bigger than 4 GB cannot be transferred"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connect to Bluetooth"</string> </resources> diff --git a/android/app/res/values-en-rAU/strings_pbap.xml b/android/app/res/values-en-rAU/strings_pbap.xml index fd4e5120fb..c7b8dc853b 100644 --- a/android/app/res/values-en-rAU/strings_pbap.xml +++ b/android/app/res/values-en-rAU/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Type session key for %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth session key required"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"There was time out to accept connection with %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"There was a timeout to input session key with %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex authentication request"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Session key"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Type session key for %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Car Kit"</string> - <string name="unknownName" msgid="2841414754740600042">"Unknown name"</string> - <string name="localPhoneName" msgid="2349001318925409159">"My name"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Contact share"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Type session key for %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth session key required"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"There was time out to accept connection with %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"There was a timeout to input session key with %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex authentication request"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Session key"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Type session key for %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Car Kit"</string> + <string name="unknownName" msgid="6755061296103155293">"Unknown name"</string> + <string name="localPhoneName" msgid="9119254982537191352">"My name"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Contact share"</string> </resources> diff --git a/android/app/res/values-en-rAU/strings_pbap_client.xml b/android/app/res/values-en-rAU/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-en-rAU/strings_pbap_client.xml +++ b/android/app/res/values-en-rAU/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-en-rAU/strings_sap.xml b/android/app/res/values-en-rAU/strings_sap.xml index 2ebae8c856..29288d1eff 100644 --- a/android/app/res/values-en-rAU/strings_sap.xml +++ b/android/app/res/values-en-rAU/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Request client to disconnect?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Waiting for client to disconnect"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Disconnect"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Force disconnect"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Request client to disconnect?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Waiting for client to disconnect"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Disconnect"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Force disconnect"</string> </resources> diff --git a/android/app/res/values-en-rAU/test_strings.xml b/android/app/res/values-en-rAU/test_strings.xml index 63128eee32..d83ac6db89 100644 --- a/android/app/res/values-en-rAU/test_strings.xml +++ b/android/app/res/values-en-rAU/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insert record"</string> - <string name="update_record" msgid="2480425402384910635">"Confirm record"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Delete all record"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Delete record"</string> - <string name="start_server" msgid="9034821924409165795">"Start TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insert record"</string> + <string name="update_record" msgid="7201772850942641237">"Confirm record"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Delete all record"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Delete record"</string> + <string name="start_server" msgid="134483798422082514">"Start TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Notify TCP server"</string> </resources> diff --git a/android/app/res/values-en-rCA/strings.xml b/android/app/res/values-en-rCA/strings.xml index b07f643732..51c85c02ab 100644 --- a/android/app/res/values-en-rCA/strings.xml +++ b/android/app/res/values-en-rCA/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Access download manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceptlist Bluetooth device access."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Unknown device"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Unknown"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Airplane mode"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"You can\'t use Bluetooth in Airplane mode."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"To use Bluetooth services, you must first turn on Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Turn on Bluetooth now?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Turn on"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"File transfer"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accept incoming file?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Decline"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accept"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Incoming file"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% complete"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> - <string name="download_title" msgid="3353228219772092586">"File transfer"</string> - <string name="download_line1" msgid="4926604799202134144">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Receiving file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Hide"</string> - <string name="incoming_line1" msgid="2127419875681087545">"From"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filename"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Size"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File not received"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File received"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Open"</string> - <string name="upload_line1" msgid="2055952074059709052">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sending file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File sent"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Close"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Unknown file"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"There\'s no app to handle this type of file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"The file doesn\'t exist. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Please wait…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Turning on Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"The file will be received. Check progress in the Notifications panel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"The file can\'t be received."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"There isn\'t enough space in USB storage to save the file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"There isn\'t enough space on the SD card to save the file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Too many requests are being processed. Try again later."</string> - <string name="status_pending" msgid="2503691772030877944">"File transfer not started yet"</string> - <string name="status_running" msgid="6562808920311008696">"File transfer is ongoing."</string> - <string name="status_success" msgid="239573225847565868">"File transfer completed successfully."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Content isn\'t supported."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer forbidden by target device."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer cancelled by user."</string> - <string name="status_file_error" msgid="3671917770630165299">"Storage issue"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"No USB storage."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No SD card. Insert an SD card to save transferred files."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connection unsuccessful."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Request can\'t be handled correctly."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Unknown error."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth received"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Share"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inbound transfers"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Outbound transfers"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transfer history is empty."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"All items will be cleared from the list."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: Sent files"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: Received files"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Access download manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceptlist Bluetooth device access."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Unknown device"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Unknown"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Airplane mode"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"You can\'t use Bluetooth in Airplane mode."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"To use Bluetooth services, you must first turn on Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Turn on Bluetooth now?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancel"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Turn on"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"File transfer"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accept incoming file?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Decline"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accept"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Incoming file"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send a file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% complete"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> + <string name="download_title" msgid="6449408649671518102">"File transfer"</string> + <string name="download_line1" msgid="6449220145685308846">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Receiving file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Hide"</string> + <string name="incoming_line1" msgid="6342300988329482408">"From"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filename"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Size"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File not received"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File received"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Open"</string> + <string name="upload_line1" msgid="1912803923255989287">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sending file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File sent"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Close"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Unknown file"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"There\'s no app to handle this type of file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"The file doesn\'t exist. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Please wait…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Turning on Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"The file will be received. Check progress in the Notifications panel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"The file can\'t be received."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"There isn\'t enough space in USB storage to save the file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"There isn\'t enough space on the SD card to save the file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Too many requests are being processed. Try again later."</string> + <string name="status_pending" msgid="4781040740237733479">"File transfer not started yet"</string> + <string name="status_running" msgid="7419075903776657351">"File transfer is ongoing."</string> + <string name="status_success" msgid="7963589000098719541">"File transfer completed successfully."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Content isn\'t supported."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer forbidden by target device."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer cancelled by user."</string> + <string name="status_file_error" msgid="5379018888714679311">"Storage issue"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"No USB storage."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No SD card. Insert an SD card to save transferred files."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connection unsuccessful."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Request can\'t be handled correctly."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Unknown error."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth received"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Share"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inbound transfers"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Outbound transfers"</string> + <string name="no_transfers" msgid="740521199933899821">"Transfer history is empty."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"All items will be cleared from the list."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth share: Sent files"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth share: Received files"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> unsuccessful.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> successful, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Clear list"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Open"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Clear from list"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Clear"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Save"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancel"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slots left:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Application icon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth message sharing settings"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Cannot select account. 0 slots left"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio connected"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio disconnected"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Files bigger than 4 GB cannot be transferred"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connect to Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Clear list"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Open"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Clear from list"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Clear"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Save"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancel"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slots left:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Application icon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth message sharing settings"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Cannot select account. 0 slots left"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio connected"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio disconnected"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Files bigger than 4 GB cannot be transferred"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connect to Bluetooth"</string> </resources> diff --git a/android/app/res/values-en-rCA/strings_pbap.xml b/android/app/res/values-en-rCA/strings_pbap.xml index fd4e5120fb..c7b8dc853b 100644 --- a/android/app/res/values-en-rCA/strings_pbap.xml +++ b/android/app/res/values-en-rCA/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Type session key for %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth session key required"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"There was time out to accept connection with %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"There was a timeout to input session key with %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex authentication request"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Session key"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Type session key for %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Car Kit"</string> - <string name="unknownName" msgid="2841414754740600042">"Unknown name"</string> - <string name="localPhoneName" msgid="2349001318925409159">"My name"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Contact share"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Type session key for %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth session key required"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"There was time out to accept connection with %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"There was a timeout to input session key with %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex authentication request"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Session key"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Type session key for %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Car Kit"</string> + <string name="unknownName" msgid="6755061296103155293">"Unknown name"</string> + <string name="localPhoneName" msgid="9119254982537191352">"My name"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Contact share"</string> </resources> diff --git a/android/app/res/values-en-rCA/strings_pbap_client.xml b/android/app/res/values-en-rCA/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-en-rCA/strings_pbap_client.xml +++ b/android/app/res/values-en-rCA/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-en-rCA/strings_sap.xml b/android/app/res/values-en-rCA/strings_sap.xml index 2ebae8c856..29288d1eff 100644 --- a/android/app/res/values-en-rCA/strings_sap.xml +++ b/android/app/res/values-en-rCA/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Request client to disconnect?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Waiting for client to disconnect"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Disconnect"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Force disconnect"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Request client to disconnect?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Waiting for client to disconnect"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Disconnect"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Force disconnect"</string> </resources> diff --git a/android/app/res/values-en-rCA/test_strings.xml b/android/app/res/values-en-rCA/test_strings.xml index 63128eee32..d83ac6db89 100644 --- a/android/app/res/values-en-rCA/test_strings.xml +++ b/android/app/res/values-en-rCA/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insert record"</string> - <string name="update_record" msgid="2480425402384910635">"Confirm record"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Delete all record"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Delete record"</string> - <string name="start_server" msgid="9034821924409165795">"Start TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insert record"</string> + <string name="update_record" msgid="7201772850942641237">"Confirm record"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Delete all record"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Delete record"</string> + <string name="start_server" msgid="134483798422082514">"Start TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Notify TCP server"</string> </resources> diff --git a/android/app/res/values-en-rGB/strings.xml b/android/app/res/values-en-rGB/strings.xml index 7db5afa955..5ebf7e46a0 100644 --- a/android/app/res/values-en-rGB/strings.xml +++ b/android/app/res/values-en-rGB/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Access download manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceptlist Bluetooth device access."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Unknown device"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Unknown"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Aeroplane mode"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"You can\'t use Bluetooth in Aeroplane mode."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"To use Bluetooth services, you must first turn on Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Turn on Bluetooth now?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Turn on"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"File transfer"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accept incoming file?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Decline"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accept"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Incoming file"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% complete"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> - <string name="download_title" msgid="3353228219772092586">"File transfer"</string> - <string name="download_line1" msgid="4926604799202134144">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Receiving file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Hide"</string> - <string name="incoming_line1" msgid="2127419875681087545">"From"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filename"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Size"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File not received"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File received"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Open"</string> - <string name="upload_line1" msgid="2055952074059709052">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sending file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File sent"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Close"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Unknown file"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"There\'s no app to handle this type of file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"The file doesn\'t exist. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Please wait…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Turning on Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"The file will be received. Check progress in the Notifications panel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"The file can\'t be received."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"There isn\'t enough space in USB storage to save the file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"There isn\'t enough space on the SD card to save the file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Too many requests are being processed. Try again later."</string> - <string name="status_pending" msgid="2503691772030877944">"File transfer not started yet"</string> - <string name="status_running" msgid="6562808920311008696">"File transfer is ongoing."</string> - <string name="status_success" msgid="239573225847565868">"File transfer completed successfully."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Content isn\'t supported."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer forbidden by target device."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer cancelled by user."</string> - <string name="status_file_error" msgid="3671917770630165299">"Storage issue"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"No USB storage."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No SD card. Insert an SD card to save transferred files."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connection unsuccessful."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Request can\'t be handled correctly."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Unknown error."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth received"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Share"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inbound transfers"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Outbound transfers"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transfer history is empty."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"All items will be cleared from the list."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: Sent files"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: Received files"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Access download manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceptlist Bluetooth device access."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Unknown device"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Unknown"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Aeroplane mode"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"You can\'t use Bluetooth in Aeroplane mode."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"To use Bluetooth services, you must first turn on Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Turn on Bluetooth now?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancel"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Turn on"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"File transfer"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accept incoming file?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Decline"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accept"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Incoming file"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send a file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% complete"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> + <string name="download_title" msgid="6449408649671518102">"File transfer"</string> + <string name="download_line1" msgid="6449220145685308846">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Receiving file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Hide"</string> + <string name="incoming_line1" msgid="6342300988329482408">"From"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filename"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Size"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File not received"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File received"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Open"</string> + <string name="upload_line1" msgid="1912803923255989287">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sending file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File sent"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Close"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Unknown file"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"There\'s no app to handle this type of file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"The file doesn\'t exist. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Please wait…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Turning on Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"The file will be received. Check progress in the Notifications panel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"The file can\'t be received."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"There isn\'t enough space in USB storage to save the file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"There isn\'t enough space on the SD card to save the file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Too many requests are being processed. Try again later."</string> + <string name="status_pending" msgid="4781040740237733479">"File transfer not started yet"</string> + <string name="status_running" msgid="7419075903776657351">"File transfer is ongoing."</string> + <string name="status_success" msgid="7963589000098719541">"File transfer completed successfully."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Content isn\'t supported."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer forbidden by target device."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer cancelled by user."</string> + <string name="status_file_error" msgid="5379018888714679311">"Storage issue"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"No USB storage."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No SD card. Insert an SD card to save transferred files."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connection unsuccessful."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Request can\'t be handled correctly."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Unknown error."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth received"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Share"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inbound transfers"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Outbound transfers"</string> + <string name="no_transfers" msgid="740521199933899821">"Transfer history is empty."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"All items will be cleared from the list."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth share: Sent files"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth share: Received files"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> unsuccessful.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> successful, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Clear list"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Open"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Clear from list"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Clear"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Save"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancel"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slots left:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Application icon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth message sharing settings"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Cannot select account. 0 slots left"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio connected"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio disconnected"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Files bigger than 4 GB cannot be transferred"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connect to Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Clear list"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Open"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Clear from list"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Clear"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Save"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancel"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slots left:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Application icon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth message sharing settings"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Cannot select account. 0 slots left"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio connected"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio disconnected"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Files bigger than 4 GB cannot be transferred"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connect to Bluetooth"</string> </resources> diff --git a/android/app/res/values-en-rGB/strings_pbap.xml b/android/app/res/values-en-rGB/strings_pbap.xml index fd4e5120fb..c7b8dc853b 100644 --- a/android/app/res/values-en-rGB/strings_pbap.xml +++ b/android/app/res/values-en-rGB/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Type session key for %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth session key required"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"There was time out to accept connection with %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"There was a timeout to input session key with %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex authentication request"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Session key"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Type session key for %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Car Kit"</string> - <string name="unknownName" msgid="2841414754740600042">"Unknown name"</string> - <string name="localPhoneName" msgid="2349001318925409159">"My name"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Contact share"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Type session key for %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth session key required"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"There was time out to accept connection with %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"There was a timeout to input session key with %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex authentication request"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Session key"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Type session key for %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Car Kit"</string> + <string name="unknownName" msgid="6755061296103155293">"Unknown name"</string> + <string name="localPhoneName" msgid="9119254982537191352">"My name"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Contact share"</string> </resources> diff --git a/android/app/res/values-en-rGB/strings_pbap_client.xml b/android/app/res/values-en-rGB/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-en-rGB/strings_pbap_client.xml +++ b/android/app/res/values-en-rGB/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-en-rGB/strings_sap.xml b/android/app/res/values-en-rGB/strings_sap.xml index 2ebae8c856..29288d1eff 100644 --- a/android/app/res/values-en-rGB/strings_sap.xml +++ b/android/app/res/values-en-rGB/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Request client to disconnect?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Waiting for client to disconnect"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Disconnect"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Force disconnect"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Request client to disconnect?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Waiting for client to disconnect"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Disconnect"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Force disconnect"</string> </resources> diff --git a/android/app/res/values-en-rGB/test_strings.xml b/android/app/res/values-en-rGB/test_strings.xml index 63128eee32..d83ac6db89 100644 --- a/android/app/res/values-en-rGB/test_strings.xml +++ b/android/app/res/values-en-rGB/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insert record"</string> - <string name="update_record" msgid="2480425402384910635">"Confirm record"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Delete all record"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Delete record"</string> - <string name="start_server" msgid="9034821924409165795">"Start TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insert record"</string> + <string name="update_record" msgid="7201772850942641237">"Confirm record"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Delete all record"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Delete record"</string> + <string name="start_server" msgid="134483798422082514">"Start TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Notify TCP server"</string> </resources> diff --git a/android/app/res/values-en-rIN/strings.xml b/android/app/res/values-en-rIN/strings.xml index 7db5afa955..5ebf7e46a0 100644 --- a/android/app/res/values-en-rIN/strings.xml +++ b/android/app/res/values-en-rIN/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Access download manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceptlist Bluetooth device access."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Unknown device"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Unknown"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Aeroplane mode"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"You can\'t use Bluetooth in Aeroplane mode."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"To use Bluetooth services, you must first turn on Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Turn on Bluetooth now?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Turn on"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"File transfer"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accept incoming file?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Decline"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accept"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Incoming file"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% complete"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> - <string name="download_title" msgid="3353228219772092586">"File transfer"</string> - <string name="download_line1" msgid="4926604799202134144">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Receiving file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Hide"</string> - <string name="incoming_line1" msgid="2127419875681087545">"From"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filename"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Size"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File not received"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File received"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Open"</string> - <string name="upload_line1" msgid="2055952074059709052">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sending file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File sent"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Close"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Unknown file"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"There\'s no app to handle this type of file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"The file doesn\'t exist. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Please wait…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Turning on Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"The file will be received. Check progress in the Notifications panel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"The file can\'t be received."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"There isn\'t enough space in USB storage to save the file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"There isn\'t enough space on the SD card to save the file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Too many requests are being processed. Try again later."</string> - <string name="status_pending" msgid="2503691772030877944">"File transfer not started yet"</string> - <string name="status_running" msgid="6562808920311008696">"File transfer is ongoing."</string> - <string name="status_success" msgid="239573225847565868">"File transfer completed successfully."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Content isn\'t supported."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer forbidden by target device."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer cancelled by user."</string> - <string name="status_file_error" msgid="3671917770630165299">"Storage issue"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"No USB storage."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No SD card. Insert an SD card to save transferred files."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connection unsuccessful."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Request can\'t be handled correctly."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Unknown error."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth received"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Share"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inbound transfers"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Outbound transfers"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transfer history is empty."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"All items will be cleared from the list."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: Sent files"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: Received files"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Access download manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceptlist Bluetooth device access."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Unknown device"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Unknown"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Aeroplane mode"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"You can\'t use Bluetooth in Aeroplane mode."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"To use Bluetooth services, you must first turn on Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Turn on Bluetooth now?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancel"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Turn on"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"File transfer"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accept incoming file?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Decline"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accept"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Incoming file"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send a file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% complete"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> + <string name="download_title" msgid="6449408649671518102">"File transfer"</string> + <string name="download_line1" msgid="6449220145685308846">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Receiving file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Hide"</string> + <string name="incoming_line1" msgid="6342300988329482408">"From"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filename"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Size"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File not received"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File received"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Open"</string> + <string name="upload_line1" msgid="1912803923255989287">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sending file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File sent"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Close"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Unknown file"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"There\'s no app to handle this type of file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"The file doesn\'t exist. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Please wait…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Turning on Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"The file will be received. Check progress in the Notifications panel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"The file can\'t be received."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"There isn\'t enough space in USB storage to save the file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"There isn\'t enough space on the SD card to save the file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Too many requests are being processed. Try again later."</string> + <string name="status_pending" msgid="4781040740237733479">"File transfer not started yet"</string> + <string name="status_running" msgid="7419075903776657351">"File transfer is ongoing."</string> + <string name="status_success" msgid="7963589000098719541">"File transfer completed successfully."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Content isn\'t supported."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer forbidden by target device."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer cancelled by user."</string> + <string name="status_file_error" msgid="5379018888714679311">"Storage issue"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"No USB storage."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No SD card. Insert an SD card to save transferred files."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connection unsuccessful."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Request can\'t be handled correctly."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Unknown error."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth received"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Share"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inbound transfers"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Outbound transfers"</string> + <string name="no_transfers" msgid="740521199933899821">"Transfer history is empty."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"All items will be cleared from the list."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth share: Sent files"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth share: Received files"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> unsuccessful.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> successful, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Clear list"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Open"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Clear from list"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Clear"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Save"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancel"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slots left:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Application icon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth message sharing settings"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Cannot select account. 0 slots left"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio connected"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio disconnected"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Files bigger than 4 GB cannot be transferred"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connect to Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Clear list"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Open"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Clear from list"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Clear"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Save"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancel"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Select the accounts that you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slots left:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Application icon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth message sharing settings"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Cannot select account. 0 slots left"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio connected"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio disconnected"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Files bigger than 4 GB cannot be transferred"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connect to Bluetooth"</string> </resources> diff --git a/android/app/res/values-en-rIN/strings_pbap.xml b/android/app/res/values-en-rIN/strings_pbap.xml index fd4e5120fb..c7b8dc853b 100644 --- a/android/app/res/values-en-rIN/strings_pbap.xml +++ b/android/app/res/values-en-rIN/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Type session key for %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth session key required"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"There was time out to accept connection with %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"There was a timeout to input session key with %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex authentication request"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Session key"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Type session key for %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Car Kit"</string> - <string name="unknownName" msgid="2841414754740600042">"Unknown name"</string> - <string name="localPhoneName" msgid="2349001318925409159">"My name"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Contact share"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Type session key for %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth session key required"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"There was time out to accept connection with %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"There was a timeout to input session key with %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex authentication request"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Session key"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Type session key for %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Car Kit"</string> + <string name="unknownName" msgid="6755061296103155293">"Unknown name"</string> + <string name="localPhoneName" msgid="9119254982537191352">"My name"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Contact share"</string> </resources> diff --git a/android/app/res/values-en-rIN/strings_pbap_client.xml b/android/app/res/values-en-rIN/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-en-rIN/strings_pbap_client.xml +++ b/android/app/res/values-en-rIN/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-en-rIN/strings_sap.xml b/android/app/res/values-en-rIN/strings_sap.xml index 2ebae8c856..29288d1eff 100644 --- a/android/app/res/values-en-rIN/strings_sap.xml +++ b/android/app/res/values-en-rIN/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Request client to disconnect?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Waiting for client to disconnect"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Disconnect"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Force disconnect"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Request client to disconnect?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Waiting for client to disconnect"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Disconnect"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Force disconnect"</string> </resources> diff --git a/android/app/res/values-en-rIN/test_strings.xml b/android/app/res/values-en-rIN/test_strings.xml index 63128eee32..d83ac6db89 100644 --- a/android/app/res/values-en-rIN/test_strings.xml +++ b/android/app/res/values-en-rIN/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insert record"</string> - <string name="update_record" msgid="2480425402384910635">"Confirm record"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Delete all record"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Delete record"</string> - <string name="start_server" msgid="9034821924409165795">"Start TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insert record"</string> + <string name="update_record" msgid="7201772850942641237">"Confirm record"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Delete all record"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Delete record"</string> + <string name="start_server" msgid="134483798422082514">"Start TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Notify TCP server"</string> </resources> diff --git a/android/app/res/values-en-rXC/strings.xml b/android/app/res/values-en-rXC/strings.xml index 096e9148ef..004b24236d 100644 --- a/android/app/res/values-en-rXC/strings.xml +++ b/android/app/res/values-en-rXC/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Access download manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Allows the app to access the BluetoothShare manager and use it to transfer files."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceptlist bluetooth device access."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Unknown device"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Unknown"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Airplane mode"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"You can\'t use Bluetooth in Airplane mode."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"To use Bluetooth services, you must first turn on Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Turn on Bluetooth now?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Turn on"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"File transfer"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accept incoming file?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Decline"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accept"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Incoming file"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% complete"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> - <string name="download_title" msgid="3353228219772092586">"File transfer"</string> - <string name="download_line1" msgid="4926604799202134144">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Receiving file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stop"</string> - <string name="download_ok" msgid="5000360731674466039">"Hide"</string> - <string name="incoming_line1" msgid="2127419875681087545">"From"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filename"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Size"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File not received"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File received"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Open"</string> - <string name="upload_line1" msgid="2055952074059709052">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sending file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File sent"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Close"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Unknown file"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"There\'s no app to handle this type of file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"The file doesn\'t exist. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Please wait…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Turning on Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"The file will be received. Check progress in the Notifications panel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"The file can\'t be received."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"There isn\'t enough space in USB storage to save the file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"There isn\'t enough space on the SD card to save the file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Too many requests are being processed. Try again later."</string> - <string name="status_pending" msgid="2503691772030877944">"File transfer not started yet."</string> - <string name="status_running" msgid="6562808920311008696">"File transfer is ongoing."</string> - <string name="status_success" msgid="239573225847565868">"File transfer completed successfully."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Content isn\'t supported."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer forbidden by target device."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer canceled by user."</string> - <string name="status_file_error" msgid="3671917770630165299">"Storage issue."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"No USB storage."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No SD card. Insert an SD card to save transferred files."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connection unsuccessful."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Request can\'t be handled correctly."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Unknown error."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth received"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Share"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inbound transfers"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Outbound transfers"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transfer history is empty."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"All items will be cleared from the list."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: Sent files"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: Received files"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> - <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> - <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> unsuccessful.</item> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Access download manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Allows the app to access the BluetoothShare manager and use it to transfer files."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceptlist bluetooth device access."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Allows the app to temporarily acceptlist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Unknown device"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Unknown"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Airplane mode"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"You can\'t use Bluetooth in Airplane mode."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"To use Bluetooth services, you must first turn on Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Turn on Bluetooth now?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancel"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Turn on"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"File transfer"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accept incoming file?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Decline"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accept"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"There was a timeout while accepting an incoming file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Incoming file"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is ready to send a file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth share: Receiving <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth share: Received <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not received"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth share: Sending <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth share: Sent <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% complete"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth share: File <xliff:g id="FILE">%1$s</xliff:g> not sent"</string> + <string name="download_title" msgid="6449408649671518102">"File transfer"</string> + <string name="download_line1" msgid="6449220145685308846">"From: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"File size: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Receiving file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stop"</string> + <string name="download_ok" msgid="2404442707314575833">"Hide"</string> + <string name="incoming_line1" msgid="6342300988329482408">"From"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filename"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Size"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File not received"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Reason: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File received"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Open"</string> + <string name="upload_line1" msgid="1912803923255989287">"To: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"File type: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sending file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File sent"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"The file wasn\'t sent to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Close"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Unknown file"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"There\'s no app to handle this type of file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"The file doesn\'t exist. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Please wait…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Turning on Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"The file will be received. Check progress in the Notifications panel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"The file can\'t be received."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Stopped receiving file from \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sending <xliff:g id="NUMBER">%1$s</xliff:g> files to \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Stopped sending file to \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"There isn\'t enough space in USB storage to save the file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"There isn\'t enough space on the SD card to save the file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Space needed: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Too many requests are being processed. Try again later."</string> + <string name="status_pending" msgid="4781040740237733479">"File transfer not started yet."</string> + <string name="status_running" msgid="7419075903776657351">"File transfer is ongoing."</string> + <string name="status_success" msgid="7963589000098719541">"File transfer completed successfully."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Content isn\'t supported."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer forbidden by target device."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer canceled by user."</string> + <string name="status_file_error" msgid="5379018888714679311">"Storage issue."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"No USB storage."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No SD card. Insert an SD card to save transferred files."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connection unsuccessful."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Request can\'t be handled correctly."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Unknown error."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth received"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Share"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Received complete."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Sent complete."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inbound transfers"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Outbound transfers"</string> + <string name="no_transfers" msgid="740521199933899821">"Transfer history is empty."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"All items will be cleared from the list."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth share: Sent files"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth share: Received files"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> + <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> + <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> unsuccessful.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> - <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> - <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> successful, %2$s</item> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> + <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> + <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> successful, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Clear list"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Open"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Clear from list"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Clear"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Save"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancel"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Select the accounts you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slots left:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Application Icon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth Message Sharing Settings"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Cannot select account. 0 slots left"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio connected"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio disconnected"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Files bigger than 4GB cannot be transferred"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connect to Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Clear list"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Open"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Clear from list"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Clear"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Save"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancel"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Select the accounts you want to share through Bluetooth. You still have to accept any access to the accounts when connecting."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slots left:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Application Icon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth Message Sharing Settings"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Cannot select account. 0 slots left"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio connected"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio disconnected"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Files bigger than 4GB cannot be transferred"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connect to Bluetooth"</string> </resources> diff --git a/android/app/res/values-en-rXC/strings_pbap.xml b/android/app/res/values-en-rXC/strings_pbap.xml index e8205139e5..39160fdcc6 100644 --- a/android/app/res/values-en-rXC/strings_pbap.xml +++ b/android/app/res/values-en-rXC/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Type session key for %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth session key required"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"There was time out to accept connection with %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"There was time out to input session key with %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex authentication request"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Session Key"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Type session key for %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Unknown name"</string> - <string name="localPhoneName" msgid="2349001318925409159">"My name"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Contact share"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Type session key for %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth session key required"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"There was time out to accept connection with %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"There was time out to input session key with %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex authentication request"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Session Key"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Type session key for %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Unknown name"</string> + <string name="localPhoneName" msgid="9119254982537191352">"My name"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Contact share"</string> </resources> diff --git a/android/app/res/values-en-rXC/strings_pbap_client.xml b/android/app/res/values-en-rXC/strings_pbap_client.xml index 6a0780a191..b27d984077 100644 --- a/android/app/res/values-en-rXC/strings_pbap_client.xml +++ b/android/app/res/values-en-rXC/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-en-rXC/strings_sap.xml b/android/app/res/values-en-rXC/strings_sap.xml index c838e6f361..93888bd1ab 100644 --- a/android/app/res/values-en-rXC/strings_sap.xml +++ b/android/app/res/values-en-rXC/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM Access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Request client to disconnect?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Waiting for client to disconnect"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Disconnect"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Force disconnect"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM Access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Request client to disconnect?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Waiting for client to disconnect"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Disconnect"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Force disconnect"</string> </resources> diff --git a/android/app/res/values-en-rXC/test_strings.xml b/android/app/res/values-en-rXC/test_strings.xml index d1df1fc6a4..245dbdad73 100644 --- a/android/app/res/values-en-rXC/test_strings.xml +++ b/android/app/res/values-en-rXC/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insert record"</string> - <string name="update_record" msgid="2480425402384910635">"Confirm record"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Delete all record"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Delete record"</string> - <string name="start_server" msgid="9034821924409165795">"Start TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insert record"</string> + <string name="update_record" msgid="7201772850942641237">"Confirm record"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Delete all record"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Delete record"</string> + <string name="start_server" msgid="134483798422082514">"Start TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"Notify TCP server"</string> </resources> diff --git a/android/app/res/values-es-rUS/strings.xml b/android/app/res/values-es-rUS/strings.xml index 998094237a..8e7ff7b679 100644 --- a/android/app/res/values-es-rUS/strings.xml +++ b/android/app/res/values-es-rUS/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Accede al administrador de descarga."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permite a la aplicación acceder al administrador de BluetoothShare y usarlo para transferir archivos."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceso del dispositivo Bluetooth a la lista blanca."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permite que la app incluya temporalmente un dispositivo Bluetooth en la lista blanca, lo que permite que ese dispositivo envíe archivos sin la confirmación del usuario."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositivo desconocido"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Desconocido"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modo de avión"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"No puedes usar Bluetooth en Modo avión."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Para acceder a nuestros servicios de Bluetooth, primero debes activar el Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"¿Deseas activar el Bluetooth ahora?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancelar"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activar"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferencia de archivo"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"¿Aceptar archivo entrante?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Rechazar"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Aceptar"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Aceptar"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Tiempo de espera agotado al aceptar un archivo entrante de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Archivo entrante"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> está listo para enviar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth: recibiendo <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recibido"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth: no se recibió el archivo <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Completado el 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth: no se envió el archivo <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"Transferencia de archivo"</string> - <string name="download_line1" msgid="4926604799202134144">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Tamaño de archivo:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Recibiendo archivo..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Detener"</string> - <string name="download_ok" msgid="5000360731674466039">"Ocultar"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nombre del archivo"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Tamaño"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Archivo no recibido"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Aceptar"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Archivo recibido"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Abrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipo de archivo: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Enviando archivo..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Archivo enviado"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Aceptar"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"El archivo no se envió a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Cerrar"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Aceptar"</string> - <string name="unknown_file" msgid="6092727753965095366">"Archivo desconocido"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"No hay ninguna aplicación que pueda procesar este tipo de archivo. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No hay archivos"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"El archivo no existe. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Por favor, espera..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Activando Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"El archivo será recibido. Verifica el progreso en el panel de notificaciones."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"No se puede recibir el archivo."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Se detuvo la recepción del archivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Enviando archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> archivos a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Se detuvo el envío del archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"No hay espacio suficiente en el almacenamiento USB para guardar el archivo."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"No hay espacio suficiente en la tarjeta SD para guardar el archivo."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espacio necesario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Se están procesando demasiadas solicitudes. Vuelve a intentarlo más tarde."</string> - <string name="status_pending" msgid="2503691772030877944">"Aún no comenzó la transferencia de archivos."</string> - <string name="status_running" msgid="6562808920311008696">"Transferencia de archivo en curso"</string> - <string name="status_success" msgid="239573225847565868">"La transferencia de archivos se completó correctamente."</string> - <string name="status_not_accept" msgid="1695082417193780738">"El contenido no es compatible."</string> - <string name="status_forbidden" msgid="613956401054050725">"El dispositivo de destino prohíbe la transferencia."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transferencia cancelada por el usuario"</string> - <string name="status_file_error" msgid="3671917770630165299">"Problema de almacenamiento"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"No se encuentra ningún almacenamiento USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No se ha encontrado una tarjeta SD. Inserta una para guardar los archivos transferidos."</string> - <string name="status_connection_error" msgid="947681831523219891">"Conexión incorrecta"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"No se puede procesar la solicitud correctamente."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Error desconocido"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Recibido por Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Compartir por Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Se recibieron <xliff:g id="FILE_SIZE">%1$s</xliff:g> completos."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> enviados por completo."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferencias de entrada"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferencias de salida"</string> - <string name="no_transfers" msgid="3482965619151865672">"El historial de transferencias está vacío."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Se borrarán todos los elementos de la lista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth: archivos enviados"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: archivos recibidos"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Accede al administrador de descarga."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permite a la aplicación acceder al administrador de BluetoothShare y usarlo para transferir archivos."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceso del dispositivo Bluetooth a la lista blanca."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permite que la app incluya temporalmente un dispositivo Bluetooth en la lista blanca, lo que permite que ese dispositivo envíe archivos sin la confirmación del usuario."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositivo desconocido"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Desconocido"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modo de avión"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"No puedes usar Bluetooth en Modo avión."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Para acceder a nuestros servicios de Bluetooth, primero debes activar el Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"¿Deseas activar el Bluetooth ahora?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancelar"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activar"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferencia de archivo"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"¿Aceptar archivo entrante?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Rechazar"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Aceptar"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Aceptar"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Tiempo de espera agotado al aceptar un archivo entrante de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Archivo entrante"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> se preparó para enviar un archivo: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth: recibiendo <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recibido"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth: no se recibió el archivo <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Completado el 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth: no se envió el archivo <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"Transferencia de archivo"</string> + <string name="download_line1" msgid="6449220145685308846">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Tamaño de archivo:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Recibiendo archivo..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Detener"</string> + <string name="download_ok" msgid="2404442707314575833">"Ocultar"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nombre del archivo"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Tamaño"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Archivo no recibido"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Aceptar"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Archivo recibido"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Abrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipo de archivo: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Enviando archivo..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Archivo enviado"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Aceptar"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"El archivo no se envió a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Cerrar"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Aceptar"</string> + <string name="unknown_file" msgid="3719981572107052685">"Archivo desconocido"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"No hay ninguna aplicación que pueda procesar este tipo de archivo. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No hay archivos"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"El archivo no existe. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Por favor, espera..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Activando Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"El archivo será recibido. Verifica el progreso en el panel de notificaciones."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"No se puede recibir el archivo."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Se detuvo la recepción del archivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Enviando archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> archivos a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Se detuvo el envío del archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"No hay espacio suficiente en el almacenamiento USB para guardar el archivo."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"No hay espacio suficiente en la tarjeta SD para guardar el archivo."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espacio necesario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Se están procesando demasiadas solicitudes. Vuelve a intentarlo más tarde."</string> + <string name="status_pending" msgid="4781040740237733479">"Aún no comenzó la transferencia de archivos."</string> + <string name="status_running" msgid="7419075903776657351">"Transferencia de archivo en curso"</string> + <string name="status_success" msgid="7963589000098719541">"La transferencia de archivos se completó correctamente."</string> + <string name="status_not_accept" msgid="1165798802740579658">"El contenido no es compatible."</string> + <string name="status_forbidden" msgid="4017060451358837245">"El dispositivo de destino prohíbe la transferencia."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transferencia cancelada por el usuario"</string> + <string name="status_file_error" msgid="5379018888714679311">"Problema de almacenamiento"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"No se encuentra ningún almacenamiento USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No se ha encontrado una tarjeta SD. Inserta una para guardar los archivos transferidos."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Conexión incorrecta"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"No se puede procesar la solicitud correctamente."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Error desconocido"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Recibido por Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Compartir por Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Se recibieron <xliff:g id="FILE_SIZE">%1$s</xliff:g> completos."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> enviados por completo."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferencias de entrada"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferencias de salida"</string> + <string name="no_transfers" msgid="740521199933899821">"El historial de transferencias está vacío."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Se borrarán todos los elementos de la lista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth: archivos enviados"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: archivos recibidos"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> incompletos</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> incompleto </item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> completos, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> completo, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Eliminar lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Abrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Eliminar de la lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Eliminar"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Está sonando"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Guardar"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancelar"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecciona las cuentas que deseas compartir mediante Bluetooth. Al conectarte, tendrás que aceptar cualquier acceso a las cuentas."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Espacios restantes:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ícono de la aplicación"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Configuración de mensajes compartidos por Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"No puedes seleccionar la cuenta. No quedan espacios."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio Bluetooth conectado"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio Bluetooth desconectado"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"No se pueden transferir los archivos de más de 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Conectarse a Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Eliminar lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Abrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Eliminar de la lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Eliminar"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Está sonando"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Guardar"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancelar"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecciona las cuentas que deseas compartir mediante Bluetooth. Al conectarte, tendrás que aceptar cualquier acceso a las cuentas."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Espacios restantes:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ícono de la aplicación"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Configuración de mensajes compartidos por Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"No puedes seleccionar la cuenta. No quedan espacios."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio Bluetooth conectado"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio Bluetooth desconectado"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"No se pueden transferir los archivos de más de 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Conectarse a Bluetooth"</string> </resources> diff --git a/android/app/res/values-es-rUS/strings_pbap.xml b/android/app/res/values-es-rUS/strings_pbap.xml index 7bca930a0e..674bcc0a52 100644 --- a/android/app/res/values-es-rUS/strings_pbap.xml +++ b/android/app/res/values-es-rUS/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Escribe la clave de la sesión para %1$s."</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Se requiere la clave de la sesión de Bluetooth."</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Hubo tiempo muerto al aceptar la conexión con %1$s."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Hubo tiempo muerto al ingresar la clave de la sesión con %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Solicitud de autenticación de Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Clave de la sesión"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Escribe la clave de la sesión para %1$s."</string> - <string name="defaultname" msgid="4821590500649090078">"Kit de automóvil"</string> - <string name="unknownName" msgid="2841414754740600042">"Nombre desconocido"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mi nombre"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Compartir contactos por Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Escribe la clave de la sesión para %1$s."</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Se requiere la clave de la sesión de Bluetooth."</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Hubo tiempo muerto al aceptar la conexión con %1$s."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Hubo tiempo muerto al ingresar la clave de la sesión con %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Solicitud de autenticación de Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Clave de la sesión"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Escribe la clave de la sesión para %1$s."</string> + <string name="defaultname" msgid="6200530814398805541">"Kit de automóvil"</string> + <string name="unknownName" msgid="6755061296103155293">"Nombre desconocido"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mi nombre"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Compartir contactos por Bluetooth"</string> </resources> diff --git a/android/app/res/values-es-rUS/strings_pbap_client.xml b/android/app/res/values-es-rUS/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-es-rUS/strings_pbap_client.xml +++ b/android/app/res/values-es-rUS/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-es-rUS/strings_sap.xml b/android/app/res/values-es-rUS/strings_sap.xml index 32efc2f87e..0e2a0badc9 100644 --- a/android/app/res/values-es-rUS/strings_sap.xml +++ b/android/app/res/values-es-rUS/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Acceso a SIM mediante Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Acceso a SIM mediante Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"¿Quieres solicitar al cliente que se desconecte?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Esperando a que el cliente se desconecte"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Desconectar"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forzar desconexión"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Acceso a SIM mediante Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Acceso a SIM mediante Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"¿Quieres solicitar al cliente que se desconecte?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Esperando a que el cliente se desconecte"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Desconectar"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forzar desconexión"</string> </resources> diff --git a/android/app/res/values-es-rUS/test_strings.xml b/android/app/res/values-es-rUS/test_strings.xml index 3417422fe0..0e1ea89ed1 100644 --- a/android/app/res/values-es-rUS/test_strings.xml +++ b/android/app/res/values-es-rUS/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insertar grabación"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmar grabación"</string> - <string name="ack_record" msgid="6716152390978472184">"Confirmación de la grabación"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Eliminar todas las grabaciones"</string> - <string name="ok_button" msgid="6519033415223065454">"Aceptar"</string> - <string name="delete_record" msgid="4645040331967533724">"Eliminar grabación"</string> - <string name="start_server" msgid="9034821924409165795">"Iniciar el servidor TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Notificar al servidor TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insertar grabación"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmar grabación"</string> + <string name="ack_record" msgid="2404738476192250210">"Confirmación de la grabación"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Eliminar todas las grabaciones"</string> + <string name="ok_button" msgid="719865942400179601">"Aceptar"</string> + <string name="delete_record" msgid="5713885957446255270">"Eliminar grabación"</string> + <string name="start_server" msgid="134483798422082514">"Iniciar el servidor TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Notificar al servidor TCP"</string> </resources> diff --git a/android/app/res/values-es/strings.xml b/android/app/res/values-es/strings.xml index 9298ef853f..a537eca217 100644 --- a/android/app/res/values-es/strings.xml +++ b/android/app/res/values-es/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Acceso al administrador de descargas"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permite que la aplicación acceda al administrador BluetoothShare y lo use para transferir archivos."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Permitir acceso de dispositivo Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permite que la aplicación autorice temporalmente un dispositivo Bluetooth a enviar archivos a este dispositivo sin la confirmación del usuario."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositivo desconocido"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Desconocido"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modo avión"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"No puedes utilizar el Bluetooth en el modo avión."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Para utilizar los servicios de Bluetooth, primero debes activar la función Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"¿Quieres activar la función Bluetooth ahora?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancelar"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activar"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferencia de archivos"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"¿Aceptar archivo entrante?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Rechazar"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Aceptar"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Aceptar"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Se ha agotado el tiempo para aceptar el archivo entrante de \"<xliff:g id="SENDER">%1$s</xliff:g>\"."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Archivo entrante"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ya puede enviar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth: recibiendo <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Compartir con Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recibido"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> no recibido"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% completado"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth: archivo <xliff:g id="FILE">%1$s</xliff:g> no enviado"</string> - <string name="download_title" msgid="3353228219772092586">"Transferencia de archivos"</string> - <string name="download_line1" msgid="4926604799202134144">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Tamaño del archivo: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Recibiendo archivo…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Detener"</string> - <string name="download_ok" msgid="5000360731674466039">"Ocultar"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nombre del archivo"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Tamaño"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Archivo no recibido"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Aceptar"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Archivo recibido"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Abrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipo de archivo: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Enviando archivo…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Archivo enviado"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Aceptar"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"No se ha enviado el archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Cerrar"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Aceptar"</string> - <string name="unknown_file" msgid="6092727753965095366">"Archivo desconocido"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"No hay ninguna aplicación que pueda procesar este tipo de archivo. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"No hay archivos."</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"El archivo no existe. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Por favor, espera..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Activando Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Se recibirá el archivo. Comprueba el progreso en la barra de notificaciones."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"No se puede recibir el archivo."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Se ha detenido la recepción del archivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Enviando archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> archivos a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Se ha detenido el envío del archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"No hay suficiente espacio en el almacenamiento USB para guardar el archivo."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"No hay suficiente espacio en la tarjeta SD para guardar el archivo."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espacio necesario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Se están procesando demasiadas solicitudes. Vuelve a intentarlo más tarde."</string> - <string name="status_pending" msgid="2503691772030877944">"Aún no se ha iniciado la transferencia de archivos."</string> - <string name="status_running" msgid="6562808920311008696">"Transferencia de archivos en curso"</string> - <string name="status_success" msgid="239573225847565868">"La transferencia de archivos se ha completado correctamente."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Contenido no admitido"</string> - <string name="status_forbidden" msgid="613956401054050725">"El dispositivo de destino no permite la transferencia."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transferencia cancelada por el usuario"</string> - <string name="status_file_error" msgid="3671917770630165299">"Error relacionada con el almacenamiento"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Sin almacenamiento USB"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"No se detecta ninguna tarjeta SD. Inserta una para guardar los archivos transferidos."</string> - <string name="status_connection_error" msgid="947681831523219891">"Conexión incorrecta"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"No se puede procesar la solicitud correctamente."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Error desconocido"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Recibido por Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Share"</string> - <string name="download_success" msgid="7036160438766730871">"Recepción de <xliff:g id="FILE_SIZE">%1$s</xliff:g> completada"</string> - <string name="upload_success" msgid="4014469387779648949">"Envío de <xliff:g id="FILE_SIZE">%1$s</xliff:g> completado"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferencias entrantes"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferencias salientes"</string> - <string name="no_transfers" msgid="3482965619151865672">"El historial de transferencias está vacío."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Se borrarán todos los elementos de la lista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth: archivos enviados"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: archivos recibidos"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Acceso al administrador de descargas"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permite que la aplicación acceda al administrador BluetoothShare y lo use para transferir archivos."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Permitir acceso de dispositivo Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permite que la aplicación autorice temporalmente un dispositivo Bluetooth a enviar archivos a este dispositivo sin la confirmación del usuario."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositivo desconocido"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Desconocido"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modo avión"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"No puedes utilizar el Bluetooth en el modo avión."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Para utilizar los servicios de Bluetooth, primero debes activar la función Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"¿Quieres activar la función Bluetooth ahora?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancelar"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activar"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferencia de archivos"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"¿Aceptar archivo entrante?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Rechazar"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Aceptar"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Aceptar"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Se ha agotado el tiempo para aceptar el archivo entrante de \"<xliff:g id="SENDER">%1$s</xliff:g>\"."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Archivo entrante"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ya puede enviar un archivo: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth: recibiendo <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Compartir con Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recibido"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> no recibido"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% completado"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth: archivo <xliff:g id="FILE">%1$s</xliff:g> no enviado"</string> + <string name="download_title" msgid="6449408649671518102">"Transferencia de archivos"</string> + <string name="download_line1" msgid="6449220145685308846">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Tamaño del archivo: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Recibiendo archivo…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Detener"</string> + <string name="download_ok" msgid="2404442707314575833">"Ocultar"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nombre del archivo"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Tamaño"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Archivo no recibido"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Aceptar"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Archivo recibido"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Abrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipo de archivo: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Enviando archivo…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Archivo enviado"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Aceptar"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"No se ha enviado el archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Archivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Cerrar"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Aceptar"</string> + <string name="unknown_file" msgid="3719981572107052685">"Archivo desconocido"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"No hay ninguna aplicación que pueda procesar este tipo de archivo. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"No hay archivos."</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"El archivo no existe. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Por favor, espera..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Activando Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Se recibirá el archivo. Comprueba el progreso en la barra de notificaciones."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"No se puede recibir el archivo."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Se ha detenido la recepción del archivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Enviando archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> archivos a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Se ha detenido el envío del archivo a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"No hay suficiente espacio en el almacenamiento USB para guardar el archivo."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"No hay suficiente espacio en la tarjeta SD para guardar el archivo."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espacio necesario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Se están procesando demasiadas solicitudes. Vuelve a intentarlo más tarde."</string> + <string name="status_pending" msgid="4781040740237733479">"Aún no se ha iniciado la transferencia de archivos."</string> + <string name="status_running" msgid="7419075903776657351">"Transferencia de archivos en curso"</string> + <string name="status_success" msgid="7963589000098719541">"La transferencia de archivos se ha completado correctamente."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Contenido no admitido"</string> + <string name="status_forbidden" msgid="4017060451358837245">"El dispositivo de destino no permite la transferencia."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transferencia cancelada por el usuario"</string> + <string name="status_file_error" msgid="5379018888714679311">"Error relacionada con el almacenamiento"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Sin almacenamiento USB"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"No se detecta ninguna tarjeta SD. Inserta una para guardar los archivos transferidos."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Conexión incorrecta"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"No se puede procesar la solicitud correctamente."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Error desconocido"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Recibido por Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Share"</string> + <string name="download_success" msgid="3438268368708549686">"Recepción de <xliff:g id="FILE_SIZE">%1$s</xliff:g> completada"</string> + <string name="upload_success" msgid="143787470859042049">"Envío de <xliff:g id="FILE_SIZE">%1$s</xliff:g> completado"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferencias entrantes"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferencias salientes"</string> + <string name="no_transfers" msgid="740521199933899821">"El historial de transferencias está vacío."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Se borrarán todos los elementos de la lista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth: archivos enviados"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: archivos recibidos"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> incorrectamente.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> incorrectamente.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> correctamente, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> correctamente, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Borrar lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Abrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Borrar de la lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Borrar"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Reproduciendo"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Guardar"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancelar"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecciona las cuentas que quieras compartir por Bluetooth. Tendrás que aceptar cualquier acceso a las cuentas al establecer conexión."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Ranuras libres:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icono de aplicación"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Ajustes de mensajes compartidos por Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"No se puede seleccionar la cuenta. No quedan ranuras"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio por Bluetooth conectado"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio por Bluetooth desconectado"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio por Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"No se pueden transferir archivos de más de 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Conectarse a un dispositivo Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Borrar lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Abrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Borrar de la lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Borrar"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Reproduciendo"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Guardar"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancelar"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecciona las cuentas que quieras compartir por Bluetooth. Tendrás que aceptar cualquier acceso a las cuentas al establecer conexión."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Ranuras libres:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icono de aplicación"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Ajustes de mensajes compartidos por Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"No se puede seleccionar la cuenta. No quedan ranuras"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio por Bluetooth conectado"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio por Bluetooth desconectado"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio por Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"No se pueden transferir archivos de más de 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Conectarse a un dispositivo Bluetooth"</string> </resources> diff --git a/android/app/res/values-es/strings_pbap.xml b/android/app/res/values-es/strings_pbap.xml index db1abf5b9c..bd40f7a816 100644 --- a/android/app/res/values-es/strings_pbap.xml +++ b/android/app/res/values-es/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Introducir clave de sesión para %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Se necesita la clave de sesión de Bluetooth."</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Se ha agotado el tiempo para aceptar la conexión con %1$s."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Se ha agotado el tiempo para introducir la clave de sesión con %1$s."</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Solicitud de autenticación de Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Clave de sesión"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Introducir clave de sesión para %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Nombre desconocido"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mi nombre"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Compartir contactos por Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Introducir clave de sesión para %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Se necesita la clave de sesión de Bluetooth."</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Se ha agotado el tiempo para aceptar la conexión con %1$s."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Se ha agotado el tiempo para introducir la clave de sesión con %1$s."</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Solicitud de autenticación de Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Clave de sesión"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Introducir clave de sesión para %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Nombre desconocido"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mi nombre"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Compartir contactos por Bluetooth"</string> </resources> diff --git a/android/app/res/values-es/strings_pbap_client.xml b/android/app/res/values-es/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-es/strings_pbap_client.xml +++ b/android/app/res/values-es/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-es/strings_sap.xml b/android/app/res/values-es/strings_sap.xml index 567eaf8ae1..5f69801468 100644 --- a/android/app/res/values-es/strings_sap.xml +++ b/android/app/res/values-es/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Perfil Bluetooth de acceso a la tarjeta SIM"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Perfil Bluetooth de acceso a la tarjeta SIM"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"¿Solicitar al cliente que se desconecte?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Esperando al cliente para desconectar"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Desconectar"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forzar desconexión"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Perfil Bluetooth de acceso a la tarjeta SIM"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Perfil Bluetooth de acceso a la tarjeta SIM"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"¿Solicitar al cliente que se desconecte?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Esperando al cliente para desconectar"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Desconectar"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forzar desconexión"</string> </resources> diff --git a/android/app/res/values-es/test_strings.xml b/android/app/res/values-es/test_strings.xml index a805fcf9fb..1f3caa9522 100644 --- a/android/app/res/values-es/test_strings.xml +++ b/android/app/res/values-es/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insertar grabación"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmar grabación"</string> - <string name="ack_record" msgid="6716152390978472184">"Confirmar grabación"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Eliminar todas las grabaciones"</string> - <string name="ok_button" msgid="6519033415223065454">"Aceptar"</string> - <string name="delete_record" msgid="4645040331967533724">"Eliminar grabación"</string> - <string name="start_server" msgid="9034821924409165795">"Iniciar servidor TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Informar al servidor TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insertar grabación"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmar grabación"</string> + <string name="ack_record" msgid="2404738476192250210">"Confirmar grabación"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Eliminar todas las grabaciones"</string> + <string name="ok_button" msgid="719865942400179601">"Aceptar"</string> + <string name="delete_record" msgid="5713885957446255270">"Eliminar grabación"</string> + <string name="start_server" msgid="134483798422082514">"Iniciar servidor TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Informar al servidor TCP"</string> </resources> diff --git a/android/app/res/values-et/strings.xml b/android/app/res/values-et/strings.xml index 2efc14b6c9..53d79dae05 100644 --- a/android/app/res/values-et/strings.xml +++ b/android/app/res/values-et/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Pääs allalaadimishalduri juurde."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Võimaldab rakendusel pääseda BluetoothShare\'i haldurisse ja kasutada seda failide edastamiseks."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth-seadmele juurdepääsu andmine."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Lubab rakendusel lisada Bluetooth-seadme ajutiselt lubatud seadmete loendisse, mis võimaldab seadmel saata faile sellesse seadmesse ilma kasutaja kinnituseta."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Tundmatu seade"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Tundmatu"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Lennukirežiim"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Te ei saa Bluetoothi lennurežiimis kasutada."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetoothi teenuste kasutamiseks peate esmalt Bluetoothi sisse lülitama."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Lülitan Bluetoothi kohe sisse?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Tühista"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Lülita sisse"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Failiedastus"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Kas aktsepteerida sissetulev fail?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Keeldu"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Nõustun"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Esines ajalõpp sissetuleva faili aktsepteerimisel saatjalt „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Sissetulev fail"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Saatja <xliff:g id="SENDER">%1$s</xliff:g> on faili <xliff:g id="FILE">%2$s</xliff:g> saatmiseks valmis"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> vastuvõtmine"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetoothi jagamine: <xliff:g id="FILE">%1$s</xliff:g> vastu võetud"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> pole saadud"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> saatmine"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetoothi jagamine: fail <xliff:g id="FILE">%1$s</xliff:g> saadetud"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% lõpetatud"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> ei saadetud"</string> - <string name="download_title" msgid="3353228219772092586">"Failiedastus"</string> - <string name="download_line1" msgid="4926604799202134144">"Saatja: „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="download_line2" msgid="5876973543019417712">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Faili suurus: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Faili vastuvõtmine ..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Peata"</string> - <string name="download_ok" msgid="5000360731674466039">"Peida"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Saatja"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Faili nimi"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Suurus"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Faili ei saadud"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Põhjus: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fail vastu võetud"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ava"</string> - <string name="upload_line1" msgid="2055952074059709052">"Saaja: „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="upload_line3" msgid="4920689672457037437">"Faili tüüp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Faili saatmine ..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fail saadetud"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Faili ei saadetud kasutajale „<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Sulge"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Tundmatu fail"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Seda tüüpi faili käsitlemiseks pole sobivat rakendust. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Fail puudub"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Faili ei ole olemas. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Palun oodake ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetoothi sisselülitamine ..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fail võetakse vastu. Vaadake edenemist teatiste paneelil."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Faili ei saa vastu võtta."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Faili vastuvõtmine saatjalt „<xliff:g id="SENDER">%1$s</xliff:g>” peatatud"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Faili saatmine saajale „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> faili saatmine saajale „<xliff:g id="RECIPIENT">%2$s</xliff:g>”"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Faili saatmine saajale „<xliff:g id="RECIPIENT">%1$s</xliff:g>” peatatud"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB-salvestusseadmes pole faili salvestamiseks piisavalt ruumi."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD-kaardil pole faili salvestamiseks piisavalt ruumi."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Vajalik ruum: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Liiga palju taotlusi on töötlemisel. Proovige hiljem uuesti."</string> - <string name="status_pending" msgid="2503691772030877944">"Failiedastust pole veel käivitatud."</string> - <string name="status_running" msgid="6562808920311008696">"Failiedastus on pooleli."</string> - <string name="status_success" msgid="239573225847565868">"Failiedastuse lõpuleviimine õnnestus."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Sisu ei toetata."</string> - <string name="status_forbidden" msgid="613956401054050725">"Sihtseade on edastuse keelanud."</string> - <string name="status_canceled" msgid="6664490318773098285">"Kasutaja tühistas edastuse."</string> - <string name="status_file_error" msgid="3671917770630165299">"Probleem talletamisega."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB-salvestusruum puudub."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD-kaart puudub. Edastatud failide salvestamiseks sisestage SD-kaart."</string> - <string name="status_connection_error" msgid="947681831523219891">"Ühendus ebaõnnestus."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Taotlust ei saa õigesti käsitleda."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Tundmatu viga."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetoothiga vastu võetud"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Jagamine Bluetoothiga"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vastuvõtmine lõpetatud."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> saatmine lõpetatud."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Sissetulevad edastused"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Väljuvad edastused"</string> - <string name="no_transfers" msgid="3482965619151865672">"Edastusajalugu on tühi."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Kõik üksused eemaldatakse loendist."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetoothi jagamine: saadetud failid"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetoothi jagamine: vastuvõetud failid"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Pääs allalaadimishalduri juurde."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Võimaldab rakendusel pääseda BluetoothShare\'i haldurisse ja kasutada seda failide edastamiseks."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth-seadmele juurdepääsu andmine."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Lubab rakendusel lisada Bluetooth-seadme ajutiselt lubatud seadmete loendisse, mis võimaldab seadmel saata faile sellesse seadmesse ilma kasutaja kinnituseta."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Tundmatu seade"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Tundmatu"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Lennukirežiim"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Te ei saa Bluetoothi lennurežiimis kasutada."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetoothi teenuste kasutamiseks peate esmalt Bluetoothi sisse lülitama."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Lülitan Bluetoothi kohe sisse?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Tühista"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Lülita sisse"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Failiedastus"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Kas aktsepteerida sissetulev fail?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Keeldu"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Nõustun"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Esines ajalõpp sissetuleva faili aktsepteerimisel saatjalt „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Sissetulev fail"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> on valmis faili <xliff:g id="FILE">%2$s</xliff:g> saatma"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> vastuvõtmine"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetoothi jagamine: <xliff:g id="FILE">%1$s</xliff:g> vastu võetud"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> pole saadud"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> saatmine"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetoothi jagamine: fail <xliff:g id="FILE">%1$s</xliff:g> saadetud"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% lõpetatud"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetoothi jagamine: faili <xliff:g id="FILE">%1$s</xliff:g> ei saadetud"</string> + <string name="download_title" msgid="6449408649671518102">"Failiedastus"</string> + <string name="download_line1" msgid="6449220145685308846">"Saatja: „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="download_line2" msgid="7634316500490825390">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Faili suurus: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Faili vastuvõtmine ..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Peata"</string> + <string name="download_ok" msgid="2404442707314575833">"Peida"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Saatja"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Faili nimi"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Suurus"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Faili ei saadud"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Põhjus: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fail vastu võetud"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ava"</string> + <string name="upload_line1" msgid="1912803923255989287">"Saaja: „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="upload_line3" msgid="5964902647036741603">"Faili tüüp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Faili saatmine ..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fail saadetud"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Faili ei saadetud kasutajale „<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Sulge"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Tundmatu fail"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Seda tüüpi faili käsitlemiseks pole sobivat rakendust. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Fail puudub"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Faili ei ole olemas. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Palun oodake ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetoothi sisselülitamine ..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fail võetakse vastu. Vaadake edenemist teatiste paneelil."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Faili ei saa vastu võtta."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Faili vastuvõtmine saatjalt „<xliff:g id="SENDER">%1$s</xliff:g>” peatatud"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Faili saatmine saajale „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> faili saatmine saajale „<xliff:g id="RECIPIENT">%2$s</xliff:g>”"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Faili saatmine saajale „<xliff:g id="RECIPIENT">%1$s</xliff:g>” peatatud"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB-salvestusseadmes pole faili salvestamiseks piisavalt ruumi."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD-kaardil pole faili salvestamiseks piisavalt ruumi."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Vajalik ruum: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Liiga palju taotlusi on töötlemisel. Proovige hiljem uuesti."</string> + <string name="status_pending" msgid="4781040740237733479">"Failiedastust pole veel käivitatud."</string> + <string name="status_running" msgid="7419075903776657351">"Failiedastus on pooleli."</string> + <string name="status_success" msgid="7963589000098719541">"Failiedastuse lõpuleviimine õnnestus."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Sisu ei toetata."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Sihtseade on edastuse keelanud."</string> + <string name="status_canceled" msgid="8441679418717978515">"Kasutaja tühistas edastuse."</string> + <string name="status_file_error" msgid="5379018888714679311">"Probleem talletamisega."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB-salvestusruum puudub."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD-kaart puudub. Edastatud failide salvestamiseks sisestage SD-kaart."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Ühendus ebaõnnestus."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Taotlust ei saa õigesti käsitleda."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Tundmatu viga."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetoothiga vastu võetud"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Jagamine Bluetoothiga"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vastuvõtmine lõpetatud."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> saatmine lõpetatud."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Sissetulevad edastused"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Väljuvad edastused"</string> + <string name="no_transfers" msgid="740521199933899821">"Edastusajalugu on tühi."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Kõik üksused eemaldatakse loendist."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetoothi jagamine: saadetud failid"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetoothi jagamine: vastuvõetud failid"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ebaõnnestus.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ebaõnnestus.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> õnnestus, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> õnnestus, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Tühjendage loend"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Ava"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Eemaldage loendist"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Kustuta"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Hetkel mängimas"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Salvesta"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Tühista"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Valige kontod, mida soovite Bluetoothi kaudu jagada. Ühendamisel peate ikka lubama mis tahes juurdepääsu kontodele."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Järelejäänud vabu kohti:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Rakenduse ikoon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetoothi sõnumi jagamise seaded"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Kontot ei saa valida. Pole ühtegi vaba kohta"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetoothi heli on ühendatud"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetoothi heli ühendus on katkestatud"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetoothi heli"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Faile, mis on üle 4 GB, ei saa üle kanda"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Ühenda Bluetoothiga"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Tühjendage loend"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Ava"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Eemaldage loendist"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Kustuta"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Hetkel mängimas"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Salvesta"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Tühista"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Valige kontod, mida soovite Bluetoothi kaudu jagada. Ühendamisel peate ikka lubama mis tahes juurdepääsu kontodele."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Järelejäänud vabu kohti:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Rakenduse ikoon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetoothi sõnumi jagamise seaded"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Kontot ei saa valida. Pole ühtegi vaba kohta"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetoothi heli on ühendatud"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetoothi heli ühendus on katkestatud"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetoothi heli"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Faile, mis on üle 4 GB, ei saa üle kanda"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Ühenda Bluetoothiga"</string> </resources> diff --git a/android/app/res/values-et/strings_pbap.xml b/android/app/res/values-et/strings_pbap.xml index 22117b8cee..a25075fd98 100644 --- a/android/app/res/values-et/strings_pbap.xml +++ b/android/app/res/values-et/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Sisestage seansivõti failile %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Vajalik Bluetoothi seansivõti"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Esines ajalõpp ühenduse aktsepteerimiseks seadmega %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Esines ajalõpp sisendseansivõtmele failiga %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obexi autentimise taotlus"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Seansivõti"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Sisestage seansivõti failile %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Autokomplekt"</string> - <string name="unknownName" msgid="2841414754740600042">"Tundmatu nimi"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Minu nimi"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetoothi kontakti jagamine"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Sisestage seansivõti failile %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Vajalik Bluetoothi seansivõti"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Esines ajalõpp ühenduse aktsepteerimiseks seadmega %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Esines ajalõpp sisendseansivõtmele failiga %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obexi autentimise taotlus"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Seansivõti"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Sisestage seansivõti failile %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Autokomplekt"</string> + <string name="unknownName" msgid="6755061296103155293">"Tundmatu nimi"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Minu nimi"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetoothi kontakti jagamine"</string> </resources> diff --git a/android/app/res/values-et/strings_pbap_client.xml b/android/app/res/values-et/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-et/strings_pbap_client.xml +++ b/android/app/res/values-et/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-et/strings_sap.xml b/android/app/res/values-et/strings_sap.xml index 3c2a71522d..c6a8997ff9 100644 --- a/android/app/res/values-et/strings_sap.xml +++ b/android/app/res/values-et/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetoothi SIM-kaardi juurdepääs"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetoothi SIM-kaardi juurdepääs"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Kas paluda kliendil ühendus katkestada?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Kliendi ühenduse katkestamise ootel"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Katkesta ühendus"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Sundkatkesta ühendus"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetoothi SIM-kaardi juurdepääs"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetoothi SIM-kaardi juurdepääs"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Kas paluda kliendil ühendus katkestada?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Kliendi ühenduse katkestamise ootel"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Katkesta ühendus"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Sundkatkesta ühendus"</string> </resources> diff --git a/android/app/res/values-et/test_strings.xml b/android/app/res/values-et/test_strings.xml index b365c164ba..b0d85f9d56 100644 --- a/android/app/res/values-et/test_strings.xml +++ b/android/app/res/values-et/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Sisestage kirje"</string> - <string name="update_record" msgid="2480425402384910635">"Kinnita kirje"</string> - <string name="ack_record" msgid="6716152390978472184">"Acki kirje"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Kustuta kõik kirjed"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Kustuta kirje"</string> - <string name="start_server" msgid="9034821924409165795">"Käivita TCP-server"</string> - <string name="notify_server" msgid="4369106744022969655">"Teavita TCP-serverit"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Sisestage kirje"</string> + <string name="update_record" msgid="7201772850942641237">"Kinnita kirje"</string> + <string name="ack_record" msgid="2404738476192250210">"Acki kirje"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Kustuta kõik kirjed"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Kustuta kirje"</string> + <string name="start_server" msgid="134483798422082514">"Käivita TCP-server"</string> + <string name="notify_server" msgid="8832385166935137731">"Teavita TCP-serverit"</string> </resources> diff --git a/android/app/res/values-eu/strings.xml b/android/app/res/values-eu/strings.xml index d878463a15..7aadd4981d 100644 --- a/android/app/res/values-eu/strings.xml +++ b/android/app/res/values-eu/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Atzitu deskargen kudeatzailea."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Bluetooth bidezko partekatzeen kudeatzailea atzitzea eta fitxategiak transferitzeko erabiltzeko baimena ematen die aplikazioei."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Ezarri Bluetooth bidezko gailuak onartutakoen zerrendan."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Bluetooth bidezko gailu bat aldi baterako onartutakoen zerrendan ezartzeko baimena ematen die aplikazioei, gailu honetara fitxategiak bidaltzeko baimena izan dezan, baina gailu honen erabiltzaileari berrespena eskatu beharrik gabe."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth-a"</string> - <string name="unknown_device" msgid="9221903979877041009">"Identifikatu ezin den gailua"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Ezezaguna"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Hegaldi modua"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Ezin duzu erabili Bluetooth-a Hegaldi moduan."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth-zerbitzuak erabiltzeko, Bluetooth-a aktibatu behar duzu."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth-a aktibatu nahi duzu?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Utzi"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Aktibatu"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Fitxategi-transferentzia"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Sarrerako fitxategia onartu nahi duzu?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Baztertu"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Onartu"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Ados"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" igorlearen sarrerako fitxategia onartzeko denbora-muga gainditu da"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Sarrerako fitxategia"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> prest dago <xliff:g id="FILE">%2$s</xliff:g> bidaltzeko"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia jasotzen"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia jaso da"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth bidez partekatzea: ez da jaso <xliff:g id="FILE">%1$s</xliff:g> fitxategia"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia bidaltzen"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia bidali da"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"% 100ean osatuta"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth bidez partekatzea: ez da bidali <xliff:g id="FILE">%1$s</xliff:g> fitxategia"</string> - <string name="download_title" msgid="3353228219772092586">"Fitxategi-transferentzia"</string> - <string name="download_line1" msgid="4926604799202134144">"Igorlea: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fitxategia: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Fitxategiaren tamaina: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Fitxategia jasotzen…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Gelditu"</string> - <string name="download_ok" msgid="5000360731674466039">"Ezkutatu"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Igorlea"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Fitxategi-izena"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Tamaina"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Ez da fitxategia jaso"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fitxategia: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Arrazoia: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Ados"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fitxategia jaso da"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ireki"</string> - <string name="upload_line1" msgid="2055952074059709052">"Hartzaileak: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Fitxategi mota: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Fitxategia bidaltzen…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fitxategia bidali da"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Ados"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fitxategia ez zaio \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hartzaileari bidali."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fitxategia: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Itxi"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Ados"</string> - <string name="unknown_file" msgid="6092727753965095366">"Fitxategi ezezaguna"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Ez dago fitxategi mota hau kudeatzeko aplikaziorik. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ez dago fitxategirik"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Ez dago horrelako fitxategirik. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Itxaron…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth-a aktibatzen…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fitxategia jasoko da. Egoera kontrolatzeko, joan Jakinarazpenen panelera."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Ezin da fitxategia jaso."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" igorlearen fitxategia jasotzeari utzi zaio"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hartzaileari fitxategia bidaltzen"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" hartzaileari <xliff:g id="NUMBER">%1$s</xliff:g> fitxategi bidaltzen"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hartzaileari fitxategia bidaltzeari utzi zaio."</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Ez dago fitxategia gordetzeko behar adina toki USB bidezko memorian."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Ez dago fitxategia gordetzeko behar adina toki SD txartelean."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Beharrezko memoria: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Eskaera gehiegi prozesatzen ari dira. Saiatu berriro geroago."</string> - <string name="status_pending" msgid="2503691772030877944">"Ez da fitxategi-transferentzia oraindik hasi."</string> - <string name="status_running" msgid="6562808920311008696">"Fitxategi-transferentzia abian da."</string> - <string name="status_success" msgid="239573225847565868">"Fitxategi-transferentzia behar bezala osatu da."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Ez da edukia onartzen."</string> - <string name="status_forbidden" msgid="613956401054050725">"Xede-gailuak transferentzia debekatu du."</string> - <string name="status_canceled" msgid="6664490318773098285">"Erabiltzaileak bertan behera utzi du transferentzia."</string> - <string name="status_file_error" msgid="3671917770630165299">"Memoria-arazoa."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Ez dago USB bidezko memoriarik."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Ez dago SD txartelik. Transferitutako fitxategiak gordetzeko, sartu SD txartel bat."</string> - <string name="status_connection_error" msgid="947681831523219891">"Ezin izan da konektatu."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Ezin da eskaera behar bezala kudeatu."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Errore ezezaguna."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth bidez jasotakoak"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth bidez partekatzea"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> jaso dira osorik."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> osorik bidali da."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Sarrerako transferentziak"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Irteerako transferentziak"</string> - <string name="no_transfers" msgid="3482965619151865672">"Transferentzia-historia hutsik dago."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Elementu guztiak zerrendatik garbituko dira."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth bidez partekatzea: fitxategiak bidali dira"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth bidez partekatzea: fitxategiak jaso dira"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Atzitu deskargen kudeatzailea."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Bluetooth bidezko partekatzeen kudeatzailea atzitzea eta fitxategiak transferitzeko erabiltzeko baimena ematen die aplikazioei."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Ezarri Bluetooth bidezko gailuak onartutakoen zerrendan."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Bluetooth bidezko gailu bat aldi baterako onartutakoen zerrendan ezartzeko baimena ematen die aplikazioei, gailu honetara fitxategiak bidaltzeko baimena izan dezan, baina gailu honen erabiltzaileari berrespena eskatu beharrik gabe."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth-a"</string> + <string name="unknown_device" msgid="2317679521750821654">"Identifikatu ezin den gailua"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Ezezaguna"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Hegaldi modua"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Ezin duzu erabili Bluetooth-a Hegaldi moduan."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth-zerbitzuak erabiltzeko, Bluetooth-a aktibatu behar duzu."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth-a aktibatu nahi duzu?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Utzi"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Aktibatu"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Fitxategi-transferentzia"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Sarrerako fitxategia onartu nahi duzu?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Baztertu"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Onartu"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Ados"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" igorlearen sarrerako fitxategia onartzeko denbora-muga gainditu da"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Sarrerako fitxategia"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> igorlea prest dago fitxategi hau bidaltzeko: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia jasotzen"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia jaso da"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth bidez partekatzea: ez da jaso <xliff:g id="FILE">%1$s</xliff:g> fitxategia"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia bidaltzen"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia bidali da"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"% 100ean osatuta"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth bidez partekatzea: ez da bidali <xliff:g id="FILE">%1$s</xliff:g> fitxategia"</string> + <string name="download_title" msgid="6449408649671518102">"Fitxategi-transferentzia"</string> + <string name="download_line1" msgid="6449220145685308846">"Igorlea: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fitxategia: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Fitxategiaren tamaina: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Fitxategia jasotzen…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Gelditu"</string> + <string name="download_ok" msgid="2404442707314575833">"Ezkutatu"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Igorlea"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Fitxategi-izena"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Tamaina"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Ez da fitxategia jaso"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fitxategia: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Arrazoia: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Ados"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fitxategia jaso da"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ireki"</string> + <string name="upload_line1" msgid="1912803923255989287">"Hartzaileak: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Fitxategi mota: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Fitxategia bidaltzen…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fitxategia bidali da"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Ados"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fitxategia ez zaio \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hartzaileari bidali."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fitxategia: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Itxi"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Ados"</string> + <string name="unknown_file" msgid="3719981572107052685">"Fitxategi ezezaguna"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Ez dago fitxategi mota hau kudeatzeko aplikaziorik. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ez dago fitxategirik"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Ez dago horrelako fitxategirik. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Itxaron…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth-a aktibatzen…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fitxategia jasoko da. Egoera kontrolatzeko, joan Jakinarazpenen panelera."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Ezin da fitxategia jaso."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" igorlearen fitxategia jasotzeari utzi zaio"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hartzaileari fitxategia bidaltzen"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" hartzaileari <xliff:g id="NUMBER">%1$s</xliff:g> fitxategi bidaltzen"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hartzaileari fitxategia bidaltzeari utzi zaio."</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Ez dago fitxategia gordetzeko behar adina toki USB bidezko memorian."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Ez dago fitxategia gordetzeko behar adina toki SD txartelean."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Beharrezko memoria: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Eskaera gehiegi prozesatzen ari dira. Saiatu berriro geroago."</string> + <string name="status_pending" msgid="4781040740237733479">"Ez da fitxategi-transferentzia oraindik hasi."</string> + <string name="status_running" msgid="7419075903776657351">"Fitxategi-transferentzia abian da."</string> + <string name="status_success" msgid="7963589000098719541">"Fitxategi-transferentzia behar bezala osatu da."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Ez da edukia onartzen."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Xede-gailuak transferentzia debekatu du."</string> + <string name="status_canceled" msgid="8441679418717978515">"Erabiltzaileak bertan behera utzi du transferentzia."</string> + <string name="status_file_error" msgid="5379018888714679311">"Memoria-arazoa."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Ez dago USB bidezko memoriarik."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Ez dago SD txartelik. Transferitutako fitxategiak gordetzeko, sartu SD txartel bat."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Ezin izan da konektatu."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Ezin da eskaera behar bezala kudeatu."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Errore ezezaguna."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth bidez jasotakoak"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth bidez partekatzea"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> jaso dira osorik."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> osorik bidali da."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Sarrerako transferentziak"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Irteerako transferentziak"</string> + <string name="no_transfers" msgid="740521199933899821">"Transferentzia-historia hutsik dago."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Elementu guztiak zerrendatik garbituko dira."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth bidez partekatzea: fitxategiak bidali dira"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth bidez partekatzea: fitxategiak jaso dira"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> hutsegite.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> hutsegite.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ongi, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> ongi, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Garbitu zerrenda"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Ireki"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Garbitu zerrendatik"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Garbitu"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Orain erreproduzitzen"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Gorde"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Utzi"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Hautatu Bluetooth bidez partekatu nahi dituzun kontuak. Konektatzean, berariaz eman beharko duzu kontuetarako sarbidea."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Geratzen diren zirrikituak:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Aplikazioaren ikonoa"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth bidez mezuak partekatzeko ezarpenak"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Ezin da hautatu kontua. Ez da geratzen zirrikiturik."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Konektatu da Bluetooth bidezko audioa"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Deskonektatu da Bluetooth bidezko audioa"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth bidezko audioa"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Ezin dira transferitu 4 GB baino gehiagoko fitxategiak"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Konektatu Bluetooth-era"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Garbitu zerrenda"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Ireki"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Garbitu zerrendatik"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Garbitu"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Orain erreproduzitzen"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Gorde"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Utzi"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Hautatu Bluetooth bidez partekatu nahi dituzun kontuak. Konektatzean, berariaz eman beharko duzu kontuetarako sarbidea."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Geratzen diren zirrikituak:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Aplikazioaren ikonoa"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth bidez mezuak partekatzeko ezarpenak"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Ezin da hautatu kontua. Ez da geratzen zirrikiturik."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Konektatu da Bluetooth bidezko audioa"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Deskonektatu da Bluetooth bidezko audioa"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth bidezko audioa"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Ezin dira transferitu 4 GB baino gehiagoko fitxategiak"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Konektatu Bluetooth-era"</string> </resources> diff --git a/android/app/res/values-eu/strings_pbap.xml b/android/app/res/values-eu/strings_pbap.xml index 1dfe623768..db17ca9fa4 100644 --- a/android/app/res/values-eu/strings_pbap.xml +++ b/android/app/res/values-eu/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Idatzi %1$s gailuaren saio-gakoa"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth saio-gakoa idatzi behar da"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s gailuarekin konektatzea onartzeko denbora-muga gainditu da"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s gailuarekin saio-gakoa idazteko denbora-muga gainditu da"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex bidezko autentifikazio-eskaera"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Saio-gakoa"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Idatzi %1$s gailuaren saio-gakoa"</string> - <string name="defaultname" msgid="4821590500649090078">"Autorako telefono-kita"</string> - <string name="unknownName" msgid="2841414754740600042">"Izen ezezaguna"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Nire izena"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Kontaktuak Bluetooth bidez partekatzeko aukera"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Idatzi %1$s gailuaren saio-gakoa"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth saio-gakoa idatzi behar da"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s gailuarekin konektatzea onartzeko denbora-muga gainditu da"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s gailuarekin saio-gakoa idazteko denbora-muga gainditu da"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex bidezko autentifikazio-eskaera"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Saio-gakoa"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Idatzi %1$s gailuaren saio-gakoa"</string> + <string name="defaultname" msgid="6200530814398805541">"Autorako telefono-kita"</string> + <string name="unknownName" msgid="6755061296103155293">"Izen ezezaguna"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Nire izena"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Kontaktuak Bluetooth bidez partekatzeko aukera"</string> </resources> diff --git a/android/app/res/values-eu/strings_pbap_client.xml b/android/app/res/values-eu/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-eu/strings_pbap_client.xml +++ b/android/app/res/values-eu/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-eu/strings_sap.xml b/android/app/res/values-eu/strings_sap.xml index 8c1205f122..51d238f80a 100644 --- a/android/app/res/values-eu/strings_sap.xml +++ b/android/app/res/values-eu/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM sarbidea"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM sarbidea"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Deskonektatzeko eskatu nahi diozu bezeroari?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Bezeroa noiz deskonektatuko zain"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Deskonektatu"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Behartu deskonektatzera"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM sarbidea"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM sarbidea"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Deskonektatzeko eskatu nahi diozu bezeroari?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Bezeroa noiz deskonektatuko zain"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Deskonektatu"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Behartu deskonektatzera"</string> </resources> diff --git a/android/app/res/values-eu/test_strings.xml b/android/app/res/values-eu/test_strings.xml index e7236e799d..e601649194 100644 --- a/android/app/res/values-eu/test_strings.xml +++ b/android/app/res/values-eu/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth-a"</string> - <string name="insert_record" msgid="1450997173838378132">"Sartu erregistroa"</string> - <string name="update_record" msgid="2480425402384910635">"Berretsi erregistroa"</string> - <string name="ack_record" msgid="6716152390978472184">"ACK erregistroa"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Ezabatu erregistro guztiak"</string> - <string name="ok_button" msgid="6519033415223065454">"Ados"</string> - <string name="delete_record" msgid="4645040331967533724">"Ezabatu erregistroa"</string> - <string name="start_server" msgid="9034821924409165795">"Hasi TCP zerbitzaria"</string> - <string name="notify_server" msgid="4369106744022969655">"Jakinarazi TCP zerbitzariari"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth-a"</string> + <string name="insert_record" msgid="4024416351836939752">"Sartu erregistroa"</string> + <string name="update_record" msgid="7201772850942641237">"Berretsi erregistroa"</string> + <string name="ack_record" msgid="2404738476192250210">"ACK erregistroa"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Ezabatu erregistro guztiak"</string> + <string name="ok_button" msgid="719865942400179601">"Ados"</string> + <string name="delete_record" msgid="5713885957446255270">"Ezabatu erregistroa"</string> + <string name="start_server" msgid="134483798422082514">"Hasi TCP zerbitzaria"</string> + <string name="notify_server" msgid="8832385166935137731">"Jakinarazi TCP zerbitzariari"</string> </resources> diff --git a/android/app/res/values-fa/strings.xml b/android/app/res/values-fa/strings.xml index de44926eb8..e16bda920e 100644 --- a/android/app/res/values-fa/strings.xml +++ b/android/app/res/values-fa/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"دسترسی به Download Manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"به برنامه برای دسترسی به مدیر BluetoothShare و استفاده از آن برای انتقال فایلها اجازه میدهد."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"قرار دادن دسترسی دستگاه بلوتوث در فهرست مجاز."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"به برنامه اجازه میدهد موقتاً یک دستگاه بلوتوث را در فهرست مجاز قرار دهد؛ با این کار دستگاه موردنظر مجاز خواهد بود بدون تأیید کاربر برای این دستگاه فایل ارسال کند."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"بلوتوث"</string> - <string name="unknown_device" msgid="9221903979877041009">"دستگاه ناشناس"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ناشناس"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"حالت هواپیما"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"در حالت هواپیما نمیتوانید از بلوتوث استفاده کنید."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"برای استفاده از خدمات بلوتوث، باید ابتدا بلوتوث را روشن کنید."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"اکنون بلوتوث روشن شود؟"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"لغو"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"روشن کردن"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"انتقال فایل"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"فایل ورودی پذیرفته شود؟"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"نپذیرفتن"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"پذیرفتن"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"تأیید"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"هنگام پذیرش یک فایل ورودی از \"<xliff:g id="SENDER">%1$s</xliff:g>\" درنگ پیش آمد"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"فایل ورودی"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> آماده ارسال <xliff:g id="FILE">%2$s</xliff:g> است"</string> - <string name="notification_receiving" msgid="4674648179652543984">"اشتراک بلوتوث: در حال دریافت <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"اشتراک بلوتوث: <xliff:g id="FILE">%1$s</xliff:g> دریافت شد"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"اشتراک بلوتوث: فایل <xliff:g id="FILE">%1$s</xliff:g>دریافت نشد"</string> - <string name="notification_sending" msgid="3035748958534983833">"اشتراک بلوتوث: در حال ارسال <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"اشتراک بلوتوث:<xliff:g id="FILE">%1$s</xliff:g> ارسال شد"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% کامل شد"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"اشتراک بلوتوث: فایل <xliff:g id="FILE">%1$s</xliff:g> ارسال نشد"</string> - <string name="download_title" msgid="3353228219772092586">"انتقال فایل"</string> - <string name="download_line1" msgid="4926604799202134144">"از: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"فایل: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"اندازه فایل: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"درحال دریافت فایل…"</string> - <string name="download_cancel" msgid="9177305996747500768">"توقف"</string> - <string name="download_ok" msgid="5000360731674466039">"پنهان کردن"</string> - <string name="incoming_line1" msgid="2127419875681087545">"از"</string> - <string name="incoming_line2" msgid="3348994249285315873">"نام فایل"</string> - <string name="incoming_line3" msgid="7954237069667474024">"اندازه"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"فایل دریافت نشد"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"فایل: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"دلیل: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"تأیید"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"فایل دریافت شد"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"باز کردن"</string> - <string name="upload_line1" msgid="2055952074059709052">"به: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"نوع فایل: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"درحال ارسال فایل…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"فایل ارسال شد"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"تأیید"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"فایل به \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ارسال نشد."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"فایل: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"بستن"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"تأیید"</string> - <string name="unknown_file" msgid="6092727753965095366">"فایل ناشناس"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"هیچ برنامهای برای کار با این نوع فایل وجود ندارد.\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"فایلی وجود ندارد"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"فایل موجود نیست. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"لطفاً منتظر بمانید…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"روشن کردن بلوتوث…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"فایل دریافت میشود: پیشرفت دریافت را در پانل اعلانها بررسی کنید."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"فایل را نمیتوان دریافت کرد."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"دریافت فایل از \"<xliff:g id="SENDER">%1$s</xliff:g>\" متوقف شد"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"ارسال فایل به \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"ارسال <xliff:g id="NUMBER">%1$s</xliff:g> فایل به \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"ارسال فایل به \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" متوقف شد"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"فضای کافی در حافظه USB برای ذخیره کردن فایل موجود نیست."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"فضای کافی در کارت SD برای ذخیره کردن فایل موجود نیست."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"فضای مورد نیاز: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"درخواستهای بسیاری در حال انجام هستند. بعداً دوباره امتحان کنید."</string> - <string name="status_pending" msgid="2503691772030877944">"انتقال فایل هنوز شروع نشده است."</string> - <string name="status_running" msgid="6562808920311008696">"انتقال فایل در حال انجام است."</string> - <string name="status_success" msgid="239573225847565868">"انتقال فایل با موفقیت انجام شد."</string> - <string name="status_not_accept" msgid="1695082417193780738">"محتوا پشتیبانی نمیشود."</string> - <string name="status_forbidden" msgid="613956401054050725">"انتقال توسط دستگاه مقصد ممنوع شده است."</string> - <string name="status_canceled" msgid="6664490318773098285">"انتقال توسط کاربر لغو شد."</string> - <string name="status_file_error" msgid="3671917770630165299">"مشکل فضای ذخیرهسازی."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"حافظهٔ USB وجود ندارد."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"هیچ کارت SD موجود نیست. برای ذخیره فایلهای منتقلشده، کارت SD در گوشی قرار دهید."</string> - <string name="status_connection_error" msgid="947681831523219891">"اتصال ناموفق بود."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"درخواست به درستی انجام نمیشود."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"خطای ناشناس."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"بلوتوث دریافت شد"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"اشتراکگذاری بلوتوث"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> دریافت کامل شد."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ارسال کامل شد."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"انتقال های ورودی"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"انتقال های خروجی"</string> - <string name="no_transfers" msgid="3482965619151865672">"سابقه انتقال خالی است."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"همهٔ موارد از فهرست پاک میشوند."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"اشتراک بلوتوث: فایلهای ارسال شده"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"اشتراک بلوتوث: فایلهای دریافت شده"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"دسترسی به Download Manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"به برنامه برای دسترسی به مدیر BluetoothShare و استفاده از آن برای انتقال فایلها اجازه میدهد."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"مجاز کردن دسترسی به دستگاه بلوتوثی."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"به برنامه اجازه میدهد موقتاً یک دستگاه بلوتوث را در فهرست مجاز قرار دهد؛ با این کار دستگاه موردنظر مجاز خواهد بود بدون تأیید کاربر برای این دستگاه فایل ارسال کند."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"بلوتوث"</string> + <string name="unknown_device" msgid="2317679521750821654">"دستگاه ناشناس"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ناشناس"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"حالت هواپیما"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"در حالت هواپیما نمیتوانید از بلوتوث استفاده کنید."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"برای استفاده از خدمات بلوتوث، باید ابتدا بلوتوث را روشن کنید."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"اکنون بلوتوث روشن شود؟"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"لغو"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"روشن کردن"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"انتقال فایل"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"فایل ورودی پذیرفته شود؟"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"نپذیرفتن"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"پذیرفتن"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"تأیید"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"هنگام پذیرش یک فایل ورودی از \"<xliff:g id="SENDER">%1$s</xliff:g>\" درنگ پیش آمد"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"فایل ورودی"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> آماده ارسال فایل است: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"اشتراک بلوتوث: در حال دریافت <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"اشتراک بلوتوث: <xliff:g id="FILE">%1$s</xliff:g> دریافت شد"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"اشتراک بلوتوث: فایل <xliff:g id="FILE">%1$s</xliff:g>دریافت نشد"</string> + <string name="notification_sending" msgid="8269912843286868700">"اشتراک بلوتوث: در حال ارسال <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"اشتراک بلوتوث:<xliff:g id="FILE">%1$s</xliff:g> ارسال شد"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% کامل شد"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"اشتراک بلوتوث: فایل <xliff:g id="FILE">%1$s</xliff:g> ارسال نشد"</string> + <string name="download_title" msgid="6449408649671518102">"انتقال فایل"</string> + <string name="download_line1" msgid="6449220145685308846">"از: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"فایل: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"اندازه فایل: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"درحال دریافت فایل…"</string> + <string name="download_cancel" msgid="1705762428762702342">"توقف"</string> + <string name="download_ok" msgid="2404442707314575833">"پنهان کردن"</string> + <string name="incoming_line1" msgid="6342300988329482408">"از"</string> + <string name="incoming_line2" msgid="2199520895444457585">"نام فایل"</string> + <string name="incoming_line3" msgid="8630078246326525633">"اندازه"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"فایل دریافت نشد"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"فایل: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"دلیل: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"تأیید"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"فایل دریافت شد"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"باز کردن"</string> + <string name="upload_line1" msgid="1912803923255989287">"به: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"نوع فایل: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"درحال ارسال فایل…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"فایل ارسال شد"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"تأیید"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"فایل به \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ارسال نشد."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"فایل: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"بستن"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"تأیید"</string> + <string name="unknown_file" msgid="3719981572107052685">"فایل ناشناس"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"هیچ برنامهای برای کار با این نوع فایل وجود ندارد.\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"فایلی وجود ندارد"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"فایل موجود نیست. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"لطفاً منتظر بمانید…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"روشن کردن بلوتوث…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"فایل دریافت میشود: پیشرفت دریافت را در پانل اعلانها بررسی کنید."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"فایل را نمیتوان دریافت کرد."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"دریافت فایل از \"<xliff:g id="SENDER">%1$s</xliff:g>\" متوقف شد"</string> + <string name="bt_toast_4" msgid="480365991944956695">"ارسال فایل به \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"ارسال <xliff:g id="NUMBER">%1$s</xliff:g> فایل به \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"ارسال فایل به \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" متوقف شد"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"فضای کافی در حافظه USB برای ذخیره کردن فایل موجود نیست."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"فضای کافی در کارت SD برای ذخیره کردن فایل موجود نیست."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"فضای مورد نیاز: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"درخواستهای بسیاری در حال انجام هستند. بعداً دوباره امتحان کنید."</string> + <string name="status_pending" msgid="4781040740237733479">"انتقال فایل هنوز شروع نشده است."</string> + <string name="status_running" msgid="7419075903776657351">"انتقال فایل در حال انجام است."</string> + <string name="status_success" msgid="7963589000098719541">"انتقال فایل با موفقیت انجام شد."</string> + <string name="status_not_accept" msgid="1165798802740579658">"محتوا پشتیبانی نمیشود."</string> + <string name="status_forbidden" msgid="4017060451358837245">"انتقال توسط دستگاه مقصد ممنوع شده است."</string> + <string name="status_canceled" msgid="8441679418717978515">"انتقال توسط کاربر لغو شد."</string> + <string name="status_file_error" msgid="5379018888714679311">"مشکل فضای ذخیرهسازی."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"حافظهٔ USB وجود ندارد."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"هیچ کارت SD موجود نیست. برای ذخیره فایلهای منتقلشده، کارت SD در گوشی قرار دهید."</string> + <string name="status_connection_error" msgid="8253709700568062220">"اتصال ناموفق بود."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"درخواست به درستی انجام نمیشود."</string> + <string name="status_unknown_error" msgid="314676481744304866">"خطای ناشناس."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"بلوتوث دریافت شد"</string> + <string name="opp_notification_group" msgid="150067508422520653">"اشتراکگذاری بلوتوث"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> دریافت کامل شد."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ارسال کامل شد."</string> + <string name="inbound_history_title" msgid="189623888169624862">"انتقال های ورودی"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"انتقال های خروجی"</string> + <string name="no_transfers" msgid="740521199933899821">"سابقه انتقال خالی است."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"همهٔ موارد از فهرست پاک میشوند."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"اشتراک بلوتوث: فایلهای ارسال شده"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"اشتراک بلوتوث: فایلهای دریافت شده"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> مورد ناموفق.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> مورد ناموفق.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> مورد موفق، %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> مورد موفق، %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"پاک کردن فهرست"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"باز کردن"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"پاک کردن از فهرست"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"پاک کردن"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"درحال پخش"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"ذخیره"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"لغو"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"حسابهایی را انتخاب کنید که میخواهید از طریق بلوتوث به اشتراک بگذارید. هنگام اتصال، همچنان باید با هر گونه دسترسی به حسابها موافقت کنید."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"شیارهای باقیمانده:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"نماد برنامه"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"تنظیمات اشتراکگذاری پیام بلوتوث"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"انتخاب حساب امکانپذیر نیست. ۰ شیار باقی مانده است"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"بلوتوث صوتی متصل شد"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ارتباط بلوتوث صوتی قطع شد"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"بلوتوث صوتی"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"فایلهای بزرگتر از ۴ گیگابایت نمیتوانند منتقل شوند"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"اتصال به بلوتوث"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"پاک کردن فهرست"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"باز کردن"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"پاک کردن از فهرست"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"پاک کردن"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"درحال پخش"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"ذخیره"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"لغو"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"حسابهایی را انتخاب کنید که میخواهید از طریق بلوتوث به اشتراک بگذارید. هنگام اتصال، همچنان باید با هر گونه دسترسی به حسابها موافقت کنید."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"شیارهای باقیمانده:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"نماد برنامه"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"تنظیمات اشتراکگذاری پیام بلوتوث"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"انتخاب حساب امکانپذیر نیست. ۰ شیار باقی مانده است"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"بلوتوث صوتی متصل شد"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ارتباط بلوتوث صوتی قطع شد"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"بلوتوث صوتی"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"فایلهای بزرگتر از ۴ گیگابایت نمیتوانند منتقل شوند"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"اتصال به بلوتوث"</string> </resources> diff --git a/android/app/res/values-fa/strings_pbap.xml b/android/app/res/values-fa/strings_pbap.xml index b73b52d503..539a39d116 100644 --- a/android/app/res/values-fa/strings_pbap.xml +++ b/android/app/res/values-fa/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"تایپ کلید جلسه برای %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"به کلید جلسه بلوتوث نیاز است"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"پذیرفتن اتصال با %1$s خیلی زمان برد"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"وارد کردن کلید جلسه با %1$s خیلی زمان برد"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"درخواست اصالتسنجی Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"کلید جلسه"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"تایپ کلید جلسه برای %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"کیت خودرو"</string> - <string name="unknownName" msgid="2841414754740600042">"نام ناشناس"</string> - <string name="localPhoneName" msgid="2349001318925409159">"نام من"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"اشتراکگذاری مخاطبین ازطریق بلوتوث"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"تایپ کلید جلسه برای %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"به کلید جلسه بلوتوث نیاز است"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"پذیرفتن اتصال با %1$s خیلی زمان برد"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"وارد کردن کلید جلسه با %1$s خیلی زمان برد"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"درخواست اصالتسنجی Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"کلید جلسه"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"تایپ کلید جلسه برای %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"کیت خودرو"</string> + <string name="unknownName" msgid="6755061296103155293">"نام ناشناس"</string> + <string name="localPhoneName" msgid="9119254982537191352">"نام من"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"اشتراکگذاری مخاطبین ازطریق بلوتوث"</string> </resources> diff --git a/android/app/res/values-fa/strings_pbap_client.xml b/android/app/res/values-fa/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-fa/strings_pbap_client.xml +++ b/android/app/res/values-fa/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-fa/strings_sap.xml b/android/app/res/values-fa/strings_sap.xml index ec7e49d417..eb3b6ffc2e 100644 --- a/android/app/res/values-fa/strings_sap.xml +++ b/android/app/res/values-fa/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"دسترسی به سیمکارت بلوتوث"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"دسترسی به سیمکارت بلوتوث"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"قطع ارتباط از کلاینت درخواست شود؟"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"در انتظار کلاینت برای قطع ارتباط"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"قطع ارتباط"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"قطع ارتباط اجباری"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"دسترسی به سیمکارت بلوتوث"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"دسترسی به سیمکارت بلوتوث"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"قطع ارتباط از کلاینت درخواست شود؟"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"در انتظار کلاینت برای قطع ارتباط"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"قطع ارتباط"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"قطع ارتباط اجباری"</string> </resources> diff --git a/android/app/res/values-fa/test_strings.xml b/android/app/res/values-fa/test_strings.xml index 9761775122..83b828a465 100644 --- a/android/app/res/values-fa/test_strings.xml +++ b/android/app/res/values-fa/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"بلوتوث"</string> - <string name="insert_record" msgid="1450997173838378132">"درج سابقه"</string> - <string name="update_record" msgid="2480425402384910635">"تأیید سابقه"</string> - <string name="ack_record" msgid="6716152390978472184">"سابقه Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"حذف همه سابقه"</string> - <string name="ok_button" msgid="6519033415223065454">"تأیید"</string> - <string name="delete_record" msgid="4645040331967533724">"حذف سابقه"</string> - <string name="start_server" msgid="9034821924409165795">"راهاندازی سرور TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"اعلان سرور TCP"</string> + <string name="app_name" msgid="7766152617107310582">"بلوتوث"</string> + <string name="insert_record" msgid="4024416351836939752">"درج سابقه"</string> + <string name="update_record" msgid="7201772850942641237">"تأیید سابقه"</string> + <string name="ack_record" msgid="2404738476192250210">"سابقه Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"حذف همه سابقه"</string> + <string name="ok_button" msgid="719865942400179601">"تأیید"</string> + <string name="delete_record" msgid="5713885957446255270">"حذف سابقه"</string> + <string name="start_server" msgid="134483798422082514">"راهاندازی سرور TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"اعلان سرور TCP"</string> </resources> diff --git a/android/app/res/values-fi/strings.xml b/android/app/res/values-fi/strings.xml index 8151d60ffd..d8c3061025 100644 --- a/android/app/res/values-fi/strings.xml +++ b/android/app/res/values-fi/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Lataustenhallinnan käyttö."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Antaa sovelluksen käyttää BluetoothShare-hallintaa tiedostojen siirtoon."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Käyttö Bluetooth-laitteella, jolla on tilapäinen lupa."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Mahdollistaa tilapäisen luvan antamisen Bluetooth-laitteelle, jolloin tiedostojen lähettäminen laitteesta tähän laitteeseen ei vaadi käyttäjän hyväksyntää."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Tuntematon laite"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Tuntematon"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Lentokonetila"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Et voi käyttää Bluetoothia lentokonetilassa."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Jos haluat käyttää Bluetooth-palveluita, ota Bluetooth käyttöön."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Otetaanko Bluetooth käyttöön nyt?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Peru"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Ota käyttöön"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Tiedostonsiirto"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Hyväksytäänkö saapuva tiedosto?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Hylkää"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Hyväksy"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Yhteys aikakatkaistiin vastaanotettaessa tiedostoa lähettäjältä <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Saapuva tiedosto"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> on valmis lähettämään kohteen <xliff:g id="FILE">%2$s</xliff:g>."</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-jako: vastaanotetaan tiedostoa <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-jako: <xliff:g id="FILE">%1$s</xliff:g> vastaanotettu"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-jako: tiedostoa <xliff:g id="FILE">%1$s</xliff:g> ei vastaanotettu"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-jako: lähetetään tiedostoa <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-jako: lähetä <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % valmis"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-jako: tiedostoa <xliff:g id="FILE">%1$s</xliff:g> ei lähetetty"</string> - <string name="download_title" msgid="3353228219772092586">"Tiedostonsiirto"</string> - <string name="download_line1" msgid="4926604799202134144">"Lähettäjä: <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="download_line2" msgid="5876973543019417712">"Tiedosto: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Tiedostokoko: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Vastaanotetaan tiedostoa…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Lopeta"</string> - <string name="download_ok" msgid="5000360731674466039">"Piilota"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Lähettäjä"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Tiedostonimi"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Koko"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Tiedostoa ei vastaanotettu"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Tiedosto: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Syy: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Tiedosto vastaanotettu"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Avaa"</string> - <string name="upload_line1" msgid="2055952074059709052">"Vastaanottaja: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="upload_line3" msgid="4920689672457037437">"Tiedostotyyppi: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Lähetetään tiedostoa…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Tiedosto lähetetty"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Tiedostoa ei lähetetty vastaanottajalle <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Tiedosto: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Sulje"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Tuntematon tiedosto"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Tämän tyyppisten tiedostojen käsittelyyn sopivaa sovellusta ei ole asennettu. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ei tiedostoa"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Tiedostoa ei ole olemassa. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Odota…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Otetaan Bluetooth käyttöön..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Tiedosto otetaan vastaan. Näet siirron tilan Ilmoitukset-paneelissa."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Tiedostoa ei voi vastaanottaa."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Pysäytettiin tiedoston vastaanotto lähettäjältä <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Lähetetään tiedosto vastaanottajalle <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Lähetetään <xliff:g id="NUMBER">%1$s</xliff:g> tiedostoa vastaanottajalle <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Tiedoston lähettäminen vastaanottajalle <xliff:g id="RECIPIENT">%1$s</xliff:g> pysäytetty"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB-tallennustila ei riitä tiedoston tallentamiseen."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD-kortin tila ei riitä tiedoston tallentamiseen."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Tilaa tarvitaan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Liian monta käsiteltävää pyyntöä. Yritä myöhemmin uudelleen."</string> - <string name="status_pending" msgid="2503691772030877944">"Tiedostonsiirto ei ole vielä alkanut."</string> - <string name="status_running" msgid="6562808920311008696">"Tiedostonsiirto on käynnissä."</string> - <string name="status_success" msgid="239573225847565868">"Tiedostonsiirto onnistui."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Sisältöä ei tueta."</string> - <string name="status_forbidden" msgid="613956401054050725">"Kohdelaite kieltää siirron."</string> - <string name="status_canceled" msgid="6664490318773098285">"Käyttäjä peruutti tiedonsiirron."</string> - <string name="status_file_error" msgid="3671917770630165299">"Tallennusongelma."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Ei USB-tallennustilaa"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Ei SD-korttia. Aseta SD-kortti, niin voit tallentaa siirrettyjä tiedostoja."</string> - <string name="status_connection_error" msgid="947681831523219891">"Yhteys epäonnistui."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Pyyntö ei ole käsiteltävissä."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Tuntematon virhe."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth, vastaanotettu"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-jako"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vastaanotto valmis."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> lähetys valmis."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Saapuvat siirrot"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Lähtevät siirrot"</string> - <string name="no_transfers" msgid="3482965619151865672">"Lähetyshistoria on tyhjä."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Koko luettelo tyhjennetään."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-jako: Lähetetyt tiedostot"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-jako: Vastaanotetut tiedostot"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Lataustenhallinnan käyttö."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Antaa sovelluksen käyttää BluetoothShare-hallintaa tiedostojen siirtoon."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Käyttö Bluetooth-laitteella, jolla on tilapäinen lupa."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Mahdollistaa tilapäisen luvan antamisen Bluetooth-laitteelle, jolloin tiedostojen lähettäminen laitteesta tähän laitteeseen ei vaadi käyttäjän hyväksyntää."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Tuntematon laite"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Tuntematon"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Lentokonetila"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Et voi käyttää Bluetoothia lentokonetilassa."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Jos haluat käyttää Bluetooth-palveluita, ota Bluetooth käyttöön."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Otetaanko Bluetooth käyttöön nyt?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Peru"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Ota käyttöön"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Tiedostonsiirto"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Hyväksytäänkö saapuva tiedosto?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Hylkää"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Hyväksy"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Yhteys aikakatkaistiin vastaanotettaessa tiedostoa lähettäjältä <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Saapuva tiedosto"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> on valmis lähettämään tiedoston: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-jako: vastaanotetaan tiedostoa <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-jako: <xliff:g id="FILE">%1$s</xliff:g> vastaanotettu"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-jako: tiedostoa <xliff:g id="FILE">%1$s</xliff:g> ei vastaanotettu"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-jako: lähetetään tiedostoa <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-jako: lähetä <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % valmis"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-jako: tiedostoa <xliff:g id="FILE">%1$s</xliff:g> ei lähetetty"</string> + <string name="download_title" msgid="6449408649671518102">"Tiedostonsiirto"</string> + <string name="download_line1" msgid="6449220145685308846">"Lähettäjä: <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="download_line2" msgid="7634316500490825390">"Tiedosto: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Tiedostokoko: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Vastaanotetaan tiedostoa…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Lopeta"</string> + <string name="download_ok" msgid="2404442707314575833">"Piilota"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Lähettäjä"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Tiedostonimi"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Koko"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Tiedostoa ei vastaanotettu"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Tiedosto: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Syy: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Tiedosto vastaanotettu"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Avaa"</string> + <string name="upload_line1" msgid="1912803923255989287">"Vastaanottaja: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="upload_line3" msgid="5964902647036741603">"Tiedostotyyppi: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Lähetetään tiedostoa…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Tiedosto lähetetty"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Tiedostoa ei lähetetty vastaanottajalle <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Tiedosto: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Sulje"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Tuntematon tiedosto"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Tämän tyyppisten tiedostojen käsittelyyn sopivaa sovellusta ei ole asennettu. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ei tiedostoa"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Tiedostoa ei ole olemassa. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Odota…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Otetaan Bluetooth käyttöön..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Tiedosto otetaan vastaan. Näet siirron tilan Ilmoitukset-paneelissa."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Tiedostoa ei voi vastaanottaa."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Pysäytettiin tiedoston vastaanotto lähettäjältä <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Lähetetään tiedosto vastaanottajalle <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Lähetetään <xliff:g id="NUMBER">%1$s</xliff:g> tiedostoa vastaanottajalle <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Tiedoston lähettäminen vastaanottajalle <xliff:g id="RECIPIENT">%1$s</xliff:g> pysäytetty"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB-tallennustila ei riitä tiedoston tallentamiseen."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD-kortin tila ei riitä tiedoston tallentamiseen."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Tilaa tarvitaan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Liian monta käsiteltävää pyyntöä. Yritä myöhemmin uudelleen."</string> + <string name="status_pending" msgid="4781040740237733479">"Tiedostonsiirto ei ole vielä alkanut."</string> + <string name="status_running" msgid="7419075903776657351">"Tiedostonsiirto on käynnissä."</string> + <string name="status_success" msgid="7963589000098719541">"Tiedostonsiirto onnistui."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Sisältöä ei tueta."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Kohdelaite kieltää siirron."</string> + <string name="status_canceled" msgid="8441679418717978515">"Käyttäjä peruutti tiedonsiirron."</string> + <string name="status_file_error" msgid="5379018888714679311">"Tallennusongelma."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Ei USB-tallennustilaa"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Ei SD-korttia. Aseta SD-kortti, niin voit tallentaa siirrettyjä tiedostoja."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Yhteys epäonnistui."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Pyyntö ei ole käsiteltävissä."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Tuntematon virhe."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth, vastaanotettu"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-jako"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> vastaanotto valmis."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> lähetys valmis."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Saapuvat siirrot"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Lähtevät siirrot"</string> + <string name="no_transfers" msgid="740521199933899821">"Lähetyshistoria on tyhjä."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Koko luettelo tyhjennetään."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-jako: Lähetetyt tiedostot"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-jako: Vastaanotetut tiedostot"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> epäonnistui.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> epäonnistui.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> onnistui, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> onnistui, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Tyhjennä luettelo"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Avaa"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Poista luettelosta"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Poista"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Musiikintunnistus"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Tallenna"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Peru"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Valitse tilit, jotka haluat jakaa Bluetoothin kautta. Tilien käyttöoikeus pitää silti hyväksyä yhdistettäessä."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Paikkoja jäljellä:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Sovelluskuvake"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetoothin viestinjakoasetukset"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Tilin valinta epäonnistui. 0 paikkaa jäljellä"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-ääni liitetty"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-ääni katkaistu"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-ääni"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Yli 4 Gt:n kokoisia tiedostoja ei voi siirtää."</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Muodosta Bluetooth-yhteys"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Tyhjennä luettelo"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Avaa"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Poista luettelosta"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Poista"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Musiikintunnistus"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Tallenna"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Peru"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Valitse tilit, jotka haluat jakaa Bluetoothin kautta. Tilien käyttöoikeus pitää silti hyväksyä yhdistettäessä."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Paikkoja jäljellä:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Sovelluskuvake"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetoothin viestinjakoasetukset"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Tilin valinta epäonnistui. 0 paikkaa jäljellä"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-ääni liitetty"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-ääni katkaistu"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-ääni"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Yli 4 Gt:n kokoisia tiedostoja ei voi siirtää."</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Muodosta Bluetooth-yhteys"</string> </resources> diff --git a/android/app/res/values-fi/strings_pbap.xml b/android/app/res/values-fi/strings_pbap.xml index 4275fba1d5..9174326acc 100644 --- a/android/app/res/values-fi/strings_pbap.xml +++ b/android/app/res/values-fi/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Kirjoita kohteen %1$s käyttökerran avain"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-käyttökerran avain vaaditaan"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Kohteen %1$s yhteyspyyntö aikakatkaistiin"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Kohteen %1$s käyttökerran avaimen syöttö aikakatkaistiin"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex-todennuspyyntö"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Käyttökerran avain"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Kirjoita kohteen %1$s käyttökerran avain"</string> - <string name="defaultname" msgid="4821590500649090078">"Autosarja"</string> - <string name="unknownName" msgid="2841414754740600042">"Tuntematon nimi"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Oma nimeni"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth-yhteyden jako"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Kirjoita kohteen %1$s käyttökerran avain"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-käyttökerran avain vaaditaan"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Kohteen %1$s yhteyspyyntö aikakatkaistiin"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Kohteen %1$s käyttökerran avaimen syöttö aikakatkaistiin"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex-todennuspyyntö"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Käyttökerran avain"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Kirjoita kohteen %1$s käyttökerran avain"</string> + <string name="defaultname" msgid="6200530814398805541">"Autosarja"</string> + <string name="unknownName" msgid="6755061296103155293">"Tuntematon nimi"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Oma nimeni"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth-yhteyden jako"</string> </resources> diff --git a/android/app/res/values-fi/strings_pbap_client.xml b/android/app/res/values-fi/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-fi/strings_pbap_client.xml +++ b/android/app/res/values-fi/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-fi/strings_sap.xml b/android/app/res/values-fi/strings_sap.xml index b29e3e1460..078c0ac916 100644 --- a/android/app/res/values-fi/strings_sap.xml +++ b/android/app/res/values-fi/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM -käyttö"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM -käyttö"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Pyydetäänkö asiakassovellusta katkaisemaan yhteys?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Odotetaan, että asiakassovellus katkaisee yhteyden."</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Katkaise yhteys"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Pakota yhteyden katkaiseminen"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM -käyttö"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM -käyttö"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Pyydetäänkö asiakassovellusta katkaisemaan yhteys?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Odotetaan, että asiakassovellus katkaisee yhteyden."</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Katkaise yhteys"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Pakota yhteyden katkaiseminen"</string> </resources> diff --git a/android/app/res/values-fi/test_strings.xml b/android/app/res/values-fi/test_strings.xml index 44cd177032..3e7ca4b78a 100644 --- a/android/app/res/values-fi/test_strings.xml +++ b/android/app/res/values-fi/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Lisää tiedot"</string> - <string name="update_record" msgid="2480425402384910635">"Vahvista tiedot"</string> - <string name="ack_record" msgid="6716152390978472184">"Hyv. tiedot"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Poista kaikki tiedot"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Poista tiedot"</string> - <string name="start_server" msgid="9034821924409165795">"Käynnistä TCP-palvelin"</string> - <string name="notify_server" msgid="4369106744022969655">"Ilmoita TCP-palvelin"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Lisää tiedot"</string> + <string name="update_record" msgid="7201772850942641237">"Vahvista tiedot"</string> + <string name="ack_record" msgid="2404738476192250210">"Hyv. tiedot"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Poista kaikki tiedot"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Poista tiedot"</string> + <string name="start_server" msgid="134483798422082514">"Käynnistä TCP-palvelin"</string> + <string name="notify_server" msgid="8832385166935137731">"Ilmoita TCP-palvelin"</string> </resources> diff --git a/android/app/res/values-fr-rCA/strings.xml b/android/app/res/values-fr-rCA/strings.xml index 66ad1f1c33..f530eb4352 100644 --- a/android/app/res/values-fr-rCA/strings.xml +++ b/android/app/res/values-fr-rCA/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Accéder au gestionnaire de téléchargement."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permet à l\'application d\'accéder au gestionnaire BluetoothShare et de l\'utiliser pour le transfert de fichiers."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Ajouter l\'accès d\'un appareil Bluetooth à la liste verte."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permet à l\'application d\'ajouter temporairement un appareil Bluetooth à la liste verte afin que celui-ci puisse envoyer des fichiers à cet appareil sans que la confirmation de l\'utilisateur soit nécessaire."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Périphérique inconnu"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Inconnu"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Mode Avion"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetooth ne peut être utilisé en mode Avion."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Vous devez activer la fonction Bluetooth pour pouvoir utiliser les services Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Activer Bluetooth maintenant?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Annuler"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activer"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transfert de fichier"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accepter le fichier entrant?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Refuser"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accepter"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Expiration du délai de réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Fichier entrant"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> est prêt à envoyer le fichier « <xliff:g id="FILE">%2$s</xliff:g> »"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Partage Bluetooth : réception de <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> reçu(s)"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non reçu"</string> - <string name="notification_sending" msgid="3035748958534983833">"Partage Bluetooth : envoi de <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> envoyé"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % effectués"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non envoyé"</string> - <string name="download_title" msgid="3353228219772092586">"Transfert de fichier"</string> - <string name="download_line1" msgid="4926604799202134144">"De : \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Taille du fichier : <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Réception de fichier en cours"</string> - <string name="download_cancel" msgid="9177305996747500768">"Arrêter"</string> - <string name="download_ok" msgid="5000360731674466039">"Masquer"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nom de fichier"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Taille"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fichier non reçu"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motif : <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fichier reçu"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ouvrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"À : \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Type de fichier : <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Envoi de fichier en cours"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fichier envoyé"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Le fichier n\'a pas été envoyé à <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Fermer"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Fichier inconnu"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Aucune application ne permet de gérer ce type de fichier. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Aucun fichier"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Le fichier n\'existe pas. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Veuillez patienter…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Activation de Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"La réception du fichier va commencer. La progression va s\'afficher dans le panneau de notification."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Impossible de recevoir le fichier."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\" interrompue"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Envoi de <xliff:g id="NUMBER">%1$s</xliff:g> fichiers à \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrompu"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Espace insuffisant sur la mémoire de stockage USB pour l\'enregistrement du fichier."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Espace insuffisant sur la carte SD pour l\'enregistrement du fichier."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espace requis : <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Trop de requêtes sont en cours de traitement. Veuillez réessayer plus tard."</string> - <string name="status_pending" msgid="2503691772030877944">"Le transfert de fichier n\'a pas encore commencé."</string> - <string name="status_running" msgid="6562808920311008696">"Le transfert de fichier est en cours."</string> - <string name="status_success" msgid="239573225847565868">"Le transfert de fichiers s\'est déroulé correctement."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Le contenu n\'est pas compatible."</string> - <string name="status_forbidden" msgid="613956401054050725">"L\'appareil cible n\'autorise pas le transfert."</string> - <string name="status_canceled" msgid="6664490318773098285">"Le transfert a été annulé par l\'utilisateur."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problème de mémoire."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Aucune mémoire de stockage USB"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Aucune carte SD trouvée. Insérez une carte SD pour enregistrer les fichiers transférés."</string> - <string name="status_connection_error" msgid="947681831523219891">"Échec de la connexion."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Impossible de traiter la demande correctement."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Erreur inconnue."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Reçu par Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Partage Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Réception de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminée"</string> - <string name="upload_success" msgid="4014469387779648949">"Envoi de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminé"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferts entrants"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferts sortants"</string> - <string name="no_transfers" msgid="3482965619151865672">"L\'historique des transferts est vide."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Tous les éléments de la liste seront effacés."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Partage Bluetooth : fichiers envoyés"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Partage Bluetooth : fichiers reçus"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Accéder au gestionnaire de téléchargement."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permet à l\'application d\'accéder au gestionnaire BluetoothShare et de l\'utiliser pour le transfert de fichiers."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Ajouter l\'accès d\'un appareil Bluetooth à la liste verte."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permet à l\'application d\'ajouter temporairement un appareil Bluetooth à la liste verte afin que celui-ci puisse envoyer des fichiers à cet appareil sans que la confirmation de l\'utilisateur soit nécessaire."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Périphérique inconnu"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Inconnu"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Mode Avion"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bluetooth ne peut être utilisé en mode Avion."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Vous devez activer la fonction Bluetooth pour pouvoir utiliser les services Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Activer Bluetooth maintenant?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Annuler"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activer"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transfert de fichier"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accepter le fichier entrant?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Refuser"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accepter"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Expiration du délai de réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Fichier entrant"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> est prêt à vous envoyer un fichier : <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Partage Bluetooth : réception de <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> reçu(s)"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non reçu"</string> + <string name="notification_sending" msgid="8269912843286868700">"Partage Bluetooth : envoi de <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> envoyé"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % effectués"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non envoyé"</string> + <string name="download_title" msgid="6449408649671518102">"Transfert de fichier"</string> + <string name="download_line1" msgid="6449220145685308846">"De : \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Taille du fichier : <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Réception de fichier en cours"</string> + <string name="download_cancel" msgid="1705762428762702342">"Arrêter"</string> + <string name="download_ok" msgid="2404442707314575833">"Masquer"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nom de fichier"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Taille"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fichier non reçu"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motif : <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fichier reçu"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ouvrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"À : \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Type de fichier : <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Envoi de fichier en cours"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fichier envoyé"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Le fichier n\'a pas été envoyé à <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Fermer"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Fichier inconnu"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Aucune application ne permet de gérer ce type de fichier. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Aucun fichier"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Le fichier n\'existe pas. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Veuillez patienter…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Activation de Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"La réception du fichier va commencer. La progression va s\'afficher dans le panneau de notification."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Impossible de recevoir le fichier."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\" interrompue"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Envoi de <xliff:g id="NUMBER">%1$s</xliff:g> fichiers à \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrompu"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Espace insuffisant sur la mémoire de stockage USB pour l\'enregistrement du fichier."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Espace insuffisant sur la carte SD pour l\'enregistrement du fichier."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espace requis : <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Trop de requêtes sont en cours de traitement. Veuillez réessayer plus tard."</string> + <string name="status_pending" msgid="4781040740237733479">"Le transfert de fichier n\'a pas encore commencé."</string> + <string name="status_running" msgid="7419075903776657351">"Le transfert de fichier est en cours."</string> + <string name="status_success" msgid="7963589000098719541">"Le transfert de fichiers s\'est déroulé correctement."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Le contenu n\'est pas compatible."</string> + <string name="status_forbidden" msgid="4017060451358837245">"L\'appareil cible n\'autorise pas le transfert."</string> + <string name="status_canceled" msgid="8441679418717978515">"Le transfert a été annulé par l\'utilisateur."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problème de mémoire."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Aucune mémoire de stockage USB"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Aucune carte SD trouvée. Insérez une carte SD pour enregistrer les fichiers transférés."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Échec de la connexion."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Impossible de traiter la demande correctement."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Erreur inconnue."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Reçu par Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Partage Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Réception de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminée"</string> + <string name="upload_success" msgid="143787470859042049">"Envoi de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminé"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferts entrants"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferts sortants"</string> + <string name="no_transfers" msgid="740521199933899821">"L\'historique des transferts est vide."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Tous les éléments de la liste seront effacés."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Partage Bluetooth : fichiers envoyés"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Partage Bluetooth : fichiers reçus"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one">Échec de <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> élément.</item> <item quantity="other">Échec de <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> éléments.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one">Réussite de <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> élément, %2$s</item> <item quantity="other">Réussite de <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> éléments, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Effacer la liste"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ouvrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Effacer de la liste"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Effacer"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"En cours de lecture"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Enregistrer"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Annuler"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Sélectionnez les comptes que vous souhaitez partager par Bluetooth. Vous devez toujours accepter l\'accès à ces comptes lors de la connexion."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Espaces libres :"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icône de l\'application"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Paramètres de partage des messages par Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Impossible de sélectionner le compte : aucun espace libre."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio Bluetooth connecté"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio Bluetooth déconnecté"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Les fichiers dépassant 4 Go ne peuvent pas être transférés"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connexion au Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Effacer la liste"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ouvrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Effacer de la liste"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Effacer"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"En cours de lecture"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Enregistrer"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Annuler"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Sélectionnez les comptes que vous souhaitez partager par Bluetooth. Vous devez toujours accepter l\'accès à ces comptes lors de la connexion."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Espaces libres :"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icône de l\'application"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Paramètres de partage des messages par Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Impossible de sélectionner le compte : aucun espace libre."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio Bluetooth connecté"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio Bluetooth déconnecté"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Les fichiers dépassant 4 Go ne peuvent pas être transférés"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connexion au Bluetooth"</string> </resources> diff --git a/android/app/res/values-fr-rCA/strings_pbap.xml b/android/app/res/values-fr-rCA/strings_pbap.xml index 6fecae114d..96556e880f 100644 --- a/android/app/res/values-fr-rCA/strings_pbap.xml +++ b/android/app/res/values-fr-rCA/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Entrer la clé de session de %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Clé de session Bluetooth requise"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Délai d\'attente dépassé pour l\'acceptation de connexion à \"%1$s\""</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Délai d\'attente dépassé pour la saisie de la clé de session avec %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Demande d\'authentification Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Clé de session"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Entrer la clé de session de %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Trousse mains libres"</string> - <string name="unknownName" msgid="2841414754740600042">"Nom inconnu"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mon nom"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Partage de contacts par Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Entrer la clé de session de %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Clé de session Bluetooth requise"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Délai d\'attente dépassé pour l\'acceptation de connexion à \"%1$s\""</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Délai d\'attente dépassé pour la saisie de la clé de session avec %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Demande d\'authentification Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Clé de session"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Entrer la clé de session de %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Trousse mains libres"</string> + <string name="unknownName" msgid="6755061296103155293">"Nom inconnu"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mon nom"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Partage de contacts par Bluetooth"</string> </resources> diff --git a/android/app/res/values-fr-rCA/strings_pbap_client.xml b/android/app/res/values-fr-rCA/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-fr-rCA/strings_pbap_client.xml +++ b/android/app/res/values-fr-rCA/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-fr-rCA/strings_sap.xml b/android/app/res/values-fr-rCA/strings_sap.xml index 2898b45412..a952342678 100644 --- a/android/app/res/values-fr-rCA/strings_sap.xml +++ b/android/app/res/values-fr-rCA/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Accès SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Accès SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Demander au client de se déconnecter?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"En attente de déconnexion du client…"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Déconnecter"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forcer la déconnexion"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Accès SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Accès SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Demander au client de se déconnecter?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"En attente de déconnexion du client…"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Déconnecter"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forcer la déconnexion"</string> </resources> diff --git a/android/app/res/values-fr-rCA/test_strings.xml b/android/app/res/values-fr-rCA/test_strings.xml index a6feadf397..eff4a9d897 100644 --- a/android/app/res/values-fr-rCA/test_strings.xml +++ b/android/app/res/values-fr-rCA/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insérer l\'enregistrement"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmer l\'enregistrement"</string> - <string name="ack_record" msgid="6716152390978472184">"Enregistrement accusé de réception"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Supprimer tout l\'enregistrement"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Supprimer l\'enregistrement"</string> - <string name="start_server" msgid="9034821924409165795">"Démarrer le serveur TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Avertir le serveur TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insérer l\'enregistrement"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmer l\'enregistrement"</string> + <string name="ack_record" msgid="2404738476192250210">"Enregistrement accusé de réception"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Supprimer tout l\'enregistrement"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Supprimer l\'enregistrement"</string> + <string name="start_server" msgid="134483798422082514">"Démarrer le serveur TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Avertir le serveur TCP"</string> </resources> diff --git a/android/app/res/values-fr/strings.xml b/android/app/res/values-fr/strings.xml index 03e41d3412..5f7f92c9c8 100644 --- a/android/app/res/values-fr/strings.xml +++ b/android/app/res/values-fr/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Accéder au gestionnaire de téléchargement"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permet à l\'application d\'accéder au gestionnaire BluetoothShare et de l\'utiliser pour le transfert de fichiers."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Ajouter des appareils Bluetooth à la liste d\'autorisation"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permet à l\'application d\'ajouter temporairement un appareil Bluetooth à la liste d\'autorisation. Ainsi, celui-ci peut envoyer des fichiers à cet appareil sans que la confirmation de l\'utilisateur ne soit nécessaire."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Périphérique inconnu"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Inconnu"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Mode Avion"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetooth ne peut être utilisé en mode Avion."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Vous devez activer la fonction Bluetooth pour pouvoir utiliser les services Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Activer le Bluetooth maintenant ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Annuler"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activer"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transfert de fichier"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accepter le fichier entrant ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Refuser"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accepter"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Expiration du délai de réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Fichier entrant"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> est prêt à envoyer le fichier \"<xliff:g id="FILE">%2$s</xliff:g>\"."</string> - <string name="notification_receiving" msgid="4674648179652543984">"Partage Bluetooth : réception de <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> reçu"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non reçu"</string> - <string name="notification_sending" msgid="3035748958534983833">"Partage Bluetooth : envoi de <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> envoyé"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % effectués"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non envoyé"</string> - <string name="download_title" msgid="3353228219772092586">"Transfert de fichier"</string> - <string name="download_line1" msgid="4926604799202134144">"De : \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Taille du fichier : <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Réception de fichier en cours…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Arrêter"</string> - <string name="download_ok" msgid="5000360731674466039">"Masquer"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Expéditeur"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nom de fichier"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Taille"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fichier non reçu"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motif : <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fichier reçu"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ouvrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"À : \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Type de fichier : <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Envoi de fichier en cours..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fichier envoyé"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Le fichier n\'a pas été envoyé à <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Fermer"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Fichier inconnu"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Aucune application ne permet de gérer ce type de fichier. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Aucun fichier"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Le fichier n\'existe pas. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Veuillez patienter..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Activation Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"La réception du fichier va commencer. La progression va s\'afficher dans le panneau de notification."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Impossible de recevoir le fichier."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\" interrompue"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Envoi de <xliff:g id="NUMBER">%1$s</xliff:g> fichiers à \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrompu"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Espace insuffisant sur la mémoire de stockage USB pour enregistrer le fichier."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Espace insuffisant sur la carte SD pour enregistrer le fichier."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espace nécessaire : <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Trop de requêtes sont en cours de traitement. Veuillez réessayer ultérieurement."</string> - <string name="status_pending" msgid="2503691772030877944">"Le transfert de fichier n\'a pas encore commencé."</string> - <string name="status_running" msgid="6562808920311008696">"Le transfert de fichier est en cours."</string> - <string name="status_success" msgid="239573225847565868">"Le transfert de fichiers s\'est déroulé correctement."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Le contenu n\'est pas compatible."</string> - <string name="status_forbidden" msgid="613956401054050725">"L\'appareil cible n\'autorise pas le transfert."</string> - <string name="status_canceled" msgid="6664490318773098285">"le transfert a été annulé par l\'utilisateur."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problème de mémoire."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Aucune mémoire de stockage USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Carte SD absente. Insérez une carte SD pour enregistrer les fichiers transférés."</string> - <string name="status_connection_error" msgid="947681831523219891">"Échec de la connexion."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Impossible de traiter la demande correctement."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Erreur inconnue."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Reçus via Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Partage Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Réception de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminée"</string> - <string name="upload_success" msgid="4014469387779648949">"Envoi de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminé"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferts entrants"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferts sortants"</string> - <string name="no_transfers" msgid="3482965619151865672">"L\'historique des transferts est vide."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Tous les éléments de la liste seront effacés."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Partage Bluetooth : fichiers envoyés"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Partage Bluetooth : fichiers reçus"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Accéder au gestionnaire de téléchargement"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permet à l\'application d\'accéder au gestionnaire BluetoothShare et de l\'utiliser pour le transfert de fichiers."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Ajouter des appareils Bluetooth à la liste d\'autorisation"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permet à l\'application d\'ajouter temporairement un appareil Bluetooth à la liste d\'autorisation. Ainsi, celui-ci peut envoyer des fichiers à cet appareil sans que la confirmation de l\'utilisateur ne soit nécessaire."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Périphérique inconnu"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Inconnu"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Mode Avion"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bluetooth ne peut être utilisé en mode Avion."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Vous devez activer la fonction Bluetooth pour pouvoir utiliser les services Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Activer le Bluetooth maintenant ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Annuler"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activer"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transfert de fichier"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accepter le fichier entrant ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Refuser"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accepter"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Expiration du délai de réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Fichier entrant"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> est prêt à envoyer un fichier : <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Partage Bluetooth : réception de <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> reçu"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non reçu"</string> + <string name="notification_sending" msgid="8269912843286868700">"Partage Bluetooth : envoi de <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Partage Bluetooth : <xliff:g id="FILE">%1$s</xliff:g> envoyé"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % effectués"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Partage Bluetooth : fichier <xliff:g id="FILE">%1$s</xliff:g> non envoyé"</string> + <string name="download_title" msgid="6449408649671518102">"Transfert de fichier"</string> + <string name="download_line1" msgid="6449220145685308846">"De : \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Taille du fichier : <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Réception de fichier en cours…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Arrêter"</string> + <string name="download_ok" msgid="2404442707314575833">"Masquer"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Expéditeur"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nom de fichier"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Taille"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fichier non reçu"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motif : <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fichier reçu"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ouvrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"À : \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Type de fichier : <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Envoi de fichier en cours..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fichier envoyé"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Le fichier n\'a pas été envoyé à <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fichier : <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Fermer"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Fichier inconnu"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Aucune application ne permet de gérer ce type de fichier. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Aucun fichier"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Le fichier n\'existe pas. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Veuillez patienter..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Activation Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"La réception du fichier va commencer. La progression va s\'afficher dans le panneau de notification."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Impossible de recevoir le fichier."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Réception du fichier de \"<xliff:g id="SENDER">%1$s</xliff:g>\" interrompue"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Envoi de <xliff:g id="NUMBER">%1$s</xliff:g> fichiers à \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Envoi du fichier à \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrompu"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Espace insuffisant sur la mémoire de stockage USB pour enregistrer le fichier."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Espace insuffisant sur la carte SD pour enregistrer le fichier."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espace nécessaire : <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Trop de requêtes sont en cours de traitement. Veuillez réessayer ultérieurement."</string> + <string name="status_pending" msgid="4781040740237733479">"Le transfert de fichier n\'a pas encore commencé."</string> + <string name="status_running" msgid="7419075903776657351">"Le transfert de fichier est en cours."</string> + <string name="status_success" msgid="7963589000098719541">"Le transfert de fichiers s\'est déroulé correctement."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Le contenu n\'est pas compatible."</string> + <string name="status_forbidden" msgid="4017060451358837245">"L\'appareil cible n\'autorise pas le transfert."</string> + <string name="status_canceled" msgid="8441679418717978515">"le transfert a été annulé par l\'utilisateur."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problème de mémoire."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Aucune mémoire de stockage USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Carte SD absente. Insérez une carte SD pour enregistrer les fichiers transférés."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Échec de la connexion."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Impossible de traiter la demande correctement."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Erreur inconnue."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Reçus via Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Partage Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Réception de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminée"</string> + <string name="upload_success" msgid="143787470859042049">"Envoi de <xliff:g id="FILE_SIZE">%1$s</xliff:g> terminé"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferts entrants"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferts sortants"</string> + <string name="no_transfers" msgid="740521199933899821">"L\'historique des transferts est vide."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Tous les éléments de la liste seront effacés."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Partage Bluetooth : fichiers envoyés"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Partage Bluetooth : fichiers reçus"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one">Échec de <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> élément</item> <item quantity="other">Échec de <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> éléments</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one">Réussite de <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> élément, %2$s</item> <item quantity="other">Réussite de <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> éléments, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Effacer la liste"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Ouvrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Effacer de la liste"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Effacer"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"En écoute"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Enregistrer"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Annuler"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Sélectionnez les comptes que vous voulez partager via le Bluetooth. Vous devez toujours accepter l\'accès à ces comptes lors de la connexion."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Espaces libres :"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icône de l\'application"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Paramètres de partage de la messagerie via le Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Impossible de sélectionner le compte : aucun espace libre."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio Bluetooth connecté"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio Bluetooth déconnecté"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Impossible de transférer les fichiers supérieurs à 4 Go"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Se connecter au Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Effacer la liste"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Ouvrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Effacer de la liste"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Effacer"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"En écoute"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Enregistrer"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Annuler"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Sélectionnez les comptes que vous voulez partager via le Bluetooth. Vous devez toujours accepter l\'accès à ces comptes lors de la connexion."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Espaces libres :"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icône de l\'application"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Paramètres de partage de la messagerie via le Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Impossible de sélectionner le compte : aucun espace libre."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio Bluetooth connecté"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio Bluetooth déconnecté"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Impossible de transférer les fichiers supérieurs à 4 Go"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Se connecter au Bluetooth"</string> </resources> diff --git a/android/app/res/values-fr/strings_pbap.xml b/android/app/res/values-fr/strings_pbap.xml index 40bf7b4566..7552188592 100644 --- a/android/app/res/values-fr/strings_pbap.xml +++ b/android/app/res/values-fr/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Entrer la clé de session de %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Clé de session Bluetooth requise"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Délai d\'attente dépassé pour l\'acceptation de connexion à \"%1$s\""</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Délai d\'attente dépassé pour la saisie de la clé de session avec \"%1$s\""</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Demande d\'authentification Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Clé de session"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Entrer la clé de session de %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Nom inconnu"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mon nom"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Partage de contact Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Entrer la clé de session de %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Clé de session Bluetooth requise"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Délai d\'attente dépassé pour l\'acceptation de connexion à \"%1$s\""</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Délai d\'attente dépassé pour la saisie de la clé de session avec \"%1$s\""</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Demande d\'authentification Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Clé de session"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Entrer la clé de session de %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Nom inconnu"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mon nom"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Partage de contact Bluetooth"</string> </resources> diff --git a/android/app/res/values-fr/strings_pbap_client.xml b/android/app/res/values-fr/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-fr/strings_pbap_client.xml +++ b/android/app/res/values-fr/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-fr/strings_sap.xml b/android/app/res/values-fr/strings_sap.xml index 047dae33ea..a5ea656c5b 100644 --- a/android/app/res/values-fr/strings_sap.xml +++ b/android/app/res/values-fr/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Accès SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Accès SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Demander au client de se déconnecter ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"En attente de déconnexion du client…"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Déconnecter"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forcer la déconnexion"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Accès SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Accès SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Demander au client de se déconnecter ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"En attente de déconnexion du client…"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Déconnecter"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forcer la déconnexion"</string> </resources> diff --git a/android/app/res/values-fr/test_strings.xml b/android/app/res/values-fr/test_strings.xml index a6feadf397..eff4a9d897 100644 --- a/android/app/res/values-fr/test_strings.xml +++ b/android/app/res/values-fr/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Insérer l\'enregistrement"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmer l\'enregistrement"</string> - <string name="ack_record" msgid="6716152390978472184">"Enregistrement accusé de réception"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Supprimer tout l\'enregistrement"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Supprimer l\'enregistrement"</string> - <string name="start_server" msgid="9034821924409165795">"Démarrer le serveur TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Avertir le serveur TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Insérer l\'enregistrement"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmer l\'enregistrement"</string> + <string name="ack_record" msgid="2404738476192250210">"Enregistrement accusé de réception"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Supprimer tout l\'enregistrement"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Supprimer l\'enregistrement"</string> + <string name="start_server" msgid="134483798422082514">"Démarrer le serveur TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Avertir le serveur TCP"</string> </resources> diff --git a/android/app/res/values-gl/strings.xml b/android/app/res/values-gl/strings.xml index 013ce2cfd6..92d3776ba0 100644 --- a/android/app/res/values-gl/strings.xml +++ b/android/app/res/values-gl/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Acceso ao administrador de descargas."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permite á aplicación acceder ao administrador BluetoothShare e usalo para transferir ficheiros."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Permitir acceso ao dispositivo mediante Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permite á aplicación autorizar un dispositivo Bluetooth para que poida enviarlle ficheiros a este dispositivo sen confirmación do usuario."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositivo descoñecido"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Descoñecido"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modo avión"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Non se pode usar o Bluetooth no modo avión."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Para utilizar servizos de Bluetooth, primeiro tes que activar o Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Queres activar o Bluetooth agora?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancelar"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activar"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferencia de ficheiros"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Queres aceptar o ficheiro entrante?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Rexeitar"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Aceptar"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Aceptar"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Superouse o tempo de espera mentres se aceptaba un ficheiro entrante de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Ficheiro entrante"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> está listo para enviar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Uso compartido por Bluetooth: recibindo <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Uso compartido por Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recibido"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Uso compartido por Bluetooth: ficheiro <xliff:g id="FILE">%1$s</xliff:g> non recibido"</string> - <string name="notification_sending" msgid="3035748958534983833">"Uso compartido por Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Uso compartido por Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% completado"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Uso compartido por Bluetooth: ficheiro <xliff:g id="FILE">%1$s</xliff:g> non enviado"</string> - <string name="download_title" msgid="3353228219772092586">"Transferencia de ficheiros"</string> - <string name="download_line1" msgid="4926604799202134144">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Tamaño do ficheiro: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Recibindo ficheiro..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Deter"</string> - <string name="download_ok" msgid="5000360731674466039">"Ocultar"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nome do ficheiro"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Tamaño"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Ficheiro non recibido"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Aceptar"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Ficheiro recibido"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Abrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipo de ficheiro: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Enviando ficheiro..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Ficheiro enviado"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Aceptar"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"O ficheiro non se enviou a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Pechar"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Aceptar"</string> - <string name="unknown_file" msgid="6092727753965095366">"Ficheiro descoñecido"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Non hai ningunha aplicación que admita este tipo de ficheiro. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ningún ficheiro"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"O ficheiro non existe. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Agarda..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Activando Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Recibirase o ficheiro. Comproba o progreso no panel de notificacións."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"O ficheiro non se pode recibir."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Detívose a recepción do ficheiro de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Enviando ficheiro a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> ficheiros a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Detívose o envío do ficheiro a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Non hai espazo suficiente no almacenamento USB para gardar o ficheiro."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Non hai espazo suficiente na tarxeta SD para gardar o ficheiro."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espazo necesario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Estanse procesando demasiadas solicitudes. Téntao de novo máis tarde."</string> - <string name="status_pending" msgid="2503691772030877944">"Aínda non se iniciou a transferencia de ficheiros."</string> - <string name="status_running" msgid="6562808920311008696">"A transferencia de ficheiros está en curso."</string> - <string name="status_success" msgid="239573225847565868">"A transferencia de ficheiros completouse correctamente."</string> - <string name="status_not_accept" msgid="1695082417193780738">"O contido non é compatible."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transferencia prohibida polo dispositivo de destino."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transferencia cancelada polo usuario."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problema de almacenamento"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Non hai almacenamento USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Non hai tarxeta SD. Insire unha para gardar os ficheiros transferidos."</string> - <string name="status_connection_error" msgid="947681831523219891">"Conexión incorrecta"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"A solicitude non se pode atender correctamente."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Erro descoñecido"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Recibido por Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Uso compartido por Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>: recepción completa."</string> - <string name="upload_success" msgid="4014469387779648949">"Envío de <xliff:g id="FILE_SIZE">%1$s</xliff:g> completado."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferencias de información entrante"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferencias de información saínte"</string> - <string name="no_transfers" msgid="3482965619151865672">"O historial de transferencias está baleiro."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Borraranse todos os elementos da lista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Uso compartido por Bluetooth: ficheiros enviados"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Uso compartido por Bluetooth: ficheiros recibidos"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Acceso ao administrador de descargas."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permite á aplicación acceder ao administrador BluetoothShare e usalo para transferir ficheiros."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Permitir acceso ao dispositivo mediante Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permite á aplicación autorizar un dispositivo Bluetooth para que poida enviarlle ficheiros a este dispositivo sen confirmación do usuario."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositivo descoñecido"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Descoñecido"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modo avión"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Non se pode usar o Bluetooth no modo avión."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Para utilizar servizos de Bluetooth, primeiro tes que activar o Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Queres activar o Bluetooth agora?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancelar"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activar"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferencia de ficheiros"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Queres aceptar o ficheiro entrante?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Rexeitar"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Aceptar"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Aceptar"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Superouse o tempo de espera mentres se aceptaba un ficheiro entrante de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Ficheiro entrante"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ten todo listo para enviar un ficheiro: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Uso compartido por Bluetooth: recibindo <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Uso compartido por Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recibido"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Uso compartido por Bluetooth: ficheiro <xliff:g id="FILE">%1$s</xliff:g> non recibido"</string> + <string name="notification_sending" msgid="8269912843286868700">"Uso compartido por Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Uso compartido por Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% completado"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Uso compartido por Bluetooth: ficheiro <xliff:g id="FILE">%1$s</xliff:g> non enviado"</string> + <string name="download_title" msgid="6449408649671518102">"Transferencia de ficheiros"</string> + <string name="download_line1" msgid="6449220145685308846">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Tamaño do ficheiro: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Recibindo ficheiro..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Deter"</string> + <string name="download_ok" msgid="2404442707314575833">"Ocultar"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nome do ficheiro"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Tamaño"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Ficheiro non recibido"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Aceptar"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Ficheiro recibido"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Abrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipo de ficheiro: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Enviando ficheiro..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Ficheiro enviado"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Aceptar"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"O ficheiro non se enviou a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Pechar"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Aceptar"</string> + <string name="unknown_file" msgid="3719981572107052685">"Ficheiro descoñecido"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Non hai ningunha aplicación que admita este tipo de ficheiro. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ningún ficheiro"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"O ficheiro non existe. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Agarda..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Activando Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Recibirase o ficheiro. Comproba o progreso no panel de notificacións."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"O ficheiro non se pode recibir."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Detívose a recepción do ficheiro de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Enviando ficheiro a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> ficheiros a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Detívose o envío do ficheiro a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Non hai espazo suficiente no almacenamento USB para gardar o ficheiro."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Non hai espazo suficiente na tarxeta SD para gardar o ficheiro."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espazo necesario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Estanse procesando demasiadas solicitudes. Téntao de novo máis tarde."</string> + <string name="status_pending" msgid="4781040740237733479">"Aínda non se iniciou a transferencia de ficheiros."</string> + <string name="status_running" msgid="7419075903776657351">"A transferencia de ficheiros está en curso."</string> + <string name="status_success" msgid="7963589000098719541">"A transferencia de ficheiros completouse correctamente."</string> + <string name="status_not_accept" msgid="1165798802740579658">"O contido non é compatible."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transferencia prohibida polo dispositivo de destino."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transferencia cancelada polo usuario."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problema de almacenamento"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Non hai almacenamento USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Non hai tarxeta SD. Insire unha para gardar os ficheiros transferidos."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Conexión incorrecta"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"A solicitude non se pode atender correctamente."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Erro descoñecido"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Recibido por Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Uso compartido por Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>: recepción completa."</string> + <string name="upload_success" msgid="143787470859042049">"Envío de <xliff:g id="FILE_SIZE">%1$s</xliff:g> completado."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferencias de información entrante"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferencias de información saínte"</string> + <string name="no_transfers" msgid="740521199933899821">"O historial de transferencias está baleiro."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Borraranse todos os elementos da lista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Uso compartido por Bluetooth: ficheiros enviados"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Uso compartido por Bluetooth: ficheiros recibidos"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> incorrectos.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> incorrecto.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> correctos, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> correcto, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Borrar lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Abrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Borrar da lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Borrar"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Está soando"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Gardar"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancelar"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecciona as contas que queres compartir a través de Bluetooth. Aínda así, tes que aceptar o acceso ás contas cando te conectes."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Rañuras restantes:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icona da aplicación"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Configuración de mensaxes compartidas por Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Non se pode seleccionar a conta. Quedan 0 rañuras"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Conectouse o audio por Bluetooth"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Desconectouse o audio por Bluetooth"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio por Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Non se poden transferir ficheiros de máis de 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Conectar ao Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Borrar lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Abrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Borrar da lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Borrar"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Está soando"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Gardar"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancelar"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecciona as contas que queres compartir a través de Bluetooth. Aínda así, tes que aceptar o acceso ás contas cando te conectes."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Rañuras restantes:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icona da aplicación"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Configuración de mensaxes compartidas por Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Non se pode seleccionar a conta. Quedan 0 rañuras"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Conectouse o audio por Bluetooth"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Desconectouse o audio por Bluetooth"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio por Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Non se poden transferir ficheiros de máis de 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Conectar ao Bluetooth"</string> </resources> diff --git a/android/app/res/values-gl/strings_pbap.xml b/android/app/res/values-gl/strings_pbap.xml index 7a3895214a..07446a28d4 100644 --- a/android/app/res/values-gl/strings_pbap.xml +++ b/android/app/res/values-gl/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Escribe a clave da sesión para %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Requírese unha clave de sesión Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Superouse o tempo de espera para aceptar a conexión con %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Superouse o tempo de espera para introducir a clave de sesión con %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Solicitude de autenticación Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Clave de sesión"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Escribe a clave da sesión para %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Kit para coche"</string> - <string name="unknownName" msgid="2841414754740600042">"Nome descoñecido"</string> - <string name="localPhoneName" msgid="2349001318925409159">"O meu nome"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Compartir contactos por Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Escribe a clave da sesión para %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Requírese unha clave de sesión Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Superouse o tempo de espera para aceptar a conexión con %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Superouse o tempo de espera para introducir a clave de sesión con %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Solicitude de autenticación Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Clave de sesión"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Escribe a clave da sesión para %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Kit para coche"</string> + <string name="unknownName" msgid="6755061296103155293">"Nome descoñecido"</string> + <string name="localPhoneName" msgid="9119254982537191352">"O meu nome"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Compartir contactos por Bluetooth"</string> </resources> diff --git a/android/app/res/values-gl/strings_pbap_client.xml b/android/app/res/values-gl/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-gl/strings_pbap_client.xml +++ b/android/app/res/values-gl/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-gl/strings_sap.xml b/android/app/res/values-gl/strings_sap.xml index d3f7e587b9..ba5752a027 100644 --- a/android/app/res/values-gl/strings_sap.xml +++ b/android/app/res/values-gl/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Acceso á SIM do Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Acceso á SIM do Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Queres solicitar ao cliente que desconecte?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Esperando a que o cliente desconecte"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Desconectar"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forzar desconexión"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Acceso á SIM do Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Acceso á SIM do Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Queres solicitar ao cliente que desconecte?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Esperando a que o cliente desconecte"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Desconectar"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forzar desconexión"</string> </resources> diff --git a/android/app/res/values-gl/test_strings.xml b/android/app/res/values-gl/test_strings.xml index d919f86f78..4ca4d5351f 100644 --- a/android/app/res/values-gl/test_strings.xml +++ b/android/app/res/values-gl/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Inserir rexistro"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmar rexistro"</string> - <string name="ack_record" msgid="6716152390978472184">"Rexistro Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Eliminar todos os rexistros"</string> - <string name="ok_button" msgid="6519033415223065454">"Aceptar"</string> - <string name="delete_record" msgid="4645040331967533724">"Eliminar rexistro"</string> - <string name="start_server" msgid="9034821924409165795">"Iniciar servidor TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Notificar ao servidor TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Inserir rexistro"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmar rexistro"</string> + <string name="ack_record" msgid="2404738476192250210">"Rexistro Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Eliminar todos os rexistros"</string> + <string name="ok_button" msgid="719865942400179601">"Aceptar"</string> + <string name="delete_record" msgid="5713885957446255270">"Eliminar rexistro"</string> + <string name="start_server" msgid="134483798422082514">"Iniciar servidor TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Notificar ao servidor TCP"</string> </resources> diff --git a/android/app/res/values-gu/strings.xml b/android/app/res/values-gu/strings.xml index 00086bb06f..307c4b720b 100644 --- a/android/app/res/values-gu/strings.xml +++ b/android/app/res/values-gu/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ઍક્સેસ ડાઉનલોડ મેનેજર."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"એપ્લિકેશનને BluetoothShare મેનેજર અૅક્સેસ કરવાની અને ફાઇલો ટ્રાન્સફર કરવા માટે તેનો ઉપયોગ કરવાની મંજૂરી આપે છે."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"વ્હાઇટલિસ્ટ બ્લૂટૂથ ડિવાઇસ ઍક્સેસ."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ઍપને હંગામી રૂપે બ્લૂટૂથ ડિવાઇસને વ્હાઇટલિસ્ટ કરવાની મંજૂરી આપે છે, જેનાથી તે ડિવાઇસ આ ડિવાઇસ પર વપરાશકર્તાની ખાતરી વિના ફાઇલ મોકલી શકે છે."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"બ્લૂટૂથ"</string> - <string name="unknown_device" msgid="9221903979877041009">"અજાણ્યું ઉપકરણ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"અજાણ્યો"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"એરપ્લેન મોડ"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"તમે એરપ્લેન મોડમાં બ્લૂટૂથ નો ઉપયોગ કરી શકતા નથી."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"બ્લૂટૂથ સેવાઓનો ઉપયોગ કરવા માટે, તમારે પ્રથમ બ્લૂટૂથ ચાલુ કરવું આવશ્યક છે."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"હવે બ્લૂટૂથ ચાલુ કરીએ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"રદ કરો"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ચાલુ કરો"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ફાઇલ સ્થાનાંતરણ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"આવનારી ફાઇલ સ્વીકારીએ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"નકારો"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"સ્વીકારો"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ઓકે"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" તરફની એક આવનારી ફાઇલ સ્વીકારતી વખતે સમયસમાપ્તિ થઈ હતી"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"આવનારી ફાઇલ"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>, <xliff:g id="FILE">%2$s</xliff:g> મોકલવા માટે તૈયાર છે"</string> - <string name="notification_receiving" msgid="4674648179652543984">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> પ્રાપ્ત કરી રહ્યું છે"</string> - <string name="notification_received" msgid="3324588019186687985">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> પ્રાપ્ત"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"બ્લૂટૂથ શેર: ફાઇલ <xliff:g id="FILE">%1$s</xliff:g> પ્રાપ્ત થઈ નથી"</string> - <string name="notification_sending" msgid="3035748958534983833">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> મોકલી રહ્યું છે"</string> - <string name="notification_sent" msgid="9218710861333027778">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> મોકલી"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% પૂર્ણ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"બ્લૂટૂથ શેર: ફાઇલ <xliff:g id="FILE">%1$s</xliff:g> મોકલાઈ નથી"</string> - <string name="download_title" msgid="3353228219772092586">"ફાઇલ સ્થાનાંતરણ"</string> - <string name="download_line1" msgid="4926604799202134144">"દ્વારા: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ફાઇલ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ફાઇલનું કદ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ફાઇલ પ્રાપ્ત થઈ રહી છે ..."</string> - <string name="download_cancel" msgid="9177305996747500768">"રોકો"</string> - <string name="download_ok" msgid="5000360731674466039">"છુપાવો"</string> - <string name="incoming_line1" msgid="2127419875681087545">"માંથી"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ફાઇલનું નામ"</string> - <string name="incoming_line3" msgid="7954237069667474024">"કદ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ફાઇલ પ્રાપ્ત થઈ નથી"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ફાઇલ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"કારણ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ઓકે"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ફાઇલ પ્રાપ્ત"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ખોલો"</string> - <string name="upload_line1" msgid="2055952074059709052">"પ્રતિ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ફાઇલ પ્રકાર: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ફાઇલ મોકલી રહ્યું છે…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ફાઇલ મોકલી"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ઓકે"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ફાઇલ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ને મોકલાઈ નહોતી."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ફાઇલ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"બંધ કરો"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ઓકે"</string> - <string name="unknown_file" msgid="6092727753965095366">"અજાણી ફાઇલ"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"આ પ્રકારની ફાઇલ હેન્ડલ કરવા માટે કોઈ ઍપ્લિકેશન નથી. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"કોઈ ફાઇલ નથી"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"આ ફાઇલ અસ્તિત્વમાં નથી. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"કૃપા કરીને રાહ જુઓ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"બ્લૂટૂથ ચાલુ કરી રહ્યું છે…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ફાઇલ પ્રાપ્ત થશે. સૂચનાઓ પેનલમાં પ્રગતિ તપાસો."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ફાઇલ પ્રાપ્ત કરી શકાતી નથી."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" થી ફાઇલ પ્રાપ્ત કરવાનું બંધ કર્યું"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" પર ફાઇલ મોકલી રહ્યાં છે"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ફાઇલો \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" પર મોકલી રહ્યાં છે"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" પર ફાઇલ મોકલવું બંધ કર્યું"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ફાઇલને USB સ્ટોરેજમાં સાચવવા માટે પૂરતી સ્પેસ નથી."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ફાઇલને SD કાર્ડમાં સાચવવા માટે પૂરતી સ્પેસ નથી."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"સ્થાન જરૂરી: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"ઘણી બધી વિનંતીઓ પર પ્રક્રિયા કરવામાં આવી રહી છે. પછીથી ફરી પ્રયાસ કરો."</string> - <string name="status_pending" msgid="2503691772030877944">"ફાઇલ સ્થાનાંતરણ હજી પ્રારંભ થયું નથી."</string> - <string name="status_running" msgid="6562808920311008696">"ફાઇલ સ્થાનાંતરણ ચાલુ છે."</string> - <string name="status_success" msgid="239573225847565868">"ફાઇલ સ્થાનાંતરણ સફળતાપૂર્વક પૂર્ણ થયું."</string> - <string name="status_not_accept" msgid="1695082417193780738">"સામગ્રી સમર્થિત નથી."</string> - <string name="status_forbidden" msgid="613956401054050725">"સ્થાનાંતરણ લક્ષિત ઉપકરણ દ્વારા પ્રતિબંધિત."</string> - <string name="status_canceled" msgid="6664490318773098285">"વપરાશકર્તા દ્વારા સ્થાનાંતરણ રદ."</string> - <string name="status_file_error" msgid="3671917770630165299">"સંગ્રહ સમસ્યા."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"કોઈ USB સ્ટોરેજ નથી."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"કોઈ SD કાર્ડ નથી. ટ્રાન્સફર કરેલી ફાઇલોને સાચવવા માટે SD કાર્ડ દાખલ કરો."</string> - <string name="status_connection_error" msgid="947681831523219891">"કનેક્શન અસફળ."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"વિનંતી યોગ્ય રીતે હેન્ડલ કરી શકાતી નથી."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"અજાણી ભૂલ."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"બ્લૂટૂથથી મળેલી ફાઇલો"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"બ્લૂટૂથ શેર"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> પ્રાપ્તિ પૂર્ણ"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> મોકલવું પૂર્ણ."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ઇન્બાઉન્ડ સ્થાનાંતરણો"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"આઉટબાઉન્ડ સ્થાનાંતરણ"</string> - <string name="no_transfers" msgid="3482965619151865672">"કંઈપણ ટ્રાન્સફર કરવામાં આવ્યું નથી."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"સૂચિમાંથી તમામ આઇટમ્સ સાફ કરવામાં આવશે."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"બ્લૂટૂથ શેર: મોકલેલી ફાઇલો"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"બ્લૂટૂથ શેર: પ્રાપ્ત ફાઇલો"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ઍક્સેસ ડાઉનલોડ મેનેજર."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"એપ્લિકેશનને BluetoothShare મેનેજર અૅક્સેસ કરવાની અને ફાઇલો ટ્રાન્સફર કરવા માટે તેનો ઉપયોગ કરવાની મંજૂરી આપે છે."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"વ્હાઇટલિસ્ટ બ્લૂટૂથ ડિવાઇસ ઍક્સેસ."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ઍપને હંગામી રૂપે બ્લૂટૂથ ડિવાઇસને વ્હાઇટલિસ્ટ કરવાની મંજૂરી આપે છે, જેનાથી તે ડિવાઇસ આ ડિવાઇસ પર વપરાશકર્તાની ખાતરી વિના ફાઇલ મોકલી શકે છે."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"બ્લૂટૂથ"</string> + <string name="unknown_device" msgid="2317679521750821654">"અજાણ્યું ઉપકરણ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"અજાણ્યો"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"એરપ્લેન મોડ"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"તમે એરપ્લેન મોડમાં બ્લૂટૂથ નો ઉપયોગ કરી શકતા નથી."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"બ્લૂટૂથ સેવાઓનો ઉપયોગ કરવા માટે, તમારે પ્રથમ બ્લૂટૂથ ચાલુ કરવું આવશ્યક છે."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"હવે બ્લૂટૂથ ચાલુ કરીએ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"રદ કરો"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ચાલુ કરો"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ફાઇલ સ્થાનાંતરણ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"આવનારી ફાઇલ સ્વીકારીએ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"નકારો"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"સ્વીકારો"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ઓકે"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" તરફની એક આવનારી ફાઇલ સ્વીકારતી વખતે સમયસમાપ્તિ થઈ હતી"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"આવનારી ફાઇલ"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> આ ફાઇલ મોકલવા માટે તૈયાર છે: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> પ્રાપ્ત કરી રહ્યું છે"</string> + <string name="notification_received" msgid="2330252358543000567">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> પ્રાપ્ત"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"બ્લૂટૂથ શેર: ફાઇલ <xliff:g id="FILE">%1$s</xliff:g> પ્રાપ્ત થઈ નથી"</string> + <string name="notification_sending" msgid="8269912843286868700">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> મોકલી રહ્યું છે"</string> + <string name="notification_sent" msgid="2685202778935769332">"બ્લૂટૂથ શેર: <xliff:g id="FILE">%1$s</xliff:g> મોકલી"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% પૂર્ણ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"બ્લૂટૂથ શેર: ફાઇલ <xliff:g id="FILE">%1$s</xliff:g> મોકલાઈ નથી"</string> + <string name="download_title" msgid="6449408649671518102">"ફાઇલ સ્થાનાંતરણ"</string> + <string name="download_line1" msgid="6449220145685308846">"દ્વારા: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ફાઇલ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ફાઇલનું કદ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ફાઇલ પ્રાપ્ત થઈ રહી છે ..."</string> + <string name="download_cancel" msgid="1705762428762702342">"રોકો"</string> + <string name="download_ok" msgid="2404442707314575833">"છુપાવો"</string> + <string name="incoming_line1" msgid="6342300988329482408">"માંથી"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ફાઇલનું નામ"</string> + <string name="incoming_line3" msgid="8630078246326525633">"કદ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ફાઇલ પ્રાપ્ત થઈ નથી"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ફાઇલ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"કારણ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ઓકે"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ફાઇલ પ્રાપ્ત"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ખોલો"</string> + <string name="upload_line1" msgid="1912803923255989287">"પ્રતિ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ફાઇલ પ્રકાર: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ફાઇલ મોકલી રહ્યું છે…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ફાઇલ મોકલી"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ઓકે"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ફાઇલ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ને મોકલાઈ નહોતી."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ફાઇલ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"બંધ કરો"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ઓકે"</string> + <string name="unknown_file" msgid="3719981572107052685">"અજાણી ફાઇલ"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"આ પ્રકારની ફાઇલ હેન્ડલ કરવા માટે કોઈ ઍપ્લિકેશન નથી. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"કોઈ ફાઇલ નથી"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"આ ફાઇલ અસ્તિત્વમાં નથી. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"કૃપા કરીને રાહ જુઓ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"બ્લૂટૂથ ચાલુ કરી રહ્યું છે…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ફાઇલ પ્રાપ્ત થશે. સૂચનાઓ પેનલમાં પ્રગતિ તપાસો."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ફાઇલ પ્રાપ્ત કરી શકાતી નથી."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" થી ફાઇલ પ્રાપ્ત કરવાનું બંધ કર્યું"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" પર ફાઇલ મોકલી રહ્યાં છે"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ફાઇલો \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" પર મોકલી રહ્યાં છે"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" પર ફાઇલ મોકલવું બંધ કર્યું"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ફાઇલને USB સ્ટોરેજમાં સાચવવા માટે પૂરતી સ્પેસ નથી."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ફાઇલને SD કાર્ડમાં સાચવવા માટે પૂરતી સ્પેસ નથી."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"સ્થાન જરૂરી: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"ઘણી બધી વિનંતીઓ પર પ્રક્રિયા કરવામાં આવી રહી છે. પછીથી ફરી પ્રયાસ કરો."</string> + <string name="status_pending" msgid="4781040740237733479">"ફાઇલ સ્થાનાંતરણ હજી પ્રારંભ થયું નથી."</string> + <string name="status_running" msgid="7419075903776657351">"ફાઇલ સ્થાનાંતરણ ચાલુ છે."</string> + <string name="status_success" msgid="7963589000098719541">"ફાઇલ સ્થાનાંતરણ સફળતાપૂર્વક પૂર્ણ થયું."</string> + <string name="status_not_accept" msgid="1165798802740579658">"સામગ્રી સમર્થિત નથી."</string> + <string name="status_forbidden" msgid="4017060451358837245">"સ્થાનાંતરણ લક્ષિત ડિવાઇસ દ્વારા પ્રતિબંધિત."</string> + <string name="status_canceled" msgid="8441679418717978515">"વપરાશકર્તા દ્વારા સ્થાનાંતરણ રદ."</string> + <string name="status_file_error" msgid="5379018888714679311">"સંગ્રહ સમસ્યા."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"કોઈ USB સ્ટોરેજ નથી."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"કોઈ SD કાર્ડ નથી. ટ્રાન્સફર કરેલી ફાઇલોને સાચવવા માટે SD કાર્ડ દાખલ કરો."</string> + <string name="status_connection_error" msgid="8253709700568062220">"કનેક્શન અસફળ."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"વિનંતી યોગ્ય રીતે હેન્ડલ કરી શકાતી નથી."</string> + <string name="status_unknown_error" msgid="314676481744304866">"અજાણી ભૂલ."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"બ્લૂટૂથથી મળેલી ફાઇલો"</string> + <string name="opp_notification_group" msgid="150067508422520653">"બ્લૂટૂથ શેર"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> પ્રાપ્તિ પૂર્ણ"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> મોકલવું પૂર્ણ."</string> + <string name="inbound_history_title" msgid="189623888169624862">"ઇન્બાઉન્ડ સ્થાનાંતરણો"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"આઉટબાઉન્ડ સ્થાનાંતરણ"</string> + <string name="no_transfers" msgid="740521199933899821">"કંઈપણ ટ્રાન્સફર કરવામાં આવ્યું નથી."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"સૂચિમાંથી તમામ આઇટમ્સ સાફ કરવામાં આવશે."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"બ્લૂટૂથ શેર: મોકલેલી ફાઇલો"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"બ્લૂટૂથ શેર: પ્રાપ્ત ફાઇલો"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> અસફળ.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> અસફળ.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> સફળ, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> સફળ, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"સૂચિ સાફ કરો"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ખોલો"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"સૂચિમાંથી સાફ કરો"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"સાફ કરો"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"હમણાં વાગી રહ્યું છે"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"સાચવો"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"રદ કરો"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"તમે બ્લૂટૂથ મારફતે શેર કરવા માગતા હો તે એકાઉન્ટ્સ પસંદ કરો. તમારે હજી પણ કનેક્ટ કરતી વખતે એકાઉન્ટ્સ પરની કોઈપણ અૅક્સેસ સ્વીકારવી પડશે."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"સ્લોટ્સ બાકી:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ઍપ્લિકેશન આયકન"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"બ્લૂટૂથ સંદેશ શેરિંગ સેટિંગ્સ"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"એકાઉન્ટ પસંદ કરી શકાતું નથી. 0 સ્લોટ્સ બાકી"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"બ્લૂટૂથ ઑડિઓ કનેક્ટ થયું"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"બ્લૂટૂથ ઑડિઓ ડિસ્કનેક્ટ થયું"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"બ્લૂટૂથ ઑડિઓ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB કરતા મોટી ફાઇલ ટ્રાન્સફર કરી શકાતી નથી"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"બ્લૂટૂથ સાથે કનેક્ટ કરો"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"સૂચિ સાફ કરો"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ખોલો"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"સૂચિમાંથી સાફ કરો"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"સાફ કરો"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"હમણાં વાગી રહ્યું છે"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"સાચવો"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"રદ કરો"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"તમે બ્લૂટૂથ મારફતે શેર કરવા માગતા હો તે એકાઉન્ટ્સ પસંદ કરો. તમારે હજી પણ કનેક્ટ કરતી વખતે એકાઉન્ટ્સ પરની કોઈપણ અૅક્સેસ સ્વીકારવી પડશે."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"સ્લોટ્સ બાકી:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ઍપ્લિકેશન આયકન"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"બ્લૂટૂથ સંદેશ શેરિંગ સેટિંગ"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"એકાઉન્ટ પસંદ કરી શકાતું નથી. 0 સ્લોટ્સ બાકી"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"બ્લૂટૂથ ઑડિઓ કનેક્ટ થયું"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"બ્લૂટૂથ ઑડિઓ ડિસ્કનેક્ટ થયું"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"બ્લૂટૂથ ઑડિઓ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB કરતા મોટી ફાઇલ ટ્રાન્સફર કરી શકાતી નથી"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"બ્લૂટૂથ સાથે કનેક્ટ કરો"</string> </resources> diff --git a/android/app/res/values-gu/strings_pbap.xml b/android/app/res/values-gu/strings_pbap.xml index 6dd2b6c71e..594db2b8ae 100644 --- a/android/app/res/values-gu/strings_pbap.xml +++ b/android/app/res/values-gu/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s માટેની સત્ર કી લખો"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"બ્લૂટૂથ સત્ર કી આવશ્યક છે"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s સાથે કનેક્શન સ્વીકારવા માટેનો સમય સમાપ્ત થયો"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s સાથે સત્ર કી ઇનપુટ કરવાનો સમય સમાપ્ત થયો"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex પ્રમાણીકરણ વિનંતી"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"સત્ર કી"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s માટેની સત્ર કી લખો"</string> - <string name="defaultname" msgid="4821590500649090078">"કારકિટ"</string> - <string name="unknownName" msgid="2841414754740600042">"અજાણ્યું નામ"</string> - <string name="localPhoneName" msgid="2349001318925409159">"મારું નામ"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"બ્લૂટૂથ સંપર્ક શેર કરો"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s માટેની સત્ર કી લખો"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"બ્લૂટૂથ સત્ર કી આવશ્યક છે"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s સાથે કનેક્શન સ્વીકારવા માટેનો સમય સમાપ્ત થયો"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s સાથે સત્ર કી ઇનપુટ કરવાનો સમય સમાપ્ત થયો"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex પ્રમાણીકરણ વિનંતી"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"સત્ર કી"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s માટેની સત્ર કી લખો"</string> + <string name="defaultname" msgid="6200530814398805541">"કારકિટ"</string> + <string name="unknownName" msgid="6755061296103155293">"અજાણ્યું નામ"</string> + <string name="localPhoneName" msgid="9119254982537191352">"મારું નામ"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"બ્લૂટૂથ સંપર્ક શેર કરો"</string> </resources> diff --git a/android/app/res/values-gu/strings_pbap_client.xml b/android/app/res/values-gu/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-gu/strings_pbap_client.xml +++ b/android/app/res/values-gu/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-gu/strings_sap.xml b/android/app/res/values-gu/strings_sap.xml index b42c6895f8..3854bbb5f6 100644 --- a/android/app/res/values-gu/strings_sap.xml +++ b/android/app/res/values-gu/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"બ્લૂટૂથ સિમ ઍક્સેસ"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"બ્લૂટૂથ સિમ ઍક્સેસ"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ક્લાઇન્ટને ડિસ્કનેક્ટ કરવાની વિનંતી કરીએ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ડિસ્કનેક્ટ કરવા માટે ક્લાઇન્ટની રાહ જોઈ રહ્યાં છે"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ડિસ્કનેક્ટ કરો"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"ડિસ્કનેક્ટ કરવાની ફરજ પાડો"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"બ્લૂટૂથ સિમ ઍક્સેસ"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"બ્લૂટૂથ સિમ ઍક્સેસ"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ક્લાઇન્ટને ડિસ્કનેક્ટ કરવાની વિનંતી કરીએ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ડિસ્કનેક્ટ કરવા માટે ક્લાઇન્ટની રાહ જોઈ રહ્યાં છે"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ડિસ્કનેક્ટ કરો"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"ડિસ્કનેક્ટ કરવાની ફરજ પાડો"</string> </resources> diff --git a/android/app/res/values-gu/test_strings.xml b/android/app/res/values-gu/test_strings.xml index f064d59628..1013f11677 100644 --- a/android/app/res/values-gu/test_strings.xml +++ b/android/app/res/values-gu/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"બ્લૂટૂથ"</string> - <string name="insert_record" msgid="1450997173838378132">"રેકોર્ડ શામેલ કરો"</string> - <string name="update_record" msgid="2480425402384910635">"રેકોર્ડની પુષ્ટિ કરો"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack રેકોર્ડ"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"તમામ રેકોર્ડ કાઢી નાખો"</string> - <string name="ok_button" msgid="6519033415223065454">"ઓકે"</string> - <string name="delete_record" msgid="4645040331967533724">"રેકોર્ડ કાઢી નાખો"</string> - <string name="start_server" msgid="9034821924409165795">"TCP સર્વર પ્રારંભ કરો"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP સર્વરને સૂચિત કરો"</string> + <string name="app_name" msgid="7766152617107310582">"બ્લૂટૂથ"</string> + <string name="insert_record" msgid="4024416351836939752">"રેકોર્ડ શામેલ કરો"</string> + <string name="update_record" msgid="7201772850942641237">"રેકોર્ડની પુષ્ટિ કરો"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack રેકોર્ડ"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"તમામ રેકોર્ડ કાઢી નાખો"</string> + <string name="ok_button" msgid="719865942400179601">"ઓકે"</string> + <string name="delete_record" msgid="5713885957446255270">"રેકોર્ડ કાઢી નાખો"</string> + <string name="start_server" msgid="134483798422082514">"TCP સર્વર પ્રારંભ કરો"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP સર્વરને સૂચિત કરો"</string> </resources> diff --git a/android/app/res/values-hi/strings.xml b/android/app/res/values-hi/strings.xml index 9b607338e5..1358e4c403 100644 --- a/android/app/res/values-hi/strings.xml +++ b/android/app/res/values-hi/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"डाउनलोड मैनेजर में पहुंच पाएं."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"ऐप्लिकेशन को BluetoothShare मैनेजर के इस्तेमाल की मंज़ूरी देता है और फ़ाइलों को ट्रांसफ़र करने के लिए उसका उपयोग करने देता है."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ब्लूटूथ डिवाइस ऐक्सेस को व्हाइटलिस्ट में डालें."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ऐप्लिकेशन को, यह कुछ देर के लिए किसी ब्लूटूथ डिवाइस को व्हाइटलिस्ट में डालने की सुविधा देता है. इससे उपयोगकर्ता की पुष्टि के बिना, उस डिवाइस से इस डिवाइस में फ़ाइलें भेजी जा सकती हैं."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ब्लूटूथ"</string> - <string name="unknown_device" msgid="9221903979877041009">"अज्ञात डिवाइस"</string> - <string name="unknownNumber" msgid="4994750948072751566">"अज्ञात"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"हवाई जहाज़ मोड"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"आप हवाई जहाज मोड में ब्लूटूथ का उपयोग नहीं कर सकते हैं."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ब्लूटूथ सेवाओं के उपयोग के लिए, आपको पहले ब्लूटूथ चालू करना चाहिए."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"अभी ब्लूटूथ चालू करें?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"रद्द करें"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"चालू करें"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"फ़ाइल ट्रांसफ़र करें"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"आवक फ़ाइल स्वीकार करें?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"अस्वीकारें"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"स्वीकारें"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ठीक है"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" से आने वाली फ़ाइल स्वीकार करते हुए टाइम आउट हो गया."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"आवक फ़ाइल"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> भेजने के लिए तैयार है"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> पा रहा है"</string> - <string name="notification_received" msgid="3324588019186687985">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> पाई गई"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ब्लूटूथ शेयर: फ़ाइल <xliff:g id="FILE">%1$s</xliff:g> नहीं मिली"</string> - <string name="notification_sending" msgid="3035748958534983833">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> भेज रहा है"</string> - <string name="notification_sent" msgid="9218710861333027778">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> भेजा गया"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% पूरा"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ब्लूटूथ शेयर: फ़ाइल <xliff:g id="FILE">%1$s</xliff:g> भेजी नहीं गई"</string> - <string name="download_title" msgid="3353228219772092586">"फ़ाइल ट्रांसफ़र करें"</string> - <string name="download_line1" msgid="4926604799202134144">"प्रेषक: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"फ़ाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"फ़ाइल आकार: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"फ़ाइल पा रहा है…"</string> - <string name="download_cancel" msgid="9177305996747500768">"रोकें"</string> - <string name="download_ok" msgid="5000360731674466039">"छुपाएं"</string> - <string name="incoming_line1" msgid="2127419875681087545">"प्रेषक"</string> - <string name="incoming_line2" msgid="3348994249285315873">"फ़ाइल नाम"</string> - <string name="incoming_line3" msgid="7954237069667474024">"आकार"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"फ़ाइल नहीं मिली"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"फ़ाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"कारण: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ठीक है"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"फ़ाइल मिली"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"खोलें"</string> - <string name="upload_line1" msgid="2055952074059709052">"प्रति: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"फ़ाइल प्रकार: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"फ़ाइल भेज रहा है…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"फ़ाइल भेजी गई"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ठीक है"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"फ़ाइल \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" को नहीं भेजी गई थी."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"फ़ाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"बंद करें"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ठीक है"</string> - <string name="unknown_file" msgid="6092727753965095366">"अज्ञात फ़ाइल"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"इस प्रकार की फ़ाइल प्रबंधित करने के लिए कोई ऐप्लिकेशन नहीं है. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"कोई फ़ाइल नहीं"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"फ़ाइल मौजूद नहीं है. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"कृपया प्रतीक्षा करें..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ब्लूटूथ चालू कर रहा है…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"फ़ाइल मिलेगी. सूचना पैनल में प्रगति देखें."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"फ़ाइल पाई नहीं जा सकती."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" से फ़ाइल पाना रोका गया"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" को फ़ाइल भेज रहा है"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" को <xliff:g id="NUMBER">%1$s</xliff:g> फ़ाइलें भेज रहा है"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" को फ़ाइल भेजना रोका गया"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"इस फ़ाइल को सेव करने के लिए यूएसबी मेमोरी में ज़रूरत के हिसाब से जगह खाली नहीं है."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"इस फ़ाइल को सेव करने के लिए एसडी कार्ड में ज़रूरत के हिसाब से जगह खाली नहीं है."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"जगह चाहिए: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"बहुत सारे अनुरोधों पर कार्रवाई चल रही है. बाद में फिर से प्रयास करें."</string> - <string name="status_pending" msgid="2503691772030877944">"फ़ाइल स्थानांतरण अभी तक प्रारंभ नहीं हुआ."</string> - <string name="status_running" msgid="6562808920311008696">"फ़ाइल स्थानांतरण जारी है."</string> - <string name="status_success" msgid="239573225847565868">"फ़ाइल स्थानांतरण सफलतापूर्वक पूरा हुआ."</string> - <string name="status_not_accept" msgid="1695082417193780738">"सामग्री समर्थित नहीं है."</string> - <string name="status_forbidden" msgid="613956401054050725">"लक्ष्य डिवाइस द्वारा स्थानांतरण प्रतिबंधित किया गया."</string> - <string name="status_canceled" msgid="6664490318773098285">"उपयोगकर्ता ने ट्रांसफर रद्द किया."</string> - <string name="status_file_error" msgid="3671917770630165299">"मेमोरी समस्या."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"कोई USB मेमोरी नहीं."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"कोई SD कार्ड नहीं. ट्रांसफ़र की गई फ़ाइलें सेव करने के लिए SD कार्ड लगाएं."</string> - <string name="status_connection_error" msgid="947681831523219891">"कनेक्शन विफल."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"अनुरोध को सही तरह से प्रबंधित नहीं किया जा सकता."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"अज्ञात गड़बड़ी."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ब्लूटूथ से मिली फ़ाइलें"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ब्लूटूथ के ज़रिए शेयर"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> मिलना पूरा हुआ."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> भेजना पूरा हुआ."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"इनबाउंड स्थानांतरण"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"आउटबाउंड स्थानांतरण"</string> - <string name="no_transfers" msgid="3482965619151865672">"कुछ भी ट्रांसफ़र नहीं किया गया."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"सूची से सभी आइटम साफ़ कर दिए जाएंगे."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ब्लूटूथ शेयर: भेजी गई फ़ाइलें"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ब्लूटूथ शेयर: पाई गई फ़ाइलें"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"डाउनलोड मैनेजर में पहुंच पाएं."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"ऐप्लिकेशन को BluetoothShare मैनेजर के इस्तेमाल की मंज़ूरी देता है और फ़ाइलों को ट्रांसफ़र करने के लिए उसका उपयोग करने देता है."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ब्लूटूथ डिवाइस ऐक्सेस को व्हाइटलिस्ट में डालें."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ऐप्लिकेशन को, यह कुछ देर के लिए किसी ब्लूटूथ डिवाइस को व्हाइटलिस्ट में डालने की सुविधा देता है. इससे उपयोगकर्ता की पुष्टि के बिना, उस डिवाइस से इस डिवाइस में फ़ाइलें भेजी जा सकती हैं."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ब्लूटूथ"</string> + <string name="unknown_device" msgid="2317679521750821654">"अज्ञात डिवाइस"</string> + <string name="unknownNumber" msgid="1245183329830158661">"अज्ञात"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"हवाई जहाज़ मोड"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"आप हवाई जहाज मोड में ब्लूटूथ का उपयोग नहीं कर सकते हैं."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ब्लूटूथ सेवाओं के उपयोग के लिए, आपको पहले ब्लूटूथ चालू करना चाहिए."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"अभी ब्लूटूथ चालू करें?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"रद्द करें"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"चालू करें"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"फ़ाइल ट्रांसफ़र करें"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"आवक फ़ाइल स्वीकार करें?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"अस्वीकारें"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"स्वीकारें"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ठीक है"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" से आने वाली फ़ाइल स्वीकार करते हुए टाइम आउट हो गया."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"आवक फ़ाइल"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g>, इस फ़ाइल को भेजने के लिए तैयार है: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> पा रहा है"</string> + <string name="notification_received" msgid="2330252358543000567">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> पाई गई"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ब्लूटूथ शेयर: फ़ाइल <xliff:g id="FILE">%1$s</xliff:g> नहीं मिली"</string> + <string name="notification_sending" msgid="8269912843286868700">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> भेज रहा है"</string> + <string name="notification_sent" msgid="2685202778935769332">"ब्लूटूथ शेयर: <xliff:g id="FILE">%1$s</xliff:g> भेजा गया"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% पूरा"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ब्लूटूथ शेयर: फ़ाइल <xliff:g id="FILE">%1$s</xliff:g> भेजी नहीं गई"</string> + <string name="download_title" msgid="6449408649671518102">"फ़ाइल ट्रांसफ़र करें"</string> + <string name="download_line1" msgid="6449220145685308846">"प्रेषक: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"फ़ाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"फ़ाइल आकार: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"फ़ाइल पा रहा है…"</string> + <string name="download_cancel" msgid="1705762428762702342">"रोकें"</string> + <string name="download_ok" msgid="2404442707314575833">"छुपाएं"</string> + <string name="incoming_line1" msgid="6342300988329482408">"प्रेषक"</string> + <string name="incoming_line2" msgid="2199520895444457585">"फ़ाइल नाम"</string> + <string name="incoming_line3" msgid="8630078246326525633">"आकार"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"फ़ाइल नहीं मिली"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"फ़ाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"कारण: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ठीक है"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"फ़ाइल मिली"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"खोलें"</string> + <string name="upload_line1" msgid="1912803923255989287">"प्रति: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"फ़ाइल प्रकार: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"फ़ाइल भेज रहा है…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"फ़ाइल भेजी गई"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ठीक है"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"फ़ाइल \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" को नहीं भेजी गई थी."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"फ़ाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"बंद करें"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ठीक है"</string> + <string name="unknown_file" msgid="3719981572107052685">"अज्ञात फ़ाइल"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"इस प्रकार की फ़ाइल प्रबंधित करने के लिए कोई ऐप्लिकेशन नहीं है. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"कोई फ़ाइल नहीं"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"फ़ाइल मौजूद नहीं है. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"कृपया प्रतीक्षा करें..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ब्लूटूथ चालू कर रहा है…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"फ़ाइल मिलेगी. सूचना पैनल में प्रगति देखें."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"फ़ाइल पाई नहीं जा सकती."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" से फ़ाइल पाना रोका गया"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" को फ़ाइल भेज रहा है"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" को <xliff:g id="NUMBER">%1$s</xliff:g> फ़ाइलें भेज रहा है"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" को फ़ाइल भेजना रोका गया"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"इस फ़ाइल को सेव करने के लिए यूएसबी मेमोरी में ज़रूरत के हिसाब से जगह खाली नहीं है."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"इस फ़ाइल को सेव करने के लिए एसडी कार्ड में ज़रूरत के हिसाब से जगह खाली नहीं है."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"जगह चाहिए: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"बहुत सारे अनुरोधों पर कार्रवाई चल रही है. बाद में फिर से प्रयास करें."</string> + <string name="status_pending" msgid="4781040740237733479">"फ़ाइल स्थानांतरण अभी तक प्रारंभ नहीं हुआ."</string> + <string name="status_running" msgid="7419075903776657351">"फ़ाइल स्थानांतरण जारी है."</string> + <string name="status_success" msgid="7963589000098719541">"फ़ाइल स्थानांतरण सफलतापूर्वक पूरा हुआ."</string> + <string name="status_not_accept" msgid="1165798802740579658">"सामग्री समर्थित नहीं है."</string> + <string name="status_forbidden" msgid="4017060451358837245">"लक्ष्य डिवाइस द्वारा स्थानांतरण प्रतिबंधित किया गया."</string> + <string name="status_canceled" msgid="8441679418717978515">"उपयोगकर्ता ने ट्रांसफर रद्द किया."</string> + <string name="status_file_error" msgid="5379018888714679311">"मेमोरी समस्या."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"कोई USB स्टोरेज नहीं."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"कोई SD कार्ड नहीं. ट्रांसफ़र की गई फ़ाइलें सेव करने के लिए SD कार्ड लगाएं."</string> + <string name="status_connection_error" msgid="8253709700568062220">"कनेक्शन विफल."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"अनुरोध को सही तरह से प्रबंधित नहीं किया जा सकता."</string> + <string name="status_unknown_error" msgid="314676481744304866">"अज्ञात गड़बड़ी."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ब्लूटूथ से मिली फ़ाइलें"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ब्लूटूथ के ज़रिए शेयर"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> मिलना पूरा हुआ."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> भेजना पूरा हुआ."</string> + <string name="inbound_history_title" msgid="189623888169624862">"इनबाउंड स्थानांतरण"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"आउटबाउंड स्थानांतरण"</string> + <string name="no_transfers" msgid="740521199933899821">"कुछ भी ट्रांसफ़र नहीं किया गया."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"सूची से सभी आइटम साफ़ कर दिए जाएंगे."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ब्लूटूथ शेयर: भेजी गई फ़ाइलें"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ब्लूटूथ शेयर: पाई गई फ़ाइलें"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> असफल.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> असफल.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> सफल, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> सफल, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"सूची साफ़ करें"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"खोलें"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"सूची से साफ़ करें"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"साफ़ करें"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"अभी चल रहा है"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"सेव करें"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"रद्द करें"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"वे खाते चुनें जिन्हें आप ब्लूटूथ के ज़रिये शेयर करना चाहते हैं. आपको अब भी कनेक्ट करते समय खातों के किसी भी ऐक्सेस को स्वीकार करना होगा."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"शेष स्लॉट:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ऐप्लिकेशन आइकॉन"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ब्लूटूथ संदेश साझाकरण सेटिंग"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"खाता नहीं चुना जा सकता. 0 स्लॉट शेष"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ब्लूटूथ ऑडियो कनेक्ट किया गया"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ब्लूटूथ ऑडियो डिसकनेक्ट किया गया"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ब्लूटूथ ऑडियो"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 जीबी से बड़ी फ़ाइलें ट्रांसफ़र नहीं की जा सकतीं"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ब्लूटूथ से कनेक्ट करें"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"सूची साफ़ करें"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"खोलें"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"सूची से साफ़ करें"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"साफ़ करें"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"अभी चल रहा है"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"सेव करें"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"रद्द करें"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"वे खाते चुनें जिन्हें आप ब्लूटूथ के ज़रिये शेयर करना चाहते हैं. आपको अब भी कनेक्ट करते समय खातों के किसी भी ऐक्सेस को स्वीकार करना होगा."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"शेष स्लॉट:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ऐप्लिकेशन आइकॉन"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ब्लूटूथ संदेश साझाकरण सेटिंग"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"खाता नहीं चुना जा सकता. 0 स्लॉट शेष"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ब्लूटूथ ऑडियो कनेक्ट किया गया"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ब्लूटूथ ऑडियो डिसकनेक्ट किया गया"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ब्लूटूथ ऑडियो"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 जीबी से बड़ी फ़ाइलें ट्रांसफ़र नहीं की जा सकतीं"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ब्लूटूथ से कनेक्ट करें"</string> </resources> diff --git a/android/app/res/values-hi/strings_pbap.xml b/android/app/res/values-hi/strings_pbap.xml index 12e5e84507..ded519c4ba 100644 --- a/android/app/res/values-hi/strings_pbap.xml +++ b/android/app/res/values-hi/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s के लिए सत्र कुंजी लिखें"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ब्लूटूथ सत्र कुंजी आवश्यक"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s के साथ जुड़ते समय टाइम आउट हो गया"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s के साथ सत्र कुंजी इनपुट करते समय टाइम आउट हो गया"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex की पुष्टि का अनुरोध"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"सत्र कुंजी"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s के लिए सत्र कुंजी लिखें"</string> - <string name="defaultname" msgid="4821590500649090078">"कार किट"</string> - <string name="unknownName" msgid="2841414754740600042">"अज्ञात नाम"</string> - <string name="localPhoneName" msgid="2349001318925409159">"मेरा नाम"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ब्लूटूथ संपर्क शेयर करें"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s के लिए सत्र कुंजी लिखें"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ब्लूटूथ सत्र कुंजी आवश्यक"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s के साथ जुड़ते समय टाइम आउट हो गया"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s के साथ सत्र कुंजी इनपुट करते समय टाइम आउट हो गया"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex की पुष्टि का अनुरोध"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"सत्र कुंजी"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s के लिए सत्र कुंजी लिखें"</string> + <string name="defaultname" msgid="6200530814398805541">"कार किट"</string> + <string name="unknownName" msgid="6755061296103155293">"अज्ञात नाम"</string> + <string name="localPhoneName" msgid="9119254982537191352">"मेरा नाम"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ब्लूटूथ संपर्क शेयर करें"</string> </resources> diff --git a/android/app/res/values-hi/strings_pbap_client.xml b/android/app/res/values-hi/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-hi/strings_pbap_client.xml +++ b/android/app/res/values-hi/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-hi/strings_sap.xml b/android/app/res/values-hi/strings_sap.xml index 9e9d76e55d..9c9e663cad 100644 --- a/android/app/res/values-hi/strings_sap.xml +++ b/android/app/res/values-hi/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ब्लूटूथ सिम ऐक्सेस"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ब्लूटूथ सिम ऐक्सेस"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"डिसकनेक्ट करने के लिए क्लाइंट से अनुरोध करें?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"डिसकनेक्ट करने के लिए क्लाइंट की प्रतीक्षा की जा रही है"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"डिसकनेक्ट करें"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"बलपूर्वक डिसकनेक्ट करें"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ब्लूटूथ सिम ऐक्सेस"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ब्लूटूथ सिम ऐक्सेस"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"डिसकनेक्ट करने के लिए क्लाइंट से अनुरोध करें?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"डिसकनेक्ट करने के लिए क्लाइंट की प्रतीक्षा की जा रही है"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"डिसकनेक्ट करें"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"बलपूर्वक डिसकनेक्ट करें"</string> </resources> diff --git a/android/app/res/values-hi/test_strings.xml b/android/app/res/values-hi/test_strings.xml index 52e0e1a17e..f59b2338dd 100644 --- a/android/app/res/values-hi/test_strings.xml +++ b/android/app/res/values-hi/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ब्लूटूथ"</string> - <string name="insert_record" msgid="1450997173838378132">"रिकॉर्ड सम्मिलित करें"</string> - <string name="update_record" msgid="2480425402384910635">"रिकॉर्ड की पुष्टि करें"</string> - <string name="ack_record" msgid="6716152390978472184">"रिकॉर्ड अभिस्वीकृत करें"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"सभी रिकॉर्ड मिटाएं"</string> - <string name="ok_button" msgid="6519033415223065454">"ठीक है"</string> - <string name="delete_record" msgid="4645040331967533724">"रिकॉर्ड मिटाएं"</string> - <string name="start_server" msgid="9034821924409165795">"TCP सर्वर शरू करें"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP सर्वर को सूचित करें"</string> + <string name="app_name" msgid="7766152617107310582">"ब्लूटूथ"</string> + <string name="insert_record" msgid="4024416351836939752">"रिकॉर्ड सम्मिलित करें"</string> + <string name="update_record" msgid="7201772850942641237">"रिकॉर्ड की पुष्टि करें"</string> + <string name="ack_record" msgid="2404738476192250210">"रिकॉर्ड अभिस्वीकृत करें"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"सभी रिकॉर्ड मिटाएं"</string> + <string name="ok_button" msgid="719865942400179601">"ठीक है"</string> + <string name="delete_record" msgid="5713885957446255270">"रिकॉर्ड मिटाएं"</string> + <string name="start_server" msgid="134483798422082514">"TCP सर्वर शरू करें"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP सर्वर को सूचित करें"</string> </resources> diff --git a/android/app/res/values-hr/strings.xml b/android/app/res/values-hr/strings.xml index 25e04da514..bb4da28fce 100644 --- a/android/app/res/values-hr/strings.xml +++ b/android/app/res/values-hr/strings.xml @@ -16,124 +16,124 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Pristupite upravitelju za preuzimanje."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Aplikaciji omogućuje pristup upravitelju za BluetoothShare i njegovu upotrebu za prijenos datoteka."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Stavi pristup Bluetooth uređaja na popis prihvaćenih."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Omogućuje aplikaciji privremeno stavljanje Bluetooth uređaja na popis prihvaćenih, čime mu omogućuje slanje datoteka na ovaj uređaj bez korisnikove potvrde."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Nepoznati uređaj"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Nepoznato"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Način rada u zrakoplovu"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetooth se ne može upotrebljavati u načinu rada u zrakoplovu."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Prima: upotreba Bluetooth usluga, prvo morate uključiti Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Uključiti Bluetooth sada?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Odustani"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Uključi"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Prijenos datoteke"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Prihvatiti dolaznu datoteku?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Odbaci"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Prihvaćam"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"U redu"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Za vrijeme primanja datoteke koju šalje \"<xliff:g id="SENDER">%1$s</xliff:g>\" došlo je do privremenog prekida"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Dolazna datoteka"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> može poslati datoteku <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Dijeljenje Bluetoothom: Primanje datoteke <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Dijeljenje Bluetoothom: Primljena datoteka <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Dijeljenje Bluetoothom: Datoteka <xliff:g id="FILE">%1$s</xliff:g> nije primljena"</string> - <string name="notification_sending" msgid="3035748958534983833">"Dijeljenje Bluetoothom: Slanje datoteke <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Dijeljenje Bluetoothom: Datoteka <xliff:g id="FILE">%1$s</xliff:g> poslana"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% dovršeno"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Dijeljenje Bluetoothom: Datoteka <xliff:g id="FILE">%1$s</xliff:g> nije poslana"</string> - <string name="download_title" msgid="3353228219772092586">"Prijenos datoteke"</string> - <string name="download_line1" msgid="4926604799202134144">"Šalje: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Veličina datoteke: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Primanje datoteke..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Zaustavi"</string> - <string name="download_ok" msgid="5000360731674466039">"Sakrij"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Šalje"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Naziv datoteke"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Veličina"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Datoteka nije primljena"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Razlog: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"U redu"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Datoteka primljena"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Otvori"</string> - <string name="upload_line1" msgid="2055952074059709052">"Prima: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Vrsta datoteke: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Slanje datoteke..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Datoteka poslana"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"U redu"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Datoteka nije poslana primatelju \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zatvori"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"U redu"</string> - <string name="unknown_file" msgid="6092727753965095366">"Nepoznata datoteka"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nema aplikacija za obradu ove vrste datoteke. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nema datoteke"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Datoteka ne postoji. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Pričekajte…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Uključivanje Bluetootha…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Datoteka će biti primljena. Napredak provjerite na ploči Obavijesti."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Datoteka ne može biti primljena."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Zaustavljeno primanje datoteke od pošiljatelja \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Slanje datoteke primatelju \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sljedeći broj datoteka: <xliff:g id="NUMBER">%1$s</xliff:g> šalje se primatelju \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Zaustavljeno slanje datoteke primatelju \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"U USB pohrani nema dovoljno prostora za spremanje datoteke."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Na SD kartici nema dovoljno prostora za spremanje datoteke."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Potrebno prostora: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"U obradi je previše zahtjeva. Pokušajte ponovo kasnije."</string> - <string name="status_pending" msgid="2503691772030877944">"Prijenos datoteke još nije započeo."</string> - <string name="status_running" msgid="6562808920311008696">"Prijenos datoteke u tijeku."</string> - <string name="status_success" msgid="239573225847565868">"Prijenos datoteke uspješno je dovršen."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Sadržaj nije podržan."</string> - <string name="status_forbidden" msgid="613956401054050725">"Ciljni uređaj zabranio je prijenos."</string> - <string name="status_canceled" msgid="6664490318773098285">"Korisnik je otkazao prijenos."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problem s pohranjivanjem."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nema USB pohrane."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nema SD kartice. Umetnite SD karticu kako biste spremili prenesene datoteke."</string> - <string name="status_connection_error" msgid="947681831523219891">"Neuspješno povezivanje."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Zahtjev nije moguće ispravno obraditi."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Nepoznata pogreška."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Primljeno Bluetoothom"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Dijeljenje Bluetoothom"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> primljeno u cijelosti."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Poslano u potpunosti."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Dolazni prijenosi"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Odlazni prijenosi"</string> - <string name="no_transfers" msgid="3482965619151865672">"Povijest prijenosa je prazna."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"S popisa će biti izbrisane sve stavke."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth dijeljenje: poslane datoteke"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth dijeljenje: primljene datoteke"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Pristupite upravitelju za preuzimanje."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Aplikaciji omogućuje pristup upravitelju za BluetoothShare i njegovu upotrebu za prijenos datoteka."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Stavi pristup Bluetooth uređaja na popis prihvaćenih."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Omogućuje aplikaciji privremeno stavljanje Bluetooth uređaja na popis prihvaćenih, čime mu omogućuje slanje datoteka na ovaj uređaj bez korisnikove potvrde."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Nepoznati uređaj"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Nepoznato"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Način rada u zrakoplovu"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bluetooth se ne može upotrebljavati u načinu rada u zrakoplovu."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Prima: upotreba Bluetooth usluga, prvo morate uključiti Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Uključiti Bluetooth sada?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Odustani"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Uključi"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Prijenos datoteke"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Prihvatiti dolaznu datoteku?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Odbaci"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Prihvaćam"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"U redu"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Za vrijeme primanja datoteke koju šalje \"<xliff:g id="SENDER">%1$s</xliff:g>\" došlo je do privremenog prekida"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Dolazna datoteka"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> sada može poslati datoteku: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Dijeljenje Bluetoothom: Primanje datoteke <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Dijeljenje Bluetoothom: Primljena datoteka <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Dijeljenje Bluetoothom: Datoteka <xliff:g id="FILE">%1$s</xliff:g> nije primljena"</string> + <string name="notification_sending" msgid="8269912843286868700">"Dijeljenje Bluetoothom: Slanje datoteke <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Dijeljenje Bluetoothom: Datoteka <xliff:g id="FILE">%1$s</xliff:g> poslana"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% dovršeno"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Dijeljenje Bluetoothom: Datoteka <xliff:g id="FILE">%1$s</xliff:g> nije poslana"</string> + <string name="download_title" msgid="6449408649671518102">"Prijenos datoteke"</string> + <string name="download_line1" msgid="6449220145685308846">"Šalje: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Veličina datoteke: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Primanje datoteke..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Zaustavi"</string> + <string name="download_ok" msgid="2404442707314575833">"Sakrij"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Šalje"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Naziv datoteke"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Veličina"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Datoteka nije primljena"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Razlog: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"U redu"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Datoteka primljena"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Otvori"</string> + <string name="upload_line1" msgid="1912803923255989287">"Prima: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Vrsta datoteke: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Slanje datoteke..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Datoteka poslana"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"U redu"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Datoteka nije poslana primatelju \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zatvori"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"U redu"</string> + <string name="unknown_file" msgid="3719981572107052685">"Nepoznata datoteka"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nema aplikacija za obradu ove vrste datoteke. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nema datoteke"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Datoteka ne postoji. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Pričekajte…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Uključivanje Bluetootha…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Datoteka će biti primljena. Napredak provjerite na ploči Obavijesti."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Datoteka ne može biti primljena."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Zaustavljeno primanje datoteke od pošiljatelja \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Slanje datoteke primatelju \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sljedeći broj datoteka: <xliff:g id="NUMBER">%1$s</xliff:g> šalje se primatelju \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Zaustavljeno slanje datoteke primatelju \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"U USB pohrani nema dovoljno prostora za spremanje datoteke."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Na SD kartici nema dovoljno prostora za spremanje datoteke."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Potrebno prostora: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"U obradi je previše zahtjeva. Pokušajte ponovo kasnije."</string> + <string name="status_pending" msgid="4781040740237733479">"Prijenos datoteke još nije započeo."</string> + <string name="status_running" msgid="7419075903776657351">"Prijenos datoteke u tijeku."</string> + <string name="status_success" msgid="7963589000098719541">"Prijenos datoteke uspješno je dovršen."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Sadržaj nije podržan."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Ciljni uređaj zabranio je prijenos."</string> + <string name="status_canceled" msgid="8441679418717978515">"Korisnik je otkazao prijenos."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problem s pohranjivanjem."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nema USB pohrane."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nema SD kartice. Umetnite SD karticu kako biste spremili prenesene datoteke."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Neuspješno povezivanje."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Zahtjev nije moguće ispravno obraditi."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Nepoznata pogreška."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Primljeno Bluetoothom"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Dijeljenje Bluetoothom"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> primljeno u cijelosti."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Poslano u potpunosti."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Dolazni prijenosi"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Odlazni prijenosi"</string> + <string name="no_transfers" msgid="740521199933899821">"Povijest prijenosa je prazna."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"S popisa će biti izbrisane sve stavke."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth dijeljenje: poslane datoteke"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth dijeljenje: primljene datoteke"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> bez uspjeha.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> bez uspjeha.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> bez uspjeha.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> s uspjehom, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> s uspjehom, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> s uspjehom, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Izbriši popis"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Otvori"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Izbriši s popisa"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Brisanje"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Upravo svira"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Spremi"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Odustani"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Odaberite račune koje želite dijeliti putem Bluetootha. I dalje morate prihvatiti svako pristupanje računima prilikom povezivanja."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Preostala mjesta:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikacije"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Postavke dijeljenja poruka putem Bluetootha"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Račun nije moguće odabrati. Nema više nijednog mjesta"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth Audio povezan"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Veza Bluetooth Audija prekinuta"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Datoteke veće od 4 GB ne mogu se prenijeti"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Povezivanje s Bluetoothom"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Izbriši popis"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Otvori"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Izbriši s popisa"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Brisanje"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Upravo svira"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Spremi"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Odustani"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Odaberite račune koje želite dijeliti putem Bluetootha. I dalje morate prihvatiti svako pristupanje računima prilikom povezivanja."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Preostala mjesta:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikacije"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Postavke dijeljenja poruka putem Bluetootha"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Račun nije moguće odabrati. Nema više nijednog mjesta"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth Audio povezan"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Veza Bluetooth Audija prekinuta"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Datoteke veće od 4 GB ne mogu se prenijeti"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Povezivanje s Bluetoothom"</string> </resources> diff --git a/android/app/res/values-hr/strings_pbap.xml b/android/app/res/values-hr/strings_pbap.xml index aab5b7e221..77f668ca8e 100644 --- a/android/app/res/values-hr/strings_pbap.xml +++ b/android/app/res/values-hr/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Upiši šifru sesije za %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Potrebna je šifra za Bluetooth sesiju"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Došlo je do prekoračenja vremena za prihvat povezivanja s korisnikom %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Došlo je do prekoračenja vremena za unos šifre sesije s korisnikom %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Zahtjev za provjeru autentičnosti Obex protokola"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Šifra sesije"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Upiši šifru sesije za %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Komplet za auto"</string> - <string name="unknownName" msgid="2841414754740600042">"Nepoznati naziv"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Moje ime"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Dijeljenje kontakata Bluetoothom"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Upiši šifru sesije za %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Potrebna je šifra za Bluetooth sesiju"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Došlo je do prekoračenja vremena za prihvat povezivanja s korisnikom %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Došlo je do prekoračenja vremena za unos šifre sesije s korisnikom %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Zahtjev za provjeru autentičnosti Obex protokola"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Šifra sesije"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Upiši šifru sesije za %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Komplet za auto"</string> + <string name="unknownName" msgid="6755061296103155293">"Nepoznati naziv"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Moje ime"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Dijeljenje kontakata Bluetoothom"</string> </resources> diff --git a/android/app/res/values-hr/strings_pbap_client.xml b/android/app/res/values-hr/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-hr/strings_pbap_client.xml +++ b/android/app/res/values-hr/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-hr/strings_sap.xml b/android/app/res/values-hr/strings_sap.xml index a9ab8584d3..aed3564ddf 100644 --- a/android/app/res/values-hr/strings_sap.xml +++ b/android/app/res/values-hr/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Pristup SIM-u putem Bluetootha"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Pristup SIM-u putem Bluetootha"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Želite li postaviti zahtjev klijentu da prekine vezu?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Čekanje da klijent prekine vezu."</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Prekini vezu"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Prisilno prekini vezu"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Pristup SIM-u putem Bluetootha"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Pristup SIM-u putem Bluetootha"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Želite li postaviti zahtjev klijentu da prekine vezu?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Čekanje da klijent prekine vezu."</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Prekini vezu"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Prisilno prekini vezu"</string> </resources> diff --git a/android/app/res/values-hr/test_strings.xml b/android/app/res/values-hr/test_strings.xml index 3635b017a6..ba6ac604d1 100644 --- a/android/app/res/values-hr/test_strings.xml +++ b/android/app/res/values-hr/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Umetni zapis"</string> - <string name="update_record" msgid="2480425402384910635">"Potvrdi zapis"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack zapis"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Izbriši sve zapise"</string> - <string name="ok_button" msgid="6519033415223065454">"U redu"</string> - <string name="delete_record" msgid="4645040331967533724">"Izbriši zapis"</string> - <string name="start_server" msgid="9034821924409165795">"Pokreni TCP poslužitelj"</string> - <string name="notify_server" msgid="4369106744022969655">"Obavijesti TCP poslužitelj"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Umetni zapis"</string> + <string name="update_record" msgid="7201772850942641237">"Potvrdi zapis"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack zapis"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Izbriši sve zapise"</string> + <string name="ok_button" msgid="719865942400179601">"U redu"</string> + <string name="delete_record" msgid="5713885957446255270">"Izbriši zapis"</string> + <string name="start_server" msgid="134483798422082514">"Pokreni TCP poslužitelj"</string> + <string name="notify_server" msgid="8832385166935137731">"Obavijesti TCP poslužitelj"</string> </resources> diff --git a/android/app/res/values-hu/strings.xml b/android/app/res/values-hu/strings.xml index 10a58a4de3..b67a6e6e4a 100644 --- a/android/app/res/values-hu/strings.xml +++ b/android/app/res/values-hu/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Hozzáférés a letöltéskezelőhöz."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Lehetővé teszi az alkalmazás számára a BluetoothShare kezelő elérését és használatát fájlátvitelre."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth-eszköz hozzáférésének engedélyezése"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Lehetővé teszi az alkalmazás számára Bluetooth-eszközök ideiglenes engedélyezését, amelyek így a felhasználó jóváhagyása nélkül küldhetnek fájlokat erre az eszközre."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Ismeretlen eszköz"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Ismeretlen"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Repülőgép üzemmód"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"A Bluetooth nem használható Repülőgép üzemmódban."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"A Bluetooth-szolgáltatásokhoz használatához először be kell kapcsolnia a Bluetooth-funkciót."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bekapcsolja most a Bluetooth-funkciót?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Mégse"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Bekapcsolás"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Fájlátvitel"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Fogadja a bejövő fájlt?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Elutasítás"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Fogadás"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Időtúllépés történt \"<xliff:g id="SENDER">%1$s</xliff:g>\" feladótól érkező fájl fogadása során"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Beérkező fájl"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> készen áll a következő küldésére: <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fogadása"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fogadva"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fájl fogadása nem sikerült"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> küldése"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> elküldve"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% kész"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fájl küldése nem sikerült"</string> - <string name="download_title" msgid="3353228219772092586">"Fájlátvitel"</string> - <string name="download_line1" msgid="4926604799202134144">"Feladó: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fájl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Fájlméret: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Fájl fogadása..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Leállítás"</string> - <string name="download_ok" msgid="5000360731674466039">"Elrejtés"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Küldő"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Fájlnév"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Méret"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Nem sikerült fogadni a fájlt"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fájl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Indok: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"A fájl megérkezett"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Megnyitás"</string> - <string name="upload_line1" msgid="2055952074059709052">"Címzett: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Fájltípus: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Fájl küldése..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"A fájl elküldve"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"A fájlt nem sikerült elküldeni a következőnek: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fájl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Bezárás"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Ismeretlen fájl"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nincs alkalmazás a fájltípus kezeléséhez. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nincs fájl"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"A fájl nem létezik. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Kérjük, várjon..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth bekapcsolása..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"A fájl fogadható. Az átvitel haladását az Értesítések párbeszédpanelen kísérheti figyelemmel."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"A fájlt nem lehet fogadni."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"A fájl fogadása \"<xliff:g id="SENDER">%1$s</xliff:g>\" feladótól leállítva"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Fájl küldése a következőnek: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> fájl küldése a következőnek: \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"A fájl küldése \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" címzettnek leállítva"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Nincs elég hely az USB-háttértáron a fájl mentéséhez."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Nincs elég hely az SD-kártyán a fájl mentéséhez."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Szükséges tárterület: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Túl sok kérés áll feldolgozás alatt. Próbálja újra később."</string> - <string name="status_pending" msgid="2503691772030877944">"A fájlátvitel még nem kezdődött el."</string> - <string name="status_running" msgid="6562808920311008696">"A fájlátvitel folyamatban van."</string> - <string name="status_success" msgid="239573225847565868">"A fájlátvitel sikeresen befejeződött."</string> - <string name="status_not_accept" msgid="1695082417193780738">"A tartalom nem támogatott."</string> - <string name="status_forbidden" msgid="613956401054050725">"A céleszköz letiltotta az átvitelt."</string> - <string name="status_canceled" msgid="6664490318773098285">"A felhasználó megszakította."</string> - <string name="status_file_error" msgid="3671917770630165299">"Tárolási probléma."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nem található USB-háttértár."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nincs SD-kártya. A küldött fájlok mentéséhez helyezzen be SD-kártyát."</string> - <string name="status_connection_error" msgid="947681831523219891">"A kapcsolódás sikertelen."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"A kérést nem lehet megfelelően kezelni."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Ismeretlen hiba."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Fogadás Bluetooth-on keresztül"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-megosztás"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> A fogadás kész."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> A küldés kész.."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Bejövő átvitelek"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Kimenő átvitelek"</string> - <string name="no_transfers" msgid="3482965619151865672">"Az átvitelek előzménye üres."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Minden elemet töröl a listáról."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-megosztás: elküldött fájlok"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-megosztás: fogadott fájlok"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Hozzáférés a letöltéskezelőhöz."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Lehetővé teszi az alkalmazás számára a BluetoothShare kezelő elérését és használatát fájlátvitelre."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth-eszköz hozzáférésének engedélyezése"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Lehetővé teszi az alkalmazás számára Bluetooth-eszközök ideiglenes engedélyezését, amelyek így a felhasználó jóváhagyása nélkül küldhetnek fájlokat erre az eszközre."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Ismeretlen eszköz"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Ismeretlen"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Repülőgép üzemmód"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"A Bluetooth nem használható Repülőgép üzemmódban."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"A Bluetooth-szolgáltatásokhoz használatához először be kell kapcsolnia a Bluetooth-funkciót."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bekapcsolja most a Bluetooth-funkciót?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Mégse"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Bekapcsolás"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Fájlátvitel"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Fogadja a bejövő fájlt?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Elutasítás"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Fogadás"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Időtúllépés történt \"<xliff:g id="SENDER">%1$s</xliff:g>\" feladótól érkező fájl fogadása során"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Beérkező fájl"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> fájlt szeretne küldeni: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fogadása"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fogadva"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fájl fogadása nem sikerült"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> küldése"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> elküldve"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% kész"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fájl küldése nem sikerült"</string> + <string name="download_title" msgid="6449408649671518102">"Fájlátvitel"</string> + <string name="download_line1" msgid="6449220145685308846">"Feladó: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fájl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Fájlméret: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Fájl fogadása..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Leállítás"</string> + <string name="download_ok" msgid="2404442707314575833">"Elrejtés"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Küldő"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Fájlnév"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Méret"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Nem sikerült fogadni a fájlt"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fájl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Indok: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"A fájl megérkezett"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Megnyitás"</string> + <string name="upload_line1" msgid="1912803923255989287">"Címzett: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Fájltípus: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Fájl küldése..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"A fájl elküldve"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"A fájlt nem sikerült elküldeni a következőnek: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fájl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Bezárás"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Ismeretlen fájl"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nincs alkalmazás a fájltípus kezeléséhez. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nincs fájl"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"A fájl nem létezik. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Kérjük, várjon..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth bekapcsolása..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"A fájl fogadható. Az átvitel haladását az Értesítések párbeszédpanelen kísérheti figyelemmel."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"A fájlt nem lehet fogadni."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"A fájl fogadása \"<xliff:g id="SENDER">%1$s</xliff:g>\" feladótól leállítva"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Fájl küldése a következőnek: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> fájl küldése a következőnek: \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"A fájl küldése \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" címzettnek leállítva"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Nincs elég hely az USB-háttértáron a fájl mentéséhez."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Nincs elég hely az SD-kártyán a fájl mentéséhez."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Szükséges tárterület: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Túl sok kérés áll feldolgozás alatt. Próbálja újra később."</string> + <string name="status_pending" msgid="4781040740237733479">"A fájlátvitel még nem kezdődött el."</string> + <string name="status_running" msgid="7419075903776657351">"A fájlátvitel folyamatban van."</string> + <string name="status_success" msgid="7963589000098719541">"A fájlátvitel sikeresen befejeződött."</string> + <string name="status_not_accept" msgid="1165798802740579658">"A tartalom nem támogatott."</string> + <string name="status_forbidden" msgid="4017060451358837245">"A céleszköz letiltotta az átvitelt."</string> + <string name="status_canceled" msgid="8441679418717978515">"A felhasználó megszakította."</string> + <string name="status_file_error" msgid="5379018888714679311">"Tárolási probléma."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nem található USB-háttértár."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nincs SD-kártya. A küldött fájlok mentéséhez helyezzen be SD-kártyát."</string> + <string name="status_connection_error" msgid="8253709700568062220">"A kapcsolódás sikertelen."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"A kérést nem lehet megfelelően kezelni."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Ismeretlen hiba."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Fogadás Bluetooth-on keresztül"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-megosztás"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> A fogadás kész."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> A küldés kész.."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Bejövő átvitelek"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Kimenő átvitelek"</string> + <string name="no_transfers" msgid="740521199933899821">"Az átvitelek előzménye üres."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Minden elemet töröl a listáról."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-megosztás: elküldött fájlok"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-megosztás: fogadott fájlok"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> sikertelen.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> sikertelen.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> sikeres, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> sikeres, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Lista törlése"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Megnyitás"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Törlés a listáról"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Törlés"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Mentés"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Mégse"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Válassza ki a Bluetooth használatával megosztani kívánt fiókokat. Kapcsolódásnál el kell fogadnia a fiókokhoz való hozzáférést is."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Szabadon maradt helyek száma:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Alkalmazás ikonja"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth-kapcsolaton keresztüli üzenetmegosztás beállításai"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"A fiók kiválasztása sikertelen. 0 hely maradt"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audió csatlakoztatva"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audió leválasztva"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audió"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"A 4 GB-nál nagyobb fájlokat nem lehet átvinni"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Csatlakozás Bluetooth-eszközhöz"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Lista törlése"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Megnyitás"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Törlés a listáról"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Törlés"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Mentés"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Mégse"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Válassza ki a Bluetooth használatával megosztani kívánt fiókokat. Kapcsolódásnál el kell fogadnia a fiókokhoz való hozzáférést is."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Szabadon maradt helyek száma:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Alkalmazás ikonja"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth-kapcsolaton keresztüli üzenetmegosztás beállításai"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"A fiók kiválasztása sikertelen. 0 hely maradt"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audió csatlakoztatva"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audió leválasztva"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audió"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"A 4 GB-nál nagyobb fájlokat nem lehet átvinni"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Csatlakozás Bluetooth-eszközhöz"</string> </resources> diff --git a/android/app/res/values-hu/strings_pbap.xml b/android/app/res/values-hu/strings_pbap.xml index e96811614f..6d0f727c78 100644 --- a/android/app/res/values-hu/strings_pbap.xml +++ b/android/app/res/values-hu/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Írja be a munkamenetkulcsot a(z) %1$s eszközhöz"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Meg kell adni egy Bluetooth-munkamenetkulcsot"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Időtúllépés történt a(z) %1$s eszközhöz történő kapcsolódás során"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Időtúllépés történt a(z) %1$s munkamenetkulcsának bevitele során"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex azonosítási kérelem"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Munkamenetkulcs"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Írja be a munkamenetkulcsot a(z) %1$s eszközhöz"</string> - <string name="defaultname" msgid="4821590500649090078">"Autós készlet"</string> - <string name="unknownName" msgid="2841414754740600042">"Ismeretlen név"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Telefon neve"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth-névjegymegosztás"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Írja be a munkamenetkulcsot a(z) %1$s eszközhöz"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Meg kell adni egy Bluetooth-munkamenetkulcsot"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Időtúllépés történt a(z) %1$s eszközhöz történő kapcsolódás során"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Időtúllépés történt a(z) %1$s munkamenetkulcsának bevitele során"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex azonosítási kérelem"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Munkamenetkulcs"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Írja be a munkamenetkulcsot a(z) %1$s eszközhöz"</string> + <string name="defaultname" msgid="6200530814398805541">"Autós készlet"</string> + <string name="unknownName" msgid="6755061296103155293">"Ismeretlen név"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Telefon neve"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth-névjegymegosztás"</string> </resources> diff --git a/android/app/res/values-hu/strings_pbap_client.xml b/android/app/res/values-hu/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-hu/strings_pbap_client.xml +++ b/android/app/res/values-hu/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-hu/strings_sap.xml b/android/app/res/values-hu/strings_sap.xml index bd9728f8bf..a6e1e1abd3 100644 --- a/android/app/res/values-hu/strings_sap.xml +++ b/android/app/res/values-hu/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM-elérés"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM-elérés"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Ügyfél felkérése szétválasztásra?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Várakozás az ügyfél szétválasztására"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Szétválasztás"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Szétválasztás kényszerítése"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM-elérés"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM-elérés"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Ügyfél felkérése szétválasztásra?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Várakozás az ügyfél szétválasztására"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Szétválasztás"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Szétválasztás kényszerítése"</string> </resources> diff --git a/android/app/res/values-hu/test_strings.xml b/android/app/res/values-hu/test_strings.xml index 2802ef4fc5..f277c44dd5 100644 --- a/android/app/res/values-hu/test_strings.xml +++ b/android/app/res/values-hu/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Rekord beszúrása"</string> - <string name="update_record" msgid="2480425402384910635">"Rekord megerősítése"</string> - <string name="ack_record" msgid="6716152390978472184">"ACK rekord"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Minden rekord törlése"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Rekord törlése"</string> - <string name="start_server" msgid="9034821924409165795">"TCP-szerver indítása"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP-szerver értesítése"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Rekord beszúrása"</string> + <string name="update_record" msgid="7201772850942641237">"Rekord megerősítése"</string> + <string name="ack_record" msgid="2404738476192250210">"ACK rekord"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Minden rekord törlése"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Rekord törlése"</string> + <string name="start_server" msgid="134483798422082514">"TCP-szerver indítása"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP-szerver értesítése"</string> </resources> diff --git a/android/app/res/values-hy/strings.xml b/android/app/res/values-hy/strings.xml index c91e4da11c..4a259944a2 100644 --- a/android/app/res/values-hy/strings.xml +++ b/android/app/res/values-hy/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Օգտվել ներբեռնման կառավարչից:"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Թույլ է տալիս, որ ծրագիրը մատչի BluetoothShare կառավարչին և այն օգտագործի ֆայլեր փոխանցելու համար:"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Թույլատրված Bluetooth սարքի հասանելիություն։"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Թույլատրում է հավելվածին ժամանակավորապես ավելացնել Bluetooth սարքը սպիտակ ցուցակում, ինչը հնարավորություն է տալիս, որ Bluetooth սարքը ֆայլեր ուղարկի այս սարքին՝ առանց օգտատիրոջ հաստատման։"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Անհայտ սարք"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Անհայտ"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Ավիառեժիմ"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Դուք չեք կարող օգտվել Bluetooth-ից Ավիառեժիմում:"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth ծառայություններից օգտվելու համար նախ պետք է միացնեք Bluetooth-ը:"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Միացնե՞լ Bluetooth-ը հիմա:"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Չեղարկել"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Միացնել"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Ֆայլերի փոխանցում"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Ընդունե՞լ մուտքային ֆայլը:"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Մերժել"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Ընդունել"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Եղավ"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"«<xliff:g id="SENDER">%1$s</xliff:g>»-ից մուտքային ֆայլի ընդունման ժամանակը սպառվեց"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Մուտքային ֆայլ"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>-ը պատրաստ է ուղարկելու <xliff:g id="FILE">%2$s</xliff:g> ֆայլը"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g>-ը ստացվում է"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth համօգտագործում՝ ստացվեց <xliff:g id="FILE">%1$s</xliff:g>-ը"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g> ֆայլը չի ստացվել"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth համօգտագործում՝ ուղարկվում է <xliff:g id="FILE">%1$s</xliff:g>-ը"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g>-ն ուղարկված է"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% ավարտուն"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g> ֆայլը չի ուղարկվել"</string> - <string name="download_title" msgid="3353228219772092586">"Ֆայլերի փոխանցում"</string> - <string name="download_line1" msgid="4926604799202134144">"Ումից՝ «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> - <string name="download_line2" msgid="5876973543019417712">"Ֆայլ՝ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Ֆայլի չափը՝ <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Ֆայլի ստացում..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Դադարեցնել"</string> - <string name="download_ok" msgid="5000360731674466039">"Թաքցնել"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Ումից"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Ֆայլի անունը"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Չափը"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Ֆայլը չհաջողվեց ստանալ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Ֆայլ՝ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Պատճառը՝ <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Եղավ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Ֆայլը ստացվել է"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Բացել"</string> - <string name="upload_line1" msgid="2055952074059709052">"Ում՝ «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> - <string name="upload_line3" msgid="4920689672457037437">"Ֆայլի տեսակը՝ <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Ֆայլն ուղարկվում է..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Ֆայլն ուղարկված է"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Հաստատել"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Ֆայլը չի ուղարկվել «<xliff:g id="RECIPIENT">%1$s</xliff:g>»-ին:"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Ֆայլ՝ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Փակել"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Եղավ"</string> - <string name="unknown_file" msgid="6092727753965095366">"Անհայտ ֆայլ"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Ֆայլի այս տեսակի համար գործող ծրագիր չկա: \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ֆայլեր չկան"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Ֆայլը գոյություն չունի: \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Խնդրում ենք սպասել..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth-ը միանում է..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Դուք կստանաք ֆայլը: Առաջընթացի մասին տեղեկացեք Ծանուցումների վահանակից:"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Հնարավոր չէ ստանալ ֆայլը:"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Դադարեցվեց «<xliff:g id="SENDER">%1$s</xliff:g>»-ից ֆայլի ստացումը"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Ֆայլն ուղարկվում է «<xliff:g id="RECIPIENT">%1$s</xliff:g>»-ին"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ֆայլեր ուղարկվում են «<xliff:g id="RECIPIENT">%2$s</xliff:g>»-ին"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Դադարեցվեց ֆայլի ուղարկումը «<xliff:g id="RECIPIENT">%1$s</xliff:g>»-ին"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB կրիչում բավարար տարածք չկա ֆայլը պահելու համար"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD քարտում բավարար տարածք չկա ֆայլը պահելու համար"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Անհրաժեշտ տեղը՝ <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Չափից շատ հարցումներ են մշակվում: Կրկին փորձեք ավելի ուշ:"</string> - <string name="status_pending" msgid="2503691772030877944">"Ֆայլի փոխանցումը դեռ չի մեկնարկել:"</string> - <string name="status_running" msgid="6562808920311008696">"Ֆայլի փոխանցումն ընթացքի մեջ է:"</string> - <string name="status_success" msgid="239573225847565868">"Ֆայլերի փոխանցումը հաջողությամբ ավարտվել է:"</string> - <string name="status_not_accept" msgid="1695082417193780738">"Բովանդակությունը չի աջակցվում:"</string> - <string name="status_forbidden" msgid="613956401054050725">"Փոխանցումն արգելված է նպատակային սարքի կողմից:"</string> - <string name="status_canceled" msgid="6664490318773098285">"Փոխանցումը չեղարկվել է օգտատիրոջ կողմից:"</string> - <string name="status_file_error" msgid="3671917770630165299">"Կրիչի խնդիր:"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB կրիչ չկա:"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD քարտ չկա: Տեղադրեք SD քարտ` փոխանցված ֆայլերը պահելու համար:"</string> - <string name="status_connection_error" msgid="947681831523219891">"Միացումը անհաջող էր:"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Հարցումը հնարավոր չէ ճշգրտորեն մշակել:"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Անհայտ սխալ:"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth-ով ստացված"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth համօգտագործում"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ստացումն ավարտված է:"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ուղարկումն ավարտված է:"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Մուտքային փոխանցումներ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Ելքային փոխանցումներ"</string> - <string name="no_transfers" msgid="3482965619151865672">"Փոխանցումների պատմությունը դատարկ է:"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Ցուցակի բոլոր տվյալները կջնջվեն:"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth համօգտագործում՝ ֆայլերն ուղարկված են"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth համօգտագործում՝ ֆայլերը ստացված են"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Օգտվել ներբեռնման կառավարչից:"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Թույլ է տալիս, որ ծրագիրը մատչի BluetoothShare կառավարչին և այն օգտագործի ֆայլեր փոխանցելու համար:"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Թույլատրված Bluetooth սարքի հասանելիություն։"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Թույլատրում է հավելվածին ժամանակավորապես ավելացնել Bluetooth սարքը սպիտակ ցուցակում, ինչը հնարավորություն է տալիս, որ Bluetooth սարքը ֆայլեր ուղարկի այս սարքին՝ առանց օգտատիրոջ հաստատման։"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Անհայտ սարք"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Անհայտ"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Ավիառեժիմ"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Դուք չեք կարող օգտվել Bluetooth-ից Ավիառեժիմում:"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth ծառայություններից օգտվելու համար նախ պետք է միացնեք Bluetooth-ը:"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Միացնե՞լ Bluetooth-ը հիմա:"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Չեղարկել"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Միացնել"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Ֆայլերի փոխանցում"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Ընդունե՞լ մուտքային ֆայլը:"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Մերժել"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Ընդունել"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Եղավ"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"«<xliff:g id="SENDER">%1$s</xliff:g>»-ից մուտքային ֆայլի ընդունման ժամանակը սպառվեց"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Մուտքային ֆայլ"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"«<xliff:g id="SENDER">%1$s</xliff:g>» սարքը պատրաստ է ուղարկել այս ֆայլը՝ <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g>-ը ստացվում է"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth համօգտագործում՝ ստացվեց <xliff:g id="FILE">%1$s</xliff:g>-ը"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g> ֆայլը չի ստացվել"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth համօգտագործում՝ ուղարկվում է <xliff:g id="FILE">%1$s</xliff:g>-ը"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g>-ն ուղարկված է"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% ավարտուն"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth համօգտագործում՝ <xliff:g id="FILE">%1$s</xliff:g> ֆայլը չի ուղարկվել"</string> + <string name="download_title" msgid="6449408649671518102">"Ֆայլերի փոխանցում"</string> + <string name="download_line1" msgid="6449220145685308846">"Ումից՝ «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> + <string name="download_line2" msgid="7634316500490825390">"Ֆայլ՝ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Ֆայլի չափը՝ <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Ֆայլի ստացում..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Դադարեցնել"</string> + <string name="download_ok" msgid="2404442707314575833">"Թաքցնել"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Ումից"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Ֆայլի անունը"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Չափը"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Ֆայլը չհաջողվեց ստանալ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Ֆայլ՝ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Պատճառը՝ <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Եղավ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Ֆայլը ստացվել է"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Բացել"</string> + <string name="upload_line1" msgid="1912803923255989287">"Ում՝ «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> + <string name="upload_line3" msgid="5964902647036741603">"Ֆայլի տեսակը՝ <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Ֆայլն ուղարկվում է..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Ֆայլն ուղարկված է"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Հաստատել"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Ֆայլը չի ուղարկվել «<xliff:g id="RECIPIENT">%1$s</xliff:g>»-ին:"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Ֆայլ՝ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Փակել"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Եղավ"</string> + <string name="unknown_file" msgid="3719981572107052685">"Անհայտ ֆայլ"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Ֆայլի այս տեսակի համար գործող ծրագիր չկա: \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ֆայլեր չկան"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Ֆայլը գոյություն չունի: \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Խնդրում ենք սպասել..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth-ը միանում է..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Դուք կստանաք ֆայլը: Առաջընթացի մասին տեղեկացեք Ծանուցումների վահանակից:"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Հնարավոր չէ ստանալ ֆայլը:"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Դադարեցվեց «<xliff:g id="SENDER">%1$s</xliff:g>»-ից ֆայլի ստացումը"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Ֆայլն ուղարկվում է «<xliff:g id="RECIPIENT">%1$s</xliff:g>»-ին"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ֆայլեր ուղարկվում են «<xliff:g id="RECIPIENT">%2$s</xliff:g>»-ին"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Դադարեցվեց ֆայլի ուղարկումը «<xliff:g id="RECIPIENT">%1$s</xliff:g>»-ին"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB կրիչում բավարար տարածք չկա ֆայլը պահելու համար"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD քարտում բավարար տարածք չկա ֆայլը պահելու համար"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Անհրաժեշտ տեղը՝ <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Չափից շատ հարցումներ են մշակվում: Կրկին փորձեք ավելի ուշ:"</string> + <string name="status_pending" msgid="4781040740237733479">"Ֆայլի փոխանցումը դեռ չի մեկնարկել:"</string> + <string name="status_running" msgid="7419075903776657351">"Ֆայլի փոխանցումն ընթացքի մեջ է:"</string> + <string name="status_success" msgid="7963589000098719541">"Ֆայլերի փոխանցումը հաջողությամբ ավարտվել է:"</string> + <string name="status_not_accept" msgid="1165798802740579658">"Բովանդակությունը չի աջակցվում:"</string> + <string name="status_forbidden" msgid="4017060451358837245">"Փոխանցումն արգելված է նպատակային սարքի կողմից:"</string> + <string name="status_canceled" msgid="8441679418717978515">"Փոխանցումը չեղարկվել է օգտատիրոջ կողմից:"</string> + <string name="status_file_error" msgid="5379018888714679311">"Կրիչի խնդիր:"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB կրիչ չկա:"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD քարտ չկա: Տեղադրեք SD քարտ` փոխանցված ֆայլերը պահելու համար:"</string> + <string name="status_connection_error" msgid="8253709700568062220">"Միացումը անհաջող էր:"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Հարցումը հնարավոր չէ ճշգրտորեն մշակել:"</string> + <string name="status_unknown_error" msgid="314676481744304866">"Անհայտ սխալ:"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth-ով ստացված"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth համօգտագործում"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ստացումն ավարտված է:"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ուղարկումն ավարտված է:"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Մուտքային փոխանցումներ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Ելքային փոխանցումներ"</string> + <string name="no_transfers" msgid="740521199933899821">"Փոխանցումների պատմությունը դատարկ է:"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Ցուցակի բոլոր տվյալները կջնջվեն:"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth համօգտագործում՝ ֆայլերն ուղարկված են"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth համօգտագործում՝ ֆայլերը ստացված են"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> չհաջողված:</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> չհաջողված:</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> հաջողված, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> հաջողված, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Ջնջել ցուցակը"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Բաց"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Ջնջել ցուցակից"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Ջնջել"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Այժմ հնչում է"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Պահել"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Չեղարկել"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Ընտրեք հաշիվները, որոնք ցանկանում եք հասանելի դարձնել Bluetooth-ի միջոցով: Ամեն դեպքում, կապակցվելիս պետք է ընդունեք հաշիվներն օգտագործելու թույլտվությունը:"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Մնացած տողերի քանակը՝"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Հավելվածի պատկերակը"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Հաղորդագրությունների համօգտագործման Bluetooth-ի կարգավորումներ"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Հնարավոր չէ ընտրել հաշիվը: Տող չի մնացել"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth աուդիոն կապակցված է"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth աուդիոն անջատված է"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth աուդիո"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 ԳԲ-ից մեծ ֆայլերը հնարավոր չէ փոխանցել"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Միանալ Bluetooth-ին"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Ջնջել ցուցակը"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Բաց"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Ջնջել ցուցակից"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Ջնջել"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Այժմ հնչում է"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Պահել"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Չեղարկել"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Ընտրեք հաշիվները, որոնք ցանկանում եք հասանելի դարձնել Bluetooth-ի միջոցով: Ամեն դեպքում, կապակցվելիս պետք է ընդունեք հաշիվներն օգտագործելու թույլտվությունը:"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Մնացած տողերի քանակը՝"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Հավելվածի պատկերակը"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Հաղորդագրությունների համօգտագործման Bluetooth-ի կարգավորումներ"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Հնարավոր չէ ընտրել հաշիվը: Տող չի մնացել"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth աուդիոն կապակցված է"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth աուդիոն անջատված է"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth աուդիո"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 ԳԲ-ից մեծ ֆայլերը հնարավոր չէ փոխանցել"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Միանալ Bluetooth-ին"</string> </resources> diff --git a/android/app/res/values-hy/strings_pbap.xml b/android/app/res/values-hy/strings_pbap.xml index cdd2f9ce6d..26b005da9d 100644 --- a/android/app/res/values-hy/strings_pbap.xml +++ b/android/app/res/values-hy/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Մուտքագրեք աշխատաշրջանի բանալին %1$s-ի համար"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Պահանջվում է Bluetooth-ի աշխատաշրջանի բանալի"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"«%1$s»-ի հետ կապի ընդունման ժամանակը սպառվեց"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s-ով աշխատաշրջանի բանալու մուտքագրման ժամանակը սպառվեց"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Կասեցնել նույնականացման հարցումը"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Աշխատաշրջանի բանալի"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Մուտքագրեք աշխատաշրջանի բանալի %1$s-ի համար"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Անհայտ անուն"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Իմ անունը"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth կոնտակտների համօգտագործում"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Մուտքագրեք աշխատաշրջանի բանալին %1$s-ի համար"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Պահանջվում է Bluetooth-ի աշխատաշրջանի բանալի"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"«%1$s»-ի հետ կապի ընդունման ժամանակը սպառվեց"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s-ով աշխատաշրջանի բանալու մուտքագրման ժամանակը սպառվեց"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Կասեցնել նույնականացման հարցումը"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Աշխատաշրջանի բանալի"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Մուտքագրեք աշխատաշրջանի բանալի %1$s-ի համար"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Անհայտ անուն"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Իմ անունը"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth կոնտակտների համօգտագործում"</string> </resources> diff --git a/android/app/res/values-hy/strings_pbap_client.xml b/android/app/res/values-hy/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-hy/strings_pbap_client.xml +++ b/android/app/res/values-hy/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-hy/strings_sap.xml b/android/app/res/values-hy/strings_sap.xml index 57618f3c8e..8cbdc2bf57 100644 --- a/android/app/res/values-hy/strings_sap.xml +++ b/android/app/res/values-hy/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"SIM քարտի օգտագործում Bluetooth-ի միջոցով"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"SIM քարտի օգտագործում Bluetooth-ի միջոցով"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Խնդրե՞լ սպասառուին անջատել:"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Սպասառուի անջատման սպասում"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Անջատել"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Հարկադրաբար անջատել"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"SIM քարտի օգտագործում Bluetooth-ի միջոցով"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"SIM քարտի օգտագործում Bluetooth-ի միջոցով"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Խնդրե՞լ սպասառուին անջատել:"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Սպասառուի անջատման սպասում"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Անջատել"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Հարկադրաբար անջատել"</string> </resources> diff --git a/android/app/res/values-hy/test_strings.xml b/android/app/res/values-hy/test_strings.xml index 33693e47ee..89fd515404 100644 --- a/android/app/res/values-hy/test_strings.xml +++ b/android/app/res/values-hy/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Կատարեք գրառում"</string> - <string name="update_record" msgid="2480425402384910635">"Հաստատել գրառումը"</string> - <string name="ack_record" msgid="6716152390978472184">"ACK գրառում"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Ջնջել բոլոր գրառումները"</string> - <string name="ok_button" msgid="6519033415223065454">"Եղավ"</string> - <string name="delete_record" msgid="4645040331967533724">"Ջնջել գրառումը"</string> - <string name="start_server" msgid="9034821924409165795">"Մեկնարկել TCP սերվերը"</string> - <string name="notify_server" msgid="4369106744022969655">"Ծանուցել TCP սերվերին"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Կատարեք գրառում"</string> + <string name="update_record" msgid="7201772850942641237">"Հաստատել գրառումը"</string> + <string name="ack_record" msgid="2404738476192250210">"ACK գրառում"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Ջնջել բոլոր գրառումները"</string> + <string name="ok_button" msgid="719865942400179601">"Եղավ"</string> + <string name="delete_record" msgid="5713885957446255270">"Ջնջել գրառումը"</string> + <string name="start_server" msgid="134483798422082514">"Մեկնարկել TCP սերվերը"</string> + <string name="notify_server" msgid="8832385166935137731">"Ծանուցել TCP սերվերին"</string> </resources> diff --git a/android/app/res/values-in/strings.xml b/android/app/res/values-in/strings.xml index 3652946fa5..281de95800 100644 --- a/android/app/res/values-in/strings.xml +++ b/android/app/res/values-in/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Akses pengelola download."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Izinkan apl mengakses pengelola BluetoothShare dan menggunakannya untuk mentransfer file."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Memasukkan akses perangkat Bluetooth ke daftar yang diizinkan."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Mengizinkan aplikasi memasukkan perangkat Bluetooth ke daftar yang diizinkan untuk sementara waktu, yang memungkinkan perangkat tersebut mengirimkan file ke perangkat ini tanpa konfirmasi pengguna."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Perangkat tidak diketahui"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Tidak diketahui"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Mode pesawat"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Anda tidak dapat menggunakan Bluetooth dalam mode Pesawat."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Kepada menggunakan Layanan Bluetooth, Anda harus menghidupkan Bluetooth terlebih dulu."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Hidupkan Bluetooth sekarang?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Batal"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Hidupkan"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transfer file"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Terima file masuk?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Tolak"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Terima"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Oke"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Terjadi waktu tunggu saat menerima file masuk dari \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"File masuk"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> siap mengirim <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Berbagi Bluetooth: Menerima <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Berbagi Bluetooth: Telah menerima <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Berbagi Bluetooth: File <xliff:g id="FILE">%1$s</xliff:g> tidak diterima"</string> - <string name="notification_sending" msgid="3035748958534983833">"Berbagi Bluetooth: Mengirim <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Berbagi Bluetooth: Telah mengirim <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% selesai"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Berbagi Bluetooth: File <xliff:g id="FILE">%1$s</xliff:g> tidak terkirim"</string> - <string name="download_title" msgid="3353228219772092586">"Transfer file"</string> - <string name="download_line1" msgid="4926604799202134144">"Dari: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Ukuran file: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Menerima file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Berhenti"</string> - <string name="download_ok" msgid="5000360731674466039">"Sembunyikan"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Dari"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nama file"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Ukuran"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File tidak diterima"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Alasan: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Oke"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File diterima"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Buka"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kepada: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Jenis file: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Mengirim file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File terkirim"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Oke"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"File tidak terkirim ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Tutup"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Oke"</string> - <string name="unknown_file" msgid="6092727753965095366">"File tidak diketahui"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Tidak ada apl untuk menangani file jenis ini. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Tidak ada file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"File tidak ada. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Harap tunggu…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Menghidupkan Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"File akan diterima. Periksa kemajuan dalam panel Notifikasi."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"File tidak dapat diterima."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Berhenti menerima file dari \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Mengirim file ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Mengirim <xliff:g id="NUMBER">%1$s</xliff:g> file ke \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Berhenti mengirim file ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Tidak ada ruang yang cukup di penyimpanan USB untuk menyimpan file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Tidak ada ruang yang cukup di kartu SD untuk menyimpan file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Ruang yang diperlukan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Terlalu banyak permintaan yang diproses. Coba lagi nanti."</string> - <string name="status_pending" msgid="2503691772030877944">"Transfer file belum dimulai."</string> - <string name="status_running" msgid="6562808920311008696">"Transfer file sedang berlangsung."</string> - <string name="status_success" msgid="239573225847565868">"Transfer file berhasil diselesaikan."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Konten tidak didukung."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer dilarang oleh perangkat target."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer dibatalkan oleh pengguna."</string> - <string name="status_file_error" msgid="3671917770630165299">"Masalah penyimpanan."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Tidak ada penyimpanan USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Tidak ada kartu SD. Masukkan kartu SD untuk menyimpan file yang ditransfer."</string> - <string name="status_connection_error" msgid="947681831523219891">"Sambungan tidak berhasil."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Permintaan tidak dapat ditangani dengan semestinya."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Kesalahan tidak dikenal."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth diterima"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Berbagi Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Telah selesai diterima."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Telah selesai dikirim."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transfer masuk"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transfer keluar"</string> - <string name="no_transfers" msgid="3482965619151865672">"Histori transfer kosong."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Semua item akan dihapus dari daftar."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Berbagi bluetooth: Telah mengirimkan file"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Berbagi Bluetooth: File yang diterima"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Akses pengelola download."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Izinkan apl mengakses pengelola BluetoothShare dan menggunakannya untuk mentransfer file."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Memasukkan akses perangkat Bluetooth ke daftar yang diizinkan."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Mengizinkan aplikasi memasukkan perangkat Bluetooth ke daftar yang diizinkan untuk sementara waktu, yang memungkinkan perangkat tersebut mengirimkan file ke perangkat ini tanpa konfirmasi pengguna."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Perangkat tidak diketahui"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Tidak diketahui"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Mode pesawat"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Anda tidak dapat menggunakan Bluetooth dalam mode Pesawat."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Kepada menggunakan Layanan Bluetooth, Anda harus menghidupkan Bluetooth terlebih dulu."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Hidupkan Bluetooth sekarang?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Batal"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Hidupkan"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transfer file"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Terima file masuk?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Tolak"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Terima"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Oke"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Terjadi waktu tunggu saat menerima file masuk dari \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"File masuk"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> siap mengirim file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Berbagi Bluetooth: Menerima <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Berbagi Bluetooth: Telah menerima <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Berbagi Bluetooth: File <xliff:g id="FILE">%1$s</xliff:g> tidak diterima"</string> + <string name="notification_sending" msgid="8269912843286868700">"Berbagi Bluetooth: Mengirim <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Berbagi Bluetooth: Telah mengirim <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% selesai"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Berbagi Bluetooth: File <xliff:g id="FILE">%1$s</xliff:g> tidak terkirim"</string> + <string name="download_title" msgid="6449408649671518102">"Transfer file"</string> + <string name="download_line1" msgid="6449220145685308846">"Dari: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Ukuran file: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Menerima file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Berhenti"</string> + <string name="download_ok" msgid="2404442707314575833">"Sembunyikan"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Dari"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nama file"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Ukuran"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File tidak diterima"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Alasan: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Oke"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File diterima"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Buka"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kepada: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Jenis file: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Mengirim file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File terkirim"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Oke"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"File tidak terkirim ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Tutup"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Oke"</string> + <string name="unknown_file" msgid="3719981572107052685">"File tidak diketahui"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Tidak ada apl untuk menangani file jenis ini. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Tidak ada file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"File tidak ada. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Harap tunggu…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Menghidupkan Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"File akan diterima. Periksa kemajuan dalam panel Notifikasi."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"File tidak dapat diterima."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Berhenti menerima file dari \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Mengirim file ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Mengirim <xliff:g id="NUMBER">%1$s</xliff:g> file ke \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Berhenti mengirim file ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Tidak ada ruang yang cukup di penyimpanan USB untuk menyimpan file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Tidak ada ruang yang cukup di kartu SD untuk menyimpan file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Ruang yang diperlukan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Terlalu banyak permintaan yang diproses. Coba lagi nanti."</string> + <string name="status_pending" msgid="4781040740237733479">"Transfer file belum dimulai."</string> + <string name="status_running" msgid="7419075903776657351">"Transfer file sedang berlangsung."</string> + <string name="status_success" msgid="7963589000098719541">"Transfer file berhasil diselesaikan."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Konten tidak didukung."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer dilarang oleh perangkat target."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer dibatalkan oleh pengguna."</string> + <string name="status_file_error" msgid="5379018888714679311">"Masalah penyimpanan."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Tidak ada penyimpanan USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Tidak ada kartu SD. Masukkan kartu SD untuk menyimpan file yang ditransfer."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Sambungan tidak berhasil."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Permintaan tidak dapat ditangani dengan semestinya."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Kesalahan tidak dikenal."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth diterima"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Berbagi Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Telah selesai diterima."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Telah selesai dikirim."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transfer masuk"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transfer keluar"</string> + <string name="no_transfers" msgid="740521199933899821">"Histori transfer kosong."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Semua item akan dihapus dari daftar."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Berbagi bluetooth: Telah mengirimkan file"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Berbagi Bluetooth: File yang diterima"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> gagal.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> gagal.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> berhasil, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> berhasil, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Hapus daftar"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Buka"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Hapus dari daftar"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Hapus"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Simpan"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Batal"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Pilih akun yang ingin Anda bagikan melalui Bluetooth. Anda masih harus menerima akses apa pun ke akun saat menghubungkan."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Sisa Slot:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikon Aplikasi"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Setelan Berbagi Pesan Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Tidak dapat memilih akun. Sisa 0 slot"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth audio terhubung"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth audio terputus"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"File yang berukuran lebih dari 4GB tidak dapat ditransfer"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Hubungkan ke Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Hapus daftar"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Buka"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Hapus dari daftar"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Hapus"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Simpan"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Batal"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Pilih akun yang ingin Anda bagikan melalui Bluetooth. Anda masih harus menerima akses apa pun ke akun saat menghubungkan."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Sisa Slot:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikon Aplikasi"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Setelan Berbagi Pesan Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Tidak dapat memilih akun. Sisa 0 slot"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth audio terhubung"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth audio terputus"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"File yang berukuran lebih dari 4GB tidak dapat ditransfer"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Hubungkan ke Bluetooth"</string> </resources> diff --git a/android/app/res/values-in/strings_pbap.xml b/android/app/res/values-in/strings_pbap.xml index 47bdc224ff..0ce6bd6faa 100644 --- a/android/app/res/values-in/strings_pbap.xml +++ b/android/app/res/values-in/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Ketikkan kunci sesi untuk %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Kunci sesi bluetooth diperlukan"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Waktu habis untuk menerima sambungan dengan %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Waktu habis untuk memasukkan kunci sesi masuk dengan %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Permintaan autentikasi Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Tombol Sesi"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Ketikkan kunci sesi untuk %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Nama tidak diketahui"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Nama saya"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Berbagi Kontak Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Ketikkan kunci sesi untuk %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Kunci sesi bluetooth diperlukan"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Waktu habis untuk menerima sambungan dengan %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Waktu habis untuk memasukkan kunci sesi masuk dengan %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Permintaan autentikasi Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Tombol Sesi"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Ketikkan kunci sesi untuk %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Nama tidak diketahui"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Nama saya"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Berbagi Kontak Bluetooth"</string> </resources> diff --git a/android/app/res/values-in/strings_pbap_client.xml b/android/app/res/values-in/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-in/strings_pbap_client.xml +++ b/android/app/res/values-in/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-in/strings_sap.xml b/android/app/res/values-in/strings_sap.xml index 94211dfa79..a5cb0b7ba3 100644 --- a/android/app/res/values-in/strings_sap.xml +++ b/android/app/res/values-in/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Akses SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Akses SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Minta klien untuk memutus sambungan?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Menunggu klien untuk memutus sambungan"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Putuskan sambungan"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Putuskan paksa sambungan"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Akses SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Akses SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Minta klien untuk memutus sambungan?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Menunggu klien untuk memutus sambungan"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Putuskan koneksi"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Putuskan paksa sambungan"</string> </resources> diff --git a/android/app/res/values-in/test_strings.xml b/android/app/res/values-in/test_strings.xml index 38236c2a5f..dab91b5c43 100644 --- a/android/app/res/values-in/test_strings.xml +++ b/android/app/res/values-in/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Masukkan catatan"</string> - <string name="update_record" msgid="2480425402384910635">"Konfirmasi catatan"</string> - <string name="ack_record" msgid="6716152390978472184">"Akui catatan"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Hapus semua catatan"</string> - <string name="ok_button" msgid="6519033415223065454">"Oke"</string> - <string name="delete_record" msgid="4645040331967533724">"Hapus catatan"</string> - <string name="start_server" msgid="9034821924409165795">"Mulai server TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Beri tahu server TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Masukkan catatan"</string> + <string name="update_record" msgid="7201772850942641237">"Konfirmasi catatan"</string> + <string name="ack_record" msgid="2404738476192250210">"Akui catatan"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Hapus semua catatan"</string> + <string name="ok_button" msgid="719865942400179601">"Oke"</string> + <string name="delete_record" msgid="5713885957446255270">"Hapus catatan"</string> + <string name="start_server" msgid="134483798422082514">"Mulai server TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Beri tahu server TCP"</string> </resources> diff --git a/android/app/res/values-is/strings.xml b/android/app/res/values-is/strings.xml index e61e25f0bf..2a6eb4ebc9 100644 --- a/android/app/res/values-is/strings.xml +++ b/android/app/res/values-is/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Aðgangur að niðurhalsstjórnun."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Leyfir forriti að fá aðgang að BluetoothShare-stjórnun og nota hana til að flytja skrár."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Setja aðgang Bluetooth-tækis á hvítan lista."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Leyfir forritinu að setja Bluetooth-tæki tímabundið á hvítan lista og gera því þannig kleift að senda skrár í þetta tæki án staðfestingar frá notanda."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Óþekkt tæki"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Óþekkt"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Flugstilling"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Þú getur ekki notað Bluetooth í flugstillingu."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Til að nota Bluetooth-þjónustu þarftu fyrst að kveikja á Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Viltu kveikja á Bluetooth núna?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Hætta við"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Kveikja"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Skráaflutningur"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Samþykkja skrá sem berst?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Hafna"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Samþykkja"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Í lagi"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Rann út á tíma við að samþykkja skrá sem „<xliff:g id="SENDER">%1$s</xliff:g>“ sendi"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Skrá á innleið"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> er tilbúin(n) að senda <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-deiling: Tekur á móti <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var móttekin"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var ekki móttekin"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-deiling: Sendir <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var send"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% lokið"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var ekki send"</string> - <string name="download_title" msgid="3353228219772092586">"Skráaflutningur"</string> - <string name="download_line1" msgid="4926604799202134144">"Frá: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="download_line2" msgid="5876973543019417712">"Skrá: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Skráarstærð: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Tekur á móti skrá…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stöðva"</string> - <string name="download_ok" msgid="5000360731674466039">"Fela"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Frá"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Skráarheiti"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Stærð"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Skrá ekki móttekin"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Skrá: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Ástæða: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Í lagi"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Skrá móttekin"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Opna"</string> - <string name="upload_line1" msgid="2055952074059709052">"Til: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"Skráargerð: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sendir skrá…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Skrá send"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Í lagi"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"„<xliff:g id="RECIPIENT">%1$s</xliff:g>“ fékk skrána ekki senda."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Skrá: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Loka"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Í lagi"</string> - <string name="unknown_file" msgid="6092727753965095366">"Óþekkt skrá"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Ekkert forrit til að meðhöndla þessa skráargerð fyrir hendi. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Engin skrá"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Skráin er ekki til. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Augnablik…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Kveikir á Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Tekið verður á móti skránni. Fylgstu með framvindunni í tilkynningaglugganum."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Ekki er hægt að taka á móti skránni."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Móttaka skráar sem „<xliff:g id="SENDER">%1$s</xliff:g>“ sendi stöðvuð"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sendir skrá til „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sendir <xliff:g id="NUMBER">%1$s</xliff:g> skrár til „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Sending skráar til „<xliff:g id="RECIPIENT">%1$s</xliff:g>“ stöðvuð"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Ekki er nóg pláss í USB-geymslu til að vista skrána."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Ekki er nóg pláss á SD-kortinu til að vista skrána."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Pláss sem þarf: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Of margir beiðnir eru í vinnslu. Reyndu aftur síðar."</string> - <string name="status_pending" msgid="2503691772030877944">"Skráaflutningur er enn ekki hafinn."</string> - <string name="status_running" msgid="6562808920311008696">"Skráaflutningur er í gangi."</string> - <string name="status_success" msgid="239573225847565868">"Skráaflutningi er lokið."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Efnið er ekki stutt."</string> - <string name="status_forbidden" msgid="613956401054050725">"Viðtökutækið bannaði flutninginn."</string> - <string name="status_canceled" msgid="6664490318773098285">"Notandi hætti við flutninginn."</string> - <string name="status_file_error" msgid="3671917770630165299">"Vandamál með geymslu."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Engin USB-geymsla."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Ekkert SD-kort. Settu SD-kort í til að vista fluttar skrár."</string> - <string name="status_connection_error" msgid="947681831523219891">"Tenging mistókst."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Ekki er hægt að afgreiða beiðnina á réttan hátt."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Óþekkt villa."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Móttekið um Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-deiling"</string> - <string name="download_success" msgid="7036160438766730871">"Móttöku <xliff:g id="FILE_SIZE">%1$s</xliff:g> lokið."</string> - <string name="upload_success" msgid="4014469387779648949">"Sendingu <xliff:g id="FILE_SIZE">%1$s</xliff:g> lokið."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Flutningur á innleið"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Flutningur á útleið"</string> - <string name="no_transfers" msgid="3482965619151865672">"Flutningsferillinn er auður."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Öll atriði verða hreinsuð af listanum."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-deiling: Sendar skrár"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-deiling: Mótteknar skrár"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Aðgangur að niðurhalsstjórnun."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Leyfir forriti að fá aðgang að BluetoothShare-stjórnun og nota hana til að flytja skrár."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Setja aðgang Bluetooth-tækis á hvítan lista."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Leyfir forritinu að setja Bluetooth-tæki tímabundið á hvítan lista og gera því þannig kleift að senda skrár í þetta tæki án staðfestingar frá notanda."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Óþekkt tæki"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Óþekkt"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Flugstilling"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Þú getur ekki notað Bluetooth í flugstillingu."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Til að nota Bluetooth-þjónustu þarftu fyrst að kveikja á Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Viltu kveikja á Bluetooth núna?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Hætta við"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Kveikja"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Skráaflutningur"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Samþykkja skrá sem berst?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Hafna"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Samþykkja"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Í lagi"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Rann út á tíma við að samþykkja skrá sem „<xliff:g id="SENDER">%1$s</xliff:g>“ sendi"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Skrá á innleið"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ætlar að senda skrá: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-deiling: Tekur á móti <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var móttekin"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var ekki móttekin"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-deiling: Sendir <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var send"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% lokið"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-deiling: Skráin <xliff:g id="FILE">%1$s</xliff:g> var ekki send"</string> + <string name="download_title" msgid="6449408649671518102">"Skráaflutningur"</string> + <string name="download_line1" msgid="6449220145685308846">"Frá: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="download_line2" msgid="7634316500490825390">"Skrá: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Skráarstærð: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Tekur á móti skrá…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stöðva"</string> + <string name="download_ok" msgid="2404442707314575833">"Fela"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Frá"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Skráarheiti"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Stærð"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Skrá ekki móttekin"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Skrá: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Ástæða: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Í lagi"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Skrá móttekin"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Opna"</string> + <string name="upload_line1" msgid="1912803923255989287">"Til: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"Skráargerð: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sendir skrá…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Skrá send"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Í lagi"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"„<xliff:g id="RECIPIENT">%1$s</xliff:g>“ fékk skrána ekki senda."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Skrá: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Loka"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Í lagi"</string> + <string name="unknown_file" msgid="3719981572107052685">"Óþekkt skrá"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Ekkert forrit til að meðhöndla þessa skráargerð fyrir hendi. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Engin skrá"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Skráin er ekki til. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Augnablik…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Kveikir á Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Tekið verður á móti skránni. Fylgstu með framvindunni í tilkynningaglugganum."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Ekki er hægt að taka á móti skránni."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Móttaka skráar sem „<xliff:g id="SENDER">%1$s</xliff:g>“ sendi stöðvuð"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sendir skrá til „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sendir <xliff:g id="NUMBER">%1$s</xliff:g> skrár til „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Sending skráar til „<xliff:g id="RECIPIENT">%1$s</xliff:g>“ stöðvuð"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Ekki er nóg pláss í USB-geymslu til að vista skrána."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Ekki er nóg pláss á SD-kortinu til að vista skrána."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Pláss sem þarf: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Of margir beiðnir eru í vinnslu. Reyndu aftur síðar."</string> + <string name="status_pending" msgid="4781040740237733479">"Skráaflutningur er enn ekki hafinn."</string> + <string name="status_running" msgid="7419075903776657351">"Skráaflutningur er í gangi."</string> + <string name="status_success" msgid="7963589000098719541">"Skráaflutningi er lokið."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Efnið er ekki stutt."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Viðtökutækið bannaði flutninginn."</string> + <string name="status_canceled" msgid="8441679418717978515">"Notandi hætti við flutninginn."</string> + <string name="status_file_error" msgid="5379018888714679311">"Vandamál með geymslu."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Engin USB-geymsla."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Ekkert SD-kort. Settu SD-kort í til að vista fluttar skrár."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Tenging mistókst."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Ekki er hægt að afgreiða beiðnina á réttan hátt."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Óþekkt villa."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Móttekið um Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-deiling"</string> + <string name="download_success" msgid="3438268368708549686">"Móttöku <xliff:g id="FILE_SIZE">%1$s</xliff:g> lokið."</string> + <string name="upload_success" msgid="143787470859042049">"Sendingu <xliff:g id="FILE_SIZE">%1$s</xliff:g> lokið."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Flutningur á innleið"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Flutningur á útleið"</string> + <string name="no_transfers" msgid="740521199933899821">"Flutningsferillinn er auður."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Öll atriði verða hreinsuð af listanum."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-deiling: Sendar skrár"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-deiling: Mótteknar skrár"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> mistókst.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> mistókust.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> tókst, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> tókust, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Hreinsa lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Opna"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Hreinsa af lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Hreinsa"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Í spilun"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Vista"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Hætta við"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Veldu reikningana sem þú vilt deila í gegnum Bluetooth. Þú þarft samt að samþykkja allan aðgang að reikningunum við tengingu."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Hólf eftir:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Forritstákn"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Deilingarstillingar Bluetooth-skilaboða"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Ekki er hægt að velja reikning. Engin hólf eftir"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-hljóð tengt"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-hljóð aftengt"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-hljóð"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Ekki er hægt að flytja skrár sem eru stærri en 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Tengjast við Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Hreinsa lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Opna"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Hreinsa af lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Hreinsa"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Í spilun"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Vista"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Hætta við"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Veldu reikningana sem þú vilt deila í gegnum Bluetooth. Þú þarft samt að samþykkja allan aðgang að reikningunum við tengingu."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Hólf eftir:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Forritstákn"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Deilingarstillingar Bluetooth-skilaboða"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Ekki er hægt að velja reikning. Engin hólf eftir"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-hljóð tengt"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-hljóð aftengt"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-hljóð"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Ekki er hægt að flytja skrár sem eru stærri en 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Tengjast við Bluetooth"</string> </resources> diff --git a/android/app/res/values-is/strings_pbap.xml b/android/app/res/values-is/strings_pbap.xml index 45b9f05a23..53d6029cad 100644 --- a/android/app/res/values-is/strings_pbap.xml +++ b/android/app/res/values-is/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Sláðu inn lotulykil fyrir %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-lotulykils krafist"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Rann út á tíma við að samþykkja tengingu við %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Rann út á tíma við að færa inn lotulykil fyrir %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex-sannvottunarbeiðni"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Lotulykill"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Sláðu inn lotulykil fyrir %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Bílabúnaður"</string> - <string name="unknownName" msgid="2841414754740600042">"Óþekkt heiti"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Nafnið mitt"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Tengiliðum deilt með Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Sláðu inn lotulykil fyrir %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-lotulykils krafist"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Rann út á tíma við að samþykkja tengingu við %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Rann út á tíma við að færa inn lotulykil fyrir %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex-sannvottunarbeiðni"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Lotulykill"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Sláðu inn lotulykil fyrir %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Bílabúnaður"</string> + <string name="unknownName" msgid="6755061296103155293">"Óþekkt heiti"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Nafnið mitt"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Tengiliðum deilt með Bluetooth"</string> </resources> diff --git a/android/app/res/values-is/strings_pbap_client.xml b/android/app/res/values-is/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-is/strings_pbap_client.xml +++ b/android/app/res/values-is/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-is/strings_sap.xml b/android/app/res/values-is/strings_sap.xml index 8dbc2d4cd8..fbe5beae3d 100644 --- a/android/app/res/values-is/strings_sap.xml +++ b/android/app/res/values-is/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth-aðgangur að SIM-korti"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth-aðgangur að SIM-korti"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Biðja biðlara um að aftengjast?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Bíður eftir að biðlari aftengist"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Aftengja"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Þvinga aftengingu"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth-aðgangur að SIM-korti"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth-aðgangur að SIM-korti"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Biðja biðlara um að aftengjast?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Bíður eftir að biðlari aftengist"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Aftengja"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Þvinga aftengingu"</string> </resources> diff --git a/android/app/res/values-is/test_strings.xml b/android/app/res/values-is/test_strings.xml index 68fbc9c423..a157d1480a 100644 --- a/android/app/res/values-is/test_strings.xml +++ b/android/app/res/values-is/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Setja inn færslu"</string> - <string name="update_record" msgid="2480425402384910635">"Staðfesta færslu"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack-færsla"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Eyða öllum færslum"</string> - <string name="ok_button" msgid="6519033415223065454">"Í lagi"</string> - <string name="delete_record" msgid="4645040331967533724">"Eyða færslu"</string> - <string name="start_server" msgid="9034821924409165795">"Ræsa TCP-þjón"</string> - <string name="notify_server" msgid="4369106744022969655">"Tilkynna TCP-þjóni"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Setja inn færslu"</string> + <string name="update_record" msgid="7201772850942641237">"Staðfesta færslu"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack-færsla"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Eyða öllum færslum"</string> + <string name="ok_button" msgid="719865942400179601">"Í lagi"</string> + <string name="delete_record" msgid="5713885957446255270">"Eyða færslu"</string> + <string name="start_server" msgid="134483798422082514">"Ræsa TCP-þjón"</string> + <string name="notify_server" msgid="8832385166935137731">"Tilkynna TCP-þjóni"</string> </resources> diff --git a/android/app/res/values-it/strings.xml b/android/app/res/values-it/strings.xml index 4114266158..6ab10c4654 100644 --- a/android/app/res/values-it/strings.xml +++ b/android/app/res/values-it/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Accedere alla gestione dei download."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Consente all\'applicazione di accedere al gestore BluetoothShare e di utilizzarlo per trasferire file."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Aggiunta dell\'accesso del dispositivo Bluetooth alla lista consentita."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Consente all\'app di aggiungere temporaneamente un dispositivo Bluetooth alla lista consentita, permettendo a tale dispositivo di inviare file a questo dispositivo senza la conferma dell\'utente."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositivo sconosciuto"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Sconosciuto"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modalità aereo"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Non puoi utilizzare Bluetooth in modalità aereo."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Per utilizzare i servizi Bluetooth, prima è necessario attivare Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Attivare Bluetooth adesso?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Annulla"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Attiva"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Trasferimento file"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Accettare il file in arrivo?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Rifiuta"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accetta"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Si è verificato un timeout durante l\'accettazione di un file in arrivo da \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"File in arrivo"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> è pronto per inviare <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth: ricezione <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ricevuto"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth: file <xliff:g id="FILE">%1$s</xliff:g> non ricevuto"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth: invio <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> inviato"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% completato"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth: file <xliff:g id="FILE">%1$s</xliff:g> non inviato"</string> - <string name="download_title" msgid="3353228219772092586">"Trasferimento file"</string> - <string name="download_line1" msgid="4926604799202134144">"Da: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Dim. file: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Ricezione file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Interrompi"</string> - <string name="download_ok" msgid="5000360731674466039">"Nascondi"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Da"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nome file"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Dimensioni"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"File non ricevuto"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"File ricevuto"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Apri"</string> - <string name="upload_line1" msgid="2055952074059709052">"A: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipo di file: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Invio file…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"File inviato"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Impossibile inviare il file a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Chiudi"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"File sconosciuto"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Non sono disponibili applicazioni in grado di gestire questo tipo di file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nessun file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Il file non esiste. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Attendi…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Attivazione Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Il file verrà ricevuto. Controlla l\'avanzamento nel pannello Notifiche."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Impossibile ricevere il file."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Interruzione della ricezione del file da \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Invio del file a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Invio di <xliff:g id="NUMBER">%1$s</xliff:g> file a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Invio del file a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrotto"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Spazio nell\'archivio USB insufficiente per salvare il file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Spazio sulla scheda SD insufficiente per salvare il file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Spazio necessario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Troppe richieste in fase di elaborazione. Riprova più tardi."</string> - <string name="status_pending" msgid="2503691772030877944">"Trasferimento file non ancora iniziato."</string> - <string name="status_running" msgid="6562808920311008696">"Trasferimento file"</string> - <string name="status_success" msgid="239573225847565868">"Trasferimento file completato."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Contenuti non supportati."</string> - <string name="status_forbidden" msgid="613956401054050725">"Il dispositivo di destinazione non consente il trasferimento."</string> - <string name="status_canceled" msgid="6664490318773098285">"Trasferimento annullato dall\'utente."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problema di memorizzazione."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nessun archivio USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nessuna scheda SD. Inserisci una scheda SD per salvare i file trasferiti."</string> - <string name="status_connection_error" msgid="947681831523219891">"Connessione non riuscita."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Impossibile gestire correttamente la richiesta."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Errore sconosciuto."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Ricevuti tramite Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Condivisione Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Ricezione completata (<xliff:g id="FILE_SIZE">%1$s</xliff:g>)"</string> - <string name="upload_success" msgid="4014469387779648949">"Invio completato (<xliff:g id="FILE_SIZE">%1$s</xliff:g>)"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Trasferimenti in entrata"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Trasferimenti in uscita"</string> - <string name="no_transfers" msgid="3482965619151865672">"La cronologia dei trasferimenti è vuota."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Tutti gli elementi verranno cancellati dall\'elenco."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth: file inviati"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: file ricevuti"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Accedere alla gestione dei download."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Consente all\'applicazione di accedere al gestore BluetoothShare e di utilizzarlo per trasferire file."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Aggiunta dell\'accesso del dispositivo Bluetooth alla lista consentita."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Consente all\'app di aggiungere temporaneamente un dispositivo Bluetooth alla lista consentita, permettendo a tale dispositivo di inviare file a questo dispositivo senza la conferma dell\'utente."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositivo sconosciuto"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Sconosciuto"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modalità aereo"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Non puoi utilizzare Bluetooth in modalità aereo."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Per utilizzare i servizi Bluetooth, prima è necessario attivare Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Attivare Bluetooth adesso?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Annulla"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Attiva"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Trasferimento file"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Accettare il file in arrivo?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Rifiuta"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accetta"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Si è verificato un timeout durante l\'accettazione di un file in arrivo da \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"File in arrivo"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> vuole inviare un file: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth: ricezione <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ricevuto"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth: file <xliff:g id="FILE">%1$s</xliff:g> non ricevuto"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth: invio <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> inviato"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% completato"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth: file <xliff:g id="FILE">%1$s</xliff:g> non inviato"</string> + <string name="download_title" msgid="6449408649671518102">"Trasferimento file"</string> + <string name="download_line1" msgid="6449220145685308846">"Da: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Dim. file: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Ricezione file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Interrompi"</string> + <string name="download_ok" msgid="2404442707314575833">"Nascondi"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Da"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nome file"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Dimensioni"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"File non ricevuto"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"File ricevuto"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Apri"</string> + <string name="upload_line1" msgid="1912803923255989287">"A: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipo di file: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Invio file…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"File inviato"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Impossibile inviare il file a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Chiudi"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"File sconosciuto"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Non sono disponibili applicazioni in grado di gestire questo tipo di file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nessun file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Il file non esiste. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Attendi…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Attivazione Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Il file verrà ricevuto. Controlla l\'avanzamento nel pannello Notifiche."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Impossibile ricevere il file."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Interruzione della ricezione del file da \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Invio del file a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Invio di <xliff:g id="NUMBER">%1$s</xliff:g> file a \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Invio del file a \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrotto"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Spazio nell\'archivio USB insufficiente per salvare il file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Spazio sulla scheda SD insufficiente per salvare il file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Spazio necessario: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Troppe richieste in fase di elaborazione. Riprova più tardi."</string> + <string name="status_pending" msgid="4781040740237733479">"Trasferimento file non ancora iniziato."</string> + <string name="status_running" msgid="7419075903776657351">"Trasferimento file"</string> + <string name="status_success" msgid="7963589000098719541">"Trasferimento file completato."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Contenuti non supportati."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Il dispositivo di destinazione non consente il trasferimento."</string> + <string name="status_canceled" msgid="8441679418717978515">"Trasferimento annullato dall\'utente."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problema di memorizzazione."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nessun archivio USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nessuna scheda SD. Inserisci una scheda SD per salvare i file trasferiti."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Connessione non riuscita."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Impossibile gestire correttamente la richiesta."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Errore sconosciuto."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Ricevuti tramite Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Condivisione Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Ricezione completata (<xliff:g id="FILE_SIZE">%1$s</xliff:g>)"</string> + <string name="upload_success" msgid="143787470859042049">"Invio completato (<xliff:g id="FILE_SIZE">%1$s</xliff:g>)"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Trasferimenti in entrata"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Trasferimenti in uscita"</string> + <string name="no_transfers" msgid="740521199933899821">"La cronologia dei trasferimenti è vuota."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Tutti gli elementi verranno cancellati dall\'elenco."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth: file inviati"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: file ricevuti"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> + <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> unsuccessful.</item> <item quantity="other">Operazioni non riuscite: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> - <item quantity="one">Operazione non riuscita: <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g>.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> + <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> successful, %2$s</item> <item quantity="other">Operazioni riuscite: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> - <item quantity="one">Operazione riuscita: <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g>, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Cancella elenco"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Apri"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Cancella da elenco"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Cancella"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Salva"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Annulla"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Seleziona gli account che desideri condividere tramite Bluetooth. Devi comunque accettare tutti gli accessi agli account durante la connessione."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slot rimanenti:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icona applicazione"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Impostazioni di condivisione dei messaggi Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Impossibile selezionare l\'account. Nessuno slot rimanente"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio Bluetooth connesso"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio Bluetooth disconnesso"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Impossibile trasferire file con dimensioni superiori a 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Connettiti a Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Cancella elenco"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Apri"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Cancella da elenco"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Cancella"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"In riproduzione"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Salva"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Annulla"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Seleziona gli account che desideri condividere tramite Bluetooth. Devi comunque accettare tutti gli accessi agli account durante la connessione."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slot rimanenti:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icona applicazione"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Impostazioni di condivisione dei messaggi Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Impossibile selezionare l\'account. Nessuno slot rimanente"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio Bluetooth connesso"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio Bluetooth disconnesso"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Impossibile trasferire file con dimensioni superiori a 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Connettiti a Bluetooth"</string> </resources> diff --git a/android/app/res/values-it/strings_pbap.xml b/android/app/res/values-it/strings_pbap.xml index d8d387aeba..33a6d71074 100644 --- a/android/app/res/values-it/strings_pbap.xml +++ b/android/app/res/values-it/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Digita la chiave di sessione per %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Chiave sessione Bluetooth necessaria"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Timeout dell\'accettazione della connessione con %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Timeout dell\'ingresso della chiave di sessione con %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Richiesta di autenticazione Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Chiave sessione"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Digita la chiave di sessione per %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Kit auto"</string> - <string name="unknownName" msgid="2841414754740600042">"Nome sconosciuto"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Il mio nome"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Condivisione dei contatti tramite Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Digita la chiave di sessione per %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Chiave sessione Bluetooth necessaria"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Timeout dell\'accettazione della connessione con %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Timeout dell\'ingresso della chiave di sessione con %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Richiesta di autenticazione Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Chiave sessione"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Digita la chiave di sessione per %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Kit auto"</string> + <string name="unknownName" msgid="6755061296103155293">"Nome sconosciuto"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Il mio nome"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Condivisione dei contatti tramite Bluetooth"</string> </resources> diff --git a/android/app/res/values-it/strings_pbap_client.xml b/android/app/res/values-it/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-it/strings_pbap_client.xml +++ b/android/app/res/values-it/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-it/strings_sap.xml b/android/app/res/values-it/strings_sap.xml index 6256615240..d23711b7ea 100644 --- a/android/app/res/values-it/strings_sap.xml +++ b/android/app/res/values-it/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Accesso SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Accesso SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Richiedere al client di disconnettersi?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"In attesa della disconnessione del client"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Disconnetti"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forza disconnessione"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Accesso SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Accesso SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Richiedere al client di disconnettersi?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"In attesa della disconnessione del client"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Disconnetti"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forza disconnessione"</string> </resources> diff --git a/android/app/res/values-it/test_strings.xml b/android/app/res/values-it/test_strings.xml index e4a17f37d2..5ff58536c7 100644 --- a/android/app/res/values-it/test_strings.xml +++ b/android/app/res/values-it/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Inserisci record"</string> - <string name="update_record" msgid="2480425402384910635">"Conferma record"</string> - <string name="ack_record" msgid="6716152390978472184">"Record ACK"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Elimina tutti i record"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Elimina record"</string> - <string name="start_server" msgid="9034821924409165795">"Avvia server TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Invia notifica al server TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Inserisci record"</string> + <string name="update_record" msgid="7201772850942641237">"Conferma record"</string> + <string name="ack_record" msgid="2404738476192250210">"Record ACK"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Elimina tutti i record"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Elimina record"</string> + <string name="start_server" msgid="134483798422082514">"Avvia server TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Invia notifica al server TCP"</string> </resources> diff --git a/android/app/res/values-iw/strings.xml b/android/app/res/values-iw/strings.xml index 26bf8cc7c5..fed3e6f032 100644 --- a/android/app/res/values-iw/strings.xml +++ b/android/app/res/values-iw/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"גישה למנהל ההורדות."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"מאפשר לאפליקציה לגשת למנהל BluetoothShare ולהשתמש בו להעברת קבצים."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"גישה לרשימת ההיתרים של מכשיר Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"התכונה הזו מאפשרת לאפליקציה להוסיף מכשיר Bluetooth לרשימת ההיתרים באופן זמני, ובכך לאפשר לאותו מכשיר לשלוח קבצים למכשיר זה ללא אישור משתמש."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"מכשיר לא ידוע"</string> - <string name="unknownNumber" msgid="4994750948072751566">"לא ידוע"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"מצב טיסה"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"לא ניתן להשתמש ב-Bluetooth במצב טיסה."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"כדי להשתמש בשירותי Bluetooth, עליך להפעיל תחילה את Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"להפעיל Bluetooth כעת?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ביטול"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"הפעלה"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"העברת קבצים"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"האם לקבל את הקובץ הנכנס?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"דחייה"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"קבלה"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"אישור"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"תם הזמן הקצוב לקבלת קובץ נכנס מאת \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"קובץ שהתקבל"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> מוכן לשלוח את <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"שיתוף Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> מתקבל"</string> - <string name="notification_received" msgid="3324588019186687985">"שיתוף Bluetooth: התקבל <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"שיתוף Bluetooth: הקובץ <xliff:g id="FILE">%1$s</xliff:g> לא התקבל"</string> - <string name="notification_sending" msgid="3035748958534983833">"שיתוף Bluetooth: שליחת <xliff:g id="FILE">%1$s</xliff:g> מתבצעת"</string> - <string name="notification_sent" msgid="9218710861333027778">"שיתוף Bluetooth: נשלח <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"הושלם ב-100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"שיתוף Bluetooth: הקובץ <xliff:g id="FILE">%1$s</xliff:g> לא נשלח"</string> - <string name="download_title" msgid="3353228219772092586">"העברת קבצים"</string> - <string name="download_line1" msgid="4926604799202134144">"מאת: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"קובץ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"גודל קובץ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"הקובץ מתקבל…"</string> - <string name="download_cancel" msgid="9177305996747500768">"עצירה"</string> - <string name="download_ok" msgid="5000360731674466039">"הסתרה"</string> - <string name="incoming_line1" msgid="2127419875681087545">"מ-"</string> - <string name="incoming_line2" msgid="3348994249285315873">"שם קובץ"</string> - <string name="incoming_line3" msgid="7954237069667474024">"גודל"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"הקובץ לא התקבל"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"קובץ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"סיבה: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"אישור"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"הקובץ התקבל"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"פתיחה"</string> - <string name="upload_line1" msgid="2055952074059709052">"אל: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"סוג קובץ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"שליחת קובץ מתבצעת…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"הקובץ נשלח"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"אישור"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"הקובץ לא נשלח אל <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"קובץ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"סגירה"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"אישור"</string> - <string name="unknown_file" msgid="6092727753965095366">"קובץ לא ידוע"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"אין אפליקציה המתאימה לטיפול בקבצים מסוג זה. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"אין קובץ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"הקובץ לא קיים. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"יש להמתין..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"הפעלת Bluetooth מתבצעת…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"הקובץ יתקבל. יש לבדוק את ההתקדמות בלוח ההתראות."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"לא ניתן לקבל את הקובץ."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"הופסקה קבלת קובץ מאת \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"שליחת קובץ אל \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" מתבצעת"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"שליחת <xliff:g id="NUMBER">%1$s</xliff:g> קבצים אל \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" מתבצעת"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"שליחת קובץ אל \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" הופסקה"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"אין מספיק שטח באחסון ה-USB כדי לשמור את הקובץ."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"אין מספיק שטח אחסון בכרטיס ה-SD כדי לשמור את הקובץ."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"שטח דרוש: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"בקשות רבות מדי הועברו לעיבוד. יש לנסות שוב מאוחר יותר."</string> - <string name="status_pending" msgid="2503691772030877944">"העברת הקובץ עדיין לא החלה."</string> - <string name="status_running" msgid="6562808920311008696">"מתבצעת העברת קובץ."</string> - <string name="status_success" msgid="239573225847565868">"העברת הקובץ הושלמה בהצלחה."</string> - <string name="status_not_accept" msgid="1695082417193780738">"התוכן אינו נתמך."</string> - <string name="status_forbidden" msgid="613956401054050725">"מכשיר היעד לא התיר את ההעברה."</string> - <string name="status_canceled" msgid="6664490318773098285">"ההעברה בוטלה על ידי המשתמש."</string> - <string name="status_file_error" msgid="3671917770630165299">"בעיית אחסון."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"אין אחסון USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"אין כרטיס SD. יש להכניס כרטיס SD כדי לשמור קבצים שהועברו."</string> - <string name="status_connection_error" msgid="947681831523219891">"החיבור נכשל."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"לא ניתן לטפל בבקשה כהלכה."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"שגיאה לא ידועה."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"התקבל באמצעות Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"שיתוף Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> שהתקבלו הושלמו."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> שנשלחו הושלמו."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"העברות נכנסות"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"העברות יוצאות"</string> - <string name="no_transfers" msgid="3482965619151865672">"היסטוריית ההעברות ריקה."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"כל הפריטים ינוקו מהרשימה."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"שיתוף Bluetooth: נשלחו קבצים"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"שיתוף Bluetooth: התקבלו קבצים"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"גישה למנהל ההורדות."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"מאפשר לאפליקציה לגשת למנהל BluetoothShare ולהשתמש בו להעברת קבצים."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"גישה לרשימת ההיתרים של מכשיר Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"התכונה הזו מאפשרת לאפליקציה להוסיף מכשיר Bluetooth לרשימת ההיתרים באופן זמני, ובכך לאפשר לאותו מכשיר לשלוח קבצים למכשיר זה ללא אישור משתמש."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"מכשיר לא ידוע"</string> + <string name="unknownNumber" msgid="1245183329830158661">"לא ידוע"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"מצב טיסה"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"לא ניתן להשתמש ב-Bluetooth במצב טיסה."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"כדי להשתמש בשירותי Bluetooth, עליך להפעיל תחילה את Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"להפעיל Bluetooth כעת?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ביטול"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"הפעלה"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"העברת קבצים"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"האם לקבל את הקובץ הנכנס?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"דחייה"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"קבלה"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"אישור"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"תם הזמן הקצוב לקבלת קובץ נכנס מאת \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"קובץ שהתקבל"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> מוכן לשליחת קובץ: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"שיתוף Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> מתקבל"</string> + <string name="notification_received" msgid="2330252358543000567">"שיתוף Bluetooth: התקבל <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"שיתוף Bluetooth: הקובץ <xliff:g id="FILE">%1$s</xliff:g> לא התקבל"</string> + <string name="notification_sending" msgid="8269912843286868700">"שיתוף Bluetooth: שליחת <xliff:g id="FILE">%1$s</xliff:g> מתבצעת"</string> + <string name="notification_sent" msgid="2685202778935769332">"שיתוף Bluetooth: נשלח <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"הושלם ב-100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"שיתוף Bluetooth: הקובץ <xliff:g id="FILE">%1$s</xliff:g> לא נשלח"</string> + <string name="download_title" msgid="6449408649671518102">"העברת קבצים"</string> + <string name="download_line1" msgid="6449220145685308846">"מאת: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"קובץ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"גודל קובץ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"הקובץ מתקבל…"</string> + <string name="download_cancel" msgid="1705762428762702342">"עצירה"</string> + <string name="download_ok" msgid="2404442707314575833">"הסתרה"</string> + <string name="incoming_line1" msgid="6342300988329482408">"מ-"</string> + <string name="incoming_line2" msgid="2199520895444457585">"שם קובץ"</string> + <string name="incoming_line3" msgid="8630078246326525633">"גודל"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"הקובץ לא התקבל"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"קובץ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"סיבה: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"אישור"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"הקובץ התקבל"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"פתיחה"</string> + <string name="upload_line1" msgid="1912803923255989287">"אל: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"סוג קובץ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"שליחת קובץ מתבצעת…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"הקובץ נשלח"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"אישור"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"הקובץ לא נשלח אל <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"קובץ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"סגירה"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"אישור"</string> + <string name="unknown_file" msgid="3719981572107052685">"קובץ לא ידוע"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"אין אפליקציה המתאימה לטיפול בקבצים מסוג זה. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"אין קובץ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"הקובץ לא קיים. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"יש להמתין..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"הפעלת Bluetooth מתבצעת…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"הקובץ יתקבל. יש לבדוק את ההתקדמות בלוח ההתראות."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"לא ניתן לקבל את הקובץ."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"הופסקה קבלת קובץ מאת \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"שליחת קובץ אל \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" מתבצעת"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"שליחת <xliff:g id="NUMBER">%1$s</xliff:g> קבצים אל \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" מתבצעת"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"שליחת קובץ אל \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" הופסקה"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"אין מספיק שטח באחסון ה-USB כדי לשמור את הקובץ."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"אין מספיק שטח אחסון בכרטיס ה-SD כדי לשמור את הקובץ."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"שטח דרוש: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"בקשות רבות מדי הועברו לעיבוד. יש לנסות שוב מאוחר יותר."</string> + <string name="status_pending" msgid="4781040740237733479">"העברת הקובץ עדיין לא החלה."</string> + <string name="status_running" msgid="7419075903776657351">"מתבצעת העברת קובץ."</string> + <string name="status_success" msgid="7963589000098719541">"העברת הקובץ הושלמה בהצלחה."</string> + <string name="status_not_accept" msgid="1165798802740579658">"התוכן אינו נתמך."</string> + <string name="status_forbidden" msgid="4017060451358837245">"מכשיר היעד לא התיר את ההעברה."</string> + <string name="status_canceled" msgid="8441679418717978515">"ההעברה בוטלה על ידי המשתמש."</string> + <string name="status_file_error" msgid="5379018888714679311">"בעיית אחסון."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"אין אחסון USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"אין כרטיס SD. יש להכניס כרטיס SD כדי לשמור קבצים שהועברו."</string> + <string name="status_connection_error" msgid="8253709700568062220">"החיבור נכשל."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"לא ניתן לטפל בבקשה כהלכה."</string> + <string name="status_unknown_error" msgid="314676481744304866">"שגיאה לא ידועה."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"קבצים שהתקבלו דרך Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"שיתוף Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> שהתקבלו הושלמו."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> שנשלחו הושלמו."</string> + <string name="inbound_history_title" msgid="189623888169624862">"העברות נכנסות"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"העברות יוצאות"</string> + <string name="no_transfers" msgid="740521199933899821">"היסטוריית ההעברות ריקה."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"כל הפריטים ינוקו מהרשימה."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"שיתוף Bluetooth: נשלחו קבצים"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"שיתוף Bluetooth: התקבלו קבצים"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="two"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> לא הצליחו.</item> <item quantity="many"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> לא הצליחו.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> לא הצליחו.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> לא הצליח.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="two"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> הצליחו, %2$s</item> <item quantity="many"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> הצליחו, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> הצליחו, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> הצליח, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ניקוי רשימה"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"פתיחה"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ניקוי מהרשימה"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ניקוי"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"מה שומעים עכשיו?"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"שמירה"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ביטול"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"יש לבחור חשבונות שברצונך לשתף באמצעות Bluetooth. עדיין יהיה עליך לאשר גישה אל החשבונות בעת החיבור."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"מקומות נותרים:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"סמל אפליקציה"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"הגדרות לשיתוף הודעות ב-Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"לא ניתן לבחור חשבון. נותרו 0 מקומות"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"אודיו Bluetooth מחובר"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"אודיו Bluetooth מנותק"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"אודיו Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"לא ניתן להעביר קבצים שגדולים מ-4GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"התחברות באמצעות Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ניקוי רשימה"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"פתיחה"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ניקוי מהרשימה"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ניקוי"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"מה שומעים עכשיו?"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"שמירה"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ביטול"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"יש לבחור חשבונות שברצונך לשתף באמצעות Bluetooth. עדיין יהיה עליך לאשר גישה אל החשבונות בעת החיבור."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"מקומות נותרים:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"סמל אפליקציה"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"הגדרות לשיתוף הודעות ב-Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"לא ניתן לבחור חשבון. נותרו 0 מקומות"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"אודיו Bluetooth מחובר"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"אודיו Bluetooth מנותק"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"אודיו Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"לא ניתן להעביר קבצים שגדולים מ-4GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"התחברות באמצעות Bluetooth"</string> </resources> diff --git a/android/app/res/values-iw/strings_pbap.xml b/android/app/res/values-iw/strings_pbap.xml index 1e513503bc..6a7b006213 100644 --- a/android/app/res/values-iw/strings_pbap.xml +++ b/android/app/res/values-iw/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"יש להקליד קוד סשן עבור %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"דרוש קוד הפעלת Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"תם הזמן שהוקצב להסכמה לחיבור עם %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"תם הזמן הקצוב להזנת קוד הפעלה עם %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"בקשת אימות של Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"קוד סשן"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"יש להקליד קוד סשן עבור %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"דיבורית לרכב"</string> - <string name="unknownName" msgid="2841414754740600042">"שם לא ידוע"</string> - <string name="localPhoneName" msgid="2349001318925409159">"השם שלי"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"שיתוף אנשי קשר באמצעות Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"יש להקליד קוד סשן עבור %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"דרוש קוד הפעלת Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"תם הזמן שהוקצב להסכמה לחיבור עם %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"תם הזמן הקצוב להזנת קוד הפעלה עם %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"בקשת אימות של Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"קוד סשן"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"יש להקליד קוד סשן עבור %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"דיבורית לרכב"</string> + <string name="unknownName" msgid="6755061296103155293">"שם לא ידוע"</string> + <string name="localPhoneName" msgid="9119254982537191352">"השם שלי"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"שיתוף אנשי קשר באמצעות Bluetooth"</string> </resources> diff --git a/android/app/res/values-iw/strings_pbap_client.xml b/android/app/res/values-iw/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-iw/strings_pbap_client.xml +++ b/android/app/res/values-iw/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-iw/strings_sap.xml b/android/app/res/values-iw/strings_sap.xml index 3287d7af5d..a246ba92c0 100644 --- a/android/app/res/values-iw/strings_sap.xml +++ b/android/app/res/values-iw/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"גישת SIM ל-Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"גישת SIM ל-Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"האם לבקש מלקוח להתנתק?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ממתין לניתוק לקוח"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ניתוק"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"אילוץ ניתוק"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"גישת SIM ל-Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"גישת SIM ל-Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"האם לבקש מלקוח להתנתק?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ממתין לניתוק לקוח"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ניתוק"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"אילוץ ניתוק"</string> </resources> diff --git a/android/app/res/values-iw/test_strings.xml b/android/app/res/values-iw/test_strings.xml index 4a5dd4f6ba..4c0557f3d9 100644 --- a/android/app/res/values-iw/test_strings.xml +++ b/android/app/res/values-iw/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"הוספת רשומה"</string> - <string name="update_record" msgid="2480425402384910635">"אישור רשומה"</string> - <string name="ack_record" msgid="6716152390978472184">"אישור רשומה"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"מחיקת כל הרשומות"</string> - <string name="ok_button" msgid="6519033415223065454">"אישור"</string> - <string name="delete_record" msgid="4645040331967533724">"מחיקת רשומה"</string> - <string name="start_server" msgid="9034821924409165795">"הפעלת שרת TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"שליחת התראה לשרת TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"הוספת רשומה"</string> + <string name="update_record" msgid="7201772850942641237">"אישור רשומה"</string> + <string name="ack_record" msgid="2404738476192250210">"אישור רשומה"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"מחיקת כל הרשומות"</string> + <string name="ok_button" msgid="719865942400179601">"אישור"</string> + <string name="delete_record" msgid="5713885957446255270">"מחיקת רשומה"</string> + <string name="start_server" msgid="134483798422082514">"הפעלת שרת TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"שליחת התראה לשרת TCP"</string> </resources> diff --git a/android/app/res/values-ja/strings.xml b/android/app/res/values-ja/strings.xml index 5932c40c81..512adfadd5 100644 --- a/android/app/res/values-ja/strings.xml +++ b/android/app/res/values-ja/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ダウンロード マネージャーにアクセスします。"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"BluetoothShareマネージャーへのアクセスとそれを利用したファイル転送をアプリに許可します。"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetoothデバイスによるアクセスを許可します。"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Bluetooth デバイスによるアクセスを一時的に許可して、ユーザーの確認を受けずにそのデバイスからこのデバイスにファイルを送信することをアプリに許可します。"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"不明なモバイルデバイス"</string> - <string name="unknownNumber" msgid="4994750948072751566">"不明"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"機内モード"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"機内モードではBluetoothを使用できません。"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetoothサービスを利用するには、まずBluetoothをONにしてください。"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetoothを今すぐONにしますか?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"キャンセル"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ONにする"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ファイル転送"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"着信ファイルを受信しますか?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"拒否"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"承諾"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"「<xliff:g id="SENDER">%1$s</xliff:g>」からのファイル受信中に接続がタイムアウトしました"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"着信ファイル"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>さんが<xliff:g id="FILE">%2$s</xliff:g>を送信できるようになりました"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を受信中"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を受信済み"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth共有: ファイル<xliff:g id="FILE">%1$s</xliff:g>の受信に失敗"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を送信中"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を送信済み"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100%完了"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth共有: ファイル<xliff:g id="FILE">%1$s</xliff:g>の送信に失敗"</string> - <string name="download_title" msgid="3353228219772092586">"ファイル転送"</string> - <string name="download_line1" msgid="4926604799202134144">"送信元: 「<xliff:g id="SENDER">%1$s</xliff:g>」"</string> - <string name="download_line2" msgid="5876973543019417712">"ファイル: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ファイルサイズ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ファイルを受信中..."</string> - <string name="download_cancel" msgid="9177305996747500768">"停止"</string> - <string name="download_ok" msgid="5000360731674466039">"非表示"</string> - <string name="incoming_line1" msgid="2127419875681087545">"送信元"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ファイル名"</string> - <string name="incoming_line3" msgid="7954237069667474024">"サイズ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ファイルの受信に失敗"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ファイル: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"理由: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ファイルを受信しました"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"開く"</string> - <string name="upload_line1" msgid="2055952074059709052">"送信先: 「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="upload_line3" msgid="4920689672457037437">"ファイル形式: <xliff:g id="TYPE">%1$s</xliff:g>(<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ファイルを送信中..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ファイルを送信しました"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ファイルは「<xliff:g id="RECIPIENT">%1$s</xliff:g>」に送信されませんでした。"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ファイル: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"閉じる"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"不明なファイル"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"この形式のファイルを処理するアプリがありません。\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ファイルがありません"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"そのファイルは存在しません。\n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"お待ちください..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"BluetoothをONにしています..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"ファイルを受信します。進行状況は[通知]パネルでご確認ください。"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ファイルを受信できません。"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"「<xliff:g id="SENDER">%1$s</xliff:g>」からのファイルの受信を停止しました"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"「<xliff:g id="RECIPIENT">%1$s</xliff:g>」にファイルを送信中"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g>個のファイルを「<xliff:g id="RECIPIENT">%2$s</xliff:g>」に送信中"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"「<xliff:g id="RECIPIENT">%1$s</xliff:g>」へのファイルの送信を停止しました"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB ストレージにファイルを保存するのに十分な容量がありません。"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD カードにファイルを保存するのに十分な容量がありません。"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"必要な空き領域: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"処理中のリクエストが多すぎるため、しばらくしてからもう一度お試しください。"</string> - <string name="status_pending" msgid="2503691772030877944">"ファイル転送はまだ開始されていません。"</string> - <string name="status_running" msgid="6562808920311008696">"ファイルを転送中です。"</string> - <string name="status_success" msgid="239573225847565868">"ファイル転送が完了しました。"</string> - <string name="status_not_accept" msgid="1695082417193780738">"コンテンツはサポートされていません。"</string> - <string name="status_forbidden" msgid="613956401054050725">"転送先のデバイスで転送が禁止されています。"</string> - <string name="status_canceled" msgid="6664490318773098285">"ユーザーが転送をキャンセルしました。"</string> - <string name="status_file_error" msgid="3671917770630165299">"ストレージのエラーです。"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB ストレージがありません。"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD カードが見つかりません。転送ファイルを保存する SD カードを挿入してください。"</string> - <string name="status_connection_error" msgid="947681831523219891">"接続できませんでした。"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"リクエストを正しく処理できません。"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"不明なエラーです。"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth で受信したファイル"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth 共有"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>の受信が完了しました。"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>の送信が完了しました。"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"外部からの転送"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"外部への転送"</string> - <string name="no_transfers" msgid="3482965619151865672">"転送履歴が空です。"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"すべてのアイテムがリストから消去されます。"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth共有: 送信したファイル"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth共有: 受信したファイル"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ダウンロード マネージャーにアクセスします。"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"BluetoothShareマネージャーへのアクセスとそれを利用したファイル転送をアプリに許可します。"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetoothデバイスによるアクセスを許可します。"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Bluetooth デバイスによるアクセスを一時的に許可して、ユーザーの確認を受けずにそのデバイスからこのデバイスにファイルを送信することをアプリに許可します。"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"不明なモバイルデバイス"</string> + <string name="unknownNumber" msgid="1245183329830158661">"不明"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"機内モード"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"機内モードではBluetoothを使用できません。"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetoothサービスを利用するには、まずBluetoothをONにしてください。"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetoothを今すぐONにしますか?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"キャンセル"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ONにする"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ファイル転送"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"着信ファイルを受信しますか?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"拒否"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"承諾"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"「<xliff:g id="SENDER">%1$s</xliff:g>」からのファイル受信中に接続がタイムアウトしました"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"着信ファイル"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> さんがファイル(<xliff:g id="FILE">%2$s</xliff:g>)を送信する準備ができました"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を受信中"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を受信済み"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth共有: ファイル<xliff:g id="FILE">%1$s</xliff:g>の受信に失敗"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を送信中"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth共有: <xliff:g id="FILE">%1$s</xliff:g>を送信済み"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100%完了"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth共有: ファイル<xliff:g id="FILE">%1$s</xliff:g>の送信に失敗"</string> + <string name="download_title" msgid="6449408649671518102">"ファイル転送"</string> + <string name="download_line1" msgid="6449220145685308846">"送信元: 「<xliff:g id="SENDER">%1$s</xliff:g>」"</string> + <string name="download_line2" msgid="7634316500490825390">"ファイル: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ファイルサイズ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ファイルを受信中..."</string> + <string name="download_cancel" msgid="1705762428762702342">"停止"</string> + <string name="download_ok" msgid="2404442707314575833">"非表示"</string> + <string name="incoming_line1" msgid="6342300988329482408">"送信元"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ファイル名"</string> + <string name="incoming_line3" msgid="8630078246326525633">"サイズ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ファイルの受信に失敗"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ファイル: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"理由: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ファイルを受信しました"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"開く"</string> + <string name="upload_line1" msgid="1912803923255989287">"送信先: 「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="upload_line3" msgid="5964902647036741603">"ファイル形式: <xliff:g id="TYPE">%1$s</xliff:g>(<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ファイルを送信中..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ファイルを送信しました"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ファイルは「<xliff:g id="RECIPIENT">%1$s</xliff:g>」に送信されませんでした。"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ファイル: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"閉じる"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"不明なファイル"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"この形式のファイルを処理するアプリがありません。\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ファイルがありません"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"そのファイルは存在しません。\n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"お待ちください..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"BluetoothをONにしています..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ファイルを受信します。進行状況は[通知]パネルでご確認ください。"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ファイルを受信できません。"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"「<xliff:g id="SENDER">%1$s</xliff:g>」からのファイルの受信を停止しました"</string> + <string name="bt_toast_4" msgid="480365991944956695">"「<xliff:g id="RECIPIENT">%1$s</xliff:g>」にファイルを送信中"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g>個のファイルを「<xliff:g id="RECIPIENT">%2$s</xliff:g>」に送信中"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"「<xliff:g id="RECIPIENT">%1$s</xliff:g>」へのファイルの送信を停止しました"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB ストレージにファイルを保存するのに十分な容量がありません。"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD カードにファイルを保存するのに十分な容量がありません。"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"必要な空き領域: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"処理中のリクエストが多すぎるため、しばらくしてからもう一度お試しください。"</string> + <string name="status_pending" msgid="4781040740237733479">"ファイル転送はまだ開始されていません。"</string> + <string name="status_running" msgid="7419075903776657351">"ファイルを転送中です。"</string> + <string name="status_success" msgid="7963589000098719541">"ファイル転送が完了しました。"</string> + <string name="status_not_accept" msgid="1165798802740579658">"コンテンツはサポートされていません。"</string> + <string name="status_forbidden" msgid="4017060451358837245">"転送先のデバイスで転送が禁止されています。"</string> + <string name="status_canceled" msgid="8441679418717978515">"ユーザーが転送をキャンセルしました。"</string> + <string name="status_file_error" msgid="5379018888714679311">"ストレージのエラーです。"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB ストレージがありません。"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD カードが見つかりません。転送ファイルを保存する SD カードを挿入してください。"</string> + <string name="status_connection_error" msgid="8253709700568062220">"接続できませんでした。"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"リクエストを正しく処理できません。"</string> + <string name="status_unknown_error" msgid="314676481744304866">"不明なエラーです。"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth で受信したファイル"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth 共有"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>の受信が完了しました。"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>の送信が完了しました。"</string> + <string name="inbound_history_title" msgid="189623888169624862">"外部からの転送"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"外部への転送"</string> + <string name="no_transfers" msgid="740521199933899821">"転送履歴が空です。"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"すべてのアイテムがリストから消去されます。"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth共有: 送信したファイル"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth共有: 受信したファイル"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">失敗: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> 件</item> <item quantity="one">失敗: <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g>件</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">成功: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> 件(%2$s)</item> <item quantity="one">成功: <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> 件(%2$s)</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"リストを消去"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"開く"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"リストから消去"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"消去"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"この曲なに?"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"保存"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"キャンセル"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth を介して共有するアカウントを選択してください。接続中はアカウントへのアクセスをすべて承認する必要があります。"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"残りスロット数:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"アプリアイコン"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetoothメッセージ共有の設定"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"アカウントを選択できません。残りスロット数が0です"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth オーディオは接続されています"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth オーディオは接続を解除されています"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth オーディオ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 GB を超えるファイルは転送できません"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth に接続する"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"リストを消去"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"開く"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"リストから消去"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"消去"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"この曲なに?"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"保存"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"キャンセル"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth を介して共有するアカウントを選択してください。接続中はアカウントへのアクセスをすべて承認する必要があります。"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"残りスロット数:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"アプリアイコン"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetoothメッセージ共有の設定"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"アカウントを選択できません。残りスロット数が0です"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth オーディオは接続されています"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth オーディオは接続を解除されています"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth オーディオ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 GB を超えるファイルは転送できません"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth に接続する"</string> </resources> diff --git a/android/app/res/values-ja/strings_pbap.xml b/android/app/res/values-ja/strings_pbap.xml index 104c9da5d5..673efabb2a 100644 --- a/android/app/res/values-ja/strings_pbap.xml +++ b/android/app/res/values-ja/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$sのセッションキーを入力"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetoothセッションキーが必要です"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$sとの接続の承諾がタイムアウトになりました"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$sでのセッションキーの入力がタイムアウトになりました"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"OBEX認証リクエスト"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"セッションキー"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$sのセッションキーを入力してください"</string> - <string name="defaultname" msgid="4821590500649090078">"カーキット"</string> - <string name="unknownName" msgid="2841414754740600042">"不明な名前"</string> - <string name="localPhoneName" msgid="2349001318925409159">"名前"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth での連絡先の共有"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$sのセッションキーを入力"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetoothセッションキーが必要です"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$sとの接続の承諾がタイムアウトになりました"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$sでのセッションキーの入力がタイムアウトになりました"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"OBEX認証リクエスト"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"セッションキー"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$sのセッションキーを入力してください"</string> + <string name="defaultname" msgid="6200530814398805541">"カーキット"</string> + <string name="unknownName" msgid="6755061296103155293">"不明な名前"</string> + <string name="localPhoneName" msgid="9119254982537191352">"名前"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth での連絡先の共有"</string> </resources> diff --git a/android/app/res/values-ja/strings_pbap_client.xml b/android/app/res/values-ja/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ja/strings_pbap_client.xml +++ b/android/app/res/values-ja/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ja/strings_sap.xml b/android/app/res/values-ja/strings_sap.xml index a411f6fc80..9dcc7a7411 100644 --- a/android/app/res/values-ja/strings_sap.xml +++ b/android/app/res/values-ja/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIMアクセス"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIMアクセス"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"クライアントに接続解除をリクエストしますか?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"クライアントの接続解除を待機しています"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"接続を解除"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"強制的に接続解除"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIMアクセス"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIMアクセス"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"クライアントに接続解除をリクエストしますか?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"クライアントの接続解除を待機しています"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"接続を解除"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"強制的に接続解除"</string> </resources> diff --git a/android/app/res/values-ja/test_strings.xml b/android/app/res/values-ja/test_strings.xml index 5bd7d77d8d..91fe34123e 100644 --- a/android/app/res/values-ja/test_strings.xml +++ b/android/app/res/values-ja/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"記録を挿入"</string> - <string name="update_record" msgid="2480425402384910635">"レコードを確認"</string> - <string name="ack_record" msgid="6716152390978472184">"Ackレコード"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"レコードをすべて削除"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"レコードを削除"</string> - <string name="start_server" msgid="9034821924409165795">"TCPサーバーを起動"</string> - <string name="notify_server" msgid="4369106744022969655">"TCPサーバーに通知"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"記録を挿入"</string> + <string name="update_record" msgid="7201772850942641237">"レコードを確認"</string> + <string name="ack_record" msgid="2404738476192250210">"Ackレコード"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"レコードをすべて削除"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"レコードを削除"</string> + <string name="start_server" msgid="134483798422082514">"TCPサーバーを起動"</string> + <string name="notify_server" msgid="8832385166935137731">"TCPサーバーに通知"</string> </resources> diff --git a/android/app/res/values-ka/strings.xml b/android/app/res/values-ka/strings.xml index 78d27ecb72..438640a9e4 100644 --- a/android/app/res/values-ka/strings.xml +++ b/android/app/res/values-ka/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ჩამოტვირთვების მენეჯერზე წვდომა."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"ანიჭებს აპს BluetoothShare მენეჯერზე წვდომას და მისი გამოყენების უფლებას ფაილების გასაგზავნად."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"შეიყვანეთ Bluetooth მოწყობილობის წვდომა მისაღებ სიაში."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"საშუალებას აძლევს აპს, რომ დროებით მისაღებ სიაში შეიყვანოს Bluetooth მოწყობილობა, რაც ამ მოწყობილობას საშუალებას მისცემს, ფაილები ამ მოწყობილობაზე მომხმარებლის დასტურის გარეშე გამოგზავნოს."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"უცნობი მოწყობილობა"</string> - <string name="unknownNumber" msgid="4994750948072751566">"უცნობი"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"თვითმფრინავის რეჟიმი"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"თვითმფრინავის რეჟიმში Bluetooth-ს ვერ გამოიყენებთ."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth სერვისების გამოსაყენებლად ჯერ Bluetooth უნდა ჩართოთ."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"გსურთ Bluetooth-ის ახლა ჩართვა?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"გაუქმება"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ჩართვა"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ფაილის ტრანსფერი"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"გსურთ შემომავალი ფაილის მიღება?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"უარყოფა"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"მიღება"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"კარგი"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"„<xliff:g id="SENDER">%1$s</xliff:g>“-გან ფაილის შემომავალი ფაილის მიღების დრო ამოიწურა"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"შემომავალი ფაილი"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> მზად არის <xliff:g id="FILE">%2$s</xliff:g>-ის გასაგზავნად"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth გაზიარება: <xliff:g id="FILE">%1$s</xliff:g> ფაილის მიღება"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth გაზიარება: მიღებულია <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth გაზიარება: ფაილი <xliff:g id="FILE">%1$s</xliff:g> არ მიღებულა"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth გაზიარება: <xliff:g id="FILE">%1$s</xliff:g>-ის გაგზავნა"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth გაზიარება: გაიგზავნა <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"დასრულდა 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth გაზიარება: ფაილი <xliff:g id="FILE">%1$s</xliff:g> არ გაიგზავნა"</string> - <string name="download_title" msgid="3353228219772092586">"ფაილის ტრანსფერი"</string> - <string name="download_line1" msgid="4926604799202134144">"გამგზავნი: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="download_line2" msgid="5876973543019417712">"ფაილი: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ფაილის ზომა: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"მიმდინარეობს ფაილის მიღება…"</string> - <string name="download_cancel" msgid="9177305996747500768">"შეწყვეტა"</string> - <string name="download_ok" msgid="5000360731674466039">"დამალვა"</string> - <string name="incoming_line1" msgid="2127419875681087545">"საიდან"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ფაილის სახელი"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ზომა"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ფაილი არ მიღებულა"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ფაილი: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"მიზეზი: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"კარგი"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ფაილი მიღებულია"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"გახსნა"</string> - <string name="upload_line1" msgid="2055952074059709052">"მიმღები: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"ფაილის ტიპი: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ფაილი იგზავნება…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ფაილი გაიგზავნა"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"კარგი"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ფაილი არ გაიგზავნა „<xliff:g id="RECIPIENT">%1$s</xliff:g>“-თან."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ფაილი: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"დახურვა"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"კარგი"</string> - <string name="unknown_file" msgid="6092727753965095366">"უცნობი ფაილი"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"არ არსებობს აპი, რომელიც ამ ფაილის ტიპის დაამუშავებს. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ფაილი არ არის"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ფაილი არ არსებობს. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"გთხოვთ, მოითმინოთ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth-ის ჩართვა…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ფაილი მიღებული იქნება. შეამოწმეთ პროგრესი შეტყობინებების დაფაზე."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ფაილის მიღება ვერ ხერხდება."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"„<xliff:g id="SENDER">%1$s</xliff:g>“-დან ფაილის მიღება შეჩერდა"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"„<xliff:g id="RECIPIENT">%1$s</xliff:g>“-თან ფაილის გაგზავნა"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ფაილის „<xliff:g id="RECIPIENT">%2$s</xliff:g>“-თან გაგზავნა"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"„<xliff:g id="RECIPIENT">%1$s</xliff:g>“-თან ფაილის გაგზავნა შეჩერდა"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ფაილის შესანახად USB მეხსიერებაში საკმარისი სივრცე არ არის."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ფაილის შესანახად SD ბარათზე საკმარისი სივრცე არ არის."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"საჭირო სივრცე: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"მუშავდება ძალიან ბევრი პროცესი. შეეცადეთ მოგვიანებით."</string> - <string name="status_pending" msgid="2503691772030877944">"ფაილის ტრანსფერი ჯერ არ დაწყებულა."</string> - <string name="status_running" msgid="6562808920311008696">"მიმდინარეობს ფაილის ტრანსფერი."</string> - <string name="status_success" msgid="239573225847565868">"ფაილის ტრანსფერი წარმატებით დასრულდა."</string> - <string name="status_not_accept" msgid="1695082417193780738">"კონტენტი მხარდაჭერილი არ არის."</string> - <string name="status_forbidden" msgid="613956401054050725">"ტრანსფერი აკრძალულია სამიზნე მოწყობილობის მიერ."</string> - <string name="status_canceled" msgid="6664490318773098285">"ტრანსფერი გაუქმდა მომხმარებლის მიერ."</string> - <string name="status_file_error" msgid="3671917770630165299">"მეხსიერების შეცდომა."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB მეხსიერება არ არის."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD ბარათი არ არის. გადმოგზავნილი ფაილების შესანახად ჩადეთ SD ბარათი."</string> - <string name="status_connection_error" msgid="947681831523219891">"კავშირი ვერ განხორციელდა."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"მოთხოვნის სწორად დამუშავება ვერ ხერხდება."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"უცნობი შეცდომა."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth-ით მიღებული"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth გაზიარება"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> მიღება დასრულდა."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> გაგზავნა დასრულდა."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"შემომავალი ტრანსფერები"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"გამავალი ტრანსფერები"</string> - <string name="no_transfers" msgid="3482965619151865672">"ტრანსფერების ისტორია ცარიელია."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"სიიდან ყველა ერთეული ამოიშლება."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth გაზიარება: გაგზავნილი ფაილები"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth გაზიარება: მიღებული ფაილები"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ჩამოტვირთვების მენეჯერზე წვდომა."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"ანიჭებს აპს BluetoothShare მენეჯერზე წვდომას და მისი გამოყენების უფლებას ფაილების გასაგზავნად."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"შეიყვანეთ Bluetooth მოწყობილობის წვდომა მისაღებ სიაში."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"საშუალებას აძლევს აპს, რომ დროებით მისაღებ სიაში შეიყვანოს Bluetooth მოწყობილობა, რაც ამ მოწყობილობას საშუალებას მისცემს, ფაილები ამ მოწყობილობაზე მომხმარებლის დასტურის გარეშე გამოგზავნოს."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"უცნობი მოწყობილობა"</string> + <string name="unknownNumber" msgid="1245183329830158661">"უცნობი"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"თვითმფრინავის რეჟიმი"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"თვითმფრინავის რეჟიმში Bluetooth-ს ვერ გამოიყენებთ."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth სერვისების გამოსაყენებლად ჯერ Bluetooth უნდა ჩართოთ."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"გსურთ Bluetooth-ის ახლა ჩართვა?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"გაუქმება"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ჩართვა"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ფაილის ტრანსფერი"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"გსურთ შემომავალი ფაილის მიღება?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"უარყოფა"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"მიღება"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"კარგი"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"„<xliff:g id="SENDER">%1$s</xliff:g>“-გან ფაილის შემომავალი ფაილის მიღების დრო ამოიწურა"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"შემომავალი ფაილი"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> მზად არის შემდეგი ფაილის გასაგზავნად: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth გაზიარება: <xliff:g id="FILE">%1$s</xliff:g> ფაილის მიღება"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth გაზიარება: მიღებულია <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth გაზიარება: ფაილი <xliff:g id="FILE">%1$s</xliff:g> არ მიღებულა"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth გაზიარება: <xliff:g id="FILE">%1$s</xliff:g>-ის გაგზავნა"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth გაზიარება: გაიგზავნა <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"დასრულდა 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth გაზიარება: ფაილი <xliff:g id="FILE">%1$s</xliff:g> არ გაიგზავნა"</string> + <string name="download_title" msgid="6449408649671518102">"ფაილის ტრანსფერი"</string> + <string name="download_line1" msgid="6449220145685308846">"გამგზავნი: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="download_line2" msgid="7634316500490825390">"ფაილი: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ფაილის ზომა: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"მიმდინარეობს ფაილის მიღება…"</string> + <string name="download_cancel" msgid="1705762428762702342">"შეწყვეტა"</string> + <string name="download_ok" msgid="2404442707314575833">"დამალვა"</string> + <string name="incoming_line1" msgid="6342300988329482408">"საიდან"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ფაილის სახელი"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ზომა"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ფაილი არ მიღებულა"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ფაილი: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"მიზეზი: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"კარგი"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ფაილი მიღებულია"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"გახსნა"</string> + <string name="upload_line1" msgid="1912803923255989287">"მიმღები: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"ფაილის ტიპი: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ფაილი იგზავნება…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ფაილი გაიგზავნა"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"კარგი"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ფაილი არ გაიგზავნა „<xliff:g id="RECIPIENT">%1$s</xliff:g>“-თან."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ფაილი: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"დახურვა"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"კარგი"</string> + <string name="unknown_file" msgid="3719981572107052685">"უცნობი ფაილი"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"არ არსებობს აპი, რომელიც ამ ფაილის ტიპის დაამუშავებს. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ფაილი არ არის"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ფაილი არ არსებობს. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"გთხოვთ, მოითმინოთ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth-ის ჩართვა…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ფაილი მიღებული იქნება. შეამოწმეთ პროგრესი შეტყობინებების დაფაზე."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ფაილის მიღება ვერ ხერხდება."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"„<xliff:g id="SENDER">%1$s</xliff:g>“-დან ფაილის მიღება შეჩერდა"</string> + <string name="bt_toast_4" msgid="480365991944956695">"„<xliff:g id="RECIPIENT">%1$s</xliff:g>“-თან ფაილის გაგზავნა"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ფაილის „<xliff:g id="RECIPIENT">%2$s</xliff:g>“-თან გაგზავნა"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"„<xliff:g id="RECIPIENT">%1$s</xliff:g>“-თან ფაილის გაგზავნა შეჩერდა"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ფაილის შესანახად USB მეხსიერებაში საკმარისი სივრცე არ არის."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ფაილის შესანახად SD ბარათზე საკმარისი სივრცე არ არის."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"საჭირო სივრცე: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"მუშავდება ძალიან ბევრი პროცესი. შეეცადეთ მოგვიანებით."</string> + <string name="status_pending" msgid="4781040740237733479">"ფაილის ტრანსფერი ჯერ არ დაწყებულა."</string> + <string name="status_running" msgid="7419075903776657351">"მიმდინარეობს ფაილის ტრანსფერი."</string> + <string name="status_success" msgid="7963589000098719541">"ფაილის ტრანსფერი წარმატებით დასრულდა."</string> + <string name="status_not_accept" msgid="1165798802740579658">"კონტენტი მხარდაჭერილი არ არის."</string> + <string name="status_forbidden" msgid="4017060451358837245">"ტრანსფერი აკრძალულია სამიზნე მოწყობილობის მიერ."</string> + <string name="status_canceled" msgid="8441679418717978515">"ტრანსფერი გაუქმდა მომხმარებლის მიერ."</string> + <string name="status_file_error" msgid="5379018888714679311">"მეხსიერების შეცდომა."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB მეხსიერება არ არის."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD ბარათი არ არის. გადმოგზავნილი ფაილების შესანახად ჩადეთ SD ბარათი."</string> + <string name="status_connection_error" msgid="8253709700568062220">"კავშირი ვერ განხორციელდა."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"მოთხოვნის სწორად დამუშავება ვერ ხერხდება."</string> + <string name="status_unknown_error" msgid="314676481744304866">"უცნობი შეცდომა."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth-ით მიღებული"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth გაზიარება"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> მიღება დასრულდა."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> გაგზავნა დასრულდა."</string> + <string name="inbound_history_title" msgid="189623888169624862">"შემომავალი ტრანსფერები"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"გამავალი ტრანსფერები"</string> + <string name="no_transfers" msgid="740521199933899821">"ტრანსფერების ისტორია ცარიელია."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"სიიდან ყველა ერთეული ამოიშლება."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth გაზიარება: გაგზავნილი ფაილები"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth გაზიარება: მიღებული ფაილები"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> წარუმატებელი.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> წარუმატებელი.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> წარმატებული, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> წარმატებული, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"სიის გასუფთავება"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"გახსნა"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"სიიდან ამოშლა"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ამოშლა"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"რა უკრავს"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"შენახვა"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"გაუქმება"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"აირჩიეთ ანგარიშები, რომელთა გაზიარებაც Bluetooth-ის მეშვეობით გსურთ. დაკავშირებისას ანგარიშებზე წვდომის დადასტურება მაინც მოგიწევთ."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"დარჩენილი სლოტი:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"აპლიკაციის ხატულა"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth შეტყობინების გაზიარების პარამეტრები"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ანგარიშის არჩევა ვერ ხერხდება. დარჩენილია 0 სლოტი"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth აუდიო დაკავშირებულია"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth აუდიო გათიშულია"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth აუდიო"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 გბაიტზე დიდი მოცულობის ფაილების გადატანა ვერ მოხერხდება"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth-თან დაკავშირება"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"სიის გასუფთავება"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"გახსნა"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"სიიდან ამოშლა"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ამოშლა"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"რა უკრავს"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"შენახვა"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"გაუქმება"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"აირჩიეთ ანგარიშები, რომელთა გაზიარებაც Bluetooth-ის მეშვეობით გსურთ. დაკავშირებისას ანგარიშებზე წვდომის დადასტურება მაინც მოგიწევთ."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"დარჩენილი სლოტი:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"აპლიკაციის ხატულა"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth შეტყობინების გაზიარების პარამეტრები"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ანგარიშის არჩევა ვერ ხერხდება. დარჩენილია 0 სლოტი"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth აუდიო დაკავშირებულია"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth აუდიო გათიშულია"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth აუდიო"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 გბაიტზე დიდი მოცულობის ფაილების გადატანა ვერ მოხერხდება"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth-თან დაკავშირება"</string> </resources> diff --git a/android/app/res/values-ka/strings_pbap.xml b/android/app/res/values-ka/strings_pbap.xml index 65eef84b0c..f54c28f446 100644 --- a/android/app/res/values-ka/strings_pbap.xml +++ b/android/app/res/values-ka/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"სესსის გასაღები %1$s-ისთვის"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"აუცილებელია Bluetooth სესიის გასაღები"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s-თან კავშირის მიღების დრო ამოიწურა"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s-თან სესიის გასაღების შეყვანის დრო ამოიწურა"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex ავტენთიფიკაციის მოთხოვნა"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"სესიის გასაღები"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"სესსის გასაღები %1$s-ისთვის"</string> - <string name="defaultname" msgid="4821590500649090078">"მანქანის ნაკრები"</string> - <string name="unknownName" msgid="2841414754740600042">"უცნობი სახელი"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ჩემი სახელი"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth კონტაქტის გაზიარება"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"სესსის გასაღები %1$s-ისთვის"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"აუცილებელია Bluetooth სესიის გასაღები"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s-თან კავშირის მიღების დრო ამოიწურა"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s-თან სესიის გასაღების შეყვანის დრო ამოიწურა"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex ავტენთიფიკაციის მოთხოვნა"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"სესიის გასაღები"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"სესსის გასაღები %1$s-ისთვის"</string> + <string name="defaultname" msgid="6200530814398805541">"მანქანის ნაკრები"</string> + <string name="unknownName" msgid="6755061296103155293">"უცნობი სახელი"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ჩემი სახელი"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth კონტაქტის გაზიარება"</string> </resources> diff --git a/android/app/res/values-ka/strings_pbap_client.xml b/android/app/res/values-ka/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ka/strings_pbap_client.xml +++ b/android/app/res/values-ka/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ka/strings_sap.xml b/android/app/res/values-ka/strings_sap.xml index 7b49d77148..1483328e10 100644 --- a/android/app/res/values-ka/strings_sap.xml +++ b/android/app/res/values-ka/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM წვდომა"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM წვდომა"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ვთხოვოთ კლიენტს კავშირის გაწყვეტა?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ელოდება კლიენტს, რომ გაწყვიტოს კავშირი."</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"კავშირის გაწყვეტა"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"კავშირის იძულებითი გაწყვეტა"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM წვდომა"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM წვდომა"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ვთხოვოთ კლიენტს კავშირის გაწყვეტა?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ელოდება კლიენტს, რომ გაწყვიტოს კავშირი."</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"კავშირის გაწყვეტა"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"კავშირის იძულებითი გაწყვეტა"</string> </resources> diff --git a/android/app/res/values-ka/test_strings.xml b/android/app/res/values-ka/test_strings.xml index c20a45d1ed..26869b37a1 100644 --- a/android/app/res/values-ka/test_strings.xml +++ b/android/app/res/values-ka/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"ჩანაწერის ჩასმა"</string> - <string name="update_record" msgid="2480425402384910635">"ჩანაწერის დადასტურება"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack ჩანაწერი"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ყველა ჩანაწერის წაშლა"</string> - <string name="ok_button" msgid="6519033415223065454">"კარგი"</string> - <string name="delete_record" msgid="4645040331967533724">"ჩანაწერის წაშლა"</string> - <string name="start_server" msgid="9034821924409165795">"TCP სერვერის დაწყება"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP სერვერის შეტყობინება"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"ჩანაწერის ჩასმა"</string> + <string name="update_record" msgid="7201772850942641237">"ჩანაწერის დადასტურება"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack ჩანაწერი"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ყველა ჩანაწერის წაშლა"</string> + <string name="ok_button" msgid="719865942400179601">"კარგი"</string> + <string name="delete_record" msgid="5713885957446255270">"ჩანაწერის წაშლა"</string> + <string name="start_server" msgid="134483798422082514">"TCP სერვერის დაწყება"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP სერვერის შეტყობინება"</string> </resources> diff --git a/android/app/res/values-kk/strings.xml b/android/app/res/values-kk/strings.xml index c5f1ad1aa9..ab1f53471b 100644 --- a/android/app/res/values-kk/strings.xml +++ b/android/app/res/values-kk/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Жүктеу менеджеріне қол жетімділік."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Қолданбаға BluetoothБөлісу менеджеріне кіріп, оны файлдары аудару үшін қолдану мүмкіндігін береді."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth құрылғысын рұқсатқа ие тізімге қосу"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Қолданба Bluetooth құрылғысына уақытша рұқсат беріп, файлдарды сол құрылғыдан осы құрылғыға пайдаланушының растауынсыз жібере алады."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Белгісіз құрылғы"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Белгісіз"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Ұшақ режимі"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetooth байланысын ұшақ режимінде қолдану мүмкін емес."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth қызметтерін қолдану үшін, алдымен Bluetooth байланысын қосу қажет."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth байланысы қазір қосылсын ба?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Жабу"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Қосу"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Файл жіберу"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Кіріс файлды қабылдау керек пе?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Бас тарту"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Қабылдау"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Жарайды"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жіберген файлды қабылдау барысында уақыт аяқталды."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Кіріс файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> жіберуге дайын"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлын қабылдауда"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы қабылданды"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы қабылданбады"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлын жіберуде"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы жіберілді"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% аяқталды"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы жіберілмеді."</string> - <string name="download_title" msgid="3353228219772092586">"Файл аудару"</string> - <string name="download_line1" msgid="4926604799202134144">"Кімнен: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Файл өлшемі: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Файлды қабылдауда…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Тоқтату"</string> - <string name="download_ok" msgid="5000360731674466039">"Жасыру"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Кімнен"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Файл атауы"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Өлшем"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файл қабылданбады"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Себеп: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Жарайды"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файл қабылданды"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ашу"</string> - <string name="upload_line1" msgid="2055952074059709052">"Кімге: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Файл түрі: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Файлды жіберуде…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файл жіберілді"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Жарайды"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файл \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" құрылғысына жіберілмеді."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Жабу"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Жарайды"</string> - <string name="unknown_file" msgid="6092727753965095366">"Белгісіз файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Файлдың бұл түрін танитын қолданба жоқ. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ешқандай файл жоқ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Ондай файл жоқ. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Күте тұрыңыз…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth қосылуда…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Файл қабылданады. Орындалуын Хабарлар тақтасы арқылы бақылаңыз."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Файлды қабылдау мүмкін емес."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жіберген файлдары қабылдауды доғарды."</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Файлды \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" байланысына жіберуде"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> файл \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" байланысына жіберілуде"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Файлды \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" байланысына жіберу доғарылды."</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Файл сақтауға USB жадында орын жеткіліксіз."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Файл сақтауға SD картасында орын жеткіліксіз."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Қажет орын мөлшері: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Тым көп өтініштер қаралуда. Кейінірек қайта әрекеттеніп көріңіз."</string> - <string name="status_pending" msgid="2503691772030877944">"Файлды аудару әлі басталған жоқ."</string> - <string name="status_running" msgid="6562808920311008696">"Файлды аудару орындалуда."</string> - <string name="status_success" msgid="239573225847565868">"Файлды аудару сәтті орындалды."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Мазмұн қолдауы жоқ."</string> - <string name="status_forbidden" msgid="613956401054050725">"Аударуға қабылдайтын құрылғы тыйым салды."</string> - <string name="status_canceled" msgid="6664490318773098285">"Тасымалды пайдаланушы тоқтатты."</string> - <string name="status_file_error" msgid="3671917770630165299">"Жад ақаулығы."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Ешқандай USB жады жоқ."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD картасы жоқ. Аударылған файлдарды сақтау үшін SD картасын енгізіңіз."</string> - <string name="status_connection_error" msgid="947681831523219891">"Байланыс сәтсіз болды."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Өтінішті дұрыс орындау мүмкін емес."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Белгісіз қателік."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth арқылы алынғандар"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth бөлісу"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Толығымен қабылданды."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Жіберіліп болды."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Келген аударым"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Кеткен аударымдар"</string> - <string name="no_transfers" msgid="3482965619151865672">"Тасымал туралы дерек жоқ."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Тізімнен барлық элементтер алынады."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth бөлісу: Жіберілген файлдар"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth бөлісу: Қабылданған файлдар"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Жүктеу менеджеріне қол жетімділік."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Қолданбаға BluetoothБөлісу менеджеріне кіріп, оны файлдары аудару үшін қолдану мүмкіндігін береді."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth құрылғысын рұқсатқа ие тізімге қосу"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Қолданба Bluetooth құрылғысына уақытша рұқсат беріп, файлдарды сол құрылғыдан осы құрылғыға пайдаланушының растауынсыз жібере алады."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Белгісіз құрылғы"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Белгісіз"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Ұшақ режимі"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bluetooth байланысын ұшақ режимінде қолдану мүмкін емес."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth қызметтерін қолдану үшін, алдымен Bluetooth байланысын қосу қажет."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth байланысы қазір қосылсын ба?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Жабу"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Қосу"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Файл жіберу"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Кіріс файлды қабылдау керек пе?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Бас тарту"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Қабылдау"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Жарайды"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жіберген файлды қабылдау барысында уақыт аяқталды."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Кіріс файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> келесі файлды жіберуге дайын: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлын қабылдауда"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы қабылданды"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы қабылданбады"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлын жіберуде"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы жіберілді"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% аяқталды"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth бөлісу: <xliff:g id="FILE">%1$s</xliff:g> файлы жіберілмеді."</string> + <string name="download_title" msgid="6449408649671518102">"Файл аудару"</string> + <string name="download_line1" msgid="6449220145685308846">"Кімнен: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Файл өлшемі: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Файлды қабылдауда…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Тоқтату"</string> + <string name="download_ok" msgid="2404442707314575833">"Жасыру"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Кімнен"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Файл атауы"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Өлшем"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файл қабылданбады"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Себеп: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Жарайды"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файл қабылданды"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ашу"</string> + <string name="upload_line1" msgid="1912803923255989287">"Кімге: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Файл түрі: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Файлды жіберуде…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файл жіберілді"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Жарайды"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файл \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" құрылғысына жіберілмеді."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Жабу"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Жарайды"</string> + <string name="unknown_file" msgid="3719981572107052685">"Белгісіз файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Файлдың бұл түрін танитын қолданба жоқ. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ешқандай файл жоқ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Ондай файл жоқ. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Күте тұрыңыз…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth қосылуда…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Файл қабылданады. Орындалуын Хабарлар тақтасы арқылы бақылаңыз."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Файлды қабылдау мүмкін емес."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жіберген файлдары қабылдауды доғарды."</string> + <string name="bt_toast_4" msgid="480365991944956695">"Файлды \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" байланысына жіберуде"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> файл \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" байланысына жіберілуде"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Файлды \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" байланысына жіберу доғарылды."</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Файл сақтауға USB жадында орын жеткіліксіз."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Файл сақтауға SD картасында орын жеткіліксіз."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Қажет орын мөлшері: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Тым көп өтініштер қаралуда. Кейінірек қайта әрекеттеніп көріңіз."</string> + <string name="status_pending" msgid="4781040740237733479">"Файлды аудару әлі басталған жоқ."</string> + <string name="status_running" msgid="7419075903776657351">"Файлды аудару орындалуда."</string> + <string name="status_success" msgid="7963589000098719541">"Файлды аудару сәтті орындалды."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Мазмұн қолдауы жоқ."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Аударуға қабылдайтын құрылғы тыйым салды."</string> + <string name="status_canceled" msgid="8441679418717978515">"Тасымалды пайдаланушы тоқтатты."</string> + <string name="status_file_error" msgid="5379018888714679311">"Жад ақаулығы."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Ешқандай USB жады жоқ."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD картасы жоқ. Аударылған файлдарды сақтау үшін SD картасын енгізіңіз."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Байланыс сәтсіз болды."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Өтінішті дұрыс орындау мүмкін емес."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Белгісіз қателік."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth арқылы алынғандар"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth бөлісу"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Толығымен қабылданды."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Жіберіліп болды."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Келген аударым"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Кеткен аударымдар"</string> + <string name="no_transfers" msgid="740521199933899821">"Тасымал туралы дерек жоқ."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Тізімнен барлық элементтер алынады."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth бөлісу: Жіберілген файлдар"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth бөлісу: Қабылданған файлдар"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> сәтсіз.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> сәтсіз.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> сәтті, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> сәтті, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Тізімді өшіру"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Ашу"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Тізімнен өшіру."</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Өшіру"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Қазір ойнауда"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Сақтау"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Бас тарту"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth арқылы бөлісетін есептік жазбаларды таңдаңыз. Әлі де қосылу кезінде есептік жазбаларға кез келген қатынасуды қабылдау керек."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Қалған слоттар:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Қолданба белгішесі"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth арқылы хабар бөлісу параметрлері"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Есептік жазбаны таңдау мүмкін емес. 0 слот қалды"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth дыбысы қосылды"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth дыбысы ажыратылды"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth aудиосы"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Көлемі 4 ГБ-тан асатын файлдар тасымалданбайды"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth-ге қосылу"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Тізімді өшіру"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Ашу"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Тізімнен өшіру."</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Өшіру"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Қазір ойнауда"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Сақтау"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Бас тарту"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth арқылы бөлісетін аккаунттарды таңдаңыз. Әлі де қосылу кезінде аккаунттарға кез келген қатынасуды қабылдау керек."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Қалған слоттар:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Қолданба белгішесі"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth арқылы хабар бөлісу параметрлері"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Аккаунтты таңдау мүмкін емес. 0 слот қалды"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth дыбысы қосылды"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth дыбысы ажыратылды"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth aудиосы"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Көлемі 4 ГБ-тан асатын файлдар тасымалданбайды"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth-қа қосылу"</string> </resources> diff --git a/android/app/res/values-kk/strings_pbap.xml b/android/app/res/values-kk/strings_pbap.xml index 11893b9ab0..cbc15e9e41 100644 --- a/android/app/res/values-kk/strings_pbap.xml +++ b/android/app/res/values-kk/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s үшін сессия кілтін теру"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth сессия кілті қажет"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s арқылы байланыс қабылдау уақыты өтіп кетті"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s арқылы сессия кілтін енгізу уақыты өтіп кетті"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex растау талабы"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Сессия кілті"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s үшін сессия кілтін теру"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Белгісіз атау"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mені атым"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth арқылы контактіні бөлісу"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s үшін сессия кілтін теру"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth сессия кілті қажет"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s арқылы байланыс қабылдау уақыты өтіп кетті"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s арқылы сессия кілтін енгізу уақыты өтіп кетті"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex растау талабы"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Сессия кілті"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s үшін сессия кілтін теру"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Белгісіз атау"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mені атым"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth арқылы контактіні бөлісу"</string> </resources> diff --git a/android/app/res/values-kk/strings_pbap_client.xml b/android/app/res/values-kk/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-kk/strings_pbap_client.xml +++ b/android/app/res/values-kk/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-kk/strings_sap.xml b/android/app/res/values-kk/strings_sap.xml index 56443aab73..c7a8216f39 100644 --- a/android/app/res/values-kk/strings_sap.xml +++ b/android/app/res/values-kk/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth арқылы SIM картасына кіру"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth арқылы SIM картасына кіру"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Клиенттен ажырауын сұрау керек пе?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Клиенттің ажырағаны күтілуде"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Ажырату"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Мәжбүрлеп ажырату"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth арқылы SIM картасына кіру"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth арқылы SIM картасына кіру"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Клиенттен ажырауын сұрау керек пе?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Клиенттің ажырағаны күтілуде"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Ажырату"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Мәжбүрлеп ажырату"</string> </resources> diff --git a/android/app/res/values-kk/test_strings.xml b/android/app/res/values-kk/test_strings.xml index f1076b3a11..5b45961b24 100644 --- a/android/app/res/values-kk/test_strings.xml +++ b/android/app/res/values-kk/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Жазбаны енгізу"</string> - <string name="update_record" msgid="2480425402384910635">"Жазбаны растау"</string> - <string name="ack_record" msgid="6716152390978472184">"Жазбаны тану"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Барлық жазбаларды жою"</string> - <string name="ok_button" msgid="6519033415223065454">"Жарайды"</string> - <string name="delete_record" msgid="4645040331967533724">"Жазбаны жою"</string> - <string name="start_server" msgid="9034821924409165795">"TCP серверін бастау"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP (жібреуі басқару протоколы) серверін ескерту"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Жазбаны енгізу"</string> + <string name="update_record" msgid="7201772850942641237">"Жазбаны растау"</string> + <string name="ack_record" msgid="2404738476192250210">"Жазбаны тану"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Барлық жазбаларды жою"</string> + <string name="ok_button" msgid="719865942400179601">"Жарайды"</string> + <string name="delete_record" msgid="5713885957446255270">"Жазбаны жою"</string> + <string name="start_server" msgid="134483798422082514">"TCP серверін бастау"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP (жібреуі басқару протоколы) серверін ескерту"</string> </resources> diff --git a/android/app/res/values-km/strings.xml b/android/app/res/values-km/strings.xml index f0f2a13b4f..17902ce380 100644 --- a/android/app/res/values-km/strings.xml +++ b/android/app/res/values-km/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ចូលដំណើរការកម្មវិធីគ្រប់គ្រងការទាញយក។"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"អនុញ្ញាតឲ្យកម្មវិធីត្រូវចូលដំណើរការកម្មវិធីគ្រប់គ្រង BluetoothShare ហើយប្រើវាដើម្បីផ្ទេរឯកសារ។"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"សិទ្ធិចូលប្រើឧបករណ៍ប៊្លូធូសក្នុងបញ្ជីអនុញ្ញាត។"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"អនុញ្ញាតឱ្យកម្មវិធីដាក់ឧបករណ៍ប៊្លូធូសក្នុងបញ្ជីអនុញ្ញាតជាបណ្ដោះអាសន្ន ដែលអនុញ្ញាតឱ្យឧបករណ៍នោះផ្ញើឯកសារទៅឧបករណ៍នេះដោយមិនចាំបាច់បញ្ជាក់អ្នកប្រើប្រាស់។"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ប៊្លូធូស"</string> - <string name="unknown_device" msgid="9221903979877041009">"មិនស្គាល់ឧបករណ៍"</string> - <string name="unknownNumber" msgid="4994750948072751566">"មិនស្គាល់"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ពេលជិះយន្តហោះ"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"អ្នកមិនអាចប្រើប៊្លូធូសក្នុងពេលជិះយន្តហោះបានទេ"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ដើម្បីប្រើសេវាប៊្លូធូស ជាដំបូងអ្នកត្រូវតែបើកប៊្លូធូសសិន។"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"បើកប៊្លូធូសឥឡូវនេះ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"បោះបង់"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"បើក"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ការផ្ទេរឯកសារ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ទទួលឯកសារចូល?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"បោះបង់"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ទទួល"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"យល់ព្រម"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"អស់ពេលទទួលឯកសារចូលពី \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ឯកសារចូល"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ត្រៀមរួចរាល់ក្នុងការផ្ញើ <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ការចែករំលែកប៊្លូធូស៖ ទទួល <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"ការចែករំលែកប៊្លូធូស៖ បានទទួល <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ការចែករំលែកប៊្លូធូស៖ មិនបានទទួលឯកសារ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"ការចែករំលែកប៊្លូធូស៖ ផ្ញើ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"ការចែករំលែកប៊្លូធូស៖ បានផ្ញើ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"បញ្ចប់ 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ការចែករំលែកប៊្លូធូស៖ មិនបានផ្ញើឯកសារ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"ការផ្ទេរឯកសារ"</string> - <string name="download_line1" msgid="4926604799202134144">"ពី៖ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ឯកសារ៖ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ទំហំឯកសារ៖ <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"កំពុងទទួលឯកសារ…"</string> - <string name="download_cancel" msgid="9177305996747500768">"បញ្ឈប់"</string> - <string name="download_ok" msgid="5000360731674466039">"លាក់"</string> - <string name="incoming_line1" msgid="2127419875681087545">"ពី"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ឈ្មោះឯកសារ"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ទំហំ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"មិនបានទទួលឯកសារ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ឯកសារ៖ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"មូលហេតុ៖ <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"យល់ព្រម"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"បានទទួលឯកសារ"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"បើក"</string> - <string name="upload_line1" msgid="2055952074059709052">"ទៅ៖ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ប្រភេទឯកសារ៖ <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"កំពុងផ្ញើឯកសារ…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"បានផ្ញើឯកសារ"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"យល់ព្រម"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"មិនបានផ្ញើឯកសារទៅ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ។"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ឯកសារ៖ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"បិទ"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"យល់ព្រម"</string> - <string name="unknown_file" msgid="6092727753965095366">"មិនស្គាល់ឯកសារ"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"គ្មានកម្មវិធីសម្រាប់គ្រប់គ្រងប្រភេទឯកសារនេះទេ។ \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"គ្មានឯកសារ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"គ្មានឯកសារ។ \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"សូមរង់ចាំ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"កំពុងបើកប៊្លូធូស…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"នឹងបានទទួលឯកសារ។ ពិនិត្យមើលវឌ្ឍនភាពនៅក្នុងផ្ទាំងជូនដំណឹង។"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"មិនអាចទទួលឯកសារ។"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"បានបញ្ឈប់ការទទួលឯកសារពី \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"ផ្ញើឯកសារទៅ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"ផ្ញើឯកសារ <xliff:g id="NUMBER">%1$s</xliff:g> ទៅ \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"បានបញ្ឈប់ការផ្ញើឯកសារទៅ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"មិនមានទំហំផ្ទុកគ្រប់គ្រាន់នៅក្នុងឧបករណ៍ផ្ទុក USB ដើម្បីរក្សាទុកឯកសារទេ។"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"មិនមានទំហំផ្ទុកគ្រប់គ្រាន់នៅលើកាត SD ដើម្បីរក្សាទុកឯកសារទេ។"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ទំហំដែលត្រូវការ៖ <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"កំពុងដំណើរការសំណើជាច្រើន។ សូមព្យាយាមម្ដងទៀតនៅពេលក្រោយ។"</string> - <string name="status_pending" msgid="2503691772030877944">"មិនទាន់បានចាប់ផ្ដើមផ្ទេរឯកសារនៅឡើយទេ។"</string> - <string name="status_running" msgid="6562808920311008696">"កំពុងបន្តការផ្ទេរឯកសារ។"</string> - <string name="status_success" msgid="239573225847565868">"ការផ្ទេរឯកសារបានបញ្ចប់ដោយជោគជ័យ។"</string> - <string name="status_not_accept" msgid="1695082417193780738">"មិនបានគាំទ្រមាតិកា។"</string> - <string name="status_forbidden" msgid="613956401054050725">"ឧបករណ៍គោលដៅបានហាមឃាត់ការផ្ទេរ។"</string> - <string name="status_canceled" msgid="6664490318773098285">"អ្នកប្រើបានបោះបង់ការផ្ទេរ។"</string> - <string name="status_file_error" msgid="3671917770630165299">"បញ្ហាឧបករណ៍ផ្ទុក។"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"គ្មានឧបករណ៍ផ្ទុក USB ទេ។"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"គ្មានកាត SD ទេ។ សូមបញ្ចូលកាត SD ដើម្បីរក្សាទុកឯកសារដែលបានផ្ទេរ។"</string> - <string name="status_connection_error" msgid="947681831523219891">"ការតភ្ជាប់មិនជោគជ័យ។"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"មិនអាចដោះស្រាយសំណើដោយត្រឹមត្រូវទេ។"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"មិនស្គាល់កំហុស។"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"បានទទួលតាមប៊្លូធូស"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ការចែករំលែកប៊្លូធូស"</string> - <string name="download_success" msgid="7036160438766730871">"បានទទួលពេញលេញ <xliff:g id="FILE_SIZE">%1$s</xliff:g> ។"</string> - <string name="upload_success" msgid="4014469387779648949">"បានផ្ញើពេញលេញ <xliff:g id="FILE_SIZE">%1$s</xliff:g> ។"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ការផ្ទេរចូល"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ការផ្ទេរចេញ"</string> - <string name="no_transfers" msgid="3482965619151865672">"មិនមានប្រវត្តិផ្ទេរ។"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"នឹងសម្អាតធាតុទាំងអស់ពីបញ្ជី។"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ការចែករំលែកប៊្លូធូស៖ បានផ្ញើឯកសារ"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ការចែករំលែកប៊្លូធូស៖ បានទទួលឯកសារ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ចូលដំណើរការកម្មវិធីគ្រប់គ្រងការទាញយក។"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"អនុញ្ញាតឲ្យកម្មវិធីត្រូវចូលដំណើរការកម្មវិធីគ្រប់គ្រង BluetoothShare ហើយប្រើវាដើម្បីផ្ទេរឯកសារ។"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"សិទ្ធិចូលប្រើឧបករណ៍ប៊្លូធូសក្នុងបញ្ជីអនុញ្ញាត។"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"អនុញ្ញាតឱ្យកម្មវិធីដាក់ឧបករណ៍ប៊្លូធូសក្នុងបញ្ជីអនុញ្ញាតជាបណ្ដោះអាសន្ន ដែលអនុញ្ញាតឱ្យឧបករណ៍នោះផ្ញើឯកសារទៅឧបករណ៍នេះដោយមិនចាំបាច់បញ្ជាក់អ្នកប្រើប្រាស់។"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ប៊្លូធូស"</string> + <string name="unknown_device" msgid="2317679521750821654">"មិនស្គាល់ឧបករណ៍"</string> + <string name="unknownNumber" msgid="1245183329830158661">"មិនស្គាល់"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ពេលជិះយន្តហោះ"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"អ្នកមិនអាចប្រើប៊្លូធូសក្នុងពេលជិះយន្តហោះបានទេ"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ដើម្បីប្រើសេវាប៊្លូធូស ជាដំបូងអ្នកត្រូវតែបើកប៊្លូធូសសិន។"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"បើកប៊្លូធូសឥឡូវនេះ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"បោះបង់"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"បើក"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ការផ្ទេរឯកសារ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ទទួលឯកសារចូល?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"បោះបង់"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ទទួល"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"យល់ព្រម"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"អស់ពេលទទួលឯកសារចូលពី \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ឯកសារចូល"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> អាចផ្ញើឯកសារបានហើយ៖ <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ការចែករំលែកប៊្លូធូស៖ ទទួល <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"ការចែករំលែកប៊្លូធូស៖ បានទទួល <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ការចែករំលែកប៊្លូធូស៖ មិនបានទទួលឯកសារ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"ការចែករំលែកប៊្លូធូស៖ ផ្ញើ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"ការចែករំលែកប៊្លូធូស៖ បានផ្ញើ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"បញ្ចប់ 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ការចែករំលែកប៊្លូធូស៖ មិនបានផ្ញើឯកសារ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"ការផ្ទេរឯកសារ"</string> + <string name="download_line1" msgid="6449220145685308846">"ពី៖ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ឯកសារ៖ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ទំហំឯកសារ៖ <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"កំពុងទទួលឯកសារ…"</string> + <string name="download_cancel" msgid="1705762428762702342">"បញ្ឈប់"</string> + <string name="download_ok" msgid="2404442707314575833">"លាក់"</string> + <string name="incoming_line1" msgid="6342300988329482408">"ពី"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ឈ្មោះឯកសារ"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ទំហំ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"មិនបានទទួលឯកសារ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ឯកសារ៖ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"មូលហេតុ៖ <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"យល់ព្រម"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"បានទទួលឯកសារ"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"បើក"</string> + <string name="upload_line1" msgid="1912803923255989287">"ទៅ៖ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ប្រភេទឯកសារ៖ <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"កំពុងផ្ញើឯកសារ…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"បានផ្ញើឯកសារ"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"យល់ព្រម"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"មិនបានផ្ញើឯកសារទៅ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ។"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ឯកសារ៖ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"បិទ"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"យល់ព្រម"</string> + <string name="unknown_file" msgid="3719981572107052685">"មិនស្គាល់ឯកសារ"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"គ្មានកម្មវិធីសម្រាប់គ្រប់គ្រងប្រភេទឯកសារនេះទេ។ \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"គ្មានឯកសារ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"គ្មានឯកសារ។ \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"សូមរង់ចាំ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"កំពុងបើកប៊្លូធូស…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"នឹងបានទទួលឯកសារ។ ពិនិត្យមើលវឌ្ឍនភាពនៅក្នុងផ្ទាំងជូនដំណឹង។"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"មិនអាចទទួលឯកសារ។"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"បានបញ្ឈប់ការទទួលឯកសារពី \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"ផ្ញើឯកសារទៅ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"ផ្ញើឯកសារ <xliff:g id="NUMBER">%1$s</xliff:g> ទៅ \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"បានបញ្ឈប់ការផ្ញើឯកសារទៅ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"មិនមានទំហំផ្ទុកគ្រប់គ្រាន់នៅក្នុងឧបករណ៍ផ្ទុក USB ដើម្បីរក្សាទុកឯកសារទេ។"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"មិនមានទំហំផ្ទុកគ្រប់គ្រាន់នៅលើកាត SD ដើម្បីរក្សាទុកឯកសារទេ។"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ទំហំដែលត្រូវការ៖ <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"កំពុងដំណើរការសំណើជាច្រើន។ សូមព្យាយាមម្ដងទៀតនៅពេលក្រោយ។"</string> + <string name="status_pending" msgid="4781040740237733479">"មិនទាន់បានចាប់ផ្ដើមផ្ទេរឯកសារនៅឡើយទេ។"</string> + <string name="status_running" msgid="7419075903776657351">"កំពុងបន្តការផ្ទេរឯកសារ។"</string> + <string name="status_success" msgid="7963589000098719541">"ការផ្ទេរឯកសារបានបញ្ចប់ដោយជោគជ័យ។"</string> + <string name="status_not_accept" msgid="1165798802740579658">"មិនបានគាំទ្រមាតិកា។"</string> + <string name="status_forbidden" msgid="4017060451358837245">"ឧបករណ៍គោលដៅបានហាមឃាត់ការផ្ទេរ។"</string> + <string name="status_canceled" msgid="8441679418717978515">"អ្នកប្រើបានបោះបង់ការផ្ទេរ។"</string> + <string name="status_file_error" msgid="5379018888714679311">"បញ្ហាឧបករណ៍ផ្ទុក។"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"គ្មានឧបករណ៍ផ្ទុក USB ទេ។"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"គ្មានកាត SD ទេ។ សូមបញ្ចូលកាត SD ដើម្បីរក្សាទុកឯកសារដែលបានផ្ទេរ។"</string> + <string name="status_connection_error" msgid="8253709700568062220">"ការតភ្ជាប់មិនជោគជ័យ។"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"មិនអាចដោះស្រាយសំណើដោយត្រឹមត្រូវទេ។"</string> + <string name="status_unknown_error" msgid="314676481744304866">"មិនស្គាល់កំហុស។"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"បានទទួលតាមប៊្លូធូស"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ការចែករំលែកប៊្លូធូស"</string> + <string name="download_success" msgid="3438268368708549686">"បានទទួលពេញលេញ <xliff:g id="FILE_SIZE">%1$s</xliff:g> ។"</string> + <string name="upload_success" msgid="143787470859042049">"បានផ្ញើពេញលេញ <xliff:g id="FILE_SIZE">%1$s</xliff:g> ។"</string> + <string name="inbound_history_title" msgid="189623888169624862">"ការផ្ទេរចូល"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ការផ្ទេរចេញ"</string> + <string name="no_transfers" msgid="740521199933899821">"មិនមានប្រវត្តិផ្ទេរ។"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"នឹងសម្អាតធាតុទាំងអស់ពីបញ្ជី។"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ការចែករំលែកប៊្លូធូស៖ បានផ្ញើឯកសារ"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ការចែករំលែកប៊្លូធូស៖ បានទទួលឯកសារ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">មិនបានជោគជ័យ <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>។</item> <item quantity="one">មិនបានជោគជ័យ <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g>។</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">បានជោគជ័យ <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> , %2$s</item> <item quantity="one">បានជោគជ័យ <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> , %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"សម្អាតបញ្ជី"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"បើក"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"សម្អាតពីបញ្ជី"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"សម្អាត"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"ឥឡូវកំពុងចាក់"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"រក្សាទុក"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"បោះបង់"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ជ្រើសគណនីដែលអ្នកចង់ចែករំលែកតាមរយៈប៊្លូធូស។ អ្នកនៅតែត្រូវទទួលយកលទ្ធភាពចូលដំណើរការទាំងឡាយទៅកាន់គណនីនេះដដែល នៅពេលភ្ជាប់។"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"រន្ធនៅសល់៖"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"រូបតំណាងកម្មវិធី"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"កំណត់ការចែករំលែកសារតាមប៊្លូធូស"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"មិនអាចជ្រើសគណនីទេ អស់រន្ធនៅសល់ហើយ។"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"សំឡេងប៊្លូធូសត្រូវបានភ្ជាប់"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"សំឡេងប៊្លូធូសត្រូវបានផ្តាច់"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"សំឡេងប៊្លូធូស"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"ឯកសារដែលមានទំហំធំជាង 4 GB មិនអាចផ្ទេរបានទេ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ភ្ជាប់ប៊្លូធូស"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"សម្អាតបញ្ជី"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"បើក"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"សម្អាតពីបញ្ជី"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"សម្អាត"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"ឥឡូវកំពុងចាក់"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"រក្សាទុក"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"បោះបង់"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ជ្រើសគណនីដែលអ្នកចង់ចែករំលែកតាមរយៈប៊្លូធូស។ អ្នកនៅតែត្រូវទទួលយកលទ្ធភាពចូលដំណើរការទាំងឡាយទៅកាន់គណនីនេះដដែល នៅពេលភ្ជាប់។"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"រន្ធនៅសល់៖"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"រូបតំណាងកម្មវិធី"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"កំណត់ការចែករំលែកសារតាមប៊្លូធូស"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"មិនអាចជ្រើសគណនីទេ អស់រន្ធនៅសល់ហើយ។"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"សំឡេងប៊្លូធូសត្រូវបានភ្ជាប់"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"សំឡេងប៊្លូធូសត្រូវបានផ្តាច់"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"សំឡេងប៊្លូធូស"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"ឯកសារដែលមានទំហំធំជាង 4 GB មិនអាចផ្ទេរបានទេ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ភ្ជាប់ប៊្លូធូស"</string> </resources> diff --git a/android/app/res/values-km/strings_pbap.xml b/android/app/res/values-km/strings_pbap.xml index 63430eff0a..37e1aac2b4 100644 --- a/android/app/res/values-km/strings_pbap.xml +++ b/android/app/res/values-km/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"បញ្ចូលសោសម័យសម្រាប់ %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"បានទាមទារសោសម័យប៊្លូធូស"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"អស់ពេលវេលាក្នុងការទទួលយកការតភ្ជាប់ជាមួយ %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"អស់ពេលដើម្បីបញ្ចូលសោសម័យជាមួយ %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"សំណើការផ្ទៀងផ្ទាត់ Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"សោសម័យ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"បញ្ចូលសោសម័យសម្រាប់ %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"មិនស្គាល់ឈ្មោះ"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ឈ្មោះរបស់ខ្ញុំ"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ការចែករំលែកទំនាក់ទំនងប៊្លូធូស"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"បញ្ចូលសោសម័យសម្រាប់ %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"បានទាមទារសោសម័យប៊្លូធូស"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"អស់ពេលវេលាក្នុងការទទួលយកការតភ្ជាប់ជាមួយ %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"អស់ពេលដើម្បីបញ្ចូលសោសម័យជាមួយ %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"សំណើការផ្ទៀងផ្ទាត់ Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"សោសម័យ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"បញ្ចូលសោសម័យសម្រាប់ %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"មិនស្គាល់ឈ្មោះ"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ឈ្មោះរបស់ខ្ញុំ"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ការចែករំលែកទំនាក់ទំនងប៊្លូធូស"</string> </resources> diff --git a/android/app/res/values-km/strings_pbap_client.xml b/android/app/res/values-km/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-km/strings_pbap_client.xml +++ b/android/app/res/values-km/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-km/strings_sap.xml b/android/app/res/values-km/strings_sap.xml index 3e6dbde924..126004df68 100644 --- a/android/app/res/values-km/strings_sap.xml +++ b/android/app/res/values-km/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ការចូលដំណើរការស៊ីមតាមប៊្លូធូស"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ការចូលដំណើរការស៊ីមតាមប៊្លូធូស"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ស្នើឲ្យម៉ាស៊ីនកូនធ្វើការផ្តាច់?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"កំពុងរង់ចាំម៉ាស៊ីនកូនឲ្យផ្តាច់"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ផ្ដាច់"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"បង្ខំឲ្យផ្តាច់"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ការចូលដំណើរការស៊ីមតាមប៊្លូធូស"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ការចូលដំណើរការស៊ីមតាមប៊្លូធូស"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ស្នើឲ្យម៉ាស៊ីនកូនធ្វើការផ្តាច់?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"កំពុងរង់ចាំម៉ាស៊ីនកូនឲ្យផ្តាច់"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ផ្ដាច់"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"បង្ខំឲ្យផ្តាច់"</string> </resources> diff --git a/android/app/res/values-km/test_strings.xml b/android/app/res/values-km/test_strings.xml index bbbb5feaac..44a26b2b89 100644 --- a/android/app/res/values-km/test_strings.xml +++ b/android/app/res/values-km/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ប៊្លូធូស"</string> - <string name="insert_record" msgid="1450997173838378132">"បញ្ចូលកំណត់ត្រា"</string> - <string name="update_record" msgid="2480425402384910635">"បញ្ជាក់កំណត់ត្រា"</string> - <string name="ack_record" msgid="6716152390978472184">"កំណត់ត្រាការទទួលស្គាល់"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"លុបកំណត់ត្រាទាំងអស់"</string> - <string name="ok_button" msgid="6519033415223065454">"យល់ព្រម"</string> - <string name="delete_record" msgid="4645040331967533724">"លុបកំណត់ត្រា"</string> - <string name="start_server" msgid="9034821924409165795">"ចាប់ផ្ដើមម៉ាស៊ីនមេ TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"ជូនដំណឹងម៉ាស៊ីនមេ TCP"</string> + <string name="app_name" msgid="7766152617107310582">"ប៊្លូធូស"</string> + <string name="insert_record" msgid="4024416351836939752">"បញ្ចូលកំណត់ត្រា"</string> + <string name="update_record" msgid="7201772850942641237">"បញ្ជាក់កំណត់ត្រា"</string> + <string name="ack_record" msgid="2404738476192250210">"កំណត់ត្រាការទទួលស្គាល់"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"លុបកំណត់ត្រាទាំងអស់"</string> + <string name="ok_button" msgid="719865942400179601">"យល់ព្រម"</string> + <string name="delete_record" msgid="5713885957446255270">"លុបកំណត់ត្រា"</string> + <string name="start_server" msgid="134483798422082514">"ចាប់ផ្ដើមម៉ាស៊ីនមេ TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"ជូនដំណឹងម៉ាស៊ីនមេ TCP"</string> </resources> diff --git a/android/app/res/values-kn/strings.xml b/android/app/res/values-kn/strings.xml index 3438298f55..3d649a18a8 100644 --- a/android/app/res/values-kn/strings.xml +++ b/android/app/res/values-kn/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ಡೌನ್ಲೋಡ್ ನಿರ್ವಾಹಕವನ್ನು ಪ್ರವೇಶಿಸಿ."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ ನಿರ್ವಾಹಕ ಮತ್ತು ಫೈಲ್ಗಳ ವರ್ಗಾವಣೆಯನ್ನು ಬಳಸಲು ಅಪ್ಲಿಕೇಶನ್ ಅನುಮತಿಸುತ್ತದೆ."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ಸಮ್ಮತಿಪಟ್ಟಿ ಬ್ಲೂಟೂತ್ ಸಾಧನವನ್ನು ಪ್ರವೇಶಿಸಿ."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ಬಳಕೆದಾರರ ದೃಢೀಕರಣ ಇಲ್ಲದೆ ಈ ಸಾಧನಕ್ಕೆ ಫೈಲ್ಗಳನ್ನು ಕಳುಹಿಸಲು ಬ್ಲೂಟೂತ್ ಸಾಧನವನ್ನು ತಾತ್ಕಾಲಿಕವಾಗಿ ಸಮ್ಮತಿಪಟ್ಟಿ ಮಾಡಲು ಅಪ್ಲಿಕೇಶನ್ಗೆ ಅನುಮತಿಸುತ್ತದೆ."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ಬ್ಲೂಟೂತ್"</string> - <string name="unknown_device" msgid="9221903979877041009">"ಅಪರಿಚಿತ ಸಾಧನ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ಅಪರಿಚಿತ"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ಏರ್ಪ್ಲೇನ್ ಮೋಡ್"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"ಏರ್ಪ್ಲೇನ್ ಮೋಡ್ನಲ್ಲಿ ನೀವು ಬ್ಲೂಟೂತ್ ಬಳಸಲು ಸಾಧ್ಯವಿಲ್ಲ."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ಬ್ಲೂಟೂತ್ ಸೇವೆಗಳನ್ನು ಬಳಸಲು, ಮೊದಲು ನೀವದನ್ನು ಆನ್ ಮಾಡಬೇಕು."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ಇದೀಗ ಬ್ಲೂಟೂತ್ ಆನ್ ಮಾಡುವುದೇ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ರದ್ದುಮಾಡಿ"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ಆನ್ ಮಾಡಿ"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ಫೈಲ್ ವರ್ಗಾವಣೆ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ಒಳಬರುವ ಫೈಲ್ಗಳನ್ನು ಸ್ವೀಕರಿಸುವುದೇ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"ನಿರಾಕರಿಸಿ"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ಸ್ವೀಕರಿಸಿ"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ಸರಿ"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ಅವರಿಂದ ಫೈಲ್ ಸ್ವೀಕರಿಸುವಾಗ ಕಾಲಾವಧಿ ಮುಕ್ತಾಯಗೊಂಡಿದೆ"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ಒಳಬರುತ್ತಿರುವ ಫೈಲ್"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ಅವರು <xliff:g id="FILE">%2$s</xliff:g> ಫೈಲ್ ಕಳುಹಿಸಲು ಸಿದ್ಧವಾಗಿದ್ದಾರೆ"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಸ್ವೀಕರಿಸಲಾಗುತ್ತಿದೆ"</string> - <string name="notification_received" msgid="3324588019186687985">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: ಫೈಲ್ <xliff:g id="FILE">%1$s</xliff:g> ಸ್ವೀಕರಿಸಿಲ್ಲ"</string> - <string name="notification_sending" msgid="3035748958534983833">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ"</string> - <string name="notification_sent" msgid="9218710861333027778">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಕಳುಹಿಸಲಾಗಿದೆ"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% ಪೂರ್ಣವಾಗಿದೆ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಫೈಲ್ ಕಳುಹಿಸಲಾಗಿಲ್ಲ"</string> - <string name="download_title" msgid="3353228219772092586">"ಫೈಲ್ ವರ್ಗಾವಣೆ"</string> - <string name="download_line1" msgid="4926604799202134144">"ಇಂದ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ಫೈಲ್: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ಫೈಲ್ ಗಾತ್ರ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗುತ್ತಿದೆ…"</string> - <string name="download_cancel" msgid="9177305996747500768">"ನಿಲ್ಲಿಸಿ"</string> - <string name="download_ok" msgid="5000360731674466039">"ಮರೆಮಾಡು"</string> - <string name="incoming_line1" msgid="2127419875681087545">"ಇವರಿಂದ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ಫೈಲ್ಹೆಸರು"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ಗಾತ್ರ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ಫೈಲ್ ಸ್ವೀಕರಿಸಿಲ್ಲ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ಫೈಲ್: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"ಕಾರಣ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ಸರಿ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ತೆರೆಯಿರಿ"</string> - <string name="upload_line1" msgid="2055952074059709052">"ಇವರಿಗೆ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ಫೈಲ್ ಪ್ರಕಾರ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ಫೈಲ್ ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ಫೈಲ್ ಕಳುಹಿಸಲಾಗಿದೆ"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ಸರಿ"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ಇವರಿಗೆ ಫೈಲ್ ಕಳುಹಿಸಲಾಗಲಿಲ್ಲ."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ಫೈಲ್: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ಮುಚ್ಚು"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ಸರಿ"</string> - <string name="unknown_file" msgid="6092727753965095366">"ಅಪರಿಚಿತ ಫೈಲ್"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ಈ ಪ್ರಕಾರದ ಫೈಲ್ ನಿರ್ವಹಿಸಲು ಯಾವುದೇ ಅಪ್ಲಿಕೇಶನ್ ಇಲ್ಲ. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ಫೈಲ್ ಇಲ್ಲ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ಫೈಲ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ಬ್ಲೂಟೂತ್ ಆನ್ ಮಾಡಲಾಗುತ್ತಿದೆ…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗುತ್ತದೆ. ಅಧಿಸೂಚನೆ ಫಲಕದಲ್ಲಿ ಪ್ರಗತಿಯನ್ನು ಪರಿಶೀಲಿಸಿ."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ರಿಂದ ಫೈಲ್ ಸ್ವೀಕರಿಸುವುದನ್ನು ನಿಲ್ಲಿಸಲಾಗಿದೆ"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ಇವರಿಗೆ ಫೈಲ್ ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" ಇವರಿಗೆ <xliff:g id="NUMBER">%1$s</xliff:g> ಫೈಲ್ಗಳನ್ನು ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ಇವರಿಗೆ ಫೈಲ್ ಕಳುಹಿಸುವುದನ್ನು ನಿಲ್ಲಿಸಲಾಗಿದೆ"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ಫೈಲ್ ಅನ್ನು ಉಳಿಸಲು USB ಸಂಗ್ರಹಣೆಯಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲ."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ಫೈಲ್ ಅನ್ನು ಉಳಿಸಲು SD ಕಾರ್ಡ್ನಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲ."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ಅಗತ್ಯವಿರುವ ಸ್ಥಳಾವಕಾಶ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"ಹಲವಾರು ವಿನಂತಿಗಳನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತಿದೆ. ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."</string> - <string name="status_pending" msgid="2503691772030877944">"ಫೈಲ್ ವರ್ಗಾವಣೆ ಇನ್ನೂ ಪ್ರಾರಂಭಿಸಿಲ್ಲ."</string> - <string name="status_running" msgid="6562808920311008696">"ಫೈಲ್ ವರ್ಗಾವಣೆಯು ಚಾಲ್ತಿಯಲ್ಲಿದೆ."</string> - <string name="status_success" msgid="239573225847565868">"ಫೈಲ್ ವರ್ಗಾವಣೆಯು ಸಂಪೂರ್ಣವಾಗಿ ಯಶಸ್ವಿಯಾಗಿದೆ."</string> - <string name="status_not_accept" msgid="1695082417193780738">"ವಿಷಯ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ."</string> - <string name="status_forbidden" msgid="613956401054050725">"ಉದ್ದೇಶಿತ ಸಾಧನದಿಂದ ವರ್ಗಾವಣೆಯನ್ನು ನಿಷೇಧಿಸಲಾಗಿದೆ."</string> - <string name="status_canceled" msgid="6664490318773098285">"ಬಳಕೆದಾರರ ಮೂಲಕ ವರ್ಗಾವಣೆಯನ್ನು ರದ್ದುಪಡಿಸಲಾಗಿದೆ."</string> - <string name="status_file_error" msgid="3671917770630165299">"ಸಂಗ್ರಹಣೆಯ ಸಮಸ್ಯೆ."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"ಯಾವುದೇ USB ಸಂಗ್ರಹಣೆಯಿಲ್ಲ."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"ಯಾವುದೇ SD ಕಾರ್ಡ್ಗಳಿಲ್ಲ. ವರ್ಗಾವಣೆ ಮಾಡಲಾದ ಫೈಲ್ಗಳನ್ನು ಉಳಿಸಲು SD ಕಾರ್ಡ್ವೊಂದನ್ನು ಸೇರಿಸಿ."</string> - <string name="status_connection_error" msgid="947681831523219891">"ಸಂಪರ್ಕವು ವಿಫಲವಾಗಿದೆ."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ವಿನಂತಿಯನ್ನು ಸರಿಯಾಗಿ ನಿರ್ವಹಿಸಲಾಗುವುದಿಲ್ಲ."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"ಅಪರಿಚಿತ ದೋಷ."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ಬ್ಲೂಟೂತ್ ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ಸ್ವೀಕರಿಸುವುದು ಪೂರ್ಣಗೊಂಡಿದೆ."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ಕಳುಹಿಸುವುದು ಪೂರ್ಣಗೊಂಡಿದೆ."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ಇನ್ಬೌಂಡ್ ವರ್ಗಾವಣೆಗಳು"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ಔಟ್ಬೌಂಡ್ ವರ್ಗಾವಣೆಗಳು"</string> - <string name="no_transfers" msgid="3482965619151865672">"ವರ್ಗಾವಣೆಯ ಇತಿಹಾಸವು ಖಾಲಿಯಾಗಿದೆ."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ಪಟ್ಟಿಯಿಂದ ಎಲ್ಲ ಐಟಂಗಳನ್ನು ತೆರವುಗೊಳಿಸಲಾಗುವುದು."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: ಕಳುಹಿಸಲಾಗಿರುವ ಫೈಲ್ಗಳು"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: ಫೈಲ್ಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ಡೌನ್ಲೋಡ್ ನಿರ್ವಾಹಕವನ್ನು ಪ್ರವೇಶಿಸಿ."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ ನಿರ್ವಾಹಕ ಮತ್ತು ಫೈಲ್ಗಳ ವರ್ಗಾವಣೆಯನ್ನು ಬಳಸಲು ಅಪ್ಲಿಕೇಶನ್ ಅನುಮತಿಸುತ್ತದೆ."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ಸಮ್ಮತಿಪಟ್ಟಿ ಬ್ಲೂಟೂತ್ ಸಾಧನವನ್ನು ಪ್ರವೇಶಿಸಿ."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ಬಳಕೆದಾರರ ದೃಢೀಕರಣ ಇಲ್ಲದೆ ಈ ಸಾಧನಕ್ಕೆ ಫೈಲ್ಗಳನ್ನು ಕಳುಹಿಸಲು ಬ್ಲೂಟೂತ್ ಸಾಧನವನ್ನು ತಾತ್ಕಾಲಿಕವಾಗಿ ಸಮ್ಮತಿಪಟ್ಟಿ ಮಾಡಲು ಅಪ್ಲಿಕೇಶನ್ಗೆ ಅನುಮತಿಸುತ್ತದೆ."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ಬ್ಲೂಟೂತ್"</string> + <string name="unknown_device" msgid="2317679521750821654">"ಅಪರಿಚಿತ ಸಾಧನ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ಅಪರಿಚಿತ"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ಏರ್ಪ್ಲೇನ್ ಮೋಡ್"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"ಏರ್ಪ್ಲೇನ್ ಮೋಡ್ನಲ್ಲಿ ನೀವು ಬ್ಲೂಟೂತ್ ಬಳಸಲು ಸಾಧ್ಯವಿಲ್ಲ."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ಬ್ಲೂಟೂತ್ ಸೇವೆಗಳನ್ನು ಬಳಸಲು, ಮೊದಲು ನೀವದನ್ನು ಆನ್ ಮಾಡಬೇಕು."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ಇದೀಗ ಬ್ಲೂಟೂತ್ ಆನ್ ಮಾಡುವುದೇ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ರದ್ದುಮಾಡಿ"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ಆನ್ ಮಾಡಿ"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ಫೈಲ್ ವರ್ಗಾವಣೆ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ಒಳಬರುವ ಫೈಲ್ಗಳನ್ನು ಸ್ವೀಕರಿಸುವುದೇ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"ನಿರಾಕರಿಸಿ"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ಸ್ವೀಕರಿಸಿ"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ಸರಿ"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ಅವರಿಂದ ಫೈಲ್ ಸ್ವೀಕರಿಸುವಾಗ ಕಾಲಾವಧಿ ಮುಕ್ತಾಯಗೊಂಡಿದೆ"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ಒಳಬರುತ್ತಿರುವ ಫೈಲ್"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ಅವರು ಫೈಲ್ ಒಂದನ್ನು ಕಳುಹಿಸಲು ಸಿದ್ಧರಾಗಿದ್ದಾರೆ: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಸ್ವೀಕರಿಸಲಾಗುತ್ತಿದೆ"</string> + <string name="notification_received" msgid="2330252358543000567">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: ಫೈಲ್ <xliff:g id="FILE">%1$s</xliff:g> ಸ್ವೀಕರಿಸಿಲ್ಲ"</string> + <string name="notification_sending" msgid="8269912843286868700">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ"</string> + <string name="notification_sent" msgid="2685202778935769332">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಕಳುಹಿಸಲಾಗಿದೆ"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% ಪೂರ್ಣವಾಗಿದೆ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: <xliff:g id="FILE">%1$s</xliff:g> ಫೈಲ್ ಕಳುಹಿಸಲಾಗಿಲ್ಲ"</string> + <string name="download_title" msgid="6449408649671518102">"ಫೈಲ್ ವರ್ಗಾವಣೆ"</string> + <string name="download_line1" msgid="6449220145685308846">"ಇಂದ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ಫೈಲ್: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ಫೈಲ್ ಗಾತ್ರ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗುತ್ತಿದೆ…"</string> + <string name="download_cancel" msgid="1705762428762702342">"ನಿಲ್ಲಿಸಿ"</string> + <string name="download_ok" msgid="2404442707314575833">"ಮರೆಮಾಡು"</string> + <string name="incoming_line1" msgid="6342300988329482408">"ಇವರಿಂದ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ಫೈಲ್ಹೆಸರು"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ಗಾತ್ರ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ಫೈಲ್ ಸ್ವೀಕರಿಸಿಲ್ಲ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ಫೈಲ್: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"ಕಾರಣ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ಸರಿ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ತೆರೆಯಿರಿ"</string> + <string name="upload_line1" msgid="1912803923255989287">"ಇವರಿಗೆ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ಫೈಲ್ ಪ್ರಕಾರ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ಫೈಲ್ ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ಫೈಲ್ ಕಳುಹಿಸಲಾಗಿದೆ"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ಸರಿ"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ಇವರಿಗೆ ಫೈಲ್ ಕಳುಹಿಸಲಾಗಲಿಲ್ಲ."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ಫೈಲ್: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ಮುಚ್ಚು"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ಸರಿ"</string> + <string name="unknown_file" msgid="3719981572107052685">"ಅಪರಿಚಿತ ಫೈಲ್"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ಈ ಪ್ರಕಾರದ ಫೈಲ್ ನಿರ್ವಹಿಸಲು ಯಾವುದೇ ಅಪ್ಲಿಕೇಶನ್ ಇಲ್ಲ. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ಫೈಲ್ ಇಲ್ಲ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ಫೈಲ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ಬ್ಲೂಟೂತ್ ಆನ್ ಮಾಡಲಾಗುತ್ತಿದೆ…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗುತ್ತದೆ. ಅಧಿಸೂಚನೆ ಫಲಕದಲ್ಲಿ ಪ್ರಗತಿಯನ್ನು ಪರಿಶೀಲಿಸಿ."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ಫೈಲ್ ಸ್ವೀಕರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ರಿಂದ ಫೈಲ್ ಸ್ವೀಕರಿಸುವುದನ್ನು ನಿಲ್ಲಿಸಲಾಗಿದೆ"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ಇವರಿಗೆ ಫೈಲ್ ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" ಇವರಿಗೆ <xliff:g id="NUMBER">%1$s</xliff:g> ಫೈಲ್ಗಳನ್ನು ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ಇವರಿಗೆ ಫೈಲ್ ಕಳುಹಿಸುವುದನ್ನು ನಿಲ್ಲಿಸಲಾಗಿದೆ"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ಫೈಲ್ ಅನ್ನು ಉಳಿಸಲು USB ಸಂಗ್ರಹಣೆಯಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲ."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ಫೈಲ್ ಅನ್ನು ಉಳಿಸಲು SD ಕಾರ್ಡ್ನಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲ."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ಅಗತ್ಯವಿರುವ ಸ್ಥಳಾವಕಾಶ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"ಹಲವಾರು ವಿನಂತಿಗಳನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತಿದೆ. ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."</string> + <string name="status_pending" msgid="4781040740237733479">"ಫೈಲ್ ವರ್ಗಾವಣೆ ಇನ್ನೂ ಪ್ರಾರಂಭಿಸಿಲ್ಲ."</string> + <string name="status_running" msgid="7419075903776657351">"ಫೈಲ್ ವರ್ಗಾವಣೆಯು ಚಾಲ್ತಿಯಲ್ಲಿದೆ."</string> + <string name="status_success" msgid="7963589000098719541">"ಫೈಲ್ ವರ್ಗಾವಣೆಯು ಸಂಪೂರ್ಣವಾಗಿ ಯಶಸ್ವಿಯಾಗಿದೆ."</string> + <string name="status_not_accept" msgid="1165798802740579658">"ವಿಷಯ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ."</string> + <string name="status_forbidden" msgid="4017060451358837245">"ಉದ್ದೇಶಿತ ಸಾಧನದಿಂದ ವರ್ಗಾವಣೆಯನ್ನು ನಿಷೇಧಿಸಲಾಗಿದೆ."</string> + <string name="status_canceled" msgid="8441679418717978515">"ಬಳಕೆದಾರರ ಮೂಲಕ ವರ್ಗಾವಣೆಯನ್ನು ರದ್ದುಪಡಿಸಲಾಗಿದೆ."</string> + <string name="status_file_error" msgid="5379018888714679311">"ಸಂಗ್ರಹಣೆಯ ಸಮಸ್ಯೆ."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"ಯಾವುದೇ USB ಸಂಗ್ರಹಣೆಯಿಲ್ಲ."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"ಯಾವುದೇ SD ಕಾರ್ಡ್ಗಳಿಲ್ಲ. ವರ್ಗಾವಣೆ ಮಾಡಲಾದ ಫೈಲ್ಗಳನ್ನು ಉಳಿಸಲು SD ಕಾರ್ಡ್ವೊಂದನ್ನು ಸೇರಿಸಿ."</string> + <string name="status_connection_error" msgid="8253709700568062220">"ಸಂಪರ್ಕವು ವಿಫಲವಾಗಿದೆ."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ವಿನಂತಿಯನ್ನು ಸರಿಯಾಗಿ ನಿರ್ವಹಿಸಲಾಗುವುದಿಲ್ಲ."</string> + <string name="status_unknown_error" msgid="314676481744304866">"ಅಪರಿಚಿತ ದೋಷ."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ಬ್ಲೂಟೂತ್ ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ಸ್ವೀಕರಿಸುವುದು ಪೂರ್ಣಗೊಂಡಿದೆ."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ಕಳುಹಿಸುವುದು ಪೂರ್ಣಗೊಂಡಿದೆ."</string> + <string name="inbound_history_title" msgid="189623888169624862">"ಇನ್ಬೌಂಡ್ ವರ್ಗಾವಣೆಗಳು"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ಔಟ್ಬೌಂಡ್ ವರ್ಗಾವಣೆಗಳು"</string> + <string name="no_transfers" msgid="740521199933899821">"ವರ್ಗಾವಣೆಯ ಇತಿಹಾಸವು ಖಾಲಿಯಾಗಿದೆ."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ಪಟ್ಟಿಯಿಂದ ಎಲ್ಲ ಐಟಂಗಳನ್ನು ತೆರವುಗೊಳಿಸಲಾಗುವುದು."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: ಕಳುಹಿಸಲಾಗಿರುವ ಫೈಲ್ಗಳು"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ಬ್ಲೂಟೂತ್ ಹಂಚಿಕೆ: ಫೈಲ್ಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ಯಶಸ್ವಿಯಾಗಿಲ್ಲ.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ಯಶಸ್ವಿಯಾಗಿಲ್ಲ.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ಯಶಸ್ವಿಯಾಗಿದೆ, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ಯಶಸ್ವಿಯಾಗಿದೆ, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ಪಟ್ಟಿಯನ್ನು ತೆರವುಗೊಳಿಸಿ"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ತೆರೆಯಿರಿ"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ಪಟ್ಟಿಯಿಂದ ತೆರವುಗೊಳಿಸಿ"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ತೆರವುಗೊಳಿಸು"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"ಉಳಿಸಿ"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ರದ್ದುಮಾಡಿ"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ಬ್ಲೂಟೂತ್ ಮೂಲಕ ಹಂಚಿಕೊಳ್ಳಲು ಬಯಸುವ ಖಾತೆಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ. ಸಂಪರ್ಕಿಸುವಾಗ ಖಾತೆಗಳಿಗೆ ಯಾವುದೇ ಪ್ರವೇಶವನ್ನು ನೀವು ಈಗಲೂ ಸಮ್ಮತಿಸಬೇಕಾಗುತ್ತದೆ."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ಉಳಿದಿರುವ ಸ್ಲಾಟ್ಗಳು:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ಅಪ್ಲಿಕೇಶನ್ ಐಕಾನ್"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ಬ್ಲೂಟೂತ್ ಸಂದೇಶ ಹಂಚಿಕೆ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ಖಾತೆಯನ್ನು ಆಯ್ಕೆಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ. 0 ಸ್ಲಾಟ್ಗಳು ಉಳಿದಿವೆ"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ಬ್ಲೂಟೂತ್ ಆಡಿಯೊ ಸಂಪರ್ಕಗೊಂಡಿದೆ"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ಬ್ಲೂಟೂತ್ ಆಡಿಯೊ ಸಂಪರ್ಕ ಕಡಿತಗೊಂಡಿದೆ"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ಬ್ಲೂಟೂತ್ ಆಡಿಯೊ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB ಗಿಂತ ದೊಡ್ಡದಾದ ಫೈಲ್ಗಳನ್ನು ವರ್ಗಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ಬ್ಲೂಟೂತ್ಗೆ ಕನೆಕ್ಟ್ ಮಾಡಿ"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ಪಟ್ಟಿಯನ್ನು ತೆರವುಗೊಳಿಸಿ"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ತೆರೆಯಿರಿ"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ಪಟ್ಟಿಯಿಂದ ತೆರವುಗೊಳಿಸಿ"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ತೆರವುಗೊಳಿಸು"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"ಉಳಿಸಿ"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ರದ್ದುಮಾಡಿ"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ಬ್ಲೂಟೂತ್ ಮೂಲಕ ಹಂಚಿಕೊಳ್ಳಲು ಬಯಸುವ ಖಾತೆಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ. ಸಂಪರ್ಕಿಸುವಾಗ ಖಾತೆಗಳಿಗೆ ಯಾವುದೇ ಪ್ರವೇಶವನ್ನು ನೀವು ಈಗಲೂ ಸಮ್ಮತಿಸಬೇಕಾಗುತ್ತದೆ."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ಉಳಿದಿರುವ ಸ್ಲಾಟ್ಗಳು:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ಅಪ್ಲಿಕೇಶನ್ ಐಕಾನ್"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ಬ್ಲೂಟೂತ್ ಸಂದೇಶ ಹಂಚಿಕೆ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ಖಾತೆಯನ್ನು ಆಯ್ಕೆಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ. 0 ಸ್ಲಾಟ್ಗಳು ಉಳಿದಿವೆ"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ಬ್ಲೂಟೂತ್ ಆಡಿಯೊ ಸಂಪರ್ಕಗೊಂಡಿದೆ"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ಬ್ಲೂಟೂತ್ ಆಡಿಯೊ ಸಂಪರ್ಕ ಕಡಿತಗೊಂಡಿದೆ"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ಬ್ಲೂಟೂತ್ ಆಡಿಯೊ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB ಗಿಂತ ದೊಡ್ಡದಾದ ಫೈಲ್ಗಳನ್ನು ವರ್ಗಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ಬ್ಲೂಟೂತ್ಗೆ ಕನೆಕ್ಟ್ ಮಾಡಿ"</string> </resources> diff --git a/android/app/res/values-kn/strings_pbap.xml b/android/app/res/values-kn/strings_pbap.xml index c0b8957771..5f75060c9c 100644 --- a/android/app/res/values-kn/strings_pbap.xml +++ b/android/app/res/values-kn/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s ಗಾಗಿ ಸೆಶನ್ ಕೀ ಟೈಪ್ ಮಾಡಿ"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ಬ್ಲೂಟೂತ್ ಸೆಶನ್ ಕೀ ಅಗತ್ಯವಿದೆ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s ರೊಂದಿಗೆ ಸಂಪರ್ಕವನ್ನು ಸ್ವೀಕರಿಸುವಲ್ಲಿ ಸಮಯ ಮುಕ್ತಾಯಗೊಂಡಿದೆ"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s ರೊಂದಿಗೆ ಸೆಶನ್ ಕೀಯನ್ನು ಇನ್ಪುಟ್ ಮಾಡುವಲ್ಲಿ ಸಮಯ ಮುಕ್ತಾಯಗೊಂಡಿದೆ"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex ದೃಢೀಕರಣ ವಿನಂತಿ"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"ಸೆಶನ್ ಕೀ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s ಗಾಗಿ ಸೆಶನ್ ಕೀ ಟೈಪ್ ಮಾಡಿ"</string> - <string name="defaultname" msgid="4821590500649090078">"ಕಾರ್ಕಿಟ್"</string> - <string name="unknownName" msgid="2841414754740600042">"ಅಪರಿಚಿತ ಹೆಸರು"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ನನ್ನ ಹೆಸರು"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ಬ್ಲೂಟೂತ್ ಸಂಪರ್ಕ ಹಂಚಿಕೆ"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s ಗಾಗಿ ಸೆಶನ್ ಕೀ ಟೈಪ್ ಮಾಡಿ"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ಬ್ಲೂಟೂತ್ ಸೆಶನ್ ಕೀ ಅಗತ್ಯವಿದೆ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s ರೊಂದಿಗೆ ಸಂಪರ್ಕವನ್ನು ಸ್ವೀಕರಿಸುವಲ್ಲಿ ಸಮಯ ಮುಕ್ತಾಯಗೊಂಡಿದೆ"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s ರೊಂದಿಗೆ ಸೆಶನ್ ಕೀಯನ್ನು ಇನ್ಪುಟ್ ಮಾಡುವಲ್ಲಿ ಸಮಯ ಮುಕ್ತಾಯಗೊಂಡಿದೆ"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex ದೃಢೀಕರಣ ವಿನಂತಿ"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"ಸೆಶನ್ ಕೀ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s ಗಾಗಿ ಸೆಶನ್ ಕೀ ಟೈಪ್ ಮಾಡಿ"</string> + <string name="defaultname" msgid="6200530814398805541">"ಕಾರ್ಕಿಟ್"</string> + <string name="unknownName" msgid="6755061296103155293">"ಅಪರಿಚಿತ ಹೆಸರು"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ನನ್ನ ಹೆಸರು"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ಬ್ಲೂಟೂತ್ ಸಂಪರ್ಕ ಹಂಚಿಕೆ"</string> </resources> diff --git a/android/app/res/values-kn/strings_pbap_client.xml b/android/app/res/values-kn/strings_pbap_client.xml index ced3f079ef..8aceb64411 100644 --- a/android/app/res/values-kn/strings_pbap_client.xml +++ b/android/app/res/values-kn/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.ಬ್ಲೂಟೂತ್.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.ಬ್ಲೂಟೂತ್.pbapsink"</string> </resources> diff --git a/android/app/res/values-kn/strings_sap.xml b/android/app/res/values-kn/strings_sap.xml index e0b6caec24..6ab1489c23 100644 --- a/android/app/res/values-kn/strings_sap.xml +++ b/android/app/res/values-kn/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ಬ್ಲೂಟೂತ್ ಸಿಮ್ ಪ್ರವೇಶ"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ಬ್ಲೂಟೂತ್ ಸಿಮ್ ಪ್ರವೇಶ"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ಕಡಿತಗೊಳಿಸಲು ಕ್ಲೈಂಟ್ ಅನ್ನು ವಿನಂತಿಸುವುದೇ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ಕಡಿತಗೊಳಿಸಲು ಕ್ಲೈಂಟ್ಗೆ ನಿರೀಕ್ಷಿಸಲಾಗುತ್ತಿದೆ"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ಸಂಪರ್ಕ ಕಡಿತಗೊಳಿಸಿ"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"ಒತ್ತಾಯದ ಕಡಿತಗೊಳಿಸುವಿಕೆ"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ಬ್ಲೂಟೂತ್ ಸಿಮ್ ಪ್ರವೇಶ"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ಬ್ಲೂಟೂತ್ ಸಿಮ್ ಪ್ರವೇಶ"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ಕಡಿತಗೊಳಿಸಲು ಕ್ಲೈಂಟ್ ಅನ್ನು ವಿನಂತಿಸುವುದೇ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ಕಡಿತಗೊಳಿಸಲು ಕ್ಲೈಂಟ್ಗೆ ನಿರೀಕ್ಷಿಸಲಾಗುತ್ತಿದೆ"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ಸಂಪರ್ಕ ಕಡಿತಗೊಳಿಸಿ"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"ಒತ್ತಾಯದ ಕಡಿತಗೊಳಿಸುವಿಕೆ"</string> </resources> diff --git a/android/app/res/values-kn/test_strings.xml b/android/app/res/values-kn/test_strings.xml index 844476728b..853133f2b5 100644 --- a/android/app/res/values-kn/test_strings.xml +++ b/android/app/res/values-kn/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ಬ್ಲೂಟೂತ್"</string> - <string name="insert_record" msgid="1450997173838378132">"ರೆಕಾರ್ಡ್ ಸೇರಿಸಿ"</string> - <string name="update_record" msgid="2480425402384910635">"ರೆಕಾರ್ಡ್ ಅನ್ನು ಖಚಿತಪಡಿಸಿ"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack ರೆಕಾರ್ಡ್ ಮಾಡಿ"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ಎಲ್ಲ ರೆಕಾರ್ಡ್ ಅನ್ನು ಅಳಿಸಿ"</string> - <string name="ok_button" msgid="6519033415223065454">"ಸರಿ"</string> - <string name="delete_record" msgid="4645040331967533724">"ರೆಕಾರ್ಡ್ ಅಳಿಸಿ"</string> - <string name="start_server" msgid="9034821924409165795">"TCP ಸರ್ವರ್ ಅನ್ನು ಪ್ರಾರಂಭಿಸಿ"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP ಸರ್ವರ್ ಅನ್ನು ಸೂಚಿಸಿ"</string> + <string name="app_name" msgid="7766152617107310582">"ಬ್ಲೂಟೂತ್"</string> + <string name="insert_record" msgid="4024416351836939752">"ರೆಕಾರ್ಡ್ ಸೇರಿಸಿ"</string> + <string name="update_record" msgid="7201772850942641237">"ರೆಕಾರ್ಡ್ ಅನ್ನು ಖಚಿತಪಡಿಸಿ"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack ರೆಕಾರ್ಡ್ ಮಾಡಿ"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ಎಲ್ಲ ರೆಕಾರ್ಡ್ ಅನ್ನು ಅಳಿಸಿ"</string> + <string name="ok_button" msgid="719865942400179601">"ಸರಿ"</string> + <string name="delete_record" msgid="5713885957446255270">"ರೆಕಾರ್ಡ್ ಅಳಿಸಿ"</string> + <string name="start_server" msgid="134483798422082514">"TCP ಸರ್ವರ್ ಅನ್ನು ಪ್ರಾರಂಭಿಸಿ"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP ಸರ್ವರ್ ಅನ್ನು ಸೂಚಿಸಿ"</string> </resources> diff --git a/android/app/res/values-ko/strings.xml b/android/app/res/values-ko/strings.xml index 9c00775331..cb69829b00 100644 --- a/android/app/res/values-ko/strings.xml +++ b/android/app/res/values-ko/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"다운로드 관리자에 액세스합니다."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"앱에서 BluetoothShare 관리자에 액세스하고 이를 사용하여 파일을 전송할 수 있도록 합니다."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"블루투스 기기 액세스 허용"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"일시적으로 앱에서 블루투스 기기를 허용하여 사용자 확인을 받지 않고 블루투스 기기에서 이 기기로 파일을 보내도록 허용합니다."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"블루투스"</string> - <string name="unknown_device" msgid="9221903979877041009">"알 수 없는 장치"</string> - <string name="unknownNumber" msgid="4994750948072751566">"알 수 없음"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"비행기 모드"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"비행기 모드에서는 블루투스를 사용할 수 없습니다."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth 서비스를 사용하려면 먼저 Bluetooth를 켜야 합니다."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"지금 블루투스를 사용하시겠습니까?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"취소"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"사용"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"파일 전송"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"수신 파일을 수락하시겠습니까?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"거부"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"수락"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"확인"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\'<xliff:g id="SENDER">%1$s</xliff:g>\'님이 보내는 파일을 수락하는 동안 제한 시간을 초과했습니다."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"수신 파일"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>님이 <xliff:g id="FILE">%2$s</xliff:g>을(를) 보낼 준비가 되었습니다."</string> - <string name="notification_receiving" msgid="4674648179652543984">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 받는 중"</string> - <string name="notification_received" msgid="3324588019186687985">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 받음"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 파일이 수신되지 않았습니다."</string> - <string name="notification_sending" msgid="3035748958534983833">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 보내는 중"</string> - <string name="notification_sent" msgid="9218710861333027778">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 보냄"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% 완료"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 파일을 보내지 못함"</string> - <string name="download_title" msgid="3353228219772092586">"파일 전송"</string> - <string name="download_line1" msgid="4926604799202134144">"보낸사람: \'<xliff:g id="SENDER">%1$s</xliff:g>\'"</string> - <string name="download_line2" msgid="5876973543019417712">"파일: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"파일 크기: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"파일을 수신하는 중..."</string> - <string name="download_cancel" msgid="9177305996747500768">"중지"</string> - <string name="download_ok" msgid="5000360731674466039">"숨기기"</string> - <string name="incoming_line1" msgid="2127419875681087545">"보낸 사람"</string> - <string name="incoming_line2" msgid="3348994249285315873">"파일 이름"</string> - <string name="incoming_line3" msgid="7954237069667474024">"크기"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"파일이 수신되지 않았습니다."</string> - <string name="download_fail_line2" msgid="8950394574689971071">"파일: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"이유: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"확인"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"파일을 수신했습니다."</string> - <string name="download_succ_ok" msgid="7053688246357050216">"열기"</string> - <string name="upload_line1" msgid="2055952074059709052">"받는사람: \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'"</string> - <string name="upload_line3" msgid="4920689672457037437">"파일 형식: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"파일을 보내는 중..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"파일을 보냈습니다."</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"확인"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'에 파일을 보내지 못했습니다."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"파일: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"닫기"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"확인"</string> - <string name="unknown_file" msgid="6092727753965095366">"알 수 없는 파일"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"이러한 형식의 파일을 처리할 앱이 없습니다. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"파일 없음"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"파일이 없습니다. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"잠시 기다려 주세요."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"블루투스 켜는 중..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"파일이 수신됩니다. 알림 패널에서 진행률을 확인하세요."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"파일을 받지 못했습니다."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\'<xliff:g id="SENDER">%1$s</xliff:g>\'님으로부터 파일 받기를 중지했습니다."</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'님에게 파일을 보내는 중"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\'<xliff:g id="RECIPIENT">%2$s</xliff:g>\'에 <xliff:g id="NUMBER">%1$s</xliff:g>개 파일을 보내는 중"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'님에게 파일 보내기가 중지되었습니다."</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB 저장소에 파일을 저장할 공간이 부족합니다."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD 카드에 파일을 저장할 공간이 부족합니다."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"필요한 공간: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"처리 중인 요청이 너무 많습니다. 잠시 후에 다시 시도해 주세요."</string> - <string name="status_pending" msgid="2503691772030877944">"파일 전송을 시작하지 않았습니다."</string> - <string name="status_running" msgid="6562808920311008696">"파일이 전송되는 중입니다."</string> - <string name="status_success" msgid="239573225847565868">"파일 전송이 완료되었습니다."</string> - <string name="status_not_accept" msgid="1695082417193780738">"콘텐츠는 지원되지 않습니다."</string> - <string name="status_forbidden" msgid="613956401054050725">"상대 기기에서 전송을 금지했습니다."</string> - <string name="status_canceled" msgid="6664490318773098285">"사용자가 전송을 취소했습니다."</string> - <string name="status_file_error" msgid="3671917770630165299">"저장용량 문제"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB 저장소가 없습니다."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD 카드가 없습니다. 전송된 파일을 저장할 SD 카드를 삽입하세요."</string> - <string name="status_connection_error" msgid="947681831523219891">"연결하지 못했습니다."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"요청을 제대로 처리할 수 없습니다."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"알 수 없는 오류입니다."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"블루투스로 받은 파일"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"블루투스 공유"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> 수신을 완료했습니다."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> 전송을 완료했습니다."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"수신 전송"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"발신 전송"</string> - <string name="no_transfers" msgid="3482965619151865672">"전송 기록이 없습니다."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"목록에서 모든 항목이 삭제됩니다."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"블루투스 공유: 파일 보냄"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"블루투스 공유: 파일 받음"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"다운로드 관리자에 액세스합니다."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"앱에서 BluetoothShare 관리자에 액세스하고 이를 사용하여 파일을 전송할 수 있도록 합니다."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"블루투스 기기 액세스 허용"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"일시적으로 앱에서 블루투스 기기를 허용하여 사용자 확인을 받지 않고 블루투스 기기에서 이 기기로 파일을 보내도록 허용합니다."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"블루투스"</string> + <string name="unknown_device" msgid="2317679521750821654">"알 수 없는 장치"</string> + <string name="unknownNumber" msgid="1245183329830158661">"알 수 없음"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"비행기 모드"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"비행기 모드에서는 블루투스를 사용할 수 없습니다."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth 서비스를 사용하려면 먼저 Bluetooth를 켜야 합니다."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"지금 블루투스를 사용하시겠습니까?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"취소"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"사용"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"파일 전송"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"수신 파일을 수락하시겠습니까?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"거부"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"수락"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"확인"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\'<xliff:g id="SENDER">%1$s</xliff:g>\'님이 보내는 파일을 수락하는 동안 제한 시간을 초과했습니다."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"수신 파일"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g>에서 <xliff:g id="FILE">%2$s</xliff:g> 파일을 전송할 준비가 되었습니다."</string> + <string name="notification_receiving" msgid="8445265771083510696">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 받는 중"</string> + <string name="notification_received" msgid="2330252358543000567">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 받음"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 파일이 수신되지 않았습니다."</string> + <string name="notification_sending" msgid="8269912843286868700">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 보내는 중"</string> + <string name="notification_sent" msgid="2685202778935769332">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 보냄"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% 완료"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"블루투스 공유: <xliff:g id="FILE">%1$s</xliff:g> 파일을 보내지 못함"</string> + <string name="download_title" msgid="6449408649671518102">"파일 전송"</string> + <string name="download_line1" msgid="6449220145685308846">"보낸사람: \'<xliff:g id="SENDER">%1$s</xliff:g>\'"</string> + <string name="download_line2" msgid="7634316500490825390">"파일: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"파일 크기: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"파일을 수신하는 중..."</string> + <string name="download_cancel" msgid="1705762428762702342">"중지"</string> + <string name="download_ok" msgid="2404442707314575833">"숨기기"</string> + <string name="incoming_line1" msgid="6342300988329482408">"보낸 사람"</string> + <string name="incoming_line2" msgid="2199520895444457585">"파일 이름"</string> + <string name="incoming_line3" msgid="8630078246326525633">"크기"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"파일이 수신되지 않았습니다."</string> + <string name="download_fail_line2" msgid="4289018531070750414">"파일: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"이유: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"확인"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"파일을 수신했습니다."</string> + <string name="download_succ_ok" msgid="7488662808922799824">"열기"</string> + <string name="upload_line1" msgid="1912803923255989287">"받는사람: \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'"</string> + <string name="upload_line3" msgid="5964902647036741603">"파일 형식: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"파일을 보내는 중..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"파일을 보냈습니다."</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"확인"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'에 파일을 보내지 못했습니다."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"파일: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"닫기"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"확인"</string> + <string name="unknown_file" msgid="3719981572107052685">"알 수 없는 파일"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"이러한 형식의 파일을 처리할 앱이 없습니다. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"파일 없음"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"파일이 없습니다. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"잠시 기다려 주세요."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"블루투스 켜는 중..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"파일이 수신됩니다. 알림 패널에서 진행률을 확인하세요."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"파일을 받지 못했습니다."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\'<xliff:g id="SENDER">%1$s</xliff:g>\'님으로부터 파일 받기를 중지했습니다."</string> + <string name="bt_toast_4" msgid="480365991944956695">"\'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'님에게 파일을 보내는 중"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\'<xliff:g id="RECIPIENT">%2$s</xliff:g>\'에 <xliff:g id="NUMBER">%1$s</xliff:g>개 파일을 보내는 중"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'님에게 파일 보내기가 중지되었습니다."</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB 저장소에 파일을 저장할 공간이 부족합니다."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD 카드에 파일을 저장할 공간이 부족합니다."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"필요한 공간: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"처리 중인 요청이 너무 많습니다. 잠시 후에 다시 시도해 주세요."</string> + <string name="status_pending" msgid="4781040740237733479">"파일 전송을 시작하지 않았습니다."</string> + <string name="status_running" msgid="7419075903776657351">"파일이 전송되는 중입니다."</string> + <string name="status_success" msgid="7963589000098719541">"파일 전송이 완료되었습니다."</string> + <string name="status_not_accept" msgid="1165798802740579658">"콘텐츠는 지원되지 않습니다."</string> + <string name="status_forbidden" msgid="4017060451358837245">"상대 기기에서 전송을 금지했습니다."</string> + <string name="status_canceled" msgid="8441679418717978515">"사용자가 전송을 취소했습니다."</string> + <string name="status_file_error" msgid="5379018888714679311">"저장용량 문제"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB 저장소가 없습니다."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD 카드가 없습니다. 전송된 파일을 저장할 SD 카드를 삽입하세요."</string> + <string name="status_connection_error" msgid="8253709700568062220">"연결하지 못했습니다."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"요청을 제대로 처리할 수 없습니다."</string> + <string name="status_unknown_error" msgid="314676481744304866">"알 수 없는 오류입니다."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"블루투스로 받은 파일"</string> + <string name="opp_notification_group" msgid="150067508422520653">"블루투스 공유"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> 수신을 완료했습니다."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> 전송을 완료했습니다."</string> + <string name="inbound_history_title" msgid="189623888169624862">"수신 전송"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"발신 전송"</string> + <string name="no_transfers" msgid="740521199933899821">"전송 기록이 없습니다."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"목록에서 모든 항목이 삭제됩니다."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"블루투스 공유: 파일 보냄"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"블루투스 공유: 파일 받음"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>개 실패</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g>개 실패</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>개 성공 %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g>개 성공 %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"목록 지우기"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"열기"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"목록에서 지우기"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"지우기"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"지금 재생 중"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"저장"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"취소"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"블루투스를 통해 공유하려는 계정을 선택하세요. 연결할 때 계정에 대한 모든 액세스를 수락해야 합니다."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"남은 슬롯:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"애플리케이션 아이콘"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"블루투스 메시지 공유 설정"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"계정을 선택할 수 없습니다. 남은 슬롯이 없습니다."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"블루투스 오디오가 연결됨"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"블루투스 오디오가 연결 해제됨"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"블루투스 오디오"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB보다 큰 파일은 전송할 수 없습니다"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"블루투스에 연결"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"목록 지우기"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"열기"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"목록에서 지우기"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"지우기"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"지금 재생 중"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"저장"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"취소"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"블루투스를 통해 공유하려는 계정을 선택하세요. 연결할 때 계정에 대한 모든 액세스를 수락해야 합니다."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"남은 슬롯:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"애플리케이션 아이콘"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"블루투스 메시지 공유 설정"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"계정을 선택할 수 없습니다. 남은 슬롯이 없습니다."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"블루투스 오디오가 연결됨"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"블루투스 오디오가 연결 해제됨"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"블루투스 오디오"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB보다 큰 파일은 전송할 수 없습니다"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"블루투스에 연결"</string> </resources> diff --git a/android/app/res/values-ko/strings_pbap.xml b/android/app/res/values-ko/strings_pbap.xml index 1f60062412..9e2a557f4c 100644 --- a/android/app/res/values-ko/strings_pbap.xml +++ b/android/app/res/values-ko/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s의 세션 키 입력"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"블루투스 세션 키 요청"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s 연결 수락 제한 시간이 초과되었습니다."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s에 세션 키 입력 제한 시간이 초과되었습니다."</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex 인증 요청"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"세션 키"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s의 세션 키 입력"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"알 수 없는 이름"</string> - <string name="localPhoneName" msgid="2349001318925409159">"내 이름"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"블루투스 연락처 공유"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s의 세션 키 입력"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"블루투스 세션 키 요청"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s 연결 수락 제한 시간이 초과되었습니다."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s에 세션 키 입력 제한 시간이 초과되었습니다."</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex 인증 요청"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"세션 키"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s의 세션 키 입력"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"알 수 없는 이름"</string> + <string name="localPhoneName" msgid="9119254982537191352">"내 이름"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"블루투스 연락처 공유"</string> </resources> diff --git a/android/app/res/values-ko/strings_pbap_client.xml b/android/app/res/values-ko/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ko/strings_pbap_client.xml +++ b/android/app/res/values-ko/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ko/strings_sap.xml b/android/app/res/values-ko/strings_sap.xml index f4cb6e94f6..5400aabaee 100644 --- a/android/app/res/values-ko/strings_sap.xml +++ b/android/app/res/values-ko/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"블루투스 SIM 액세스"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"블루투스 SIM 액세스"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"클라이언트가 연결 해제하도록 요청하시겠습니까?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"클라이언트가 연결 해제하도록 대기 중"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"연결 끊기"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"강제 연결 해제"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"블루투스 SIM 액세스"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"블루투스 SIM 액세스"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"클라이언트가 연결 해제하도록 요청하시겠습니까?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"클라이언트가 연결 해제하도록 대기 중"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"연결 끊기"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"강제 연결 해제"</string> </resources> diff --git a/android/app/res/values-ko/test_strings.xml b/android/app/res/values-ko/test_strings.xml index 2a242892da..800ab0609f 100644 --- a/android/app/res/values-ko/test_strings.xml +++ b/android/app/res/values-ko/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"블루투스"</string> - <string name="insert_record" msgid="1450997173838378132">"기록 삽입"</string> - <string name="update_record" msgid="2480425402384910635">"기록 확인"</string> - <string name="ack_record" msgid="6716152390978472184">"기록 인식"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"모든 기록 삭제"</string> - <string name="ok_button" msgid="6519033415223065454">"확인"</string> - <string name="delete_record" msgid="4645040331967533724">"기록 삭제"</string> - <string name="start_server" msgid="9034821924409165795">"TCP 서버 시작"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP 서버 알림"</string> + <string name="app_name" msgid="7766152617107310582">"블루투스"</string> + <string name="insert_record" msgid="4024416351836939752">"기록 삽입"</string> + <string name="update_record" msgid="7201772850942641237">"기록 확인"</string> + <string name="ack_record" msgid="2404738476192250210">"기록 인식"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"모든 기록 삭제"</string> + <string name="ok_button" msgid="719865942400179601">"확인"</string> + <string name="delete_record" msgid="5713885957446255270">"기록 삭제"</string> + <string name="start_server" msgid="134483798422082514">"TCP 서버 시작"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP 서버 알림"</string> </resources> diff --git a/android/app/res/values-ky/strings.xml b/android/app/res/values-ky/strings.xml index 926252a383..5762fb5a97 100644 --- a/android/app/res/values-ky/strings.xml +++ b/android/app/res/values-ky/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Жүктөө менежерине жетүү."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Колдонмого BluetoothАлмашуу менежерине жетип, ал аркылуу файлдарды өткөрүү уруксатын берет."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth түзмөгүнө кирүү мүмкүнчүлүгүн уруксат берилгендердин тизмесине жайгаштыруу."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Колдонмого Bluetooth түзмөгүн уруксат берилгендердин тизмесине убактылуу жайгаштырып, колдонуучунун уруксатысыз файлдарды ал түзмөктөн бул түзмөккө жөнөтүү мүмкүнчүлүгүн берет."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Белгисиз түзмөк"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Белгисиз"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Учак тартиби"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Учак тартибинде Bluetooth колдоно албайсыз."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth кызматтарын колдонуш үчүн, биринчи Bluetooth\'ду жандырышыңыз керек."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth жандырылсынбы?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Айнуу"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Жандыруу"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Файл өткөрүү"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Келүүчү файл кабыл алынсынбы?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Баш тартуу"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Кабыл алуу"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жөнөткөн файлды алуу мөөнөтү өтүп кетти."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Кирүүчү файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> жөнөтүүгө даяр"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> алынууда"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> алынды"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> алынган жок"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> жөнөтүлүүдө"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> жөнөтүлдү"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% бүттү"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> жөнөтүлгөн жок"</string> - <string name="download_title" msgid="3353228219772092586">"Файл өткөрүү"</string> - <string name="download_line1" msgid="4926604799202134144">"Жөнөтүүчү: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Файл өлчөмү: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Файл алынууда…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Токтотуу"</string> - <string name="download_ok" msgid="5000360731674466039">"Жашыруу"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Кимден"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Файлдын аталышы"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Өлчөмү"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файл алынган жок"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Себеп: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файл алынды"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ачуу"</string> - <string name="upload_line1" msgid="2055952074059709052">"Алуучу: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Файлдын түрү: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Файл жөнөтүлүүдө…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файл жөнөтүлдү"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файл бул алуучуга жөнөтүлгөн жок: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Жабуу"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Белгисиз файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Бул түрдөгү файлды иштетүүчү колдонмо жок. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Файл жок"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Мындай файл жок. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Күтө туруңуз…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth жандырылууда…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Файл алынат. Билдирмелер тактасынан жүрүшүн байкап турсаңыз болот."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Файлды алуу мүмкүн эмес."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жөнөткөн файлды алуу токтотулду"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Кийинкиге файл жөнөтүлүүдө: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" дарегине <xliff:g id="NUMBER">%1$s</xliff:g> файл жөнөтүлүүдө"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" дарегине файл жөнөтүү токтотулду"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Файлды сактоо үчүн USB сактагычында орун жетишсиз."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Файлды сактоо үчүн SD-картада орун жетишсиз."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Керектүү орун: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Өтө көп талаптар иштетилүүдө. Кайта аракеттениңиз."</string> - <string name="status_pending" msgid="2503691772030877944">"Файл өткөрүү баштала элек."</string> - <string name="status_running" msgid="6562808920311008696">"Файл өткөрүү жүрүүдө."</string> - <string name="status_success" msgid="239573225847565868">"Файл өткөрүү ийгиликтүү аяктады."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Мазмун колдоого алынбайт."</string> - <string name="status_forbidden" msgid="613956401054050725">"Алуучу түзмөк өткөрүүгө тыюу салды."</string> - <string name="status_canceled" msgid="6664490318773098285">"Өткөрүү колдонуучу тарабынан токтотулду."</string> - <string name="status_file_error" msgid="3671917770630165299">"Сактагычта маселе бар."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB эстутуму жок."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD-карта жок. Өткөрүлгөн файлдарды сактоо үчүн SD-картаны салыңыз."</string> - <string name="status_connection_error" msgid="947681831523219891">"Байланышкан жок."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Сурамды туура иштетүү мүмкүн эмес."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Белгисиз ката."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth аркылуу алынгандар"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth аркылуу бөлүшүү"</string> - <string name="download_success" msgid="7036160438766730871">"Бардыгы кабыл алынды: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Бардыгы жөнөтүлдү: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Кириш өткөрүүлөр"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Чыгуучу өткөрүүлөр"</string> - <string name="no_transfers" msgid="3482965619151865672">"Эч нерсе алына элек"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Тизмек толугу менен тазаланат."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth бөлүшүү: Файлдар жөнөтүлдү"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth бөлүшүү: Алынган файлдар"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Жүктөө менежерине жетүү."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Колдонмого BluetoothАлмашуу менежерине жетип, ал аркылуу файлдарды өткөрүү уруксатын берет."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth түзмөгүнө кирүү мүмкүнчүлүгүн уруксат берилгендердин тизмесине жайгаштыруу."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Колдонмого Bluetooth түзмөгүн уруксат берилгендердин тизмесине убактылуу жайгаштырып, колдонуучунун уруксатысыз файлдарды ал түзмөктөн бул түзмөккө жөнөтүү мүмкүнчүлүгүн берет."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Белгисиз түзмөк"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Белгисиз"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Учак тартиби"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Учак тартибинде Bluetooth колдоно албайсыз."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth кызматтарын колдонуш үчүн, биринчи Bluetooth\'ду жандырышыңыз керек."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth жандырылсынбы?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Айнуу"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Жандыруу"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Файл өткөрүү"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Келүүчү файл кабыл алынсынбы?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Баш тартуу"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Кабыл алуу"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жөнөткөн файлды алуу мөөнөтү өтүп кетти."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Кирүүчү файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> түзмөгү <xliff:g id="FILE">%2$s</xliff:g> файлын жөнөтүүгө даяр"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> алынууда"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> алынды"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> алынган жок"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> жөнөтүлүүдө"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> жөнөтүлдү"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% бүттү"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth бөлүшүү: <xliff:g id="FILE">%1$s</xliff:g> жөнөтүлгөн жок"</string> + <string name="download_title" msgid="6449408649671518102">"Файл өткөрүү"</string> + <string name="download_line1" msgid="6449220145685308846">"Жөнөтүүчү: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Файл өлчөмү: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Файл алынууда…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Токтотуу"</string> + <string name="download_ok" msgid="2404442707314575833">"Жашыруу"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Кимден"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Файлдын аталышы"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Өлчөмү"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файл алынган жок"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Себеп: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файл алынды"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ачуу"</string> + <string name="upload_line1" msgid="1912803923255989287">"Алуучу: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Файлдын түрү: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Файл жөнөтүлүүдө…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файл жөнөтүлдү"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файл бул алуучуга жөнөтүлгөн жок: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Жабуу"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Белгисиз файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Бул түрдөгү файлды иштетүүчү колдонмо жок. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Файл жок"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Мындай файл жок. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Күтө туруңуз…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth жандырылууда…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Файл алынат. Билдирмелер тактасынан жүрүшүн байкап турсаңыз болот."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Файлды алуу мүмкүн эмес."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" жөнөткөн файлды алуу токтотулду"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Кийинкиге файл жөнөтүлүүдө: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" дарегине <xliff:g id="NUMBER">%1$s</xliff:g> файл жөнөтүлүүдө"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" дарегине файл жөнөтүү токтотулду"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Файлды сактоо үчүн USB сактагычында орун жетишсиз."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Файлды сактоо үчүн SD-картада орун жетишсиз."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Керектүү орун: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Өтө көп талаптар иштетилүүдө. Кайта аракеттениңиз."</string> + <string name="status_pending" msgid="4781040740237733479">"Файл өткөрүү баштала элек."</string> + <string name="status_running" msgid="7419075903776657351">"Файл өткөрүү жүрүүдө."</string> + <string name="status_success" msgid="7963589000098719541">"Файл өткөрүү ийгиликтүү аяктады."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Мазмун колдоого алынбайт."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Алуучу түзмөк өткөрүүгө тыюу салды."</string> + <string name="status_canceled" msgid="8441679418717978515">"Өткөрүү колдонуучу тарабынан токтотулду."</string> + <string name="status_file_error" msgid="5379018888714679311">"Сактагычта маселе бар."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB эстутуму жок."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD-карта жок. Өткөрүлгөн файлдарды сактоо үчүн SD-картаны салыңыз."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Байланышкан жок."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Сурамды туура иштетүү мүмкүн эмес."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Белгисиз ката."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth аркылуу алынгандар"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth аркылуу бөлүшүү"</string> + <string name="download_success" msgid="3438268368708549686">"Бардыгы кабыл алынды: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Бардыгы жөнөтүлдү: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Кириш өткөрүүлөр"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Чыгуучу өткөрүүлөр"</string> + <string name="no_transfers" msgid="740521199933899821">"Эч нерсе алына элек"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Тизмек толугу менен тазаланат."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth бөлүшүү: Файлдар жөнөтүлдү"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth бөлүшүү: Алынган файлдар"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ийгиликсиз болду.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ийгиликсиз болду.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ийгиликтүү бүттү, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> ийгиликтүү бүттү, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Тизмекти тазалоо"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Ачуу"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Тизмектен алып салуу"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Тазалоо"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Эмне ойноп жатат?"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Сактоо"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Жокко чыгаруу"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth аркылуу бөлүшө турган каттоо эсептерин тандаңыз. Туташкан сайын аккаунттарына кирүү мүмкүнчүлүгүн ырастап турушуңуз керек."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Калган көзөнөктөр:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Колдонмонун сүрөтчөсү"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth билдирүү бөлүшүү жөндөөлөрү"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Аккаунт тандалбай жатат: 0 орун калды"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth аудио туташты"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth аудио ажыратылды"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth аудио"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4Гб чоң файлдарды өткөрүү мүмкүн эмес"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth\'га туташуу"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Тизмекти тазалоо"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Ачуу"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Тизмектен алып салуу"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Тазалоо"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Эмне ойноп жатат?"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Сактоо"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Жокко чыгаруу"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth аркылуу бөлүшө турган каттоо эсептерин тандаңыз. Туташкан сайын аккаунттарына кирүү мүмкүнчүлүгүн ырастап турушуңуз керек."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Калган көзөнөктөр:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Колдонмонун сүрөтчөсү"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth билдирүү бөлүшүү жөндөөлөрү"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Аккаунт тандалбай жатат: 0 орун калды"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth аудио туташты"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth аудио ажыратылды"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth аудио"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4Гб чоң файлдарды өткөрүү мүмкүн эмес"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth\'га туташуу"</string> </resources> diff --git a/android/app/res/values-ky/strings_pbap.xml b/android/app/res/values-ky/strings_pbap.xml index 63d050fe1e..0228161654 100644 --- a/android/app/res/values-ky/strings_pbap.xml +++ b/android/app/res/values-ky/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s үчүн сессиянын ачкычын териңиз"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth сессиясынын ачкычы талап кылынат"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s сунуштаган туташууну кабыл алуу мөөнөтү өтүп кетти."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s менен сессия ачкычын киргизүү мөөнөтү өтү кетти"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex аутентификация талабы"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Сессия Ачкычы"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s сессиясынын ачкычын териңиз"</string> - <string name="defaultname" msgid="4821590500649090078">"Автоунаа гарнитурасы"</string> - <string name="unknownName" msgid="2841414754740600042">"Белгисиз ат"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Менин атым"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth аркылуу байланыш менен бөлүшүү"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s үчүн сессиянын ачкычын териңиз"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth сессиясынын ачкычы талап кылынат"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s сунуштаган туташууну кабыл алуу мөөнөтү өтүп кетти."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s менен сессия ачкычын киргизүү мөөнөтү өтү кетти"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex аутентификация талабы"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Сессия Ачкычы"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s сессиясынын ачкычын териңиз"</string> + <string name="defaultname" msgid="6200530814398805541">"Автоунаа гарнитурасы"</string> + <string name="unknownName" msgid="6755061296103155293">"Белгисиз ат"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Менин атым"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth аркылуу байланыш менен бөлүшүү"</string> </resources> diff --git a/android/app/res/values-ky/strings_pbap_client.xml b/android/app/res/values-ky/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ky/strings_pbap_client.xml +++ b/android/app/res/values-ky/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ky/strings_sap.xml b/android/app/res/values-ky/strings_sap.xml index de4b50ef15..7d9156bfb5 100644 --- a/android/app/res/values-ky/strings_sap.xml +++ b/android/app/res/values-ky/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM уруксаты"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM Уруксаты"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Кардардан ажыратуу өтүнүлсүнбү?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Кардардын ажыратышы күтүлүүдө"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Ажыратуу"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Мажбурлап ажыратуу"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM уруксаты"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM Уруксаты"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Кардардан ажыратуу өтүнүлсүнбү?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Кардардын ажыратышы күтүлүүдө"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Ажыратуу"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Мажбурлап ажыратуу"</string> </resources> diff --git a/android/app/res/values-ky/test_strings.xml b/android/app/res/values-ky/test_strings.xml index 1943811ecb..bde39cc522 100644 --- a/android/app/res/values-ky/test_strings.xml +++ b/android/app/res/values-ky/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Жазуу киргизүү"</string> - <string name="update_record" msgid="2480425402384910635">"Жазууну ырастоо"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Бардык жазууларды жок кылуу"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Жазууну жок кылуу"</string> - <string name="start_server" msgid="9034821924409165795">"TCP серверин баштоо"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP серверин маалымдоо"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Жазуу киргизүү"</string> + <string name="update_record" msgid="7201772850942641237">"Жазууну ырастоо"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Бардык жазууларды жок кылуу"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Жазууну жок кылуу"</string> + <string name="start_server" msgid="134483798422082514">"TCP серверин баштоо"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP серверин маалымдоо"</string> </resources> diff --git a/android/app/res/values-lo/strings.xml b/android/app/res/values-lo/strings.xml index 61f20f7894..c393736851 100644 --- a/android/app/res/values-lo/strings.xml +++ b/android/app/res/values-lo/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ເຂົ້າເຖິງໂຕຈັດການການດາວໂຫລດ."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"ອະນຸຍາດໃຫ້ແອັບຯນີ້ເຂົາເຖິງໂຕຈັດການ BluetoothShare ແລະໃຊ້ມັນເພື່ອສົ່ງໄຟລ໌."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ສ້າງລາຍຊື່ຍອມຮັບການເຂົ້າເຖິງອຸປະກອນ Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ອະນຸຍາດໃຫ້ແອັບສ້າງລາຍຊື່ຍອມຮັບການເຂົ້າເຖິງອຸປະກອນ Bluetooth ຊົ່ວຄາວໄດ້, ເຊິ່ງຈະເຮັດໃຫ້ອຸປະກອນນັ້ນສົ່ງໄຟລ໌ໄປຫາອຸປະກອນນີ້ໄດ້ໂດຍບໍ່ຕ້ອງໃຫ້ຜູ້ໃຊ້ຢືນຢັນ."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"ອຸປະກອນທີ່ບໍ່ຮູ້ຈັກ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ບໍ່ຮູ້ຈັກ"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ໂໝດຢູ່ເທິງຍົນ"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"ທ່ານບໍ່ສາມາດໃຊ້ Bluetooth ໃນໂໝດຢູ່ເທິງຍົນໄດ້."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ໃນການນຳໃຊ້ບໍລິການ Bluetooth, ທ່ານຕ້ອງເປີດ Bluetooth ກ່ອນ."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ເປີດ Bluetooth ດຽວນີ້ບໍ່?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ຍົກເລີກ"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ເປີດ"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ການໂອນໄຟລ໌"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ຮັບເອົາໄຟລ໌ທີ່ເຂົາມາບໍ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"ປະຕິເສດ"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ຮັບເອົາ"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ຕົກລົງ"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"ເກີດມີການໝົດເວລາໃນລະຫວ່າງທີ່ກຳລັງຮັບເອົາໄຟລ໌ທີ່ເຂົ້າມາຈາກ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ໄຟລ໌ເຂົ້າມາ"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ພ້ອມທີ່ຈະສົ່ງ <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ແບ່ງປັນໃນ Bluetooth: ກຳລັງຮັບເອົາ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"ແບ່ງປັນໃນ Bluetooth: ໄດ້ຮັບ <xliff:g id="FILE">%1$s</xliff:g> ແລ້ວ"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ແບ່ງປັນໃນ Bluetooth: ບໍ່ໄດ້ຮັບ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"ແບ່ງປັນໃນ Bluetooth: ກຳລັງສົ່ງ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"ແບ່ງປັນໃນ Bluetooth: ສົ່ງ <xliff:g id="FILE">%1$s</xliff:g> ແລ້ວ"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% ສໍາເລັດແລ້ວ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ແບ່ງປັນໃນ Bluetooth: ໄຟລ໌<xliff:g id="FILE">%1$s</xliff:g> ບໍ່ໄດ້ຖືກສົ່ງ"</string> - <string name="download_title" msgid="3353228219772092586">"ໂອນໄຟລ໌"</string> - <string name="download_line1" msgid="4926604799202134144">"ຈາກ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ໄຟລ໌: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ຂະໜາດໄຟລ໌: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ກຳລັງຮັບເອົາໄຟລ໌..."</string> - <string name="download_cancel" msgid="9177305996747500768">"ຢຸດ"</string> - <string name="download_ok" msgid="5000360731674466039">"ເຊື່ອງ"</string> - <string name="incoming_line1" msgid="2127419875681087545">"ຈາກ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ຊື່ໄຟລ໌"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ຂະໜາດ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ໄຟລ໌ບໍ່ໄດ້ຮັບ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ໄຟລ໌: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"ເຫດຜົນ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ຕົກລົງ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ໄດ້ຮັບໄຟລ໌ແລ້ວ"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ເປີດ"</string> - <string name="upload_line1" msgid="2055952074059709052">"ເຖິງ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ປະເພດຂອງໄຟລ໌: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ກຳລັງສົ່ງໄຟລ໌..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ໄຟລ໌ຖືກສົ່ງແລ້ວ"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ຕົກລົງ"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ໄຟລ໌ດັ່ງກ່າວບໍ່ໄດ້ຖືກສົ່ງໄປທີ່ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ໄຟລ໌: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ປິດ"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"ໄຟລ໌ທີ່ບໍ່ຮູ້ຈັກ"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ບໍ່ມີແອັບຯໃດຈັດການໄຟລ໌ປະເພດນີ້ໄດ້. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ບໍ່ມີໄຟລ໌"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ໄຟລ໌ດັ່ງກ່າວບໍ່ມີຢູ່ \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"ກະລຸນາລໍຖ້າ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ກຳລັງເປີດ Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"ຈະໄດ້ຮັບໄຟລ໌ດັ່ງກ່າວ. ກວດສອບການດຳເນີນການໃນແຜງການແຈ້ງເຕືອນ."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ບໍ່ສາມາດຮັບໄຟລ໌ໄດ້."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"ຢຸດການຮັບໄຟລ໌ຈາກ \"<xliff:g id="SENDER">%1$s</xliff:g>\" ແລ້ວ"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"ກຳລັງສົ່ງໄຟລ໌ໄປຫາ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"ກຳລັງສົ່ງ <xliff:g id="NUMBER">%1$s</xliff:g> ໄຟລ໌ໄປຫາ \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"ຢຸດການສົ່ງໄຟລ໌ໄປຫາ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ແລ້ວ"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ມີພື້ນທີ່ຢູ່ບ່ອນຈັດເກັບຂໍ້ມູນ USB ບໍ່ພຽງພໍໃຫ້ບັນທຶກໄຟລ໌."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ມີພື້ນທີ່ຢູ່ SD card ບໍ່ພຽງພໍໃຫ້ບັນທຶກໄຟລ໌."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ພື້ນທີ່ທີ່ຕ້ອງການ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"ມີການຮ້ອງຂໍຫຼາຍເກີນໄປ, ກະລຸນາລອງໃໝ່ພາຍຫຼັງ."</string> - <string name="status_pending" msgid="2503691772030877944">"ການໂອນໄຟລ໌ຍັງບໍ່ທັນໄດ້ເລີ່ມເທື່ອ."</string> - <string name="status_running" msgid="6562808920311008696">"ການໂອນໄຟລ໌ກຳລັງດຳເນີນຢູ່."</string> - <string name="status_success" msgid="239573225847565868">"ການໂອນໄຟລ໌ສຳເລັດແລ້ວ."</string> - <string name="status_not_accept" msgid="1695082417193780738">"ເນື້ອຫາບໍ່ໄດ້ຖືກຮອງຮັບ."</string> - <string name="status_forbidden" msgid="613956401054050725">"ການໂອນໄຟລ໌ຖືກປິດກັ້ນໂດຍອຸປະກອນປາຍທາງ."</string> - <string name="status_canceled" msgid="6664490318773098285">"ການໂອນຖືກຍົກເລີກໂດຍຜູ່ໃຊ້."</string> - <string name="status_file_error" msgid="3671917770630165299">"ປັນຫາພື້ນທີ່ເກັບຂໍ້ມູນ."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"ບໍ່ມີບ່ອນຈັດເກັບຂໍ້ມູນ USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"ບໍ່ມີ SD ກາດ. ໃສ່ SD ກາດເພື່ອບັນທຶກໄຟລ໌ທີ່ໂອນມາ."</string> - <string name="status_connection_error" msgid="947681831523219891">"ການເຊື່ອມຕໍ່ບໍ່ສຳເລັດຜົນ"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ການຮ້ອງຂໍບໍ່ສາມາດຖືກຈັດການໄດ້ຢ່າງຖືກຕ້ອງ."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"ຄວາມຜິດພາດທີ່ບໍ່ຮູ້ຈັກ."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ໄຟລ໌ທີ່ໄດ້ຮັບແລ້ວຈາກ Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ແບ່ງປັນໃນ Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ໄດ້ຮັບຮຽບຮ້ອຍແລ້ວ."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ຖືກສົ່ງສຳເລັດແລ້ວ."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ການໂອນເຂົ້າ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ການໂອນອອກ"</string> - <string name="no_transfers" msgid="3482965619151865672">"ປະຫວັດການໂອນຫວ່າງເປົ່າ."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ລາຍການທັງໝົດຈະຖືກລຶບອອກຈາກລາຍການດັ່ງກ່າວ."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ແບ່ງປັນໃນ Bluetooth: ໄຟລ໌ສົ່ງແລ້ວ"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ແບ່ງປັນໃນ Bluetooth: ໄຟລ໌ໄດ້ຮັບແລ້ວ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ເຂົ້າເຖິງໂຕຈັດການການດາວໂຫລດ."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"ອະນຸຍາດໃຫ້ແອັບຯນີ້ເຂົາເຖິງໂຕຈັດການ BluetoothShare ແລະໃຊ້ມັນເພື່ອສົ່ງໄຟລ໌."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ສ້າງລາຍຊື່ຍອມຮັບການເຂົ້າເຖິງອຸປະກອນ Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ອະນຸຍາດໃຫ້ແອັບສ້າງລາຍຊື່ຍອມຮັບການເຂົ້າເຖິງອຸປະກອນ Bluetooth ຊົ່ວຄາວໄດ້, ເຊິ່ງຈະເຮັດໃຫ້ອຸປະກອນນັ້ນສົ່ງໄຟລ໌ໄປຫາອຸປະກອນນີ້ໄດ້ໂດຍບໍ່ຕ້ອງໃຫ້ຜູ້ໃຊ້ຢືນຢັນ."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"ອຸປະກອນທີ່ບໍ່ຮູ້ຈັກ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ບໍ່ຮູ້ຈັກ"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ໂໝດຢູ່ເທິງຍົນ"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"ທ່ານບໍ່ສາມາດໃຊ້ Bluetooth ໃນໂໝດຢູ່ເທິງຍົນໄດ້."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ໃນການນຳໃຊ້ບໍລິການ Bluetooth, ທ່ານຕ້ອງເປີດ Bluetooth ກ່ອນ."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ເປີດ Bluetooth ດຽວນີ້ບໍ່?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ຍົກເລີກ"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ເປີດ"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ການໂອນໄຟລ໌"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ຮັບເອົາໄຟລ໌ທີ່ເຂົາມາບໍ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"ປະຕິເສດ"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ຮັບເອົາ"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ຕົກລົງ"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"ເກີດມີການໝົດເວລາໃນລະຫວ່າງທີ່ກຳລັງຮັບເອົາໄຟລ໌ທີ່ເຂົ້າມາຈາກ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ໄຟລ໌ເຂົ້າມາ"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ພ້ອມສົ່ງໄຟລ໌ແລ້ວ: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ແບ່ງປັນໃນ Bluetooth: ກຳລັງຮັບເອົາ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"ແບ່ງປັນໃນ Bluetooth: ໄດ້ຮັບ <xliff:g id="FILE">%1$s</xliff:g> ແລ້ວ"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ແບ່ງປັນໃນ Bluetooth: ບໍ່ໄດ້ຮັບ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"ແບ່ງປັນໃນ Bluetooth: ກຳລັງສົ່ງ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"ແບ່ງປັນໃນ Bluetooth: ສົ່ງ <xliff:g id="FILE">%1$s</xliff:g> ແລ້ວ"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% ສໍາເລັດແລ້ວ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ແບ່ງປັນໃນ Bluetooth: ໄຟລ໌<xliff:g id="FILE">%1$s</xliff:g> ບໍ່ໄດ້ຖືກສົ່ງ"</string> + <string name="download_title" msgid="6449408649671518102">"ໂອນໄຟລ໌"</string> + <string name="download_line1" msgid="6449220145685308846">"ຈາກ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ໄຟລ໌: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ຂະໜາດໄຟລ໌: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ກຳລັງຮັບເອົາໄຟລ໌..."</string> + <string name="download_cancel" msgid="1705762428762702342">"ຢຸດ"</string> + <string name="download_ok" msgid="2404442707314575833">"ເຊື່ອງ"</string> + <string name="incoming_line1" msgid="6342300988329482408">"ຈາກ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ຊື່ໄຟລ໌"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ຂະໜາດ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ໄຟລ໌ບໍ່ໄດ້ຮັບ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ໄຟລ໌: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"ເຫດຜົນ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ຕົກລົງ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ໄດ້ຮັບໄຟລ໌ແລ້ວ"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ເປີດ"</string> + <string name="upload_line1" msgid="1912803923255989287">"ເຖິງ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ປະເພດຂອງໄຟລ໌: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ກຳລັງສົ່ງໄຟລ໌..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ໄຟລ໌ຖືກສົ່ງແລ້ວ"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ຕົກລົງ"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ໄຟລ໌ດັ່ງກ່າວບໍ່ໄດ້ຖືກສົ່ງໄປທີ່ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ໄຟລ໌: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ປິດ"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"ໄຟລ໌ທີ່ບໍ່ຮູ້ຈັກ"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ບໍ່ມີແອັບຯໃດຈັດການໄຟລ໌ປະເພດນີ້ໄດ້. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ບໍ່ມີໄຟລ໌"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ໄຟລ໌ດັ່ງກ່າວບໍ່ມີຢູ່ \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"ກະລຸນາລໍຖ້າ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ກຳລັງເປີດ Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ຈະໄດ້ຮັບໄຟລ໌ດັ່ງກ່າວ. ກວດສອບການດຳເນີນການໃນແຜງການແຈ້ງເຕືອນ."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ບໍ່ສາມາດຮັບໄຟລ໌ໄດ້."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"ຢຸດການຮັບໄຟລ໌ຈາກ \"<xliff:g id="SENDER">%1$s</xliff:g>\" ແລ້ວ"</string> + <string name="bt_toast_4" msgid="480365991944956695">"ກຳລັງສົ່ງໄຟລ໌ໄປຫາ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"ກຳລັງສົ່ງ <xliff:g id="NUMBER">%1$s</xliff:g> ໄຟລ໌ໄປຫາ \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"ຢຸດການສົ່ງໄຟລ໌ໄປຫາ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ແລ້ວ"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ມີພື້ນທີ່ຢູ່ບ່ອນຈັດເກັບຂໍ້ມູນ USB ບໍ່ພຽງພໍໃຫ້ບັນທຶກໄຟລ໌."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ມີພື້ນທີ່ຢູ່ SD card ບໍ່ພຽງພໍໃຫ້ບັນທຶກໄຟລ໌."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ພື້ນທີ່ທີ່ຕ້ອງການ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"ມີການຮ້ອງຂໍຫຼາຍເກີນໄປ, ກະລຸນາລອງໃໝ່ພາຍຫຼັງ."</string> + <string name="status_pending" msgid="4781040740237733479">"ການໂອນໄຟລ໌ຍັງບໍ່ທັນໄດ້ເລີ່ມເທື່ອ."</string> + <string name="status_running" msgid="7419075903776657351">"ການໂອນໄຟລ໌ກຳລັງດຳເນີນຢູ່."</string> + <string name="status_success" msgid="7963589000098719541">"ການໂອນໄຟລ໌ສຳເລັດແລ້ວ."</string> + <string name="status_not_accept" msgid="1165798802740579658">"ເນື້ອຫາບໍ່ໄດ້ຖືກຮອງຮັບ."</string> + <string name="status_forbidden" msgid="4017060451358837245">"ການໂອນໄຟລ໌ຖືກປິດກັ້ນໂດຍອຸປະກອນປາຍທາງ."</string> + <string name="status_canceled" msgid="8441679418717978515">"ການໂອນຖືກຍົກເລີກໂດຍຜູ່ໃຊ້."</string> + <string name="status_file_error" msgid="5379018888714679311">"ປັນຫາພື້ນທີ່ເກັບຂໍ້ມູນ."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"ບໍ່ມີບ່ອນຈັດເກັບຂໍ້ມູນ USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"ບໍ່ມີ SD ກາດ. ໃສ່ SD ກາດເພື່ອບັນທຶກໄຟລ໌ທີ່ໂອນມາ."</string> + <string name="status_connection_error" msgid="8253709700568062220">"ການເຊື່ອມຕໍ່ບໍ່ສຳເລັດຜົນ"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ການຮ້ອງຂໍບໍ່ສາມາດຖືກຈັດການໄດ້ຢ່າງຖືກຕ້ອງ."</string> + <string name="status_unknown_error" msgid="314676481744304866">"ຄວາມຜິດພາດທີ່ບໍ່ຮູ້ຈັກ."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ໄຟລ໌ທີ່ໄດ້ຮັບແລ້ວຈາກ Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ແບ່ງປັນໃນ Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ໄດ້ຮັບຮຽບຮ້ອຍແລ້ວ."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ຖືກສົ່ງສຳເລັດແລ້ວ."</string> + <string name="inbound_history_title" msgid="189623888169624862">"ການໂອນເຂົ້າ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ການໂອນອອກ"</string> + <string name="no_transfers" msgid="740521199933899821">"ປະຫວັດການໂອນຫວ່າງເປົ່າ."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ລາຍການທັງໝົດຈະຖືກລຶບອອກຈາກລາຍການດັ່ງກ່າວ."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ແບ່ງປັນໃນ Bluetooth: ໄຟລ໌ສົ່ງແລ້ວ"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ແບ່ງປັນໃນ Bluetooth: ໄຟລ໌ໄດ້ຮັບແລ້ວ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ບໍ່ສຳເລັດ.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ບໍ່ສຳເລັດ.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ສຳເລັດ, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> ສຳເລັດ, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ລຶບລາຍການ"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ເປີດ"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ລຶບອອກຈາກລາຍການ"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ລຶບ"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"ບັນທຶກ"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ຍົກເລີກ"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ເລືອກບັນຊີທີ່ທ່ານຕ້ອງການແບ່ງປັນຜ່ານ Bluetooth. ທ່ານຍັງຈຳເປັນຕ້ອງຍອມຮັບທຸກການເຂົ້າເຖິງບັນຊີຕ່າງໆໃນເວລາເຊື່ອມຕໍ່."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ຊ່ອງຊ້າຍ:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ໄອຄອນແອັບພລິເຄຊັນ"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ການຕັ້ງຄ່າແບ່ງປັນຂໍ້ຄວາມ Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ບໍ່ສາມາດເລືອກບັນຊີໄດ້. ເຫຼືອ 0 ຊ່ອງ"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ເຊື່ອມຕໍ່ສຽງ Bluetooth ແລ້ວ"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ຕັດການເຊື່ອມຕໍ່ສຽງ Bluetooth ແລ້ວ"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ສຽງ Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"ບໍ່ສາມາດໂອນຍ້າຍໄຟລ໌ທີ່ໃຫຍກວ່າ 4GB ໄດ້"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ເຊື່ອມຕໍ່ກັບ Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ລຶບລາຍການ"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ເປີດ"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ລຶບອອກຈາກລາຍການ"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ລຶບ"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"ບັນທຶກ"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ຍົກເລີກ"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ເລືອກບັນຊີທີ່ທ່ານຕ້ອງການແບ່ງປັນຜ່ານ Bluetooth. ທ່ານຍັງຈຳເປັນຕ້ອງຍອມຮັບທຸກການເຂົ້າເຖິງບັນຊີຕ່າງໆໃນເວລາເຊື່ອມຕໍ່."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ຊ່ອງຊ້າຍ:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ໄອຄອນແອັບພລິເຄຊັນ"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ການຕັ້ງຄ່າແບ່ງປັນຂໍ້ຄວາມ Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ບໍ່ສາມາດເລືອກບັນຊີໄດ້. ເຫຼືອ 0 ຊ່ອງ"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ເຊື່ອມຕໍ່ສຽງ Bluetooth ແລ້ວ"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ຕັດການເຊື່ອມຕໍ່ສຽງ Bluetooth ແລ້ວ"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ສຽງ Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"ບໍ່ສາມາດໂອນຍ້າຍໄຟລ໌ທີ່ໃຫຍກວ່າ 4GB ໄດ້"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ເຊື່ອມຕໍ່ກັບ Bluetooth"</string> </resources> diff --git a/android/app/res/values-lo/strings_pbap.xml b/android/app/res/values-lo/strings_pbap.xml index fe89ccd4d1..7bd4b12788 100644 --- a/android/app/res/values-lo/strings_pbap.xml +++ b/android/app/res/values-lo/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"ພິມລະຫັດເຊສຊັນສຳລັບ %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ຕ້ອງມີ Bluetooth ລະຫັດເຊສຊັນ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"ໝົດເວລາທີ່ຈະຮັບການເຊື່ອມຕໍ່ກັບ %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"ເກີດໝົດເວລາກ່ອນທີ່ຈະໃສ່ລະຫັດເຊສຊັນກັບ %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"ການຮ້ອງຂໍພິສູດຢືນຢັນໂຕ Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"ກະແຈເຊສຊັນ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"ພິມລະຫັດເຊສຊັນສຳລັບ %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"ບໍ່ຮູ້ຊື່"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ຊື່ຂອງຂ້ອຍ"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ການແບ່ງປັນລາຍຊື່ຜູ້ຕິດຕໍ່ຜ່ານ Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"ພິມລະຫັດເຊສຊັນສຳລັບ %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ຕ້ອງມີ Bluetooth ລະຫັດເຊສຊັນ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"ໝົດເວລາທີ່ຈະຮັບການເຊື່ອມຕໍ່ກັບ %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"ເກີດໝົດເວລາກ່ອນທີ່ຈະໃສ່ລະຫັດເຊສຊັນກັບ %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"ການຮ້ອງຂໍພິສູດຢືນຢັນໂຕ Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"ກະແຈເຊສຊັນ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"ພິມລະຫັດເຊສຊັນສຳລັບ %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"ບໍ່ຮູ້ຊື່"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ຊື່ຂອງຂ້ອຍ"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ການແບ່ງປັນລາຍຊື່ຜູ້ຕິດຕໍ່ຜ່ານ Bluetooth"</string> </resources> diff --git a/android/app/res/values-lo/strings_pbap_client.xml b/android/app/res/values-lo/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-lo/strings_pbap_client.xml +++ b/android/app/res/values-lo/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-lo/strings_sap.xml b/android/app/res/values-lo/strings_sap.xml index c323cf3731..f56756f7d1 100644 --- a/android/app/res/values-lo/strings_sap.xml +++ b/android/app/res/values-lo/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ການເຂົ້າຫາ Bluetooth SIM"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ການເຂົ້າຫາ Bluetooth SIM"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ຂໍໃຫ້ລູກຂ່າຍຕັດການເຊື່ອມຕໍ່?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ກຳລັງລໍຖ້າໃຫ້ລູກຂ່າຍຕັດການເຊື່ອມຕໍ່"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ຕັດການເຊື່ອມຕໍ່"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"ບັງຄັບໃຫ້ຕັດເຊື່ອມຕໍ່"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ການເຂົ້າຫາ Bluetooth SIM"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ການເຂົ້າຫາ Bluetooth SIM"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ຂໍໃຫ້ລູກຂ່າຍຕັດການເຊື່ອມຕໍ່?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ກຳລັງລໍຖ້າໃຫ້ລູກຂ່າຍຕັດການເຊື່ອມຕໍ່"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ຕັດການເຊື່ອມຕໍ່"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"ບັງຄັບໃຫ້ຕັດເຊື່ອມຕໍ່"</string> </resources> diff --git a/android/app/res/values-lo/test_strings.xml b/android/app/res/values-lo/test_strings.xml index b056846acb..c23f2870a8 100644 --- a/android/app/res/values-lo/test_strings.xml +++ b/android/app/res/values-lo/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"ໃສ່ບັນທຶກ"</string> - <string name="update_record" msgid="2480425402384910635">"ຢືນຢັນການບັນທຶກ"</string> - <string name="ack_record" msgid="6716152390978472184">"ບັນທຶກ Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ລຶບບັນທຶກທັງໝົດ"</string> - <string name="ok_button" msgid="6519033415223065454">"ຕົກລົງ"</string> - <string name="delete_record" msgid="4645040331967533724">"ລຶບການບັນທຶກ"</string> - <string name="start_server" msgid="9034821924409165795">"ເລີ່ມ TCP ເຊີບເວີ"</string> - <string name="notify_server" msgid="4369106744022969655">"ແຈ້ງເຕືອນ TCP ເຊີບເວີ"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"ໃສ່ບັນທຶກ"</string> + <string name="update_record" msgid="7201772850942641237">"ຢືນຢັນການບັນທຶກ"</string> + <string name="ack_record" msgid="2404738476192250210">"ບັນທຶກ Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ລຶບບັນທຶກທັງໝົດ"</string> + <string name="ok_button" msgid="719865942400179601">"ຕົກລົງ"</string> + <string name="delete_record" msgid="5713885957446255270">"ລຶບການບັນທຶກ"</string> + <string name="start_server" msgid="134483798422082514">"ເລີ່ມ TCP ເຊີບເວີ"</string> + <string name="notify_server" msgid="8832385166935137731">"ແຈ້ງເຕືອນ TCP ເຊີບເວີ"</string> </resources> diff --git a/android/app/res/values-lt/strings.xml b/android/app/res/values-lt/strings.xml index 64676bafe9..6d725636d7 100644 --- a/android/app/res/values-lt/strings.xml +++ b/android/app/res/values-lt/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Pasiekti atsisiuntimo tvarkytuvę."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Leidžiama programai pasiekti „BluetoothShare“ tvarkyklę ir naudoti ją failams perkelti."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Į leidžiamųjų sąrašą įtraukto „Bluetooth“ įrenginio prieiga."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Programai leidžiama laikinai į leidžiamųjų sąrašą įtraukti „Bluetooth“ įrenginį, suteikiant jam galimybę siųsti failus į šį įrenginį be naudotojo patvirtinimo."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Nežinomas įrenginys"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Nežinoma"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Lėktuvo režimas"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Negalima naudoti „Bluetooth“ lėktuvo režimu."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Jei norite naudotis „Bluetooth“ paslaugomis, pirmiausia reikia įjungti „Bluetooth“."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Įjungti „Bluetooth“ dabar?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Atšaukti"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Įjungti"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Failo perkėlimas"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Priimti gaunamą failą?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Atmesti"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Priimti"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Gerai"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Baigėsi laikas priimant gaunamą failą iš <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Gaunamas failas"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> pasiruošęs (-usi) siųsti <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"„Bluetooth“ bendrinimas: gaunamas <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> gautas"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> failas negautas"</string> - <string name="notification_sending" msgid="3035748958534983833">"„Bluetooth“ bendrinimas: siunčiamas <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> išsiųstas"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % baigta"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> failas neišsiųstas"</string> - <string name="download_title" msgid="3353228219772092586">"Failo perkėlimas"</string> - <string name="download_line1" msgid="4926604799202134144">"Nuo: <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="download_line2" msgid="5876973543019417712">"Failas: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Failo dydis: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Gaunamas failas..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Sustabdyti"</string> - <string name="download_ok" msgid="5000360731674466039">"Slėpti"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Iš"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Failo pavadinimas"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Dydis"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Failas negautas"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Failas: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Priežastis: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Gerai"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Failas gautas"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Atidaryti"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kam: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="upload_line3" msgid="4920689672457037437">"Failo tipas: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Siunčiamas failas..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Failas išsiųstas"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Gerai"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Failas neišsiųstas į „<xliff:g id="RECIPIENT">%1$s</xliff:g>“."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Failas: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Uždaryti"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Gerai"</string> - <string name="unknown_file" msgid="6092727753965095366">"Nežinomas failas"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nėra programos, kurią naudojant būtų galima tvarkyti šio tipo failą. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nėra failų"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Failas neegzistuoja. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Palaukite..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Įjungiamas „Bluetooth“…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Failas bus gautas. Patikrinkite eigą skydelyje „Pranešimai“."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Failo negalima gauti."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Sustabdytas failo gavimas iš <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"<xliff:g id="RECIPIENT">%1$s</xliff:g> siunčiamas failas"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="RECIPIENT">%2$s</xliff:g> siunčiami (-a) <xliff:g id="NUMBER">%1$s</xliff:g> failai (-ų)"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Sustabdytas failo siuntimas <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB atmintyje nėra pakankamai vietos, kad būtų galima išsaugoti failą."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD kortelėje nepakanka vietos, kad būtų galima išsaugoti failą."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Reikalinga vieta: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Apdorojama per daug užklausų. Vėliau bandykite dar kartą."</string> - <string name="status_pending" msgid="2503691772030877944">"Failo perkėlimas dar nepradėtas."</string> - <string name="status_running" msgid="6562808920311008696">"Vyksta failo perkėlimas."</string> - <string name="status_success" msgid="239573225847565868">"Failas sėkmingai perkeltas."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Turinys nepalaikomas."</string> - <string name="status_forbidden" msgid="613956401054050725">"Perkėlimas draudžiamas paskirties įrenginyje."</string> - <string name="status_canceled" msgid="6664490318773098285">"Perkėlimą atšaukė naudotojas."</string> - <string name="status_file_error" msgid="3671917770630165299">"Atmintinės problema."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nėra USB atminties."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nėra SD kortelės. Įdėkite SD kortelę, kurioje išsaugosite perkeltus failus."</string> - <string name="status_connection_error" msgid="947681831523219891">"Nepavyko užmegzti ryšio."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Nepavyksta tinkamai apdoroti užklausos."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Nežinoma klaida."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"„Bluetooth“ gauta"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"„Bluetooth“ bendrinimas"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> gauta."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> išsiųsta."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Gaunami perkėlimai"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Siunčiami perkėlimai"</string> - <string name="no_transfers" msgid="3482965619151865672">"Perkėlimo istorija tuščia."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Visi sąrašo elementai bus išvalyti."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"„Bluetooth“ bendrinimas: išsiųsti failai"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"„Bluetooth“ bendrinimas: gauti failai"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Pasiekti atsisiuntimo tvarkytuvę."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Leidžiama programai pasiekti „BluetoothShare“ tvarkyklę ir naudoti ją failams perkelti."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Į leidžiamųjų sąrašą įtraukto „Bluetooth“ įrenginio prieiga."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Programai leidžiama laikinai į leidžiamųjų sąrašą įtraukti „Bluetooth“ įrenginį, suteikiant jam galimybę siųsti failus į šį įrenginį be naudotojo patvirtinimo."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Nežinomas įrenginys"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Nežinoma"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Lėktuvo režimas"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Negalima naudoti „Bluetooth“ lėktuvo režimu."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Jei norite naudotis „Bluetooth“ paslaugomis, pirmiausia reikia įjungti „Bluetooth“."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Įjungti „Bluetooth“ dabar?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Atšaukti"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Įjungti"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Failo perkėlimas"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Priimti gaunamą failą?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Atmesti"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Priimti"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Gerai"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Baigėsi laikas priimant gaunamą failą iš <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Gaunamas failas"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Įrenginys („<xliff:g id="SENDER">%1$s</xliff:g>“) pasirengęs siųsti failą: „<xliff:g id="FILE">%2$s</xliff:g>“"</string> + <string name="notification_receiving" msgid="8445265771083510696">"„Bluetooth“ bendrinimas: gaunamas <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> gautas"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> failas negautas"</string> + <string name="notification_sending" msgid="8269912843286868700">"„Bluetooth“ bendrinimas: siunčiamas <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> išsiųstas"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % baigta"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"„Bluetooth“ bendrinimas: <xliff:g id="FILE">%1$s</xliff:g> failas neišsiųstas"</string> + <string name="download_title" msgid="6449408649671518102">"Failo perkėlimas"</string> + <string name="download_line1" msgid="6449220145685308846">"Nuo: <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="download_line2" msgid="7634316500490825390">"Failas: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Failo dydis: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Gaunamas failas..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Sustabdyti"</string> + <string name="download_ok" msgid="2404442707314575833">"Slėpti"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Iš"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Failo pavadinimas"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Dydis"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Failas negautas"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Failas: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Priežastis: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Gerai"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Failas gautas"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Atidaryti"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kam: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="upload_line3" msgid="5964902647036741603">"Failo tipas: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Siunčiamas failas..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Failas išsiųstas"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Gerai"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Failas neišsiųstas į „<xliff:g id="RECIPIENT">%1$s</xliff:g>“."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Failas: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Uždaryti"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Gerai"</string> + <string name="unknown_file" msgid="3719981572107052685">"Nežinomas failas"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nėra programos, kurią naudojant būtų galima tvarkyti šio tipo failą. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nėra failų"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Failas neegzistuoja. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Palaukite..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Įjungiamas „Bluetooth“…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Failas bus gautas. Patikrinkite eigą skydelyje „Pranešimai“."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Failo negalima gauti."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Sustabdytas failo gavimas iš <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="bt_toast_4" msgid="480365991944956695">"<xliff:g id="RECIPIENT">%1$s</xliff:g> siunčiamas failas"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="RECIPIENT">%2$s</xliff:g> siunčiami (-a) <xliff:g id="NUMBER">%1$s</xliff:g> failai (-ų)"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Sustabdytas failo siuntimas <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB atmintyje nėra pakankamai vietos, kad būtų galima išsaugoti failą."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD kortelėje nepakanka vietos, kad būtų galima išsaugoti failą."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Reikalinga vieta: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Apdorojama per daug užklausų. Vėliau bandykite dar kartą."</string> + <string name="status_pending" msgid="4781040740237733479">"Failo perkėlimas dar nepradėtas."</string> + <string name="status_running" msgid="7419075903776657351">"Vyksta failo perkėlimas."</string> + <string name="status_success" msgid="7963589000098719541">"Failas sėkmingai perkeltas."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Turinys nepalaikomas."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Perkėlimas draudžiamas paskirties įrenginyje."</string> + <string name="status_canceled" msgid="8441679418717978515">"Perkėlimą atšaukė naudotojas."</string> + <string name="status_file_error" msgid="5379018888714679311">"Atmintinės problema."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nėra USB atminties."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nėra SD kortelės. Įdėkite SD kortelę, kurioje išsaugosite perkeltus failus."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Nepavyko užmegzti ryšio."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Nepavyksta tinkamai apdoroti užklausos."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Nežinoma klaida."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"„Bluetooth“ gauta"</string> + <string name="opp_notification_group" msgid="150067508422520653">"„Bluetooth“ bendrinimas"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> gauta."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> išsiųsta."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Gaunami perkėlimai"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Siunčiami perkėlimai"</string> + <string name="no_transfers" msgid="740521199933899821">"Perkėlimo istorija tuščia."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Visi sąrašo elementai bus išvalyti."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"„Bluetooth“ bendrinimas: išsiųsti failai"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"„Bluetooth“ bendrinimas: gauti failai"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nesėkmingas.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nesėkmingi.</item> <item quantity="many"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nesėkmingo.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nesėkmingų.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> sėkmingas, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> sėkmingi, %2$s</item> <item quantity="many"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> sėkmingo, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> sėkmingų, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Išvalyti sąrašą"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Atidaryti"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Išvalyti iš sąrašo"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Išvalyti"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Dabar leidžiama"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Išsaugoti"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Atšaukti"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Pasirinkite o paskyras, kurias norite bendrinti per „Bluetooth“. Jungiantis vis tiek reikės suteikti prieigą prie paskyrų."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Liko sričių:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Programos piktograma"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"„Bluetooth“ pranešimų bendrinimo nustatymai"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Negalima pasirinkti paskyros. Neliko jokių sričių"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"„Bluetooth“ garsas prijungtas"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"„Bluetooth“ garsas atjungtas"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"„Bluetooth“ garsas"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Negalima perkelti didesnių nei 4 GB failų"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Prisijungti prie „Bluetooth“"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Išvalyti sąrašą"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Atidaryti"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Išvalyti iš sąrašo"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Išvalyti"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Dabar leidžiama"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Išsaugoti"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Atšaukti"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Pasirinkite o paskyras, kurias norite bendrinti per „Bluetooth“. Jungiantis vis tiek reikės suteikti prieigą prie paskyrų."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Liko sričių:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Programos piktograma"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"„Bluetooth“ pranešimų bendrinimo nustatymai"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Negalima pasirinkti paskyros. Neliko jokių sričių"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"„Bluetooth“ garsas prijungtas"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"„Bluetooth“ garsas atjungtas"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"„Bluetooth“ garsas"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Negalima perkelti didesnių nei 4 GB failų"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Prisijungti prie „Bluetooth“"</string> </resources> diff --git a/android/app/res/values-lt/strings_pbap.xml b/android/app/res/values-lt/strings_pbap.xml index 3c59543cce..39d3fe688c 100644 --- a/android/app/res/values-lt/strings_pbap.xml +++ b/android/app/res/values-lt/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Įveskite %1$s sesijos raktą"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Reikalingas „Bluetooth“ sesijos raktas"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Baigėsi skirtasis ryšio su %1$s priėmimo laikas"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Baigėsi įvesties sesijos rakto su %1$s laikas"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"„Obex“ tapatybės nustatymo užklausa"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sesijos raktas"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Įveskite %1$s sesijos raktą"</string> - <string name="defaultname" msgid="4821590500649090078">"Automobilinė įranga"</string> - <string name="unknownName" msgid="2841414754740600042">"Nežinomas pavadinimas"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mano vardas"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"„Bluetooth“ kontaktų bendrinimas"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Įveskite %1$s sesijos raktą"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Reikalingas „Bluetooth“ sesijos raktas"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Baigėsi skirtasis ryšio su %1$s priėmimo laikas"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Baigėsi įvesties sesijos rakto su %1$s laikas"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"„Obex“ tapatybės nustatymo užklausa"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sesijos raktas"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Įveskite %1$s sesijos raktą"</string> + <string name="defaultname" msgid="6200530814398805541">"Automobilinė įranga"</string> + <string name="unknownName" msgid="6755061296103155293">"Nežinomas pavadinimas"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mano vardas"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"„Bluetooth“ kontaktų bendrinimas"</string> </resources> diff --git a/android/app/res/values-lt/strings_pbap_client.xml b/android/app/res/values-lt/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-lt/strings_pbap_client.xml +++ b/android/app/res/values-lt/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-lt/strings_sap.xml b/android/app/res/values-lt/strings_sap.xml index af11e01782..e1523111d8 100644 --- a/android/app/res/values-lt/strings_sap.xml +++ b/android/app/res/values-lt/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"„Bluetooth“ SIM prieiga"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"„Bluetooth“ SIM prieiga"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Prašyti kliento atsijungti?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Laukiama, kol klientas atsijungs"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Atsijungti"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Priverstinai atjungti"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"„Bluetooth“ SIM prieiga"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"„Bluetooth“ SIM prieiga"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Prašyti kliento atsijungti?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Laukiama, kol klientas atsijungs"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Atsijungti"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Priverstinai atjungti"</string> </resources> diff --git a/android/app/res/values-lt/test_strings.xml b/android/app/res/values-lt/test_strings.xml index 2d5046ad66..8849db8b2f 100644 --- a/android/app/res/values-lt/test_strings.xml +++ b/android/app/res/values-lt/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Įterpti įrašą"</string> - <string name="update_record" msgid="2480425402384910635">"Patvirtinti įrašą"</string> - <string name="ack_record" msgid="6716152390978472184">"Įrašas apie patvirtinimą"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Ištrinti visus įrašus"</string> - <string name="ok_button" msgid="6519033415223065454">"Gerai"</string> - <string name="delete_record" msgid="4645040331967533724">"Ištrinti įrašą"</string> - <string name="start_server" msgid="9034821924409165795">"Paleisti TCP serverį"</string> - <string name="notify_server" msgid="4369106744022969655">"Pranešti TCP serveriui"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Įterpti įrašą"</string> + <string name="update_record" msgid="7201772850942641237">"Patvirtinti įrašą"</string> + <string name="ack_record" msgid="2404738476192250210">"Įrašas apie patvirtinimą"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Ištrinti visus įrašus"</string> + <string name="ok_button" msgid="719865942400179601">"Gerai"</string> + <string name="delete_record" msgid="5713885957446255270">"Ištrinti įrašą"</string> + <string name="start_server" msgid="134483798422082514">"Paleisti TCP serverį"</string> + <string name="notify_server" msgid="8832385166935137731">"Pranešti TCP serveriui"</string> </resources> diff --git a/android/app/res/values-lv/strings.xml b/android/app/res/values-lv/strings.xml index f6f7f84e22..e04fb968b9 100644 --- a/android/app/res/values-lv/strings.xml +++ b/android/app/res/values-lv/strings.xml @@ -16,124 +16,124 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Piekļuve lietojumprogrammai Download Manager."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Ļauj lietotnei piekļūt BluetoothShare pārvaldniekam, lai to izmantotu failu pārsūtīšanai."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Iekļaut Bluetooth ierīces piekļuvi atļaušanas sarakstā."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Ļauj lietotnei īslaicīgi iekļaut Bluetooth ierīci atļaušanas sarakstā, lai Bluetooth ierīce bez lietotāja apstiprinājuma varētu sūtīt failus uz pašreizējo ierīci."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Nezināma ierīce"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Nezināms"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Lidojuma režīms"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Pakalpojumu Bluetooth nevar izmantot lidmašīnas režīmā."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Lai izmantotu Bluetooth pakalpojumus, vispirms jāieslēdz tehnoloģija Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vai ieslēgt tehnoloģiju Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Atcelt"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Ieslēgt"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Faila pārsūtīšana"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Vai pieņemt ienākošo failu?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Noraidīt"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Piekrist"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Labi"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Saņemot ienākošu failu no saņēmēja <xliff:g id="SENDER">%1$s</xliff:g>, radās noildze."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Ienākošais fails"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Sūtītājs <xliff:g id="SENDER">%1$s</xliff:g> ir gatavs nosūtīt failu <xliff:g id="FILE">%2$s</xliff:g>."</string> - <string name="notification_receiving" msgid="4674648179652543984">"Kopīgošana, izmantojot Bluetooth: notiek faila <xliff:g id="FILE">%1$s</xliff:g> saņemšana"</string> - <string name="notification_received" msgid="3324588019186687985">"Kopīgošana, izmantojot Bluetooth: saņemts fails <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Kopīgošana, izmantojot Bluetooth: fails <xliff:g id="FILE">%1$s</xliff:g> netika saņemts"</string> - <string name="notification_sending" msgid="3035748958534983833">"Kopīgošana, izmantojot Bluetooth: notiek faila <xliff:g id="FILE">%1$s</xliff:g> sūtīšana"</string> - <string name="notification_sent" msgid="9218710861333027778">"Kopīgošana, izmantojot Bluetooth: nosūtīts fails <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% pabeigts"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Kopīgošana, izmantojot Bluetooth: fails <xliff:g id="FILE">%1$s</xliff:g> netika nosūtīts"</string> - <string name="download_title" msgid="3353228219772092586">"Faila pārsūtīšana"</string> - <string name="download_line1" msgid="4926604799202134144">"No: <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="download_line2" msgid="5876973543019417712">"Fails: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Faila lielums: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Notiek faila saņemšana..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Apturēt"</string> - <string name="download_ok" msgid="5000360731674466039">"Slēpt"</string> - <string name="incoming_line1" msgid="2127419875681087545">"No"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Faila nosaukums"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Lielums"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fails netika saņemts."</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fails: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Iemesls: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Labi"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fails ir saņemts."</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Atvērt"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kam: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="upload_line3" msgid="4920689672457037437">"Faila tips: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Notiek faila sūtīšana..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fails ir nosūtīts."</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Labi"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fails netika nosūtīts saņēmējam <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fails: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Aizvērt"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Labi"</string> - <string name="unknown_file" msgid="6092727753965095366">"Nezināms fails"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nav nevienas lietotnes, ar kuru var apstrādāt šī tipa failu. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nav faila"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Šāds fails nepastāv. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Lūdzu, uzgaidiet…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Tiek ieslēgts Bluetooth savienojums..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fails tiks saņemts. Skatiet progresu paziņojumu panelī."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Failu nevar saņemt."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Faila saņemšana no sūtītāja <xliff:g id="SENDER">%1$s</xliff:g> tika apturēta."</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Notiek faila sūtīšana saņēmējam <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Notiek <xliff:g id="NUMBER">%1$s</xliff:g> failu sūtīšana saņēmējam <xliff:g id="RECIPIENT">%2$s</xliff:g>."</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Faila sūtīšana saņēmējam <xliff:g id="RECIPIENT">%1$s</xliff:g> tika apturēta."</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB atmiņā nepietiek vietas, lai saglabātu failu."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD kartē nepietiek vietas, lai saglabātu failu."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Nepieciešamā brīvā vieta: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Tiek apstrādāts pārāk liels pieprasījumu skaits. Vēlāk mēģiniet vēlreiz."</string> - <string name="status_pending" msgid="2503691772030877944">"Faila pārsūtīšana vēl nav sākta."</string> - <string name="status_running" msgid="6562808920311008696">"Notiek faila pārsūtīšana."</string> - <string name="status_success" msgid="239573225847565868">"Faila pārsūtīšana ir veiksmīgi pabeigta."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Saturs netiek atbalstīts."</string> - <string name="status_forbidden" msgid="613956401054050725">"Adresāta ierīcē tika aizliegta pārsūtīšana."</string> - <string name="status_canceled" msgid="6664490318773098285">"Lietotājs atcēla pārsūtīšanu."</string> - <string name="status_file_error" msgid="3671917770630165299">"Atmiņas problēma."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nav USB atmiņas."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nav SD kartes. Ievietojiet SD karti, lai saglabātu pārsūtītos failus."</string> - <string name="status_connection_error" msgid="947681831523219891">"Neizdevās izveidot savienojumu."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Pieprasījumu nevar pareizi apstrādāt."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Nezināma kļūda."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth saņemtie faili"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth kopīgošana"</string> - <string name="download_success" msgid="7036160438766730871">"Faila <xliff:g id="FILE_SIZE">%1$s</xliff:g> saņemšana pabeigta."</string> - <string name="upload_success" msgid="4014469387779648949">"Faila <xliff:g id="FILE_SIZE">%1$s</xliff:g> sūtīšana ir pabeigta."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Pārsūtīšana: ienākošie faili"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Pārsūtīšana: izejošie faili"</string> - <string name="no_transfers" msgid="3482965619151865672">"Pārsūtīšanas vēsture ir tukša."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"No saraksta tiks notīrīti visi vienumi."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth Share: nosūtītie faili"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth Share: saņemtie faili"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Piekļuve lietojumprogrammai Download Manager."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Ļauj lietotnei piekļūt BluetoothShare pārvaldniekam, lai to izmantotu failu pārsūtīšanai."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Iekļaut Bluetooth ierīces piekļuvi atļaušanas sarakstā."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Ļauj lietotnei īslaicīgi iekļaut Bluetooth ierīci atļaušanas sarakstā, lai Bluetooth ierīce bez lietotāja apstiprinājuma varētu sūtīt failus uz pašreizējo ierīci."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Nezināma ierīce"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Nezināms"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Lidojuma režīms"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Pakalpojumu Bluetooth nevar izmantot lidmašīnas režīmā."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Lai izmantotu Bluetooth pakalpojumus, vispirms jāieslēdz tehnoloģija Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vai ieslēgt tehnoloģiju Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Atcelt"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Ieslēgt"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Faila pārsūtīšana"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Vai pieņemt ienākošo failu?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Noraidīt"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Piekrist"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Labi"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Saņemot ienākošu failu no saņēmēja <xliff:g id="SENDER">%1$s</xliff:g>, radās noildze."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Ienākošais fails"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Lietotājs <xliff:g id="SENDER">%1$s</xliff:g> ir gatavs nosūtīt failu: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Kopīgošana, izmantojot Bluetooth: notiek faila <xliff:g id="FILE">%1$s</xliff:g> saņemšana"</string> + <string name="notification_received" msgid="2330252358543000567">"Kopīgošana, izmantojot Bluetooth: saņemts fails <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Kopīgošana, izmantojot Bluetooth: fails <xliff:g id="FILE">%1$s</xliff:g> netika saņemts"</string> + <string name="notification_sending" msgid="8269912843286868700">"Kopīgošana, izmantojot Bluetooth: notiek faila <xliff:g id="FILE">%1$s</xliff:g> sūtīšana"</string> + <string name="notification_sent" msgid="2685202778935769332">"Kopīgošana, izmantojot Bluetooth: nosūtīts fails <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% pabeigts"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Kopīgošana, izmantojot Bluetooth: fails <xliff:g id="FILE">%1$s</xliff:g> netika nosūtīts"</string> + <string name="download_title" msgid="6449408649671518102">"Faila pārsūtīšana"</string> + <string name="download_line1" msgid="6449220145685308846">"No: <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="download_line2" msgid="7634316500490825390">"Fails: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Faila lielums: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Notiek faila saņemšana..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Apturēt"</string> + <string name="download_ok" msgid="2404442707314575833">"Slēpt"</string> + <string name="incoming_line1" msgid="6342300988329482408">"No"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Faila nosaukums"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Lielums"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fails netika saņemts."</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fails: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Iemesls: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Labi"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fails ir saņemts."</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Atvērt"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kam: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="upload_line3" msgid="5964902647036741603">"Faila tips: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Notiek faila sūtīšana..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fails ir nosūtīts."</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Labi"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fails netika nosūtīts saņēmējam <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fails: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Aizvērt"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Labi"</string> + <string name="unknown_file" msgid="3719981572107052685">"Nezināms fails"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nav nevienas lietotnes, ar kuru var apstrādāt šī tipa failu. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nav faila"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Šāds fails nepastāv. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Lūdzu, uzgaidiet…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Tiek ieslēgts Bluetooth savienojums..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fails tiks saņemts. Skatiet progresu paziņojumu panelī."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Failu nevar saņemt."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Faila saņemšana no sūtītāja <xliff:g id="SENDER">%1$s</xliff:g> tika apturēta."</string> + <string name="bt_toast_4" msgid="480365991944956695">"Notiek faila sūtīšana saņēmējam <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Notiek <xliff:g id="NUMBER">%1$s</xliff:g> failu sūtīšana saņēmējam <xliff:g id="RECIPIENT">%2$s</xliff:g>."</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Faila sūtīšana saņēmējam <xliff:g id="RECIPIENT">%1$s</xliff:g> tika apturēta."</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB atmiņā nepietiek vietas, lai saglabātu failu."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD kartē nepietiek vietas, lai saglabātu failu."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Nepieciešamā brīvā vieta: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Tiek apstrādāts pārāk liels pieprasījumu skaits. Vēlāk mēģiniet vēlreiz."</string> + <string name="status_pending" msgid="4781040740237733479">"Faila pārsūtīšana vēl nav sākta."</string> + <string name="status_running" msgid="7419075903776657351">"Notiek faila pārsūtīšana."</string> + <string name="status_success" msgid="7963589000098719541">"Faila pārsūtīšana ir veiksmīgi pabeigta."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Saturs netiek atbalstīts."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Adresāta ierīcē tika aizliegta pārsūtīšana."</string> + <string name="status_canceled" msgid="8441679418717978515">"Lietotājs atcēla pārsūtīšanu."</string> + <string name="status_file_error" msgid="5379018888714679311">"Atmiņas problēma."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nav USB atmiņas."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nav SD kartes. Ievietojiet SD karti, lai saglabātu pārsūtītos failus."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Neizdevās izveidot savienojumu."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Pieprasījumu nevar pareizi apstrādāt."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Nezināma kļūda."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth saņemtie faili"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth kopīgošana"</string> + <string name="download_success" msgid="3438268368708549686">"Faila <xliff:g id="FILE_SIZE">%1$s</xliff:g> saņemšana pabeigta."</string> + <string name="upload_success" msgid="143787470859042049">"Faila <xliff:g id="FILE_SIZE">%1$s</xliff:g> sūtīšana ir pabeigta."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Pārsūtīšana: ienākošie faili"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Pārsūtīšana: izejošie faili"</string> + <string name="no_transfers" msgid="740521199933899821">"Pārsūtīšanas vēsture ir tukša."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"No saraksta tiks notīrīti visi vienumi."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth Share: nosūtītie faili"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth Share: saņemtie faili"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="zero"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neveiksmīgu.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neveiksmīgs.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neveiksmīgi.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="zero"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> veiksmīgu, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> veiksmīgs, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> veiksmīgi, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Notīrīt sarakstu"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Atvērt"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Notīrīt no saraksta"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Notīrīšana"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Tagad atskaņo"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Saglabāt"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Atcelt"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Atlasiet kontus, kurus vēlaties koplietot, izmantojot Bluetooth. Kad tiks izveidots savienojums, jums būs arī jāapstiprina piekļuve kontiem."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Atlikušie sloti:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Lietojumprogrammas ikona"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth ziņojumu kopīgošanas iestatījumi"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Nevar atlasīt kontu. Atlicis 0 slotu."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Izveidots savienojums ar Bluetooth audio"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Pārtraukts savienojums ar Bluetooth audio"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Nevar pārsūtīt failus, kas lielāki par 4 GB."</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Izveidot savienojumu ar Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Notīrīt sarakstu"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Atvērt"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Notīrīt no saraksta"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Notīrīšana"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Tagad atskaņo"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Saglabāt"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Atcelt"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Atlasiet kontus, kurus vēlaties koplietot, izmantojot Bluetooth. Kad tiks izveidots savienojums, jums būs arī jāapstiprina piekļuve kontiem."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Atlikušie sloti:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Lietojumprogrammas ikona"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth ziņojumu kopīgošanas iestatījumi"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Nevar atlasīt kontu. Atlicis 0 slotu."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Izveidots savienojums ar Bluetooth audio"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Pārtraukts savienojums ar Bluetooth audio"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Nevar pārsūtīt failus, kas lielāki par 4 GB."</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Izveidot savienojumu ar Bluetooth"</string> </resources> diff --git a/android/app/res/values-lv/strings_pbap.xml b/android/app/res/values-lv/strings_pbap.xml index a5ea9f37c3..d34161d0d8 100644 --- a/android/app/res/values-lv/strings_pbap.xml +++ b/android/app/res/values-lv/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Ievadiet ierīces “%1$s” sesijas atslēgu"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Nepieciešama Bluetooth sesijas atslēga."</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Radās noildze, apstiprinot savienojumu ar ierīci “%1$s”."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Radās noildze, ievadot ierīces “%1$s” sesijas atslēgu."</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex autentifikācijas pieprasījums"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sesijas atslēga"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Ievadiet ierīces “%1$s” sesijas atslēgu"</string> - <string name="defaultname" msgid="4821590500649090078">"Automobiļa komplekts"</string> - <string name="unknownName" msgid="2841414754740600042">"Nezināms nosaukums"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mans vārds"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Kontaktpersonu kopīgošana, izmantojot Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Ievadiet ierīces “%1$s” sesijas atslēgu"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Nepieciešama Bluetooth sesijas atslēga."</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Radās noildze, apstiprinot savienojumu ar ierīci “%1$s”."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Radās noildze, ievadot ierīces “%1$s” sesijas atslēgu."</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex autentifikācijas pieprasījums"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sesijas atslēga"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Ievadiet ierīces “%1$s” sesijas atslēgu"</string> + <string name="defaultname" msgid="6200530814398805541">"Automobiļa komplekts"</string> + <string name="unknownName" msgid="6755061296103155293">"Nezināms nosaukums"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mans vārds"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Kontaktpersonu kopīgošana, izmantojot Bluetooth"</string> </resources> diff --git a/android/app/res/values-lv/strings_pbap_client.xml b/android/app/res/values-lv/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-lv/strings_pbap_client.xml +++ b/android/app/res/values-lv/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-lv/strings_sap.xml b/android/app/res/values-lv/strings_sap.xml index dcea8364d7..4409944e0f 100644 --- a/android/app/res/values-lv/strings_sap.xml +++ b/android/app/res/values-lv/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM piekļuve"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM piekļuve"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Vai pieprasīt, lai klients atvienotos?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Gaida, kad klients atvienosies"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Atvienot"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Atvienot piespiedu kārtā"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM piekļuve"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM piekļuve"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Vai pieprasīt, lai klients atvienotos?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Gaida, kad klients atvienosies"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Atvienot"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Atvienot piespiedu kārtā"</string> </resources> diff --git a/android/app/res/values-lv/test_strings.xml b/android/app/res/values-lv/test_strings.xml index e0e5259e2f..8374b3b26e 100644 --- a/android/app/res/values-lv/test_strings.xml +++ b/android/app/res/values-lv/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Ievietot ierakstu"</string> - <string name="update_record" msgid="2480425402384910635">"Ieraksta apstiprinājums"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack ieraksts"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Dzēst visus ierakstus"</string> - <string name="ok_button" msgid="6519033415223065454">"Labi"</string> - <string name="delete_record" msgid="4645040331967533724">"Dzēst ierakstu"</string> - <string name="start_server" msgid="9034821924409165795">"Palaist TCP serveri"</string> - <string name="notify_server" msgid="4369106744022969655">"Paziņot TCP serverim"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Ievietot ierakstu"</string> + <string name="update_record" msgid="7201772850942641237">"Ieraksta apstiprinājums"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack ieraksts"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Dzēst visus ierakstus"</string> + <string name="ok_button" msgid="719865942400179601">"Labi"</string> + <string name="delete_record" msgid="5713885957446255270">"Dzēst ierakstu"</string> + <string name="start_server" msgid="134483798422082514">"Palaist TCP serveri"</string> + <string name="notify_server" msgid="8832385166935137731">"Paziņot TCP serverim"</string> </resources> diff --git a/android/app/res/values-mk/strings.xml b/android/app/res/values-mk/strings.xml index b09c701dc2..f51ab6de8e 100644 --- a/android/app/res/values-mk/strings.xml +++ b/android/app/res/values-mk/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Пристапи кон управувач за преземања."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Овозможува апликацијата да пристапи до менаџерот на BluetoothShare и да го користи за пренос на датотеки."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Пристап до уредот со Bluetooth на белата листа."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Дозволува апликацијата привремено да стави на белата листа уред со Bluetooth на којшто ќе му овозможи испраќање датотеки до овој уред без потврда од корисникот."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Непознат уред"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Непознат"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Авионски режим"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Не можете да користите Bluetooth во режим на авион."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"За Bluetooth услуги, прво мора да вклучите Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Вклучи Bluetooth сега?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Откажи"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Вклучи"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Пренос на датотека"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Да се прифати дојдовната датотека?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Одбиј"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Прифати"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Во ред"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Времето истече додека се прифаќаше дојдовната датотека од „<xliff:g id="SENDER">%1$s</xliff:g>“."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Дојдовна датотека"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> е подготвен за испраќање на <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Сподели преку Bluetooth: Се прима <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Сподели преку Bluetooth: Примена <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Сподели преку Bluetooth: Датотеката <xliff:g id="FILE">%1$s</xliff:g> не е примена."</string> - <string name="notification_sending" msgid="3035748958534983833">"Сподели преку Bluetooth: Се испраќа <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Сподели преку Bluetooth: Испратена <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% завршено"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Сподели преку Bluetooth: Датотеката <xliff:g id="FILE">%1$s</xliff:g> не е испратена"</string> - <string name="download_title" msgid="3353228219772092586">"Пренос на датотеки"</string> - <string name="download_line1" msgid="4926604799202134144">"Од: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="download_line2" msgid="5876973543019417712">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Големина на датотеката: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Примање датотеки..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Запри"</string> - <string name="download_ok" msgid="5000360731674466039">"Сокриј"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Од"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Име на датотека"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Големина"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Датотеката не е примена"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Во ред"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Датотеката е примена"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Отвори"</string> - <string name="upload_line1" msgid="2055952074059709052">"До: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"Тип на датотека: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Испраќање датотека..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Датотеката е испратена"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Во ред"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Датотеката не беше испратена до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Затвори"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Во ред"</string> - <string name="unknown_file" msgid="6092727753965095366">"Непозната датотека"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Нема апликација за справување со овој тип на датотека. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Нема датотека"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Датотеката не постои. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Почекајте..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Вклучување Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Датотеката ќе биде примена. Напредокот проверете го во таблата за известувања."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Датотеката не може да се прими."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Примањето на датотеката од „<xliff:g id="SENDER">%1$s</xliff:g>“ запре"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Се испраќа датотека до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Се испраќаат <xliff:g id="NUMBER">%1$s</xliff:g> датотеки до „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Испраќањето на датотеката до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“ запре"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Нема доволно простор на USB-меморијата за да се зачува датотеката."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Нема доволно простор на SD-картичката за да се зачува датотеката."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Потребен простор: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Се обработуваат премногу барања. Обидете се повторно подоцна."</string> - <string name="status_pending" msgid="2503691772030877944">"Преносот на датотека сè уште не е започнат."</string> - <string name="status_running" msgid="6562808920311008696">"Во тек е пренос на датотека."</string> - <string name="status_success" msgid="239573225847565868">"Преносот на датотека е успешно завршен."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Содржината не е поддржана."</string> - <string name="status_forbidden" msgid="613956401054050725">"Преносот е забранет од целниот уред."</string> - <string name="status_canceled" msgid="6664490318773098285">"Корисникот го откажа преносот."</string> - <string name="status_file_error" msgid="3671917770630165299">"Проблем со меморија."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Нема USB-меморија."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Нема SD-картичка. Вметнете SD-картичка за да се зачуваат пренесените датотеки."</string> - <string name="status_connection_error" msgid="947681831523219891">"Врската е неуспешна."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Барањето не може да се обработи правилно."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Непозната грешка."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Прием од Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Споделено преку Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Примањето е завршено."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Праќањето е завршено."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Влезни преноси"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Излезни преноси"</string> - <string name="no_transfers" msgid="3482965619151865672">"Историјата на пренос е празна."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Сите ставки ќе бидат избришани од списокот."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Сподели преку Bluetooth: Пратени датотеки"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Сподели преку Bluetooth: Примени датотеки"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Пристапи кон управувач за преземања."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Овозможува апликацијата да пристапи до менаџерот на BluetoothShare и да го користи за пренос на датотеки."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Пристап до уредот со Bluetooth на белата листа."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Дозволува апликацијата привремено да стави на белата листа уред со Bluetooth на којшто ќе му овозможи испраќање датотеки до овој уред без потврда од корисникот."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Непознат уред"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Непознат"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Авионски режим"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Не можете да користите Bluetooth во режим на авион."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"За Bluetooth услуги, прво мора да вклучите Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Вклучи Bluetooth сега?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Откажи"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Вклучи"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Пренос на датотека"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Да се прифати дојдовната датотека?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Одбиј"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Прифати"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Во ред"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Времето истече додека се прифаќаше дојдовната датотека од „<xliff:g id="SENDER">%1$s</xliff:g>“."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Дојдовна датотека"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> е подготвен да испрати датотека: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Сподели преку Bluetooth: Се прима <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Сподели преку Bluetooth: Примена <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Сподели преку Bluetooth: Датотеката <xliff:g id="FILE">%1$s</xliff:g> не е примена."</string> + <string name="notification_sending" msgid="8269912843286868700">"Сподели преку Bluetooth: Се испраќа <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Сподели преку Bluetooth: Испратена <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% завршено"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Сподели преку Bluetooth: Датотеката <xliff:g id="FILE">%1$s</xliff:g> не е испратена"</string> + <string name="download_title" msgid="6449408649671518102">"Пренос на датотеки"</string> + <string name="download_line1" msgid="6449220145685308846">"Од: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="download_line2" msgid="7634316500490825390">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Големина на датотеката: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Примање датотеки..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Запри"</string> + <string name="download_ok" msgid="2404442707314575833">"Сокриј"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Од"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Име на датотека"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Големина"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Датотеката не е примена"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Во ред"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Датотеката е примена"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Отвори"</string> + <string name="upload_line1" msgid="1912803923255989287">"До: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"Тип на датотека: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Испраќање датотека..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Датотеката е испратена"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Во ред"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Датотеката не беше испратена до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Затвори"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Во ред"</string> + <string name="unknown_file" msgid="3719981572107052685">"Непозната датотека"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Нема апликација за справување со овој тип на датотека. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Нема датотека"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Датотеката не постои. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Почекајте..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Вклучување Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Датотеката ќе биде примена. Напредокот проверете го во таблата за известувања."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Датотеката не може да се прими."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Примањето на датотеката од „<xliff:g id="SENDER">%1$s</xliff:g>“ запре"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Се испраќа датотека до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Се испраќаат <xliff:g id="NUMBER">%1$s</xliff:g> датотеки до „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Испраќањето на датотеката до „<xliff:g id="RECIPIENT">%1$s</xliff:g>“ запре"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Нема доволно простор на USB-меморијата за да се зачува датотеката."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Нема доволно простор на SD-картичката за да се зачува датотеката."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Потребен простор: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Се обработуваат премногу барања. Обидете се повторно подоцна."</string> + <string name="status_pending" msgid="4781040740237733479">"Преносот на датотека сè уште не е започнат."</string> + <string name="status_running" msgid="7419075903776657351">"Во тек е пренос на датотека."</string> + <string name="status_success" msgid="7963589000098719541">"Преносот на датотека е успешно завршен."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Содржината не е поддржана."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Преносот е забранет од целниот уред."</string> + <string name="status_canceled" msgid="8441679418717978515">"Корисникот го откажа преносот."</string> + <string name="status_file_error" msgid="5379018888714679311">"Проблем со меморија."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Нема USB-меморија."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Нема SD-картичка. Вметнете SD-картичка за да се зачуваат пренесените датотеки."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Врската е неуспешна."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Барањето не може да се обработи правилно."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Непозната грешка."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Прием од Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Споделено преку Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Примањето е завршено."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Праќањето е завршено."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Влезни преноси"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Излезни преноси"</string> + <string name="no_transfers" msgid="740521199933899821">"Историјата на пренос е празна."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Сите ставки ќе бидат избришани од списокот."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Сподели преку Bluetooth: Пратени датотеки"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Сподели преку Bluetooth: Примени датотеки"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> неуспешен.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> неуспешни.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> успешен, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> успешни, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Исчисти список"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Отвори"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Исчисти од списокот"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Исчисти"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Зачувај"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Откажи"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Изберете ги сметките што сакате да ги споделите преку Bluetooth. Сепак, ќе мора да го прифаќате секој пристап до сметките при поврзување."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Слободни отвори:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Икона на апликацијата"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Поставки за споделување пораки преку Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Не може да се избере сметка. 0 слободни отвори"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Аудиото преку Bluetooth е поврзано"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Аудиото преку Bluetooth е исклучено"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Аудио преку Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Не може да се пренесуваат датотеки поголеми од 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Поврзи се со Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Исчисти список"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Отвори"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Исчисти од списокот"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Исчисти"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Зачувај"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Откажи"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Изберете ги сметките што сакате да ги споделите преку Bluetooth. Сепак, ќе мора да го прифаќате секој пристап до сметките при поврзување."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Слободни отвори:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Икона на апликацијата"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Поставки за споделување пораки преку Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Не може да се избере сметка. 0 слободни отвори"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Аудиото преку Bluetooth е поврзано"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Аудиото преку Bluetooth е исклучено"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Аудио преку Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Не може да се пренесуваат датотеки поголеми од 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Поврзи се со Bluetooth"</string> </resources> diff --git a/android/app/res/values-mk/strings_pbap.xml b/android/app/res/values-mk/strings_pbap.xml index 5119947302..888f4bab0f 100644 --- a/android/app/res/values-mk/strings_pbap.xml +++ b/android/app/res/values-mk/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Внеси клуч на сесија за %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Потребен е клуч на сесија за Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Времето за да се прифати конекција со %1$s истече"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Времето за да се внеси клучот на сесијата со %1$s истече"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Барање за OBEX автентикација"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Клуч на сесија"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Впиши клуч на сесија за %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Непознато име"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Моето име"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Споделување контакти преку Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Внеси клуч на сесија за %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Потребен е клуч на сесија за Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Времето за да се прифати конекција со %1$s истече"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Времето за да се внеси клучот на сесијата со %1$s истече"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Барање за OBEX автентикација"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Клуч на сесија"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Впиши клуч на сесија за %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Непознато име"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Моето име"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Споделување контакти преку Bluetooth"</string> </resources> diff --git a/android/app/res/values-mk/strings_pbap_client.xml b/android/app/res/values-mk/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-mk/strings_pbap_client.xml +++ b/android/app/res/values-mk/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-mk/strings_sap.xml b/android/app/res/values-mk/strings_sap.xml index f2f45a348c..ca752f2ab6 100644 --- a/android/app/res/values-mk/strings_sap.xml +++ b/android/app/res/values-mk/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Пристап до SIM преку Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Пристап до SIM преку Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Побарајте да се исклучи клиентот?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Се чека да се исклучи клиентот"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Прекини врска"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Присилно исклучување"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Пристап до SIM преку Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Пристап до SIM преку Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Побарајте да се исклучи клиентот?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Се чека да се исклучи клиентот"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Прекини врска"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Присилно исклучување"</string> </resources> diff --git a/android/app/res/values-mk/test_strings.xml b/android/app/res/values-mk/test_strings.xml index 7748f91537..3962738a23 100644 --- a/android/app/res/values-mk/test_strings.xml +++ b/android/app/res/values-mk/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Вметни запис"</string> - <string name="update_record" msgid="2480425402384910635">"Потврди запис"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack запис"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Избриши ги сите записи"</string> - <string name="ok_button" msgid="6519033415223065454">"Во ред"</string> - <string name="delete_record" msgid="4645040331967533724">"Избриши запис"</string> - <string name="start_server" msgid="9034821924409165795">"Започни TCP сервер"</string> - <string name="notify_server" msgid="4369106744022969655">"Извести TCP сервер"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Вметни запис"</string> + <string name="update_record" msgid="7201772850942641237">"Потврди запис"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack запис"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Избриши ги сите записи"</string> + <string name="ok_button" msgid="719865942400179601">"Во ред"</string> + <string name="delete_record" msgid="5713885957446255270">"Избриши запис"</string> + <string name="start_server" msgid="134483798422082514">"Започни TCP сервер"</string> + <string name="notify_server" msgid="8832385166935137731">"Извести TCP сервер"</string> </resources> diff --git a/android/app/res/values-ml/strings.xml b/android/app/res/values-ml/strings.xml index 8c9320300b..183770f82f 100644 --- a/android/app/res/values-ml/strings.xml +++ b/android/app/res/values-ml/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ഡൗൺലോഡ് മാനേജർ ആക്സസ്സ് ചെയ്യുക."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"BluetoothShare മാനേജർ ആക്സസ്സുചെയ്യാനും ഫയലുകൾ കൈമാറാൻ അത് ഉപയോഗിക്കാനും അപ്ലിക്കേഷനെ അനുവദിക്കുന്നു."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Bluetooth ഉപകരണത്തിലേക്കുള്ള ആക്സസിന്റെ അനുമതി ലിസ്റ്റ്."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ഒരു Bluetooth ഉപകരണം താൽക്കാലികമായി അനുമതി ലിസ്റ്റിൽ ചേർക്കാൻ ആപ്പിനെ അനുവദിക്കുന്നു, അത് ഉപയോക്താവിന്റെ സ്ഥിരീകരണമില്ലാതെ ഈ ഉപകരണത്തിലേക്ക് ഫയലുകൾ അയയ്ക്കാൻ ആ ഉപകരണത്തെ അനുവദിക്കുന്നു."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"അജ്ഞാത ഉപകരണം"</string> - <string name="unknownNumber" msgid="4994750948072751566">"അറിയില്ല"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ഫ്ലൈറ്റ് മോഡ്"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"നിങ്ങൾക്ക് വിമാന മോഡിൽ ബ്ലൂടൂത്ത് ഉപയോഗിക്കാനാകില്ല."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ബ്ലൂടൂത്ത് സേവനങ്ങൾ ഉപയോഗിക്കാൻ, നിങ്ങൾ ആദ്യം ബ്ലൂടൂത്ത് ഓൺ ചെയ്യണം."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ഇപ്പോൾ ബ്ലൂടൂത്ത് ഓണാക്കണോ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"റദ്ദാക്കുക"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ഓൺ ചെയ്യുക"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ഫയൽ കൈമാറൽ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ഇൻകമിംഗ് ഫയൽ സ്വീകരിക്കണോ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"നിരസിക്കുക"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"സ്വീകരിക്കുക"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ശരി"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" -ൽ നിന്നും ഇൻകമിംഗ് ഫയൽ സ്വീകരിക്കുമ്പോൾ സമയപരിധി കഴിഞ്ഞിരുന്നു"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ഇൻകമിംഗ് ഫയൽ"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="FILE">%2$s</xliff:g> അയയ്ക്കാൻ <xliff:g id="SENDER">%1$s</xliff:g> തയ്യാറാണ്"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ ലഭിക്കുന്നു"</string> - <string name="notification_received" msgid="3324588019186687985">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> ലഭിച്ചു"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ ലഭിച്ചില്ല."</string> - <string name="notification_sending" msgid="3035748958534983833">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ അയയ്ക്കുന്നു"</string> - <string name="notification_sent" msgid="9218710861333027778">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ അയച്ചു"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% പൂർത്തിയായി"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ അയച്ചില്ല"</string> - <string name="download_title" msgid="3353228219772092586">"ഫയൽ കൈമാറൽ"</string> - <string name="download_line1" msgid="4926604799202134144">"അയച്ചത്: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ഫയൽ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ഫയൽ വലുപ്പം: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ഫയൽ നേടുന്നു…"</string> - <string name="download_cancel" msgid="9177305996747500768">"നിര്ത്തുക"</string> - <string name="download_ok" msgid="5000360731674466039">"മറയ്ക്കുക"</string> - <string name="incoming_line1" msgid="2127419875681087545">"അയച്ചത്"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ഫയല്നാമം"</string> - <string name="incoming_line3" msgid="7954237069667474024">"വലുപ്പം"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ഫയൽ ലഭിച്ചില്ല"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ഫയൽ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"കാരണം: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ശരി"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ഫയൽ ലഭിച്ചു"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"തുറക്കുക"</string> - <string name="upload_line1" msgid="2055952074059709052">"സ്വീകർത്താവ്: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ഫയൽ തരം: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ഫയൽ അയയ്ക്കുന്നു…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ഫയൽ അയച്ചു"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ശരി"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ഈ ഫയൽ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" -ലേക്ക് അയച്ചില്ല."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ഫയൽ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"അവസാനിപ്പിക്കുക"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ശരി"</string> - <string name="unknown_file" msgid="6092727753965095366">"അജ്ഞാത ഫയൽ"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ഇത്തരം ഫയൽ കൈകാര്യം ചെയ്യാനാകുന്ന അപ്ലിക്കേഷനുകളൊന്നുമില്ല. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ഫയലൊന്നുമില്ല"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ഈ ഫയൽ നിലവിലില്ല. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"കാത്തിരിക്കുക…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ബ്ലൂടൂത്ത് ഓൺ ചെയ്യുന്നു…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ഫയൽ ലഭിക്കും. അറിയിപ്പ് പാനലിൽ പുരോഗതി പരിശോധിക്കുക."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ഫയൽ നേടാനാകില്ല."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" എന്നയാളിൽ നിന്നും ഫയൽ നേടുന്നത് നിർത്തി"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" എന്നയാൾക്ക് ഫയൽ അയയ്ക്കുന്നു"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" എന്നയാൾക്ക് <xliff:g id="NUMBER">%1$s</xliff:g> ഫയലുകൾ അയയ്ക്കുന്നു"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" എന്നയാൾക്ക് ഫയൽ അയയ്ക്കുന്നത് നിർത്തി"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ഫയൽ സംരക്ഷിക്കാൻ ആവശ്യമായ ഇടം USB സ്റ്റോറേജിൽ ഇല്ല."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ഫയൽ സംരക്ഷിക്കാൻ ആവശ്യമായ ഇടം SD കാർഡിൽ ഇല്ല."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ആവശ്യമായ ഇടം: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"നിരവധി അഭ്യർത്ഥനകൾ പ്രോസസ്സ് ചെയ്യുന്നു. പിന്നീട് വീണ്ടും ശ്രമിക്കുക."</string> - <string name="status_pending" msgid="2503691772030877944">"ഫയൽ കൈമാറ്റം ഇതുവരെ ആരംഭിച്ചിട്ടില്ല."</string> - <string name="status_running" msgid="6562808920311008696">"ഫയൽ കൈമാറ്റം നടക്കുന്നു."</string> - <string name="status_success" msgid="239573225847565868">"ഫയൽ കൈമാറ്റം പൂർത്തിയായി."</string> - <string name="status_not_accept" msgid="1695082417193780738">"ഉള്ളടക്കത്തെ പിന്തുണയ്ക്കുന്നില്ല."</string> - <string name="status_forbidden" msgid="613956401054050725">"ലക്ഷ്യസ്ഥാന ഉപകരണം, കൈമാറൽ നിരോധിച്ചിരിക്കുന്നു."</string> - <string name="status_canceled" msgid="6664490318773098285">"കൈമാറൽ ഉപയോക്താവ് റദ്ദാക്കി."</string> - <string name="status_file_error" msgid="3671917770630165299">"സംഭരണ പ്രശ്നം."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB സ്റ്റോറേജൊന്നുമില്ല."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD കാർഡൊന്നുമില്ല. കൈമാറിയ ഫയലുകൾ സംരക്ഷിക്കാൻ ഒരു SD കാർഡ് ചേർക്കുക."</string> - <string name="status_connection_error" msgid="947681831523219891">"കണക്ഷൻ പരാജയപ്പെട്ടു."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"അഭ്യർത്ഥന ശരിയായി കൈകാര്യം ചെയ്യാനാകില്ല."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"അജ്ഞാത പിശക്."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth-ലൂടെ ലഭിച്ചവ"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth പങ്കിടൽ"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> നേടൽ പൂർത്തിയായി."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> അയച്ചത് പൂർത്തിയായി."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ഇൻബൗണ്ട് കൈമാറലുകൾ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ഔട്ട്ബൗണ്ട് കൈമാറലുകൾ"</string> - <string name="no_transfers" msgid="3482965619151865672">"കൈമാറൽ ചരിത്രം ശൂന്യമാണ്."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ലിസ്റ്റിൽ നിന്നും എല്ലാ ഇനങ്ങളും മായ്ക്കും."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ബ്ലൂടൂത്ത് പങ്കിടൽ: അയച്ച ഫയലുകൾ"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ബ്ലൂടൂത്ത് പങ്കിടൽ: ലഭിച്ച ഫയലുകൾ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ഡൗൺലോഡ് മാനേജർ ആക്സസ്സ് ചെയ്യുക."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"BluetoothShare മാനേജർ ആക്സസ്സുചെയ്യാനും ഫയലുകൾ കൈമാറാൻ അത് ഉപയോഗിക്കാനും അപ്ലിക്കേഷനെ അനുവദിക്കുന്നു."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Bluetooth ഉപകരണത്തിലേക്കുള്ള ആക്സസിന്റെ അനുമതി ലിസ്റ്റ്."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ഒരു Bluetooth ഉപകരണം താൽക്കാലികമായി അനുമതി ലിസ്റ്റിൽ ചേർക്കാൻ ആപ്പിനെ അനുവദിക്കുന്നു, അത് ഉപയോക്താവിന്റെ സ്ഥിരീകരണമില്ലാതെ ഈ ഉപകരണത്തിലേക്ക് ഫയലുകൾ അയയ്ക്കാൻ ആ ഉപകരണത്തെ അനുവദിക്കുന്നു."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"അജ്ഞാത ഉപകരണം"</string> + <string name="unknownNumber" msgid="1245183329830158661">"അറിയില്ല"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ഫ്ലൈറ്റ് മോഡ്"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"നിങ്ങൾക്ക് വിമാന മോഡിൽ ബ്ലൂടൂത്ത് ഉപയോഗിക്കാനാകില്ല."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ബ്ലൂടൂത്ത് സേവനങ്ങൾ ഉപയോഗിക്കാൻ, നിങ്ങൾ ആദ്യം ബ്ലൂടൂത്ത് ഓൺ ചെയ്യണം."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ഇപ്പോൾ ബ്ലൂടൂത്ത് ഓണാക്കണോ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"റദ്ദാക്കുക"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ഓൺ ചെയ്യുക"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ഫയൽ കൈമാറൽ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ഇൻകമിംഗ് ഫയൽ സ്വീകരിക്കണോ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"നിരസിക്കുക"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"സ്വീകരിക്കുക"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ശരി"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" -ൽ നിന്നും ഇൻകമിംഗ് ഫയൽ സ്വീകരിക്കുമ്പോൾ സമയപരിധി കഴിഞ്ഞിരുന്നു"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ഇൻകമിംഗ് ഫയൽ"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g>, ഫയൽ അയയ്ക്കാൻ തയ്യാറാണ്: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ ലഭിക്കുന്നു"</string> + <string name="notification_received" msgid="2330252358543000567">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> ലഭിച്ചു"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ ലഭിച്ചില്ല."</string> + <string name="notification_sending" msgid="8269912843286868700">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ അയയ്ക്കുന്നു"</string> + <string name="notification_sent" msgid="2685202778935769332">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ അയച്ചു"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% പൂർത്തിയായി"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ബ്ലൂടൂത്ത് പങ്കിടൽ: <xliff:g id="FILE">%1$s</xliff:g> എന്ന ഫയൽ അയച്ചില്ല"</string> + <string name="download_title" msgid="6449408649671518102">"ഫയൽ കൈമാറൽ"</string> + <string name="download_line1" msgid="6449220145685308846">"അയച്ചത്: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ഫയൽ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ഫയൽ വലുപ്പം: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ഫയൽ നേടുന്നു…"</string> + <string name="download_cancel" msgid="1705762428762702342">"നിര്ത്തുക"</string> + <string name="download_ok" msgid="2404442707314575833">"മറയ്ക്കുക"</string> + <string name="incoming_line1" msgid="6342300988329482408">"അയച്ചത്"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ഫയല്നാമം"</string> + <string name="incoming_line3" msgid="8630078246326525633">"വലുപ്പം"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ഫയൽ ലഭിച്ചില്ല"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ഫയൽ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"കാരണം: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ശരി"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ഫയൽ ലഭിച്ചു"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"തുറക്കുക"</string> + <string name="upload_line1" msgid="1912803923255989287">"സ്വീകർത്താവ്: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ഫയൽ തരം: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ഫയൽ അയയ്ക്കുന്നു…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ഫയൽ അയച്ചു"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ശരി"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ഈ ഫയൽ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" -ലേക്ക് അയച്ചില്ല."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ഫയൽ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"അവസാനിപ്പിക്കുക"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ശരി"</string> + <string name="unknown_file" msgid="3719981572107052685">"അജ്ഞാത ഫയൽ"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ഇത്തരം ഫയൽ കൈകാര്യം ചെയ്യാനാകുന്ന അപ്ലിക്കേഷനുകളൊന്നുമില്ല. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ഫയലൊന്നുമില്ല"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ഈ ഫയൽ നിലവിലില്ല. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"കാത്തിരിക്കുക…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ബ്ലൂടൂത്ത് ഓൺ ചെയ്യുന്നു…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ഫയൽ ലഭിക്കും. അറിയിപ്പ് പാനലിൽ പുരോഗതി പരിശോധിക്കുക."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ഫയൽ നേടാനാകില്ല."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" എന്നയാളിൽ നിന്നും ഫയൽ നേടുന്നത് നിർത്തി"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" എന്നയാൾക്ക് ഫയൽ അയയ്ക്കുന്നു"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" എന്നയാൾക്ക് <xliff:g id="NUMBER">%1$s</xliff:g> ഫയലുകൾ അയയ്ക്കുന്നു"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" എന്നയാൾക്ക് ഫയൽ അയയ്ക്കുന്നത് നിർത്തി"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ഫയൽ സംരക്ഷിക്കാൻ ആവശ്യമായ ഇടം USB സ്റ്റോറേജിൽ ഇല്ല."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ഫയൽ സംരക്ഷിക്കാൻ ആവശ്യമായ ഇടം SD കാർഡിൽ ഇല്ല."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ആവശ്യമായ ഇടം: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"നിരവധി അഭ്യർത്ഥനകൾ പ്രോസസ്സ് ചെയ്യുന്നു. പിന്നീട് വീണ്ടും ശ്രമിക്കുക."</string> + <string name="status_pending" msgid="4781040740237733479">"ഫയൽ കൈമാറ്റം ഇതുവരെ ആരംഭിച്ചിട്ടില്ല."</string> + <string name="status_running" msgid="7419075903776657351">"ഫയൽ കൈമാറ്റം നടക്കുന്നു."</string> + <string name="status_success" msgid="7963589000098719541">"ഫയൽ കൈമാറ്റം പൂർത്തിയായി."</string> + <string name="status_not_accept" msgid="1165798802740579658">"ഉള്ളടക്കത്തെ പിന്തുണയ്ക്കുന്നില്ല."</string> + <string name="status_forbidden" msgid="4017060451358837245">"ലക്ഷ്യസ്ഥാന ഉപകരണം, കൈമാറൽ നിരോധിച്ചിരിക്കുന്നു."</string> + <string name="status_canceled" msgid="8441679418717978515">"കൈമാറൽ ഉപയോക്താവ് റദ്ദാക്കി."</string> + <string name="status_file_error" msgid="5379018888714679311">"സംഭരണ പ്രശ്നം."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB സ്റ്റോറേജൊന്നുമില്ല."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD കാർഡൊന്നുമില്ല. കൈമാറിയ ഫയലുകൾ സംരക്ഷിക്കാൻ ഒരു SD കാർഡ് ചേർക്കുക."</string> + <string name="status_connection_error" msgid="8253709700568062220">"കണക്ഷൻ പരാജയപ്പെട്ടു."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"അഭ്യർത്ഥന ശരിയായി കൈകാര്യം ചെയ്യാനാകില്ല."</string> + <string name="status_unknown_error" msgid="314676481744304866">"അജ്ഞാത പിശക്."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth-ലൂടെ ലഭിച്ചവ"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth പങ്കിടൽ"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> നേടൽ പൂർത്തിയായി."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> അയച്ചത് പൂർത്തിയായി."</string> + <string name="inbound_history_title" msgid="189623888169624862">"ഇൻബൗണ്ട് കൈമാറലുകൾ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ഔട്ട്ബൗണ്ട് കൈമാറലുകൾ"</string> + <string name="no_transfers" msgid="740521199933899821">"കൈമാറൽ ചരിത്രം ശൂന്യമാണ്."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ലിസ്റ്റിൽ നിന്നും എല്ലാ ഇനങ്ങളും മായ്ക്കും."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ബ്ലൂടൂത്ത് പങ്കിടൽ: അയച്ച ഫയലുകൾ"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ബ്ലൂടൂത്ത് പങ്കിടൽ: ലഭിച്ച ഫയലുകൾ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> പരാജയം.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> പരാജയം.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> വിജയകരം, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> വിജയകരം, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ലിസ്റ്റ് മായ്ക്കുക"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"തുറക്കുക"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ലിസ്റ്റിൽ നിന്നും മായ്ക്കുക"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"മായ്ക്കുക"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"ഇപ്പോൾ പ്ലേ ചെയ്യുന്നത്"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"സംരക്ഷിക്കുക"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"റദ്ദാക്കുക"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"നിങ്ങൾക്ക് Bluetooth വഴി പങ്കിടേണ്ട അക്കൗണ്ടുകൾ തിരഞ്ഞെടുക്കുക. കണക്റ്റുചെയ്യുമ്പോൾ അക്കൗണ്ടുകളിലേക്കുള്ള ഏത് ആക്സസും നിങ്ങൾ തുടർന്നും അംഗീകരിക്കേണ്ടതാണ്."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ശേഷിക്കുന്ന സ്ലോട്ടുകൾ:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"അപ്ലിക്കേഷൻ ഐക്കൺ"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth സന്ദേശ പങ്കിടൽ ക്രമീകരണം"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"അക്കൗണ്ട് തിരഞ്ഞെടുക്കാനാകില്ല. 0 സ്ലോട്ടുകൾ ശേഷിക്കുന്നു"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth ഓഡിയോ കണക്റ്റുചെയ്തു"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth ഓഡിയോ വിച്ഛേദിച്ചു"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth ഓഡിയോ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB-യിൽ കൂടുതലുള്ള ഫയലുകൾ കൈമാറാനാവില്ല"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth-ലേക്ക് കണക്റ്റ് ചെയ്യുക"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ലിസ്റ്റ് മായ്ക്കുക"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"തുറക്കുക"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ലിസ്റ്റിൽ നിന്നും മായ്ക്കുക"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"മായ്ക്കുക"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"ഇപ്പോൾ പ്ലേ ചെയ്യുന്നത്"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"സംരക്ഷിക്കുക"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"റദ്ദാക്കുക"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"നിങ്ങൾക്ക് Bluetooth വഴി പങ്കിടേണ്ട അക്കൗണ്ടുകൾ തിരഞ്ഞെടുക്കുക. കണക്റ്റുചെയ്യുമ്പോൾ അക്കൗണ്ടുകളിലേക്കുള്ള ഏത് ആക്സസും നിങ്ങൾ തുടർന്നും അംഗീകരിക്കേണ്ടതാണ്."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ശേഷിക്കുന്ന സ്ലോട്ടുകൾ:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"അപ്ലിക്കേഷൻ ഐക്കൺ"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth സന്ദേശ പങ്കിടൽ ക്രമീകരണം"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"അക്കൗണ്ട് തിരഞ്ഞെടുക്കാനാകില്ല. 0 സ്ലോട്ടുകൾ ശേഷിക്കുന്നു"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth ഓഡിയോ കണക്റ്റുചെയ്തു"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth ഓഡിയോ വിച്ഛേദിച്ചു"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth ഓഡിയോ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB-യിൽ കൂടുതലുള്ള ഫയലുകൾ കൈമാറാനാവില്ല"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth-ലേക്ക് കണക്റ്റ് ചെയ്യുക"</string> </resources> diff --git a/android/app/res/values-ml/strings_pbap.xml b/android/app/res/values-ml/strings_pbap.xml index 707be30aed..47fa21305b 100644 --- a/android/app/res/values-ml/strings_pbap.xml +++ b/android/app/res/values-ml/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s എന്നതിനുള്ള സെഷൻ കീ ടൈപ്പുചെയ്യുക"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ബ്ലൂടൂത്ത് സെഷൻ കീ ആവശ്യമാണ്"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s എന്നതുമായുള്ള കണക്ഷൻ അംഗീകരിക്കുന്നത് കാലഹരണപ്പെട്ടു"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s എന്നതിൽ സെഷൻ കീ നൽകുന്നത് കാലഹരണപ്പെട്ടു"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex പ്രാമാണീകരണ അഭ്യർത്ഥന"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"സെഷൻ കീ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s എന്നതിനുള്ള സെഷൻ കീ ടൈപ്പുചെയ്യുക"</string> - <string name="defaultname" msgid="4821590500649090078">"കാർകിറ്റ്"</string> - <string name="unknownName" msgid="2841414754740600042">"പേര് അജ്ഞാതമാണ്"</string> - <string name="localPhoneName" msgid="2349001318925409159">"എന്റെ പേര്"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth കോണ്ടാക്റ്റ് പങ്കിടൽ"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s എന്നതിനുള്ള സെഷൻ കീ ടൈപ്പുചെയ്യുക"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ബ്ലൂടൂത്ത് സെഷൻ കീ ആവശ്യമാണ്"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s എന്നതുമായുള്ള കണക്ഷൻ അംഗീകരിക്കുന്നത് കാലഹരണപ്പെട്ടു"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s എന്നതിൽ സെഷൻ കീ നൽകുന്നത് കാലഹരണപ്പെട്ടു"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex പ്രാമാണീകരണ അഭ്യർത്ഥന"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"സെഷൻ കീ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s എന്നതിനുള്ള സെഷൻ കീ ടൈപ്പുചെയ്യുക"</string> + <string name="defaultname" msgid="6200530814398805541">"കാർകിറ്റ്"</string> + <string name="unknownName" msgid="6755061296103155293">"പേര് അജ്ഞാതമാണ്"</string> + <string name="localPhoneName" msgid="9119254982537191352">"എന്റെ പേര്"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth കോണ്ടാക്റ്റ് പങ്കിടൽ"</string> </resources> diff --git a/android/app/res/values-ml/strings_pbap_client.xml b/android/app/res/values-ml/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ml/strings_pbap_client.xml +++ b/android/app/res/values-ml/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ml/strings_sap.xml b/android/app/res/values-ml/strings_sap.xml index 1b1e53264b..6d4aeed4fc 100644 --- a/android/app/res/values-ml/strings_sap.xml +++ b/android/app/res/values-ml/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM ആക്സസ്സ്"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM ആക്സസ്സ്"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"വിച്ഛേദിക്കുന്നതിന് ക്ലയന്റിനോട് അഭ്യർത്ഥിക്കണോ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ക്ലയന്റ് വിച്ഛേദിക്കുന്നതിനായി കാത്തിരിക്കുന്നു"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"വിച്ഛേദിക്കുക"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"നിർബന്ധിതമായി വിച്ഛേദിക്കുക"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM ആക്സസ്സ്"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM ആക്സസ്സ്"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"വിച്ഛേദിക്കുന്നതിന് ക്ലയന്റിനോട് അഭ്യർത്ഥിക്കണോ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ക്ലയന്റ് വിച്ഛേദിക്കുന്നതിനായി കാത്തിരിക്കുന്നു"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"വിച്ഛേദിക്കുക"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"നിർബന്ധിതമായി വിച്ഛേദിക്കുക"</string> </resources> diff --git a/android/app/res/values-ml/test_strings.xml b/android/app/res/values-ml/test_strings.xml index db53782f9e..5439a5c987 100644 --- a/android/app/res/values-ml/test_strings.xml +++ b/android/app/res/values-ml/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"റെക്കോർഡ് ചേർക്കുക"</string> - <string name="update_record" msgid="2480425402384910635">"റെക്കോർഡ് സ്ഥിരീകരിക്കുക"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack റെക്കോർഡ്"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"എല്ലാ റെക്കോർഡും ഇല്ലാതാക്കുക"</string> - <string name="ok_button" msgid="6519033415223065454">"ശരി"</string> - <string name="delete_record" msgid="4645040331967533724">"റെക്കോർഡ് ഇല്ലാതാക്കുക"</string> - <string name="start_server" msgid="9034821924409165795">"TCP സെർവർ ആരംഭിക്കുക"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP സെർവറിനെ അറിയിക്കുക"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"റെക്കോർഡ് ചേർക്കുക"</string> + <string name="update_record" msgid="7201772850942641237">"റെക്കോർഡ് സ്ഥിരീകരിക്കുക"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack റെക്കോർഡ്"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"എല്ലാ റെക്കോർഡും ഇല്ലാതാക്കുക"</string> + <string name="ok_button" msgid="719865942400179601">"ശരി"</string> + <string name="delete_record" msgid="5713885957446255270">"റെക്കോർഡ് ഇല്ലാതാക്കുക"</string> + <string name="start_server" msgid="134483798422082514">"TCP സെർവർ ആരംഭിക്കുക"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP സെർവറിനെ അറിയിക്കുക"</string> </resources> diff --git a/android/app/res/values-mn/strings.xml b/android/app/res/values-mn/strings.xml index eda157f463..19f8aa60fb 100644 --- a/android/app/res/values-mn/strings.xml +++ b/android/app/res/values-mn/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Татан авалтын менежерт хандалт хийх."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Апп-д BluetoothShare менежерт хандах, үүнийг ашиглан файл дамжуулах боломж олгоно."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Зөвшөөрөх жагсаалтын bluetooth төхөөрөмжийн хандалт."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Аппад Bluetooth төхөөрөмжийг түр хугацаанд зөвшөөрөх жагсаалтад оруулж, хэрэглэгчийн баталгаажуулалтгүйгээр энэ төхөөрөмж рүү файл илгээх боломж олгоно."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Үл мэдэгдэх төхөөрөмж"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Тодорхойгүй"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Нислэгийн горим"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Та Нислэгийн горимд Bluetooth ашиглах боломжгүй."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth үйлчилгээг ашиглахын тулд та эхлээд Bluetooth-ээ асаах шаардлагатай."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth-г одоо асаах уу?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Цуцлах"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Асаах"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Файл дамжуулалт"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Ирж байгаа файлыг авах уу?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Татгалзах"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Зөвшөөрөх"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"-с ирж байгаа файлыг зөвшөөрөх явцад хугацаа хэтэрсэн байна"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Ирж буй файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> нь <xliff:g id="FILE">%2$s</xliff:g>-г илгээхэд бэлэн"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth хуваалцах: Хүлээн авч байна <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth хуваалцах: Хүлээн авсан <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth хуваалцах: Файл <xliff:g id="FILE">%1$s</xliff:g> хүлээж аваагүй"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth хуваалцах: Илгээж байна <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth хуваалцах: Илгээсэн <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% дууссан"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth хуваалцах: <xliff:g id="FILE">%1$s</xliff:g> файл илгээгдээгүй"</string> - <string name="download_title" msgid="3353228219772092586">"Файл дамжуулалт"</string> - <string name="download_line1" msgid="4926604799202134144">"Илгээгч: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Файлын хэмжээ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Файлыг хүлээн авч байна…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Зогсоох"</string> - <string name="download_ok" msgid="5000360731674466039">"Нуух"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Хэнээс"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Файлын нэр"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Хэмжээ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файлыг хүлээж аваагүй"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Шалтгаан: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файлыг хүлээж авсан"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Нээх"</string> - <string name="upload_line1" msgid="2055952074059709052">"Хэнд: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Файлын хэлбэр: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Файл илгээж байна…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файлыг илгээсэн"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файл \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" руу илгээгдсэнгүй."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Хаах"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Үл мэдэгдэх файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Ийм төрлийн файлыг нээх апп байхгүй байна. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Файл байхгүй"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Файл байхгүй байна. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Түр хүлээнэ үү..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth-г асааж байна…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Файлыг хүлээж авах болно. Мэдэгдлийн самбар дээрээс явцыг нь шалгана уу."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Файлыг хүлээн авах боломжгүй."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"-с файл хүлээн авахыг зогсоосон"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" руу файлыг илгээж байна"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> файлуудыг \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" руу илгээж байна"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" руу файл илгээхийн зогсоосон"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB сан дээр файлыг хадгалах хангалттай зай алга."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD карт дээр файлыг хадгалах хангалттай зай алга."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Шаардлагатай зай: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Хэт олон хүсэлтийг боловсруулж байна. Дараа дахин оролдоно уу."</string> - <string name="status_pending" msgid="2503691772030877944">"Файл дамжуулалт хараахан эхлээгүй байна."</string> - <string name="status_running" msgid="6562808920311008696">"Файл дамжуулалт үргэлжилж байна."</string> - <string name="status_success" msgid="239573225847565868">"Файл дамжуулалт амжилттай дууслаа."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Агуулга дэмжигдэхгүй байна."</string> - <string name="status_forbidden" msgid="613956401054050725">"Дамжуулалтыг хүлээн авагч төхөөрөмжөөс хориглосон."</string> - <string name="status_canceled" msgid="6664490318773098285">"Дамжуулалтыг хэрэглэгч цуцалсан."</string> - <string name="status_file_error" msgid="3671917770630165299">"Хадгалах сангийн асуудал."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB сан алга."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD карт алга. Шилжүүлсэн файлуудыг хадгалахын тулд SD картыг оруулна уу."</string> - <string name="status_connection_error" msgid="947681831523219891">"Холболт амжилтгүй."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Хүсэлтийг зөв гүйцэтгэх боломжгүй."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Тодорхойгүй алдаа."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth хүлээж авсан"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth хуваалцах"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Бүрэн хүлээж авсан."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Илгээж дууссан."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Дотогш чиглэсэн дамжуулалт"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Гадагш чиглэсэн дамжуулалт"</string> - <string name="no_transfers" msgid="3482965619151865672">"Дамжуулсан түүх хоосон байна."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Жагсаалтаас бүгдийг нь арилгах болно."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth хуваалцах: Илгээсэн файлууд"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth хуваалцах: Хүлээн авсан файлууд"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Татан авалтын менежерт хандалт хийх."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Апп-д BluetoothShare менежерт хандах, үүнийг ашиглан файл дамжуулах боломж олгоно."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Зөвшөөрөх жагсаалтын bluetooth төхөөрөмжийн хандалт."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Аппад Bluetooth төхөөрөмжийг түр хугацаанд зөвшөөрөх жагсаалтад оруулж, хэрэглэгчийн баталгаажуулалтгүйгээр энэ төхөөрөмж рүү файл илгээх боломж олгоно."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Үл мэдэгдэх төхөөрөмж"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Тодорхойгүй"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Нислэгийн горим"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Та Нислэгийн горимд Bluetooth ашиглах боломжгүй."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth үйлчилгээг ашиглахын тулд та эхлээд Bluetooth-ээ асаах шаардлагатай."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth-г одоо асаах уу?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Цуцлах"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Асаах"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Файл дамжуулалт"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Ирж байгаа файлыг авах уу?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Татгалзах"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Зөвшөөрөх"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"-с ирж байгаа файлыг зөвшөөрөх явцад хугацаа хэтэрсэн байна"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Ирж буй файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> файлыг илгээхэд бэлэн байна: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth хуваалцах: Хүлээн авч байна <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth хуваалцах: Хүлээн авсан <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth хуваалцах: Файл <xliff:g id="FILE">%1$s</xliff:g> хүлээж аваагүй"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth хуваалцах: Илгээж байна <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth хуваалцах: Илгээсэн <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% дууссан"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth хуваалцах: <xliff:g id="FILE">%1$s</xliff:g> файл илгээгдээгүй"</string> + <string name="download_title" msgid="6449408649671518102">"Файл дамжуулалт"</string> + <string name="download_line1" msgid="6449220145685308846">"Илгээгч: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Файлын хэмжээ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Файлыг хүлээн авч байна…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Зогсоох"</string> + <string name="download_ok" msgid="2404442707314575833">"Нуух"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Хэнээс"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Файлын нэр"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Хэмжээ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файлыг хүлээж аваагүй"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Шалтгаан: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файлыг хүлээж авсан"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Нээх"</string> + <string name="upload_line1" msgid="1912803923255989287">"Хэнд: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Файлын хэлбэр: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Файл илгээж байна…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файлыг илгээсэн"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файл \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" руу илгээгдсэнгүй."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Хаах"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Үл мэдэгдэх файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Ийм төрлийн файлыг нээх апп байхгүй байна. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Файл байхгүй"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Файл байхгүй байна. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Түр хүлээнэ үү..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth-г асааж байна…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Файлыг хүлээж авах болно. Мэдэгдлийн самбар дээрээс явцыг нь шалгана уу."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Файлыг хүлээн авах боломжгүй."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"-с файл хүлээн авахыг зогсоосон"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" руу файлыг илгээж байна"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> файлуудыг \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" руу илгээж байна"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" руу файл илгээхийн зогсоосон"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB сан дээр файлыг хадгалах хангалттай зай алга."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD карт дээр файлыг хадгалах хангалттай зай алга."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Шаардлагатай зай: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Хэт олон хүсэлтийг боловсруулж байна. Дараа дахин оролдоно уу."</string> + <string name="status_pending" msgid="4781040740237733479">"Файл дамжуулалт хараахан эхлээгүй байна."</string> + <string name="status_running" msgid="7419075903776657351">"Файл дамжуулалт үргэлжилж байна."</string> + <string name="status_success" msgid="7963589000098719541">"Файл дамжуулалт амжилттай дууслаа."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Агуулга дэмжигдэхгүй байна."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Дамжуулалтыг хүлээн авагч төхөөрөмжөөс хориглосон."</string> + <string name="status_canceled" msgid="8441679418717978515">"Дамжуулалтыг хэрэглэгч цуцалсан."</string> + <string name="status_file_error" msgid="5379018888714679311">"Хадгалах сангийн асуудал."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB сан алга."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD карт алга. Шилжүүлсэн файлуудыг хадгалахын тулд SD картыг оруулна уу."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Холболт амжилтгүй."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Хүсэлтийг зөв гүйцэтгэх боломжгүй."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Тодорхойгүй алдаа."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth хүлээж авсан"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth хуваалцах"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Бүрэн хүлээж авсан."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Илгээж дууссан."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Дотогш чиглэсэн дамжуулалт"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Гадагш чиглэсэн дамжуулалт"</string> + <string name="no_transfers" msgid="740521199933899821">"Дамжуулсан түүх хоосон байна."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Жагсаалтаас бүгдийг нь арилгах болно."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth хуваалцах: Илгээсэн файлууд"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth хуваалцах: Хүлээн авсан файлууд"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> амжилтгүй.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> амжилтгүй.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> амжилттай, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> амжилттай, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Жагсаалтыг арилгах"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Нээх"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Жагсаалтаас арилгах"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Арилгах"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Хадгалах"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Цуцлах"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth-ээр хуваалцахыг хүсч буй дансаа сонго. Холболт хийх үед данс руу нэвтрэх аливаа хандалтыг хүлээн зөвшөөрөх хэрэгтэй болно."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Үлдсэн слот:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Аппликейшний дүрс"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth мессеж хуваалцах тохиргоо"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Дансыг сонгох боломжгүй. 0 слот үлдсэн"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth аудиог холбосон"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth аудиог салгасан"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Аудио"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4ГБ-с дээш хэмжээтэй файлыг шилжүүлэх боломжгүй"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth-тэй холбогдох"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Жагсаалтыг арилгах"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Нээх"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Жагсаалтаас арилгах"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Арилгах"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Хадгалах"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Цуцлах"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth-ээр хуваалцахыг хүсч буй дансаа сонго. Холболт хийх үед данс руу нэвтрэх аливаа хандалтыг хүлээн зөвшөөрөх хэрэгтэй болно."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Үлдсэн слот:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Аппликейшний дүрс"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth мессеж хуваалцах тохиргоо"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Дансыг сонгох боломжгүй. 0 слот үлдсэн"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth аудиог холбосон"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth аудиог салгасан"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Аудио"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4ГБ-с дээш хэмжээтэй файлыг шилжүүлэх боломжгүй"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth-тэй холбогдох"</string> </resources> diff --git a/android/app/res/values-mn/strings_pbap.xml b/android/app/res/values-mn/strings_pbap.xml index 62d9e23b21..d0a45423f8 100644 --- a/android/app/res/values-mn/strings_pbap.xml +++ b/android/app/res/values-mn/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s-н горимын түлхүүрийг оруулна уу"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth горимын түлхүүр шаардлагатай"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s-тай холболт хийхийг зөвшөөрөх явцад хугацаа хэтэрсэн байна"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s-д горимын түлхүүр оруулах явцад хугацаа хэтэрсэн байна"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex гэрчлэлтийн хүсэлт"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Горимын Түлхүүр"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s-н горимын түлхүүрийг оруулна уу"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Тодорхойгүй нэр"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Миний нэр"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth харилцагч хуваалцах"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s-н горимын түлхүүрийг оруулна уу"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth горимын түлхүүр шаардлагатай"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s-тай холболт хийхийг зөвшөөрөх явцад хугацаа хэтэрсэн байна"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s-д горимын түлхүүр оруулах явцад хугацаа хэтэрсэн байна"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex гэрчлэлтийн хүсэлт"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Горимын Түлхүүр"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s-н горимын түлхүүрийг оруулна уу"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Тодорхойгүй нэр"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Миний нэр"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth харилцагч хуваалцах"</string> </resources> diff --git a/android/app/res/values-mn/strings_pbap_client.xml b/android/app/res/values-mn/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-mn/strings_pbap_client.xml +++ b/android/app/res/values-mn/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-mn/strings_sap.xml b/android/app/res/values-mn/strings_sap.xml index 95d0b0134c..135ec2514f 100644 --- a/android/app/res/values-mn/strings_sap.xml +++ b/android/app/res/values-mn/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM хандалт"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM хандалт"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Үйлчлүүлэгчээс салгахыг хүсэх үү?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Үйлчлүүлэгчийг салгахыг хүлээж байна"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Салгах"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Хүчээр салгах"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM хандалт"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM хандалт"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Үйлчлүүлэгчээс салгахыг хүсэх үү?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Үйлчлүүлэгчийг салгахыг хүлээж байна"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Салгах"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Хүчээр салгах"</string> </resources> diff --git a/android/app/res/values-mn/test_strings.xml b/android/app/res/values-mn/test_strings.xml index cb66e39934..3dc05cb5da 100644 --- a/android/app/res/values-mn/test_strings.xml +++ b/android/app/res/values-mn/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Бичлэг оруулах"</string> - <string name="update_record" msgid="2480425402384910635">"Бичлэгийг баталгаажуулах"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack бичлэг"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Бүх бичлэгийг устгах"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Бичлэгийг устгах"</string> - <string name="start_server" msgid="9034821924409165795">"TCP серверийг эхлүүлэх"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP серверт мэдэгдэх"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Бичлэг оруулах"</string> + <string name="update_record" msgid="7201772850942641237">"Бичлэгийг баталгаажуулах"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack бичлэг"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Бүх бичлэгийг устгах"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Бичлэгийг устгах"</string> + <string name="start_server" msgid="134483798422082514">"TCP серверийг эхлүүлэх"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP серверт мэдэгдэх"</string> </resources> diff --git a/android/app/res/values-mr/strings.xml b/android/app/res/values-mr/strings.xml index dbdecdabc2..56e3d2a2d6 100644 --- a/android/app/res/values-mr/strings.xml +++ b/android/app/res/values-mr/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"डाउनलोड व्यवस्थापक अॅक्सेस करा."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"अॅपला BluetoothShare व्यवस्थापकामध्ये प्रवेश करण्याची आणि फाइल स्थानांतरित करण्यासाठी त्याचा वापर करण्याची अनुमती देते."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ब्लूटूथ डिव्हाइस अॅक्सेस ॲक्सेप्टलिस्ट करा."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"त्या डिव्हाइसला वापरकर्ता पुष्टीशिवाय या डिव्हाइसवर फाइल पाठवण्याची अनुमती देऊन ब्लूटूथ डिव्हाइसला तात्पुरते ॲक्सेप्टलिस्ट करण्याची अॅपला अनुमती देते."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ब्लूटूथ"</string> - <string name="unknown_device" msgid="9221903979877041009">"अज्ञात डिव्हाइस"</string> - <string name="unknownNumber" msgid="4994750948072751566">"अज्ञात"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"विमान मोड"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"तुम्ही विमान मोड मध्ये ब्लूटूथ वापरू शकत नाही."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ब्लूटूथ सेवांचा वापर करण्यासाठी, तुम्ही प्रथम ब्लूटूथ सुरू करा."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"आता ब्लूटूथ सुरू करायचे?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"रद्द करा"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"सुरू करा"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"फाइल स्थानांतरण"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"येणारी फाइल स्वीकारायची?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"नकार द्या"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"स्वीकारा"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ठीक"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" कडील फाइल स्वीकार करताना वेळ संपली."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"येणारी फाइल"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="FILE">%2$s</xliff:g> पाठविण्यासाठी <xliff:g id="SENDER">%1$s</xliff:g> तयार आहे"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> मिळवत आहे"</string> - <string name="notification_received" msgid="3324588019186687985">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> प्राप्त केली"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> फाइल प्राप्त केली नाही"</string> - <string name="notification_sending" msgid="3035748958534983833">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> पाठवत आहे"</string> - <string name="notification_sent" msgid="9218710861333027778">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> पाठवली"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% पूर्ण"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> फाइल पाठवली नाही"</string> - <string name="download_title" msgid="3353228219772092586">"फाइल स्थानांतरण"</string> - <string name="download_line1" msgid="4926604799202134144">"प्रेेषक: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"फाइल आकार: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"फाइल प्राप्त करत आहे..."</string> - <string name="download_cancel" msgid="9177305996747500768">"थांबा"</string> - <string name="download_ok" msgid="5000360731674466039">"लपवा"</string> - <string name="incoming_line1" msgid="2127419875681087545">"प्रेषक"</string> - <string name="incoming_line2" msgid="3348994249285315873">"फाईलनाव"</string> - <string name="incoming_line3" msgid="7954237069667474024">"आकार"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"फाइल प्राप्त केली नाही"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"कारण: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ठीक"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"फाइल प्राप्त केली"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"उघडा"</string> - <string name="upload_line1" msgid="2055952074059709052">"प्रति: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"फाइल प्रकार: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"फाइल पाठवत आहे…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"फाइल पाठविली"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ठीक"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" वर फाइल पाठविली नाही."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"बंद करा"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ठीक"</string> - <string name="unknown_file" msgid="6092727753965095366">"अज्ञात फाइल"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"या प्रकारची फाइल हाताळण्यासाठी कोणताही अॅप नाही. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"फाइल नाही"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"फाइल अस्तित्वात नाही. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"कृपया प्रतीक्षा करा..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ब्लूटूथ सुरू करत आहे…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"फाइल मिळेल. सूचना पॅनल मधील प्रगती तपासा."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"फाइल प्राप्त होऊ शकत नाही."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" कडील फाइल प्राप्त करणे थांबविले"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ना फाइल पाठवित आहे"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" ना <xliff:g id="NUMBER">%1$s</xliff:g> फाइल पाठवित आहे"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ना फाइल पाठविणे थांबविले"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"फाइल सेव्ह करण्यासाठी USB स्टोरेजमध्ये पुरेशी जागा नाही."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"फाइल सेव्ह करण्यासाठी SD कार्डवर पुरेशी जागा नाही."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"स्थान आवश्यक: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"बर्याच विनंत्यांवर प्रक्रिया होत आहे. नंतर पुन्हा प्रयत्न करा."</string> - <string name="status_pending" msgid="2503691772030877944">"फाइल स्थानांतरणाचा अद्याप सुरू झाला नाही."</string> - <string name="status_running" msgid="6562808920311008696">"फाइल स्थानांतर सुरू आहे."</string> - <string name="status_success" msgid="239573225847565868">"फाइल स्थानांतरण यशस्वीरित्या पूर्ण झाले."</string> - <string name="status_not_accept" msgid="1695082417193780738">"आशय समर्थित नाही."</string> - <string name="status_forbidden" msgid="613956401054050725">"लक्ष्य डिव्हाइसद्वारे स्थानांतरण निषिद्ध केले."</string> - <string name="status_canceled" msgid="6664490318773098285">"वापरकर्त्याने स्थानांतरण रद्द केले."</string> - <string name="status_file_error" msgid="3671917770630165299">"संचयन समस्या."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB स्टोरेज नाही."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD कार्ड नाही. ट्रान्सफर केलेल्या फाइल सेव्ह करण्यासाठी SD कार्ड घाला."</string> - <string name="status_connection_error" msgid="947681831523219891">"कनेक्शन अयशस्वी."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"विनंती योग्य रीतीने हाताळली जाऊ शकत नाही."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"अज्ञात एरर"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ब्लूटूथ मिळवले"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ब्लूटूथ शेअर"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> प्राप्त करणे पूर्ण."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> पाठविणे पूर्ण."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"इनबाउंड स्थानांतरणे"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"आउटबाउंड स्थानांतरणे"</string> - <string name="no_transfers" msgid="3482965619151865672">"ट्रान्सफर इतिहास रिक्त आहे."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"सूचीमधून सर्व आयटम साफ केले जातील."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ब्लूटूथ शेअर: पाठवलेल्या फाइल"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ब्लूटूथ शेअर: मिळवलेल्या फाइल"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"डाउनलोड व्यवस्थापक अॅक्सेस करा."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"अॅपला BluetoothShare व्यवस्थापकामध्ये प्रवेश करण्याची आणि फाइल स्थानांतरित करण्यासाठी त्याचा वापर करण्याची अनुमती देते."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ब्लूटूथ डिव्हाइस अॅक्सेस ॲक्सेप्टलिस्ट करा."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"त्या डिव्हाइसला वापरकर्ता पुष्टीशिवाय या डिव्हाइसवर फाइल पाठवण्याची अनुमती देऊन ब्लूटूथ डिव्हाइसला तात्पुरते ॲक्सेप्टलिस्ट करण्याची अॅपला अनुमती देते."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ब्लूटूथ"</string> + <string name="unknown_device" msgid="2317679521750821654">"अज्ञात डिव्हाइस"</string> + <string name="unknownNumber" msgid="1245183329830158661">"अज्ञात"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"विमान मोड"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"तुम्ही विमान मोड मध्ये ब्लूटूथ वापरू शकत नाही."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ब्लूटूथ सेवांचा वापर करण्यासाठी, तुम्ही प्रथम ब्लूटूथ सुरू करा."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"आता ब्लूटूथ सुरू करायचे?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"रद्द करा"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"सुरू करा"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"फाइल स्थानांतरण"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"येणारी फाइल स्वीकारायची?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"नकार द्या"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"स्वीकारा"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ठीक"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" कडील फाइल स्वीकार करताना वेळ संपली."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"येणारी फाइल"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g>फाइल पाठवण्यास तयार आहे: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> मिळवत आहे"</string> + <string name="notification_received" msgid="2330252358543000567">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> प्राप्त केली"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> फाइल प्राप्त केली नाही"</string> + <string name="notification_sending" msgid="8269912843286868700">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> पाठवत आहे"</string> + <string name="notification_sent" msgid="2685202778935769332">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> पाठवली"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% पूर्ण"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ब्लूटूथ शेअर: <xliff:g id="FILE">%1$s</xliff:g> फाइल पाठवली नाही"</string> + <string name="download_title" msgid="6449408649671518102">"फाइल स्थानांतरण"</string> + <string name="download_line1" msgid="6449220145685308846">"प्रेेषक: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"फाइल आकार: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"फाइल प्राप्त करत आहे..."</string> + <string name="download_cancel" msgid="1705762428762702342">"थांबा"</string> + <string name="download_ok" msgid="2404442707314575833">"लपवा"</string> + <string name="incoming_line1" msgid="6342300988329482408">"प्रेषक"</string> + <string name="incoming_line2" msgid="2199520895444457585">"फाईलनाव"</string> + <string name="incoming_line3" msgid="8630078246326525633">"आकार"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"फाइल प्राप्त केली नाही"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"कारण: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ठीक"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"फाइल प्राप्त केली"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"उघडा"</string> + <string name="upload_line1" msgid="1912803923255989287">"प्रति: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"फाइल प्रकार: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"फाइल पाठवत आहे…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"फाइल पाठविली"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ठीक"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" वर फाइल पाठविली नाही."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"बंद करा"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ठीक"</string> + <string name="unknown_file" msgid="3719981572107052685">"अज्ञात फाइल"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"या प्रकारची फाइल हाताळण्यासाठी कोणताही अॅप नाही. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"फाइल नाही"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"फाइल अस्तित्वात नाही. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"कृपया प्रतीक्षा करा..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ब्लूटूथ सुरू करत आहे…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"फाइल मिळेल. सूचना पॅनल मधील प्रगती तपासा."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"फाइल प्राप्त होऊ शकत नाही."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" कडील फाइल प्राप्त करणे थांबविले"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ना फाइल पाठवित आहे"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" ना <xliff:g id="NUMBER">%1$s</xliff:g> फाइल पाठवित आहे"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ना फाइल पाठविणे थांबविले"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"फाइल सेव्ह करण्यासाठी USB स्टोरेजमध्ये पुरेशी जागा नाही."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"फाइल सेव्ह करण्यासाठी SD कार्डवर पुरेशी जागा नाही."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"स्थान आवश्यक: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"बर्याच विनंत्यांवर प्रक्रिया होत आहे. नंतर पुन्हा प्रयत्न करा."</string> + <string name="status_pending" msgid="4781040740237733479">"फाइल स्थानांतरणाचा अद्याप सुरू झाला नाही."</string> + <string name="status_running" msgid="7419075903776657351">"फाइल स्थानांतर सुरू आहे."</string> + <string name="status_success" msgid="7963589000098719541">"फाइल स्थानांतरण यशस्वीरित्या पूर्ण झाले."</string> + <string name="status_not_accept" msgid="1165798802740579658">"आशय समर्थित नाही."</string> + <string name="status_forbidden" msgid="4017060451358837245">"लक्ष्य डिव्हाइसद्वारे स्थानांतरण निषिद्ध केले."</string> + <string name="status_canceled" msgid="8441679418717978515">"वापरकर्त्याने स्थानांतरण रद्द केले."</string> + <string name="status_file_error" msgid="5379018888714679311">"संचयन समस्या."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB स्टोरेज नाही."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD कार्ड नाही. ट्रान्सफर केलेल्या फाइल सेव्ह करण्यासाठी SD कार्ड घाला."</string> + <string name="status_connection_error" msgid="8253709700568062220">"कनेक्शन अयशस्वी."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"विनंती योग्य रीतीने हाताळली जाऊ शकत नाही."</string> + <string name="status_unknown_error" msgid="314676481744304866">"अज्ञात एरर"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ब्लूटूथ मिळवले"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ब्लूटूथ शेअर"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> प्राप्त करणे पूर्ण."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> पाठविणे पूर्ण."</string> + <string name="inbound_history_title" msgid="189623888169624862">"इनबाउंड स्थानांतरणे"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"आउटबाउंड स्थानांतरणे"</string> + <string name="no_transfers" msgid="740521199933899821">"ट्रान्सफर इतिहास रिक्त आहे."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"सूचीमधून सर्व आयटम साफ केले जातील."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ब्लूटूथ शेअर: पाठवलेल्या फाइल"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ब्लूटूथ शेअर: मिळवलेल्या फाइल"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> अयशस्वी झाले.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> अयशस्वी झाले.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> यशस्वी झाले, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> यशस्वी झाले, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"सूची साफ करा"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"उघडा"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"सूचीमधून साफ करा"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"साफ करा"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"आता प्ले करत आहे"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"सेव्ह करा"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"रद्द करा"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"तुम्ही ब्लूटूथद्वारे शेअर करू इच्छित असलेली खाती निवडा. कनेक्ट करताना अद्याप तुम्ही खात्यांमधील कोणताही अॅक्सेस स्वीकारण्याची आवश्यकता आहे."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"स्लॉट शिल्लक:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ॲप्लिकेशन आयकन"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ब्लूटूथ मेसेज सामायिकरण सेटिंग्ज"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"खाते निवडू शकत नाही. 0 स्लॉट शिल्लक"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ब्लूटूथ ऑडिओ कनेक्ट केला"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ब्लूटूथ ऑडिओ डिस्कनेक्ट केला"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ब्लूटूथ ऑडिओ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 GB हून मोठ्या फाइल ट्रान्सफर करता येणार नाहीत"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ब्लूटूथशी कनेक्ट करा"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"सूची साफ करा"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"उघडा"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"सूचीमधून साफ करा"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"साफ करा"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"आता प्ले करत आहे"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"सेव्ह करा"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"रद्द करा"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"तुम्ही ब्लूटूथद्वारे शेअर करू इच्छित असलेली खाती निवडा. कनेक्ट करताना अद्याप तुम्ही खात्यांमधील कोणताही अॅक्सेस स्वीकारण्याची आवश्यकता आहे."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"स्लॉट शिल्लक:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ॲप्लिकेशन आयकन"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ब्लूटूथ मेसेज सामायिकरण सेटिंग्ज"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"खाते निवडू शकत नाही. 0 स्लॉट शिल्लक"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ब्लूटूथ ऑडिओ कनेक्ट केला"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ब्लूटूथ ऑडिओ डिस्कनेक्ट केला"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ब्लूटूथ ऑडिओ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 GB हून मोठ्या फाइल ट्रान्सफर करता येणार नाहीत"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ब्लूटूथशी कनेक्ट करा"</string> </resources> diff --git a/android/app/res/values-mr/strings_pbap.xml b/android/app/res/values-mr/strings_pbap.xml index 6775f6f45d..c711268d2e 100644 --- a/android/app/res/values-mr/strings_pbap.xml +++ b/android/app/res/values-mr/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s साठी सत्र की टाईप करा"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ब्लूटूथ सेशन की आवश्यक आहे"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s सह कनेक्शन स्वीकारणे टाइमआउट झाले"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s सह सेशन की इनपुट करणे टाइमआउट झाले"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex प्रमाणीकरण विनंती"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"सत्र की"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s साठी सत्र की टाईप करा"</string> - <string name="defaultname" msgid="4821590500649090078">"कारकिट"</string> - <string name="unknownName" msgid="2841414754740600042">"अज्ञात नाव"</string> - <string name="localPhoneName" msgid="2349001318925409159">"माझे नाव"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ब्लूटूथ संपर्क शेअर"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s साठी सत्र की टाईप करा"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ब्लूटूथ सेशन की आवश्यक आहे"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s सह कनेक्शन स्वीकारणे टाइमआउट झाले"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s सह सेशन की इनपुट करणे टाइमआउट झाले"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex प्रमाणीकरण विनंती"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"सत्र की"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s साठी सत्र की टाईप करा"</string> + <string name="defaultname" msgid="6200530814398805541">"कारकिट"</string> + <string name="unknownName" msgid="6755061296103155293">"अज्ञात नाव"</string> + <string name="localPhoneName" msgid="9119254982537191352">"माझे नाव"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ब्लूटूथ संपर्क शेअर"</string> </resources> diff --git a/android/app/res/values-mr/strings_pbap_client.xml b/android/app/res/values-mr/strings_pbap_client.xml index 471d6f971d..0ad76297ab 100644 --- a/android/app/res/values-mr/strings_pbap_client.xml +++ b/android/app/res/values-mr/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.ब्लूटूथ.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.ब्लूटूथ.pbapsink"</string> </resources> diff --git a/android/app/res/values-mr/strings_sap.xml b/android/app/res/values-mr/strings_sap.xml index 560d04f23e..9831ec7b55 100644 --- a/android/app/res/values-mr/strings_sap.xml +++ b/android/app/res/values-mr/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ब्लूटूथ सिम अॅक्सेस"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ब्लूटूथ सिम अॅक्सेस"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"डिस्कनेक्ट करण्याची क्लायंटला विनंती करायची?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"क्लायंटने डिस्कनेक्ट करण्याची प्रतीक्षा करत आहे"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"डिस्कनेक्ट करा"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"डिस्कनेक्ट करण्याची सक्ती करा"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ब्लूटूथ सिम अॅक्सेस"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ब्लूटूथ सिम अॅक्सेस"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"डिस्कनेक्ट करण्याची क्लायंटला विनंती करायची?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"क्लायंटने डिस्कनेक्ट करण्याची प्रतीक्षा करत आहे"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"डिस्कनेक्ट करा"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"डिस्कनेक्ट करण्याची सक्ती करा"</string> </resources> diff --git a/android/app/res/values-mr/test_strings.xml b/android/app/res/values-mr/test_strings.xml index 84d9b0eb3b..82816017ef 100644 --- a/android/app/res/values-mr/test_strings.xml +++ b/android/app/res/values-mr/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ब्लूटूथ"</string> - <string name="insert_record" msgid="1450997173838378132">"रेकॉर्ड घाला"</string> - <string name="update_record" msgid="2480425402384910635">"रेकॉर्डची पुष्टी करा"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack रेकॉर्ड"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"सर्व रेकॉर्ड हटवा"</string> - <string name="ok_button" msgid="6519033415223065454">"ठीक"</string> - <string name="delete_record" msgid="4645040331967533724">"रेकॉर्ड हटवा"</string> - <string name="start_server" msgid="9034821924409165795">"TCP सर्व्हर सुरू करा"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP सर्व्हरला सूचित करा"</string> + <string name="app_name" msgid="7766152617107310582">"ब्लूटूथ"</string> + <string name="insert_record" msgid="4024416351836939752">"रेकॉर्ड घाला"</string> + <string name="update_record" msgid="7201772850942641237">"रेकॉर्डची पुष्टी करा"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack रेकॉर्ड"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"सर्व रेकॉर्ड हटवा"</string> + <string name="ok_button" msgid="719865942400179601">"ठीक"</string> + <string name="delete_record" msgid="5713885957446255270">"रेकॉर्ड हटवा"</string> + <string name="start_server" msgid="134483798422082514">"TCP सर्व्हर सुरू करा"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP सर्व्हरला सूचित करा"</string> </resources> diff --git a/android/app/res/values-ms/strings.xml b/android/app/res/values-ms/strings.xml index 9c808de087..37b4d39382 100644 --- a/android/app/res/values-ms/strings.xml +++ b/android/app/res/values-ms/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Akses pengurus muat turun."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Membenarkan aplikasi mengakses pengurus Perkongsian Bluetooth dan menggunakannya untuk memindahkan fail."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Senarai terima akses peranti bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Membenarkan apl untuk menyenarai terima peranti Bluetooth sementara waktu, membolehkan peranti itu menghantar fail ke peranti ini tanpa pengesahan pengguna."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Peranti tidak diketahui"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Tidak diketahui"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Mod pesawat"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Anda tidak boleh menggunakan Bluetooth dalam mod Pesawat."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Untuk menggunakan perkhidmatan Bluetooth, anda perlu menghidupkan Bluetooth terlebih dahulu."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Hidupkan Bluetooth sekarang?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Batal"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Hidupkan"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Pemindahan fail"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Terima fail masuk?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Tolak"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Terima"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Berlaku tamat masa semasa menerima fail masuk daripada \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Fail masuk"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> sudah bersedia untuk menghantar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Perkongsian Bluetooth: Menerima <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Perkongsian Bluetooth: Diterima <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Perkongsian Bluetooth: Fail <xliff:g id="FILE">%1$s</xliff:g> tidak diterima"</string> - <string name="notification_sending" msgid="3035748958534983833">"Perkongsian Bluetooth: Menghantar <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Perkongsian Bluetooth: Dihantar <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Selesai 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Perkongsian Bluetooth: Fail <xliff:g id="FILE">%1$s</xliff:g> tidak dihantar"</string> - <string name="download_title" msgid="3353228219772092586">"Pemindahan fail"</string> - <string name="download_line1" msgid="4926604799202134144">"Daripada: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Saiz fail: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Menerima fail..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Berhenti"</string> - <string name="download_ok" msgid="5000360731674466039">"Sembunyi"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Daripada"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nama fail"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Saiz"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fail tidak diterima"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Sebab: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fail diterima"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Buka"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kepada: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Jenis fail: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Menghantar fail..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fail telah dihantar"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fail tidak dihantarkan kepada \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Tutup"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Fail tidak diketahui"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Tiada aplikasi untuk mengendalikan fail jenis ini. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Tiada fail"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Fail tidak wujud. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Sila tunggu..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Menghidupkan Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fail akan diterima. Semak kemajuan dalam panel Pemberitahuan."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Fail tidak boleh diterima."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Penerimaan fail daripada \"<xliff:g id="SENDER">%1$s</xliff:g>\" dihentikan"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Menghantar fail kepada \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Menghantar <xliff:g id="NUMBER">%1$s</xliff:g> fail kepada \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Penghantaran fail ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" dihentikan"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Ruang pada storan USB tidak mencukupi untuk menyimpan fail."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Ruang pada kad SD tidak mencukupi untuk menyimpan fail."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Ruang diperlukan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Terlalu banyak permintaan sedang diproses. Cuba sebentar lagi."</string> - <string name="status_pending" msgid="2503691772030877944">"Pemindahan fail belum lagi dimulakan."</string> - <string name="status_running" msgid="6562808920311008696">"Pemindahan fail sedang berlangsung."</string> - <string name="status_success" msgid="239573225847565868">"Pemindahan fail berjaya diselesaikan."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Kandungan tidak disokong."</string> - <string name="status_forbidden" msgid="613956401054050725">"Pemindahan dilarang oleh peranti sasaran."</string> - <string name="status_canceled" msgid="6664490318773098285">"Pemindahan dibatalkan oleh pengguna."</string> - <string name="status_file_error" msgid="3671917770630165299">"Isu storan."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Tiada storan USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Tiada kad SD. Masukkan kad SD untuk menyimpan fail yang dipindahkan."</string> - <string name="status_connection_error" msgid="947681831523219891">"Sambungan tidak berjaya."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Permintaan tidak dapat dikendalikan dengan betul."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Ralat tidak diketahui."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth diterima"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Perkongsian Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Penerimaan selesai."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Penghantaran selesai."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Pemindahan masuk"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Pemindahan keluar"</string> - <string name="no_transfers" msgid="3482965619151865672">"Sejarah pemindahan kosong."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Semua item akan dipadam bersih daripada senarai."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Perkongsian Bluetooth: Fail diterima"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Perkongsian Bluetooth: Fail diterima"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Akses pengurus muat turun."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Membenarkan aplikasi mengakses pengurus Perkongsian Bluetooth dan menggunakannya untuk memindahkan fail."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Senarai terima akses peranti bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Membenarkan apl untuk menyenarai terima peranti Bluetooth sementara waktu, membolehkan peranti itu menghantar fail ke peranti ini tanpa pengesahan pengguna."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Peranti tidak diketahui"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Tidak diketahui"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Mod pesawat"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Anda tidak boleh menggunakan Bluetooth dalam mod Pesawat."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Untuk menggunakan perkhidmatan Bluetooth, anda perlu menghidupkan Bluetooth terlebih dahulu."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Hidupkan Bluetooth sekarang?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Batal"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Hidupkan"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Pemindahan fail"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Terima fail masuk?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Tolak"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Terima"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Berlaku tamat masa semasa menerima fail masuk daripada \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Fail masuk"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> bersedia menghantar fail: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Perkongsian Bluetooth: Menerima <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Perkongsian Bluetooth: Diterima <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Perkongsian Bluetooth: Fail <xliff:g id="FILE">%1$s</xliff:g> tidak diterima"</string> + <string name="notification_sending" msgid="8269912843286868700">"Perkongsian Bluetooth: Menghantar <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Perkongsian Bluetooth: Dihantar <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Selesai 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Perkongsian Bluetooth: Fail <xliff:g id="FILE">%1$s</xliff:g> tidak dihantar"</string> + <string name="download_title" msgid="6449408649671518102">"Pemindahan fail"</string> + <string name="download_line1" msgid="6449220145685308846">"Daripada: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Saiz fail: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Menerima fail..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Berhenti"</string> + <string name="download_ok" msgid="2404442707314575833">"Sembunyi"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Daripada"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nama fail"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Saiz"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fail tidak diterima"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Sebab: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fail diterima"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Buka"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kepada: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Jenis fail: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Menghantar fail..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fail telah dihantar"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fail tidak dihantarkan kepada \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fail: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Tutup"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Fail tidak diketahui"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Tiada aplikasi untuk mengendalikan fail jenis ini. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Tiada fail"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Fail tidak wujud. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Sila tunggu..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Menghidupkan Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fail akan diterima. Semak kemajuan dalam panel Pemberitahuan."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Fail tidak boleh diterima."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Penerimaan fail daripada \"<xliff:g id="SENDER">%1$s</xliff:g>\" dihentikan"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Menghantar fail kepada \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Menghantar <xliff:g id="NUMBER">%1$s</xliff:g> fail kepada \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Penghantaran fail ke \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" dihentikan"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Ruang pada storan USB tidak mencukupi untuk menyimpan fail."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Ruang pada kad SD tidak mencukupi untuk menyimpan fail."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Ruang diperlukan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Terlalu banyak permintaan sedang diproses. Cuba sebentar lagi."</string> + <string name="status_pending" msgid="4781040740237733479">"Pemindahan fail belum lagi dimulakan."</string> + <string name="status_running" msgid="7419075903776657351">"Pemindahan fail sedang berlangsung."</string> + <string name="status_success" msgid="7963589000098719541">"Pemindahan fail berjaya diselesaikan."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Kandungan tidak disokong."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Pemindahan dilarang oleh peranti sasaran."</string> + <string name="status_canceled" msgid="8441679418717978515">"Pemindahan dibatalkan oleh pengguna."</string> + <string name="status_file_error" msgid="5379018888714679311">"Isu storan."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Tiada storan USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Tiada kad SD. Masukkan kad SD untuk menyimpan fail yang dipindahkan."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Sambungan tidak berjaya."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Permintaan tidak dapat dikendalikan dengan betul."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Ralat tidak diketahui."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth diterima"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Perkongsian Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Penerimaan selesai."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Penghantaran selesai."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Pemindahan masuk"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Pemindahan keluar"</string> + <string name="no_transfers" msgid="740521199933899821">"Sejarah pemindahan kosong."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Semua item akan dipadam bersih daripada senarai."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Perkongsian Bluetooth: Fail diterima"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Perkongsian Bluetooth: Fail diterima"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> tidak berjaya.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> tidak berjaya.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> berjaya, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> berjaya, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Padam bersih senarai"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Buka"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Padam bersih daripada senarai"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Padam bersih"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Simpan"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Batal"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Pilih akaun yang anda ingin kongsikan melalui Bluetooth. Anda masih perlu menerima sebarang akses kepada akaun semasa menyambung."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Slot yang tinggal:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikon Aplikasi"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Tetapan Perkongsian Mesej Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Tidak boleh memilih akaun. 0 slot yang tinggal"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio Bluetooth disambungkan"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio Bluetooth diputuskan sambungannya"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Fail lebih besar daripada 4GB tidak boleh dipindahkan"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Sambung ke Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Padam bersih senarai"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Buka"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Padam bersih daripada senarai"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Padam bersih"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Simpan"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Batal"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Pilih akaun yang anda ingin kongsikan melalui Bluetooth. Anda masih perlu menerima sebarang akses kepada akaun semasa menyambung."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Slot yang tinggal:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikon Aplikasi"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Tetapan Perkongsian Mesej Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Tidak boleh memilih akaun. 0 slot yang tinggal"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio Bluetooth disambungkan"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio Bluetooth diputuskan sambungannya"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Fail lebih besar daripada 4GB tidak boleh dipindahkan"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Sambung ke Bluetooth"</string> </resources> diff --git a/android/app/res/values-ms/strings_pbap.xml b/android/app/res/values-ms/strings_pbap.xml index b2d133895e..46c7a09111 100644 --- a/android/app/res/values-ms/strings_pbap.xml +++ b/android/app/res/values-ms/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Taipkan kunci sesi untuk %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Kunci sesi Bluetooth diperlukan"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Berlaku tamat masa semasa menerima sambungan dengan %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Tamat masa berlaku semasa memasukkan kunci sesi dengan %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Permintaan pengesahan Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Kunci Sesi"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Taipkan kunci sesi untuk %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Kit kereta"</string> - <string name="unknownName" msgid="2841414754740600042">"Nama tidak diketahui"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Nama saya"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Perkongsian Kenalan melalui Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Taipkan kunci sesi untuk %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Kunci sesi Bluetooth diperlukan"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Berlaku tamat masa semasa menerima sambungan dengan %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Tamat masa berlaku semasa memasukkan kunci sesi dengan %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Permintaan pengesahan Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Kunci Sesi"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Taipkan kunci sesi untuk %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Kit kereta"</string> + <string name="unknownName" msgid="6755061296103155293">"Nama tidak diketahui"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Nama saya"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Perkongsian Kenalan melalui Bluetooth"</string> </resources> diff --git a/android/app/res/values-ms/strings_pbap_client.xml b/android/app/res/values-ms/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ms/strings_pbap_client.xml +++ b/android/app/res/values-ms/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ms/strings_sap.xml b/android/app/res/values-ms/strings_sap.xml index 48f764c834..10156da369 100644 --- a/android/app/res/values-ms/strings_sap.xml +++ b/android/app/res/values-ms/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Akses SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Akses SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Minta pelanggan memutuskan sambungan?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Menunggu pelanggan untuk memutuskan sambungan"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Putus sambungan"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Paksa putuskan sambungan"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Akses SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Akses SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Minta pelanggan memutuskan sambungan?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Menunggu pelanggan untuk memutuskan sambungan"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Putus sambungan"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Paksa putuskan sambungan"</string> </resources> diff --git a/android/app/res/values-ms/test_strings.xml b/android/app/res/values-ms/test_strings.xml index 7591514821..a83adac4db 100644 --- a/android/app/res/values-ms/test_strings.xml +++ b/android/app/res/values-ms/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Masukkan rekod"</string> - <string name="update_record" msgid="2480425402384910635">"Sahkan rekod"</string> - <string name="ack_record" msgid="6716152390978472184">"Rekod Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Padamkan semua rekod"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Padamkan rekod"</string> - <string name="start_server" msgid="9034821924409165795">"Mulakan pelayan TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Beritahu pelayan TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Masukkan rekod"</string> + <string name="update_record" msgid="7201772850942641237">"Sahkan rekod"</string> + <string name="ack_record" msgid="2404738476192250210">"Rekod Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Padamkan semua rekod"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Padamkan rekod"</string> + <string name="start_server" msgid="134483798422082514">"Mulakan pelayan TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Beritahu pelayan TCP"</string> </resources> diff --git a/android/app/res/values-my/strings.xml b/android/app/res/values-my/strings.xml index 75e676a13d..e2ae12e07f 100644 --- a/android/app/res/values-my/strings.xml +++ b/android/app/res/values-my/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ဒေါင်းလုပ်မန်နေဂျာကို အသုံးပြုနိုင်မည်"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"အပလီကေးရှင်းအား ဘလူးတုသ်မျှဝေမှု မန်နေဂျာကို အသုံးပြုခွင့်ပေးပြီး ဖိုင်လွှဲရန် အသုံးပြုပါ"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ဘလူးတုသ်ယာယီလက်ခံစာရင်းကို အသုံးပြုခွင့်။"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"အက်ပ်အား ဘလူးတုသ်စက်ကို ယာယီလက်ခံစာရင်းထဲ ထည့်ရန်ခွင့်ပြုကာ အသုံးပြုသူ၏ အတည်ပြုချက်မရယူဘဲ ဖိုင်များကို စက်ထဲသို့ ပို့ခွင့်ပြုမည်။"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ဘလူးတုသ်"</string> - <string name="unknown_device" msgid="9221903979877041009">"မသိသော စက်"</string> - <string name="unknownNumber" msgid="4994750948072751566">"မသိ"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"လေယာဉ်ပျံမုဒ်"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"လေယာဥ်ပျံပေါ်သုံးစနစ်တွင် ဘလူးတုသ်အသုံးပြုမရပါ"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ဘလူးတုသ်ဆားဗစ်ကိုအသုံးပြုရန် ပထမဦးစွာ ဘလူးတုသ်ကိုဖွင့်ပါ"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ယခုပင် ဘလူးတုသ်ကိုဖွင့်မည်လား?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"မလုပ်တော့"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ဖွင့်မည်"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ဖိုင်လွှဲပြောင်းခြင်း"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ဝင်လာသည့် ဖိုင်ကို လက်ခံမလား?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"လက်မခံပါ"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"လက်ခံရန်"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"မှ အဝင်ဖိုင်ကို လက်ခံနေစဥ် အချိန်ကုန်ဆုံးသွားပါပြီ"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"အဝင် ဖိုင်"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> က <xliff:g id="FILE">%2$s</xliff:g>ကို ပို့ရန် အသင့်ပါ"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ဘလူးတုသ် ဝေမျှမှု - <xliff:g id="FILE">%1$s</xliff:g> လက်ခံနေသည်"</string> - <string name="notification_received" msgid="3324588019186687985">"ဘလူးတုသ် ဝေမျှမှု - ရရှိပြီး<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ဘလူးတုသ် ဝေမျှမှု - ဖိုင် <xliff:g id="FILE">%1$s</xliff:g> မရရှိပါ"</string> - <string name="notification_sending" msgid="3035748958534983833">"ဘလူးတုသ် ဝေမျှမှု - <xliff:g id="FILE">%1$s</xliff:g> ပို့နေသည်"</string> - <string name="notification_sent" msgid="9218710861333027778">"ဘလူးတုသ် ဝေမျှမှု - <xliff:g id="FILE">%1$s</xliff:g> ပို့ပြီး"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"၁၀၀%ပြီးပါပြီ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ဘလူးတုသ် ဝေမျှမှု - ဖိုင်<xliff:g id="FILE">%1$s</xliff:g> မပို့ပါ"</string> - <string name="download_title" msgid="3353228219772092586">"ဖိုင်လွှဲပြောင်းခြင်း"</string> - <string name="download_line1" msgid="4926604799202134144">"မှ - \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ဖိုင် - <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ဖိုင်အရွယ်အစား - <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ဖိုင် လက်ခံနေပြီ"</string> - <string name="download_cancel" msgid="9177305996747500768">"ရပ်ဆိုင်းရန်"</string> - <string name="download_ok" msgid="5000360731674466039">"ဖျောက်ထားမည်"</string> - <string name="incoming_line1" msgid="2127419875681087545">"မှ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ဖိုင်အမည်"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ဆိုက်"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ဖိုင် မရရှိပါ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ဖိုင် - <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"အကြောင်းပြချက် - <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"လက်ခံရပြီးဖိုင်"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ဖွင့်ရန်"</string> - <string name="upload_line1" msgid="2055952074059709052">"သို့ - \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ဖိုင်အမျိုးအစား - <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ဖိုင်ပို့နေပါသည်"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ဖိုင်ပို့ပြီး"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ထံသို့ ဖိုင်ကို မပို့ပါ"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ဖိုင် - <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ပိတ်ရန်"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"အမျိုးအမည် မသိသောဖိုင်"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ဤဖိုင်အမျိုးအစားကို ကိုင်တွယ်ရန် အပလီကေးရှင်းမရှိပါ\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ဖိုင်မရှိပါ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ထိုဖိုင်မှာ မရှိပါ \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"ကျေးဇူးပြု၍ ခဏစောင့်ပါ…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ဘလူးတုသ် ဖွင့်နေသည်"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ဖိုင်ကို လက်ခံပါမည် အကြောင်းကြားချက် အကန့်ထဲတွင် တိုးတက်မှုကိုကြည့်ပါ"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ဤဖိုင်ကိုလက်ခံမရပါ"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"မှ ဖိုင်ကို လက်ခံခြင်းအား ရပ်ပါ"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ထံသို့ ဖိုင်ကိုပို့ပါ"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ဖိုင်ကို \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"ထံသို့ ပို့ပါ"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ထံသို့ ဖိုင်ကိုပို့ခြင်းအား ရပ်ဆိုင်းပါ"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ဖိုင်သိမ်းရန် USB သိုလှောင်ခန်းတွင် နေရာမလောက်ပါ။"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ဖိုင်သိမ်းရန် SD ကတ်ပေါ်တွင် နေရာမလောက်ပါ။"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"လိုအပ်သော နေရာပမာဏ - <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"တောင်းခံမှုများစွာကို ပြုလုပ်နေသည်၊ ခဏနေ ပြန်ကြိုးစားကြည့်ပါ"</string> - <string name="status_pending" msgid="2503691772030877944">"ဖိုင်လွှဲပြောင်းခြင်း မစရသေးပါ"</string> - <string name="status_running" msgid="6562808920311008696">"ဖိုင်လွှဲပြောင်းခြင်းမှာ ပြုလုပ်နေဆဲဖြစ်သည်"</string> - <string name="status_success" msgid="239573225847565868">"ဖိုင်လွှဲပြောင်းခြင်း အောင်မြင်စွာပြီးဆုံးပါပြီ"</string> - <string name="status_not_accept" msgid="1695082417193780738">"အကြောင်းအရာသည် အထောက်အပံ့မဖြစ်ပါ"</string> - <string name="status_forbidden" msgid="613956401054050725">"ဦးတည်ရာစက်မှ လွှဲပြောင်းခြင်းကို တားမြစ်ခြင်း"</string> - <string name="status_canceled" msgid="6664490318773098285">"အသုံးပြုသူမှ လွှဲပြောင်းခြင်းကို ဖယ်ဖျက်ရန်"</string> - <string name="status_file_error" msgid="3671917770630165299">"သိုလှောင်မှု အချက်"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB သိုလှောင်ခန်း မရှိပါ။"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD ကတ်မရှိပါ။ လွှဲပြောင်းထားသော ဖိုင်များကို သိမ်းရန် SD ကတ်ထည့်ပါ။"</string> - <string name="status_connection_error" msgid="947681831523219891">"ချိတ်ဆက်ခြင်း မအောင်မြင်ပါ"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"တောင်းခံခြင်းကို မှန်ကန်စွာကိုင်တွယ်မရပါ"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"အမည်မသိသော မှားယွင်းမှု"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ဘလူးတုသ် လက်ခံရပြီး"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ဘလူးတုသ် မျှဝေမှု"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> လက်ခံရရှိပြီး"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ပို့ခြင်း ပြီးဆုံးပြီး"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ပြန်လည်ရောက်လာသော လွှဲမှုများ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ပြန်လည်ထွက်မည့် လွှဲမှုများ"</string> - <string name="no_transfers" msgid="3482965619151865672">"လွှဲပြောင်းခြင်း မှတ်တမ်းတွင် ဘာမျှမရှိပါ"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"အရာများအားလုံး စာရင်းမှ ရှင်းလင်းပစ်လိမ့်မည်"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ဘလူးတုသ် ဝေမျှမှု - ဖိုင်ပို့ပြီး"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ဘလူးတုသ် ဝေမျှမှု - ရရှိပြီးဖိုင်များ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ဒေါင်းလုပ်မန်နေဂျာကို အသုံးပြုနိုင်မည်"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"အပလီကေးရှင်းအား ဘလူးတုသ်မျှဝေမှု မန်နေဂျာကို အသုံးပြုခွင့်ပေးပြီး ဖိုင်လွှဲရန် အသုံးပြုပါ"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ဘလူးတုသ်ယာယီလက်ခံစာရင်းကို အသုံးပြုခွင့်။"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"အက်ပ်အား ဘလူးတုသ်စက်ကို ယာယီလက်ခံစာရင်းထဲ ထည့်ရန်ခွင့်ပြုကာ အသုံးပြုသူ၏ အတည်ပြုချက်မရယူဘဲ ဖိုင်များကို စက်ထဲသို့ ပို့ခွင့်ပြုမည်။"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ဘလူးတုသ်"</string> + <string name="unknown_device" msgid="2317679521750821654">"မသိသော စက်"</string> + <string name="unknownNumber" msgid="1245183329830158661">"မသိ"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"လေယာဉ်ပျံမုဒ်"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"လေယာဥ်ပျံပေါ်သုံးစနစ်တွင် ဘလူးတုသ်အသုံးပြုမရပါ"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ဘလူးတုသ်ဆားဗစ်ကိုအသုံးပြုရန် ပထမဦးစွာ ဘလူးတုသ်ကိုဖွင့်ပါ"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ယခုပင် ဘလူးတုသ်ကိုဖွင့်မည်လား?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"မလုပ်တော့"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ဖွင့်မည်"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ဖိုင်လွှဲပြောင်းခြင်း"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ဝင်လာသည့် ဖိုင်ကို လက်ခံမလား?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"လက်မခံပါ"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"လက်ခံရန်"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"မှ အဝင်ဖိုင်ကို လက်ခံနေစဥ် အချိန်ကုန်ဆုံးသွားပါပြီ"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"အဝင် ဖိုင်"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> သည် ဤဖိုင်ကို ပို့ရန်အသင့်ဖြစ်ပါပြီ- <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ဘလူးတုသ် ဝေမျှမှု - <xliff:g id="FILE">%1$s</xliff:g> လက်ခံနေသည်"</string> + <string name="notification_received" msgid="2330252358543000567">"ဘလူးတုသ် ဝေမျှမှု - ရရှိပြီး<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ဘလူးတုသ် ဝေမျှမှု - ဖိုင် <xliff:g id="FILE">%1$s</xliff:g> မရရှိပါ"</string> + <string name="notification_sending" msgid="8269912843286868700">"ဘလူးတုသ် ဝေမျှမှု - <xliff:g id="FILE">%1$s</xliff:g> ပို့နေသည်"</string> + <string name="notification_sent" msgid="2685202778935769332">"ဘလူးတုသ် ဝေမျှမှု - <xliff:g id="FILE">%1$s</xliff:g> ပို့ပြီး"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"၁၀၀%ပြီးပါပြီ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ဘလူးတုသ် ဝေမျှမှု - ဖိုင်<xliff:g id="FILE">%1$s</xliff:g> မပို့ပါ"</string> + <string name="download_title" msgid="6449408649671518102">"ဖိုင်လွှဲပြောင်းခြင်း"</string> + <string name="download_line1" msgid="6449220145685308846">"မှ - \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ဖိုင် - <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ဖိုင်အရွယ်အစား - <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ဖိုင် လက်ခံနေပြီ"</string> + <string name="download_cancel" msgid="1705762428762702342">"ရပ်ဆိုင်းရန်"</string> + <string name="download_ok" msgid="2404442707314575833">"ဖျောက်ထားမည်"</string> + <string name="incoming_line1" msgid="6342300988329482408">"မှ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ဖိုင်အမည်"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ဆိုက်"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ဖိုင် မရရှိပါ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ဖိုင် - <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"အကြောင်းပြချက် - <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"လက်ခံရပြီးဖိုင်"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ဖွင့်ရန်"</string> + <string name="upload_line1" msgid="1912803923255989287">"သို့ - \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ဖိုင်အမျိုးအစား - <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ဖိုင်ပို့နေပါသည်"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ဖိုင်ပို့ပြီး"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ထံသို့ ဖိုင်ကို မပို့ပါ"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ဖိုင် - <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ပိတ်ရန်"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"အမျိုးအမည် မသိသောဖိုင်"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ဤဖိုင်အမျိုးအစားကို ကိုင်တွယ်ရန် အပလီကေးရှင်းမရှိပါ\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ဖိုင်မရှိပါ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ထိုဖိုင်မှာ မရှိပါ \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"ကျေးဇူးပြု၍ ခဏစောင့်ပါ…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ဘလူးတုသ် ဖွင့်နေသည်"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ဖိုင်ကို လက်ခံပါမည် အကြောင်းကြားချက် အကန့်ထဲတွင် တိုးတက်မှုကိုကြည့်ပါ"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ဤဖိုင်ကိုလက်ခံမရပါ"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"မှ ဖိုင်ကို လက်ခံခြင်းအား ရပ်ပါ"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ထံသို့ ဖိုင်ကိုပို့ပါ"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ဖိုင်ကို \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"ထံသို့ ပို့ပါ"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ထံသို့ ဖိုင်ကိုပို့ခြင်းအား ရပ်ဆိုင်းပါ"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ဖိုင်သိမ်းရန် USB သိုလှောင်ခန်းတွင် နေရာမလောက်ပါ။"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ဖိုင်သိမ်းရန် SD ကတ်ပေါ်တွင် နေရာမလောက်ပါ။"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"လိုအပ်သော နေရာပမာဏ - <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"တောင်းခံမှုများစွာကို ပြုလုပ်နေသည်၊ ခဏနေ ပြန်ကြိုးစားကြည့်ပါ"</string> + <string name="status_pending" msgid="4781040740237733479">"ဖိုင်လွှဲပြောင်းခြင်း မစရသေးပါ"</string> + <string name="status_running" msgid="7419075903776657351">"ဖိုင်လွှဲပြောင်းခြင်းမှာ ပြုလုပ်နေဆဲဖြစ်သည်"</string> + <string name="status_success" msgid="7963589000098719541">"ဖိုင်လွှဲပြောင်းခြင်း အောင်မြင်စွာပြီးဆုံးပါပြီ"</string> + <string name="status_not_accept" msgid="1165798802740579658">"အကြောင်းအရာသည် အထောက်အပံ့မဖြစ်ပါ"</string> + <string name="status_forbidden" msgid="4017060451358837245">"ဦးတည်ရာစက်မှ လွှဲပြောင်းခြင်းကို တားမြစ်ခြင်း"</string> + <string name="status_canceled" msgid="8441679418717978515">"အသုံးပြုသူမှ လွှဲပြောင်းခြင်းကို ဖယ်ဖျက်ရန်"</string> + <string name="status_file_error" msgid="5379018888714679311">"သိုလှောင်မှု အချက်"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB သိုလှောင်ခန်း မရှိပါ။"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD ကတ်မရှိပါ။ လွှဲပြောင်းထားသော ဖိုင်များကို သိမ်းရန် SD ကတ်ထည့်ပါ။"</string> + <string name="status_connection_error" msgid="8253709700568062220">"ချိတ်ဆက်ခြင်း မအောင်မြင်ပါ"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"တောင်းခံခြင်းကို မှန်ကန်စွာကိုင်တွယ်မရပါ"</string> + <string name="status_unknown_error" msgid="314676481744304866">"အမည်မသိသော မှားယွင်းမှု"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ဘလူးတုသ် လက်ခံရပြီး"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ဘလူးတုသ် မျှဝေမှု"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> လက်ခံရရှိပြီး"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ပို့ခြင်း ပြီးဆုံးပြီး"</string> + <string name="inbound_history_title" msgid="189623888169624862">"ပြန်လည်ရောက်လာသော လွှဲမှုများ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ပြန်လည်ထွက်မည့် လွှဲမှုများ"</string> + <string name="no_transfers" msgid="740521199933899821">"လွှဲပြောင်းခြင်း မှတ်တမ်းတွင် ဘာမျှမရှိပါ"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"အရာများအားလုံး စာရင်းမှ ရှင်းလင်းပစ်လိမ့်မည်"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ဘလူးတုသ် ဝေမျှမှု - ဖိုင်ပို့ပြီး"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ဘလူးတုသ် ဝေမျှမှု - ရရှိပြီးဖိုင်များ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> မအောင်မြင်ပါ။</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> မအောင်မြင်ပါ။</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> အောင်မြင်ပါသည်၊ %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> အောင်မြင်ပါသည်၊ %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"စာရင်းကို ဖယ်ရှားရန်"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ဖွင့်ရန်"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"စာရင်းမှ ရှင်းပစ်မည်"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ရှင်းရန်"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"ယခု ဖွင့်နေသည်"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"သိမ်းရန်"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"မလုပ်တော့"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ဘလူးတုသ်မှ မျှဝေလိုသော အကောင့်များကို ရွေးပါ။ ချိတ်ဆက်သည့်အခါ အကောင့်များအား ဝင်ခွင့်ပြုဖို့ လက်ခံပေးရပါလိမ့်ဦးမည်။"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ကျန်နေသည့် အပေါက်များ:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"အပလီကေးရှင်း သင်္ကေတ"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ဘလူးတုသ် စာ မျှဝေရေး ဆက်တင်များ"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ရွေးထားသည့် အကောင့်ကို မရွေးနိုင်ပါ။ သုည အပေါက်များ ကျန်နေ"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ဘလူးတုသ်အသံ ချိတ်ဆက်ပြီးပါပြီ"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ဘလူးတုသ်အသံ မချိတ်ဆက်ထားပါ"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ဘလူးတုသ် အသံ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB ထက်ပိုကြီးသည့် ဖိုင်များကို လွှဲပြောင်းမရနိုင်ပါ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ဘလူးတုသ်သို့ ချိတ်ဆက်ရန်"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"စာရင်းကို ဖယ်ရှားရန်"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ဖွင့်ရန်"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"စာရင်းမှ ရှင်းပစ်မည်"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ရှင်းရန်"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"သိမ်းရန်"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"မလုပ်တော့"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ဘလူးတုသ်မှ မျှဝေလိုသော အကောင့်များကို ရွေးပါ။ ချိတ်ဆက်သည့်အခါ အကောင့်များအား ဝင်ခွင့်ပြုဖို့ လက်ခံပေးရပါလိမ့်ဦးမည်။"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ကျန်နေသည့် အပေါက်များ:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"အပလီကေးရှင်း သင်္ကေတ"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ဘလူးတုသ် စာ မျှဝေရေး ဆက်တင်များ"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ရွေးထားသည့် အကောင့်ကို မရွေးနိုင်ပါ။ သုည အပေါက်များ ကျန်နေ"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ဘလူးတုသ်အသံ ချိတ်ဆက်ပြီးပါပြီ"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ဘလူးတုသ်အသံ မချိတ်ဆက်ထားပါ"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ဘလူးတုသ် အသံ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB ထက်ပိုကြီးသည့် ဖိုင်များကို လွှဲပြောင်းမရနိုင်ပါ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ဘလူးတုသ်သို့ ချိတ်ဆက်ရန်"</string> </resources> diff --git a/android/app/res/values-my/strings_pbap.xml b/android/app/res/values-my/strings_pbap.xml index b202f1125a..6d8d3f7409 100644 --- a/android/app/res/values-my/strings_pbap.xml +++ b/android/app/res/values-my/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$sအတွက် ဆက်ရှင်ကီး တစ်ခုကို ရိုက်သွင်းပါ"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ဘလူးတုသ် ဆက်ရှင်ကီး လိုအပ်ပါသည်"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$sနှင့် ဆက်သွယ်မှုကိုလက်ခံရန် အချိန်ကုန်သွားပါသည်"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$sနှင့် ဆက်ရှင်ကီးကို ရိုက်သွင်းရန်အချိန် ကုန်သွားပါသည်"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex (အချင်းအချင်းဖလှယ်ရန်) စစ်မှန်ကြောင်းတောင်းခံခြင်း"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"ကဏ္ဏတစ်ခု၏ ကီး"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$sအတွက် ဆက်ရှင်ကီးကို ရိုက်ပါ"</string> - <string name="defaultname" msgid="4821590500649090078">"ကားကစ်"</string> - <string name="unknownName" msgid="2841414754740600042">"အမည်မသိ"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ကျွန်ုပ်နာမည်"</string> - <string name="defaultnumber" msgid="8520116145890867338">"၀၀၀၀၀၀"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ဘလူးတုသ်ဖြင့် အဆက်အသွယ်မျှဝေခြင်း"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$sအတွက် ဆက်ရှင်ကီး တစ်ခုကို ရိုက်သွင်းပါ"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ဘလူးတုသ် ဆက်ရှင်ကီး လိုအပ်ပါသည်"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$sနှင့် ဆက်သွယ်မှုကိုလက်ခံရန် အချိန်ကုန်သွားပါသည်"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$sနှင့် ဆက်ရှင်ကီးကို ရိုက်သွင်းရန်အချိန် ကုန်သွားပါသည်"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex (အချင်းအချင်းဖလှယ်ရန်) စစ်မှန်ကြောင်းတောင်းခံခြင်း"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"ကဏ္ဏတစ်ခု၏ ကီး"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$sအတွက် ဆက်ရှင်ကီးကို ရိုက်ပါ"</string> + <string name="defaultname" msgid="6200530814398805541">"ကားကစ်"</string> + <string name="unknownName" msgid="6755061296103155293">"အမည်မသိ"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ကျွန်ုပ်နာမည်"</string> + <string name="defaultnumber" msgid="5348816189286607406">"၀၀၀၀၀၀"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ဘလူးတုသ်ဖြင့် အဆက်အသွယ်မျှဝေခြင်း"</string> </resources> diff --git a/android/app/res/values-my/strings_pbap_client.xml b/android/app/res/values-my/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-my/strings_pbap_client.xml +++ b/android/app/res/values-my/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-my/strings_sap.xml b/android/app/res/values-my/strings_sap.xml index 189b9d3a8d..0160c02d39 100644 --- a/android/app/res/values-my/strings_sap.xml +++ b/android/app/res/values-my/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ဘလူးတုသ် SIM ဝင်ရောက်သုံးမှု"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ဘလူးတုသ် SIM ဝင်ရောက်သုံးမှု"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ကလိုင်းယင့်အား ချိတ်ဆက်မှု ဖြုတ်ရန် တောင်းဆိုမည်လား?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ချိတ်ဆက်မှုဖြတ်ရန် ကလိုင်းယင့်များအား စောင့်ဆိုင်းနေစဉ်"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ချိတ်ဆက်မှုဖြုတ်ရန်"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"ချိတ်ဆက်မှု မဖြစ်မနေ ဖြတ်တောက်ရန်"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ဘလူးတုသ် SIM ဝင်ရောက်သုံးမှု"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ဘလူးတုသ် SIM ဝင်ရောက်သုံးမှု"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ကလိုင်းယင့်အား ချိတ်ဆက်မှု ဖြုတ်ရန် တောင်းဆိုမည်လား?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ချိတ်ဆက်မှုဖြတ်ရန် ကလိုင်းယင့်များအား စောင့်ဆိုင်းနေစဉ်"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ချိတ်ဆက်မှုဖြုတ်ရန်"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"ချိတ်ဆက်မှု မဖြစ်မနေ ဖြတ်တောက်ရန်"</string> </resources> diff --git a/android/app/res/values-my/test_strings.xml b/android/app/res/values-my/test_strings.xml index e9cf314b52..6544a79f22 100644 --- a/android/app/res/values-my/test_strings.xml +++ b/android/app/res/values-my/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ဘလူးတုသ်"</string> - <string name="insert_record" msgid="1450997173838378132">"မှတ်တမ်း ထည့်သွင်းရန်"</string> - <string name="update_record" msgid="2480425402384910635">"မှတ်တမ်းအတည်ပြုရန်"</string> - <string name="ack_record" msgid="6716152390978472184">"အသိအမှတ်ပြု မှတ်တမ်း"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"မှတ်တမ်းအားလုံးကို ဖျက်ရန်"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"မှတ်တမ်းကို ဖျက်ရန်"</string> - <string name="start_server" msgid="9034821924409165795">"TCP ဆာဗာ စတင်ရန်"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP ဆာဗာကို အကြောင်းကြားရန်"</string> + <string name="app_name" msgid="7766152617107310582">"ဘလူးတုသ်"</string> + <string name="insert_record" msgid="4024416351836939752">"မှတ်တမ်း ထည့်သွင်းရန်"</string> + <string name="update_record" msgid="7201772850942641237">"မှတ်တမ်းအတည်ပြုရန်"</string> + <string name="ack_record" msgid="2404738476192250210">"အသိအမှတ်ပြု မှတ်တမ်း"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"မှတ်တမ်းအားလုံးကို ဖျက်ရန်"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"မှတ်တမ်းကို ဖျက်ရန်"</string> + <string name="start_server" msgid="134483798422082514">"TCP ဆာဗာ စတင်ရန်"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP ဆာဗာကို အကြောင်းကြားရန်"</string> </resources> diff --git a/android/app/res/values-nb/strings.xml b/android/app/res/values-nb/strings.xml index b62b6eb4cd..17172c0f15 100644 --- a/android/app/res/values-nb/strings.xml +++ b/android/app/res/values-nb/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Åpne nedlastingsbehandling."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Gir appen tilgang til BluetoothShare-administratoren, og tillatelse til å bruke det til filoverføring."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Godkjenn tilgang for Bluetooth-enheter."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Appen gis tillatelse til å godkjenne en Bluetooth-enhet midlertidig, noe som gjør at Bluetooth-enheten kan sende filer til enheten du bruker, uten brukerbekreftelse."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Ukjent enhet"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Ukjent"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Flymodus"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Du kan ikke bruke Bluetooth i flymodus."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Du må slå på Bluetooth for å bruke Bluetooth-tjenestene."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vil du slå på Bluetooth nå?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Avbryt"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Slå på"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Filoverføring"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Vil du godta den innkommende filen?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Avslå"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Godta"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Det oppstod et tidsavbrudd under mottak av fil fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Innkommende fil"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> er klar til å sende <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-deling: Mottar <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-deling: <xliff:g id="FILE">%1$s</xliff:g> er mottatt"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> er ikke mottatt"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-deling: Sender <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-deling: Sendt <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % fullført"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> ble ikke sendt"</string> - <string name="download_title" msgid="3353228219772092586">"Filoverføring"</string> - <string name="download_line1" msgid="4926604799202134144">"Fra: «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> - <string name="download_line2" msgid="5876973543019417712">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Filstørrelse: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Mottar fil ..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Stopp"</string> - <string name="download_ok" msgid="5000360731674466039">"Skjul"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Fra"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filnavn"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Størrelse"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Filen ble ikke mottatt"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Årsak: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fil mottatt"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Åpne"</string> - <string name="upload_line1" msgid="2055952074059709052">"Til: «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> - <string name="upload_line3" msgid="4920689672457037437">"Filtype: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Sender filen ..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fil sendt"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Filen ble ikke sendt til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Lukk"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Ukjent fil"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Det finnes ingen app på enheten som kan håndtere denne filtypen. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ingen fil"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Filen finnes ikke. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Vent litt ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Aktiverer Bluetooth …"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Filen vil bli mottatt. Du kan se fremdriften i varselpanelet."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Filen kan ikke mottas."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Stoppet mottak av fil fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Sender fil til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Sender <xliff:g id="NUMBER">%1$s</xliff:g> filer til «<xliff:g id="RECIPIENT">%2$s</xliff:g>»"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Stoppet sendingen av fil til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Det er ikke nok plass på USB-lagringen til å lagre filen."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Det er ikke nok plass på SD-kortet til å lagre filen."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Nødvendig plass: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"For mange forespørsler behandles for øyeblikket. Prøv på nytt senere."</string> - <string name="status_pending" msgid="2503691772030877944">"Filoverføringen har ikke startet ennå."</string> - <string name="status_running" msgid="6562808920311008696">"Filoverføring pågår."</string> - <string name="status_success" msgid="239573225847565868">"Filoverføring fullført."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Innholdet støttes ikke."</string> - <string name="status_forbidden" msgid="613956401054050725">"Overføring nektes av mottakerenheten."</string> - <string name="status_canceled" msgid="6664490318773098285">"Overføring avbrutt av bruker."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problem med lagring."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Ingen USB-lagring."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Mangler SD-kort. Sett inn et SD-kort for å lagre overførte filer."</string> - <string name="status_connection_error" msgid="947681831523219891">"Tilkobling mislyktes."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Kan ikke behandle forespørsel på riktig måte."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Ukjent feil."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth mottatt"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-deling"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> mottatt – ferdig."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> sendt."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Innkommende overføringer"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Utgående overføringer"</string> - <string name="no_transfers" msgid="3482965619151865672">"Overføringsloggen er tom."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Alle elementer fjernes fra listen."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-deling: Filer sendt"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-deling: Filer mottatt"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Åpne nedlastingsbehandling."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Gir appen tilgang til BluetoothShare-administratoren, og tillatelse til å bruke det til filoverføring."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Godkjenn tilgang for Bluetooth-enheter."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Appen gis tillatelse til å godkjenne en Bluetooth-enhet midlertidig, noe som gjør at Bluetooth-enheten kan sende filer til enheten du bruker, uten brukerbekreftelse."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Ukjent enhet"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Ukjent"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Flymodus"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Du kan ikke bruke Bluetooth i flymodus."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Du må slå på Bluetooth for å bruke Bluetooth-tjenestene."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vil du slå på Bluetooth nå?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Avbryt"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Slå på"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Filoverføring"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Vil du godta den innkommende filen?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Avslå"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Godta"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Det oppstod et tidsavbrudd under mottak av fil fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Innkommende fil"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> er klar til å sende en fil: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-deling: Mottar <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-deling: <xliff:g id="FILE">%1$s</xliff:g> er mottatt"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> er ikke mottatt"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-deling: Sender <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-deling: Sendt <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % fullført"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-deling: Filen <xliff:g id="FILE">%1$s</xliff:g> ble ikke sendt"</string> + <string name="download_title" msgid="6449408649671518102">"Filoverføring"</string> + <string name="download_line1" msgid="6449220145685308846">"Fra: «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> + <string name="download_line2" msgid="7634316500490825390">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Filstørrelse: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Mottar fil ..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Stopp"</string> + <string name="download_ok" msgid="2404442707314575833">"Skjul"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Fra"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filnavn"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Størrelse"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Filen ble ikke mottatt"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Årsak: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fil mottatt"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Åpne"</string> + <string name="upload_line1" msgid="1912803923255989287">"Til: «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> + <string name="upload_line3" msgid="5964902647036741603">"Filtype: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Sender filen ..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fil sendt"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Filen ble ikke sendt til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Lukk"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Ukjent fil"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Det finnes ingen app på enheten som kan håndtere denne filtypen. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ingen fil"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Filen finnes ikke. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Vent litt ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Aktiverer Bluetooth …"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Filen vil bli mottatt. Du kan se fremdriften i varselpanelet."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Filen kan ikke mottas."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Stoppet mottak av fil fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Sender fil til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Sender <xliff:g id="NUMBER">%1$s</xliff:g> filer til «<xliff:g id="RECIPIENT">%2$s</xliff:g>»"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Stoppet sendingen av fil til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Det er ikke nok plass på USB-lagringen til å lagre filen."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Det er ikke nok plass på SD-kortet til å lagre filen."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Nødvendig plass: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"For mange forespørsler behandles for øyeblikket. Prøv på nytt senere."</string> + <string name="status_pending" msgid="4781040740237733479">"Filoverføringen har ikke startet ennå."</string> + <string name="status_running" msgid="7419075903776657351">"Filoverføring pågår."</string> + <string name="status_success" msgid="7963589000098719541">"Filoverføring fullført."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Innholdet støttes ikke."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Overføring nektes av mottakerenheten."</string> + <string name="status_canceled" msgid="8441679418717978515">"Overføring avbrutt av bruker."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problem med lagring."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Ingen USB-lagring."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Mangler SD-kort. Sett inn et SD-kort for å lagre overførte filer."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Tilkobling mislyktes."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Kan ikke behandle forespørsel på riktig måte."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Ukjent feil."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth mottatt"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-deling"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> mottatt – ferdig."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> sendt."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Innkommende overføringer"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Utgående overføringer"</string> + <string name="no_transfers" msgid="740521199933899821">"Overføringsloggen er tom."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Alle elementer fjernes fra listen."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-deling: Filer sendt"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-deling: Filer mottatt"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> mislyktes.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> mislyktes.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> vellykket, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> vellykket, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Tøm listen"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Åpne"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Fjern fra listen"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Tøm"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Spilles nå"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Lagre"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Avbryt"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Velg kontoene du vil dele via Bluetooth. Du må fortsatt godta eventuell tilgang til kontoene når du kobler til."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Plasser igjen:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Appikon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Innstillinger for meldingsdeling via Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Kan ikke velge kontoen. Det er 0 plasser igjen"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-lyd er tilkoblet"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-lyd er frakoblet"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-lyd"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Filer som er større enn 4 GB, kan ikke overføres"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Koble til Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Tøm listen"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Åpne"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Fjern fra listen"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Tøm"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Spilles nå"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Lagre"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Avbryt"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Velg kontoene du vil dele via Bluetooth. Du må fortsatt godta eventuell tilgang til kontoene når du kobler til."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Plasser igjen:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Appikon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Innstillinger for meldingsdeling via Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Kan ikke velge kontoen. Det er 0 plasser igjen"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-lyd er tilkoblet"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-lyd er frakoblet"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-lyd"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Filer som er større enn 4 GB, kan ikke overføres"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Koble til Bluetooth"</string> </resources> diff --git a/android/app/res/values-nb/strings_pbap.xml b/android/app/res/values-nb/strings_pbap.xml index c49b2ba03f..863aad9ebb 100644 --- a/android/app/res/values-nb/strings_pbap.xml +++ b/android/app/res/values-nb/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Skriv inn øktsnøkkel for %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-øktsnøkkel kreves"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Det·tok·for·lang·tid·å·godta·forbindelsen·med·«%1$s»"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Det·tok·for·lang·tid·å·legge·inn·øktsnøkkel·med·%1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Autentiseringsforespørsel fra Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Øktsnøkkel"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Skriv inn øktsnøkkel for %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Bilsett"</string> - <string name="unknownName" msgid="2841414754740600042">"Ukjent navn"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Navnet mitt"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Contact-deling"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Skriv inn øktsnøkkel for %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-øktsnøkkel kreves"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Det·tok·for·lang·tid·å·godta·forbindelsen·med·«%1$s»"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Det·tok·for·lang·tid·å·legge·inn·øktsnøkkel·med·%1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Autentiseringsforespørsel fra Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Øktsnøkkel"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Skriv inn øktsnøkkel for %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Bilsett"</string> + <string name="unknownName" msgid="6755061296103155293">"Ukjent navn"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Navnet mitt"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Contact-deling"</string> </resources> diff --git a/android/app/res/values-nb/strings_pbap_client.xml b/android/app/res/values-nb/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-nb/strings_pbap_client.xml +++ b/android/app/res/values-nb/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-nb/strings_sap.xml b/android/app/res/values-nb/strings_sap.xml index 2e99f843ca..4493a47168 100644 --- a/android/app/res/values-nb/strings_sap.xml +++ b/android/app/res/values-nb/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM Access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Vil du be klienten om å koble fra?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Venter på at klienten skal koble fra"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Koble fra"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Tving frakobling"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM Access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Vil du be klienten om å koble fra?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Venter på at klienten skal koble fra"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Koble fra"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Tving frakobling"</string> </resources> diff --git a/android/app/res/values-nb/test_strings.xml b/android/app/res/values-nb/test_strings.xml index cf3c95a884..006e778c1c 100644 --- a/android/app/res/values-nb/test_strings.xml +++ b/android/app/res/values-nb/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Sett inn oppføring"</string> - <string name="update_record" msgid="2480425402384910635">"Bekreft oppføring"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack-oppføring"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Slett hele oppføringen"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Slett oppføring"</string> - <string name="start_server" msgid="9034821924409165795">"Start TPC-tjener"</string> - <string name="notify_server" msgid="4369106744022969655">"Varsle TCP-tjener"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Sett inn oppføring"</string> + <string name="update_record" msgid="7201772850942641237">"Bekreft oppføring"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack-oppføring"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Slett hele oppføringen"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Slett oppføring"</string> + <string name="start_server" msgid="134483798422082514">"Start TPC-tjener"</string> + <string name="notify_server" msgid="8832385166935137731">"Varsle TCP-tjener"</string> </resources> diff --git a/android/app/res/values-ne/strings.xml b/android/app/res/values-ne/strings.xml index dd48fb1eb3..bdf866785c 100644 --- a/android/app/res/values-ne/strings.xml +++ b/android/app/res/values-ne/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"डाउनलोड म्यानेजर पहुँच गर्नुहोस्।"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"एपलाई ब्लुटुथसाझेदारी प्रबन्धक पहुँचको अनुमति दिन्छ र यसलाई फाइलहरू स्थानान्तरण गर्न प्रयोग गर्दछ।"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ब्लुटूथ चल्ने यन्त्रको एक्सेस श्वेतसूचीमा राख्नुहोस्।"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"यो सेटिङले यस एपलाई केही समयका लागि ब्लुटुथ चल्ने कुनै यन्त्र श्वेतसूचीमा राख्ने अनुमति दिन्छ। यस प्रकार श्वेतसूचीमा राखिएको उक्त यन्त्रले प्रयोगकर्ताको अनुमति नलिइकन यो डिभाइसमा फाइलहरू पठाउन सक्छ।"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ब्लुटुथ"</string> - <string name="unknown_device" msgid="9221903979877041009">"अज्ञात उपकरण"</string> - <string name="unknownNumber" msgid="4994750948072751566">"अज्ञात"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"हवाइजहाज मोड"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"हवाइजहाज मोडमा तपाईँले ब्लुटुथ प्रयोग गर्न पाउनु हुन्न।"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ब्लुटुथ सेवाहरू चलाउन तपाईँले पहिले ब्लुटुथ सक्रिय पार्नु पर्छ।"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"अहिले ब्लुटुथ सक्रिय पार्ने हो?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"रद्द गर्नुहोस्"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"सक्रिय पार्नुहोस्"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"फाइल स्थानान्तरण"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"आगमन फाइल स्वीकार गर्नुहुन्छ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"अस्वीकार गर्नुहोस्"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"स्वीकार्नुहोस्"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ठिक छ"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" बाट आगमन फाइल स्वीकार्दा समय सकिएको थियो"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"आगमन फाइल"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ले <xliff:g id="FILE">%2$s</xliff:g> पठाउन तयार छ"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ब्लुटुथ साझेदारी:<xliff:g id="FILE">%1$s</xliff:g> प्राप्त गर्दै"</string> - <string name="notification_received" msgid="3324588019186687985">"ब्लुटुथ साझेदारी: <xliff:g id="FILE">%1$s</xliff:g> प्राप्त भयो"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ब्लुटुथ साझेदारी: फाइल: <xliff:g id="FILE">%1$s</xliff:g> प्राप्त भएन"</string> - <string name="notification_sending" msgid="3035748958534983833">"ब्लुटुथ साझेदारी: <xliff:g id="FILE">%1$s</xliff:g> पठाउँदै"</string> - <string name="notification_sent" msgid="9218710861333027778">"ब्लुटुथ साझेदारी: <xliff:g id="FILE">%1$s</xliff:g> पठाइयो"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"१००% पुरा"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ब्लुटुथ साझेदारी: फाइल<xliff:g id="FILE">%1$s</xliff:g> पठाइएन"</string> - <string name="download_title" msgid="3353228219772092586">"फाइल स्थानान्तरण"</string> - <string name="download_line1" msgid="4926604799202134144">"बाट: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"फाइलको आकार: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"फाइल प्राप्त गर्दै..."</string> - <string name="download_cancel" msgid="9177305996747500768">"रोक्नुहोस्"</string> - <string name="download_ok" msgid="5000360731674466039">"लुकाउनुहोस्"</string> - <string name="incoming_line1" msgid="2127419875681087545">"प्रेषक"</string> - <string name="incoming_line2" msgid="3348994249285315873">"फाइलको नाम"</string> - <string name="incoming_line3" msgid="7954237069667474024">"आकार"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"फाइल प्राप्त भएन"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"कारण: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ठिक छ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"फाइल प्राप्त भयो"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"खोल्नुहोस्"</string> - <string name="upload_line1" msgid="2055952074059709052">"लाई:\"<xliff:g id="RECIPIENT">%1$s</xliff:g> \""</string> - <string name="upload_line3" msgid="4920689672457037437">"फाइल प्रकार: <xliff:g id="TYPE">%1$s</xliff:g> ( <xliff:g id="SIZE">%2$s</xliff:g> )"</string> - <string name="upload_line5" msgid="7759322537674229752">"फाइल पठाउँदै..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"फाइल पठाइयो"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ठिक छ"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"फाइल\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" लाई पठाइएन।"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"बन्द गर्नुहोस्"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ठिक छ"</string> - <string name="unknown_file" msgid="6092727753965095366">"अज्ञात फाइल"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"यस प्रकारको फाइल सम्हालन कुनै एप छैन।\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"फाइल छैन"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"फाइल अवस्थित छैन। \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"कृपया प्रतीक्षा गर्नुहोस्..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ब्लुटुथलाई सक्रिय पार्दै..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"फाइल प्राप्त गरिने छ। सूचना प्यानलमा प्रगति जाँच गर्नुहोस्।"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"फाइल प्राप्त गर्न सकिँदैन।"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g> \"बाट फाइल प्राप्त गर्न बन्द भयो"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"लाई फाइल पठाउँदै"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> फाइल \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"लाई पठाउँदै"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g> \"लाई फाइल पठाउन बन्द भयो"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB भण्डारणमा यो फाइल सुरक्षित गर्न पुग्ने ठाउँ छैन।"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD कार्डमा यो फाइल सुरक्षित गर्न पुग्ने ठाउँ छैन।"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ठाउँ चाहियो: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"निकै धेरै अनुरोधहरू प्रसोधिन भइरहेका छन्। पछि फेरि प्रयास गर्नुहोस्।"</string> - <string name="status_pending" msgid="2503691772030877944">"फाइल स्थानान्तरण अहिलेसम्म सुरु भएको छैन।"</string> - <string name="status_running" msgid="6562808920311008696">"फाइल स्थानान्तरण चलिरहेको छ।"</string> - <string name="status_success" msgid="239573225847565868">"फाइल स्थानान्तरण सफलतापूर्वक समाप्त भयो।"</string> - <string name="status_not_accept" msgid="1695082417193780738">"सामग्री समर्थित छैन।"</string> - <string name="status_forbidden" msgid="613956401054050725">"स्थानान्तरण लक्षित उपकरणद्वारा निषेध गरिएको छ।"</string> - <string name="status_canceled" msgid="6664490318773098285">"स्थानान्तरण प्रयोगकर्ताद्वारा रद्द गरियो।"</string> - <string name="status_file_error" msgid="3671917770630165299">"भण्डारण सवाल।"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"कुनै पनि USB भण्डारण छैन।"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"कुनै पनि SD कार्ड छैन। स्थानान्तरण गरिएका फाइलहरू सुरक्षित गर्न SD कार्ड छिराउनुहोस्।"</string> - <string name="status_connection_error" msgid="947681831523219891">"जडान असफल।"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"अनुरोधलाई सही रूपमा सम्हाल्न सकिँदैन।"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"अज्ञात त्रुटि।"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ब्लुटुथबाट प्राप्त भएको"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ब्लुटुथमार्फत गरिने आदान प्रदान"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> प्राप्त गर्ने कार्य सम्पन्न भयो।"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> पठाउने कार्य पुरा भयो।"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"इनबाउन्ड स्थानान्तरण"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"आउटबाउन्ड स्थानान्तरण"</string> - <string name="no_transfers" msgid="3482965619151865672">"अहिलेसम्म कुनै वस्तु ट्रान्सफर गरिएको छैन।"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"सूचीबाट सम्पूर्ण वस्तुहरू मेटाइने छन्।"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ब्लुटुथ साझेदारी: पठाइएका फाइलहरू"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ब्लुटुथ साझेदारी: प्राप्त फाइलहरू"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"डाउनलोड म्यानेजर पहुँच गर्नुहोस्।"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"एपलाई ब्लुटुथसाझेदारी प्रबन्धक पहुँचको अनुमति दिन्छ र यसलाई फाइलहरू स्थानान्तरण गर्न प्रयोग गर्दछ।"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ब्लुटूथ चल्ने यन्त्रको एक्सेस श्वेतसूचीमा राख्नुहोस्।"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"यो सेटिङले यस एपलाई केही समयका लागि ब्लुटुथ चल्ने कुनै यन्त्र श्वेतसूचीमा राख्ने अनुमति दिन्छ। यस प्रकार श्वेतसूचीमा राखिएको उक्त यन्त्रले प्रयोगकर्ताको अनुमति नलिइकन यो डिभाइसमा फाइलहरू पठाउन सक्छ।"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ब्लुटुथ"</string> + <string name="unknown_device" msgid="2317679521750821654">"अज्ञात उपकरण"</string> + <string name="unknownNumber" msgid="1245183329830158661">"अज्ञात"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"हवाइजहाज मोड"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"हवाइजहाज मोडमा तपाईँले ब्लुटुथ प्रयोग गर्न पाउनु हुन्न।"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ब्लुटुथ सेवाहरू चलाउन तपाईँले पहिले ब्लुटुथ सक्रिय पार्नु पर्छ।"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"अहिले ब्लुटुथ सक्रिय पार्ने हो?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"रद्द गर्नुहोस्"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"सक्रिय पार्नुहोस्"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"फाइल स्थानान्तरण"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"आगमन फाइल स्वीकार गर्नुहुन्छ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"अस्वीकार गर्नुहोस्"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"स्वीकार्नुहोस्"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ठिक छ"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" बाट आगमन फाइल स्वीकार्दा समय सकिएको थियो"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"आगमन फाइल"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> निम्न फाइल पठाउन तयार हुनुहुन्छ: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ब्लुटुथ साझेदारी:<xliff:g id="FILE">%1$s</xliff:g> प्राप्त गर्दै"</string> + <string name="notification_received" msgid="2330252358543000567">"ब्लुटुथ साझेदारी: <xliff:g id="FILE">%1$s</xliff:g> प्राप्त भयो"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ब्लुटुथ साझेदारी: फाइल: <xliff:g id="FILE">%1$s</xliff:g> प्राप्त भएन"</string> + <string name="notification_sending" msgid="8269912843286868700">"ब्लुटुथ साझेदारी: <xliff:g id="FILE">%1$s</xliff:g> पठाउँदै"</string> + <string name="notification_sent" msgid="2685202778935769332">"ब्लुटुथ साझेदारी: <xliff:g id="FILE">%1$s</xliff:g> पठाइयो"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"१००% पुरा"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ब्लुटुथ साझेदारी: फाइल<xliff:g id="FILE">%1$s</xliff:g> पठाइएन"</string> + <string name="download_title" msgid="6449408649671518102">"फाइल स्थानान्तरण"</string> + <string name="download_line1" msgid="6449220145685308846">"बाट: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"फाइलको आकार: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"फाइल प्राप्त गर्दै..."</string> + <string name="download_cancel" msgid="1705762428762702342">"रोक्नुहोस्"</string> + <string name="download_ok" msgid="2404442707314575833">"लुकाउनुहोस्"</string> + <string name="incoming_line1" msgid="6342300988329482408">"प्रेषक"</string> + <string name="incoming_line2" msgid="2199520895444457585">"फाइलको नाम"</string> + <string name="incoming_line3" msgid="8630078246326525633">"आकार"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"फाइल प्राप्त भएन"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"कारण: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ठिक छ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"फाइल प्राप्त भयो"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"खोल्नुहोस्"</string> + <string name="upload_line1" msgid="1912803923255989287">"लाई:\"<xliff:g id="RECIPIENT">%1$s</xliff:g> \""</string> + <string name="upload_line3" msgid="5964902647036741603">"फाइल प्रकार: <xliff:g id="TYPE">%1$s</xliff:g> ( <xliff:g id="SIZE">%2$s</xliff:g> )"</string> + <string name="upload_line5" msgid="3477751464103201364">"फाइल पठाउँदै..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"फाइल पठाइयो"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ठिक छ"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"फाइल\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" लाई पठाइएन।"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"फाइल: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"बन्द गर्नुहोस्"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ठिक छ"</string> + <string name="unknown_file" msgid="3719981572107052685">"अज्ञात फाइल"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"यस प्रकारको फाइल सम्हालन कुनै एप छैन।\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"फाइल छैन"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"फाइल अवस्थित छैन। \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"कृपया प्रतीक्षा गर्नुहोस्..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ब्लुटुथलाई सक्रिय पार्दै..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"फाइल प्राप्त गरिने छ। सूचना प्यानलमा प्रगति जाँच गर्नुहोस्।"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"फाइल प्राप्त गर्न सकिँदैन।"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g> \"बाट फाइल प्राप्त गर्न बन्द भयो"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"लाई फाइल पठाउँदै"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> फाइल \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"लाई पठाउँदै"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g> \"लाई फाइल पठाउन बन्द भयो"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB भण्डारणमा यो फाइल सुरक्षित गर्न पुग्ने ठाउँ छैन।"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD कार्डमा यो फाइल सुरक्षित गर्न पुग्ने ठाउँ छैन।"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ठाउँ चाहियो: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"निकै धेरै अनुरोधहरू प्रसोधिन भइरहेका छन्। पछि फेरि प्रयास गर्नुहोस्।"</string> + <string name="status_pending" msgid="4781040740237733479">"फाइल स्थानान्तरण अहिलेसम्म सुरु भएको छैन।"</string> + <string name="status_running" msgid="7419075903776657351">"फाइल स्थानान्तरण चलिरहेको छ।"</string> + <string name="status_success" msgid="7963589000098719541">"फाइल स्थानान्तरण सफलतापूर्वक समाप्त भयो।"</string> + <string name="status_not_accept" msgid="1165798802740579658">"सामग्री समर्थित छैन।"</string> + <string name="status_forbidden" msgid="4017060451358837245">"स्थानान्तरण लक्षित उपकरणद्वारा निषेध गरिएको छ।"</string> + <string name="status_canceled" msgid="8441679418717978515">"स्थानान्तरण प्रयोगकर्ताद्वारा रद्द गरियो।"</string> + <string name="status_file_error" msgid="5379018888714679311">"भण्डारण सवाल।"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"कुनै पनि USB भण्डारण छैन।"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"कुनै पनि SD कार्ड छैन। स्थानान्तरण गरिएका फाइलहरू सुरक्षित गर्न SD कार्ड छिराउनुहोस्।"</string> + <string name="status_connection_error" msgid="8253709700568062220">"जडान असफल।"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"अनुरोधलाई सही रूपमा सम्हाल्न सकिँदैन।"</string> + <string name="status_unknown_error" msgid="314676481744304866">"अज्ञात त्रुटि।"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ब्लुटुथबाट प्राप्त भएको"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ब्लुटुथमार्फत गरिने आदान प्रदान"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> प्राप्त गर्ने कार्य सम्पन्न भयो।"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> पठाउने कार्य पुरा भयो।"</string> + <string name="inbound_history_title" msgid="189623888169624862">"इनबाउन्ड स्थानान्तरण"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"आउटबाउन्ड स्थानान्तरण"</string> + <string name="no_transfers" msgid="740521199933899821">"अहिलेसम्म कुनै वस्तु ट्रान्सफर गरिएको छैन।"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"सूचीबाट सम्पूर्ण वस्तुहरू मेटाइने छन्।"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ब्लुटुथ साझेदारी: पठाइएका फाइलहरू"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ब्लुटुथ साझेदारी: प्राप्त फाइलहरू"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> असफल।</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> असफल।</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> सफल, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> सफल, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"सूची हटाउनुहोस्"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"खोल्नुहोस्"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"सूचीबाट हटाउनुहोस्"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"हटाउनुहोस्"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"सेभ गर्नुहोस्"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"रद्द गर्नुहोस्"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"तपाईंले ब्लुटुथ मार्फत साझेदारी गर्न चाहेका खाताहरू चयन गर्नुहोस्। तपाईंले अझै पनि खाताहरूमा जडान गर्दा कुनै पनि पहुँच स्वीकार गर्नुपर्छ।"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"स्लटहरू बाँकी:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"एप आइकन"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ब्लुटुथ सन्देश साझेदारी सेटिङहरू"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"खाता चयन गर्न सक्दैन। ० स्लटहरू बाँकी"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ब्लुटुथ सम्बन्धी अडियो यन्त्रलाई जडान गरियो"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ब्लुटुथ सम्बन्धी अडियो यन्त्रलाई विच्छेद गरियो"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ब्लुटुथको अडियो"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"४ जि.बि. भन्दा ठूला फाइलहरूलाई स्थानान्तरण गर्न सकिँदैन"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ब्लुटुथमा कनेक्ट गर्नुहोस्"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"सूची हटाउनुहोस्"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"खोल्नुहोस्"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"सूचीबाट हटाउनुहोस्"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"हटाउनुहोस्"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"सेभ गर्नुहोस्"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"रद्द गर्नुहोस्"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"तपाईंले ब्लुटुथ मार्फत साझेदारी गर्न चाहेका खाताहरू चयन गर्नुहोस्। तपाईंले अझै पनि खाताहरूमा जडान गर्दा कुनै पनि पहुँच स्वीकार गर्नुपर्छ।"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"स्लटहरू बाँकी:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"एप आइकन"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ब्लुटुथ सन्देश साझेदारी सेटिङहरू"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"खाता चयन गर्न सक्दैन। ० स्लटहरू बाँकी"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ब्लुटुथ सम्बन्धी अडियो यन्त्रलाई जडान गरियो"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ब्लुटुथ सम्बन्धी अडियो यन्त्रलाई विच्छेद गरियो"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ब्लुटुथको अडियो"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"४ जि.बि. भन्दा ठूला फाइलहरूलाई स्थानान्तरण गर्न सकिँदैन"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ब्लुटुथमा कनेक्ट गर्नुहोस्"</string> </resources> diff --git a/android/app/res/values-ne/strings_pbap.xml b/android/app/res/values-ne/strings_pbap.xml index 8d3167e25f..6c544648b5 100644 --- a/android/app/res/values-ne/strings_pbap.xml +++ b/android/app/res/values-ne/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$sका लागि सत्र कुञ्जी टाइप गर्नुहोस्"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ब्लुटुथ सत्र कुञ्जी आवाश्यक"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"समय %1$sका साथ जडान मञ्जुर गर्न समय सकियो"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$sका साथ सत्र कुञ्जी इनपुट गर्न समय सकियो"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex प्रमाणीकरण अनुरोध"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"सत्र कुञ्जी"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s का लागि सत्र कुञ्जी टाइप गर्नुहोस्"</string> - <string name="defaultname" msgid="4821590500649090078">"कारकिट"</string> - <string name="unknownName" msgid="2841414754740600042">"अज्ञात नाम"</string> - <string name="localPhoneName" msgid="2349001318925409159">"मेरो नाम"</string> - <string name="defaultnumber" msgid="8520116145890867338">"००००००"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ब्लुटुथमार्फत सम्पर्कको आदान प्रदान"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$sका लागि सत्र कुञ्जी टाइप गर्नुहोस्"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ब्लुटुथ सत्र कुञ्जी आवाश्यक"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"समय %1$sका साथ जडान मञ्जुर गर्न समय सकियो"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$sका साथ सत्र कुञ्जी इनपुट गर्न समय सकियो"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex प्रमाणीकरण अनुरोध"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"सत्र कुञ्जी"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s का लागि सत्र कुञ्जी टाइप गर्नुहोस्"</string> + <string name="defaultname" msgid="6200530814398805541">"कारकिट"</string> + <string name="unknownName" msgid="6755061296103155293">"अज्ञात नाम"</string> + <string name="localPhoneName" msgid="9119254982537191352">"मेरो नाम"</string> + <string name="defaultnumber" msgid="5348816189286607406">"००००००"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ब्लुटुथमार्फत सम्पर्कको आदान प्रदान"</string> </resources> diff --git a/android/app/res/values-ne/strings_pbap_client.xml b/android/app/res/values-ne/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ne/strings_pbap_client.xml +++ b/android/app/res/values-ne/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ne/strings_sap.xml b/android/app/res/values-ne/strings_sap.xml index 954869e870..29ceef2c31 100644 --- a/android/app/res/values-ne/strings_sap.xml +++ b/android/app/res/values-ne/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ब्लुटुथ SIM पहुँच"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ब्लुटुथ SIM पहुँच"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"विच्छेदन गर्न ग्राहकलाई अनुरोध गर्ने हो?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ग्राहकको विच्छेदन प्रतीक्षा गर्दै"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"डिस्कनेक्ट गर्नुहोस्"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"बलपूर्वक डिस्कनेक्ट गर्नुहोस्"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ब्लुटुथ SIM पहुँच"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ब्लुटुथ SIM पहुँच"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"विच्छेदन गर्न ग्राहकलाई अनुरोध गर्ने हो?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ग्राहकको विच्छेदन प्रतीक्षा गर्दै"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"डिस्कनेक्ट गर्नुहोस्"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"बलपूर्वक डिस्कनेक्ट गर्नुहोस्"</string> </resources> diff --git a/android/app/res/values-ne/test_strings.xml b/android/app/res/values-ne/test_strings.xml index df5a45fedd..fe2df12a82 100644 --- a/android/app/res/values-ne/test_strings.xml +++ b/android/app/res/values-ne/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ब्लुटुथ"</string> - <string name="insert_record" msgid="1450997173838378132">"रेकर्ड राख्नुहोस्"</string> - <string name="update_record" msgid="2480425402384910635">"रेकर्ड निश्चित गर्नुहोस्"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack रेकर्ड"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"सबै रेकर्ड मेटाउनुहोस्"</string> - <string name="ok_button" msgid="6519033415223065454">"ठिक छ"</string> - <string name="delete_record" msgid="4645040331967533724">"रेकर्ड मेटाउनुहोस्"</string> - <string name="start_server" msgid="9034821924409165795">"TCP सर्भर सुरु गर्नुहोस्"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP सर्भर सूचित गर्नुहोस्"</string> + <string name="app_name" msgid="7766152617107310582">"ब्लुटुथ"</string> + <string name="insert_record" msgid="4024416351836939752">"रेकर्ड राख्नुहोस्"</string> + <string name="update_record" msgid="7201772850942641237">"रेकर्ड निश्चित गर्नुहोस्"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack रेकर्ड"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"सबै रेकर्ड मेटाउनुहोस्"</string> + <string name="ok_button" msgid="719865942400179601">"ठिक छ"</string> + <string name="delete_record" msgid="5713885957446255270">"रेकर्ड मेटाउनुहोस्"</string> + <string name="start_server" msgid="134483798422082514">"TCP सर्भर सुरु गर्नुहोस्"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP सर्भर सूचित गर्नुहोस्"</string> </resources> diff --git a/android/app/res/values-nl/strings.xml b/android/app/res/values-nl/strings.xml index a619cfea54..68af75b943 100644 --- a/android/app/res/values-nl/strings.xml +++ b/android/app/res/values-nl/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Downloadbeheer weergeven."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Hiermee krijgt de app toegang tot de beheerfunctie voor delen via bluetooth om deze functie te gebruiken voor het overdragen van bestanden."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Toegang voor bluetooth-apparaat op toelatingslijst zetten."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Hiermee kan de app een bluetooth-apparaat tijdelijk op de toelatingslijst zetten, waardoor dat apparaat bestanden naar dit apparaat kan sturen zonder bevestiging van de gebruiker."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Onbekend apparaat"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Onbekend"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Vliegtuigmodus"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Je kunt Bluetooth niet gebruiken in Vliegtuigmodus."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Als je Bluetooth-services wilt gebruiken, moet je eerst Bluetooth aanzetten."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth nu aanzetten?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Annuleren"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Aanzetten"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Bestandsoverdracht"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Inkomend bestand accepteren?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Weigeren"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Accepteren"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Er is een time-out opgetreden bij het accepteren van een inkomend bestand van \'<xliff:g id="SENDER">%1$s</xliff:g>\'"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Inkomend bestand"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> is klaar om <xliff:g id="FILE">%2$s</xliff:g> te verzenden"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ontvangen"</string> - <string name="notification_received" msgid="3324588019186687985">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ontvangen"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Delen via bluetooth: bestand <xliff:g id="FILE">%1$s</xliff:g> niet ontvangen"</string> - <string name="notification_sending" msgid="3035748958534983833">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> verzenden"</string> - <string name="notification_sent" msgid="9218710861333027778">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> verzonden"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% voltooid"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Delen via bluetooth: bestand <xliff:g id="FILE">%1$s</xliff:g> niet verzonden"</string> - <string name="download_title" msgid="3353228219772092586">"Bestandsoverdracht"</string> - <string name="download_line1" msgid="4926604799202134144">"Van: \'<xliff:g id="SENDER">%1$s</xliff:g>\'"</string> - <string name="download_line2" msgid="5876973543019417712">"Bestand: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Bestandsgrootte: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Bestand ontvangen…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Stoppen"</string> - <string name="download_ok" msgid="5000360731674466039">"Verbergen"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Van"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Bestandsnaam"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Grootte"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Bestand niet ontvangen"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Bestand: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Reden: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Bestand ontvangen"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Openen"</string> - <string name="upload_line1" msgid="2055952074059709052">"Aan: \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'"</string> - <string name="upload_line3" msgid="4920689672457037437">"Bestandstype: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Bestand verzenden…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Bestand verzonden"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Het bestand is niet verzonden naar \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Bestand: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Sluiten"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Onbekend bestand"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Er is geen app om dit type bestand af te handelen. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Geen bestand"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Het bestand bestaat niet. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Een ogenblik geduld..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth aanzetten…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Het bestand wordt ontvangen. Je kunt de voortgang controleren in het venster \'Meldingen\'."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Het bestand kan niet worden opgehaald."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Ontvangen van bestand van \'<xliff:g id="SENDER">%1$s</xliff:g>\' is beëindigd"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Bestand verzenden naar \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> bestanden verzenden naar \'<xliff:g id="RECIPIENT">%2$s</xliff:g>\'"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Verzenden van bestand naar \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\' is beëindigd"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Er is onvoldoende ruimte in de USB-opslag beschikbaar om het bestand op te slaan."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Er is onvoldoende ruimte op de SD-kaart beschikbaar om het bestand op te slaan."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Benodigde ruimte: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Er worden te veel aanvragen verwerkt. Probeer het later opnieuw."</string> - <string name="status_pending" msgid="2503691772030877944">"Bestandsoverdracht nog niet gestart."</string> - <string name="status_running" msgid="6562808920311008696">"Bestandsoverdracht wordt uitgevoerd."</string> - <string name="status_success" msgid="239573225847565868">"Bestandsoverdracht is voltooid."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Content wordt niet ondersteund."</string> - <string name="status_forbidden" msgid="613956401054050725">"Overdracht wordt niet toegestaan door het doelapparaat."</string> - <string name="status_canceled" msgid="6664490318773098285">"Overdracht geannuleerd door gebruiker."</string> - <string name="status_file_error" msgid="3671917770630165299">"Probleem met opslagruimte."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Geen USB-opslag."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Geen SD-kaart. Plaats een SD-kaart om overgedragen bestanden op te slaan."</string> - <string name="status_connection_error" msgid="947681831523219891">"Verbinding mislukt."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Het verzoek kan niet correct worden verwerkt."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Onbekende fout."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Ontvangen via bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Delen via bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ontvangen voltooid."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> verzonden voltooid."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inkomende overdrachten"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Uitgaande overdrachten"</string> - <string name="no_transfers" msgid="3482965619151865672">"Overdrachtsgeschiedenis is leeg."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Alle items op de lijst worden gewist."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Delen via bluetooth: verzonden bestanden"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Delen via bluetooth: ontvangen bestanden"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Downloadbeheer tonen."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Hiermee krijgt de app toegang tot de beheerfunctie voor delen via bluetooth om deze functie te gebruiken voor het overdragen van bestanden."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Toegang voor bluetooth-apparaat op toelatingslijst zetten."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Hiermee kan de app een bluetooth-apparaat tijdelijk op de toelatingslijst zetten, waardoor dat apparaat bestanden naar dit apparaat kan sturen zonder bevestiging van de gebruiker."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Onbekend apparaat"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Onbekend"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Vliegtuigmodus"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Je kunt Bluetooth niet gebruiken in Vliegtuigmodus."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Als je Bluetooth-services wilt gebruiken, moet je eerst Bluetooth aanzetten."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth nu aanzetten?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Annuleren"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Aanzetten"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Bestandsoverdracht"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Inkomend bestand accepteren?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Weigeren"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Accepteren"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Er is een time-out opgetreden bij het accepteren van een inkomend bestand van \'<xliff:g id="SENDER">%1$s</xliff:g>\'"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Inkomend bestand"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> is klaar om een bestand te sturen: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ontvangen"</string> + <string name="notification_received" msgid="2330252358543000567">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ontvangen"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Delen via bluetooth: bestand <xliff:g id="FILE">%1$s</xliff:g> niet ontvangen"</string> + <string name="notification_sending" msgid="8269912843286868700">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> verzenden"</string> + <string name="notification_sent" msgid="2685202778935769332">"Delen via bluetooth: <xliff:g id="FILE">%1$s</xliff:g> verzonden"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% voltooid"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Delen via bluetooth: bestand <xliff:g id="FILE">%1$s</xliff:g> niet verzonden"</string> + <string name="download_title" msgid="6449408649671518102">"Bestandsoverdracht"</string> + <string name="download_line1" msgid="6449220145685308846">"Van: \'<xliff:g id="SENDER">%1$s</xliff:g>\'"</string> + <string name="download_line2" msgid="7634316500490825390">"Bestand: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Bestandsgrootte: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Bestand ontvangen…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Stoppen"</string> + <string name="download_ok" msgid="2404442707314575833">"Verbergen"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Van"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Bestandsnaam"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Grootte"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Bestand niet ontvangen"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Bestand: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Reden: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Bestand ontvangen"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Openen"</string> + <string name="upload_line1" msgid="1912803923255989287">"Aan: \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'"</string> + <string name="upload_line3" msgid="5964902647036741603">"Bestandstype: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Bestand verzenden…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Bestand verzonden"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Het bestand is niet verzonden naar \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Bestand: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Sluiten"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Onbekend bestand"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Er is geen app om dit type bestand af te handelen. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Geen bestand"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Het bestand bestaat niet. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Een ogenblik geduld..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth aanzetten…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Het bestand wordt ontvangen. Je kunt de voortgang controleren in het venster \'Meldingen\'."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Het bestand kan niet worden opgehaald."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Ontvangen van bestand van \'<xliff:g id="SENDER">%1$s</xliff:g>\' is beëindigd"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Bestand verzenden naar \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\'"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> bestanden verzenden naar \'<xliff:g id="RECIPIENT">%2$s</xliff:g>\'"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Verzenden van bestand naar \'<xliff:g id="RECIPIENT">%1$s</xliff:g>\' is beëindigd"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Er is onvoldoende ruimte in de USB-opslag beschikbaar om het bestand op te slaan."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Er is onvoldoende ruimte op de SD-kaart beschikbaar om het bestand op te slaan."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Benodigde ruimte: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Er worden te veel aanvragen verwerkt. Probeer het later opnieuw."</string> + <string name="status_pending" msgid="4781040740237733479">"Bestandsoverdracht nog niet gestart."</string> + <string name="status_running" msgid="7419075903776657351">"Bestandsoverdracht wordt uitgevoerd."</string> + <string name="status_success" msgid="7963589000098719541">"Bestandsoverdracht is voltooid."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Content wordt niet ondersteund."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Overdracht wordt niet toegestaan door het doelapparaat."</string> + <string name="status_canceled" msgid="8441679418717978515">"Overdracht geannuleerd door gebruiker."</string> + <string name="status_file_error" msgid="5379018888714679311">"Probleem met opslagruimte."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Geen USB-opslag."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Geen SD-kaart. Plaats een SD-kaart om overgedragen bestanden op te slaan."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Verbinding mislukt."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Het verzoek kan niet correct worden verwerkt."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Onbekende fout."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Ontvangen via bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Delen via bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ontvangen voltooid."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> verzonden voltooid."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inkomende overdrachten"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Uitgaande overdrachten"</string> + <string name="no_transfers" msgid="740521199933899821">"Overdrachtsgeschiedenis is leeg."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Alle items op de lijst worden gewist."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Delen via bluetooth: verzonden bestanden"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Delen via bluetooth: ontvangen bestanden"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> mislukt.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> mislukt.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> geslaagd, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> geslaagd, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Lijst wissen"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Openen"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Wissen uit lijst"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Wissen"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Opslaan"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Annuleren"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecteer de accounts die je wilt delen via bluetooth. Je moet nog steeds elke toegang tot de accounts accepteren wanneer er verbinding wordt gemaakt."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Plaatsen over:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"App-icoon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Instellingen voor delen van berichten via bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Kan account niet selecteren. 0 plaatsen over"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-audio gekoppeld"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-audio ontkoppeld"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Bestanden groter dan 4 GB kunnen niet worden overgedragen"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Verbinding maken met bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Lijst wissen"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Openen"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Wissen uit lijst"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Wissen"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Opslaan"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Annuleren"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecteer de accounts die je wilt delen via bluetooth. Je moet nog steeds elke toegang tot de accounts accepteren wanneer er verbinding wordt gemaakt."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Plaatsen over:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"App-icoon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Instellingen voor delen van berichten via bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Kan account niet selecteren. 0 plaatsen over"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-audio gekoppeld"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-audio ontkoppeld"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Bestanden groter dan 4 GB kunnen niet worden overgedragen"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Verbinding maken met bluetooth"</string> </resources> diff --git a/android/app/res/values-nl/strings_pbap.xml b/android/app/res/values-nl/strings_pbap.xml index 3a432c6fda..393a675c16 100644 --- a/android/app/res/values-nl/strings_pbap.xml +++ b/android/app/res/values-nl/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Typ de sessiesleutel voor %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth-sessiesleutel is vereist"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Er is een time-out opgetreden voor het accepteren van de verbinding met %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Er is een time-out opgetreden tijdens het invoeren van de sessiesleutel met %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"OBEX-verificatieverzoek"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sessiesleutel"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Typ de sessiesleutel voor %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Onbekende naam"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mijn naam"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Contacten delen via bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Typ de sessiesleutel voor %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth-sessiesleutel is vereist"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Er is een time-out opgetreden voor het accepteren van de verbinding met %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Er is een time-out opgetreden tijdens het invoeren van de sessiesleutel met %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"OBEX-verificatieverzoek"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sessiesleutel"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Typ de sessiesleutel voor %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Onbekende naam"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mijn naam"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Contacten delen via bluetooth"</string> </resources> diff --git a/android/app/res/values-nl/strings_pbap_client.xml b/android/app/res/values-nl/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-nl/strings_pbap_client.xml +++ b/android/app/res/values-nl/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-nl/strings_sap.xml b/android/app/res/values-nl/strings_sap.xml index 07734a5cdd..de8ed6c483 100644 --- a/android/app/res/values-nl/strings_sap.xml +++ b/android/app/res/values-nl/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Simtoegang via bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Simtoegang via bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Verzoek indienen om verbinding met client te verbreken?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Wachten tot verbinding met client wordt verbroken"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Verbinding verbreken"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Verbreken van verbinding forceren"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Simtoegang via bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Simtoegang via bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Verzoek indienen om verbinding met client te verbreken?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Wachten tot verbinding met client wordt verbroken"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Verbinding verbreken"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Verbreken van verbinding forceren"</string> </resources> diff --git a/android/app/res/values-nl/test_strings.xml b/android/app/res/values-nl/test_strings.xml index d5f86edb9a..57eab70308 100644 --- a/android/app/res/values-nl/test_strings.xml +++ b/android/app/res/values-nl/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Record invoegen"</string> - <string name="update_record" msgid="2480425402384910635">"Record bevestigen"</string> - <string name="ack_record" msgid="6716152390978472184">"ACK-record"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Alle records verwijderen"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Record verwijderen"</string> - <string name="start_server" msgid="9034821924409165795">"TCP-server starten"</string> - <string name="notify_server" msgid="4369106744022969655">"Melden aan TCP-server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Record invoegen"</string> + <string name="update_record" msgid="7201772850942641237">"Record bevestigen"</string> + <string name="ack_record" msgid="2404738476192250210">"ACK-record"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Alle records verwijderen"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Record verwijderen"</string> + <string name="start_server" msgid="134483798422082514">"TCP-server starten"</string> + <string name="notify_server" msgid="8832385166935137731">"Melden aan TCP-server"</string> </resources> diff --git a/android/app/res/values-or/strings.xml b/android/app/res/values-or/strings.xml index bf46ed01e1..7a74052e5d 100644 --- a/android/app/res/values-or/strings.xml +++ b/android/app/res/values-or/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ଡାଉନଲୋଡ୍ ମ୍ୟାନେଜର୍କୁ ଆକ୍ସେସ୍ କରନ୍ତୁ।"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"BluetoothShare ମ୍ୟାନେଜର୍ ଆକ୍ସେସ୍ କରି ଫାଇଲ୍ଗୁଡ଼ିକ ଟ୍ରାନ୍ସଫର୍ କରିବାକୁ ବ୍ୟବହାର କରିବା ପାଇଁ ଆପ୍କୁ ଅନୁମତି ଦିଅନ୍ତୁ।"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ବ୍ଲୁଟୁଥ୍ ଡିଭାଇସର ଆକ୍ସେସକୁ ଗ୍ରହଣ-ସୂଚୀରେ ରଖନ୍ତୁ।"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ଏକ ବ୍ଲୁଟୁଥ୍ ଡିଭାଇସକୁ ଅସ୍ଥାୟୀ ଭାବେ ଗ୍ରହଣ-ସୂଚୀରେ ରଖିବାକୁ ଆପଟିକୁ ଅନୁମତି ଦେଇଥାଏ, ଯାହା ଦ୍ୱାରା ଉପଯୋଗକର୍ତ୍ତାଙ୍କ ସୁନିଶ୍ଚିତକରଣ ବିନା ଏହି ଡିଭାଇସକୁ ଫାଇଲ୍ ପଠାଇବା ପାଇଁ ସେହି ଡିଭାଇସକୁ ଅନୁମତି ମିଳିଥାଏ।"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ବ୍ଲୁଟୁଥ"</string> - <string name="unknown_device" msgid="9221903979877041009">"ଅଜଣା ଡିଭାଇସ୍"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ଅଜଣା"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ଏରୋପ୍ଲେନ୍ ମୋଡ୍"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"ଆପଣ, ଏୟାରପ୍ଲେନ୍ ମୋଡ୍ରେ ବ୍ଲୁଟୂଥ୍ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ।"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"ବ୍ଲୁଟୂଥ୍ ସେବା ବ୍ୟବହାର କରିବା ପାଇଁ, ଆପଣଙ୍କୁ ପ୍ରଥମେ ବ୍ଲୁଟୂଥ୍ ଅନ୍ କରିବାକୁ ପଡ଼ିବ।"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ବ୍ଲୁ-ଟୁଥ୍କୁ ଏବେ ଅନ୍ କରିବେ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ବାତିଲ୍"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ଚାଲୁ କରନ୍ତୁ"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ କରନ୍ତୁ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ଆସୁଥିବା ଫାଇଲ୍କୁ ସ୍ୱୀକାର କରିବେ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"ଅସ୍ୱୀକାର"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ସ୍ୱୀକାର କରନ୍ତୁ"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ଠିକ୍ ଅଛି"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ଙ୍କଠାରୁ ଆସୁଥିବା ଫାଇଲ୍ ସ୍ୱୀକାର କରୁଥିବାବେଳେ ସମୟ ସମାପ୍ତ ହୋଇଗଲା"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ଆସୁଥିବା ଫାଇଲ୍"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="FILE">%2$s</xliff:g> ପଠାଇବା ପାଇଁ <xliff:g id="SENDER">%1$s</xliff:g> ପ୍ରସ୍ତୁତ"</string> - <string name="notification_receiving" msgid="4674648179652543984">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପ୍ରାପ୍ତ କରୁଛି"</string> - <string name="notification_received" msgid="3324588019186687985">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପ୍ରାପ୍ତ କରାଯାଇଛି"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ଫାଇଲ୍ ପ୍ରାପ୍ତ କରାଯାଇନାହିଁ"</string> - <string name="notification_sending" msgid="3035748958534983833">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପଠାଉଛି"</string> - <string name="notification_sent" msgid="9218710861333027778">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପଠାଗଲା"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% ସମ୍ପୂର୍ଣ୍ଣ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ଫାଇଲ୍ ପଠାଯାଇନାହିଁ"</string> - <string name="download_title" msgid="3353228219772092586">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ କରନ୍ତୁ"</string> - <string name="download_line1" msgid="4926604799202134144">"ପ୍ରେରକ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ଫାଇଲ୍: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ଫାଇଲ୍ ଆକାର: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ଫାଇଲ୍ ପ୍ରାପ୍ତ କରୁଛି…"</string> - <string name="download_cancel" msgid="9177305996747500768">"ବନ୍ଦ କରନ୍ତୁ"</string> - <string name="download_ok" msgid="5000360731674466039">"ଲୁଚାନ୍ତୁ"</string> - <string name="incoming_line1" msgid="2127419875681087545">"ପ୍ରେରକ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ଫାଇଲ୍ ନାମ"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ଆକାର"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ଫାଇଲ୍ ପ୍ରାପ୍ତ ହେଲା ନାହିଁ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ଫାଇଲ୍: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"କାରଣ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ଠିକ୍ ଅଛି"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ଫାଇଲ୍ ପ୍ରାପ୍ତ ହେଲା"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ଖୋଲନ୍ତୁ"</string> - <string name="upload_line1" msgid="2055952074059709052">"ପ୍ରାପ୍ତକର୍ତ୍ତା: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ଫାଇଲ୍ ପ୍ରକାର: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ଫାଇଲ୍ ପଠାଯାଉଛି…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ଫାଇଲ୍ ପଠାଗଲା"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ଠିକ୍ ଅଛି"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ଫାଇଲ୍ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ଙ୍କୁ ପଠାଯାଇନଥିଲା।"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ଫାଇଲ୍: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ବନ୍ଦ କରନ୍ତୁ"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ଠିକ୍ ଅଛି"</string> - <string name="unknown_file" msgid="6092727753965095366">"ଅଜଣା ଫାଇଲ୍"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ଏହିଭଳି ଫାଇଲ୍କୁ ସମ୍ଭାଳିବା ପାଇଁ କୌଣସି ଆପ୍ ନାହିଁ। \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"କୌଣସି ଫାଇଲ୍ ନାହିଁ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ଏଭଳି କୌଣସି ଫାଇଲ୍ ନାହିଁ। \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"ଦୟାକରି ଅପେକ୍ଷା କରନ୍ତୁ…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"ବ୍ଲୁଟୂଥ୍ ଅନ୍ କରୁଛି…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ଫାଇଲ୍କୁ ଗ୍ରହଣ କରାଯିବ। ବିଜ୍ଞପ୍ତି ପ୍ୟାନେଲ୍ରେ ପ୍ରଗତିକୁ ଦେଖନ୍ତୁ।"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ଫାଇଲ୍କୁ ଗ୍ରହଣ କରାଯାଇପାରିବ ନାହିଁ।"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ଙ୍କଠାରୁ ଗ୍ରହଣ କରିବା ବନ୍ଦ ହୋଇଗଲା"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ଙ୍କୁ ଫାଇଲ୍ ପଠାଯାଉଛି"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"ଙ୍କୁ <xliff:g id="NUMBER">%1$s</xliff:g>ଟି ଫାଇଲ୍ ପଠାଯାଉଛି"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ଙ୍କୁ ଫାଇଲ୍ ପଠାଇବା ବନ୍ଦ ହୋଇଗଲା"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ଫାଇଲ୍ ସେଭ୍ କରିବାକୁ USB ଷ୍ଟୋରେଜରେ ଯଥେଷ୍ଟ ଜାଗା ନାହିଁ।"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ଫାଇଲ୍ ସେଭ୍ କରିବାକୁ SD କାର୍ଡରେ ଯଥେଷ୍ଟ ଜାଗା ନାହିଁ।"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ସ୍ପେସ୍ ଆବଶ୍ୟକ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"ଅନେକ ଅନୁରୋଧ ଉପରେ କାମ ଚାଲୁଛି। ପରେ ପୁଣି ଚେଷ୍ଟା କରନ୍ତୁ।"</string> - <string name="status_pending" msgid="2503691772030877944">"ଏପର୍ଯ୍ୟନ୍ତ ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ ଆରମ୍ଭ ହୋଇନାହିଁ।"</string> - <string name="status_running" msgid="6562808920311008696">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ ଚାଲୁଛି।"</string> - <string name="status_success" msgid="239573225847565868">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ ସଫଳତାପୂର୍ବକ ସମ୍ପୂର୍ଣ୍ଣ ହେଲା।"</string> - <string name="status_not_accept" msgid="1695082417193780738">"କଣ୍ଟେଣ୍ଟ ସପୋର୍ଟ କରୁନାହିଁ।"</string> - <string name="status_forbidden" msgid="613956401054050725">"ଟାର୍ଗେଟ୍ ଡିଭାଇସ୍ ଦ୍ୱାରା ଟ୍ରାନ୍ସଫର୍ ପ୍ରତିବନ୍ଧିତ କରାଯାଇଛି।"</string> - <string name="status_canceled" msgid="6664490318773098285">"ୟୁଜର୍ଙ୍କ ଦ୍ୱାରା ଟ୍ରାନ୍ସଫର୍ କ୍ୟାନ୍ସଲ୍ କରାଗଲା।"</string> - <string name="status_file_error" msgid="3671917770630165299">"ଷ୍ଟୋରେଜ୍ ସମସ୍ୟା।"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"କୌଣସି USB ଷ୍ଟୋରେଜ୍ ନାହିଁ।"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"କୌଣସି SD କାର୍ଡ ନାହିଁ। ଟ୍ରାନ୍ସଫର୍ କରାଯାଇଥିବା ଫାଇଲ୍ଗୁଡ଼ିକୁ ସେଭ୍ କରିବା ପାଇଁ ଗୋଟିଏ SD କାର୍ଡ ଭର୍ତ୍ତି କରନ୍ତୁ।"</string> - <string name="status_connection_error" msgid="947681831523219891">"ସଂଯୋଗ ବିଫଳ ହେଲା।"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ଅନୁରୋଧକୁ ଠିକ୍ ଭାବେ ସମ୍ଭାଳି ହେବନାହିଁ।"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"ଅଜଣା ତୃଟି।"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ବ୍ଲୁଟୁଥ ପ୍ରାପ୍ତ ହୋଇଛି"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ପ୍ରାପ୍ତ କରିବା ସମ୍ପୂର୍ଣ୍ଣ ହେଲା।"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ପଠାଇବା ସମ୍ପୂର୍ଣ୍ଣ ହେଲା।"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ଇନ୍ବାଉଣ୍ଡ ଟ୍ରାନ୍ସଫର୍"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ଆଉଟ୍ବାଉଣ୍ଡ ଟ୍ରାନ୍ସଫର୍"</string> - <string name="no_transfers" msgid="3482965619151865672">"ସ୍ଥାନାନ୍ତର ଇତିହାସ ଖାଲି ଅଛି।"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ତାଲିକାରୁ ସମସ୍ତ ଆଇଟମ୍କୁ ଖାଲି କରିଦିଆଯିବ।"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: ପଠାଯାଇଥିବା ଫାଇଲ୍"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: ପ୍ରାପ୍ତ କରାଯାଇଥିବା ଫାଇଲ୍"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ଡାଉନଲୋଡ୍ ମ୍ୟାନେଜର୍କୁ ଆକ୍ସେସ୍ କରନ୍ତୁ।"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"BluetoothShare ମ୍ୟାନେଜର୍ ଆକ୍ସେସ୍ କରି ଫାଇଲ୍ଗୁଡ଼ିକ ଟ୍ରାନ୍ସଫର୍ କରିବାକୁ ବ୍ୟବହାର କରିବା ପାଇଁ ଆପ୍କୁ ଅନୁମତି ଦିଅନ୍ତୁ।"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ବ୍ଲୁଟୁଥ୍ ଡିଭାଇସର ଆକ୍ସେସକୁ ଗ୍ରହଣ-ସୂଚୀରେ ରଖନ୍ତୁ।"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ଏକ ବ୍ଲୁଟୁଥ୍ ଡିଭାଇସକୁ ଅସ୍ଥାୟୀ ଭାବେ ଗ୍ରହଣ-ସୂଚୀରେ ରଖିବାକୁ ଆପଟିକୁ ଅନୁମତି ଦେଇଥାଏ, ଯାହା ଦ୍ୱାରା ଉପଯୋଗକର୍ତ୍ତାଙ୍କ ସୁନିଶ୍ଚିତକରଣ ବିନା ଏହି ଡିଭାଇସକୁ ଫାଇଲ୍ ପଠାଇବା ପାଇଁ ସେହି ଡିଭାଇସକୁ ଅନୁମତି ମିଳିଥାଏ।"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ବ୍ଲୁଟୁଥ"</string> + <string name="unknown_device" msgid="2317679521750821654">"ଅଜଣା ଡିଭାଇସ୍"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ଅଜଣା"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ଏରୋପ୍ଲେନ୍ ମୋଡ୍"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"ଆପଣ, ଏୟାରପ୍ଲେନ୍ ମୋଡ୍ରେ ବ୍ଲୁଟୂଥ୍ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ।"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"ବ୍ଲୁଟୂଥ୍ ସେବା ବ୍ୟବହାର କରିବା ପାଇଁ, ଆପଣଙ୍କୁ ପ୍ରଥମେ ବ୍ଲୁଟୂଥ୍ ଅନ୍ କରିବାକୁ ପଡ଼ିବ।"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ବ୍ଲୁ-ଟୁଥ୍କୁ ଏବେ ଅନ୍ କରିବେ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ବାତିଲ୍ କରନ୍ତୁ"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ଚାଲୁ କରନ୍ତୁ"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ କରନ୍ତୁ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ଆସୁଥିବା ଫାଇଲ୍କୁ ସ୍ୱୀକାର କରିବେ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"ଅସ୍ୱୀକାର"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ସ୍ୱୀକାର କରନ୍ତୁ"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ଠିକ୍ ଅଛି"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ଙ୍କଠାରୁ ଆସୁଥିବା ଫାଇଲ୍ ସ୍ୱୀକାର କରୁଥିବାବେଳେ ସମୟ ସମାପ୍ତ ହୋଇଗଲା"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ଆସୁଥିବା ଫାଇଲ୍"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ଏକ ଫାଇଲ୍ ପଠାଇବାକୁ ପ୍ରସ୍ତୁତ ଅଛନ୍ତି: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପ୍ରାପ୍ତ କରୁଛି"</string> + <string name="notification_received" msgid="2330252358543000567">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପ୍ରାପ୍ତ କରାଯାଇଛି"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ଫାଇଲ୍ ପ୍ରାପ୍ତ କରାଯାଇନାହିଁ"</string> + <string name="notification_sending" msgid="8269912843286868700">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପଠାଉଛି"</string> + <string name="notification_sent" msgid="2685202778935769332">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ପଠାଗଲା"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% ସମ୍ପୂର୍ଣ୍ଣ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: <xliff:g id="FILE">%1$s</xliff:g> ଫାଇଲ୍ ପଠାଯାଇନାହିଁ"</string> + <string name="download_title" msgid="6449408649671518102">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ କରନ୍ତୁ"</string> + <string name="download_line1" msgid="6449220145685308846">"ପ୍ରେରକ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ଫାଇଲ୍: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ଫାଇଲ୍ ଆକାର: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ଫାଇଲ୍ ପ୍ରାପ୍ତ କରୁଛି…"</string> + <string name="download_cancel" msgid="1705762428762702342">"ବନ୍ଦ କରନ୍ତୁ"</string> + <string name="download_ok" msgid="2404442707314575833">"ଲୁଚାନ୍ତୁ"</string> + <string name="incoming_line1" msgid="6342300988329482408">"ପ୍ରେରକ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ଫାଇଲ୍ ନାମ"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ଆକାର"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ଫାଇଲ୍ ପ୍ରାପ୍ତ ହେଲା ନାହିଁ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ଫାଇଲ୍: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"କାରଣ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ଠିକ୍ ଅଛି"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ଫାଇଲ୍ ପ୍ରାପ୍ତ ହେଲା"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ଖୋଲନ୍ତୁ"</string> + <string name="upload_line1" msgid="1912803923255989287">"ପ୍ରାପ୍ତକର୍ତ୍ତା: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ଫାଇଲ୍ ପ୍ରକାର: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ଫାଇଲ୍ ପଠାଯାଉଛି…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ଫାଇଲ୍ ପଠାଗଲା"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ଠିକ୍ ଅଛି"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ଫାଇଲ୍ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ଙ୍କୁ ପଠାଯାଇନଥିଲା।"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ଫାଇଲ୍: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ବନ୍ଦ କରନ୍ତୁ"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ଠିକ୍ ଅଛି"</string> + <string name="unknown_file" msgid="3719981572107052685">"ଅଜଣା ଫାଇଲ୍"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ଏହିଭଳି ଫାଇଲ୍କୁ ସମ୍ଭାଳିବା ପାଇଁ କୌଣସି ଆପ୍ ନାହିଁ। \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"କୌଣସି ଫାଇଲ୍ ନାହିଁ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ଏଭଳି କୌଣସି ଫାଇଲ୍ ନାହିଁ। \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"ଦୟାକରି ଅପେକ୍ଷା କରନ୍ତୁ…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"ବ୍ଲୁଟୂଥ୍ ଅନ୍ କରୁଛି…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ଫାଇଲ୍କୁ ଗ୍ରହଣ କରାଯିବ। ବିଜ୍ଞପ୍ତି ପ୍ୟାନେଲ୍ରେ ପ୍ରଗତିକୁ ଦେଖନ୍ତୁ।"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ଫାଇଲ୍କୁ ଗ୍ରହଣ କରାଯାଇପାରିବ ନାହିଁ।"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"ଙ୍କଠାରୁ ଗ୍ରହଣ କରିବା ବନ୍ଦ ହୋଇଗଲା"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ଙ୍କୁ ଫାଇଲ୍ ପଠାଯାଉଛି"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"ଙ୍କୁ <xliff:g id="NUMBER">%1$s</xliff:g>ଟି ଫାଇଲ୍ ପଠାଯାଉଛି"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ଙ୍କୁ ଫାଇଲ୍ ପଠାଇବା ବନ୍ଦ ହୋଇଗଲା"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ଫାଇଲ୍ ସେଭ୍ କରିବାକୁ USB ଷ୍ଟୋରେଜରେ ଯଥେଷ୍ଟ ଜାଗା ନାହିଁ।"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ଫାଇଲ୍ ସେଭ୍ କରିବାକୁ SD କାର୍ଡରେ ଯଥେଷ୍ଟ ଜାଗା ନାହିଁ।"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ସ୍ପେସ୍ ଆବଶ୍ୟକ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"ଅନେକ ଅନୁରୋଧ ଉପରେ କାମ ଚାଲୁଛି। ପରେ ପୁଣି ଚେଷ୍ଟା କରନ୍ତୁ।"</string> + <string name="status_pending" msgid="4781040740237733479">"ଏପର୍ଯ୍ୟନ୍ତ ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ ଆରମ୍ଭ ହୋଇନାହିଁ।"</string> + <string name="status_running" msgid="7419075903776657351">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ ଚାଲୁଛି।"</string> + <string name="status_success" msgid="7963589000098719541">"ଫାଇଲ୍ ଟ୍ରାନ୍ସଫର୍ ସଫଳତାପୂର୍ବକ ସମ୍ପୂର୍ଣ୍ଣ ହେଲା।"</string> + <string name="status_not_accept" msgid="1165798802740579658">"କଣ୍ଟେଣ୍ଟ ସପୋର୍ଟ କରୁନାହିଁ।"</string> + <string name="status_forbidden" msgid="4017060451358837245">"ଟାର୍ଗେଟ୍ ଡିଭାଇସ୍ ଦ୍ୱାରା ଟ୍ରାନ୍ସଫର୍ ପ୍ରତିବନ୍ଧିତ କରାଯାଇଛି।"</string> + <string name="status_canceled" msgid="8441679418717978515">"ୟୁଜର୍ଙ୍କ ଦ୍ୱାରା ଟ୍ରାନ୍ସଫର୍ କ୍ୟାନ୍ସଲ୍ କରାଗଲା।"</string> + <string name="status_file_error" msgid="5379018888714679311">"ଷ୍ଟୋରେଜ୍ ସମସ୍ୟା।"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"କୌଣସି USB ଷ୍ଟୋରେଜ୍ ନାହିଁ।"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"କୌଣସି SD କାର୍ଡ ନାହିଁ। ଟ୍ରାନ୍ସଫର୍ କରାଯାଇଥିବା ଫାଇଲ୍ଗୁଡ଼ିକୁ ସେଭ୍ କରିବା ପାଇଁ ଗୋଟିଏ SD କାର୍ଡ ଭର୍ତ୍ତି କରନ୍ତୁ।"</string> + <string name="status_connection_error" msgid="8253709700568062220">"ସଂଯୋଗ ବିଫଳ ହେଲା।"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ଅନୁରୋଧକୁ ଠିକ୍ ଭାବେ ସମ୍ଭାଳି ହେବନାହିଁ।"</string> + <string name="status_unknown_error" msgid="314676481744304866">"ଅଜଣା ତୃଟି।"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ବ୍ଲୁଟୁଥ ପ୍ରାପ୍ତ ହୋଇଛି"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ପ୍ରାପ୍ତ କରିବା ସମ୍ପୂର୍ଣ୍ଣ ହେଲା।"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ପଠାଇବା ସମ୍ପୂର୍ଣ୍ଣ ହେଲା।"</string> + <string name="inbound_history_title" msgid="189623888169624862">"ଇନ୍ବାଉଣ୍ଡ ଟ୍ରାନ୍ସଫର୍"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ଆଉଟ୍ବାଉଣ୍ଡ ଟ୍ରାନ୍ସଫର୍"</string> + <string name="no_transfers" msgid="740521199933899821">"ସ୍ଥାନାନ୍ତର ଇତିହାସ ଖାଲି ଅଛି।"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ତାଲିକାରୁ ସମସ୍ତ ଆଇଟମ୍କୁ ଖାଲି କରିଦିଆଯିବ।"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: ପଠାଯାଇଥିବା ଫାଇଲ୍"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ବ୍ଲୁଟୂଥ୍ ସେୟାର୍: ପ୍ରାପ୍ତ କରାଯାଇଥିବା ଫାଇଲ୍"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ବିଫଳ.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ବିଫଳ.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ସଫଳ, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> ସଫଳ, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ତାଲିକା ଖାଲି କରନ୍ତୁ"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ଖୋଲନ୍ତୁ"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ତାଲିକାରୁ ଖାଲି କରନ୍ତୁ"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ଖାଲି କରନ୍ତୁ"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"ବର୍ତ୍ତମାନ ଚାଲୁଛି"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"ସେଭ୍ କରନ୍ତୁ"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ବାତିଲ୍"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ବ୍ଲୁଟୂଥ୍ ମାଧ୍ୟମରେ ସେୟାର୍ କରିବାକୁ ଚାହୁଁଥିବା ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଚୟନ କରନ୍ତୁ। ଆପଣଙ୍କୁ ତଥାପି ସଂଯୋଗ କରୁଥିବା ସମୟରେ ଆକାଉଣ୍ଟଗୁଡ଼ିକ ପ୍ରତି ଯେକୌଣସି ଆକ୍ସେସ୍କୁ ସ୍ୱୀକାର କରିବାକୁ ପଡ଼ିବ।"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ବଳକା ସ୍ଲଟ୍:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ଆପ୍ଲିକେଶନ୍ ଆଇକନ୍"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ବ୍ଲୁଟୁଥ ମେସେଜ୍ ସେୟାରିଂ ସେଟିଂସ୍"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ଆକାଉଣ୍ଟ ଚୟନ କରାଯାଇପାରିବ ନାହିଁ। 0 ସ୍ଲଟ୍ ବଳକା ରହିଲା"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ବ୍ଲୁଟୂଥ୍ ଅଡିଓ ସଂଯୁକ୍ତ କରାଗଲା"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ବ୍ଲୁଟୂଥ୍ ଅଡିଓ ବିଚ୍ଛିନ୍ନ କରାଗଲା"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ବ୍ଲୁଟୂଥ୍ ଅଡିଓ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GBରୁ ବଡ଼ ଫାଇଲ୍ଗୁଡ଼ିକୁ ଟ୍ରାନ୍ସଫର୍ କରାଯାଇପାରିବ ନାହିଁ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ବ୍ଲୁଟୁଥ୍ ସହ ସଂଯୋଗ କରନ୍ତୁ"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ତାଲିକା ଖାଲି କରନ୍ତୁ"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ଖୋଲନ୍ତୁ"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ତାଲିକାରୁ ଖାଲି କରନ୍ତୁ"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ଖାଲି କରନ୍ତୁ"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"ବର୍ତ୍ତମାନ ଚାଲୁଛି"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"ସେଭ୍ କରନ୍ତୁ"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ବାତିଲ୍ କରନ୍ତୁ"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ବ୍ଲୁଟୂଥ୍ ମାଧ୍ୟମରେ ସେୟାର୍ କରିବାକୁ ଚାହୁଁଥିବା ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଚୟନ କରନ୍ତୁ। ଆପଣଙ୍କୁ ତଥାପି ସଂଯୋଗ କରୁଥିବା ସମୟରେ ଆକାଉଣ୍ଟଗୁଡ଼ିକ ପ୍ରତି ଯେକୌଣସି ଆକ୍ସେସ୍କୁ ସ୍ୱୀକାର କରିବାକୁ ପଡ଼ିବ।"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ବଳକା ସ୍ଲଟ୍:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ଆପ୍ଲିକେଶନ୍ ଆଇକନ୍"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ବ୍ଲୁଟୁଥ ମେସେଜ୍ ସେୟାରିଂ ସେଟିଂସ୍"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ଆକାଉଣ୍ଟ ଚୟନ କରାଯାଇପାରିବ ନାହିଁ। 0 ସ୍ଲଟ୍ ବଳକା ରହିଲା"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ବ୍ଲୁଟୂଥ୍ ଅଡିଓ ସଂଯୁକ୍ତ କରାଗଲା"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ବ୍ଲୁଟୂଥ୍ ଅଡିଓ ବିଚ୍ଛିନ୍ନ କରାଗଲା"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ବ୍ଲୁଟୂଥ୍ ଅଡିଓ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GBରୁ ବଡ଼ ଫାଇଲ୍ଗୁଡ଼ିକୁ ଟ୍ରାନ୍ସଫର୍ କରାଯାଇପାରିବ ନାହିଁ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ବ୍ଲୁଟୁଥ୍ ସହ ସଂଯୋଗ କରନ୍ତୁ"</string> </resources> diff --git a/android/app/res/values-or/strings_pbap.xml b/android/app/res/values-or/strings_pbap.xml index 844a46496a..40c1e7f4d2 100644 --- a/android/app/res/values-or/strings_pbap.xml +++ b/android/app/res/values-or/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s ପାଇଁ ସେସନ୍ କୀ’ ଟାଇପ୍ କରନ୍ତୁ"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ବ୍ଲୁଟୂଥ୍ ସେସନ୍ କୀ ଆବଶ୍ୟକ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s ସହ ଯୋଡ଼ି ହେବାର ସମୟ ସମାପ୍ତ ହୋଇଯାଇଛି"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s ସହ ସେସନ୍ କୀ’ ଲେଖିବାର ସମୟ ସମାପ୍ତ ହୋଇଯାଇଛି"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex ପ୍ରମାଣୀକରଣ ଅନୁରୋଧ"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"ସେସନ୍ କୀ’"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s ପାଇଁ ସେସନ୍ କୀ’ ଟାଇପ୍ କରନ୍ତୁ"</string> - <string name="defaultname" msgid="4821590500649090078">"କାର୍ କିଟ୍"</string> - <string name="unknownName" msgid="2841414754740600042">"ଅଜଣା ନାମ"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ମୋର ନାମ"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ବ୍ଲୁଟୂଥ୍ ଯୋଗାଯୋଗ ସେୟାର୍ କରନ୍ତୁ"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s ପାଇଁ ସେସନ୍ କୀ’ ଟାଇପ୍ କରନ୍ତୁ"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ବ୍ଲୁଟୂଥ୍ ସେସନ୍ କୀ ଆବଶ୍ୟକ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s ସହ ଯୋଡ଼ି ହେବାର ସମୟ ସମାପ୍ତ ହୋଇଯାଇଛି"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s ସହ ସେସନ୍ କୀ’ ଲେଖିବାର ସମୟ ସମାପ୍ତ ହୋଇଯାଇଛି"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex ପ୍ରମାଣୀକରଣ ଅନୁରୋଧ"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"ସେସନ୍ କୀ’"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s ପାଇଁ ସେସନ୍ କୀ’ ଟାଇପ୍ କରନ୍ତୁ"</string> + <string name="defaultname" msgid="6200530814398805541">"କାର୍ କିଟ୍"</string> + <string name="unknownName" msgid="6755061296103155293">"ଅଜଣା ନାମ"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ମୋର ନାମ"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ବ୍ଲୁଟୂଥ୍ ଯୋଗାଯୋଗ ସେୟାର୍ କରନ୍ତୁ"</string> </resources> diff --git a/android/app/res/values-or/strings_pbap_client.xml b/android/app/res/values-or/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-or/strings_pbap_client.xml +++ b/android/app/res/values-or/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-or/strings_sap.xml b/android/app/res/values-or/strings_sap.xml index aa190dbcae..553fb69717 100644 --- a/android/app/res/values-or/strings_sap.xml +++ b/android/app/res/values-or/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ବ୍ଲୁଟୂଥ୍ SIM ଆକ୍ସେସ୍"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ବ୍ଲୁଟୂଥ୍ SIM ଆକ୍ସେସ୍"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ବିଚ୍ଛିନ୍ନ କରିବା ପାଇଁ କ୍ଲାଏଣ୍ଟଙ୍କୁ ଅନୁରୋଧ କରିବେ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ବିଚ୍ଛିନ୍ନ କରିବା ପାଇଁ କ୍ଲାଏଣ୍ଟଙ୍କ ଅପେକ୍ଷା କରାଯାଉଛି"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ବିଚ୍ଛିନ୍ନ କରନ୍ତୁ"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"ବିଚ୍ଛିନ୍ନ କରିବା ପାଇଁ ବାଧ୍ୟ କରନ୍ତୁ"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ବ୍ଲୁଟୂଥ୍ SIM ଆକ୍ସେସ୍"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ବ୍ଲୁଟୂଥ୍ SIM ଆକ୍ସେସ୍"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ବିଚ୍ଛିନ୍ନ କରିବା ପାଇଁ କ୍ଲାଏଣ୍ଟଙ୍କୁ ଅନୁରୋଧ କରିବେ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ବିଚ୍ଛିନ୍ନ କରିବା ପାଇଁ କ୍ଲାଏଣ୍ଟଙ୍କ ଅପେକ୍ଷା କରାଯାଉଛି"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ବିଚ୍ଛିନ୍ନ କରନ୍ତୁ"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"ବିଚ୍ଛିନ୍ନ କରିବା ପାଇଁ ବାଧ୍ୟ କରନ୍ତୁ"</string> </resources> diff --git a/android/app/res/values-or/test_strings.xml b/android/app/res/values-or/test_strings.xml index 9b54795bd2..fd2571f2c4 100644 --- a/android/app/res/values-or/test_strings.xml +++ b/android/app/res/values-or/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ବ୍ଲୁଟୁଥ"</string> - <string name="insert_record" msgid="1450997173838378132">"ରେକର୍ଡ ଭର୍ତ୍ତି କରନ୍ତୁ"</string> - <string name="update_record" msgid="2480425402384910635">"ରେକର୍ଡ ସୁନିଶ୍ଚିତ କରନ୍ତୁ"</string> - <string name="ack_record" msgid="6716152390978472184">"ରେକର୍ଡ ସ୍ୱୀକୃତ କରନ୍ତୁ"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ସମସ୍ତ ରେକର୍ଡ ଡିଲିଟ୍ କରନ୍ତୁ"</string> - <string name="ok_button" msgid="6519033415223065454">"ଠିକ୍ ଅଛି"</string> - <string name="delete_record" msgid="4645040331967533724">"ରେକର୍ଡ ଡିଲିଟ୍ କରନ୍ତୁ"</string> - <string name="start_server" msgid="9034821924409165795">"TCP ସର୍ଭର୍ ଆରମ୍ଭ କରନ୍ତୁ"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP ସର୍ଭର୍କୁ ସୂଚିତ କରନ୍ତୁ"</string> + <string name="app_name" msgid="7766152617107310582">"ବ୍ଲୁଟୁଥ"</string> + <string name="insert_record" msgid="4024416351836939752">"ରେକର୍ଡ ଭର୍ତ୍ତି କରନ୍ତୁ"</string> + <string name="update_record" msgid="7201772850942641237">"ରେକର୍ଡ ସୁନିଶ୍ଚିତ କରନ୍ତୁ"</string> + <string name="ack_record" msgid="2404738476192250210">"ରେକର୍ଡ ସ୍ୱୀକୃତ କରନ୍ତୁ"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ସମସ୍ତ ରେକର୍ଡ ଡିଲିଟ୍ କରନ୍ତୁ"</string> + <string name="ok_button" msgid="719865942400179601">"ଠିକ୍ ଅଛି"</string> + <string name="delete_record" msgid="5713885957446255270">"ରେକର୍ଡ ଡିଲିଟ୍ କରନ୍ତୁ"</string> + <string name="start_server" msgid="134483798422082514">"TCP ସର୍ଭର୍ ଆରମ୍ଭ କରନ୍ତୁ"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP ସର୍ଭର୍କୁ ସୂଚିତ କରନ୍ତୁ"</string> </resources> diff --git a/android/app/res/values-pa/strings.xml b/android/app/res/values-pa/strings.xml index 7bd84d3d41..714ba2072f 100644 --- a/android/app/res/values-pa/strings.xml +++ b/android/app/res/values-pa/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ਡਾਊਨਲੋਡ ਪ੍ਰਬੰਧਕ ਤੱਕ ਪਹੁੰਚ।"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"ਐਪ ਨੂੰ BluetoothShare ਪ੍ਰਬੰਧਕ ਤੱਕ ਪਹੁੰਚ ਅਤੇ ਫ਼ਾਈਲਾਂ ਟ੍ਰਾਂਸਫਰ ਕਰਨ ਲਈ ਇਸਦੀ ਵਰਤੋਂ ਕਰਨ ਦਿੰਦਾ ਹੈ।"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"ਅਕਸੈਪਟਲਿਸਟ ਬਲੂਟੁੱਥ ਡੀਵਾਈਸ ਪਹੁੰਚ।"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"ਐਪ ਨੂੰ ਕਿਸੇ ਬਲੂਟੁੱਥ ਡੀਵਾਈਸ ਨੂੰ ਆਰਜ਼ੀ ਤੌਰ \'ਤੇ ਅਕਸੈਪਟਲਿਸਟ ਕਰਨ ਦਿੰਦਾ ਹੈ, ਅਤੇ ਉਸ ਡੀਵਾਈਸ ਨੂੰ ਇਸ ਡੀਵਾਈਸ ਤੱਕ ਵਰਤੋਂਕਾਰ ਦੀ ਪੁਸ਼ਟੀ ਦੇ ਬਿਨਾਂ ਫ਼ਾਈਲਾਂ ਭੇਜਣ ਦਿੰਦਾ ਹੈ।"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"ਬਲੂਟੁੱਥ"</string> - <string name="unknown_device" msgid="9221903979877041009">"ਅਗਿਆਤ ਡੀਵਾਈਸ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ਅਗਿਆਤ"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ਏਅਰਪਲੇਨ ਮੋਡ"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"ਤੁਸੀਂ ਏਅਰਪਲੇਨ ਮੋਡ ਵਿੱਚ Bluetooth ਨਹੀਂ ਵਰਤ ਸਕਦੇ।"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth ਸੇਵਾਵਾਂ ਨੂੰ ਵਰਤਣ ਲਈ, ਤੁਹਾਨੂੰ ਪਹਿਲਾਂ Bluetooth ਚਾਲੂ ਕਰਨੀ ਪਵੇਗੀ।"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ਕੀ ਹੁਣ Bluetooth ਚਾਲੂ ਕਰਨੀ ਹੈ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ਰੱਦ ਕਰੋ"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ਚਾਲੂ ਕਰੋ"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ਕੀ ਇਨਕਮਿੰਗ ਫਾਈਲ ਸਵੀਕਾਰ ਕਰਨੀ ਹੈ?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"ਅਸਵੀਕਾਰ ਕਰੋ"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ਸਵੀਕਾਰ ਕਰੋ"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ਠੀਕ"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ਦੀ ਇੱਕ ਇਨਕਮਿੰਗ ਫਾਈਲ ਸਵੀਕਾਰ ਕਰਨ ਵੇਲੇ ਇੱਕ ਟਾਈਮਆਊਟ ਹੋਇਆ ਸੀ।"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ਇਨਕਮਿੰਗ ਫਾਈਲ"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> ਭੇਜਣ ਲਈ ਤਿਆਰ ਹੈ"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਪ੍ਰਾਪਤ ਕਰ ਰਿਹਾ ਹੈ"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਪ੍ਰਾਪਤ ਕੀਤੀ"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth ਸ਼ੇਅਰ: ਫਾਈਲ <xliff:g id="FILE">%1$s</xliff:g> ਪ੍ਰਾਪਤ ਨਹੀਂ ਕੀਤੀ"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਭੇਜ ਰਿਹਾ ਹੈ"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਭੇਜੀ ਗਈ"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% ਪੂਰਾ"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth ਸ਼ੇਅਰ: ਫਾਈਲ <xliff:g id="FILE">%1$s</xliff:g> ਨਹੀਂ ਭੇਜੀ ਗਈ"</string> - <string name="download_title" msgid="3353228219772092586">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ"</string> - <string name="download_line1" msgid="4926604799202134144">"ਤੋਂ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ਫਾਈਲ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ਫਾਈਲ ਆਕਾਰ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਕਰ ਰਿਹਾ ਹੈ…"</string> - <string name="download_cancel" msgid="9177305996747500768">"ਰੋਕੋ"</string> - <string name="download_ok" msgid="5000360731674466039">"ਲੁਕਾਓ"</string> - <string name="incoming_line1" msgid="2127419875681087545">"ਤੋਂ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ਫਾਈਲ ਨਾਮ"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ਆਕਾਰ"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕੀਤੀ"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ਫਾਈਲ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"ਕਾਰਨ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ਠੀਕ"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਕੀਤੀ"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"ਖੋਲ੍ਹੋ"</string> - <string name="upload_line1" msgid="2055952074059709052">"ਨੂੰ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ਫ਼ਾਈਲ ਦੀ ਕਿਸਮ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ਫਾਈਲ ਭੇਜ ਰਿਹਾ ਹੈ…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ਫਾਈਲ ਭੇਜੀ ਗਈ"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ਠੀਕ"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ਫਾਈਲ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ਨੂੰ ਨਹੀਂ ਭੇਜੀ ਗਈ ਸੀ।"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ਫਾਈਲ: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ਬੰਦ ਕਰੋ"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ਠੀਕ"</string> - <string name="unknown_file" msgid="6092727753965095366">"ਅਗਿਆਤ ਫਾਈਲ"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ਇਸ ਕਿਸਮ ਦੀ ਫ਼ਾਈਲ ਨੂੰ ਸੰਭਾਲਣ ਲਈ ਕੋਈ ਐਪ ਨਹੀਂ ਹੈ। \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ਕੋਈ ਫਾਈਲ ਨਹੀਂ"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ਫਾਈਲ ਮੌਜੂਦ ਨਹੀਂ ਹੈ। \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"ਕਿਰਪਾ ਕਰਕੇ ਠਹਿਰੋ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth ਚਾਲੂ ਕਰ ਰਿਹਾ ਹੈ…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ਫ਼ਾਈਲ ਪ੍ਰਾਪਤ ਕੀਤੀ ਜਾਵੇਗੀ। ਸੂਚਨਾਵਾਂ ਪੈਨਲ ਵਿੱਚ ਪ੍ਰਗਤੀ ਦੀ ਜਾਂਚ ਕਰੋ।"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ।"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ਤੋਂ ਫਾਈਲ ਪ੍ਰਾਪਤ ਕਰਨਾ ਰੋਕਿਆ ਗਿਆ"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ਨੂੰ ਫਾਈਲ ਭੇਜ ਰਿਹਾ ਹੈ"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" ਨੂੰ <xliff:g id="NUMBER">%1$s</xliff:g> ਫਾਈਲਾਂ ਭੇਜ ਰਿਹਾ ਹੈ"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ਨੂੰ ਫਾਈਲ ਭੇਜਣਾ ਰੋਕਿਆ ਗਿਆ"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ਦੀ ਫ਼ਾਈਲ ਰੱਖਿਅਤ ਕਰਨ ਲਈ USB ਸਟੋਰੇਜ ਵਿੱਚ ਲੋੜੀਂਦੀ ਜਗ੍ਹਾ ਨਹੀਂ ਹੈ।"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ਫ਼ਾਈਲ ਰੱਖਿਅਤ ਕਰਨ ਲਈ SD ਕਾਰਡ ਵਿੱਚ ਲੋੜੀਂਦੀ ਜਗ੍ਹਾ ਨਹੀਂ ਹੈ।"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"ਲੁੜੀਂਦਾ ਸਪੇਸ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਬੇਨਤੀਆਂ ਦੀ ਪ੍ਰਕਿਰਿਆ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ। ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"</string> - <string name="status_pending" msgid="2503691772030877944">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ ਅਜੇ ਚਾਲੂ ਨਹੀਂ ਹੋਈ।"</string> - <string name="status_running" msgid="6562808920311008696">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ ਜਾਰੀ ਹੈ।"</string> - <string name="status_success" msgid="239573225847565868">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ ਸਫਲਤਾਪੂਰਵਕ ਪੂਰੀ ਹੋਈ।"</string> - <string name="status_not_accept" msgid="1695082417193780738">"ਸਮੱਗਰੀ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ।"</string> - <string name="status_forbidden" msgid="613956401054050725">"ਟੀਚਾ ਡੀਵਾਈਸ ਵੱਲੋਂ ਟ੍ਰਾਂਸਫਰ ਵਰਜਿਤ।"</string> - <string name="status_canceled" msgid="6664490318773098285">"ਉਪਭੋਗਤਾ ਵੱਲੋਂ ਟ੍ਰਾਂਸਫਰ ਰੱਦ ਕੀਤਾ ਗਿਆ।"</string> - <string name="status_file_error" msgid="3671917770630165299">"ਸਟੋਰੇਜ ਸਮੱਸਿਆ।"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"ਕੋਈ USB ਸਟੋਰੇਜ ਨਹੀਂ ਹੈ।"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"ਕੋਈ SD ਕਾਰਡ ਨਹੀਂ। ਟ੍ਰਾਂਸਫ਼ਰ ਕੀਤੀਆਂ ਫ਼ਾਈਲਾਂ ਨੂੰ ਰੱਖਿਅਤ ਕਰਨ ਲਈ ਇੱਕ SD ਕਾਰਡ ਪਾਓ।"</string> - <string name="status_connection_error" msgid="947681831523219891">"ਕਨੈਕਸ਼ਨ ਅਸਫਲ।"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ਬੇਨਤੀ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਸੰਭਾਲਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ।"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"ਅਗਿਆਤ ਅਸ਼ੁੱਧੀ।"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ਬਲੂਟੁੱਥ ਰਾਹੀਂ ਪ੍ਰਾਪਤ"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"ਬਲੂਟੁੱਥ ਸਾਂਝਾਕਰਨ"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ਪੂਰਾ ਪ੍ਰਾਪਤ ਕੀਤਾ।"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ਪੂਰਾ ਭੇਜਿਆ ਗਿਆ।"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ਇਨਬਾਊਂਡ ਟ੍ਰਾਂਸਫਰ"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"ਆਊਟਬਾਊਂਡ ਟ੍ਰਾਂਸਫਰ"</string> - <string name="no_transfers" msgid="3482965619151865672">"ਟ੍ਰਾਂਸਫ਼ਰ ਇਤਿਹਾਸ ਵਿੱਚ ਕੁਝ ਵੀ ਨਹੀਂ ਹੈ।"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ਸਾਰੀਆਂ ਆਈਟਮਾਂ ਸੂਚੀ ਵਿੱਚੋਂ ਹਟਾਈਆਂ ਜਾਣਗੀਆਂ।"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth ਸ਼ੇਅਰ: ਭੇਜੀਆਂ ਗਈਆਂ ਫਾਈਲਾਂ"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth ਸ਼ੇਅਰ: ਪ੍ਰਾਪਤ ਕੀਤੀਆਂ ਫਾਈਲਾਂ"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ਡਾਊਨਲੋਡ ਪ੍ਰਬੰਧਕ ਤੱਕ ਪਹੁੰਚ।"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"ਐਪ ਨੂੰ BluetoothShare ਪ੍ਰਬੰਧਕ ਤੱਕ ਪਹੁੰਚ ਅਤੇ ਫ਼ਾਈਲਾਂ ਟ੍ਰਾਂਸਫਰ ਕਰਨ ਲਈ ਇਸਦੀ ਵਰਤੋਂ ਕਰਨ ਦਿੰਦਾ ਹੈ।"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"ਅਕਸੈਪਟਲਿਸਟ ਬਲੂਟੁੱਥ ਡੀਵਾਈਸ ਪਹੁੰਚ।"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"ਐਪ ਨੂੰ ਕਿਸੇ ਬਲੂਟੁੱਥ ਡੀਵਾਈਸ ਨੂੰ ਆਰਜ਼ੀ ਤੌਰ \'ਤੇ ਅਕਸੈਪਟਲਿਸਟ ਕਰਨ ਦਿੰਦਾ ਹੈ, ਅਤੇ ਉਸ ਡੀਵਾਈਸ ਨੂੰ ਇਸ ਡੀਵਾਈਸ ਤੱਕ ਵਰਤੋਂਕਾਰ ਦੀ ਪੁਸ਼ਟੀ ਦੇ ਬਿਨਾਂ ਫ਼ਾਈਲਾਂ ਭੇਜਣ ਦਿੰਦਾ ਹੈ।"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"ਬਲੂਟੁੱਥ"</string> + <string name="unknown_device" msgid="2317679521750821654">"ਅਗਿਆਤ ਡੀਵਾਈਸ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ਅਗਿਆਤ"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ਏਅਰਪਲੇਨ ਮੋਡ"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"ਤੁਸੀਂ ਏਅਰਪਲੇਨ ਮੋਡ ਵਿੱਚ Bluetooth ਨਹੀਂ ਵਰਤ ਸਕਦੇ।"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth ਸੇਵਾਵਾਂ ਨੂੰ ਵਰਤਣ ਲਈ, ਤੁਹਾਨੂੰ ਪਹਿਲਾਂ Bluetooth ਚਾਲੂ ਕਰਨੀ ਪਵੇਗੀ।"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ਕੀ ਹੁਣ Bluetooth ਚਾਲੂ ਕਰਨੀ ਹੈ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ਰੱਦ ਕਰੋ"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ਚਾਲੂ ਕਰੋ"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ਕੀ ਇਨਕਮਿੰਗ ਫਾਈਲ ਸਵੀਕਾਰ ਕਰਨੀ ਹੈ?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"ਅਸਵੀਕਾਰ ਕਰੋ"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ਸਵੀਕਾਰ ਕਰੋ"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ਠੀਕ"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ਦੀ ਇੱਕ ਇਨਕਮਿੰਗ ਫਾਈਲ ਸਵੀਕਾਰ ਕਰਨ ਵੇਲੇ ਇੱਕ ਟਾਈਮਆਊਟ ਹੋਇਆ ਸੀ।"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ਇਨਕਮਿੰਗ ਫਾਈਲ"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ਫ਼ਾਈਲ ਭੇਜਣ ਲਈ ਤਿਆਰ ਹੈ: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਪ੍ਰਾਪਤ ਕਰ ਰਿਹਾ ਹੈ"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਪ੍ਰਾਪਤ ਕੀਤੀ"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth ਸ਼ੇਅਰ: ਫਾਈਲ <xliff:g id="FILE">%1$s</xliff:g> ਪ੍ਰਾਪਤ ਨਹੀਂ ਕੀਤੀ"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਭੇਜ ਰਿਹਾ ਹੈ"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth ਸ਼ੇਅਰ: <xliff:g id="FILE">%1$s</xliff:g> ਭੇਜੀ ਗਈ"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% ਪੂਰਾ"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth ਸ਼ੇਅਰ: ਫਾਈਲ <xliff:g id="FILE">%1$s</xliff:g> ਨਹੀਂ ਭੇਜੀ ਗਈ"</string> + <string name="download_title" msgid="6449408649671518102">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ"</string> + <string name="download_line1" msgid="6449220145685308846">"ਤੋਂ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ਫਾਈਲ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ਫਾਈਲ ਆਕਾਰ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਕਰ ਰਿਹਾ ਹੈ…"</string> + <string name="download_cancel" msgid="1705762428762702342">"ਰੋਕੋ"</string> + <string name="download_ok" msgid="2404442707314575833">"ਲੁਕਾਓ"</string> + <string name="incoming_line1" msgid="6342300988329482408">"ਤੋਂ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ਫਾਈਲ ਨਾਮ"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ਆਕਾਰ"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕੀਤੀ"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ਫਾਈਲ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"ਕਾਰਨ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ਠੀਕ"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਕੀਤੀ"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"ਖੋਲ੍ਹੋ"</string> + <string name="upload_line1" msgid="1912803923255989287">"ਨੂੰ: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ਫ਼ਾਈਲ ਦੀ ਕਿਸਮ: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ਫਾਈਲ ਭੇਜ ਰਿਹਾ ਹੈ…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ਫਾਈਲ ਭੇਜੀ ਗਈ"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ਠੀਕ"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ਫਾਈਲ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ਨੂੰ ਨਹੀਂ ਭੇਜੀ ਗਈ ਸੀ।"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ਫਾਈਲ: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ਬੰਦ ਕਰੋ"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ਠੀਕ"</string> + <string name="unknown_file" msgid="3719981572107052685">"ਅਗਿਆਤ ਫਾਈਲ"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ਇਸ ਕਿਸਮ ਦੀ ਫ਼ਾਈਲ ਨੂੰ ਸੰਭਾਲਣ ਲਈ ਕੋਈ ਐਪ ਨਹੀਂ ਹੈ। \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ਕੋਈ ਫਾਈਲ ਨਹੀਂ"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ਫਾਈਲ ਮੌਜੂਦ ਨਹੀਂ ਹੈ। \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"ਕਿਰਪਾ ਕਰਕੇ ਠਹਿਰੋ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth ਚਾਲੂ ਕਰ ਰਿਹਾ ਹੈ…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ਫ਼ਾਈਲ ਪ੍ਰਾਪਤ ਕੀਤੀ ਜਾਵੇਗੀ। ਸੂਚਨਾਵਾਂ ਪੈਨਲ ਵਿੱਚ ਪ੍ਰਗਤੀ ਦੀ ਜਾਂਚ ਕਰੋ।"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ਫਾਈਲ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ।"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ਤੋਂ ਫਾਈਲ ਪ੍ਰਾਪਤ ਕਰਨਾ ਰੋਕਿਆ ਗਿਆ"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ਨੂੰ ਫਾਈਲ ਭੇਜ ਰਿਹਾ ਹੈ"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" ਨੂੰ <xliff:g id="NUMBER">%1$s</xliff:g> ਫ਼ਾਈਲਾਂ ਭੇਜੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" ਨੂੰ ਫਾਈਲ ਭੇਜਣਾ ਰੋਕਿਆ ਗਿਆ"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ਦੀ ਫ਼ਾਈਲ ਰੱਖਿਅਤ ਕਰਨ ਲਈ USB ਸਟੋਰੇਜ ਵਿੱਚ ਲੋੜੀਂਦੀ ਜਗ੍ਹਾ ਨਹੀਂ ਹੈ।"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ਫ਼ਾਈਲ ਰੱਖਿਅਤ ਕਰਨ ਲਈ SD ਕਾਰਡ ਵਿੱਚ ਲੋੜੀਂਦੀ ਜਗ੍ਹਾ ਨਹੀਂ ਹੈ।"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"ਲੁੜੀਂਦਾ ਸਪੇਸ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਬੇਨਤੀਆਂ ਦੀ ਪ੍ਰਕਿਰਿਆ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ। ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"</string> + <string name="status_pending" msgid="4781040740237733479">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ ਅਜੇ ਚਾਲੂ ਨਹੀਂ ਹੋਈ।"</string> + <string name="status_running" msgid="7419075903776657351">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ ਜਾਰੀ ਹੈ।"</string> + <string name="status_success" msgid="7963589000098719541">"ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ ਸਫਲਤਾਪੂਰਵਕ ਪੂਰੀ ਹੋਈ।"</string> + <string name="status_not_accept" msgid="1165798802740579658">"ਸਮੱਗਰੀ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ।"</string> + <string name="status_forbidden" msgid="4017060451358837245">"ਟੀਚਾ ਡੀਵਾਈਸ ਵੱਲੋਂ ਟ੍ਰਾਂਸਫਰ ਵਰਜਿਤ।"</string> + <string name="status_canceled" msgid="8441679418717978515">"ਉਪਭੋਗਤਾ ਵੱਲੋਂ ਟ੍ਰਾਂਸਫਰ ਰੱਦ ਕੀਤਾ ਗਿਆ।"</string> + <string name="status_file_error" msgid="5379018888714679311">"ਸਟੋਰੇਜ ਸਮੱਸਿਆ।"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"ਕੋਈ USB ਸਟੋਰੇਜ ਨਹੀਂ ਹੈ।"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"ਕੋਈ SD ਕਾਰਡ ਨਹੀਂ। ਟ੍ਰਾਂਸਫ਼ਰ ਕੀਤੀਆਂ ਫ਼ਾਈਲਾਂ ਨੂੰ ਰੱਖਿਅਤ ਕਰਨ ਲਈ ਇੱਕ SD ਕਾਰਡ ਪਾਓ।"</string> + <string name="status_connection_error" msgid="8253709700568062220">"ਕਨੈਕਸ਼ਨ ਅਸਫਲ।"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ਬੇਨਤੀ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਸੰਭਾਲਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ।"</string> + <string name="status_unknown_error" msgid="314676481744304866">"ਅਗਿਆਤ ਅਸ਼ੁੱਧੀ।"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ਬਲੂਟੁੱਥ ਰਾਹੀਂ ਪ੍ਰਾਪਤ"</string> + <string name="opp_notification_group" msgid="150067508422520653">"ਬਲੂਟੁੱਥ ਸਾਂਝਾਕਰਨ"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ਪੂਰਾ ਪ੍ਰਾਪਤ ਕੀਤਾ।"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ਪੂਰਾ ਭੇਜਿਆ ਗਿਆ।"</string> + <string name="inbound_history_title" msgid="189623888169624862">"ਇਨਬਾਊਂਡ ਟ੍ਰਾਂਸਫਰ"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"ਆਊਟਬਾਊਂਡ ਟ੍ਰਾਂਸਫਰ"</string> + <string name="no_transfers" msgid="740521199933899821">"ਟ੍ਰਾਂਸਫ਼ਰ ਇਤਿਹਾਸ ਵਿੱਚ ਕੁਝ ਵੀ ਨਹੀਂ ਹੈ।"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ਸਾਰੀਆਂ ਆਈਟਮਾਂ ਸੂਚੀ ਵਿੱਚੋਂ ਹਟਾਈਆਂ ਜਾਣਗੀਆਂ।"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"ਬਲੂਟੁੱਥ ਸਾਂਝਾਕਰਨ: ਭੇਜੀਆਂ ਗਈਆਂ ਫ਼ਾਈਲਾਂ"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"ਬਲੂਟੁੱਥ ਸਾਂਝਾਕਰਨ: ਪ੍ਰਾਪਤ ਕੀਤੀਆਂ ਫ਼ਾਈਲਾਂ"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ਅਸਫਲ।</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ਅਸਫਲ।</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ਸਫਲ, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ਸਫਲ, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ਸੂਚੀ ਹਟਾਓ"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"ਖੋਲ੍ਹੋ"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ਸੂਚੀ ਵਿੱਚੋਂ ਹਟਾਓ"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ਕਲੀਅਰ ਕਰੋ"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"ਹੁਣੇ ਚੱਲ ਰਿਹਾ ਹੈ"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"ਰੱਖਿਅਤ ਕਰੋ"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ਰੱਦ ਕਰੋ"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ਉਹਨਾਂ ਖਾਤਿਆਂ ਨੂੰ ਚੁਣੋ ਜਿਨ੍ਹਾਂ ਨੂੰ ਤੁਸੀਂ ਬਲੂਟੁੱਥ ਦੇ ਰਾਹੀਂ ਸਾਂਝਾ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ। ਤੁਹਾਨੂੰ ਹਾਲੇ ਵੀ ਕਨੈਕਟ ਕਰਨ ਦੌਰਾਨ ਖਾਤਿਆਂ \'ਤੇ ਕਿਸੇ ਵੀ ਪਹੁੰਚ ਨੂੰ ਸਵੀਕਾਰ ਕਰਨਾ ਹੋਵੇਗਾ।"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ਸਲੌਟ ਬਾਕੀ:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ਐਪਲੀਕੇਸ਼ਨ ਪ੍ਰਤੀਕ"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"ਬਲੂਟੁੱਥ ਸੁਨੇਹਾ ਸਾਂਝਾਕਰਨ ਸੈਟਿੰਗਾਂ"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ਖਾਤਾ ਨਹੀਂ ਚੁਣ ਸਕਦਾ। 0 ਸਲੌਟ ਬਾਕੀ"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"ਬਲੂਟੁੱਥ ਆਡੀਓ ਕਨੈਕਟ ਕੀਤੀ ਗਈ"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ਬਲੂਟੁੱਥ ਆਡੀਓ ਡਿਸਕਨੈਕਟ ਕੀਤੀ ਗਈ"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"ਬਲੂਟੁੱਥ ਆਡੀਓ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB ਤੋਂ ਵਧੇਰੇ ਵੱਡੀਆਂ ਫ਼ਾਈਲਾਂ ਨੂੰ ਟ੍ਰਾਂਸਫ਼ਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"ਬਲੂਟੁੱਥ ਨਾਲ ਕਨੈਕਟ ਕਰੋ"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ਸੂਚੀ ਹਟਾਓ"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"ਖੋਲ੍ਹੋ"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ਸੂਚੀ ਵਿੱਚੋਂ ਹਟਾਓ"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ਕਲੀਅਰ ਕਰੋ"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"ਹੁਣੇ ਚੱਲ ਰਿਹਾ ਹੈ"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"ਰੱਖਿਅਤ ਕਰੋ"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ਰੱਦ ਕਰੋ"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ਉਹਨਾਂ ਖਾਤਿਆਂ ਨੂੰ ਚੁਣੋ ਜਿਨ੍ਹਾਂ ਨੂੰ ਤੁਸੀਂ ਬਲੂਟੁੱਥ ਦੇ ਰਾਹੀਂ ਸਾਂਝਾ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ। ਤੁਹਾਨੂੰ ਹਾਲੇ ਵੀ ਕਨੈਕਟ ਕਰਨ ਦੌਰਾਨ ਖਾਤਿਆਂ \'ਤੇ ਕਿਸੇ ਵੀ ਪਹੁੰਚ ਨੂੰ ਸਵੀਕਾਰ ਕਰਨਾ ਹੋਵੇਗਾ।"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ਸਲੌਟ ਬਾਕੀ:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ਐਪਲੀਕੇਸ਼ਨ ਪ੍ਰਤੀਕ"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"ਬਲੂਟੁੱਥ ਸੁਨੇਹਾ ਸਾਂਝਾਕਰਨ ਸੈਟਿੰਗਾਂ"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ਖਾਤਾ ਨਹੀਂ ਚੁਣ ਸਕਦਾ। 0 ਸਲੌਟ ਬਾਕੀ"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"ਬਲੂਟੁੱਥ ਆਡੀਓ ਕਨੈਕਟ ਕੀਤੀ ਗਈ"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ਬਲੂਟੁੱਥ ਆਡੀਓ ਡਿਸਕਨੈਕਟ ਕੀਤੀ ਗਈ"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"ਬਲੂਟੁੱਥ ਆਡੀਓ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB ਤੋਂ ਜ਼ਿਆਦਾ ਵੱਡੀਆਂ ਫ਼ਾਈਲਾਂ ਨੂੰ ਟ੍ਰਾਂਸਫ਼ਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"ਬਲੂਟੁੱਥ ਨਾਲ ਕਨੈਕਟ ਕਰੋ"</string> </resources> diff --git a/android/app/res/values-pa/strings_pbap.xml b/android/app/res/values-pa/strings_pbap.xml index 1d86e8f96f..3b4280a631 100644 --- a/android/app/res/values-pa/strings_pbap.xml +++ b/android/app/res/values-pa/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s ਲਈ ਸੈਸ਼ਨ ਕੁੰਜੀ ਟਾਈਪ ਕਰੋ"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ਬਲੂਟੁੱਥ ਸੈਸ਼ਨ ਕੁੰਜੀ ਲੋੜੀਂਦੀ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s ਨਾਲ ਕਨੈਕਸ਼ਨ ਸਵੀਕਾਰ ਕਰਨ ਲਈ ਟਾਈਮ ਆਊਟ ਹੋਇਆ ਸੀ।"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s ਨਾਲ ਸੈਸ਼ਨ ਕੁੰਜੀ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਟਾਈਮ ਆਊਟ ਹੋਇਆ ਸੀ।"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex ਪ੍ਰਮਾਣੀਕਰਨ ਬੇਨਤੀ"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"ਸੈਸ਼ਨ ਕੁੰਜੀ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s ਲਈ ਸੈਸ਼ਨ ਕੁੰਜੀ ਟਾਈਪ ਕਰੋ"</string> - <string name="defaultname" msgid="4821590500649090078">"ਕਾਰਕਿਟ"</string> - <string name="unknownName" msgid="2841414754740600042">"ਅਗਿਆਤ ਨਾਮ"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ਮੇਰਾ ਨਾਮ"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"ਬਲੂਟੁੱਥ ਸੰਪਰਕ ਸਾਂਝਾਕਰਨ"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s ਲਈ ਸੈਸ਼ਨ ਕੁੰਜੀ ਟਾਈਪ ਕਰੋ"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ਬਲੂਟੁੱਥ ਸੈਸ਼ਨ ਕੁੰਜੀ ਲੋੜੀਂਦੀ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s ਨਾਲ ਕਨੈਕਸ਼ਨ ਸਵੀਕਾਰ ਕਰਨ ਲਈ ਟਾਈਮ ਆਊਟ ਹੋਇਆ ਸੀ।"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s ਨਾਲ ਸੈਸ਼ਨ ਕੁੰਜੀ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਟਾਈਮ ਆਊਟ ਹੋਇਆ ਸੀ।"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex ਪ੍ਰਮਾਣੀਕਰਨ ਬੇਨਤੀ"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"ਸੈਸ਼ਨ ਕੁੰਜੀ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s ਲਈ ਸੈਸ਼ਨ ਕੁੰਜੀ ਟਾਈਪ ਕਰੋ"</string> + <string name="defaultname" msgid="6200530814398805541">"ਕਾਰਕਿਟ"</string> + <string name="unknownName" msgid="6755061296103155293">"ਅਗਿਆਤ ਨਾਮ"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ਮੇਰਾ ਨਾਮ"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"ਬਲੂਟੁੱਥ ਸੰਪਰਕ ਸਾਂਝਾਕਰਨ"</string> </resources> diff --git a/android/app/res/values-pa/strings_pbap_client.xml b/android/app/res/values-pa/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-pa/strings_pbap_client.xml +++ b/android/app/res/values-pa/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-pa/strings_sap.xml b/android/app/res/values-pa/strings_sap.xml index b2440a8665..bc5ab521c3 100644 --- a/android/app/res/values-pa/strings_sap.xml +++ b/android/app/res/values-pa/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"ਬਲੂਟੁੱਥ ਸਿਮ ਪਹੁੰਚ"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"ਬਲੂਟੁੱਥ ਸਿਮ ਪਹੁੰਚ"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ਕੀ ਡਿਸਕਨੈਕਟ ਕਰਨ ਲਈ ਕਲਾਇੰਟ ਨੂੰ ਬੇਨਤੀ ਕਰਨੀ ਹੈ?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"ਡਿਸਕਨੈਕਟ ਕਰਨ ਲਈ ਕਲਾਇੰਟ ਦੀ ਉਡੀਕ ਹੋਰ ਰਹੀ ਹੈ"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ਡਿਸਕਨੈਕਟ ਕਰੋ"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"ਜ਼ੋਰ ਨਾਲ ਡਿਸਕਨੈਕਟ ਕਰੋ"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"ਬਲੂਟੁੱਥ ਸਿਮ ਪਹੁੰਚ"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"ਬਲੂਟੁੱਥ ਸਿਮ ਪਹੁੰਚ"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ਕੀ ਡਿਸਕਨੈਕਟ ਕਰਨ ਲਈ ਕਲਾਇੰਟ ਨੂੰ ਬੇਨਤੀ ਕਰਨੀ ਹੈ?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"ਡਿਸਕਨੈਕਟ ਕਰਨ ਲਈ ਕਲਾਇੰਟ ਦੀ ਉਡੀਕ ਹੋਰ ਰਹੀ ਹੈ"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ਡਿਸਕਨੈਕਟ ਕਰੋ"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"ਜ਼ੋਰ ਨਾਲ ਡਿਸਕਨੈਕਟ ਕਰੋ"</string> </resources> diff --git a/android/app/res/values-pa/test_strings.xml b/android/app/res/values-pa/test_strings.xml index aeba9f4259..26da27eeac 100644 --- a/android/app/res/values-pa/test_strings.xml +++ b/android/app/res/values-pa/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"ਬਲੂਟੁੱਥ"</string> - <string name="insert_record" msgid="1450997173838378132">"ਰਿਕਾਰਡ ਦਾਖਲ ਕਰੋ"</string> - <string name="update_record" msgid="2480425402384910635">"ਰਿਕਾਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack ਰਿਕਾਰਡ"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ਸਾਰੇ ਰਿਕਾਰਡ ਮਿਟਾਓ"</string> - <string name="ok_button" msgid="6519033415223065454">"ਠੀਕ"</string> - <string name="delete_record" msgid="4645040331967533724">"ਰਿਕਾਰਡ ਮਿਟਾਓ"</string> - <string name="start_server" msgid="9034821924409165795">"TCP ਸਰਵਰ ਚਾਲੂ ਕਰੋ"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP ਸਰਵਰ ਨੂੰ ਸੂਚਿਤ ਕਰੋ"</string> + <string name="app_name" msgid="7766152617107310582">"ਬਲੂਟੁੱਥ"</string> + <string name="insert_record" msgid="4024416351836939752">"ਰਿਕਾਰਡ ਦਾਖਲ ਕਰੋ"</string> + <string name="update_record" msgid="7201772850942641237">"ਰਿਕਾਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack ਰਿਕਾਰਡ"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ਸਾਰੇ ਰਿਕਾਰਡ ਮਿਟਾਓ"</string> + <string name="ok_button" msgid="719865942400179601">"ਠੀਕ"</string> + <string name="delete_record" msgid="5713885957446255270">"ਰਿਕਾਰਡ ਮਿਟਾਓ"</string> + <string name="start_server" msgid="134483798422082514">"TCP ਸਰਵਰ ਚਾਲੂ ਕਰੋ"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP ਸਰਵਰ ਨੂੰ ਸੂਚਿਤ ਕਰੋ"</string> </resources> diff --git a/android/app/res/values-pl/strings.xml b/android/app/res/values-pl/strings.xml index df285a1633..071dde0886 100644 --- a/android/app/res/values-pl/strings.xml +++ b/android/app/res/values-pl/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Dostęp do menedżera pobierania."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Zezwala aplikacji na dostęp do menedżera BluetoothShare i używanie go do przesyłania plików."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Dodanie urządzenia Bluetooth do zaufanych."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Pozwala aplikacji na tymczasowe dodanie urządzenia Bluetooth do listy zaufanych. Dzięki temu wymiana danych z tym urządzeniem nie wymaga potwierdzenia przez użytkownika."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Nieznane urządzenie"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Nieznany"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Tryb samolotowy"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Funkcji Bluetooth nie można używać w trybie samolotowym."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Aby korzystać z usług Bluetooth, trzeba najpierw włączyć moduł Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Czy włączyć teraz moduł Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Anuluj"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Włącz"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Przesyłanie pliku"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Zaakceptować przesyłany plik?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Odrzuć"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Akceptuj"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Upłynął czas oczekiwania przy akceptowaniu przychodzącego pliku z urządzenia „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Plik przychodzący"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> może wysłać plik <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Udostępnianie Bluetooth: odbieranie <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Udostępnianie Bluetooth: odebrano plik <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Udostępnianie Bluetooth: nie odebrano pliku <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"Udostępnianie Bluetooth: wysyłanie <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Udostępnianie Bluetooth: wysłano plik <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Ukończono w 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Udostępnianie Bluetooth: nie wysłano pliku <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"Przesyłanie pliku"</string> - <string name="download_line1" msgid="4926604799202134144">"Od: „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="download_line2" msgid="5876973543019417712">"Plik: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Rozmiar pliku: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Odbieranie pliku…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Zatrzymaj"</string> - <string name="download_ok" msgid="5000360731674466039">"Ukryj"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Od"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nazwa pliku"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Rozmiar"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Plik nie został odebrany"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Plik: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Przyczyna: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Odebrano plik"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Otwórz"</string> - <string name="upload_line1" msgid="2055952074059709052">"Do: „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="upload_line3" msgid="4920689672457037437">"Typ pliku: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Wysyłanie pliku…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Plik został wysłany"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Plik nie został wysłany do urządzenia „<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Plik: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zamknij"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Nieznany plik"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Brak aplikacji do obsługi tego typu pliku \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Brak pliku"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Plik nie istnieje. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Czekaj…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Włączanie Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Plik zostanie odebrany. Sprawdzaj postęp w panelu powiadomień."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Nie można odebrać pliku."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Zatrzymano odbiór pliku z urządzenia „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Wysyłanie pliku do urządzenia „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Wysyłanie <xliff:g id="NUMBER">%1$s</xliff:g> plików do urządzenia „<xliff:g id="RECIPIENT">%2$s</xliff:g>”"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Zatrzymano wysyłanie pliku do urządzenia „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Za mało miejsca na nośniku USB, by zapisać plik."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Za mało miejsca na karcie SD, by zapisać plik."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Wymagane miejsce: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Przetwarzanych jest zbyt wiele żądań. Spróbuj ponownie później."</string> - <string name="status_pending" msgid="2503691772030877944">"Przesyłanie pliku jeszcze się nie rozpoczęło."</string> - <string name="status_running" msgid="6562808920311008696">"Trwa przesyłanie pliku."</string> - <string name="status_success" msgid="239573225847565868">"Przesyłanie pliku zostało ukończone."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Treść nie jest obsługiwana."</string> - <string name="status_forbidden" msgid="613956401054050725">"Przesyłanie zabronione przez urządzenie docelowe."</string> - <string name="status_canceled" msgid="6664490318773098285">"Przesyłanie anulowane przez użytkownika."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problem z pamięcią masową"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Brak nośnika USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Brak karty SD. Włóż kartę SD, by zapisać przesłane pliki."</string> - <string name="status_connection_error" msgid="947681831523219891">"Nie można połączyć."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Nie można poprawnie obsłużyć żądania."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Nieznany błąd."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Odebrane przez Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Udostępnianie Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Odbieranie <xliff:g id="FILE_SIZE">%1$s</xliff:g> zakończono."</string> - <string name="upload_success" msgid="4014469387779648949">"Wysyłanie <xliff:g id="FILE_SIZE">%1$s</xliff:g> zakończono."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transfery przychodzące"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transfery wychodzące"</string> - <string name="no_transfers" msgid="3482965619151865672">"Historia transferów jest pusta."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Wszystkie elementy zostaną usunięte z listy."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Udostępnianie Bluetooth: wysłane pliki"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Udostępnianie Bluetooth: odebrane pliki"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Dostęp do menedżera pobierania."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Zezwala aplikacji na dostęp do menedżera BluetoothShare i używanie go do przesyłania plików."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Dodanie urządzenia Bluetooth do zaufanych."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Pozwala aplikacji na tymczasowe dodanie urządzenia Bluetooth do listy zaufanych. Dzięki temu wymiana danych z tym urządzeniem nie wymaga potwierdzenia przez użytkownika."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Nieznane urządzenie"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Nieznany"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Tryb samolotowy"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Funkcji Bluetooth nie można używać w trybie samolotowym."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Aby korzystać z usług Bluetooth, trzeba najpierw włączyć moduł Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Czy włączyć teraz moduł Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Anuluj"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Włącz"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Przesyłanie pliku"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Zaakceptować przesyłany plik?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Odrzuć"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Akceptuj"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Upłynął czas oczekiwania przy akceptowaniu przychodzącego pliku z urządzenia „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Plik przychodzący"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> może już wysłać plik: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Udostępnianie Bluetooth: odbieranie <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Udostępnianie Bluetooth: odebrano plik <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Udostępnianie Bluetooth: nie odebrano pliku <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"Udostępnianie Bluetooth: wysyłanie <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Udostępnianie Bluetooth: wysłano plik <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Ukończono w 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Udostępnianie Bluetooth: nie wysłano pliku <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"Przesyłanie pliku"</string> + <string name="download_line1" msgid="6449220145685308846">"Od: „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="download_line2" msgid="7634316500490825390">"Plik: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Rozmiar pliku: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Odbieranie pliku…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Zatrzymaj"</string> + <string name="download_ok" msgid="2404442707314575833">"Ukryj"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Od"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nazwa pliku"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Rozmiar"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Plik nie został odebrany"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Plik: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Przyczyna: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Odebrano plik"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Otwórz"</string> + <string name="upload_line1" msgid="1912803923255989287">"Do: „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="upload_line3" msgid="5964902647036741603">"Typ pliku: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Wysyłanie pliku…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Plik został wysłany"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Plik nie został wysłany do urządzenia „<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Plik: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zamknij"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Nieznany plik"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Brak aplikacji do obsługi tego typu pliku \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Brak pliku"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Plik nie istnieje. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Czekaj…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Włączanie Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Plik zostanie odebrany. Sprawdzaj postęp w panelu powiadomień."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Nie można odebrać pliku."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Zatrzymano odbiór pliku z urządzenia „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Wysyłanie pliku do urządzenia „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Wysyłanie <xliff:g id="NUMBER">%1$s</xliff:g> plików do urządzenia „<xliff:g id="RECIPIENT">%2$s</xliff:g>”"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Zatrzymano wysyłanie pliku do urządzenia „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Za mało miejsca na nośniku USB, by zapisać plik."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Za mało miejsca na karcie SD, by zapisać plik."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Wymagane miejsce: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Przetwarzanych jest zbyt wiele żądań. Spróbuj ponownie później."</string> + <string name="status_pending" msgid="4781040740237733479">"Przesyłanie pliku jeszcze się nie rozpoczęło."</string> + <string name="status_running" msgid="7419075903776657351">"Trwa przesyłanie pliku."</string> + <string name="status_success" msgid="7963589000098719541">"Przesyłanie pliku zostało ukończone."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Treść nie jest obsługiwana."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Przesyłanie zabronione przez urządzenie docelowe."</string> + <string name="status_canceled" msgid="8441679418717978515">"Przesyłanie anulowane przez użytkownika."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problem z pamięcią masową"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Brak nośnika USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Brak karty SD. Włóż kartę SD, by zapisać przesłane pliki."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Nie można połączyć."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Nie można poprawnie obsłużyć żądania."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Nieznany błąd."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Odebrane przez Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Udostępnianie Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Odbieranie <xliff:g id="FILE_SIZE">%1$s</xliff:g> zakończono."</string> + <string name="upload_success" msgid="143787470859042049">"Wysyłanie <xliff:g id="FILE_SIZE">%1$s</xliff:g> zakończono."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transfery przychodzące"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transfery wychodzące"</string> + <string name="no_transfers" msgid="740521199933899821">"Historia transferów jest pusta."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Wszystkie elementy zostaną usunięte z listy."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Udostępnianie Bluetooth: wysłane pliki"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Udostępnianie Bluetooth: odebrane pliki"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nieudane.</item> <item quantity="many"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nieudanych.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> nieudanego.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> nieudany.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> udane, %2$s</item> <item quantity="many"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> udanych, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> udanego, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> udany, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Wyczyść listę"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Otwórz"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Usuń z listy"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Wyczyść"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Co jest grane"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Zapisz"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Anuluj"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Wybierz konta, które chcesz udostępnić przez Bluetooth. Wymagana jest zgoda na dostęp do kont."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Wolne miejsca:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikacji"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Ustawienia udostępniania wiadomości przez Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Nie można wybrać konta. Pozostało 0 miejsc."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Dźwięk Bluetooth podłączony"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Dźwięk Bluetooth odłączony"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Dźwięk Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Nie można przenieść plików przekraczających 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Nawiązywanie połączeń przez Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Wyczyść listę"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Otwórz"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Usuń z listy"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Wyczyść"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Co jest grane"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Zapisz"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Anuluj"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Wybierz konta, które chcesz udostępnić przez Bluetooth. Wymagana jest zgoda na dostęp do kont."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Wolne miejsca:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikacji"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Ustawienia udostępniania wiadomości przez Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Nie można wybrać konta. Pozostało 0 miejsc."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Dźwięk Bluetooth podłączony"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Dźwięk Bluetooth odłączony"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Dźwięk Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Nie można przenieść plików przekraczających 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Nawiązywanie połączeń przez Bluetooth"</string> </resources> diff --git a/android/app/res/values-pl/strings_pbap.xml b/android/app/res/values-pl/strings_pbap.xml index 9e4bbf25c9..f6bdde786a 100644 --- a/android/app/res/values-pl/strings_pbap.xml +++ b/android/app/res/values-pl/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Wpisz klucz sesji dla %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Wymagany klucz sesji Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Nastąpiło przekroczenie limitu czasu na akceptację połączenia z %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Nastąpiło przekroczenie limitu czasu na wprowadzenie klucza sesji z %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Żądanie uwierzytelniania Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Klucz sesji"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Wpisz klucz sesji dla %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Zestaw samochodowy"</string> - <string name="unknownName" msgid="2841414754740600042">"Nieznana nazwa"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Moja nazwa"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Udostępnianie kontaktu przez Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Wpisz klucz sesji dla %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Wymagany klucz sesji Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Nastąpiło przekroczenie limitu czasu na akceptację połączenia z %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Nastąpiło przekroczenie limitu czasu na wprowadzenie klucza sesji z %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Żądanie uwierzytelniania Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Klucz sesji"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Wpisz klucz sesji dla %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Zestaw samochodowy"</string> + <string name="unknownName" msgid="6755061296103155293">"Nieznana nazwa"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Moja nazwa"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Udostępnianie kontaktu przez Bluetooth"</string> </resources> diff --git a/android/app/res/values-pl/strings_pbap_client.xml b/android/app/res/values-pl/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-pl/strings_pbap_client.xml +++ b/android/app/res/values-pl/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-pl/strings_sap.xml b/android/app/res/values-pl/strings_sap.xml index 009e0a331e..b3cf1f4b1c 100644 --- a/android/app/res/values-pl/strings_sap.xml +++ b/android/app/res/values-pl/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Dostęp do karty SIM przez Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Dostęp do karty SIM przez Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Zażądać odłączenia od klienta?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Oczekiwanie na odłączenie klienta"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Odłącz"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Wymuś odłączenie"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Dostęp do karty SIM przez Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Dostęp do karty SIM przez Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Zażądać odłączenia od klienta?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Oczekiwanie na odłączenie klienta"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Odłącz"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Wymuś odłączenie"</string> </resources> diff --git a/android/app/res/values-pl/test_strings.xml b/android/app/res/values-pl/test_strings.xml index a1bce04653..611c277cc3 100644 --- a/android/app/res/values-pl/test_strings.xml +++ b/android/app/res/values-pl/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Wstaw rekord"</string> - <string name="update_record" msgid="2480425402384910635">"Potwierdź rekord"</string> - <string name="ack_record" msgid="6716152390978472184">"Rekord Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Usuń wszystkie rekordy"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Usuń rekord"</string> - <string name="start_server" msgid="9034821924409165795">"Uruchom serwer TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Powiadom serwer TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Wstaw rekord"</string> + <string name="update_record" msgid="7201772850942641237">"Potwierdź rekord"</string> + <string name="ack_record" msgid="2404738476192250210">"Rekord Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Usuń wszystkie rekordy"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Usuń rekord"</string> + <string name="start_server" msgid="134483798422082514">"Uruchom serwer TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Powiadom serwer TCP"</string> </resources> diff --git a/android/app/res/values-pt-rPT/strings.xml b/android/app/res/values-pt-rPT/strings.xml index 15d50b4bf4..18edf24f73 100644 --- a/android/app/res/values-pt-rPT/strings.xml +++ b/android/app/res/values-pt-rPT/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Aceder ao gestor de transferências."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permite à app aceder ao gestor BluetoothShare e utilizá-lo para transferir ficheiros."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Colocar na lista de autorizações o acesso do dispositivo Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permite que a app coloque temporariamente um dispositivo Bluetooth na lista de autorizações, permitindo que esse dispositivo envie ficheiros para este dispositivo sem a confirmação do utilizador."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositivo desconhecido"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Desconhecido"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modo de avião"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Não pode utilizar o Bluetooth em modo de Avião."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Para utilizar os serviços Bluetooth, tem de ativar primeiro o Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Ativar o Bluetooth agora?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancelar"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Ativar"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferência do ficheiro"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Pretende aceitar o ficheiro a receber?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Recusar"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Aceitar"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Foi excedido o tempo limite durante a aceitação de um ficheiro de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Ficheiro a receber"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> está pronto para enviar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Partilha Bluetooth: a receber <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Partilha Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recebido"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Partilha Bluetooth: Ficheiro <xliff:g id="FILE">%1$s</xliff:g> não recebido"</string> - <string name="notification_sending" msgid="3035748958534983833">"Partilha Bluetooth: a enviar <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Partilha Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% concluído"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Partilha Bluetooth: ficheiro <xliff:g id="FILE">%1$s</xliff:g> não enviado"</string> - <string name="download_title" msgid="3353228219772092586">"Transferência do ficheiro"</string> - <string name="download_line1" msgid="4926604799202134144">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Tamanho do ficheiro: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"A receber ficheiro..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Parar"</string> - <string name="download_ok" msgid="5000360731674466039">"Ocultar"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nome do ficheiro"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Tamanho"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Ficheiro não recebido"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Ficheiro recebido"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Abrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipo de ficheiro: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"A enviar ficheiro..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Ficheiro enviado"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"O ficheiro não foi enviado para “<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Fechar"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Ficheiro desconhecido"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Não existe nenhuma app para executar este tipo de ficheiro. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nenhum ficheiro"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"O ficheiro não existe. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Aguarde..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"A ligar Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"O ficheiro será recebido. Consulte o progresso no painel Notificações."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Não é possível receber o ficheiro."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"A recepção do ficheiro de \"<xliff:g id="SENDER">%1$s</xliff:g>\" foi interrompida"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"A enviar ficheiro para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"A enviar <xliff:g id="NUMBER">%1$s</xliff:g> ficheiros para \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"O envio do ficheiro para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" foi interrompido"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Não existe espaço suficiente na memória USB para guardar o ficheiro."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Não existe espaço suficiente no cartão SD para guardar o ficheiro."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espaço necessário: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Existem demasiados pedidos em processamento. Tente novamente mais tarde."</string> - <string name="status_pending" msgid="2503691772030877944">"Ainda não foi iniciada a transferência do ficheiro."</string> - <string name="status_running" msgid="6562808920311008696">"Transferência do ficheiro em curso."</string> - <string name="status_success" msgid="239573225847565868">"Transferência de ficheiros concluída com êxito."</string> - <string name="status_not_accept" msgid="1695082417193780738">"O conteúdo não é suportado."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transferência proibida pelo aparelho de destino."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transferência cancelada pelo utilizador."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problema de armazenamento."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Sem memória USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Sem cartão SD. Insira um cartão SD para guardar os ficheiros transferidos."</string> - <string name="status_connection_error" msgid="947681831523219891">"A ligação falhou."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Não é possível processar o pedido corretamente."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Erro desconhecido."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth recebido"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Partilha por Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Recepção completa de <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Envio de <xliff:g id="FILE_SIZE">%1$s</xliff:g> concluído"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferências de entrada"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferências de saída"</string> - <string name="no_transfers" msgid="3482965619151865672">"O histórico de transferências está vazio."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Todos os itens serão removidos da lista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Partilha por Bluetooth: ficheiros enviados"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Partilha por Bluetooth: ficheiros recebidos"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> - <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> sem êxito.</item> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Aceder ao gestor de transferências."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permite à app aceder ao gestor BluetoothShare e utilizá-lo para transferir ficheiros."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Colocar na lista de autorizações o acesso do dispositivo Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permite que a app coloque temporariamente um dispositivo Bluetooth na lista de autorizações, permitindo que esse dispositivo envie ficheiros para este dispositivo sem a confirmação do utilizador."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositivo desconhecido"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Desconhecido"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modo de avião"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Não pode utilizar o Bluetooth em modo de Avião."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Para utilizar os serviços Bluetooth, tem de ativar primeiro o Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Ativar o Bluetooth agora?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancelar"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Ativar"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferência do ficheiro"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Pretende aceitar o ficheiro a receber?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Recusar"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Aceitar"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Foi excedido o tempo limite durante a aceitação de um ficheiro de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Ficheiro a receber"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> tem tudo pronto para enviar um ficheiro: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Partilha Bluetooth: a receber <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Partilha Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recebido"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Partilha Bluetooth: Ficheiro <xliff:g id="FILE">%1$s</xliff:g> não recebido"</string> + <string name="notification_sending" msgid="8269912843286868700">"Partilha Bluetooth: a enviar <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Partilha Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% concluído"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Partilha Bluetooth: ficheiro <xliff:g id="FILE">%1$s</xliff:g> não enviado"</string> + <string name="download_title" msgid="6449408649671518102">"Transferência do ficheiro"</string> + <string name="download_line1" msgid="6449220145685308846">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Tamanho do ficheiro: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"A receber ficheiro..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Parar"</string> + <string name="download_ok" msgid="2404442707314575833">"Ocultar"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nome do ficheiro"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Tamanho"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Ficheiro não recebido"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Ficheiro recebido"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Abrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipo de ficheiro: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"A enviar ficheiro..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Ficheiro enviado"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"O ficheiro não foi enviado para “<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Ficheiro: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Fechar"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Ficheiro desconhecido"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Não existe nenhuma app para executar este tipo de ficheiro. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nenhum ficheiro"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"O ficheiro não existe. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Aguarde..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"A ligar Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"O ficheiro será recebido. Consulte o progresso no painel Notificações."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Não é possível receber o ficheiro."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"A recepção do ficheiro de \"<xliff:g id="SENDER">%1$s</xliff:g>\" foi interrompida"</string> + <string name="bt_toast_4" msgid="480365991944956695">"A enviar ficheiro para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"A enviar <xliff:g id="NUMBER">%1$s</xliff:g> ficheiros para \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"O envio do ficheiro para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" foi interrompido"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Não existe espaço suficiente na memória USB para guardar o ficheiro."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Não existe espaço suficiente no cartão SD para guardar o ficheiro."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espaço necessário: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Existem demasiados pedidos em processamento. Tente novamente mais tarde."</string> + <string name="status_pending" msgid="4781040740237733479">"Ainda não foi iniciada a transferência do ficheiro."</string> + <string name="status_running" msgid="7419075903776657351">"Transferência do ficheiro em curso."</string> + <string name="status_success" msgid="7963589000098719541">"Transferência de ficheiros concluída com êxito."</string> + <string name="status_not_accept" msgid="1165798802740579658">"O conteúdo não é suportado."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transferência proibida pelo aparelho de destino."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transferência cancelada pelo utilizador."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problema de armazenamento."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Sem memória USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Sem cartão SD. Insira um cartão SD para guardar os ficheiros transferidos."</string> + <string name="status_connection_error" msgid="8253709700568062220">"A ligação falhou."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Não é possível processar o pedido corretamente."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Erro desconhecido."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth recebido"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Partilha por Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Recepção completa de <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Envio de <xliff:g id="FILE_SIZE">%1$s</xliff:g> concluído"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferências de entrada"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferências de saída"</string> + <string name="no_transfers" msgid="740521199933899821">"O histórico de transferências está vazio."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Todos os itens serão removidos da lista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Partilha por Bluetooth: ficheiros enviados"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Partilha por Bluetooth: ficheiros recebidos"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> sem êxito.</item> + <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> sem êxito.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> - <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> com êxito, %2$s</item> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> com êxito, %2$s</item> + <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> com êxito, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Limpar lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Abrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Limpar da lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Limpar"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"A tocar"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Guardar"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancelar"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecione as contas que pretende partilhar através de Bluetooth. Ao ligar, ainda tem de aceitar eventuais acessos às contas."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Ranhuras restantes:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ícone de app"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Definições de partilha de mensagens por Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Não é possível selecionar a conta. Não há ranhuras restantes"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Áudio Bluetooth ligado"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Áudio Bluetooth desligado"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Áudio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Não é possível transferir os ficheiros com mais de 4 GB."</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Ligar ao Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Limpar lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Abrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Limpar da lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Limpar"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"A tocar"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Guardar"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancelar"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecione as contas que pretende partilhar através de Bluetooth. Ao ligar, ainda tem de aceitar eventuais acessos às contas."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Ranhuras restantes:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ícone de app"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Definições de partilha de mensagens por Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Não é possível selecionar a conta. Não há ranhuras restantes"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Áudio Bluetooth ligado"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Áudio Bluetooth desligado"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Áudio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Não é possível transferir os ficheiros com mais de 4 GB."</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Ligar ao Bluetooth"</string> </resources> diff --git a/android/app/res/values-pt-rPT/strings_pbap.xml b/android/app/res/values-pt-rPT/strings_pbap.xml index e0d59cdae1..f136c2193a 100644 --- a/android/app/res/values-pt-rPT/strings_pbap.xml +++ b/android/app/res/values-pt-rPT/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Escreva a chave de sessão para %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Necessária chave de sessão Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Foi excedido o tempo para aceitar a ligação com %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Foi excedido o tempo para introduzir a chave de sessão com %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Pedido de autenticação OBEX"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Chave de sessão"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Escreva a chave de sessão para %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Kit para carro"</string> - <string name="unknownName" msgid="2841414754740600042">"Nome desconhecido"</string> - <string name="localPhoneName" msgid="2349001318925409159">"O meu nome"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Partilha de contactos por Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Escreva a chave de sessão para %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Necessária chave de sessão Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Foi excedido o tempo para aceitar a ligação com %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Foi excedido o tempo para introduzir a chave de sessão com %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Pedido de autenticação OBEX"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Chave de sessão"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Escreva a chave de sessão para %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Kit para carro"</string> + <string name="unknownName" msgid="6755061296103155293">"Nome desconhecido"</string> + <string name="localPhoneName" msgid="9119254982537191352">"O meu nome"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Partilha de contactos por Bluetooth"</string> </resources> diff --git a/android/app/res/values-pt-rPT/strings_pbap_client.xml b/android/app/res/values-pt-rPT/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-pt-rPT/strings_pbap_client.xml +++ b/android/app/res/values-pt-rPT/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-pt-rPT/strings_sap.xml b/android/app/res/values-pt-rPT/strings_sap.xml index eef75017aa..bfc04b44bb 100644 --- a/android/app/res/values-pt-rPT/strings_sap.xml +++ b/android/app/res/values-pt-rPT/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Acesso Bluetooth ao SIM"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Acesso Bluetooth ao SIM"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Pretende pedir ao cliente para desligar?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"A aguardar que o cliente desligue"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Desligar"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forçar desligamento"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Acesso Bluetooth ao SIM"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Acesso Bluetooth ao SIM"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Pretende pedir ao cliente para desligar?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"A aguardar que o cliente desligue"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Desligar"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forçar desligamento"</string> </resources> diff --git a/android/app/res/values-pt-rPT/test_strings.xml b/android/app/res/values-pt-rPT/test_strings.xml index ede42013bd..37dbfad808 100644 --- a/android/app/res/values-pt-rPT/test_strings.xml +++ b/android/app/res/values-pt-rPT/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Inserir registo"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmar registo"</string> - <string name="ack_record" msgid="6716152390978472184">"Registo de confirmação"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Eliminar todo o registo"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Eliminar registo"</string> - <string name="start_server" msgid="9034821924409165795">"Iniciar servidor TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Notificar servidor TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Inserir registo"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmar registo"</string> + <string name="ack_record" msgid="2404738476192250210">"Registo de confirmação"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Eliminar todo o registo"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Eliminar registo"</string> + <string name="start_server" msgid="134483798422082514">"Iniciar servidor TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Notificar servidor TCP"</string> </resources> diff --git a/android/app/res/values-pt/strings.xml b/android/app/res/values-pt/strings.xml index 637013da07..68e63fb03d 100644 --- a/android/app/res/values-pt/strings.xml +++ b/android/app/res/values-pt/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Acessar o gerenciador de download."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permite que o app acesse e use o gerenciador BluetoothShare para transferir arquivos."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Adicionar o acesso do dispositivo Bluetooth à lista de permissões."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permite que o app adicione temporariamente um dispositivo Bluetooth a uma lista de permissões. Assim, o dispositivo poderá enviar arquivos para este aparelho sem precisar da confirmação do usuário."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispositivo desconhecido"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Desconhecido"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modo avião"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Não é possível usar o Bluetooth no modo avião."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Para usar os serviços de Bluetooth, é necessário ativar o Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Ativar Bluetooth agora?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancelar"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Ativar"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferência de arquivo"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Aceitar o arquivo recebido?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Recusar"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Aceitar"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Tempo limite excedido ao receber um arquivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Arquivo recebido"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> está pronto para enviar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Compart. Bluetooth: recebendo <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Compart. Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recebido"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Compart. Bluetooth: o arquivo <xliff:g id="FILE">%1$s</xliff:g> não foi recebido"</string> - <string name="notification_sending" msgid="3035748958534983833">"Compart. Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Compart. Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% concluído"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Compart. Bluetooth: o arquivo <xliff:g id="FILE">%1$s</xliff:g> não foi enviado"</string> - <string name="download_title" msgid="3353228219772092586">"Transferência de arquivo"</string> - <string name="download_line1" msgid="4926604799202134144">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Arquivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Tam. do arquivo: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Recebendo arquivo…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Parar"</string> - <string name="download_ok" msgid="5000360731674466039">"Ocultar"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Nome do arquivo"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Tamanho"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Arquivo não recebido"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Arquivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Arquivo recebido"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Abrir"</string> - <string name="upload_line1" msgid="2055952074059709052">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Tipo de arquivo: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Enviando arquivo…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Arquivo enviado"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"O arquivo não foi enviado para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Arquivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Fechar"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Arquivo desconhecido"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Não há um app para lidar com este tipo de arquivo. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nenhum arquivo"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"O arquivo não existe. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Aguarde..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Ativando Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"O arquivo será recebido. Verifique o andamento no painel de Notificações."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Não é possível receber o arquivo."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"O recebimento do arquivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\" foi interrompido"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Enviando arquivo para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> arquivos para \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Envio de arquivo para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrompido"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Não há espaço suficiente no armazenamento USB para salvar o arquivo."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Não há espaço suficiente no cartão SD para salvar o arquivo."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Espaço necessário: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Há muitas solicitações sendo processadas. Tente novamente mais tarde."</string> - <string name="status_pending" msgid="2503691772030877944">"A transferência de arquivo ainda não foi iniciada."</string> - <string name="status_running" msgid="6562808920311008696">"Transferência de arquivo em andamento."</string> - <string name="status_success" msgid="239573225847565868">"A transferência de arquivo foi concluída."</string> - <string name="status_not_accept" msgid="1695082417193780738">"O conteúdo não é suportado."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transferência proibida pelo aparelho de destino."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transferência cancelada pelo usuário."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problema de armazenamento."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nenhum armazenamento USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Não há cartão SD. Insira um cartão SD para salvar os arquivos transferidos."</string> - <string name="status_connection_error" msgid="947681831523219891">"Falha na conexão."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Não é possível tratar a solicitação corretamente."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Erro desconhecido."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Recebido por Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Compartilhamento Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Recebimento concluído."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Envio concluído."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferências de entrada"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferências de saída"</string> - <string name="no_transfers" msgid="3482965619151865672">"O histórico de transferências está vazio."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Todos os itens serão excluídos da lista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Compartilhamento Bluetooth: Arquivos enviados"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Compartilhamento Bluetooth: Arquivos recebidos"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Acessar o gerenciador de download."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permite que o app acesse e use o gerenciador BluetoothShare para transferir arquivos."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Adicionar o acesso do dispositivo Bluetooth à lista de permissões."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permite que o app adicione temporariamente um dispositivo Bluetooth a uma lista de permissões. Assim, o dispositivo poderá enviar arquivos para este aparelho sem precisar da confirmação do usuário."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispositivo desconhecido"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Desconhecido"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modo avião"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Não é possível usar o Bluetooth no modo avião."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Para usar os serviços de Bluetooth, é necessário ativar o Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Ativar Bluetooth agora?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Cancelar"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Ativar"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferência de arquivo"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Aceitar o arquivo recebido?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Recusar"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Aceitar"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Tempo limite excedido ao receber um arquivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Arquivo recebido"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> já pode enviar um arquivo: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Compart. Bluetooth: recebendo <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Compart. Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> recebido"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Compart. Bluetooth: o arquivo <xliff:g id="FILE">%1$s</xliff:g> não foi recebido"</string> + <string name="notification_sending" msgid="8269912843286868700">"Compart. Bluetooth: enviando <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Compart. Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> enviado"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% concluído"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Compart. Bluetooth: o arquivo <xliff:g id="FILE">%1$s</xliff:g> não foi enviado"</string> + <string name="download_title" msgid="6449408649671518102">"Transferência de arquivo"</string> + <string name="download_line1" msgid="6449220145685308846">"De: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Arquivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Tam. do arquivo: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Recebendo arquivo…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Parar"</string> + <string name="download_ok" msgid="2404442707314575833">"Ocultar"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Nome do arquivo"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Tamanho"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Arquivo não recebido"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Arquivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motivo: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Arquivo recebido"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Abrir"</string> + <string name="upload_line1" msgid="1912803923255989287">"Para: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Tipo de arquivo: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Enviando arquivo…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Arquivo enviado"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"O arquivo não foi enviado para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Arquivo: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Fechar"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Arquivo desconhecido"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Não há um app para lidar com este tipo de arquivo. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nenhum arquivo"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"O arquivo não existe. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Aguarde..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Ativando Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"O arquivo será recebido. Verifique o andamento no painel de Notificações."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Não é possível receber o arquivo."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"O recebimento do arquivo de \"<xliff:g id="SENDER">%1$s</xliff:g>\" foi interrompido"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Enviando arquivo para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Enviando <xliff:g id="NUMBER">%1$s</xliff:g> arquivos para \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Envio de arquivo para \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" interrompido"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Não há espaço suficiente no armazenamento USB para salvar o arquivo."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Não há espaço suficiente no cartão SD para salvar o arquivo."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Espaço necessário: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Há muitas solicitações sendo processadas. Tente novamente mais tarde."</string> + <string name="status_pending" msgid="4781040740237733479">"A transferência de arquivo ainda não foi iniciada."</string> + <string name="status_running" msgid="7419075903776657351">"Transferência de arquivo em andamento."</string> + <string name="status_success" msgid="7963589000098719541">"A transferência de arquivo foi concluída."</string> + <string name="status_not_accept" msgid="1165798802740579658">"O conteúdo não é suportado."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transferência proibida pelo aparelho de destino."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transferência cancelada pelo usuário."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problema de armazenamento."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nenhum armazenamento USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Não há cartão SD. Insira um cartão SD para salvar os arquivos transferidos."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Falha na conexão."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Não é possível tratar a solicitação corretamente."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Erro desconhecido."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Recebido por Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Compartilhamento Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Recebimento concluído."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Envio concluído."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferências de entrada"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferências de saída"</string> + <string name="no_transfers" msgid="740521199933899821">"O histórico de transferências está vazio."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Todos os itens serão excluídos da lista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Compartilhamento Bluetooth: Arquivos enviados"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Compartilhamento Bluetooth: Arquivos recebidos"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> com falha.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> com falha.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> com sucesso, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> com sucesso, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Limpar lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Abrir"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Limpar da lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Limpar"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Tocando agora"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Salvar"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Cancelar"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selecione as contas que você quer compartilhar via Bluetooth. Você ainda precisa aceitar qualquer acesso às contas ao se conectar."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Espaços disponíveis:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ícone do app"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Configurações de compartilhamento de mensagens Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Não é possível selecionar conta. 0 espaços disponíveis"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Áudio Bluetooth conectado"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Áudio Bluetooth desconectado"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Áudio Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Não é possível transferir arquivos maiores que 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Conectar ao Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Limpar lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Abrir"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Limpar da lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Limpar"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Tocando agora"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Salvar"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Cancelar"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selecione as contas que você quer compartilhar via Bluetooth. Você ainda precisa aceitar qualquer acesso às contas ao se conectar."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Espaços disponíveis:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ícone do app"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Configurações de compartilhamento de mensagens Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Não é possível selecionar conta. 0 espaços disponíveis"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Áudio Bluetooth conectado"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Áudio Bluetooth desconectado"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Áudio Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Não é possível transferir arquivos maiores que 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Conectar ao Bluetooth"</string> </resources> diff --git a/android/app/res/values-pt/strings_pbap.xml b/android/app/res/values-pt/strings_pbap.xml index 46ed715286..00a411cf15 100644 --- a/android/app/res/values-pt/strings_pbap.xml +++ b/android/app/res/values-pt/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Digite a chave de sessão para %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"É necessário fornecer a chave de sessão Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Tempo limite esgotado para aceitar a conexão com %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Tempo limite esgotado para inserir a chave de sessão com %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Solicitação de autenticação Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Chave de sessão"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Digite a chave de sessão para %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Kit para carro"</string> - <string name="unknownName" msgid="2841414754740600042">"Nome desconhecido"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Meu nome"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Compartilhamento de contato via Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Digite a chave de sessão para %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"É necessário fornecer a chave de sessão Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Tempo limite esgotado para aceitar a conexão com %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Tempo limite esgotado para inserir a chave de sessão com %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Solicitação de autenticação Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Chave de sessão"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Digite a chave de sessão para %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Kit para carro"</string> + <string name="unknownName" msgid="6755061296103155293">"Nome desconhecido"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Meu nome"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Compartilhamento de contato via Bluetooth"</string> </resources> diff --git a/android/app/res/values-pt/strings_pbap_client.xml b/android/app/res/values-pt/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-pt/strings_pbap_client.xml +++ b/android/app/res/values-pt/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-pt/strings_sap.xml b/android/app/res/values-pt/strings_sap.xml index 78c8a4626b..da96149652 100644 --- a/android/app/res/values-pt/strings_sap.xml +++ b/android/app/res/values-pt/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Acesso SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Acesso SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Solicitar a desconexão do cliente?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Aguardando a desconexão do cliente"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Desconectar"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Forçar desconexão"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Acesso SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Acesso SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Solicitar a desconexão do cliente?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Aguardando a desconexão do cliente"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Desconectar"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Forçar desconexão"</string> </resources> diff --git a/android/app/res/values-pt/test_strings.xml b/android/app/res/values-pt/test_strings.xml index ca294c4be6..7cca62e933 100644 --- a/android/app/res/values-pt/test_strings.xml +++ b/android/app/res/values-pt/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Inserir registro"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmar registro"</string> - <string name="ack_record" msgid="6716152390978472184">"Confirmar registro"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Excluir todos os registros"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Excluir registro"</string> - <string name="start_server" msgid="9034821924409165795">"Iniciar servidor TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Notificar servidor TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Inserir registro"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmar registro"</string> + <string name="ack_record" msgid="2404738476192250210">"Confirmar registro"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Excluir todos os registros"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Excluir registro"</string> + <string name="start_server" msgid="134483798422082514">"Iniciar servidor TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Notificar servidor TCP"</string> </resources> diff --git a/android/app/res/values-ro/strings.xml b/android/app/res/values-ro/strings.xml index c392d7b711..437e73c8cb 100644 --- a/android/app/res/values-ro/strings.xml +++ b/android/app/res/values-ro/strings.xml @@ -16,124 +16,124 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Accesați managerul de descărcare."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Permite aplicațiilor să acceseze managerul Distribuire prin Bluetooth și să-l utilizeze la transferul fișierelor."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Acceptați accesul la dispozitivul Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Permite aplicației să accepte temporar un dispozitiv Bluetooth, permițându-i să trimită fișiere pe acest dispozitiv fără confirmare din partea utilizatorului."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Dispozitiv necunoscut"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Necunoscut"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Mod Avion"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Nu puteți utiliza Bluetooth în modul Avion."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Pentru a putea utiliza serviciile Bluetooth, trebuie mai întâi să le activați."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Activați acum Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Anulați"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Activați"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transfer de fișier"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Acceptați fișierul primit?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Refuzați"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Acceptați"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"A fost atins timpul limită pentru acceptarea unui fișier primit de la „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Fișier primit"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> este gata să trimită <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Distribuire prin Bluetooth: se primește <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Distribuire prin Bluetooth: s-a primit <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Distribuire prin Bluetooth: fișierul <xliff:g id="FILE">%1$s</xliff:g> nu s-a primit"</string> - <string name="notification_sending" msgid="3035748958534983833">"Distribuire prin Bluetooth: se trimite <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Distribuire prin Bluetooth: s-a trimis <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % finalizat"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Distribuire prin Bluetooth: fișierul <xliff:g id="FILE">%1$s</xliff:g> nu a fost trimis"</string> - <string name="download_title" msgid="3353228219772092586">"Transfer de fișier"</string> - <string name="download_line1" msgid="4926604799202134144">"De la: „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="download_line2" msgid="5876973543019417712">"Fișier: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Dimensiunea fișierului: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Se primește fișierul..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Opriți"</string> - <string name="download_ok" msgid="5000360731674466039">"Ascundeți"</string> - <string name="incoming_line1" msgid="2127419875681087545">"De la"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Numele fișierului"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Dimensiunea"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fișierul nu este primit"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fișier: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Motiv: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fișier primit"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Deschideți"</string> - <string name="upload_line1" msgid="2055952074059709052">"Către: „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="upload_line3" msgid="4920689672457037437">"Tip de fișier: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Se trimite fișierul..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fișier trimis"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fișierul nu a fost trimis la „<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fișier: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Închideți"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Fișier necunoscut"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nu există nicio aplicație care să gestioneze acest tip de fișier. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Niciun fișier"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Fișierul nu există. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Așteptați..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Se activează Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Se va primi fișierul. Verificați progresul în panoul de notificări."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Fișierul nu poate fi primit."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Primirea fișierului de la „<xliff:g id="SENDER">%1$s</xliff:g>” a fost anulată"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Se trimite fișierul către „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Se trimit <xliff:g id="NUMBER">%1$s</xliff:g> fișiere către „<xliff:g id="RECIPIENT">%2$s</xliff:g>”"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Trimiterea fișierului către „<xliff:g id="RECIPIENT">%1$s</xliff:g>” a fost anulată"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Nu există suficient spațiu de stocare USB pentru a salva fișierul."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Nu există spațiu suficient pe cardul SD pentru a salva fișierul."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Spațiu necesar: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Există prea multe solicitări în curs de procesare. Încercați din nou mai târziu."</string> - <string name="status_pending" msgid="2503691772030877944">"Transferul fișierului nu a început încă."</string> - <string name="status_running" msgid="6562808920311008696">"Transferul fișierului este în curs de desfășurare."</string> - <string name="status_success" msgid="239573225847565868">"Transferul fișierului s-a încheiat."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Conținutul nu este acceptat."</string> - <string name="status_forbidden" msgid="613956401054050725">"Transfer interzis de dispozitivul de destinație."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transfer anulat de către utilizator."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problemă de stocare."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nu există spațiu de stocare USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nu există card SD. Introduceți un card SD pentru a salva fișierele transferate."</string> - <string name="status_connection_error" msgid="947681831523219891">"Conectare eșuată."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Solicitarea nu poate fi gestionată corect."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Eroare necunoscută."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth recepționat"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Distribuire prin Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Primire finalizată: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Trimitere finalizată: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferuri de intrare"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferuri de ieșire"</string> - <string name="no_transfers" msgid="3482965619151865672">"Istoricul de transferuri este gol."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Toate elementele din listă vor fi eliminate."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Distribuire prin Bluetooth: fișiere trimise"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: fișiere primite"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Accesați managerul de descărcare."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Permite aplicațiilor să acceseze managerul Distribuire prin Bluetooth și să-l utilizeze la transferul fișierelor."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Acceptați accesul la dispozitivul Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Permite aplicației să accepte temporar un dispozitiv Bluetooth, permițându-i să trimită fișiere pe acest dispozitiv fără confirmare din partea utilizatorului."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Dispozitiv necunoscut"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Necunoscut"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Mod Avion"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Nu puteți utiliza Bluetooth în modul Avion."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Pentru a putea utiliza serviciile Bluetooth, trebuie mai întâi să le activați."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Activați acum Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Anulați"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Activați"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transfer de fișier"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Acceptați fișierul primit?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Refuzați"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Acceptați"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"A fost atins timpul limită pentru acceptarea unui fișier primit de la „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Fișier primit"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> este gata să trimită un fișier: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Distribuire prin Bluetooth: se primește <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Distribuire prin Bluetooth: s-a primit <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Distribuire prin Bluetooth: fișierul <xliff:g id="FILE">%1$s</xliff:g> nu s-a primit"</string> + <string name="notification_sending" msgid="8269912843286868700">"Distribuire prin Bluetooth: se trimite <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Distribuire prin Bluetooth: s-a trimis <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % finalizat"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Distribuire prin Bluetooth: fișierul <xliff:g id="FILE">%1$s</xliff:g> nu a fost trimis"</string> + <string name="download_title" msgid="6449408649671518102">"Transfer de fișier"</string> + <string name="download_line1" msgid="6449220145685308846">"De la: „<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="download_line2" msgid="7634316500490825390">"Fișier: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Dimensiunea fișierului: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Se primește fișierul..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Opriți"</string> + <string name="download_ok" msgid="2404442707314575833">"Ascundeți"</string> + <string name="incoming_line1" msgid="6342300988329482408">"De la"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Numele fișierului"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Dimensiunea"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fișierul nu este primit"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fișier: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Motiv: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fișier primit"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Deschideți"</string> + <string name="upload_line1" msgid="1912803923255989287">"Către: „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="upload_line3" msgid="5964902647036741603">"Tip de fișier: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Se trimite fișierul..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fișier trimis"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fișierul nu a fost trimis la „<xliff:g id="RECIPIENT">%1$s</xliff:g>”."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fișier: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Închideți"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Fișier necunoscut"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nu există nicio aplicație care să gestioneze acest tip de fișier. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Niciun fișier"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Fișierul nu există. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Așteptați..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Se activează Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Se va primi fișierul. Verificați progresul în panoul de notificări."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Fișierul nu poate fi primit."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Primirea fișierului de la „<xliff:g id="SENDER">%1$s</xliff:g>” a fost anulată"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Se trimite fișierul către „<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Se trimit <xliff:g id="NUMBER">%1$s</xliff:g> fișiere către „<xliff:g id="RECIPIENT">%2$s</xliff:g>”"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Trimiterea fișierului către „<xliff:g id="RECIPIENT">%1$s</xliff:g>” a fost anulată"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Nu există suficient spațiu de stocare USB pentru a salva fișierul."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Nu există spațiu suficient pe cardul SD pentru a salva fișierul."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Spațiu necesar: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Există prea multe solicitări în curs de procesare. Încercați din nou mai târziu."</string> + <string name="status_pending" msgid="4781040740237733479">"Transferul fișierului nu a început încă."</string> + <string name="status_running" msgid="7419075903776657351">"Transferul fișierului este în curs de desfășurare."</string> + <string name="status_success" msgid="7963589000098719541">"Transferul fișierului s-a încheiat."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Conținutul nu este acceptat."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transfer interzis de dispozitivul de destinație."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transfer anulat de către utilizator."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problemă de stocare."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nu există spațiu de stocare USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nu există card SD. Introduceți un card SD pentru a salva fișierele transferate."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Conectare eșuată."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Solicitarea nu poate fi gestionată corect."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Eroare necunoscută."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth recepționat"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Distribuire prin Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Primire finalizată: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Trimitere finalizată: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferuri de intrare"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferuri de ieșire"</string> + <string name="no_transfers" msgid="740521199933899821">"Istoricul de transferuri este gol."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Toate elementele din listă vor fi eliminate."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Distribuire prin Bluetooth: fișiere trimise"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: fișiere primite"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> fișiere netransferate.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> de fișiere netransferate.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> fișier netransferat.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> fișiere transferate, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> de fișiere transferate, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> fișier transferat, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Ștergeți lista"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Deschideți"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Ștergeți din listă"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Ștergeți"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Salvați"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Anulați"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Selectați conturile la care doriți să permiteți accesul prin Bluetooth. Va trebui să acceptați accesul la conturi la conectare."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Sloturi rămase:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Pictograma aplicației"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Setări de permitere a accesului la mesajele prin Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Nu se poate selecta contul. 0 sloturi rămase"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audio prin Bluetooth conectat"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audio prin Bluetooth deconectat"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audio prin Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Fișierele mai mari de 4 GB nu pot fi transferate"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Conectați-vă la Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Ștergeți lista"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Deschideți"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Ștergeți din listă"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Ștergeți"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Salvați"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Anulați"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Selectați conturile la care doriți să permiteți accesul prin Bluetooth. Va trebui să acceptați accesul la conturi la conectare."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Sloturi rămase:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Pictograma aplicației"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Setări de permitere a accesului la mesajele prin Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Nu se poate selecta contul. 0 sloturi rămase"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audio prin Bluetooth conectat"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audio prin Bluetooth deconectat"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audio prin Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Fișierele mai mari de 4 GB nu pot fi transferate"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Conectați-vă la Bluetooth"</string> </resources> diff --git a/android/app/res/values-ro/strings_pbap.xml b/android/app/res/values-ro/strings_pbap.xml index b0a629eae3..b89401c049 100644 --- a/android/app/res/values-ro/strings_pbap.xml +++ b/android/app/res/values-ro/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Introduceți cheia de sesiune pentru %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Cheie de sesiune Bluetooth solicitată"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"A expirat timpul pentru acceptarea conexiunii cu %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"A expirat timpul de introducere a cheii de sesiune cu %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Cerere de autentificare pentru protocolul OBEX"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Cheia sesiunii"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Introduceți cheia de sesiune pentru %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Set de mașină"</string> - <string name="unknownName" msgid="2841414754740600042">"Nume necunoscut"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Numele meu"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Distribuirea persoanei de contact prin Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Introduceți cheia de sesiune pentru %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Cheie de sesiune Bluetooth solicitată"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"A expirat timpul pentru acceptarea conexiunii cu %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"A expirat timpul de introducere a cheii de sesiune cu %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Cerere de autentificare pentru protocolul OBEX"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Cheia sesiunii"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Introduceți cheia de sesiune pentru %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Set de mașină"</string> + <string name="unknownName" msgid="6755061296103155293">"Nume necunoscut"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Numele meu"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Distribuirea persoanei de contact prin Bluetooth"</string> </resources> diff --git a/android/app/res/values-ro/strings_pbap_client.xml b/android/app/res/values-ro/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ro/strings_pbap_client.xml +++ b/android/app/res/values-ro/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ro/strings_sap.xml b/android/app/res/values-ro/strings_sap.xml index 1ce5f14bd0..2dbe4bf41d 100644 --- a/android/app/res/values-ro/strings_sap.xml +++ b/android/app/res/values-ro/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Accesul la SIM prin Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Accesul la SIM prin Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Solicitați clientului să se deconecteze?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Se așteaptă deconectarea clientului"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Deconectați-vă"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Deconectați forțat"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Accesul la SIM prin Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Accesul la SIM prin Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Solicitați clientului să se deconecteze?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Se așteaptă deconectarea clientului"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Deconectați-vă"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Deconectați forțat"</string> </resources> diff --git a/android/app/res/values-ro/test_strings.xml b/android/app/res/values-ro/test_strings.xml index 8283161527..84190c2ba9 100644 --- a/android/app/res/values-ro/test_strings.xml +++ b/android/app/res/values-ro/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Inserați o înregistrare"</string> - <string name="update_record" msgid="2480425402384910635">"Confirmați înregistrarea"</string> - <string name="ack_record" msgid="6716152390978472184">"Înregistrare Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Ștergeți toate înregistrările"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Ștergeți înregistrarea"</string> - <string name="start_server" msgid="9034821924409165795">"Porniți serverul TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Notificați serverul TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Inserați o înregistrare"</string> + <string name="update_record" msgid="7201772850942641237">"Confirmați înregistrarea"</string> + <string name="ack_record" msgid="2404738476192250210">"Înregistrare Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Ștergeți toate înregistrările"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Ștergeți înregistrarea"</string> + <string name="start_server" msgid="134483798422082514">"Porniți serverul TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Notificați serverul TCP"</string> </resources> diff --git a/android/app/res/values-ru/strings.xml b/android/app/res/values-ru/strings.xml index ac2ec614aa..50aa6c830e 100644 --- a/android/app/res/values-ru/strings.xml +++ b/android/app/res/values-ru/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Доступ к диспетчеру загрузки."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Приложение получит доступ к диспетчеру обмена файлами по Bluetooth и сможет использовать его для передачи файлов."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Доступ для устройств Bluetooth из списка разрешенных"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Приложение сможет временно внести устройство Bluetooth в список разрешенных и позволит ему отправлять файлы на ваше устройство, не требуя от вас подтверждения"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Неизвестное устройство"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Неизвестно"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Режим полета"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"В режиме полета нельзя использовать Bluetooth."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Чтобы использовать службы Bluetooth, включите адаптер Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Включить Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Отмена"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Включить"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Передача файла"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Принять файл?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Отклонить"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Принять"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ОК"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"В процессе приема файла от \"<xliff:g id="SENDER">%1$s</xliff:g>\" произошел тайм-аут"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Входящий файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Устройство \"<xliff:g id="SENDER">%1$s</xliff:g>\" готово к отправке файла \"<xliff:g id="FILE">%2$s</xliff:g>\""</string> - <string name="notification_receiving" msgid="4674648179652543984">"Передача по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Получено по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Файл не передан: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"Отправка по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Передано по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% завершено."</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Файл не передан: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"Передача файла"</string> - <string name="download_line1" msgid="4926604799202134144">"От: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Размер файла: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Получение файла..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Остановить"</string> - <string name="download_ok" msgid="5000360731674466039">"Скрыть"</string> - <string name="incoming_line1" msgid="2127419875681087545">"От"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Имя файла"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Размер"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файл не получен."</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ОК"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файл получен."</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Открыть"</string> - <string name="upload_line1" msgid="2055952074059709052">"Куда: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Тип файла: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Отправка файла..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файл отправлен"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ОК"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файл не был отправлен на устройство \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Закрыть"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ОК"</string> - <string name="unknown_file" msgid="6092727753965095366">"Неизвестный файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Нет приложений для работы с файлами этого типа. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Нет файла"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Файл не существует. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Подождите..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Включение Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Этот файл будет получен. Ход выполнения отображается на панели уведомлений."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Невозможно получить файл."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Получение файла от \"<xliff:g id="SENDER">%1$s</xliff:g>\" прервано"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Отправка файла на \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Отправка файлов (<xliff:g id="NUMBER">%1$s</xliff:g>) на \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Отправка файла на \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" остановлена"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"На USB-накопителе недостаточно места, чтобы сохранить файл."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"На SD-карте недостаточно места, чтобы сохранить файл."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Необходимое свободное место: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Обрабатывается слишком много запросов. Повторите попытку позднее."</string> - <string name="status_pending" msgid="2503691772030877944">"Передача файла еще не началась."</string> - <string name="status_running" msgid="6562808920311008696">"Выполняется передача файла."</string> - <string name="status_success" msgid="239573225847565868">"Передача файла успешно завершена."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Контент не поддерживается."</string> - <string name="status_forbidden" msgid="613956401054050725">"Передача запрещена на принимающем устройстве."</string> - <string name="status_canceled" msgid="6664490318773098285">"Передача отменена."</string> - <string name="status_file_error" msgid="3671917770630165299">"Ошибка хранилища."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB-накопитель не найден."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Чтобы сохранить переданные файлы, вставьте SD-карту."</string> - <string name="status_connection_error" msgid="947681831523219891">"Не удалось установить соединение."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Невозможно правильно обработать запрос."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Неизвестная ошибка"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Получено по Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Передача по Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Получено: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Отправлено: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Входящие передачи"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Исходящие передачи"</string> - <string name="no_transfers" msgid="3482965619151865672">"Нет данных."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Все элементы будут удалены из списка."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Передано по Bluetooth"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Получено по Bluetooth"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Доступ к диспетчеру загрузки."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Приложение получит доступ к диспетчеру обмена файлами по Bluetooth и сможет использовать его для передачи файлов."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Доступ для устройств Bluetooth из списка разрешенных"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Приложение сможет временно внести устройство Bluetooth в список разрешенных и позволит ему отправлять файлы на ваше устройство, не требуя от вас подтверждения"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Неизвестное устройство"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Неизвестно"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Режим полета"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"В режиме полета нельзя использовать Bluetooth."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Чтобы использовать службы Bluetooth, включите адаптер Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Включить Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Отмена"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Включить"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Передача файла"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Принять файл?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Отклонить"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Принять"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ОК"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"В процессе приема файла от \"<xliff:g id="SENDER">%1$s</xliff:g>\" произошел тайм-аут"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Входящий файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Устройство \"<xliff:g id="SENDER">%1$s</xliff:g>\" готово к отправке файла \"<xliff:g id="FILE">%2$s</xliff:g>\""</string> + <string name="notification_receiving" msgid="8445265771083510696">"Передача по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Получено по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Файл не передан: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"Отправка по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Передано по Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% завершено."</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Файл не передан: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"Передача файла"</string> + <string name="download_line1" msgid="6449220145685308846">"От: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Размер файла: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Получение файла..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Остановить"</string> + <string name="download_ok" msgid="2404442707314575833">"Скрыть"</string> + <string name="incoming_line1" msgid="6342300988329482408">"От"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Имя файла"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Размер"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файл не получен."</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ОК"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файл получен."</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Открыть"</string> + <string name="upload_line1" msgid="1912803923255989287">"Куда: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Тип файла: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Отправка файла..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файл отправлен"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ОК"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файл не был отправлен на устройство \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Закрыть"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ОК"</string> + <string name="unknown_file" msgid="3719981572107052685">"Неизвестный файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Нет приложений для работы с файлами этого типа. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Нет файла"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Файл не существует. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Подождите..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Включение Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Этот файл будет получен. Ход выполнения отображается на панели уведомлений."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Невозможно получить файл."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Получение файла от \"<xliff:g id="SENDER">%1$s</xliff:g>\" прервано"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Отправка файла на \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Отправка файлов (<xliff:g id="NUMBER">%1$s</xliff:g>) на \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Отправка файла на \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" остановлена"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"На USB-накопителе недостаточно места, чтобы сохранить файл."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"На SD-карте недостаточно места, чтобы сохранить файл."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Необходимое свободное место: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Обрабатывается слишком много запросов. Повторите попытку позднее."</string> + <string name="status_pending" msgid="4781040740237733479">"Передача файла еще не началась."</string> + <string name="status_running" msgid="7419075903776657351">"Выполняется передача файла."</string> + <string name="status_success" msgid="7963589000098719541">"Передача файла успешно завершена."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Контент не поддерживается."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Передача запрещена на принимающем устройстве."</string> + <string name="status_canceled" msgid="8441679418717978515">"Передача отменена."</string> + <string name="status_file_error" msgid="5379018888714679311">"Ошибка хранилища."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB-накопитель не найден."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Чтобы сохранить переданные файлы, вставьте SD-карту."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Не удалось установить соединение."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Невозможно правильно обработать запрос."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Неизвестная ошибка"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Получено по Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Передача по Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Получено: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Отправлено: <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Входящие передачи"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Исходящие передачи"</string> + <string name="no_transfers" msgid="740521199933899821">"Нет данных."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Все элементы будут удалены из списка."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Передано по Bluetooth"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Получено по Bluetooth"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one">Не удалось передать <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> файл.</item> <item quantity="few">Не удалось передать <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> файла.</item> <item quantity="many">Не удалось передать <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> файлов.</item> <item quantity="other">Не удалось передать <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> файла.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one">Передан <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> файл, %2$s</item> <item quantity="few">Передано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> файла, %2$s</item> <item quantity="many">Передано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> файлов, %2$s</item> <item quantity="other">Передано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> файла, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Очистить список"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Открыть"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Удалить из списка"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Очистить"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Что сейчас играет?"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Сохранить"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Отменить"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Выберите аккаунты, к которым нужно открыть доступ через Bluetooth. Доступ необходимо подтверждать при каждом подключении."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Осталось мест:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Значок приложения"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Настройки доступа к сообщениям через Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Не удалось выбрать аккаунт: не осталось мест."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Звук через Bluetooth включен"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Звук через Bluetooth отключен"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Звук через Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Можно перенести только файлы размером до 4 ГБ."</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Подключиться по Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Очистить список"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Открыть"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Удалить из списка"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Очистить"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Что сейчас играет?"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Сохранить"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Отменить"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Выберите аккаунты, к которым нужно открыть доступ через Bluetooth. Доступ необходимо подтверждать при каждом подключении."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Осталось мест:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Значок приложения"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Настройки доступа к сообщениям через Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Не удалось выбрать аккаунт: не осталось мест."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Звук через Bluetooth включен"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Звук через Bluetooth отключен"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Звук через Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Можно перенести только файлы размером до 4 ГБ."</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Подключиться по Bluetooth"</string> </resources> diff --git a/android/app/res/values-ru/strings_pbap.xml b/android/app/res/values-ru/strings_pbap.xml index 292984b8e5..a8b1b72767 100644 --- a/android/app/res/values-ru/strings_pbap.xml +++ b/android/app/res/values-ru/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Введите ключ сеанса для %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Необходим ключ сеанса Bluetooth."</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Истекло время ожидания при установке подключения к %1$s."</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Истекло время ожидания ввода ключа сеанса для связи с %1$s."</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Запрос на аутентификацию Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ключ сеанса"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Введите ключ сеанса для %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Автомобильный комплект"</string> - <string name="unknownName" msgid="2841414754740600042">"Неизвестное имя"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Мое название"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Передача контактов по Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Введите ключ сеанса для %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Необходим ключ сеанса Bluetooth."</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Истекло время ожидания при установке подключения к %1$s."</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Истекло время ожидания ввода ключа сеанса для связи с %1$s."</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Запрос на аутентификацию Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ключ сеанса"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Введите ключ сеанса для %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Автомобильный комплект"</string> + <string name="unknownName" msgid="6755061296103155293">"Неизвестное имя"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Мое название"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Передача контактов по Bluetooth"</string> </resources> diff --git a/android/app/res/values-ru/strings_pbap_client.xml b/android/app/res/values-ru/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ru/strings_pbap_client.xml +++ b/android/app/res/values-ru/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ru/strings_sap.xml b/android/app/res/values-ru/strings_sap.xml index 3d3e5c5b31..f1487b3e8f 100644 --- a/android/app/res/values-ru/strings_sap.xml +++ b/android/app/res/values-ru/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Доступ к SIM-карте через Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Доступ к SIM-карте через Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Попросить клиента отключиться?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Подождите…"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Отключить"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Отключить принудительно"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Доступ к SIM-карте через Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Доступ к SIM-карте через Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Попросить клиента отключиться?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Подождите…"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Отключить"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Отключить принудительно"</string> </resources> diff --git a/android/app/res/values-ru/test_strings.xml b/android/app/res/values-ru/test_strings.xml index c99d0b12d8..b0d723a95b 100644 --- a/android/app/res/values-ru/test_strings.xml +++ b/android/app/res/values-ru/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Вставить запись"</string> - <string name="update_record" msgid="2480425402384910635">"Подтвердить запись"</string> - <string name="ack_record" msgid="6716152390978472184">"Запись подтверждения"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Удалить все записи"</string> - <string name="ok_button" msgid="6519033415223065454">"ОК"</string> - <string name="delete_record" msgid="4645040331967533724">"Удалить запись"</string> - <string name="start_server" msgid="9034821924409165795">"Запустить TCP-сервер"</string> - <string name="notify_server" msgid="4369106744022969655">"Уведомить TCP-сервер"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Вставить запись"</string> + <string name="update_record" msgid="7201772850942641237">"Подтвердить запись"</string> + <string name="ack_record" msgid="2404738476192250210">"Запись подтверждения"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Удалить все записи"</string> + <string name="ok_button" msgid="719865942400179601">"ОК"</string> + <string name="delete_record" msgid="5713885957446255270">"Удалить запись"</string> + <string name="start_server" msgid="134483798422082514">"Запустить TCP-сервер"</string> + <string name="notify_server" msgid="8832385166935137731">"Уведомить TCP-сервер"</string> </resources> diff --git a/android/app/res/values-si/strings.xml b/android/app/res/values-si/strings.xml index 9a61afb758..b8cd399c14 100644 --- a/android/app/res/values-si/strings.xml +++ b/android/app/res/values-si/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"බාගැනීම් කළමනාකරු ප්රවේශ වන්න."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"යෙදුමට බ්ලූටූත් බෙදා ගැනීම් කළමනාකරු වෙත ප්රවේශ වීමට ඉඩ දී එය ගොනු මාරු කිරීමට භාවිතා කරන්න."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"පිළිගත් ලැයිස්තු බ්ලූටූත් උපාංග ප්රවේශය."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"පරිශීලක තහවුරු කිරීම නොමැතිව එම උපාංගයට මෙම උපාංගය වෙත ගොනු එවීමට ඉඩ දෙමින්, බ්ලූටූත් උපාංගයක් තාවකාලිකව පිළිගත් ලැයිස්තුගත කිරීමට යෙදුමට ඉඩ දෙයි."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"බ්ලූටූත්"</string> - <string name="unknown_device" msgid="9221903979877041009">"නොදන්නා උපාංගයකි"</string> - <string name="unknownNumber" msgid="4994750948072751566">"නොදනී"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ගුවන්යානා ආකාරය"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"ඔබට ගුවන්යානා ආකාරය තුළ බ්ලූටූත් භාවිතා කළ නොහැක."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"බ්ලූටූත් සේවාවන් ලබා ගැනීමට, ඔබ පළමුව බ්ලූටූත් සක්රිය කළ යුතුය."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"දැන් බ්ලූටූත් සක්රිය කරන්නද?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"අවලංගු කරන්න"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ක්රියාත්මක කරන්න"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ගොනු මාරුව"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ඇතුළට එන ගොනුව පිළිගන්නද?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"ප්රතික්ෂේප කරන්න"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"පිළිගන්න"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"හරි"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" වෙතින් පැමිණෙන ගොනුවක් පිළිගන්නා අතරතුර කාල නිමාවක් විය"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ලැබෙන ගොනුව"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> යැවීමට සූදානම්ය"</string> - <string name="notification_receiving" msgid="4674648179652543984">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ලැබේ"</string> - <string name="notification_received" msgid="3324588019186687985">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ලැබිණි"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ගොනුව නොලැබිණි"</string> - <string name="notification_sending" msgid="3035748958534983833">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> යැවේ"</string> - <string name="notification_sent" msgid="9218710861333027778">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> යවන්න"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% සම්පූර්ණයි"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ගොනුව නොයැවිණි"</string> - <string name="download_title" msgid="3353228219772092586">"ගොනු මාරුව"</string> - <string name="download_line1" msgid="4926604799202134144">"වෙතින්: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ගොනුව: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ගොනු තරම: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ගොනුව ලැබේ…"</string> - <string name="download_cancel" msgid="9177305996747500768">"නතර කරන්න"</string> - <string name="download_ok" msgid="5000360731674466039">"සඟවන්න"</string> - <string name="incoming_line1" msgid="2127419875681087545">"වෙතින්"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ගොනුවේ නම"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ප්රමාණය"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ගොනුව නොලැබිණි"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ගොනුව: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"හේතුව: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"හරි"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ගොනුව ලැබිණි"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"විවෘත කරන්න"</string> - <string name="upload_line1" msgid="2055952074059709052">"වෙත: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ගොනු ආකාරය: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ගොනුව යැවේ…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ගොනුව යවන ලදී"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"හරි"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" වෙත ගොනුව යවා නොමැත."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ගොනුව: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"වසන්න"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"හරි"</string> - <string name="unknown_file" msgid="6092727753965095366">"නොදන්නා ගොනුවකි"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"මෙම ආකාරයේ ගොනුවක් හැසිරවීමට යෙදුමක් නැත. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ගොනුවක් නැත"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ගොනුව නොපවතී. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"කරුණාකර රැඳී සිටින්න..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"බ්ලූටූත් සක්රිය කෙරේ…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ගොනුව ලැබෙනු ඇත. දැනුම්දීම් පුවරුව තුළ ප්රගතිය පරික්ෂා කරන්න."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ගොනුව ලැබිය නොහැක."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" වෙතින් ගොනුව ලැබීම නතර විය"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" වෙත ගොනුව යැවේ"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" වෙත <xliff:g id="NUMBER">%1$s</xliff:g> ගොනු යැවේ"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" වෙත ගොනුව යැවීම නතර විය"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ගොනුව සුරැකීමට USB ගබඩාවේ ප්රමාණවත් ඉඩක් නැත"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ගොනුව සුරැකීමට SD කාඩ්පතේ ප්රමාණවත් ඉඩක් නැත"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"අවශ්ය ඉඩ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"ඉල්ලීම් බොහෝ ගණනක් ක්රියාත්මක වෙමින් පවතී. පසුව නැවත උත්සාහ කරන්න."</string> - <string name="status_pending" msgid="2503691772030877944">"ගොනු මාරුව තවම ආරම්භ වී නැත."</string> - <string name="status_running" msgid="6562808920311008696">"ගොනු මාරුව කෙරීගෙන යයි."</string> - <string name="status_success" msgid="239573225847565868">"ගොනු මාරුව සාර්ථකව සම්පූර්ණ කෙරිණි."</string> - <string name="status_not_accept" msgid="1695082417193780738">"අන්තර්ගතයට සහාය නොදක්වයි."</string> - <string name="status_forbidden" msgid="613956401054050725">"ඉලක්ක උපාංගය විසින් තහනම් කළ මාරුව"</string> - <string name="status_canceled" msgid="6664490318773098285">"මාරුව පරිශීලක විසින් අවලංගු කරන ලදී."</string> - <string name="status_file_error" msgid="3671917770630165299">"ආචයනය ගැටලුව."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB ආචයනයක් නැත."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD කාඩ්පතක් නොමැත. මාරු කළ ගොනු සුරැකීමට SD කාඩ්පතක් ඇතුළු කරන්න."</string> - <string name="status_connection_error" msgid="947681831523219891">"සම්බන්ධය අසාර්ථකයි."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ඉල්ලීම නිවැරදිව හැසිරවීමට නොහැකිය."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"නොදන්නා දෝෂයකි."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"බ්ලූටූත් ලැබිණි"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"බ්ලූටූත් බෙදා ගැනීම"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ලැබීම සම්පූර්ණයි."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> යැවීම සම්පූර්ණයි."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"පැමිණෙන මාරු"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"යන මාරු"</string> - <string name="no_transfers" msgid="3482965619151865672">"මාරු ඉතිහාසය හිස්ය."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"ලැයිස්තුව වෙතින් සියලු අයිතම හිස් කරනු ඇත."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"බ්ලූටූත් බෙදා ගන්න: ගොනු යැවිණි"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"බ්ලූටූත් බෙදා ගැනීම: ගොනු ලැබිණි"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"බාගැනීම් කළමනාකරු ප්රවේශ වන්න."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"යෙදුමට බ්ලූටූත් බෙදා ගැනීම් කළමනාකරු වෙත ප්රවේශ වීමට ඉඩ දී එය ගොනු මාරු කිරීමට භාවිතා කරන්න."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"පිළිගත් ලැයිස්තු බ්ලූටූත් උපාංග ප්රවේශය."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"පරිශීලක තහවුරු කිරීම නොමැතිව එම උපාංගයට මෙම උපාංගය වෙත ගොනු එවීමට ඉඩ දෙමින්, බ්ලූටූත් උපාංගයක් තාවකාලිකව පිළිගත් ලැයිස්තුගත කිරීමට යෙදුමට ඉඩ දෙයි."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"බ්ලූටූත්"</string> + <string name="unknown_device" msgid="2317679521750821654">"නොදන්නා උපාංගයකි"</string> + <string name="unknownNumber" msgid="1245183329830158661">"නොදනී"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ගුවන්යානා ආකාරය"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"ඔබට ගුවන්යානා ආකාරය තුළ බ්ලූටූත් භාවිතා කළ නොහැක."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"බ්ලූටූත් සේවාවන් ලබා ගැනීමට, ඔබ පළමුව බ්ලූටූත් සක්රිය කළ යුතුය."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"දැන් බ්ලූටූත් සක්රිය කරන්නද?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"අවලංගු කරන්න"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ක්රියාත්මක කරන්න"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ගොනු මාරුව"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ඇතුළට එන ගොනුව පිළිගන්නද?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"ප්රතික්ෂේප කරන්න"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"පිළිගන්න"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"හරි"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" වෙතින් පැමිණෙන ගොනුවක් පිළිගන්නා අතරතුර කාල නිමාවක් විය"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ලැබෙන ගොනුව"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ගොනුවක් යැවීමට සූදානම්ය: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ලැබේ"</string> + <string name="notification_received" msgid="2330252358543000567">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ලැබිණි"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ගොනුව නොලැබිණි"</string> + <string name="notification_sending" msgid="8269912843286868700">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> යැවේ"</string> + <string name="notification_sent" msgid="2685202778935769332">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> යවන්න"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% සම්පූර්ණයි"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"බ්ලූටූත් බෙදා ගැනීම: <xliff:g id="FILE">%1$s</xliff:g> ගොනුව නොයැවිණි"</string> + <string name="download_title" msgid="6449408649671518102">"ගොනු මාරුව"</string> + <string name="download_line1" msgid="6449220145685308846">"වෙතින්: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ගොනුව: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ගොනු තරම: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ගොනුව ලැබේ…"</string> + <string name="download_cancel" msgid="1705762428762702342">"නතර කරන්න"</string> + <string name="download_ok" msgid="2404442707314575833">"සඟවන්න"</string> + <string name="incoming_line1" msgid="6342300988329482408">"වෙතින්"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ගොනුවේ නම"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ප්රමාණය"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ගොනුව නොලැබිණි"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ගොනුව: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"හේතුව: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"හරි"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ගොනුව ලැබිණි"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"විවෘත කරන්න"</string> + <string name="upload_line1" msgid="1912803923255989287">"වෙත: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ගොනු ආකාරය: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ගොනුව යැවේ…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ගොනුව යවන ලදී"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"හරි"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" වෙත ගොනුව යවා නොමැත."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ගොනුව: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"වසන්න"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"හරි"</string> + <string name="unknown_file" msgid="3719981572107052685">"නොදන්නා ගොනුවකි"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"මෙම ආකාරයේ ගොනුවක් හැසිරවීමට යෙදුමක් නැත. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ගොනුවක් නැත"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ගොනුව නොපවතී. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"කරුණාකර රැඳී සිටින්න..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"බ්ලූටූත් සක්රිය කෙරේ…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ගොනුව ලැබෙනු ඇත. දැනුම්දීම් පුවරුව තුළ ප්රගතිය පරික්ෂා කරන්න."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ගොනුව ලැබිය නොහැක."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" වෙතින් ගොනුව ලැබීම නතර විය"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" වෙත ගොනුව යැවේ"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"\"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" වෙත <xliff:g id="NUMBER">%1$s</xliff:g> ගොනු යැවේ"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" වෙත ගොනුව යැවීම නතර විය"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ගොනුව සුරැකීමට USB ගබඩාවේ ප්රමාණවත් ඉඩක් නැත"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ගොනුව සුරැකීමට SD කාඩ්පතේ ප්රමාණවත් ඉඩක් නැත"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"අවශ්ය ඉඩ: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"ඉල්ලීම් බොහෝ ගණනක් ක්රියාත්මක වෙමින් පවතී. පසුව නැවත උත්සාහ කරන්න."</string> + <string name="status_pending" msgid="4781040740237733479">"ගොනු මාරුව තවම ආරම්භ වී නැත."</string> + <string name="status_running" msgid="7419075903776657351">"ගොනු මාරුව කෙරීගෙන යයි."</string> + <string name="status_success" msgid="7963589000098719541">"ගොනු මාරුව සාර්ථකව සම්පූර්ණ කෙරිණි."</string> + <string name="status_not_accept" msgid="1165798802740579658">"අන්තර්ගතයට සහාය නොදක්වයි."</string> + <string name="status_forbidden" msgid="4017060451358837245">"ඉලක්ක උපාංගය විසින් තහනම් කළ මාරුව"</string> + <string name="status_canceled" msgid="8441679418717978515">"මාරුව පරිශීලක විසින් අවලංගු කරන ලදී."</string> + <string name="status_file_error" msgid="5379018888714679311">"ආචයනය ගැටලුව."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB ආචයනයක් නැත."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD කාඩ්පතක් නොමැත. මාරු කළ ගොනු සුරැකීමට SD කාඩ්පතක් ඇතුළු කරන්න."</string> + <string name="status_connection_error" msgid="8253709700568062220">"සම්බන්ධය අසාර්ථකයි."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ඉල්ලීම නිවැරදිව හැසිරවීමට නොහැකිය."</string> + <string name="status_unknown_error" msgid="314676481744304866">"නොදන්නා දෝෂයකි."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"බ්ලූටූත් ලැබිණි"</string> + <string name="opp_notification_group" msgid="150067508422520653">"බ්ලූටූත් බෙදා ගැනීම"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ලැබීම සම්පූර්ණයි."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> යැවීම සම්පූර්ණයි."</string> + <string name="inbound_history_title" msgid="189623888169624862">"පැමිණෙන මාරු"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"යන මාරු"</string> + <string name="no_transfers" msgid="740521199933899821">"මාරු ඉතිහාසය හිස්ය."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"ලැයිස්තුව වෙතින් සියලු අයිතම හිස් කරනු ඇත."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"බ්ලූටූත් බෙදා ගන්න: ගොනු යැවිණි"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"බ්ලූටූත් බෙදා ගැනීම: ගොනු ලැබිණි"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> අසාර්ථකයි.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> අසාර්ථකයි.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> සාර්ථකයි, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> සාර්ථකයි, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ලැයිස්තුව හිස් කරන්න"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"විවෘත කරන්න"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ලැයිස්තුව වෙතින් හිස් කරන්න"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"හිස් කරන්න"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"දැන් වාදනය වේ"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"සුරකින්න"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"අවලංගු කරන්න"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ඔබට බ්ලූටූත් හරහා බෙදා ගැනීමට අවශ්ය ගිණුම් තෝරන්න. සම්බන්ධ වන විට ඔබට තවම ගිණුම් වෙත ඕනෑම ප්රවේශයක් පිළිගැනීමට සිදු වේ."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ඉතිරිව ඇති විවර:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"යෙදුම් නිරූපකය"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"බ්ලූටූත් පණිවිඩ බෙදාගැනීමේ සැකසීම්"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ගිණුමක් තේරිය නොහැක. විවර 0 ක් ඉතිරිව තිබේ"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"බ්ලූටූත් ශ්රව්යය සම්බන්ධ කරන ලදී"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"බ්ලූටූත් ශ්රව්යය විසන්ධි කරන ලදී"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"බ්ලූටූත් ශ්රව්යය"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GBට වඩා විශාල ගොනු මාරු කළ නොහැකිය"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"බ්ලූටූත් වෙත සබඳින්න"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ලැයිස්තුව හිස් කරන්න"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"විවෘත කරන්න"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ලැයිස්තුව වෙතින් හිස් කරන්න"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"හිස් කරන්න"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"දැන් වාදනය වේ"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"සුරකින්න"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"අවලංගු කරන්න"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ඔබට බ්ලූටූත් හරහා බෙදා ගැනීමට අවශ්ය ගිණුම් තෝරන්න. සම්බන්ධ වන විට ඔබට තවම ගිණුම් වෙත ඕනෑම ප්රවේශයක් පිළිගැනීමට සිදු වේ."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ඉතිරිව ඇති විවර:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"යෙදුම් නිරූපකය"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"බ්ලූටූත් පණිවිඩ බෙදාගැනීමේ සැකසීම්"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ගිණුමක් තේරිය නොහැක. විවර 0 ක් ඉතිරිව තිබේ"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"බ්ලූටූත් ශ්රව්යය සම්බන්ධ කරන ලදී"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"බ්ලූටූත් ශ්රව්යය විසන්ධි කරන ලදී"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"බ්ලූටූත් ශ්රව්යය"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GBට වඩා විශාල ගොනු මාරු කළ නොහැකිය"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"බ්ලූටූත් වෙත සබඳින්න"</string> </resources> diff --git a/android/app/res/values-si/strings_pbap.xml b/android/app/res/values-si/strings_pbap.xml index 23b8ddf8ff..f6e6d010b5 100644 --- a/android/app/res/values-si/strings_pbap.xml +++ b/android/app/res/values-si/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s සඳහා සැසි යතුර ටයිප් කරන්න"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"බ්ලූටූත් සැසි යතුර අවශ්යයි"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s හා සම්බන්ධය පිළිගැනීමට කාල නිමාවක් විය"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s හා සැසි යතුර ආදානය කිරීමට කාල නිමාවක් විය"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex සත්යාපන ඉල්ලීම"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"සැසි යතුර"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s සඳහා සැසි යතුර ටයිප් කරන්න"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"නොදන්නා නමකි"</string> - <string name="localPhoneName" msgid="2349001318925409159">"මගේ නම"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"බ්ලූටූත් සම්බන්ධතා බෙදා ගැනීම"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s සඳහා සැසි යතුර ටයිප් කරන්න"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"බ්ලූටූත් සැසි යතුර අවශ්යයි"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s හා සම්බන්ධය පිළිගැනීමට කාල නිමාවක් විය"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s හා සැසි යතුර ආදානය කිරීමට කාල නිමාවක් විය"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex සත්යාපන ඉල්ලීම"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"සැසි යතුර"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s සඳහා සැසි යතුර ටයිප් කරන්න"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"නොදන්නා නමකි"</string> + <string name="localPhoneName" msgid="9119254982537191352">"මගේ නම"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"බ්ලූටූත් සම්බන්ධතා බෙදා ගැනීම"</string> </resources> diff --git a/android/app/res/values-si/strings_pbap_client.xml b/android/app/res/values-si/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-si/strings_pbap_client.xml +++ b/android/app/res/values-si/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-si/strings_sap.xml b/android/app/res/values-si/strings_sap.xml index ecdb7b314f..b4a72d5738 100644 --- a/android/app/res/values-si/strings_sap.xml +++ b/android/app/res/values-si/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"බ්ලූටූත් SIM ප්රවේශය"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"බ්ලූටූත් SIM ප්රවේශය"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"විසන්ධි කිරීමට සේවාලාභියාගෙන් ඉල්ලා සිටින්නද?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"සේවාලාභියා විසන්ධි කරන තෙක් රැඳී සිටිමින්"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"විසන්ධි කරන්න"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"බලෙන් විසන්ධි කිරීම"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"බ්ලූටූත් SIM ප්රවේශය"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"බ්ලූටූත් SIM ප්රවේශය"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"විසන්ධි කිරීමට සේවාලාභියාගෙන් ඉල්ලා සිටින්නද?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"සේවාලාභියා විසන්ධි කරන තෙක් රැඳී සිටිමින්"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"විසන්ධි කරන්න"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"බලෙන් විසන්ධි කිරීම"</string> </resources> diff --git a/android/app/res/values-si/test_strings.xml b/android/app/res/values-si/test_strings.xml index 53222ab4bf..0b2b09c7d0 100644 --- a/android/app/res/values-si/test_strings.xml +++ b/android/app/res/values-si/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"බ්ලූටූත්"</string> - <string name="insert_record" msgid="1450997173838378132">"වාර්තාව ඇතුළු කරන්න"</string> - <string name="update_record" msgid="2480425402384910635">"වාර්තාව සහතික කරන්න"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack වාර්තාව"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"සියලු වාර්තා මකන්න"</string> - <string name="ok_button" msgid="6519033415223065454">"හරි"</string> - <string name="delete_record" msgid="4645040331967533724">"වාර්තාව මකන්න"</string> - <string name="start_server" msgid="9034821924409165795">"TCP සේවාදායකය ආරම්භ කරන්න"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP සේවාදායකයට දැනුම් දෙන්න"</string> + <string name="app_name" msgid="7766152617107310582">"බ්ලූටූත්"</string> + <string name="insert_record" msgid="4024416351836939752">"වාර්තාව ඇතුළු කරන්න"</string> + <string name="update_record" msgid="7201772850942641237">"වාර්තාව සහතික කරන්න"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack වාර්තාව"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"සියලු වාර්තා මකන්න"</string> + <string name="ok_button" msgid="719865942400179601">"හරි"</string> + <string name="delete_record" msgid="5713885957446255270">"වාර්තාව මකන්න"</string> + <string name="start_server" msgid="134483798422082514">"TCP සේවාදායකය ආරම්භ කරන්න"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP සේවාදායකයට දැනුම් දෙන්න"</string> </resources> diff --git a/android/app/res/values-sk/strings.xml b/android/app/res/values-sk/strings.xml index 741040c2b0..fe2a2325cc 100644 --- a/android/app/res/values-sk/strings.xml +++ b/android/app/res/values-sk/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Získať prístup k správcovi sťahovania."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Umožňuje aplikácii pristupovať k Správcovi BluetoothShare a použiť ho na prenos súborov."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Prístup povoleného zariadenia Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Umožňuje aplikácii dočasne povoliť zariadenie Bluetooth, čím sa povolí zariadeniu odosielať súbory do tohto zariadenia bez potvrdenia používateľa."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Neznáme zariadenie"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Neznáme"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Režim v lietadle"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Technológiu Bluetooth nemôžete používať v režime V lietadle."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Ak chcete používať služby Bluetooth, musíte najskôr rozhranie Bluetooth zapnúť."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Zapnúť Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Zrušiť"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Zapnúť"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Prenos súborov"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Prijať prichádzajúci súbor?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Odmietnuť"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Prijať"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Pri prijímaní prichádzajúceho súboru od používateľa <xliff:g id="SENDER">%1$s</xliff:g> vypršal časový limit."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Prichádzajúci súbor"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> je pripravený/-á odoslať súbor <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth: Prijíma sa <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> prijatý"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> neprijatý"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth: Odosiela sa <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> odoslaný"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % hotovo"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> neodoslaný"</string> - <string name="download_title" msgid="3353228219772092586">"Prenos súborov"</string> - <string name="download_line1" msgid="4926604799202134144">"Od: <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="download_line2" msgid="5876973543019417712">"Súbor: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Veľkosť súboru: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Prebieha prijímanie súboru..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Zastaviť"</string> - <string name="download_ok" msgid="5000360731674466039">"Skryť"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Od"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Názov súboru"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Veľkosť"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Súbor nebol prijatý"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Súbor: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Dôvod: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Súbor bol prijatý"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Otvoriť"</string> - <string name="upload_line1" msgid="2055952074059709052">"Komu: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"Typ súboru: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Odosielanie súboru..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Súbor bol odoslaný"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Súbor nebol odoslaný zariadení <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Súbor: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zavrieť"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Neznámy súbor"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Na spracovanie tohto typu súboru nemáte žiadnu aplikáciu. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Žiadny súbor"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Súbor neexistuje. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Čakajte..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Prebieha zapínanie rozhrania Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Prebehne prijatie súboru. Priebeh môžete sledovať na paneli Oznámenie."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Súbor nemôže byť prijatý."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Prijímanie súboru od používateľa <xliff:g id="SENDER">%1$s</xliff:g> bolo zastavené"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Odosielanie súboru používateľovi <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Odosielanie súborov (počet: <xliff:g id="NUMBER">%1$s</xliff:g>) používateľovi <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Odosielanie súboru používateľovi <xliff:g id="RECIPIENT">%1$s</xliff:g> bolo zastavené"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"V úložisku USB nie je dostatok priestoru na uloženie súboru."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Na SD karte nie je dostatok priestoru na uloženie súboru."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Požadované miesto v pamäti: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Spracúva sa príliš veľa žiadostí. Opakujte akciu neskôr."</string> - <string name="status_pending" msgid="2503691772030877944">"Prenos súborov ešte nebol spustený."</string> - <string name="status_running" msgid="6562808920311008696">"Prebieha prenos súborov."</string> - <string name="status_success" msgid="239573225847565868">"Prenos súborov bol úspešne dokončený."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Obsah nie je podporovaný."</string> - <string name="status_forbidden" msgid="613956401054050725">"Prenos bol zakázaný cieľovým zariadením."</string> - <string name="status_canceled" msgid="6664490318773098285">"Prenos bol zrušený používateľom."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problém s ukladacím priestorom."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Žiadne úložisko USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nie je k dispozícii žiadna SD karta. Ak chcete prenášané súbory uložiť, vložte SD kartu."</string> - <string name="status_connection_error" msgid="947681831523219891">"Neúspešný pokus o pripojenie."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Žiadosť nie je možné správne spracovať."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Neznáma chyba."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Prijaté cez Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Zdieľanie Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>, príjem dokončený"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Odosielanie dokončené."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Prichádzajúce prenosy"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Odchádzajúce prenosy"</string> - <string name="no_transfers" msgid="3482965619151865672">"História prenosov je prázdna."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Zo zoznamu budú vymazané všetky položky."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth: Odoslané súbory"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: Prijaté súbory"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Získať prístup k správcovi sťahovania."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Umožňuje aplikácii pristupovať k Správcovi BluetoothShare a použiť ho na prenos súborov."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Prístup povoleného zariadenia Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Umožňuje aplikácii dočasne povoliť zariadenie Bluetooth, čím sa povolí zariadeniu odosielať súbory do tohto zariadenia bez potvrdenia používateľa."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Neznáme zariadenie"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Neznáme"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Režim v lietadle"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Technológiu Bluetooth nemôžete používať v režime V lietadle."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Ak chcete používať služby Bluetooth, musíte najskôr rozhranie Bluetooth zapnúť."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Zapnúť Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Zrušiť"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Zapnúť"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Prenos súborov"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Prijať prichádzajúci súbor?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Odmietnuť"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Prijať"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Pri prijímaní prichádzajúceho súboru od používateľa <xliff:g id="SENDER">%1$s</xliff:g> vypršal časový limit."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Prichádzajúci súbor"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Používateľ <xliff:g id="SENDER">%1$s</xliff:g> je pripravený odoslať súbor <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth: Prijíma sa <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> prijatý"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> neprijatý"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth: Odosiela sa <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> odoslaný"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % hotovo"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> neodoslaný"</string> + <string name="download_title" msgid="6449408649671518102">"Prenos súborov"</string> + <string name="download_line1" msgid="6449220145685308846">"Od: <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="download_line2" msgid="7634316500490825390">"Súbor: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Veľkosť súboru: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Prebieha prijímanie súboru..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Zastaviť"</string> + <string name="download_ok" msgid="2404442707314575833">"Skryť"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Od"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Názov súboru"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Veľkosť"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Súbor nebol prijatý"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Súbor: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Dôvod: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Súbor bol prijatý"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Otvoriť"</string> + <string name="upload_line1" msgid="1912803923255989287">"Komu: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"Typ súboru: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Odosielanie súboru..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Súbor bol odoslaný"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Súbor nebol odoslaný zariadení <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Súbor: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zavrieť"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Neznámy súbor"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Na spracovanie tohto typu súboru nemáte žiadnu aplikáciu. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Žiadny súbor"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Súbor neexistuje. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Čakajte..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Prebieha zapínanie rozhrania Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Prebehne prijatie súboru. Priebeh môžete sledovať na paneli Oznámenie."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Súbor nemôže byť prijatý."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Prijímanie súboru od používateľa <xliff:g id="SENDER">%1$s</xliff:g> bolo zastavené"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Odosielanie súboru používateľovi <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Odosielanie súborov (počet: <xliff:g id="NUMBER">%1$s</xliff:g>) používateľovi <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Odosielanie súboru používateľovi <xliff:g id="RECIPIENT">%1$s</xliff:g> bolo zastavené"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"V úložisku USB nie je dostatok priestoru na uloženie súboru."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Na SD karte nie je dostatok priestoru na uloženie súboru."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Požadované miesto v pamäti: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Spracúva sa príliš veľa žiadostí. Opakujte akciu neskôr."</string> + <string name="status_pending" msgid="4781040740237733479">"Prenos súborov ešte nebol spustený."</string> + <string name="status_running" msgid="7419075903776657351">"Prebieha prenos súborov."</string> + <string name="status_success" msgid="7963589000098719541">"Prenos súborov bol úspešne dokončený."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Obsah nie je podporovaný."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Prenos bol zakázaný cieľovým zariadením."</string> + <string name="status_canceled" msgid="8441679418717978515">"Prenos bol zrušený používateľom."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problém s ukladacím priestorom."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Žiadne úložisko USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nie je k dispozícii žiadna SD karta. Ak chcete prenášané súbory uložiť, vložte SD kartu."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Neúspešný pokus o pripojenie."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Žiadosť nie je možné správne spracovať."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Neznáma chyba."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Prijaté cez Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Zdieľanie Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>, príjem dokončený"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Odosielanie dokončené."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Prichádzajúce prenosy"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Odchádzajúce prenosy"</string> + <string name="no_transfers" msgid="740521199933899821">"História prenosov je prázdna."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Zo zoznamu budú vymazané všetky položky."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth: Odoslané súbory"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: Prijaté súbory"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="few">Neúspešné: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g></item> <item quantity="many">Neúspešné: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g></item> <item quantity="other">Neúspešné: <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g></item> <item quantity="one">Neúspešné: <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g></item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="few">Úspešné: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="many">Úspešné: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="other">Úspešné: <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="one">Úspešné: <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g>, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Vymazať zoznam"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Otvoriť"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Vymazať zo zoznamu"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Vymazať"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Čo to hrá"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Uložiť"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Zrušiť"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Vyberte účty, ktoré chcete zdieľať prostredníctvom rozhrania Bluetooth. Počas pripájania budete musieť aj tak prijať akékoľvek prístupy k účtom."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Počet zostávajúcich slotov:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikácie"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Nastavenia zdieľania správ prostredníctvom rozhrania Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Účet sa nedá vybrať. Nie sú k dispozícii žiadne ďalšie sloty."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Rozhranie Bluetooth Audio je pripojené"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Rozhranie Bluetooth Audio je odpojené"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Súbory väčšie ako 4 GB sa nedajú preniesť"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Pripojiť k zariadeniu Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Vymazať zoznam"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Otvoriť"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Vymazať zo zoznamu"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Vymazať"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Čo to hrá"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Uložiť"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Zrušiť"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Vyberte účty, ktoré chcete zdieľať prostredníctvom rozhrania Bluetooth. Počas pripájania budete musieť aj tak prijať akékoľvek prístupy k účtom."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Počet zostávajúcich slotov:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikácie"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Nastavenia zdieľania správ prostredníctvom rozhrania Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Účet sa nedá vybrať. Nie sú k dispozícii žiadne ďalšie sloty."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Rozhranie Bluetooth Audio je pripojené"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Rozhranie Bluetooth Audio je odpojené"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Súbory väčšie ako 4 GB sa nedajú preniesť"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Pripojiť k zariadeniu Bluetooth"</string> </resources> diff --git a/android/app/res/values-sk/strings_pbap.xml b/android/app/res/values-sk/strings_pbap.xml index 87cbf73918..829e720af9 100644 --- a/android/app/res/values-sk/strings_pbap.xml +++ b/android/app/res/values-sk/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Zadajte kľúč relácie pre zariadenie %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Požaduje sa kľúč relácie Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Časový limit na prijatie súboru so zariadením „%1$s“ vypršal"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Časový limit na zadanie kľúča relácie pre %1$s vypršal"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Žiadosť overenia Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Kľúč relácie"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Zadajte kľúč relácie pre zariadenie %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Súprava handsfree do auta"</string> - <string name="unknownName" msgid="2841414754740600042">"Neznámy názov"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Moje meno"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Zdieľanie kontaktov cez Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Zadajte kľúč relácie pre zariadenie %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Požaduje sa kľúč relácie Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Časový limit na prijatie súboru so zariadením „%1$s“ vypršal"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Časový limit na zadanie kľúča relácie pre %1$s vypršal"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Žiadosť overenia Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Kľúč relácie"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Zadajte kľúč relácie pre zariadenie %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Súprava handsfree do auta"</string> + <string name="unknownName" msgid="6755061296103155293">"Neznámy názov"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Moje meno"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Zdieľanie kontaktov cez Bluetooth"</string> </resources> diff --git a/android/app/res/values-sk/strings_pbap_client.xml b/android/app/res/values-sk/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-sk/strings_pbap_client.xml +++ b/android/app/res/values-sk/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-sk/strings_sap.xml b/android/app/res/values-sk/strings_sap.xml index e2bfe003c3..33a0409c07 100644 --- a/android/app/res/values-sk/strings_sap.xml +++ b/android/app/res/values-sk/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Prístup k SIM karte prostredníctvom rozhrania Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Prístup k SIM karte prostredníctvom rozhrania Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Chcete požiadať klienta, aby sa odpojil?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Čaká sa na odpojenie klienta"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Odpojiť"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Vynútiť odpojenie"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Prístup k SIM karte prostredníctvom rozhrania Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Prístup k SIM karte prostredníctvom rozhrania Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Chcete požiadať klienta, aby sa odpojil?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Čaká sa na odpojenie klienta"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Odpojiť"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Vynútiť odpojenie"</string> </resources> diff --git a/android/app/res/values-sk/test_strings.xml b/android/app/res/values-sk/test_strings.xml index efb4011a60..619d58a1ce 100644 --- a/android/app/res/values-sk/test_strings.xml +++ b/android/app/res/values-sk/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Vložiť záznam"</string> - <string name="update_record" msgid="2480425402384910635">"Potvrdiť záznam"</string> - <string name="ack_record" msgid="6716152390978472184">"Záznam ACK"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Odstrániť všetky záznamy"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Odstrániť záznam"</string> - <string name="start_server" msgid="9034821924409165795">"Spustiť server TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Upozorniť server TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Vložiť záznam"</string> + <string name="update_record" msgid="7201772850942641237">"Potvrdiť záznam"</string> + <string name="ack_record" msgid="2404738476192250210">"Záznam ACK"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Odstrániť všetky záznamy"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Odstrániť záznam"</string> + <string name="start_server" msgid="134483798422082514">"Spustiť server TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Upozorniť server TCP"</string> </resources> diff --git a/android/app/res/values-sl/strings.xml b/android/app/res/values-sl/strings.xml index 04be0635db..a8d0a5c8d1 100644 --- a/android/app/res/values-sl/strings.xml +++ b/android/app/res/values-sl/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Dostop do upravitelja prenosov."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Aplikaciji omogoča dostop do upravitelja BluetoothShare in njegovo uporabo za prenašanje datotek."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Napravo Bluetooth doda na seznam z dovoljenim dostopom."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Aplikaciji omogoča, da napravo Bluetooth začasno uvrsti na seznam dovoljenih, kar ji omogoči pošiljanje datotek v to napravo brez potrditve uporabnika."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Neznana naprava"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Neznano"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Način za letalo"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetootha ne morete uporabljati v načinu za letalo."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Za uporabo storitev Bluetooth morate najprej vklopiti Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vklopim Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Prekliči"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Vklopi"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Prenos datoteke"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Želite sprejeti dohodno datoteko?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Zavrni"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Sprejmi"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"V redu"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Pri sprejemanju datoteke pošiljatelja »<xliff:g id="SENDER">%1$s</xliff:g>« je potekla časovna omejitev"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Dohodna datoteka"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Uporabnik <xliff:g id="SENDER">%1$s</xliff:g> je pripravljen za pošiljanje datoteke <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth: Prejemanje <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth: Prejeto <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth: Datoteka <xliff:g id="FILE">%1$s</xliff:g> ni bila prejeta"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth: Pošiljanje <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth: Poslano <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Dokončano: 100 %"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth: Datoteka <xliff:g id="FILE">%1$s</xliff:g> ni bila poslana"</string> - <string name="download_title" msgid="3353228219772092586">"Prenos datoteke"</string> - <string name="download_line1" msgid="4926604799202134144">"Od: »<xliff:g id="SENDER">%1$s</xliff:g>«"</string> - <string name="download_line2" msgid="5876973543019417712">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Velikost datoteke: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Prejemanje datoteke ..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Ustavi"</string> - <string name="download_ok" msgid="5000360731674466039">"Skrij"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Od"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Ime datoteke"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Velikost"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Datoteka ni bila prejeta"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Vzrok: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"V redu"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Datoteka prejeta"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Odpri"</string> - <string name="upload_line1" msgid="2055952074059709052">"Za: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="upload_line3" msgid="4920689672457037437">"Vrsta datoteke: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Pošiljanje datoteke ..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Datoteka je poslana"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"V redu"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Datoteka ni bila poslana prejemniku »<xliff:g id="RECIPIENT">%1$s</xliff:g>«."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Zapri"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"V redu"</string> - <string name="unknown_file" msgid="6092727753965095366">"Neznana datoteka"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Ni aplikacije, s katero bi bilo mogoče odpreti to vrsto datoteke. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ni datoteke"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Datoteka ne obstaja. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Počakajte ..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Vklop Bluetootha …"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Datoteka bo prejeta. Potek preverite na plošči »Obvestila«."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Datoteke ni mogoče prejeti."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Prejemanje datoteke pošiljatelja »<xliff:g id="SENDER">%1$s</xliff:g>« je ustavljeno"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Pošiljanje datoteke prejemniku »<xliff:g id="RECIPIENT">%1$s</xliff:g>«"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Pošiljanje <xliff:g id="NUMBER">%1$s</xliff:g> datotek prejemniku »<xliff:g id="RECIPIENT">%2$s</xliff:g>«"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Pošiljanje datoteke prejemniku »<xliff:g id="RECIPIENT">%1$s</xliff:g>« je ustavljeno"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"V shrambi USB ni dovolj prostora za shranjevanje datoteke."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Na kartici SD ni dovolj prostora za shranjevanje datoteke."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Zahtevani prostor: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"V obdelavi je preveč zahtev. Poskusite znova pozneje."</string> - <string name="status_pending" msgid="2503691772030877944">"Prenos datoteke se še ni začel."</string> - <string name="status_running" msgid="6562808920311008696">"Prenašanje datoteke."</string> - <string name="status_success" msgid="239573225847565868">"Prenos datoteke je uspešno dokončan."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Vsebina ni podprta."</string> - <string name="status_forbidden" msgid="613956401054050725">"Prenos je prepovedala ciljna naprava."</string> - <string name="status_canceled" msgid="6664490318773098285">"Prenos je prekinil uporabnik."</string> - <string name="status_file_error" msgid="3671917770630165299">"Težava s pomnilnikom."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Ni shrambe USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Ni kartice SD. Če želite shraniti prenesene datoteke, vstavite kartico SD."</string> - <string name="status_connection_error" msgid="947681831523219891">"Povezava neuspešna."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Zahteve ni mogoče pravilno obravnavati."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Neznana napaka."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth – prejeto"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Skupna raba prek Bluetootha"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Prejemanje je končano."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Pošiljanje je dokončano."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Dohodni prenosi"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Odhodni prenosi"</string> - <string name="no_transfers" msgid="3482965619151865672">"Zgodovina prenosov je prazna."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Vsi elementi bodo izbrisani s seznama."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth: Poslane datoteke"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth: Prejete datoteke"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Dostop do upravitelja prenosov."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Aplikaciji omogoča dostop do upravitelja BluetoothShare in njegovo uporabo za prenašanje datotek."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Napravo Bluetooth doda na seznam z dovoljenim dostopom."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Aplikaciji omogoča, da napravo Bluetooth začasno uvrsti na seznam dovoljenih, kar ji omogoči pošiljanje datotek v to napravo brez potrditve uporabnika."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Neznana naprava"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Neznano"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Način za letalo"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bluetootha ne morete uporabljati v načinu za letalo."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Za uporabo storitev Bluetooth morate najprej vklopiti Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vklopim Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Prekliči"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Vklopi"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Prenos datoteke"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Želite sprejeti dohodno datoteko?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Zavrni"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Sprejmi"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"V redu"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Pri sprejemanju datoteke pošiljatelja »<xliff:g id="SENDER">%1$s</xliff:g>« je potekla časovna omejitev"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Dohodna datoteka"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Naprava <xliff:g id="SENDER">%1$s</xliff:g> je pripravljena na pošiljanje datoteke <xliff:g id="FILE">%2$s</xliff:g>."</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth: Prejemanje <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth: Prejeto <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth: Datoteka <xliff:g id="FILE">%1$s</xliff:g> ni bila prejeta"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth: Pošiljanje <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth: Poslano <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Dokončano: 100 %"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth: Datoteka <xliff:g id="FILE">%1$s</xliff:g> ni bila poslana"</string> + <string name="download_title" msgid="6449408649671518102">"Prenos datoteke"</string> + <string name="download_line1" msgid="6449220145685308846">"Od: »<xliff:g id="SENDER">%1$s</xliff:g>«"</string> + <string name="download_line2" msgid="7634316500490825390">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Velikost datoteke: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Prejemanje datoteke ..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Ustavi"</string> + <string name="download_ok" msgid="2404442707314575833">"Skrij"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Od"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Ime datoteke"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Velikost"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Datoteka ni bila prejeta"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Vzrok: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"V redu"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Datoteka prejeta"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Odpri"</string> + <string name="upload_line1" msgid="1912803923255989287">"Za: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="upload_line3" msgid="5964902647036741603">"Vrsta datoteke: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Pošiljanje datoteke ..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Datoteka je poslana"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"V redu"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Datoteka ni bila poslana prejemniku »<xliff:g id="RECIPIENT">%1$s</xliff:g>«."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Datoteka: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Zapri"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"V redu"</string> + <string name="unknown_file" msgid="3719981572107052685">"Neznana datoteka"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Ni aplikacije, s katero bi bilo mogoče odpreti to vrsto datoteke. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ni datoteke"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Datoteka ne obstaja. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Počakajte ..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Vklop Bluetootha …"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Datoteka bo prejeta. Potek preverite na plošči »Obvestila«."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Datoteke ni mogoče prejeti."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Prejemanje datoteke pošiljatelja »<xliff:g id="SENDER">%1$s</xliff:g>« je ustavljeno"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Pošiljanje datoteke prejemniku »<xliff:g id="RECIPIENT">%1$s</xliff:g>«"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Pošiljanje <xliff:g id="NUMBER">%1$s</xliff:g> datotek prejemniku »<xliff:g id="RECIPIENT">%2$s</xliff:g>«"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Pošiljanje datoteke prejemniku »<xliff:g id="RECIPIENT">%1$s</xliff:g>« je ustavljeno"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"V shrambi USB ni dovolj prostora za shranjevanje datoteke."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Na kartici SD ni dovolj prostora za shranjevanje datoteke."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Zahtevani prostor: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"V obdelavi je preveč zahtev. Poskusite znova pozneje."</string> + <string name="status_pending" msgid="4781040740237733479">"Prenos datoteke se še ni začel."</string> + <string name="status_running" msgid="7419075903776657351">"Prenašanje datoteke."</string> + <string name="status_success" msgid="7963589000098719541">"Prenos datoteke je uspešno dokončan."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Vsebina ni podprta."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Prenos je prepovedala ciljna naprava."</string> + <string name="status_canceled" msgid="8441679418717978515">"Prenos je prekinil uporabnik."</string> + <string name="status_file_error" msgid="5379018888714679311">"Težava s pomnilnikom."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Ni shrambe USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Ni kartice SD. Če želite shraniti prenesene datoteke, vstavite kartico SD."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Povezava neuspešna."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Zahteve ni mogoče pravilno obravnavati."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Neznana napaka."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth – prejeto"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Deljenje prek Bluetootha"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Prejemanje je končano."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Pošiljanje je dokončano."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Dohodni prenosi"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Odhodni prenosi"</string> + <string name="no_transfers" msgid="740521199933899821">"Zgodovina prenosov je prazna."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Vsi elementi bodo izbrisani s seznama."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth: Poslane datoteke"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth: Prejete datoteke"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešen.</item> <item quantity="two"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešna.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešni.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> neuspešnih.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešen, %2$s</item> <item quantity="two"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešna, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešni, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> uspešnih, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Počisti seznam"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Odpri"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Počisti s seznama"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Počisti"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Zdaj se predvaja"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Shrani"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Prekliči"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Izberite račune, ki jih želite dati v skupno rabo prek Bluetootha. Pri vzpostavljanju povezave morate še vedno sprejeti morebiten dostop do računov."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Preostala mesta:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona aplikacije"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Nastavitve skupne rabe sporočil prek Bluetootha"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Ni mogoče izbrati računa. Na voljo je 0 mest."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Zvok prek Bluetootha je povezan"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Zvok prek Bluetootha ni povezan"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Zvok prek Bluetootha"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Datotek, večjih od 4 GB, ni mogoče prenesti"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Povezovanje z Bluetoothom"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Počisti seznam"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Odpri"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Počisti s seznama"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Počisti"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Zdaj se predvaja"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Shrani"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Prekliči"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Izberite račune, ki jih želite deliti prek Bluetootha. Pri vzpostavljanju povezave morate še vedno sprejeti morebiten dostop do računov."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Preostala mesta:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona aplikacije"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Nastavitve deljenja sporočil prek Bluetootha"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Ni mogoče izbrati računa. Na voljo je 0 mest."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Zvok prek Bluetootha je povezan"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Zvok prek Bluetootha ni povezan"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Zvok prek Bluetootha"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Datotek, večjih od 4 GB, ni mogoče prenesti"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Povezovanje z Bluetoothom"</string> </resources> diff --git a/android/app/res/values-sl/strings_pbap.xml b/android/app/res/values-sl/strings_pbap.xml index 7767443eef..9ac3434692 100644 --- a/android/app/res/values-sl/strings_pbap.xml +++ b/android/app/res/values-sl/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Vnesite ključ seje za %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Zahtevan je ključ seje Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Iztekla se je časovna omejitev za sprejem povezave z »%1$s«"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Iztekla se je časovna omejitev za ključ seje vnosa %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Zahteva za preverjanje pristnosti Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ključ seje"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Vnesite ključ seje za %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Avtokomplet"</string> - <string name="unknownName" msgid="2841414754740600042">"Neznano ime"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Moje ime"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Deljenje stikov z drugimi prek Bluetootha"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Vnesite ključ seje za %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Zahtevan je ključ seje Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Iztekla se je časovna omejitev za sprejem povezave z »%1$s«"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Iztekla se je časovna omejitev za ključ seje vnosa %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Zahteva za preverjanje pristnosti Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ključ seje"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Vnesite ključ seje za %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Avtokomplet"</string> + <string name="unknownName" msgid="6755061296103155293">"Neznano ime"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Moje ime"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Deljenje stikov z drugimi prek Bluetootha"</string> </resources> diff --git a/android/app/res/values-sl/strings_pbap_client.xml b/android/app/res/values-sl/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-sl/strings_pbap_client.xml +++ b/android/app/res/values-sl/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-sl/strings_sap.xml b/android/app/res/values-sl/strings_sap.xml index ebac2cbb00..02eca39b88 100644 --- a/android/app/res/values-sl/strings_sap.xml +++ b/android/app/res/values-sl/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Dostop do kartice SIM prek Bluetootha"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Dostop do kartice SIM prek Bluetootha"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Želite zahtevati, da odjemalec prekine povezavo?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Čakanje, da odjemalec prekine povezavo"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Prekini povezavo"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Vsili prekinitev povezave"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Dostop do kartice SIM prek Bluetootha"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Dostop do kartice SIM prek Bluetootha"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Želite zahtevati, da odjemalec prekine povezavo?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Čakanje, da odjemalec prekine povezavo"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Prekini povezavo"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Vsili prekinitev povezave"</string> </resources> diff --git a/android/app/res/values-sl/test_strings.xml b/android/app/res/values-sl/test_strings.xml index d27de3b6e7..50d76a4399 100644 --- a/android/app/res/values-sl/test_strings.xml +++ b/android/app/res/values-sl/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Vstavi zapis"</string> - <string name="update_record" msgid="2480425402384910635">"Potrdi zapis"</string> - <string name="ack_record" msgid="6716152390978472184">"Zapis potrditve"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Izbriši ves zapis"</string> - <string name="ok_button" msgid="6519033415223065454">"V redu"</string> - <string name="delete_record" msgid="4645040331967533724">"Izbriši zapis"</string> - <string name="start_server" msgid="9034821924409165795">"Zaženi strežnik TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Obvesti strežnik TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Vstavi zapis"</string> + <string name="update_record" msgid="7201772850942641237">"Potrdi zapis"</string> + <string name="ack_record" msgid="2404738476192250210">"Zapis potrditve"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Izbriši ves zapis"</string> + <string name="ok_button" msgid="719865942400179601">"V redu"</string> + <string name="delete_record" msgid="5713885957446255270">"Izbriši zapis"</string> + <string name="start_server" msgid="134483798422082514">"Zaženi strežnik TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Obvesti strežnik TCP"</string> </resources> diff --git a/android/app/res/values-sq/strings.xml b/android/app/res/values-sq/strings.xml index 05d9e650b0..6f71245385 100644 --- a/android/app/res/values-sq/strings.xml +++ b/android/app/res/values-sq/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Qasu në menaxherin e shkarkimit."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Lejon aplikacionin të ketë qasje në menaxherin \"Shpërndarje përmes bluetooth-it\" (BluetoothShare) dhe ta përdorë për transferim skedarësh."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Autorizimi në listën e pranimit të pajisjes me Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Lejon aplikacionin të vërë përkohësisht në listën e miratimeve një pajisje me Bluetooth, duke i lejuar asaj t\'i dërgojë skedarë kësaj pajisjeje pa konfirmimin e përdoruesit."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Pajisje e panjohur"</string> - <string name="unknownNumber" msgid="4994750948072751566">"I panjohur"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Modaliteti \"në aeroplan\""</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Nuk mund të përdorësh bluetooth në modalitetin \"në aeroplan\"."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Për të përdorur shërbimet e bluetooth-it, së pari duhet ta aktivizosh atë."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Të aktivizohet bluetooth-i tani?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Anulo"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Aktivizo"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferimi i skedarit"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Të pranohet skedari?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Refuzo"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Prano"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Në rregull!"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Përfundoi koha e veprimit për pranimin e skedarit hyrës nga \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Skedari në ardhje"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> është gati për të dërguar <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Shpërndarja përmes bluetooth-it: Po merret skedari <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Shpërndarja përmes bluetooth-it: U pranua skedari <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Shpërndarja përmes bluetooth-it: Skedari <xliff:g id="FILE">%1$s</xliff:g> nuk u pranua"</string> - <string name="notification_sending" msgid="3035748958534983833">"Shpërndarja përmes bluetooth-it: Po dërgohet skedari <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Shpërndarja përmes Bluetooth-it: Skedari <xliff:g id="FILE">%1$s</xliff:g> u dërgua"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% i përfunduar"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Shpërndarja përmes Bluetooth-it: Skedari <xliff:g id="FILE">%1$s</xliff:g> nuk u dërgua"</string> - <string name="download_title" msgid="3353228219772092586">"Transferimi i skedarit"</string> - <string name="download_line1" msgid="4926604799202134144">"Nga: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Skedari: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Madhësia e skedarit: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Po merr skedarin…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Ndalo"</string> - <string name="download_ok" msgid="5000360731674466039">"Fshih"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Nga"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Emri i skedarit:"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Madhësia"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Skedari nuk u mor"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Skedari: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Arsyeja: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Në rregull!"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Skedari u mor"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Hap"</string> - <string name="upload_line1" msgid="2055952074059709052">"Për: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Lloji i skedarit: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Po dërgon skedarin…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Skedari u dërgua"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Në rregull!"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Skedari nuk u dërgua te \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Skedari: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Mbyll"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Në rregull!"</string> - <string name="unknown_file" msgid="6092727753965095366">"Skedar i panjohur"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Nuk ka aplikacion për të trajtuar këtë lloj skedari. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Nuk ka skedar"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Skedari nuk ekziston. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Qëndro në pritje..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Po aktivizon bluetooth-in…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Skedari do të pranohet. Kontrollo ecurinë në panelin \"Njoftimet\"."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Ky skedar nuk mund të pranohet."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Ndaloi marrjen e skedarit nga \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Po e dërgon skedarin te \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Po dërgon <xliff:g id="NUMBER">%1$s</xliff:g> skedarë te \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Ndaloi dërgimin e skedarit te \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Nuk ka hapësirë të mjaftueshme në USB për të ruajtur skedarin."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Nuk ka hapësirë të mjaftueshme në kartën SD për ta ruajtur skedarin."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Hapësira e nevojshme: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Po përpunohen shumë kërkesa. Provo sërish më vonë."</string> - <string name="status_pending" msgid="2503691772030877944">"Transferimi i skedarit nuk ka filluar ende."</string> - <string name="status_running" msgid="6562808920311008696">"Transferimi i skedarit është duke u kryer."</string> - <string name="status_success" msgid="239573225847565868">"Transferimi i skedarit përfundoi me sukses."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Përmbajtja nuk mbështetet"</string> - <string name="status_forbidden" msgid="613956401054050725">"Transferimi ndalohet nga pajisja pritëse."</string> - <string name="status_canceled" msgid="6664490318773098285">"Transferimi u anulua nga përdoruesi."</string> - <string name="status_file_error" msgid="3671917770630165299">"Problem me hapësirën ruajtëse."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Nuk ka hapësirë ruajtëse USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Nuk ka kartë SD. Vendos një kartë SD për të ruajtur skedarët e transferuar."</string> - <string name="status_connection_error" msgid="947681831523219891">"Lidhja ishte e pasuksesshme."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Kërkesa nuk mund të trajtohet si duhet."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Gabim i panjohur."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Marrjet përmes Bluetooth-it"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Shpërndarja përmes \"Bluetooth-it\""</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> - Marrja përfundoi."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Dërgimi përfundoi."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Transferimet hyrëse"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Transferimet dalëse"</string> - <string name="no_transfers" msgid="3482965619151865672">"Historiku i transferimeve është bosh."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Të gjithë artikujt do të pastrohen nga lista."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Shpërndarja përmes Bluetooth-it: Skedarët e dërguar"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Shpërndarja përmes bluetooth-it: Skedarët e pranuar"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Qasu në menaxherin e shkarkimit."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Lejon aplikacionin të ketë qasje në menaxherin \"Shpërndarje përmes bluetooth-it\" (BluetoothShare) dhe ta përdorë për transferim skedarësh."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Autorizimi në listën e pranimit të pajisjes me Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Lejon aplikacionin të vërë përkohësisht në listën e miratimeve një pajisje me Bluetooth, duke i lejuar asaj t\'i dërgojë skedarë kësaj pajisjeje pa konfirmimin e përdoruesit."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Pajisje e panjohur"</string> + <string name="unknownNumber" msgid="1245183329830158661">"I panjohur"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Modaliteti \"në aeroplan\""</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Nuk mund të përdorësh bluetooth në modalitetin \"në aeroplan\"."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Për të përdorur shërbimet e bluetooth-it, së pari duhet ta aktivizosh atë."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Të aktivizohet bluetooth-i tani?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Anulo"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Aktivizo"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Transferimi i skedarit"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Të pranohet skedari?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Refuzo"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Prano"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Në rregull!"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Përfundoi koha e veprimit për pranimin e skedarit hyrës nga \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Skedari në ardhje"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> është gati të dërgojë një skedar: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Shpërndarja përmes bluetooth-it: Po merret skedari <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Shpërndarja përmes bluetooth-it: U pranua skedari <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Shpërndarja përmes bluetooth-it: Skedari <xliff:g id="FILE">%1$s</xliff:g> nuk u pranua"</string> + <string name="notification_sending" msgid="8269912843286868700">"Shpërndarja përmes bluetooth-it: Po dërgohet skedari <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Shpërndarja përmes Bluetooth-it: Skedari <xliff:g id="FILE">%1$s</xliff:g> u dërgua"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% i përfunduar"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Shpërndarja përmes Bluetooth-it: Skedari <xliff:g id="FILE">%1$s</xliff:g> nuk u dërgua"</string> + <string name="download_title" msgid="6449408649671518102">"Transferimi i skedarit"</string> + <string name="download_line1" msgid="6449220145685308846">"Nga: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Skedari: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Madhësia e skedarit: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Po merr skedarin…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Ndalo"</string> + <string name="download_ok" msgid="2404442707314575833">"Fshih"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Nga"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Emri i skedarit:"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Madhësia"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Skedari nuk u mor"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Skedari: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Arsyeja: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Në rregull!"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Skedari u mor"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Hap"</string> + <string name="upload_line1" msgid="1912803923255989287">"Për: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Lloji i skedarit: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Po dërgon skedarin…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Skedari u dërgua"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Në rregull!"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Skedari nuk u dërgua te \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Skedari: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Mbyll"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Në rregull!"</string> + <string name="unknown_file" msgid="3719981572107052685">"Skedar i panjohur"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Nuk ka aplikacion për të trajtuar këtë lloj skedari. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Nuk ka skedar"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Skedari nuk ekziston. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Qëndro në pritje..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Po aktivizon bluetooth-in…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Skedari do të pranohet. Kontrollo ecurinë në panelin \"Njoftimet\"."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Ky skedar nuk mund të pranohet."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Ndaloi marrjen e skedarit nga \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Po e dërgon skedarin te \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Po dërgon <xliff:g id="NUMBER">%1$s</xliff:g> skedarë te \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Ndaloi dërgimin e skedarit te \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Nuk ka hapësirë të mjaftueshme në USB për të ruajtur skedarin."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Nuk ka hapësirë të mjaftueshme në kartën SD për ta ruajtur skedarin."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Hapësira e nevojshme: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Po përpunohen shumë kërkesa. Provo sërish më vonë."</string> + <string name="status_pending" msgid="4781040740237733479">"Transferimi i skedarit nuk ka filluar ende."</string> + <string name="status_running" msgid="7419075903776657351">"Transferimi i skedarit është duke u kryer."</string> + <string name="status_success" msgid="7963589000098719541">"Transferimi i skedarit përfundoi me sukses."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Përmbajtja nuk mbështetet"</string> + <string name="status_forbidden" msgid="4017060451358837245">"Transferimi ndalohet nga pajisja pritëse."</string> + <string name="status_canceled" msgid="8441679418717978515">"Transferimi u anulua nga përdoruesi."</string> + <string name="status_file_error" msgid="5379018888714679311">"Problem me hapësirën ruajtëse."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Nuk ka hapësirë ruajtëse USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Nuk ka kartë SD. Vendos një kartë SD për të ruajtur skedarët e transferuar."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Lidhja ishte e pasuksesshme."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Kërkesa nuk mund të trajtohet si duhet."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Gabim i panjohur."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Marrjet përmes Bluetooth-it"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Shpërndarja përmes \"Bluetooth-it\""</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> - Marrja përfundoi."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Dërgimi përfundoi."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Transferimet hyrëse"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Transferimet dalëse"</string> + <string name="no_transfers" msgid="740521199933899821">"Historiku i transferimeve është bosh."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Të gjithë artikujt do të pastrohen nga lista."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Shpërndarja përmes Bluetooth-it: Skedarët e dërguar"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Shpërndarja përmes bluetooth-it: Skedarët e pranuar"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> të pasuksesshme.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> i pasuksesshëm.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> të suksesshme, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> i suksesshëm, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Pastro listën"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Hap"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Pastro nga lista"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Pastro"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Po luhet tani"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Ruaj"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Anulo"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Zgjidh llogaritë që dëshiron të ndash me Bluetooth. Duhet të pranosh përsëri çdo qasje te llogaritë kur të lidhesh."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Fole të mbetura:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ikona e aplikacionit"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Cilësimet e ndarjes së mesazheve me Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Llogaria nuk mund të zgjidhet. 0 fole të mbetura"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Audioja e \"bluetooth-it\" e lidhur"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Audioja e \"bluetooth-it\" e shkëputur"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Audioja e \"bluetooth-it\""</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Skedarët më të mëdhenj se 4 GB nuk mund të transferohen"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Lidhu me Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Pastro listën"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Hap"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Pastro nga lista"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Pastro"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Po luhet tani"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Ruaj"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Anulo"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Zgjidh llogaritë që dëshiron të ndash me Bluetooth. Duhet të pranosh përsëri çdo qasje te llogaritë kur të lidhesh."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Fole të mbetura:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ikona e aplikacionit"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Cilësimet e ndarjes së mesazheve me Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Llogaria nuk mund të zgjidhet. 0 fole të mbetura"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Audioja e \"bluetooth-it\" e lidhur"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Audioja e \"bluetooth-it\" e shkëputur"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Audioja e \"bluetooth-it\""</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Skedarët më të mëdhenj se 4 GB nuk mund të transferohen"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Lidhu me Bluetooth"</string> </resources> diff --git a/android/app/res/values-sq/strings_pbap.xml b/android/app/res/values-sq/strings_pbap.xml index cfe1731594..0c0da34c59 100644 --- a/android/app/res/values-sq/strings_pbap.xml +++ b/android/app/res/values-sq/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Shkruaj tastin e sesionit për %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Kërkohet tasti i sesionit të bluetooth-it"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Përfundoi koha për të pranuar lidhjen me %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Përfundoi koha për të futur tastin e sesionit me %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Kërkesë për vërtetim të Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Tasti i sesionit"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Shkruaj tastin e sesionit për %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Opsioni pa duar"</string> - <string name="unknownName" msgid="2841414754740600042">"Emër i panjohur"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Emri im"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Ndarja e kontakteve me Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Shkruaj tastin e sesionit për %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Kërkohet tasti i sesionit të bluetooth-it"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Përfundoi koha për të pranuar lidhjen me %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Përfundoi koha për të futur tastin e sesionit me %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Kërkesë për vërtetim të Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Tasti i sesionit"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Shkruaj tastin e sesionit për %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Opsioni pa duar"</string> + <string name="unknownName" msgid="6755061296103155293">"Emër i panjohur"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Emri im"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Ndarja e kontakteve me Bluetooth"</string> </resources> diff --git a/android/app/res/values-sq/strings_pbap_client.xml b/android/app/res/values-sq/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-sq/strings_pbap_client.xml +++ b/android/app/res/values-sq/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-sq/strings_sap.xml b/android/app/res/values-sq/strings_sap.xml index 47b34d13bf..2b69d3a1b9 100644 --- a/android/app/res/values-sq/strings_sap.xml +++ b/android/app/res/values-sq/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Qasja në kartën SIM përmes Bluetooth-it"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Qasja në kartën SIM përmes Bluetooth-it"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"T\'i kërkohet klientit që të shkëputet?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Po pret që klienti të shkëputet"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Shkëput"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Detyro shkëputjen"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Qasja në kartën SIM përmes Bluetooth-it"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Qasja në kartën SIM përmes Bluetooth-it"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"T\'i kërkohet klientit që të shkëputet?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Po pret që klienti të shkëputet"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Shkëput"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Detyro shkëputjen"</string> </resources> diff --git a/android/app/res/values-sq/test_strings.xml b/android/app/res/values-sq/test_strings.xml index a2aad6210a..3a10baf25f 100644 --- a/android/app/res/values-sq/test_strings.xml +++ b/android/app/res/values-sq/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth-i"</string> - <string name="insert_record" msgid="1450997173838378132">"Fut të dhëna"</string> - <string name="update_record" msgid="2480425402384910635">"Konfirmo të dhënat"</string> - <string name="ack_record" msgid="6716152390978472184">"Të dhënat \"Ack\""</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Fshiji të gjitha të dhënat"</string> - <string name="ok_button" msgid="6519033415223065454">"Në rregull!"</string> - <string name="delete_record" msgid="4645040331967533724">"Fshi të dhënat"</string> - <string name="start_server" msgid="9034821924409165795">"Nis serverin TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Njofto serverin TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth-i"</string> + <string name="insert_record" msgid="4024416351836939752">"Fut të dhëna"</string> + <string name="update_record" msgid="7201772850942641237">"Konfirmo të dhënat"</string> + <string name="ack_record" msgid="2404738476192250210">"Të dhënat \"Ack\""</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Fshiji të gjitha të dhënat"</string> + <string name="ok_button" msgid="719865942400179601">"Në rregull!"</string> + <string name="delete_record" msgid="5713885957446255270">"Fshi të dhënat"</string> + <string name="start_server" msgid="134483798422082514">"Nis serverin TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Njofto serverin TCP"</string> </resources> diff --git a/android/app/res/values-sr/strings.xml b/android/app/res/values-sr/strings.xml index 7bc37cda8e..3c99d24ec8 100644 --- a/android/app/res/values-sr/strings.xml +++ b/android/app/res/values-sr/strings.xml @@ -16,124 +16,124 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Приступ менаџеру преузимања."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Омогућава апликацији да приступа менаџеру за дељење преко Bluetooth-а и да га користи за пренос датотека."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Стави приступ Bluetooth уређаја на листу прихваћених уређаја."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Дозвољава апликацији да привремено стави Bluetooth уређај на листу прихваћених уређаја, што омогућава том уређају да шаље датотеке овом уређају без одобрења корисника."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Непознати уређај"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Непознато"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Режим рада у авиону"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Не можете да користите Bluetooth у режиму рада у авиону."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Да бисте могли да користите Bluetooth услуге, најпре морате да укључите Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Желите ли одмах да укључите Bluetooth?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Откажи"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Укључи"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Пренос датотеке"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Желите ли да прихватите долазну датотеку?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Одбиј"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Прихвати"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Потврди"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Дошло је до временског ограничења током пријема долазне датотеке од „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Долазна датотека"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> је спреман/на да пошаље <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth дељење: пријем <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth дељење: примљено <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth дељење: датотека <xliff:g id="FILE">%1$s</xliff:g> није примљена"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth дељење: слање <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth дељење: послато <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Довршено је 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth дељење: датотека <xliff:g id="FILE">%1$s</xliff:g> није послата"</string> - <string name="download_title" msgid="3353228219772092586">"Пренос датотеке"</string> - <string name="download_line1" msgid="4926604799202134144">"Од: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="download_line2" msgid="5876973543019417712">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Величина датотеке: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Примање датотеке..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Заустави"</string> - <string name="download_ok" msgid="5000360731674466039">"Сакриј"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Од"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Назив датотеке"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Величина"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Датотека није примљена"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Разлог: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Потврди"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Датотека је примљена"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Отвори"</string> - <string name="upload_line1" msgid="2055952074059709052">"Коме: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="upload_line3" msgid="4920689672457037437">"Тип датотеке: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Слање датотеке..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Датотека је послата"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Потврди"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Датотека није послата на <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Затвори"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Потврди"</string> - <string name="unknown_file" msgid="6092727753965095366">"Непозната датотека"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Нема апликација за обраду овог типа датотеке. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Нема датотеке"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Датотека не постоји. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Сачекајте…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Укључивање Bluetooth-а…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Датотека ће бити примљена. Проверавајте ток на табли са обавештењима."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Није могуће примити датотеку."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Заустављен пријем датотеке од пошиљаоца „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Слање датотеке примаоцу „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Слање<xliff:g id="NUMBER">%1$s</xliff:g> датотека примаоцу „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Заустављено слање примаоцу „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Нема довољно простора у USB меморији за чување датотеке."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Нема довољно простора на SD картици за чување датотеке."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Потребан простор: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Превише захтева се обрађује. Пробајте поново касније."</string> - <string name="status_pending" msgid="2503691772030877944">"Пренос датотеке још није почео."</string> - <string name="status_running" msgid="6562808920311008696">"Пренос датотеке је у току."</string> - <string name="status_success" msgid="239573225847565868">"Пренос датотеке је довршен."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Садржај није подржан."</string> - <string name="status_forbidden" msgid="613956401054050725">"Циљни уређај је забранио пренос."</string> - <string name="status_canceled" msgid="6664490318773098285">"Корисник је отказао пренос."</string> - <string name="status_file_error" msgid="3671917770630165299">"Проблем са складиштем."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Нема USB меморије."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Нема SD картице. Уметните SD картицу да бисте сачували пренете датотеке."</string> - <string name="status_connection_error" msgid="947681831523219891">"Повезивање није успело."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Није могуће исправно обрадити захтев."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Непозната грешка."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Примљено преко Bluetooth-а"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Дељење преко Bluetooth-а"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Примљено у целости."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Слање је довршено."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Долазни преноси"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Одлазни преноси"</string> - <string name="no_transfers" msgid="3482965619151865672">"Историја преноса је празна."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Све ставке ће бити избрисане са листе."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Дељење преко Bluetooth-а: послате датотеке"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Дељење преко Bluetooth-а: примљене датотеке"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Приступ менаџеру преузимања."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Омогућава апликацији да приступа менаџеру за дељење преко Bluetooth-а и да га користи за пренос датотека."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Стави приступ Bluetooth уређаја на листу прихваћених уређаја."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Дозвољава апликацији да привремено стави Bluetooth уређај на листу прихваћених уређаја, што омогућава том уређају да шаље датотеке овом уређају без одобрења корисника."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Непознати уређај"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Непознато"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Режим рада у авиону"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Не можете да користите Bluetooth у режиму рада у авиону."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Да бисте могли да користите Bluetooth услуге, најпре морате да укључите Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Желите ли одмах да укључите Bluetooth?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Откажи"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Укључи"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Пренос датотеке"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Желите ли да прихватите долазну датотеку?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Одбиј"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Прихвати"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Потврди"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Дошло је до временског ограничења током пријема долазне датотеке од „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Долазна датотека"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> је спреман/на за слање фајла: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth дељење: пријем <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth дељење: примљено <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth дељење: датотека <xliff:g id="FILE">%1$s</xliff:g> није примљена"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth дељење: слање <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth дељење: послато <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Довршено је 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth дељење: датотека <xliff:g id="FILE">%1$s</xliff:g> није послата"</string> + <string name="download_title" msgid="6449408649671518102">"Пренос датотеке"</string> + <string name="download_line1" msgid="6449220145685308846">"Од: „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="download_line2" msgid="7634316500490825390">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Величина датотеке: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Примање датотеке..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Заустави"</string> + <string name="download_ok" msgid="2404442707314575833">"Сакриј"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Од"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Назив датотеке"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Величина"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Датотека није примљена"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Разлог: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Потврди"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Датотека је примљена"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Отвори"</string> + <string name="upload_line1" msgid="1912803923255989287">"Коме: „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="upload_line3" msgid="5964902647036741603">"Тип датотеке: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Слање датотеке..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Датотека је послата"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Потврди"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Датотека није послата на <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Датотека: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Затвори"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Потврди"</string> + <string name="unknown_file" msgid="3719981572107052685">"Непозната датотека"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Нема апликација за обраду овог типа датотеке. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Нема датотеке"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Датотека не постоји. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Сачекајте…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Укључивање Bluetooth-а…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Датотека ће бити примљена. Проверавајте ток на табли са обавештењима."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Није могуће примити датотеку."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Заустављен пријем датотеке од пошиљаоца „<xliff:g id="SENDER">%1$s</xliff:g>“"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Слање датотеке примаоцу „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Слање<xliff:g id="NUMBER">%1$s</xliff:g> датотека примаоцу „<xliff:g id="RECIPIENT">%2$s</xliff:g>“"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Заустављено слање примаоцу „<xliff:g id="RECIPIENT">%1$s</xliff:g>“"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Нема довољно простора у USB меморији за чување датотеке."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Нема довољно простора на SD картици за чување датотеке."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Потребан простор: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Превише захтева се обрађује. Пробајте поново касније."</string> + <string name="status_pending" msgid="4781040740237733479">"Пренос датотеке још није почео."</string> + <string name="status_running" msgid="7419075903776657351">"Пренос датотеке је у току."</string> + <string name="status_success" msgid="7963589000098719541">"Пренос датотеке је довршен."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Садржај није подржан."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Циљни уређај је забранио пренос."</string> + <string name="status_canceled" msgid="8441679418717978515">"Корисник је отказао пренос."</string> + <string name="status_file_error" msgid="5379018888714679311">"Проблем са складиштем."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Нема USB меморије."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Нема SD картице. Уметните SD картицу да бисте сачували пренете датотеке."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Повезивање није успело."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Није могуће исправно обрадити захтев."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Непозната грешка."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Примљено преко Bluetooth-а"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Дељење преко Bluetooth-а"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Примљено у целости."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Слање је довршено."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Долазни преноси"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Одлазни преноси"</string> + <string name="no_transfers" msgid="740521199933899821">"Историја преноса је празна."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Све ставке ће бити избрисане са листе."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Дељење преко Bluetooth-а: послате датотеке"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Дељење преко Bluetooth-а: примљене датотеке"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> неуспешна.</item> <item quantity="few"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> неуспешне.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> неуспешних.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> успешна, %2$s</item> <item quantity="few"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> успешне, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> успешних, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Обриши листу"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Отвори"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Обриши са листе"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Брисање"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Тренутно свира"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Сачувај"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Откажи"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Изаберите налоге које желите да делите преко Bluetooth-а. И даље морате да прихватите било какав приступ налозима при повезивању."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Преосталих места:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Икона апликације"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Подешавања Bluetooth дељења порука"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Није могуће изабрати налог. Нема преосталих места"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth аудио је повезан"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Веза са Bluetooth аудијом је прекинута"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth аудио"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Не могу да се преносе датотеке веће од 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Повежи са Bluetooth-ом"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Обриши листу"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Отвори"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Обриши са листе"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Брисање"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Тренутно свира"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Сачувај"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Откажи"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Изаберите налоге које желите да делите преко Bluetooth-а. И даље морате да прихватите било какав приступ налозима при повезивању."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Преосталих места:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Икона апликације"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Подешавања Bluetooth дељења порука"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Није могуће изабрати налог. Нема преосталих места"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth аудио је повезан"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Веза са Bluetooth аудијом је прекинута"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth аудио"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Не могу да се преносе датотеке веће од 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Повежи са Bluetooth-ом"</string> </resources> diff --git a/android/app/res/values-sr/strings_pbap.xml b/android/app/res/values-sr/strings_pbap.xml index 78d1a23a44..1fd8464d6c 100644 --- a/android/app/res/values-sr/strings_pbap.xml +++ b/android/app/res/values-sr/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Унесите кључ сесије за %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Потребан је кључ сесије за Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Истекло је време за прихватање везе са уређајем %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Истекло је време за унос кључа сесије помоћу %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Захтев за потврду идентитета преко Obex протокола"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Кључ сесије"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Унесите кључ сесије за %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Опрема за аутомобил"</string> - <string name="unknownName" msgid="2841414754740600042">"Непознато име"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Моје име"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Дељење контаката преко Bluetooth-а"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Унесите кључ сесије за %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Потребан је кључ сесије за Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Истекло је време за прихватање везе са уређајем %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Истекло је време за унос кључа сесије помоћу %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Захтев за потврду идентитета преко Obex протокола"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Кључ сесије"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Унесите кључ сесије за %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Опрема за аутомобил"</string> + <string name="unknownName" msgid="6755061296103155293">"Непознато име"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Моје име"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Дељење контаката преко Bluetooth-а"</string> </resources> diff --git a/android/app/res/values-sr/strings_pbap_client.xml b/android/app/res/values-sr/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-sr/strings_pbap_client.xml +++ b/android/app/res/values-sr/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-sr/strings_sap.xml b/android/app/res/values-sr/strings_sap.xml index 3f27f09932..8c81b9e1bd 100644 --- a/android/app/res/values-sr/strings_sap.xml +++ b/android/app/res/values-sr/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Приступ SIM картици преко Bluetooth-а"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Приступ SIM картици преко Bluetooth-а"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Желите ли да пошаљете клијенту захтев за прекид везе?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Чека се да клијент прекине везу"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Прекини везу"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Принудно прекини везу"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Приступ SIM картици преко Bluetooth-а"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Приступ SIM картици преко Bluetooth-а"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Желите ли да пошаљете клијенту захтев за прекид везе?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Чека се да клијент прекине везу"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Прекини везу"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Принудно прекини везу"</string> </resources> diff --git a/android/app/res/values-sr/test_strings.xml b/android/app/res/values-sr/test_strings.xml index 70ed0b48bf..e36fdb4a4d 100644 --- a/android/app/res/values-sr/test_strings.xml +++ b/android/app/res/values-sr/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Уметни запис"</string> - <string name="update_record" msgid="2480425402384910635">"Потврди запис"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack запис"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Избриши све записе"</string> - <string name="ok_button" msgid="6519033415223065454">"Потврди"</string> - <string name="delete_record" msgid="4645040331967533724">"Избриши запис"</string> - <string name="start_server" msgid="9034821924409165795">"Покрени TCP сервер"</string> - <string name="notify_server" msgid="4369106744022969655">"Обавести TCP сервер"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Уметни запис"</string> + <string name="update_record" msgid="7201772850942641237">"Потврди запис"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack запис"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Избриши све записе"</string> + <string name="ok_button" msgid="719865942400179601">"Потврди"</string> + <string name="delete_record" msgid="5713885957446255270">"Избриши запис"</string> + <string name="start_server" msgid="134483798422082514">"Покрени TCP сервер"</string> + <string name="notify_server" msgid="8832385166935137731">"Обавести TCP сервер"</string> </resources> diff --git a/android/app/res/values-sv/strings.xml b/android/app/res/values-sv/strings.xml index 4583ca6a0f..93b7e876ad 100644 --- a/android/app/res/values-sv/strings.xml +++ b/android/app/res/values-sv/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Åtkomst till nedladdningshanterare."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Tillåter att appen använder BluetoothShare-hanteraren vid överföring av filer."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Lägg till åtkomst för Bluetooth-enheten på godkännandelistan."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Tillåter att appen tillfälligt lägger till en Bluetooth-enhet på godkännandelistan så att det går att skicka filer från den enheten till den här utan bekräftelse från användaren."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Okänd enhet"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Okänd"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Flygplansläge"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Det går inte att använda Bluetooth i flygplansläge."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Du måste aktivera Bluetooth för att kunna använda Bluetooth-tjänster."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vill du aktivera Bluetooth nu?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Avbryt"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Aktivera"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Filöverföring"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Vill du ta emot den inkommande filen?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Avvisa"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Godkänn"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Tidsgränsen överskreds när en inkommande fil från <xliff:g id="SENDER">%1$s</xliff:g> skulle tas emot"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Inkommande fil"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> är klar att skicka <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth-delning: tar emot <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth-delning: <xliff:g id="FILE">%1$s</xliff:g> har tagits emot"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth-delning: filen <xliff:g id="FILE">%1$s</xliff:g> har inte tagits emot"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-delning: skickar <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth-delning: <xliff:g id="FILE">%1$s</xliff:g> har skickats"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100 % slutfört"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth-delning: filen <xliff:g id="FILE">%1$s</xliff:g> har inte skickats"</string> - <string name="download_title" msgid="3353228219772092586">"Filöverföring"</string> - <string name="download_line1" msgid="4926604799202134144">"Från: <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="download_line2" msgid="5876973543019417712">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Filstorlek: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Tar emot fil ..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Stopp"</string> - <string name="download_ok" msgid="5000360731674466039">"Dölj"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Från"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filnamn"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Storlek"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Filen har inte tagits emot"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Anledning: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Filen har tagits emot"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Öppna"</string> - <string name="upload_line1" msgid="2055952074059709052">"Till: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="upload_line3" msgid="4920689672457037437">"Filtyp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Skickar fil ..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Filen har skickats"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Filen skickades inte till <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Stäng"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Okänd fil"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Det finns ingen app för att hantera denna typ av fil. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ingen fil"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Filen finns inte. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Vänta …"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth aktiveras …"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Filen tas emot. Du kan se förloppet på aviseringspanelen."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Filen kan inte tas emot."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Slutade ta emot fil från <xliff:g id="SENDER">%1$s</xliff:g>"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Skickar fil till <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Skickar <xliff:g id="NUMBER">%1$s</xliff:g> filer till <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Filöverföringen till <xliff:g id="RECIPIENT">%1$s</xliff:g> har avbrutits"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Det finns inte tillräckligt mycket utrymme på USB-lagringsenheten för att spara filen."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Det finns för lite utrymme på SD-kortet för att spara filen."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Utrymmesbehov: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"För många begäranden bearbetas. Försök igen senare."</string> - <string name="status_pending" msgid="2503691772030877944">"Filöverföringen har inte börjat."</string> - <string name="status_running" msgid="6562808920311008696">"Filöverföring pågår."</string> - <string name="status_success" msgid="239573225847565868">"Filöverföringen har slutförts."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Innehållet stöds inte."</string> - <string name="status_forbidden" msgid="613956401054050725">"Målenheten tillåter inte överföringen."</string> - <string name="status_canceled" msgid="6664490318773098285">"Överföringen avbröts av användaren."</string> - <string name="status_file_error" msgid="3671917770630165299">"Lagringsproblem."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Ingen USB-lagringsenhet."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Det finns inget SD-kort. Sätt i ett SD-kort om du vill spara överförda filer."</string> - <string name="status_connection_error" msgid="947681831523219891">"Anslutningen misslyckades."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Begäran kan inte hanteras korrekt."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Okänt fel."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Mottaget via Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth-delning"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> har tagits emot fullständigt."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> har skickats fullständigt."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Inkommande överföringar"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Utgående överföringar"</string> - <string name="no_transfers" msgid="3482965619151865672">"Det finns ingen överföringshistorik."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Alla objekt tas bort från listan."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-delning: skickade filer"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-delning: mottagna filer"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Åtkomst till nedladdningshanterare."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Tillåter att appen använder BluetoothShare-hanteraren vid överföring av filer."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Lägg till åtkomst för Bluetooth-enheten på godkännandelistan."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Tillåter att appen tillfälligt lägger till en Bluetooth-enhet på godkännandelistan så att det går att skicka filer från den enheten till den här utan bekräftelse från användaren."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Okänd enhet"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Okänd"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Flygplansläge"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Det går inte att använda Bluetooth i flygplansläge."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Du måste aktivera Bluetooth för att kunna använda Bluetooth-tjänster."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vill du aktivera Bluetooth nu?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Avbryt"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Aktivera"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Filöverföring"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Vill du ta emot den inkommande filen?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Avvisa"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Godkänn"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Tidsgränsen överskreds när en inkommande fil från <xliff:g id="SENDER">%1$s</xliff:g> skulle tas emot"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Inkommande fil"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> är redo att skicka en fil: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth-delning: tar emot <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth-delning: <xliff:g id="FILE">%1$s</xliff:g> har tagits emot"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth-delning: filen <xliff:g id="FILE">%1$s</xliff:g> har inte tagits emot"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth-delning: skickar <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth-delning: <xliff:g id="FILE">%1$s</xliff:g> har skickats"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100 % slutfört"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth-delning: filen <xliff:g id="FILE">%1$s</xliff:g> har inte skickats"</string> + <string name="download_title" msgid="6449408649671518102">"Filöverföring"</string> + <string name="download_line1" msgid="6449220145685308846">"Från: <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="download_line2" msgid="7634316500490825390">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Filstorlek: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Tar emot fil ..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Stopp"</string> + <string name="download_ok" msgid="2404442707314575833">"Dölj"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Från"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filnamn"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Storlek"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Filen har inte tagits emot"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Anledning: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Filen har tagits emot"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Öppna"</string> + <string name="upload_line1" msgid="1912803923255989287">"Till: <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="upload_line3" msgid="5964902647036741603">"Filtyp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Skickar fil ..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Filen har skickats"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Filen skickades inte till <xliff:g id="RECIPIENT">%1$s</xliff:g>."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fil: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Stäng"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Okänd fil"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Det finns ingen app för att hantera denna typ av fil. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ingen fil"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Filen finns inte. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Vänta …"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth aktiveras …"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Filen tas emot. Du kan se förloppet på aviseringspanelen."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Filen kan inte tas emot."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Slutade ta emot fil från <xliff:g id="SENDER">%1$s</xliff:g>"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Skickar fil till <xliff:g id="RECIPIENT">%1$s</xliff:g>"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Skickar <xliff:g id="NUMBER">%1$s</xliff:g> filer till <xliff:g id="RECIPIENT">%2$s</xliff:g>"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Filöverföringen till <xliff:g id="RECIPIENT">%1$s</xliff:g> har avbrutits"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Det finns inte tillräckligt mycket utrymme på USB-lagringsenheten för att spara filen."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Det finns för lite utrymme på SD-kortet för att spara filen."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Utrymmesbehov: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"För många begäranden bearbetas. Försök igen senare."</string> + <string name="status_pending" msgid="4781040740237733479">"Filöverföringen har inte börjat."</string> + <string name="status_running" msgid="7419075903776657351">"Filöverföring pågår."</string> + <string name="status_success" msgid="7963589000098719541">"Filöverföringen har slutförts."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Innehållet stöds inte."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Målenheten tillåter inte överföringen."</string> + <string name="status_canceled" msgid="8441679418717978515">"Överföringen avbröts av användaren."</string> + <string name="status_file_error" msgid="5379018888714679311">"Lagringsproblem."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Ingen USB-lagringsenhet."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Det finns inget SD-kort. Sätt i ett SD-kort om du vill spara överförda filer."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Anslutningen misslyckades."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Begäran kan inte hanteras korrekt."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Okänt fel."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Mottaget via Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth-delning"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> har tagits emot fullständigt."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> har skickats fullständigt."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Inkommande överföringar"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Utgående överföringar"</string> + <string name="no_transfers" msgid="740521199933899821">"Det finns ingen överföringshistorik."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Alla objekt tas bort från listan."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth-delning: skickade filer"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth-delning: mottagna filer"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> misslyckades.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> misslyckades.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> lyckades, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> lyckades, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Rensa listan"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Öppna"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Ta bort från listan"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Rensa"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Nu spelas"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Spara"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Avbryt"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Välj de konton du vill dela via Bluetooth. Du måste fortfarande godkänna åtkomsten till kontona vid anslutning."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Platser kvar:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Appikon"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Inställningar för meddelandedelning via Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Det gick inte att välja konton. 0 platser kvar"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth-ljud är anslutet"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth-ljud är frånkopplat"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth-ljud"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Det går inte att överföra filer som är större än 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Anslut till Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Rensa listan"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Öppna"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Ta bort från listan"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Rensa"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Nu spelas"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Spara"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Avbryt"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Välj de konton du vill dela via Bluetooth. Du måste fortfarande godkänna åtkomsten till kontona vid anslutning."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Platser kvar:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Appikon"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Inställningar för meddelandedelning via Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Det gick inte att välja konton. 0 platser kvar"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth-ljud är anslutet"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth-ljud är frånkopplat"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth-ljud"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Det går inte att överföra filer som är större än 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Anslut till Bluetooth"</string> </resources> diff --git a/android/app/res/values-sv/strings_pbap.xml b/android/app/res/values-sv/strings_pbap.xml index 9ed99434a0..e5908af995 100644 --- a/android/app/res/values-sv/strings_pbap.xml +++ b/android/app/res/values-sv/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Ange sessionsnyckeln för %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"En Bluetooth-sessionsnyckel krävs"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Tidsgränsen för godkännande av anslutning till %1$s har överskridits"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Tiden för inmatning av sessionsnyckel med %1$s har gått ut"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex-autentiseringsbegäran"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Sessionsnyckel"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Ange sessionsnyckeln för %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Bilsats"</string> - <string name="unknownName" msgid="2841414754740600042">"Okänt namn"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Mitt namn"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Kontaktdelning via Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Ange sessionsnyckeln för %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"En Bluetooth-sessionsnyckel krävs"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Tidsgränsen för godkännande av anslutning till %1$s har överskridits"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Tiden för inmatning av sessionsnyckel med %1$s har gått ut"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex-autentiseringsbegäran"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Sessionsnyckel"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Ange sessionsnyckeln för %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Bilsats"</string> + <string name="unknownName" msgid="6755061296103155293">"Okänt namn"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Mitt namn"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Kontaktdelning via Bluetooth"</string> </resources> diff --git a/android/app/res/values-sv/strings_pbap_client.xml b/android/app/res/values-sv/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-sv/strings_pbap_client.xml +++ b/android/app/res/values-sv/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-sv/strings_sap.xml b/android/app/res/values-sv/strings_sap.xml index 442cc52e90..27becc9778 100644 --- a/android/app/res/values-sv/strings_sap.xml +++ b/android/app/res/values-sv/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"SIM-åtkomst för Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"SIM-åtkomst för Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Vill du begära att klienten ska koppla från?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Väntar på att klienten ska koppla från"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Koppla från"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Tvinga frånkoppling"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"SIM-åtkomst för Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"SIM-åtkomst för Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Vill du begära att klienten ska koppla från?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Väntar på att klienten ska koppla från"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Koppla från"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Tvinga frånkoppling"</string> </resources> diff --git a/android/app/res/values-sv/test_strings.xml b/android/app/res/values-sv/test_strings.xml index a4ba061fa7..0367b921ab 100644 --- a/android/app/res/values-sv/test_strings.xml +++ b/android/app/res/values-sv/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Infoga post"</string> - <string name="update_record" msgid="2480425402384910635">"Bekräfta post"</string> - <string name="ack_record" msgid="6716152390978472184">"Bekräftelsepost"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Ta bort alla poster"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Ta bort post"</string> - <string name="start_server" msgid="9034821924409165795">"Starta TCP-server"</string> - <string name="notify_server" msgid="4369106744022969655">"Avisera TCP-server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Infoga post"</string> + <string name="update_record" msgid="7201772850942641237">"Bekräfta post"</string> + <string name="ack_record" msgid="2404738476192250210">"Bekräftelsepost"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Ta bort alla poster"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Ta bort post"</string> + <string name="start_server" msgid="134483798422082514">"Starta TCP-server"</string> + <string name="notify_server" msgid="8832385166935137731">"Avisera TCP-server"</string> </resources> diff --git a/android/app/res/values-sw/strings.xml b/android/app/res/values-sw/strings.xml index 9372775ea1..5166930b25 100644 --- a/android/app/res/values-sw/strings.xml +++ b/android/app/res/values-sw/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Fikia kidhibiti cha vipakuliwa."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Huruhusu programu kufikia kidhibiti cha BluetoothShare na kukitumia kuhamisha faili."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Orodha ya vifaa vyenye bluetooth vilivyoruhusiwa kufikia."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Huruhusu programu kuorodhesha kwa muda Kifaa chenye Bluetooth kwenye orodha ya vifaa vilivyoruhusiwa, ikiruhusu kifaa hicho kutuma faili kwenye kifaa hiki bila uthibitishaji wa mtumiaji."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Kifaa kisichojulikana"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Haijulikani"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Hali ya ndegeni"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Huwezi kutumia Bluetooth kifaa kikiwa katika hali ya Ndegeni."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Kutumia huduma za Bluetooth, lazima kwanza uwashe Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Je wataka kuwasha Bluetooth sasa?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Ghairi"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Washa"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Uhamishaji faili"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Ungependa kupokea faili inayoingia?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Kataa"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Kubali"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Sawa"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Muda ulikatika wakati wa kukubali faili inayoingia kutoka \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Faili Zinazoingia"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ako tayari kutuma <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Kushiriki kwa bluetooth: Inapokea <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Kushiriki kwa bluetooth: Imepokea <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Kushiriki kwa Bluetooth: Faili <xliff:g id="FILE">%1$s</xliff:g> haijapokewa"</string> - <string name="notification_sending" msgid="3035748958534983833">"Kushiriki kwa bluetooth: Inatuma <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Kushiriki kwa bluetooth: Imetuma <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Imekamilika 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Kushiriki kwa bluetooth: Faili <xliff:g id="FILE">%1$s</xliff:g> haijatumwa"</string> - <string name="download_title" msgid="3353228219772092586">"Uhamishaji faili"</string> - <string name="download_line1" msgid="4926604799202134144">"Kutoka: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Faili: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Ukubwa wa faili: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Inapokea faili..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Komesha"</string> - <string name="download_ok" msgid="5000360731674466039">"Ficha"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Kutoka"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Jina la faili"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Ukubwa"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Faili haijapokelewa"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Faili: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Sababu: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Sawa"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Faili imepokelewa"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Fungua"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kwa: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Aina ya Faili: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Inatuma faili..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Faili imetumwa"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Sawa"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Faili haikutumwa kwa \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Faili: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Funga"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Sawa"</string> - <string name="unknown_file" msgid="6092727753965095366">"Faili isiyojulikana"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Hakuna programu ya kushughulikia aina hii ya faili. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Hakuna faili."</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Faili haipo. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Tafadhali subiri…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Inawasha Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Faili itapokelewa. Kagua maendeleo katika paneli ya Arifa."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Faili haiwezi kupokewa."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Ilikomesha upokeaji wa faili kutoka \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Inatuma faili kwa \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Inatuma faili <xliff:g id="NUMBER">%1$s</xliff:g> kwa \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Ilikomesha utumaji faili kwa \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Nafasi haitoshi kuhifadhi faili kwenye hifadhi ya USB."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Nafasi haitoshi kuhifadhi faili kwenye kadi ya SD."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Nafasi inayohitajika: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Maombi mengi sana yanashughulikiwa. Jaribu tena baadaye."</string> - <string name="status_pending" msgid="2503691772030877944">"Uhamishaji wa faili bado haijaanzishwa."</string> - <string name="status_running" msgid="6562808920311008696">"Uhamihaji faili unaendelea."</string> - <string name="status_success" msgid="239573225847565868">"Faili imehamishwa."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Maudhui haiauniwi."</string> - <string name="status_forbidden" msgid="613956401054050725">"Uhamishaji umekatazwa na kifaa kinacholengwa."</string> - <string name="status_canceled" msgid="6664490318773098285">"Uhamishaji umeghairiwa na mtumiaji."</string> - <string name="status_file_error" msgid="3671917770630165299">"Suala la hifadhi."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Hakuna hifadhi ya USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Hakuna kadi ya SD. Weka kadi ya SD ili uhifadhi faili zinazohamishwa."</string> - <string name="status_connection_error" msgid="947681831523219891">"Muunganisho haujafanikiwa."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Ombi haliwezi kushughulikiwa kwa usahihi."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Hitilafu isiyojulikana."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Zilizopokewa kupitia Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Shiriki Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Imepokelewa kikamilifu"</string> - <string name="upload_success" msgid="4014469387779648949">"Kutuma kwa <xliff:g id="FILE_SIZE">%1$s</xliff:g> kumekamilika."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Mahamisho yanayoingia"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Mahamisho yanayotoka"</string> - <string name="no_transfers" msgid="3482965619151865672">"Historia ya uhamishaji haina chochote."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Vipengee vyote vitafutwa kutoka kwenye orodha."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Kushiriki kwa bluetooth: Faili zilizotumwa"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Kushiriki kwa bluetooth: Faili zilizopokelewa"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Fikia kidhibiti cha vipakuliwa."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Huruhusu programu kufikia kidhibiti cha BluetoothShare na kukitumia kuhamisha faili."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Orodha ya vifaa vyenye bluetooth vilivyoruhusiwa kufikia."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Huruhusu programu kuorodhesha kwa muda Kifaa chenye Bluetooth kwenye orodha ya vifaa vilivyoruhusiwa, ikiruhusu kifaa hicho kutuma faili kwenye kifaa hiki bila uthibitishaji wa mtumiaji."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Kifaa kisichojulikana"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Haijulikani"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Hali ya ndegeni"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Huwezi kutumia Bluetooth kifaa kikiwa katika hali ya Ndegeni."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Kutumia huduma za Bluetooth, lazima kwanza uwashe Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Je wataka kuwasha Bluetooth sasa?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Ghairi"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Washa"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Uhamishaji faili"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Ungependa kupokea faili inayoingia?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Kataa"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Kubali"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Sawa"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Muda ulikatika wakati wa kukubali faili inayoingia kutoka \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Faili Zinazoingia"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ako tayari kutuma faili: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Kushiriki kwa bluetooth: Inapokea <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Kushiriki kwa bluetooth: Imepokea <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Kushiriki kwa Bluetooth: Faili <xliff:g id="FILE">%1$s</xliff:g> haijapokewa"</string> + <string name="notification_sending" msgid="8269912843286868700">"Kushiriki kwa bluetooth: Inatuma <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Kushiriki kwa bluetooth: Imetuma <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Imekamilika 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Kushiriki kwa bluetooth: Faili <xliff:g id="FILE">%1$s</xliff:g> haijatumwa"</string> + <string name="download_title" msgid="6449408649671518102">"Uhamishaji faili"</string> + <string name="download_line1" msgid="6449220145685308846">"Kutoka: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Faili: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Ukubwa wa faili: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Inapokea faili..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Komesha"</string> + <string name="download_ok" msgid="2404442707314575833">"Ficha"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Kutoka"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Jina la faili"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Ukubwa"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Faili haijapokelewa"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Faili: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Sababu: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Sawa"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Faili imepokelewa"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Fungua"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kwa: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Aina ya Faili: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Inatuma faili..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Faili imetumwa"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Sawa"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Faili haikutumwa kwa \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Faili: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Funga"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Sawa"</string> + <string name="unknown_file" msgid="3719981572107052685">"Faili isiyojulikana"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Hakuna programu ya kushughulikia aina hii ya faili. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Hakuna faili."</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Faili haipo. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Tafadhali subiri…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Inawasha Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Faili itapokelewa. Kagua maendeleo katika paneli ya Arifa."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Faili haiwezi kupokewa."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Ilikomesha upokeaji wa faili kutoka \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Inatuma faili kwa \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Inatuma faili <xliff:g id="NUMBER">%1$s</xliff:g> kwa \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Ilikomesha utumaji faili kwa \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Nafasi haitoshi kuhifadhi faili kwenye hifadhi ya USB."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Nafasi haitoshi kuhifadhi faili kwenye kadi ya SD."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Nafasi inayohitajika: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Maombi mengi sana yanashughulikiwa. Jaribu tena baadaye."</string> + <string name="status_pending" msgid="4781040740237733479">"Uhamishaji wa faili bado haijaanzishwa."</string> + <string name="status_running" msgid="7419075903776657351">"Uhamihaji faili unaendelea."</string> + <string name="status_success" msgid="7963589000098719541">"Faili imehamishwa."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Maudhui haiauniwi."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Uhamishaji umekatazwa na kifaa kinacholengwa."</string> + <string name="status_canceled" msgid="8441679418717978515">"Uhamishaji umeghairiwa na mtumiaji."</string> + <string name="status_file_error" msgid="5379018888714679311">"Suala la hifadhi."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Hakuna hifadhi ya USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Hakuna kadi ya SD. Weka kadi ya SD ili uhifadhi faili zinazohamishwa."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Muunganisho haujafanikiwa."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Ombi haliwezi kushughulikiwa kwa usahihi."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Hitilafu isiyojulikana."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Zilizopokewa kupitia Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Shiriki Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Imepokelewa kikamilifu"</string> + <string name="upload_success" msgid="143787470859042049">"Kutuma kwa <xliff:g id="FILE_SIZE">%1$s</xliff:g> kumekamilika."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Mahamisho yanayoingia"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Mahamisho yanayotoka"</string> + <string name="no_transfers" msgid="740521199933899821">"Historia ya uhamishaji haina chochote."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Vipengee vyote vitafutwa kutoka kwenye orodha."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Kushiriki kwa bluetooth: Faili zilizotumwa"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Kushiriki kwa bluetooth: Faili zilizopokelewa"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> haikufaulu.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> hazikufaulu.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> imefaulu, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> zimefaulu, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Futa orodha"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Fungua"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Futa kutoka orodha"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Futa"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Inayocheza Sasa"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Hifadhi"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Ghairi"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Chagua akaunti unazotaka kushiriki kupitia Bluetooth. Bado unatakiwa kutoa idhini ya ufikiaji wowote kwenye akaunti yako wakati unaunganisha."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Nafasi zilizosalia:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Aikoni ya programu"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Mipangilio ya Kushiriki Ujumbe wa Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Haiwezi kuchagua akaunti. Nafasi 0 zimesalia"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Imeunganisha sauti ya Bluetooth"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Imeondoa sauti ya Bluetooth"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Sauti ya Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Haiwezi kutuma faili zinazozidi GB 4"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Unganisha kwenye Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Futa orodha"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Fungua"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Futa kutoka orodha"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Futa"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Inayocheza Sasa"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Hifadhi"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Ghairi"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Chagua akaunti unazotaka kushiriki kupitia Bluetooth. Bado unatakiwa kutoa idhini ya ufikiaji wowote kwenye akaunti yako wakati unaunganisha."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Nafasi zilizosalia:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Aikoni ya programu"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Mipangilio ya Kushiriki Ujumbe wa Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Haiwezi kuchagua akaunti. Nafasi 0 zimesalia"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Imeunganisha sauti ya Bluetooth"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Imeondoa sauti ya Bluetooth"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Sauti ya Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Haiwezi kutuma faili zinazozidi GB 4"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Unganisha kwenye Bluetooth"</string> </resources> diff --git a/android/app/res/values-sw/strings_pbap.xml b/android/app/res/values-sw/strings_pbap.xml index 8ac780aa97..0c38faf14b 100644 --- a/android/app/res/values-sw/strings_pbap.xml +++ b/android/app/res/values-sw/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Andika nenosiri ya kipindi wa %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Nenosiri ya kipindi cha Bluetooth inahitajika"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Muda wa kukubali muunganisho na %1$s umepita"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Muda wa kuweka nenosiri kwa kipindi na %1$s umepita"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Ombi la uthibitishaji kutoka Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ufunguo wa Kipindi"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Andika nenosiri ya kipindi kwa %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Kifaa cha gari"</string> - <string name="unknownName" msgid="2841414754740600042">"Jina lisilojulikana"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Jina langu"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Kushiriki Anwani kupitia Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Andika nenosiri ya kipindi wa %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Nenosiri ya kipindi cha Bluetooth inahitajika"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Muda wa kukubali muunganisho na %1$s umepita"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Muda wa kuweka nenosiri kwa kipindi na %1$s umepita"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Ombi la uthibitishaji kutoka Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ufunguo wa Kipindi"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Andika nenosiri ya kipindi kwa %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Kifaa cha gari"</string> + <string name="unknownName" msgid="6755061296103155293">"Jina lisilojulikana"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Jina langu"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Kushiriki Anwani kupitia Bluetooth"</string> </resources> diff --git a/android/app/res/values-sw/strings_pbap_client.xml b/android/app/res/values-sw/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-sw/strings_pbap_client.xml +++ b/android/app/res/values-sw/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-sw/strings_sap.xml b/android/app/res/values-sw/strings_sap.xml index aade13ee85..465c6d7cf1 100644 --- a/android/app/res/values-sw/strings_sap.xml +++ b/android/app/res/values-sw/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM access"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM Access"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Je, ungependa kuomba mteja aondoe?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Inasubiri mteja aondoe"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Ondoa"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Lazimisha kuondoa"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM access"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM Access"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Je, ungependa kuomba mteja aondoe?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Inasubiri mteja aondoe"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Ondoa"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Lazimisha kuondoa"</string> </resources> diff --git a/android/app/res/values-sw/test_strings.xml b/android/app/res/values-sw/test_strings.xml index e724cab8e8..2d1a95e0d8 100644 --- a/android/app/res/values-sw/test_strings.xml +++ b/android/app/res/values-sw/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Ingiza rekodi"</string> - <string name="update_record" msgid="2480425402384910635">"Thibitisha rekodi"</string> - <string name="ack_record" msgid="6716152390978472184">"Rekodi ya Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Futa rekodi zote"</string> - <string name="ok_button" msgid="6519033415223065454">"Sawa"</string> - <string name="delete_record" msgid="4645040331967533724">"Futa rekodi"</string> - <string name="start_server" msgid="9034821924409165795">"Anzisha seva ya TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Arifu seva ya TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Ingiza rekodi"</string> + <string name="update_record" msgid="7201772850942641237">"Thibitisha rekodi"</string> + <string name="ack_record" msgid="2404738476192250210">"Rekodi ya Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Futa rekodi zote"</string> + <string name="ok_button" msgid="719865942400179601">"Sawa"</string> + <string name="delete_record" msgid="5713885957446255270">"Futa rekodi"</string> + <string name="start_server" msgid="134483798422082514">"Anzisha seva ya TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Arifu seva ya TCP"</string> </resources> diff --git a/android/app/res/values-ta/strings.xml b/android/app/res/values-ta/strings.xml index e9ed49104d..84e614b5f8 100644 --- a/android/app/res/values-ta/strings.xml +++ b/android/app/res/values-ta/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"பதிவிறக்க நிர்வாகியை அணுகவும்."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"BluetoothShare நிர்வாகியை அணுகுவதற்குப் ஆப்ஸை அனுமதித்து, கோப்புகளைப் பரிமாற்ற அதைப் பயன்படுத்துகிறது."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"புளூடூத் சாதன அணுகல் ஏற்புப்பட்டியல்."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"புளூடூத் சாதனத்தைத் தற்காலிகமாக ஏற்புப் பட்டியலில் சேர்க்க ஆப்ஸை அனுமதிக்கிறது, பயனரின் உறுதிப்படுத்தலின்றி கோப்புகளை இந்தச் சாதனத்திற்கு அனுப்பலாம்."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"புளூடூத்"</string> - <string name="unknown_device" msgid="9221903979877041009">"அறியப்படாத சாதனம்"</string> - <string name="unknownNumber" msgid="4994750948072751566">"அறியப்படாதது"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"விமானப் பயன்முறை"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"விமானப் பயன்முறையில் புளூடூத் ஐப் பயன்படுத்த முடியாது."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"புளூடூத் சேவைகளைப் பயன்படுத்த, முதலில் புளூடூத்தை இயக்க வேண்டும்."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"இப்போது புளூடூத்தை இயக்கவா?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ரத்துசெய்"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"இயக்கு"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"கோப்பு பரிமாற்றம்"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"உள்வரும் கோப்பை ஏற்கவா?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"நிராகரி"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ஏற்கிறேன்"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"சரி"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" இடமிருந்து வரும் கோப்பை ஏற்கும்போது நேரம் முடிந்தது"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"உள்வரும் கோப்பு"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>, <xliff:g id="FILE">%2$s</xliff:g> கோப்பை அனுப்புவதற்குத் தயாராக உள்ளார்"</string> - <string name="notification_receiving" msgid="4674648179652543984">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஐப் பெறுகிறது"</string> - <string name="notification_received" msgid="3324588019186687985">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> பெறப்பட்டது"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஐப் பெறவில்லை"</string> - <string name="notification_sending" msgid="3035748958534983833">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஐ அனுப்புகிறது"</string> - <string name="notification_sent" msgid="9218710861333027778">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> அனுப்பப்பட்டது"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% முடிந்தது"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> கோப்பு அனுப்பப்படவில்லை"</string> - <string name="download_title" msgid="3353228219772092586">"கோப்பு பரிமாற்றம்"</string> - <string name="download_line1" msgid="4926604799202134144">"அனுப்புநர்: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"கோப்பு: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"கோப்பின் அளவு: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"கோப்பைப் பெறுகிறது…"</string> - <string name="download_cancel" msgid="9177305996747500768">"நிறுத்து"</string> - <string name="download_ok" msgid="5000360731674466039">"மறை"</string> - <string name="incoming_line1" msgid="2127419875681087545">"அனுப்புநர்"</string> - <string name="incoming_line2" msgid="3348994249285315873">"கோப்புப்பெயர்"</string> - <string name="incoming_line3" msgid="7954237069667474024">"அளவு"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"கோப்பு பெறப்படவில்லை"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"கோப்பு: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"காரணம்: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"சரி"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"கோப்பு பெறப்பட்டது"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"திற"</string> - <string name="upload_line1" msgid="2055952074059709052">"பெறுநர்: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"கோப்பு வகை: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"கோப்பை அனுப்புகிறது…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"கோப்பு அனுப்பப்பட்டது"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"சரி"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" க்கு கோப்பு அனுப்பப்படவில்லை."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"கோப்பு: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"மூடு"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"சரி"</string> - <string name="unknown_file" msgid="6092727753965095366">"அறியப்படாத கோப்பு"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"இந்த வகையான கோப்பைக் கையாள எந்தப் பயன்பாடும் இல்லை. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"கோப்பு இல்லை"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"கோப்பு இல்லை. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"காத்திருக்கவும்…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"புளூடூத்தை இயக்குகிறது…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"கோப்பு பெறப்படும். அறிவிப்புகள் பலகத்தில் செயல்நிலையைப் பார்க்கவும்."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"கோப்பு பெறப்படவில்லை."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" இடமிருந்து கோப்பு பெறுவது நிறுத்தப்பட்டது"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" க்கு கோப்பு அனுப்பப்படுகிறது"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> கோப்புகள் \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" க்கு அனுப்பப்படுகின்றன"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" க்கு கோப்பு அனுப்புவது நிறுத்தப்பட்டது"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ஃபைலைச் சேமிக்க USB சேமிப்பகத்தில் போதுமான இடம் இல்லை."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ஃபைலைச் சேமிக்க SD கார்டில் போதுமான இடம் இல்லை."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"தேவைப்படும் இடம்: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"மிக அதிகமான கோரிக்கைகள் செயல்படுத்தப்படுகின்றன. பிறகு முயற்சிக்கவும்."</string> - <string name="status_pending" msgid="2503691772030877944">"கோப்பு பரிமாற்றம் இன்னும் தொடங்கவில்லை."</string> - <string name="status_running" msgid="6562808920311008696">"கோப்பு இடமாற்றம் நடைபெறுகிறது."</string> - <string name="status_success" msgid="239573225847565868">"கோப்பு பரிமாற்றம் வெற்றி."</string> - <string name="status_not_accept" msgid="1695082417193780738">"உள்ளடக்கம் ஆதரிக்கப்படவில்லை."</string> - <string name="status_forbidden" msgid="613956401054050725">"இலக்குச் சாதனம் பரிமாற்றத்தைத் தடைசெய்தது."</string> - <string name="status_canceled" msgid="6664490318773098285">"பயனர் இடமாற்றத்தை ரத்துசெய்தார்."</string> - <string name="status_file_error" msgid="3671917770630165299">"சேமிப்பிடத்தில் சிக்கல்."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB சேமிப்பிடம் இல்லை."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD கார்டு இல்லை. அனுப்பப்பட்ட ஃபைல்களைச் சேமிக்க SD கார்டைச் செருகவும்."</string> - <string name="status_connection_error" msgid="947681831523219891">"இணைப்பு தோல்வி."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"கோரிக்கை சரியாக கையாளப்படவில்லை."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"தெரியாத பிழை."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"புளூடூத் - பெற்றவை"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"புளூடூத் பகிர்வு"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> பெறப்பட்டது."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> அனுப்புவது முடிந்தது."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"உள் இடமாற்றங்கள்"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"வெளிச்செல்லும் பரிமாற்றங்கள்"</string> - <string name="no_transfers" msgid="3482965619151865672">"பரிமாற்ற வரலாற்றில் எதுவுமில்லை."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"பட்டியலிலிருந்து அனைத்தும் அழிக்கப்படும்."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"புளூடூத் பகிர்வு: அனுப்பியவை"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"புளூடூத் பகிர்வு: பெற்ற கோப்புகள்"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"பதிவிறக்க நிர்வாகியை அணுகவும்."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"BluetoothShare நிர்வாகியை அணுகுவதற்குப் ஆப்ஸை அனுமதித்து, ஃபைல்களைப் பரிமாற்ற அதைப் பயன்படுத்துகிறது."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"புளூடூத் சாதன அணுகல் ஏற்புப்பட்டியல்."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"புளூடூத் சாதனத்தைத் தற்காலிகமாக ஏற்புப் பட்டியலில் சேர்க்க ஆப்ஸை அனுமதிக்கிறது, பயனரின் உறுதிப்படுத்தலின்றி ஃபைல்களை இந்தச் சாதனத்திற்கு அனுப்பலாம்."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"புளூடூத்"</string> + <string name="unknown_device" msgid="2317679521750821654">"அறியப்படாத சாதனம்"</string> + <string name="unknownNumber" msgid="1245183329830158661">"அறியப்படாதது"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"விமானப் பயன்முறை"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"விமானப் பயன்முறையில் புளூடூத் ஐப் பயன்படுத்த முடியாது."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"புளூடூத் சேவைகளைப் பயன்படுத்த, முதலில் புளூடூத்தை இயக்க வேண்டும்."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"இப்போது புளூடூத்தை இயக்கவா?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ரத்துசெய்"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"இயக்கு"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ஃபைல் பரிமாற்றம்"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"உள்வரும் ஃபைலை ஏற்கவா?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"நிராகரி"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ஏற்கிறேன்"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"சரி"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" இடமிருந்து வரும் ஃபைலை ஏற்கும்போது நேரம் முடிந்தது"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"உள்வரும் ஃபைல்"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="FILE">%2$s</xliff:g> ஃபைலை அனுப்ப <xliff:g id="SENDER">%1$s</xliff:g> தயாராக உள்ளார்"</string> + <string name="notification_receiving" msgid="8445265771083510696">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஐப் பெறுகிறது"</string> + <string name="notification_received" msgid="2330252358543000567">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> பெறப்பட்டது"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஐப் பெறவில்லை"</string> + <string name="notification_sending" msgid="8269912843286868700">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஐ அனுப்புகிறது"</string> + <string name="notification_sent" msgid="2685202778935769332">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> அனுப்பப்பட்டது"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% முடிந்தது"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"புளூடூத் பகிர்வு: <xliff:g id="FILE">%1$s</xliff:g> ஃபைல் அனுப்பப்படவில்லை"</string> + <string name="download_title" msgid="6449408649671518102">"ஃபைல் பரிமாற்றம்"</string> + <string name="download_line1" msgid="6449220145685308846">"அனுப்புநர்: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ஃபைல்: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ஃபைலின் அளவு: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ஃபைலைப் பெறுகிறது…"</string> + <string name="download_cancel" msgid="1705762428762702342">"நிறுத்து"</string> + <string name="download_ok" msgid="2404442707314575833">"மறை"</string> + <string name="incoming_line1" msgid="6342300988329482408">"அனுப்புநர்"</string> + <string name="incoming_line2" msgid="2199520895444457585">"கோப்புப்பெயர்"</string> + <string name="incoming_line3" msgid="8630078246326525633">"அளவு"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ஃபைல் பெறப்படவில்லை"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ஃபைல்: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"காரணம்: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"சரி"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ஃபைல் பெறப்பட்டது"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"திற"</string> + <string name="upload_line1" msgid="1912803923255989287">"பெறுநர்: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ஃபைல் வகை: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ஃபைலை அனுப்புகிறது…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ஃபைல் அனுப்பப்பட்டது"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"சரி"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" க்கு ஃபைல் அனுப்பப்படவில்லை."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ஃபைல்: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"மூடு"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"சரி"</string> + <string name="unknown_file" msgid="3719981572107052685">"அறியப்படாத ஃபைல்"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"இந்த வகையான ஃபைலைக் கையாள எந்தப் பயன்பாடும் இல்லை. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ஃபைல் இல்லை"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ஃபைல் இல்லை. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"காத்திருக்கவும்…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"புளூடூத்தை இயக்குகிறது…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ஃபைல் பெறப்படும். அறிவிப்புகள் பலகத்தில் செயல்நிலையைப் பார்க்கவும்."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ஃபைல் பெறப்படவில்லை."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" இடமிருந்து ஃபைல் பெறுவது நிறுத்தப்பட்டது"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" க்கு ஃபைல் அனுப்பப்படுகிறது"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ஃபைல்கள் \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" க்கு அனுப்பப்படுகின்றன"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" க்கு ஃபைல் அனுப்புவது நிறுத்தப்பட்டது"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ஃபைலைச் சேமிக்க USB சேமிப்பகத்தில் போதுமான இடம் இல்லை."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ஃபைலைச் சேமிக்க SD கார்டில் போதுமான இடம் இல்லை."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"தேவைப்படும் இடம்: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"மிக அதிகமான கோரிக்கைகள் செயல்படுத்தப்படுகின்றன. பிறகு முயற்சிக்கவும்."</string> + <string name="status_pending" msgid="4781040740237733479">"ஃபைல் பரிமாற்றம் இன்னும் தொடங்கவில்லை."</string> + <string name="status_running" msgid="7419075903776657351">"ஃபைல் இடமாற்றம் நடைபெறுகிறது."</string> + <string name="status_success" msgid="7963589000098719541">"ஃபைல் பரிமாற்றம் வெற்றி."</string> + <string name="status_not_accept" msgid="1165798802740579658">"உள்ளடக்கம் ஆதரிக்கப்படவில்லை."</string> + <string name="status_forbidden" msgid="4017060451358837245">"இலக்குச் சாதனம் பரிமாற்றத்தைத் தடைசெய்தது."</string> + <string name="status_canceled" msgid="8441679418717978515">"பயனர் இடமாற்றத்தை ரத்துசெய்தார்."</string> + <string name="status_file_error" msgid="5379018888714679311">"சேமிப்பிடத்தில் சிக்கல்."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB சேமிப்பிடம் இல்லை."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD கார்டு இல்லை. அனுப்பப்பட்ட ஃபைல்களைச் சேமிக்க SD கார்டைச் செருகவும்."</string> + <string name="status_connection_error" msgid="8253709700568062220">"இணைப்பு தோல்வி."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"கோரிக்கை சரியாக கையாளப்படவில்லை."</string> + <string name="status_unknown_error" msgid="314676481744304866">"தெரியாத பிழை."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"புளூடூத் - பெற்றவை"</string> + <string name="opp_notification_group" msgid="150067508422520653">"புளூடூத் பகிர்வு"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> பெறப்பட்டது."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> அனுப்புவது முடிந்தது."</string> + <string name="inbound_history_title" msgid="189623888169624862">"உள் இடமாற்றங்கள்"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"வெளிச்செல்லும் பரிமாற்றங்கள்"</string> + <string name="no_transfers" msgid="740521199933899821">"பரிமாற்ற வரலாற்றில் எதுவுமில்லை."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"பட்டியலிலிருந்து அனைத்தும் அழிக்கப்படும்."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"புளூடூத் பகிர்வு: அனுப்பியவை"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"புளூடூத் பகிர்வு: பெற்ற ஃபைல்கள்"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> தோல்வி.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> தோல்வி.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> வெற்றி, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> வெற்றி, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"பட்டியலை அழி"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"திற"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"பட்டியலிலிருந்து அழி"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"அழி"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"பாடல் விவரம்"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"சேமி"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ரத்துசெய்"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"புளூடூத் வழியாகப் பகிர விரும்பும் கணக்குகளைத் தேர்ந்தெடுக்கவும். இணைக்கும் போது கணக்குகளுக்கான அணுகலை மீண்டும் ஏற்க வேண்டும்."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"மீதமுள்ள ஸ்லாட்கள்:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ஆப்ஸ் ஐகான்"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"புளூடூத் செய்தி பகிர்தல் அமைப்புகள்"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"கணக்கைத் தேர்வுசெய்ய முடியாது. ஸ்லாட்கள் எதுவுமில்லை"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"புளூடூத் ஆடியோ இணைக்கப்பட்டது"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"புளூடூத் ஆடியோ துண்டிக்கப்பட்டது"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"புளூடூத் ஆடியோ"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4ஜி.பை.க்கு மேலிருக்கும் ஃபைல்களை இடமாற்ற முடியாது"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"புளூடூத் உடன் இணை"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"பட்டியலை அழி"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"திற"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"பட்டியலிலிருந்து அழி"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"அழி"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"பாடல் விவரம்"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"சேமி"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ரத்துசெய்"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"புளூடூத் வழியாகப் பகிர விரும்பும் கணக்குகளைத் தேர்ந்தெடுக்கவும். இணைக்கும் போது கணக்குகளுக்கான அணுகலை மீண்டும் ஏற்க வேண்டும்."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"மீதமுள்ள ஸ்லாட்கள்:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ஆப்ஸ் ஐகான்"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"புளூடூத் செய்தி பகிர்தல் அமைப்புகள்"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"கணக்கைத் தேர்வுசெய்ய முடியாது. ஸ்லாட்கள் எதுவுமில்லை"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"புளூடூத் ஆடியோ இணைக்கப்பட்டது"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"புளூடூத் ஆடியோ துண்டிக்கப்பட்டது"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"புளூடூத் ஆடியோ"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4ஜி.பை.க்கு மேலிருக்கும் ஃபைல்களை இடமாற்ற முடியாது"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"புளூடூத் உடன் இணை"</string> </resources> diff --git a/android/app/res/values-ta/strings_pbap.xml b/android/app/res/values-ta/strings_pbap.xml index 97be6fe93e..99e5477a39 100644 --- a/android/app/res/values-ta/strings_pbap.xml +++ b/android/app/res/values-ta/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s க்கான அமர்வு விசையை உள்ளிடவும்"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"புளூடூத் அமர்வு விசை தேவை"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s உடனான இணைப்பை ஏற்பதற்கான நேரம் முடிந்தது"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s உடனான அமர்வு விசையை உள்ளிடுவதற்கான நேரம் முடிந்தது"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex அங்கீகரிப்பு கோரிக்கை"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"அமர்வு விசை"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s க்கான அமர்வு விசையை உள்ளிடவும்"</string> - <string name="defaultname" msgid="4821590500649090078">"கார்கிட்"</string> - <string name="unknownName" msgid="2841414754740600042">"அறியப்படாத பெயர்"</string> - <string name="localPhoneName" msgid="2349001318925409159">"எனது பெயர்"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"புளூடூத் தொடர்புப் பகிர்தல்"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s க்கான அமர்வு விசையை உள்ளிடவும்"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"புளூடூத் அமர்வு விசை தேவை"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s உடனான இணைப்பை ஏற்பதற்கான நேரம் முடிந்தது"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s உடனான அமர்வு விசையை உள்ளிடுவதற்கான நேரம் முடிந்தது"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex அங்கீகரிப்பு கோரிக்கை"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"அமர்வு விசை"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s க்கான அமர்வு விசையை உள்ளிடவும்"</string> + <string name="defaultname" msgid="6200530814398805541">"கார்கிட்"</string> + <string name="unknownName" msgid="6755061296103155293">"அறியப்படாத பெயர்"</string> + <string name="localPhoneName" msgid="9119254982537191352">"எனது பெயர்"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"புளூடூத் தொடர்புப் பகிர்தல்"</string> </resources> diff --git a/android/app/res/values-ta/strings_pbap_client.xml b/android/app/res/values-ta/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ta/strings_pbap_client.xml +++ b/android/app/res/values-ta/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ta/strings_sap.xml b/android/app/res/values-ta/strings_sap.xml index 4c1a364619..f5ee5b7d1f 100644 --- a/android/app/res/values-ta/strings_sap.xml +++ b/android/app/res/values-ta/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"புளூடூத் SIM அணுகல்"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"புளூடூத் SIM அணுகல்"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"துண்டிக்க, க்ளையன்ட்டிடம் கோரவா?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"துண்டிக்க, க்ளையன்ட்க்காகக் காத்திருக்கிறது"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"தொடர்பைத் துண்டி"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"கட்டாயமாகத் துண்டி"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"புளூடூத் SIM அணுகல்"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"புளூடூத் SIM அணுகல்"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"துண்டிக்க, க்ளையன்ட்டிடம் கோரவா?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"துண்டிக்க, க்ளையன்ட்க்காகக் காத்திருக்கிறது"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"தொடர்பைத் துண்டி"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"கட்டாயமாகத் துண்டி"</string> </resources> diff --git a/android/app/res/values-ta/test_strings.xml b/android/app/res/values-ta/test_strings.xml index ca16e00131..bb6b0cd260 100644 --- a/android/app/res/values-ta/test_strings.xml +++ b/android/app/res/values-ta/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"புளூடூத்"</string> - <string name="insert_record" msgid="1450997173838378132">"பதிவைச் செருகு"</string> - <string name="update_record" msgid="2480425402384910635">"பதிவை உறுதிப்படுத்து"</string> - <string name="ack_record" msgid="6716152390978472184">"ஒப்புதல் பதிவு"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"எல்லா பதிவையும் நீக்கு"</string> - <string name="ok_button" msgid="6519033415223065454">"சரி"</string> - <string name="delete_record" msgid="4645040331967533724">"பதிவை நீக்கு"</string> - <string name="start_server" msgid="9034821924409165795">"TCP சேவையகத்தைத் தொடங்கு"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP சேவையகத்தைத் தெரிவி"</string> + <string name="app_name" msgid="7766152617107310582">"புளூடூத்"</string> + <string name="insert_record" msgid="4024416351836939752">"பதிவைச் செருகு"</string> + <string name="update_record" msgid="7201772850942641237">"பதிவை உறுதிப்படுத்து"</string> + <string name="ack_record" msgid="2404738476192250210">"ஒப்புதல் பதிவு"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"எல்லா பதிவையும் நீக்கு"</string> + <string name="ok_button" msgid="719865942400179601">"சரி"</string> + <string name="delete_record" msgid="5713885957446255270">"பதிவை நீக்கு"</string> + <string name="start_server" msgid="134483798422082514">"TCP சேவையகத்தைத் தொடங்கு"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP சேவையகத்தைத் தெரிவி"</string> </resources> diff --git a/android/app/res/values-te/strings.xml b/android/app/res/values-te/strings.xml index 173bc7c5fe..e8fe1d263b 100644 --- a/android/app/res/values-te/strings.xml +++ b/android/app/res/values-te/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"డౌన్లోడ్ మేనేజర్ను యాక్సెస్ చేయండి."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"బ్లూటూత్ భాగస్వామ్య మేనేజర్ను యాక్సెస్ చేయడానికి యాప్ను అనుమతిస్తుంది మరియు ఫైల్లను బదిలీ చేయడానికి దీన్ని ఉపయోగిస్తుంది."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"అనుమతి జాబితాలో ఉంచిన బ్లూటూత్ పరికర యాక్సెస్."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"బ్లూటూత్ పరికరాన్ని తాత్కాలికంగా అనుమతి జాబితాలో ఉంచడానికి యాప్ను అనుమతిస్తుంది, తద్వారా యూజర్ నిర్ధారణ లేకుండానే ఫైల్లను ఈ పరికరానికి పంపడానికి ఆ పరికరాన్ని అనుమతిస్తుంది."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"బ్లూటూత్"</string> - <string name="unknown_device" msgid="9221903979877041009">"తెలియని పరికరం"</string> - <string name="unknownNumber" msgid="4994750948072751566">"తెలియదు"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ఎయిర్ప్లేన్ మోడ్"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"మీరు ఎయిర్ప్లేన్ మోడ్లో బ్లూటూత్ను ఉపయోగించలేరు."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"బ్లూటూత్ సేవలను ఉపయోగించడానికి, మీరు తప్పనిసరిగా ముందుగా బ్లూటూత్ను ప్రారంభించాలి."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ఇప్పుడే బ్లూటూత్ను ప్రారంభించాలా?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"రద్దు చేయి"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"ప్రారంభించు"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"ఫైల్ బదిలీ"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ఇన్కమింగ్ ఫైల్ను ఆమోదించాలా?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"తిరస్కరిస్తున్నాను"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"అంగీకరిస్తున్నాను"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"సరే"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" పంపిన ఇన్కమింగ్ ఫైల్ను అంగీకరిస్తున్నప్పుడు గడువు సమయం ముగిసింది"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ఇన్కమింగ్ ఫైల్"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> ఫైల్ పంపడానికి సిద్ధంగా ఉన్నారు"</string> - <string name="notification_receiving" msgid="4674648179652543984">"బ్లూటూత్ భాగస్వామ్యం: <xliff:g id="FILE">%1$s</xliff:g>ను స్వీకరిస్తోంది"</string> - <string name="notification_received" msgid="3324588019186687985">"బ్లూటూత్ భాగస్వామ్యం: <xliff:g id="FILE">%1$s</xliff:g> స్వీకరించబడింది"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"బ్లూటూత్ భాగస్వామ్యం: <xliff:g id="FILE">%1$s</xliff:g> ఫైల్ స్వీకరించబడలేదు"</string> - <string name="notification_sending" msgid="3035748958534983833">"బ్లూటూత్ భాగస్వామ్యం: <xliff:g id="FILE">%1$s</xliff:g>ను పంపుతోంది"</string> - <string name="notification_sent" msgid="9218710861333027778">"బ్లూటూత్ భాగస్వామ్యం: <xliff:g id="FILE">%1$s</xliff:g> పంపబడింది"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% పూర్తయింది"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"బ్లూటూత్ భాగస్వామ్యం: <xliff:g id="FILE">%1$s</xliff:g> ఫైల్ పంపబడలేదు"</string> - <string name="download_title" msgid="3353228219772092586">"ఫైల్ బదిలీ"</string> - <string name="download_line1" msgid="4926604799202134144">"వీరి నుండి: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ఫైల్: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ఫైల్ పరిమాణం: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"ఫైల్ను స్వీకరిస్తోంది…"</string> - <string name="download_cancel" msgid="9177305996747500768">"ఆపివేయి"</string> - <string name="download_ok" msgid="5000360731674466039">"దాచు"</string> - <string name="incoming_line1" msgid="2127419875681087545">"దీని నుండి"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ఫైల్ పేరు"</string> - <string name="incoming_line3" msgid="7954237069667474024">"పరిమాణం"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ఫైల్ స్వీకరించబడలేదు"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ఫైల్: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"కారణం: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"సరే"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"ఫైల్ స్వీకరించబడింది"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"తెరువు"</string> - <string name="upload_line1" msgid="2055952074059709052">"వీరికి: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ఫైల్ రకం: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"ఫైల్ను పంపుతోంది…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"పైల్ పంపబడింది"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"సరే"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ఫైల్ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"కి పంపబడలేదు."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ఫైల్: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"మూసివేయి"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"సరే"</string> - <string name="unknown_file" msgid="6092727753965095366">"తెలియని ఫైల్"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ఈ రకమైన ఫైల్ను నిర్వహించడానికి యాప్ ఏదీ లేదు. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ఫైల్ లేదు"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ఫైల్ ఉనికిలో లేదు. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"దయచేసి వేచి ఉండండి..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"బ్లూటూత్ను ప్రారంభిస్తోంది…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ఫైల్ స్వీకరించబడుతుంది. నోటిఫికేషన్ల ప్యానెల్లో ప్రోగ్రెస్ను తనిఖీ చేయండి."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ఫైల్ స్వీకరించబడలేదు."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" పంపిన ఫైల్ను స్వీకరించడం ఆపివేయబడింది"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"ఫైల్ను \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"కి పంపుతోంది"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ఫైల్లను \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"కి పంపుతోంది"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"ఫైల్ను \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"కి పంపడం ఆపివేయబడింది"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ఫైల్ను సేవ్ చేయడానికి USB స్టోరేజ్లో సరిపడేంత స్పేస్ లేదు."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"ఫైల్ను సేవ్ చేయడానికి SD కార్డ్లో సరిపడేంత స్పేస్ లేదు."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"కావలసిన స్థలం: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"చాలా ఎక్కువ అభ్యర్థనలు ప్రాసెస్ చేయబడుతున్నాయి. తర్వాత మళ్లీ ప్రయత్నించండి."</string> - <string name="status_pending" msgid="2503691772030877944">"ఫైల్ బదిలీ ఇంకా ప్రారంభించబడలేదు."</string> - <string name="status_running" msgid="6562808920311008696">"ఫైల్ బదిలీ కొనసాగుతోంది."</string> - <string name="status_success" msgid="239573225847565868">"ఫైల్ బదిలీ విజయవంతంగా పూర్తయింది."</string> - <string name="status_not_accept" msgid="1695082417193780738">"కంటెంట్కు మద్దతు లేదు."</string> - <string name="status_forbidden" msgid="613956401054050725">"లక్ష్య పరికరం బదిలీని నిషేధించింది."</string> - <string name="status_canceled" msgid="6664490318773098285">"వినియోగదారు బదిలీని రద్దు చేసారు."</string> - <string name="status_file_error" msgid="3671917770630165299">"నిల్వ సమస్య."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB నిల్వ లేదు."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD కార్డు లేదు. బదిలీ చేయబడిన ఫైల్లను సేవ్ చేయడానికి SD కార్డుని చొప్పించండి."</string> - <string name="status_connection_error" msgid="947681831523219891">"కనెక్షన్ విఫలమైంది."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"అభ్యర్థన సరిగ్గా నిర్వహించబడదు."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"తెలియని ఎర్రర్."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"బ్లూటూత్తో స్వీకరించినవి"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"బ్లూటూత్ భాగస్వామ్యం"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> స్వీకరించడం పూర్తయింది."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> పంపడం పూర్తయింది."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ఇన్బౌండ్ బదిలీలు"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"అవుట్బౌండ్ బదిలీలు"</string> - <string name="no_transfers" msgid="3482965619151865672">"బదిలీ చరిత్ర ఖాళీగా ఉంది."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"జాబితా నుండి అన్ని అంశాలు క్లియర్ చేయబడతాయి."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"బ్లూటూత్ భాగస్వామ్యం: పంపిన ఫైల్లు"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"బ్లూటూత్ భాగస్వామ్యం: స్వీకరించబడిన ఫైల్లు"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"డౌన్లోడ్ మేనేజర్ను యాక్సెస్ చేయండి."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"బ్లూటూత్ భాగస్వామ్య మేనేజర్ను యాక్సెస్ చేయడానికి యాప్ను అనుమతిస్తుంది మరియు ఫైళ్లను బదిలీ చేయడానికి దీన్ని ఉపయోగిస్తుంది."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"అనుమతి లిస్ట్లో ఉంచిన బ్లూటూత్ పరికర యాక్సెస్."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"బ్లూటూత్ పరికరాన్ని తాత్కాలికంగా అనుమతి లిస్ట్లో ఉంచడానికి యాప్ను అనుమతిస్తుంది, తద్వారా యూజర్ నిర్ధారణ లేకుండానే ఫైళ్లను ఈ పరికరానికి పంపడానికి ఆ పరికరాన్ని అనుమతిస్తుంది."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"బ్లూటూత్"</string> + <string name="unknown_device" msgid="2317679521750821654">"తెలియని పరికరం"</string> + <string name="unknownNumber" msgid="1245183329830158661">"తెలియదు"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ఎయిర్ప్లేన్ మోడ్"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"మీరు ఎయిర్ప్లేన్ మోడ్లో బ్లూటూత్ను ఉపయోగించలేరు."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"బ్లూటూత్ సేవలను ఉపయోగించడానికి, మీరు తప్పనిసరిగా ముందుగా బ్లూటూత్ను ప్రారంభించాలి."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ఇప్పుడే బ్లూటూత్ను ప్రారంభించాలా?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"రద్దు చేయి"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"ప్రారంభించు"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"ఫైల్ బదిలీ"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ఇన్కమింగ్ ఫైల్ను ఆమోదించాలా?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"తిరస్కరిస్తున్నాను"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"అంగీకరిస్తున్నాను"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"సరే"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" పంపిన ఇన్కమింగ్ ఫైల్ను అంగీకరిస్తున్నప్పుడు గడువు సమయం ముగిసింది"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ఇన్కమింగ్ ఫైల్"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> ఫైల్ను పంపడానికి సిద్ధంగా ఉన్నారు: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"బ్లూటూత్ షేర్: <xliff:g id="FILE">%1$s</xliff:g>ను స్వీకరిస్తోంది"</string> + <string name="notification_received" msgid="2330252358543000567">"బ్లూటూత్ షేర్: <xliff:g id="FILE">%1$s</xliff:g> స్వీకరించబడింది"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"బ్లూటూత్ షేర్: <xliff:g id="FILE">%1$s</xliff:g> ఫైల్ స్వీకరించబడలేదు"</string> + <string name="notification_sending" msgid="8269912843286868700">"బ్లూటూత్ షేర్: <xliff:g id="FILE">%1$s</xliff:g>ను పంపుతోంది"</string> + <string name="notification_sent" msgid="2685202778935769332">"బ్లూటూత్ షేర్: <xliff:g id="FILE">%1$s</xliff:g> పంపబడింది"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% పూర్తయింది"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"బ్లూటూత్ షేర్: <xliff:g id="FILE">%1$s</xliff:g> ఫైల్ పంపబడలేదు"</string> + <string name="download_title" msgid="6449408649671518102">"ఫైల్ బదిలీ"</string> + <string name="download_line1" msgid="6449220145685308846">"వీరి నుండి: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ఫైల్: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ఫైల్ పరిమాణం: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"ఫైల్ను స్వీకరిస్తోంది…"</string> + <string name="download_cancel" msgid="1705762428762702342">"ఆపివేయి"</string> + <string name="download_ok" msgid="2404442707314575833">"దాచు"</string> + <string name="incoming_line1" msgid="6342300988329482408">"దీని నుండి"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ఫైల్ పేరు"</string> + <string name="incoming_line3" msgid="8630078246326525633">"పరిమాణం"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ఫైల్ స్వీకరించబడలేదు"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ఫైల్: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"కారణం: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"సరే"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"ఫైల్ స్వీకరించబడింది"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"తెరువు"</string> + <string name="upload_line1" msgid="1912803923255989287">"వీరికి: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ఫైల్ రకం: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"ఫైల్ను పంపుతోంది…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"పైల్ పంపబడింది"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"సరే"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ఫైల్ \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"కి పంపబడలేదు."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ఫైల్: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"మూసివేయి"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"సరే"</string> + <string name="unknown_file" msgid="3719981572107052685">"తెలియని ఫైల్"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ఈ రకమైన ఫైల్ను నిర్వహించడానికి యాప్ ఏదీ లేదు. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ఫైల్ లేదు"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ఫైల్ ఉనికిలో లేదు. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"దయచేసి వేచి ఉండండి..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"బ్లూటూత్ను ప్రారంభిస్తోంది…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ఫైల్ స్వీకరించబడుతుంది. నోటిఫికేషన్ల ప్యానెల్లో ప్రోగ్రెస్ను తనిఖీ చేయండి."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ఫైల్ స్వీకరించబడలేదు."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" పంపిన ఫైల్ను స్వీకరించడం ఆపివేయబడింది"</string> + <string name="bt_toast_4" msgid="480365991944956695">"ఫైల్ను \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"కి పంపుతోంది"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ఫైళ్లను \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"కి పంపుతోంది"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"ఫైల్ను \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"కి పంపడం ఆపివేయబడింది"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ఫైల్ను సేవ్ చేయడానికి USB స్టోరేజ్లో సరిపడేంత స్పేస్ లేదు."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"ఫైల్ను సేవ్ చేయడానికి SD కార్డ్లో సరిపడేంత స్పేస్ లేదు."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"కావలసిన స్థలం: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"చాలా ఎక్కువ రిక్వెస్ట్లు ప్రాసెస్ చేయబడుతున్నాయి. తర్వాత మళ్లీ ప్రయత్నించండి."</string> + <string name="status_pending" msgid="4781040740237733479">"ఫైల్ బదిలీ ఇంకా ప్రారంభించబడలేదు."</string> + <string name="status_running" msgid="7419075903776657351">"ఫైల్ బదిలీ కొనసాగుతోంది."</string> + <string name="status_success" msgid="7963589000098719541">"ఫైల్ బదిలీ విజయవంతంగా పూర్తయింది."</string> + <string name="status_not_accept" msgid="1165798802740579658">"కంటెంట్కు మద్దతు లేదు."</string> + <string name="status_forbidden" msgid="4017060451358837245">"లక్ష్య పరికరం బదిలీని నిషేధించింది."</string> + <string name="status_canceled" msgid="8441679418717978515">"వినియోగదారు బదిలీని రద్దు చేశారు."</string> + <string name="status_file_error" msgid="5379018888714679311">"నిల్వ సమస్య."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB నిల్వ లేదు."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD కార్డు లేదు. బదిలీ చేయబడిన ఫైళ్లను సేవ్ చేయడానికి SD కార్డుని చొప్పించండి."</string> + <string name="status_connection_error" msgid="8253709700568062220">"కనెక్షన్ విఫలమైంది."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"రిక్వెస్ట్ సరిగ్గా నిర్వహించబడదు."</string> + <string name="status_unknown_error" msgid="314676481744304866">"తెలియని ఎర్రర్."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"బ్లూటూత్తో స్వీకరించినవి"</string> + <string name="opp_notification_group" msgid="150067508422520653">"బ్లూటూత్ షేర్"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> స్వీకరించడం పూర్తయింది."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> పంపడం పూర్తయింది."</string> + <string name="inbound_history_title" msgid="189623888169624862">"ఇన్బౌండ్ బదిలీలు"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"అవుట్బౌండ్ బదిలీలు"</string> + <string name="no_transfers" msgid="740521199933899821">"ట్రాన్స్ఫర్ హిస్టరీ ఖాళీగా ఉంది."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"లిస్ట్ నుండి అన్ని అంశాలు క్లియర్ చేయబడతాయి."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"బ్లూటూత్ షేర్: పంపిన ఫైళ్లు"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"బ్లూటూత్ షేర్: స్వీకరించబడిన ఫైళ్లు"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> విఫలం.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> విఫలం.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> విజయవంతం, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> విజయవంతం, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"జాబితాను క్లియర్ చేయి"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"తెరువు"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"జాబితా నుండి క్లియర్ చేయి"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"క్లియర్ చేయి"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"ప్రస్తుతం ప్లే అవుతున్నవి"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"సేవ్ చేయి"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"రద్దు చేయి"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"మీరు బ్లూటూత్ ద్వారా భాగస్వామ్యం చేయాలనుకునే ఖాతాలను ఎంచుకోండి. మీరు ఇప్పటికీ కనెక్ట్ చేస్తున్నప్పుడు ఖాతాలకు అందించే ఏ ప్రాప్యతనైనా ఆమోదించాల్సి ఉంటుంది."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"మిగిలిన స్లాట్లు:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"అనువర్తన చిహ్నం"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"బ్లూటూత్ సందేశ భాగస్వామ్య సెట్టింగ్లు"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ఖాతాను ఎంచుకోవడం సాధ్యపడదు. 0 స్లాట్లు మిగిలి ఉన్నాయి"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"బ్లూటూత్ ఆడియో కనెక్ట్ చేయబడింది"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"బ్లూటూత్ ఆడియో డిస్కనెక్ట్ చేయబడింది"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"బ్లూటూత్ ఆడియో"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB కన్నా పెద్ద ఫైళ్లు బదిలీ చేయబడవు"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"బ్లూటూత్కు కనెక్ట్ చేయి"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"లిస్ట్ను క్లియర్ చేయి"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"తెరువు"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"లిస్ట్ నుండి క్లియర్ చేయి"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"క్లియర్ చేయి"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"ప్రస్తుతం ప్లే అవుతున్నవి"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"సేవ్ చేయి"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"రద్దు చేయి"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"మీరు బ్లూటూత్ ద్వారా షేర్ చేయాలనుకునే ఖాతాలను ఎంచుకోండి. మీరు ఇప్పటికీ కనెక్ట్ చేస్తున్నప్పుడు ఖాతాలకు అందించే ఏ యాక్సెస్నైనా ఆమోదించాల్సి ఉంటుంది."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"మిగిలిన స్లాట్లు:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"యాప్ చిహ్నం"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"బ్లూటూత్ మెసెజ్ షేరింగ్ సెట్టింగ్లు"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ఖాతాను ఎంచుకోవడం సాధ్యపడదు. 0 స్లాట్లు మిగిలి ఉన్నాయి"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"బ్లూటూత్ ఆడియో కనెక్ట్ చేయబడింది"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"బ్లూటూత్ ఆడియో డిస్కనెక్ట్ చేయబడింది"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"బ్లూటూత్ ఆడియో"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB కన్నా పెద్ద ఫైళ్లు బదిలీ చేయబడవు"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"బ్లూటూత్కు కనెక్ట్ చేయి"</string> </resources> diff --git a/android/app/res/values-te/strings_pbap.xml b/android/app/res/values-te/strings_pbap.xml index 1467401842..fa300302bc 100644 --- a/android/app/res/values-te/strings_pbap.xml +++ b/android/app/res/values-te/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s కోసం సెషన్ కీని టైప్ చేయండి"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"బ్లూటూత్ సెషన్ కీ అవసరం"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$sతో కనెక్షన్ను అంగీకరిస్తున్నప్పుడు గడువు సమయం ముగిసింది"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$sతో సెషన్ కీని ఇన్పుట్ చేస్తున్నప్పుడు గడువు సమయం ముగిసింది"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex ప్రామాణీకరణ అభ్యర్థన"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"సెషన్ కీ"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s కోసం సెషన్ కీని టైప్ చేయండి"</string> - <string name="defaultname" msgid="4821590500649090078">"కార్కిట్"</string> - <string name="unknownName" msgid="2841414754740600042">"తెలియని పేరు"</string> - <string name="localPhoneName" msgid="2349001318925409159">"నా పేరు"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"బ్లూటూత్ పరిచయం భాగస్వామ్యం"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s కోసం సెషన్ కీని టైప్ చేయండి"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"బ్లూటూత్ సెషన్ కీ అవసరం"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$sతో కనెక్షన్ను అంగీకరిస్తున్నప్పుడు గడువు సమయం ముగిసింది"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$sతో సెషన్ కీని ఇన్పుట్ చేస్తున్నప్పుడు గడువు సమయం ముగిసింది"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex ప్రామాణీకరణ రిక్వెస్ట్"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"సెషన్ కీ"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s కోసం సెషన్ కీని టైప్ చేయండి"</string> + <string name="defaultname" msgid="6200530814398805541">"కార్కిట్"</string> + <string name="unknownName" msgid="6755061296103155293">"తెలియని పేరు"</string> + <string name="localPhoneName" msgid="9119254982537191352">"నా పేరు"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"బ్లూటూత్ కాంటాక్ట్ షేర్"</string> </resources> diff --git a/android/app/res/values-te/strings_pbap_client.xml b/android/app/res/values-te/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-te/strings_pbap_client.xml +++ b/android/app/res/values-te/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-te/strings_sap.xml b/android/app/res/values-te/strings_sap.xml index 19f44c622c..d52a8efa62 100644 --- a/android/app/res/values-te/strings_sap.xml +++ b/android/app/res/values-te/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"బ్లూటూత్ SIM యాక్సెస్"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"బ్లూటూత్ SIM యాక్సెస్"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"డిస్కనెక్ట్ చేయడానికి క్లయింట్ను అభ్యర్థించాలా?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"డిస్కనెక్ట్ చేయడానికి క్లయింట్ కోసం వేచి ఉంది"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"డిస్కనెక్ట్ చేయి"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"నిర్బంధంగా డిస్కనెక్ట్ చేయి"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"బ్లూటూత్ SIM యాక్సెస్"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"బ్లూటూత్ SIM యాక్సెస్"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"డిస్కనెక్ట్ చేయడానికి క్లయింట్ను అభ్యర్థించాలా?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"డిస్కనెక్ట్ చేయడానికి క్లయింట్ కోసం వేచి ఉంది"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"డిస్కనెక్ట్ చేయి"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"నిర్బంధంగా డిస్కనెక్ట్ చేయి"</string> </resources> diff --git a/android/app/res/values-te/test_strings.xml b/android/app/res/values-te/test_strings.xml index 5cea79f275..33a03f286c 100644 --- a/android/app/res/values-te/test_strings.xml +++ b/android/app/res/values-te/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"బ్లూటూత్"</string> - <string name="insert_record" msgid="1450997173838378132">"రికార్డ్ను చొప్పించండి"</string> - <string name="update_record" msgid="2480425402384910635">"రికార్డ్ను నిర్ధారించండి"</string> - <string name="ack_record" msgid="6716152390978472184">"సమ్మతి ధృవీకరణ రికార్డ్"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"మొత్తం రికార్డ్ను తొలగించండి"</string> - <string name="ok_button" msgid="6519033415223065454">"సరే"</string> - <string name="delete_record" msgid="4645040331967533724">"రికార్డ్ను తొలగించండి"</string> - <string name="start_server" msgid="9034821924409165795">"TCP సర్వర్ను ప్రారంభించండి"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP సర్వర్కు తెలియజేయండి"</string> + <string name="app_name" msgid="7766152617107310582">"బ్లూటూత్"</string> + <string name="insert_record" msgid="4024416351836939752">"రికార్డ్ను చొప్పించండి"</string> + <string name="update_record" msgid="7201772850942641237">"రికార్డ్ను నిర్ధారించండి"</string> + <string name="ack_record" msgid="2404738476192250210">"సమ్మతి ధృవీకరణ రికార్డ్"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"మొత్తం రికార్డ్ను తొలగించండి"</string> + <string name="ok_button" msgid="719865942400179601">"సరే"</string> + <string name="delete_record" msgid="5713885957446255270">"రికార్డ్ను తొలగించండి"</string> + <string name="start_server" msgid="134483798422082514">"TCP సర్వర్ను ప్రారంభించండి"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP సర్వర్కు తెలియజేయండి"</string> </resources> diff --git a/android/app/res/values-th/strings.xml b/android/app/res/values-th/strings.xml index c344a8634f..d9f55f95e4 100644 --- a/android/app/res/values-th/strings.xml +++ b/android/app/res/values-th/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"เข้าถึงตัวจัดการการดาวน์โหลด"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"อนุญาตให้แอปพลิเคชันเข้าถึงและใช้ตัวจัดการ BluetoothShare เพื่อถ่ายโอนไฟล์"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"รายการที่อนุญาตการเข้าถึงอุปกรณ์บลูทูธ"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"อนุญาตให้แอปบันทึกอุปกรณ์บลูทูธในรายการที่อนุญาตเป็นการชั่วคราว ซึ่งจะทำให้อุปกรณ์ดังกล่าวสามารถส่งไฟล์มายังอุปกรณ์นี้ได้โดยไม่ต้องยืนยันผู้ใช้"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"บลูทูธ"</string> - <string name="unknown_device" msgid="9221903979877041009">"อุปกรณ์ที่ไม่รู้จัก"</string> - <string name="unknownNumber" msgid="4994750948072751566">"ไม่รู้จัก"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"โหมดบนเครื่องบิน"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"คุณไม่สามารถใช้บลูทูธในโหมดใช้งานบนเครื่องบินได้"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">" เมื่อต้องการใช้บริการบลูทูธ คุณต้องเปิดบลูทูธก่อน"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"ต้องการเปิดบลูทูธเดี๋ยวนี้หรือไม่"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"ยกเลิก"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"เปิด"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"การถ่ายโอนไฟล์"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"ยอมรับไฟล์ที่เข้ามาใหม่ไหม"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"ปฏิเสธ"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"ยอมรับ"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ตกลง"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"มีการหมดเวลาเกิดขึ้นขณะยอมรับไฟล์ขาเข้าจาก \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"ไฟล์ที่เข้ามา"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> พร้อมที่จะส่ง <xliff:g id="FILE">%2$s</xliff:g> แล้ว"</string> - <string name="notification_receiving" msgid="4674648179652543984">"การแชร์ทางบลูทูธ: กำลังรับ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"การแชร์ทางบลูทูธ: รับ <xliff:g id="FILE">%1$s</xliff:g> แล้ว"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"การแชร์ทางบลูทูธ: ไม่ได้รับไฟล์ <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"การแชร์ทางบลูทูธ: กำลังส่ง <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"การแชร์ทางบลูทูธ: ส่ง <xliff:g id="FILE">%1$s</xliff:g> แล้ว"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"เสร็จสมบูรณ์ 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"การแชร์ทางบลูทูธ: ไฟล์ <xliff:g id="FILE">%1$s</xliff:g> ไม่ถูกส่ง"</string> - <string name="download_title" msgid="3353228219772092586">"การถ่ายโอนไฟล์"</string> - <string name="download_line1" msgid="4926604799202134144">"จาก: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"ไฟล์: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"ขนาดไฟล์: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"กำลังรับไฟล์..."</string> - <string name="download_cancel" msgid="9177305996747500768">"หยุด"</string> - <string name="download_ok" msgid="5000360731674466039">"ซ่อน"</string> - <string name="incoming_line1" msgid="2127419875681087545">"จาก"</string> - <string name="incoming_line2" msgid="3348994249285315873">"ชื่อไฟล์"</string> - <string name="incoming_line3" msgid="7954237069667474024">"ขนาด"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"ไม่ได้รับไฟล์"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"ไฟล์: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"เหตุผล: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ตกลง"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"รับไฟล์แล้ว"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"เปิด"</string> - <string name="upload_line1" msgid="2055952074059709052">"ถึง: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"ประเภทไฟล์: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"กำลังส่งไฟล์..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"ส่งไฟล์แล้ว"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ตกลง"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"ไม่ได้ส่งไฟล์ถึง \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"ไฟล์: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"ปิด"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ตกลง"</string> - <string name="unknown_file" msgid="6092727753965095366">"ไฟล์ที่ไม่รู้จัก"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"ไม่มีแอปพลิเคชันในการจัดการกับไฟล์ประเภทนี้\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"ไม่มีไฟล์"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"ไม่มีไฟล์นี้\n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"โปรดรอสักครู่..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"กำลังเปิดบลูทูธ…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"ไฟล์จะถูกรับ ดูความคืบหน้าในแผงการแจ้งเตือน"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"ไม่สามารถรับไฟล์"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"หยุดรับไฟล์จาก \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"กำลังส่งไฟล์ถึง \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"กำลังส่ง <xliff:g id="NUMBER">%1$s</xliff:g> ไฟล์ถึง \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"หยุดส่งไฟล์ถึง \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"ที่จัดเก็บข้อมูล USB มีพื้นที่ว่างไม่เพียงพอที่จะบันทึกไฟล์"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"การ์ด SD มีพื้นที่ว่างไม่เพียงพอที่จะบันทึกไฟล์"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"พื้นที่ที่ต้องใช้: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"กำลังประมวลผลคำขอมากเกินไป โปรดลองใหม่อีกครั้ง"</string> - <string name="status_pending" msgid="2503691772030877944">"ยังไม่ได้เริ่มการถ่ายโอนไฟล์"</string> - <string name="status_running" msgid="6562808920311008696">"กำลังถ่ายโอนไฟล์"</string> - <string name="status_success" msgid="239573225847565868">"ถ่ายโอนไฟล์เสร็จเรียบร้อยแล้ว"</string> - <string name="status_not_accept" msgid="1695082417193780738">"ไม่สนับสนุนเนื้อหา"</string> - <string name="status_forbidden" msgid="613956401054050725">"อุปกรณ์เป้าหมายไม่รับการถ่ายโอน"</string> - <string name="status_canceled" msgid="6664490318773098285">"ผู้ใช้ยกเลิกการถ่ายโอน"</string> - <string name="status_file_error" msgid="3671917770630165299">"ปัญหาของที่จัดเก็บข้อมูล"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"ไม่มีที่เก็บข้อมูล USB"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"ไม่มีการ์ด SD ใส่การ์ด SD เพื่อบันทึกไฟล์ที่ถ่ายโอน"</string> - <string name="status_connection_error" msgid="947681831523219891">"การเชื่อมต่อไม่สำเร็จ"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"ไม่สามารถจัดการคำขอได้อย่างถูกต้อง"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"ข้อผิดพลาดที่ไม่ทราบสาเหตุ"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"ไฟล์ที่ได้รับแล้วผ่านบลูทูธ"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"การแชร์ทางบลูทูธ"</string> - <string name="download_success" msgid="7036160438766730871">"ได้รับแล้ว <xliff:g id="FILE_SIZE">%1$s</xliff:g>"</string> - <string name="upload_success" msgid="4014469387779648949">"ส่ง <xliff:g id="FILE_SIZE">%1$s</xliff:g> เรียบร้อยแล้ว"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"การถ่ายโอนขาเข้า"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"การถ่ายโอนข้อมูล"</string> - <string name="no_transfers" msgid="3482965619151865672">"ไม่มีประวัติการโอนข้อมูล"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"รายการทั้งหมดจะถูกล้างจากรายการ"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"การแชร์ทางบลูทูธ: ส่งไฟล์แล้ว"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"การแชร์ทางบลูทูธ: รับไฟล์แล้ว"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"เข้าถึงตัวจัดการการดาวน์โหลด"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"อนุญาตให้แอปพลิเคชันเข้าถึงและใช้ตัวจัดการ BluetoothShare เพื่อถ่ายโอนไฟล์"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"รายการที่อนุญาตการเข้าถึงอุปกรณ์บลูทูธ"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"อนุญาตให้แอปบันทึกอุปกรณ์บลูทูธในรายการที่อนุญาตเป็นการชั่วคราว ซึ่งจะทำให้อุปกรณ์ดังกล่าวสามารถส่งไฟล์มายังอุปกรณ์นี้ได้โดยไม่ต้องยืนยันผู้ใช้"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"บลูทูธ"</string> + <string name="unknown_device" msgid="2317679521750821654">"อุปกรณ์ที่ไม่รู้จัก"</string> + <string name="unknownNumber" msgid="1245183329830158661">"ไม่รู้จัก"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"โหมดบนเครื่องบิน"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"คุณไม่สามารถใช้บลูทูธในโหมดใช้งานบนเครื่องบินได้"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">" เมื่อต้องการใช้บริการบลูทูธ คุณต้องเปิดบลูทูธก่อน"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"ต้องการเปิดบลูทูธเดี๋ยวนี้หรือไม่"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"ยกเลิก"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"เปิด"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"การถ่ายโอนไฟล์"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"ยอมรับไฟล์ที่เข้ามาใหม่ไหม"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"ปฏิเสธ"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"ยอมรับ"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ตกลง"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"มีการหมดเวลาเกิดขึ้นขณะยอมรับไฟล์ขาเข้าจาก \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"ไฟล์ที่เข้ามา"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> พร้อมที่จะส่งไฟล์: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"การแชร์ทางบลูทูธ: กำลังรับ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"การแชร์ทางบลูทูธ: รับ <xliff:g id="FILE">%1$s</xliff:g> แล้ว"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"การแชร์ทางบลูทูธ: ไม่ได้รับไฟล์ <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"การแชร์ทางบลูทูธ: กำลังส่ง <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"การแชร์ทางบลูทูธ: ส่ง <xliff:g id="FILE">%1$s</xliff:g> แล้ว"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"เสร็จสมบูรณ์ 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"การแชร์ทางบลูทูธ: ไฟล์ <xliff:g id="FILE">%1$s</xliff:g> ไม่ถูกส่ง"</string> + <string name="download_title" msgid="6449408649671518102">"การถ่ายโอนไฟล์"</string> + <string name="download_line1" msgid="6449220145685308846">"จาก: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"ไฟล์: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"ขนาดไฟล์: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"กำลังรับไฟล์..."</string> + <string name="download_cancel" msgid="1705762428762702342">"หยุด"</string> + <string name="download_ok" msgid="2404442707314575833">"ซ่อน"</string> + <string name="incoming_line1" msgid="6342300988329482408">"จาก"</string> + <string name="incoming_line2" msgid="2199520895444457585">"ชื่อไฟล์"</string> + <string name="incoming_line3" msgid="8630078246326525633">"ขนาด"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"ไม่ได้รับไฟล์"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"ไฟล์: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"เหตุผล: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ตกลง"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"รับไฟล์แล้ว"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"เปิด"</string> + <string name="upload_line1" msgid="1912803923255989287">"ถึง: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"ประเภทไฟล์: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"กำลังส่งไฟล์..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"ส่งไฟล์แล้ว"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ตกลง"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"ไม่ได้ส่งไฟล์ถึง \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"ไฟล์: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"ปิด"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ตกลง"</string> + <string name="unknown_file" msgid="3719981572107052685">"ไฟล์ที่ไม่รู้จัก"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"ไม่มีแอปพลิเคชันในการจัดการกับไฟล์ประเภทนี้\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"ไม่มีไฟล์"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"ไม่มีไฟล์นี้\n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"โปรดรอสักครู่..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"กำลังเปิดบลูทูธ…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"ไฟล์จะถูกรับ ดูความคืบหน้าในแผงการแจ้งเตือน"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"ไม่สามารถรับไฟล์"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"หยุดรับไฟล์จาก \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"กำลังส่งไฟล์ถึง \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"กำลังส่ง <xliff:g id="NUMBER">%1$s</xliff:g> ไฟล์ถึง \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"หยุดส่งไฟล์ถึง \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"ที่จัดเก็บข้อมูล USB มีพื้นที่ว่างไม่เพียงพอที่จะบันทึกไฟล์"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"การ์ด SD มีพื้นที่ว่างไม่เพียงพอที่จะบันทึกไฟล์"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"พื้นที่ที่ต้องใช้: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"กำลังประมวลผลคำขอมากเกินไป โปรดลองใหม่อีกครั้ง"</string> + <string name="status_pending" msgid="4781040740237733479">"ยังไม่ได้เริ่มการถ่ายโอนไฟล์"</string> + <string name="status_running" msgid="7419075903776657351">"กำลังถ่ายโอนไฟล์"</string> + <string name="status_success" msgid="7963589000098719541">"ถ่ายโอนไฟล์เสร็จเรียบร้อยแล้ว"</string> + <string name="status_not_accept" msgid="1165798802740579658">"ไม่สนับสนุนเนื้อหา"</string> + <string name="status_forbidden" msgid="4017060451358837245">"อุปกรณ์เป้าหมายไม่รับการถ่ายโอน"</string> + <string name="status_canceled" msgid="8441679418717978515">"ผู้ใช้ยกเลิกการถ่ายโอน"</string> + <string name="status_file_error" msgid="5379018888714679311">"ปัญหาของที่จัดเก็บข้อมูล"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"ไม่มีที่เก็บข้อมูล USB"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"ไม่มีการ์ด SD ใส่การ์ด SD เพื่อบันทึกไฟล์ที่ถ่ายโอน"</string> + <string name="status_connection_error" msgid="8253709700568062220">"การเชื่อมต่อไม่สำเร็จ"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"ไม่สามารถจัดการคำขอได้อย่างถูกต้อง"</string> + <string name="status_unknown_error" msgid="314676481744304866">"ข้อผิดพลาดที่ไม่ทราบสาเหตุ"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"ไฟล์ที่ได้รับแล้วผ่านบลูทูธ"</string> + <string name="opp_notification_group" msgid="150067508422520653">"การแชร์ทางบลูทูธ"</string> + <string name="download_success" msgid="3438268368708549686">"ได้รับแล้ว <xliff:g id="FILE_SIZE">%1$s</xliff:g>"</string> + <string name="upload_success" msgid="143787470859042049">"ส่ง <xliff:g id="FILE_SIZE">%1$s</xliff:g> เรียบร้อยแล้ว"</string> + <string name="inbound_history_title" msgid="189623888169624862">"การถ่ายโอนขาเข้า"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"การถ่ายโอนข้อมูล"</string> + <string name="no_transfers" msgid="740521199933899821">"ไม่มีประวัติการโอนข้อมูล"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"รายการทั้งหมดจะถูกล้างจากรายการ"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"การแชร์ทางบลูทูธ: ส่งไฟล์แล้ว"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"การแชร์ทางบลูทูธ: รับไฟล์แล้ว"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">ล้มเหลว <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> รายการ</item> <item quantity="one">ล้มเหลว <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> รายการ</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">สำเร็จ <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> รายการ %2$s</item> <item quantity="one">สำเร็จ <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> รายการ %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"ล้างรายการ"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"เปิด"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"ล้างจากรายการ"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"ล้าง"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"กำลังเล่น"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"บันทึก"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"ยกเลิก"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"เลือกบัญชีที่คุณต้องการแชร์ผ่านบลูทูธ คุณยังคงต้องยอมรับการเข้าถึงบัญชีทั้งหมดเมื่อเชื่อมต่อ"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"ช่องที่เหลือ:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ไอคอนแอปพลิเคชัน"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"การตั้งค่าการแชร์ข้อความผ่านบลูทูธ"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"ไม่สามารถเลือกบัญชีได้ ช่องเหลือ 0 ช่อง"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"เชื่อมต่อ Bluetooth Audio แล้ว"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"ยกเลิกการเชื่อมต่อ Bluetooth Audio แล้ว"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"โอนไฟล์ที่มีขนาดใหญ่กว่า 4 GB ไม่ได้"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"เชื่อมต่อบลูทูธ"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"ล้างรายการ"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"เปิด"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"ล้างจากรายการ"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"ล้าง"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"กำลังเล่น"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"บันทึก"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"ยกเลิก"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"เลือกบัญชีที่คุณต้องการแชร์ผ่านบลูทูธ คุณยังคงต้องยอมรับการเข้าถึงบัญชีทั้งหมดเมื่อเชื่อมต่อ"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"ช่องที่เหลือ:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ไอคอนแอปพลิเคชัน"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"การตั้งค่าการแชร์ข้อความผ่านบลูทูธ"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"ไม่สามารถเลือกบัญชีได้ ช่องเหลือ 0 ช่อง"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"เชื่อมต่อ Bluetooth Audio แล้ว"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"ยกเลิกการเชื่อมต่อ Bluetooth Audio แล้ว"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"โอนไฟล์ที่มีขนาดใหญ่กว่า 4 GB ไม่ได้"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"เชื่อมต่อบลูทูธ"</string> </resources> diff --git a/android/app/res/values-th/strings_pbap.xml b/android/app/res/values-th/strings_pbap.xml index f689e63f5b..06805da436 100644 --- a/android/app/res/values-th/strings_pbap.xml +++ b/android/app/res/values-th/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"พิมพ์เซสชันคีย์ของ %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"ต้องใช้เซสชันคีย์ของบลูทูธ"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"หมดเวลายอมรับการเชื่อมต่อกับ %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"หมดเวลาป้อนเซสชันคีย์ด้วย %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"คำขอการตรวจสอบสิทธิ์ Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"เซสชันคีย์"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"พิมพ์เซสชันคีย์ของ %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"อุปกรณ์ในรถยนต์"</string> - <string name="unknownName" msgid="2841414754740600042">"ชื่อที่ไม่รู้จัก"</string> - <string name="localPhoneName" msgid="2349001318925409159">"ชื่อของฉัน"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"การแชร์รายชื่อติดต่อทางบลูทูธ"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"พิมพ์เซสชันคีย์ของ %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"ต้องใช้เซสชันคีย์ของบลูทูธ"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"หมดเวลายอมรับการเชื่อมต่อกับ %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"หมดเวลาป้อนเซสชันคีย์ด้วย %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"คำขอการตรวจสอบสิทธิ์ Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"เซสชันคีย์"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"พิมพ์เซสชันคีย์ของ %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"อุปกรณ์ในรถยนต์"</string> + <string name="unknownName" msgid="6755061296103155293">"ชื่อที่ไม่รู้จัก"</string> + <string name="localPhoneName" msgid="9119254982537191352">"ชื่อของฉัน"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"การแชร์รายชื่อติดต่อทางบลูทูธ"</string> </resources> diff --git a/android/app/res/values-th/strings_pbap_client.xml b/android/app/res/values-th/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-th/strings_pbap_client.xml +++ b/android/app/res/values-th/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-th/strings_sap.xml b/android/app/res/values-th/strings_sap.xml index c10795c4a3..394fcf1815 100644 --- a/android/app/res/values-th/strings_sap.xml +++ b/android/app/res/values-th/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"การเข้าถึงซิมบลูทูธ"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"การเข้าถึงซิมบลูทูธ"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"ขอให้ไคลเอ็นต์ยกเลิกการเชื่อมต่อใช่ไหม"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"รอให้ไคลเอ็นต์ยกเลิกการเชื่อมต่อ"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"ยกเลิกการเชื่อมต่อ"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"บังคับให้ยกเลิกการเชื่อมต่อ"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"การเข้าถึงซิมบลูทูธ"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"การเข้าถึงซิมบลูทูธ"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"ขอให้ไคลเอ็นต์ยกเลิกการเชื่อมต่อใช่ไหม"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"รอให้ไคลเอ็นต์ยกเลิกการเชื่อมต่อ"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"ยกเลิกการเชื่อมต่อ"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"บังคับให้ยกเลิกการเชื่อมต่อ"</string> </resources> diff --git a/android/app/res/values-th/test_strings.xml b/android/app/res/values-th/test_strings.xml index de3dbb2607..05b2a5c0c2 100644 --- a/android/app/res/values-th/test_strings.xml +++ b/android/app/res/values-th/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"บลูทูธ"</string> - <string name="insert_record" msgid="1450997173838378132">"แทรกบันทึก"</string> - <string name="update_record" msgid="2480425402384910635">"ยืนยันบันทึก"</string> - <string name="ack_record" msgid="6716152390978472184">"บันทึก Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"ลบบันทึกทั้งหมด"</string> - <string name="ok_button" msgid="6519033415223065454">"ตกลง"</string> - <string name="delete_record" msgid="4645040331967533724">"ลบบันทึก"</string> - <string name="start_server" msgid="9034821924409165795">"เริ่มต้นเซิร์ฟเวอร์ TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"แจ้งเตือนเซิร์ฟเวอร์ TCP"</string> + <string name="app_name" msgid="7766152617107310582">"บลูทูธ"</string> + <string name="insert_record" msgid="4024416351836939752">"แทรกบันทึก"</string> + <string name="update_record" msgid="7201772850942641237">"ยืนยันบันทึก"</string> + <string name="ack_record" msgid="2404738476192250210">"บันทึก Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"ลบบันทึกทั้งหมด"</string> + <string name="ok_button" msgid="719865942400179601">"ตกลง"</string> + <string name="delete_record" msgid="5713885957446255270">"ลบบันทึก"</string> + <string name="start_server" msgid="134483798422082514">"เริ่มต้นเซิร์ฟเวอร์ TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"แจ้งเตือนเซิร์ฟเวอร์ TCP"</string> </resources> diff --git a/android/app/res/values-tl/strings.xml b/android/app/res/values-tl/strings.xml index 4c9e052c91..b8d73f69b8 100644 --- a/android/app/res/values-tl/strings.xml +++ b/android/app/res/values-tl/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"I-access ang tagapamahala ng pag-download."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Binibigyang-daan ang app na i-access ang BluetoothShare manager at gamitin ito upang maglipat ng mga file."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Mag-acceptlist ng access ng bluetooth device."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Pinapayagan ang app na pansamantalang mag-acceptlist ng Bluetooth device, na pinapayagan ang device na iyon na magpadala ng mga file sa device na ito nang walang kumpirmasyon ng user."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Hindi kilalang device"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Hindi alam"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Airplane mode"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Hindi mo magagamit ang Bluetooth sa Airplane mode."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Upang gumamit ng mga serbisyo ng Bluetooth, dapat mo munang i-on ang Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"I-on ang Bluetooth ngayon?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Kanselahin"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"I-on"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Paglilipat ng file"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Tanggapin ang papasok na file?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Tanggihan"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Tanggapin"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Nagkaroon ng timeout habang tinatanggap ang papasok na file mula kay \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Papasok na file"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Handa nang ipadala ni <xliff:g id="SENDER">%1$s</xliff:g> ang <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Pagbahagi sa Bluetooth: Tinatanggap ang <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Pagbahagi sa Bluetooth: Natanggap ang <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Pagbahagi sa Bluetooth: Hindi natanggap ang file na <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"Pagbahagi sa Bluetooth: Ipinapadala ang <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Pagbahagi sa Bluetooth: Ipinadala ang <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% kumpleto"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Pagbahagi sa Bluetooth: Hindi naipadala ang file na <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"Paglilipat ng file"</string> - <string name="download_line1" msgid="4926604799202134144">"Mula: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Laki ng file: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Tumatanggap ng file…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Itigil"</string> - <string name="download_ok" msgid="5000360731674466039">"Itago"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Mula sa"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Filename"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Laki"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Hindi natanggap ang file"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Dahilan: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Natanggap ang file"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Buksan"</string> - <string name="upload_line1" msgid="2055952074059709052">"Sa: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Uri ng file: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Nagpapadala ng file..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Naipadala ang file"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Hindi naipadala ang file kay \"<xliff:g id="RECIPIENT">%1$s</xliff:g>.\""</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Isara"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Hindi kilalang file"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Walang app na mangangasiwa sa ganitong uri ng file. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Walang file"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Hindi umiiral ang file. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Pakihintay…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Ino-on ang Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Matatanggap ang file. Suriin ang pagsulong sa panel na Mga Notification."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Hindi matanggap ang file."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Ihininto ang pagtanggap ng file mula kay \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Nagpapadala ng file kay \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Ipinapadala ang <xliff:g id="NUMBER">%1$s</xliff:g> (na) file kay \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Ihininto ang pagpapadala ng file kay \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Kulang ang espasyo sa USB storage para i-save ang file."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Kulang ang espasyo sa SD card para i-save ang file."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Kailangang puwang: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Masyadong maraming kahilingan ang pinoproseso. Subukang muli sa ibang pagkakataon."</string> - <string name="status_pending" msgid="2503691772030877944">"Hindi pa nasimulan ang paglilipat ng file."</string> - <string name="status_running" msgid="6562808920311008696">"Kasalukuyang nagaganap ang paglilipat ng file."</string> - <string name="status_success" msgid="239573225847565868">"Matagumpay na nakumpleto ang paglilipat ng file."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Hindi sinusuportahan ang nilalaman."</string> - <string name="status_forbidden" msgid="613956401054050725">"Ipinagbabawal ng target na device ang paglilipat."</string> - <string name="status_canceled" msgid="6664490318773098285">"Kinansela ng user ang paglilipat."</string> - <string name="status_file_error" msgid="3671917770630165299">"Isyu sa pag-iimbak."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Walang USB storage."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Walang SD card. Maglagay ng SD card para ma-save ang mga inilipat na file."</string> - <string name="status_connection_error" msgid="947681831523219891">"Hindi matagumpay ang koneksyon."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Hindi mapangasiwaan nang tama ang kahilingan."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Hindi kilalang error."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Natanggap sa bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Pagbabahagi sa Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Kumpleto na ang pagtanggap."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Kumpleto na ang pagpapadala."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Mga inbound na paglilipat"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Mga palabas na paglilipat"</string> - <string name="no_transfers" msgid="3482965619151865672">"Walang laman ang history ng paglilipat."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Iki-clear ang lahat ng mga item mula sa listahan."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: Mga naipadalang file"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: Mga natanggap na file"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"I-access ang tagapamahala ng pag-download."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Binibigyang-daan ang app na i-access ang BluetoothShare manager at gamitin ito upang maglipat ng mga file."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Mag-acceptlist ng access ng bluetooth device."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Pinapayagan ang app na pansamantalang mag-acceptlist ng Bluetooth device, na pinapayagan ang device na iyon na magpadala ng mga file sa device na ito nang walang kumpirmasyon ng user."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Hindi kilalang device"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Hindi alam"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Airplane mode"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Hindi mo magagamit ang Bluetooth sa Airplane mode."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Upang gumamit ng mga serbisyo ng Bluetooth, dapat mo munang i-on ang Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"I-on ang Bluetooth ngayon?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Kanselahin"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"I-on"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Paglilipat ng file"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Tanggapin ang papasok na file?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Tanggihan"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Tanggapin"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Nagkaroon ng timeout habang tinatanggap ang papasok na file mula kay \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Papasok na file"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"Handa nang magpadala ng file si <xliff:g id="SENDER">%1$s</xliff:g>: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Pagbahagi sa Bluetooth: Tinatanggap ang <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Pagbahagi sa Bluetooth: Natanggap ang <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Pagbahagi sa Bluetooth: Hindi natanggap ang file na <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"Pagbahagi sa Bluetooth: Ipinapadala ang <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Pagbahagi sa Bluetooth: Ipinadala ang <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% kumpleto"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Pagbahagi sa Bluetooth: Hindi naipadala ang file na <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"Paglilipat ng file"</string> + <string name="download_line1" msgid="6449220145685308846">"Mula: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Laki ng file: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Tumatanggap ng file…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Itigil"</string> + <string name="download_ok" msgid="2404442707314575833">"Itago"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Mula sa"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Filename"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Laki"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Hindi natanggap ang file"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Dahilan: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Natanggap ang file"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Buksan"</string> + <string name="upload_line1" msgid="1912803923255989287">"Sa: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Uri ng file: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Nagpapadala ng file..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Naipadala ang file"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Hindi naipadala ang file kay \"<xliff:g id="RECIPIENT">%1$s</xliff:g>.\""</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"File: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Isara"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Hindi kilalang file"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Walang app na mangangasiwa sa ganitong uri ng file. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Walang file"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Hindi umiiral ang file. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Pakihintay…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Ino-on ang Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Matatanggap ang file. Suriin ang pagsulong sa panel na Mga Notification."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Hindi matanggap ang file."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Ihininto ang pagtanggap ng file mula kay \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Nagpapadala ng file kay \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Ipinapadala ang <xliff:g id="NUMBER">%1$s</xliff:g> (na) file kay \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Ihininto ang pagpapadala ng file kay \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Kulang ang espasyo sa USB storage para i-save ang file."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Kulang ang espasyo sa SD card para i-save ang file."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Kailangang puwang: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Masyadong maraming kahilingan ang pinoproseso. Subukang muli sa ibang pagkakataon."</string> + <string name="status_pending" msgid="4781040740237733479">"Hindi pa nasimulan ang paglilipat ng file."</string> + <string name="status_running" msgid="7419075903776657351">"Kasalukuyang nagaganap ang paglilipat ng file."</string> + <string name="status_success" msgid="7963589000098719541">"Matagumpay na nakumpleto ang paglilipat ng file."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Hindi sinusuportahan ang nilalaman."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Ipinagbabawal ng target na device ang paglilipat."</string> + <string name="status_canceled" msgid="8441679418717978515">"Kinansela ng user ang paglilipat."</string> + <string name="status_file_error" msgid="5379018888714679311">"Isyu sa pag-iimbak."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Walang USB storage."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Walang SD card. Maglagay ng SD card para ma-save ang mga inilipat na file."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Hindi matagumpay ang koneksyon."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Hindi mapangasiwaan nang tama ang kahilingan."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Hindi kilalang error."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Natanggap sa bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Pagbabahagi sa Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Kumpleto na ang pagtanggap."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Kumpleto na ang pagpapadala."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Mga inbound na paglilipat"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Mga palabas na paglilipat"</string> + <string name="no_transfers" msgid="740521199933899821">"Walang laman ang history ng paglilipat."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Iki-clear ang lahat ng mga item mula sa listahan."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth share: Mga naipadalang file"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth share: Mga natanggap na file"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ang hindi matagumpay.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ang hindi matagumpay.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ang matagumpay, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ang matagumpay, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"I-clear ang listahan"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Buksan"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"I-clear mula sa listahan"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"I-clear"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Nagpi-play Ngayon"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"I-save"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Kanselahin"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Piliin ang mga account na gusto mong ibahagi sa pamamagitan ng Bluetooth. Kailangan mo pa ring tanggapin ang anumang pag-access sa mga account kapag kumokonekta."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Mga slot na natitira:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Icon ng Application"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Mga Setting ng Pagbabahagi ng Mensahe sa Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Hindi mapili ang account. 0 slot ang natitira"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Nakakonekta ang Bluetooth audio"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Nadiskonekta ang Bluetooth audio"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Hindi maililipat ang mga file na mas malaki sa 4GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Kumonekta sa Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"I-clear ang listahan"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Buksan"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"I-clear mula sa listahan"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"I-clear"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Nagpi-play Ngayon"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"I-save"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Kanselahin"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Piliin ang mga account na gusto mong ibahagi sa pamamagitan ng Bluetooth. Kailangan mo pa ring tanggapin ang anumang pag-access sa mga account kapag kumokonekta."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Mga slot na natitira:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Icon ng Application"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Mga Setting ng Pagbabahagi ng Mensahe sa Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Hindi mapili ang account. 0 slot ang natitira"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Nakakonekta ang Bluetooth audio"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Nadiskonekta ang Bluetooth audio"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Hindi maililipat ang mga file na mas malaki sa 4GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Kumonekta sa Bluetooth"</string> </resources> diff --git a/android/app/res/values-tl/strings_pbap.xml b/android/app/res/values-tl/strings_pbap.xml index f0ffaf1f5a..7854825bd0 100644 --- a/android/app/res/values-tl/strings_pbap.xml +++ b/android/app/res/values-tl/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"I-type ang key ng session para kay %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Kinakailangan ang key ng bluetooth na session"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Nagkaroon ng time out upang tanggapin ang koneksyon sa \"%1$s\""</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Nagkaroon ng time out sa key ng pag-input ng session sa %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Kahilingan sa Obex na pagpapatunay"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Key ng Session"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"I-type ang key ng sesyon para kay %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"Hindi kilalang pangalan"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Aking pangalan"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Pagbabahagi ng Contact sa Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"I-type ang key ng session para kay %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Kinakailangan ang key ng bluetooth na session"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Nagkaroon ng time out upang tanggapin ang koneksyon sa \"%1$s\""</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Nagkaroon ng time out sa key ng pag-input ng session sa %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Kahilingan sa Obex na pagpapatunay"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Key ng Session"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"I-type ang key ng sesyon para kay %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"Hindi kilalang pangalan"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Aking pangalan"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Pagbabahagi ng Contact sa Bluetooth"</string> </resources> diff --git a/android/app/res/values-tl/strings_pbap_client.xml b/android/app/res/values-tl/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-tl/strings_pbap_client.xml +++ b/android/app/res/values-tl/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-tl/strings_sap.xml b/android/app/res/values-tl/strings_sap.xml index dea044b593..1e433d1d8d 100644 --- a/android/app/res/values-tl/strings_sap.xml +++ b/android/app/res/values-tl/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Access ng Bluetooth sa SIM"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Access ng Bluetooth sa SIM"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Hilinging magdiskonekta ang client?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Hinihintay na magdiskonekta ang client"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Idiskonekta"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Puwersahang idiskonekta"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Access ng Bluetooth sa SIM"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Access ng Bluetooth sa SIM"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Hilinging magdiskonekta ang client?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Hinihintay na magdiskonekta ang client"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Idiskonekta"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Puwersahang idiskonekta"</string> </resources> diff --git a/android/app/res/values-tl/test_strings.xml b/android/app/res/values-tl/test_strings.xml index 594f7c30e0..6e94ab7bc5 100644 --- a/android/app/res/values-tl/test_strings.xml +++ b/android/app/res/values-tl/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Ipasok ang tala"</string> - <string name="update_record" msgid="2480425402384910635">"Kumpirmahin ang tala"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack na tala"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"I-delete ang lahat ng tala"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"I-delete ang tala"</string> - <string name="start_server" msgid="9034821924409165795">"Simulan ang TCP server"</string> - <string name="notify_server" msgid="4369106744022969655">"I-notify ang TCP server"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Ipasok ang tala"</string> + <string name="update_record" msgid="7201772850942641237">"Kumpirmahin ang tala"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack na tala"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"I-delete ang lahat ng tala"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"I-delete ang tala"</string> + <string name="start_server" msgid="134483798422082514">"Simulan ang TCP server"</string> + <string name="notify_server" msgid="8832385166935137731">"I-notify ang TCP server"</string> </resources> diff --git a/android/app/res/values-tr/strings.xml b/android/app/res/values-tr/strings.xml index 82c3b7e4b3..3e0ccde302 100644 --- a/android/app/res/values-tr/strings.xml +++ b/android/app/res/values-tr/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"İndirme yöneticisine erişin."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Uygulamaya, BluetoothShare yöneticisine erişme ve bunu dosyaları aktarmak için kullanma izni verir."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Onay listesi Bluetooth cihaz erişimi."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Uygulamaya, bir Bluetooth cihazını geçici olarak onaylananlar listesine ekleme izni verir. Böylece, izin verilen cihaz kullanıcının onayı olmadan bu cihaza dosya gönderebilir."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Bilinmeyen cihaz"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Bilinmiyor"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Uçak modu"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Uçak modunda Bluetooth\'u kullanamazsınız."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth hizmetlerini kullanmak için öncelikle Bluetooth\'u açmanız gerekir."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth\'u şimdi açmak istiyor musunuz?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"İptal"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Aç"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Dosya aktarımı"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Gelen dosya kabul edilsin mi?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Reddet"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Kabul Et"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Tamam"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" kaynağından gelen dosyayı kabul etme süresi doldu"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Gelen dosya"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>, <xliff:g id="FILE">%2$s</xliff:g> adlı dosyayı göndermeye hazır"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> alınıyor"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> alındı"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> dosyası alınamadı"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> gönderiliyor"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> gönderildi"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"%100 tamamlandı"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> dosyası gönderilmedi"</string> - <string name="download_title" msgid="3353228219772092586">"Dosya aktarımı"</string> - <string name="download_line1" msgid="4926604799202134144">"Gönderen: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Dosya: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Dosya boyutu: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Dosya alınıyor..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Durdur"</string> - <string name="download_ok" msgid="5000360731674466039">"Gizle"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Gönderen"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Dosya adı"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Boyut"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Dosya alınamadı"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Dosya: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Nedeni: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"Tamam"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Dosya alındı"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Aç"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kime: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Dosya türü: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Dosya gönderiliyor..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Dosya gönderildi"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"Tamam"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Dosya \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hedefine gönderilmedi."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Dosya: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Kapat"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"Tamam"</string> - <string name="unknown_file" msgid="6092727753965095366">"Bilinmeyen dosya"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Bu dosya türünü işleyecek hiçbir uygulama yok. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Dosya yok"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Dosya mevcut değil. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Lütfen bekleyin..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth açılıyor..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Dosya alınacak. İlerlemeyi Bildirimler panelinden izleyebilirsiniz."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Dosya alınamıyor."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" kaynağından dosya alımı durduruldu"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Dosya \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hedefine gönderiliyor"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> dosya \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" hedefine gönderiliyor"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hedefine dosya gönderme işlemi durduruldu"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB depolamada dosyayı kaydedecek kadar alan yok."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD kartta dosyayı kaydedecek kadar alan yok."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Gereken alan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Çok fazla sayıda istek işleniyor. Daha sonra yeniden deneyin."</string> - <string name="status_pending" msgid="2503691772030877944">"Dosya aktarımı henüz başlatılmadı."</string> - <string name="status_running" msgid="6562808920311008696">"Dosya aktarımı devam ediyor."</string> - <string name="status_success" msgid="239573225847565868">"Dosya aktarımı başarıyla tamamlandı."</string> - <string name="status_not_accept" msgid="1695082417193780738">"İçerik desteklenmiyor."</string> - <string name="status_forbidden" msgid="613956401054050725">"Aktarım, hedef cihaz tarafından yasaklandı."</string> - <string name="status_canceled" msgid="6664490318773098285">"Aktarım, kullanıcı tarafından iptal edildi."</string> - <string name="status_file_error" msgid="3671917770630165299">"Depolama sorunu."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB bellek yok."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD kart yok. Aktarılan dosyaları kaydetmek için lütfen bir SD kart takın."</string> - <string name="status_connection_error" msgid="947681831523219891">"Bağlantı başarısız."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"İstek düzgün bir şekilde işlenemiyor."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Bilinmeyen hata."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth ile alınanlar"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth Paylaşımı"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Alma tamamlandı."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Gönderme tamamlandı."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Gelen aktarımlar"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Giden aktarımlar"</string> - <string name="no_transfers" msgid="3482965619151865672">"Aktarım geçmişi boş."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Tüm öğeler listeden temizlenecek."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth paylaşımı: Gönderilen dosyalar"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth paylaşımı: Dosyalar alındı"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"İndirme yöneticisine erişin."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Uygulamaya, BluetoothShare yöneticisine erişme ve bunu dosyaları aktarmak için kullanma izni verir."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Onay listesi Bluetooth cihaz erişimi."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Uygulamaya, bir Bluetooth cihazını geçici olarak onaylananlar listesine ekleme izni verir. Böylece, izin verilen cihaz kullanıcının onayı olmadan bu cihaza dosya gönderebilir."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Bilinmeyen cihaz"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Bilinmiyor"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Uçak modu"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Uçak modunda Bluetooth\'u kullanamazsınız."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth hizmetlerini kullanmak için öncelikle Bluetooth\'u açmanız gerekir."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth\'u şimdi açmak istiyor musunuz?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"İptal"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Aç"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Dosya aktarımı"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Gelen dosya kabul edilsin mi?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Reddet"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Kabul Et"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Tamam"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" kaynağından gelen dosyayı kabul etme süresi doldu"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Gelen dosya"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g>, dosya göndermeye hazır: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> alınıyor"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> alındı"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> dosyası alınamadı"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> gönderiliyor"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> gönderildi"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"%100 tamamlandı"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Bluetooth paylaşımı: <xliff:g id="FILE">%1$s</xliff:g> dosyası gönderilmedi"</string> + <string name="download_title" msgid="6449408649671518102">"Dosya aktarımı"</string> + <string name="download_line1" msgid="6449220145685308846">"Gönderen: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Dosya: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Dosya boyutu: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Dosya alınıyor..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Durdur"</string> + <string name="download_ok" msgid="2404442707314575833">"Gizle"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Gönderen"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Dosya adı"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Boyut"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Dosya alınamadı"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Dosya: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Nedeni: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"Tamam"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Dosya alındı"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Aç"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kime: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Dosya türü: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Dosya gönderiliyor..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Dosya gönderildi"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"Tamam"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Dosya \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hedefine gönderilmedi."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Dosya: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Kapat"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"Tamam"</string> + <string name="unknown_file" msgid="3719981572107052685">"Bilinmeyen dosya"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Bu dosya türünü işleyecek hiçbir uygulama yok. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Dosya yok"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Dosya mevcut değil. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Lütfen bekleyin..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth açılıyor..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Dosya alınacak. İlerlemeyi Bildirimler panelinden izleyebilirsiniz."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Dosya alınamıyor."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" kaynağından dosya alımı durduruldu"</string> + <string name="bt_toast_4" msgid="480365991944956695">"Dosya \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hedefine gönderiliyor"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> dosya \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" hedefine gönderiliyor"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" hedefine dosya gönderme işlemi durduruldu"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB depolamada dosyayı kaydedecek kadar alan yok."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD kartta dosyayı kaydedecek kadar alan yok."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Gereken alan: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Çok fazla sayıda istek işleniyor. Daha sonra yeniden deneyin."</string> + <string name="status_pending" msgid="4781040740237733479">"Dosya aktarımı henüz başlatılmadı."</string> + <string name="status_running" msgid="7419075903776657351">"Dosya aktarımı devam ediyor."</string> + <string name="status_success" msgid="7963589000098719541">"Dosya aktarımı başarıyla tamamlandı."</string> + <string name="status_not_accept" msgid="1165798802740579658">"İçerik desteklenmiyor."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Aktarım, hedef cihaz tarafından yasaklandı."</string> + <string name="status_canceled" msgid="8441679418717978515">"Aktarım, kullanıcı tarafından iptal edildi."</string> + <string name="status_file_error" msgid="5379018888714679311">"Depolama sorunu."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB bellek yok."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD kart yok. Aktarılan dosyaları kaydetmek için lütfen bir SD kart takın."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Bağlantı başarısız."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"İstek düzgün bir şekilde işlenemiyor."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Bilinmeyen hata."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth ile alınanlar"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth Paylaşımı"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Alma tamamlandı."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Gönderme tamamlandı."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Gelen aktarımlar"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Giden aktarımlar"</string> + <string name="no_transfers" msgid="740521199933899821">"Aktarım geçmişi boş."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Tüm öğeler listeden temizlenecek."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth paylaşımı: Gönderilen dosyalar"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth paylaşımı: Dosyalar alındı"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> başarısız.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> başarısız.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> başarılı, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> başarılı, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Listeyi temizle"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Aç"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Listeden temizle"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Temizle"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Ne Çalıyor?"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Kaydet"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"İptal"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth üzerinden paylaşmak istediğiniz hesapları seçin. Bağlanırken yine de hesaplara erişimi kabul etmeniz gerekmektedir."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Kalan yuva sayısı:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Uygulama Simgesi"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth İleti Paylaşımı Ayarları"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Hesap seçilemiyor. 0 yuva kaldı."</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth ses bağlandı"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth ses bağlantısı kesildi"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Ses"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 GB\'tan büyük dosyalar aktarılamaz"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetooth\'a bağlan"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Listeyi temizle"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Aç"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Listeden temizle"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Temizle"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Ne Çalıyor?"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Kaydet"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"İptal"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth üzerinden paylaşmak istediğiniz hesapları seçin. Bağlanırken yine de hesaplara erişimi kabul etmeniz gerekmektedir."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Kalan yuva sayısı:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Uygulama Simgesi"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth İleti Paylaşımı Ayarları"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Hesap seçilemiyor. 0 yuva kaldı."</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth ses bağlandı"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth ses bağlantısı kesildi"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Ses"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 GB\'tan büyük dosyalar aktarılamaz"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetooth\'a bağlan"</string> </resources> diff --git a/android/app/res/values-tr/strings_pbap.xml b/android/app/res/values-tr/strings_pbap.xml index 497b3f9b4d..e7ed7b85a4 100644 --- a/android/app/res/values-tr/strings_pbap.xml +++ b/android/app/res/values-tr/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s için oturum anahtarını yazın"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth oturum anahtarı gerekiyor"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s ile bağlantı yapılmasını kabul etme süresi doldu"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s ile oturum anahtarını girme süresi doldu"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex kimlik doğrulama isteği"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Oturum Anahtarı"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s için oturum anahtarını yazın"</string> - <string name="defaultname" msgid="4821590500649090078">"Araç Kiti"</string> - <string name="unknownName" msgid="2841414754740600042">"Bilinmeyen ad"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Adım"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Bluetooth Kişi paylaşımı"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s için oturum anahtarını yazın"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth oturum anahtarı gerekiyor"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s ile bağlantı yapılmasını kabul etme süresi doldu"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s ile oturum anahtarını girme süresi doldu"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex kimlik doğrulama isteği"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Oturum Anahtarı"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s için oturum anahtarını yazın"</string> + <string name="defaultname" msgid="6200530814398805541">"Araç Kiti"</string> + <string name="unknownName" msgid="6755061296103155293">"Bilinmeyen ad"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Adım"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Bluetooth Kişi paylaşımı"</string> </resources> diff --git a/android/app/res/values-tr/strings_pbap_client.xml b/android/app/res/values-tr/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-tr/strings_pbap_client.xml +++ b/android/app/res/values-tr/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-tr/strings_sap.xml b/android/app/res/values-tr/strings_sap.xml index f9fcb565b6..14fe41984b 100644 --- a/android/app/res/values-tr/strings_sap.xml +++ b/android/app/res/values-tr/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Bluetooth SIM erişimi"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Bluetooth SIM Erişimi"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"İstemciden bağlantıyı kesmesi istensin mi?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"İstemci bağlantısının kesilmesi bekleniyor"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Bağlantıyı kes"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Bağlantı kesmeyi zorla"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Bluetooth SIM erişimi"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Bluetooth SIM Erişimi"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"İstemciden bağlantıyı kesmesi istensin mi?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"İstemci bağlantısının kesilmesi bekleniyor"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Bağlantıyı kes"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Bağlantı kesmeyi zorla"</string> </resources> diff --git a/android/app/res/values-tr/test_strings.xml b/android/app/res/values-tr/test_strings.xml index e3454f0495..2e1af59173 100644 --- a/android/app/res/values-tr/test_strings.xml +++ b/android/app/res/values-tr/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Kayıt ekle"</string> - <string name="update_record" msgid="2480425402384910635">"Kaydı onayla"</string> - <string name="ack_record" msgid="6716152390978472184">"Onay kaydı"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Tüm kayıtları silin"</string> - <string name="ok_button" msgid="6519033415223065454">"Tamam"</string> - <string name="delete_record" msgid="4645040331967533724">"Kaydı sil"</string> - <string name="start_server" msgid="9034821924409165795">"TCP sunucusunu başlat"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP sunucusuna bildir"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Kayıt ekle"</string> + <string name="update_record" msgid="7201772850942641237">"Kaydı onayla"</string> + <string name="ack_record" msgid="2404738476192250210">"Onay kaydı"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Tüm kayıtları silin"</string> + <string name="ok_button" msgid="719865942400179601">"Tamam"</string> + <string name="delete_record" msgid="5713885957446255270">"Kaydı sil"</string> + <string name="start_server" msgid="134483798422082514">"TCP sunucusunu başlat"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP sunucusuna bildir"</string> </resources> diff --git a/android/app/res/values-uk/strings.xml b/android/app/res/values-uk/strings.xml index feb37565ae..dba8ea118d 100644 --- a/android/app/res/values-uk/strings.xml +++ b/android/app/res/values-uk/strings.xml @@ -16,126 +16,126 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Доступ до менедж. завантаж."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Дозволяє програмі отримувати доступ до менеджера BluetoothShare і використовувати його для передавання файлів."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Доступ до дозволеного пристрою з Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Дозволяє додатку тимчасово внести пристрій із Bluetooth у список дозволених, що дасть йому змогу надсилати файли на цей пристрій без підтвердження від користувача."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Невідомий пристрій"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Невідомий"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Режим польоту"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Не можна викор. Bluetooth у режимі польоту."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Щоб корист. послугами Bluetooth, спершу треба ввімкн. Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Увімк. Bluetooth зараз?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Скасувати"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Увімкнути"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Пересилка файлу"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Прийняти вхідний файл?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Відхилити"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Прийняти"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Під час приймання вхідного файлу від \"<xliff:g id="SENDER">%1$s</xliff:g>\" виникла затримка"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Вхідний файл"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"Користувач <xliff:g id="SENDER">%1$s</xliff:g> готовий надіслати файл <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Через Bluetooth: отримання <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Через Bluetooth: отримано <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Через Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не отримано"</string> - <string name="notification_sending" msgid="3035748958534983833">"Через Bluetooth: надсилання <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Через Bluetooth: надісл. <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% виконано"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Через Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не надісл."</string> - <string name="download_title" msgid="3353228219772092586">"Передача файлів"</string> - <string name="download_line1" msgid="4926604799202134144">"Від: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Розмір файлу: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Отримання файлу..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Зупин."</string> - <string name="download_ok" msgid="5000360731674466039">"Сховати"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Від кого"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Назва файлу"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Розмір"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Файл не отримано"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Файл отримано"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Відкрити"</string> - <string name="upload_line1" msgid="2055952074059709052">"Кому: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Тип файлу: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Надсил-ня файлу..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Файл надіслано"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Файл не надіслано на пристрій \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Закрити"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Невідомий файл"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Немає програми для обробки цього типу файлу. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Немає файлу"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Файл не існує. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Зачекайте…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Увімкнення Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Файл буде отримано. Перевіряйте прогрес на панелі сповіщень."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Неможливо отримати файл."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Зупинено отримання файлу від \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Надсил-ня файлу до \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Надсил-ня файлів (<xliff:g id="NUMBER">%1$s</xliff:g>) до \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Зупинено надсил. файлу до \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"На носії USB недостатньо місця, щоб зберегти файл."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"На карті SD недостатньо місця, щоб зберегти файл."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Потрібно місця: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Обробляється забагато запитів. Спробуйте пізніше."</string> - <string name="status_pending" msgid="2503691772030877944">"Передавання файлів ще не почалося."</string> - <string name="status_running" msgid="6562808920311008696">"Виконується передавання файлів."</string> - <string name="status_success" msgid="239573225847565868">"Передавання файлів здійснено."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Вміст не підтримується."</string> - <string name="status_forbidden" msgid="613956401054050725">"Передавання заборонено цільовим пристроєм."</string> - <string name="status_canceled" msgid="6664490318773098285">"Передавання скасовано користувачем."</string> - <string name="status_file_error" msgid="3671917770630165299">"Проблема зі зберіганням."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Немає носія USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Немає карти SD. Щоб зберегти перенесені файли, вставте карту SD."</string> - <string name="status_connection_error" msgid="947681831523219891">"Помилка з’єднання."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Запит неможливо обробити належним чином."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Невідома помилка."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Отримані через Bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Обмін даними через Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Завершено отримання <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Заверш. надсил. <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Вхідні передавання"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Вихідні передавання"</string> - <string name="no_transfers" msgid="3482965619151865672">"Немає даних."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Зі списку буде видалено всі елементи."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Через Bluetooth: надісл. файли"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Через Bluetooth: отримані файли"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Доступ до менедж. завантаж."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Дозволяє програмі отримувати доступ до менеджера BluetoothShare і використовувати його для передавання файлів."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Доступ до дозволеного пристрою з Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Дозволяє додатку тимчасово внести пристрій із Bluetooth у список дозволених, що дасть йому змогу надсилати файли на цей пристрій без підтвердження від користувача."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Невідомий пристрій"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Невідомий"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Режим польоту"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Не можна викор. Bluetooth у режимі польоту."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Щоб корист. послугами Bluetooth, спершу треба ввімкн. Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Увімк. Bluetooth зараз?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Скасувати"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Увімкнути"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Пересилка файлу"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Прийняти вхідний файл?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Відхилити"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Прийняти"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Під час приймання вхідного файлу від \"<xliff:g id="SENDER">%1$s</xliff:g>\" виникла затримка"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Вхідний файл"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> може надіслати файл: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Через Bluetooth: отримання <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Через Bluetooth: отримано <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Через Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не отримано"</string> + <string name="notification_sending" msgid="8269912843286868700">"Через Bluetooth: надсилання <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Через Bluetooth: надісл. <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% виконано"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Через Bluetooth: файл <xliff:g id="FILE">%1$s</xliff:g> не надісл."</string> + <string name="download_title" msgid="6449408649671518102">"Передача файлів"</string> + <string name="download_line1" msgid="6449220145685308846">"Від: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Розмір файлу: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Отримання файлу..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Зупин."</string> + <string name="download_ok" msgid="2404442707314575833">"Сховати"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Від кого"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Назва файлу"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Розмір"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Файл не отримано"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Причина: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Файл отримано"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Відкрити"</string> + <string name="upload_line1" msgid="1912803923255989287">"Кому: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Тип файлу: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Надсил-ня файлу..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Файл надіслано"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Файл не надіслано на пристрій \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Файл: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Закрити"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Невідомий файл"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Немає програми для обробки цього типу файлу. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Немає файлу"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Файл не існує. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Зачекайте…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Увімкнення Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Файл буде отримано. Перевіряйте прогрес на панелі сповіщень."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Неможливо отримати файл."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Зупинено отримання файлу від \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Надсил-ня файлу до \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Надсил-ня файлів (<xliff:g id="NUMBER">%1$s</xliff:g>) до \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Зупинено надсил. файлу до \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"На носії USB недостатньо місця, щоб зберегти файл."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"На карті SD недостатньо місця, щоб зберегти файл."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Потрібно місця: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Обробляється забагато запитів. Спробуйте пізніше."</string> + <string name="status_pending" msgid="4781040740237733479">"Передавання файлів ще не почалося."</string> + <string name="status_running" msgid="7419075903776657351">"Виконується передавання файлів."</string> + <string name="status_success" msgid="7963589000098719541">"Передавання файлів здійснено."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Вміст не підтримується."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Передавання заборонено цільовим пристроєм."</string> + <string name="status_canceled" msgid="8441679418717978515">"Передавання скасовано користувачем."</string> + <string name="status_file_error" msgid="5379018888714679311">"Проблема зі зберіганням."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Немає носія USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Немає карти SD. Щоб зберегти перенесені файли, вставте карту SD."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Помилка з’єднання."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Запит неможливо обробити належним чином."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Невідома помилка."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Отримані через Bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Обмін даними через Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Завершено отримання <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Заверш. надсил. <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Вхідні передавання"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Вихідні передавання"</string> + <string name="no_transfers" msgid="740521199933899821">"Немає даних."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Зі списку буде видалено всі елементи."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Через Bluetooth: надісл. файли"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Через Bluetooth: отримані файли"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one">Не виконано <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> <item quantity="few">Не виконано <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> <item quantity="many">Не виконано <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> <item quantity="other">Не виконано <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g>.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one">Виконано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="few">Виконано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="many">Виконано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> <item quantity="other">Виконано <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g>, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Очистити список"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Відкрити"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Видалити зі списку"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Очистити"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Зараз грає"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Зберегти"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Скасувати"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Виберіть облікові записи, до яких ви хочете надати доступ через Bluetooth. Під час підключення все одно потрібно буде схвалити доступ до облікових записів."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Залишилося місць:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Значок додатка"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Параметри надсилання повідомлень через Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Обліковий запис не вибрано. Залишилося 0 місць"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Аудіо Bluetooth під’єднано"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Аудіо Bluetooth від’єднано"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth Audio"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Не можна перенести файли, більші за 4 ГБ"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Підключитися до Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Очистити список"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Відкрити"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Видалити зі списку"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Очистити"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Зараз грає"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Зберегти"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Скасувати"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Виберіть облікові записи, до яких ви хочете надати доступ через Bluetooth. Під час підключення все одно потрібно буде схвалити доступ до облікових записів."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Залишилося місць:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Значок додатка"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Параметри надсилання повідомлень через Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Обліковий запис не вибрано. Залишилося 0 місць"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Аудіо Bluetooth під’єднано"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Аудіо Bluetooth від’єднано"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth Audio"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Не можна перенести файли, більші за 4 ГБ"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Підключитися до Bluetooth"</string> </resources> diff --git a/android/app/res/values-uk/strings_pbap.xml b/android/app/res/values-uk/strings_pbap.xml index 48837be5af..f7922afe6a 100644 --- a/android/app/res/values-uk/strings_pbap.xml +++ b/android/app/res/values-uk/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Введіть ключ сеансу для %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Потрібен ключ сеансу Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Виникла затримка приймання з\'єднання з %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Виникла затримка введення ключа сесії з %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Запит автентифікації Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ключ сеансу"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Введіть ключ сеансу для %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Автокомпл."</string> - <string name="unknownName" msgid="2841414754740600042">"Безіменний"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Моє ім\'я"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Надсилання контактів Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Введіть ключ сеансу для %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Потрібен ключ сеансу Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Виникла затримка приймання з\'єднання з %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Виникла затримка введення ключа сесії з %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Запит автентифікації Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ключ сеансу"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Введіть ключ сеансу для %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Автокомпл."</string> + <string name="unknownName" msgid="6755061296103155293">"Безіменний"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Моє ім\'я"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Надсилання контактів Bluetooth"</string> </resources> diff --git a/android/app/res/values-uk/strings_pbap_client.xml b/android/app/res/values-uk/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-uk/strings_pbap_client.xml +++ b/android/app/res/values-uk/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-uk/strings_sap.xml b/android/app/res/values-uk/strings_sap.xml index aea9b6f0ff..260dbfd134 100644 --- a/android/app/res/values-uk/strings_sap.xml +++ b/android/app/res/values-uk/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Доступ до SIM-карти через Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Доступ до SIM-карти через Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Попросити клієнта відключитися?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Клієнт відключається"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Відключити"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Відключити примусово"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Доступ до SIM-карти через Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Доступ до SIM-карти через Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Попросити клієнта відключитися?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Клієнт відключається"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Відключити"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Відключити примусово"</string> </resources> diff --git a/android/app/res/values-uk/test_strings.xml b/android/app/res/values-uk/test_strings.xml index ddd3c8c64b..c7d65f41a7 100644 --- a/android/app/res/values-uk/test_strings.xml +++ b/android/app/res/values-uk/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Вставити запис"</string> - <string name="update_record" msgid="2480425402384910635">"Підтвердити запис"</string> - <string name="ack_record" msgid="6716152390978472184">"Запис TCP"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Видалити всі записи"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Видалити запис"</string> - <string name="start_server" msgid="9034821924409165795">"Запустити TCP сервер"</string> - <string name="notify_server" msgid="4369106744022969655">"Повідом. TCP сервер"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Вставити запис"</string> + <string name="update_record" msgid="7201772850942641237">"Підтвердити запис"</string> + <string name="ack_record" msgid="2404738476192250210">"Запис TCP"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Видалити всі записи"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Видалити запис"</string> + <string name="start_server" msgid="134483798422082514">"Запустити TCP сервер"</string> + <string name="notify_server" msgid="8832385166935137731">"Повідом. TCP сервер"</string> </resources> diff --git a/android/app/res/values-ur/strings.xml b/android/app/res/values-ur/strings.xml index a12f4274f9..41a77d55c1 100644 --- a/android/app/res/values-ur/strings.xml +++ b/android/app/res/values-ur/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"ڈاؤن لوڈ مینیجر تک رسائی حاصل کریں۔"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"ایپ کو فائلیں منتقل کرنے کیلئے BluetoothShare مینیجر تک رسائی اور اسے استعمال کرنے کی اجازت دیتا ہے۔"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"بلوٹوتھ آلہ تک رسائی کو فہرست قبول کریں۔"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"آلے کو عارضی طور پر ایک بلوٹوتھ آلہ کو فہرست قبول کرنے کی اجازت دیتا ہے اور اس آلہ کو صارف کی توثیق کے بغیر اس آلہ پر فائلز بھیجنے دیتا ہے۔"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"بلوٹوتھ"</string> - <string name="unknown_device" msgid="9221903979877041009">"نامعلوم آلہ"</string> - <string name="unknownNumber" msgid="4994750948072751566">"نامعلوم"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"ہوائی جہاز وضع"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"آپ ہوائی جہاز وضع میں بلوٹوتھ استعمال نہیں کر سکتے ہیں۔"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"بلوٹوتھ سروسز استعمال کرنے کیلئے، آپ کیلئے پہلے بلوٹوتھ کو آن کرنا ضروری ہے۔"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"بلوٹوتھ کو ابھی آن کریں؟"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"منسوخ کریں"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"آن کریں"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"فائل کی منتقلی"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"اِن کمنگ فائل قبول کریں؟"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"مسترد کریں"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"قبول کریں"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"ٹھیک ہے"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" کی جانب سے ایک موصول ہونے والی فائل کو قبول کرتے وقت ایک ٹائم آؤٹ پیش آگیا"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"آنے والی فائل"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> بھیجنے کے لئے تیار ہے"</string> - <string name="notification_receiving" msgid="4674648179652543984">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> موصول ہو رہی ہے"</string> - <string name="notification_received" msgid="3324588019186687985">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> موصول ہوئی"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"بلوٹوتھ اشتراک: فائل <xliff:g id="FILE">%1$s</xliff:g> موصول نہیں ہوئی"</string> - <string name="notification_sending" msgid="3035748958534983833">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> بھیجی جا رہی ہے"</string> - <string name="notification_sent" msgid="9218710861333027778">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> بھیج دی گئی"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% مکمل"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> نہیں بھیجی گئی"</string> - <string name="download_title" msgid="3353228219772092586">"فائل کی منتقلی"</string> - <string name="download_line1" msgid="4926604799202134144">"منجانب: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"فائل: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"فائل کا سائز: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"فائل موصول ہو رہی ہے…"</string> - <string name="download_cancel" msgid="9177305996747500768">"روکیں"</string> - <string name="download_ok" msgid="5000360731674466039">"چھپائیں"</string> - <string name="incoming_line1" msgid="2127419875681087545">"منجانب"</string> - <string name="incoming_line2" msgid="3348994249285315873">"فائل کا نام"</string> - <string name="incoming_line3" msgid="7954237069667474024">"سائز"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"فائل موصول نہیں ہوئی"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"فائل: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"وجہ: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"ٹھیک ہے"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"فائل موصول ہو گئی"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"کھولیں"</string> - <string name="upload_line1" msgid="2055952074059709052">"بنام: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"فائل کی قسم: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"فائل بھیجی جا رہی ہے…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"فائل بھیج دی گئی"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"ٹھیک ہے"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"فائل \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" کو نہیں بھیجی گئی۔"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"فائل: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"بند کریں"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"ٹھیک ہے"</string> - <string name="unknown_file" msgid="6092727753965095366">"نامعلوم فائل"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"اس قسم کی فائل کو ہینڈل کرنے کیلئے کوئی ایپ نہیں ہے۔ \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"کوئی فائل نہیں ہے"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"فائل موجود نہیں ہے۔ \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"براہ کرم انتظار کریں…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"بلوٹوتھ آن ہو رہا ہے…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"فائل موصول ہوگی۔ اطلاعاتی پینل میں پیشرفت چیک کریں۔"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"فائل موصول نہیں ہو سکتی۔"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" کی جانب سے فائل موصول ہونا بند ہو گئی"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" کو فائل بھیجی جا رہی ہے"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> فائلیں \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" کو بھیجی جا رہی ہیں"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" کو فائل بھیجنا بند ہو گیا"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"فائل محفوظ کرنے کیلئے USB اسٹوریج میں کافی جگہ نہیں ہے۔"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"فائل محفوظ کرنے کیلئے SD کارڈ میں کافی جگہ نہیں ہے۔"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"جگہ درکار ہے: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"کافی زیادہ درخواستوں پر کارروائی کی جا رہی ہے۔ بعد میں دوبارہ کوشش کریں۔"</string> - <string name="status_pending" msgid="2503691772030877944">"فائل کی منتقلی ابھی شروع نہیں ہوئی۔"</string> - <string name="status_running" msgid="6562808920311008696">"فائل کی منتقلی جاری ہے۔"</string> - <string name="status_success" msgid="239573225847565868">"فائل کی منتقلی کامیابی سے مکمل ہو گئی۔"</string> - <string name="status_not_accept" msgid="1695082417193780738">"مواد تعاون یافتہ نہیں ہے۔"</string> - <string name="status_forbidden" msgid="613956401054050725">"ٹارگٹ آلہ کے ذریعہ منتقلی ممنوع ہے۔"</string> - <string name="status_canceled" msgid="6664490318773098285">"صارف نے منتقلی منسوخ کر دی۔"</string> - <string name="status_file_error" msgid="3671917770630165299">"اسٹوریج کا مسئلہ۔"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"کوئی USB اسٹوریج نہیں ہے۔"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"کوئی SD کارڈ نہیں ہے۔ منتقل کردہ فائلز کو محفوظ کرنے کے لیے ایک SD کارڈ داخل کریں۔"</string> - <string name="status_connection_error" msgid="947681831523219891">"کنکشن ناکام ہو گیا۔"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"درخواست کو ٹھیک سے ہینڈل نہیں کیا جا سکتا۔"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"نامعلوم خرابی۔"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"بلوٹوتھ کے ذریعے موصول کردہ"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"بلوٹوتھ اشتراک"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> وصولی مکمل۔"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> بھیجنا مکمل ہو گیا۔"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"ان باؤنڈ منتقلیاں"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"آؤٹ باؤنڈ منتقلیاں"</string> - <string name="no_transfers" msgid="3482965619151865672">"ٹرانسفر سرگزشت خالی ہے۔"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"سبھی آئٹمز فہرست سے صاف کر دیے جائیں گے۔"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"بلوٹوتھ اشتراک: ارسال کردہ فائلیں"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"بلوٹوتھ اشتراک: فائلیں موصول ہو گئیں"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"ڈاؤن لوڈ مینیجر تک رسائی حاصل کریں۔"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"ایپ کو فائلیں منتقل کرنے کیلئے BluetoothShare مینیجر تک رسائی اور اسے استعمال کرنے کی اجازت دیتا ہے۔"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"بلوٹوتھ آلہ تک رسائی کو فہرست قبول کریں۔"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"آلے کو عارضی طور پر ایک بلوٹوتھ آلہ کو فہرست قبول کرنے کی اجازت دیتا ہے اور اس آلہ کو صارف کی توثیق کے بغیر اس آلہ پر فائلز بھیجنے دیتا ہے۔"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"بلوٹوتھ"</string> + <string name="unknown_device" msgid="2317679521750821654">"نامعلوم آلہ"</string> + <string name="unknownNumber" msgid="1245183329830158661">"نامعلوم"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"ہوائی جہاز وضع"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"آپ ہوائی جہاز وضع میں بلوٹوتھ استعمال نہیں کر سکتے ہیں۔"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"بلوٹوتھ سروسز استعمال کرنے کیلئے، آپ کیلئے پہلے بلوٹوتھ کو آن کرنا ضروری ہے۔"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"بلوٹوتھ کو ابھی آن کریں؟"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"منسوخ کریں"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"آن کریں"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"فائل کی منتقلی"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"اِن کمنگ فائل قبول کریں؟"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"مسترد کریں"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"قبول کریں"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"ٹھیک ہے"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" کی جانب سے ایک موصول ہونے والی فائل کو قبول کرتے وقت ایک ٹائم آؤٹ پیش آگیا"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"آنے والی فائل"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> فائل بھیجنے کیلئے تیار ہے: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> موصول ہو رہی ہے"</string> + <string name="notification_received" msgid="2330252358543000567">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> موصول ہوئی"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"بلوٹوتھ اشتراک: فائل <xliff:g id="FILE">%1$s</xliff:g> موصول نہیں ہوئی"</string> + <string name="notification_sending" msgid="8269912843286868700">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> بھیجی جا رہی ہے"</string> + <string name="notification_sent" msgid="2685202778935769332">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> بھیج دی گئی"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% مکمل"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"بلوٹوتھ اشتراک: <xliff:g id="FILE">%1$s</xliff:g> نہیں بھیجی گئی"</string> + <string name="download_title" msgid="6449408649671518102">"فائل کی منتقلی"</string> + <string name="download_line1" msgid="6449220145685308846">"منجانب: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"فائل: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"فائل کا سائز: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"فائل موصول ہو رہی ہے…"</string> + <string name="download_cancel" msgid="1705762428762702342">"روکیں"</string> + <string name="download_ok" msgid="2404442707314575833">"چھپائیں"</string> + <string name="incoming_line1" msgid="6342300988329482408">"منجانب"</string> + <string name="incoming_line2" msgid="2199520895444457585">"فائل کا نام"</string> + <string name="incoming_line3" msgid="8630078246326525633">"سائز"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"فائل موصول نہیں ہوئی"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"فائل: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"وجہ: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"ٹھیک ہے"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"فائل موصول ہو گئی"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"کھولیں"</string> + <string name="upload_line1" msgid="1912803923255989287">"بنام: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"فائل کی قسم: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"فائل بھیجی جا رہی ہے…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"فائل بھیج دی گئی"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"ٹھیک ہے"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"فائل \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" کو نہیں بھیجی گئی۔"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"فائل: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"بند کریں"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"ٹھیک ہے"</string> + <string name="unknown_file" msgid="3719981572107052685">"نامعلوم فائل"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"اس قسم کی فائل کو ہینڈل کرنے کیلئے کوئی ایپ نہیں ہے۔ \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"کوئی فائل نہیں ہے"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"فائل موجود نہیں ہے۔ \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"براہ کرم انتظار کریں…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"بلوٹوتھ آن ہو رہا ہے…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"فائل موصول ہوگی۔ اطلاعاتی پینل میں پیشرفت چیک کریں۔"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"فائل موصول نہیں ہو سکتی۔"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" کی جانب سے فائل موصول ہونا بند ہو گئی"</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" کو فائل بھیجی جا رہی ہے"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> فائلیں \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\" کو بھیجی جا رہی ہیں"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\" کو فائل بھیجنا بند ہو گیا"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"فائل محفوظ کرنے کیلئے USB اسٹوریج میں کافی جگہ نہیں ہے۔"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"فائل محفوظ کرنے کیلئے SD کارڈ میں کافی جگہ نہیں ہے۔"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"جگہ درکار ہے: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"کافی زیادہ درخواستوں پر کارروائی کی جا رہی ہے۔ بعد میں دوبارہ کوشش کریں۔"</string> + <string name="status_pending" msgid="4781040740237733479">"فائل کی منتقلی ابھی شروع نہیں ہوئی۔"</string> + <string name="status_running" msgid="7419075903776657351">"فائل کی منتقلی جاری ہے۔"</string> + <string name="status_success" msgid="7963589000098719541">"فائل کی منتقلی کامیابی سے مکمل ہو گئی۔"</string> + <string name="status_not_accept" msgid="1165798802740579658">"مواد تعاون یافتہ نہیں ہے۔"</string> + <string name="status_forbidden" msgid="4017060451358837245">"ٹارگٹ آلہ کے ذریعہ منتقلی ممنوع ہے۔"</string> + <string name="status_canceled" msgid="8441679418717978515">"صارف نے منتقلی منسوخ کر دی۔"</string> + <string name="status_file_error" msgid="5379018888714679311">"اسٹوریج کا مسئلہ۔"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"کوئی USB اسٹوریج نہیں ہے۔"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"کوئی SD کارڈ نہیں ہے۔ منتقل کردہ فائلز کو محفوظ کرنے کے لیے ایک SD کارڈ داخل کریں۔"</string> + <string name="status_connection_error" msgid="8253709700568062220">"کنکشن ناکام ہو گیا۔"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"درخواست کو ٹھیک سے ہینڈل نہیں کیا جا سکتا۔"</string> + <string name="status_unknown_error" msgid="314676481744304866">"نامعلوم خرابی۔"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"بلوٹوتھ کے ذریعے موصول کردہ"</string> + <string name="opp_notification_group" msgid="150067508422520653">"بلوٹوتھ اشتراک"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> وصولی مکمل۔"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> بھیجنا مکمل ہو گیا۔"</string> + <string name="inbound_history_title" msgid="189623888169624862">"ان باؤنڈ منتقلیاں"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"آؤٹ باؤنڈ منتقلیاں"</string> + <string name="no_transfers" msgid="740521199933899821">"ٹرانسفر سرگزشت خالی ہے۔"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"سبھی آئٹمز فہرست سے صاف کر دیے جائیں گے۔"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"بلوٹوتھ اشتراک: ارسال کردہ فائلیں"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"بلوٹوتھ اشتراک: فائلیں موصول ہو گئیں"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ناکام۔</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ناکام۔</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> کامیاب، %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> کامیاب، %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"فہرست صاف کریں"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"کھولیں"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"فہرست سے صاف کریں"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"صاف کریں"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Now Playing"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"محفوظ کریں"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"منسوخ کریں"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"ان اکاؤنٹس کو منتخب کریں جن کا آپ بلوٹوتھ کے ذریعے اشتراک کرنا چاہتے ہیں۔ آپ کو ابھی بھی منسلک ہوتے وقت اکاؤنٹس تک کسی بھی رسائی کو قبول کرنا ہوگا۔"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"بچے ہوئے سلاٹس:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"ایپلیکیشن کا آئیکن"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"بلوٹوتھ پیغام کے اشتراک کی ترتیبات"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"اکاؤنٹ کو منتخب نہیں کیا جا سکتا ہے۔ 0 سلاٹس باقی ہیں"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"بلوٹوتھ آڈیو منسلک ہے"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"بلوٹوتھ آڈیو غیر منسلک ہے"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"بلوٹوتھ آڈیو"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4GB سے بڑی فائلیں منتقل نہیں کی جا سکتیں"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"بلوٹوتھ سے منسلک کریں"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"فہرست صاف کریں"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"کھولیں"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"فہرست سے صاف کریں"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"صاف کریں"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Now Playing"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"محفوظ کریں"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"منسوخ کریں"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"ان اکاؤنٹس کو منتخب کریں جن کا آپ بلوٹوتھ کے ذریعے اشتراک کرنا چاہتے ہیں۔ آپ کو ابھی بھی منسلک ہوتے وقت اکاؤنٹس تک کسی بھی رسائی کو قبول کرنا ہوگا۔"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"بچے ہوئے سلاٹس:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"ایپلیکیشن کا آئیکن"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"بلوٹوتھ پیغام کے اشتراک کی ترتیبات"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"اکاؤنٹ کو منتخب نہیں کیا جا سکتا ہے۔ 0 سلاٹس باقی ہیں"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"بلوٹوتھ آڈیو منسلک ہے"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"بلوٹوتھ آڈیو غیر منسلک ہے"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"بلوٹوتھ آڈیو"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4GB سے بڑی فائلیں منتقل نہیں کی جا سکتیں"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"بلوٹوتھ سے منسلک کریں"</string> </resources> diff --git a/android/app/res/values-ur/strings_pbap.xml b/android/app/res/values-ur/strings_pbap.xml index dfc09b32c5..29818443a9 100644 --- a/android/app/res/values-ur/strings_pbap.xml +++ b/android/app/res/values-ur/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s کیلئے سیشن کلید ٹائپ کریں"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"بلوٹوتھ سیشن کلید درکار ہے"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s کے ساتھ کنکشن قبول کرنے کیلئے وقت ختم ہو گیا"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s کے ساتھ سیشن کلید درج کرنے کیلئے وقت ختم ہو گیا"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex توثیق کی درخواست"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"سیشن کلید"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s کیلئے سیشن کلید ٹائپ کریں"</string> - <string name="defaultname" msgid="4821590500649090078">"کار کٹ"</string> - <string name="unknownName" msgid="2841414754740600042">"نامعلوم نام"</string> - <string name="localPhoneName" msgid="2349001318925409159">"میرا نام"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"بلوٹوتھ رابطہ اشتراک"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s کیلئے سیشن کلید ٹائپ کریں"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"بلوٹوتھ سیشن کلید درکار ہے"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s کے ساتھ کنکشن قبول کرنے کیلئے وقت ختم ہو گیا"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s کے ساتھ سیشن کلید درج کرنے کیلئے وقت ختم ہو گیا"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex توثیق کی درخواست"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"سیشن کلید"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s کیلئے سیشن کلید ٹائپ کریں"</string> + <string name="defaultname" msgid="6200530814398805541">"کار کٹ"</string> + <string name="unknownName" msgid="6755061296103155293">"نامعلوم نام"</string> + <string name="localPhoneName" msgid="9119254982537191352">"میرا نام"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"بلوٹوتھ رابطہ اشتراک"</string> </resources> diff --git a/android/app/res/values-ur/strings_pbap_client.xml b/android/app/res/values-ur/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-ur/strings_pbap_client.xml +++ b/android/app/res/values-ur/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-ur/strings_sap.xml b/android/app/res/values-ur/strings_sap.xml index 42885b6350..d939061d4d 100644 --- a/android/app/res/values-ur/strings_sap.xml +++ b/android/app/res/values-ur/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"بلوٹوتھ SIM رسائی"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"بلوٹوتھ SIM رسائی"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"کلائنٹ سے غیر منسلک کرنے کی درخواست کریں؟"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"کلائنٹ کے غیر منسلک کرنے کا منتظر"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"غیر منسلک کریں"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"زبردستی غیر منسلک کریں"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"بلوٹوتھ SIM رسائی"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"بلوٹوتھ SIM رسائی"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"کلائنٹ سے غیر منسلک کرنے کی درخواست کریں؟"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"کلائنٹ کے غیر منسلک کرنے کا منتظر"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"غیر منسلک کریں"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"زبردستی غیر منسلک کریں"</string> </resources> diff --git a/android/app/res/values-ur/test_strings.xml b/android/app/res/values-ur/test_strings.xml index 5ea308b852..34d374de85 100644 --- a/android/app/res/values-ur/test_strings.xml +++ b/android/app/res/values-ur/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"بلوٹوتھ"</string> - <string name="insert_record" msgid="1450997173838378132">"ریکارڈ داخل کریں"</string> - <string name="update_record" msgid="2480425402384910635">"ریکارڈ کی توثیق کریں"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack ریکارڈ"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"سبھی ریکارڈ حذف کریں"</string> - <string name="ok_button" msgid="6519033415223065454">"ٹھیک ہے"</string> - <string name="delete_record" msgid="4645040331967533724">"ریکارڈ حذف کریں"</string> - <string name="start_server" msgid="9034821924409165795">"TCP سرور شروع کریں"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP سرور کی اطلاع دیں"</string> + <string name="app_name" msgid="7766152617107310582">"بلوٹوتھ"</string> + <string name="insert_record" msgid="4024416351836939752">"ریکارڈ داخل کریں"</string> + <string name="update_record" msgid="7201772850942641237">"ریکارڈ کی توثیق کریں"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack ریکارڈ"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"سبھی ریکارڈ حذف کریں"</string> + <string name="ok_button" msgid="719865942400179601">"ٹھیک ہے"</string> + <string name="delete_record" msgid="5713885957446255270">"ریکارڈ حذف کریں"</string> + <string name="start_server" msgid="134483798422082514">"TCP سرور شروع کریں"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP سرور کی اطلاع دیں"</string> </resources> diff --git a/android/app/res/values-uz/strings.xml b/android/app/res/values-uz/strings.xml index 762665db0e..e31e0cdb09 100644 --- a/android/app/res/values-uz/strings.xml +++ b/android/app/res/values-uz/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Yuklab olish menejeriga ruxsat."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Ilovaga BluetoothShare menejeriga kirishga va undan fayllar uzatishda foydalanishga ruxsat beradi."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Ishonchli Bluetooth qurilmalari roʻyxatiga kirish."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Ilovaga Bluetooth qurilmasini vaqtinchalik ishonchli qurilmalar roʻyxatiga kiritishga va u qurilmaga foydalanuvchining tasdigʻisiz bu qurilmaga fayllar yuborish uchun ruxsat beradi."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Noma’lum qurilma"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Noma’lum"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Parvoz rejimi"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetooth’dan \"Parvoz rejimi\"da foydalana olmaysiz."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth xizmatlaridan foydalanish uchun, avval Bluetooth’ni yoqishingiz kerak."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth hozir yoqilsinmi?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Bekor qilish"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Yoqish"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Fayl uzatish"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Fayl qabul qilinsinmi?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Rad etish"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Qabul qilish"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"dan kiruvchi xabarni olishga rozilik bildirilayotganda, kutish vaqti o‘tib ketdi."</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Kiruvchi fayl"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"“<xliff:g id="SENDER">%1$s</xliff:g>” qurilmasi “<xliff:g id="FILE">%2$s</xliff:g>” faylini yuborishga tayyor"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth orqali yuborildi: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Bluetooth orqali olindi: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Fayl qabul qilinmadi: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"Bluetooth orqali yuborish: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Bluetooth orqali yuborildi: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"100% tugadi"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Fayl yuborilmadi: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"Fayl uzatish"</string> - <string name="download_line1" msgid="4926604799202134144">"Yuboruvchi: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Fayl hajmi: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Fayl qabul qilinmoqda…"</string> - <string name="download_cancel" msgid="9177305996747500768">"To‘xtatish"</string> - <string name="download_ok" msgid="5000360731674466039">"Berkitish"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Kimdan"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Fayl nomi"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Hajmi"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Fayl qabul qilinmadi"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Sababi: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Fayl qabul qilindi"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Ochish"</string> - <string name="upload_line1" msgid="2055952074059709052">"Qabul qiluvchi: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Fayl turi: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Fayl jo‘natilmoqda…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Fayl jo‘natildi"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Fayl “<xliff:g id="RECIPIENT">%1$s</xliff:g>” qurilmasiga yuborilmadi."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Yopish"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Noma’lum fayl"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Ushbu turdagi faylni ochadigan ilova yo‘q. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Fayl yo‘q"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Fayl mavjud emas. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Kutib turing…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Bluetooth yoqilmoqda…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Fayl qabul qilinadi. Jarayonni \"Xabarnomalar\" panelida kuzating."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Faylni qabul qilib bo‘lmaydi."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"dan fayl qabul qilish to‘xtatildi."</string> - <string name="bt_toast_4" msgid="4678812947604395649">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ga fayl jo‘natilmoqda"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"<xliff:g id="NUMBER">%1$s</xliff:g> ta fayl \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"ga jo‘natimoqda"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ga fayl jo‘natish to‘xtatildi"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Faylni saqlash uchun USB xotirada joy yetarli emas."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Faylni saqlash uchun SD kartada joy yetarli emas."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Kerakli bo‘sh joy: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Juda ko‘p so‘rovlarga ishlov berilmoqda. Keyinroq urinib ko‘ring."</string> - <string name="status_pending" msgid="2503691772030877944">"Fayl o‘tkazmasi hali boshlanmadi."</string> - <string name="status_running" msgid="6562808920311008696">"Fayl o‘tkazmasi davom etmoqda."</string> - <string name="status_success" msgid="239573225847565868">"Fayl o‘tkazmasi muvaffaqiyatli tugadi."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Kontent qo‘llab-quvvatlanmaydi."</string> - <string name="status_forbidden" msgid="613956401054050725">"Qabul qiluvchi qurilmada fayl o‘tkazish taqiqlangan."</string> - <string name="status_canceled" msgid="6664490318773098285">"O‘tkazma bekor qilindi."</string> - <string name="status_file_error" msgid="3671917770630165299">"Saqlash muammolari."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"USB xotira topilmadi."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"SD karta topilmadi. Qabul qilingan fayllarni saqlash uchun SD kartani soling."</string> - <string name="status_connection_error" msgid="947681831523219891">"Ulanish muvaffaqiyatsiz yakunlandi."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"So‘rovni to‘g‘ri bajarib bo‘lmaydi."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Noma’lum xato."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth orqali olingan"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Bluetooth uzatmalari"</string> - <string name="download_success" msgid="7036160438766730871">"To‘liq qabul qilindi: <xliff:g id="FILE_SIZE">%1$s</xliff:g>"</string> - <string name="upload_success" msgid="4014469387779648949">"To‘liq yuborildi: <xliff:g id="FILE_SIZE">%1$s</xliff:g>"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Kiruvchi o‘tkazmalar"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Chiquvchi o‘tkazmalar"</string> - <string name="no_transfers" msgid="3482965619151865672">"Hech narsa topilmadi."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Barcha qaydlar ro‘yxatdan o‘chirib tashlanadi."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth orqali yuborildi"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth orqali olindi"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Yuklab olish menejeriga ruxsat."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Ilovaga BluetoothShare menejeriga kirishga va undan fayllar uzatishda foydalanishga ruxsat beradi."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Ishonchli Bluetooth qurilmalari roʻyxatiga kirish."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Ilovaga Bluetooth qurilmasini vaqtinchalik ishonchli qurilmalar roʻyxatiga kiritishga va u qurilmaga foydalanuvchining tasdigʻisiz bu qurilmaga fayllar yuborish uchun ruxsat beradi."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Noma’lum qurilma"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Noma’lum"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Parvoz rejimi"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bluetooth’dan \"Parvoz rejimi\"da foydalana olmaysiz."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Bluetooth xizmatlaridan foydalanish uchun, avval Bluetooth’ni yoqishingiz kerak."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bluetooth hozir yoqilsinmi?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Bekor qilish"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Yoqish"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Fayl uzatish"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Fayl qabul qilinsinmi?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Rad etish"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Qabul qilish"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"dan kiruvchi xabarni olishga rozilik bildirilayotganda, kutish vaqti o‘tib ketdi."</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Kiruvchi fayl"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> fayl yuborishga tayyor: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Bluetooth orqali yuborildi: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Bluetooth orqali olindi: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Fayl qabul qilinmadi: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"Bluetooth orqali yuborish: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Bluetooth orqali yuborildi: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"100% tugadi"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Fayl yuborilmadi: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"Fayl uzatish"</string> + <string name="download_line1" msgid="6449220145685308846">"Yuboruvchi: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Fayl hajmi: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Fayl qabul qilinmoqda…"</string> + <string name="download_cancel" msgid="1705762428762702342">"To‘xtatish"</string> + <string name="download_ok" msgid="2404442707314575833">"Berkitish"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Kimdan"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Fayl nomi"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Hajmi"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Fayl qabul qilinmadi"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Sababi: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Fayl qabul qilindi"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Ochish"</string> + <string name="upload_line1" msgid="1912803923255989287">"Qabul qiluvchi: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Fayl turi: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Fayl jo‘natilmoqda…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Fayl jo‘natildi"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Fayl “<xliff:g id="RECIPIENT">%1$s</xliff:g>” qurilmasiga yuborilmadi."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Fayl: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Yopish"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Noma’lum fayl"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Ushbu turdagi faylni ochadigan ilova yo‘q. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Fayl yo‘q"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Fayl mavjud emas. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Kutib turing…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Bluetooth yoqilmoqda…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Fayl qabul qilinadi. Jarayonni \"Xabarnomalar\" panelida kuzating."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Faylni qabul qilib bo‘lmaydi."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"\"<xliff:g id="SENDER">%1$s</xliff:g>\"dan fayl qabul qilish to‘xtatildi."</string> + <string name="bt_toast_4" msgid="480365991944956695">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ga fayl jo‘natilmoqda"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"<xliff:g id="NUMBER">%1$s</xliff:g> ta fayl \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\"ga jo‘natimoqda"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"\"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"ga fayl jo‘natish to‘xtatildi"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Faylni saqlash uchun USB xotirada joy yetarli emas."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Faylni saqlash uchun SD kartada joy yetarli emas."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Kerakli bo‘sh joy: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Juda ko‘p so‘rovlarga ishlov berilmoqda. Keyinroq urinib ko‘ring."</string> + <string name="status_pending" msgid="4781040740237733479">"Fayl o‘tkazmasi hali boshlanmadi."</string> + <string name="status_running" msgid="7419075903776657351">"Fayl o‘tkazmasi davom etmoqda."</string> + <string name="status_success" msgid="7963589000098719541">"Fayl o‘tkazmasi muvaffaqiyatli tugadi."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Kontent qo‘llab-quvvatlanmaydi."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Qabul qiluvchi qurilmada fayl o‘tkazish taqiqlangan."</string> + <string name="status_canceled" msgid="8441679418717978515">"O‘tkazma bekor qilindi."</string> + <string name="status_file_error" msgid="5379018888714679311">"Saqlash muammolari."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"USB xotira topilmadi."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"SD karta topilmadi. Qabul qilingan fayllarni saqlash uchun SD kartani soling."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Ulanish muvaffaqiyatsiz yakunlandi."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"So‘rovni to‘g‘ri bajarib bo‘lmaydi."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Noma’lum xato."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Bluetooth orqali olingan"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Bluetooth uzatmalari"</string> + <string name="download_success" msgid="3438268368708549686">"To‘liq qabul qilindi: <xliff:g id="FILE_SIZE">%1$s</xliff:g>"</string> + <string name="upload_success" msgid="143787470859042049">"To‘liq yuborildi: <xliff:g id="FILE_SIZE">%1$s</xliff:g>"</string> + <string name="inbound_history_title" msgid="189623888169624862">"Kiruvchi o‘tkazmalar"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Chiquvchi o‘tkazmalar"</string> + <string name="no_transfers" msgid="740521199933899821">"Hech narsa topilmadi."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Barcha qaydlar ro‘yxatdan o‘chirib tashlanadi."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Bluetooth orqali yuborildi"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Bluetooth orqali olindi"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> ta muvaffaqiyatsiz.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> ta muvaffaqiyatsiz.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> ta muvaffaqiyatli, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> ta muvaffaqiyatli, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Ro‘yxatni tozalash"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Ochish"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Ro‘yxatdan o‘chirish"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Tozalash"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Bu qaysi musiqa"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Saqlash"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Bekor qilish"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Bluetooth orqali narsa o‘tkazmoqchi bo‘lgan hisoblarni tanlang. Har safar ulanishda so‘rovni tasdiqlash talab qilinadi."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Qolgan joylar:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Ilova ikonkasi"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Bluetooth orqali xabar ulashish sozlamalari"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Hisobni tanlab bo‘lmadi: bo‘sh joy qolmadi"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Bluetooth orqali ovoz yoqildi"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Bluetooth orqali ovoz o‘chirildi"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Bluetooth orqali ovoz"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"4 GBdan katta hajmli videolar o‘tkazilmaydi"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Bluetoothga ulanish"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Ro‘yxatni tozalash"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Ochish"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Ro‘yxatdan o‘chirish"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Tozalash"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Bu qaysi musiqa"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Saqlash"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Bekor qilish"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Bluetooth orqali narsa o‘tkazmoqchi bo‘lgan hisoblarni tanlang. Har safar ulanishda so‘rovni tasdiqlash talab qilinadi."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Qolgan joylar:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Ilova ikonkasi"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Bluetooth orqali xabar ulashish sozlamalari"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Hisobni tanlab bo‘lmadi: bo‘sh joy qolmadi"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Bluetooth orqali ovoz yoqildi"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Bluetooth orqali ovoz o‘chirildi"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Bluetooth orqali ovoz"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"4 GBdan katta hajmli videolar o‘tkazilmaydi"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Bluetoothga ulanish"</string> </resources> diff --git a/android/app/res/values-uz/strings_pbap.xml b/android/app/res/values-uz/strings_pbap.xml index 2a4ca4d32d..0800a6e1a3 100644 --- a/android/app/res/values-uz/strings_pbap.xml +++ b/android/app/res/values-uz/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"%1$s uchun seans kalitini kiriting"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth seans kaliti kerak"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"%1$s bilan aloqa o‘rnatishga rozilik bildirish uchun kutish vaqti o‘tib ketdi"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s bilan aloqa seans kalitini kiritish uchun kutish vaqti o‘tib ketdi"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Tasdiqdan o‘tish uchun Obex so‘rovi"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Seans kaliti"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"%1$s uchun seans kalitini kiriting"</string> - <string name="defaultname" msgid="4821590500649090078">"Baland ovoz aloqasi avto-to‘plami"</string> - <string name="unknownName" msgid="2841414754740600042">"Noma’lum ism"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Ismim"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Kontaktlarni Bluetooth orqali yuborish"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"%1$s uchun seans kalitini kiriting"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Bluetooth seans kaliti kerak"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"%1$s bilan aloqa o‘rnatishga rozilik bildirish uchun kutish vaqti o‘tib ketdi"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s bilan aloqa seans kalitini kiritish uchun kutish vaqti o‘tib ketdi"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Tasdiqdan o‘tish uchun Obex so‘rovi"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Seans kaliti"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"%1$s uchun seans kalitini kiriting"</string> + <string name="defaultname" msgid="6200530814398805541">"Baland ovoz aloqasi avto-to‘plami"</string> + <string name="unknownName" msgid="6755061296103155293">"Noma’lum ism"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Ismim"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Kontaktlarni Bluetooth orqali yuborish"</string> </resources> diff --git a/android/app/res/values-uz/strings_pbap_client.xml b/android/app/res/values-uz/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-uz/strings_pbap_client.xml +++ b/android/app/res/values-uz/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-uz/strings_sap.xml b/android/app/res/values-uz/strings_sap.xml index 7b2317ff76..bb39b87a9a 100644 --- a/android/app/res/values-uz/strings_sap.xml +++ b/android/app/res/values-uz/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"SIM kartaga Bluetooth orqali kirish"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"SIM kartaga Bluetooth orqali kirish"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Aloqani uzish so‘rovi yuborilsinmi?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Iltimos, kuting…"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Aloqani uzish"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Aloqani majburan uzish"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"SIM kartaga Bluetooth orqali kirish"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"SIM kartaga Bluetooth orqali kirish"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Aloqani uzish so‘rovi yuborilsinmi?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Iltimos, kuting…"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Aloqani uzish"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Aloqani majburan uzish"</string> </resources> diff --git a/android/app/res/values-uz/test_strings.xml b/android/app/res/values-uz/test_strings.xml index a81a39caef..2e678dc30c 100644 --- a/android/app/res/values-uz/test_strings.xml +++ b/android/app/res/values-uz/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Yozuvni kiriting"</string> - <string name="update_record" msgid="2480425402384910635">"Yozuvni tasdiqlash"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack yozuvi"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Barcha yozuvlarni o‘chirish"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Yozuvni o‘chirish"</string> - <string name="start_server" msgid="9034821924409165795">"TCP serverni ishga tushirish"</string> - <string name="notify_server" msgid="4369106744022969655">"TCP serverga xabar berish"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Yozuvni kiriting"</string> + <string name="update_record" msgid="7201772850942641237">"Yozuvni tasdiqlash"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack yozuvi"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Barcha yozuvlarni o‘chirish"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Yozuvni o‘chirish"</string> + <string name="start_server" msgid="134483798422082514">"TCP serverni ishga tushirish"</string> + <string name="notify_server" msgid="8832385166935137731">"TCP serverga xabar berish"</string> </resources> diff --git a/android/app/res/values-vi/strings.xml b/android/app/res/values-vi/strings.xml index 25d6092dd3..0e6d8c845b 100644 --- a/android/app/res/values-vi/strings.xml +++ b/android/app/res/values-vi/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Truy cập trình quản lý tải xuống."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Cho phép ứng dụng truy cập trình quản lý BluetoothShare và sử dụng trình quản lý đó để chuyển tệp."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Quyền sử dụng thiết bị Bluetooth trong danh sách chấp nhận."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Cho phép ứng dụng tạm thời đưa một thiết bị Bluetooth vào danh sách chấp nhận và để thiết bị đó gửi tệp tới thiết bị này mà không cần người dùng xác nhận."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Thiết bị không xác định"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Không xác định"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Chế độ trên máy bay"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Bạn không thể sử dụng Bluetooth trong chế độ trên máy bay."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Để sử dụng dịch vụ Bluetooth, trước tiên, bạn phải bật Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Bật Bluetooth ngay bây giờ?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Hủy"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Bật"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Chuyển tệp"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Chấp nhận tệp đến?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Từ chối"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Chấp nhận"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"OK"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Có thời gian chờ trong khi chấp nhận tệp tới từ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Tệp đến"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> đã sẵn sàng gửi <xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Chia sẻ qua Bluetooth: Đang nhận <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Chia sẻ qua Bluetooth: Đã nhận <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Chia sẻ qua Bluetooth: Chưa nhận được tệp <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"Chia sẻ qua Bluetooth: Đang gửi <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Chia sẻ qua Bluetooth: Đã gửi <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Hoàn tất 100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Chia sẻ qua Bluetooth: Chưa gửi được tệp <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"Chuyển tệp"</string> - <string name="download_line1" msgid="4926604799202134144">"Từ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Tệp: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Kích thước tệp: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Đang nhận tệp…"</string> - <string name="download_cancel" msgid="9177305996747500768">"Dừng"</string> - <string name="download_ok" msgid="5000360731674466039">"Ẩn"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Từ"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Tên tệp"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Kích thước"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Tệp chưa nhận được"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Tệp: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Lý do: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"OK"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Đã nhận tệp"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Mở"</string> - <string name="upload_line1" msgid="2055952074059709052">"Tới: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Loại tệp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Đang gửi tệp…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Đã gửi tệp"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"OK"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Tệp chưa được gửi tới \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Tệp: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Đóng"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"OK"</string> - <string name="unknown_file" msgid="6092727753965095366">"Tệp không xác định"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Không có ứng dụng nào để xử lý loại tệp này. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Không có tệp"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Tệp không tồn tại! \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Vui lòng đợi..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Đang bật Bluetooth…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"Tệp sẽ được nhận. Hãy kiểm tra tiến trình trong bảng điều khiển Thông báo."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Không thể nhận được tệp."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Đã dừng nhận tệp từ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Đang gửi tệp tới \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Đang gửi <xliff:g id="NUMBER">%1$s</xliff:g> tệp tới \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Đã dừng gửi tệp tới \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Không đủ dung lượng trong bộ lưu trữ USB để lưu tệp."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Không đủ dung lượng trên thẻ SD để lưu tệp."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Dung lượng cần: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Quá nhiều yêu cầu đang được xử lý. Hãy thử lại sau."</string> - <string name="status_pending" msgid="2503691772030877944">"Chuyển tệp chưa bắt đầu."</string> - <string name="status_running" msgid="6562808920311008696">"Đang tiến hành chuyển tệp."</string> - <string name="status_success" msgid="239573225847565868">"Chuyển tệp đã hoàn tất thành công."</string> - <string name="status_not_accept" msgid="1695082417193780738">"Nội dung không được hỗ trợ."</string> - <string name="status_forbidden" msgid="613956401054050725">"Quá trình chuyển tệp bị thiết bị đích chặn."</string> - <string name="status_canceled" msgid="6664490318773098285">"Chuyển tệp đã bị người dùng hủy."</string> - <string name="status_file_error" msgid="3671917770630165299">"Sự cố về lưu trữ."</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Không có bộ nhớ USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Không có thẻ SD nào. Hãy lắp thẻ SD để lưu tệp được chuyển."</string> - <string name="status_connection_error" msgid="947681831523219891">"Kết nối không thành công."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Không thể xử lý yêu cầu đúng cách."</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Lỗi không xác định."</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"Đã nhận qua bluetooth"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Chia sẻ qua Bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"Hoàn tất nhận <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="upload_success" msgid="4014469387779648949">"Hoàn tất gửi <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Nội dung chuyển đến"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Nội dung chuyển đi"</string> - <string name="no_transfers" msgid="3482965619151865672">"Không có nội dung trong lịch sử truyền."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Tất cả các mục sẽ bị xóa khỏi danh sách."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Chia sẻ qua Bluetooth: Tệp đã gửi"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Chia sẻ qua Bluetooth: Tệp đã nhận"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Truy cập trình quản lý tải xuống."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Cho phép ứng dụng truy cập trình quản lý BluetoothShare và sử dụng trình quản lý đó để chuyển tệp."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Quyền sử dụng thiết bị Bluetooth trong danh sách chấp nhận."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Cho phép ứng dụng tạm thời đưa một thiết bị Bluetooth vào danh sách chấp nhận và để thiết bị đó gửi tệp tới thiết bị này mà không cần người dùng xác nhận."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Thiết bị không xác định"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Không xác định"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Chế độ trên máy bay"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Bạn không thể sử dụng Bluetooth trong chế độ trên máy bay."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Để sử dụng dịch vụ Bluetooth, trước tiên, bạn phải bật Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Bật Bluetooth ngay bây giờ?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Hủy"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Bật"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Chuyển tệp"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Chấp nhận tệp đến?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Từ chối"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Chấp nhận"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"OK"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Có thời gian chờ trong khi chấp nhận tệp tới từ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Tệp đến"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> đã sẵn sàng gửi một tệp: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Chia sẻ qua Bluetooth: Đang nhận <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Chia sẻ qua Bluetooth: Đã nhận <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Chia sẻ qua Bluetooth: Chưa nhận được tệp <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"Chia sẻ qua Bluetooth: Đang gửi <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Chia sẻ qua Bluetooth: Đã gửi <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Hoàn tất 100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Chia sẻ qua Bluetooth: Chưa gửi được tệp <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"Chuyển tệp"</string> + <string name="download_line1" msgid="6449220145685308846">"Từ: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Tệp: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Kích thước tệp: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Đang nhận tệp…"</string> + <string name="download_cancel" msgid="1705762428762702342">"Dừng"</string> + <string name="download_ok" msgid="2404442707314575833">"Ẩn"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Từ"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Tên tệp"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Kích thước"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Tệp chưa nhận được"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Tệp: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Lý do: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"OK"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Đã nhận tệp"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Mở"</string> + <string name="upload_line1" msgid="1912803923255989287">"Tới: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Loại tệp: <xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Đang gửi tệp…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Đã gửi tệp"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"OK"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Tệp chưa được gửi tới \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\"."</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Tệp: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Đóng"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"OK"</string> + <string name="unknown_file" msgid="3719981572107052685">"Tệp không xác định"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Không có ứng dụng nào để xử lý loại tệp này. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Không có tệp"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Tệp không tồn tại! \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Vui lòng đợi..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Đang bật Bluetooth…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Tệp sẽ được nhận. Hãy kiểm tra tiến trình trong bảng điều khiển Thông báo."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Không thể nhận được tệp."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Đã dừng nhận tệp từ \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Đang gửi tệp tới \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Đang gửi <xliff:g id="NUMBER">%1$s</xliff:g> tệp tới \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Đã dừng gửi tệp tới \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Không đủ dung lượng trong bộ lưu trữ USB để lưu tệp."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Không đủ dung lượng trên thẻ SD để lưu tệp."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Dung lượng cần: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Quá nhiều yêu cầu đang được xử lý. Hãy thử lại sau."</string> + <string name="status_pending" msgid="4781040740237733479">"Chuyển tệp chưa bắt đầu."</string> + <string name="status_running" msgid="7419075903776657351">"Đang tiến hành chuyển tệp."</string> + <string name="status_success" msgid="7963589000098719541">"Chuyển tệp đã hoàn tất thành công."</string> + <string name="status_not_accept" msgid="1165798802740579658">"Nội dung không được hỗ trợ."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Quá trình chuyển tệp bị thiết bị đích chặn."</string> + <string name="status_canceled" msgid="8441679418717978515">"Chuyển tệp đã bị người dùng hủy."</string> + <string name="status_file_error" msgid="5379018888714679311">"Sự cố về lưu trữ."</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Không có bộ nhớ USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Không có thẻ SD nào. Hãy lắp thẻ SD để lưu tệp được chuyển."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Kết nối không thành công."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Không thể xử lý yêu cầu đúng cách."</string> + <string name="status_unknown_error" msgid="314676481744304866">"Lỗi không xác định."</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"Đã nhận qua bluetooth"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Chia sẻ qua Bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"Hoàn tất nhận <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="upload_success" msgid="143787470859042049">"Hoàn tất gửi <xliff:g id="FILE_SIZE">%1$s</xliff:g>."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Nội dung chuyển đến"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Nội dung chuyển đi"</string> + <string name="no_transfers" msgid="740521199933899821">"Nhật ký truyền hiện đang trống."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Tất cả các mục sẽ bị xóa khỏi danh sách."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Chia sẻ qua Bluetooth: Tệp đã gửi"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Chia sẻ qua Bluetooth: Tệp đã nhận"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> không thành công.</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> không thành công.</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> thành công, %2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> thành công, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Xóa danh sách"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Mở"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Xóa khỏi danh sách"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Xóa"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Phát hiện nhạc"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Lưu"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Hủy"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Chọn tài khoản mà bạn muốn chia sẻ qua Bluetooth. Bạn vẫn phải chấp nhận mọi quyền truy cập vào tài khoản khi kết nối."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Số khe cắm còn lại:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Biểu tượng ứng dụng"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Cài đặt cách chia sẻ thư qua Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Không chọn được tài khoản. Còn lại 0 khe cắm"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Đã kết nối âm thanh Bluetooth"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Đã ngắt kết nối âm thanh Bluetooth"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Âm thanh Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Không thể chuyển những tệp lớn hơn 4 GB"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Kết nối với Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Xóa danh sách"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Mở"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Xóa khỏi danh sách"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Xóa"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Phát hiện nhạc"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Lưu"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Hủy"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Chọn tài khoản mà bạn muốn chia sẻ qua Bluetooth. Bạn vẫn phải chấp nhận mọi quyền truy cập vào tài khoản khi kết nối."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Số khe cắm còn lại:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Biểu tượng ứng dụng"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Cài đặt cách chia sẻ thư qua Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Không chọn được tài khoản. Còn lại 0 khe cắm"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Đã kết nối âm thanh Bluetooth"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Đã ngắt kết nối âm thanh Bluetooth"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Âm thanh Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Không thể chuyển những tệp lớn hơn 4 GB"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Kết nối với Bluetooth"</string> </resources> diff --git a/android/app/res/values-vi/strings_pbap.xml b/android/app/res/values-vi/strings_pbap.xml index 92db98a596..fb57f04384 100644 --- a/android/app/res/values-vi/strings_pbap.xml +++ b/android/app/res/values-vi/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Nhập khóa phiên cho %1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Yêu cầu khóa phiên của Bluetooth"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Đã hết thời gian chờ chấp nhập kết nối với %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Đã hết thời gian chờ nhập khóa phiên với %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Yêu cầu xác thực Obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Khoá Phiên"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Nhập khóa phiên cho %1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Bộ rảnh tay trên ô tô"</string> - <string name="unknownName" msgid="2841414754740600042">"Tên không xác định"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Tên của tôi"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Chia sẻ liên hệ qua Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Nhập khóa phiên cho %1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Yêu cầu khóa phiên của Bluetooth"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Đã hết thời gian chờ chấp nhập kết nối với %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Đã hết thời gian chờ nhập khóa phiên với %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Yêu cầu xác thực Obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Khoá Phiên"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Nhập khóa phiên cho %1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Bộ rảnh tay trên ô tô"</string> + <string name="unknownName" msgid="6755061296103155293">"Tên không xác định"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Tên của tôi"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Chia sẻ liên hệ qua Bluetooth"</string> </resources> diff --git a/android/app/res/values-vi/strings_pbap_client.xml b/android/app/res/values-vi/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-vi/strings_pbap_client.xml +++ b/android/app/res/values-vi/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-vi/strings_sap.xml b/android/app/res/values-vi/strings_sap.xml index 3203ada98d..b3a661686d 100644 --- a/android/app/res/values-vi/strings_sap.xml +++ b/android/app/res/values-vi/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Truy cập SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Truy cập SIM Bluetooth"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Yêu cầu khách hàng ngắt kết nối?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Đợi khách hàng ngắt kết nối"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Ngắt kết nối"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Buộc ngắt kết nối"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Truy cập SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Truy cập SIM Bluetooth"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Yêu cầu khách hàng ngắt kết nối?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Đợi khách hàng ngắt kết nối"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Ngắt kết nối"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Buộc ngắt kết nối"</string> </resources> diff --git a/android/app/res/values-vi/test_strings.xml b/android/app/res/values-vi/test_strings.xml index 66a292c0c6..ef0775495d 100644 --- a/android/app/res/values-vi/test_strings.xml +++ b/android/app/res/values-vi/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Chèn bản ghi"</string> - <string name="update_record" msgid="2480425402384910635">"Xác nhận bản ghi"</string> - <string name="ack_record" msgid="6716152390978472184">"Bản ghi Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Xóa tất cả bản ghi"</string> - <string name="ok_button" msgid="6519033415223065454">"OK"</string> - <string name="delete_record" msgid="4645040331967533724">"Xóa bản ghi"</string> - <string name="start_server" msgid="9034821924409165795">"Khởi động máy chủ TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Thông báo cho máy chủ TCP"</string> + <string name="app_name" msgid="7766152617107310582">"Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Chèn bản ghi"</string> + <string name="update_record" msgid="7201772850942641237">"Xác nhận bản ghi"</string> + <string name="ack_record" msgid="2404738476192250210">"Bản ghi Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Xóa tất cả bản ghi"</string> + <string name="ok_button" msgid="719865942400179601">"OK"</string> + <string name="delete_record" msgid="5713885957446255270">"Xóa bản ghi"</string> + <string name="start_server" msgid="134483798422082514">"Khởi động máy chủ TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Thông báo cho máy chủ TCP"</string> </resources> diff --git a/android/app/res/values-zh-rCN/strings.xml b/android/app/res/values-zh-rCN/strings.xml index 18f94a81a7..c580078abc 100644 --- a/android/app/res/values-zh-rCN/strings.xml +++ b/android/app/res/values-zh-rCN/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"使用下载管理器。"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"允许应用访问蓝牙共享 (BluetoothShare) 管理器并将其用于传输文件。"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"将蓝牙设备加入许可名单。"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"允许该应用暂时将某个蓝牙设备加入许可名单,从而允许该设备在不经过用户确认的情况下,将文件发送到本设备。"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"蓝牙"</string> - <string name="unknown_device" msgid="9221903979877041009">"未知设备"</string> - <string name="unknownNumber" msgid="4994750948072751566">"未知号码"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"飞行模式"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"飞行模式中不能使用蓝牙。"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"要使用蓝牙服务,您需要先开启蓝牙。"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"要现在开启蓝牙吗?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"取消"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"开启"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"文件传输"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"要接受传入的文件吗?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"拒绝"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"接受"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"确定"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"接受来自“<xliff:g id="SENDER">%1$s</xliff:g>”的文件时发生超时"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"有人发送文件给您"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>已准备好发送<xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"蓝牙共享:正在接收“<xliff:g id="FILE">%1$s</xliff:g>”"</string> - <string name="notification_received" msgid="3324588019186687985">"蓝牙共享:已接收“<xliff:g id="FILE">%1$s</xliff:g>”"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"蓝牙共享:未收到文件“<xliff:g id="FILE">%1$s</xliff:g>”"</string> - <string name="notification_sending" msgid="3035748958534983833">"蓝牙共享:正在发送“<xliff:g id="FILE">%1$s</xliff:g>”"</string> - <string name="notification_sent" msgid="9218710861333027778">"蓝牙共享:已发送“<xliff:g id="FILE">%1$s</xliff:g>”"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"已完成100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"蓝牙共享:未发送文件“<xliff:g id="FILE">%1$s</xliff:g>”"</string> - <string name="download_title" msgid="3353228219772092586">"文件传输"</string> - <string name="download_line1" msgid="4926604799202134144">"来自:“<xliff:g id="SENDER">%1$s</xliff:g>”"</string> - <string name="download_line2" msgid="5876973543019417712">"文件:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"文件大小:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"正在接收文件..."</string> - <string name="download_cancel" msgid="9177305996747500768">"停止"</string> - <string name="download_ok" msgid="5000360731674466039">"隐藏"</string> - <string name="incoming_line1" msgid="2127419875681087545">"来自"</string> - <string name="incoming_line2" msgid="3348994249285315873">"文件名"</string> - <string name="incoming_line3" msgid="7954237069667474024">"大小"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"未收到文件"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"文件:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"原因:<xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"确定"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"已接收文件"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"打开"</string> - <string name="upload_line1" msgid="2055952074059709052">"发给:“<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> - <string name="upload_line3" msgid="4920689672457037437">"文件类型:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"正在发送文件..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"已发送文件"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"确定"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"文件未发送至“<xliff:g id="RECIPIENT">%1$s</xliff:g>”。"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"文件:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"关闭"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"确定"</string> - <string name="unknown_file" msgid="6092727753965095366">"未知文件"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"没有可处理此类文件的应用。\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"没有文件"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"该文件不存在。\n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"请稍候..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"正在打开蓝牙..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"系统将会接收该文件。请在通知面板中检查进度。"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"无法接收该文件。"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"已停止接收来自“<xliff:g id="SENDER">%1$s</xliff:g>”的文件"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"正在向“<xliff:g id="RECIPIENT">%1$s</xliff:g>”发送文件"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"正在向“<xliff:g id="RECIPIENT">%2$s</xliff:g>”发送<xliff:g id="NUMBER">%1$s</xliff:g>个文件"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"已停止向“<xliff:g id="RECIPIENT">%1$s</xliff:g>”发送文件"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB 存储设备中的空间不足,无法保存该文件。"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD 卡上的空间不足,无法保存该文件。"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"所需空间:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"正在处理的请求太多。请稍后重试。"</string> - <string name="status_pending" msgid="2503691772030877944">"尚未开始传输文件。"</string> - <string name="status_running" msgid="6562808920311008696">"正在传输文件。"</string> - <string name="status_success" msgid="239573225847565868">"已成功完成文件传输。"</string> - <string name="status_not_accept" msgid="1695082417193780738">"不支持此内容。"</string> - <string name="status_forbidden" msgid="613956401054050725">"目标设备禁止进行传输。"</string> - <string name="status_canceled" msgid="6664490318773098285">"用户取消了传输。"</string> - <string name="status_file_error" msgid="3671917770630165299">"存储问题。"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"没有 USB 存储设备。"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"无 SD 卡。请插入 SD 卡以保存传输的文件。"</string> - <string name="status_connection_error" msgid="947681831523219891">"连接失败。"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"无法正确处理请求。"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"未知错误。"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"通过蓝牙接收的文件"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"蓝牙共享"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>接收完成。"</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>发送完成。"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"传入"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"传出"</string> - <string name="no_transfers" msgid="3482965619151865672">"没有传输历史记录。"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"所有内容都将从列表中清除。"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"蓝牙共享:已发送文件"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"蓝牙共享:已接收文件"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"使用下载管理器。"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"允许应用访问蓝牙共享 (BluetoothShare) 管理器并将其用于传输文件。"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"将蓝牙设备加入许可名单。"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"允许该应用暂时将某个蓝牙设备加入许可名单,从而允许该设备在不经过用户确认的情况下,将文件发送到本设备。"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"蓝牙"</string> + <string name="unknown_device" msgid="2317679521750821654">"未知设备"</string> + <string name="unknownNumber" msgid="1245183329830158661">"未知号码"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"飞行模式"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"飞行模式中不能使用蓝牙。"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"要使用蓝牙服务,您需要先开启蓝牙。"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"要现在开启蓝牙吗?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"取消"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"开启"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"文件传输"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"要接受传入的文件吗?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"拒绝"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"接受"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"确定"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"接受来自“<xliff:g id="SENDER">%1$s</xliff:g>”的文件时发生超时"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"有人发送文件给您"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"“<xliff:g id="SENDER">%1$s</xliff:g>”已做好发送以下文件的准备:<xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"蓝牙共享:正在接收“<xliff:g id="FILE">%1$s</xliff:g>”"</string> + <string name="notification_received" msgid="2330252358543000567">"蓝牙共享:已接收“<xliff:g id="FILE">%1$s</xliff:g>”"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"蓝牙共享:未收到文件“<xliff:g id="FILE">%1$s</xliff:g>”"</string> + <string name="notification_sending" msgid="8269912843286868700">"蓝牙共享:正在发送“<xliff:g id="FILE">%1$s</xliff:g>”"</string> + <string name="notification_sent" msgid="2685202778935769332">"蓝牙共享:已发送“<xliff:g id="FILE">%1$s</xliff:g>”"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"已完成100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"蓝牙共享:未发送文件“<xliff:g id="FILE">%1$s</xliff:g>”"</string> + <string name="download_title" msgid="6449408649671518102">"文件传输"</string> + <string name="download_line1" msgid="6449220145685308846">"来自:“<xliff:g id="SENDER">%1$s</xliff:g>”"</string> + <string name="download_line2" msgid="7634316500490825390">"文件:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"文件大小:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"正在接收文件..."</string> + <string name="download_cancel" msgid="1705762428762702342">"停止"</string> + <string name="download_ok" msgid="2404442707314575833">"隐藏"</string> + <string name="incoming_line1" msgid="6342300988329482408">"来自"</string> + <string name="incoming_line2" msgid="2199520895444457585">"文件名"</string> + <string name="incoming_line3" msgid="8630078246326525633">"大小"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"未收到文件"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"文件:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"原因:<xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"确定"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"已接收文件"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"打开"</string> + <string name="upload_line1" msgid="1912803923255989287">"发给:“<xliff:g id="RECIPIENT">%1$s</xliff:g>”"</string> + <string name="upload_line3" msgid="5964902647036741603">"文件类型:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"正在发送文件..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"已发送文件"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"确定"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"文件未发送至“<xliff:g id="RECIPIENT">%1$s</xliff:g>”。"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"文件:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"关闭"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"确定"</string> + <string name="unknown_file" msgid="3719981572107052685">"未知文件"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"没有可处理此类文件的应用。\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"没有文件"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"该文件不存在。\n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"请稍候..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"正在打开蓝牙..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"系统将会接收该文件。请在通知面板中检查进度。"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"无法接收该文件。"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"已停止接收来自“<xliff:g id="SENDER">%1$s</xliff:g>”的文件"</string> + <string name="bt_toast_4" msgid="480365991944956695">"正在向“<xliff:g id="RECIPIENT">%1$s</xliff:g>”发送文件"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"正在向“<xliff:g id="RECIPIENT">%2$s</xliff:g>”发送<xliff:g id="NUMBER">%1$s</xliff:g>个文件"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"已停止向“<xliff:g id="RECIPIENT">%1$s</xliff:g>”发送文件"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB 存储设备中的空间不足,无法保存该文件。"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD 卡上的空间不足,无法保存该文件。"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"所需空间:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"正在处理的请求太多。请稍后重试。"</string> + <string name="status_pending" msgid="4781040740237733479">"尚未开始传输文件。"</string> + <string name="status_running" msgid="7419075903776657351">"正在传输文件。"</string> + <string name="status_success" msgid="7963589000098719541">"已成功完成文件传输。"</string> + <string name="status_not_accept" msgid="1165798802740579658">"不支持此内容。"</string> + <string name="status_forbidden" msgid="4017060451358837245">"目标设备禁止进行传输。"</string> + <string name="status_canceled" msgid="8441679418717978515">"用户取消了传输。"</string> + <string name="status_file_error" msgid="5379018888714679311">"存储问题。"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"没有 USB 存储设备。"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"无 SD 卡。请插入 SD 卡以保存传输的文件。"</string> + <string name="status_connection_error" msgid="8253709700568062220">"连接失败。"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"无法正确处理请求。"</string> + <string name="status_unknown_error" msgid="314676481744304866">"未知错误。"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"通过蓝牙接收的文件"</string> + <string name="opp_notification_group" msgid="150067508422520653">"蓝牙共享"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>接收完成。"</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g>发送完成。"</string> + <string name="inbound_history_title" msgid="189623888169624862">"传入"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"传出"</string> + <string name="no_transfers" msgid="740521199933899821">"没有传输历史记录。"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"所有内容都将从列表中清除。"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"蓝牙共享:已发送文件"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"蓝牙共享:已接收文件"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> 个文件传输失败。</item> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> 个文件传输失败。</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> 个文件传输成功,%2$s</item> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> 个文件传输成功,%2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"清除列表"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"打开"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"从列表中清除"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"清除"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"闻曲知音"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"保存"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"取消"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"选择您要通过蓝牙共享的帐号。连接时,您仍必须接受所有帐号访问请求。"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"剩余空档数:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"应用图标"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"蓝牙消息共享设置"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"无法选择帐号,目前没有任何空档"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"蓝牙音频已连接"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"蓝牙音频已断开连接"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"蓝牙音频"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"无法传输 4GB 以上的文件"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"连接到蓝牙"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"清除列表"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"打开"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"从列表中清除"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"清除"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"闻曲知音"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"保存"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"取消"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"选择您要通过蓝牙共享的帐号。连接时,您仍必须接受所有帐号访问请求。"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"剩余空档数:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"应用图标"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"蓝牙消息共享设置"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"无法选择帐号,目前没有任何空档"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"蓝牙音频已连接"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"蓝牙音频已断开连接"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"蓝牙音频"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"无法传输 4GB 以上的文件"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"连接到蓝牙"</string> </resources> diff --git a/android/app/res/values-zh-rCN/strings_pbap.xml b/android/app/res/values-zh-rCN/strings_pbap.xml index 171d5fb0b6..67a14d2a11 100644 --- a/android/app/res/values-zh-rCN/strings_pbap.xml +++ b/android/app/res/values-zh-rCN/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"输入%1$s的会话密钥"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"需要提供蓝牙会话密钥"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"接受与%1$s的连接时出现超时"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"输入%1$s的会话密钥时出现超时"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"OBEX身份验证请求"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"会话密钥"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"输入%1$s的会话密钥"</string> - <string name="defaultname" msgid="4821590500649090078">"Carkit"</string> - <string name="unknownName" msgid="2841414754740600042">"未知名称"</string> - <string name="localPhoneName" msgid="2349001318925409159">"我的名字"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"通过蓝牙分享联系人"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"输入%1$s的会话密钥"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"需要提供蓝牙会话密钥"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"接受与%1$s的连接时出现超时"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"输入%1$s的会话密钥时出现超时"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"OBEX身份验证请求"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"会话密钥"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"输入%1$s的会话密钥"</string> + <string name="defaultname" msgid="6200530814398805541">"Carkit"</string> + <string name="unknownName" msgid="6755061296103155293">"未知名称"</string> + <string name="localPhoneName" msgid="9119254982537191352">"我的名字"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"通过蓝牙分享联系人"</string> </resources> diff --git a/android/app/res/values-zh-rCN/strings_pbap_client.xml b/android/app/res/values-zh-rCN/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-zh-rCN/strings_pbap_client.xml +++ b/android/app/res/values-zh-rCN/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-zh-rCN/strings_sap.xml b/android/app/res/values-zh-rCN/strings_sap.xml index f0057f8279..2971734e70 100644 --- a/android/app/res/values-zh-rCN/strings_sap.xml +++ b/android/app/res/values-zh-rCN/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"蓝牙 SIM 卡存取"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"蓝牙 SIM 卡存取"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"要请求客户端断开连接吗?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"正在等待客户端断开连接"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"断开连接"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"强制断开连接"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"蓝牙 SIM 卡存取"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"蓝牙 SIM 卡存取"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"要请求客户端断开连接吗?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"正在等待客户端断开连接"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"断开连接"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"强制断开连接"</string> </resources> diff --git a/android/app/res/values-zh-rCN/test_strings.xml b/android/app/res/values-zh-rCN/test_strings.xml index adcde31c8f..c1db232fd8 100644 --- a/android/app/res/values-zh-rCN/test_strings.xml +++ b/android/app/res/values-zh-rCN/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"蓝牙"</string> - <string name="insert_record" msgid="1450997173838378132">"插入记录"</string> - <string name="update_record" msgid="2480425402384910635">"确认记录"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack记录"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"删除所有记录"</string> - <string name="ok_button" msgid="6519033415223065454">"确定"</string> - <string name="delete_record" msgid="4645040331967533724">"删除记录"</string> - <string name="start_server" msgid="9034821924409165795">"启动TCP服务器"</string> - <string name="notify_server" msgid="4369106744022969655">"通知TCP服务器"</string> + <string name="app_name" msgid="7766152617107310582">"蓝牙"</string> + <string name="insert_record" msgid="4024416351836939752">"插入记录"</string> + <string name="update_record" msgid="7201772850942641237">"确认记录"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack记录"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"删除所有记录"</string> + <string name="ok_button" msgid="719865942400179601">"确定"</string> + <string name="delete_record" msgid="5713885957446255270">"删除记录"</string> + <string name="start_server" msgid="134483798422082514">"启动TCP服务器"</string> + <string name="notify_server" msgid="8832385166935137731">"通知TCP服务器"</string> </resources> diff --git a/android/app/res/values-zh-rHK/strings.xml b/android/app/res/values-zh-rHK/strings.xml index 6b055e7b66..80c909c2da 100644 --- a/android/app/res/values-zh-rHK/strings.xml +++ b/android/app/res/values-zh-rHK/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"存取下載管理員。"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"允許應用程式存取 BluetoothShare 管理員並使用 BluetoothShare 管理員傳輸檔案。"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"將藍牙裝置加入允許名單。"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"允許應用程式暫時將藍牙裝置加入允許名單,使其不需經用戶確認便可把檔案傳送到裝置上。"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"藍牙"</string> - <string name="unknown_device" msgid="9221903979877041009">"不明裝置"</string> - <string name="unknownNumber" msgid="4994750948072751566">"未知"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"飛行模式"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"裝置處於飛行模式時,無法使用藍牙功能。"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"如要使用藍牙服務,請先開啟藍牙功能。"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"立即開啟藍牙功能?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"取消"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"開啟"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"檔案傳輸"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"接受傳來的檔案?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"拒絕"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"接受"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"確定"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案時發生作業逾時"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"收到的檔案"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>準備傳送<xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"藍牙分享:正在接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"藍牙分享:已接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"藍牙分享:未收到檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"藍牙分享:正在傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"藍牙分享:已傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"傳送完成"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"藍牙分享:未傳送檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"檔案傳輸"</string> - <string name="download_line1" msgid="4926604799202134144">"寄件者:「<xliff:g id="SENDER">%1$s</xliff:g>」"</string> - <string name="download_line2" msgid="5876973543019417712">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"檔案大小:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"正在接收檔案…"</string> - <string name="download_cancel" msgid="9177305996747500768">"停止"</string> - <string name="download_ok" msgid="5000360731674466039">"隱藏"</string> - <string name="incoming_line1" msgid="2127419875681087545">"來自"</string> - <string name="incoming_line2" msgid="3348994249285315873">"檔案名稱"</string> - <string name="incoming_line3" msgid="7954237069667474024">"大小"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"未接收檔案"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"原因: <xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"確定"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"已接收檔案"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"開啟"</string> - <string name="upload_line1" msgid="2055952074059709052">"傳送給:「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="upload_line3" msgid="4920689672457037437">"檔案類型:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"正在傳送檔案…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"檔案已傳送"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"確定"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"未將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」。"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"關閉"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"確定"</string> - <string name="unknown_file" msgid="6092727753965095366">"未知的檔案"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"沒有應用程式可處理這種檔案類型。\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"沒有檔案"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"檔案不存在。\n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"請稍候…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"正在開啟藍牙..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"即將接收檔案,請在通知面板中查看進度。"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"無法接收檔案。"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"已停止接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"正在將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"正在將 <xliff:g id="NUMBER">%1$s</xliff:g> 個檔案傳送給「<xliff:g id="RECIPIENT">%2$s</xliff:g>」"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"已停止將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB 儲存空間不足,無法儲存檔案。"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD 卡空間不足,無法儲存檔案。"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"所需儲存空間:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"同時處理過多要求,請稍後再試。"</string> - <string name="status_pending" msgid="2503691772030877944">"尚未開始傳輸檔案。"</string> - <string name="status_running" msgid="6562808920311008696">"正在進行檔案傳輸。"</string> - <string name="status_success" msgid="239573225847565868">"已完成檔案傳輸。"</string> - <string name="status_not_accept" msgid="1695082417193780738">"內容不受支援。"</string> - <string name="status_forbidden" msgid="613956401054050725">"目標裝置禁止傳輸。"</string> - <string name="status_canceled" msgid="6664490318773098285">"使用者已取消傳輸。"</string> - <string name="status_file_error" msgid="3671917770630165299">"儲存空間問題。"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"沒有 USB 儲存空間。"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"沒有 SD 卡,請插入 SD 卡來儲存傳輸的檔案。"</string> - <string name="status_connection_error" msgid="947681831523219891">"連線失敗。"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"無法正確處理要求。"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"未知錯誤。"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"透過藍牙接收的檔案"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"藍牙分享"</string> - <string name="download_success" msgid="7036160438766730871">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的接收作業。"</string> - <string name="upload_success" msgid="4014469387779648949">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的傳送作業。"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"外來傳輸"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"向外傳輸"</string> - <string name="no_transfers" msgid="3482965619151865672">"沒有傳輸記錄。"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"將會從清單清除所有項目。"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"藍牙分享:傳送的檔案"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"藍牙分享:接收的檔案"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"存取下載管理員。"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"允許應用程式存取 BluetoothShare 管理員並使用 BluetoothShare 管理員傳輸檔案。"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"將藍牙裝置加入允許名單。"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"允許應用程式暫時將藍牙裝置加入允許名單,使其不需經用戶確認便可把檔案傳送到裝置上。"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"藍牙"</string> + <string name="unknown_device" msgid="2317679521750821654">"不明裝置"</string> + <string name="unknownNumber" msgid="1245183329830158661">"未知"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"飛行模式"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"裝置處於飛行模式時,無法使用藍牙功能。"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"如要使用藍牙服務,請先開啟藍牙功能。"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"立即開啟藍牙功能?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"取消"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"開啟"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"檔案傳輸"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"接受傳來的檔案?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"拒絕"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"接受"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"確定"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案時發生作業逾時"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"收到的檔案"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"<xliff:g id="SENDER">%1$s</xliff:g> 準備傳送檔案:<xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"藍牙分享:正在接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"藍牙分享:已接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"藍牙分享:未收到檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"藍牙分享:正在傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"藍牙分享:已傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"傳送完成"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"藍牙分享:未傳送檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"檔案傳輸"</string> + <string name="download_line1" msgid="6449220145685308846">"寄件者:「<xliff:g id="SENDER">%1$s</xliff:g>」"</string> + <string name="download_line2" msgid="7634316500490825390">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"檔案大小:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"正在接收檔案…"</string> + <string name="download_cancel" msgid="1705762428762702342">"停止"</string> + <string name="download_ok" msgid="2404442707314575833">"隱藏"</string> + <string name="incoming_line1" msgid="6342300988329482408">"來自"</string> + <string name="incoming_line2" msgid="2199520895444457585">"檔案名稱"</string> + <string name="incoming_line3" msgid="8630078246326525633">"大小"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"未接收檔案"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"原因: <xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"確定"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"已接收檔案"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"開啟"</string> + <string name="upload_line1" msgid="1912803923255989287">"傳送給:「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="upload_line3" msgid="5964902647036741603">"檔案類型:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"正在傳送檔案…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"檔案已傳送"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"確定"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"未將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」。"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"關閉"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"確定"</string> + <string name="unknown_file" msgid="3719981572107052685">"未知的檔案"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"沒有應用程式可處理這種檔案類型。\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"沒有檔案"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"檔案不存在。\n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"請稍候…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"正在開啟藍牙..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"即將接收檔案,請在通知面板中查看進度。"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"無法接收檔案。"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"已停止接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案"</string> + <string name="bt_toast_4" msgid="480365991944956695">"正在將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"正在將 <xliff:g id="NUMBER">%1$s</xliff:g> 個檔案傳送給「<xliff:g id="RECIPIENT">%2$s</xliff:g>」"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"已停止將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB 儲存空間不足,無法儲存檔案。"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD 卡空間不足,無法儲存檔案。"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"所需儲存空間:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"同時處理過多要求,請稍後再試。"</string> + <string name="status_pending" msgid="4781040740237733479">"尚未開始傳輸檔案。"</string> + <string name="status_running" msgid="7419075903776657351">"正在進行檔案傳輸。"</string> + <string name="status_success" msgid="7963589000098719541">"已完成檔案傳輸。"</string> + <string name="status_not_accept" msgid="1165798802740579658">"內容不受支援。"</string> + <string name="status_forbidden" msgid="4017060451358837245">"目標裝置禁止傳輸。"</string> + <string name="status_canceled" msgid="8441679418717978515">"使用者已取消傳輸。"</string> + <string name="status_file_error" msgid="5379018888714679311">"儲存空間問題。"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"沒有 USB 儲存空間。"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"沒有 SD 卡,請插入 SD 卡來儲存傳輸的檔案。"</string> + <string name="status_connection_error" msgid="8253709700568062220">"連線失敗。"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"無法正確處理要求。"</string> + <string name="status_unknown_error" msgid="314676481744304866">"未知錯誤。"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"透過藍牙接收的檔案"</string> + <string name="opp_notification_group" msgid="150067508422520653">"藍牙分享"</string> + <string name="download_success" msgid="3438268368708549686">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的接收作業。"</string> + <string name="upload_success" msgid="143787470859042049">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的傳送作業。"</string> + <string name="inbound_history_title" msgid="189623888169624862">"外來傳輸"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"向外傳輸"</string> + <string name="no_transfers" msgid="740521199933899821">"沒有傳輸記錄。"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"將會從清單清除所有項目。"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"藍牙分享:傳送的檔案"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"藍牙分享:接收的檔案"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">無法傳送 <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> 個檔案。</item> <item quantity="one">無法傳送 <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> 個檔案。</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">成功傳送 <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> 個檔案,%2$s</item> <item quantity="one">成功傳送 <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> 個檔案,%2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"清除清單"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"開啟"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"從清單清除"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"清除"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"歌曲識別"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"儲存"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"取消"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"選取您要透過藍牙分享的帳戶。連線時,您仍然必須接受所有帳戶存取要求。"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"剩餘插槽數:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"應用程式圖示"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"藍牙訊息分享設定"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"無法選取帳戶 (剩餘插槽數為 0)"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"已與藍牙音訊連接"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"已與藍牙音訊解除連接"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"藍牙音訊"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"無法轉移 4 GB 以上的檔案"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"連接藍牙"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"清除清單"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"開啟"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"從清單清除"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"清除"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"歌曲識別"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"儲存"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"取消"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"選取您要透過藍牙分享的帳戶。連線時,您仍然必須接受所有帳戶存取要求。"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"剩餘插槽數:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"應用程式圖示"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"藍牙訊息分享設定"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"無法選取帳戶 (剩餘插槽數為 0)"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"已與藍牙音訊連接"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"已與藍牙音訊解除連接"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"藍牙音訊"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"無法轉移 4 GB 以上的檔案"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"連接藍牙"</string> </resources> diff --git a/android/app/res/values-zh-rHK/strings_pbap.xml b/android/app/res/values-zh-rHK/strings_pbap.xml index 26042c9cdb..c1b6af5fdd 100644 --- a/android/app/res/values-zh-rHK/strings_pbap.xml +++ b/android/app/res/values-zh-rHK/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"輸入 %1$s 的對稱金鑰"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"必須有藍牙工作階段金鑰"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"接受與 %1$s 的連線時發生作業逾時"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s 輸入對稱金鑰時發生逾時"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex 驗證要求"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"對稱金鑰"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"輸入 %1$s 的對稱金鑰"</string> - <string name="defaultname" msgid="4821590500649090078">"車用套件"</string> - <string name="unknownName" msgid="2841414754740600042">"未知的名稱"</string> - <string name="localPhoneName" msgid="2349001318925409159">"我的姓名"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"藍牙聯絡人分享"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"輸入 %1$s 的對稱金鑰"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"必須有藍牙工作階段金鑰"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"接受與 %1$s 的連線時發生作業逾時"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s 輸入對稱金鑰時發生逾時"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex 驗證要求"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"對稱金鑰"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"輸入 %1$s 的對稱金鑰"</string> + <string name="defaultname" msgid="6200530814398805541">"車用套件"</string> + <string name="unknownName" msgid="6755061296103155293">"未知的名稱"</string> + <string name="localPhoneName" msgid="9119254982537191352">"我的姓名"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"藍牙聯絡人分享"</string> </resources> diff --git a/android/app/res/values-zh-rHK/strings_pbap_client.xml b/android/app/res/values-zh-rHK/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-zh-rHK/strings_pbap_client.xml +++ b/android/app/res/values-zh-rHK/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-zh-rHK/strings_sap.xml b/android/app/res/values-zh-rHK/strings_sap.xml index c9dafde116..c46c376164 100644 --- a/android/app/res/values-zh-rHK/strings_sap.xml +++ b/android/app/res/values-zh-rHK/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"藍牙 SIM 卡存取"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"藍牙 SIM 卡存取"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"要求用戶端中斷連線嗎?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"正在等待用戶端中斷連線。"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"中斷連線"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"強制中斷連線"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"藍牙 SIM 卡存取"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"藍牙 SIM 卡存取"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"要求用戶端中斷連線嗎?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"正在等待用戶端中斷連線。"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"中斷連線"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"強制中斷連線"</string> </resources> diff --git a/android/app/res/values-zh-rHK/test_strings.xml b/android/app/res/values-zh-rHK/test_strings.xml index dd2369a4f9..74a2d5302f 100644 --- a/android/app/res/values-zh-rHK/test_strings.xml +++ b/android/app/res/values-zh-rHK/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"藍牙"</string> - <string name="insert_record" msgid="1450997173838378132">"插入記錄"</string> - <string name="update_record" msgid="2480425402384910635">"確認記錄"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack 記錄"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"刪除所有記錄"</string> - <string name="ok_button" msgid="6519033415223065454">"確定"</string> - <string name="delete_record" msgid="4645040331967533724">"刪除記錄"</string> - <string name="start_server" msgid="9034821924409165795">"啟動 TCP 伺服器"</string> - <string name="notify_server" msgid="4369106744022969655">"通知 TCP 伺服器"</string> + <string name="app_name" msgid="7766152617107310582">"藍牙"</string> + <string name="insert_record" msgid="4024416351836939752">"插入記錄"</string> + <string name="update_record" msgid="7201772850942641237">"確認記錄"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack 記錄"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"刪除所有記錄"</string> + <string name="ok_button" msgid="719865942400179601">"確定"</string> + <string name="delete_record" msgid="5713885957446255270">"刪除記錄"</string> + <string name="start_server" msgid="134483798422082514">"啟動 TCP 伺服器"</string> + <string name="notify_server" msgid="8832385166935137731">"通知 TCP 伺服器"</string> </resources> diff --git a/android/app/res/values-zh-rTW/strings.xml b/android/app/res/values-zh-rTW/strings.xml index 99693e36b5..c4009252cb 100644 --- a/android/app/res/values-zh-rTW/strings.xml +++ b/android/app/res/values-zh-rTW/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"存取下載管理員。"</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"允許應用程式存取 BluetoothShare 管理員,並可使用 BluetoothShare 管理員傳輸檔案。"</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"將藍牙裝置存取權限加入許可清單。"</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"允許應用程式暫時將藍牙裝置加入許可清單,讓該裝置可以直接傳送檔案到這部裝置,不用經過使用者確認。"</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"藍牙"</string> - <string name="unknown_device" msgid="9221903979877041009">"未知的裝置"</string> - <string name="unknownNumber" msgid="4994750948072751566">"不明"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"飛行模式"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"手機處於飛行模式時,無法使用藍牙功能。"</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"如要使用藍牙服務,請先開啟藍牙功能。"</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"立即開啟藍牙功能?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"取消"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"開啟"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"檔案傳輸"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"接受傳來的檔案?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"拒絕"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"接受"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"確定"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案時發生作業逾時"</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"有人傳送檔案給你"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>已準備好傳送<xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"藍牙分享:正在接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"藍牙分享:已接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"藍牙分享:未收到檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sending" msgid="3035748958534983833">"藍牙分享:正在傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"藍牙分享:已傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"已傳送所有檔案"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"藍牙分享:未傳送檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_title" msgid="3353228219772092586">"檔案傳輸"</string> - <string name="download_line1" msgid="4926604799202134144">"寄件者:「<xliff:g id="SENDER">%1$s</xliff:g>」"</string> - <string name="download_line2" msgid="5876973543019417712">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"檔案大小:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"正在接收檔案…"</string> - <string name="download_cancel" msgid="9177305996747500768">"停止"</string> - <string name="download_ok" msgid="5000360731674466039">"隱藏"</string> - <string name="incoming_line1" msgid="2127419875681087545">"來源"</string> - <string name="incoming_line2" msgid="3348994249285315873">"檔案名稱"</string> - <string name="incoming_line3" msgid="7954237069667474024">"大小"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"未接收檔案"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"原因:<xliff:g id="REASON">%1$s</xliff:g>"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"確定"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"已接收檔案"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"開啟"</string> - <string name="upload_line1" msgid="2055952074059709052">"收件者:「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="upload_line3" msgid="4920689672457037437">"檔案類型:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"正在傳送檔案…"</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"檔案已傳送"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"確定"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"未將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」。"</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"關閉"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"確定"</string> - <string name="unknown_file" msgid="6092727753965095366">"未知的檔案"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"沒有可處理這種檔案類型的應用程式。\n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"沒有檔案"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"檔案不存在。\n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"請稍候…"</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"正在開啟藍牙…"</string> - <string name="bt_toast_1" msgid="972182708034353383">"即將接收檔案,請在通知面板中查看進度。"</string> - <string name="bt_toast_2" msgid="8602553334099066582">"無法接收檔案。"</string> - <string name="bt_toast_3" msgid="6707884165086862518">"已停止接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案"</string> - <string name="bt_toast_4" msgid="4678812947604395649">"正在將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="bt_toast_5" msgid="2846870992823019494">"正在將 <xliff:g id="NUMBER">%1$s</xliff:g> 個檔案傳送給「<xliff:g id="RECIPIENT">%2$s</xliff:g>」"</string> - <string name="bt_toast_6" msgid="1855266596936622458">"已停止將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"USB 儲存空間不足,無法儲存這個檔案。"</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"SD 卡的空間不足,無法儲存這個檔案。"</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"所需儲存空間:<xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"系統正在處理多個要求,請稍後再試。"</string> - <string name="status_pending" msgid="2503691772030877944">"尚未開始傳輸檔案。"</string> - <string name="status_running" msgid="6562808920311008696">"正在進行檔案傳輸。"</string> - <string name="status_success" msgid="239573225847565868">"已完成檔案傳輸。"</string> - <string name="status_not_accept" msgid="1695082417193780738">"內容不受支援。"</string> - <string name="status_forbidden" msgid="613956401054050725">"目標裝置禁止進行傳輸。"</string> - <string name="status_canceled" msgid="6664490318773098285">"使用者已取消傳輸。"</string> - <string name="status_file_error" msgid="3671917770630165299">"儲存空間問題。"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"沒有 USB 儲存空間。"</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"沒有 SD 卡,請插入 SD 卡來儲存傳輸的檔案。"</string> - <string name="status_connection_error" msgid="947681831523219891">"連線失敗。"</string> - <string name="status_protocol_error" msgid="3245444473429269539">"無法正確處理要求。"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"未知的錯誤。"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"透過藍牙接收的檔案"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"藍牙分享"</string> - <string name="download_success" msgid="7036160438766730871">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的接收作業。"</string> - <string name="upload_success" msgid="4014469387779648949">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的傳送作業。"</string> - <string name="inbound_history_title" msgid="6940914942271327563">"傳入"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"傳出"</string> - <string name="no_transfers" msgid="3482965619151865672">"沒有傳輸記錄。"</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"所有項目都會從清單中清除。"</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"藍牙分享:傳送的檔案"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"藍牙分享:接收的檔案"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"存取下載管理員。"</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"允許應用程式存取 BluetoothShare 管理員,並可使用 BluetoothShare 管理員傳輸檔案。"</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"將藍牙裝置存取權限加入許可清單。"</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"允許應用程式暫時將藍牙裝置加入許可清單,讓該裝置可以直接傳送檔案到這部裝置,不用經過使用者確認。"</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"藍牙"</string> + <string name="unknown_device" msgid="2317679521750821654">"未知的裝置"</string> + <string name="unknownNumber" msgid="1245183329830158661">"不明"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"飛行模式"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"手機處於飛行模式時,無法使用藍牙功能。"</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"如要使用藍牙服務,請先開啟藍牙功能。"</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"立即開啟藍牙功能?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"取消"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"開啟"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"檔案傳輸"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"接受傳來的檔案?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"拒絕"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"接受"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"確定"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案時發生作業逾時"</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"有人傳送檔案給你"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"「<xliff:g id="SENDER">%1$s</xliff:g>」準備要傳送檔案:<xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"藍牙分享:正在接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"藍牙分享:已接收 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"藍牙分享:未收到檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sending" msgid="8269912843286868700">"藍牙分享:正在傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"藍牙分享:已傳送 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"已傳送所有檔案"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"藍牙分享:未傳送檔案 <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_title" msgid="6449408649671518102">"檔案傳輸"</string> + <string name="download_line1" msgid="6449220145685308846">"寄件者:「<xliff:g id="SENDER">%1$s</xliff:g>」"</string> + <string name="download_line2" msgid="7634316500490825390">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"檔案大小:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"正在接收檔案…"</string> + <string name="download_cancel" msgid="1705762428762702342">"停止"</string> + <string name="download_ok" msgid="2404442707314575833">"隱藏"</string> + <string name="incoming_line1" msgid="6342300988329482408">"來源"</string> + <string name="incoming_line2" msgid="2199520895444457585">"檔案名稱"</string> + <string name="incoming_line3" msgid="8630078246326525633">"大小"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"未接收檔案"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"原因:<xliff:g id="REASON">%1$s</xliff:g>"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"確定"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"已接收檔案"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"開啟"</string> + <string name="upload_line1" msgid="1912803923255989287">"收件者:「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="upload_line3" msgid="5964902647036741603">"檔案類型:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"正在傳送檔案…"</string> + <string name="upload_succ_line5" msgid="165979135931118211">"檔案已傳送"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"確定"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"未將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」。"</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"檔案:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"關閉"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"確定"</string> + <string name="unknown_file" msgid="3719981572107052685">"未知的檔案"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"沒有可處理這種檔案類型的應用程式。\n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"沒有檔案"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"檔案不存在。\n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"請稍候…"</string> + <string name="enabling_progress_content" msgid="685427201206684584">"正在開啟藍牙…"</string> + <string name="bt_toast_1" msgid="8791691594887576215">"即將接收檔案,請在通知面板中查看進度。"</string> + <string name="bt_toast_2" msgid="2041575937953174042">"無法接收檔案。"</string> + <string name="bt_toast_3" msgid="3053157171297761920">"已停止接收來自「<xliff:g id="SENDER">%1$s</xliff:g>」的檔案"</string> + <string name="bt_toast_4" msgid="480365991944956695">"正在將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="bt_toast_5" msgid="4818264207982268297">"正在將 <xliff:g id="NUMBER">%1$s</xliff:g> 個檔案傳送給「<xliff:g id="RECIPIENT">%2$s</xliff:g>」"</string> + <string name="bt_toast_6" msgid="8814166471030694787">"已停止將檔案傳送給「<xliff:g id="RECIPIENT">%1$s</xliff:g>」"</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"USB 儲存空間不足,無法儲存這個檔案。"</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"SD 卡的空間不足,無法儲存這個檔案。"</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"所需儲存空間:<xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"系統正在處理多個要求,請稍後再試。"</string> + <string name="status_pending" msgid="4781040740237733479">"尚未開始傳輸檔案。"</string> + <string name="status_running" msgid="7419075903776657351">"正在進行檔案傳輸。"</string> + <string name="status_success" msgid="7963589000098719541">"已完成檔案傳輸。"</string> + <string name="status_not_accept" msgid="1165798802740579658">"內容不受支援。"</string> + <string name="status_forbidden" msgid="4017060451358837245">"目標裝置禁止進行傳輸。"</string> + <string name="status_canceled" msgid="8441679418717978515">"使用者已取消傳輸。"</string> + <string name="status_file_error" msgid="5379018888714679311">"儲存空間問題。"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"沒有 USB 儲存空間。"</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"沒有 SD 卡,請插入 SD 卡來儲存傳輸的檔案。"</string> + <string name="status_connection_error" msgid="8253709700568062220">"連線失敗。"</string> + <string name="status_protocol_error" msgid="3231573735130475654">"無法正確處理要求。"</string> + <string name="status_unknown_error" msgid="314676481744304866">"未知的錯誤。"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"透過藍牙接收的檔案"</string> + <string name="opp_notification_group" msgid="150067508422520653">"藍牙分享"</string> + <string name="download_success" msgid="3438268368708549686">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的接收作業。"</string> + <string name="upload_success" msgid="143787470859042049">"已完成 <xliff:g id="FILE_SIZE">%1$s</xliff:g> 的傳送作業。"</string> + <string name="inbound_history_title" msgid="189623888169624862">"傳入"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"傳出"</string> + <string name="no_transfers" msgid="740521199933899821">"沒有傳輸記錄。"</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"所有項目都會從清單中清除。"</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"藍牙分享:傳送的檔案"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"藍牙分享:接收的檔案"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="other">未成功傳輸 <xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> 個檔案。</item> <item quantity="one">未成功傳輸 <xliff:g id="UNSUCCESSFUL_NUMBER_0">%1$d</xliff:g> 個檔案。</item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="other">成功傳輸 <xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> 個檔案,%2$s</item> <item quantity="one">成功傳輸 <xliff:g id="SUCCESSFUL_NUMBER_0">%1$d</xliff:g> 個檔案,%2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"清除清單"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"開啟"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"從清單清除"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"清除"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"聽聲辨曲"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"儲存"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"取消"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"選取你要透過藍牙分享的帳戶。連線時,你仍須接受所有帳戶存取要求。"</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"剩餘插槽數:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"應用程式圖示"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"藍牙郵件分享設定"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"無法選取帳戶 (剩餘插槽數為 0)"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"已與藍牙音訊連線"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"已中斷與藍牙音訊的連線"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"藍牙音訊"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"無法轉移大於 4GB 的檔案"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"使用藍牙連線"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"清除清單"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"開啟"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"從清單清除"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"清除"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"聽聲辨曲"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"儲存"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"取消"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"選取你要透過藍牙分享的帳戶。連線時,你仍須接受所有帳戶存取要求。"</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"剩餘插槽數:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"應用程式圖示"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"藍牙郵件分享設定"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"無法選取帳戶 (剩餘插槽數為 0)"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"已與藍牙音訊連線"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"已中斷與藍牙音訊的連線"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"藍牙音訊"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"無法轉移大於 4GB 的檔案"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"使用藍牙連線"</string> </resources> diff --git a/android/app/res/values-zh-rTW/strings_pbap.xml b/android/app/res/values-zh-rTW/strings_pbap.xml index 5d660ab847..d11dff893c 100644 --- a/android/app/res/values-zh-rTW/strings_pbap.xml +++ b/android/app/res/values-zh-rTW/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"輸入 %1$s 的對稱金鑰"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"必須有藍牙對稱金鑰"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"接受與 %1$s 的連線時發生作業逾時"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"%1$s 輸入對稱金鑰時發生作業逾時"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex 驗證要求"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"對稱金鑰"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"輸入 %1$s 的對稱金鑰"</string> - <string name="defaultname" msgid="4821590500649090078">"車用套件"</string> - <string name="unknownName" msgid="2841414754740600042">"未知的名稱"</string> - <string name="localPhoneName" msgid="2349001318925409159">"我的名稱"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"藍牙聯絡人分享"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"輸入 %1$s 的對稱金鑰"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"必須有藍牙對稱金鑰"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"接受與 %1$s 的連線時發生作業逾時"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"%1$s 輸入對稱金鑰時發生作業逾時"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Obex 驗證要求"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"對稱金鑰"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"輸入 %1$s 的對稱金鑰"</string> + <string name="defaultname" msgid="6200530814398805541">"車用套件"</string> + <string name="unknownName" msgid="6755061296103155293">"未知的名稱"</string> + <string name="localPhoneName" msgid="9119254982537191352">"我的名稱"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"藍牙聯絡人分享"</string> </resources> diff --git a/android/app/res/values-zh-rTW/strings_pbap_client.xml b/android/app/res/values-zh-rTW/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-zh-rTW/strings_pbap_client.xml +++ b/android/app/res/values-zh-rTW/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-zh-rTW/strings_sap.xml b/android/app/res/values-zh-rTW/strings_sap.xml index 4cad22e2d5..54ece80ef0 100644 --- a/android/app/res/values-zh-rTW/strings_sap.xml +++ b/android/app/res/values-zh-rTW/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"藍牙 SIM 卡存取權"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"藍牙 SIM 卡存取權"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"要求用戶端中斷連線?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"等待用戶端中斷連線"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"中斷連線"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"強制中斷連線"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"藍牙 SIM 卡存取權"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"藍牙 SIM 卡存取權"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"要求用戶端中斷連線?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"等待用戶端中斷連線"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"中斷連線"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"強制中斷連線"</string> </resources> diff --git a/android/app/res/values-zh-rTW/test_strings.xml b/android/app/res/values-zh-rTW/test_strings.xml index dd2369a4f9..74a2d5302f 100644 --- a/android/app/res/values-zh-rTW/test_strings.xml +++ b/android/app/res/values-zh-rTW/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"藍牙"</string> - <string name="insert_record" msgid="1450997173838378132">"插入記錄"</string> - <string name="update_record" msgid="2480425402384910635">"確認記錄"</string> - <string name="ack_record" msgid="6716152390978472184">"Ack 記錄"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"刪除所有記錄"</string> - <string name="ok_button" msgid="6519033415223065454">"確定"</string> - <string name="delete_record" msgid="4645040331967533724">"刪除記錄"</string> - <string name="start_server" msgid="9034821924409165795">"啟動 TCP 伺服器"</string> - <string name="notify_server" msgid="4369106744022969655">"通知 TCP 伺服器"</string> + <string name="app_name" msgid="7766152617107310582">"藍牙"</string> + <string name="insert_record" msgid="4024416351836939752">"插入記錄"</string> + <string name="update_record" msgid="7201772850942641237">"確認記錄"</string> + <string name="ack_record" msgid="2404738476192250210">"Ack 記錄"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"刪除所有記錄"</string> + <string name="ok_button" msgid="719865942400179601">"確定"</string> + <string name="delete_record" msgid="5713885957446255270">"刪除記錄"</string> + <string name="start_server" msgid="134483798422082514">"啟動 TCP 伺服器"</string> + <string name="notify_server" msgid="8832385166935137731">"通知 TCP 伺服器"</string> </resources> diff --git a/android/app/res/values-zu/strings.xml b/android/app/res/values-zu/strings.xml index 471886e396..f68d5c6b22 100644 --- a/android/app/res/values-zu/strings.xml +++ b/android/app/res/values-zu/strings.xml @@ -16,122 +16,122 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Finyelela kumphathi wokulayisha."</string> - <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Ivumela uhlelo lokusebenza ukufinyelela umphathi we-BluetoothShare ngisho nokuyisebenzisela ukudlulisa amafayela."</string> - <string name="permlab_bluetoothAcceptlist" msgid="2647575807648622053">"Uhlu lokwamukela lokufinyelela kudivayisi ye-Bluetooth."</string> - <string name="permdesc_bluetoothAcceptlist" msgid="2406423665674766442">"Ivumela uhlelo lokusebenza ukuba lamukele okwesikhashana uhlu lwedivayisi ye-Bluetooth, ngokuvumela leyo divayisi ukuthumela amafayela kule divayisi ngaphandle kokuqinisekisa komsebenzisi."</string> - <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> - <string name="unknown_device" msgid="9221903979877041009">"Idivayisi engaziwa"</string> - <string name="unknownNumber" msgid="4994750948072751566">"Akwaziwa"</string> - <string name="airplane_error_title" msgid="2683839635115739939">"Imodi yendiza"</string> - <string name="airplane_error_msg" msgid="8698965595254137230">"Awukwazi ukusebenzisa i-Bluetooth kwimodi yeNdiza."</string> - <string name="bt_enable_title" msgid="8657832550503456572"></string> - <string name="bt_enable_line1" msgid="7203551583048149">"Ukusebenzisa isevisi ye-Bluetooth, kumele uvule kuqala i-Bluetooth."</string> - <string name="bt_enable_line2" msgid="4341936569415937994">"Vula i-Bluetooth manje?"</string> - <string name="bt_enable_cancel" msgid="1988832367505151727">"Khansela"</string> - <string name="bt_enable_ok" msgid="3432462749994538265">"Vula"</string> - <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Ukudlulisa ifayela"</string> - <string name="incoming_file_confirm_content" msgid="2752605552743148036">"Yamukela ifayela elingenayo?"</string> - <string name="incoming_file_confirm_cancel" msgid="2973321832477704805">"Nqaba"</string> - <string name="incoming_file_confirm_ok" msgid="281462442932231475">"Yamukela"</string> - <string name="incoming_file_confirm_timeout_ok" msgid="1414676773249857278">"Kulungile"</string> - <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Isikhathi siphelile ngenkathi yamukela ifayela engenayo esuka ku- \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="incoming_file_confirm_Notification_title" msgid="5573329005298936903">"Ifayela elingenayo"</string> - <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ulungele ukuthumela i-<xliff:g id="FILE">%2$s</xliff:g>"</string> - <string name="notification_receiving" msgid="4674648179652543984">"Abelana ne-Bluetooth: Ithola<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received" msgid="3324588019186687985">"Abelana ne-Bluetooth: Itholakele <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_received_fail" msgid="3619350997285714746">"Abelana ne-Bluetooth: Ifayela <xliff:g id="FILE">%1$s</xliff:g> ayitholakalanga"</string> - <string name="notification_sending" msgid="3035748958534983833">"Abelana ne-Bluetooth: Ithumela <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent" msgid="9218710861333027778">"Abelana ne-Bluetooth: Thunyelwe <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="notification_sent_complete" msgid="302943281067557969">"Iqede ngo-100%"</string> - <string name="notification_sent_fail" msgid="6696082233774569445">"Abelana ne-Bluetooth: Ifayela <xliff:g id="FILE">%1$s</xliff:g> ayithunyelwanga"</string> - <string name="download_title" msgid="3353228219772092586">"Dlulisa ifayela"</string> - <string name="download_line1" msgid="4926604799202134144">"Isuka ku: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="download_line2" msgid="5876973543019417712">"Ifayela:<xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_line3" msgid="4384821622908676061">"Usayizi wefayela: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="download_line4" msgid="8535996869722666525"></string> - <string name="download_line5" msgid="3069560415845295386">"Yamukela ifayela..."</string> - <string name="download_cancel" msgid="9177305996747500768">"Misa"</string> - <string name="download_ok" msgid="5000360731674466039">"Fihla"</string> - <string name="incoming_line1" msgid="2127419875681087545">"Isuka ku-"</string> - <string name="incoming_line2" msgid="3348994249285315873">"Igama lefayela"</string> - <string name="incoming_line3" msgid="7954237069667474024">"Usayizi"</string> - <string name="download_fail_line1" msgid="3846450148862894552">"Ifayela ayitholwanga"</string> - <string name="download_fail_line2" msgid="8950394574689971071">"Ifayela: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="download_fail_line3" msgid="3451040656154861722">"Isizathu: <xliff:g id="REASON">%1$s</xliff:g>_STRING"</string> - <string name="download_fail_ok" msgid="1521733664438320300">"KULUNGILE"</string> - <string name="download_succ_line5" msgid="4509944688281573595">"Ifayela itholakele"</string> - <string name="download_succ_ok" msgid="7053688246357050216">"Vula"</string> - <string name="upload_line1" msgid="2055952074059709052">"Kuya ku: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_line3" msgid="4920689672457037437">"Uhlobo lweFayela:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> - <string name="upload_line5" msgid="7759322537674229752">"Ithumela ifayela..."</string> - <string name="upload_succ_line5" msgid="5687317197463383601">"Ifayela ithunyelwe"</string> - <string name="upload_succ_ok" msgid="7705428476405478828">"KULUNGILE"</string> - <string name="upload_fail_line1" msgid="7899394672421491701">"Ifayela ayithunyelwanga ku- \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="upload_fail_line1_2" msgid="2108129204050841798">"Ifayela: <xliff:g id="FILE">%1$s</xliff:g>"</string> - <string name="upload_fail_cancel" msgid="9118496285835687125">"Vala"</string> - <string name="bt_error_btn_ok" msgid="5965151173011534240">"KULUNGILE"</string> - <string name="unknown_file" msgid="6092727753965095366">"Ifayela engaziwa"</string> - <string name="unknown_file_desc" msgid="480434281415453287">"Alukho uhlelo olulungiselelwe ukuthatha lolu hlobo lwefayela. \n"</string> - <string name="not_exist_file" msgid="3489434189599716133">"Ayikho ifayela"</string> - <string name="not_exist_file_desc" msgid="4059531573790529229">"Ifayela ayikho. \n"</string> - <string name="enabling_progress_title" msgid="436157952334723406">"Sicela ulinde..."</string> - <string name="enabling_progress_content" msgid="4601542238119927904">"Ivula i-Bluetooth..."</string> - <string name="bt_toast_1" msgid="972182708034353383">"Ifayela izotholwa. Hlola intuthuki kwiphaneli Yezaziso."</string> - <string name="bt_toast_2" msgid="8602553334099066582">"Ifayela alikwazi ukutholakala."</string> - <string name="bt_toast_3" msgid="6707884165086862518">"Imise ukuthola ifayela kusuka ku- \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> - <string name="bt_toast_4" msgid="4678812947604395649">"Ithumela ifayela ku- \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_toast_5" msgid="2846870992823019494">"Ithumela <xliff:g id="NUMBER">%1$s</xliff:g> amafayela ku- \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> - <string name="bt_toast_6" msgid="1855266596936622458">"Imise ukuthumela ifayela ku- \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> - <string name="bt_sm_2_1_nosdcard" msgid="5354343190503952837">"Asikho isikhala esanele kwisitoreji se-USB sokulondoloza ifayela."</string> - <string name="bt_sm_2_1_default" msgid="2497541206648973852">"Asikho isikhala esanele ekhadini le-SD sokulondoloza ifayela."</string> - <string name="bt_sm_2_2" msgid="2965243265852680543">"Isikhala esidingekayo: <xliff:g id="SIZE">%1$s</xliff:g>"</string> - <string name="ErrorTooManyRequests" msgid="8578277541472944529">"Kunezicelo eziningi ezenziwayo. Zama futhi emva kwesikhathi."</string> - <string name="status_pending" msgid="2503691772030877944">"Ukudlulisa ifayela akuqalisiwe okwamanje"</string> - <string name="status_running" msgid="6562808920311008696">"Ukudlulisa ifayela kuyaqhubeka"</string> - <string name="status_success" msgid="239573225847565868">"Ukudlulisa ifayela kuqede ngempumelelo"</string> - <string name="status_not_accept" msgid="1695082417193780738">"Okuqukethwe akusekelwe."</string> - <string name="status_forbidden" msgid="613956401054050725">"Lokhu kudlulisa kunqatshelwe idivayisi eqondiwe"</string> - <string name="status_canceled" msgid="6664490318773098285">"Ukudlulisa kukhanselwe umsebenzisi."</string> - <string name="status_file_error" msgid="3671917770630165299">"Inkinga yokugcina"</string> - <string name="status_no_sd_card_nosdcard" msgid="573631036356922221">"Akukho sitoreji se-USB."</string> - <string name="status_no_sd_card_default" msgid="396564893716701954">"Alikho ikhadi le-SD. Faka ikhadi le-SD ukulondoloza amafayela adlulisiwe."</string> - <string name="status_connection_error" msgid="947681831523219891">"Ukuxhumeka akuphumelelanga."</string> - <string name="status_protocol_error" msgid="3245444473429269539">"Isicelo asikwazi ukuphathwa ngokulungile"</string> - <string name="status_unknown_error" msgid="8156660554237824912">"Iphutha elingaziwa"</string> - <string name="btopp_live_folder" msgid="7967791481444474554">"I-Bluetooth etholiwe"</string> - <string name="opp_notification_group" msgid="3486303082135789982">"Ukwabelana kwe-bluetooth"</string> - <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Ukuthola kuqedile."</string> - <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Ukuthumela kuqedile."</string> - <string name="inbound_history_title" msgid="6940914942271327563">"Ukudlulisa kwangaphakathi"</string> - <string name="outbound_history_title" msgid="4279418703178140526">"Ukudlulisa kwangaphandle"</string> - <string name="no_transfers" msgid="3482965619151865672">"Umlando wokudlulisa awunalutho."</string> - <string name="transfer_clear_dlg_msg" msgid="1712376797268438075">"Zonke izintwana zizosulwa ohlwini."</string> - <string name="outbound_noti_title" msgid="8051906709452260849">"Abelana ne-Bluetooth. Amafayela athunyelwe"</string> - <string name="inbound_noti_title" msgid="4143352641953027595">"Abelana ne-Bluetooth: Amafayela atholakele"</string> - <plurals name="noti_caption_unsuccessful" formatted="false" msgid="2020750076679526122"> + <string name="permlab_bluetoothShareManager" msgid="5297865456717871041">"Finyelela kumphathi wokulayisha."</string> + <string name="permdesc_bluetoothShareManager" msgid="1588034776955941477">"Ivumela uhlelo lokusebenza ukufinyelela umphathi we-BluetoothShare ngisho nokuyisebenzisela ukudlulisa amafayela."</string> + <string name="permlab_bluetoothAcceptlist" msgid="5785922051395856524">"Uhlu lokwamukela lokufinyelela kudivayisi ye-Bluetooth."</string> + <string name="permdesc_bluetoothAcceptlist" msgid="259308920158011885">"Ivumela uhlelo lokusebenza ukuba lamukele okwesikhashana uhlu lwedivayisi ye-Bluetooth, ngokuvumela leyo divayisi ukuthumela amafayela kule divayisi ngaphandle kokuqinisekisa komsebenzisi."</string> + <string name="bt_share_picker_label" msgid="7464438494743777696">"Bluetooth"</string> + <string name="unknown_device" msgid="2317679521750821654">"Idivayisi engaziwa"</string> + <string name="unknownNumber" msgid="1245183329830158661">"Akwaziwa"</string> + <string name="airplane_error_title" msgid="2570111716678850860">"Imodi yendiza"</string> + <string name="airplane_error_msg" msgid="4853111123699559578">"Awukwazi ukusebenzisa i-Bluetooth kwimodi yeNdiza."</string> + <string name="bt_enable_title" msgid="4484289159118416315"></string> + <string name="bt_enable_line1" msgid="8429910585843481489">"Ukusebenzisa isevisi ye-Bluetooth, kumele uvule kuqala i-Bluetooth."</string> + <string name="bt_enable_line2" msgid="1466367120348920892">"Vula i-Bluetooth manje?"</string> + <string name="bt_enable_cancel" msgid="6770180540581977614">"Khansela"</string> + <string name="bt_enable_ok" msgid="4224374055813566166">"Vula"</string> + <string name="incoming_file_confirm_title" msgid="938251186275547290">"Ukudlulisa ifayela"</string> + <string name="incoming_file_confirm_content" msgid="6573502088511901157">"Yamukela ifayela elingenayo?"</string> + <string name="incoming_file_confirm_cancel" msgid="9205906062663982692">"Nqaba"</string> + <string name="incoming_file_confirm_ok" msgid="5046926299036238623">"Yamukela"</string> + <string name="incoming_file_confirm_timeout_ok" msgid="8612187577686515660">"Kulungile"</string> + <string name="incoming_file_confirm_timeout_content" msgid="3221412098281076974">"Isikhathi siphelile ngenkathi yamukela ifayela engenayo esuka ku- \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="incoming_file_confirm_Notification_title" msgid="5381395500920804895">"Ifayela elingenayo"</string> + <string name="incoming_file_confirm_Notification_content" msgid="2669135531488877921">"U-<xliff:g id="SENDER">%1$s</xliff:g> uselungele ukuthumela ifayela: <xliff:g id="FILE">%2$s</xliff:g>"</string> + <string name="notification_receiving" msgid="8445265771083510696">"Abelana ne-Bluetooth: Ithola<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received" msgid="2330252358543000567">"Abelana ne-Bluetooth: Itholakele <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_received_fail" msgid="9059153354809379374">"Abelana ne-Bluetooth: Ifayela <xliff:g id="FILE">%1$s</xliff:g> ayitholakalanga"</string> + <string name="notification_sending" msgid="8269912843286868700">"Abelana ne-Bluetooth: Ithumela <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent" msgid="2685202778935769332">"Abelana ne-Bluetooth: Thunyelwe <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="notification_sent_complete" msgid="6293391081175517098">"Iqede ngo-100%"</string> + <string name="notification_sent_fail" msgid="7449832660578001579">"Abelana ne-Bluetooth: Ifayela <xliff:g id="FILE">%1$s</xliff:g> ayithunyelwanga"</string> + <string name="download_title" msgid="6449408649671518102">"Dlulisa ifayela"</string> + <string name="download_line1" msgid="6449220145685308846">"Isuka ku: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="download_line2" msgid="7634316500490825390">"Ifayela:<xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_line3" msgid="6722284930665532816">"Usayizi wefayela: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="download_line4" msgid="5234701398884321314"></string> + <string name="download_line5" msgid="4124272066218470715">"Yamukela ifayela..."</string> + <string name="download_cancel" msgid="1705762428762702342">"Misa"</string> + <string name="download_ok" msgid="2404442707314575833">"Fihla"</string> + <string name="incoming_line1" msgid="6342300988329482408">"Isuka ku-"</string> + <string name="incoming_line2" msgid="2199520895444457585">"Igama lefayela"</string> + <string name="incoming_line3" msgid="8630078246326525633">"Usayizi"</string> + <string name="download_fail_line1" msgid="3149552664349685007">"Ifayela ayitholwanga"</string> + <string name="download_fail_line2" msgid="4289018531070750414">"Ifayela: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="download_fail_line3" msgid="2214989413171231684">"Isizathu: <xliff:g id="REASON">%1$s</xliff:g>_STRING"</string> + <string name="download_fail_ok" msgid="3272322648250767032">"KULUNGILE"</string> + <string name="download_succ_line5" msgid="1720346308221503270">"Ifayela itholakele"</string> + <string name="download_succ_ok" msgid="7488662808922799824">"Vula"</string> + <string name="upload_line1" msgid="1912803923255989287">"Kuya ku: \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_line3" msgid="5964902647036741603">"Uhlobo lweFayela:<xliff:g id="TYPE">%1$s</xliff:g> (<xliff:g id="SIZE">%2$s</xliff:g>)"</string> + <string name="upload_line5" msgid="3477751464103201364">"Ithumela ifayela..."</string> + <string name="upload_succ_line5" msgid="165979135931118211">"Ifayela ithunyelwe"</string> + <string name="upload_succ_ok" msgid="6797291708604959167">"KULUNGILE"</string> + <string name="upload_fail_line1" msgid="7044307783071776426">"Ifayela ayithunyelwanga ku- \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="upload_fail_line1_2" msgid="6102642590057711459">"Ifayela: <xliff:g id="FILE">%1$s</xliff:g>"</string> + <string name="upload_fail_cancel" msgid="1632528037932779727">"Vala"</string> + <string name="bt_error_btn_ok" msgid="2802751202009957372">"KULUNGILE"</string> + <string name="unknown_file" msgid="3719981572107052685">"Ifayela engaziwa"</string> + <string name="unknown_file_desc" msgid="9185609398960437760">"Alukho uhlelo olulungiselelwe ukuthatha lolu hlobo lwefayela. \n"</string> + <string name="not_exist_file" msgid="5097565588949092486">"Ayikho ifayela"</string> + <string name="not_exist_file_desc" msgid="250802392160941265">"Ifayela ayikho. \n"</string> + <string name="enabling_progress_title" msgid="5262637688863903594">"Sicela ulinde..."</string> + <string name="enabling_progress_content" msgid="685427201206684584">"Ivula i-Bluetooth..."</string> + <string name="bt_toast_1" msgid="8791691594887576215">"Ifayela izotholwa. Hlola intuthuki kwiphaneli Yezaziso."</string> + <string name="bt_toast_2" msgid="2041575937953174042">"Ifayela alikwazi ukutholakala."</string> + <string name="bt_toast_3" msgid="3053157171297761920">"Imise ukuthola ifayela kusuka ku- \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string> + <string name="bt_toast_4" msgid="480365991944956695">"Ithumela ifayela ku- \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_toast_5" msgid="4818264207982268297">"Ithumela <xliff:g id="NUMBER">%1$s</xliff:g> amafayela ku- \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string> + <string name="bt_toast_6" msgid="8814166471030694787">"Imise ukuthumela ifayela ku- \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string> + <string name="bt_sm_2_1_nosdcard" msgid="288667514869424273">"Asikho isikhala esanele kwisitoreji se-USB sokulondoloza ifayela."</string> + <string name="bt_sm_2_1_default" msgid="5070195264206471656">"Asikho isikhala esanele ekhadini le-SD sokulondoloza ifayela."</string> + <string name="bt_sm_2_2" msgid="6200119660562110560">"Isikhala esidingekayo: <xliff:g id="SIZE">%1$s</xliff:g>"</string> + <string name="ErrorTooManyRequests" msgid="5049670841391761475">"Kunezicelo eziningi ezenziwayo. Zama futhi emva kwesikhathi."</string> + <string name="status_pending" msgid="4781040740237733479">"Ukudlulisa ifayela akuqalisiwe okwamanje"</string> + <string name="status_running" msgid="7419075903776657351">"Ukudlulisa ifayela kuyaqhubeka"</string> + <string name="status_success" msgid="7963589000098719541">"Ukudlulisa ifayela kuqede ngempumelelo"</string> + <string name="status_not_accept" msgid="1165798802740579658">"Okuqukethwe akusekelwe."</string> + <string name="status_forbidden" msgid="4017060451358837245">"Lokhu kudlulisa kunqatshelwe idivayisi eqondiwe"</string> + <string name="status_canceled" msgid="8441679418717978515">"Ukudlulisa kukhanselwe umsebenzisi."</string> + <string name="status_file_error" msgid="5379018888714679311">"Inkinga yokugcina"</string> + <string name="status_no_sd_card_nosdcard" msgid="6445646484924125975">"Akukho sitoreji se-USB."</string> + <string name="status_no_sd_card_default" msgid="8878262565692541241">"Alikho ikhadi le-SD. Faka ikhadi le-SD ukulondoloza amafayela adlulisiwe."</string> + <string name="status_connection_error" msgid="8253709700568062220">"Ukuxhumeka akuphumelelanga."</string> + <string name="status_protocol_error" msgid="3231573735130475654">"Isicelo asikwazi ukuphathwa ngokulungile"</string> + <string name="status_unknown_error" msgid="314676481744304866">"Iphutha elingaziwa"</string> + <string name="btopp_live_folder" msgid="4859989703965326287">"I-Bluetooth etholiwe"</string> + <string name="opp_notification_group" msgid="150067508422520653">"Ukwabelana kwe-bluetooth"</string> + <string name="download_success" msgid="3438268368708549686">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Ukuthola kuqedile."</string> + <string name="upload_success" msgid="143787470859042049">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> Ukuthumela kuqedile."</string> + <string name="inbound_history_title" msgid="189623888169624862">"Ukudlulisa kwangaphakathi"</string> + <string name="outbound_history_title" msgid="7614166584551065036">"Ukudlulisa kwangaphandle"</string> + <string name="no_transfers" msgid="740521199933899821">"Umlando wokudlulisa awunalutho."</string> + <string name="transfer_clear_dlg_msg" msgid="586117930961007311">"Zonke izintwana zizosulwa ohlwini."</string> + <string name="outbound_noti_title" msgid="2045560896819618979">"Abelana ne-Bluetooth. Amafayela athunyelwe"</string> + <string name="inbound_noti_title" msgid="3730993443609581977">"Abelana ne-Bluetooth: Amafayela atholakele"</string> + <plurals name="noti_caption_unsuccessful" formatted="false" msgid="6511510339394311097"> <item quantity="one"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> kwehlulekile.</item> <item quantity="other"><xliff:g id="UNSUCCESSFUL_NUMBER_1">%1$d</xliff:g> kwehlulekile. </item> </plurals> - <plurals name="noti_caption_success" formatted="false" msgid="1572472450257645181"> + <plurals name="noti_caption_success" formatted="false" msgid="2452887423660955489"> <item quantity="one"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> impumelelo, %2$s</item> <item quantity="other"><xliff:g id="SUCCESSFUL_NUMBER_1">%1$d</xliff:g> impumelelo, %2$s</item> </plurals> - <string name="transfer_menu_clear_all" msgid="790017462957873132">"Sula uhlu"</string> - <string name="transfer_menu_open" msgid="3368984869083107200">"Vula"</string> - <string name="transfer_menu_clear" msgid="5854038118831427492">"Sula ohlwini"</string> - <string name="transfer_clear_dlg_title" msgid="2953444575556460386">"Sula"</string> - <string name="bluetooth_a2dp_sink_queue_name" msgid="6864149958708669766">"Okudlala manje"</string> - <string name="bluetooth_map_settings_save" msgid="7635491847388074606">"Londoloza"</string> - <string name="bluetooth_map_settings_cancel" msgid="9205350798049865699">"Khansela"</string> - <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Khetha ama-akhawunti ofuna ukwabelana nawo nge-Bluetooth. Kusazomele wamukele noma yikuphi ukufinyelelwa kuma-akhawunti uma kuxhunywa."</string> - <string name="bluetooth_map_settings_count" msgid="4557473074937024833">"Izikhala ezisele:"</string> - <string name="bluetooth_map_settings_app_icon" msgid="7105805610929114707">"Isithonjana sohlelo lokusebenza"</string> - <string name="bluetooth_map_settings_title" msgid="7420332483392851321">"Izilungiselelo zokwabelana ngomlayezo we-Bluetooth"</string> - <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Ayikwazi ukukhetha i-akhawunti. 0 izikhala ezisele"</string> - <string name="bluetooth_connected" msgid="6718623220072656906">"Umsindo we-Bluetooth uxhunyiwe"</string> - <string name="bluetooth_disconnected" msgid="3318303728981478873">"Umsindo we-Bluetooth unqanyuliwe"</string> - <string name="a2dp_sink_mbs_label" msgid="7566075853395412558">"Umsindo we-Bluetooth"</string> - <string name="bluetooth_opp_file_limit_exceeded" msgid="8894450394309084519">"Amafayela amakhulu kuno-4GB awakwazi ukudluliselwa"</string> - <string name="bluetooth_connect_action" msgid="4009848433321657090">"Xhumeka ku-Bluetooth"</string> + <string name="transfer_menu_clear_all" msgid="3014459758656427076">"Sula uhlu"</string> + <string name="transfer_menu_open" msgid="5193344638774400131">"Vula"</string> + <string name="transfer_menu_clear" msgid="7213491281898188730">"Sula ohlwini"</string> + <string name="transfer_clear_dlg_title" msgid="128904516163257225">"Sula"</string> + <string name="bluetooth_a2dp_sink_queue_name" msgid="7521243473328258997">"Okudlala manje"</string> + <string name="bluetooth_map_settings_save" msgid="8309113239113961550">"Londoloza"</string> + <string name="bluetooth_map_settings_cancel" msgid="3374494364625947793">"Khansela"</string> + <string name="bluetooth_map_settings_intro" msgid="4748160773998753325">"Khetha ama-akhawunti ofuna ukwabelana nawo nge-Bluetooth. Kusazomele wamukele noma yikuphi ukufinyelelwa kuma-akhawunti uma kuxhunywa."</string> + <string name="bluetooth_map_settings_count" msgid="183013143617807702">"Izikhala ezisele:"</string> + <string name="bluetooth_map_settings_app_icon" msgid="3501432663809664982">"Isithonjana sohlelo lokusebenza"</string> + <string name="bluetooth_map_settings_title" msgid="4226030082708590023">"Izilungiselelo zokwabelana ngomlayezo we-Bluetooth"</string> + <string name="bluetooth_map_settings_no_account_slots_left" msgid="755024228476065757">"Ayikwazi ukukhetha i-akhawunti. 0 izikhala ezisele"</string> + <string name="bluetooth_connected" msgid="5687474377090799447">"Umsindo we-Bluetooth uxhunyiwe"</string> + <string name="bluetooth_disconnected" msgid="6841396291728343534">"Umsindo we-Bluetooth unqanyuliwe"</string> + <string name="a2dp_sink_mbs_label" msgid="6035366346569127155">"Umsindo we-Bluetooth"</string> + <string name="bluetooth_opp_file_limit_exceeded" msgid="6612109860149473930">"Amafayela amakhulu kuno-4GB awakwazi ukudluliselwa"</string> + <string name="bluetooth_connect_action" msgid="2319449093046720209">"Xhumeka ku-Bluetooth"</string> </resources> diff --git a/android/app/res/values-zu/strings_pbap.xml b/android/app/res/values-zu/strings_pbap.xml index 500f40687b..fb554a2fb0 100644 --- a/android/app/res/values-zu/strings_pbap.xml +++ b/android/app/res/values-zu/strings_pbap.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_session_key_dialog_title" msgid="3580996574333882561">"Thayipha ukhiye wesikhathi we-%1$s"</string> - <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Ukhiye wesikhathi se-Bluetooth uyadingeka"</string> - <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Kube khona ukuphela kwesikhathi ekwamukeleni uxhumano ne %1$s"</string> - <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Kube khona ukuphela kwesikhathi ekufakeni ukhiye wesikhathi ne %1$s"</string> - <string name="auth_notif_ticker" msgid="1575825798053163744">"Isicelo sokufakazela ubuqiniso se-obex"</string> - <string name="auth_notif_title" msgid="7599854855681573258">"Ukhiye Wesikhathi"</string> - <string name="auth_notif_message" msgid="6667218116427605038">"Thayipha ukhiye wesikhathi we-%1$s"</string> - <string name="defaultname" msgid="4821590500649090078">"Ikhithi yemoto"</string> - <string name="unknownName" msgid="2841414754740600042">"Igama elingaziwa"</string> - <string name="localPhoneName" msgid="2349001318925409159">"Igama lami"</string> - <string name="defaultnumber" msgid="8520116145890867338">"000000"</string> - <string name="pbap_notification_group" msgid="8487669554703627168">"Ukwabelana koxhumana nabo kwe-Bluetooth"</string> + <string name="pbap_session_key_dialog_title" msgid="5103201901254778256">"Thayipha ukhiye wesikhathi we-%1$s"</string> + <string name="pbap_session_key_dialog_header" msgid="5073165544713355581">"Ukhiye wesikhathi se-Bluetooth uyadingeka"</string> + <string name="pbap_acceptance_timeout_message" msgid="3071798915563151284">"Kube khona ukuphela kwesikhathi ekwamukeleni uxhumano ne %1$s"</string> + <string name="pbap_authentication_timeout_message" msgid="2089914949828656737">"Kube khona ukuphela kwesikhathi ekufakeni ukhiye wesikhathi ne %1$s"</string> + <string name="auth_notif_ticker" msgid="7344125635314034621">"Isicelo sokufakazela ubuqiniso se-obex"</string> + <string name="auth_notif_title" msgid="6639277119990416473">"Ukhiye Wesikhathi"</string> + <string name="auth_notif_message" msgid="7044369885874418693">"Thayipha ukhiye wesikhathi we-%1$s"</string> + <string name="defaultname" msgid="6200530814398805541">"Ikhithi yemoto"</string> + <string name="unknownName" msgid="6755061296103155293">"Igama elingaziwa"</string> + <string name="localPhoneName" msgid="9119254982537191352">"Igama lami"</string> + <string name="defaultnumber" msgid="5348816189286607406">"000000"</string> + <string name="pbap_notification_group" msgid="4215789331721465381">"Ukwabelana koxhumana nabo kwe-Bluetooth"</string> </resources> diff --git a/android/app/res/values-zu/strings_pbap_client.xml b/android/app/res/values-zu/strings_pbap_client.xml index 186b23ae38..57ca2efe99 100644 --- a/android/app/res/values-zu/strings_pbap_client.xml +++ b/android/app/res/values-zu/strings_pbap_client.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string> + <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string> </resources> diff --git a/android/app/res/values-zu/strings_sap.xml b/android/app/res/values-zu/strings_sap.xml index bbce0b1f6a..1ed19162f3 100644 --- a/android/app/res/values-zu/strings_sap.xml +++ b/android/app/res/values-zu/strings_sap.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="bluetooth_sap_notif_title" msgid="6877860822993195074">"Ukufinyelela kwe-Bluetooth SIM"</string> - <string name="bluetooth_sap_notif_ticker" msgid="6807778527893726699">"Ukufinyelela kwe-Bluetooth SIM"</string> - <string name="bluetooth_sap_notif_message" msgid="7138657801087500690">"Cela iklayenti ukuthi linqamule?"</string> - <string name="bluetooth_sap_notif_disconnecting" msgid="819150843490233288">"Ilindele iklayenti ukuthi linqamule"</string> - <string name="bluetooth_sap_notif_disconnect_button" msgid="3678476872583356919">"Nqamula"</string> - <string name="bluetooth_sap_notif_force_disconnect_button" msgid="8144086340185532030">"Phoqa ukunqamula"</string> + <string name="bluetooth_sap_notif_title" msgid="7854456947435963346">"Ukufinyelela kwe-Bluetooth SIM"</string> + <string name="bluetooth_sap_notif_ticker" msgid="7295825445933648498">"Ukufinyelela kwe-Bluetooth SIM"</string> + <string name="bluetooth_sap_notif_message" msgid="1004269289836361678">"Cela iklayenti ukuthi linqamule?"</string> + <string name="bluetooth_sap_notif_disconnecting" msgid="6041257463440623400">"Ilindele iklayenti ukuthi linqamule"</string> + <string name="bluetooth_sap_notif_disconnect_button" msgid="3059012556387692616">"Nqamula"</string> + <string name="bluetooth_sap_notif_force_disconnect_button" msgid="2239425242376623998">"Phoqa ukunqamula"</string> </resources> diff --git a/android/app/res/values-zu/test_strings.xml b/android/app/res/values-zu/test_strings.xml index ad8fd4f3c5..a100bd60f7 100644 --- a/android/app/res/values-zu/test_strings.xml +++ b/android/app/res/values-zu/test_strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="6006644116867509664">"I-Bluetooth"</string> - <string name="insert_record" msgid="1450997173838378132">"Faka irekhodi"</string> - <string name="update_record" msgid="2480425402384910635">"Qinisekisa irekhodi"</string> - <string name="ack_record" msgid="6716152390978472184">"Irekhodi ye-Ack"</string> - <string name="deleteAll_record" msgid="4383349788485210582">"Susa yonke irekhodi"</string> - <string name="ok_button" msgid="6519033415223065454">"KULUNGILE"</string> - <string name="delete_record" msgid="4645040331967533724">"Susa irekhodi"</string> - <string name="start_server" msgid="9034821924409165795">"Qala iseva ye-TCP"</string> - <string name="notify_server" msgid="4369106744022969655">"Yazisa iseva ye-TCP"</string> + <string name="app_name" msgid="7766152617107310582">"I-Bluetooth"</string> + <string name="insert_record" msgid="4024416351836939752">"Faka irekhodi"</string> + <string name="update_record" msgid="7201772850942641237">"Qinisekisa irekhodi"</string> + <string name="ack_record" msgid="2404738476192250210">"Irekhodi ye-Ack"</string> + <string name="deleteAll_record" msgid="7932073446547882011">"Susa yonke irekhodi"</string> + <string name="ok_button" msgid="719865942400179601">"KULUNGILE"</string> + <string name="delete_record" msgid="5713885957446255270">"Susa irekhodi"</string> + <string name="start_server" msgid="134483798422082514">"Qala iseva ye-TCP"</string> + <string name="notify_server" msgid="8832385166935137731">"Yazisa iseva ye-TCP"</string> </resources> diff --git a/android/app/src/com/android/bluetooth/Utils.java b/android/app/src/com/android/bluetooth/Utils.java index df02fc2513..fb0be8ea83 100644 --- a/android/app/src/com/android/bluetooth/Utils.java +++ b/android/app/src/com/android/bluetooth/Utils.java @@ -23,11 +23,10 @@ import static android.Manifest.permission.BLUETOOTH_CONNECT; import static android.Manifest.permission.BLUETOOTH_SCAN; import static android.Manifest.permission.RENOUNCE_PERMISSIONS; import static android.bluetooth.BluetoothUtils.USER_HANDLE_NULL; -import static android.content.PermissionChecker.PERMISSION_HARD_DENIED; -import static android.content.PermissionChecker.PID_UNKNOWN; import static android.content.pm.PackageManager.GET_PERMISSIONS; import static android.content.pm.PackageManager.PERMISSION_GRANTED; import static android.os.PowerExemptionManager.TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_ALLOWED; +import static android.permission.PermissionManager.PERMISSION_HARD_DENIED; import android.Manifest; import android.annotation.NonNull; @@ -38,12 +37,11 @@ import android.app.AppOpsManager; import android.app.BroadcastOptions; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; -import android.companion.Association; +import android.companion.AssociationInfo; import android.companion.CompanionDeviceManager; import android.content.AttributionSource; import android.content.ContentValues; import android.content.Context; -import android.content.PermissionChecker; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.location.LocationManager; @@ -57,6 +55,7 @@ import android.os.Process; import android.os.SystemProperties; import android.os.UserHandle; import android.os.UserManager; +import android.permission.PermissionManager; import android.provider.DeviceConfig; import android.provider.Telephony; import android.util.Log; @@ -347,9 +346,12 @@ public final class Utils { + " is inaccurate for calling uid " + callingUid); } - for (Association association : cdm.getAllAssociations()) { + for (AssociationInfo association : cdm.getAllAssociations()) { if (association.getPackageName().equals(callingPackage) - && association.getDeviceMacAddress().equals(device.getAddress())) { + && !association.isSelfManaged() && device.getAddress() != null + && association.getDeviceMacAddress() != null + && device.getAddress().equalsIgnoreCase( + association.getDeviceMacAddress().toString())) { return true; } } @@ -431,8 +433,12 @@ public final class Utils { @SuppressLint("AndroidFrameworkRequiresPermission") private static boolean checkPermissionForPreflight(Context context, String permission) { - final int result = PermissionChecker.checkCallingOrSelfPermissionForPreflight( - context, permission); + PermissionManager pm = context.getSystemService(PermissionManager.class); + if (pm == null) { + return false; + } + final int result = pm.checkPermissionForPreflight(permission, + context.getAttributionSource()); if (result == PERMISSION_GRANTED) { return true; } @@ -455,8 +461,12 @@ public final class Utils { .Builder(context.getAttributionSource()) .setNext(attributionSource) .build(); - final int result = PermissionChecker.checkPermissionForDataDeliveryFromDataSource( - context, permission, PID_UNKNOWN, currentAttribution, message); + PermissionManager pm = context.getSystemService(PermissionManager.class); + if (pm == null) { + return false; + } + final int result = pm.checkPermissionForDataDeliveryFromDataSource(permission, + currentAttribution, message); if (result == PERMISSION_GRANTED) { return true; } @@ -701,9 +711,12 @@ public final class Utils { .build(); // STOPSHIP(b/188391719): enable this security enforcement // attributionSource.enforceCallingUid(); - if (PermissionChecker.checkPermissionForDataDeliveryFromDataSource( - context, ACCESS_COARSE_LOCATION, PID_UNKNOWN, currentAttribution, - "Bluetooth location check") == PERMISSION_GRANTED) { + PermissionManager pm = context.getSystemService(PermissionManager.class); + if (pm == null) { + return false; + } + if (pm.checkPermissionForDataDeliveryFromDataSource(ACCESS_COARSE_LOCATION, + currentAttribution, "Bluetooth location check") == PERMISSION_GRANTED) { return true; } @@ -732,15 +745,17 @@ public final class Utils { .build(); // STOPSHIP(b/188391719): enable this security enforcement // attributionSource.enforceCallingUid(); - if (PermissionChecker.checkPermissionForDataDeliveryFromDataSource( - context, ACCESS_FINE_LOCATION, PID_UNKNOWN, currentAttribution, - "Bluetooth location check") == PERMISSION_GRANTED) { + PermissionManager pm = context.getSystemService(PermissionManager.class); + if (pm == null) { + return false; + } + if (pm.checkPermissionForDataDeliveryFromDataSource(ACCESS_FINE_LOCATION, + currentAttribution, "Bluetooth location check") == PERMISSION_GRANTED) { return true; } - if (PermissionChecker.checkPermissionForDataDeliveryFromDataSource( - context, ACCESS_COARSE_LOCATION, PID_UNKNOWN, currentAttribution, - "Bluetooth location check") == PERMISSION_GRANTED) { + if (pm.checkPermissionForDataDeliveryFromDataSource(ACCESS_COARSE_LOCATION, + currentAttribution, "Bluetooth location check") == PERMISSION_GRANTED) { return true; } @@ -768,9 +783,12 @@ public final class Utils { .build(); // STOPSHIP(b/188391719): enable this security enforcement // attributionSource.enforceCallingUid(); - if (PermissionChecker.checkPermissionForDataDeliveryFromDataSource( - context, ACCESS_FINE_LOCATION, PID_UNKNOWN, currentAttribution, - "Bluetooth location check") == PERMISSION_GRANTED) { + PermissionManager pm = context.getSystemService(PermissionManager.class); + if (pm == null) { + return false; + } + if (pm.checkPermissionForDataDeliveryFromDataSource(ACCESS_FINE_LOCATION, + currentAttribution, "Bluetooth location check") == PERMISSION_GRANTED) { return true; } @@ -966,7 +984,17 @@ public final class Utils { return 1 == context.getContentResolver().update(uri, values, null, null); } + /** + * Returns bundled broadcast options. + */ public static @NonNull Bundle getTempAllowlistBroadcastOptions() { + return getTempBroadcastOptions().toBundle(); + } + + /** + * Returns broadcast options. + */ + public static @NonNull BroadcastOptions getTempBroadcastOptions() { // Use the Bluetooth process identity to pass permission check when reading DeviceConfig final long ident = Binder.clearCallingIdentity(); final BroadcastOptions bOptions = BroadcastOptions.makeBasic(); @@ -979,9 +1007,8 @@ public final class Utils { } finally { Binder.restoreCallingIdentity(ident); } - return bOptions.toBundle(); + return bOptions; } - /** * Checks that value is present as at least one of the elements of the array. * @param array the array to check in diff --git a/android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java b/android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java index 2e203cff65..f0500cb162 100644 --- a/android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +++ b/android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java @@ -131,7 +131,7 @@ public class AvrcpTargetService extends ProfileService { Log.d(TAG, "request to disconnect device " + device); } } - } else if (action.equals(AudioManager.VOLUME_CHANGED_ACTION)) { + } else if (action.equals(AudioManager.ACTION_VOLUME_CHANGED)) { int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); if (streamType == AudioManager.STREAM_MUSIC) { int volume = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0); @@ -240,7 +240,7 @@ public class AvrcpTargetService extends ProfileService { IntentFilter filter = new IntentFilter(); filter.addAction(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); - filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); + filter.addAction(AudioManager.ACTION_VOLUME_CHANGED); registerReceiver(mReceiver, filter); // Only allow the service to be used once it is initialized diff --git a/android/app/src/com/android/bluetooth/btservice/AdapterService.java b/android/app/src/com/android/bluetooth/btservice/AdapterService.java index 7706580ab3..30444d978f 100644 --- a/android/app/src/com/android/bluetooth/btservice/AdapterService.java +++ b/android/app/src/com/android/bluetooth/btservice/AdapterService.java @@ -46,6 +46,7 @@ import android.bluetooth.BluetoothAdapter.ActiveDeviceProfile; import android.bluetooth.BluetoothAdapter.ActiveDeviceUse; import android.bluetooth.BluetoothClass; import android.bluetooth.BluetoothDevice; +import android.bluetooth.BluetoothFrameworkInitializer; import android.bluetooth.BluetoothProfile; import android.bluetooth.BluetoothProtoEnums; import android.bluetooth.BluetoothServerSocket; @@ -102,7 +103,6 @@ import com.android.bluetooth.R; import com.android.bluetooth.Utils; import com.android.bluetooth.a2dp.A2dpService; import com.android.bluetooth.a2dpsink.A2dpSinkService; -import com.android.bluetooth.btservice.MetricsLogger; import com.android.bluetooth.btservice.RemoteDevices.DeviceProperties; import com.android.bluetooth.btservice.activityattribution.ActivityAttributionService; import com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService; @@ -128,7 +128,6 @@ import com.android.bluetooth.telephony.BluetoothInCallService; import com.android.bluetooth.vc.VolumeControlService; import com.android.internal.annotations.GuardedBy; import com.android.internal.annotations.VisibleForTesting; -import com.android.internal.os.BinderCallsStats; import com.android.modules.utils.BackgroundThread; import com.android.modules.utils.BytesMatcher; import com.android.modules.utils.SynchronousResultReceiver; @@ -326,8 +325,6 @@ public class AdapterService extends Service { private CsipSetCoordinatorService mCsipSetCoordinatorService; private LeAudioService mLeAudioService; - private BinderCallsStats.SettingsObserver mBinderCallsSettingsObserver; - private volatile boolean mTestModeEnabled = false; private MetricsLogger mMetricsLogger; @@ -488,11 +485,7 @@ public class AdapterService extends Service { int configCompareResult = mBluetoothKeystoreService.getCompareResult(); // Start tracking Binder latency for the bluetooth process. - mBinderCallsSettingsObserver = new BinderCallsStats.SettingsObserver( - getApplicationContext(), - new BinderCallsStats( - new BinderCallsStats.Injector(), - com.android.internal.os.BinderLatencyProto.Dims.BLUETOOTH)); + BluetoothFrameworkInitializer.initializeBinderCallsStats(getApplicationContext()); // Android TV doesn't show consent dialogs for just works and encryption only le pairing boolean isAtvDevice = getApplicationContext().getPackageManager().hasSystemFeature( @@ -1660,6 +1653,13 @@ public class AdapterService extends Service { } @Override + public void getIdentityAddress(String address, SynchronousResultReceiver receiver) { + try { + receiver.send(getIdentityAddress(address)); + } catch (RuntimeException e) { + receiver.propagateException(e); + } + } public String getIdentityAddress(String address) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveUser(TAG, "getIdentityAddress") @@ -1680,8 +1680,7 @@ public class AdapterService extends Service { receiver.propagateException(e); } } - - public String getName(AttributionSource attributionSource) { + private String getName(AttributionSource attributionSource) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveUser(TAG, "getName") || !Utils.checkConnectPermissionForDataDelivery( @@ -1893,24 +1892,25 @@ public class AdapterService extends Service { } @Override - public void setScanMode(int mode, int duration, AttributionSource source, + public void setScanMode(int mode, AttributionSource source, SynchronousResultReceiver receiver) { try { - receiver.send(setScanMode(mode, duration, source)); + receiver.send(setScanMode(mode, source)); } catch (RuntimeException e) { receiver.propagateException(e); } } - private boolean setScanMode(int mode, int duration, AttributionSource attributionSource) { + private int setScanMode(int mode, AttributionSource attributionSource) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveUser(TAG, "setScanMode") || !Utils.checkScanPermissionForDataDelivery( service, attributionSource, "AdapterService setScanMode")) { - return false; + return BluetoothStatusCodes.ERROR_MISSING_BLUETOOTH_SCAN_PERMISSION; } + enforceBluetoothPrivilegedPermission(service); - service.mAdapterProperties.setDiscoverableTimeout(duration); - return service.mAdapterProperties.setScanMode(convertScanModeToHal(mode)); + return service.mAdapterProperties.setScanMode(convertScanModeToHal(mode)) + ? BluetoothStatusCodes.SUCCESS : BluetoothStatusCodes.ERROR_UNKNOWN; } @Override @@ -1922,19 +1922,19 @@ public class AdapterService extends Service { receiver.propagateException(e); } } - private int getDiscoverableTimeout(AttributionSource attributionSource) { + private long getDiscoverableTimeout(AttributionSource attributionSource) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveUser(TAG, "getDiscoverableTimeout") || !Utils.checkScanPermissionForDataDelivery( service, attributionSource, "AdapterService getDiscoverableTimeout")) { - return 0; + return -1; } return service.mAdapterProperties.getDiscoverableTimeout(); } @Override - public void setDiscoverableTimeout(int timeout, AttributionSource source, + public void setDiscoverableTimeout(long timeout, AttributionSource source, SynchronousResultReceiver receiver) { try { receiver.send(setDiscoverableTimeout(timeout, source)); @@ -1942,15 +1942,17 @@ public class AdapterService extends Service { receiver.propagateException(e); } } - private boolean setDiscoverableTimeout(int timeout, AttributionSource attributionSource) { + private int setDiscoverableTimeout(long timeout, AttributionSource attributionSource) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveUser(TAG, "setDiscoverableTimeout") || !Utils.checkScanPermissionForDataDelivery( service, attributionSource, "AdapterService setDiscoverableTimeout")) { - return false; + return BluetoothStatusCodes.ERROR_MISSING_BLUETOOTH_SCAN_PERMISSION; } + enforceBluetoothPrivilegedPermission(service); - return service.mAdapterProperties.setDiscoverableTimeout(timeout); + return service.mAdapterProperties.setDiscoverableTimeout((int) timeout) + ? BluetoothStatusCodes.SUCCESS : BluetoothStatusCodes.ERROR_UNKNOWN; } @Override @@ -3331,10 +3333,10 @@ public class AdapterService extends Service { HashSet<Class> leAudioUnicastProfiles = Config.geLeAudioUnicastProfiles(); if (supportedProfileServices.containsAll(leAudioUnicastProfiles)) { - return BluetoothStatusCodes.SUCCESS; + return BluetoothStatusCodes.FEATURE_SUPPORTED; } - return BluetoothStatusCodes.ERROR_FEATURE_NOT_SUPPORTED; + return BluetoothStatusCodes.FEATURE_NOT_SUPPORTED; } @Override @@ -3352,10 +3354,10 @@ public class AdapterService extends Service { } if (service.isLeAudioBroadcastSourceSupported()) { - return BluetoothStatusCodes.SUCCESS; + return BluetoothStatusCodes.FEATURE_SUPPORTED; } - return BluetoothStatusCodes.ERROR_FEATURE_NOT_SUPPORTED; + return BluetoothStatusCodes.FEATURE_NOT_SUPPORTED; } @Override @@ -3373,10 +3375,10 @@ public class AdapterService extends Service { } if (service.isLeAudioBroadcastAssistantSupported()) { - return BluetoothStatusCodes.SUCCESS; + return BluetoothStatusCodes.FEATURE_SUPPORTED; } - return BluetoothStatusCodes.ERROR_FEATURE_NOT_SUPPORTED; + return BluetoothStatusCodes.FEATURE_NOT_SUPPORTED; } @Override @@ -4669,8 +4671,6 @@ public class AdapterService extends Service { : AlarmManager.ELAPSED_REALTIME; Intent intent = new Intent(ACTION_ALARM_WAKEUP); - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. mPendingAlarm = PendingIntent.getBroadcast(this, 0, intent, PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); @@ -5066,21 +5066,33 @@ public class AdapterService extends Service { } } - public int getScanQuotaCount() { - synchronized (mDeviceConfigLock) { - return mScanQuotaCount; + public static int getScanQuotaCount() { + if (sAdapterService == null) { + return DeviceConfigListener.DEFAULT_SCAN_QUOTA_COUNT; + } + + synchronized (sAdapterService.mDeviceConfigLock) { + return sAdapterService.mScanQuotaCount; } } - public long getScanQuotaWindowMillis() { - synchronized (mDeviceConfigLock) { - return mScanQuotaWindowMillis; + public static long getScanQuotaWindowMillis() { + if (sAdapterService == null) { + return DeviceConfigListener.DEFAULT_SCAN_QUOTA_WINDOW_MILLIS; + } + + synchronized (sAdapterService.mDeviceConfigLock) { + return sAdapterService.mScanQuotaWindowMillis; } } - public long getScanTimeoutMillis() { - synchronized (mDeviceConfigLock) { - return mScanTimeoutMillis; + public static long getScanTimeoutMillis() { + if (sAdapterService == null) { + return DeviceConfigListener.DEFAULT_SCAN_TIMEOUT_MILLIS; + } + + synchronized (sAdapterService.mDeviceConfigLock) { + return sAdapterService.mScanTimeoutMillis; } } diff --git a/android/app/src/com/android/bluetooth/btservice/Config.java b/android/app/src/com/android/bluetooth/btservice/Config.java index d1aad20a7c..1d2938cd89 100644 --- a/android/app/src/com/android/bluetooth/btservice/Config.java +++ b/android/app/src/com/android/bluetooth/btservice/Config.java @@ -240,7 +240,7 @@ public class Config { } private static boolean isHearingAidSettingsEnabled(Context context) { - final String flagOverridePrefix = "sys.fflag.override."; + final String flagOverridePrefix = "persist.sys.fflag.override."; final String hearingAidSettings = "settings_bluetooth_hearing_aid"; // Override precedence: diff --git a/android/app/src/com/android/bluetooth/btservice/RemoteDevices.java b/android/app/src/com/android/bluetooth/btservice/RemoteDevices.java index 4082df9bb3..323c43ada7 100644 --- a/android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +++ b/android/app/src/com/android/bluetooth/btservice/RemoteDevices.java @@ -24,6 +24,7 @@ import android.bluetooth.BluetoothAssignedNumbers; import android.bluetooth.BluetoothClass; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; +import android.bluetooth.BluetoothHeadsetClient; import android.bluetooth.BluetoothProfile; import android.bluetooth.IBluetoothConnectionCallback; import android.content.BroadcastReceiver; @@ -110,6 +111,12 @@ final class RemoteDevices { case BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED: onHeadsetConnectionStateChanged(intent); break; + case BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED: + onHeadsetClientConnectionStateChanged(intent); + break; + case BluetoothHeadsetClient.ACTION_AG_EVENT: + onAgIndicatorValueChanged(intent); + break; default: Log.w(TAG, "Unhandled intent: " + intent); break; @@ -157,6 +164,8 @@ final class RemoteDevices { filter.addCategory(BluetoothHeadset.VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY + "." + BluetoothAssignedNumbers.APPLE); filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); + filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); + filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); sAdapterService.registerReceiver(mReceiver, filter); } @@ -717,11 +726,11 @@ final class RemoteDevices { if (pkg.getPermission() != null) { sAdapterService.sendBroadcastMultiplePermissions(intent, new String[] { BLUETOOTH_SCAN, pkg.getPermission() }, - Utils.getTempAllowlistBroadcastOptions()); + Utils.getTempBroadcastOptions()); } else { sAdapterService.sendBroadcastMultiplePermissions(intent, new String[] { BLUETOOTH_SCAN }, - Utils.getTempAllowlistBroadcastOptions()); + Utils.getTempBroadcastOptions()); } } } @@ -1042,6 +1051,38 @@ final class RemoteDevices { return batteryLevel * 100 / (numberOfLevels - 1); } + /** + * Handles headset client connection state change event + * @param intent must be {@link BluetoothHeadsetClient#ACTION_CONNECTION_STATE_CHANGED} intent + */ + @VisibleForTesting + void onHeadsetClientConnectionStateChanged(Intent intent) { + BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); + if (device == null) { + Log.e(TAG, "onHeadsetClientConnectionStateChanged() remote device is null"); + return; + } + if (intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothProfile.STATE_DISCONNECTED) + == BluetoothProfile.STATE_DISCONNECTED) { + // TODO: Rework this when non-HFP sources of battery level indication is added + resetBatteryLevel(device); + } + } + + @VisibleForTesting + void onAgIndicatorValueChanged(Intent intent) { + BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); + if (device == null) { + Log.e(TAG, "onAgIndicatorValueChanged() remote device is null"); + return; + } + + if (intent.hasExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL)) { + int batteryLevel = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL, -1); + updateBatteryLevel(device, batteryLevel); + } + } + private static void errorLog(String msg) { Log.e(TAG, msg); } diff --git a/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java b/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java index 4ee0caebd9..73ca0cbe16 100644 --- a/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java +++ b/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java @@ -23,7 +23,6 @@ import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothProfile; import android.bluetooth.BluetoothProtoEnums; -import android.content.AttributionSource; import android.content.BroadcastReceiver; import android.content.ContentResolver; import android.content.Context; @@ -369,14 +368,14 @@ public class DatabaseManager { String address = device.getAddress(); if (!mMetadataCache.containsKey(address)) { - Log.d(TAG, "getProfileConnectionPolicy: device " + address + " is not in cache"); + Log.d(TAG, "getProfileConnectionPolicy: device xx:xx:xx:xx:xx:xx is not in cache"); return BluetoothProfile.CONNECTION_POLICY_UNKNOWN; } Metadata data = mMetadataCache.get(address); int connectionPolicy = data.getProfileConnectionPolicy(profile); - Log.v(TAG, "getProfileConnectionPolicy: " + address + ", profile=" + profile + Log.v(TAG, "getProfileConnectionPolicy: xx:xx:xx:xx:xx:xx, profile=" + profile + ", connectionPolicy = " + connectionPolicy); return connectionPolicy; } @@ -531,7 +530,7 @@ public class DatabaseManager { */ public void setConnection(BluetoothDevice device, boolean isA2dpDevice) { synchronized (mMetadataCache) { - Log.d(TAG, "setConnection: device=" + device + " and isA2dpDevice=" + isA2dpDevice); + Log.d(TAG, "setConnection: device=xx:xx:xx:xx:xx:xx and isA2dpDevice=" + isA2dpDevice); if (device == null) { Log.e(TAG, "setConnection: device is null"); return; @@ -557,7 +556,7 @@ public class DatabaseManager { metadata.is_active_a2dp_device = true; } - Log.d(TAG, "Updating last connected time for device: " + device + " to " + Log.d(TAG, "Updating last connected time for device: xx:xx:xx:xx:xx:xx to " + metadata.last_active_time); updateDatabase(metadata); } @@ -668,7 +667,7 @@ public class DatabaseManager { Metadata metadata = metadataList.get(index); if (metadata.last_active_time != MetadataDatabase.sCurrentConnectionNumber) { Log.d(TAG, "compactLastConnectionTime: Setting last_active_item for device: " - + metadata.getAddress() + " from " + metadata.last_active_time + " to " + + "xx:xx:xx:xx:xx:xx from " + metadata.last_active_time + " to " + MetadataDatabase.sCurrentConnectionNumber); metadata.last_active_time = MetadataDatabase.sCurrentConnectionNumber; updateDatabase(metadata); @@ -791,7 +790,7 @@ public class DatabaseManager { mMigratedFromSettingsGlobal = true; for (Metadata data : list) { String address = data.getAddress(); - Log.v(TAG, "cacheMetadata: found device " + address); + Log.v(TAG, "cacheMetadata: found device xx:xx:xx:xx:xx:xx"); mMetadataCache.put(address, data); } Log.i(TAG, "cacheMetadata: Database is ready"); @@ -998,7 +997,7 @@ public class DatabaseManager { Log.e(TAG, "updateDatabase: address is null"); return; } - Log.d(TAG, "updateDatabase " + data.getAddress()); + Log.d(TAG, "updateDatabase xx:xx:xx:xx:xx:xx"); Message message = mHandler.obtainMessage(MSG_UPDATE_DATABASE); message.obj = data; mHandler.sendMessage(message); diff --git a/android/app/src/com/android/bluetooth/gatt/AppScanStats.java b/android/app/src/com/android/bluetooth/gatt/AppScanStats.java index c40544afff..cdd11f3c91 100644 --- a/android/app/src/com/android/bluetooth/gatt/AppScanStats.java +++ b/android/app/src/com/android/bluetooth/gatt/AppScanStats.java @@ -107,7 +107,7 @@ import java.util.Objects; } static int getNumScanDurationsKept() { - return AdapterService.getAdapterService().getScanQuotaCount(); + return AdapterService.getScanQuotaCount(); } // This constant defines the time window an app can scan multiple times. @@ -115,12 +115,12 @@ import java.util.Objects; // this window. Once they reach this limit, they must wait until their // earliest recorded scan exits this window. static long getExcessiveScanningPeriodMillis() { - return AdapterService.getAdapterService().getScanQuotaWindowMillis(); + return AdapterService.getScanQuotaWindowMillis(); } // Maximum msec before scan gets downgraded to opportunistic static long getScanTimeoutMillis() { - return AdapterService.getAdapterService().getScanTimeoutMillis(); + return AdapterService.getScanTimeoutMillis(); } // Scan mode upgrade duration after scanStart() diff --git a/android/app/src/com/android/bluetooth/gatt/GattService.java b/android/app/src/com/android/bluetooth/gatt/GattService.java index 1c9c6d44f4..ef1a979ca9 100644 --- a/android/app/src/com/android/bluetooth/gatt/GattService.java +++ b/android/app/src/com/android/bluetooth/gatt/GattService.java @@ -46,9 +46,9 @@ import android.bluetooth.le.ScanFilter; import android.bluetooth.le.ScanRecord; import android.bluetooth.le.ScanResult; import android.bluetooth.le.ScanSettings; -import android.companion.ICompanionDeviceManager; +import android.companion.AssociationInfo; +import android.companion.CompanionDeviceManager; import android.content.AttributionSource; -import android.content.Context; import android.content.Intent; import android.net.MacAddress; import android.os.Binder; @@ -57,7 +57,6 @@ import android.os.IBinder; import android.os.Message; import android.os.ParcelUuid; import android.os.RemoteException; -import android.os.ServiceManager; import android.os.SystemClock; import android.os.UserHandle; import android.os.WorkSource; @@ -262,7 +261,7 @@ public class GattService extends ProfileService { private PeriodicScanManager mPeriodicScanManager; private ScanManager mScanManager; private AppOpsManager mAppOps; - private ICompanionDeviceManager mCompanionManager; + private CompanionDeviceManager mCompanionManager; private String mExposureNotificationPackage; private Handler mTestModeHandler; private final Object mTestModeLock = new Object(); @@ -311,8 +310,7 @@ public class GattService extends ProfileService { initializeNative(); mAdapterService = AdapterService.getAdapterService(); - mCompanionManager = ICompanionDeviceManager.Stub.asInterface( - ServiceManager.getService(Context.COMPANION_DEVICE_SERVICE)); + mCompanionManager = getSystemService(CompanionDeviceManager.class); mAppOps = getSystemService(AppOpsManager.class); mAdvertiseManager = new AdvertiseManager(this, mAdapterService); mAdvertiseManager.start(); @@ -2019,8 +2017,7 @@ public class GattService extends ProfileService { mClientMap.removeConnection(clientIf, connId); ClientMap.App app = mClientMap.getById(clientIf); - // Remove AtomicBoolean representing permit if no other connections rely on - // this remote device. + // Remove AtomicBoolean representing permit if no other connections rely on this remote device. if (!mClientMap.getConnectedDevices().contains(address)) { synchronized (mPermits) { Log.d(TAG, "onDisconnected() - removing permit for address=" @@ -2909,24 +2906,29 @@ public class GattService extends ProfileService { mScanManager.unregisterScanner(scannerId); } - private List<String> getAssociatedDevices(String callingPackage, UserHandle userHandle) { + private List<String> getAssociatedDevices(String callingPackage) { if (mCompanionManager == null) { - return new ArrayList<String>(); + return Collections.emptyList(); } + + List<String> macAddresses = new ArrayList(); + final long identity = Binder.clearCallingIdentity(); try { - return mCompanionManager.getAssociations( - callingPackage, userHandle.getIdentifier()); + for (AssociationInfo info : mCompanionManager.getAllAssociations()) { + if (info.getPackageName().equals(callingPackage) && !info.isSelfManaged() + && info.getDeviceMacAddress() != null) { + macAddresses.add(info.getDeviceMacAddress().toString()); + } + } } catch (SecurityException se) { // Not an app with associated devices - } catch (RemoteException re) { - Log.e(TAG, "Cannot reach companion device service", re); } catch (Exception e) { Log.e(TAG, "Cannot check device associations for " + callingPackage, e); } finally { Binder.restoreCallingIdentity(identity); } - return new ArrayList<String>(); + return macAddresses; } @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) @@ -2970,7 +2972,7 @@ public class GattService extends ProfileService { Utils.checkCallerHasNetworkSetupWizardPermission(this); scanClient.hasScanWithoutLocationPermission = Utils.checkCallerHasScanWithoutLocationPermission(this); - scanClient.associatedDevices = getAssociatedDevices(callingPackage, scanClient.userHandle); + scanClient.associatedDevices = getAssociatedDevices(callingPackage); AppScanStats app = mScannerMap.getAppScanStatsById(scannerId); ScannerMap.App cbApp = mScannerMap.getById(scannerId); @@ -3051,7 +3053,7 @@ public class GattService extends ProfileService { Utils.checkCallerHasNetworkSetupWizardPermission(this); app.mHasScanWithoutLocationPermission = Utils.checkCallerHasScanWithoutLocationPermission(this); - app.mAssociatedDevices = getAssociatedDevices(callingPackage, app.mUserHandle); + app.mAssociatedDevices = getAssociatedDevices(callingPackage); mScanManager.registerScanner(uuid); // If this fails, we should stop the scan immediately. diff --git a/android/app/src/com/android/bluetooth/hap/HapClientService.java b/android/app/src/com/android/bluetooth/hap/HapClientService.java index dca14bfdc7..f082b8fe82 100644 --- a/android/app/src/com/android/bluetooth/hap/HapClientService.java +++ b/android/app/src/com/android/bluetooth/hap/HapClientService.java @@ -160,7 +160,7 @@ public class HapClientService extends ProfileService { filter = new IntentFilter(); filter.addAction(BluetoothHapClient.ACTION_HAP_CONNECTION_STATE_CHANGED); mConnectionStateChangedReceiver = new ConnectionStateChangedReceiver(); - registerReceiver(mConnectionStateChangedReceiver, filter); + registerReceiver(mConnectionStateChangedReceiver, filter, Context.RECEIVER_NOT_EXPORTED); // Mark service as started setHapClient(this); diff --git a/android/app/src/com/android/bluetooth/hfp/BluetoothHeadsetProxy.java b/android/app/src/com/android/bluetooth/hfp/BluetoothHeadsetProxy.java index 429ee7d0b8..75c0bc3764 100644 --- a/android/app/src/com/android/bluetooth/hfp/BluetoothHeadsetProxy.java +++ b/android/app/src/com/android/bluetooth/hfp/BluetoothHeadsetProxy.java @@ -16,7 +16,6 @@ package com.android.bluetooth.hfp; -import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; import android.bluetooth.BluetoothManager; @@ -73,7 +72,12 @@ public class BluetoothHeadsetProxy { return mBluetoothHeadset.getAudioState(device); } - public boolean connectAudio() { + /** + * Proxy function that calls {@link BluetoothHeadset#connectAudio()}. + * + * @return whether the connection request was successful + */ + public int connectAudio() { return mBluetoothHeadset.connectAudio(); } @@ -85,11 +89,12 @@ public class BluetoothHeadsetProxy { return mBluetoothHeadset.getActiveDevice(); } - public boolean isAudioOn() { - return mBluetoothHeadset.isAudioOn(); - } - - public boolean disconnectAudio() { + /** + * Proxy function that calls {@link BluetoothHeadset#disconnectAudio()}. + * + * @return whether the disconnection request was successful + */ + public int disconnectAudio() { return mBluetoothHeadset.disconnectAudio(); } diff --git a/android/app/src/com/android/bluetooth/hfp/HeadsetService.java b/android/app/src/com/android/bluetooth/hfp/HeadsetService.java index fa96e7e0f1..01702c9ea4 100644 --- a/android/app/src/com/android/bluetooth/hfp/HeadsetService.java +++ b/android/app/src/com/android/bluetooth/hfp/HeadsetService.java @@ -26,6 +26,7 @@ import android.annotation.RequiresPermission; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; import android.bluetooth.BluetoothProfile; +import android.bluetooth.BluetoothStatusCodes; import android.bluetooth.BluetoothUuid; import android.bluetooth.IBluetoothHeadset; import android.content.AttributionSource; @@ -172,7 +173,7 @@ public class HeadsetService extends ProfileService { // Step 6: Setup broadcast receivers IntentFilter filter = new IntentFilter(); filter.addAction(Intent.ACTION_BATTERY_CHANGED); - filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); + filter.addAction(AudioManager.ACTION_VOLUME_CHANGED); filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); registerReceiver(mHeadsetReceiver, filter); @@ -369,7 +370,7 @@ public class HeadsetService extends ProfileService { mSystemInterface.getHeadsetPhoneState().setCindBatteryCharge(cindBatteryLevel); break; } - case AudioManager.VOLUME_CHANGED_ACTION: { + case AudioManager.ACTION_VOLUME_CHANGED: { int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); if (streamType == AudioManager.STREAM_BLUETOOTH_SCO) { doForEachConnectedStateMachine(stateMachine -> stateMachine.sendMessage( @@ -707,6 +708,7 @@ public class HeadsetService extends ProfileService { HeadsetService service = getService(source); int defaultValue = BluetoothHeadset.STATE_AUDIO_DISCONNECTED; if (service != null) { + enforceBluetoothPrivilegedPermission(service); defaultValue = service.getAudioState(device); } receiver.send(defaultValue); @@ -719,8 +721,9 @@ public class HeadsetService extends ProfileService { public void connectAudio(AttributionSource source, SynchronousResultReceiver receiver) { try { HeadsetService service = getService(source); - boolean defaultValue = false; + int defaultValue = BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND; if (service != null) { + enforceBluetoothPrivilegedPermission(service); defaultValue = service.connectAudio(); } receiver.send(defaultValue); @@ -733,8 +736,9 @@ public class HeadsetService extends ProfileService { public void disconnectAudio(AttributionSource source, SynchronousResultReceiver receiver) { try { HeadsetService service = getService(source); - boolean defaultValue = false; + int defaultValue = BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND; if (service != null) { + enforceBluetoothPrivilegedPermission(service); defaultValue = service.disconnectAudio(); } receiver.send(defaultValue); @@ -893,6 +897,7 @@ public class HeadsetService extends ProfileService { HeadsetService service = getService(source); boolean defaultValue = false; if (service != null) { + enforceBluetoothPrivilegedPermission(service); defaultValue = service.isInbandRingingEnabled(); } receiver.send(defaultValue); @@ -1133,7 +1138,7 @@ public class HeadsetService extends ProfileService { // Audio should not be on when no audio mode is active if (isAudioOn()) { // Disconnect audio so that API user can try later - boolean status = disconnectAudio(); + int status = disconnectAudio(); Log.w(TAG, "startVoiceRecognition: audio is still active, please wait for audio to" + " be disconnected, disconnectAudio() returned " + status + ", active device is " + mActiveDevice); @@ -1338,8 +1343,10 @@ public class HeadsetService extends ProfileService { } } if (getAudioState(mActiveDevice) != BluetoothHeadset.STATE_AUDIO_DISCONNECTED) { - if (!disconnectAudio(mActiveDevice)) { - Log.w(TAG, "removeActiveDevice: disconnectAudio failed on " + mActiveDevice); + int disconnectStatus = disconnectAudio(mActiveDevice); + if (disconnectStatus != BluetoothStatusCodes.SUCCESS) { + Log.w(TAG, "removeActiveDevice: disconnectAudio failed on " + mActiveDevice + + " with status code " + disconnectStatus); } } mActiveDevice = null; @@ -1377,9 +1384,10 @@ public class HeadsetService extends ProfileService { BluetoothDevice previousActiveDevice = mActiveDevice; mActiveDevice = device; if (getAudioState(previousActiveDevice) != BluetoothHeadset.STATE_AUDIO_DISCONNECTED) { - if (!disconnectAudio(previousActiveDevice)) { + int disconnectStatus = disconnectAudio(previousActiveDevice); + if (disconnectStatus != BluetoothStatusCodes.SUCCESS) { Log.e(TAG, "setActiveDevice: fail to disconnectAudio from " - + previousActiveDevice); + + previousActiveDevice + " with status code " + disconnectStatus); if (previousActiveDevice == null) { removeActiveDevice(); } else { @@ -1391,8 +1399,10 @@ public class HeadsetService extends ProfileService { broadcastActiveDevice(mActiveDevice); } else if (shouldPersistAudio()) { broadcastActiveDevice(mActiveDevice); - if (!connectAudio(mActiveDevice)) { - Log.e(TAG, "setActiveDevice: fail to connectAudio to " + mActiveDevice); + int connectStatus = connectAudio(mActiveDevice); + if (connectStatus != BluetoothStatusCodes.SUCCESS) { + Log.e(TAG, "setActiveDevice: fail to connectAudio to " + mActiveDevice + + " with status code " + connectStatus); if (previousActiveDevice == null) { removeActiveDevice(); } else { @@ -1419,45 +1429,46 @@ public class HeadsetService extends ProfileService { } } - boolean connectAudio() { + int connectAudio() { synchronized (mStateMachines) { BluetoothDevice device = mActiveDevice; if (device == null) { Log.w(TAG, "connectAudio: no active device, " + Utils.getUidPidString()); - return false; + return BluetoothStatusCodes.ERROR_NO_ACTIVE_DEVICES; } return connectAudio(device); } } - boolean connectAudio(BluetoothDevice device) { + int connectAudio(BluetoothDevice device) { Log.i(TAG, "connectAudio: device=" + device + ", " + Utils.getUidPidString()); synchronized (mStateMachines) { - if (!isScoAcceptable(device)) { - Log.w(TAG, "connectAudio, rejected SCO request to " + device); - return false; - } final HeadsetStateMachine stateMachine = mStateMachines.get(device); if (stateMachine == null) { Log.w(TAG, "connectAudio: device " + device + " was never connected/connecting"); - return false; + return BluetoothStatusCodes.ERROR_PROFILE_NOT_CONNECTED; + } + int scoConnectionAllowedState = isScoAcceptable(device); + if (scoConnectionAllowedState != BluetoothStatusCodes.SUCCESS) { + Log.w(TAG, "connectAudio, rejected SCO request to " + device); + return scoConnectionAllowedState; } if (stateMachine.getConnectionState() != BluetoothProfile.STATE_CONNECTED) { Log.w(TAG, "connectAudio: profile not connected"); - return false; + return BluetoothStatusCodes.ERROR_PROFILE_NOT_CONNECTED; } if (stateMachine.getAudioState() != BluetoothHeadset.STATE_AUDIO_DISCONNECTED) { logD("connectAudio: audio is not idle for device " + device); - return true; + return BluetoothStatusCodes.SUCCESS; } if (isAudioOn()) { Log.w(TAG, "connectAudio: audio is not idle, current audio devices are " + Arrays.toString(getNonIdleAudioDevices().toArray())); - return false; + return BluetoothStatusCodes.ERROR_AUDIO_DEVICE_ALREADY_CONNECTED; } stateMachine.sendMessage(HeadsetStateMachine.CONNECT_AUDIO, device); } - return true; + return BluetoothStatusCodes.SUCCESS; } private List<BluetoothDevice> getNonIdleAudioDevices() { @@ -1472,38 +1483,38 @@ public class HeadsetService extends ProfileService { return devices; } - boolean disconnectAudio() { - boolean result = false; + int disconnectAudio() { + int disconnectResult = BluetoothStatusCodes.ERROR_NO_ACTIVE_DEVICES; synchronized (mStateMachines) { for (BluetoothDevice device : getNonIdleAudioDevices()) { - if (disconnectAudio(device)) { - result = true; + disconnectResult = disconnectAudio(device); + if (disconnectResult == BluetoothStatusCodes.SUCCESS) { + return disconnectResult; } else { - Log.e(TAG, "disconnectAudio() from " + device + " failed"); + Log.e(TAG, "disconnectAudio() from " + device + " failed with status code " + + disconnectResult); } } } - if (!result) { - logD("disconnectAudio() no active audio connection"); - } - return result; + logD("disconnectAudio() no active audio connection"); + return disconnectResult; } - boolean disconnectAudio(BluetoothDevice device) { + int disconnectAudio(BluetoothDevice device) { synchronized (mStateMachines) { Log.i(TAG, "disconnectAudio: device=" + device + ", " + Utils.getUidPidString()); final HeadsetStateMachine stateMachine = mStateMachines.get(device); if (stateMachine == null) { Log.w(TAG, "disconnectAudio: device " + device + " was never connected/connecting"); - return false; + return BluetoothStatusCodes.ERROR_PROFILE_NOT_CONNECTED; } if (stateMachine.getAudioState() == BluetoothHeadset.STATE_AUDIO_DISCONNECTED) { Log.w(TAG, "disconnectAudio, audio is already disconnected for " + device); - return false; + return BluetoothStatusCodes.ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED; } stateMachine.sendMessage(HeadsetStateMachine.DISCONNECT_AUDIO, device); } - return true; + return BluetoothStatusCodes.SUCCESS; } boolean isVirtualCallStarted() { @@ -1533,7 +1544,7 @@ public class HeadsetService extends ProfileService { // Audio should not be on when no audio mode is active if (isAudioOn()) { // Disconnect audio so that API user can try later - boolean status = disconnectAudio(); + int status = disconnectAudio(); Log.w(TAG, "startScoUsingVirtualVoiceCall: audio is still active, please wait for " + "audio to be disconnected, disconnectAudio() returned " + status + ", active device is " + mActiveDevice); @@ -1695,7 +1706,7 @@ public class HeadsetService extends ProfileService { // Audio should not be on when no audio mode is active if (isAudioOn()) { // Disconnect audio so that user can try later - boolean status = disconnectAudio(); + int status = disconnectAudio(); Log.w(TAG, "startVoiceRecognitionByHeadset: audio is still active, please wait for" + " audio to be disconnected, disconnectAudio() returned " + status + ", active device is " + mActiveDevice); @@ -1750,9 +1761,10 @@ public class HeadsetService extends ProfileService { mVoiceRecognitionTimeoutEvent = null; } if (mVoiceRecognitionStarted) { - if (!disconnectAudio()) { + int disconnectStatus = disconnectAudio(); + if (disconnectStatus != BluetoothStatusCodes.SUCCESS) { Log.w(TAG, "stopVoiceRecognitionByHeadset: failed to disconnect audio from " - + fromDevice); + + fromDevice + " with status code " + disconnectStatus); } mVoiceRecognitionStarted = false; } @@ -1956,10 +1968,12 @@ public class HeadsetService extends ProfileService { if (fromState != BluetoothHeadset.STATE_AUDIO_DISCONNECTED) { if (mActiveDevice != null && !mActiveDevice.equals(device) && shouldPersistAudio()) { - if (!connectAudio(mActiveDevice)) { + int connectStatus = connectAudio(mActiveDevice); + if (connectStatus != BluetoothStatusCodes.SUCCESS) { Log.w(TAG, "onAudioStateChangedFromStateMachine, failed to connect" + " audio to new " + "active device " + mActiveDevice - + ", after " + device + " is disconnected from SCO"); + + ", after " + device + " is disconnected from SCO due to" + + " status code " + connectStatus); } } } @@ -2033,36 +2047,38 @@ public class HeadsetService extends ProfileService { } /** - * Checks if SCO should be connected at current system state + * Checks if SCO should be connected at current system state. Returns + * {@link BluetoothStatusCodes#SUCCESS} if SCO is allowed to be connected or an error code on + * failure. * * @param device device for SCO to be connected - * @return true if SCO is allowed to be connected + * @return whether SCO can be connected */ - public boolean isScoAcceptable(BluetoothDevice device) { + public int isScoAcceptable(BluetoothDevice device) { synchronized (mStateMachines) { if (device == null || !device.equals(mActiveDevice)) { Log.w(TAG, "isScoAcceptable: rejected SCO since " + device + " is not the current active device " + mActiveDevice); - return false; + return BluetoothStatusCodes.ERROR_NOT_ACTIVE_DEVICE; } if (mForceScoAudio) { - return true; + return BluetoothStatusCodes.SUCCESS; } if (!mAudioRouteAllowed) { Log.w(TAG, "isScoAcceptable: rejected SCO since audio route is not allowed"); - return false; + return BluetoothStatusCodes.ERROR_AUDIO_ROUTE_BLOCKED; } if (mVoiceRecognitionStarted || mVirtualCallStarted) { - return true; + return BluetoothStatusCodes.SUCCESS; } if (shouldCallAudioBeActive()) { - return true; + return BluetoothStatusCodes.SUCCESS; } Log.w(TAG, "isScoAcceptable: rejected SCO, inCall=" + mSystemInterface.isInCall() + ", voiceRecognition=" + mVoiceRecognitionStarted + ", ringing=" + mSystemInterface.isRinging() + ", inbandRinging=" + isInbandRingingEnabled() + ", isVirtualCallStarted=" + mVirtualCallStarted); - return false; + return BluetoothStatusCodes.ERROR_CALL_ACTIVE; } } diff --git a/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java b/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java index 369b5d55dc..b7fa60fc84 100644 --- a/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +++ b/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java @@ -25,6 +25,7 @@ import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; import android.bluetooth.BluetoothProfile; import android.bluetooth.BluetoothProtoEnums; +import android.bluetooth.BluetoothStatusCodes; import android.bluetooth.hfp.BluetoothHfpProtoEnums; import android.content.Intent; import android.media.AudioManager; @@ -87,7 +88,7 @@ public class HeadsetStateMachine extends StateMachine { static final int VOICE_RECOGNITION_START = 5; static final int VOICE_RECOGNITION_STOP = 6; - // message.obj is an intent AudioManager.VOLUME_CHANGED_ACTION + // message.obj is an intent AudioManager.ACTION_VOLUME_CHANGED // EXTRA_VOLUME_STREAM_TYPE is STREAM_BLUETOOTH_SCO static final int INTENT_SCO_VOLUME_CHANGED = 7; static final int INTENT_CONNECTION_ACCESS_REPLY = 8; @@ -1110,7 +1111,7 @@ public class HeadsetStateMachine extends StateMachine { stateLogD("processAudioEvent, state=" + state); switch (state) { case HeadsetHalConstants.AUDIO_STATE_CONNECTED: - if (!mHeadsetService.isScoAcceptable(mDevice)) { + if (mHeadsetService.isScoAcceptable(mDevice) != BluetoothStatusCodes.SUCCESS) { stateLogW("processAudioEvent: reject incoming audio connection"); if (!mNativeInterface.disconnectAudio(mDevice)) { stateLogE("processAudioEvent: failed to disconnect audio"); @@ -1124,7 +1125,7 @@ public class HeadsetStateMachine extends StateMachine { transitionTo(mAudioOn); break; case HeadsetHalConstants.AUDIO_STATE_CONNECTING: - if (!mHeadsetService.isScoAcceptable(mDevice)) { + if (mHeadsetService.isScoAcceptable(mDevice) != BluetoothStatusCodes.SUCCESS) { stateLogW("processAudioEvent: reject incoming pending audio connection"); if (!mNativeInterface.disconnectAudio(mDevice)) { stateLogE("processAudioEvent: failed to disconnect pending audio"); diff --git a/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java b/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java index f3e0f2a1c9..1ef6a98ded 100644 --- a/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java +++ b/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java @@ -120,7 +120,7 @@ public class HeadsetClientService extends ProfileService { mStateMachineMap.clear(); } - IntentFilter filter = new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION); + IntentFilter filter = new IntentFilter(AudioManager.ACTION_VOLUME_CHANGED); filter.addAction(Intent.ACTION_BATTERY_CHANGED); registerReceiver(mBroadcastReceiver, filter); @@ -192,10 +192,10 @@ public class HeadsetClientService extends ProfileService { // not go through audio manager (audio mixer). see // ({@link HeadsetClientStateMachine#SET_SPEAKER_VOLUME} in // {@link HeadsetClientStateMachine} for details. - if (action.equals(AudioManager.VOLUME_CHANGED_ACTION)) { + if (action.equals(AudioManager.ACTION_VOLUME_CHANGED)) { if (DBG) { - Log.d(TAG, "Volume changed for stream: " + intent.getExtra( - AudioManager.EXTRA_VOLUME_STREAM_TYPE)); + Log.d(TAG, "Volume changed for stream: " + intent.getIntExtra( + AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1)); } int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); if (streamType == AudioManager.STREAM_VOICE_CALL) { diff --git a/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java b/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java index a3ae864b55..4026b3913b 100644 --- a/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +++ b/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java @@ -39,6 +39,7 @@ import static android.Manifest.permission.BLUETOOTH_PRIVILEGED; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadsetClient; +import android.bluetooth.BluetoothHeadsetClient.NetworkServiceState; import android.bluetooth.BluetoothProfile; import android.bluetooth.BluetoothUuid; import android.bluetooth.hfp.BluetoothHfpProtoEnums; @@ -359,6 +360,27 @@ public class HeadsetClientStateMachine extends StateMachine { HfpClientConnectionService.onCallChanged(c.getDevice(), c); } + private void sendNetworkStateChangedIntent(BluetoothDevice device) { + if (device == null) { + return; + } + NetworkServiceState networkServiceState = new NetworkServiceState( + device, + mIndicatorNetworkState == HeadsetClientHalConstants.NETWORK_STATE_AVAILABLE, + mOperatorName, + mIndicatorNetworkSignal, + mIndicatorNetworkType == HeadsetClientHalConstants.SERVICE_TYPE_ROAMING); + + Intent intent = + new Intent(BluetoothHeadsetClient.ACTION_NETWORK_SERVICE_STATE_CHANGED); + intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); + intent.putExtra(BluetoothHeadsetClient.EXTRA_NETWORK_SERVICE_STATE, networkServiceState); + + mService.sendBroadcastMultiplePermissions(intent, + new String[] {BLUETOOTH_CONNECT, BLUETOOTH_PRIVILEGED}, + Utils.getTempBroadcastOptions()); + } + private boolean queryCallsStart() { logD("queryCallsStart"); clearPendingAction(); @@ -1429,6 +1451,7 @@ public class HeadsetClientStateMachine extends StateMachine { intent.putExtra(BluetoothDevice.EXTRA_DEVICE, event.device); mService.sendBroadcast(intent, BLUETOOTH_CONNECT, Utils.getTempAllowlistBroadcastOptions()); + sendNetworkStateChangedIntent(event.device); if (mIndicatorNetworkState == HeadsetClientHalConstants.NETWORK_STATE_AVAILABLE) { @@ -1448,6 +1471,7 @@ public class HeadsetClientStateMachine extends StateMachine { intent.putExtra(BluetoothDevice.EXTRA_DEVICE, event.device); mService.sendBroadcast(intent, BLUETOOTH_CONNECT, Utils.getTempAllowlistBroadcastOptions()); + sendNetworkStateChangedIntent(event.device); break; case StackEvent.EVENT_TYPE_NETWORK_SIGNAL: mIndicatorNetworkSignal = event.valueInt; @@ -1458,6 +1482,7 @@ public class HeadsetClientStateMachine extends StateMachine { intent.putExtra(BluetoothDevice.EXTRA_DEVICE, event.device); mService.sendBroadcast(intent, BLUETOOTH_CONNECT, Utils.getTempAllowlistBroadcastOptions()); + sendNetworkStateChangedIntent(event.device); break; case StackEvent.EVENT_TYPE_BATTERY_LEVEL: mIndicatorBatteryLevel = event.valueInt; @@ -1478,6 +1503,7 @@ public class HeadsetClientStateMachine extends StateMachine { intent.putExtra(BluetoothDevice.EXTRA_DEVICE, event.device); mService.sendBroadcast(intent, BLUETOOTH_CONNECT, Utils.getTempAllowlistBroadcastOptions()); + sendNetworkStateChangedIntent(event.device); break; case StackEvent.EVENT_TYPE_VR_STATE_CHANGED: int oldState = mVoiceRecognitionActive; @@ -1934,7 +1960,7 @@ public class HeadsetClientStateMachine extends StateMachine { mService.sendBroadcastMultiplePermissions(intent, new String[] {BLUETOOTH_CONNECT, BLUETOOTH_PRIVILEGED}, - Utils.getTempAllowlistBroadcastOptions()); + Utils.getTempBroadcastOptions()); HfpClientConnectionService.onConnectionStateChanged(device, newState, prevState); } diff --git a/android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientDeviceBlock.java b/android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientDeviceBlock.java index 2be7934580..4cddb7f789 100644 --- a/android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientDeviceBlock.java +++ b/android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientDeviceBlock.java @@ -213,7 +213,7 @@ public class HfpClientDeviceBlock { // This is an incoming call. b.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_EXTRAS, new ParcelUuid(call.getUUID())); - b.putBoolean(TelecomManager.EXTRA_CALL_EXTERNAL_RINGER, call.isInBandRing()); + b.putBoolean(TelecomManager.EXTRA_CALL_HAS_IN_BAND_RINGTONE, call.isInBandRing()); mTelecomManager.addNewIncomingCall(mPhoneAccount.getAccountHandle(), b); } } else if (call.getState() == HfpClientCall.CALL_STATE_TERMINATED) { diff --git a/android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java b/android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java index f810b0b035..773655b7da 100644 --- a/android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java +++ b/android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java @@ -2854,8 +2854,6 @@ public class BluetoothMapContentObserver { sentIntent.putExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, transparent); sentIntent.putExtra(EXTRA_MESSAGE_SENT_RETRY, retry); //sentIntent.setDataAndNormalize(btMmsUri); - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. PendingIntent pendingSendIntent = PendingIntent.getBroadcast(mContext, 0, sentIntent, PendingIntent.FLAG_IMMUTABLE); @@ -3206,11 +3204,10 @@ public class BluetoothMapContentObserver { "message/" + Long.toString(msgInfo.id) + msgInfo.timestamp + i); intentDelivery.putExtra(EXTRA_MESSAGE_SENT_HANDLE, msgInfo.id); intentDelivery.putExtra(EXTRA_MESSAGE_SENT_TIMESTAMP, msgInfo.timestamp); - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. PendingIntent pendingIntentDelivery = PendingIntent.getBroadcast(mContext, 0, intentDelivery, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); + intentSent = new Intent(ACTION_MESSAGE_SENT, null); /* Add msgId and part number to ensure the intents are different, and we * thereby get an intent for each msg part. @@ -3222,11 +3219,10 @@ public class BluetoothMapContentObserver { intentSent.putExtra(EXTRA_MESSAGE_SENT_RETRY, msgInfo.retry); intentSent.putExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, msgInfo.transparent); - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. PendingIntent pendingIntentSent = PendingIntent.getBroadcast(mContext, 0, intentSent, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); + // We use the same pending intent for all parts, but do not set the one shot flag. deliveryIntents.add(pendingIntentDelivery); sentIntents.add(pendingIntentSent); diff --git a/android/app/src/com/android/bluetooth/map/BluetoothMapService.java b/android/app/src/com/android/bluetooth/map/BluetoothMapService.java index 814d73f6e3..68c9e32e26 100644 --- a/android/app/src/com/android/bluetooth/map/BluetoothMapService.java +++ b/android/app/src/com/android/bluetooth/map/BluetoothMapService.java @@ -85,10 +85,6 @@ public class BluetoothMapService extends ProfileService { "com.android.bluetooth.map.USER_CONFIRM_TIMEOUT"; private static final int USER_CONFIRM_TIMEOUT_VALUE = 25000; - // Intent indicating that the email settings activity should be opened - static final String ACTION_SHOW_MAPS_SETTINGS = - "android.btmap.intent.action.SHOW_MAPS_SETTINGS"; - static final int MSG_SERVERSESSION_CLOSE = 5000; static final int MSG_SESSION_ESTABLISHED = 5001; static final int MSG_SESSION_DISCONNECTED = 5002; @@ -669,7 +665,6 @@ public class BluetoothMapService extends ProfileService { filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED); filter.addAction(BluetoothDevice.ACTION_SDP_RECORD); - filter.addAction(ACTION_SHOW_MAPS_SETTINGS); filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); // We need two filters, since Type only applies to the ACTION_MESSAGE_SENT @@ -1144,14 +1139,6 @@ public class BluetoothMapService extends ProfileService { sendConnectMessage(-1); // -1 indicates all MAS instances } } - } else if (action.equals(ACTION_SHOW_MAPS_SETTINGS)) { - if (VERBOSE) { - Log.v(TAG, "Received ACTION_SHOW_MAPS_SETTINGS."); - } - - Intent in = new Intent(context, BluetoothMapSettings.class); - in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); - context.startActivity(in); } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) { int result = getResultCode(); boolean handled = false; diff --git a/android/app/src/com/android/bluetooth/map/BluetoothMapSettings.java b/android/app/src/com/android/bluetooth/map/BluetoothMapSettings.java index 94535c2619..f8f0e508d0 100644 --- a/android/app/src/com/android/bluetooth/map/BluetoothMapSettings.java +++ b/android/app/src/com/android/bluetooth/map/BluetoothMapSettings.java @@ -15,6 +15,8 @@ package com.android.bluetooth.map; +import static android.view.WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS; + import android.app.Activity; import android.os.Bundle; import android.widget.ExpandableListView; @@ -38,6 +40,7 @@ public class BluetoothMapSettings extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); + getWindow().addSystemFlags(SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS); /* set UI */ setContentView(R.layout.bluetooth_map_settings); /* create structure for list of groups + items*/ diff --git a/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java b/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java index 5323d7c381..137dc91c1f 100644 --- a/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java +++ b/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java @@ -24,7 +24,6 @@ import android.telephony.TelephonyManager; import android.util.Log; import com.android.bluetooth.util.GsmAlphabet; -import com.android.internal.telephony.SmsConstants; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; @@ -780,4 +779,64 @@ public class BluetoothMapSmsPdu { return tableValue; } + private static class SmsConstants { + /** User data text encoding code unit size */ + public static final int ENCODING_UNKNOWN = 0; + public static final int ENCODING_7BIT = 1; + public static final int ENCODING_8BIT = 2; + public static final int ENCODING_16BIT = 3; + + /** The maximum number of payload septets per message */ + public static final int MAX_USER_DATA_SEPTETS = 160; + + /** + * The maximum number of payload septets per message if a user data header + * is present. This assumes the header only contains the + * CONCATENATED_8_BIT_REFERENCE element. + */ + public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER = 153; + + /** + * This value is not defined in global standard. Only in Korea, this is used. + */ + public static final int ENCODING_KSC5601 = 4; + + /** The maximum number of payload bytes per message */ + public static final int MAX_USER_DATA_BYTES = 140; + + /** + * The maximum number of payload bytes per message if a user data header + * is present. This assumes the header only contains the + * CONCATENATED_8_BIT_REFERENCE element. + */ + public static final int MAX_USER_DATA_BYTES_WITH_HEADER = 134; + + /** + * SMS Class enumeration. + * See TS 23.038. + */ + public enum MessageClass{ + UNKNOWN, + CLASS_0, + CLASS_1, + CLASS_2, + CLASS_3; + } + + /** + * Indicates unknown format SMS message. + */ + public static final String FORMAT_UNKNOWN = "unknown"; + + /** + * Indicates a 3GPP format SMS message. + */ + public static final String FORMAT_3GPP = "3gpp"; + + /** + * Indicates a 3GPP2 format SMS message. + */ + public static final String FORMAT_3GPP2 = "3gpp2"; + } + } diff --git a/android/app/src/com/android/bluetooth/mapclient/MceStateMachine.java b/android/app/src/com/android/bluetooth/mapclient/MceStateMachine.java index 1da933c286..1089396213 100644 --- a/android/app/src/com/android/bluetooth/mapclient/MceStateMachine.java +++ b/android/app/src/com/android/bluetooth/mapclient/MceStateMachine.java @@ -242,7 +242,7 @@ class MceStateMachine extends StateMachine { intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); mService.sendBroadcastMultiplePermissions(intent, new String[] {BLUETOOTH_CONNECT, BLUETOOTH_PRIVILEGED}, - Utils.getTempAllowlistBroadcastOptions()); + Utils.getTempBroadcastOptions()); } public synchronized int getState() { diff --git a/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java b/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java index 6919aa0644..73e87b842e 100644 --- a/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java +++ b/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java @@ -134,7 +134,14 @@ public class BluetoothOppIncomingFileConfirmActivity extends AlertActivity { View view = getLayoutInflater().inflate(R.layout.incoming_dialog, null); ((TextView) view.findViewById(R.id.from_content)).setText(mTransInfo.mDeviceName); - ((TextView) view.findViewById(R.id.filename_content)).setText(mTransInfo.mFileName); + String fileName = mTransInfo.mFileName; + if (fileName != null) { + fileName = fileName + .replace('\t', ' ') + .replace('\n', ' ') + .replace('\r', ' '); + } + ((TextView) view.findViewById(R.id.filename_content)).setText(fileName); ((TextView) view.findViewById(R.id.size_content)).setText( Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); diff --git a/android/app/src/com/android/bluetooth/opp/BluetoothOppNotification.java b/android/app/src/com/android/bluetooth/opp/BluetoothOppNotification.java index c5423941ed..4223397caf 100644 --- a/android/app/src/com/android/bluetooth/opp/BluetoothOppNotification.java +++ b/android/app/src/com/android/bluetooth/opp/BluetoothOppNotification.java @@ -390,7 +390,6 @@ class BluetoothOppNotification { Intent intent = new Intent(Constants.ACTION_LIST); intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); intent.setDataAndNormalize(Uri.parse(BluetoothShare.CONTENT_URI + "/" + item.id)); - b.setContentIntent(PendingIntent.getBroadcast(mContext, 0, intent, PendingIntent.FLAG_IMMUTABLE)); mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); @@ -459,8 +458,6 @@ class BluetoothOppNotification { android.R.color .system_notification_accent_color, mContext.getTheme())) - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. .setContentIntent( PendingIntent.getBroadcast(mContext, 0, contentIntent, PendingIntent.FLAG_IMMUTABLE)) @@ -571,16 +568,12 @@ class BluetoothOppNotification { new Notification.Action.Builder(Icon.createWithResource(mContext, R.drawable.ic_decline), mContext.getText(R.string.incoming_file_confirm_cancel), - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. PendingIntent.getBroadcast(mContext, 0, new Intent(baseIntent).setAction(Constants.ACTION_DECLINE), PendingIntent.FLAG_IMMUTABLE)).build(); Notification.Action actionAccept = new Notification.Action.Builder( Icon.createWithResource(mContext,R.drawable.ic_accept), mContext.getText(R.string.incoming_file_confirm_ok), - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. PendingIntent.getBroadcast(mContext, 0, new Intent(baseIntent).setAction(Constants.ACTION_ACCEPT), PendingIntent.FLAG_IMMUTABLE)).build(); @@ -591,8 +584,6 @@ class BluetoothOppNotification { .setWhen(info.mTimeStamp) .addAction(actionDecline) .addAction(actionAccept) - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. .setContentIntent(PendingIntent.getBroadcast(mContext, 0, new Intent(baseIntent).setAction( Constants.ACTION_INCOMING_FILE_CONFIRM), @@ -620,8 +611,6 @@ class BluetoothOppNotification { true) .setOngoing(true) .setWhen(info.mTimeStamp) - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. .setContentIntent(PendingIntent.getBroadcast(mContext, 0, new Intent(baseIntent).setAction( Constants.ACTION_INCOMING_FILE_CONFIRM), diff --git a/android/app/src/com/android/bluetooth/pbap/PbapStateMachine.java b/android/app/src/com/android/bluetooth/pbap/PbapStateMachine.java index ed1458d5aa..0df5f1dde5 100644 --- a/android/app/src/com/android/bluetooth/pbap/PbapStateMachine.java +++ b/android/app/src/com/android/bluetooth/pbap/PbapStateMachine.java @@ -401,8 +401,6 @@ class PbapStateMachine extends StateMachine { mService.getTheme())) .setFlag(Notification.FLAG_AUTO_CANCEL, true) .setFlag(Notification.FLAG_ONLY_ALERT_ONCE, true) - // TODO(b/171825892) Please replace FLAG_MUTABLE_UNAUDITED below - // with either FLAG_IMMUTABLE (recommended) or FLAG_MUTABLE. .setContentIntent( PendingIntent.getActivity(mService, 0, clickIntent, PendingIntent.FLAG_IMMUTABLE)) diff --git a/android/app/src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java b/android/app/src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java index ffeea4c1d8..84bea769be 100644 --- a/android/app/src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java +++ b/android/app/src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java @@ -349,7 +349,7 @@ final class PbapClientStateMachine extends StateMachine { intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); mService.sendBroadcastMultiplePermissions(intent, new String[] {BLUETOOTH_CONNECT, BLUETOOTH_PRIVILEGED}, - Utils.getTempAllowlistBroadcastOptions()); + Utils.getTempBroadcastOptions()); } public void disconnect(BluetoothDevice device) { diff --git a/android/app/src/com/android/bluetooth/vc/VolumeControlService.java b/android/app/src/com/android/bluetooth/vc/VolumeControlService.java index 7bce4c1a96..f6a8e037dc 100644 --- a/android/app/src/com/android/bluetooth/vc/VolumeControlService.java +++ b/android/app/src/com/android/bluetooth/vc/VolumeControlService.java @@ -379,10 +379,10 @@ public class VolumeControlService extends ProfileService { } } - @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) + @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(BluetoothDevice device) { - enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, - "Need BLUETOOTH_PRIVILEGED permission"); + enforceCallingOrSelfPermission(BLUETOOTH_CONNECT, + "Need BLUETOOTH_CONNECT permission"); synchronized (mStateMachines) { VolumeControlStateMachine sm = mStateMachines.get(device); if (sm == null) { diff --git a/android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java b/android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java index 19d0c0b762..c3e4bf91ce 100644 --- a/android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java +++ b/android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java @@ -44,6 +44,7 @@ import android.os.SystemProperties; import android.os.UserHandle; import android.os.UserManager; import android.permission.PermissionCheckerManager; +import android.permission.PermissionManager; import android.sysprop.BluetoothProperties; import android.test.mock.MockContentResolver; import android.util.Log; @@ -123,6 +124,7 @@ public class AdapterServiceTest { private PowerManager mPowerManager; private PermissionCheckerManager mPermissionCheckerManager; + private PermissionManager mPermissionManager; private PackageManager mMockPackageManager; private MockContentResolver mMockContentResolver; private HashMap<String, HashMap<String, String>> mAdapterConfig; @@ -171,6 +173,9 @@ public class AdapterServiceTest { mPermissionCheckerManager = InstrumentationRegistry.getTargetContext() .getSystemService(PermissionCheckerManager.class); + mPermissionManager = InstrumentationRegistry.getTargetContext() + .getSystemService(PermissionManager.class); + when(mMockContext.getApplicationInfo()).thenReturn(mMockApplicationInfo); when(mMockContext.getContentResolver()).thenReturn(mMockContentResolver); when(mMockContext.getApplicationContext()).thenReturn(mMockContext); @@ -192,6 +197,10 @@ public class AdapterServiceTest { .thenReturn(Context.PERMISSION_CHECKER_SERVICE); when(mMockContext.getSystemService(Context.PERMISSION_CHECKER_SERVICE)) .thenReturn(mPermissionCheckerManager); + when(mMockContext.getSystemServiceName(PermissionManager.class)) + .thenReturn(Context.PERMISSION_SERVICE); + when(mMockContext.getSystemService(Context.PERMISSION_SERVICE)) + .thenReturn(mPermissionManager); when(mMockContext.getSystemService(Context.ALARM_SERVICE)).thenReturn(mMockAlarmManager); when(mMockContext.getSystemServiceName(AlarmManager.class)) .thenReturn(Context.ALARM_SERVICE); diff --git a/android/app/tests/unit/src/com/android/bluetooth/btservice/RemoteDevicesTest.java b/android/app/tests/unit/src/com/android/bluetooth/btservice/RemoteDevicesTest.java index db3ae79763..cd0c427e18 100644 --- a/android/app/tests/unit/src/com/android/bluetooth/btservice/RemoteDevicesTest.java +++ b/android/app/tests/unit/src/com/android/bluetooth/btservice/RemoteDevicesTest.java @@ -8,6 +8,7 @@ import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothAssignedNumbers; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; +import android.bluetooth.BluetoothHeadsetClient; import android.bluetooth.BluetoothProfile; import android.content.Intent; import android.os.Bundle; @@ -437,6 +438,84 @@ public class RemoteDevicesTest { new Object[]{1, "WRONG", "WRONG"})); } + @Test + public void testResetBatteryLevelOnHeadsetClientStateChange() { + int batteryLevel = 10; + + // Verify that device property is null initially + Assert.assertNull(mRemoteDevices.getDeviceProperties(mDevice1)); + + // Verify that updating battery level triggers ACTION_BATTERY_LEVEL_CHANGED intent + mRemoteDevices.updateBatteryLevel(mDevice1, batteryLevel); + verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture(), + any(Bundle.class)); + verifyBatteryLevelChangedIntent(mDevice1, batteryLevel, mIntentArgument); + Assert.assertEquals(BLUETOOTH_CONNECT, mStringArgument.getValue()); + + // Verify that user can get battery level after the update + Assert.assertNotNull(mRemoteDevices.getDeviceProperties(mDevice1)); + Assert.assertEquals(mRemoteDevices.getDeviceProperties(mDevice1).getBatteryLevel(), + batteryLevel); + + // Verify that resetting battery level changes it back to BluetoothDevice + // .BATTERY_LEVEL_UNKNOWN + mRemoteDevices.onHeadsetClientConnectionStateChanged( + getHeadsetClientConnectionStateChangedIntent(mDevice1, + BluetoothProfile.STATE_DISCONNECTING, BluetoothProfile.STATE_DISCONNECTED)); + + // Verify BATTERY_LEVEL_CHANGED intent is sent after first reset + verify(mAdapterService, times(2)).sendBroadcast(mIntentArgument.capture(), + mStringArgument.capture(), any(Bundle.class)); + verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN, + mIntentArgument); + Assert.assertEquals(BLUETOOTH_CONNECT, mStringArgument.getValue()); + + // Verify value is reset in properties + Assert.assertNotNull(mRemoteDevices.getDeviceProperties(mDevice1)); + Assert.assertEquals(mRemoteDevices.getDeviceProperties(mDevice1).getBatteryLevel(), + BluetoothDevice.BATTERY_LEVEL_UNKNOWN); + + // Verify that updating battery level triggers ACTION_BATTERY_LEVEL_CHANGED intent again + mRemoteDevices.updateBatteryLevel(mDevice1, batteryLevel); + verify(mAdapterService, times(3)).sendBroadcast(mIntentArgument.capture(), + mStringArgument.capture(), any(Bundle.class)); + verifyBatteryLevelChangedIntent(mDevice1, batteryLevel, mIntentArgument); + Assert.assertEquals(BLUETOOTH_CONNECT, mStringArgument.getValue()); + + verifyNoMoreInteractions(mAdapterService); + } + + @Test + public void testAGIndicatorParser_testCorrectValue() { + int batteryLevel = 10; + + // Verify that device property is null initially + Assert.assertNull(mRemoteDevices.getDeviceProperties(mDevice1)); + + // Verify that ACTION_AG_EVENT intent updates battery level + mRemoteDevices.onAgIndicatorValueChanged( + getAgIndicatorIntent(mDevice1, null, null, null, new Integer(batteryLevel), null)); + verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture(), + any(Bundle.class)); + verifyBatteryLevelChangedIntent(mDevice1, batteryLevel, mIntentArgument); + Assert.assertEquals(BLUETOOTH_CONNECT, mStringArgument.getValue()); + } + + @Test + public void testAgIndicatorParser_testWrongIndicatorId() { + int batteryLevel = 10; + + // Verify that device property is null initially + Assert.assertNull(mRemoteDevices.getDeviceProperties(mDevice1)); + + // Verify that ACTION_AG_EVENT intent updates battery level + mRemoteDevices.onAgIndicatorValueChanged( + getAgIndicatorIntent(mDevice1, new Integer(1), null, null, null, null)); + verify(mAdapterService, never()).sendBroadcast(any(), anyString()); + // Verify that device property is still null after invalid update + Assert.assertNull(mRemoteDevices.getDeviceProperties(mDevice1)); + } + private static void verifyBatteryLevelChangedIntent(BluetoothDevice device, int batteryLevel, ArgumentCaptor<Intent> intentArgument) { verifyBatteryLevelChangedIntent(device, batteryLevel, intentArgument.getValue()); @@ -492,4 +571,38 @@ public class RemoteDevicesTest { list.add(0); return list.toArray(); } + + private static Intent getHeadsetClientConnectionStateChangedIntent(BluetoothDevice device, + int oldState, int newState) { + Intent intent = new Intent(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); + intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); + intent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, oldState); + intent.putExtra(BluetoothProfile.EXTRA_STATE, newState); + return intent; + } + + private static Intent getAgIndicatorIntent(BluetoothDevice device, Integer networkStatus, + Integer networkStrength, Integer roaming, Integer batteryLevel, String operatorName) { + Intent intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); + intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); + + if (networkStatus != null) { + intent.putExtra(BluetoothHeadsetClient.EXTRA_NETWORK_STATUS, networkStatus.intValue()); + } + if (networkStrength != null) { + intent.putExtra(BluetoothHeadsetClient.EXTRA_NETWORK_SIGNAL_STRENGTH, + networkStrength.intValue()); + } + if (roaming != null) { + intent.putExtra(BluetoothHeadsetClient.EXTRA_NETWORK_ROAMING, roaming.intValue()); + } + if (batteryLevel != null) { + intent.putExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL, batteryLevel.intValue()); + } + if (operatorName != null) { + intent.putExtra(BluetoothHeadsetClient.EXTRA_OPERATOR_NAME, operatorName); + } + + return intent; + } } diff --git a/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceTest.java b/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceTest.java index addaf13134..025cacbb4b 100644 --- a/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceTest.java +++ b/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceTest.java @@ -22,6 +22,7 @@ import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; import android.bluetooth.BluetoothProfile; +import android.bluetooth.BluetoothStatusCodes; import android.bluetooth.BluetoothUuid; import android.bluetooth.IBluetoothHeadset; import android.content.Context; @@ -416,24 +417,28 @@ public class HeadsetServiceTest { BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.STATE_CONNECTED); // Test connect audio - set the device first as the active device Assert.assertTrue(mHeadsetService.setActiveDevice(mCurrentDevice)); - Assert.assertTrue(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.connectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice)).sendMessage(HeadsetStateMachine.CONNECT_AUDIO, mCurrentDevice); when(mStateMachines.get(mCurrentDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_CONNECTING); // 2nd connection attempt for the same device will succeed as well - Assert.assertTrue(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.connectAudio(mCurrentDevice)); // Verify CONNECT_AUDIO is only sent once verify(mStateMachines.get(mCurrentDevice)).sendMessage( eq(HeadsetStateMachine.CONNECT_AUDIO), any()); // Test disconnect audio - Assert.assertTrue(mHeadsetService.disconnectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.disconnectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice)).sendMessage(HeadsetStateMachine.DISCONNECT_AUDIO, mCurrentDevice); when(mStateMachines.get(mCurrentDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_DISCONNECTED); // Further disconnection requests will fail - Assert.assertFalse(mHeadsetService.disconnectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED, + mHeadsetService.disconnectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice)).sendMessage( eq(HeadsetStateMachine.DISCONNECT_AUDIO), any(BluetoothDevice.class)); } @@ -483,17 +488,20 @@ public class HeadsetServiceTest { Matchers.containsInAnyOrder(connectedDevices.toArray())); // Try to connect audio // Should fail - Assert.assertFalse(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_NOT_ACTIVE_DEVICE, + mHeadsetService.connectAudio(mCurrentDevice)); // Should succeed after setActiveDevice() Assert.assertTrue(mHeadsetService.setActiveDevice(mCurrentDevice)); - Assert.assertTrue(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.connectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice)).sendMessage( HeadsetStateMachine.CONNECT_AUDIO, mCurrentDevice); // Put device to audio connecting state when(mStateMachines.get(mCurrentDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_CONNECTING); // 2nd connection attempt will also succeed - Assert.assertTrue(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.connectAudio(mCurrentDevice)); // Verify CONNECT_AUDIO is only sent once verify(mStateMachines.get(mCurrentDevice)).sendMessage( eq(HeadsetStateMachine.CONNECT_AUDIO), any()); @@ -501,13 +509,15 @@ public class HeadsetServiceTest { when(mStateMachines.get(mCurrentDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_CONNECTED); // Disconnect audio - Assert.assertTrue(mHeadsetService.disconnectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.disconnectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice)).sendMessage( HeadsetStateMachine.DISCONNECT_AUDIO, mCurrentDevice); when(mStateMachines.get(mCurrentDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_DISCONNECTED); // Further disconnection requests will fail - Assert.assertFalse(mHeadsetService.disconnectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED, + mHeadsetService.disconnectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice)).sendMessage( eq(HeadsetStateMachine.DISCONNECT_AUDIO), any(BluetoothDevice.class)); } @@ -564,23 +574,27 @@ public class HeadsetServiceTest { BluetoothDevice secondDevice = connectedDevices.get(1); // Set the first device as the active device Assert.assertTrue(mHeadsetService.setActiveDevice(firstDevice)); - Assert.assertTrue(mHeadsetService.connectAudio(firstDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.connectAudio(firstDevice)); verify(mStateMachines.get(firstDevice)).sendMessage(HeadsetStateMachine.CONNECT_AUDIO, firstDevice); // Put device to audio connecting state when(mStateMachines.get(firstDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_CONNECTING); // 2nd connection attempt will succeed for the same device - Assert.assertTrue(mHeadsetService.connectAudio(firstDevice)); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, + mHeadsetService.connectAudio(firstDevice)); // Connect to 2nd device will fail - Assert.assertFalse(mHeadsetService.connectAudio(secondDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_NOT_ACTIVE_DEVICE, + mHeadsetService.connectAudio(secondDevice)); verify(mStateMachines.get(secondDevice), never()).sendMessage( HeadsetStateMachine.CONNECT_AUDIO, secondDevice); // Put device to audio connected state when(mStateMachines.get(firstDevice).getAudioState()).thenReturn( BluetoothHeadset.STATE_AUDIO_CONNECTED); // Connect to 2nd device will fail - Assert.assertFalse(mHeadsetService.connectAudio(secondDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_NOT_ACTIVE_DEVICE, + mHeadsetService.connectAudio(secondDevice)); verify(mStateMachines.get(secondDevice), never()).sendMessage( HeadsetStateMachine.CONNECT_AUDIO, secondDevice); } @@ -639,7 +653,7 @@ public class HeadsetServiceTest { // Try to connect audio BluetoothDevice firstDevice = connectedDevices.get(0); Assert.assertTrue(mHeadsetService.setActiveDevice(firstDevice)); - Assert.assertTrue(mHeadsetService.connectAudio()); + Assert.assertEquals(BluetoothStatusCodes.SUCCESS, mHeadsetService.connectAudio()); verify(mStateMachines.get(firstDevice)).sendMessage(HeadsetStateMachine.CONNECT_AUDIO, firstDevice); } @@ -651,7 +665,8 @@ public class HeadsetServiceTest { @Test public void testConnectAudio_deviceNeverConnected() { mCurrentDevice = TestUtils.getTestDevice(mAdapter, 0); - Assert.assertFalse(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_PROFILE_NOT_CONNECTED, + mHeadsetService.connectAudio(mCurrentDevice)); } /** @@ -683,7 +698,8 @@ public class HeadsetServiceTest { mHeadsetService.onConnectionStateChangedFromStateMachine(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, BluetoothProfile.STATE_DISCONNECTED); // connectAudio should fail - Assert.assertFalse(mHeadsetService.connectAudio(mCurrentDevice)); + Assert.assertEquals(BluetoothStatusCodes.ERROR_NOT_ACTIVE_DEVICE, + mHeadsetService.connectAudio(mCurrentDevice)); verify(mStateMachines.get(mCurrentDevice), never()).sendMessage( eq(HeadsetStateMachine.CONNECT_AUDIO), any()); } diff --git a/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetStateMachineTest.java b/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetStateMachineTest.java index f927a61ba1..6970696c12 100644 --- a/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetStateMachineTest.java +++ b/android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetStateMachineTest.java @@ -24,6 +24,7 @@ import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; import android.bluetooth.BluetoothProfile; +import android.bluetooth.BluetoothStatusCodes; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; @@ -123,7 +124,8 @@ public class HeadsetStateMachineTest { BluetoothProfile.CONNECTION_POLICY_ALLOWED); when(mHeadsetService.getForceScoAudio()).thenReturn(true); when(mHeadsetService.okToAcceptConnection(any(BluetoothDevice.class))).thenReturn(true); - when(mHeadsetService.isScoAcceptable(any(BluetoothDevice.class))).thenReturn(true); + when(mHeadsetService.isScoAcceptable(any(BluetoothDevice.class))).thenReturn( + BluetoothStatusCodes.SUCCESS); // Setup thread and looper mHandlerThread = new HandlerThread("HeadsetStateMachineTestHandlerThread"); mHandlerThread.start(); diff --git a/android/app/tests/unit/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java b/android/app/tests/unit/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java index ad9dd64d51..ac2392b588 100644 --- a/android/app/tests/unit/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java +++ b/android/app/tests/unit/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java @@ -6,6 +6,7 @@ import static com.android.bluetooth.hfpclient.HeadsetClientStateMachine.VOICE_RE import static org.mockito.Mockito.*; +import android.app.BroadcastOptions; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothAssignedNumbers; import android.bluetooth.BluetoothDevice; @@ -148,7 +149,7 @@ public class HeadsetClientStateMachineTest { IntentMatchers.hasExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_DISCONNECTED))), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); // Check we are in disconnected state still. Assert.assertThat(mHeadsetClientStateMachine.getCurrentState(), IsInstanceOf.instanceOf(HeadsetClientStateMachine.Disconnected.class)); @@ -174,7 +175,7 @@ public class HeadsetClientStateMachineTest { ArgumentCaptor<Intent> intentArgument1 = ArgumentCaptor.forClass(Intent.class); verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS)) .sendBroadcastMultiplePermissions(intentArgument1.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTING, intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); @@ -193,7 +194,7 @@ public class HeadsetClientStateMachineTest { ArgumentCaptor<Intent> intentArgument2 = ArgumentCaptor.forClass(Intent.class); verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(2)) .sendBroadcastMultiplePermissions(intentArgument2.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); // Check we are in connecting state now. @@ -221,7 +222,7 @@ public class HeadsetClientStateMachineTest { ArgumentCaptor<Intent> intentArgument1 = ArgumentCaptor.forClass(Intent.class); verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS)) .sendBroadcastMultiplePermissions(intentArgument1.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTING, intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); @@ -234,7 +235,7 @@ public class HeadsetClientStateMachineTest { verify(mHeadsetClientService, timeout(HeadsetClientStateMachine.CONNECTING_TIMEOUT_MS * 2).times(2)) .sendBroadcastMultiplePermissions(intentArgument2.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTED, intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); @@ -270,7 +271,7 @@ public class HeadsetClientStateMachineTest { verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(expectedBroadcastMultiplePermissionsIndex++)) .sendBroadcastMultiplePermissions(intentArgument.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTING, intentArgument.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); @@ -284,7 +285,7 @@ public class HeadsetClientStateMachineTest { verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(expectedBroadcastMultiplePermissionsIndex++)) .sendBroadcastMultiplePermissions(intentArgument.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, intentArgument.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); @@ -374,7 +375,7 @@ public class HeadsetClientStateMachineTest { ArgumentCaptor<Intent> intentArgument = ArgumentCaptor.forClass(Intent.class); verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(startBroadcastIndex)) .sendBroadcastMultiplePermissions(intentArgument.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTING, intentArgument.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); startBroadcastIndex++; @@ -393,7 +394,7 @@ public class HeadsetClientStateMachineTest { ArgumentCaptor<Intent> intentArgument = ArgumentCaptor.forClass(Intent.class); verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(startBroadcastIndex)) .sendBroadcastMultiplePermissions(intentArgument.capture(), - any(String[].class), any(Bundle.class)); + any(String[].class), any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, intentArgument.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); startBroadcastIndex++; diff --git a/android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientStateMachineTest.java b/android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientStateMachineTest.java index 8f6a299d78..6de49a2889 100644 --- a/android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientStateMachineTest.java +++ b/android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientStateMachineTest.java @@ -20,6 +20,7 @@ import static android.Manifest.permission.BLUETOOTH_CONNECT; import static org.mockito.Mockito.*; +import android.app.BroadcastOptions; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothMapClient; @@ -30,7 +31,6 @@ import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.net.Uri; -import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; @@ -179,7 +179,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTED, mMceStateMachine.getState()); } @@ -200,7 +200,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); } @@ -222,7 +222,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); @@ -230,7 +230,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(4)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTED, mMceStateMachine.getState()); } @@ -251,7 +251,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); // Send an empty notification event, verify the mMceStateMachine is still connected @@ -275,7 +275,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); Assert.assertTrue( mMceStateMachine.setMessageStatus("123456789AB", BluetoothMapClient.READ)); @@ -301,14 +301,14 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); mMceStateMachine.disconnect(); verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(4)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTED, mMceStateMachine.getState()); } @@ -327,20 +327,20 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); mMceStateMachine.disconnect(); verify(mMockMapClientService, after(DISCONNECT_TIMEOUT / 2).times(3)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTING, mMceStateMachine.getState()); verify(mMockMapClientService, timeout(DISCONNECT_TIMEOUT).times(4)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTED, mMceStateMachine.getState()); } @@ -402,7 +402,7 @@ public class MapClientStateMachineTest { verify(mMockMapClientService, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).sendBroadcastMultiplePermissions( mIntentArgument.capture(), any(String[].class), - any(Bundle.class)); + any(BroadcastOptions.class)); Assert.assertEquals(BluetoothProfile.STATE_CONNECTING, mMceStateMachine.getState()); // Setup receipt of SDP record diff --git a/framework/Android.bp b/framework/Android.bp index 2bc22de789..a3bacd226b 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -39,6 +39,18 @@ java_defaults { ], } +// bluetooth-service needs pre-jarjared version of framework-bluetooth so it can reference copied utility +// classes before they are renamed. +java_library { + name: "framework-bluetooth-pre-jarjar", + defaults: ["framework-bluetooth-defaults"], + sdk_version: "module_current", + libs: ["framework-annotations-lib"], + // java_api_finder must accompany `srcs` (`srcs` defined in `framework-bluetooth-defaults`) + plugins: ["java_api_finder"], + installable: false, +} + // post-jarjar version of framework-bluetooth java_sdk_library { name: "framework-bluetooth", @@ -48,7 +60,6 @@ java_sdk_library { ], jarjar_rules: ":bluetooth-jarjar-rules", - api_only: true, installable: true, optimize: { enabled: false @@ -71,10 +82,10 @@ java_sdk_library { }, } -// defaults for CTS tests that need to build against framework-bluetooths's @hide APIs +// defaults for tests that need to build against framework-bluetooths's @hide APIs java_defaults { - name: "framework-bluetooth-cts-defaults", - sdk_version: "core_current", + name: "framework-bluetooth-tests-defaults", + sdk_version: "core_platform", libs: [ // order matters: classes in framework-bluetooth are resolved before framework, meaning // @hide APIs in framework-bluetooth are resolved before @SystemApi stubs in framework diff --git a/framework/api/current.txt b/framework/api/current.txt index 2f858e15be..6fb75db2d8 100644 --- a/framework/api/current.txt +++ b/framework/api/current.txt @@ -17,13 +17,14 @@ package android.bluetooth { method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean cancelDiscovery(); method public static boolean checkBluetoothAddress(String); method public void closeProfileProxy(int, android.bluetooth.BluetoothProfile); - method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disable(); - method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean enable(); + method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disable(); + method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean enable(); method public String getAddress(); method public android.bluetooth.le.BluetoothLeAdvertiser getBluetoothLeAdvertiser(); method public android.bluetooth.le.BluetoothLeScanner getBluetoothLeScanner(); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices(); method @Deprecated public static android.bluetooth.BluetoothAdapter getDefaultAdapter(); + method @Nullable @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public java.time.Duration getDiscoverableTimeout(); method public int getLeMaximumAdvertisingDataLength(); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getMaxConnectedAudioDevices(); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public String getName(); @@ -321,11 +322,15 @@ package android.bluetooth { public final class BluetoothClass implements android.os.Parcelable { method public int describeContents(); + method public boolean doesClassMatch(int); method public int getDeviceClass(); method public int getMajorDeviceClass(); method public boolean hasService(int); method public void writeToParcel(android.os.Parcel, int); field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothClass> CREATOR; + field public static final int PROFILE_A2DP = 1; // 0x1 + field public static final int PROFILE_HEADSET = 0; // 0x0 + field public static final int PROFILE_HID = 3; // 0x3 } public static class BluetoothClass.Device { @@ -1036,13 +1041,14 @@ package android.bluetooth { field public static final int ERROR_BLUETOOTH_NOT_ALLOWED = 2; // 0x2 field public static final int ERROR_BLUETOOTH_NOT_ENABLED = 1; // 0x1 field public static final int ERROR_DEVICE_NOT_BONDED = 3; // 0x3 - field public static final int ERROR_FEATURE_NOT_SUPPORTED = 10; // 0xa - field public static final int ERROR_GATT_WRITE_NOT_ALLOWED = 101; // 0x65 - field public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 102; // 0x66 + field public static final int ERROR_GATT_WRITE_NOT_ALLOWED = 200; // 0xc8 + field public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 201; // 0xc9 field public static final int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION = 6; // 0x6 field public static final int ERROR_MISSING_BLUETOOTH_PRIVILEGED_PERMISSION = 8; // 0x8 field public static final int ERROR_PROFILE_SERVICE_NOT_BOUND = 9; // 0x9 field public static final int ERROR_UNKNOWN = 2147483647; // 0x7fffffff + field public static final int FEATURE_NOT_SUPPORTED = 11; // 0xb + field public static final int FEATURE_SUPPORTED = 10; // 0xa field public static final int SUCCESS = 0; // 0x0 } diff --git a/framework/api/module-lib-current.txt b/framework/api/module-lib-current.txt index 97955a74fe..b94d2529da 100644 --- a/framework/api/module-lib-current.txt +++ b/framework/api/module-lib-current.txt @@ -1,6 +1,12 @@ // Signature format: 2.0 package android.bluetooth { + public class BluetoothFrameworkInitializer { + method public static void registerServiceWrappers(); + method public static void setBinderCallsStatsInitializer(@NonNull java.util.function.Consumer<android.content.Context>); + method public static void setBluetoothServiceManager(@NonNull android.os.BluetoothServiceManager); + } + public final class BluetoothPan implements android.bluetooth.BluetoothProfile { method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public android.net.TetheringManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull java.util.concurrent.Executor, @NonNull android.net.TetheringManager.TetheredInterfaceCallback); } diff --git a/framework/api/system-current.txt b/framework/api/system-current.txt index 6bff2b2457..4042e66057 100644 --- a/framework/api/system-current.txt +++ b/framework/api/system-current.txt @@ -76,6 +76,8 @@ package android.bluetooth { method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void requestControllerActivityEnergyInfo(@NonNull android.os.ResultReceiver); method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothSocket retrieveConnectedRfcommSocket(@NonNull java.util.UUID); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean setActiveDevice(@NonNull android.bluetooth.BluetoothDevice, int); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int setDiscoverableTimeout(@NonNull java.time.Duration); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int setScanMode(int); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int startRfcommServer(@NonNull String, @NonNull java.util.UUID, @NonNull android.app.PendingIntent); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int stopRfcommServer(@NonNull java.util.UUID); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean unregisterBluetoothConnectionCallback(@NonNull android.bluetooth.BluetoothAdapter.BluetoothConnectionCallback); @@ -112,6 +114,13 @@ package android.bluetooth { method public abstract void onBluetoothServiceUp(); } + public final class BluetoothClass implements android.os.Parcelable { + field public static final int PROFILE_A2DP_SINK = 6; // 0x6 + field public static final int PROFILE_NAP = 5; // 0x5 + field public static final int PROFILE_OPP = 2; // 0x2 + field public static final int PROFILE_PANU = 4; // 0x4 + } + public static class BluetoothClass.Device { field public static final int PERIPHERAL_KEYBOARD = 1344; // 0x540 field public static final int PERIPHERAL_KEYBOARD_POINTING = 1472; // 0x5c0 @@ -300,10 +309,13 @@ package android.bluetooth { public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile { method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean connect(android.bluetooth.BluetoothDevice); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int connectAudio(); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disconnect(android.bluetooth.BluetoothDevice); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int disconnectAudio(); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioRouteAllowed(); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioState(@NonNull android.bluetooth.BluetoothDevice); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice); - method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean isInbandRingingEnabled(); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInbandRingingEnabled(); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int setAudioRouteAllowed(boolean); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean startScoUsingVirtualVoiceCall(); @@ -316,14 +328,26 @@ package android.bluetooth { method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice); method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]); + method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothHeadsetClient.NetworkServiceState getNetworkServiceState(@NonNull android.bluetooth.BluetoothDevice); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int); field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headsetclient.profile.action.AUDIO_STATE_CHANGED"; field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headsetclient.profile.action.CONNECTION_STATE_CHANGED"; + field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_NETWORK_SERVICE_STATE_CHANGED = "android.bluetooth.headsetclient.profile.action.NETWORK_SERVICE_STATE_CHANGED"; + field public static final String EXTRA_NETWORK_SERVICE_STATE = "android.bluetooth.headsetclient.extra.EXTRA_NETWORK_SERVICE_STATE"; field public static final int STATE_AUDIO_CONNECTED = 2; // 0x2 field public static final int STATE_AUDIO_CONNECTING = 1; // 0x1 field public static final int STATE_AUDIO_DISCONNECTED = 0; // 0x0 } + public static final class BluetoothHeadsetClient.NetworkServiceState implements android.os.Parcelable { + method @NonNull public android.bluetooth.BluetoothDevice getDevice(); + method @Nullable public String getOperatorName(); + method public int getSignalStrength(); + method public boolean isRoaming(); + method public boolean isServiceAvailable(); + field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHeadsetClient.NetworkServiceState> CREATOR; + } + public final class BluetoothHearingAid implements android.bluetooth.BluetoothProfile { method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public long getHiSyncId(@NonNull android.bluetooth.BluetoothDevice); @@ -624,7 +648,11 @@ package android.bluetooth { field public static final int ALLOWED = 400; // 0x190 field public static final int ERROR_ALREADY_IN_TARGET_STATE = 26; // 0x1a field public static final int ERROR_ANOTHER_ACTIVE_OOB_REQUEST = 1000; // 0x3e8 + field public static final int ERROR_AUDIO_DEVICE_ALREADY_CONNECTED = 1116; // 0x45c + field public static final int ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED = 1117; // 0x45d + field public static final int ERROR_AUDIO_ROUTE_BLOCKED = 1118; // 0x45e field public static final int ERROR_BAD_PARAMETERS = 21; // 0x15 + field public static final int ERROR_CALL_ACTIVE = 1119; // 0x45f field public static final int ERROR_CSIP_GROUP_LOCKED_BY_OTHER = 1208; // 0x4b8 field public static final int ERROR_CSIP_INVALID_GROUP_ID = 1207; // 0x4b7 field public static final int ERROR_CSIP_LOCKED_GROUP_MEMBER_LOST = 1209; // 0x4b9 @@ -639,6 +667,9 @@ package android.bluetooth { field public static final int ERROR_LE_CONTENT_METADATA_INVALID_OTHER = 1206; // 0x4b6 field public static final int ERROR_LE_CONTENT_METADATA_INVALID_PROGRAM_INFO = 1204; // 0x4b4 field public static final int ERROR_LOCAL_NOT_ENOUGH_RESOURCES = 22; // 0x16 + field public static final int ERROR_NOT_ACTIVE_DEVICE = 12; // 0xc + field public static final int ERROR_NO_ACTIVE_DEVICES = 13; // 0xd + field public static final int ERROR_PROFILE_NOT_CONNECTED = 14; // 0xe field public static final int ERROR_REMOTE_LINK_ERROR = 25; // 0x19 field public static final int ERROR_REMOTE_NOT_ENOUGH_RESOURCES = 23; // 0x17 field public static final int ERROR_REMOTE_OPERATION_NOT_SUPPORTED = 27; // 0x1b diff --git a/framework/api/system-removed.txt b/framework/api/system-removed.txt index 90406a90f9..d802177e24 100644 --- a/framework/api/system-removed.txt +++ b/framework/api/system-removed.txt @@ -1,9 +1 @@ // Signature format: 2.0 -package android.bluetooth { - - public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile { - method @Deprecated @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean setPriority(android.bluetooth.BluetoothDevice, int); - } - -} - diff --git a/framework/java/android/bluetooth/BluetoothAdapter.java b/framework/java/android/bluetooth/BluetoothAdapter.java index c17bf8ef61..e00b0a94d0 100644 --- a/framework/java/android/bluetooth/BluetoothAdapter.java +++ b/framework/java/android/bluetooth/BluetoothAdapter.java @@ -53,12 +53,12 @@ import android.compat.annotation.UnsupportedAppUsage; import android.content.AttributionSource; import android.content.Context; import android.os.Binder; +import android.os.BluetoothServiceManager; import android.os.Build; import android.os.IBinder; import android.os.ParcelUuid; import android.os.RemoteException; import android.os.ResultReceiver; -import android.os.ServiceManager; import android.sysprop.BluetoothProperties; import android.util.Log; import android.util.Pair; @@ -69,6 +69,7 @@ import com.android.modules.utils.SynchronousResultReceiver; import java.io.IOException; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; +import java.time.Duration; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; @@ -437,6 +438,16 @@ public final class BluetoothAdapter { @Retention(RetentionPolicy.SOURCE) public @interface ScanMode {} + /** @hide */ + @IntDef(value = { + BluetoothStatusCodes.SUCCESS, + BluetoothStatusCodes.ERROR_UNKNOWN, + BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED, + BluetoothStatusCodes.ERROR_MISSING_BLUETOOTH_SCAN_PERMISSION + }) + @Retention(RetentionPolicy.SOURCE) + public @interface ScanModeStatusCode {} + /** * Indicates that both inquiry scan and page scan are disabled on the local * Bluetooth adapter. Therefore this device is neither discoverable @@ -834,12 +845,18 @@ public final class BluetoothAdapter { /** {@hide} */ public static BluetoothAdapter createAdapter(AttributionSource attributionSource) { - IBinder binder = ServiceManager.getService(BLUETOOTH_MANAGER_SERVICE); - if (binder != null) { - return new BluetoothAdapter(IBluetoothManager.Stub.asInterface(binder), - attributionSource); + BluetoothServiceManager manager = + BluetoothFrameworkInitializer.getBluetoothServiceManager(); + if (manager == null) { + Log.e(TAG, "BluetoothServiceManager is null"); + return null; + } + IBluetoothManager service = IBluetoothManager.Stub.asInterface( + manager.getBluetoothManagerServiceRegisterer().get()); + if (service != null) { + return new BluetoothAdapter(service, attributionSource); } else { - Log.e(TAG, "Bluetooth binder is null"); + Log.e(TAG, "Bluetooth service is null"); return null; } } @@ -890,8 +907,7 @@ public final class BluetoothAdapter { * @throws IllegalArgumentException if address is invalid */ @RequiresNoPermission - public - @NonNull BluetoothDevice getRemoteLeDevice(@NonNull String address, + public @NonNull BluetoothDevice getRemoteLeDevice(@NonNull String address, @AddressType int addressType) { final BluetoothDevice res = new BluetoothDevice(address, addressType); res.setAttributionSource(mAttributionSource); @@ -1115,7 +1131,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_GET_STATE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") - protected Integer recompute(Void query) { + public Integer recompute(Void query) { try { final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); @@ -1265,7 +1281,20 @@ public final class BluetoothAdapter { * such as Airplane mode, or the adapter is already turned on. * * @return true to indicate adapter startup has begun, or false on immediate error + * + * @deprecated Starting with {@link android.os.Build.VERSION_CODES#TIRAMISU}, applications + * are not allowed to enable/disable Bluetooth. + * <b>Compatibility Note:</b> For applications targeting + * {@link android.os.Build.VERSION_CODES#TIRAMISU} or above, this API will always fail and return + * {@code false}. If apps are targeting an older SDK ({@link android.os.Build.VERSION_CODES#S} + * or below), they can continue to use this API. + * <p> + * Deprecation Exemptions: + * <ul> + * <li>Device Owner (DO), Profile Owner (PO) and system apps. + * </ul> */ + @Deprecated @RequiresLegacyBluetoothAdminPermission @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) @@ -1304,7 +1333,20 @@ public final class BluetoothAdapter { * such as the adapter already being turned off. * * @return true to indicate adapter shutdown has begun, or false on immediate error + * + * @deprecated Starting with {@link android.os.Build.VERSION_CODES#TIRAMISU}, applications + * are not allowed to enable/disable Bluetooth. + * <b>Compatibility Note:</b> For applications targeting + * {@link android.os.Build.VERSION_CODES#TIRAMISU} or above, this API will always fail and return + * {@code false}. If apps are targeting an older SDK ({@link android.os.Build.VERSION_CODES#S} + * or below), they can continue to use this API. + * <p> + * Deprecation Exemptions: + * <ul> + * <li>Device Owner (DO), Profile Owner (PO) and system apps. + * </ul> */ + @Deprecated @RequiresLegacyBluetoothAdminPermission @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) @@ -1725,8 +1767,10 @@ public final class BluetoothAdapter { mService.getScanMode(mAttributionSource, recv); return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(SCAN_MODE_NONE); } - } catch (RemoteException | TimeoutException e) { + } catch (TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + } catch (RemoteException e) { + throw e.rethrowFromSystemServer(); } finally { mServiceLock.readLock().unlock(); } @@ -1734,151 +1778,124 @@ public final class BluetoothAdapter { } /** - * Set the Bluetooth scan mode of the local Bluetooth adapter. - * <p>The Bluetooth scan mode determines if the local adapter is - * connectable and/or discoverable from remote Bluetooth devices. - * <p>For privacy reasons, discoverable mode is automatically turned off - * after <code>durationMillis</code> milliseconds. For example, 120000 milliseconds should be - * enough for a remote device to initiate and complete its discovery process. - * <p>Valid scan mode values are: - * {@link #SCAN_MODE_NONE}, - * {@link #SCAN_MODE_CONNECTABLE}, - * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. - * <p>If Bluetooth state is not {@link #STATE_ON}, this API - * will return false. After turning on Bluetooth, - * wait for {@link #ACTION_STATE_CHANGED} with {@link #STATE_ON} - * to get the updated value. + * Set the local Bluetooth adapter connectablility and discoverability. + * <p>If the scan mode is set to {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}, + * it will change to {@link #SCAN_MODE_CONNECTABLE} after the discoverable timeout. + * The discoverable timeout can be set with {@link #setDiscoverableTimeout} and + * checked with {@link #getDiscoverableTimeout}. By default, the timeout is usually + * 120 seconds on phones which is enough for a remote device to initiate and complete + * its discovery process. * <p>Applications cannot set the scan mode. They should use - * <code>startActivityForResult( - * BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE}) - * </code>instead. - * - * @param mode valid scan mode - * @param durationMillis time in milliseconds to apply scan mode, only used for {@link - * #SCAN_MODE_CONNECTABLE_DISCOVERABLE} - * @return true if the scan mode was set, false otherwise + * {@link #ACTION_REQUEST_DISCOVERABLE} instead. + * + * @param mode represents the desired state of the local device scan mode + * + * @return status code indicating whether the scan mode was successfully set * @hide */ - @UnsupportedAppUsage(publicAlternatives = "Use {@link #ACTION_REQUEST_DISCOVERABLE}, which " - + "shows UI that confirms the user wants to go into discoverable mode.") - @RequiresLegacyBluetoothPermission + @SystemApi @RequiresBluetoothScanPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) - public boolean setScanMode(@ScanMode int mode, long durationMillis) { + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_SCAN, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + @ScanModeStatusCode + public int setScanMode(@ScanMode int mode) { if (getState() != STATE_ON) { - return false; + return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; } try { mServiceLock.readLock().lock(); if (mService != null) { - int durationSeconds = Math.toIntExact(durationMillis / 1000); - final SynchronousResultReceiver<Boolean> recv = new SynchronousResultReceiver(); - mService.setScanMode(mode, durationSeconds, mAttributionSource, recv); - return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(false); + final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); + mService.setScanMode(mode, mAttributionSource, recv); + return recv.awaitResultNoInterrupt(getSyncTimeout()) + .getValue(BluetoothStatusCodes.ERROR_UNKNOWN); } - } catch (RemoteException | TimeoutException e) { + } catch (TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); - } catch (ArithmeticException ex) { - Log.e(TAG, "setScanMode: Duration in seconds outside of the bounds of an int"); - throw new IllegalArgumentException("Duration not in bounds. In seconds, the " - + "durationMillis must be in the range of an int"); + } catch (RemoteException e) { + throw e.rethrowFromSystemServer(); } finally { mServiceLock.readLock().unlock(); } - return false; + return BluetoothStatusCodes.ERROR_UNKNOWN; } /** - * Set the Bluetooth scan mode of the local Bluetooth adapter. - * <p>The Bluetooth scan mode determines if the local adapter is - * connectable and/or discoverable from remote Bluetooth devices. - * <p>For privacy reasons, discoverable mode is automatically turned off - * after <code>duration</code> seconds. For example, 120 seconds should be - * enough for a remote device to initiate and complete its discovery - * process. - * <p>Valid scan mode values are: - * {@link #SCAN_MODE_NONE}, - * {@link #SCAN_MODE_CONNECTABLE}, - * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. - * <p>If Bluetooth state is not {@link #STATE_ON}, this API - * will return false. After turning on Bluetooth, - * wait for {@link #ACTION_STATE_CHANGED} with {@link #STATE_ON} - * to get the updated value. - * <p>Applications cannot set the scan mode. They should use - * <code>startActivityForResult( - * BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE}) - * </code>instead. + * Get the timeout duration of the {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. * - * @param mode valid scan mode - * @return true if the scan mode was set, false otherwise - * @hide + * @return the duration of the discoverable timeout or null if an error has occurred */ - @UnsupportedAppUsage - @RequiresLegacyBluetoothPermission @RequiresBluetoothScanPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) - public boolean setScanMode(@ScanMode int mode) { + public @Nullable Duration getDiscoverableTimeout() { if (getState() != STATE_ON) { - return false; - } - try { - mServiceLock.readLock().lock(); - if (mService != null) { - final SynchronousResultReceiver<Boolean> recv = new SynchronousResultReceiver(); - mService.setScanMode(mode, getDiscoverableTimeout(), mAttributionSource, recv); - return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(false); - } - } catch (RemoteException | TimeoutException e) { - Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); - } finally { - mServiceLock.readLock().unlock(); - } - return false; - } - - /** @hide */ - @UnsupportedAppUsage - @RequiresBluetoothScanPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) - public int getDiscoverableTimeout() { - if (getState() != STATE_ON) { - return -1; + return null; } try { mServiceLock.readLock().lock(); if (mService != null) { - final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); + final SynchronousResultReceiver<Long> recv = new SynchronousResultReceiver(); mService.getDiscoverableTimeout(mAttributionSource, recv); - return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(null); + long timeout = recv.awaitResultNoInterrupt(getSyncTimeout()).getValue((long) -1); + return (timeout == -1) ? null : Duration.ofSeconds(timeout); } - } catch (RemoteException | TimeoutException e) { + } catch (TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + } catch (RemoteException e) { + throw e.rethrowFromSystemServer(); } finally { mServiceLock.readLock().unlock(); } - return -1; + return null; } - /** @hide */ - @UnsupportedAppUsage + /** + * Set the total time the Bluetooth local adapter will stay discoverable when + * {@link #setScanMode} is called with {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE} mode. + * After this timeout, the scan mode will fallback to {@link #SCAN_MODE_CONNECTABLE}. + * <p>If <code>timeout</code> is set to 0, no timeout will occur and the scan mode will + * be persisted until a subsequent call to {@link #setScanMode}. + * + * @param timeout represents the total duration the local Bluetooth adapter will remain + * discoverable, or no timeout if set to 0 + * @return whether the timeout was successfully set + * @throws IllegalArgumentException if <code>timeout</code> duration in seconds is more + * than {@link Integer#MAX_VALUE} + * @hide + */ + @SystemApi @RequiresBluetoothScanPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) - public void setDiscoverableTimeout(int timeout) { + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_SCAN, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + @ScanModeStatusCode + public int setDiscoverableTimeout(@NonNull Duration timeout) { if (getState() != STATE_ON) { - return; + return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; + } + if (timeout.toSeconds() > Integer.MAX_VALUE) { + throw new IllegalArgumentException("Timeout in seconds must be less or equal to " + + Integer.MAX_VALUE); } try { mServiceLock.readLock().lock(); if (mService != null) { - final SynchronousResultReceiver recv = new SynchronousResultReceiver(); - mService.setDiscoverableTimeout(timeout, mAttributionSource, recv); - recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(null); + final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); + mService.setDiscoverableTimeout(timeout.toSeconds(), mAttributionSource, recv); + return recv.awaitResultNoInterrupt(getSyncTimeout()) + .getValue(BluetoothStatusCodes.ERROR_UNKNOWN); } - } catch (RemoteException | TimeoutException e) { + } catch (TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + } catch (RemoteException e) { + throw e.rethrowFromSystemServer(); } finally { mServiceLock.readLock().unlock(); } + return BluetoothStatusCodes.ERROR_UNKNOWN; } /** @@ -2248,7 +2265,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_FILTERING_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") - protected Boolean recompute(Void query) { + public Boolean recompute(Void query) { try { mServiceLock.readLock().lock(); if (mService != null) { @@ -2445,17 +2462,17 @@ public final class BluetoothAdapter { /** @hide */ @Retention(RetentionPolicy.SOURCE) @IntDef(value = { - BluetoothStatusCodes.SUCCESS, + BluetoothStatusCodes.FEATURE_SUPPORTED, BluetoothStatusCodes.ERROR_UNKNOWN, BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED, - BluetoothStatusCodes.ERROR_FEATURE_NOT_SUPPORTED, + BluetoothStatusCodes.FEATURE_NOT_SUPPORTED, }) public @interface LeFeatureReturnValues {} /** - * Returns {@link BluetoothStatusCodes#SUCCESS} if the LE audio feature is - * supported, returns {@link BluetoothStatusCodes#ERROR_FEATURE_NOT_SUPPORTED} if - * the feature is not supported or an error code. + * Returns {@link BluetoothStatusCodes#FEATURE_SUPPORTED} if the LE audio feature is + * supported, {@link BluetoothStatusCodes#FEATURE_NOT_SUPPORTED} if the feature is not + * supported, or an error code. * * @return whether the LE audio is supported */ @@ -2483,9 +2500,9 @@ public final class BluetoothAdapter { } /** - * Returns {@link BluetoothStatusCodes#SUCCESS} if the LE audio broadcast source - * feature is supported, {@link BluetoothStatusCodes#ERROR_FEATURE_NOT_SUPPORTED} if the - * feature is not supported, or an error code. + * Returns {@link BluetoothStatusCodes#FEATURE_SUPPORTED} if the LE audio broadcast source + * feature is supported, {@link BluetoothStatusCodes#FEATURE_NOT_SUPPORTED} if the feature + * is not supported, or an error code. * * @return whether the LE audio broadcast source is supported */ @@ -2514,9 +2531,9 @@ public final class BluetoothAdapter { } /** - * Returns {@link BluetoothStatusCodes#SUCCESS} if the LE audio broadcast assistant - * feature is supported, {@link BluetoothStatusCodes#ERROR_FEATURE_NOT_SUPPORTED} if the - * feature is not supported, or an error code. + * Returns {@link BluetoothStatusCodes#FEATURE_SUPPORTED} if the LE audio broadcast assistant + * feature is supported, {@link BluetoothStatusCodes#FEATURE_NOT_SUPPORTED} if the feature is + * not supported, or an error code. * * @return whether the LE audio broadcast assistent is supported */ @@ -2801,7 +2818,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_GET_ADAPTER_CONNECTION_STATE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") - protected Integer recompute(Void query) { + public Integer recompute(Void query) { try { final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); @@ -2879,7 +2896,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_PROFILE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") - protected Integer recompute(Integer query) { + public Integer recompute(Integer query) { try { mServiceLock.readLock().lock(); if (mService != null) { @@ -3496,6 +3513,9 @@ public final class BluetoothAdapter { return true; } return false; + } else if (profile == BluetoothProfile.LE_AUDIO) { + BluetoothLeAudio leAudio = new BluetoothLeAudio(context, listener, this); + return true; } else if (profile == BluetoothProfile.VOLUME_CONTROL) { BluetoothVolumeControl vcs = new BluetoothVolumeControl(context, listener, this); return true; @@ -3599,6 +3619,10 @@ public final class BluetoothAdapter { BluetoothHearingAid hearingAid = (BluetoothHearingAid) proxy; hearingAid.close(); break; + case BluetoothProfile.LE_AUDIO: + BluetoothLeAudio leAudio = (BluetoothLeAudio) proxy; + leAudio.close(); + break; case BluetoothProfile.VOLUME_CONTROL: BluetoothVolumeControl vcs = (BluetoothVolumeControl) proxy; vcs.close(); diff --git a/framework/java/android/bluetooth/BluetoothClass.java b/framework/java/android/bluetooth/BluetoothClass.java index a9f2c60968..bd281fc236 100755 --- a/framework/java/android/bluetooth/BluetoothClass.java +++ b/framework/java/android/bluetooth/BluetoothClass.java @@ -331,21 +331,26 @@ public final class BluetoothClass implements Parcelable { return Arrays.copyOfRange(bytes, 1, bytes.length); } - /** @hide */ - @UnsupportedAppUsage public static final int PROFILE_HEADSET = 0; - /** @hide */ - @UnsupportedAppUsage + public static final int PROFILE_A2DP = 1; + /** @hide */ + @SystemApi public static final int PROFILE_OPP = 2; - /** @hide */ + public static final int PROFILE_HID = 3; + /** @hide */ + @SystemApi public static final int PROFILE_PANU = 4; + /** @hide */ + @SystemApi public static final int PROFILE_NAP = 5; + /** @hide */ + @SystemApi public static final int PROFILE_A2DP_SINK = 6; /** @@ -354,11 +359,9 @@ public final class BluetoothClass implements Parcelable { * given class bits might support specified profile. It is not accurate for all * devices. It tries to err on the side of false positives. * - * @param profile The profile to be checked - * @return True if this device might support specified profile. - * @hide + * @param profile the profile to be checked + * @return whether this device supports specified profile */ - @UnsupportedAppUsage public boolean doesClassMatch(int profile) { if (profile == PROFILE_A2DP) { if (hasService(Service.RENDER)) { diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java index 170e8469b0..95e9abc37b 100644 --- a/framework/java/android/bluetooth/BluetoothDevice.java +++ b/framework/java/android/bluetooth/BluetoothDevice.java @@ -1412,17 +1412,21 @@ public final class BluetoothDevice implements Parcelable, Attributable { android.Manifest.permission.BLUETOOTH_PRIVILEGED, }) public @Nullable String getIdentityAddress() { + if (DBG) log("getIdentityAddress()"); final IBluetooth service = sService; + final String defaultValue = null; if (service == null) { Log.e(TAG, "BT not enabled. Cannot get identity address"); - return null; - } - try { - return service.getIdentityAddress(mAddress); - } catch (RemoteException e) { - Log.e(TAG, "", e); + } else { + try { + final SynchronousResultReceiver<String> recv = new SynchronousResultReceiver(); + service.getIdentityAddress(mAddress, recv); + return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(null); + } catch (RemoteException | TimeoutException e) { + Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + } } - return null; + return defaultValue; } /** @@ -1814,7 +1818,8 @@ public final class BluetoothDevice implements Parcelable, Attributable { 8, BLUETOOTH_BONDING_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") - protected Integer recompute(BluetoothDevice query) { + public Integer recompute(BluetoothDevice query) { + final int defaultValue = BluetoothDevice.BOND_NONE; try { final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); diff --git a/framework/java/android/bluetooth/BluetoothFrameworkInitializer.java b/framework/java/android/bluetooth/BluetoothFrameworkInitializer.java new file mode 100644 index 0000000000..dc8b862539 --- /dev/null +++ b/framework/java/android/bluetooth/BluetoothFrameworkInitializer.java @@ -0,0 +1,104 @@ +/* + * Copyright (C) 2021 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package android.bluetooth; + +import android.annotation.NonNull; +import android.annotation.SystemApi; +import android.annotation.SystemApi.Client; +import android.app.SystemServiceRegistry; +import android.content.Context; +import android.os.BluetoothServiceManager; + +import java.util.function.Consumer; + +/** + * Class for performing registration for Bluetooth service. + * + * @hide + */ +@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES) +public class BluetoothFrameworkInitializer { + private BluetoothFrameworkInitializer() {} + + private static volatile BluetoothServiceManager sBluetoothServiceManager; + private static volatile Consumer<Context> sBinderCallsStatsInitializer; + + /** + * Sets an instance of {@link BluetoothServiceManager} that allows + * the bluetooth mainline module to register/obtain bluetooth binder services. This is called + * by the platform during the system initialization. + * + * @param bluetoothServiceManager instance of {@link BluetoothServiceManager} that allows + * the bluetooth mainline module to register/obtain bluetoothd binder services. + */ + public static void setBluetoothServiceManager( + @NonNull BluetoothServiceManager bluetoothServiceManager) { + if (sBluetoothServiceManager != null) { + throw new IllegalStateException("setBluetoothServiceManager called twice!"); + } + + if (bluetoothServiceManager == null) { + throw new IllegalArgumentException("bluetoothServiceManager must not be null"); + } + + sBluetoothServiceManager = bluetoothServiceManager; + } + + /** @hide */ + public static BluetoothServiceManager getBluetoothServiceManager() { + return sBluetoothServiceManager; + } + + /** + * Called by {@link ActivityThread}'s static initializer to set the callback enabling Bluetooth + * {@link BinderCallsStats} registeration. + * + * @param binderCallsStatsConsumer called by bluetooth service to create a new binder calls + * stats observer + */ + public static void setBinderCallsStatsInitializer( + @NonNull Consumer<Context> binderCallsStatsConsumer) { + if (sBinderCallsStatsInitializer != null) { + throw new IllegalStateException("setBinderCallsStatsInitializer called twice!"); + } + + if (binderCallsStatsConsumer == null) { + throw new IllegalArgumentException("binderCallsStatsConsumer must not be null"); + } + + sBinderCallsStatsInitializer = binderCallsStatsConsumer; + } + + /** @hide */ + public static void initializeBinderCallsStats(Context context) { + if (sBinderCallsStatsInitializer == null) { + throw new IllegalStateException("sBinderCallsStatsInitializer has not been set"); + } + sBinderCallsStatsInitializer.accept(context); + } + + /** + * Called by {@link SystemServiceRegistry}'s static initializer and registers BT service + * to {@link Context}, so that {@link Context#getSystemService} can return them. + * + * @throws IllegalStateException if this is called from anywhere besides + * {@link SystemServiceRegistry} + */ + public static void registerServiceWrappers() { + SystemServiceRegistry.registerContextAwareService(Context.BLUETOOTH_SERVICE, + BluetoothManager.class, context -> new BluetoothManager(context)); + } +} diff --git a/framework/java/android/bluetooth/BluetoothHeadset.java b/framework/java/android/bluetooth/BluetoothHeadset.java index c1103ac33a..4e57c59643 100644 --- a/framework/java/android/bluetooth/BluetoothHeadset.java +++ b/framework/java/android/bluetooth/BluetoothHeadset.java @@ -630,33 +630,6 @@ public final class BluetoothHeadset implements BluetoothProfile { } /** - * Set priority of the profile - * - * <p> The device should already be paired. - * Priority can be one of {@link BluetoothProfile#PRIORITY_ON} or - * {@link BluetoothProfile#PRIORITY_OFF} - * - * @param device Paired bluetooth device - * @param priority - * @return true if priority is set, false on error - * @hide - * @deprecated Replaced with {@link #setConnectionPolicy(BluetoothDevice, int)} - * @removed - */ - @Deprecated - @SystemApi - @RequiresLegacyBluetoothAdminPermission - @RequiresBluetoothConnectPermission - @RequiresPermission(allOf = { - android.Manifest.permission.BLUETOOTH_CONNECT, - android.Manifest.permission.MODIFY_PHONE_STATE, - }) - public boolean setPriority(BluetoothDevice device, int priority) { - if (DBG) log("setPriority(" + device + ", " + priority + ")"); - return setConnectionPolicy(device, BluetoothAdapter.priorityToConnectionPolicy(priority)); - } - - /** * Set connection policy of the profile * * <p> The device should already be paired. @@ -916,17 +889,36 @@ public final class BluetoothHeadset implements BluetoothProfile { } + /** @hide */ + @Retention(RetentionPolicy.SOURCE) + @IntDef(value = { + BluetoothHeadset.STATE_AUDIO_DISCONNECTED, + BluetoothHeadset.STATE_AUDIO_CONNECTING, + BluetoothHeadset.STATE_AUDIO_CONNECTED, + BluetoothStatusCodes.ERROR_TIMEOUT + }) + public @interface GetAudioStateReturnValues {} + /** * Get the current audio state of the Headset. - * Note: This is an internal function and shouldn't be exposed + * + * @param device is the Bluetooth device for which the audio state is being queried + * @return the audio state of the device or an error code + * @throws IllegalArgumentException if the device is null * * @hide */ - @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) + @SystemApi @RequiresBluetoothConnectPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) - public int getAudioState(BluetoothDevice device) { + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_CONNECT, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + public @GetAudioStateReturnValues int getAudioState(@NonNull BluetoothDevice device) { if (VDBG) log("getAudioState"); + if (device == null) { + throw new IllegalArgumentException("device cannot be null"); + } final IBluetoothHeadset service = mService; final int defaultValue = BluetoothHeadset.STATE_AUDIO_DISCONNECTED; if (service == null) { @@ -937,8 +929,12 @@ public final class BluetoothHeadset implements BluetoothProfile { final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); service.getAudioState(device, mAttributionSource, recv); return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(defaultValue); - } catch (RemoteException | TimeoutException e) { + } catch (RemoteException e) { + Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + throw e.rethrowFromSystemServer(); + } catch (TimeoutException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + return BluetoothStatusCodes.ERROR_TIMEOUT; } } return defaultValue; @@ -1065,106 +1061,121 @@ public final class BluetoothHeadset implements BluetoothProfile { } } - /** - * Check if at least one headset's SCO audio is connected or connecting - * - * @return true if at least one device's SCO audio is connected or connecting, false otherwise - * or on error - * @hide - */ - @RequiresLegacyBluetoothPermission - @RequiresBluetoothConnectPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) - public boolean isAudioOn() { - if (VDBG) log("isAudioOn()"); - final IBluetoothHeadset service = mService; - final boolean defaultValue = false; - if (service == null) { - Log.w(TAG, "Proxy not attached to service"); - if (DBG) log(Log.getStackTraceString(new Throwable())); - } else if (isEnabled()) { - try { - final SynchronousResultReceiver<Boolean> recv = new SynchronousResultReceiver(); - service.isAudioOn(mAttributionSource, recv); - return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(defaultValue); - } catch (RemoteException | TimeoutException e) { - Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); - } - } - return defaultValue; - } + /** @hide */ + @Retention(RetentionPolicy.SOURCE) + @IntDef(value = { + BluetoothStatusCodes.SUCCESS, + BluetoothStatusCodes.ERROR_UNKNOWN, + BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND, + BluetoothStatusCodes.ERROR_TIMEOUT, + BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED, + BluetoothStatusCodes.ERROR_AUDIO_DEVICE_ALREADY_CONNECTED, + BluetoothStatusCodes.ERROR_NO_ACTIVE_DEVICES, + BluetoothStatusCodes.ERROR_NOT_ACTIVE_DEVICE, + BluetoothStatusCodes.ERROR_AUDIO_ROUTE_BLOCKED, + BluetoothStatusCodes.ERROR_CALL_ACTIVE, + BluetoothStatusCodes.ERROR_PROFILE_NOT_CONNECTED + }) + public @interface ConnectAudioReturnValues {} /** - * Initiates a connection of headset audio to the current active device - * - * <p> Users can listen to {@link #ACTION_AUDIO_STATE_CHANGED}. - * If this function returns true, this intent will be broadcasted with - * {@link #EXTRA_STATE} set to {@link #STATE_AUDIO_CONNECTING}. - * - * <p> {@link #EXTRA_STATE} will transition from - * {@link #STATE_AUDIO_CONNECTING} to {@link #STATE_AUDIO_CONNECTED} when - * audio connection is established and to {@link #STATE_AUDIO_DISCONNECTED} - * in case of failure to establish the audio connection. - * - * Note that this intent will not be sent if {@link BluetoothHeadset#isAudioOn()} is true - * before calling this method - * - * @return false if there was some error such as there is no active headset + * Initiates a connection of SCO audio to the current active HFP device. The active HFP device + * can be identified with {@link BluetoothAdapter#getActiveDevices(int)}. + * <p> + * If this function returns {@link BluetoothStatusCodes#SUCCESS}, the intent + * {@link #ACTION_AUDIO_STATE_CHANGED} will be broadcasted twice. First with + * {@link #EXTRA_STATE} set to {@link #STATE_AUDIO_CONNECTING}. This will be followed by a + * broadcast with {@link #EXTRA_STATE} set to either {@link #STATE_AUDIO_CONNECTED} if the audio + * connection is established or {@link #STATE_AUDIO_DISCONNECTED} if there was a failure in + * establishing the audio connection. + * + * @return whether the connection was successfully initiated or an error code on failure * @hide */ - @UnsupportedAppUsage + @SystemApi @RequiresBluetoothConnectPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) - public boolean connectAudio() { + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_CONNECT, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + public @ConnectAudioReturnValues int connectAudio() { if (VDBG) log("connectAudio()"); final IBluetoothHeadset service = mService; - final boolean defaultValue = false; + final int defaultValue = BluetoothStatusCodes.ERROR_UNKNOWN; if (service == null) { Log.w(TAG, "Proxy not attached to service"); if (DBG) log(Log.getStackTraceString(new Throwable())); + return BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND; } else if (isEnabled()) { try { - final SynchronousResultReceiver<Boolean> recv = new SynchronousResultReceiver(); + final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); service.connectAudio(mAttributionSource, recv); return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(defaultValue); - } catch (RemoteException | TimeoutException e) { + } catch (RemoteException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + throw e.rethrowFromSystemServer(); + } catch (TimeoutException e) { + Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + return BluetoothStatusCodes.ERROR_TIMEOUT; } + } else { + return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; } - return defaultValue; } + /** @hide */ + @Retention(RetentionPolicy.SOURCE) + @IntDef(value = { + BluetoothStatusCodes.SUCCESS, + BluetoothStatusCodes.ERROR_UNKNOWN, + BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND, + BluetoothStatusCodes.ERROR_TIMEOUT, + BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED, + BluetoothStatusCodes.ERROR_PROFILE_NOT_CONNECTED, + BluetoothStatusCodes.ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED + }) + public @interface DisconnectAudioReturnValues {} + /** - * Initiates a disconnection of HFP SCO audio. - * Tear down voice recognition or virtual voice call if any. + * Initiates a disconnection of HFP SCO audio from actively connected devices. It also tears + * down voice recognition or virtual voice call, if any exists. * - * <p> Users can listen to {@link #ACTION_AUDIO_STATE_CHANGED}. - * If this function returns true, this intent will be broadcasted with - * {@link #EXTRA_STATE} set to {@link #STATE_AUDIO_DISCONNECTED}. + * <p> If this function returns {@link BluetoothStatusCodes#SUCCESS}, the intent + * {@link #ACTION_AUDIO_STATE_CHANGED} will be broadcasted with {@link #EXTRA_STATE} set to + * {@link #STATE_AUDIO_DISCONNECTED}. * - * @return false if audio is not connected, or on error, true otherwise + * @return whether the disconnection was initiated successfully or an error code on failure * @hide */ - @UnsupportedAppUsage + @SystemApi @RequiresBluetoothConnectPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) - public boolean disconnectAudio() { + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_CONNECT, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + public @DisconnectAudioReturnValues int disconnectAudio() { if (VDBG) log("disconnectAudio()"); final IBluetoothHeadset service = mService; - final boolean defaultValue = false; + final int defaultValue = BluetoothStatusCodes.ERROR_UNKNOWN; if (service == null) { Log.w(TAG, "Proxy not attached to service"); if (DBG) log(Log.getStackTraceString(new Throwable())); + return BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND; } else if (isEnabled()) { try { - final SynchronousResultReceiver<Boolean> recv = new SynchronousResultReceiver(); + final SynchronousResultReceiver<Integer> recv = new SynchronousResultReceiver(); service.disconnectAudio(mAttributionSource, recv); return recv.awaitResultNoInterrupt(getSyncTimeout()).getValue(defaultValue); - } catch (RemoteException | TimeoutException e) { + } catch (RemoteException e) { Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + throw e.rethrowFromSystemServer(); + } catch (TimeoutException e) { + Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); + return BluetoothStatusCodes.ERROR_TIMEOUT; } + } else { + return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; } - return defaultValue; } /** @@ -1446,7 +1457,10 @@ public final class BluetoothHeadset implements BluetoothProfile { @SystemApi @RequiresLegacyBluetoothPermission @RequiresBluetoothConnectPermission - @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_CONNECT, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) public boolean isInbandRingingEnabled() { if (DBG) log("isInbandRingingEnabled()"); final IBluetoothHeadset service = mService; diff --git a/framework/java/android/bluetooth/BluetoothHeadsetClient.java b/framework/java/android/bluetooth/BluetoothHeadsetClient.java index 87bd76114b..f1402d485d 100644 --- a/framework/java/android/bluetooth/BluetoothHeadsetClient.java +++ b/framework/java/android/bluetooth/BluetoothHeadsetClient.java @@ -18,6 +18,7 @@ package android.bluetooth; import static android.bluetooth.BluetoothUtils.getSyncTimeout; import android.annotation.NonNull; +import android.annotation.Nullable; import android.annotation.RequiresPermission; import android.annotation.SdkConstant; import android.annotation.SdkConstant.SdkConstantType; @@ -31,6 +32,8 @@ import android.content.Context; import android.os.Build; import android.os.Bundle; import android.os.IBinder; +import android.os.Parcel; +import android.os.Parcelable; import android.os.RemoteException; import android.util.CloseGuard; import android.util.Log; @@ -1615,6 +1618,218 @@ public final class BluetoothHeadsetClient implements BluetoothProfile, AutoClose } return defaultValue; } + + /** + * A class that contains the network service info provided by the HFP Client profile + * + * @hide + */ + @SystemApi + public static final class NetworkServiceState implements Parcelable { + /** The device associated with this service state */ + private final BluetoothDevice mDevice; + + /** True if there is service available, False otherwise */ + private final boolean mIsServiceAvailable; + + /** The name of the operator associated with the remote device's current network */ + private final String mOperatorName; + + /** + * The general signal strength + * (0 - Unknown, 1 - Poor, 2 - Fair, 3 - Good, 4 - Great, 5 - Excellent) + */ + private final int mSignalStrength; + + /** True if we are network roaming, False otherwise */ + private final boolean mIsRoaming; + + /** + * Create a NetworkServiceState Object + * + * @param device The device associated with this network signal state + * @param isServiceAvailable True if there is service available, False otherwise + * @param operatorName The name of the operator associated with the remote device's current + * network. Use Null if the value is unknown + * @param signalStrength The general signal strength + * @param isRoaming True if we are network roaming, False otherwise + * + * @hide + */ + public NetworkServiceState(BluetoothDevice device, boolean isServiceAvailable, + String operatorName, int signalStrength, boolean isRoaming) { + mDevice = device; + mIsServiceAvailable = isServiceAvailable; + mOperatorName = operatorName; + mSignalStrength = signalStrength; + mIsRoaming = isRoaming; + } + + /** + * Get the device associated with this network service state + * + * @return a BluetoothDevice associated with this state + * + * @hide + */ + @SystemApi + public @NonNull BluetoothDevice getDevice() { + return mDevice; + } + + /** + * Get the network service availablility state + * + * @return True if there is service available, False otherwise + * + * @hide + */ + @SystemApi + public boolean isServiceAvailable() { + return mIsServiceAvailable; + } + + /** + * Get the network operator name + * + * @return A string representing the name of the operator the remote device is on, or null + * if unknown. + * + * @hide + */ + @SystemApi + public @Nullable String getOperatorName() { + return mOperatorName; + } + + /** + * Get the network's general signal strength + * + * @return The general signal strength (0 - None, 1 - Poor, 2 - Fair, 3 - Good, + * 4 - Great, 5 - Excellent) + * + * @hide + */ + @SystemApi + public int getSignalStrength() { + return mSignalStrength; + } + + /** + * Get the network service roaming status + * + * * @return True if we are network roaming, False otherwise + * + * @hide + */ + @SystemApi + public boolean isRoaming() { + return mIsRoaming; + } + + /** + * {@link Parcelable.Creator} interface implementation. + */ + public static final @NonNull Parcelable.Creator<NetworkServiceState> CREATOR = + new Parcelable.Creator<NetworkServiceState>() { + public NetworkServiceState createFromParcel(Parcel in) { + return new NetworkServiceState((BluetoothDevice) in.readParcelable(null), + in.readInt() == 1, in.readString(), in.readInt(), in.readInt() == 1); + } + + public @NonNull NetworkServiceState[] newArray(int size) { + return new NetworkServiceState[size]; + } + }; + + /** + * @hide + */ + @Override + public void writeToParcel(@NonNull Parcel out, int flags) { + out.writeParcelable(mDevice, 0); + out.writeInt(mIsServiceAvailable ? 1 : 0); + out.writeString(mOperatorName); + out.writeInt(mSignalStrength); + out.writeInt(mIsRoaming ? 1 : 0); + } + + /** + * @hide + */ + @Override + public int describeContents() { + return 0; + } + } + + /** + * Intent used to broadcast the change in network service state of an HFP Client device + * + * <p>This intent will have 2 extras: + * <ul> + * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li> + * <li> {@link EXTRA_NETWORK_SERVICE_STATE} - A {@link NetworkServiceState} object. </li> + * </ul> + * + * @hide + */ + @SuppressLint("ActionValue") + @SystemApi + @RequiresBluetoothConnectPermission + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_CONNECT, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) + public static final String ACTION_NETWORK_SERVICE_STATE_CHANGED = + "android.bluetooth.headsetclient.profile.action.NETWORK_SERVICE_STATE_CHANGED"; + + /** + * Extra for the network service state changed intent. + * + * This extra represents the current network service state of a connected Bluetooth device. + * + * @hide + */ + @SuppressLint("ActionValue") + @SystemApi + public static final String EXTRA_NETWORK_SERVICE_STATE = + "android.bluetooth.headsetclient.extra.EXTRA_NETWORK_SERVICE_STATE"; + + /** + * Get the network service state for a device + * + * @param device The {@link BluetoothDevice} you want the network service state for + * @return A {@link NetworkServiceState} representing the network service state of the device, + * or null if the device is not connected + * @hide + */ + @SystemApi + @RequiresBluetoothConnectPermission + @RequiresPermission(allOf = { + android.Manifest.permission.BLUETOOTH_CONNECT, + android.Manifest.permission.BLUETOOTH_PRIVILEGED, + }) + public @Nullable NetworkServiceState getNetworkServiceState(@NonNull BluetoothDevice device) { + if (device == null) { + return null; + } + + Bundle agEvents = getCurrentAgEvents(device); + if (agEvents == null) { + return null; + } + + boolean isServiceAvailable = (agEvents.getInt(EXTRA_NETWORK_STATUS, 0) == 1); + int signalStrength = agEvents.getInt(EXTRA_NETWORK_SIGNAL_STRENGTH, 0); + String operatorName = agEvents.getString(EXTRA_OPERATOR_NAME, null); + boolean isRoaming = (agEvents.getInt(EXTRA_NETWORK_ROAMING, 0) == 1); + + return new NetworkServiceState(device, isServiceAvailable, operatorName, signalStrength, + isRoaming); + } + private boolean isEnabled() { return mAdapter.getState() == BluetoothAdapter.STATE_ON; } diff --git a/framework/java/android/bluetooth/BluetoothProfileConnector.java b/framework/java/android/bluetooth/BluetoothProfileConnector.java index 12d95ccb90..dfc35eabe8 100644 --- a/framework/java/android/bluetooth/BluetoothProfileConnector.java +++ b/framework/java/android/bluetooth/BluetoothProfileConnector.java @@ -66,8 +66,9 @@ public abstract class BluetoothProfileConnector<T> { }; private @Nullable ComponentName resolveSystemService(@NonNull Intent intent, - @NonNull PackageManager pm, @PackageManager.ComponentInfoFlags int flags) { - List<ResolveInfo> results = pm.queryIntentServices(intent, flags); + @NonNull PackageManager pm) { + List<ResolveInfo> results = pm.queryIntentServices(intent, + PackageManager.ResolveInfoFlags.of(0)); if (results == null) { return null; } @@ -130,8 +131,7 @@ public abstract class BluetoothProfileConnector<T> { mCloseGuard.open("doUnbind"); try { Intent intent = new Intent(mServiceName); - ComponentName comp = resolveSystemService(intent, mContext.getPackageManager(), - 0); + ComponentName comp = resolveSystemService(intent, mContext.getPackageManager()); intent.setComponent(comp); if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0, USER_HANDLE_CURRENT_OR_SELF)) { diff --git a/framework/java/android/bluetooth/BluetoothStatusCodes.java b/framework/java/android/bluetooth/BluetoothStatusCodes.java index 4f57e75583..ebaace621b 100644 --- a/framework/java/android/bluetooth/BluetoothStatusCodes.java +++ b/framework/java/android/bluetooth/BluetoothStatusCodes.java @@ -20,7 +20,7 @@ import android.annotation.SystemApi; /** * A class with constants representing possible return values for Bluetooth APIs. General return - * values occupy the range 0 to 99. Profile-specific return values occupy the range 100-999. + * values occupy the range 0 to 199. Profile-specific return values occupy the range 200-999. * API-specific return values start at 1000. The exception to this is the "UNKNOWN" error code which * occupies the max integer value. */ @@ -29,28 +29,28 @@ public final class BluetoothStatusCodes { private BluetoothStatusCodes() {} /** - * Indicates that the API call was successful + * Indicates that the API call was successful. */ public static final int SUCCESS = 0; /** - * Error code indicating that Bluetooth is not enabled + * Error code indicating that Bluetooth is not enabled. */ public static final int ERROR_BLUETOOTH_NOT_ENABLED = 1; /** * Error code indicating that the API call was initiated by neither the system nor the active - * Zuser + * user. */ public static final int ERROR_BLUETOOTH_NOT_ALLOWED = 2; /** - * Error code indicating that the Bluetooth Device specified is not bonded + * Error code indicating that the Bluetooth Device specified is not bonded. */ public static final int ERROR_DEVICE_NOT_BONDED = 3; /** - * Error code indicating that the Bluetooth Device specified is not connected, but is bonded + * Error code indicating that the Bluetooth Device specified is not connected, but is bonded. * * @hide */ @@ -58,7 +58,7 @@ public final class BluetoothStatusCodes { /** * Error code indicating that the caller does not have the - * {@link android.Manifest.permission#BLUETOOTH_ADVERTISE} permission + * {@link android.Manifest.permission#BLUETOOTH_ADVERTISE} permission. * * @hide */ @@ -66,13 +66,13 @@ public final class BluetoothStatusCodes { /** * Error code indicating that the caller does not have the - * {@link android.Manifest.permission#BLUETOOTH_CONNECT} permission + * {@link android.Manifest.permission#BLUETOOTH_CONNECT} permission. */ public static final int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION = 6; /** * Error code indicating that the caller does not have the - * {@link android.Manifest.permission#BLUETOOTH_SCAN} permission + * {@link android.Manifest.permission#BLUETOOTH_SCAN} permission. * * @hide */ @@ -80,20 +80,49 @@ public final class BluetoothStatusCodes { /** * Error code indicating that the caller does not have the - * {@link android.Manifest.permission#BLUETOOTH_PRIVILEGED} permission + * {@link android.Manifest.permission#BLUETOOTH_PRIVILEGED} permission. */ public static final int ERROR_MISSING_BLUETOOTH_PRIVILEGED_PERMISSION = 8; /** * Error code indicating that the profile service is not bound. You can bind a profile service - * by calling {@link BluetoothAdapter#getProfileProxy} + * by calling {@link BluetoothAdapter#getProfileProxy}. */ public static final int ERROR_PROFILE_SERVICE_NOT_BOUND = 9; /** - * Error code indicating that the feature is not supported. + * Indicates that the feature is supported. */ - public static final int ERROR_FEATURE_NOT_SUPPORTED = 10; + public static final int FEATURE_SUPPORTED = 10; + + /** + * Indicates that the feature is not supported. + */ + public static final int FEATURE_NOT_SUPPORTED = 11; + + /** + * Error code indicating that the device is not the active device for this profile. + * + * @hide + */ + @SystemApi + public static final int ERROR_NOT_ACTIVE_DEVICE = 12; + + /** + * Error code indicating that there are no active devices for the profile. + * + * @hide + */ + @SystemApi + public static final int ERROR_NO_ACTIVE_DEVICES = 13; + + /** + * Indicates that the Bluetooth profile is not connected to this device. + * + * @hide + */ + @SystemApi + public static final int ERROR_PROFILE_NOT_CONNECTED = 14; /** * Error code indicating that the requested operation timed out. @@ -203,12 +232,12 @@ public final class BluetoothStatusCodes { /** * A GATT writeCharacteristic request is not permitted on the remote device. */ - public static final int ERROR_GATT_WRITE_NOT_ALLOWED = 101; + public static final int ERROR_GATT_WRITE_NOT_ALLOWED = 200; /** * A GATT writeCharacteristic request is issued to a busy remote device. */ - public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 102; + public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 201; /** * Indicates that the operation is allowed. @@ -346,6 +375,38 @@ public final class BluetoothStatusCodes { */ public static final int ERROR_DISCONNECT_REASON_BAD_PARAMETERS = 1109; + /** + * Indicates that there is already one device for which SCO audio is connected or connecting. + * + * @hide + */ + @SystemApi + public static final int ERROR_AUDIO_DEVICE_ALREADY_CONNECTED = 1116; + + /** + * Indicates that SCO audio was already not connected for this device. + * + * @hide + */ + @SystemApi + public static final int ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED = 1117; + + /** + * Indicates that there audio route is currently blocked by the system. + * + * @hide + */ + @SystemApi + public static final int ERROR_AUDIO_ROUTE_BLOCKED = 1118; + + /** + * Indicates that there is an active call preventing this operation from succeeding. + * + * @hide + */ + @SystemApi + public static final int ERROR_CALL_ACTIVE = 1119; + // LE audio related return codes reserved from 1200 to 1300 /** diff --git a/framework/tests/Android.bp b/framework/tests/Android.bp index a6a2fe5115..efec1dd521 100644 --- a/framework/tests/Android.bp +++ b/framework/tests/Android.bp @@ -4,8 +4,18 @@ package { android_test { name: "BluetoothTests", + + defaults: ["framework-bluetooth-tests-defaults"], + + min_sdk_version: "current", + target_sdk_version: "current", + // Include all test java files. srcs: ["src/**/*.java"], + jacoco: { + include_filter: ["android.bluetooth.*"], + exclude_filter: [], + }, libs: [ "android.test.runner", "android.test.base", @@ -14,6 +24,8 @@ android_test { "junit", "modules-utils-bytesmatcher", ], - platform_apis: true, - certificate: "platform", + test_suites: [ + "general-tests", + "mts-bluetooth", + ], } diff --git a/framework/tests/src/android/bluetooth/BluetoothTestUtils.java b/framework/tests/src/android/bluetooth/BluetoothTestUtils.java index 6b7a75a6cf..12183f8f02 100644 --- a/framework/tests/src/android/bluetooth/BluetoothTestUtils.java +++ b/framework/tests/src/android/bluetooth/BluetoothTestUtils.java @@ -592,7 +592,8 @@ public class BluetoothTestUtils extends Assert { final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); mContext.registerReceiver(receiver, filter); - assertTrue(adapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE)); + assertEquals(adapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE), + BluetoothStatusCodes.SUCCESS); boolean success = false; try { success = completionSemaphore.tryAcquire(DISCOVERABLE_UNDISCOVERABLE_TIMEOUT, @@ -642,7 +643,8 @@ public class BluetoothTestUtils extends Assert { final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); mContext.registerReceiver(receiver, filter); - assertTrue(adapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE)); + assertEquals(adapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE), + BluetoothStatusCodes.SUCCESS); boolean success = false; try { success = completionSemaphore.tryAcquire(DISCOVERABLE_UNDISCOVERABLE_TIMEOUT, diff --git a/le_audio/packages/apps/Bluetooth/src/com/android/bluetooth/apm/VolumeManager.java b/le_audio/packages/apps/Bluetooth/src/com/android/bluetooth/apm/VolumeManager.java index a57195778c..ac120298a6 100644 --- a/le_audio/packages/apps/Bluetooth/src/com/android/bluetooth/apm/VolumeManager.java +++ b/le_audio/packages/apps/Bluetooth/src/com/android/bluetooth/apm/VolumeManager.java @@ -78,7 +78,7 @@ public class VolumeManager { mVolumeManagerReceiver = new VolumeManagerReceiver(); IntentFilter filter = new IntentFilter(); - filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); + filter.addAction(AudioManager.ACTION_VOLUME_CHANGED); filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); filter.addAction(ACTION_SHUTDOWN); filter.addAction(ACTION_POWER_OFF); @@ -731,7 +731,7 @@ public class VolumeManager { return; switch(action) { - case AudioManager.VOLUME_CHANGED_ACTION: + case AudioManager.ACTION_VOLUME_CHANGED: int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); int volumeValue = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0); if(streamType == AudioManager.STREAM_BLUETOOTH_SCO) { diff --git a/service/Android.bp b/service/Android.bp index f69ede4634..c720f6ae6c 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -27,3 +27,107 @@ filegroup { ], } +java_defaults { + name: "service-bluetooth-common-defaults", + defaults: ["bluetooth-module-sdk-version-defaults"], + errorprone: { + javacflags: ["-Xep:CheckReturnValue:ERROR"], + }, + product_variables: { + pdk: { + enabled: false, + }, + }, +} + +// pre-jarjar version of service-uwb that builds against pre-jarjar version of framework-bluetooth +java_library { + name: "service-bluetooth-pre-jarjar", + installable: false, + defaults: ["service-bluetooth-common-defaults"], + srcs: [ + ":services.bluetooth-sources", + ":bluetooth-proto-enums-java-gen", + ":bluetooth-manager-service-proto-java-gen", + ], + // java_api_finder must accompany `srcs` + plugins: ["java_api_finder"], + + sdk_version: "system_server_current", + + lint: { + strict_updatability_linting: true, + }, + libs: [ + "framework-annotations-lib", + "framework-bluetooth-pre-jarjar", + "app-compat-annotations", + ], + + static_libs: [ + "androidx.annotation_annotation", + "androidx.appcompat_appcompat", + ], + + apex_available: [ + "com.android.bluetooth", + ], +} + +// service-bluetooth static library +// ============================================================== +java_library { + name: "service-bluetooth", + defaults: ["service-bluetooth-common-defaults"], + installable: true, + static_libs: [ + "service-bluetooth-pre-jarjar", + "androidx.appcompat_appcompat", + ], + + libs: [ + "framework-bluetooth.impl", + "app-compat-annotations", + ], + sdk_version: "system_server_current", + + jarjar_rules: ":bluetooth-jarjar-rules", + + optimize: { + enabled: true, + shrink: true, + proguard_flags_files: ["proguard.flags"], + }, + visibility: [ + "//packages/modules/Bluetooth/apex", + ], + apex_available: [ + "com.android.bluetooth", + ], +} + +gensrcs { + name: "bluetooth-manager-service-proto-java-gen", + depfile: true, + + tools: [ + "aprotoc", + "protoc-gen-javastream", + "soong_zip", + ], + + cmd: "mkdir -p $(genDir)/$(in) " + + "&& $(location aprotoc) " + + " --plugin=$(location protoc-gen-javastream) " + + " --dependency_out=$(depfile) " + + " --javastream_out=$(genDir)/$(in) " + + " -Iexternal/protobuf/src " + + " -I . " + + " $(in) " + + "&& $(location soong_zip) -jar -o $(out) -C $(genDir)/$(in) -D $(genDir)/$(in)", + + srcs: [ + ":srcs_bluetooth_manager_service_proto", + ], + output_extension: "srcjar", +} diff --git a/service/java/com/android/server/bluetooth/BluetoothAirplaneModeListener.java b/service/java/com/android/server/bluetooth/BluetoothAirplaneModeListener.java index 380b1f37b9..d4aad1c642 100644 --- a/service/java/com/android/server/bluetooth/BluetoothAirplaneModeListener.java +++ b/service/java/com/android/server/bluetooth/BluetoothAirplaneModeListener.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.server; +package com.android.server.bluetooth; import android.annotation.RequiresPermission; import android.content.Context; @@ -37,7 +37,7 @@ import com.android.internal.annotations.VisibleForTesting; * 2. Bluetooth Hearing Aid profile is connected. * 3. Bluetooth LE Audio is connected */ -class BluetoothAirplaneModeListener { +public class BluetoothAirplaneModeListener { private static final String TAG = "BluetoothAirplaneModeListener"; @VisibleForTesting static final String TOAST_COUNT = "bluetooth_airplane_toast_count"; diff --git a/service/java/com/android/server/bluetooth/BluetoothDeviceConfigListener.java b/service/java/com/android/server/bluetooth/BluetoothDeviceConfigListener.java index 611a37de70..62860a5f02 100644 --- a/service/java/com/android/server/bluetooth/BluetoothDeviceConfigListener.java +++ b/service/java/com/android/server/bluetooth/BluetoothDeviceConfigListener.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package com.android.server; +package com.android.server.bluetooth; import android.provider.DeviceConfig; -import android.util.Slog; +import android.util.Log; import java.util.ArrayList; @@ -30,7 +30,7 @@ import java.util.ArrayList; * 1. Bluetooth A2DP is connected. * 2. Bluetooth Hearing Aid profile is connected. */ -class BluetoothDeviceConfigListener { +public class BluetoothDeviceConfigListener { private static final String TAG = "BluetoothDeviceConfigListener"; private final BluetoothManagerService mService; @@ -57,7 +57,7 @@ class BluetoothDeviceConfigListener { for (String name : properties.getKeyset()) { flags.add(name + "='" + properties.getString(name, "") + "'"); } - Slog.d(TAG, "onPropertiesChanged: " + String.join(",", flags)); + Log.d(TAG, "onPropertiesChanged: " + String.join(",", flags)); } boolean foundInit = false; for (String name : properties.getKeyset()) { diff --git a/service/java/com/android/server/bluetooth/BluetoothManagerService.java b/service/java/com/android/server/bluetooth/BluetoothManagerService.java index 5e066b996a..4d8b05199d 100644 --- a/service/java/com/android/server/bluetooth/BluetoothManagerService.java +++ b/service/java/com/android/server/bluetooth/BluetoothManagerService.java @@ -14,15 +14,12 @@ * limitations under the License. */ -package com.android.server; +package com.android.server.bluetooth; import static android.Manifest.permission.BLUETOOTH_CONNECT; -import static android.content.PermissionChecker.PERMISSION_HARD_DENIED; -import static android.content.PermissionChecker.PID_UNKNOWN; -import static android.content.pm.PackageManager.MATCH_SYSTEM_ONLY; -import static android.content.pm.PackageManager.PERMISSION_GRANTED; import static android.os.PowerExemptionManager.TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_ALLOWED; -import static android.os.UserHandle.USER_SYSTEM; +import static android.permission.PermissionManager.PERMISSION_GRANTED; +import static android.permission.PermissionManager.PERMISSION_HARD_DENIED; import android.Manifest; import android.annotation.NonNull; @@ -31,6 +28,8 @@ import android.annotation.SuppressLint; import android.app.ActivityManager; import android.app.AppOpsManager; import android.app.BroadcastOptions; +import android.app.admin.DevicePolicyManager; +import android.app.compat.CompatChanges; import android.bluetooth.BluetoothA2dp; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothHearingAid; @@ -46,7 +45,8 @@ import android.bluetooth.IBluetoothManager; import android.bluetooth.IBluetoothManagerCallback; import android.bluetooth.IBluetoothProfileServiceConnection; import android.bluetooth.IBluetoothStateChangeCallback; -import android.content.ActivityNotFoundException; +import android.compat.annotation.ChangeId; +import android.compat.annotation.EnabledSince; import android.content.AttributionSource; import android.content.BroadcastReceiver; import android.content.ComponentName; @@ -54,14 +54,13 @@ import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; -import android.content.PermissionChecker; import android.content.ServiceConnection; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; -import android.content.pm.PackageManagerInternal; -import android.content.pm.UserInfo; +import android.content.pm.ResolveInfo; import android.content.res.Resources; import android.database.ContentObserver; +import android.os.BatteryStatsManager; import android.os.Binder; import android.os.Bundle; import android.os.Handler; @@ -77,26 +76,27 @@ import android.os.SystemClock; import android.os.SystemProperties; import android.os.UserHandle; import android.os.UserManager; +import android.permission.PermissionManager; import android.provider.Settings; import android.provider.Settings.SettingNotFoundException; import android.sysprop.BluetoothProperties; import android.text.TextUtils; -import android.util.FeatureFlagUtils; import android.util.Log; -import android.util.Slog; +import android.util.Pair; import android.util.proto.ProtoOutputStream; import com.android.internal.annotations.GuardedBy; import com.android.internal.annotations.VisibleForTesting; -import com.android.internal.util.DumpUtils; -import com.android.internal.util.FrameworkStatsLog; import com.android.modules.utils.SynchronousResultReceiver; +import com.android.server.BluetoothManagerServiceDumpProto; import java.io.FileDescriptor; +import java.io.FileOutputStream; import java.io.PrintWriter; import java.time.Duration; import java.util.HashMap; import java.util.LinkedList; +import java.util.List; import java.util.Locale; import java.util.Map; import java.util.NoSuchElementException; @@ -105,7 +105,7 @@ import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.TimeoutException; import java.util.concurrent.locks.ReentrantReadWriteLock; -class BluetoothManagerService extends IBluetoothManager.Stub { +public class BluetoothManagerService extends IBluetoothManager.Stub { private static final String TAG = "BluetoothManagerService"; private static final boolean DBG = true; @@ -182,18 +182,32 @@ class BluetoothManagerService extends IBluetoothManager.Stub { private static final int SERVICE_IBLUETOOTH = 1; private static final int SERVICE_IBLUETOOTHGATT = 2; - private static final String BLUETOOTH_PACKAGE_NAME = "com.android.bluetooth"; + private static final int FLAGS_SYSTEM_APP = + ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_UPDATED_SYSTEM_APP; + + /** + * Starting with {@link android.os.Build.VERSION_CODES#TIRAMISU}, applications are + * not allowed to enable/disable Bluetooth. + */ + @ChangeId + @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.TIRAMISU) + static final long RESTRICT_ENABLE_DISABLE = 218493289L; private final Context mContext; private final UserManager mUserManager; + // -3 match with Userhandle.USER_CURRENT_OR_SELF + private static final UserHandle USER_HANDLE_CURRENT_OR_SELF = UserHandle.of(-3); + // -10000 match with Userhandle.USER_NULL + private static final UserHandle USER_HANDLE_NULL = UserHandle.of(-10000); + // Locks are not provided for mName and mAddress. // They are accessed in handler or broadcast receiver, same thread context. private String mAddress; private String mName; private final ContentResolver mContentResolver; - private final int mUserId; + private final BatteryStatsManager mBatteryStatsManager; private final RemoteCallbackList<IBluetoothManagerCallback> mCallbacks; private final RemoteCallbackList<IBluetoothStateChangeCallback> mStateChangeCallbacks; private IBinder mBluetoothBinder; @@ -274,8 +288,6 @@ class BluetoothManagerService extends IBluetoothManager.Stub { // bluetooth profile services private final Map<Integer, ProfileServiceConnections> mProfileServices = new HashMap<>(); - private final boolean mWirelessConsentRequired; - private final IBluetoothCallback mBluetoothCallback = new IBluetoothCallback.Stub() { @Override public void onBluetoothStateChange(int prevState, int newState) throws RemoteException { @@ -378,7 +390,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mBluetoothLock.readLock().unlock(); } - Slog.d(TAG, + Log.d(TAG, "Airplane Mode change - current state: " + BluetoothAdapter.nameForState( st) + ", isAirplaneModeOn()=" + isAirplaneModeOn()); @@ -422,7 +434,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { if (BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED.equals(action)) { String newName = intent.getStringExtra(BluetoothAdapter.EXTRA_LOCAL_NAME); if (DBG) { - Slog.d(TAG, "Bluetooth Adapter name changed to " + newName + " by " + Log.d(TAG, "Bluetooth Adapter name changed to " + newName + " by " + mContext.getPackageName()); } if (newName != null) { @@ -432,12 +444,12 @@ class BluetoothManagerService extends IBluetoothManager.Stub { String newAddress = intent.getStringExtra(BluetoothAdapter.EXTRA_BLUETOOTH_ADDRESS); if (newAddress != null) { if (DBG) { - Slog.d(TAG, "Bluetooth Adapter address changed to " + newAddress); + Log.d(TAG, "Bluetooth Adapter address changed to " + newAddress); } storeNameAndAddress(null, newAddress); } else { if (DBG) { - Slog.e(TAG, "No Bluetooth Adapter address parameter found"); + Log.e(TAG, "No Bluetooth Adapter address parameter found"); } } } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { @@ -449,7 +461,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final String newValue = intent.getStringExtra(Intent.EXTRA_SETTING_NEW_VALUE); if (DBG) { - Slog.d(TAG, + Log.d(TAG, "ACTION_SETTING_RESTORED with BLUETOOTH_ON, prevValue=" + prevValue + ", newValue=" + newValue); } @@ -469,7 +481,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { if (mHandler.hasMessages(MESSAGE_INIT_FLAGS_CHANGED) && state == BluetoothProfile.STATE_DISCONNECTED && !mBluetoothModeChangeHelper.isMediaProfileConnected()) { - Slog.i(TAG, "Device disconnected, reactivating pending flag changes"); + Log.i(TAG, "Device disconnected, reactivating pending flag changes"); onInitFlagsChanged(); } } @@ -484,10 +496,6 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mContext = context; - mWirelessConsentRequired = context.getResources() - .getBoolean(Resources.getSystem().getIdentifier( - "config_wirelessConsentRequired", "bool", "android")); - mCrashes = 0; mBluetooth = null; mBluetoothBinder = null; @@ -502,23 +510,24 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mName = null; mErrorRecoveryRetryCounter = 0; mContentResolver = context.getContentResolver(); - mUserId = mContentResolver.getUserId(); + // Observe BLE scan only mode settings change. registerForBleScanModeChange(); mCallbacks = new RemoteCallbackList<IBluetoothManagerCallback>(); mStateChangeCallbacks = new RemoteCallbackList<IBluetoothStateChangeCallback>(); + mBatteryStatsManager = context.getSystemService(BatteryStatsManager.class); + mUserManager = mContext.getSystemService(UserManager.class); mIsHearingAidProfileSupported = BluetoothProperties.isProfileAshaCentralEnabled().orElse(false); - // TODO: We need a more generic way to initialize the persist keys of FeatureFlagUtils - String value = SystemProperties.get(FeatureFlagUtils.PERSIST_PREFIX + FeatureFlagUtils.HEARING_AID_SETTINGS); + String value = SystemProperties.get( + "persist.sys.fflag.override.settings_bluetooth_hearing_aid"); if (!TextUtils.isEmpty(value)) { boolean isHearingAidEnabled = Boolean.parseBoolean(value); Log.v(TAG, "set feature flag HEARING_AID_SETTINGS to " + isHearingAidEnabled); - FeatureFlagUtils.setEnabled(context, FeatureFlagUtils.HEARING_AID_SETTINGS, isHearingAidEnabled); if (isHearingAidEnabled && !mIsHearingAidProfileSupported) { // Overwrite to enable support by FeatureFlag mIsHearingAidProfileSupported = true; @@ -547,7 +556,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { loadStoredNameAndAddress(); if (isBluetoothPersistedStateOn()) { if (DBG) { - Slog.d(TAG, "Startup: Bluetooth persisted state is ON."); + Log.d(TAG, "Startup: Bluetooth persisted state is ON."); } mEnableExternal = true; } @@ -566,15 +575,20 @@ class BluetoothManagerService extends IBluetoothManager.Stub { .getBoolean(Resources.getSystem().getIdentifier( "config_noHomeScreen", "bool", "android")); if (!noHome) { - PackageManagerInternal pm = LocalServices.getService(PackageManagerInternal.class); - systemUiUid = pm.getPackageUid(pm.getSystemUiServiceComponent().getPackageName(), - MATCH_SYSTEM_ONLY, USER_SYSTEM); + try { + systemUiUid = mContext.createContextAsUser(UserHandle.SYSTEM, 0) + .getPackageManager() + .getPackageUid("com.android.systemui", + PackageManager.PackageInfoFlags.of(PackageManager.MATCH_SYSTEM_ONLY)); + } catch (PackageManager.NameNotFoundException e) { + Log.w(TAG, "SystemUi uid not found", e); + } } if (systemUiUid >= 0) { - Slog.d(TAG, "Detected SystemUiUid: " + Integer.toString(systemUiUid)); + Log.d(TAG, "Detected SystemUiUid: " + Integer.toString(systemUiUid)); } else { // Some platforms, such as wearables do not have a system ui. - Slog.w(TAG, "Unable to resolve SystemUI's UID."); + Log.w(TAG, "Unable to resolve SystemUI's UID."); } mSystemUiUid = systemUiUid; } @@ -601,7 +615,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } int state = Settings.Global.getInt(mContentResolver, Settings.Global.BLUETOOTH_ON, -1); if (DBG) { - Slog.d(TAG, "Bluetooth persisted state: " + state); + Log.d(TAG, "Bluetooth persisted state: " + state); } return state != BLUETOOTH_OFF; } @@ -612,7 +626,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } int state = Settings.Global.getInt(mContentResolver, Settings.Global.BLUETOOTH_ON, -1); if (DBG) { - Slog.d(TAG, "Bluetooth persisted state: " + state); + Log.d(TAG, "Bluetooth persisted state: " + state); } return state == BLUETOOTH_ON_AIRPLANE; } @@ -633,7 +647,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { */ private void persistBluetoothSetting(int value) { if (DBG) { - Slog.d(TAG, "Persisting Bluetooth Setting: " + value); + Log.d(TAG, "Persisting Bluetooth Setting: " + value); } // waive WRITE_SECURE_SETTINGS permission check final long callingIdentity = Binder.clearCallingIdentity(); @@ -660,24 +674,21 @@ class BluetoothManagerService extends IBluetoothManager.Stub { */ private void loadStoredNameAndAddress() { if (DBG) { - Slog.d(TAG, "Loading stored name and address"); + Log.d(TAG, "Loading stored name and address"); } if (BluetoothProperties.isAdapterAddressValidationEnabled().orElse(false) - && Settings.Secure.getIntForUser(mContentResolver, - Settings.Secure.BLUETOOTH_NAME, 0, mUserId) - == 0) { + && Settings.Secure.getInt(mContentResolver, + Settings.Secure.BLUETOOTH_ADDR_VALID, 0) == 0) { // if the valid flag is not set, don't load the address and name if (DBG) { - Slog.d(TAG, "invalid bluetooth name and address stored"); + Log.d(TAG, "invalid bluetooth name and address stored"); } return; } - mName = Settings.Secure.getStringForUser( - mContentResolver, Settings.Secure.BLUETOOTH_NAME, mUserId); - mAddress = Settings.Secure.getStringForUser( - mContentResolver, Settings.Secure.BLUETOOTH_ADDRESS, mUserId); + mName = Settings.Secure.getString(mContentResolver, Settings.Secure.BLUETOOTH_NAME); + mAddress = Settings.Secure.getString(mContentResolver, Settings.Secure.BLUETOOTH_ADDRESS); if (DBG) { - Slog.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress); + Log.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress); } } @@ -689,37 +700,31 @@ class BluetoothManagerService extends IBluetoothManager.Stub { */ private void storeNameAndAddress(String name, String address) { if (name != null) { - Settings.Secure.putStringForUser(mContentResolver, Settings.Secure.BLUETOOTH_NAME, name, - mUserId); + Settings.Secure.putString(mContentResolver, Settings.Secure.BLUETOOTH_NAME, name); mName = name; if (DBG) { - Slog.d(TAG, "Stored Bluetooth name: " + Settings.Secure.getStringForUser( - mContentResolver, Settings.Secure.BLUETOOTH_NAME, - mUserId)); + Log.d(TAG, "Stored Bluetooth name: " + Settings.Secure.getString(mContentResolver, + Settings.Secure.BLUETOOTH_NAME)); } } if (address != null) { - Settings.Secure.putStringForUser(mContentResolver, Settings.Secure.BLUETOOTH_ADDRESS, - address, mUserId); + Settings.Secure.putString(mContentResolver, Settings.Secure.BLUETOOTH_ADDRESS, address); mAddress = address; if (DBG) { - Slog.d(TAG, - "Stored Bluetoothaddress: " + Settings.Secure.getStringForUser( - mContentResolver, Settings.Secure.BLUETOOTH_ADDRESS, - mUserId)); + Log.d(TAG, "Stored Bluetoothaddress: " + Settings.Secure.getString(mContentResolver, + Settings.Secure.BLUETOOTH_ADDRESS)); } } if ((name != null) && (address != null)) { - Settings.Secure.putIntForUser(mContentResolver, Settings.Secure.BLUETOOTH_ADDR_VALID, 1, - mUserId); + Settings.Secure.putInt(mContentResolver, Settings.Secure.BLUETOOTH_ADDR_VALID, 1); } } public IBluetooth registerAdapter(IBluetoothManagerCallback callback) { if (callback == null) { - Slog.w(TAG, "Callback is null in registerAdapter"); + Log.w(TAG, "Callback is null in registerAdapter"); return null; } synchronized (mCallbacks) { @@ -730,7 +735,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public void unregisterAdapter(IBluetoothManagerCallback callback) { if (callback == null) { - Slog.w(TAG, "Callback is null in unregisterAdapter"); + Log.w(TAG, "Callback is null in unregisterAdapter"); return; } synchronized (mCallbacks) { @@ -740,7 +745,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public void registerStateChangeCallback(IBluetoothStateChangeCallback callback) { if (callback == null) { - Slog.w(TAG, "registerStateChangeCallback: Callback is null!"); + Log.w(TAG, "registerStateChangeCallback: Callback is null!"); return; } Message msg = mHandler.obtainMessage(MESSAGE_REGISTER_STATE_CHANGE_CALLBACK); @@ -750,7 +755,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public void unregisterStateChangeCallback(IBluetoothStateChangeCallback callback) { if (callback == null) { - Slog.w(TAG, "unregisterStateChangeCallback: Callback is null!"); + Log.w(TAG, "unregisterStateChangeCallback: Callback is null!"); return; } Message msg = mHandler.obtainMessage(MESSAGE_UNREGISTER_STATE_CHANGE_CALLBACK); @@ -845,7 +850,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public int getState() { if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { - Slog.w(TAG, "getState(): report OFF for non-active and non system user"); + Log.w(TAG, "getState(): report OFF for non-active and non system user"); return BluetoothAdapter.STATE_OFF; } @@ -871,7 +876,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public void binderDied() { if (DBG) { - Slog.d(TAG, "Binder is dead - unregister " + mPackageName); + Log.d(TAG, "Binder is dead - unregister " + mPackageName); } for (Map.Entry<IBinder, ClientDeathRecipient> entry : mBleApps.entrySet()) { @@ -919,13 +924,13 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public void onChange(boolean selfChange) { if (!isDeviceProvisioned()) { if (DBG) { - Slog.d(TAG, "DEVICE_PROVISIONED setting changed, but device is not " + Log.d(TAG, "DEVICE_PROVISIONED setting changed, but device is not " + "provisioned"); } return; } if (mHandler.hasMessages(MESSAGE_INIT_FLAGS_CHANGED)) { - Slog.i(TAG, "Device provisioned, reactivating pending flag changes"); + Log.i(TAG, "Device provisioned, reactivating pending flag changes"); onInitFlagsChanged(); } } @@ -963,9 +968,8 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } }; - mContentResolver.registerContentObserver( - Settings.Global.getUriFor(Settings.Global.BLE_SCAN_ALWAYS_AVAILABLE), false, - contentObserver); + mContentResolver.registerContentObserver(Settings.Global.getUriFor( + Settings.Global.BLE_SCAN_ALWAYS_AVAILABLE), false, contentObserver); } // Disable ble scan only mode. @@ -974,7 +978,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mBluetoothLock.writeLock().lock(); if (mBluetooth != null && synchronousGetState() != BluetoothAdapter.STATE_ON) { if (DBG) { - Slog.d(TAG, "Reseting the mEnable flag for clean disable"); + Log.d(TAG, "Resetting the mEnable flag for clean disable"); } mEnable = false; } @@ -996,19 +1000,19 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } mBleApps.put(token, deathRec); if (DBG) { - Slog.d(TAG, "Registered for death of " + packageName); + Log.d(TAG, "Registered for death of " + packageName); } } else if (!enable && r != null) { // Unregister death recipient as the app goes away. token.unlinkToDeath(r, 0); mBleApps.remove(token); if (DBG) { - Slog.d(TAG, "Unregistered for death of " + packageName); + Log.d(TAG, "Unregistered for death of " + packageName); } } int appCount = mBleApps.size(); if (DBG) { - Slog.d(TAG, appCount + " registered Ble Apps"); + Log.d(TAG, appCount + " registered Ble Apps"); } return appCount; } @@ -1018,7 +1022,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { boolean requireForeground) { if (isBluetoothDisallowed()) { if (DBG) { - Slog.d(TAG, "checkBluetoothPermissions: bluetooth disallowed"); + Log.d(TAG, "checkBluetoothPermissions: bluetooth disallowed"); } return false; } @@ -1029,7 +1033,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { checkPackage(callingUid, attributionSource.getPackageName()); if (requireForeground && !checkIfCallerIsForegroundUser()) { - Slog.w(TAG, "Not allowed for non-active and non system user"); + Log.w(TAG, "Not allowed for non-active and non system user"); return false; } @@ -1045,13 +1049,13 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final String packageName = attributionSource.getPackageName(); if (!checkBluetoothPermissions(attributionSource, "enableBle", false)) { if (DBG) { - Slog.d(TAG, "enableBle(): bluetooth disallowed"); + Log.d(TAG, "enableBle(): bluetooth disallowed"); } return false; } if (DBG) { - Slog.d(TAG, "enableBle(" + packageName + "): mBluetooth =" + mBluetooth + Log.d(TAG, "enableBle(" + packageName + "): mBluetooth =" + mBluetooth + " mBinding = " + mBinding + " mState = " + BluetoothAdapter.nameForState(mState)); } @@ -1079,19 +1083,19 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final String packageName = attributionSource.getPackageName(); if (!checkBluetoothPermissions(attributionSource, "disableBle", false)) { if (DBG) { - Slog.d(TAG, "disableBLE(): bluetooth disallowed"); + Log.d(TAG, "disableBLE(): bluetooth disallowed"); } return false; } if (DBG) { - Slog.d(TAG, "disableBle(" + packageName + "): mBluetooth =" + mBluetooth + Log.d(TAG, "disableBle(" + packageName + "): mBluetooth =" + mBluetooth + " mBinding = " + mBinding + " mState = " + BluetoothAdapter.nameForState(mState)); } if (mState == BluetoothAdapter.STATE_OFF) { - Slog.d(TAG, "disableBLE(): Already disabled"); + Log.d(TAG, "disableBLE(): Already disabled"); return false; } updateBleAppCount(token, false, packageName); @@ -1117,7 +1121,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { /** @hide */ public boolean isBleAppPresent() { if (DBG) { - Slog.d(TAG, "isBleAppPresent() count: " + mBleApps.size()); + Log.d(TAG, "isBleAppPresent() count: " + mBleApps.size()); } return mBleApps.size() > 0; } @@ -1129,16 +1133,16 @@ class BluetoothManagerService extends IBluetoothManager.Stub { @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) private void continueFromBleOnState() { if (DBG) { - Slog.d(TAG, "continueFromBleOnState()"); + Log.d(TAG, "continueFromBleOnState()"); } try { mBluetoothLock.readLock().lock(); if (mBluetooth == null) { - Slog.e(TAG, "onBluetoothServiceUp: mBluetooth is null!"); + Log.e(TAG, "onBluetoothServiceUp: mBluetooth is null!"); return; } if (!mEnableExternal && !isBleAppPresent()) { - Slog.i(TAG, "Bluetooth was disabled while enabling BLE, disable BLE now"); + Log.i(TAG, "Bluetooth was disabled while enabling BLE, disable BLE now"); mEnable = false; synchronousOnBrEdrDown(mContext.getAttributionSource()); return; @@ -1165,11 +1169,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { }) private void sendBrEdrDownCallback(AttributionSource attributionSource) { if (DBG) { - Slog.d(TAG, "Calling sendBrEdrDownCallback callbacks"); + Log.d(TAG, "Calling sendBrEdrDownCallback callbacks"); } if (mBluetooth == null) { - Slog.w(TAG, "Bluetooth handle is null"); + Log.w(TAG, "Bluetooth handle is null"); return; } @@ -1201,13 +1205,13 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final String packageName = attributionSource.getPackageName(); if (!checkBluetoothPermissions(attributionSource, "enableNoAutoConnect", false)) { if (DBG) { - Slog.d(TAG, "enableNoAutoConnect(): not enabling - bluetooth disallowed"); + Log.d(TAG, "enableNoAutoConnect(): not enabling - bluetooth disallowed"); } return false; } if (DBG) { - Slog.d(TAG, "enableNoAutoConnect(): mBluetooth =" + mBluetooth + " mBinding = " + Log.d(TAG, "enableNoAutoConnect(): mBluetooth =" + mBluetooth + " mBinding = " + mBinding); } @@ -1229,21 +1233,21 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final String packageName = attributionSource.getPackageName(); if (!checkBluetoothPermissions(attributionSource, "enable", true)) { if (DBG) { - Slog.d(TAG, "enable(): not enabling - bluetooth disallowed"); + Log.d(TAG, "enable(): not enabling - bluetooth disallowed"); } return false; } final int callingUid = Binder.getCallingUid(); - final boolean callerSystem = UserHandle.getAppId(callingUid) == Process.SYSTEM_UID; - if (!callerSystem && !isEnabled() && mWirelessConsentRequired - && startConsentUiIfNeeded(packageName, - callingUid, BluetoothAdapter.ACTION_REQUEST_ENABLE)) { + final int callingPid = Binder.getCallingPid(); + if (!isPrivileged(callingPid, callingUid) && !isDeviceOwner(callingUid, packageName) + && CompatChanges.isChangeEnabled(RESTRICT_ENABLE_DISABLE, callingUid) + && !isSystem(packageName, callingUid)) { return false; } if (DBG) { - Slog.d(TAG, "enable(" + packageName + "): mBluetooth =" + mBluetooth + " mBinding = " + Log.d(TAG, "enable(" + packageName + "): mBluetooth =" + mBluetooth + " mBinding = " + mBinding + " mState = " + BluetoothAdapter.nameForState(mState)); } @@ -1255,7 +1259,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { BluetoothProtoEnums.ENABLE_DISABLE_REASON_APPLICATION_REQUEST, packageName); } if (DBG) { - Slog.d(TAG, "enable returning"); + Log.d(TAG, "enable returning"); } return true; } @@ -1270,21 +1274,21 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final String packageName = attributionSource.getPackageName(); if (!checkBluetoothPermissions(attributionSource, "disable", true)) { if (DBG) { - Slog.d(TAG, "disable(): not disabling - bluetooth disallowed"); + Log.d(TAG, "disable(): not disabling - bluetooth disallowed"); } return false; } final int callingUid = Binder.getCallingUid(); - final boolean callerSystem = UserHandle.getAppId(callingUid) == Process.SYSTEM_UID; - if (!callerSystem && isEnabled() && mWirelessConsentRequired - && startConsentUiIfNeeded(packageName, - callingUid, BluetoothAdapter.ACTION_REQUEST_DISABLE)) { + final int callingPid = Binder.getCallingPid(); + if (!isPrivileged(callingPid, callingUid) && !isDeviceOwner(callingUid, packageName) + && CompatChanges.isChangeEnabled(RESTRICT_ENABLE_DISABLE, callingUid) + && !isSystem(packageName, callingUid)) { return false; } if (DBG) { - Slog.d(TAG, "disable(): mBluetooth = " + mBluetooth + " mBinding = " + mBinding); + Log.d(TAG, "disable(): mBluetooth = " + mBluetooth + " mBinding = " + mBinding); } synchronized (mReceiver) { @@ -1300,39 +1304,6 @@ class BluetoothManagerService extends IBluetoothManager.Stub { return true; } - private boolean startConsentUiIfNeeded(String packageName, - int callingUid, String intentAction) throws RemoteException { - if (checkBluetoothPermissionWhenWirelessConsentRequired()) { - return false; - } - try { - // Validate the package only if we are going to use it - ApplicationInfo applicationInfo = mContext.getPackageManager() - .getApplicationInfoAsUser(packageName, - PackageManager.MATCH_DEBUG_TRIAGED_MISSING, - UserHandle.getUserId(callingUid)); - if (applicationInfo.uid != callingUid) { - throw new SecurityException("Package " + packageName - + " not in uid " + callingUid); - } - - Intent intent = new Intent(intentAction); - intent.putExtra(Intent.EXTRA_PACKAGE_NAME, packageName); - intent.setFlags( - Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); - try { - mContext.startActivity(intent); - } catch (ActivityNotFoundException e) { - // Shouldn't happen - Slog.e(TAG, "Intent to handle action " + intentAction + " missing"); - return false; - } - return true; - } catch (PackageManager.NameNotFoundException e) { - throw new RemoteException(e.getMessage()); - } - } - /** * Check if AppOpsManager is available and the packageName belongs to uid * @@ -1340,18 +1311,18 @@ class BluetoothManagerService extends IBluetoothManager.Stub { */ private void checkPackage(int uid, String packageName) { if (mAppOps == null) { - Slog.w(TAG, "checkPackage(): called before system boot up, uid " + Log.w(TAG, "checkPackage(): called before system boot up, uid " + uid + ", packageName " + packageName); throw new IllegalStateException("System has not boot yet"); } if (packageName == null) { - Slog.w(TAG, "checkPackage(): called with null packageName from " + uid); + Log.w(TAG, "checkPackage(): called with null packageName from " + uid); return; } try { mAppOps.checkPackage(uid, packageName); } catch (SecurityException e) { - Slog.w(TAG, "checkPackage(): " + packageName + " does not belong to uid " + uid); + Log.w(TAG, "checkPackage(): " + packageName + " does not belong to uid " + uid); throw new SecurityException(e.getMessage()); } } @@ -1377,7 +1348,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public void unbindAndFinish() { if (DBG) { - Slog.d(TAG, "unbindAndFinish(): " + mBluetooth + " mBinding = " + mBinding + Log.d(TAG, "unbindAndFinish(): " + mBluetooth + " mBinding = " + mBinding + " mUnbinding = " + mUnbinding); } @@ -1421,7 +1392,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { IBluetoothProfileServiceConnection proxy) { if (mState != BluetoothAdapter.STATE_ON) { if (DBG) { - Slog.d(TAG, "Trying to bind to profile: " + bluetoothProfile + Log.d(TAG, "Trying to bind to profile: " + bluetoothProfile + ", while Bluetooth was disabled"); } return false; @@ -1430,7 +1401,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); if (psc == null) { if (DBG) { - Slog.d(TAG, "Creating new ProfileServiceConnections object for" + " profile: " + Log.d(TAG, "Creating new ProfileServiceConnections object for" + " profile: " + bluetoothProfile); } @@ -1475,7 +1446,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { mContext.unbindService(psc); } catch (IllegalArgumentException e) { - Slog.e(TAG, "Unable to unbind service with intent: " + psc.mIntent, e); + Log.e(TAG, "Unable to unbind service with intent: " + psc.mIntent, e); } mProfileServices.remove(profile); } @@ -1489,7 +1460,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { mContext.unbindService(psc); } catch (IllegalArgumentException e) { - Slog.e(TAG, "Unable to unbind service with intent: " + psc.mIntent, e); + Log.e(TAG, "Unable to unbind service with intent: " + psc.mIntent, e); } psc.removeAllProxies(); } @@ -1503,7 +1474,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { */ public void handleOnBootPhase() { if (DBG) { - Slog.d(TAG, "Bluetooth boot completed"); + Log.d(TAG, "Bluetooth boot completed"); } mAppOps = mContext.getSystemService(AppOpsManager.class); final boolean isBluetoothDisallowed = isBluetoothDisallowed(); @@ -1513,14 +1484,14 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final boolean isSafeMode = mContext.getPackageManager().isSafeMode(); if (mEnableExternal && isBluetoothPersistedStateOnBluetooth() && !isSafeMode) { if (DBG) { - Slog.d(TAG, "Auto-enabling Bluetooth."); + Log.d(TAG, "Auto-enabling Bluetooth."); } sendEnableMsg(mQuietEnableExternal, BluetoothProtoEnums.ENABLE_DISABLE_REASON_SYSTEM_BOOT, mContext.getPackageName()); } else if (!isNameAndAddressSet()) { if (DBG) { - Slog.d(TAG, "Getting adapter name and address"); + Log.d(TAG, "Getting adapter name and address"); } Message getMsg = mHandler.obtainMessage(MESSAGE_GET_NAME_AND_ADDRESS); mHandler.sendMessage(getMsg); @@ -1537,21 +1508,21 @@ class BluetoothManagerService extends IBluetoothManager.Stub { /** * Called when switching to a different foreground user. */ - public void handleOnSwitchUser(int userHandle) { + public void handleOnSwitchUser(UserHandle userHandle) { if (DBG) { - Slog.d(TAG, "User " + userHandle + " switched"); + Log.d(TAG, "User " + userHandle + " switched"); } - mHandler.obtainMessage(MESSAGE_USER_SWITCHED, userHandle, 0).sendToTarget(); + mHandler.obtainMessage(MESSAGE_USER_SWITCHED, userHandle.getIdentifier(), 0).sendToTarget(); } /** * Called when user is unlocked. */ - public void handleOnUnlockUser(int userHandle) { + public void handleOnUnlockUser(UserHandle userHandle) { if (DBG) { - Slog.d(TAG, "User " + userHandle + " unlocked"); + Log.d(TAG, "User " + userHandle + " unlocked"); } - mHandler.obtainMessage(MESSAGE_USER_UNLOCKED, userHandle, 0).sendToTarget(); + mHandler.obtainMessage(MESSAGE_USER_UNLOCKED, userHandle.getIdentifier(), 0).sendToTarget(); } /** @@ -1587,19 +1558,19 @@ class BluetoothManagerService extends IBluetoothManager.Stub { if (state != BluetoothAdapter.STATE_ON) { if (DBG) { - Slog.d(TAG, "Unable to bindService while Bluetooth is disabled"); + Log.d(TAG, "Unable to bindService while Bluetooth is disabled"); } return false; } - if (mIntent != null && mService == null && doBind(mIntent, this, 0, - UserHandle.CURRENT_OR_SELF)) { + if (mIntent != null && mService == null + && doBind(mIntent, this, 0, USER_HANDLE_CURRENT_OR_SELF)) { Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); msg.obj = this; mHandler.sendMessageDelayed(msg, TIMEOUT_BIND_MS); return true; } - Slog.w(TAG, "Unable to bind with intent: " + mIntent); + Log.w(TAG, "Unable to bind with intent: " + mIntent); return false; } @@ -1609,7 +1580,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { proxy.onServiceConnected(mClassName, mService); } catch (RemoteException e) { - Slog.e(TAG, "Unable to connect to proxy", e); + Log.e(TAG, "Unable to connect to proxy", e); } } else { if (!mHandler.hasMessages(MESSAGE_BIND_PROFILE_SERVICE, this)) { @@ -1626,11 +1597,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { proxy.onServiceDisconnected(mClassName); } catch (RemoteException e) { - Slog.e(TAG, "Unable to disconnect proxy", e); + Log.e(TAG, "Unable to disconnect proxy", e); } } } else { - Slog.w(TAG, "Trying to remove a null proxy"); + Log.w(TAG, "Trying to remove a null proxy"); } } @@ -1652,11 +1623,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { mService.linkToDeath(this, 0); } catch (RemoteException e) { - Slog.e(TAG, "Unable to linkToDeath", e); + Log.e(TAG, "Unable to linkToDeath", e); } if (mInvokingProxyCallbacks) { - Slog.e(TAG, "Proxy callbacks already in progress."); + Log.e(TAG, "Proxy callbacks already in progress."); return; } mInvokingProxyCallbacks = true; @@ -1667,7 +1638,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { mProxies.getBroadcastItem(i).onServiceConnected(className, service); } catch (RemoteException e) { - Slog.e(TAG, "Unable to connect to proxy", e); + Log.e(TAG, "Unable to connect to proxy", e); } } } finally { @@ -1690,7 +1661,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mClassName = null; if (mInvokingProxyCallbacks) { - Slog.e(TAG, "Proxy callbacks already in progress."); + Log.e(TAG, "Proxy callbacks already in progress."); return; } mInvokingProxyCallbacks = true; @@ -1701,7 +1672,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { mProxies.getBroadcastItem(i).onServiceDisconnected(className); } catch (RemoteException e) { - Slog.e(TAG, "Unable to disconnect from proxy", e); + Log.e(TAG, "Unable to disconnect from proxy", e); } } } finally { @@ -1713,7 +1684,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { @Override public void binderDied() { if (DBG) { - Slog.w(TAG, "Profile service for profile: " + mClassName + " died."); + Log.w(TAG, "Profile service for profile: " + mClassName + " died."); } onServiceDisconnected(mClassName); // Trigger rebind @@ -1727,14 +1698,14 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { int n = mStateChangeCallbacks.beginBroadcast(); if (DBG) { - Slog.d(TAG, "Broadcasting onBluetoothStateChange(" + isUp + ") to " + n + Log.d(TAG, "Broadcasting onBluetoothStateChange(" + isUp + ") to " + n + " receivers."); } for (int i = 0; i < n; i++) { try { mStateChangeCallbacks.getBroadcastItem(i).onBluetoothStateChange(isUp); } catch (RemoteException e) { - Slog.e(TAG, "Unable to call onBluetoothStateChange() on callback #" + i, e); + Log.e(TAG, "Unable to call onBluetoothStateChange() on callback #" + i, e); } } } finally { @@ -1749,12 +1720,12 @@ class BluetoothManagerService extends IBluetoothManager.Stub { synchronized (mCallbacks) { try { int n = mCallbacks.beginBroadcast(); - Slog.d(TAG, "Broadcasting onBluetoothServiceUp() to " + n + " receivers."); + Log.d(TAG, "Broadcasting onBluetoothServiceUp() to " + n + " receivers."); for (int i = 0; i < n; i++) { try { mCallbacks.getBroadcastItem(i).onBluetoothServiceUp(mBluetooth); } catch (RemoteException e) { - Slog.e(TAG, "Unable to call onBluetoothServiceUp() on callback #" + i, e); + Log.e(TAG, "Unable to call onBluetoothServiceUp() on callback #" + i, e); } } } finally { @@ -1770,12 +1741,12 @@ class BluetoothManagerService extends IBluetoothManager.Stub { synchronized (mCallbacks) { try { int n = mCallbacks.beginBroadcast(); - Slog.d(TAG, "Broadcasting onBluetoothServiceDown() to " + n + " receivers."); + Log.d(TAG, "Broadcasting onBluetoothServiceDown() to " + n + " receivers."); for (int i = 0; i < n; i++) { try { mCallbacks.getBroadcastItem(i).onBluetoothServiceDown(); } catch (RemoteException e) { - Slog.e(TAG, "Unable to call onBluetoothServiceDown() on callback #" + i, e); + Log.e(TAG, "Unable to call onBluetoothServiceDown() on callback #" + i, e); } } } finally { @@ -1790,7 +1761,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { - Slog.w(TAG, "getAddress(): not allowed for non-active and non system user"); + Log.w(TAG, "getAddress(): not allowed for non-active and non system user"); return null; } @@ -1824,7 +1795,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { - Slog.w(TAG, "getName(): not allowed for non-active and non system user"); + Log.w(TAG, "getName(): not allowed for non-active and non system user"); return null; } @@ -1849,7 +1820,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { public void onServiceConnected(ComponentName componentName, IBinder service) { String name = componentName.getClassName(); if (DBG) { - Slog.d(TAG, "BluetoothServiceConnection: " + name); + Log.d(TAG, "BluetoothServiceConnection: " + name); } Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_SERVICE_CONNECTED); if (name.equals("com.android.bluetooth.btservice.AdapterService")) { @@ -1857,7 +1828,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } else if (name.equals("com.android.bluetooth.gatt.GattService")) { msg.arg1 = SERVICE_IBLUETOOTHGATT; } else { - Slog.e(TAG, "Unknown service connected: " + name); + Log.e(TAG, "Unknown service connected: " + name); return; } msg.obj = service; @@ -1868,7 +1839,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { // Called if we unexpectedly disconnect. String name = componentName.getClassName(); if (DBG) { - Slog.d(TAG, "BluetoothServiceConnection, disconnected: " + name); + Log.d(TAG, "BluetoothServiceConnection, disconnected: " + name); } Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED); if (name.equals("com.android.bluetooth.btservice.AdapterService")) { @@ -1876,7 +1847,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } else if (name.equals("com.android.bluetooth.gatt.GattService")) { msg.arg1 = SERVICE_IBLUETOOTHGATT; } else { - Slog.e(TAG, "Unknown service disconnected: " + name); + Log.e(TAG, "Unknown service disconnected: " + name); return; } mHandler.sendMessage(msg); @@ -1899,13 +1870,13 @@ class BluetoothManagerService extends IBluetoothManager.Stub { switch (msg.what) { case MESSAGE_GET_NAME_AND_ADDRESS: if (DBG) { - Slog.d(TAG, "MESSAGE_GET_NAME_AND_ADDRESS"); + Log.d(TAG, "MESSAGE_GET_NAME_AND_ADDRESS"); } try { mBluetoothLock.writeLock().lock(); if ((mBluetooth == null) && (!mBinding)) { if (DBG) { - Slog.d(TAG, "Binding to service to get name and address"); + Log.d(TAG, "Binding to service to get name and address"); } mGetNameAddressOnly = true; Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); @@ -1948,7 +1919,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } if (DBG) { - Slog.d(TAG, "MESSAGE_ENABLE(" + quietEnable + "): mBluetooth = " + Log.d(TAG, "MESSAGE_ENABLE(" + quietEnable + "): mBluetooth = " + mBluetooth); } mHandler.removeMessages(MESSAGE_RESTART_BLUETOOTH_SERVICE); @@ -1967,7 +1938,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { switch (state) { case BluetoothAdapter.STATE_BLE_ON: if (isBle == 1) { - Slog.i(TAG, "Already at BLE_ON State"); + Log.i(TAG, "Already at BLE_ON State"); } else { Log.w(TAG, "BT Enable in BLE_ON State, going to ON"); synchronousOnLeServiceUp(mContext.getAttributionSource()); @@ -1976,7 +1947,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { case BluetoothAdapter.STATE_BLE_TURNING_ON: case BluetoothAdapter.STATE_TURNING_ON: case BluetoothAdapter.STATE_ON: - Slog.i(TAG, "MESSAGE_ENABLE: already enabled"); + Log.i(TAG, "MESSAGE_ENABLE: already enabled"); break; default: isHandled = false; @@ -2027,7 +1998,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } if (DBG) { - Slog.d(TAG, "MESSAGE_DISABLE: mBluetooth = " + mBluetooth + Log.d(TAG, "MESSAGE_DISABLE: mBluetooth = " + mBluetooth + ", mBinding = " + mBinding); } mHandler.removeMessages(MESSAGE_RESTART_BLUETOOTH_SERVICE); @@ -2053,7 +2024,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mHandler.sendMessageDelayed(enableDelayedMsg, ENABLE_DISABLE_DELAY_MS); break; } else { - Slog.e(TAG, "Wait for STATE_OFF timeout"); + Log.e(TAG, "Wait for STATE_OFF timeout"); } } // Either state is changed to STATE_OFF or reaches the maximum retry, we @@ -2062,13 +2033,13 @@ class BluetoothManagerService extends IBluetoothManager.Stub { Message restartMsg = mHandler.obtainMessage(MESSAGE_RESTART_BLUETOOTH_SERVICE); mHandler.sendMessageDelayed(restartMsg, getServiceRestartMs()); - Slog.d(TAG, "Handle enable is finished"); + Log.d(TAG, "Handle enable is finished"); break; } case MESSAGE_HANDLE_DISABLE_DELAYED: { boolean disabling = (msg.arg1 == 1); - Slog.d(TAG, "MESSAGE_HANDLE_DISABLE_DELAYED: disabling:" + disabling); + Log.d(TAG, "MESSAGE_HANDLE_DISABLE_DELAYED: disabling:" + disabling); if (!disabling) { // The Bluetooth is turning on, wait for STATE_ON if (mState != BluetoothAdapter.STATE_ON) { @@ -2080,7 +2051,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { ENABLE_DISABLE_DELAY_MS); break; } else { - Slog.e(TAG, "Wait for STATE_ON timeout"); + Log.e(TAG, "Wait for STATE_ON timeout"); } } // Either state is changed to STATE_ON or reaches the maximum retry, we @@ -2103,12 +2074,12 @@ class BluetoothManagerService extends IBluetoothManager.Stub { ENABLE_DISABLE_DELAY_MS); break; } else { - Slog.e(TAG, "Wait for exiting STATE_ON timeout"); + Log.e(TAG, "Wait for exiting STATE_ON timeout"); } } // Either state is exited from STATE_ON or reaches the maximum retry, we // should move forward to the next step. - Slog.d(TAG, "Handle disable is finished"); + Log.d(TAG, "Handle disable is finished"); } break; } @@ -2116,7 +2087,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { case MESSAGE_RESTORE_USER_SETTING: if ((msg.arg1 == RESTORE_SETTING_TO_OFF) && mEnable) { if (DBG) { - Slog.d(TAG, "Restore Bluetooth state to disabled"); + Log.d(TAG, "Restore Bluetooth state to disabled"); } persistBluetoothSetting(BLUETOOTH_OFF); mEnableExternal = false; @@ -2125,7 +2096,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mContext.getPackageName()); } else if ((msg.arg1 == RESTORE_SETTING_TO_ON) && !mEnable) { if (DBG) { - Slog.d(TAG, "Restore Bluetooth state to enabled"); + Log.d(TAG, "Restore Bluetooth state to enabled"); } mQuietEnableExternal = false; mEnableExternal = true; @@ -2168,7 +2139,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } case MESSAGE_BLUETOOTH_SERVICE_CONNECTED: { if (DBG) { - Slog.d(TAG, "MESSAGE_BLUETOOTH_SERVICE_CONNECTED: " + msg.arg1); + Log.d(TAG, "MESSAGE_BLUETOOTH_SERVICE_CONNECTED: " + msg.arg1); } IBinder service = (IBinder) msg.obj; @@ -2233,7 +2204,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { int prevState = msg.arg1; int newState = msg.arg2; if (DBG) { - Slog.d(TAG, + Log.d(TAG, "MESSAGE_BLUETOOTH_STATE_CHANGE: " + BluetoothAdapter.nameForState( prevState) + " > " + BluetoothAdapter.nameForState( newState)); @@ -2256,7 +2227,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_OFF) && (newState == BluetoothAdapter.STATE_OFF)) { if (mEnable) { - Slog.d(TAG, "Entering STATE_OFF but mEnabled is true; restarting."); + Log.d(TAG, "Entering STATE_OFF but mEnabled is true; restarting."); waitForState(Set.of(BluetoothAdapter.STATE_OFF)); Message restartMsg = mHandler.obtainMessage(MESSAGE_RESTART_BLUETOOTH_SERVICE); @@ -2267,14 +2238,14 @@ class BluetoothManagerService extends IBluetoothManager.Stub { || newState == BluetoothAdapter.STATE_BLE_ON) { // bluetooth is working, reset the counter if (mErrorRecoveryRetryCounter != 0) { - Slog.w(TAG, "bluetooth is recovered from error"); + Log.w(TAG, "bluetooth is recovered from error"); mErrorRecoveryRetryCounter = 0; } } break; } case MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED: { - Slog.e(TAG, "MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(" + msg.arg1 + ")"); + Log.e(TAG, "MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(" + msg.arg1 + ")"); try { mBluetoothLock.writeLock().lock(); if (msg.arg1 == SERVICE_IBLUETOOTH) { @@ -2287,7 +2258,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mBluetoothGatt = null; break; } else { - Slog.e(TAG, "Unknown argument for service disconnect!"); + Log.e(TAG, "Unknown argument for service disconnect!"); break; } } finally { @@ -2327,7 +2298,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } case MESSAGE_RESTART_BLUETOOTH_SERVICE: { mErrorRecoveryRetryCounter++; - Slog.d(TAG, "MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=" + Log.d(TAG, "MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=" + mErrorRecoveryRetryCounter); if (mErrorRecoveryRetryCounter < MAX_ERROR_RESTART_RETRIES) { /* Enable without persisting the setting as @@ -2338,19 +2309,19 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mContext.getPackageName(), true); handleEnable(mQuietEnable); } else { - Slog.e(TAG, "Reach maximum retry to restart Bluetooth!"); + Log.e(TAG, "Reach maximum retry to restart Bluetooth!"); } break; } case MESSAGE_TIMEOUT_BIND: { - Slog.e(TAG, "MESSAGE_TIMEOUT_BIND"); + Log.e(TAG, "MESSAGE_TIMEOUT_BIND"); mBluetoothLock.writeLock().lock(); mBinding = false; mBluetoothLock.writeLock().unlock(); break; } case MESSAGE_TIMEOUT_UNBIND: { - Slog.e(TAG, "MESSAGE_TIMEOUT_UNBIND"); + Log.e(TAG, "MESSAGE_TIMEOUT_UNBIND"); mBluetoothLock.writeLock().lock(); mUnbinding = false; mBluetoothLock.writeLock().unlock(); @@ -2359,7 +2330,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { case MESSAGE_USER_SWITCHED: { if (DBG) { - Slog.d(TAG, "MESSAGE_USER_SWITCHED"); + Log.d(TAG, "MESSAGE_USER_SWITCHED"); } mHandler.removeMessages(MESSAGE_USER_SWITCHED); @@ -2372,14 +2343,14 @@ class BluetoothManagerService extends IBluetoothManager.Stub { // if user is switched when service is binding retry after a delay mHandler.sendMessageDelayed(userMsg, USER_SWITCHED_TIME_MS); if (DBG) { - Slog.d(TAG, "Retry MESSAGE_USER_SWITCHED " + userMsg.arg2); + Log.d(TAG, "Retry MESSAGE_USER_SWITCHED " + userMsg.arg2); } } break; } case MESSAGE_USER_UNLOCKED: { if (DBG) { - Slog.d(TAG, "MESSAGE_USER_UNLOCKED"); + Log.d(TAG, "MESSAGE_USER_UNLOCKED"); } mHandler.removeMessages(MESSAGE_USER_SWITCHED); @@ -2388,7 +2359,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { // reason; maybe the Bluetooth service wasn't encryption // aware, so try binding again. if (DBG) { - Slog.d(TAG, "Enabled but not bound; retrying after unlock"); + Log.d(TAG, "Enabled but not bound; retrying after unlock"); } handleEnable(mQuietEnable); } @@ -2396,11 +2367,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } case MESSAGE_INIT_FLAGS_CHANGED: { if (DBG) { - Slog.d(TAG, "MESSAGE_INIT_FLAGS_CHANGED"); + Log.d(TAG, "MESSAGE_INIT_FLAGS_CHANGED"); } mHandler.removeMessages(MESSAGE_INIT_FLAGS_CHANGED); if (mBluetoothModeChangeHelper.isMediaProfileConnected()) { - Slog.i(TAG, "Delaying MESSAGE_INIT_FLAGS_CHANGED by " + Log.i(TAG, "Delaying MESSAGE_INIT_FLAGS_CHANGED by " + DELAY_FOR_RETRY_INIT_FLAG_CHECK_MS + " ms due to existing connections"); mHandler.sendEmptyMessageDelayed( @@ -2409,7 +2380,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { break; } if (!isDeviceProvisioned()) { - Slog.i(TAG, "Delaying MESSAGE_INIT_FLAGS_CHANGED by " + Log.i(TAG, "Delaying MESSAGE_INIT_FLAGS_CHANGED by " + DELAY_FOR_RETRY_INIT_FLAG_CHECK_MS + "ms because device is not provisioned"); mHandler.sendEmptyMessageDelayed( @@ -2418,7 +2389,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { break; } if (mBluetooth != null && isEnabled()) { - Slog.i(TAG, "Restarting Bluetooth due to init flag change"); + Log.i(TAG, "Restarting Bluetooth due to init flag change"); restartForReason( BluetoothProtoEnums.ENABLE_DISABLE_REASON_INIT_FLAGS_CHANGED); } @@ -2515,7 +2486,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { try { mBluetoothLock.writeLock().lock(); if ((mBluetooth == null) && (!mBinding)) { - Slog.d(TAG, "binding Bluetooth service"); + Log.d(TAG, "binding Bluetooth service"); //Start bind timeout and bind Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); @@ -2542,10 +2513,10 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } boolean doBind(Intent intent, ServiceConnection conn, int flags, UserHandle user) { - ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); + ComponentName comp = resolveSystemService(intent, mContext.getPackageManager(), 0); intent.setComponent(comp); if (comp == null || !mContext.bindServiceAsUser(intent, conn, flags, user)) { - Slog.e(TAG, "Fail to bind to: " + intent); + Log.e(TAG, "Fail to bind to: " + intent); return false; } return true; @@ -2557,7 +2528,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { mBluetoothLock.readLock().lock(); if (mBluetooth != null) { if (DBG) { - Slog.d(TAG, "Sending off request."); + Log.d(TAG, "Sending off request."); } if (!synchronousDisable(mContext.getAttributionSource())) { Log.e(TAG, "IBluetooth.disable() returned false"); @@ -2571,22 +2542,21 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } private boolean checkIfCallerIsForegroundUser() { - int foregroundUser; - int callingUser = UserHandle.getCallingUserId(); int callingUid = Binder.getCallingUid(); + UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); final long callingIdentity = Binder.clearCallingIdentity(); - UserManager um = (UserManager) mContext.getSystemService(Context.USER_SERVICE); - UserInfo ui = um.getProfileParent(callingUser); - int parentUser = (ui != null) ? ui.id : UserHandle.USER_NULL; + UserManager userManager = mContext.getSystemService(UserManager.class); + UserHandle uh = userManager.getProfileParent(callingUser); + UserHandle parentUser = (uh != null) ? uh : USER_HANDLE_NULL; int callingAppId = UserHandle.getAppId(callingUid); boolean valid = false; try { - foregroundUser = ActivityManager.getCurrentUser(); + UserHandle foregroundUser = UserHandle.of(ActivityManager.getCurrentUser()); valid = (callingUser == foregroundUser) || parentUser == foregroundUser || callingAppId == Process.NFC_UID || callingAppId == mSystemUiUid || callingAppId == Process.SHELL_UID; if (DBG && !valid) { - Slog.d(TAG, "checkIfCallerIsForegroundUser: valid=" + valid + " callingUser=" + Log.d(TAG, "checkIfCallerIsForegroundUser: valid=" + valid + " callingUser=" + callingUser + " parentUser=" + parentUser + " foregroundUser=" + foregroundUser); } @@ -2598,7 +2568,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { private void sendBleStateChanged(int prevState, int newState) { if (DBG) { - Slog.d(TAG, + Log.d(TAG, "Sending BLE State Change: " + BluetoothAdapter.nameForState(prevState) + " > " + BluetoothAdapter.nameForState(newState)); } @@ -2637,7 +2607,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { if (newState == BluetoothAdapter.STATE_OFF) { // If Bluetooth is off, send service down event to proxy objects, and unbind if (DBG) { - Slog.d(TAG, "Bluetooth is complete send Service Down"); + Log.d(TAG, "Bluetooth is complete send Service Down"); } sendBluetoothServiceDownCallback(); unbindAndFinish(); @@ -2655,14 +2625,14 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } else if (!intermediate_off) { // connect to GattService if (DBG) { - Slog.d(TAG, "Bluetooth is in LE only mode"); + Log.d(TAG, "Bluetooth is in LE only mode"); } if (mBluetoothGatt != null || !mContext.getPackageManager() .hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) { continueFromBleOnState(); } else { if (DBG) { - Slog.d(TAG, "Binding Bluetooth GATT service"); + Log.d(TAG, "Binding Bluetooth GATT service"); } Intent i = new Intent(IBluetoothGatt.class.getName()); doBind(i, mConnection, Context.BIND_AUTO_CREATE | Context.BIND_IMPORTANT, @@ -2674,7 +2644,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } else if (intermediate_off) { if (DBG) { - Slog.d(TAG, "Intermediate off, back to LE only mode"); + Log.d(TAG, "Intermediate off, back to LE only mode"); } // For LE only mode, broadcast as is sendBleStateChanged(prevState, newState); @@ -2704,7 +2674,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { prevState = BluetoothAdapter.STATE_OFF; } if (DBG) { - Slog.d(TAG, + Log.d(TAG, "Sending State Change: " + BluetoothAdapter.nameForState(prevState) + " > " + BluetoothAdapter.nameForState(newState)); } @@ -2737,7 +2707,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { SystemClock.sleep(300); i++; } - Slog.e(TAG, "waitForState " + states + " time out"); + Log.e(TAG, "waitForState " + states + " time out"); return false; } @@ -2766,10 +2736,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); } - int state = enable ? FrameworkStatsLog.BLUETOOTH_ENABLED_STATE_CHANGED__STATE__ENABLED : - FrameworkStatsLog.BLUETOOTH_ENABLED_STATE_CHANGED__STATE__DISABLED; - FrameworkStatsLog.write_non_chained(FrameworkStatsLog.BLUETOOTH_ENABLED_STATE_CHANGED, - Binder.getCallingUid(), null, state, reason, packageName); + if (enable) { + mBatteryStatsManager.reportBluetoothOn(Binder.getCallingUid(), reason, packageName); + } else { + mBatteryStatsManager.reportBluetoothOff(Binder.getCallingUid(), reason, packageName); + } } private void addCrashLog() { @@ -2787,7 +2758,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { android.Manifest.permission.BLUETOOTH_PRIVILEGED, }) private void recoverBluetoothServiceFromError(boolean clearBle) { - Slog.e(TAG, "recoverBluetoothServiceFromError"); + Log.e(TAG, "recoverBluetoothServiceFromError"); try { mBluetoothLock.readLock().lock(); if (mBluetooth != null) { @@ -2841,7 +2812,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { final long callingIdentity = Binder.clearCallingIdentity(); try { return mContext.getSystemService(UserManager.class) - .hasUserRestriction(UserManager.DISALLOW_BLUETOOTH, UserHandle.SYSTEM); + .hasUserRestrictionForUser(UserManager.DISALLOW_BLUETOOTH, UserHandle.SYSTEM); } finally { Binder.restoreCallingIdentity(callingIdentity); } @@ -2878,7 +2849,8 @@ class BluetoothManagerService extends IBluetoothManager.Stub { @Override public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { - if (!DumpUtils.checkDumpPermission(mContext, TAG, writer)) { + if ((mContext.checkCallingOrSelfPermission( + android.Manifest.permission.DUMP) != PackageManager.PERMISSION_GRANTED)) { return; } if ((args.length > 0) && args[0].startsWith("--proto")) { @@ -2954,7 +2926,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } private void dumpProto(FileDescriptor fd) { - final ProtoOutputStream proto = new ProtoOutputStream(fd); + final ProtoOutputStream proto = new ProtoOutputStream(new FileOutputStream(fd)); proto.write(BluetoothManagerServiceDumpProto.ENABLED, isEnabled()); proto.write(BluetoothManagerServiceDumpProto.STATE, mState); proto.write(BluetoothManagerServiceDumpProto.STATE_NAME, @@ -3017,9 +2989,16 @@ class BluetoothManagerService extends IBluetoothManager.Stub { @SuppressLint("AndroidFrameworkRequiresPermission") private static boolean checkPermissionForDataDelivery(Context context, String permission, AttributionSource attributionSource, String message) { - final int result = PermissionChecker.checkPermissionForDataDeliveryFromDataSource( - context, permission, PID_UNKNOWN, - new AttributionSource(context.getAttributionSource(), attributionSource), message); + PermissionManager pm = context.getSystemService(PermissionManager.class); + if (pm == null) { + return false; + } + AttributionSource currentAttribution = new AttributionSource + .Builder(context.getAttributionSource()) + .setNext(attributionSource) + .build(); + final int result = pm.checkPermissionForDataDeliveryFromDataSource(permission, + currentAttribution, message); if (result == PERMISSION_GRANTED) { return true; } @@ -3057,4 +3036,83 @@ class BluetoothManagerService extends IBluetoothManager.Stub { PowerExemptionManager.REASON_BLUETOOTH_BROADCAST, ""); return bOptions.toBundle(); } + + private ComponentName resolveSystemService(@NonNull Intent intent, + @NonNull PackageManager pm, int flags) { + List<ResolveInfo> results = pm.queryIntentServices(intent, flags); + if (results == null) { + return null; + } + ComponentName comp = null; + for (int i = 0; i < results.size(); i++) { + ResolveInfo ri = results.get(i); + if ((ri.serviceInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) == 0) { + continue; + } + ComponentName foundComp = new ComponentName(ri.serviceInfo.applicationInfo.packageName, + ri.serviceInfo.name); + if (comp != null) { + throw new IllegalStateException("Multiple system services handle " + intent + + ": " + comp + ", " + foundComp); + } + comp = foundComp; + } + return comp; + } + + private boolean isPrivileged(int pid, int uid) { + return (mContext.checkPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED, pid, uid) + == PackageManager.PERMISSION_GRANTED) + || (mContext.checkPermission(android.Manifest.permission.NETWORK_SETTINGS, pid, uid) + == PackageManager.PERMISSION_GRANTED) + || (mContext.getPackageManager().checkSignatures(uid, Process.SYSTEM_UID) + == PackageManager.SIGNATURE_MATCH); + } + + private Pair<UserHandle, ComponentName> getDeviceOwner() { + DevicePolicyManager devicePolicyManager = + mContext.getSystemService(DevicePolicyManager.class); + if (devicePolicyManager == null) return null; + long ident = Binder.clearCallingIdentity(); + UserHandle deviceOwnerUser = null; + ComponentName deviceOwnerComponent = null; + try { + deviceOwnerUser = devicePolicyManager.getDeviceOwnerUser(); + deviceOwnerComponent = devicePolicyManager.getDeviceOwnerComponentOnAnyUser(); + } finally { + Binder.restoreCallingIdentity(ident); + } + if (deviceOwnerUser == null || deviceOwnerComponent == null + || deviceOwnerComponent.getPackageName() == null) { + return null; + } + return new Pair<>(deviceOwnerUser, deviceOwnerComponent); + } + + private boolean isDeviceOwner(int uid, String packageName) { + if (packageName == null) { + Log.e(TAG, "isDeviceOwner: packageName is null, returning false"); + return false; + } + Pair<UserHandle, ComponentName> deviceOwner = getDeviceOwner(); + + // no device owner + if (deviceOwner == null) return false; + + return deviceOwner.first.equals(UserHandle.getUserHandleForUid(uid)) + && deviceOwner.second.getPackageName().equals(packageName); + } + + public boolean isSystem(String packageName, int uid) { + long ident = Binder.clearCallingIdentity(); + try { + ApplicationInfo info = mContext.getPackageManager().getApplicationInfoAsUser( + packageName, 0, UserHandle.getUserHandleForUid(uid)); + return (info.flags & FLAGS_SYSTEM_APP) != 0; + } catch (PackageManager.NameNotFoundException e) { + return false; + } finally { + Binder.restoreCallingIdentity(ident); + } + } } diff --git a/service/java/com/android/server/bluetooth/BluetoothModeChangeHelper.java b/service/java/com/android/server/bluetooth/BluetoothModeChangeHelper.java index fc9cdfd34d..4d3f22e5fe 100644 --- a/service/java/com/android/server/bluetooth/BluetoothModeChangeHelper.java +++ b/service/java/com/android/server/bluetooth/BluetoothModeChangeHelper.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.server; +package com.android.server.bluetooth; import android.annotation.RequiresPermission; import android.bluetooth.BluetoothA2dp; diff --git a/service/java/com/android/server/bluetooth/BluetoothService.java b/service/java/com/android/server/bluetooth/BluetoothService.java index 1a1eecd0f4..ff6938e5f6 100644 --- a/service/java/com/android/server/bluetooth/BluetoothService.java +++ b/service/java/com/android/server/bluetooth/BluetoothService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.server; +package com.android.server.bluetooth; import android.annotation.NonNull; import android.annotation.Nullable; @@ -22,9 +22,10 @@ import android.bluetooth.BluetoothAdapter; import android.content.Context; import android.os.UserManager; +import com.android.server.SystemService; import com.android.server.SystemService.TargetUser; -class BluetoothService extends SystemService { +public class BluetoothService extends SystemService { private BluetoothManagerService mBluetoothManagerService; private boolean mInitialized = false; @@ -60,12 +61,12 @@ class BluetoothService extends SystemService { if (!mInitialized) { initialize(); } else { - mBluetoothManagerService.handleOnSwitchUser(to.getUserIdentifier()); + mBluetoothManagerService.handleOnSwitchUser(to.getUserHandle()); } } @Override public void onUserUnlocking(@NonNull TargetUser user) { - mBluetoothManagerService.handleOnUnlockUser(user.getUserIdentifier()); + mBluetoothManagerService.handleOnUnlockUser(user.getUserHandle()); } } diff --git a/service/proguard.flags b/service/proguard.flags new file mode 100644 index 0000000000..73ada3610b --- /dev/null +++ b/service/proguard.flags @@ -0,0 +1,6 @@ +# Prevent proguard from stripping out any service-bluetooth. +# TODO: This could be optimized in the future to only keep the critical +# entry points and then let proguard strip out any unused code within +# the service. +-keep class com.android.bluetooth.** { *; } +-keep class com.android.server.bluetooth.** { *; } diff --git a/service/tests/Android.bp b/service/tests/Android.bp index 6cfa7ecb63..c26df884bf 100644 --- a/service/tests/Android.bp +++ b/service/tests/Android.bp @@ -28,3 +28,54 @@ filegroup { "//frameworks/base/services/tests/servicestests", ], } + +android_test { + name: "ServiceBluetoothTests", + + srcs: [ + "src/**/*.java", + ], + + dxflags: ["--multi-dex"], + + java_version: "1.9", + + static_libs: [ + "androidx.test.rules", + "collector-device-lib", + "hamcrest-library", + "mockito-target-extended-minus-junit4", + "platform-test-annotations", + "frameworks-base-testutils", + "truth-prebuilt", + + // Statically link service-bluetooth-pre-jarjar since we want to test the working copy of + // service-uwb, not the on-device copy. + // Use pre-jarjar version so that we can reference symbols before they are renamed. + // Then, the jarjar_rules here will perform the rename for the entire APK + // i.e. service-bluetooth + test code + "service-bluetooth-pre-jarjar", + ], + + jarjar_rules: ":bluetooth-jarjar-rules", + + libs: [ + "android.test.runner", + "android.test.base", + "android.test.mock", + "framework-bluetooth-pre-jarjar", + ], + + jni_libs: [ + // these are needed for Extended Mockito + "libbluetooth_jni", + ], + compile_multilib: "both", + + min_sdk_version: "current", + + test_suites: [ + "general-tests", + "mts-bluetooth", + ], +} diff --git a/service/tests/AndroidManifest.xml b/service/tests/AndroidManifest.xml new file mode 100644 index 0000000000..afecc067ed --- /dev/null +++ b/service/tests/AndroidManifest.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2015 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> + +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="com.android.server.bluetooth.test"> + + <application android:debuggable="true" + android:largeHeap="true"> + <uses-library android:name="android.test.runner"/> + <activity android:label="BluetoothTestDummyLabel" + android:name="BluetoothTestDummyName" + android:exported="true"> + <intent-filter> + <action android:name="android.intent.action.MAIN"/> + <category android:name="android.intent.category.LAUNCHER"/> + </intent-filter> + </activity> + </application> + + <instrumentation android:name="com.android.server.bluetooth.CustomTestRunner" + android:targetPackage="com.android.server.bluetooth.test" + android:label="Service Bluetooth Tests"> + </instrumentation> + + <uses-permission android:name="android.permission.READ_PHONE_STATE"/> + <uses-permission android:name="android.permission.INTERNET"/> + +</manifest> diff --git a/service/tests/AndroidTest.xml b/service/tests/AndroidTest.xml new file mode 100644 index 0000000000..c31c6cb068 --- /dev/null +++ b/service/tests/AndroidTest.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2017 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<configuration description="Runs Service Bluetooth Tests."> + <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> + <option name="test-file-name" value="ServiceBluetoothTests.apk" /> + </target_preparer> + + <option name="test-suite-tag" value="apct" /> + <option name="test-tag" value="ServiceBluetoothTests" /> + <option name="config-descriptor:metadata" key="mainline-param" + value="com.google.android.bluetooth.apex" /> + <test class="com.android.tradefed.testtype.AndroidJUnitTest" > + <option name="package" value="com.android.server.bluetooth.test" /> + <option name="runner" value="com.android.server.bluetooth.CustomTestRunner" /> + <option name="hidden-api-checks" value="false"/> + </test> + + <!-- Only run ServiceBluetoothTests in MTS if the Bluetooth Mainline module is installed. --> + <object type="module_controller" + class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController"> + <option name="mainline-module-package-name" value="com.google.android.bluetooth" /> + </object> +</configuration> diff --git a/service/tests/src/com/android/server/BluetoothAirplaneModeListenerTest.java b/service/tests/src/com/android/server/BluetoothAirplaneModeListenerTest.java index a1d4c203de..fb067800a1 100644 --- a/service/tests/src/com/android/server/BluetoothAirplaneModeListenerTest.java +++ b/service/tests/src/com/android/server/BluetoothAirplaneModeListenerTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.server; +package com.android.server.bluetooth; import static org.mockito.Mockito.*; diff --git a/system/binder/android/bluetooth/IBluetooth.aidl b/system/binder/android/bluetooth/IBluetooth.aidl index 04a0a0a7eb..369f7e5410 100644 --- a/system/binder/android/bluetooth/IBluetooth.aidl +++ b/system/binder/android/bluetooth/IBluetooth.aidl @@ -60,7 +60,7 @@ interface IBluetooth @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") oneway void setName(in String name, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") - String getIdentityAddress(in String address); + oneway void getIdentityAddress(in String address, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") oneway void getName(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE)") @@ -82,12 +82,12 @@ interface IBluetooth @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN)") oneway void getScanMode(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN)") - oneway void setScanMode(int mode, int duration, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); + oneway void setScanMode(int mode, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN)") oneway void getDiscoverableTimeout(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN)") - oneway void setDiscoverableTimeout(int timeout, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); + oneway void setDiscoverableTimeout(long timeout, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN)") oneway void startDiscovery(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); diff --git a/system/binder/android/bluetooth/IBluetoothHeadset.aidl b/system/binder/android/bluetooth/IBluetoothHeadset.aidl index 14630de729..3e9474c99a 100644 --- a/system/binder/android/bluetooth/IBluetoothHeadset.aidl +++ b/system/binder/android/bluetooth/IBluetoothHeadset.aidl @@ -68,13 +68,13 @@ interface IBluetoothHeadset { oneway void setConnectionPolicy(in BluetoothDevice device, int connectionPolicy, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT,android.Manifest.permission.BLUETOOTH_PRIVILEGED})") oneway void getConnectionPolicy(in BluetoothDevice device, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); - @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") + @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT,android.Manifest.permission.BLUETOOTH_PRIVILEGED})") oneway void getAudioState(in BluetoothDevice device, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); - @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") + @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT,android.Manifest.permission.BLUETOOTH_PRIVILEGED})") oneway void isAudioOn(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); - @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") + @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT,android.Manifest.permission.BLUETOOTH_PRIVILEGED})") oneway void connectAudio(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); - @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") + @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT,android.Manifest.permission.BLUETOOTH_PRIVILEGED})") oneway void disconnectAudio(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)") oneway void setAudioRouteAllowed(boolean allowed, in AttributionSource attributionSource, in SynchronousResultReceiver receiver); diff --git a/system/btif/src/btif_le_audio.cc b/system/btif/src/btif_le_audio.cc index a7df4fafd8..acb7ed703f 100644 --- a/system/btif/src/btif_le_audio.cc +++ b/system/btif/src/btif_le_audio.cc @@ -76,7 +76,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, this->callbacks = callbacks; for (auto codec : offloading_preference) { - LOG_DEBUG("supported codec: %s", codec.ToString().c_str()); + LOG_INFO("supported codec: %s", codec.ToString().c_str()); } LeAudioClient::InitializeAudioSetConfigurationProvider(); diff --git a/system/btif/src/btif_rc.cc b/system/btif/src/btif_rc.cc index d89b29f2c2..f6d6b036a5 100644 --- a/system/btif/src/btif_rc.cc +++ b/system/btif/src/btif_rc.cc @@ -2811,7 +2811,7 @@ bool iterate_supported_event_list_for_timeout(void* data, void* cb_data) { btif_rc_device_cb_t* p_dev = btif_rc_get_device_by_bda(cntxt->rc_addr); btif_rc_supported_event_t* p_event = (btif_rc_supported_event_t*)data; - if (p_event->label == label) { + if (p_event->label == label && p_dev != NULL) { list_remove(p_dev->rc_supported_event_list, p_event); return false; } diff --git a/system/build/Android.bp b/system/build/Android.bp index f0f2a3b7c8..70c509957f 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -120,8 +120,6 @@ fluoride_defaults { "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libcutils", - "libgrpc++", - "libgrpc_wrap", "libhidlbase", "libstatslog_bt", "libutils", diff --git a/system/stack/avdt/avdt_scb_act.cc b/system/stack/avdt/avdt_scb_act.cc index 611abb564f..9b558984bb 100644 --- a/system/stack/avdt/avdt_scb_act.cc +++ b/system/stack/avdt/avdt_scb_act.cc @@ -259,19 +259,24 @@ void avdt_scb_hdl_pkt_no_frag(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { if (offset > len) goto length_error; p += 2; BE_STREAM_TO_UINT16(ex_len, p); - offset += ex_len * 4; p += ex_len * 4; } + if ((p - p_start) > len) { + android_errorWriteLog(0x534e4554, "142546355"); + osi_free_and_reset((void**)&p_data->p_pkt); + return; + } + offset = p - p_start; + /* adjust length for any padding at end of packet */ if (o_p) { /* padding length in last byte of packet */ - pad_len = *(p_start + p_data->p_pkt->len); + pad_len = *(p_start + len); } /* do sanity check */ - if ((offset > p_data->p_pkt->len) || - ((pad_len + offset) > p_data->p_pkt->len)) { + if (pad_len > (len - offset)) { AVDT_TRACE_WARNING("Got bad media packet"); osi_free_and_reset((void**)&p_data->p_pkt); } @@ -389,7 +394,8 @@ uint8_t* avdt_scb_hdl_report(AvdtpScb* p_scb, uint8_t* p, uint16_t len) { goto avdt_scb_hdl_report_exit; } BE_STREAM_TO_UINT8(name_length, p); - if (name_length > len - 2 || name_length > AVDT_MAX_CNAME_SIZE) { + if (name_length > len - min_len || + name_length > AVDT_MAX_CNAME_SIZE) { result = AVDT_BAD_PARAMS; } else { BE_STREAM_TO_ARRAY(p, &(report.cname[0]), name_length); @@ -402,8 +408,8 @@ uint8_t* avdt_scb_hdl_report(AvdtpScb* p_scb, uint8_t* p, uint16_t len) { __func__, len, min_len); goto avdt_scb_hdl_report_exit; } - AVDT_TRACE_WARNING(" - SDES SSRC=0x%08x sc=%d %d len=%d %s", ssrc, - o_cc, *p, *(p + 1), p + 2); + AVDT_TRACE_WARNING("%s: SDES SSRC=0x%08x sc=%d %d len=%d", __func__, + ssrc, o_cc, sdes_type, *p); result = AVDT_BUSY; } break; diff --git a/system/stack/avrc/avrc_pars_ct.cc b/system/stack/avrc/avrc_pars_ct.cc index 298f6eedf2..78962c773b 100644 --- a/system/stack/avrc/avrc_pars_ct.cc +++ b/system/stack/avrc/avrc_pars_ct.cc @@ -581,6 +581,10 @@ static tAVRC_STS avrc_ctrl_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, p_result->get_caps.capability_id, p_result->get_caps.count); if (p_result->get_caps.capability_id == AVRC_CAP_COMPANY_ID) { + if (p_result->get_caps.count > AVRC_CAP_MAX_NUM_COMP_ID) { + android_errorWriteLog(0x534e4554, "205837191"); + return AVRC_STS_INTERNAL_ERR; + } min_len += MIN(p_result->get_caps.count, AVRC_CAP_MAX_NUM_COMP_ID) * 3; if (len < min_len) goto length_error; for (int xx = 0; ((xx < p_result->get_caps.count) && @@ -590,6 +594,10 @@ static tAVRC_STS avrc_ctrl_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, } } else if (p_result->get_caps.capability_id == AVRC_CAP_EVENTS_SUPPORTED) { + if (p_result->get_caps.count > AVRC_CAP_MAX_NUM_COMP_ID) { + android_errorWriteLog(0x534e4554, "205837191"); + return AVRC_STS_INTERNAL_ERR; + } min_len += MIN(p_result->get_caps.count, AVRC_CAP_MAX_NUM_EVT_ID); if (len < min_len) goto length_error; for (int xx = 0; ((xx < p_result->get_caps.count) && diff --git a/system/stack/avrc/avrc_pars_tg.cc b/system/stack/avrc/avrc_pars_tg.cc index 6aa4a31e14..71cebef1f2 100644 --- a/system/stack/avrc/avrc_pars_tg.cc +++ b/system/stack/avrc/avrc_pars_tg.cc @@ -118,6 +118,13 @@ static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, if (p_msg->vendor_len == 0) return AVRC_STS_NO_ERROR; if (p_msg->p_vendor_data == NULL) return AVRC_STS_INTERNAL_ERR; + if (p_msg->vendor_len < 4) { + android_errorWriteLog(0x534e4554, "168712382"); + AVRC_TRACE_WARNING("%s: message length %d too short: must be at least 4", + __func__, p_msg->vendor_len); + return AVRC_STS_INTERNAL_ERR; + } + p = p_msg->p_vendor_data; p_result->pdu = *p++; AVRC_TRACE_DEBUG("%s pdu:0x%x", __func__, p_result->pdu); diff --git a/system/stack/gatt/gatt_cl.cc b/system/stack/gatt/gatt_cl.cc index d8896b3a94..16dbdf80ff 100644 --- a/system/stack/gatt/gatt_cl.cc +++ b/system/stack/gatt/gatt_cl.cc @@ -751,7 +751,7 @@ void gatt_process_notification(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, rem_len -= 4; // Make sure we don't read past the remaining data even if the length says // we can Also need to watch comparing the int16_t with the uint16_t - value.len = std::min(rem_len, (int16_t)value.len); + value.len = std::min((uint16_t)rem_len, value.len); STREAM_TO_ARRAY(value.value, p, value.len); // Accounting rem_len -= value.len; diff --git a/system/stack/l2cap/l2c_ble.cc b/system/stack/l2cap/l2c_ble.cc index 386f445eb1..b80d30e5c0 100755 --- a/system/stack/l2cap/l2c_ble.cc +++ b/system/stack/l2cap/l2c_ble.cc @@ -831,6 +831,11 @@ void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) { case L2CAP_CMD_CREDIT_BASED_RECONFIG_RES: { uint16_t result; + if (p + sizeof(uint16_t) > p_pkt_end) { + android_errorWriteLog(0x534e4554, "212694559"); + LOG(ERROR) << "invalid read"; + return; + } STREAM_TO_UINT16(result, p); L2CAP_TRACE_DEBUG( diff --git a/system/stack/l2cap/l2c_csm.cc b/system/stack/l2cap/l2c_csm.cc index ee3b6d6c92..a6a29196c5 100755 --- a/system/stack/l2cap/l2c_csm.cc +++ b/system/stack/l2cap/l2c_csm.cc @@ -1243,7 +1243,7 @@ static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { tL2CAP_CFG_INFO* p_cfg; tL2C_CHNL_STATE tempstate; uint8_t tempcfgdone; - uint8_t cfg_result; + uint8_t cfg_result = L2CAP_PEER_CFG_DISCONNECT; uint16_t credit = 0; tL2CAP_LE_CFG_INFO* p_le_cfg = (tL2CAP_LE_CFG_INFO*)p_data; @@ -1263,11 +1263,12 @@ static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { /* For ecoc reconfig is handled below in l2c_ble. In case of success * let us notify upper layer about the reconfig */ - LOG_DEBUG("Calling LeReconfigCompleted_Cb(), CID: 0x%04x", - p_ccb->local_cid); - - (*p_ccb->p_rcb->api.pL2CA_CreditBasedReconfigCompleted_Cb)( - p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid, false, p_le_cfg); + if (p_le_cfg) { + LOG_DEBUG("Calling LeReconfigCompleted_Cb(), CID: 0x%04x", + p_ccb->local_cid); + (*p_ccb->p_rcb->api.pL2CA_CreditBasedReconfigCompleted_Cb)( + p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid, false, p_le_cfg); + } break; case L2CEVT_L2CAP_CONFIG_REQ: /* Peer config request */ @@ -1284,8 +1285,9 @@ static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { alarm_set_on_mloop(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, l2c_ccb_timer_timeout, p_ccb); - - cfg_result = l2cu_process_peer_cfg_req(p_ccb, p_cfg); + if (p_cfg) { + cfg_result = l2cu_process_peer_cfg_req(p_ccb, p_cfg); + } if (cfg_result == L2CAP_PEER_CFG_OK) { (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); l2c_csm_send_config_rsp_ok(p_ccb); @@ -1324,7 +1326,7 @@ static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { break; case L2CEVT_L2CAP_DATA: /* Peer data packet rcvd */ - if ((p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) { + if (p_data && (p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) { p_ccb->metrics.rx(static_cast<BT_HDR*>(p_data)->len); (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR*)p_data); @@ -1350,18 +1352,22 @@ static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { break; case L2CEVT_L2CA_DATA_WRITE: /* Upper layer data to send */ - l2c_enqueue_peer_data(p_ccb, (BT_HDR*)p_data); - l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); + if (p_data) { + l2c_enqueue_peer_data(p_ccb, (BT_HDR*)p_data); + l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); + } break; case L2CEVT_L2CA_CREDIT_BASED_RECONFIG_REQ: p_ccb->chnl_state = CST_CONFIG; p_ccb->config_done &= ~OB_CFG_DONE; - l2cu_send_credit_based_reconfig_req(p_ccb, (tL2CAP_LE_CFG_INFO*)p_data); + if (p_data) { + l2cu_send_credit_based_reconfig_req(p_ccb, (tL2CAP_LE_CFG_INFO*)p_data); - alarm_set_on_mloop(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, - l2c_ccb_timer_timeout, p_ccb); + alarm_set_on_mloop(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, + l2c_ccb_timer_timeout, p_ccb); + } break; case L2CEVT_L2CA_CONFIG_REQ: /* Upper layer config req */ @@ -1382,22 +1388,26 @@ static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { break; case L2CEVT_L2CA_SEND_FLOW_CONTROL_CREDIT: - LOG_DEBUG("Sending credit"); - credit = *(uint16_t*)p_data; - l2cble_send_flow_control_credit(p_ccb, credit); + if (p_data) { + LOG_DEBUG("Sending credit"); + credit = *(uint16_t*)p_data; + l2cble_send_flow_control_credit(p_ccb, credit); + } break; case L2CEVT_L2CAP_RECV_FLOW_CONTROL_CREDIT: - credit = *(uint16_t*)p_data; - LOG_DEBUG("Credits received %d", credit); - if ((p_ccb->peer_conn_cfg.credits + credit) > L2CAP_LE_CREDIT_MAX) { - /* we have received credits more than max coc credits, - * so disconnecting the Le Coc Channel - */ - l2cble_send_peer_disc_req(p_ccb); - } else { - p_ccb->peer_conn_cfg.credits += credit; - l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); + if (p_data) { + credit = *(uint16_t*)p_data; + LOG_DEBUG("Credits received %d", credit); + if ((p_ccb->peer_conn_cfg.credits + credit) > L2CAP_LE_CREDIT_MAX) { + /* we have received credits more than max coc credits, + * so disconnecting the Le Coc Channel + */ + l2cble_send_peer_disc_req(p_ccb); + } else { + p_ccb->peer_conn_cfg.credits += credit; + l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); + } } break; default: diff --git a/system/stack/test/stack_avdtp_test.cc b/system/stack/test/stack_avdtp_test.cc index 53950a2412..24fdf26c45 100644 --- a/system/stack/test/stack_avdtp_test.cc +++ b/system/stack/test/stack_avdtp_test.cc @@ -17,6 +17,7 @@ //#include <dlfcn.h> #include <gtest/gtest.h> +#include "osi/include/allocator.h" #include "stack/avdt/avdt_int.h" #include "stack/include/avdt_api.h" #include "stack/test/common/mock_stack_avdt_msg.h" @@ -40,61 +41,73 @@ class StackAvdtpTest : public ::testing::Test { virtual ~StackAvdtpTest() = default; protected: - static AvdtpRcb _reg; - static uint8_t _expected_stream_event; - - uint8_t scb_handle_; + static AvdtpRcb reg_ctrl_block_; + static uint8_t callback_event_; + static uint8_t scb_handle_; protected: - static void _avdtcallback(UNUSED_ATTR uint8_t handle, const RawAddress& bd_addr, - uint8_t event, tAVDT_CTRL* p_data, uint8_t scb_index) { + static void AvdtConnCallback(uint8_t handle, const RawAddress& bd_addr, + uint8_t event, tAVDT_CTRL* p_data, + uint8_t scb_index) { mock_function_count_map[__func__]++; + callback_event_ = event; } - static void _streamcallback(uint8_t handle, const RawAddress& bd_addr, - uint8_t event, tAVDT_CTRL* p_data, - uint8_t scb_index) { + static void StreamCtrlCallback(uint8_t handle, const RawAddress& bd_addr, + uint8_t event, tAVDT_CTRL* p_data, + uint8_t scb_index) { mock_function_count_map[__func__]++; - ASSERT_EQ(event, _expected_stream_event); - }; - - static void SetUpTestCase() { - _reg.ctrl_mtu = 672; - _reg.ret_tout = 4; - _reg.sig_tout = 4; - _reg.idle_tout = 10; - _reg.scb_index = 0; - AVDT_Register(&_reg, _avdtcallback); + callback_event_ = event; } - static void TearDownTestCase() { - AVDT_Deregister(); + static void AvdtReportCallback(uint8_t handle, AVDT_REPORT_TYPE type, + tAVDT_REPORT_DATA* p_data) { + mock_function_count_map[__func__]++; } - void SetUp() override { + static void SetUpTestCase() { + reg_ctrl_block_.ctrl_mtu = 672; + reg_ctrl_block_.ret_tout = 4; + reg_ctrl_block_.sig_tout = 4; + reg_ctrl_block_.idle_tout = 10; + reg_ctrl_block_.scb_index = 0; + AVDT_Register(®_ctrl_block_, AvdtConnCallback); + uint8_t peer_id = 1; scb_handle_ = 0; - _expected_stream_event = 0; - AvdtpStreamConfig avdtp_stream_config; + AvdtpStreamConfig avdtp_stream_config{}; avdtp_stream_config.cfg.psc_mask = AVDT_PSC_DELAY_RPT; + avdtp_stream_config.p_avdt_ctrl_cback = StreamCtrlCallback; + avdtp_stream_config.p_report_cback = AvdtReportCallback; avdtp_stream_config.tsep = AVDT_TSEP_SNK; - avdtp_stream_config.p_avdt_ctrl_cback = _streamcallback; - mock_function_count_map["_streamcallback"] = 0; - + // We have to reuse the stream since there is only AVDT_NUM_SEPS * + // AVDT_NUM_LINKS ASSERT_EQ(AVDT_CreateStream(peer_id, &scb_handle_, avdtp_stream_config), AVDT_SUCCESS); } - void TearDown() override { - ASSERT_EQ(AVDT_RemoveStream(scb_handle_), AVDT_SUCCESS); + static void TearDownTestCase() { AVDT_Deregister(); } + + void SetUp() override { + callback_event_ = AVDT_MAX_EVT + 1; + mock_function_count_map.clear(); } - void StreamCallBackExpect(uint8_t event) { - _expected_stream_event = event; + void TearDown() override { + auto pscb = avdt_scb_by_hdl(scb_handle_); + tAVDT_SCB_EVT data; + // clean up the SCB state + avdt_scb_event(pscb, AVDT_SCB_MSG_ABORT_RSP_EVT, &data); + avdt_scb_event(pscb, AVDT_SCB_TC_CLOSE_EVT, &data); + ASSERT_EQ(AVDT_RemoveStream(scb_handle_), AVDT_SUCCESS); + // fallback to default settings (delay report + sink) + pscb->stream_config.cfg.psc_mask = AVDT_PSC_DELAY_RPT; + pscb->stream_config.tsep = AVDT_TSEP_SNK; } }; -AvdtpRcb StackAvdtpTest::_reg{}; -uint8_t StackAvdtpTest::_expected_stream_event = 0; +AvdtpRcb StackAvdtpTest::reg_ctrl_block_{}; +uint8_t StackAvdtpTest::callback_event_ = AVDT_MAX_EVT + 1; +uint8_t StackAvdtpTest::scb_handle_ = 0; TEST_F(StackAvdtpTest, test_delay_report_as_accept) { // Get SCB ready to send response @@ -108,8 +121,6 @@ TEST_F(StackAvdtpTest, test_delay_report_as_accept) { mock_avdt_msg_send_cmd_clear_history(); mock_avdt_msg_send_rsp_clear_history(); - mock_function_count_map["avdt_msg_send_rsp"] = 0; - mock_function_count_map["avdt_msg_send_cmd"] = 0; ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); // Config response sent @@ -122,10 +133,9 @@ TEST_F(StackAvdtpTest, test_delay_report_as_accept) { // Delay report confirmed tAVDT_SCB_EVT data; - ASSERT_EQ(mock_function_count_map["_streamcallback"], 0); - StreamCallBackExpect(AVDT_DELAY_REPORT_CFM_EVT); + ASSERT_EQ(mock_function_count_map["StreamCtrlCallback"], 0); avdt_scb_hdl_delay_rpt_rsp(pscb, &data); - ASSERT_EQ(mock_function_count_map["_streamcallback"], 1); + ASSERT_EQ(callback_event_, AVDT_DELAY_REPORT_CFM_EVT); } TEST_F(StackAvdtpTest, test_no_delay_report_if_not_sink) { @@ -140,8 +150,6 @@ TEST_F(StackAvdtpTest, test_no_delay_report_if_not_sink) { uint8_t label = 0; uint8_t err_code = 0; uint8_t category = 0; - mock_function_count_map["avdt_msg_send_rsp"] = 0; - mock_function_count_map["avdt_msg_send_cmd"] = 0; ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); ASSERT_EQ(mock_function_count_map["avdt_msg_send_rsp"], 1); // Config response sent ASSERT_EQ(mock_function_count_map["avdt_msg_send_cmd"], 0); // Delay report command not sent @@ -159,8 +167,6 @@ TEST_F(StackAvdtpTest, test_no_delay_report_if_not_enabled) { uint8_t label = 0; uint8_t err_code = 0; uint8_t category = 0; - mock_function_count_map["avdt_msg_send_rsp"] = 0; - mock_function_count_map["avdt_msg_send_cmd"] = 0; ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); ASSERT_EQ(mock_function_count_map["avdt_msg_send_rsp"], 1); // Config response sent ASSERT_EQ(mock_function_count_map["avdt_msg_send_cmd"], 0); // Delay report command not sent @@ -168,11 +174,10 @@ TEST_F(StackAvdtpTest, test_no_delay_report_if_not_enabled) { TEST_F(StackAvdtpTest, test_delay_report_as_init) { auto pscb = avdt_scb_by_hdl(scb_handle_); + pscb->in_use = true; tAVDT_SCB_EVT data; - mock_function_count_map["avdt_msg_send_cmd"] = 0; - // Delay report -> Open command mock_avdt_msg_send_cmd_clear_history(); avdt_scb_event(pscb, AVDT_SCB_MSG_SETCONFIG_RSP_EVT, &data); @@ -181,3 +186,132 @@ TEST_F(StackAvdtpTest, test_delay_report_as_init) { ASSERT_EQ(mock_avdt_msg_send_cmd_get_sig_id_at(1), AVDT_SIG_OPEN); } +TEST_F(StackAvdtpTest, test_SR_reporting_handler) { + constexpr uint8_t sender_report_packet[] = { + // Header + 0x80, 0xc8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + // Sender Info + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + // Report Block #1 + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + uint16_t packet_length = sizeof(sender_report_packet); + tAVDT_SCB_EVT data; + auto pscb = avdt_scb_by_hdl(scb_handle_); + + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = packet_length, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, sender_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // no payload + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, sender_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // only reporting header + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 8, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, sender_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // reporting header + sender info + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 28, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, sender_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 2); +} + +TEST_F(StackAvdtpTest, test_RR_reporting_handler) { + constexpr uint8_t receiver_report_packet[] = { + // Header + 0x80, 0xc9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + // Report Block #1 + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + uint16_t packet_length = sizeof(receiver_report_packet); + tAVDT_SCB_EVT data; + auto pscb = avdt_scb_by_hdl(scb_handle_); + + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = packet_length, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, receiver_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // no payload + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, receiver_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // only reporting header + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 8, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, receiver_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // reporting header + report block + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 32, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, receiver_report_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 2); +} + +TEST_F(StackAvdtpTest, test_SDES_reporting_handler) { + constexpr uint8_t source_description_packet[] = {// Header + 0x80, 0xca, 0x00, 0x00, + // Chunk #1 + 0x00, 0x00, 0x00, 0x00, + // SDES Item (CNAME=1) + 0x01, 0x05, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00}; + uint16_t packet_length = sizeof(source_description_packet); + tAVDT_SCB_EVT data; + auto pscb = avdt_scb_by_hdl(scb_handle_); + + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = packet_length, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, source_description_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // no payload + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, source_description_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // only reporting header + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 4, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, source_description_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // SDES Item (CNAME) with empty value + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 10, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, source_description_packet, packet_length); + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); + + // SDES Item (not CNAME) which is not supported + data.p_pkt = (BT_HDR*)osi_calloc(sizeof(BT_HDR) + packet_length); + *data.p_pkt = {.len = 10, .layer_specific = AVDT_CHAN_REPORT}; + memcpy(data.p_pkt->data, source_description_packet, packet_length); + *(data.p_pkt->data + 8) = 0x02; + *(data.p_pkt->data + 9) = 0x00; + avdt_scb_hdl_pkt(pscb, &data); + ASSERT_EQ(mock_function_count_map["AvdtReportCallback"], 1); +} |