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

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

Issue 12184012: Define strings for enterprise account sign-in profile link confirmation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« 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 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 Use this Google Account to sync all your Chromium stuff? 838 Use this Google Account to sync all your Chromium stuff?
839 </message> 839 </message>
840 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble."> 840 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble.">
841 You're now signed in to Chromium! Your bookmarks, history, and other s ettings will be synced to your Google Account. 841 You're now signed in to Chromium! Your bookmarks, history, and other s ettings will be synced to your Google Account.
842 </message> 842 </message>
843 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> 843 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog.">
844 Sign in to Chromium 844 Sign in to Chromium
845 </message> 845 </message>
846 </if> 846 </if>
847 847
848 <!-- Enterprise sign-in profile linking -->
849 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_DIALOG_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in en terprise account">
850 Link your Chromium profile
851 </message>
852 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_MESSAGE" desc="The warni ng message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
853 You are signing in with a managed account and giving its administrator c ontrol over your Chromium profile. Your Chromium data, such as your apps, bookma rks, history, passwords, and other settings will become permanently tied to <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete thi s data via the Google Accounts Dashboard, but you will not be able to associate this data with another account.
854 </message>
855 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_PROMPT" desc="The text of the prompt to create a new profile after signing into an enterprise acco unt">
856 If you prefer to keep your existing Chromium data separate, you can crea te a new Chromium user for <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>.
857 </message>
858 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_NO" desc="Text of the button to link the current profile with the signed-in enterprise account">
859 Link my Chromium data to this account
860 </message>
861
848 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 862 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
849 Chromium Autofill settings 863 Chromium Autofill settings
850 </message> 864 </message>
851 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> 865 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome.">
852 Save details in Chromium 866 Save details in Chromium
853 </message> 867 </message>
854 868
855 <!-- Web Intents --> 869 <!-- Web Intents -->
856 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> 870 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service.">
857 Add to Chromium 871 Add to Chromium
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 <!-- App list --> 961 <!-- App list -->
948 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chromium App List to appear in the taskbar and in any shortcuts to it."> 962 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chromium App List to appear in the taskbar and in any shortcuts to it.">
949 Chromium App Launcher 963 Chromium App Launcher
950 </message> 964 </message>
951 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list."> 965 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list.">
952 Use the Chromium App Launcher to launch your apps. 966 Use the Chromium App Launcher to launch your apps.
953 </message> 967 </message>
954 </messages> 968 </messages>
955 </release> 969 </release>
956 </grit> 970 </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