strings.xml 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">AppsBackup</string>
  4. <string name="action_settings">Settings</string>
  5. <string name="label_backup">Back up Apps</string>
  6. <string name="label_restore">Restore Apps</string>
  7. <string name="label_backup_checked">Backup Checked Apps</string>
  8. <string name="label_check_all">Check All</string>
  9. <string name="msg_please_choose_at_least_one_app">Pleas selected at least one app</string>
  10. <string name="msg_press_again_exit">Press back again to exit</string>
  11. <string name="msg_check_network">( ′⌒`)Please check the network~~</string>
  12. <string name="msg_name_to_clipboard">Have copied “%s” to the clipboard</string>
  13. <string name="msg_back_suc">Back up successfully</string>
  14. <string name="msg_backup_fail">Sorry, back up failed.</string>
  15. <string name="msg_please_relogin">Please exit current account and login</string>
  16. <string name="msg_update_fail">Update data failed, please try again.</string>
  17. <string name="msg_login_fail">Login Failed</string>
  18. <string name="msg_login_suc">WELCOME</string>
  19. <string name="msg_name_or_psw_error">User name or password not correct</string>
  20. <string name="msg_register_fail">Register Failed</string>
  21. <string name="msg_get_data_fail">Get data failed</string>
  22. <string name="msg_no_backup">No Backups</string>
  23. <string name="label_share_titile">Practical Backup App</string>
  24. <string name="label_share_desc">Apps Backup is an app which backup your phone apps\' names.</string>
  25. <string name="msg_return_null">Return Null</string>
  26. <string name="label_about">About</string>
  27. <string name="label_version">Apps Backup V1.0</string>
  28. <string name="label_about_details">\u3000\u3000Apps Backup is an app which can back up your apps\' names quickly, the backup work will finish in several seconds. There are two reasons why this apps only backs up the names of your phone apps:\n\u3000\u30001. Apps always update frequently, though backed up the apks of apps, we cannot ensure that what we backed up is still the last version when we download.\n\u3000\u30002. Some users don\'t have a quick broadband, while phone apps are becoming larger and larger. Now one app\'s size is about 20 MB, so if one user installed 100 apps, it takes about 2 GB, this is too huge.\n\u3000\u3000Warning:If you want to use "Transfer face to face", please click "Send" on one phone first, then click "Receive" on another phone.\n\u3000\u3000Thank you for using Apps Backup, feedback:[email protected]</string>
  29. <string name="label_backup_apps">Back up Apps</string>
  30. <string name="label_transfer_apps">Transfer face to face</string>
  31. <string name="label_register">REGISTER</string>
  32. <string name="label_username">Username</string>
  33. <string name="label_password">Password</string>
  34. <string name="label_login">LOGIN</string>
  35. <string name="label_third_login">Login with other apps</string>
  36. <string name="label_restore_apps">Restore Apps</string>
  37. <string name="label_my_setting">Personal Setting</string>
  38. <string name="hint_mobile_phone_number">Phone Number</string>
  39. <string name="label_input_phone_number">please input your phone number</string>
  40. <string name="label_login_name">use this name to login</string>
  41. <string name="label_nickname">nickname</string>
  42. <string name="label_sex">sex</string>
  43. <string name="label_change_phone">change phone</string>
  44. <string name="label_bg_setting">background</string>
  45. <string name="label_share">share</string>
  46. <string name="label_exit">EXIT</string>
  47. <string name="label_title">TITLE</string>
  48. <string name="label_desc">Description</string>
  49. <string name="label_confirm">Confirm</string>
  50. <string name="label_cancel">Cancel</string>
  51. <string name="msg_loading">Loading</string>
  52. <string name="label_coming">Next version will support this.</string>
  53. <string name="label_exit_title">Exit Dialog</string>
  54. <string name="label_exit_desc">Dear, are you going to leave me?</string>
  55. <string name="label_send">Send</string>
  56. <string name="label_receive">Receive</string>
  57. <string name="toast_no_apps">No apps</string>
  58. <string name="toast_please_select">Please select at least one app</string>
  59. <string name="toast_transfer_complete">Transfer complete</string>
  60. <string name="label_choose_operate">Choose Your Operation</string>
  61. <string name="toast_hotspot_connected">Hotspot created</string>
  62. <string name="toast_hotspot_failed">Connected failed</string>
  63. </resources>