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

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: Review fix 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
« no previous file with comments | « no previous file | chrome/app/theme/statusbar_battery10c.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12089 matching lines...) Expand 10 before | Expand all | Expand 10 after
12100 </message> 12100 </message>
12101 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty."> 12101 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty.">
12102 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> r emaining 12102 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> r emaining
12103 </message> 12103 </message>
12104 <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."> 12104 <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 Calculating time until full 12105 Calculating time until full
12106 </message> 12106 </message>
12107 <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."> 12107 <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 Calculating remaining time 12108 Calculating remaining time
12109 </message> 12109 </message>
12110 <message name="IDS_STATUSBAR_BATTERY_DISCHARGING" desc="In the power menu popup, indicates that the battery is being used.">
12111 Battery
12112 </message>
12113 <message name="IDS_STATUSBAR_BATTERY_CHARGING" desc="In the power menu pop up, indicates that the battery is being charged.">
12114 Charging
12115 </message>
12110 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 12116 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
12111 Battery is charged 12117 Battery full
12112 </message> 12118 </message>
12113 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon."> 12119 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon.">
12114 Report a bug 12120 Report a bug
12115 </message> 12121 </message>
12116 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected."> 12122 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected.">
12117 No network 12123 No network
12118 </message> 12124 </message>
12119 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network."> 12125 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
12120 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 12126 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
12121 </message> 12127 </message>
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
13361 </includes> 13367 </includes>
13362 <structures fallback_to_english="true"> 13368 <structures fallback_to_english="true">
13363 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13369 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13364 </structure> 13370 </structure>
13365 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13371 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13366 </structure> 13372 </structure>
13367 </structures> 13373 </structures>
13368 13374
13369 </release> 13375 </release>
13370 </grit> 13376 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/statusbar_battery10c.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698