summaryrefslogtreecommitdiffstats
path: root/components/login_dialog_strings.grdp
blob: 1929e7bd62bfc41550c29dcc7330c3f46593b14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<grit-part>

  <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog" formatter_data="android_java">
    Authentication Required
  </message>
  <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">
    <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
  </message>
  <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">
    The proxy <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
  </message>
  <message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the username field in the login prompt dialog" formatter_data="android_java">
    User Name:
  </message>
  <message name="IDS_LOGIN_DIALOG_PASSWORD_FIELD" desc="The label of the password field in the login prompt dialog" formatter_data="android_java">
    Password:
  </message>
  <message name="IDS_LOGIN_DIALOG_OK_BUTTON_LABEL" desc="The label of the 'Log In' button on the login prompt dialog" formatter_data="android_java">
    Log In
  </message>

</grit-part>