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

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

Issue 599653002: SRT Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged in ToT. Created 6 years, 3 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/chrome_command_ids.h ('k') | 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 Link your Chromium data to this account? 898 Link your Chromium data to this account?
899 </message> 899 </message>
900 <message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATIO N_NEW_STYLE" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link."> 900 <message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATIO N_NEW_STYLE" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
901 You are signing in with a managed account and giving its administrator control over your Chromium profile. Your Chromium data, such as your apps, book marks, history, passwords, and other settings will become permanently tied to <p h name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete t his data via the Google Accounts Dashboard, but you will not be able to associat e this data with another account. <ph name="LEARN_MORE">$2<ex>Learn more</ex></p h> 901 You are signing in with a managed account and giving its administrator control over your Chromium profile. Your Chromium data, such as your apps, book marks, history, passwords, and other settings will become permanently tied to <p h name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete t his data via the Google Accounts Dashboard, but you will not be able to associat e this data with another account. <ph name="LEARN_MORE">$2<ex>Learn more</ex></p h>
902 </message> 902 </message>
903 <message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION_N EW_STYLE" desc="The warning message displayed to an enterprise user about to lin k their profile to their Google account. Additionally notifies the user that the y can create a new profile instead. This message is followed by a 'Learn more' l ink."> 903 <message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION_N EW_STYLE" desc="The warning message displayed to an enterprise user about to lin k their profile to their Google account. Additionally notifies the user that the y can create a new profile instead. This message is followed by a 'Learn more' l ink.">
904 You are signing in with a managed account and giving its administrator control over your Chromium profile. Your Chromium data, such as your apps, book marks, history, passwords, and other settings will become permanently tied to <p h name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete t his data via the Google Accounts Dashboard, but you will not be able to associat e this data with another account. You can optionally create a new profile to kee p your existing Chromium data separate. <ph name="LEARN_MORE">$2<ex>Learn more</ ex></ph> 904 You are signing in with a managed account and giving its administrator control over your Chromium profile. Your Chromium data, such as your apps, book marks, history, passwords, and other settings will become permanently tied to <p h name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete t his data via the Google Accounts Dashboard, but you will not be able to associat e this data with another account. You can optionally create a new profile to kee p your existing Chromium data separate. <ph name="LEARN_MORE">$2<ex>Learn more</ ex></ph>
905 </message> 905 </message>
906 </if> 906 </if>
907 907
908 <!-- SRT bubble messages -->
909 <if expr="is_win">
910 <if expr="use_titlecase">
911 <message name="IDS_SRT_MENU_ITEM" desc="In Title Case: Text for the Ch rome menu option replacing Update required.">
912 Chromium Behaving Strangely?
913 </message>
914 </if>
915 <if expr="not use_titlecase">
916 <message name="IDS_SRT_MENU_ITEM" desc="Text for the Chrome menu optio n replacing Update required.">
917 Chromium behaving strangely?
918 </message>
919 </if>
920 <message name="IDS_SRT_BUBBLE_TITLE" desc="Text for the title of the sof tware removal tool bubble view.">
921 Chromium behaving strangely?
922 </message>
923 <message name="IDS_SRT_BUBBLE_TEXT" desc="Text for the software removal tool bubble view full description.">
924 Chromium detected that your browser settings may have been changed by a program on your computer without your knowledge. You can use Google's Softwar e Removal Tool to remove that program.
925 </message>
926 </if>
908 <!-- Sync/sign-in error messages --> 927 <!-- Sync/sign-in error messages -->
909 <if expr="not chromeos"> 928 <if expr="not chromeos">
910 <message name="IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mess age in the sync error bubble view when the user needs to update their sync passp hrase."> 929 <message name="IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mess age in the sync error bubble view when the user needs to update their sync passp hrase.">
911 Chromium could not sync your data. Please update your Sync passphrase. 930 Chromium could not sync your data. Please update your Sync passphrase.
912 </message> 931 </message>
913 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message in the sign-in error bubble view when the user's sign-in credentials are out of date."> 932 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message in the sign-in error bubble view when the user's sign-in credentials are out of date.">
914 Chromium could not sync your data because your account sign-in details are out of date. 933 Chromium could not sync your data because your account sign-in details are out of date.
915 </message> 934 </message>
916 <message name="IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mes sage in the sign-in error bubble view when sync is not available for their domai n."> 935 <message name="IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mes sage in the sign-in error bubble view when sync is not available for their domai n.">
917 Chromium could not sync your data because Sync is not available for yo ur domain. 936 Chromium could not sync your data because Sync is not available for yo ur domain.
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1313 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1295 </message> 1314 </message>
1296 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1315 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1297 Chromium OS terms 1316 Chromium OS terms
1298 </message> 1317 </message>
1299 </if> 1318 </if>
1300 1319
1301 </messages> 1320 </messages>
1302 </release> 1321 </release>
1303 </grit> 1322 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698