login_dialog_strings.grdp 1.8 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <grit-part>
  3. <message name="IDS_LOGIN_DIALOG_TITLE" desc="In sentence case: String to be displayed in the title bar of the login prompt dialog" formatter_data="android_java">
  4. Sign in
  5. </message>
  6. <if expr="use_titlecase">
  7. <message name="IDS_LOGIN_DIALOG_OK_BUTTON_LABEL" desc="In Title Case: The label of the 'Log In' button on the login prompt dialog" formatter_data="android_java">
  8. Sign In
  9. </message>
  10. </if>
  11. <if expr="not use_titlecase">
  12. <message name="IDS_LOGIN_DIALOG_OK_BUTTON_LABEL" desc="In sentence case: The label of the 'Log in' button on the login prompt dialog" formatter_data="android_java">
  13. Sign in
  14. </message>
  15. </if>
  16. <message name="IDS_LOGIN_DIALOG_AUTHORITY" desc="String to be displayed in the login prompt dialog to explain that the user needs to log in, and the name of the web site">
  17. <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
  18. </message>
  19. <message name="IDS_LOGIN_DIALOG_PROXY_AUTHORITY" desc="String to be displayed in the proxy login prompt dialog to explain that the user needs to log in, and the name of the proxy">
  20. The proxy <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
  21. </message>
  22. <message name="IDS_LOGIN_DIALOG_NOT_PRIVATE" desc="A phrase displayed on login dialogs if the connection to the current website is not private.">
  23. Your connection to this site is not private
  24. </message>
  25. <message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the username field in the login prompt dialog" formatter_data="android_java">
  26. Username
  27. </message>
  28. <message name="IDS_LOGIN_DIALOG_PASSWORD_FIELD" desc="The label of the password field in the login prompt dialog" formatter_data="android_java">
  29. Password
  30. </message>
  31. </grit-part>