Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2013 The MoKee OpenSource Project
  4. Modifications Copyright (C) 2014 The NamelessRom Project
  5.  
  6. Licensed under the Apache License, Version 2.0 (the "License");
  7. you may not use this file except in compliance with the License.
  8. You may obtain a copy of the License at
  9.  
  10. http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12. Unless required by applicable law or agreed to in writing, software
  13. distributed under the License is distributed on an "AS IS" BASIS,
  14. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. See the License for the specific language governing permissions and
  16. limitations under the License.
  17. -->
  18. <resources>
  19. <string name="app_name">Schism Wizard</string>
  20. <string name="product_name" translatable="false">The Schism</string>
  21.  
  22. <string name="next">Next</string>
  23. <string name="continue_label">Continue</string>
  24. <string name="prev">Previous</string>
  25. <string name="skip">Skip</string>
  26. <string name="finish">Finish</string>
  27. <string name="cancel">Cancel</string>
  28. <string name="create">Create</string>
  29. <string name="login">Login</string>
  30. <string name="ok">OK</string>
  31. <string name="existing">Log in to existing account</string>
  32. <string name="new_account">Create a new account</string>
  33. <string name="skip_anyway">Skip anyway</string>
  34. <string name="dont_skip">Don\'t skip</string>
  35.  
  36. <string name="setup_complete">Setup is complete</string>
  37. <string name="setup_complete_summary">Congratulations! You have finished setting up your device.</string>
  38. <string name="setup_welcome">Welcome to The Schism!</string>
  39. <string name="setup_welcome_summary">To get started setting up your device, select your language and continue.</string>
  40. <string name="setup_sim_missing">Insert SIM card</string>
  41. <string name="setup_google_account">Google account</string>
  42. <string name="setup_location">Location settings</string>
  43. <string name="setup_datetime">Date &amp; time settings</string>
  44. <string name="setup_current_date">Current date</string>
  45. <string name="setup_current_time">Current time</string>
  46. <string name="setup_inputmethod">Input method settings</string>
  47. <string name="setup_inputmethod_summary">Select the input method that you prefer</string>
  48. <string name="setup_inputmethod_none">No input method installed!</string>
  49. <string name="setup_msg_no_network">WARNING: You won\'t be able to set up your accounts</string>
  50. <string name="setup_warning_skip_wifi">WARNING: You may incur extra carrier data charges.\n\nDevice setup may require network activity.</string>
  51.  
  52. <string name="sim_missing_summary">You need to refer to the SIM card instructions that came with your device.</string>
  53. <string name="google_account_summary">Do you want to set up a Google account?</string>
  54.  
  55. <string name="btn_additional_wizards">Launch additional wizards (recommended)</string>
  56. <string name="btn_additional_wizards_relaunch">Relaunch additional wizards</string>
  57. <string name="btn_google_account">Set up Google account</string>
  58.  
  59. <string name="location_access_title">Access to my location</string>
  60. <string name="location_access_summary">Allow apps that have asked your permission to use your location information</string>
  61. <string name="location_sources_heading">Location sources</string>
  62. <string name="location_gps">GPS satellites</string>
  63. <string name="location_street_level">Allow apps to use GPS on your device to pinpoint your location</string>
  64. <string name="location_network_based">Wi-Fi &amp; mobile network location</string>
  65. <string name="location_neighborhood_level">Allow apps to use Google\'s location service to estimate your location faster. Anonymous location data will be collected and sent to Google.</string>
  66. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement