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

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

Issue 2773323002: Make flags resources naming consistent (Closed)
Patch Set: Fix Android Created 3 years, 9 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/about_flags.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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Google Chrome?}} 532 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Google Chrome?}}
533 </message> 533 </message>
534 534
535 <!-- Quit all apps confirmation dialog --> 535 <!-- Quit all apps confirmation dialog -->
536 <if expr="is_macosx"> 536 <if expr="is_macosx">
537 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background."> 537 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background.">
538 Google Chrome is in background mode. 538 Google Chrome is in background mode.
539 </message> 539 </message>
540 </if> 540 </if>
541 541
542 <!-- about:flags -->
543 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab.">
544 Enables additional keyboard shortcuts that are useful for debugging Goog le Chrome.
545 </message>
546
547 <!-- Obsolete System info bar --> 542 <!-- Obsolete System info bar -->
548 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This message is followed by a 'Learn more' link."> 543 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This message is followed by a 'Learn more' link.">
549 Google Chrome has stopped updating and no longer supports this version of your operating system. 544 Google Chrome has stopped updating and no longer supports this version of your operating system.
550 </message> 545 </message>
551 546
552 <!-- Google API keys info bar --> 547 <!-- Google API keys info bar -->
553 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl e API keys are missing. This message is followed by a 'Learn more' link."> 548 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl e API keys are missing. This message is followed by a 'Learn more' link.">
554 Google API keys are missing. Some functionality of Google Chrome will be disabled. 549 Google API keys are missing. Some functionality of Google Chrome will be disabled.
555 </message> 550 </message>
556 551
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 <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 ."> 1248 <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 .">
1254 Pin Chrome to your taskbar 1249 Pin Chrome to your taskbar
1255 </message> 1250 </message>
1256 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps."> 1251 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps.">
1257 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> 1252 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>
1258 </message> 1253 </message>
1259 </if> 1254 </if>
1260 </messages> 1255 </messages>
1261 </release> 1256 </release>
1262 </grit> 1257 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698