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

Side by Side Diff: ash/ash_strings.grd

Issue 10010037: ash: Show 'calculating' when the battery time is still being computed, instead of showing incorrec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | ash/system/power/tray_power.cc » ('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 the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full."> 282 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full.">
283 Battery full 283 Battery full
284 </message> 284 </message>
285 <message name="IDS_ASH_STATUS_TRAY_BATTERY_LOW" desc="The label in the tra y dialog to indicate that the battery is low."> 285 <message name="IDS_ASH_STATUS_TRAY_BATTERY_LOW" desc="The label in the tra y dialog to indicate that the battery is low.">
286 Battery low 286 Battery low
287 </message> 287 </message>
288 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the tray dialog to show the status of the battery power."> 288 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the tray dialog to show the status of the battery power.">
289 Battery: <ph name="percentage">$1<ex>56</ex></ph>% 289 Battery: <ph name="percentage">$1<ex>56</ex></ph>%
290 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m 290 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m
291 </message> 291 </message>
292 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING_ON" desc="The label in the tray dialog indicating that the time to completely charge the battery is being calculated.">
293 Battery: <ph name="percentage">$1<ex>56</ex></ph>%
294 Calculating time until full
295 </message>
296 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING_OFF" desc="The labe l in the tray dialog indicating that the time to completely drain the battery is being calculated.">
297 Battery: <ph name="percentage">$1<ex>56</ex></ph>%
298 Calculating remaining time
299 </message>
292 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:"> 300 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:">
293 IP Address 301 IP Address
294 </message> 302 </message>
295 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network de vice."> 303 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network de vice.">
296 Ethernet 304 Ethernet
297 </message> 305 </message>
298 <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device."> 306 <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device.">
299 Wi-Fi 307 Wi-Fi
300 </message> 308 </message>
301 <message name="IDS_ASH_SECONDARY_MONITOR" desc="The message shown on the s econdary monitors."> 309 <message name="IDS_ASH_SECONDARY_MONITOR" desc="The message shown on the s econdary monitors.">
302 This screen intentionally left blank 310 This screen intentionally left blank
303 </message> 311 </message>
304 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors."> 312 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors.">
305 Ctrl + 313 Ctrl +
306 </message> 314 </message>
307 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 315 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
308 Previous menu 316 Previous menu
309 </message> 317 </message>
310 </messages> 318 </messages>
311 </release> 319 </release>
312 </grit> 320 </grit>
313 321
OLDNEW
« no previous file with comments | « no previous file | ash/system/power/tray_power.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698