summaryrefslogtreecommitdiff
path: root/chromium/components/login_dialog_strings.grdp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-18 14:34:04 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-10-04 11:15:27 +0000
commite6430e577f105ad8813c92e75c54660c4985026e (patch)
tree88115e5d1fb471fea807111924dcccbeadbf9e4f /chromium/components/login_dialog_strings.grdp
parent53d399fe6415a96ea6986ec0d402a9c07da72453 (diff)
downloadqtwebengine-chromium-e6430e577f105ad8813c92e75c54660c4985026e.tar.gz
BASELINE: Update Chromium to 61.0.3163.99
Change-Id: I8452f34574d88ca2b27af9bd56fc9ff3f16b1367 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/components/login_dialog_strings.grdp')
-rw-r--r--chromium/components/login_dialog_strings.grdp29
1 files changed, 21 insertions, 8 deletions
diff --git a/chromium/components/login_dialog_strings.grdp b/chromium/components/login_dialog_strings.grdp
index 1929e7bd62b..bd4417ced3a 100644
--- a/chromium/components/login_dialog_strings.grdp
+++ b/chromium/components/login_dialog_strings.grdp
@@ -1,23 +1,36 @@
<?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>
+ <if expr="use_titlecase">
+ <message name="IDS_LOGIN_DIALOG_TITLE" desc="In title case: 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_OK_BUTTON_LABEL" desc="In title case: The label of the 'Log In' button on the login prompt dialog" formatter_data="android_java">
+ Log In
+ </message>
+ </if>
+ <if expr="not use_titlecase">
+ <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">
+ Authentication required
+ </message>
+ <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">
+ Log 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">
- User Name:
+ 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>
- <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
+ Password
</message>
</grit-part>