Skip to content

Commit

Permalink
XML 8.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbrzy committed Jul 27, 2018
1 parent 114ffbb commit 117ad2f
Show file tree
Hide file tree
Showing 23 changed files with 180 additions and 89 deletions.
2 changes: 1 addition & 1 deletion ugg/BugReport.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<string name="min_error">Your %1$s should be longer.</string>
<string name="mobile_data_note_dialog_cancel">Wait for WLAN</string>
<string name="mobile_data_note_dialog_confirm">Upload</string>
<string name="mobile_data_note_dialog_content">Using mobile data to upload logs may generate additional fees.</string>
<string name="mobile_data_note_dialog_content">"Looks like you're connected to a paid network. Uploading logs may generate additional fees."</string>
<string name="mobile_data_note_dialog_content_with_file_size">Uploading logs using mobile data connection will require %sMB of data.</string>
<string name="mobile_data_note_dialog_title">Data usage warning</string>
<string name="modem_tool_log_dumping_desc">Click icon to stop</string>
Expand Down
10 changes: 5 additions & 5 deletions ugg/CleanMaster.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<string name="deep_clean_completed_tips">Cleaned successfully</string>
<string name="deep_clean_data_path_clean_title">Clear cache</string>
<string name="deep_clean_uninstall_completed_tips">Uninstalled successfully</string>
<string name="deepclean_1_k_clean">Quick clean</string>
<string name="deepclean_1_k_clean">Clear memory</string>
<string name="deepclean_apk_content">Delete APKs or unnecessary apps</string>
<string name="deepclean_apk_summary_empty">Everything looks good, no APKs to delete</string>
<string name="deepclean_apk_version_error">Unknown</string>
Expand Down Expand Up @@ -277,7 +277,7 @@
<string name="hints_storage_free">Free</string>
<string name="hints_storage_free_size">Total %1$s, %2$s available</string>
<string name="hints_storage_news">Security news</string>
<string name="hints_title_garbage">trash</string>
<string name="hints_title_garbage">Trash</string>
<string name="hints_video_camera">Captured videos</string>
<string name="hints_video_download">Downloaded videos</string>
<string name="hot">Popular</string>
Expand Down Expand Up @@ -375,7 +375,7 @@
<string name="low_memory_warning_dialog_ok_button">Clear</string>
<string name="low_memory_warning_dialog_title">Not enough free space</string>
<string name="main_title_filesize">%1$s trash</string>
<string name="main_total_garbage">Total garbage</string>
<string name="main_total_garbage">Trash size</string>
<string name="mainbtn_text_no_trash">Skip</string>
<string name="mainbtn_text_quick_cleanup">Clean up %s</string>
<string name="mainbtn_text_quick_cleanup_default">Clean up</string>
Expand Down Expand Up @@ -630,7 +630,7 @@
<string name="wechat_video_time">%1$s:%2$s</string>
<string name="whatsapp_btn_quick_cleanup">Delete selected items (%s)</string>
<string name="whatsapp_clean_exit_confirm_cancel">Keep scanning</string>
<string name="whatsapp_clean_exit_confirm_msg">"Haven't finished scanning WhataApp yet. Stop scanning now?"</string>
<string name="whatsapp_clean_exit_confirm_msg">"Haven't finished scanning WhatsApp yet. Stop scanning now?"</string>
<string name="whatsapp_clean_exit_confirm_ok">Stop</string>
<string name="whatsapp_clean_exit_confirm_title">Stop scanning?</string>
<string name="whatsapp_content_empty">No items here.</string>
Expand All @@ -648,7 +648,7 @@
<string name="whatsapp_group_video">Videos</string>
<string name="whatsapp_group_voice">Voice messages</string>
<string name="whatsapp_group_wallpaper">Wallpapers</string>
<string name="whatsapp_title">Whatsapp cleaner</string>
<string name="whatsapp_title">WhatsApp cleaner</string>
<string name="whatsapp_type_document_recv">Received files</string>
<string name="whatsapp_type_document_send">Sent files</string>
<string name="whatsapp_type_image_recv">Received images</string>
Expand Down
7 changes: 1 addition & 6 deletions ugg/CloudService.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="button_cancel">Cancel</string>
<string name="calendar_sync">Calendar</string>
<string name="click_to_enabled">Touch to sync.</string>
<string name="close_shortcut">Close</string>
<string name="cloud_find_device">Find Device</string>
<string name="cloud_find_device_off">Off</string>
<string name="cloud_find_device_on">On</string>
Expand Down Expand Up @@ -45,12 +46,6 @@
<string name="find_device_send_sms_alert">If you switch SIM cards, another SMS may be sent automatically to reactivate this feature.</string>
<string name="find_device_service_title">Find device</string>
<string name="forget_password">&lt;u&gt;Forgot password&lt;/u&gt;</string>
<string name="hybrid_check_network">Network settings</string>
<string name="hybrid_data_error">An error occurred</string>
<string name="hybrid_network_access_denied">Network access denied</string>
<string name="hybrid_network_unavaliable">"Can't connect to the network"</string>
<string name="hybrid_service_unavailiable">Service unavailable</string>
<string name="hybrid_try_again">Try again</string>
<string name="i_know">OK</string>
<string name="input_password_hint">Enter password</string>
<string name="internet_access_dspt">This app needs to connect to the internet to work normally.</string>
Expand Down
2 changes: 1 addition & 1 deletion ugg/ContactsProvider.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string name="edit_contact">Add to contact</string>
<string name="local_invisible_directory">Other</string>
<string name="low_memory_toast">"Can't continue to use due to low memory."</string>
<string name="metadata_sync_pacakge"/>
<string name="metadata_sync_pacakge">com.google.android.gms</string>
<string name="pound_search_tip">Enter a number after # to search for contacts</string>
<string name="provider_label">Contacts</string>
<string name="read_write_all_voicemail_description">Allows the app to store and retrieve all voicemails that this device can access.</string>
Expand Down
2 changes: 1 addition & 1 deletion ugg/DownloadProviderUi.apk/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<item>2MB</item>
<item>1MB</item>
<item>512KB</item>
<item>Always wait for Wi-Fi</item>
<item>Always wait for WLAN</item>
</string-array>
<string-array name="video_type">
<item>avi</item>
Expand Down
Loading

0 comments on commit 117ad2f

Please sign in to comment.