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

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

Issue 7491083: Implemented nicer battery status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unitialized ivars Created 9 years, 4 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 12090 matching lines...) Expand 10 before | Expand all | Expand 10 after
12101 </message> 12101 </message>
12102 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty."> 12102 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty.">
12103 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> r emaining 12103 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> r emaining
12104 </message> 12104 </message>
12105 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_FULL" desc="In the power menu button, this is the message the shows when we are calculating ti me until full."> 12105 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_FULL" desc="In the power menu button, this is the message the shows when we are calculating ti me until full.">
12106 Calculating time until full 12106 Calculating time until full
12107 </message> 12107 </message>
12108 <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."> 12108 <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.">
12109 Calculating remaining time 12109 Calculating remaining time
12110 </message> 12110 </message>
12111 <message name="IDS_STATUSBAR_BATTERY_DISCHARGING" desc="In the power menu popup, indicates that the battery is being used.">
12112 Battery
12113 </message>
12114 <message name="IDS_STATUSBAR_BATTERY_CHARGING" desc="In the power menu pop up, indicates that the battery is being charged.">
12115 Charging
12116 </message>
12111 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 12117 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
12112 Battery is charged 12118 Battery full
12113 </message> 12119 </message>
12114 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon."> 12120 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon.">
12115 Report a bug 12121 Report a bug
12116 </message> 12122 </message>
12117 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected."> 12123 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected.">
12118 No network 12124 No network
12119 </message> 12125 </message>
12120 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network."> 12126 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
12121 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 12127 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
12122 </message> 12128 </message>
(...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after
13328 </includes> 13334 </includes>
13329 <structures fallback_to_english="true"> 13335 <structures fallback_to_english="true">
13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13336 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13331 </structure> 13337 </structure>
13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13338 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13333 </structure> 13339 </structure>
13334 </structures> 13340 </structures>
13335 13341
13336 </release> 13342 </release>
13337 </grit> 13343 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/statusbar_battery10c.png » ('j') | chrome/browser/chromeos/cros/power_library.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698