Commit 0c230ff1 authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

Cleanup: Remove unused strings related to the about page.

BUG=none
R=csilv

Review URL: https://chromiumcodereview.appspot.com/10823405

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152271 0039d316-1c4b-4281-b951-d872f2087c98
parent 9f4d739a
......@@ -295,9 +295,6 @@ be available for now. -->
<message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
Copyright © 2006-2012 The Chromium Authors. All Rights Reserved.
</message>
<message name="IDS_ABOUT_OLD_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs.">
Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source software<ph name="END_LINK_OSS">END_LINK_OSS</ph>.
</message>
<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>.
</message>
......@@ -309,12 +306,6 @@ be available for now. -->
<message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box.">
Not used in Chromium. Placeholder to keep resource maps in sync. It expects one argument: $1.
</message>
<message name="IDS_ABOUT_OLD_TERMS_OF_SERVICE" desc="The terms of service label in the About box.">
Not used in Chromium. Placeholder to keep resource maps in sync.
</message>
<message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE.">
Not used in Chromium. Placeholder to keep resource maps in sync.
</message>
<message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu.">
Chromium
</message>
......@@ -331,16 +322,6 @@ be available for now. -->
<message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed on dialog">
Sadly, your Mozilla Firefox settings are not available while that browser is running. To import those settings to Chromium, save your work and close all Firefox windows. Then click Continue.
</message>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
About Chromium
</message>
</if>
<if expr="pp_ifdef('chromeos')">
<message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
About Chromium OS
</message>
</if>
<!-- Uninstall messages -->
<message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninstall detects other app instance running">
Please close all Chromium windows and try again.
......@@ -665,16 +646,6 @@ For Chromium, processes used to display diagnostics information (such as this "a
</if>
<!-- About Chrome page -->
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Chromium">
Chromium has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph>
</message>
</if>
<if expr="pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Chromium OS">
Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph>
</message>
</if>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Chromium">
Nearly up-to-date! Relaunch Chromium to finish updating.
......@@ -706,14 +677,6 @@ For Chromium, processes used to display diagnostics information (such as this "a
</message>
</if>
<!-- About Chrome View (only used on Windows: http://crbug.com/115123) -->
<message name="IDS_OLD_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated">
Relaunch Chromium to finish updating
</message>
<message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date">
Chromium is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>)
</message>
<!-- Extension/App install prompt -->
<message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app inline installation prompt window">
Add to Chromium
......
......@@ -7343,9 +7343,6 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
Set Up Automatic Updates for All Users
</message>
</if>
<message name="IDS_ABOUT_CHROME_UPDATE_CHECK" desc="The Check for Updates button">
Update Now
</message>
<message name="IDS_UPGRADE_CHECK_STARTED" desc="Status label: About to start checking for updates">
Checking for updates...
</message>
......@@ -9212,12 +9209,6 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_PLATFORM_LABEL" desc="Label for Platform">
Platform
</message>
<message name="IDS_ABOUT_PAGE_LOADING" desc="Label used for async data before data is available. Example is Chrome OS version.">
Loading&#x2026;
</message>
<message name="IDS_ABOUT_PAGE_MORE_INFO" desc="Title for _More_info_ link.">
More Info
</message>
<message name="IDS_ABOUT_PAGE_CHANNEL" desc="The channel label under _More_Info_.">
Channel
</message>
......@@ -9230,18 +9221,6 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_ABOUT_PAGE_CHANNEL_DEVELOPMENT" desc="The development option in the channel select.">
Dev - Unstable
</message>
<message name="IDS_ABOUT_PAGE_CHANNEL_CANARY" desc="The canary option in the channel select.">
Canary
</message>
<message name="IDS_ABOUT_PAGE_CHANNEL_WARNING_HEADER" desc="Text right before the warning body text.">
WARNING
</message>
<message name="IDS_ABOUT_PAGE_CHANNEL_WARNING_TEXT" desc="The warning text show on the release channel switching UI.">
The development channel is where ideas get tested, but can be very unstable at times. Please proceed with caution.
</message>
<message name="IDS_ABOUT_PAGE_CHECK_NOW" desc="Button title for checking for updates now.">
Check for update
</message>
<message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="The title of the startup group">
On startup
......@@ -218,9 +218,6 @@ Chrome supports. -->
<message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
Copyright © 2006-2012 Google Inc. All Rights Reserved.
</message>
<message name="IDS_ABOUT_OLD_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs.">
Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source software<ph name="END_LINK_OSS">END_LINK_OSS</ph>.
</message>
<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>.
</message>
......@@ -232,12 +229,6 @@ Chrome supports. -->
<message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box.">
Google Chrome <ph name="TERMS_OF_SERVICE_LINK">&lt;a target="_blank" href="$1"&gt;</ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK">&lt;/a&gt;</ph>
</message>
<message name="IDS_ABOUT_OLD_TERMS_OF_SERVICE" desc="The terms of service label in the About box.">
Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</ex></ph>
</message>
<message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE.">
Terms of Service
</message>
<message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu.">
Chrome
</message>
......@@ -254,16 +245,6 @@ Chrome supports. -->
<message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed on dialog">
Sadly, your Mozilla Firefox settings are not available while that browser is running. To import those settings to Google Chrome, save your work and close all Firefox windows. Then click Continue.
</message>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
About Google Chrome
</message>
</if>
<if expr="pp_ifdef('chromeos')">
<message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
About Chrome OS
</message>
</if>
<!-- Uninstall messages -->
<message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninstall detects other app instance running">
Please close all Google Chrome windows and try again.
......@@ -589,16 +570,6 @@ For Google Chrome, processes used to display diagnostics information (such as th
</if>
<!-- About Chrome page -->
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome">
Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph>
</message>
</if>
<if expr="pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Chrome OS">
Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph>
</message>
</if>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Google Chrome">
Nearly up-to-date! Relaunch Google Chrome to finish updating.
......@@ -630,14 +601,6 @@ For Google Chrome, processes used to display diagnostics information (such as th
</message>
</if>
<!-- About Chrome View (only used on Windows: http://crbug.com/115123) -->
<message name="IDS_OLD_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated">
Relaunch Google Chrome to finish updating
</message>
<message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)">
Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>)
</message>
<!-- Extension/App install prompt -->
<message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app inline installation prompt window">
Add to Chrome
......
......@@ -240,15 +240,6 @@
en-US
</message>
<!-- The width and height of the About dialog box in characters and lines (See -->
<!-- above). -->
<message name="IDS_ABOUT_DIALOG_WIDTH_CHARS" use_name_for_id="true">
86
</message>
<message name="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES" use_name_for_id="true">
4
</message>
<!-- The width of the Crucial Notification bubble in characters (See above). -->
<message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_id="true">
55
......
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