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,9 +220,7 @@ be available for now. --> ...@@ -220,9 +220,7 @@ 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>
<message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
Chromium Chromium
</message> </message>
...@@ -232,6 +230,7 @@ be available for now. --> ...@@ -232,6 +230,7 @@ be available for now. -->
<message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description"> <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description">
Chromium App Launcher is a standalone platform for Chromium apps. Chromium App Launcher is a standalone platform for Chromium apps.
</message> </message>
</if>
<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>
<if expr="chromeos">
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs."> <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
Chromium open source licenses Chromium open source licenses
</message> </message>
<if expr="chromeos">
<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 -->
<if expr="is_win">
<message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung"> <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung">
Chromium is unresponsive. Relaunch now? Chromium is unresponsive. Relaunch now?
</message> </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,7 +369,6 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -368,7 +369,6 @@ 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>
</if>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall"> <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Chromium? Are you sure you want to uninstall Chromium?
</message> </message>
...@@ -378,6 +378,7 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -378,6 +378,7 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
<message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher."> <message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher.">
Uninstall Chromium App Launcher Uninstall Chromium App Launcher
</message> </message>
</if>
<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>
<if expr="chromeos">
<message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging">
Optional: Help make Chromium better by automatically sending usage statistics and crash reports to Google. Optional: Help make Chromium better by automatically sending usage statistics and crash reports to Google.
</message> </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>
<if expr="is_win">
<message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
Whoa! Chromium has crashed. Relaunch now? Whoa! Chromium has crashed. Relaunch now?
</message> </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,6 +550,7 @@ Chromium is unable to recover your settings. ...@@ -545,6 +550,7 @@ 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>
<if expr="is_win">
<message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations."> <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations.">
Internet Browser Internet Browser
</message> </message>
...@@ -563,6 +569,7 @@ Chromium is unable to recover your settings. ...@@ -563,6 +569,7 @@ Chromium is unable to recover your settings.
<message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
Uninstall Uninstall
</message> </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,6 +578,7 @@ Chromium is unable to recover your settings. ...@@ -571,6 +578,7 @@ 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>
<if expr="is_win">
<!-- Try Chrome Toast Dialog --> <!-- Try Chrome Toast Dialog -->
<message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog"> <message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog">
There is a new version of Chromium available. There is a new version of Chromium available.
...@@ -597,7 +605,6 @@ Chromium is unable to recover your settings. ...@@ -597,7 +605,6 @@ Chromium is unable to recover your settings.
Why am I seeing this? Why am I seeing this?
</message> </message>
<!-- about:conflicts strings --> <!-- about:conflicts strings -->
<if expr="is_win">
<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 -->
<if expr="is_win">
<message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chromium was automatically launched on startup"> <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chromium was automatically launched on startup">
Chromium is configured to automatically launch when you start your computer. Chromium is configured to automatically launch when you start your computer.
</message> </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>
<if expr="is_win or is_macosx">
<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 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.">
Chromium App Launcher Chromium App Launcher
</message> </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. -->
<if expr="is_win">
<message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chromium the default browser"> <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chromium the default browser">
Make Chromium the default browser Make Chromium the default browser
</message> </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,9 +143,7 @@ Chrome supports. --> ...@@ -143,9 +143,7 @@ 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>
<message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
Google Chrome Canary Google Chrome Canary
</message> </message>
...@@ -155,6 +153,7 @@ Chrome supports. --> ...@@ -155,6 +153,7 @@ Chrome supports. -->
<message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description"> <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description">
Google Chrome App Launcher is a standalone platform for Chrome apps. Google Chrome App Launcher is a standalone platform for Chrome apps.
</message> </message>
</if>
<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>
<if expr="chromeos">
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs."> <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
Chrome open source licenses Chrome open source licenses
</message> </message>
<if expr="chromeos">
<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 -->
<if expr="is_win">
<message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung"> <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung">
Google Chrome is unresponsive. Relaunch now? Google Chrome is unresponsive. Relaunch now?
</message> </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,7 +292,6 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -291,7 +292,6 @@ 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>
</if>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall"> <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Google Chrome? Are you sure you want to uninstall Google Chrome?
</message> </message>
...@@ -301,6 +301,7 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente ...@@ -301,6 +301,7 @@ name="DOMAIN">$1<ex>paypal.com</ex></ph>&lt;/strong&gt;, but the server presente
<message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher."> <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 Uninstall Google Chrome App Launcher
</message> </message>
</if>
<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>
<if expr="chromeos">
<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 name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen.">
Optional: Help make Chrome OS better by automatically sending usage statistics and crash reports to Google. Optional: Help make Chrome OS better by automatically sending usage statistics and crash reports to Google.
</message> </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>
<if expr="is_win">
<message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
Whoa! Google Chrome has crashed. Relaunch now? Whoa! Google Chrome has crashed. Relaunch now?
</message> </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,6 +474,7 @@ Google Chrome is unable to recover your settings. ...@@ -469,6 +474,7 @@ 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>
<if expr="is_win">
<message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations."> <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations.">
Internet Browser Internet Browser
</message> </message>
...@@ -487,6 +493,7 @@ Google Chrome is unable to recover your settings. ...@@ -487,6 +493,7 @@ Google Chrome is unable to recover your settings.
<message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
Uninstall Uninstall
</message> </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,6 +502,7 @@ Google Chrome is unable to recover your settings. ...@@ -495,6 +502,7 @@ 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>
<if expr="is_win">
<!-- Try Chrome Toast Dialog --> <!-- Try Chrome Toast Dialog -->
<message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again 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. There is a new version of Google Chrome available.
...@@ -521,7 +529,6 @@ Google Chrome is unable to recover your settings. ...@@ -521,7 +529,6 @@ Google Chrome is unable to recover your settings.
Why am I seeing this? Why am I seeing this?
</message> </message>
<!-- about:conflicts strings --> <!-- about:conflicts strings -->
<if expr="is_win">
<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 -->
<if expr="is_win">
<message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup"> <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup">
Google Chrome is configured to automatically launch when you start your computer. Google Chrome is configured to automatically launch when you start your computer.
</message> </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>
<if expr="is_win or is_macosx">
<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 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.">
Chrome App Launcher Canary Chrome App Launcher Canary
</message> </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. -->
<if expr="is_win">
<message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chrome the default browser"> <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make Chrome the default browser">
Make Google Chrome the default browser Make Google Chrome the default browser
</message> </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