Skip to content

Commit ae037c1

Browse files
committed
XML onc V11.0.1.0.QFLCNXM
1 parent 1353414 commit ae037c1

File tree

166 files changed

+8567
-4684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+8567
-4684
lines changed

Diff for: onc_stable/AppIndexProvider.apk/res/values/strings.xml

-7
This file was deleted.

Diff for: onc_stable/AuthManager.apk/res/values/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@
134134
<string name="screen_overlay_message">To change this permission, you have to turn off the screen overlay in Settings &gt; Apps.</string>
135135
<string name="screen_overlay_title">Screen overlay detected</string>
136136
<string name="static_cache_db_md5">824eb65433cd21456ac89ae798cb880a</string>
137+
<string name="status_bar_notification_info_overflow">999+</string>
137138
</resources>

Diff for: onc_stable/Backup.apk/res/values/arrays.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,25 @@
66
<item>1.2</item>
77
<item>1.21</item>
88
</string-array>
9+
<string-array name="mi_stat_cancel_survey_key">
10+
<item>overall_experience_cancel</item>
11+
<item>transfer_duration_cancel</item>
12+
<item>simplicity_of_the_process_cancel</item>
13+
<item>clarity_of_instructions_cancel</item>
14+
<item>this_feature_is_useful_cancel</item>
15+
</string-array>
916
<string-array name="mi_stat_success_survey_key">
1017
<item>overall_rating</item>
1118
<item>duration_of_transfer</item>
1219
<item>simplicity_of_the_process</item>
1320
<item>clarity_of_instructions</item>
1421
</string-array>
15-
<string-array name="trans_succeed_survey_title">
16-
<item>Overall rating</item>
17-
<item>Duration of transfer</item>
22+
<string-array name="trans_cancel_survey_title">
23+
<item>Overall experience</item>
24+
<item>Transfer duration</item>
1825
<item>Simplicity of the process</item>
1926
<item>Clarity of instructions</item>
27+
<item>This feature is useful</item>
2028
</string-array>
2129
<string-array name="trans_succeed_rating_hint">
2230
<item>Very dissatisfied</item>
@@ -25,18 +33,10 @@
2533
<item>Somewhat satisfied</item>
2634
<item>Very satisfied</item>
2735
</string-array>
28-
<string-array name="trans_cancel_survey_title">
29-
<item>Overall experience</item>
30-
<item>Transfer duration</item>
36+
<string-array name="trans_succeed_survey_title">
37+
<item>Overall rating</item>
38+
<item>Duration of transfer</item>
3139
<item>Simplicity of the process</item>
3240
<item>Clarity of instructions</item>
33-
<item>This feature is useful</item>
34-
</string-array>
35-
<string-array name="mi_stat_cancel_survey_key">
36-
<item>overall_experience_cancel</item>
37-
<item>transfer_duration_cancel</item>
38-
<item>simplicity_of_the_process_cancel</item>
39-
<item>clarity_of_instructions_cancel</item>
40-
<item>this_feature_is_useful_cancel</item>
4141
</string-array>
4242
</resources>

Diff for: onc_stable/Backup.apk/res/values/plurals.xml

