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

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: Remove extra include. Created 9 years 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 5433 matching lines...) Expand 10 before | Expand all | Expand 10 after
5444 </message> 5444 </message>
5445 <message name="IDS_ACCNAME_TOOLTIP_FORWARD" desc="The tooltip for forward button suited for non-mouse users"> 5445 <message name="IDS_ACCNAME_TOOLTIP_FORWARD" desc="The tooltip for forward button suited for non-mouse users">
5446 Press enter to go forward, context menu key to see history 5446 Press enter to go forward, context menu key to see history
5447 </message> 5447 </message>
5448 <message name="IDS_TOOLTIP_HOME" desc="The tooltip for the home button"> 5448 <message name="IDS_TOOLTIP_HOME" desc="The tooltip for the home button">
5449 Open the home page 5449 Open the home page
5450 </message> 5450 </message>
5451 <message name="IDS_TOOLTIP_RELOAD" desc="The tooltip for reload button"> 5451 <message name="IDS_TOOLTIP_RELOAD" desc="The tooltip for reload button">
5452 Reload this page 5452 Reload this page
5453 </message> 5453 </message>
5454 <message name="IDS_TOOLTIP_FEEDBACK" desc="Tooltip for the feedback button .">
5455 Report an Issue
5456 </message>
5457 <message name="IDS_TOOLTIP_STOP" desc="The tooltip for the stop button"> 5454 <message name="IDS_TOOLTIP_STOP" desc="The tooltip for the stop button">
5458 Stop loading this page 5455 Stop loading this page
5459 </message> 5456 </message>
5460 <message name="IDS_TOOLTIP_STAR" desc="The tooltip for bookmark button"> 5457 <message name="IDS_TOOLTIP_STAR" desc="The tooltip for bookmark button">
5461 Bookmark this page 5458 Bookmark this page
5462 </message> 5459 </message>
5463 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip for bookmark button when bookmarked"> 5460 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip for bookmark button when bookmarked">
5464 Edit bookmark for this page 5461 Edit bookmark for this page
5465 </message> 5462 </message>
5466 <message name="IDS_TOOLTIP_CLOSE_TAB" desc="The tooltip for the close tab button"> 5463 <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
5757 Close Firefox Before Importing 5754 Close Firefox Before Importing
5758 </message> 5755 </message>
5759 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog"> 5756 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog">
5760 Continue 5757 Continue
5761 </message> 5758 </message>
5762 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog"> 5759 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog">
5763 Skip Import 5760 Skip Import
5764 </message> 5761 </message>
5765 5762
5766 <!-- Report Bug or Broken Website Dialog --> 5763 <!-- Report Bug or Broken Website Dialog -->
5767 <message name="IDS_BUGREPORT_TITLE" desc="Dialog title for bug report dial og"> 5764 <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialo g">
5768 Whoops. Let's fix that. 5765 Whoops. Let's fix that.
5769 </message> 5766 </message>
5770 <message name="IDS_BUGREPORT_REPORT_PAGE_TITLE" desc="Label showing the ti tle of the page that will be reported"> 5767 <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the tit le of the page that will be reported">
5771 Feedback 5768 Feedback
5772 </message> 5769 </message>
5773 <message name="IDS_BUGREPORT_REPORT_URL_LABEL" desc="Label showing the URL that will be reported"> 5770 <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported">
5774 Include this URL: 5771 Include this URL:
5775 </message> 5772 </message>
5776 <message name="IDS_BUGREPORT_USER_EMAIL_LABEL" desc="Label showing the e-m ail address that will be reported"> 5773 <message name="IDS_FEEDBACK_USER_EMAIL_LABEL" desc="Label showing the e-ma il address that will be reported">
5777 Include this email: 5774 Include this email:
5778 </message> 5775 </message>
5779 <message name="IDS_BUGREPORT_DESCRIPTION_LABEL" desc="Label for the descri ption field"> 5776 <message name="IDS_FEEDBACK_DESCRIPTION_LABEL" desc="Label for the descrip tion field">
5780 Tell us what is happening. (required) 5777 Tell us what is happening. (required)
5781 </message> 5778 </message>
5782 <if expr="pp_ifdef('chromeos')"> 5779 <if expr="pp_ifdef('chromeos')">
5783 <message name="IDS_BUGREPORT_SCREENSHOT_LABEL" desc="Label for the screens hot field if current screenshots are being shown"> 5780 <message name="IDS_FEEDBACK_SCREENSHOT_LABEL" desc="Label for the screensh ot field if current screenshots are being shown">
5784 Include the current screenshot: 5781 Include the current screenshot:
5785 </message> 5782 </message>
5786 </if> 5783 </if>
5787 <if expr="not pp_ifdef('chromeos')"> 5784 <if expr="not pp_ifdef('chromeos')">
5788 <message name="IDS_BUGREPORT_SCREENSHOT_LABEL" desc="Label for the screens hot field if current screenshots are being shown"> 5785 <message name="IDS_FEEDBACK_SCREENSHOT_LABEL" desc="Label for the screensh ot field if current screenshots are being shown">
5789 Include this screenshot: 5786 Include this screenshot:
5790 </message> 5787 </message>
5791 </if> 5788 </if>
5792 <message name="IDS_BUGREPORT_SAVED_SCREENSHOT_LABEL" desc="Label for the s creenshot field if saved screenshots are being shown"> 5789 <message name="IDS_FEEDBACK_SAVED_SCREENSHOT_LABEL" desc="Label for the sc reenshot field if saved screenshots are being shown">
5793 Include a saved screenshot: 5790 Include a saved screenshot:
5794 </message> 5791 </message>
5795 <!-- For Mac compatibility --> 5792 <message name="IDS_FEEDBACK_CURRENT_SCREENSHOTS" desc="Radio button for in cluding the last screen image on the bug report dialog box">
5796 <message name="IDS_BUGREPORT_SOMETHING_MISSING" desc="In Title Case: Repor t a bug/problem type: Something's missing">
5797 Something's Missing
5798 </message>
5799 <message name="IDS_BUGREPORT_BROWSER_CRASH" desc="Report a bug/problem typ e: Browser crashed">
5800 Browser crash... go boom
5801 </message>
5802 <message name="IDS_BUGREPORT_OTHER_PROBLEM" desc="Report a bug/problem typ e: General feedback/other">
5803 General feedback/other
5804 </message>
5805 <message name="IDS_BUGREPORT_PAGE_LOOKS_ODD" desc="Report a bug/problem ty pe: Page looks odd">
5806 Page looks odd
5807 </message>
5808 <message name="IDS_BUGREPORT_PAGE_WONT_LOAD" desc="Report a bug/problem ty pe: Page won't load">
5809 Page won't load
5810 </message>
5811 <message name="IDS_BUGREPORT_CANT_SIGN_IN" desc="Report a bug/problem type : Can't sign in">
5812 Can't sign in
5813 </message>
5814 <!-- /Mac Compat -->
5815 <message name="IDS_BUGREPORT_NOTIFICATION_TITLE" desc="Title for the notif ication given to the user on completion (successful or failed) of user feedback" >
5816 Feedback submission status
5817 </message>
5818 <message name="IDS_BUGREPORT_FEEDBACK_STATUS_SUCCESS" desc="Message for th e status of a feedback submission on success">
5819 User Feedback submission succeeded
5820 </message>
5821 <message name="IDS_BUGREPORT_FEEDBACK_STATUS_FAIL" desc="Message for the s tatus of a feedback submission failure">
5822 User feedback submission failed: $1
5823 </message>
5824 <message name="IDS_BUGREPORT_INCLUDE_LAST_SCREEN_IMAGE" desc="Radio button for including the last screen image on the bug report dialog box">
5825 Send last saved screen shot
5826 </message>
5827 <message name="IDS_BUGREPORT_CURRENT_SCREENSHOTS" desc="Radio button for i ncluding the last screen image on the bug report dialog box">
5828 Send a current page screen shot 5793 Send a current page screen shot
5829 </message> 5794 </message>
5830 <message name="IDS_BUGREPORT_SAVED_SCREENSHOTS" desc="Radio button for inc luding the last screen image on the bug report dialog box"> 5795 <message name="IDS_FEEDBACK_SAVED_SCREENSHOTS" desc="Radio button for incl uding the last screen image on the bug report dialog box">
5831 Send a saved screen shot 5796 Send a saved screen shot
5832 </message> 5797 </message>
5833 <message name="IDS_BUGREPORT_INCLUDE_SYSTEM_INFORMATION_CHKBOX" desc="Chec kbox for including system information on the bug report dialog box"> 5798 <message name="IDS_FEEDBACK_INCLUDE_SYSTEM_INFORMATION_CHKBOX" desc="Check box for including system information on the bug report dialog box">
5834 Send system information 5799 Send system information
5835 </message> 5800 </message>
5836 <message name="IDS_BUGREPORT_SYSTEM_INFORMATION_URL_TEXT" desc="Text for s ystem information url on the bug report dialog box"> 5801 <message name="IDS_FEEDBACK_CHOOSE_DIFFERENT_SCREENSHOT" desc="Text for ch anging the screenshot selection from current to saved">
5837 Include System Information
5838 </message>
5839 <message name="IDS_BUGREPORT_CHOOSE_DIFFERENT_SCREENSHOT" desc="Text for c hanging the screenshot selection from current to saved">
5840 (Choose a different screenshot) 5802 (Choose a different screenshot)
5841 </message> 5803 </message>
5842 <message name="IDS_BUGREPORT_CHOOSE_ORIGINAL_SCREENSHOT" desc="Text for ch anging the screenshot selection from saved to current"> 5804 <message name="IDS_FEEDBACK_CHOOSE_ORIGINAL_SCREENSHOT" desc="Text for cha nging the screenshot selection from saved to current">
5843 (Go back to original screenshot) 5805 (Go back to original screenshot)
5844 </message> 5806 </message>
5845 <if expr="pp_ifdef('chromeos')"> 5807 <message name="IDS_FEEDBACK_PRIVACY_NOTE" desc="Text for the privacy note included with Chrome OS">
5846 <message name="IDS_BUGREPORT_PRIVACY_NOTE" desc="Text for the privacy note included with Chrome OS"> 5808 Your Chrome and Operating system version will be submitted in addition
5847 Note: When you click "Send Feedback," Chrome OS includes a log of 5809 to any information you choose to include above. This feedback is used to
5848 system events from your device. This information is used by 5810 diagnose problems and help improve Chrome. Any personal information you
5849 us to diagnose problems, understand how you interact with 5811 submit, whether explicitly or incidentally will be protected in
5850 the device, and to help us improve its performance. Any 5812 accordance with our privacy policies.<ph name="BEGIN_BOLD">&lt;strong&gt ;
5851 personal information included with the feedback report, 5813 </ph> By submitting this feedback, you agree that Google may use feedbac k
5852 whether explicitly in your comments or incidentally in the 5814 that you provide to improve any Google product or service.
5853 system logs and the screenshot, will be protected in 5815 <ph name="END_BOLD">&lt;/strong&gt;</ph>
5854 accordance with our <ph name="BEGIN_LINK">&lt;a target="_blank"
5855 href="http://www.google.com/intl/en/chromeos/privacy.html"&gt;</ph>
5856 privacy policies.<ph name="END_LINK">&lt;/a&gt;</ph>
5857 To not send any system logs at all, please uncheck the
5858 "Include System Information" box.
5859 </message> 5816 </message>
5860 </if> 5817 <message name="IDS_FEEDBACK_INCLUDE_NEW_SCREEN_IMAGE" desc="Radio button f or including a new screen image on the bug report dialog box">
5861 <if expr="not pp_ifdef('chromeos')">
5862 <message name="IDS_BUGREPORT_PRIVACY_NOTE" desc="Text for the privacy note included with Chrome OS">
5863 Note: When you click "Send Feedback," Chrome includes a log of your
5864 Chrome version and OS version and the URL associated with your feedback.
5865 You may also choose to include a screenshot associated with your
5866 feedback. This information is used by us to diagnose problems and to
5867 help us improve Chrome’s performance. Any personal information included
5868 with the feedback report, whether explicitly in your comments or
5869 incidentally in the log, URL or screenshot, will be protected in
5870 accordance with our privacy policies. To not send the URL, please
5871 uncheck the “Include this URL:” box. To not send the screenshot, leave the box
5872 “Include this screenshot:” unchecked. You agree that Google may use any feedback that you
5873 provide to improve any Google products or services.
5874 </message>
5875 </if>
5876 <message name="IDS_BUGREPORT_INCLUDE_PAGE_SOURCE_CHKBOX" desc="Checkbox fo r including page source">
5877 Send source of current page
5878 </message>
5879 <message name="IDS_BUGREPORT_INCLUDE_PAGE_IMAGE_CHKBOX" desc="Checkbox for including page image">
5880 Send screen shot of current page
5881 </message>
5882 <message name="IDS_BUGREPORT_INCLUDE_NEW_SCREEN_IMAGE" desc="Radio button for including a new screen image on the bug report dialog box">
5883 Send last active tab screen shot 5818 Send last active tab screen shot
5884 </message> 5819 </message>
5885 <message name="IDS_BUGREPORT_INCLUDE_NO_SCREENSHOT" desc="Radio button for not including a screen image on the bug report dialog box"> 5820 <message name="IDS_FEEDBACK_INCLUDE_NO_SCREENSHOT" desc="Radio button for not including a screen image on the bug report dialog box">
5886 Do not send a screen shot 5821 Do not send a screen shot
5887 </message> 5822 </message>
5888 <message name="IDS_BUGFEEDBACK_TYPE" desc="Label for bug type"> 5823 <message name="IDS_FEEDBACK_NO_DESCRIPTION" desc="Message shown when no te xt is entered before hitting send feedback">
5889 Bug type:
5890 </message>
5891 <message name="IDS_BUGREPORT_PHISHING_PAGE" desc="Report a bug/problem typ e: Phishing page">
5892 Phishing page
5893 </message>
5894 <message name="IDS_BUGREPORT_NO_ISSUE_SELECTED" desc="Message shown when n o issue is selected before hitting send feedback">
5895 Please tell where you are having problems before sending the feedback.
5896 </message>
5897 <message name="IDS_BUGREPORT_NO_DESCRIPTION" desc="Message shown when no t ext is entered before hitting send feedback">
5898 Please tell us what is happening before sending the feedback. 5824 Please tell us what is happening before sending the feedback.
5899 </message> 5825 </message>
5900 <message name="IDS_BUGREPORT_NO_SAVED_SCREENSHOTS_HELP" desc="Message show n when no screenshots are available for selection"> 5826 <message name="IDS_FEEDBACK_NO_SAVED_SCREENSHOTS_HELP" desc="Message shown when no screenshots are available for selection">
5901 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. 5827 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.
5902 </message> 5828 </message>
5903 <message name="IDS_BUGREPORT_ISSUE_WITH" desc="Label for issue with">
5904 Where are you having problems? (required)
5905 </message>
5906 <message name="IDS_BUGREPORT_CHOOSE_ISSUE" desc="Report a bug/problem type : Choose issue with">
5907 (choose an issue below)
5908 </message>
5909 <if expr="not pp_ifdef('use_titlecase')"> 5829 <if expr="not pp_ifdef('use_titlecase')">
5910 <message name="IDS_BUGREPORT_SEND_REPORT" desc="In sentence case: Text f or OK button on dialog"> 5830 <message name="IDS_FEEDBACK_SEND_REPORT" desc="In sentence case: Text fo r OK button on dialog">
5911 Send feedback 5831 Send feedback
5912 </message> 5832 </message>
5913 <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="In sentence cas e: Text for report phishing button">
5914 Open phishing report
5915 </message>
5916 <message name="IDS_BUGREPORT_PAGE_FORMATTING" desc="In sentence case: Re port a bug/problem type: Page formatting or layout">
5917 Page formatting or layout
5918 </message>
5919 <message name="IDS_BUGREPORT_PAGE_LOAD" desc="In sentence case: Report a bug/problem type: Pages not loading">
5920 Pages not loading
5921 </message>
5922 <message name="IDS_BUGREPORT_PLUGINS" desc="In sentence case: Report a b ug/problem type: Plug-ins">
5923 Plug-ins (e.g. Adobe Flash Player, Quicktime, etc)
5924 </message>
5925 <message name="IDS_BUGREPORT_TABS" desc="In sentence case: Report a bug/ problem type: Tabs or windows">
5926 Tabs or windows
5927 </message>
5928 <message name="IDS_BUGREPORT_NETWORK" desc="In sentence case: Report a b ug/problem type: Network connection">
5929 Network connection
5930 </message>
5931 <message name="IDS_BUGREPORT_CONNECTIVITY" desc="In Setence Case: Report a bug/problem type: Connectivity issues">
5932 Network connection
5933 </message>
5934 <message name="IDS_BUGREPORT_STANDBY_RESUME" desc="In sentence case: Rep ort a bug/problem type: Standby or Resume">
5935 Standby or Resume
5936 </message>
5937 <message name="IDS_BUGREPORT_SYNC" desc="In sentence case: Report a bug/ problem type: Synced preferences">
5938 Synced preferences
5939 </message>
5940 <message name="IDS_BUGREPORT_CRASHES" desc="In sentence case: Report a b ug/problem type: Crashes">
5941 Crashes
5942 </message>
5943 <message name="IDS_BUGREPORT_EXTENSIONS" desc="In sentence case: Report a bug/problem type: Extensions or apps">
5944 Extensions or apps
5945 </message>
5946 <message name="IDS_BUGREPORT_OTHER" desc="In sentence case: Report a bug /problem type: Other">
5947 Other
5948 </message>
5949 <message name="IDS_BUGREPORT_AUTOFILL" desc="In sentence case: Report a bug/problem type: Autofill">
5950 Autofill
5951 </message>
5952 <message name="IDS_BUGREPORT_GENERAL" desc="In sentence case: Report a b ug/problem type: General feedback/other">
5953 General feedback/other
5954 </message>
5955 <message name="IDS_BUGREPORT_PREVIEW_REPORT" desc="In sentence case: Tex t for the preview report button on dialog">
5956 Preview report
5957 </message>
5958 </if> 5833 </if>
5959 <if expr="pp_ifdef('use_titlecase')"> 5834 <if expr="pp_ifdef('use_titlecase')">
5960 <message name="IDS_BUGREPORT_SEND_REPORT" desc="Text for the send report button on dialog"> 5835 <message name="IDS_FEEDBACK_SEND_REPORT" desc="Text for the send report button on dialog">
5961 Send Feedback 5836 Send Feedback
5962 </message> 5837 </message>
5963 <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="Text for report phishing button">
5964 Open Phishing Report
5965 </message>
5966 <message name="IDS_BUGREPORT_PAGE_FORMATTING" desc="In Title Case: Repor t a bug/problem type: Page formatting or layout">
5967 Page Formatting or Layout
5968 </message>
5969 <message name="IDS_BUGREPORT_PAGE_LOAD" desc="In Title Case: Report a bu g/problem type: Pages not loading">
5970 Pages not Loading
5971 </message>
5972 <message name="IDS_BUGREPORT_PLUGINS" desc="In Title Case: Report a bug/ problem type: Plug-ins">
5973 Plug-ins (e.g. Adobe Flash Player, Quicktime, etc)
5974 </message>
5975 <message name="IDS_BUGREPORT_TABS" desc="In Title Case: Report a bug/pro blem type: Tabs or windows">
5976 Tabs or Windows
5977 </message>
5978 <message name="IDS_BUGREPORT_NETWORK" desc="In Title Case: Report a bug/ problem type: Network connection">
5979 Network Connection
5980 </message>
5981 <message name="IDS_BUGREPORT_SYNC" desc="In Title Case: Report a bug/pro blem type: Synced preferences">
5982 Synced Preferences
5983 </message>
5984 <message name="IDS_BUGREPORT_CRASHES" desc="In Title Case: Report a bug/ problem type: Crashes">
5985 Crashes
5986 </message>
5987 <message name="IDS_BUGREPORT_EXTENSIONS" desc="In Title Case: Report a b ug/problem type: Extensions or apps">
5988 Extensions or Apps
5989 </message>
5990 <message name="IDS_BUGREPORT_OTHER" desc="In Title Case: Report a bug/pr oblem type: Other">
5991 Other
5992 </message>
5993 <message name="IDS_BUGREPORT_AUTOFILL" desc="In Title Case: Report a bug /problem type: Autofill">
5994 Autofill
5995 </message>
5996 </if> 5838 </if>
5997 5839
5998 <!-- Clear Browsing Data --> 5840 <!-- Clear Browsing Data -->
5999 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Dialog title"> 5841 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Dialog title">
6000 Clear Browsing Data 5842 Clear Browsing Data
6001 </message> 5843 </message>
6002 <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"> 5844 <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">
6003 Obliterate the following items from: 5845 Obliterate the following items from:
6004 </message> 5846 </message>
6005 <message name="IDS_DEL_BROWSING_HISTORY_CHKBOX" desc="Checkbox for deletin g Browsing History"> 5847 <message name="IDS_DEL_BROWSING_HISTORY_CHKBOX" desc="Checkbox for deletin g Browsing History">
(...skipping 7414 matching lines...) Expand 10 before | Expand all | Expand 10 after
13420 Calculating time until full 13262 Calculating time until full
13421 </message> 13263 </message>
13422 <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."> 13264 <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.">
13423 Battery 13265 Battery
13424 Calculating remaining time 13266 Calculating remaining time
13425 </message> 13267 </message>
13426 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 13268 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
13427 Charging 13269 Charging
13428 Battery full 13270 Battery full
13429 </message> 13271 </message>
13430 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon.">
13431 Report a bug
13432 </message>
13433 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected."> 13272 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected.">
13434 No network 13273 No network
13435 </message> 13274 </message>
13436 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network."> 13275 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
13437 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 13276 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
13438 </message> 13277 </message>
13439 <message name="IDS_STATUSBAR_NETWORK_CONFIGURING_TOOLTIP" desc="Tooltip fo r the network menu status bar icon when configure ip addres for a network."> 13278 <message name="IDS_STATUSBAR_NETWORK_CONFIGURING_TOOLTIP" desc="Tooltip fo r the network menu status bar icon when configure ip addres for a network.">
13440 Configuring IP Address for <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 13279 Configuring IP Address for <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
13441 </message> 13280 </message>
13442 <message name="IDS_STATUSBAR_NETWORK_CONNECTED_TOOLTIP" desc="Tooltip for the network menu status bar icon when connected to a network."> 13281 <message name="IDS_STATUSBAR_NETWORK_CONNECTED_TOOLTIP" desc="Tooltip for the network menu status bar icon when connected to a network.">
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
14820 </messages> 14659 </messages>
14821 <structures fallback_to_english="true"> 14660 <structures fallback_to_english="true">
14822 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14661 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14823 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14662 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14824 </structure> 14663 </structure>
14825 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14664 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14826 </structure> 14665 </structure>
14827 </structures> 14666 </structures>
14828 </release> 14667 </release>
14829 </grit> 14668 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698