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

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

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 11 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 5477 matching lines...) Expand 10 before | Expand all | Expand 10 after
5488 </message> 5488 </message>
5489 <message name="IDS_ACCNAME_TOOLTIP_FORWARD" desc="The tooltip for forward button suited for non-mouse users"> 5489 <message name="IDS_ACCNAME_TOOLTIP_FORWARD" desc="The tooltip for forward button suited for non-mouse users">
5490 Press enter to go forward, context menu key to see history 5490 Press enter to go forward, context menu key to see history
5491 </message> 5491 </message>
5492 <message name="IDS_TOOLTIP_HOME" desc="The tooltip for the home button"> 5492 <message name="IDS_TOOLTIP_HOME" desc="The tooltip for the home button">
5493 Open the home page 5493 Open the home page
5494 </message> 5494 </message>
5495 <message name="IDS_TOOLTIP_RELOAD" desc="The tooltip for reload button"> 5495 <message name="IDS_TOOLTIP_RELOAD" desc="The tooltip for reload button">
5496 Reload this page 5496 Reload this page
5497 </message> 5497 </message>
5498 <message name="IDS_TOOLTIP_FEEDBACK" desc="Tooltip for the feedback button .">
5499 Report an Issue
5500 </message>
5501 <message name="IDS_TOOLTIP_STOP" desc="The tooltip for the stop button"> 5498 <message name="IDS_TOOLTIP_STOP" desc="The tooltip for the stop button">
5502 Stop loading this page 5499 Stop loading this page
5503 </message> 5500 </message>
5504 <message name="IDS_TOOLTIP_STAR" desc="The tooltip for bookmark button"> 5501 <message name="IDS_TOOLTIP_STAR" desc="The tooltip for bookmark button">
5505 Bookmark this page 5502 Bookmark this page
5506 </message> 5503 </message>
5507 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip for bookmark button when bookmarked"> 5504 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip for bookmark button when bookmarked">
5508 Edit bookmark for this page 5505 Edit bookmark for this page
5509 </message> 5506 </message>
5510 <message name="IDS_TOOLTIP_CLOSE_TAB" desc="The tooltip for the close tab button"> 5507 <message name="IDS_TOOLTIP_CLOSE_TAB" desc="The tooltip for the close tab button">
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
5801 Close Firefox Before Importing 5798 Close Firefox Before Importing
5802 </message> 5799 </message>
5803 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog"> 5800 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog">
5804 Continue 5801 Continue
5805 </message> 5802 </message>
5806 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog"> 5803 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog">
5807 Skip Import 5804 Skip Import
5808 </message> 5805 </message>
5809 5806
5810 <!-- Report Bug or Broken Website Dialog --> 5807 <!-- Report Bug or Broken Website Dialog -->
5811 <message name="IDS_BUGREPORT_TITLE" desc="Dialog title for bug report dial og"> 5808 <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialo g">
5812 Whoops. Let's fix that. 5809 Whoops. Let's fix that.
5813 </message> 5810 </message>
5814 <message name="IDS_BUGREPORT_REPORT_PAGE_TITLE" desc="Label showing the ti tle of the page that will be reported"> 5811 <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the tit le of the page that will be reported">
5815 Feedback 5812 Feedback
5816 </message> 5813 </message>
5817 <message name="IDS_BUGREPORT_REPORT_URL_LABEL" desc="Label showing the URL that will be reported"> 5814 <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported">
5818 Include this URL: 5815 Include this URL:
5819 </message> 5816 </message>
5820 <message name="IDS_BUGREPORT_USER_EMAIL_LABEL" desc="Label showing the e-m ail address that will be reported"> 5817 <message name="IDS_FEEDBACK_USER_EMAIL_LABEL" desc="Label showing the e-ma il address that will be reported">
5821 Include this email: 5818 Include this email:
5822 </message> 5819 </message>
5823 <message name="IDS_BUGREPORT_DESCRIPTION_LABEL" desc="Label for the descri ption field"> 5820 <message name="IDS_FEEDBACK_DESCRIPTION_LABEL" desc="Label for the descrip tion field">
5824 Tell us what is happening. (required) 5821 Tell us what is happening. (required)
5825 </message> 5822 </message>
5826 <if expr="pp_ifdef('chromeos')"> 5823 <if expr="pp_ifdef('chromeos')">
5827 <message name="IDS_BUGREPORT_SCREENSHOT_LABEL" desc="Label for the screens hot field if current screenshots are being shown"> 5824 <message name="IDS_FEEDBACK_SCREENSHOT_LABEL" desc="Label for the screensh ot field if current screenshots are being shown">
5828 Include the current screenshot: 5825 Include the current screenshot:
5829 </message> 5826 </message>
5830 </if> 5827 </if>
5831 <if expr="not pp_ifdef('chromeos')"> 5828 <if expr="not pp_ifdef('chromeos')">
5832 <message name="IDS_BUGREPORT_SCREENSHOT_LABEL" desc="Label for the screens hot field if current screenshots are being shown"> 5829 <message name="IDS_FEEDBACK_SCREENSHOT_LABEL" desc="Label for the screensh ot field if current screenshots are being shown">
5833 Include this screenshot: 5830 Include this screenshot:
5834 </message> 5831 </message>
5835 </if> 5832 </if>
5836 <message name="IDS_BUGREPORT_SAVED_SCREENSHOT_LABEL" desc="Label for the s creenshot field if saved screenshots are being shown"> 5833 <message name="IDS_FEEDBACK_SAVED_SCREENSHOT_LABEL" desc="Label for the sc reenshot field if saved screenshots are being shown">
5837 Include a saved screenshot: 5834 Include a saved screenshot:
5838 </message> 5835 </message>
5839 <!-- For Mac compatibility --> 5836 <message name="IDS_FEEDBACK_CURRENT_SCREENSHOTS" desc="Radio button for in cluding the last screen image on the bug report dialog box">
5840 <message name="IDS_BUGREPORT_SOMETHING_MISSING" desc="In Title Case: Repor t a bug/problem type: Something's missing">
5841 Something's Missing
5842 </message>
5843 <message name="IDS_BUGREPORT_BROWSER_CRASH" desc="Report a bug/problem typ e: Browser crashed">
5844 Browser crash... go boom
5845 </message>
5846 <message name="IDS_BUGREPORT_OTHER_PROBLEM" desc="Report a bug/problem typ e: General feedback/other">
5847 General feedback/other
5848 </message>
5849 <message name="IDS_BUGREPORT_PAGE_LOOKS_ODD" desc="Report a bug/problem ty pe: Page looks odd">
5850 Page looks odd
5851 </message>
5852 <message name="IDS_BUGREPORT_PAGE_WONT_LOAD" desc="Report a bug/problem ty pe: Page won't load">
5853 Page won't load
5854 </message>
5855 <message name="IDS_BUGREPORT_CANT_SIGN_IN" desc="Report a bug/problem type : Can't sign in">
5856 Can't sign in
5857 </message>
5858 <!-- /Mac Compat -->
5859 <message name="IDS_BUGREPORT_NOTIFICATION_TITLE" desc="Title for the notif ication given to the user on completion (successful or failed) of user feedback" >
5860 Feedback submission status
5861 </message>
5862 <message name="IDS_BUGREPORT_FEEDBACK_STATUS_SUCCESS" desc="Message for th e status of a feedback submission on success">
5863 User Feedback submission succeeded
5864 </message>
5865 <message name="IDS_BUGREPORT_FEEDBACK_STATUS_FAIL" desc="Message for the s tatus of a feedback submission failure">
5866 User feedback submission failed: $1
5867 </message>
5868 <message name="IDS_BUGREPORT_INCLUDE_LAST_SCREEN_IMAGE" desc="Radio button for including the last screen image on the bug report dialog box">
5869 Send last saved screen shot
5870 </message>
5871 <message name="IDS_BUGREPORT_CURRENT_SCREENSHOTS" desc="Radio button for i ncluding the last screen image on the bug report dialog box">
5872 Send a current page screen shot 5837 Send a current page screen shot
5873 </message> 5838 </message>
5874 <message name="IDS_BUGREPORT_SAVED_SCREENSHOTS" desc="Radio button for inc luding the last screen image on the bug report dialog box"> 5839 <message name="IDS_FEEDBACK_SAVED_SCREENSHOTS" desc="Radio button for incl uding the last screen image on the bug report dialog box">
5875 Send a saved screen shot 5840 Send a saved screen shot
5876 </message> 5841 </message>
5877 <message name="IDS_BUGREPORT_INCLUDE_SYSTEM_INFORMATION_CHKBOX" desc="Chec kbox for including system information on the bug report dialog box"> 5842 <message name="IDS_FEEDBACK_INCLUDE_SYSTEM_INFORMATION_CHKBOX" desc="Check box for including system information on the bug report dialog box">
5878 Send system information 5843 Send system information
5879 </message> 5844 </message>
5880 <message name="IDS_BUGREPORT_SYSTEM_INFORMATION_URL_TEXT" desc="Text for s ystem information url on the bug report dialog box"> 5845 <message name="IDS_FEEDBACK_CHOOSE_DIFFERENT_SCREENSHOT" desc="Text for ch anging the screenshot selection from current to saved">
5881 Include System Information
5882 </message>
5883 <message name="IDS_BUGREPORT_CHOOSE_DIFFERENT_SCREENSHOT" desc="Text for c hanging the screenshot selection from current to saved">
5884 (Choose a different screenshot) 5846 (Choose a different screenshot)
5885 </message> 5847 </message>
5886 <message name="IDS_BUGREPORT_CHOOSE_ORIGINAL_SCREENSHOT" desc="Text for ch anging the screenshot selection from saved to current"> 5848 <message name="IDS_FEEDBACK_CHOOSE_ORIGINAL_SCREENSHOT" desc="Text for cha nging the screenshot selection from saved to current">
5887 (Go back to original screenshot) 5849 (Go back to original screenshot)
5888 </message> 5850 </message>
5889 <if expr="pp_ifdef('chromeos')"> 5851 <message name="IDS_FEEDBACK_PRIVACY_NOTE" desc="Text for the privacy note included with Chrome OS">
5890 <message name="IDS_BUGREPORT_PRIVACY_NOTE" desc="Text for the privacy note included with Chrome OS"> 5852 Your Chrome and Operating system version will be submitted in addition
5891 Note: When you click "Send Feedback," Chrome OS includes a log of 5853 to any information you choose to include above. This feedback is used to
5892 system events from your device. This information is used by 5854 diagnose problems and help improve Chrome. Any personal information you
5893 us to diagnose problems, understand how you interact with 5855 submit, whether explicitly or incidentally will be protected in
5894 the device, and to help us improve its performance. Any 5856 accordance with our privacy policies.<ph name="BEGIN_BOLD">&lt;strong&gt ;
5895 personal information included with the feedback report, 5857 </ph> By submitting this feedback, you agree that Google may use feedbac k
5896 whether explicitly in your comments or incidentally in the 5858 that you provide to improve any Google product or service.
5897 system logs and the screenshot, will be protected in 5859 <ph name="END_BOLD">&lt;/strong&gt;</ph>
5898 accordance with our <ph name="BEGIN_LINK">&lt;a target="_blank"
5899 href="http://www.google.com/intl/en/chromeos/privacy.html"&gt;</ph>
5900 privacy policies.<ph name="END_LINK">&lt;/a&gt;</ph>
5901 To not send any system logs at all, please uncheck the
5902 "Include System Information" box.
5903 </message> 5860 </message>
5904 </if> 5861 <message name="IDS_FEEDBACK_INCLUDE_NEW_SCREEN_IMAGE" desc="Radio button f or including a new screen image on the bug report dialog box">
5905 <if expr="not pp_ifdef('chromeos')">
5906 <message name="IDS_BUGREPORT_PRIVACY_NOTE" desc="Text for the privacy note included with Chrome OS">
5907 Note: When you click "Send Feedback," Chrome includes a log of your
5908 Chrome version and OS version and the URL associated with your feedback.
5909 You may also choose to include a screenshot associated with your
5910 feedback. This information is used by us to diagnose problems and to
5911 help us improve Chrome’s performance. Any personal information included
5912 with the feedback report, whether explicitly in your comments or
5913 incidentally in the log, URL or screenshot, will be protected in
5914 accordance with our privacy policies. To not send the URL, please
5915 uncheck the “Include this URL:” box. To not send the screenshot, leave the box
5916 “Include this screenshot:” unchecked. You agree that Google may use any feedback that you
5917 provide to improve any Google products or services.
5918 </message>
5919 </if>
5920 <message name="IDS_BUGREPORT_INCLUDE_PAGE_SOURCE_CHKBOX" desc="Checkbox fo r including page source">
5921 Send source of current page
5922 </message>
5923 <message name="IDS_BUGREPORT_INCLUDE_PAGE_IMAGE_CHKBOX" desc="Checkbox for including page image">
5924 Send screen shot of current page
5925 </message>
5926 <message name="IDS_BUGREPORT_INCLUDE_NEW_SCREEN_IMAGE" desc="Radio button for including a new screen image on the bug report dialog box">
5927 Send last active tab screen shot 5862 Send last active tab screen shot
5928 </message> 5863 </message>
5929 <message name="IDS_BUGREPORT_INCLUDE_NO_SCREENSHOT" desc="Radio button for not including a screen image on the bug report dialog box"> 5864 <message name="IDS_FEEDBACK_INCLUDE_NO_SCREENSHOT" desc="Radio button for not including a screen image on the bug report dialog box">
5930 Do not send a screen shot 5865 Do not send a screen shot
5931 </message> 5866 </message>
5932 <message name="IDS_BUGFEEDBACK_TYPE" desc="Label for bug type"> 5867 <message name="IDS_FEEDBACK_NO_DESCRIPTION" desc="Message shown when no te xt is entered before hitting send feedback">
5933 Bug type:
5934 </message>
5935 <message name="IDS_BUGREPORT_PHISHING_PAGE" desc="Report a bug/problem typ e: Phishing page">
5936 Phishing page
5937 </message>
5938 <message name="IDS_BUGREPORT_NO_ISSUE_SELECTED" desc="Message shown when n o issue is selected before hitting send feedback">
5939 Please tell where you are having problems before sending the feedback.
5940 </message>
5941 <message name="IDS_BUGREPORT_NO_DESCRIPTION" desc="Message shown when no t ext is entered before hitting send feedback">
5942 Please tell us what is happening before sending the feedback. 5868 Please tell us what is happening before sending the feedback.
5943 </message> 5869 </message>
5944 <message name="IDS_BUGREPORT_NO_SAVED_SCREENSHOTS_HELP" desc="Message show n when no screenshots are available for selection"> 5870 <message name="IDS_FEEDBACK_NO_SAVED_SCREENSHOTS_HELP" desc="Message shown when no screenshots are available for selection">
5945 You can select saved screenshots from here. Currently there are no scree nshots available. You can press Ctrl + the "Overview Mode" key together to take a screenshot. The last three screenshots that you have taken will appear here. 5871 You can select saved screenshots from here. Currently there are no scree nshots available. You can press Ctrl + the "Overview Mode" key together to take a screenshot. The last three screenshots that you have taken will appear here.
5946 </message> 5872 </message>
5947 <message name="IDS_BUGREPORT_ISSUE_WITH" desc="Label for issue with">
5948 Where are you having problems? (required)
5949 </message>
5950 <message name="IDS_BUGREPORT_CHOOSE_ISSUE" desc="Report a bug/problem type : Choose issue with">
5951 (choose an issue below)
5952 </message>
5953 <if expr="not pp_ifdef('use_titlecase')"> 5873 <if expr="not pp_ifdef('use_titlecase')">
5954 <message name="IDS_BUGREPORT_SEND_REPORT" desc="In sentence case: Text f or OK button on dialog"> 5874 <message name="IDS_FEEDBACK_SEND_REPORT" desc="In sentence case: Text fo r OK button on dialog">
5955 Send feedback 5875 Send feedback
5956 </message> 5876 </message>
5957 <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="In sentence cas e: Text for report phishing button">
5958 Open phishing report
5959 </message>
5960 <message name="IDS_BUGREPORT_PAGE_FORMATTING" desc="In sentence case: Re port a bug/problem type: Page formatting or layout">
5961 Page formatting or layout
5962 </message>
5963 <message name="IDS_BUGREPORT_PAGE_LOAD" desc="In sentence case: Report a bug/problem type: Pages not loading">
5964 Pages not loading
5965 </message>
5966 <message name="IDS_BUGREPORT_PLUGINS" desc="In sentence case: Report a b ug/problem type: Plug-ins">
5967 Plug-ins (e.g. Adobe Flash Player, Quicktime, etc)
5968 </message>
5969 <message name="IDS_BUGREPORT_TABS" desc="In sentence case: Report a bug/ problem type: Tabs or windows">
5970 Tabs or windows
5971 </message>
5972 <message name="IDS_BUGREPORT_NETWORK" desc="In sentence case: Report a b ug/problem type: Network connection">
5973 Network connection
5974 </message>
5975 <message name="IDS_BUGREPORT_CONNECTIVITY" desc="In Setence Case: Report a bug/problem type: Connectivity issues">
5976 Network connection
5977 </message>
5978 <message name="IDS_BUGREPORT_STANDBY_RESUME" desc="In sentence case: Rep ort a bug/problem type: Standby or Resume">
5979 Standby or Resume
5980 </message>
5981 <message name="IDS_BUGREPORT_SYNC" desc="In sentence case: Report a bug/ problem type: Synced preferences">
5982 Synced preferences
5983 </message>
5984 <message name="IDS_BUGREPORT_CRASHES" desc="In sentence case: Report a b ug/problem type: Crashes">
5985 Crashes
5986 </message>
5987 <message name="IDS_BUGREPORT_EXTENSIONS" desc="In sentence case: Report a bug/problem type: Extensions or apps">
5988 Extensions or apps
5989 </message>
5990 <message name="IDS_BUGREPORT_OTHER" desc="In sentence case: Report a bug /problem type: Other">
5991 Other
5992 </message>
5993 <message name="IDS_BUGREPORT_AUTOFILL" desc="In sentence case: Report a bug/problem type: Autofill">
5994 Autofill
5995 </message>
5996 <message name="IDS_BUGREPORT_GENERAL" desc="In sentence case: Report a b ug/problem type: General feedback/other">
5997 General feedback/other
5998 </message>
5999 <message name="IDS_BUGREPORT_PREVIEW_REPORT" desc="In sentence case: Tex t for the preview report button on dialog">
6000 Preview report
6001 </message>
6002 </if> 5877 </if>
6003 <if expr="pp_ifdef('use_titlecase')"> 5878 <if expr="pp_ifdef('use_titlecase')">
6004 <message name="IDS_BUGREPORT_SEND_REPORT" desc="Text for the send report button on dialog"> 5879 <message name="IDS_FEEDBACK_SEND_REPORT" desc="Text for the send report button on dialog">
6005 Send Feedback 5880 Send Feedback
6006 </message> 5881 </message>
6007 <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="Text for report phishing button">
6008 Open Phishing Report
6009 </message>
6010 <message name="IDS_BUGREPORT_PAGE_FORMATTING" desc="In Title Case: Repor t a bug/problem type: Page formatting or layout">
6011 Page Formatting or Layout
6012 </message>
6013 <message name="IDS_BUGREPORT_PAGE_LOAD" desc="In Title Case: Report a bu g/problem type: Pages not loading">
6014 Pages not Loading
6015 </message>
6016 <message name="IDS_BUGREPORT_PLUGINS" desc="In Title Case: Report a bug/ problem type: Plug-ins">
6017 Plug-ins (e.g. Adobe Flash Player, Quicktime, etc)
6018 </message>
6019 <message name="IDS_BUGREPORT_TABS" desc="In Title Case: Report a bug/pro blem type: Tabs or windows">
6020 Tabs or Windows
6021 </message>
6022 <message name="IDS_BUGREPORT_NETWORK" desc="In Title Case: Report a bug/ problem type: Network connection">
6023 Network Connection
6024 </message>
6025 <message name="IDS_BUGREPORT_SYNC" desc="In Title Case: Report a bug/pro blem type: Synced preferences">
6026 Synced Preferences
6027 </message>
6028 <message name="IDS_BUGREPORT_CRASHES" desc="In Title Case: Report a bug/ problem type: Crashes">
6029 Crashes
6030 </message>
6031 <message name="IDS_BUGREPORT_EXTENSIONS" desc="In Title Case: Report a b ug/problem type: Extensions or apps">
6032 Extensions or Apps
6033 </message>
6034 <message name="IDS_BUGREPORT_OTHER" desc="In Title Case: Report a bug/pr oblem type: Other">
6035 Other
6036 </message>
6037 <message name="IDS_BUGREPORT_AUTOFILL" desc="In Title Case: Report a bug /problem type: Autofill">
6038 Autofill
6039 </message>
6040 </if> 5882 </if>
6041 5883
6042 <!-- Clear Browsing Data --> 5884 <!-- Clear Browsing Data -->
6043 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Dialog title"> 5885 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Dialog title">
6044 Clear Browsing Data 5886 Clear Browsing Data
6045 </message> 5887 </message>
6046 <message name="IDS_CLEAR_BROWSING_DATA_LABEL" desc="Label at the top of th e client area of the dialog, preceding the period combo box"> 5888 <message name="IDS_CLEAR_BROWSING_DATA_LABEL" desc="Label at the top of th e client area of the dialog, preceding the period combo box">
6047 Obliterate the following items from: 5889 Obliterate the following items from:
6048 </message> 5890 </message>
6049 <message name="IDS_DEL_BROWSING_HISTORY_CHKBOX" desc="Checkbox for deletin g Browsing History"> 5891 <message name="IDS_DEL_BROWSING_HISTORY_CHKBOX" desc="Checkbox for deletin g Browsing History">
(...skipping 7428 matching lines...) Expand 10 before | Expand all | Expand 10 after
13478 Calculating time until full 13320 Calculating time until full
13479 </message> 13321 </message>
13480 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_EMPTY" desc="I n the power menu button, this is the message the shows when we are calculating t ime until empty."> 13322 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_EMPTY" desc="I n the power menu button, this is the message the shows when we are calculating t ime until empty.">
13481 Battery 13323 Battery
13482 Calculating remaining time 13324 Calculating remaining time
13483 </message> 13325 </message>
13484 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 13326 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
13485 Charging 13327 Charging
13486 Battery full 13328 Battery full
13487 </message> 13329 </message>
13488 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon.">
13489 Report a bug
13490 </message>
13491 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected."> 13330 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected.">
13492 No network 13331 No network
13493 </message> 13332 </message>
13494 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network."> 13333 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
13495 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 13334 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
13496 </message> 13335 </message>
13497 <message name="IDS_STATUSBAR_NETWORK_CONFIGURING_TOOLTIP" desc="Tooltip fo r the network menu status bar icon when configure ip addres for a network."> 13336 <message name="IDS_STATUSBAR_NETWORK_CONFIGURING_TOOLTIP" desc="Tooltip fo r the network menu status bar icon when configure ip addres for a network.">
13498 Configuring IP Address for <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 13337 Configuring IP Address for <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
13499 </message> 13338 </message>
13500 <message name="IDS_STATUSBAR_NETWORK_CONNECTED_TOOLTIP" desc="Tooltip for the network menu status bar icon when connected to a network."> 13339 <message name="IDS_STATUSBAR_NETWORK_CONNECTED_TOOLTIP" desc="Tooltip for the network menu status bar icon when connected to a network.">
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
14887 </messages> 14726 </messages>
14888 <structures fallback_to_english="true"> 14727 <structures fallback_to_english="true">
14889 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14728 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14890 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14729 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14891 </structure> 14730 </structure>
14892 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14731 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14893 </structure> 14732 </structure>
14894 </structures> 14733 </structures>
14895 </release> 14734 </release>
14896 </grit> 14735 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698