Commit fbe81db8 authored by thestig@chromium.org's avatar thestig@chromium.org

Cleanup: Mark more string resources as platform-specific or remove them if they are unused.

BUG=314805

Review URL: https://codereview.chromium.org/288153002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271841 0039d316-1c4b-4281-b951-d872f2087c98
parent 69ca7520
...@@ -220,18 +220,17 @@ be available for now. --> ...@@ -220,18 +220,17 @@ be available for now. -->
<message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name."> <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name.">
Chromium Chromium
</message> </message>
<message name="IDS_SHORT_PRODUCT_NAME_LOWER" desc="The Chrome application short name all lowercase"> <if expr="is_win">
chromium <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
</message> Chromium
<message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> </message>
Chromium <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
</message> Chromium is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium.
<message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> </message>
Chromium is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium. <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description">
</message> Chromium App Launcher is a standalone platform for Chromium apps.
<message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description"> </message>
Chromium App Launcher is a standalone platform for Chromium apps. </if>
</message>
<if expr="chromeos"> <if expr="chromeos">
<message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name"> <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name">
Chromium OS Chromium OS
...@@ -315,10 +314,10 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -315,10 +314,10 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
<message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs.">
Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a target="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;</ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph>. Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a target="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;</ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph>.
</message> </message>
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
Chromium open source licenses
</message>
<if expr="chromeos"> <if expr="chromeos">
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
Chromium open source licenses
</message>
<message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for Chrome OS."> <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for Chrome OS.">
Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>. Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>.
</message> </message>
...@@ -351,9 +350,11 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -351,9 +350,11 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
Chromium Toolbar Chromium Toolbar
</message> </message>
<!-- Hung Browser Detector --> <!-- Hung Browser Detector -->
<message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung"> <if expr="is_win">
Chromium is unresponsive. Relaunch now? <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung">
</message> Chromium is unresponsive. Relaunch now?
</message>
</if>
<message name="IDS_IMPORT_FIND_YOUR_BOOKMARKS" desc="Helpful reminder for where to find imported bookmarks"> <message name="IDS_IMPORT_FIND_YOUR_BOOKMARKS" desc="Helpful reminder for where to find imported bookmarks">
Find your bookmarks in the Chromium menu or on the bookmarks bar. Find your bookmarks in the Chromium menu or on the bookmarks bar.
</message> </message>
...@@ -368,16 +369,16 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -368,16 +369,16 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
<message name="IDS_UNINSTALL_CLOSE_APP_IMMERSIVE" desc="Message to user when uninstall detects other app instance running, possibly in the Windows 8 immersive mode"> <message name="IDS_UNINSTALL_CLOSE_APP_IMMERSIVE" desc="Message to user when uninstall detects other app instance running, possibly in the Windows 8 immersive mode">
Please close all Chromium windows (including those in Windows 8 mode) and try again. Please close all Chromium windows (including those in Windows 8 mode) and try again.
</message> </message>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Chromium?
</message>
<message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
Uninstall Chromium
</message>
<message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher.">
Uninstall Chromium App Launcher
</message>
</if> </if>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Chromium?
</message>
<message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
Uninstall Chromium
</message>
<message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher.">
Uninstall Chromium App Launcher
</message>
<message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser checkbox label"> <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser checkbox label">
Make Chromium the default browser Make Chromium the default browser
</message> </message>
...@@ -449,9 +450,11 @@ Chromium cannot read and write to its data directory: ...@@ -449,9 +450,11 @@ Chromium cannot read and write to its data directory:
<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph> <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph>
</message> </message>
<message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> <if expr="chromeos">
Optional: Help make Chromium better by automatically sending usage statistics and crash reports to Google. <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging">
</message> Optional: Help make Chromium better by automatically sending usage statistics and crash reports to Google.
</message>
</if>
<message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read"> <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read">
Your profile can not be used because it is from a newer version of Chromium. Your profile can not be used because it is from a newer version of Chromium.
...@@ -471,9 +474,11 @@ Chromium is unable to recover your settings. ...@@ -471,9 +474,11 @@ Chromium is unable to recover your settings.
<message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
Chromium Chromium
</message> </message>
<message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> <if expr="is_win">
Whoa! Chromium has crashed. Relaunch now? <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
</message> Whoa! Chromium has crashed. Relaunch now?
</message>
</if>
<message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion."> <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion.">
Suggested by Chromium Suggested by Chromium
</message> </message>
...@@ -545,24 +550,26 @@ Chromium is unable to recover your settings. ...@@ -545,24 +550,26 @@ Chromium is unable to recover your settings.
<message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experience."> <message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experience.">
Chromium may use web services to improve your browsing experience. Chromium may use web services to improve your browsing experience.
</message> </message>
<message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations."> <if expr="is_win">
Internet Browser <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations.">
</message> Internet Browser
<message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Chromium shortcuts."> </message>
Access the Internet <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Chromium shortcuts.">
</message> Access the Internet
<message name="IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the App Launcher shortcut."> </message>
Launch Chromium apps <message name="IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the App Launcher shortcut.">
</message> Launch Chromium apps
<message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation."> </message>
Also delete your browsing data? <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation.">
</message> Also delete your browsing data?
<message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whether to set another browser as default when Chromium is uninstalled."> </message>
Change default browser to: <message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whether to set another browser as default when Chromium is uninstalled.">
</message> Change default browser to:
<message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> </message>
Uninstall <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
</message> Uninstall
</message>
</if>
<message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar.">
Chromium isn't your default browser. Chromium isn't your default browser.
</message> </message>
...@@ -571,33 +578,33 @@ Chromium is unable to recover your settings. ...@@ -571,33 +578,33 @@ Chromium is unable to recover your settings.
Set up Sync to save your personalized browser features to the web and access them from Chromium on any computer. Set up Sync to save your personalized browser features to the web and access them from Chromium on any computer.
</message> </message>
</if> </if>
<!-- Try Chrome Toast Dialog -->
<message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog">
There is a new version of Chromium available.
</message>
<message name="IDS_TRY_TOAST_HEADING2" desc="Top line of the try-chrome-again dialog">
There's a new version of Chromium available, and it's faster than ever.
</message>
<message name="IDS_TRY_TOAST_HEADING3" desc="Top line of the try-chrome-again dialog">
There's a new, safer version of Chromium available.
</message>
<message name="IDS_TRY_TOAST_HEADING4" desc="Top line of the try-chrome-again dialog">
Chromium has been updated, but you haven't used it for at least 30 days.
</message>
<message name="IDS_TRY_TOAST_HEADING_SKYPE" desc="Top line of the try-chrome-again dialog">
Chromium lets you click a phone number on the web and call it with Skype!
</message>
<message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on the dialog to try chrome">
Try it out, it's already installed
</message>
<message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
Don't bug me
</message>
<message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
Why am I seeing this?
</message>
<!-- about:conflicts strings -->
<if expr="is_win"> <if expr="is_win">
<!-- Try Chrome Toast Dialog -->
<message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog">
There is a new version of Chromium available.
</message>
<message name="IDS_TRY_TOAST_HEADING2" desc="Top line of the try-chrome-again dialog">
There's a new version of Chromium available, and it's faster than ever.
</message>
<message name="IDS_TRY_TOAST_HEADING3" desc="Top line of the try-chrome-again dialog">
There's a new, safer version of Chromium available.
</message>
<message name="IDS_TRY_TOAST_HEADING4" desc="Top line of the try-chrome-again dialog">
Chromium has been updated, but you haven't used it for at least 30 days.
</message>
<message name="IDS_TRY_TOAST_HEADING_SKYPE" desc="Top line of the try-chrome-again dialog">
Chromium lets you click a phone number on the web and call it with Skype!
</message>
<message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on the dialog to try chrome">
Try it out, it's already installed
</message>
<message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
Don't bug me
</message>
<message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
Why am I seeing this?
</message>
<!-- about:conflicts strings -->
<message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page"> <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page">
Modules loaded into Chromium Modules loaded into Chromium
</message> </message>
...@@ -660,9 +667,11 @@ Chromium is unable to recover your settings. ...@@ -660,9 +667,11 @@ Chromium is unable to recover your settings.
</if> </if>
<!-- Autolaunch infobar --> <!-- Autolaunch infobar -->
<message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chromium was automatically launched on startup"> <if expr="is_win">
Chromium is configured to automatically launch when you start your computer. <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chromium was automatically launched on startup">
</message> Chromium is configured to automatically launch when you start your computer.
</message>
</if>
<!-- about:flags --> <!-- about:flags -->
<if expr="not chromeos"> <if expr="not chromeos">
...@@ -857,11 +866,6 @@ For Chromium, processes used to display diagnostics information (such as this "a ...@@ -857,11 +866,6 @@ For Chromium, processes used to display diagnostics information (such as this "a
Thanks for trying out the new Chromium. Chromium needs to restart to make sure you've saved any open work before continuing. Thanks for trying out the new Chromium. Chromium needs to restart to make sure you've saved any open work before continuing.
</message> </message>
<!-- Sync Promo New Tab Page bubble strings -->
<message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of the sync promo NTP bubble.">
Now that you're signed in, you can get your tabs, bookmarks and other Chromium stuff across your laptop, phone and tablet. You will also receive more relevant suggestions and features on Google services.
</message>
<!-- One click sign-in infobar --> <!-- One click sign-in infobar -->
<if expr="not chromeos"> <if expr="not chromeos">
<!-- New one-click sign-in dialog contents for SAML support --> <!-- New one-click sign-in dialog contents for SAML support -->
...@@ -871,9 +875,6 @@ For Chromium, processes used to display diagnostics information (such as this "a ...@@ -871,9 +875,6 @@ For Chromium, processes used to display diagnostics information (such as this "a
<message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE_NEW" desc="The message of the one click sign-in dialog."> <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE_NEW" desc="The message of the one click sign-in dialog.">
You're signed in as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. Now you can access your bookmarks, history, and other settings on all your signed in devices. You're signed in as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. Now you can access your bookmarks, history, and other settings on all your signed in devices.
</message> </message>
<message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE_NEW" desc="The body of the sync promo NTP bubble.">
Now that you're signed in, you can get your tabs, bookmarks and other Chromium stuff across your laptop, phone and tablet. You will also receive more relevant suggestions and features on Google services.
</message>
<message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_SYNC_DISABLED_MESSAGE" desc="The body of the sign-in bubble, when sync has been disabled."> <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_SYNC_DISABLED_MESSAGE" desc="The body of the sign-in bubble, when sync has been disabled.">
You're now signed in to Chromium! Sync is disabled by your administrator. You're now signed in to Chromium! Sync is disabled by your administrator.
</message> </message>
...@@ -1036,9 +1037,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o ...@@ -1036,9 +1037,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
<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."> <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.">
Chromium App Launcher Chromium App Launcher
</message> </message>
<message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the Chromium App List to appear in the taskbar and in any shortcuts to it."> <if expr="is_win or is_macosx">
Chromium App Launcher <message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the Chromium App List to appear in the taskbar and in any shortcuts to it.">
</message> Chromium App Launcher
</message>
</if>
<message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the launcher needs to sign in."> <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the launcher needs to sign in.">
Sign in to Chromium Sign in to Chromium
</message> </message>
...@@ -1123,9 +1126,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o ...@@ -1123,9 +1126,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</if> </if>
<!-- Toast experiment. --> <!-- Toast experiment. -->
<message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chromium the default browser"> <if expr="is_win">
Make Chromium the default browser <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chromium the default browser">
</message> Make Chromium the default browser
</message>
</if>
<!-- User manager tutorial --> <!-- User manager tutorial -->
<if expr="not is_android and not is_ios and not chromeos"> <if expr="not is_android and not is_ios and not chromeos">
......
...@@ -143,18 +143,17 @@ Chrome supports. --> ...@@ -143,18 +143,17 @@ Chrome supports. -->
<message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name"> <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name">
Chrome Chrome
</message> </message>
<message name="IDS_SHORT_PRODUCT_NAME_LOWER" desc="The Chrome application short name all lowercase"> <if expr="is_win">
chrome <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
</message> Google Chrome Canary
<message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> </message>
Google Chrome Canary <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
</message> Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome.
<message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> </message>
Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description">
</message> Google Chrome App Launcher is a standalone platform for Chrome apps.
<message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description"> </message>
Google Chrome App Launcher is a standalone platform for Chrome apps. </if>
</message>
<if expr="chromeos"> <if expr="chromeos">
<message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name"> <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name">
Google Chrome OS Google Chrome OS
...@@ -238,10 +237,10 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -238,10 +237,10 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
<message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs.">
Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a target="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;</ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph>. Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a target="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;</ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph>.
</message> </message>
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
Chrome open source licenses
</message>
<if expr="chromeos"> <if expr="chromeos">
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
Chrome open source licenses
</message>
<message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for Chrome OS."> <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for Chrome OS.">
Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>. Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>.
</message> </message>
...@@ -274,9 +273,11 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -274,9 +273,11 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
Google Chrome Toolbar Google Chrome Toolbar
</message> </message>
<!-- Hung Browser Detector --> <!-- Hung Browser Detector -->
<message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung"> <if expr="is_win">
Google Chrome is unresponsive. Relaunch now? <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung">
</message> Google Chrome is unresponsive. Relaunch now?
</message>
</if>
<message name="IDS_IMPORT_FIND_YOUR_BOOKMARKS" desc="Helpful reminder for where to find imported bookmarks"> <message name="IDS_IMPORT_FIND_YOUR_BOOKMARKS" desc="Helpful reminder for where to find imported bookmarks">
Find your bookmarks in the Chrome menu or on the bookmarks bar. Find your bookmarks in the Chrome menu or on the bookmarks bar.
</message> </message>
...@@ -291,16 +292,16 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -291,16 +292,16 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
<message name="IDS_UNINSTALL_CLOSE_APP_IMMERSIVE" desc="Message to user when uninstall detects other app instance running, possibly in the Windows 8 immersive mode"> <message name="IDS_UNINSTALL_CLOSE_APP_IMMERSIVE" desc="Message to user when uninstall detects other app instance running, possibly in the Windows 8 immersive mode">
Please close all Google Chrome windows (including those in Windows 8 mode) and try again. Please close all Google Chrome windows (including those in Windows 8 mode) and try again.
</message> </message>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Google Chrome?
</message>
<message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
Uninstall Google Chrome
</message>
<message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher.">
Uninstall Google Chrome App Launcher
</message>
</if> </if>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Google Chrome?
</message>
<message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
Uninstall Google Chrome
</message>
<message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher.">
Uninstall Google Chrome App Launcher
</message>
<message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser checkbox label"> <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser checkbox label">
Make Google Chrome the default browser Make Google Chrome the default browser
</message> </message>
...@@ -372,9 +373,11 @@ Google Chrome cannot read and write to its data directory: ...@@ -372,9 +373,11 @@ Google Chrome cannot read and write to its data directory:
<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph> <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph>
</message> </message>
<message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen."> <if expr="chromeos">
Optional: Help make Chrome OS better by automatically sending usage statistics and crash reports to Google. <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen.">
</message> Optional: Help make Chrome OS better by automatically sending usage statistics and crash reports to Google.
</message>
</if>
<message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read"> <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read">
Your profile can not be used because it is from a newer version of Google Chrome. Your profile can not be used because it is from a newer version of Google Chrome.
...@@ -394,9 +397,11 @@ Google Chrome is unable to recover your settings. ...@@ -394,9 +397,11 @@ Google Chrome is unable to recover your settings.
<message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
Google Chrome Google Chrome
</message> </message>
<message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> <if expr="is_win">
Whoa! Google Chrome has crashed. Relaunch now? <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
</message> Whoa! Google Chrome has crashed. Relaunch now?
</message>
</if>
<message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion."> <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion.">
Suggested by Chrome Suggested by Chrome
</message> </message>
...@@ -469,24 +474,26 @@ Google Chrome is unable to recover your settings. ...@@ -469,24 +474,26 @@ Google Chrome is unable to recover your settings.
<message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experience."> <message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experience.">
Google Chrome may use web services to improve your browsing experience. Google Chrome may use web services to improve your browsing experience.
</message> </message>
<message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations."> <if expr="is_win">
Internet Browser <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations.">
</message> Internet Browser
<message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Google Chrome shortcuts."> </message>
Access the Internet <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Google Chrome shortcuts.">
</message> Access the Internet
<message name="IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the App Launcher shortcut."> </message>
Launch Chrome apps <message name="IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the App Launcher shortcut.">
</message> Launch Chrome apps
<message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation."> </message>
Also delete your browsing data? <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation.">
</message> Also delete your browsing data?
<message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whether to set another browser as default when Chromium is uninstalled."> </message>
Change default browser to: <message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whether to set another browser as default when Chromium is uninstalled.">
</message> Change default browser to:
<message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> </message>
Uninstall <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
</message> Uninstall
</message>
</if>
<message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar.">
Google Chrome isn't your default browser. Google Chrome isn't your default browser.
</message> </message>
...@@ -495,33 +502,33 @@ Google Chrome is unable to recover your settings. ...@@ -495,33 +502,33 @@ Google Chrome is unable to recover your settings.
Set up Sync to save your personalized browser features to the web and access them from Google Chrome on any computer. Set up Sync to save your personalized browser features to the web and access them from Google Chrome on any computer.
</message> </message>
</if> </if>
<!-- Try Chrome Toast Dialog -->
<message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog">
There is a new version of Google Chrome available.
</message>
<message name="IDS_TRY_TOAST_HEADING2" desc="Top line of the try-chrome-again dialog">
There's a new version of Google Chrome available, and it's faster than ever.
</message>
<message name="IDS_TRY_TOAST_HEADING3" desc="Top line of the try-chrome-again dialog">
There's a new, safer version of Google Chrome available.
</message>
<message name="IDS_TRY_TOAST_HEADING4" desc="Top line of the try-chrome-again dialog">
Google Chrome has been updated, but you haven't used it for at least 30 days.
</message>
<message name="IDS_TRY_TOAST_HEADING_SKYPE" desc="Top line of the try-chrome-again dialog">
Google Chrome lets you click a phone number on the web and call it with Skype!
</message>
<message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on the dialog to try chrome">
Try it out, it's already installed
</message>
<message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
Don't bug me
</message>
<message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
Why am I seeing this?
</message>
<!-- about:conflicts strings -->
<if expr="is_win"> <if expr="is_win">
<!-- Try Chrome Toast Dialog -->
<message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog">
There is a new version of Google Chrome available.
</message>
<message name="IDS_TRY_TOAST_HEADING2" desc="Top line of the try-chrome-again dialog">
There's a new version of Google Chrome available, and it's faster than ever.
</message>
<message name="IDS_TRY_TOAST_HEADING3" desc="Top line of the try-chrome-again dialog">
There's a new, safer version of Google Chrome available.
</message>
<message name="IDS_TRY_TOAST_HEADING4" desc="Top line of the try-chrome-again dialog">
Google Chrome has been updated, but you haven't used it for at least 30 days.
</message>
<message name="IDS_TRY_TOAST_HEADING_SKYPE" desc="Top line of the try-chrome-again dialog">
Google Chrome lets you click a phone number on the web and call it with Skype!
</message>
<message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on the dialog to try chrome">
Try it out, it's already installed
</message>
<message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
Don't bug me
</message>
<message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
Why am I seeing this?
</message>
<!-- about:conflicts strings -->
<message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page"> <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page">
Modules loaded into Google Chrome Modules loaded into Google Chrome
</message> </message>
...@@ -584,9 +591,11 @@ Google Chrome is unable to recover your settings. ...@@ -584,9 +591,11 @@ Google Chrome is unable to recover your settings.
</if> </if>
<!-- Autolaunch infobar --> <!-- Autolaunch infobar -->
<message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup"> <if expr="is_win">
Google Chrome is configured to automatically launch when you start your computer. <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup">
</message> Google Chrome is configured to automatically launch when you start your computer.
</message>
</if>
<!-- about:flags --> <!-- about:flags -->
<if expr="not chromeos"> <if expr="not chromeos">
...@@ -781,11 +790,6 @@ For Google Chrome, processes used to display diagnostics information (such as th ...@@ -781,11 +790,6 @@ For Google Chrome, processes used to display diagnostics information (such as th
Thanks for trying out the new Chrome. Chrome needs to restart to make sure you've saved any open work before continuing. Thanks for trying out the new Chrome. Chrome needs to restart to make sure you've saved any open work before continuing.
</message> </message>
<!-- Sync Promo New Tab Page bubble strings -->
<message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of the sync promo NTP bubble.">
Now that you're signed in, you can get your tabs, bookmarks and other Chrome stuff across your laptop, phone and tablet. You will also receive more relevant suggestions and features on Google services.
</message>
<!-- One click sign-in infobar --> <!-- One click sign-in infobar -->
<if expr="not chromeos"> <if expr="not chromeos">
<!-- New one-click sign-in dialog contents for SAML support --> <!-- New one-click sign-in dialog contents for SAML support -->
...@@ -795,9 +799,6 @@ For Google Chrome, processes used to display diagnostics information (such as th ...@@ -795,9 +799,6 @@ For Google Chrome, processes used to display diagnostics information (such as th
<message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE_NEW" desc="The message of the one click sign-in dialog."> <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE_NEW" desc="The message of the one click sign-in dialog.">
You're signed in as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. Now you can access your bookmarks, history, and other settings on all your signed in devices. You're signed in as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. Now you can access your bookmarks, history, and other settings on all your signed in devices.
</message> </message>
<message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE_NEW" desc="The body of the sync promo NTP bubble.">
Now that you're signed in, you can get your tabs, bookmarks and other Chrome stuff across your laptop, phone and tablet. You will also receive more relevant suggestions and features on Google services.
</message>
<message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_SYNC_DISABLED_MESSAGE" desc="The body of the sign-in bubble, when sync has been disabled."> <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_SYNC_DISABLED_MESSAGE" desc="The body of the sign-in bubble, when sync has been disabled.">
You're now signed in to Chrome! Sync is disabled by your administrator. You're now signed in to Chrome! Sync is disabled by your administrator.
</message> </message>
...@@ -961,9 +962,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth ...@@ -961,9 +962,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
<message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it."> <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it.">
Chrome App Launcher Chrome App Launcher
</message> </message>
<message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it for the Canary channel."> <if expr="is_win or is_macosx">
Chrome App Launcher Canary <message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it for the Canary channel.">
</message> Chrome App Launcher Canary
</message>
</if>
<message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the launcher needs to sign in."> <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the launcher needs to sign in.">
Sign in to Chrome Sign in to Chrome
</message> </message>
...@@ -1048,9 +1051,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth ...@@ -1048,9 +1051,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
</if> </if>
<!-- Toast experiment. --> <!-- Toast experiment. -->
<message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chrome the default browser"> <if expr="is_win">
Make Google Chrome the default browser <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chrome the default browser">
</message> Make Google Chrome the default browser
</message>
</if>
<!-- User manager tutorial --> <!-- User manager tutorial -->
<if expr="not is_android and not is_ios and not chromeos"> <if expr="not is_android and not is_ios and not chromeos">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment