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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 285293003: Cleanup: One more round of removing unused flag resources or marking them as platform-specific. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 270599)
+++ chrome/app/generated_resources.grd (working copy)
@@ -2217,9 +2217,11 @@
<message name="IDS_CREATE_SHORTCUTS_MENU_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications menu.">
Applications menu
</message>
- <message name="IDS_CREATE_SHORTCUTS_APP_FOLDER_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications folder.">
- Applications folder
- </message>
+ <if expr="is_macosx">
+ <message name="IDS_CREATE_SHORTCUTS_APP_FOLDER_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications folder.">
+ Applications folder
+ </message>
+ </if>
<if expr="is_win">
<message name="IDS_CREATE_SHORTCUTS_START_MENU_CHKBOX" desc="Label of the checkbox to create an application shortcut in the start menu.">
Start menu
@@ -2389,9 +2391,11 @@
<message name="IDS_BLOCKED_PLUGINS_UNBLOCK_ALL" desc="Radio button choice to unblock a site from using plug-ins, displayed in bubble when a page tries to use plug-ins.">
Always allow plug-ins on <ph name="HOST">$1<ex>mail.google.com</ex></ph>
</message>
- <message name="IDS_BLOCKED_PLUGINS_UNBLOCK" desc="Radio button choice to unblock a site from using *a specific set* of plug-ins, displayed in bubble when a page tries to use plug-ins.">
- Always allow these plug-ins on <ph name="HOST">$1<ex>mail.google.com</ex></ph>
- </message>
+ <if expr="is_macosx">
+ <message name="IDS_BLOCKED_PLUGINS_UNBLOCK" desc="Radio button choice to unblock a site from using *a specific set* of plug-ins, displayed in bubble when a page tries to use plug-ins.">
+ Always allow these plug-ins on <ph name="HOST">$1<ex>mail.google.com</ex></ph>
+ </message>
+ </if>
<message name="IDS_BLOCKED_PLUGINS_NO_ACTION" desc="Radio button choice to continue blocking a site from using plug-ins, displayed in bubble when a page tries to use plug-ins.">
Continue blocking plug-ins
</message>
@@ -4336,9 +4340,6 @@
<message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission string for access to serial devices.">
Use serial devices attached to your computer
</message>
- <message name="IDS_EXTENSION_PROMPT_WARNING_SYSTEM_INDICATOR" desc="Permission string for access to an icon in the system indicator area, such as the taskbar or system tray.">
- Display an icon in the system indicator area
- </message>
<message name="IDS_EXTENSION_PROMPT_WARNING_SYNCFILESYSTEM" desc="Permission string for synchronizing files to the user's Google Drive">
Store data in your Google Drive account
</message>
@@ -4378,9 +4379,6 @@
<message name="IDS_EXTENSION_PROMPT_WARNING_ACCESSIBILITY_FEATURES_READ" desc="Permission string for modifying acccessibility settings via extension API shown when a extension utilizing the API is installed.">
Read your accessibility settings
</message>
- <message name="IDS_EXTENSION_PROMPT_WARNING_AUTOMATION" desc="Permission string for access to accessibility tree. TODO(aboxhall/dtseng): write more accurate description; write different versions for different permission levels">
- Access and interact with all web pages
- </message>
<!-- Extension/App error messages -->
<message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning displayed in pack dialog when the absolute path to the extension directory can not be found.">
@@ -7155,18 +7153,19 @@
</if>
<!-- Browser Hung Plugin Detector -->
- <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined">
- Unknown
- </message>
-
- <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plugin message">
- Plug-in Unresponsive
- </message>
- <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung">
-The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
-<ex>Shockwave
-</ex></ph>Would you like to stop it?
- </message>
+ <if expr="is_win">
+ <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined">
+ Unknown
+ </message>
+ <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plugin message">
+ Plug-in Unresponsive
+ </message>
+ <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung">
+ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
+ <ex>Shockwave
+ </ex></ph>Would you like to stop it?
+ </message>
+ </if>
<message name="IDS_BROWSER_HANGMONITOR_RENDERER_TITLE" desc="The title of the 'A renderer has hung' dialog">
Page(s) Unresponsive
</message>
@@ -7871,12 +7870,16 @@
<message name="IDS_UPGRADE_CHECK_STARTED" desc="Status label: About to start checking for updates">
Checking for updates...
</message>
- <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred during upgrade">
- Update failed (error: <ph name="ERROR_NUMBER">$1<ex>1</ex></ph>)
- </message>
- <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrades disabled by policy">
- Updates are disabled by the administrator
- </message>
+ <if expr="is_win or is_macosx">
+ <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred during upgrade">
+ Update failed (error: <ph name="ERROR_NUMBER">$1<ex>1</ex></ph>)
+ </message>
+ </if>
+ <if expr="is_win or chromeos">
+ <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrades disabled by policy">
+ Updates are disabled by the administrator
+ </message>
+ </if>
<if expr="is_win">
<message name="IDS_UPGRADE_DISABLED_BY_POLICY_MANUAL" desc="Status label: Manual upgrades disabled by policy, automatic upgrades ok">
Manual updates are disabled by the administrator. Automatic updates are enabled.
@@ -11242,9 +11245,6 @@
<message name="IDS_SAFE_BROWSING_MALWARE_DIAGNOSTIC_PAGE" desc="SafeBrowsing Malware diagnostic page">
Safe Browsing diagnostic page
</message>
- <message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_PAGE" desc="Label for the link to SafeBrowsing Privacy policy page">
- Safe Browsing privacy policies
- </message>
<message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_PAGE_V2" desc="Label for the link to SafeBrowsing Privacy policy page v2">
Privacy policy
</message>
@@ -11584,9 +11584,11 @@
<message name="IDS_REFUSE_TO_RUN_AS_ROOT_2" desc="Detailed message in the error dialog when the user tries to start chrome as root">
Please start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as a normal user. To run as root, you must specify an alternate --user-data-dir for storage of profile information.
</message>
- <message name="IDS_PROFILE_ON_NETWORK_WARNING" desc="Warning shown to the user when she is running Chrome on Windows with a profile located on a network share.">
- Warning: your <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> settings are stored on a network drive. This may result in slowdowns, crashes, or even loss of data.
- </message>
+ <if expr="is_win">
+ <message name="IDS_PROFILE_ON_NETWORK_WARNING" desc="Warning shown to the user when she is running Chrome on Windows with a profile located on a network share.">
+ Warning: your <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> settings are stored on a network drive. This may result in slowdowns, crashes, or even loss of data.
+ </message>
+ </if>
<!-- Can't write to user data directory dialog -->
<message name="IDS_CANT_WRITE_USER_DIRECTORY_TITLE" desc="Title of dialog that is displayed when we can't create a directory for this user.">
@@ -11642,9 +11644,11 @@
<message name="IDS_DEFAULT_DOWNLOAD_FILENAME" desc="Default name for downloaded files when we have no idea what they could be.">
download
</message>
- <message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
- Untitled
- </message>
+ <if expr="is_macosx or chromeos">
+ <message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
+ Untitled
+ </message>
+ </if>
<message name="IDS_SET_AS_DEFAULT_INFOBAR_BUTTON_LABEL" desc="The label of the 'set as default' button on the default browser infobar.">
Set as default
@@ -11699,9 +11703,11 @@
<message name="IDS_SYNC_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sync error bubble view/notification.">
Sync Error
</message>
- <message name="IDS_SYNC_NOTIFICATION_ACCEPT" desc="A button label shown in the sync error notification when the passphrase needs to be updated.">
- Update sync passphrase
- </message>
+ <if expr="use_ash">
+ <message name="IDS_SYNC_NOTIFICATION_ACCEPT" desc="A button label shown in the sync error notification when the passphrase needs to be updated.">
+ Update sync passphrase
+ </message>
+ </if>
<if expr="not use_titlecase">
<message name="IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_ACCEPT" desc="The accept button in the sync error bubble view when the user needs to update the passphrase.">
@@ -14136,10 +14142,10 @@
<message name="IDS_A11Y_ALERT_WINDOW_NEEDED" desc="Alert sent to the accessibility api when the user attempts a keyboard command that requires a window to work.">
Command unavailable. Press control-N to open a new window.
</message>
+ <message name="IDS_A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED" desc="The accessible text read when the user enters window overview mode in Ash.">
+ Entered window overview mode
+ </message>
</if>
- <message name="IDS_A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED" desc="The accessible text read when the user enters window overview mode in Ash.">
- Entered window overview mode
- </message>
<message name="IDS_DESKTOP_MEDIA_PICKER_SHARE" desc="Used for Share on buttons">
Share
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698