sync_ui_strings.grdp 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <grit-part>
  3. <if expr="not is_android">
  4. <message name="IDS_SYNC_BASIC_ENCRYPTION_DATA" desc="Text of the radio that when selected enables basic encryption.">
  5. Encrypt synced passwords with your Google Account
  6. </message>
  7. <message name="IDS_SYNC_DATATYPE_AUTOFILL" desc="Form Autofill items, one of the data types that we allow syncing.">
  8. Addresses and More
  9. </message>
  10. <message name="IDS_SYNC_DATATYPE_BOOKMARKS" desc="Bookmarks, one of the data types that we allow syncing.">
  11. Bookmarks
  12. </message>
  13. <message name="IDS_SYNC_DATATYPE_PASSWORDS" desc="Saved passwords, one of the data types that we allow syncing.">
  14. Passwords
  15. </message>
  16. <message name="IDS_SYNC_DATATYPE_PREFERENCES" desc="Settings, one of the data types that we allow syncing.">
  17. Settings
  18. </message>
  19. <message name="IDS_SYNC_DATATYPE_TABS" desc="Open Tabs, one of the data types that we allow syncing.">
  20. Open Tabs
  21. </message>
  22. <message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="History, one of the data types that we allow syncing.">
  23. History
  24. </message>
  25. <message name="IDS_SYNC_DATATYPE_READING_LIST" desc="Reading List, one of the data types that we allow syncing">
  26. Reading List
  27. </message>
  28. <message name="IDS_SYNC_EMPTY_PASSPHRASE_ERROR" desc="Error message when the passphrase is empty.">
  29. Empty passphrase is not allowed.
  30. </message>
  31. <message name="IDS_SYNC_ENCRYPTION_SECTION_TITLE" desc="Title of the section containing sync encryption preferences.">
  32. Encryption options
  33. </message>
  34. <message name="IDS_SYNC_FULL_ENCRYPTION_DATA" desc="Text of the radio that when selected enables full encryption.">
  35. Encrypt synced data with your own sync passphrase
  36. </message>
  37. <message name="IDS_SYNC_LOGIN_SETTING_UP" desc="A progress message">
  38. Setting up...
  39. </message>
  40. <message name="IDS_SYNC_PASSPHRASE_LABEL" desc="Label for the passphrase field.">
  41. Passphrase
  42. </message>
  43. <message name="IDS_SYNC_PASSPHRASE_MISMATCH_ERROR" desc="Error message when the passphrase and confirmation don't match.">
  44. You must enter the same passphrase twice.
  45. </message>
  46. <message name="IDS_SYNC_SERVICE_UNAVAILABLE" desc="Error message to display when the user domain entered by the user has sync disabled.">
  47. Sync is not available for your domain
  48. </message>
  49. <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY_WITH_DATE" desc="Instructions for the dialog where the user enters their Sync passphrase.">
  50. Your data was encrypted with your <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>sync passphrase<ph name="END_LINK">&lt;/a&gt;</ph> on <ph name="TIME">$2<ex>Sept 1, 2012</ex></ph>. Enter it to start sync.
  51. </message>
  52. </if>
  53. <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY" formatter_data="android_java" desc="Instructions for the dialog where the user enters the passphrase.">
  54. Your data is encrypted with your sync passphrase. Enter it to start sync.
  55. </message>
  56. </grit-part>