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

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

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT, another try to upload. Created 7 years, 10 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 | Annotate | Revision Log
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. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m ain label in the error dialog box when creating an application shortcut failed." > 572 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m ain label in the error dialog box when creating an application shortcut failed." >
573 Google Chrome cannot create an application shortcut because it cannot determine the current desktop environment. 573 Google Chrome cannot create an application shortcut because it cannot determine the current desktop environment.
574 </message> 574 </message>
575 </if> 575 </if>
576 576
577 <!-- Autolaunch infobar --> 577 <!-- Autolaunch infobar -->
578 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup"> 578 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup">
579 Google Chrome is configured to automatically launch when you start your computer. 579 Google Chrome is configured to automatically launch when you start your computer.
580 </message> 580 </message>
581 581
582 <!-- Managed user settings page -->
583 <message name="IDS_SIGNIN_SYNC_ALLOWED" desc="A checkbox in the Managed Us er Settings dialog for enabling sign in and sync.">
584 Allow signing into Chrome.
585 </message>
586
582 <!-- about:flags --> 587 <!-- about:flags -->
583 <if expr="not pp_ifdef('chromeos')"> 588 <if expr="not pp_ifdef('chromeos')">
584 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'."> 589 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'.">
585 Your changes will take effect the next time you relaunch Google Chrome . 590 Your changes will take effect the next time you relaunch Google Chrome .
586 </message> 591 </message>
587 </if> 592 </if>
588 <if expr="pp_ifdef('chromeos')"> 593 <if expr="pp_ifdef('chromeos')">
589 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> 594 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.">
590 Your changes will take effect the next time you restart your device. 595 Your changes will take effect the next time you restart your device.
591 </message> 596 </message>
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 <!-- App list --> 890 <!-- App list -->
886 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it."> 891 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it.">
887 Chrome App Launcher 892 Chrome App Launcher
888 </message> 893 </message>
889 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list."> 894 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list.">
890 Use the Chrome App Launcher to launch your apps. 895 Use the Chrome App Launcher to launch your apps.
891 </message> 896 </message>
892 </messages> 897 </messages>
893 </release> 898 </release>
894 </grit> 899 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698