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

Side by Side Diff: chrome/app/chromium_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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 </message> 1388 </message>
1389 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" 1389 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS"
1390 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."> 1390 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.">
1391 Relaunching in Chromium immersive mode will close and relaunch your Ch romium apps. 1391 Relaunching in Chromium immersive mode will close and relaunch your Ch romium apps.
1392 </message> 1392 </message>
1393 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1393 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1394 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."> 1394 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.">
1395 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1395 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1396 </message> 1396 </message>
1397 </if> 1397 </if>
1398 <message name="IDS_SAVE_PASSWORD_TITLE" desc="The title of the save passwo rd bubble when a password can be saved.">
vabr (Chromium) 2015/06/29 11:49:07 Why is this copied in here and google_chrome_strin
Pritam Nikam 2015/06/29 17:42:13 Defer to Chris to answer this.
1399 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>?
1400 </message>
1398 1401
1399 </messages> 1402 </messages>
1400 </release> 1403 </release>
1401 </grit> 1404 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/password_manager/save_password_infobar_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698