+34-34
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,49 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
<plurals name="backup_items_app_tailer">
4+
<item quantity="other">%d app data files</item>
5+
<item quantity="one">%d app data file</item>
6+
</plurals>
37
<plurals name="backup_items_sysdata_tailer">
48
<item quantity="other">%d system data files</item>
59
<item quantity="one">%d system data file</item>
610
</plurals>
7-
<plurals name="backup_items_app_tailer">
8-
<item quantity="other">%d app data files</item>
9-
<item quantity="one">%d app data file</item>
11+
<plurals name="custom_progress">
12+
<item quantity="other">%d items</item>
13+
<item quantity="one">%d item</item>
1014
</plurals>
1115
<plurals name="data_item_count">
1216
<item quantity="other">%d items</item>
1317
<item quantity="one">%d item</item>
1418
</plurals>
19+
<plurals name="save_item_failed_summary_seg1">
20+
<item quantity="other">"Imported %d items. "</item>
21+
<item quantity="one">"Imported %d item. "</item>
22+
</plurals>
23+
<plurals name="save_item_failed_summary_seg2">
24+
<item quantity="other">Import %d items again.</item>
25+
<item quantity="one">Import %d item again.</item>
26+
</plurals>
27+
<plurals name="save_item_saved_summary">
28+
<item quantity="other">Imported and restored %d items</item>
29+
<item quantity="one">Imported and restored %d item</item>
30+
</plurals>
31+
<plurals name="save_item_saving_summary">
32+
<item quantity="other">Restored %d items</item>
33+
<item quantity="one">Restored %d item</item>
34+
</plurals>
35+
<plurals name="select_item_count_unit">
36+
<item quantity="other">items</item>
37+
<item quantity="one">item</item>
38+
</plurals>
39+
<plurals name="select_item_summary">
40+
<item quantity="other">%1$s | %2$d items</item>
41+
<item quantity="one">%1$s | %2$d item</item>
42+
</plurals>
1543
<plurals name="total_num">
1644
<item quantity="other">%d items,</item>
1745
<item quantity="one">%d item,</item>
1846
</plurals>
19-
<plurals name="custom_progress">
20-
<item quantity="other">%d items</item>
21-
<item quantity="one">%d item</item>
22-
</plurals>
2347
<plurals name="trans_failed_summary">
2448
<item quantity="other">"Couldn't transfer %d items. Tap to view details."</item>
2549
<item quantity="one">"Couldn't transfer %d item. Tap to view details."</item>
@@ -28,36 +52,12 @@
2852
<item quantity="other">"Couldn't transfer %d items."</item>
2953
<item quantity="one">"Couldn't transfer %d item."</item>
3054
</plurals>
31-
<plurals name="trans_time_format_minute">
32-
<item quantity="other">%d minutes</item>
33-
<item quantity="one">%d minute</item>
34-
</plurals>
3555
<plurals name="trans_time_format_hours">
3656
<item quantity="other">%d hours</item>
3757
<item quantity="one">%d hour</item>
3858
</plurals>
39-
<plurals name="select_item_summary">
40-
<item quantity="other">%1$s | %2$d items</item>
41-
<item quantity="one">%1$s | %2$d item</item>
42-
</plurals>
43-
<plurals name="select_item_count_unit">
44-
<item quantity="other">items</item>
45-
<item quantity="one">item</item>
46-
</plurals>
47-
<plurals name="save_item_saving_summary">
48-
<item quantity="other">Restored %d items</item>
49-
<item quantity="one">Restored %d item</item>
50-
</plurals>
51-
<plurals name="save_item_saved_summary">
52-
<item quantity="other">Imported and restored %d items</item>
53-
<item quantity="one">Imported and restored %d item</item>
54-
</plurals>
55-
<plurals name="save_item_failed_summary_seg1">
56-
<item quantity="other">"Imported %d items. "</item>
57-
<item quantity="one">"Imported %d item. "</item>
58-
</plurals>
59-
<plurals name="save_item_failed_summary_seg2">
60-
<item quantity="other">Import %d items again.</item>
61-
<item quantity="one">Import %d item again.</item>
59+
<plurals name="trans_time_format_minute">
60+
<item quantity="other">%d minutes</item>
61+
<item quantity="one">%d minute</item>
6262
</plurals>
6363
</resources>

Diff for: onc_stable/Backup.apk/res/values/strings.xml

