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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 1181623004: [Password Manager] Replace "this site" in save password prompt with password's origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Chris's review comments. Created 5 years, 5 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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 </message> 1311 </message>
1312 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" 1312 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS"
1313 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Windows Chrome OS mode while packaged apps are running, which will require all packaged apps to be closed and then restarted. Dialog is shown with choices: OK, Cancel."> 1313 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Windows Chrome OS mode while packaged apps are running, which will require all packaged apps to be closed and then restarted. Dialog is shown with choices: OK, Cancel.">
1314 Relaunching in Chrome immersive mode will close and relaunch your Chro me apps. 1314 Relaunching in Chrome immersive mode will close and relaunch your Chro me apps.
1315 </message> 1315 </message>
1316 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1316 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1317 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel."> 1317 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel.">
1318 Relaunching in Desktop mode will close and relaunch your Chrome apps. 1318 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1319 </message> 1319 </message>
1320 </if> 1320 </if>
1321 <message name="IDS_SAVE_PASSWORD_TITLE" desc="The title of the save passwo rd bubble when a password can be saved.">
1322 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to save your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>?
1323 </message>
1321 1324
1322 </messages> 1325 </messages>
1323 </release> 1326 </release>
1324 </grit> 1327 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698