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

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

Issue 2588263003: Reland: Remove Finch support for PasswordBranding (Closed)
Patch Set: Rebased only Created 3 years, 12 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/password_ui_view_android.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 </message> 373 </message>
374 <if expr="is_win"> 374 <if expr="is_win">
375 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> 375 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed.">
376 Whoa! Google Chrome has crashed. Relaunch now? 376 Whoa! Google Chrome has crashed. Relaunch now?
377 </message> 377 </message>
378 </if> 378 </if>
379 <!-- Password generation strings --> 379 <!-- Password generation strings -->
380 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The link text is a separate string in the tran slation console and appears here as placeholder text."> 380 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The link text is a separate string in the tran slation console and appears here as placeholder text.">
381 Chrome will store this in your <ph name="SAVED_PASSWORDS_LINK">$1<ex>Goo gle saved passwords</ex></ph> and remember it the next time you need it. 381 Chrome will store this in your <ph name="SAVED_PASSWORDS_LINK">$1<ex>Goo gle saved passwords</ex></ph> and remember it the next time you need it.
382 </message> 382 </message>
383 <message name="IDS_PASSWORD_GENERATION_SMART_LOCK_PROMPT" desc="Autofill d ropdown text describing password generation. Used when we change the branding to SmartLock. The link text is a separate string in the translation console and a ppears here as placeholder text.">
384 Chrome will store this with <ph name="SAVED_PASSWORD_LINK">$1<ex>Google Smart Lock for Passwords</ex></ph> and remember it the next time you need it.
385 </message>
386 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> 383 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion.">
387 Use password generated by Chrome 384 Use password generated by Chrome
388 </message> 385 </message>
389 <message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name us ed in the title of the password bubble."> 386 <message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name us ed in the title of the password bubble.">
390 Google Chrome 387 Google Chrome
391 </message> 388 </message>
392 <if expr="is_macosx"> 389 <if expr="is_macosx">
393 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page."> 390 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page.">
394 Google Chrome is trying to show passwords. 391 Google Chrome is trying to show passwords.
395 </message> 392 </message>
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chrome to the Windows 10 taskbar ."> 1282 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chrome to the Windows 10 taskbar .">
1286 Pin Chrome to your taskbar 1283 Pin Chrome to your taskbar
1287 </message> 1284 </message>
1288 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps."> 1285 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps.">
1289 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Google Chrome<ph name="E ND_BOLD">&lt;/strong&gt;</ph> 1286 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Google Chrome<ph name="E ND_BOLD">&lt;/strong&gt;</ph>
1290 </message> 1287 </message>
1291 </if> 1288 </if>
1292 </messages> 1289 </messages>
1293 </release> 1290 </release>
1294 </grit> 1291 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/password_ui_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698