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

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

Issue 2880603002: Strings for new Chrome Cleanup prompt and Web UI (Closed)
Patch Set: Addressed csharp@'s comments Created 3 years, 7 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 | « 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 6 output_all_resource_defines="false" 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 </message> 757 </message>
758 </if> 758 </if>
759 759
760 <!-- Signin Email Confirmation tab modal dialog --> 760 <!-- Signin Email Confirmation tab modal dialog -->
761 <if expr="not chromeos"> 761 <if expr="not chromeos">
762 <message name="IDS_SIGNIN_EMAIL_CONFIRMATION_TITLE" desc="Title of the s ignin email confirmation tab modal dialog."> 762 <message name="IDS_SIGNIN_EMAIL_CONFIRMATION_TITLE" desc="Title of the s ignin email confirmation tab modal dialog.">
763 <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph> was previo usly using Chromium 763 <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph> was previo usly using Chromium
764 </message> 764 </message>
765 </if> 765 </if>
766 766
767 <!-- SRT bubble messages --> 767 <!-- SRT bubble messages.
768 This string is for the old Chrome Cleanup version and should be
769 deleted as soon as all Chrome Cleanup UI is fully integrated into
770 Chrome. -->
768 <if expr="is_win"> 771 <if expr="is_win">
769 <message name="IDS_SRT_BUBBLE_TITLE" desc="Text for the title of the sof tware removal tool bubble view."> 772 <message name="IDS_SRT_BUBBLE_TITLE" desc="Text for the title of the sof tware removal tool bubble view.">
770 Chromium has detected unusual behavior 773 Chromium has detected unusual behavior
771 </message> 774 </message>
772 </if> 775 </if>
773 776
777 <!-- Chrome Cleanup prompt and web UI.
778 Note: these strings should only be used by Google Chrome, but
779 omitting them brings up a hash collision error. -->
780 <if expr="is_win">
781 <message name="IDS_CHROME_CLEANUP_PROMPT_EXPLANATION" desc="Description in the Chrome Cleanup dialog that Chrome browser shows when unwanted software, l ike ad injectors or software that changes the user's settings without their know ledge, is found on the user's computer. Appears under the title asking 'Remove h armful software?' Actor is Chrome; we are asking, Do you want Chrome to remove h armful software? 'it' is harmful software. User has the option of clicking 'Remo ve' to proceed with a cleanup, or 'Details' to see more details. Preferrably, th e translation for this string should have the same meaning as IDS_CHROME_CLEANUP _WEBUI_EXPLANATION.">
782 Chromium found harmful software on your computer. Chromium can remove it and restore your settings to make your browser work normally again.
783 </message>
784 <message name="IDS_CHROME_CLEANUP_WEBUI_EXPLANATION" desc="Description i n the Chrome Cleanup web page that Chrome browser shows when unwanted software, like ad injectors or software that changes the user's settings without their kno wledge, is found on the user's computer. Appears under the title asking 'Remove harmful software?' Actor is Chrome; we are asking, Do you want Chrome to remove harmful software? 'it' is harmful software. The user can click 'Remove' to proce ed with a cleanup. Preferrably, the translation for this string should have the same meaning as IDS_CHROME_CLEANUP_PROMPT_EXPLANATION.">
785 Chromium found harmful software on your computer. Chromium can remove it and restore your settings to make your browser work normally again.
786 </message>
787 </if>
788
774 <!-- Sync/sign-in error messages --> 789 <!-- Sync/sign-in error messages -->
775 <if expr="not chromeos"> 790 <if expr="not chromeos">
776 <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."> 791 <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.">
777 Chromium could not sync your data. Please update your Sync passphrase. 792 Chromium could not sync your data. Please update your Sync passphrase.
778 </message> 793 </message>
779 <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."> 794 <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.">
780 Chromium could not sync your data because your account sign-in details are out of date. 795 Chromium could not sync your data because your account sign-in details are out of date.
781 </message> 796 </message>
782 <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."> 797 <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.">
783 Chromium could not sync your data because Sync is not available for yo ur domain. 798 Chromium could not sync your data because Sync is not available for yo ur domain.
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar."> 1271 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar.">
1257 Pin Chromium to your taskbar 1272 Pin Chromium to your taskbar
1258 </message> 1273 </message>
1259 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> 1274 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps.">
1260 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph> 1275 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph>
1261 </message> 1276 </message>
1262 </if> 1277 </if>
1263 </messages> 1278 </messages>
1264 </release> 1279 </release>
1265 </grit> 1280 </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