+9-8
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ Don't change or rename backup files."</string>
195195
<string name="hsa_send_again_countdown">Send again (%ds)</string>
196196
<string name="hsa_send_failed">"Couldn't send verification code. Wait a minute or two and try again."</string>
197197
<string name="hsa_sending">Sending…</string>
198-
<string name="hsa_tip_message">"1. If you can't receive the verification code, make sure that you've already signed in to iCloud on your Apple device.
198+
<string name="hsa_tip_message">"1. If you can't receive the verification code, make sure that you've already signed in to iCloud on your Apple device.r
199199
2. If entering the verification code doesn't help, turn off two-factor authentication. "</string>
200200
<string name="hsa_tip_message_shutdown_hsa">How to turn off two-factor authentication</string>
201-
<string name="hsa_tip_message_with_device">"1. A message with the verification code has been sent to %s associated with your Apple ID.
201+
<string name="hsa_tip_message_with_device">"1. A message with the verification code has been sent to %s associated with your Apple ID.r
202202
2. Turn off two-factor authentication if the verification code doesn't work."</string>
203203
<string name="hsa_tip_title">Tips:</string>
204204
<string name="hsa_title">Two-factor authentication</string>
@@ -208,13 +208,13 @@ Don't change or rename backup files."</string>
208208
<string name="hsa_verify_shutdown">Turn off</string>
209209
<string name="iCloud_ID_verification_tip">Tap \"Allow\" on your Apple device to make the verification code appear. Enter the verification code here.</string>
210210
<string name="icloud_backup_tip">Sign in to the iCloud account of your old iOS device</string>
211-
<string name="icloud_how_to_backup_tip_steps">"1. Open Settings on your iOS device, and select iCloud.
212-
2. Toggle the switches for contacts and other items.
211+
<string name="icloud_how_to_backup_tip_steps">"1. Open Settings on your iOS device, and select iCloud.r
212+
2. Toggle the switches for contacts and other items.r
213213
3. Select Photos and toggle the switch for iCloud Photo Library."</string>
214214
<string name="icloud_how_to_backup_tip_summary">To import data from iOS, you must create an iCloud backup.</string>
215215
<string name="icloud_how_to_backup_tip_title">Tips:</string>
216216
<string name="icloud_login_title">Sign in to iCloud</string>
217-
<string name="icloud_need_sync">"To import data from iOS,
217+
<string name="icloud_need_sync">"To import data from iOS,r
218218
you should create an iCloud backup first."</string>
219219
<string name="icloud_need_wifi_message">"You aren't connected to WLAN now. To import data from iCloud, connect to WLAN."</string>
220220
<string name="icloud_need_wifi_title">Connect to WLAN</string>
@@ -337,12 +337,12 @@ you should create an iCloud backup first."</string>
337337
<string name="retry">Try again</string>
338338
<string name="reverse_all">Clear all</string>
339339
<string name="router_backup_hint">Keep your device powered on</string>
340-
<string name="save_finish_with_failing_items">"Transfer was interrupted.
340+
<string name="save_finish_with_failing_items">"Transfer was interrupted.r
341341
The data which wasn't imported must be imported again."</string>
342-
<string name="saving_data">"Importing data from iCloud…
342+
<string name="saving_data">"Importing data from iCloud…r
343343
Don't turn off WLAN"</string>
344344
<string name="saving_data_no_time">Restoring data…</string>
345-
<string name="saving_data_space_low">"Not enough storage space.
345+
<string name="saving_data_space_low">"Not enough storage space.r
346346
Free up at least %s."</string>
347347
<string name="sc_bad_request">Invalid request</string>
348348
<string name="sc_internal_server_error">Internal server error</string>
@@ -385,6 +385,7 @@ Free up at least %s."</string>
385385
<string name="start_restore">Restore</string>
386386
<string name="state_mounting">Accessing router storage…</string>
387387
<string name="state_waiting">Just a sec…</string>
388+
<string name="status_bar_notification_info_overflow">999+</string>
388389
<string name="storage_sd_card">SD card</string>
389390
<string name="storage_usb">USB drive</string>
390391
<string name="succ_description">Successfully</string>

Diff for: onc_stable/Bluetooth.apk/res/values/strings.xml

