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

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

Issue 1432033003: Delete the auto-launch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +line break Created 5 years, 1 month 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/auto_launch_trial.h » ('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 source_lang_id="en" enc_check="möl"> 8 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Google Chrome?}} 538 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Google Chrome?}}
539 </message> 539 </message>
540 540
541 <!-- Quit all apps confirmation dialog --> 541 <!-- Quit all apps confirmation dialog -->
542 <if expr="is_macosx"> 542 <if expr="is_macosx">
543 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background."> 543 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background.">
544 Google Chrome is in background mode. 544 Google Chrome is in background mode.
545 </message> 545 </message>
546 </if> 546 </if>
547 547
548 <!-- Autolaunch infobar -->
549 <if expr="is_win">
550 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in t he infobar when Chrome was automatically launched on startup">
551 Google Chrome is configured to automatically launch when you start you r computer.
552 </message>
553 </if>
554
555 <!-- about:flags --> 548 <!-- about:flags -->
556 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_NAME" desc="Title for the flag to enable iframe-based sign-in flows."> 549 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_NAME" desc="Title for the flag to enable iframe-based sign-in flows.">
557 Enables iframe-based Chrome sign-in flows. This flag overrides --enable- web-based-signin. 550 Enables iframe-based Chrome sign-in flows. This flag overrides --enable- web-based-signin.
558 </message> 551 </message>
559 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION" desc="Des cription for the flag to enable iframe-based sign-in flows"> 552 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION" desc="Des cription for the flag to enable iframe-based sign-in flows">
560 When enabled, will use an iframe-based Chrome sign-in flow; otherwise us es a webview-based flow. 553 When enabled, will use an iframe-based Chrome sign-in flow; otherwise us es a webview-based flow.
561 </message> 554 </message>
562 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab."> 555 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab.">
563 Enables additional keyboard shortcuts that are useful for debugging Goog le Chrome. 556 Enables additional keyboard shortcuts that are useful for debugging Goog le Chrome.
564 </message> 557 </message>
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 1002
1010 <!-- Mac First-run dialog messages --> 1003 <!-- Mac First-run dialog messages -->
1011 <if expr="is_macosx"> 1004 <if expr="is_macosx">
1012 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab el for checkbox that sets the default browser"> 1005 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab el for checkbox that sets the default browser">
1013 Set Google Chrome as your default browser 1006 Set Google Chrome as your default browser
1014 </message> 1007 </message>
1015 </if> 1008 </if>
1016 1009
1017 <!-- chrome://settings. Android uses native UI for settings --> 1010 <!-- chrome://settings. Android uses native UI for settings -->
1018 <if expr="not is_android"> 1011 <if expr="not is_android">
1019 <message name="IDS_AUTOLAUNCH_TEXT" desc="The text displayed in settings to explain whether Chromium is set to auto-launch on startup or not.">
1020 Launch Chromium automatically when your computer starts
1021 </message>
1022 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label of the 'Use Chrome as default' browser button"> 1012 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label of the 'Use Chrome as default' browser button">
1023 Make Google Chrome the default browser 1013 Make Google Chrome the default browser
1024 </message> 1014 </message>
1025 </if> 1015 </if>
1026 1016
1027 <!-- Toast experiment. --> 1017 <!-- Toast experiment. -->
1028 <if expr="is_win"> 1018 <if expr="is_win">
1029 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chrome the default browser"> 1019 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chrome the default browser">
1030 Make Google Chrome the default browser 1020 Make Google Chrome the default browser
1031 </message> 1021 </message>
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 </message> 1275 </message>
1286 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1276 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1287 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."> 1277 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.">
1288 Relaunching in Desktop mode will close and relaunch your Chrome apps. 1278 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1289 </message> 1279 </message>
1290 </if> 1280 </if>
1291 1281
1292 </messages> 1282 </messages>
1293 </release> 1283 </release>
1294 </grit> 1284 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/auto_launch_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698