Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
| 6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
| 7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
| 8 --> | 8 --> |
| 9 | 9 |
| 10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
| (...skipping 6341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6352 <!-- About Chrome View --> | 6352 <!-- About Chrome View --> |
| 6353 <if expr="is_macosx"> | 6353 <if expr="is_macosx"> |
| 6354 <message name="IDS_ABOUT_CHROME_PROMOTE_UPDATER" desc="The 'Set Up Autom atic Updates for All Users' button in the About window. Mac-only."> | 6354 <message name="IDS_ABOUT_CHROME_PROMOTE_UPDATER" desc="The 'Set Up Autom atic Updates for All Users' button in the About window. Mac-only."> |
| 6355 Set Up Automatic Updates for All Users | 6355 Set Up Automatic Updates for All Users |
| 6356 </message> | 6356 </message> |
| 6357 </if> | 6357 </if> |
| 6358 <message name="IDS_ABOUT_CHROME_UPDATE_CHECK" desc="The Check for Updates button"> | 6358 <message name="IDS_ABOUT_CHROME_UPDATE_CHECK" desc="The Check for Updates button"> |
| 6359 Update Now | 6359 Update Now |
| 6360 </message> | 6360 </message> |
| 6361 <message name="IDS_UPGRADE_CHECK_STARTED" desc="Status label: About to sta rt checking for updates"> | 6361 <message name="IDS_UPGRADE_CHECK_STARTED" desc="Status label: About to sta rt checking for updates"> |
| 6362 Checking for updates... | 6362 Checking for updates in the background... |
|
csilv
2012/02/03 19:43:52
(commentary) "in the background" is techie talk.
| |
| 6363 </message> | 6363 </message> |
| 6364 <message name="IDS_UPGRADE_STARTED" desc="Status label: About to start upd ating Chrome"> | 6364 <message name="IDS_UPGRADE_STARTED" desc="Status label: About to start upd ating Chrome"> |
| 6365 Installing new version... | 6365 Installing new version... |
| 6366 </message> | 6366 </message> |
| 6367 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade"> | 6367 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade"> |
| 6368 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>) | 6368 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>) |
| 6369 </message> | 6369 </message> |
| 6370 <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrade s disabled by policy"> | 6370 <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrade s disabled by policy"> |
| 6371 Updates are disabled by the administrator | 6371 Updates are disabled by the administrator |
| 6372 </message> | 6372 </message> |
| 6373 <if expr="pp_ifdef('_google_chrome')"> | |
| 6374 <message name="IDS_REPORT_A_PROBLEM " desc="Text of the button which all ows the user to report a problem with Chrome."> | |
| 6375 Report a problem | |
|
csilv
2012/02/03 19:43:52
add title-case version
James Hawkins
2012/02/03 22:48:40
Done.
| |
| 6376 </message> | |
| 6377 </if> | |
| 6373 | 6378 |
| 6374 <!-- Print --> | 6379 <!-- Print --> |
| 6375 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document"> | 6380 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document"> |
| 6376 Untitled Document | 6381 Untitled Document |
| 6377 </message> | 6382 </message> |
| 6378 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available"> | 6383 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available"> |
| 6379 No printer found. Please install a printer. | 6384 No printer found. Please install a printer. |
| 6380 </message> | 6385 </message> |
| 6381 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues."> | 6386 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues."> |
| 6382 Something went wrong when trying to print. Please check your printer an d try again. | 6387 Something went wrong when trying to print. Please check your printer an d try again. |
| (...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8012 <message name="IDS_OPTIONS_ADVANCED_TAB_LABEL" desc="The title of the Unde r the Hood tab"> | 8017 <message name="IDS_OPTIONS_ADVANCED_TAB_LABEL" desc="The title of the Unde r the Hood tab"> |
| 8013 Under the Hood | 8018 Under the Hood |
| 8014 </message> | 8019 </message> |
| 8015 <message name="IDS_OPTIONS2_ADVANCED_TAB_LABEL" desc="The title of the Adv anced settings tab"> | 8020 <message name="IDS_OPTIONS2_ADVANCED_TAB_LABEL" desc="The title of the Adv anced settings tab"> |
| 8016 Advanced Settings | 8021 Advanced Settings |
| 8017 </message> | 8022 </message> |
| 8018 <message name="IDS_OPTIONS_TAB_TITLE" desc="The format of the title on the browser tab for an options subpage, e.g. Settings - Basics"> | 8023 <message name="IDS_OPTIONS_TAB_TITLE" desc="The format of the title on the browser tab for an options subpage, e.g. Settings - Basics"> |
| 8019 <ph name="OPTIONS_TITLE">$1<ex>Settings</ex></ph> - <ph name="SUBPAGE_TI TLE">$2<ex>Under the Hood</ex></ph> | 8024 <ph name="OPTIONS_TITLE">$1<ex>Settings</ex></ph> - <ph name="SUBPAGE_TI TLE">$2<ex>Under the Hood</ex></ph> |
| 8020 </message> | 8025 </message> |
| 8021 | 8026 |
| 8027 <!-- chrome://help --> | |
| 8028 <message name="IDS_HELP_TITLE" desc="Label used for title of the help page ."> | |
| 8029 Help | |
| 8030 </message> | |
| 8031 | |
| 8022 <!-- The About page is now part of options. --> | 8032 <!-- The About page is now part of options. --> |
| 8023 <message name="IDS_ABOUT_TAB_TITLE" desc="Label used for tab of about page ."> | 8033 <message name="IDS_ABOUT_TAB_TITLE" desc="Label used for tab of about page ."> |
| 8024 About | 8034 About |
| 8025 </message> | 8035 </message> |
| 8036 <if expr="not pp_ifdef('chromeos')"> | |
| 8037 <message name="IDS_RELAUNCH_BUTTON" desc="The label for the relaunch but ton that relaunches the browser once update is complete"> | |
| 8038 Relaunch | |
|
csilv
2012/02/03 19:43:52
You may want to add a title-case version of this s
James Hawkins
2012/02/03 22:48:40
Wha? How do we decide which cases we do that for?
csilv
2012/02/03 23:50:03
Anytime we have a title for a menu or a button, we
James Hawkins
2012/02/04 00:00:15
Done.
| |
| 8039 </message> | |
| 8040 </if> | |
| 8041 <if expr="pp_ifdef('chromeos')"> | |
| 8042 <message name="IDS_RELAUNCH_BUTTON" desc="The label for the relaunch but ton that relaunches the browser once update is complete"> | |
| 8043 Restart | |
| 8044 </message> | |
| 8045 </if> | |
| 8046 <message name="IDS_ABOUT_PRODUCT_DESCRIPTION" desc="The text label describ ing the Chrome browser"> | |
| 8047 A web browser built for speed, simplicity, and security | |
| 8048 </message> | |
| 8049 <message name="IDS_ABOUT_PRODUCT_VERSION" desc="The text label describing the version of the browser"> | |
| 8050 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> | |
| 8051 </message> | |
| 8026 <message name="IDS_ABOUT_PAGE_FIRMWARE" desc="Label used for Chrome OS bio s firmware version."> | 8052 <message name="IDS_ABOUT_PAGE_FIRMWARE" desc="Label used for Chrome OS bio s firmware version."> |
| 8027 Firmware | 8053 Firmware |
| 8028 </message> | 8054 </message> |
| 8029 <message name="IDS_PLATFORM_LABEL" desc="Label for Platform"> | 8055 <message name="IDS_PLATFORM_LABEL" desc="Label for Platform"> |
| 8030 Platform | 8056 Platform |
| 8031 </message> | 8057 </message> |
| 8032 <message name="IDS_ABOUT_PAGE_LOADING" desc="Label used for async data bef ore data is available. Example is Chrome OS version."> | 8058 <message name="IDS_ABOUT_PAGE_LOADING" desc="Label used for async data bef ore data is available. Example is Chrome OS version."> |
| 8033 Loading… | 8059 Loading… |
| 8034 </message> | 8060 </message> |
| 8035 <message name="IDS_ABOUT_PAGE_MORE_INFO" desc="Title for _More_info_ link. "> | 8061 <message name="IDS_ABOUT_PAGE_MORE_INFO" desc="Title for _More_info_ link. "> |
| (...skipping 6982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15018 </messages> | 15044 </messages> |
| 15019 <structures fallback_to_english="true"> | 15045 <structures fallback_to_english="true"> |
| 15020 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 15046 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
| 15021 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 15047 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 15022 </structure> | 15048 </structure> |
| 15023 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 15049 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 15024 </structure> | 15050 </structure> |
| 15025 </structures> | 15051 </structures> |
| 15026 </release> | 15052 </release> |
| 15027 </grit> | 15053 </grit> |
| OLD | NEW |