You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

strings.xml 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <resources>
  2. <string name="navigation_drawer_open">Open navigation drawer</string>
  3. <string name="navigation_drawer_close">Close navigation drawer</string>
  4. <string name="app_name">STS Saguenay</string>
  5. <string name="title_activity_stop_picker">Pick a stop - STS Saguenay</string>
  6. <string name="favourites_stops">Favourites stops:</string>
  7. <string name="search_stop">Search a stop</string>
  8. <string name="pick_routes">Pick your routes for stop %1$s:</string>
  9. <string name="save">Save</string>
  10. <string name="error_try_again">Error. Please try again.</string>
  11. <string name="stop_add">Add a favourite stop</string>
  12. <string name="stop_add_map">Select from map</string>
  13. <string name="stop_add_list">Select from list</string>
  14. <string name="loading">Loading&#8230;</string>
  15. <string name="loading_schedules">Loading schedules&#8230;</string>
  16. <string name="loading_routes">Loading routes&#8230;</string>
  17. <string name="loading_stops">Loading stops&#8230;</string>
  18. <string name="favourite_remove">Remove favourite</string>
  19. <string name="favourite_remove_confirm">Do you really want to remove %1$s?</string>
  20. <string name="favourite_removed">%1$s has been removed</string>
  21. <string name="drawer_help_message">Log in to access more features</string>
  22. <string name="restore_settings">Restore settings</string>
  23. <string name="backup_settings">Backup settings</string>
  24. <string name="logout">Logout</string>
  25. <string name="encryption_password">Encryption password</string>
  26. <string name="encryption_password_encrypt">Please enter an encryption password (you do not need to enter the same as a previous backup):</string>
  27. <string name="encryption_password_decrypt">Please enter the password your entered when you did the backup:</string>
  28. <string name="encryption_bad_password">Bad encryption password</string>
  29. <string name="encryption_empty">No data to restore</string>
  30. <string name="settings_backed_up">Settings have been backed up</string>
  31. <string name="settings_backing_up">Backing up settings&#8230;</string>
  32. <string name="settings_restoring">Restoring settings&#8230;</string>
  33. <string name="settings_restored">Settings have been restored</string>
  34. </resources>