+14-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@
1212
<string name="avrcp_cover_art_default_image_type">image</string>
1313
<string name="avrcp_cover_art_default_mimetype">JPEG</string>
1414
<string name="avrcp_notification_name">BT ADVANCE FEATURE AVRCP</string>
15+
<string name="bluetooth_a2dp_sink_queue_name">Now Playing</string>
1516
<string name="bluetooth_advanced_feat_description">Bluetooth Advanced Browsing Feature</string>
1617
<string name="bluetooth_connected">Bluetooth audio connected</string>
1718
<string name="bluetooth_disconnected">Bluetooth audio disconnected</string>
19+
<string name="bluetooth_map_remote_advance_feature_support">Advanced message access features supported</string>
20+
<string name="bluetooth_map_remote_message_access_feature_downgrade">Downgrade the remote message access features</string>
21+
<string name="bluetooth_map_repair_for_adv_message_access_feature">Pair again to use advanced message access features</string>
22+
<string name="bluetooth_map_repair_for_message_access_version_comp">Pair again to ensure message access version compatibility</string>
1823
<string name="bluetooth_map_settings_app_icon">Application Icon</string>
1924
<string name="bluetooth_map_settings_cancel">Cancel</string>
2025
<string name="bluetooth_map_settings_count">Slots left:</string>
@@ -40,7 +45,8 @@
4045
<string name="bt_enable_title"/>
4146
<string name="bt_error_btn_ok">OK</string>
4247
<string name="bt_share_picker_label">Bluetooth</string>
43-
<string name="bt_sm_2_1">"There isn't enough space in USB storage to save the file from \"%1$s\""</string>
48+
<string name="bt_sm_2_1_default">"There isn't enough space on the SD card to save the file from \"%1$s\""</string>
49+
<string name="bt_sm_2_1_nosdcard">"There isn't enough space in USB storage to save the file from \"%1$s\""</string>
4450
<string name="bt_sm_2_2">Space needed: %1$s</string>
4551
<string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>
4652
<string name="bt_toast_2">"The file can't be received."</string>
@@ -118,15 +124,21 @@
118124
<string name="permlab_bluetoothShareManager">Access download manager.</string>
119125
<string name="permlab_bluetoothWhitelist">Whitelist bluetooth device access.</string>
120126
<string name="permlab_handoverStatus">Receive BT handover transfer broadcasts.</string>
127+
<string name="phonebook_advance_feature_support">Phonebook Advance Feature Supported</string>
121128
<string name="process"/>
129+
<string name="remote_pbap_version_change">Remote Phonebook Profile Version Change</string>
130+
<string name="remote_phonebook_feature_downgrade">Remote Phonebook Feature Downgrade</string>
131+
<string name="repair_for_adv_phonebook_feature">Re-pair for Advance Phonebook Feature</string>
132+
<string name="repair_for_phonebook_access_version_comp">Re-pair for Phonebook Access Version Compatibility</string>
122133
<string name="sharedUserId"/>
123134
<string name="start_server">Start TCP server</string>
124135
<string name="status_bar_notification_info_overflow">999+</string>
125136
<string name="status_canceled">Transfer canceled by user.</string>
126137
<string name="status_connection_error">Connection unsuccessful.</string>
127138
<string name="status_file_error">Storage issue.</string>
128139
<string name="status_forbidden">Transfer forbidden by target device.</string>
129-
<string name="status_no_sd_card">No USB storage.</string>
140+
<string name="status_no_sd_card_default">No SD card. Insert an SD card to save transferred files.</string>
141+
<string name="status_no_sd_card_nosdcard">No USB storage.</string>
130142
<string name="status_not_accept">"Content isn't supported."</string>
131143
<string name="status_pending">File transfer not started yet.</string>
132144
<string name="status_protocol_error">"Request can't be handled correctly."</string>

Diff for: onc_stable/BuiltInPrintService.apk/res/values/strings.xml

