Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: components/login_dialog_strings.grdp

Issue 2067933002: Use correct origin when prompting for proxy authentication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the tit le bar of the login prompt dialog" formatter_data="android_java"> 4 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the tit le bar of the login prompt dialog" formatter_data="android_java">
5 Authentication Required 5 Authentication Required
6 </message> 6 </message>
7 <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 t he web site"> 7 <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 t he web site">
8 <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and passwor d. 8 <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and passwor d.
9 </message> 9 </message>
10 <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 t he name of the proxy"> 10 <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 t he name of the proxy">
11 The proxy <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username a nd password. 11 The proxy <ph name="DOMAIN">$1<ex>http://proxy-server.example.com:8123</ex>< /ph> requires a username and password.
12 </message> 12 </message>
13 <message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the usernam e field in the login prompt dialog" formatter_data="android_java"> 13 <message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the usernam e field in the login prompt dialog" formatter_data="android_java">
14 User Name: 14 User Name:
15 </message> 15 </message>
16 <message name="IDS_LOGIN_DIALOG_PASSWORD_FIELD" desc="The label of the passwor d field in the login prompt dialog" formatter_data="android_java"> 16 <message name="IDS_LOGIN_DIALOG_PASSWORD_FIELD" desc="The label of the passwor d field in the login prompt dialog" formatter_data="android_java">
17 Password: 17 Password:
18 </message> 18 </message>
19 <message name="IDS_LOGIN_DIALOG_OK_BUTTON_LABEL" desc="The label of the 'Log I n' button on the login prompt dialog" formatter_data="android_java"> 19 <message name="IDS_LOGIN_DIALOG_OK_BUTTON_LABEL" desc="The label of the 'Log I n' button on the login prompt dialog" formatter_data="android_java">
20 Log In 20 Log In
21 </message> 21 </message>
22 22
23 </grit-part> 23 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698