Skip to content

Commit

Permalink
XML pyxis V10.3.13.0.PFCCNXM
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbrzy committed Sep 27, 2019
1 parent 641d380 commit 0468ceb
Show file tree
Hide file tree
Showing 372 changed files with 4,993 additions and 1,805 deletions.
10 changes: 0 additions & 10 deletions pyxis_stable/Browser.apk/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -823,20 +823,10 @@
<item>Default start page</item>
<item>Custom</item>
</string-array>
<string-array name="pref_homepage_choices_with_simplehome">
<item>Default start page</item>
<item>Clean start page</item>
<item>Custom</item>
</string-array>
<string-array name="pref_homepage_values">
<item>miui_home</item>
<item>other</item>
</string-array>
<string-array name="pref_homepage_values_with_simplehome">
<item>miui_home</item>
<item>simple_home</item>
<item>other</item>
</string-array>
<string-array name="pref_images_preload_values">
<item>@string/pref_images_preload_value_never</item>
<item>@string/pref_images_preload_value_wifi_only</item>
Expand Down
16 changes: 12 additions & 4 deletions pyxis_stable/Browser.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<string name="action">Sign in</string>
<string name="action_imme_open">Immediately open</string>
<string name="action_menu_account_not_login">Not signed in</string>
<string name="action_menu_account_not_login_hint">Sign in to sync with Mi Cloud</string>
<string name="action_menu_account_not_login_hint">Sign in to sync with the cloud</string>
<string name="action_menu_bookshelf">Bookshelf</string>
<string name="action_menu_current_version">Current version</string>
<string name="action_menu_download">Download</string>
Expand Down Expand Up @@ -310,8 +310,9 @@
<string name="data_monitor_dialog_message">Looks like something is draining your mobile data. Open the start page to stop this.</string>
<string name="data_traffic_continue">Continue</string>
<string name="data_traffic_download_cancel">Cancel</string>
<string name="data_traffic_download_prompt">Current video can only be downloaded in wifi environment</string>
<string name="data_traffic_download_prompt">Currently using data traffic, do you want to continue to cache video?</string>
<string name="data_traffic_download_setting">Settings</string>
<string name="data_traffic_download_toast_msg">Currently using data traffic to cache video</string>
<string name="data_traffic_prompt_free_data">Using your mobile data connection to browse videos will increase your data usage. Please get free data traffic.</string>
<string name="data_traffic_prompt_message">Using your mobile data connection to browse videos will increase your data usage. If you go over your plan’s data usage limit, your carrier could charge you additional fees.</string>
<string name="data_traffic_prompt_title">Using data usage</string>
Expand Down Expand Up @@ -771,8 +772,8 @@ Remember that the files you download and the bookmarks you add will still be sav
<string name="novel_toast_hint">This website has been added to the bookshelf</string>
<string name="ok">OK</string>
<string name="open_app_confirm_message">Allow this page to open %s?</string>
<string name="open_cloud_sync">Turn on sync with Mi Cloud</string>
<string name="open_cloud_sync_desc">Added bookmark successfully. Turn on sync with Mi Cloud to sync bookmarks added on other devices. Sign in and turn on?</string>
<string name="open_cloud_sync">Turn on sync with the cloud</string>
<string name="open_cloud_sync_desc">Added bookmark successfully. Turn on sync with the cloud to sync bookmarks added on other devices. Sign in and turn on?</string>
<string name="open_file_explorer_failed">"Can't open File Manager"</string>
<string name="open_voice_permission">Allow the mic to connect to the internet</string>
<string name="page_hang_message">The current page is stuck and you need to restart your browser.</string>
Expand Down Expand Up @@ -1149,6 +1150,11 @@ Browser needs to connect to the internet to work normally. You must agree to our
<string name="sync_and_backup_bookmark">Sync and back up bookmarks</string>
<string name="sync_and_backup_history">Sync and back up history</string>
<string name="sync_cloud_tabs">Sync</string>
<string name="system_permission_accounts_purpose">Used for system account login and management</string>
<string name="system_permission_main_purpose">Browse the web, search for information, read news, watch videos, etc</string>
<string name="system_permission_phone_state_purpose">Used to obtain the device IMEI identifier to provide the corresponding service</string>
<string name="system_permission_storage_purpose">Used to read and write files such as saved images and to enable file upload/download functions</string>
<string name="system_permission_user_agreement_url">http://www.miui.com/res/doc/eula/en.html</string>
<string name="tab_hotpage">News feed</string>
<string name="tab_quicklinks">Start page</string>
<string name="tab_yellowpage">Links</string>
Expand Down Expand Up @@ -1222,6 +1228,8 @@ Browser needs to connect to the internet to work normally. You must agree to our
<string name="video_download_unknown_name">Unknown name</string>
<string name="video_download_unknown_size">Unknown size</string>
<string name="video_download_unsupport">Not supported</string>
<string name="video_download_wait_for_caching">Waiting for caching</string>
<string name="video_download_wait_for_network">Waiting for network</string>
<string name="video_download_wait_for_wifi">Waiting for Wi-Fi</string>
<string name="video_downloaded_group">Downloaded</string>
<string name="video_downloading_group">Downloading</string>
Expand Down
12 changes: 12 additions & 0 deletions pyxis_stable/CloudBackup.apk/res/values/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,16 @@
<item quantity="other">Restoring %d files</item>
<item quantity="one">Restoring %d file</item>
</plurals>
<plurals name="restore_app_order_prior">
<item quantity="other">High priority: %d items</item>
<item quantity="one">High priority: %d item</item>
</plurals>
<plurals name="restore_app_order_normal">
<item quantity="other">Regular priority: %d items</item>
<item quantity="one">Regular priority: %d item</item>
</plurals>
<plurals name="restore_app_order_installed">
<item quantity="other">%d apps on this device</item>
<item quantity="one">%d app on this device</item>
</plurals>
</resources>
46 changes: 41 additions & 5 deletions pyxis_stable/CloudBackup.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
<string name="as_new_device_summary">Erase previous Mi Cloud backups</string>
<string name="authentication_failed">"Couldn't verify account."</string>
<string name="back_up_task_in_process">Backing up…</string>
<string name="back_up_task_unfinished">Not finished backing up</string>
<string name="back_up_task_unfinished">"Couldn't back up"</string>
<string name="backing_up_to_micloud">Backing up…</string>
<string name="backup_fail_wifi_needed">"Couldn't back up, WLAN needed."</string>
<string name="backup_failed_reason_cloud_space_not_enough">Not enough storage space in Mi Cloud. Upgrade your plan or free up storage space.</string>
<string name="backup_failed_reason_disk_space_not_enough">Not enough storage space. Free up storage first.</string>
<string name="backup_failed_reason_network_error">Network error. Wait a minute or two and try again.</string>
<string name="backup_finished_notification_content">Backed up Home screen apps, system settings, etc.</string>
<string name="backup_now">Back up now</string>
<string name="backup_size">Size: %s</string>
Expand All @@ -23,8 +26,10 @@
<string name="btn_continue">Continue</string>
<string name="btn_restore_abort">Cancel</string>
<string name="btn_restore_cancel">Cancel</string>
<string name="btn_restore_continue">Restore anyway</string>
<string name="btn_restore_resume">Resume</string>
<string name="btn_restore_retry">Try again</string>
<string name="btn_restore_wait">Wait for WLAN</string>
<string name="btn_retry">Check again</string>
<string name="btn_skip">Skip this step</string>
<string name="button_cancel">Cancel</string>
Expand Down Expand Up @@ -84,15 +89,15 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="confirm_cancel_restore_positive">Continue</string>
<string name="confirm_cancel_restore_title">Cancel restoring?</string>
<string name="confirm_restore">Restore</string>
<string name="confirm_restore_summary">Home screen will restart and apps will be downloaded automatically when connected to WLAN</string>
<string name="confirm_restore_summary">Your Home screen will be relaunched. Backed up apps will be downloaded automatically.</string>
<string name="confirm_restore_title">Restore</string>
<string name="customization">&lt;u&gt;Customize&lt;/u&gt;</string>
<string name="date_format">HH:mm:ss MM-dd-yyyy</string>
<string name="deskclock_backup">Alarm clock</string>
<string name="desktop_downloading">Downloading</string>
<string name="desktop_failed">Error</string>
<string name="desktop_installing">Installing</string>
<string name="desktop_wait_wifi">Waiting</string>
<string name="desktop_wait_network">Waiting</string>
<string name="desktop_waiting">Waiting</string>
<string name="device_delete_prompt">Delete backup of %s?</string>
<string name="dialog_btn_cancel_backup">Cancel</string>
Expand All @@ -107,6 +112,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="dialog_msg_restore_require_wlan">Restoring backups requires connecting to WLAN.</string>
<string name="dialog_title_require_wlan">Connect to WLAN</string>
<string name="dir_date_format">HHmmss_MMddyyyy</string>
<string name="doing_calc_backup_data_size">Calculating size…</string>
<string name="doing_restore_home">Restoring Home screen and settings…</string>
<string name="done_remove">Removed successfully</string>
<string name="download_home_data">Downloading Home screen layout…</string>
Expand All @@ -118,6 +124,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="error_retry_later">"Couldn't complete action. Wait a minute or two and try again…"</string>
<string name="error_unknown">Something went wrong</string>
<string name="get_device_id_error">"Couldn't get device ID"</string>
<string name="hint_restore_cross_space">Home screen layout might be displayed incorrectly if you transfer items between spaces.</string>
<string name="home_hint_global_launcher">POCO Launcher</string>
<string name="home_hint_other_launcher">Other launcher</string>
<string name="home_restore_error">"Couldn't restore Home screen"</string>
Expand All @@ -134,6 +141,9 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="miui_device_name">Android</string>
<string name="msg_alert_cancel_restore">Restoring items. Stop now?</string>
<string name="msg_alert_restore_error">"Couldn't restore items from Mi Cloud. Try again."</string>
<string name="msg_restore_start_with_metered_network">"Your Home screen will be relaunched. Backed up apps will be downloaded automatically. &lt;br /&gt;&lt;b&gt;&lt;font color='red'&gt;%s of files will be downloaded.&lt;/font&gt;&lt;/b&gt;"</string>
<string name="msg_restore_with_metered_network_hint">If you proceed to restore these items, mobile data will be used for downloading.</string>
<string name="msg_restore_with_metered_network_pattern">"&lt;font color='red'&gt;&lt;b&gt;%s&lt;/b&gt;&lt;/font&gt; of files will be downloaded."</string>
<string name="network_error">Connect to network</string>
<string name="no_account">Not signed in to Mi Account.</string>
<string name="no_backup">No backups in Mi Cloud.</string>
Expand All @@ -148,11 +158,13 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="pattern_backup_name_with_home">%1$s (%2$s: %3$s)</string>
<string name="pattern_backup_name_without_home">%1$s (%2$s)</string>
<string name="process_whole_recovery">Restoring \"%s\"</string>
<string name="provision_background_restore_more_data">Restore more items in the background</string>
<string name="provision_error_connect_msg">"Test network and try again. Backups aren't available when your device is offline."</string>
<string name="provision_error_connect_title">"Can't connect"</string>
<string name="provision_restore_data">Restoring items</string>
<string name="provision_restore_item_backup_name_with_size">%1$s %2$s</string>
<string name="query_restore_description">Restore Home screen apps and settings using this backup. This will overwrite app data for duplicate apps already installed on this device. Apps not included in the backup will be moved to the last Home screen.</string>
<string name="query_restore_summary">Found a Mi Cloud backup for this device. Restore Home screen apps and settings or use it as a new device and erase previous Mi Cloud backups?</string>
<string name="recover_from_micloud">Restore from Mi Cloud backup</string>
<string name="recover_home_settings">Restore Home screen settings</string>
<string name="recover_miui_settings">Restore system settings</string>
<string name="recover_settings_description">Keep your device powered on</string>
Expand All @@ -161,22 +173,44 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="remove_task_in_process">Removing…</string>
<string name="remove_task_unfinished">Not finished removing</string>
<string name="remove_unfinished">Removing, try again later</string>
<string name="restore_app_order_finish">Done</string>
<string name="restore_app_order_loading">Just a sec…</string>
<string name="restore_app_order_retry">Try again</string>
<string name="restore_app_order_retry_desc">"Couldn't connect to the network.
Check your network settings and try again."</string>
<string name="restore_app_order_search_hint">Search for items to set priority</string>
<string name="restore_app_order_search_input_high_light">"&lt;font color='#ff0800'&gt;%s&lt;/font&gt;"</string>
<string name="restore_app_order_search_installed">Apps on this device</string>
<string name="restore_app_order_search_normal">Regular-priority apps</string>
<string name="restore_app_order_search_prior">High-priority apps</string>
<string name="restore_app_order_title">Prioritize restored items</string>
<string name="restore_cloud_backup_to_phone">Restore items from Mi Cloud</string>
<string name="restore_data_summary">This feature requires an internet connection.</string>
<string name="restore_data_title">Restore data</string>
<string name="restore_detail_category_apps">Home screen layout &amp; apps</string>
<string name="restore_detail_category_settings">Settings</string>
<string name="restore_detail_more">More</string>
<string name="restore_detail_title">Select items to restore</string>
<string name="restore_failed_reason_disk_space_not_enough">Not enough storage space. Free up storage first.</string>
<string name="restore_failed_reason_network_error">Network error. Wait a minute or two and try again.</string>
<string name="restore_finish_description">Restore finished</string>
<string name="restore_finished_notification_content">Restored Home screen apps, system settings, etc.</string>
<string name="restore_from_cloud">Restore from Mi Cloud backup</string>
<string name="restore_from_this_device">Restore using this backup</string>
<string name="restore_home_failed">"Couldn't restore Home screen."</string>
<string name="restore_home_screen_apps">Restore from Mi Cloud backup</string>
<string name="restore_init_description">Start restoring</string>
<string name="restore_task_cancelling">Cancelling…</string>
<string name="restore_network_pause">%s (Tap to resume)</string>
<string name="restore_network_unconnect">%s (Waiting for connection)</string>
<string name="restore_task_cancelling">Canceling…</string>
<string name="restore_task_in_process">Restoring…</string>
<string name="restore_task_unfinished">"Couldn't restore"</string>
<string name="restore_unfinished">Restoring, try again later</string>
<string name="restoring_data">Restoring data…</string>
<string name="restoring_file_title_no_progress">Restoring files…</string>
<string name="restoring_settings">Restoring Settings…</string>
<string name="retry">Retry</string>
<string name="selected">Selected</string>
<string name="self_device_main_space">"This phone's First space"</string>
<string name="self_device_second_space">"This phone's Second space"</string>
<string name="settings_backup">System settings</string>
Expand All @@ -186,9 +220,11 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="success_open_cloudbackup">Turned on backups for Home screen apps</string>
<string name="title_alert_cancel_restore">Stop restoring</string>
<string name="title_alert_restore_error">"Couldn't restore"</string>
<string name="title_restore_with_current_network">Using current connection for downloading files</string>
<string name="total_space">Total space: %s</string>
<string name="try_again">Tap to try again</string>
<string name="try_continue">Tap to continue</string>
<string name="unselected">Not selected</string>
<string name="unsupported_home">Update MIUI to the latest version.</string>
<string name="wait_icon_download">Downloading app icons</string>
<string name="xiaomi_account_type">com.xiaomi</string>
Expand Down
Loading

0 comments on commit 0468ceb

Please sign in to comment.