Skip to content

Commit

Permalink
Remove a lot more unused strings, mostly from settings.
Browse files Browse the repository at this point in the history
There are plenty more strings flagged by the script, but it's not clear to me they should be removed (e.g., they may exist to make a translation cut-off even if they aren't used in the UI yet)

BUG=none
TEST=trybots

Review URL: http://codereview.chromium.org/6677094

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78762 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
estade@chromium.org committed Mar 18, 2011
1 parent 421f3ae commit e2fbea2
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 2,593 deletions.
14 changes: 0 additions & 14 deletions chrome/app/chromium_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,6 @@ be available for now. -->
<message name="IDS_UNSUPPORTED_OS" desc="The text used to warn the user that current OS is not supported">
Chromium does not support <ph name="OS_NAME">$1<ex>Windows 2000</ex></ph>.
</message>
<message name="IDS_OPTIONS_CHROME_LANGUAGE_INFO" desc="Information text about the language of various Chrome features">
Change the language used in Chromium menus, dialog boxes, and tooltips.
</message>
<message name="IDS_OPTIONS_CHROME_UI_LANGUAGE" desc="The documentation string of the 'Chrome UI language' preference">
Chromium language:
</message>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displayed for an option that requires a relaunch to take effect. This appears in a message box if an option is changed that requires a relaunch.">
Please close all Chromium windows and relaunch Chromium for this change to take effect.
Expand All @@ -341,10 +335,6 @@ be available for now. -->
Please sign out of Chromium OS and sign in again for this change to take effect.
</message>
</if>
<!--TODO(kmadhusu): Remove "IDS_OPTIONS_RESET_MESSAGE" after platform-specific dialogs are removed.-->
<message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the user presses the 'Reset Chrome options' button">
When you reset Chromium options any changes you've made will be reverted to the default settings. Do you want to reset Chromium options?
</message>
<message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user.">
Chromium cannot read and write to its data directory:\n\n<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph>
</message>
Expand Down Expand Up @@ -447,10 +437,6 @@ be available for now. -->
Invalid arguments. Chromium Frame cannot be installed in ready mode without also installing Chromium.
</message>
<!-- Options Dialog -->
<!--TODO(kmadhusu): Remove "IDS_OPTIONS_DISABLE_SERVICES" after platform-specific dialogs are removed.-->
<message name="IDS_OPTIONS_DISABLE_SERVICES" 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. You may optionally disable these services.
</message>
<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.
</message>
Expand Down
321 changes: 6 additions & 315 deletions chrome/app/generated_resources.grd

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions chrome/app/google_chrome_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,6 @@ Chrome supports. -->
<message name="IDS_UNSUPPORTED_OS" desc="The text used to warn the user that current OS is not supported">
Google Chrome does not support <ph name="OS_NAME">$1<ex>Windows 2000</ex></ph>.
</message>
<message name="IDS_OPTIONS_CHROME_LANGUAGE_INFO" desc="Information text about the language of various Chrome features">
Change the language used in Google Chrome menus, dialog boxes, and tooltips.
</message>
<message name="IDS_OPTIONS_CHROME_UI_LANGUAGE" desc="The documentation string of the 'Chrome UI language' preference">
Google Chrome language:
</message>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displayed for an option that requires a relaunch to take effect. This appears in a message box if an option is changed that requires a relaunch.">
Please close all Google Chrome windows and relaunch it for this change to take effect.
Expand All @@ -348,10 +342,6 @@ Chrome supports. -->
Please sign out of Google Chrome OS and sign in again for this change to take effect.
</message>
</if>
<!--TODO(kmadhusu): Remove "IDS_OPTIONS_RESET_MESSAGE" after platform-specific dialogs are removed.-->
<message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the user presses the 'Reset Chrome options' button">
When you reset Google Chrome options any changes you've made will be reverted to the default settings. Do you want to reset Chrome options?
</message>
<message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user.">
Google Chrome cannot read and write to its data directory:\n\n<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph>
</message>
Expand Down Expand Up @@ -453,10 +443,6 @@ Chrome supports. -->
Invalid arguments. Google Chrome Frame cannot be installed in ready mode without also installing Google Chrome.
</message>
<!-- Options Dialog -->
<!-- TODO(kmadhusu): Remove "IDS_OPTIONS_DISABLE_SERVICES" after platform-specific dialogs are removed.-->
<message name="IDS_OPTIONS_DISABLE_SERVICES" 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. You may optionally disable these services.
</message>
<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.
</message>
Expand Down
Loading

0 comments on commit e2fbea2

Please sign in to comment.