summaryrefslogtreecommitdiff
path: root/chromium/components/login_dialog_strings.grdp
blob: db851ccd99a0e8efd7c7512d2f234e1f7ec3e285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<grit-part>

  <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">
    Sign in
  </message>
  <if expr="use_titlecase">
    <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">
      Sign In
    </message>
  </if>
  <if expr="not use_titlecase">
    <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">
      Sign in
    </message>
  </if>
  <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_NOT_PRIVATE" desc="A phrase displayed on login dialogs if the connection to the current website is not private.">
    Your connection to this site is not private
  </message>
  <message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the username field in the login prompt dialog" formatter_data="android_java">
    Username
  </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>

</grit-part>