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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/generated_resources.grd » ('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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Chromium?}} 536 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Chromium?}}
537 </message> 537 </message>
538 538
539 <!-- Quit all apps confirmation dialog --> 539 <!-- Quit all apps confirmation dialog -->
540 <if expr="is_macosx"> 540 <if expr="is_macosx">
541 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background."> 541 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background.">
542 Chromium is in background mode. 542 Chromium is in background mode.
543 </message> 543 </message>
544 </if> 544 </if>
545 545
546 <!-- Autolaunch infobar -->
547 <if expr="is_win">
548 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in t he infobar when Chromium was automatically launched on startup">
549 Chromium is configured to automatically launch when you start your com puter.
550 </message>
551 </if>
552
553 <!-- about:flags --> 546 <!-- about:flags -->
554 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_NAME" desc="Title for the flag to enable iframe-based sign-in flows."> 547 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_NAME" desc="Title for the flag to enable iframe-based sign-in flows.">
555 Enables iframe-based Chromium sign-in flows. This flag overrides --enabl e-web-based-signin. 548 Enables iframe-based Chromium sign-in flows. This flag overrides --enabl e-web-based-signin.
556 </message> 549 </message>
557 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION" desc="Des cription for the flag to enable iframe-based sign-in flows"> 550 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION" desc="Des cription for the flag to enable iframe-based sign-in flows">
558 When enabled, will use an iframe-based Chromium sign-in flow; otherwise uses a webview-based flow. 551 When enabled, will use an iframe-based Chromium sign-in flow; otherwise uses a webview-based flow.
559 </message> 552 </message>
560 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab."> 553 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab.">
561 Enables additional keyboard shortcuts that are useful for debugging Chro mium. 554 Enables additional keyboard shortcuts that are useful for debugging Chro mium.
562 </message> 555 </message>
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 1000
1008 <!-- Mac First-run dialog messages --> 1001 <!-- Mac First-run dialog messages -->
1009 <if expr="is_macosx"> 1002 <if expr="is_macosx">
1010 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab el for checkbox that sets the default browser"> 1003 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab el for checkbox that sets the default browser">
1011 Set Chromium as your default browser 1004 Set Chromium as your default browser
1012 </message> 1005 </message>
1013 </if> 1006 </if>
1014 1007
1015 <!-- chrome://settings. Android uses native UI for settings --> 1008 <!-- chrome://settings. Android uses native UI for settings -->
1016 <if expr="not is_android"> 1009 <if expr="not is_android">
1017 <message name="IDS_AUTOLAUNCH_TEXT" desc="The text displayed in settings to explain whether Chromium is set to auto-launch on startup or not.">
1018 Launch Chromium automatically when your computer starts
1019 </message>
1020 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label of the 'Use Chromium as default' browser button"> 1010 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label of the 'Use Chromium as default' browser button">
1021 Make Chromium the default browser 1011 Make Chromium the default browser
1022 </message> 1012 </message>
1023 </if> 1013 </if>
1024 1014
1025 <!-- Toast experiment. --> 1015 <!-- Toast experiment. -->
1026 <if expr="is_win"> 1016 <if expr="is_win">
1027 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chromium the default browser"> 1017 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chromium the default browser">
1028 Make Chromium the default browser 1018 Make Chromium the default browser
1029 </message> 1019 </message>
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 </message> 1273 </message>
1284 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1274 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1285 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."> 1275 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.">
1286 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1276 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1287 </message> 1277 </message>
1288 </if> 1278 </if>
1289 1279
1290 </messages> 1280 </messages>
1291 </release> 1281 </release>
1292 </grit> 1282 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698