Commit 75adb07d authored by estade@chromium.org's avatar estade@chromium.org

Final pass at removing unused strings.

All strings that remain are either probably actually used (e.g. by chrome frame or chromeos or the windows installer), or may be used soon (i.e. less than 6 months old).

BUG=none
TEST=trybots

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72169 0039d316-1c4b-4281-b951-d872f2087c98
parent 08dbd4f5
...@@ -181,7 +181,7 @@ need to be translated for each locale.--> ...@@ -181,7 +181,7 @@ need to be translated for each locale.-->
</translations> </translations>
<release seq="1" allow_pseudo="false"> <release seq="1" allow_pseudo="false">
<messages fallback_to_english="true"> <messages fallback_to_english="true">
<!-- Menus --> <!-- Menus -->
<message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has no entries"> <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has no entries">
(empty) (empty)
...@@ -341,7 +341,6 @@ need to be translated for each locale.--> ...@@ -341,7 +341,6 @@ need to be translated for each locale.-->
<message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
</message> </message>
</messages> </messages>
</release> </release>
</grit> </grit>
...@@ -270,24 +270,12 @@ be available for now. --> ...@@ -270,24 +270,12 @@ be available for now. -->
<message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run dialog"> <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run dialog">
Welcome to Chromium Welcome to Chromium
</message> </message>
<message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run dialog does">
Chromium is ready to complete your installation.
</message>
<message name="IDS_FIRSTRUN_DLG_DETAIL" desc="Text for detailed explanation of actions">
Chromium will do these tasks:
</message>
<message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog"> <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog">
Start Chromium Start Chromium
</message> </message>
<message name="IDS_FIRSTRUN_DLG_ACTION2" desc="Second action item on first-run dialog">
Add Chromium shortcuts to your desktop, quick launch bar, and Start menu
</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>
<message name="IDS_FR_CUSTOMIZE_SHORTCUTS" desc="Create shortcuts preface text">
Create Chromium shortcuts in these locations:
</message>
<message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE"
desc="Title for the hard-coded thumbnail that represents the Google Chrome Welcome page. This is used on the NTP when there aren't enough thumbnails to show."> desc="Title for the hard-coded thumbnail that represents the Google Chrome Welcome page. This is used on the NTP when there aren't enough thumbnails to show.">
Welcome to Chromium Welcome to Chromium
...@@ -355,9 +343,6 @@ be available for now. --> ...@@ -355,9 +343,6 @@ be available for now. -->
<message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
Do you want Chromium to save your password? Do you want Chromium to save your password?
</message> </message>
<message name="IDS_IMPORT_PROGRESS_STATUS_CANCEL_CONFIRM" desc="Import cancellation confirmation">
If you cancel now, not all items will be imported. You can import again later from the Chromium menu.
</message>
<message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble"> <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble">
Chromium uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default search engine? Chromium uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default search engine?
</message> </message>
...@@ -528,12 +513,6 @@ be available for now. --> ...@@ -528,12 +513,6 @@ be available for now. -->
<message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Utility, not Google Chrome Utility."> <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Utility, not Google Chrome Utility.">
Chromium Utility Chromium Utility
</message> </message>
<message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chrome Profile Importer.">
Chromium Profile Importer
</message>
<message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer.">
Chromium Profile Importer
</message>
</if> </if>
</messages> </messages>
</release> </release>
......
...@@ -5461,12 +5461,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5461,12 +5461,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_TAB_CXMENU_UNPIN_TAB" desc="The label of the tab context menu item for unpinning a tab."> <message name="IDS_TAB_CXMENU_UNPIN_TAB" desc="The label of the tab context menu item for unpinning a tab.">
Unpin tab Unpin tab
</message> </message>
<message name="IDS_TAB_CXMENU_SHOW_TOOLBAR" desc="The label of the tab context menu item for showing the toolbar of an app tab.">
Show toolbar
</message>
<message name="IDS_TAB_CXMENU_HIDE_TOOLBAR" desc="The label of the tab context menu item for hiding the toolbar of an app tab.">
Hide toolbar
</message>
<message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab."> <message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
Bookmark all tabs... Bookmark all tabs...
</message> </message>
...@@ -5493,21 +5487,12 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5493,21 +5487,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_TAB_CXMENU_CLOSETABSTORIGHT" desc="In Title Case: The label of the 'Close Tabs to the Right' Tab context menu item."> <message name="IDS_TAB_CXMENU_CLOSETABSTORIGHT" desc="In Title Case: The label of the 'Close Tabs to the Right' Tab context menu item.">
Close Tabs to the Right Close Tabs to the Right
</message> </message>
<message name="IDS_TAB_CXMENU_CLOSETABSOPENEDBY" desc="In Title Case: The label of the 'Close Tabs opened by this Tab' Tab context menu item.">
Close Tabs Opened by This Tab
</message>
<message name="IDS_TAB_CXMENU_PIN_TAB" desc="In Title Case: The label of the tab context menu item for pinning a tab."> <message name="IDS_TAB_CXMENU_PIN_TAB" desc="In Title Case: The label of the tab context menu item for pinning a tab.">
Pin Tab Pin Tab
</message> </message>
<message name="IDS_TAB_CXMENU_UNPIN_TAB" desc="In Title Case: The label of the tab context menu item for unpinning a tab."> <message name="IDS_TAB_CXMENU_UNPIN_TAB" desc="In Title Case: The label of the tab context menu item for unpinning a tab.">
Unpin Tab Unpin Tab
</message> </message>
<message name="IDS_TAB_CXMENU_SHOW_TOOLBAR" desc="In Title Case: The label of the tab context menu item for showing the toolbar of an app tab.">
Show Toolbar
</message>
<message name="IDS_TAB_CXMENU_HIDE_TOOLBAR" desc="In Title Case: The label of the tab context menu item for hiding the toolbar of an app tab.">
Hide Toolbar
</message>
<message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="In Title Case: The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab."> <message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="In Title Case: The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
Bookmark All Tabs... Bookmark All Tabs...
</message> </message>
...@@ -6118,10 +6103,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -6118,10 +6103,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
All Files All Files
</message> </message>
<message name="IDS_SECURE_CONNECTION" desc="Info popup text when hovering the mouse over the lock icon. ie., we have a secure connection to the site.">
Secure connection to <ph name="DOMAIN">$1<ex>paypal.com</ex></ph>
</message>
<message name="IDS_SECURE_CONNECTION_EV" desc="Short text shown in the location bar when the connection is secure with an EV cert."> <message name="IDS_SECURE_CONNECTION_EV" desc="Short text shown in the location bar when the connection is secure with an EV cert.">
<ph name="ORGANIZATION">$1<ex>Paypal Inc.</ex></ph> [<ph name="COUNTRY">$2<ex>US</ex></ph>] <ph name="ORGANIZATION">$1<ex>Paypal Inc.</ex></ph> [<ph name="COUNTRY">$2<ex>US</ex></ph>]
</message> </message>
...@@ -6143,9 +6124,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -6143,9 +6124,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the link pointing to the Help Center. This appears at the bottom of the SSL dialog and 'this' refers to the sections within the bubble."> <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the link pointing to the Help Center. This appears at the bottom of the SSL dialog and 'this' refers to the sections within the bubble.">
What do these mean? What do these mean?
</message> </message>
<message name="IDS_PAGEINFO_CLOSE_BUTTON" desc="Text of button in the page info that closes the window.">
Close
</message>
<message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY" desc="The text of the identity section when the page is secure."> <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY" desc="The text of the identity section when the page is secure.">
The identity of this website has been verified by <ph name="ISSUER">$1<ex>VeriSign</ex></ph>. The identity of this website has been verified by <ph name="ISSUER">$1<ex>VeriSign</ex></ph>.
</message> </message>
...@@ -6241,14 +6219,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -6241,14 +6219,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
Back Back
</message> </message>
<!-- SSL Info Bar -->
<message name="IDS_SSL_INFO_BAR_FILTERED_CONTENT" desc="Message displayed in the info bar when we have filtered some mixed/unsafe content.">
Some of the elements on this page came from an unverified source and were not displayed.
</message>
<message name="IDS_SSL_INFO_BAR_SHOW_CONTENT" desc="Link displayed in the info bar when we have filtered some mixed/unsafe content to show all content.">
Show all content
</message>
<!-- Misc strings for SSL UI --> <!-- Misc strings for SSL UI -->
<message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the content that is subsituted to an unsafe frame."> <message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the content that is subsituted to an unsafe frame.">
This frame was blocked because it contains some insecure content. This frame was blocked because it contains some insecure content.
...@@ -7113,9 +7083,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -7113,9 +7083,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme"> <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme">
Reset to default theme Reset to default theme
</message> </message>
<message name="IDS_THEMES_DEFAULT_THEME_LABEL" desc="The label describing the default theme">
Default
</message>
<message name="IDS_THEMES_GALLERY_BUTTON" desc="The button to get more themes"> <message name="IDS_THEMES_GALLERY_BUTTON" desc="The button to get more themes">
Get themes Get themes
</message> </message>
...@@ -7751,9 +7718,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -7751,9 +7718,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_SAVE_PAGE_STATUS_CANCELED" desc="Save page status: canceled"> <message name="IDS_SAVE_PAGE_STATUS_CANCELED" desc="Save page status: canceled">
Canceled Canceled
</message> </message>
<message name="IDS_SAVE_PAGE_STATUS_FAILED" desc="Save page status: failed">
Failed
</message>
<message name="IDS_SAVE_PAGE_PROGRESS" desc="Text string for saving page progress, the number of saved files and total files"> <message name="IDS_SAVE_PAGE_PROGRESS" desc="Text string for saving page progress, the number of saved files and total files">
<ph name="SAVED_FILES">$1<ex>5</ex></ph> / <ph name="TOTAL_FILES">$2<ex>13</ex></ph> files <ph name="SAVED_FILES">$1<ex>5</ex></ph> / <ph name="TOTAL_FILES">$2<ex>13</ex></ph> files
</message> </message>
...@@ -7916,23 +7880,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -7916,23 +7880,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>
</message> </message>
<!-- Script Timeout Dialog -->
<message name="IDS_SCRIPT_TIMEOUT_DIALOG_TITLE" desc="Title of the script timeout dialog.">
Unresponsive Script
</message>
<message name="IDS_SCRIPT_TIMEOUT_DIALOG_BODY" desc="Message to warn that a script is unresponsive. (For example, it may be in an infinite loop.)">
A script running on this page is taking a loooong time to do its job. Do you want to see if the script can complete, or just give up?
</message>
<message name="IDS_SCRIPT_TIMEOUT_DIALOG_STOP_SCRIPT_BUTTON" desc="Text for the button which kills the script.">
Give up
</message>
<message name="IDS_SCRIPT_TIMEOUT_DIALOG_CONTINUE_SCRIPT_BUTTON" desc="Text for the button which continues to run the script and resets the timeout.">
Continue
</message>
<!-- Multiple download warning--> <!-- Multiple download warning-->
<message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multiple downloads are attempted without user interaction."> <message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multiple downloads are attempted without user interaction.">
This site is attempting to download multiple files. Do you want to allow this? This site is attempting to download multiple files. Do you want to allow this?
...@@ -8164,9 +8111,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -8164,9 +8111,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_SYNC_GAIA_CAPTCHA_CASE_INSENSITIVE_TIP" desc="Message shown below a GAIA captcha explaining that the letters typed are not case sensitive"> <message name="IDS_SYNC_GAIA_CAPTCHA_CASE_INSENSITIVE_TIP" desc="Message shown below a GAIA captcha explaining that the letters typed are not case sensitive">
Letters are not case sensitive Letters are not case sensitive
</message> </message>
<message name="IDS_SYNC_GAIA_CAPTCHA_INCORRECT_TRY_AGAIN" desc="Message that appears below the captcha text input box when the user previously incorrectly typed the captcha and is being prompted to try again.">
Enter the letters as they are shown in the image above.
</message>
<message name="IDS_SYNC_ERROR_SIGNING_IN" desc="An error was encountered while signing the user in."> <message name="IDS_SYNC_ERROR_SIGNING_IN" desc="An error was encountered while signing the user in.">
Error signing in. Error signing in.
</message> </message>
...@@ -8242,21 +8186,12 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -8242,21 +8186,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message> </message>
<!-- Sync / Extension interaction messages --> <!-- Sync / Extension interaction messages -->
<message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_ROADBLOCK" desc="A message shown on a dialog presented to the user when an extension is causing many changes to bookmarks and sync is malfunctioning">
Sync is malfunctioning because too many requests are being sent to the server. <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> seems to be making too many changes to your bookmarks.
</message>
<message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_DISABLE_EXTENSION_OPTION" desc="The label of a button allowing the user to choose to disable an extension believed to be causing sync problems preventing bookmark sync operation.">
Disable <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph>
</message>
<message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_DISABLE_SYNC_OPTION" desc="The label of a button allowing the user to choose to disable sync when an extension is believed to be causing sync problems preventing sync operation."> <message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_DISABLE_SYNC_OPTION" desc="The label of a button allowing the user to choose to disable sync when an extension is believed to be causing sync problems preventing sync operation.">
Disable Sync Disable Sync
</message> </message>
<message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_EXTENSION_DISABLED" desc="A message shown on a dialog when an extension or app has been disabled due to problems arising from interactions with sync."> <message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_EXTENSION_DISABLED" desc="A message shown on a dialog when an extension or app has been disabled due to problems arising from interactions with sync.">
<ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> has been disabled. If you stop syncing your bookmarks, you can re-enable it on the extensions page, accessible through the Tools menu. <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> has been disabled. If you stop syncing your bookmarks, you can re-enable it on the extensions page, accessible through the Tools menu.
</message> </message>
<message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_SYNC_DISABLED" desc="A message shown on a dialog when bookmark sync has been disabled due to problems arising from interactions with sync.">
Bookmark sync has been disabled on this computer. If you uninstall <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> you can re-enable Bookmark Sync by choosing "Set up sync..." in the Tools menu.
</message>
<!-- Sync New Tab Page strings --> <!-- Sync New Tab Page strings -->
<message name="IDS_SYNC_NTP_SYNC_SECTION_TITLE" desc="The title of the sync status section in the New Tab Page."> <message name="IDS_SYNC_NTP_SYNC_SECTION_TITLE" desc="The title of the sync status section in the New Tab Page.">
...@@ -8411,9 +8346,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -8411,9 +8346,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_SYNC_CREATE_ACCOUNT" desc="The text of a hyperlink to create a Google account"> <message name="IDS_SYNC_CREATE_ACCOUNT" desc="The text of a hyperlink to create a Google account">
Create a Google account Create a Google account
</message> </message>
<message name="IDS_SYNC_LOGIN_CUSTOMIZE" desc="The text of a button in the login dialog which lets you choose which datatypes to sync">
Customize sync...
</message>
<message name="IDS_SYNC_CANNOT_BE_BLANK" desc="The input error message when the user hasn't entered a username or password"> <message name="IDS_SYNC_CANNOT_BE_BLANK" desc="The input error message when the user hasn't entered a username or password">
Required field cannot be left blank Required field cannot be left blank
</message> </message>
...@@ -8521,9 +8453,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -8521,9 +8453,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_TRANSLATE_INFOBAR_ALWAYS_TRANSLATE" desc="Button label shown to always translate a specific language in the translate infobar"> <message name="IDS_TRANSLATE_INFOBAR_ALWAYS_TRANSLATE" desc="Button label shown to always translate a specific language in the translate infobar">
Always translate <ph name="language">$1<ex>English</ex></ph> Always translate <ph name="language">$1<ex>English</ex></ph>
</message> </message>
<message name="IDS_TRANSLATE_INFOBAR_TRANSLATING" desc="Text shown when page is currently being translated by servers">
Translating...
</message>
<message name="IDS_TRANSLATE_INFOBAR_TRANSLATING_TO" desc="Text shown when page is currently being translated by servers"> <message name="IDS_TRANSLATE_INFOBAR_TRANSLATING_TO" desc="Text shown when page is currently being translated by servers">
Translating page to <ph name="language">$1<ex>English</ex></ph>... Translating page to <ph name="language">$1<ex>English</ex></ph>...
</message> </message>
...@@ -9000,29 +8929,6 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -9000,29 +8929,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_INSTALL_FROM_DMG_ERROR" desc="Error dialog message to be displayed when installation from the disk image fails. Mac-only."> <message name="IDS_INSTALL_FROM_DMG_ERROR" desc="Error dialog message to be displayed when installation from the disk image fails. Mac-only.">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> couldn't complete installation, but will continue to run from its disk image. <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> couldn't complete installation, but will continue to run from its disk image.
</message> </message>
<!-- Update from disk image -->
<message name="IDS_UPDATE_FROM_DMG_TITLE" desc="Title of the dialog asking whether to update from the disk image. Mac-only.">
Do you want to update <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>?
</message>
<message name="IDS_UPDATE_FROM_DMG_PROMPT" desc="Prompt asking whether to update from the disk image. Mac-only.">
You're running <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> from its disk image. If you update the installed copy, you can run it without the disk image in the future.
</message>
<message name="IDS_UPDATE_FROM_DMG_YES" desc="Button to approve update from the disk image. Mac-only.">
Update
</message>
<message name="IDS_UPDATE_FROM_DMG_NO" desc="Button to cancel update from the disk image. Mac-only.">
Don't Update
</message>
<message name="IDS_UPDATE_FROM_DMG_AUTHENTICATION_PROMPT" desc="The prompt to be displayed in the authentication dialog when updating from the disk image. The system will add a sentence asking for an administrator's name and password. Mac-only.">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will be updated.
</message>
<message name="IDS_UPDATE_FROM_DMG_ERROR_TITLE" desc="Error dialog title to be displayed when update from the disk image fails. Mac-only.">
Update failed.
</message>
<message name="IDS_UPDATE_FROM_DMG_ERROR" desc="Error dialog message to be displayed when update from the disk image fails. Mac-only.">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> couldn't update the installed copy, but will continue to run from its disk image.
</message>
</if> </if>
<!-- Filebrowser Strings --> <!-- Filebrowser Strings -->
...@@ -9322,21 +9228,12 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -9322,21 +9228,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD">
Touchpad Touchpad
</message> </message>
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD">
Network Password
</message>
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_LANGUAGE"> <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_LANGUAGE">
Language Language
</message> </message>
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ACCESSIBILITY"> <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ACCESSIBILITY">
Accessibility Accessibility
</message> </message>
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK_CONFIG">
Wireless
</message>
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_IP_CONFIG">
Advanced Options
</message>
<message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DESCRIPTION" desc="In the settings tab, the text next to the timezone combobox."> <message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DESCRIPTION" desc="In the settings tab, the text next to the timezone combobox.">
Time zone: Time zone:
</message> </message>
......
...@@ -299,24 +299,12 @@ Chrome supports. --> ...@@ -299,24 +299,12 @@ Chrome supports. -->
<message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run dialog"> <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run dialog">
Welcome to Google Chrome Welcome to Google Chrome
</message> </message>
<message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run dialog does">
Google Chrome is ready to complete your installation.
</message>
<message name="IDS_FIRSTRUN_DLG_DETAIL" desc="Text for detailed explanation of actions">
Google Chrome will do these tasks:
</message>
<message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog"> <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog">
Start Google Chrome Start Google Chrome
</message> </message>
<message name="IDS_FIRSTRUN_DLG_ACTION2" desc="Second action item on first-run dialog">
Add Google Chrome shortcuts to your desktop, quick launch bar, and Start menu
</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>
<message name="IDS_FR_CUSTOMIZE_SHORTCUTS" desc="Create shortcuts preface text">
Create Google Chrome shortcuts in these locations:
</message>
<message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE"
desc="Title for the hard-coded thumbnail that represents the Google Chrome Welcome page. This is used on the NTP when there aren't enough thumbnails to show."> desc="Title for the hard-coded thumbnail that represents the Google Chrome Welcome page. This is used on the NTP when there aren't enough thumbnails to show.">
Welcome to Google Chrome Welcome to Google Chrome
...@@ -383,9 +371,6 @@ Chrome supports. --> ...@@ -383,9 +371,6 @@ Chrome supports. -->
<message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
Do you want Google Chrome to save your password? Do you want Google Chrome to save your password?
</message> </message>
<message name="IDS_IMPORT_PROGRESS_STATUS_CANCEL_CONFIRM" desc="Import cancellation confirmation">
If you cancel now, not all items will be imported. You can import again later from the Google Chrome menu.
</message>
<message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble"> <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble">
Google Chrome uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default search engine? Google Chrome uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default search engine?
</message> </message>
...@@ -556,12 +541,6 @@ Chrome supports. --> ...@@ -556,12 +541,6 @@ Chrome supports. -->
<message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Utility, not Google Chrome Utility."> <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Utility, not Google Chrome Utility.">
Chrome Utility Chrome Utility
</message> </message>
<message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chrome Profile Importer.">
Google Chrome Profile Importer
</message>
<message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer.">
Chrome Profile Importer
</message>
</if> </if>
</messages> </messages>
</release> </release>
......
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