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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 9618037: Help: Hook up the 'Get help' button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 6400 matching lines...) Expand 10 before | Expand all | Expand 10 after
6411 </message> 6411 </message>
6412 <message name="IDS_UPGRADE_STARTED" desc="Status label: About to start upd ating Chrome"> 6412 <message name="IDS_UPGRADE_STARTED" desc="Status label: About to start upd ating Chrome">
6413 Installing new version... 6413 Installing new version...
6414 </message> 6414 </message>
6415 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade"> 6415 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade">
6416 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>) 6416 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>)
6417 </message> 6417 </message>
6418 <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrade s disabled by policy"> 6418 <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrade s disabled by policy">
6419 Updates are disabled by the administrator 6419 Updates are disabled by the administrator
6420 </message> 6420 </message>
6421 <if expr="pp_ifdef('_google_chrome')"> 6421 <message name="IDS_REPORT_AN_ISSUE " desc="Text of the button which allows the user to report an issue with Chrome.">
6422 <message name="IDS_REPORT_AN_ISSUE " desc="Text of the button which allo ws the user to report an issue with Chrome."> 6422 Report an issue
6423 Report an issue 6423 </message>
6424 </message>
6425 </if>
6426 6424
6427 <!-- Print --> 6425 <!-- Print -->
6428 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document"> 6426 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document">
6429 Untitled Document 6427 Untitled Document
6430 </message> 6428 </message>
6431 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available"> 6429 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available">
6432 No printer found. Please install a printer. 6430 No printer found. Please install a printer.
6433 </message> 6431 </message>
6434 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues."> 6432 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues.">
6435 Something went wrong when trying to print. Please check your printer an d try again. 6433 Something went wrong when trying to print. Please check your printer an d try again.
(...skipping 8768 matching lines...) Expand 10 before | Expand all | Expand 10 after
15204 </messages> 15202 </messages>
15205 <structures fallback_to_english="true"> 15203 <structures fallback_to_english="true">
15206 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15204 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15207 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15205 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15208 </structure> 15206 </structure>
15209 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15207 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15210 </structure> 15208 </structure>
15211 </structures> 15209 </structures>
15212 </release> 15210 </release>
15213 </grit> 15211 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698