+11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<resources>
3+
<string name="accept">Accept</string>
34
<string name="add">Add</string>
45
<string name="add_named">Add %1$s</string>
56
<string name="add_printer_by_ip">Add printer by IP address</string>
67
<string name="app_name">System printing service</string>
8+
<string name="certificate_update_request">This printer provided a new security certificate, or another device is impersonating it. Accept the new certificate?</string>
79
<string name="connect_hint_text">"You may need to approve this connection on your printer's front panel"</string>
810
<string name="connecting_to">Connecting to %1$s</string>
11+
<string name="connections">Connections</string>
912
<string name="connects_via_network">Connects via current network at %1$s</string>
1013
<string name="connects_via_wifi_direct">Connects via WLAN Direct</string>
1114
<string name="failed_connection">Could not connect to %1$s</string>
1215
<string name="failed_printer_connection">Could not connect to printer</string>
1316
<string name="find_wifi_direct">Find WLAN Direct printers</string>
17+
<string name="fix">Review permission</string>
1418
<string name="forget">Forget</string>
1519
<string name="hostname_or_ip">Hostname or IP address</string>
1620
<string name="ip_hint">192.168.0.4</string>
@@ -21,24 +25,31 @@
2125
<string name="media_size_8x10in">8x10 in</string>
2226
<string name="media_size_l">L</string>
2327
<string name="no_printer_found">No printer found at this address</string>
28+
<string name="not_encrypted_request">This printer no longer accepts encrypted jobs. Continue printing?</string>
29+
<string name="printer_bad_certificate">Bad certificate</string>
2430
<string name="printer_busy">Busy</string>
2531
<string name="printer_check">Check printer</string>
2632
<string name="printer_description">%1$s – %2$s</string>
2733
<string name="printer_door_open">Door open</string>
2834
<string name="printer_jammed">Jammed</string>
2935
<string name="printer_low_on_ink">Low on ink</string>
3036
<string name="printer_low_on_toner">Low on toner</string>
37+
<string name="printer_not_encrypted">Not encrypted</string>
3138
<string name="printer_not_supported">Printer not supported</string>
3239
<string name="printer_offline">Offline</string>
3340
<string name="printer_out_of_ink">Out of ink</string>
3441
<string name="printer_out_of_paper">Out of paper</string>
3542
<string name="printer_out_of_toner">Out of toner</string>
43+
<string name="reject">Reject</string>
3644
<string name="resolution_300_dpi">300 dpi</string>
3745
<string name="saved_printers">Saved printers</string>
3846
<string name="searching">Searching…</string>
47+
<string name="security">Security</string>
3948
<string name="title_activity_add_printer">Add printer</string>
4049
<string name="unreadable_input">Could not read document</string>
4150
<string name="waiting_to_send">Waiting to send</string>
4251
<string name="wifi_direct">WLAN Direct</string>
52+
<string name="wifi_direct_permission_rationale">Default Print Service needs location permission to find nearby devices.</string>
4353
<string name="wifi_direct_printers">WLAN Direct printers</string>
54+
<string name="wifi_direct_printing">WLAN Direct printing</string>
4455
</resources>

Diff for: onc_stable/Calculator.apk/res/values/arrays.xml

-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
<string-array name="unit_data_order_currency_">
3737
<item>USD</item>
3838
<item>EUR</item>
39-
<item>HKD</item>
4039
<item>JPY</item>
41-
<item>CNY</item>
4240
</string-array>
4341
<string-array name="weight_array">
4442
<item>Kilograms</item>

Diff for: onc_stable/Calculator.apk/res/values/plurals.xml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<item quantity="other">%d months</item>
3333
<item quantity="one">%d month</item>
3434
</plurals>
35+
<plurals name="tenure_years">
36+
<item quantity="other">%d years</item>
37+
<item quantity="one">%d year</item>
38+
</plurals>
3539
<plurals name="a_hour_ago">
3640
<item quantity="other">1 hour ago</item>
3741
</plurals>

0 commit comments

Comments
 (0)