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

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

Issue 2112653003: grit: Automatically replace ... with … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 </if> 525 </if>
526 526
527 <!-- Print Preview --> 527 <!-- Print Preview -->
528 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 528 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
529 Chromium does not include the PDF viewer which is required for Print Pre view to function. 529 Chromium does not include the PDF viewer which is required for Print Pre view to function.
530 </message> 530 </message>
531 531
532 <!-- Download Shelf Items --> 532 <!-- Download Shelf Items -->
533 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" 533 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING"
534 desc="Message shown when a CRX has been downloaded and is being u npacked."> 534 desc="Message shown when a CRX has been downloaded and is being u npacked.">
535 Adding to Chromium... 535 Adding to Chromium&#8230;
536 </message> 536 </message>
537 537
538 <message name="IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS" 538 <message name="IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS"
539 desc="Message shown on the download shelf when the download is kn own to change settings in the browser in a malicious way."> 539 desc="Message shown on the download shelf when the download is kn own to change settings in the browser in a malicious way.">
540 <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may harm your browsing expe rience, so Chromium has blocked it. 540 <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may harm your browsing expe rience, so Chromium has blocked it.
541 </message> 541 </message>
542 542
543 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" 543 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL"
544 desc="Message shown to the user to validate the download when the downl oad url is classified to lead to malware by the safebrowsing database."> 544 desc="Message shown to the user to validate the download when the downl oad url is classified to lead to malware by the safebrowsing database.">
545 This file is malicious, and Chromium has blocked it. 545 This file is malicious, and Chromium has blocked it.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 Chromium is up to date. 599 Chromium is up to date.
600 </message> 600 </message>
601 </if> 601 </if>
602 <if expr="chromeos"> 602 <if expr="chromeos">
603 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium OS)"> 603 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium OS)">
604 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. 604 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date.
605 </message> 605 </message>
606 </if> 606 </if>
607 <if expr="not chromeos"> 607 <if expr="not chromeos">
608 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um"> 608 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um">
609 Updating Chromium... 609 Updating Chromium&#8230;
610 </message> 610 </message>
611 </if> 611 </if>
612 <if expr="chromeos"> 612 <if expr="chromeos">
613 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um OS"> 613 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um OS">
614 Updating your device... 614 Updating your device&#8230;
615 </message> 615 </message>
616 </if> 616 </if>
617 <if expr="chromeos"> 617 <if expr="chromeos">
618 <message name="IDS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status label: Updating Chromium OS to a specified channel"> 618 <message name="IDS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status label: Updating Chromium OS to a specified channel">
619 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> channel... 619 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> channel&#8230;
620 </message> 620 </message>
621 </if> 621 </if>
622 622
623 <!-- Extension/App install prompt --> 623 <!-- Extension/App install prompt -->
624 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 624 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
625 Add to Chromium 625 Add to Chromium
626 </message> 626 </message>
627 627
628 <if expr="enable_extensions"> 628 <if expr="enable_extensions">
629 <!-- Extension installed bubble --> 629 <!-- Extension installed bubble -->
(...skipping 23 matching lines...) Expand all
653 <!-- settings reset bubble messages --> 653 <!-- settings reset bubble messages -->
654 <message name="IDS_REPORT_BUBBLE_TEXT" desc="Text for the settings reset b ubble reporting checkbox."> 654 <message name="IDS_REPORT_BUBBLE_TEXT" desc="Text for the settings reset b ubble reporting checkbox.">
655 Help make Chromium better by reporting the current settings 655 Help make Chromium better by reporting the current settings
656 </message> 656 </message>
657 657
658 <!-- chrome://settings/extensions page --> 658 <!-- chrome://settings/extensions page -->
659 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Di splayed in extensions management UI after an extension is selected to be run in incognito mode."> 659 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Di splayed in extensions management UI after an extension is selected to be run in incognito mode.">
660 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option. 660 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option.
661 </message> 661 </message>
662 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 662 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
663 Remove from Chromium... 663 Remove from Chromium&#8230;
664 </message> 664 </message>
665 <message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_IN_CHROME" desc="The label to indicate that a shortcut will be triggerable only from within the Chrome app lication."> 665 <message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_IN_CHROME" desc="The label to indicate that a shortcut will be triggerable only from within the Chrome app lication.">
666 In Chromium 666 In Chromium
667 </message> 667 </message>
668 668
669 <if expr="enable_extensions"> 669 <if expr="enable_extensions">
670 <message name="IDS_EXTENSIONS_MULTIPLE_UNSUPPORTED_DISABLED_BODY" desc=" Body of the dialog shown when multiple unsupported extensions have been disabled ."> 670 <message name="IDS_EXTENSIONS_MULTIPLE_UNSUPPORTED_DISABLED_BODY" desc=" Body of the dialog shown when multiple unsupported extensions have been disabled .">
671 To make Chromium safer, we disabled some extensions that aren't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph > and may have been added without your knowledge. 671 To make Chromium safer, we disabled some extensions that aren't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph > and may have been added without your knowledge.
672 </message> 672 </message>
673 <message name="IDS_EXTENSIONS_SINGLE_UNSUPPORTED_DISABLED_BODY" desc="Bo dy of the dialog shown when a single unsupported extension has been disabled."> 673 <message name="IDS_EXTENSIONS_SINGLE_UNSUPPORTED_DISABLED_BODY" desc="Bo dy of the dialog shown when a single unsupported extension has been disabled.">
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 </message> 871 </message>
872 </if> 872 </if>
873 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the l auncher needs to sign in."> 873 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the l auncher needs to sign in.">
874 Sign in to Chromium 874 Sign in to Chromium
875 </message> 875 </message>
876 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launche r needs to sign in."> 876 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launche r needs to sign in.">
877 You need to be signed in to Chromium to use apps. This allows Chromium to sync your apps, bookmarks, history, passwords and other settings across devi ces. 877 You need to be signed in to Chromium to use apps. This allows Chromium to sync your apps, bookmarks, history, passwords and other settings across devi ces.
878 </message> 878 </message>
879 <if expr="not use_titlecase"> 879 <if expr="not use_titlecase">
880 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text for the context menu item of a non-platform-app app list item that removes the app. "> 880 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text for the context menu item of a non-platform-app app list item that removes the app. ">
881 Remove from Chromium... 881 Remove from Chromium&#8230;
882 </message> 882 </message>
883 </if> 883 </if>
884 <if expr="use_titlecase"> 884 <if expr="use_titlecase">
885 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Case: Title text for the context menu item of a non-platform-app app list item that r emoves the app."> 885 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Case: Title text for the context menu item of a non-platform-app app list item that r emoves the app.">
886 Remove From Chromium... 886 Remove From Chromium&#8230;
887 </message> 887 </message>
888 </if> 888 </if>
889 <if expr="not chromeos"> 889 <if expr="not chromeos">
890 <message name="IDS_APP_LIST_MESSAGE_TITLE" desc="Title given to the me ssage displayed in the app launcher to say it is going away"> 890 <message name="IDS_APP_LIST_MESSAGE_TITLE" desc="Title given to the me ssage displayed in the app launcher to say it is going away">
891 The Chromium App Launcher is going away. 891 The Chromium App Launcher is going away.
892 </message> 892 </message>
893 <message name="IDS_APP_LIST_MESSAGE_TEXT" desc="The message body text displayed in the app launcher to say it is going away"> 893 <message name="IDS_APP_LIST_MESSAGE_TEXT" desc="The message body text displayed in the app launcher to say it is going away">
894 Use the <ph name="APPS_ICON_IMAGE">$1<ex>Apps</ex></ph> shortcut in the Chromium bookmarks bar to continue accessing your apps. 894 Use the <ph name="APPS_ICON_IMAGE">$1<ex>Apps</ex></ph> shortcut in the Chromium bookmarks bar to continue accessing your apps.
895 </message> 895 </message>
896 </if> 896 </if>
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 </message> 1217 </message>
1218 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1218 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1219 desc="Alt text for the faded Chrome logo image."> 1219 desc="Alt text for the faded Chrome logo image.">
1220 Chromium logo 1220 Chromium logo
1221 </message> 1221 </message>
1222 </if> 1222 </if>
1223 1223
1224 </messages> 1224 </messages>
1225 </release> 1225 </release>
1226 </grit> 1226 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698