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

Side by Side Diff: components/login_dialog_strings.grdp

Issue 1682033002: Componentize login dialog strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « components/components_strings.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
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">
5 Authentication Required
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">
8 <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and passwor d.
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">
11 The proxy <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username a nd password.
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">
14 User Name:
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">
17 Password:
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">
20 Log In
21 </message>
22
23 </grit-part>
OLDNEW
« no previous file with comments | « components/components_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698