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

Side by Side Diff: ash/ash_strings.grd

Issue 11175077: Fix the low battery notification string from mins -> minutes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 </message> 406 </message>
407 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT" desc="The label in the tray dialog to show the remaining battery power as a percent."> 407 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT" desc="The label in the tray dialog to show the remaining battery power as a percent.">
408 <ph name="percentage">$1<ex>56</ex></ph>% remaining 408 <ph name="percentage">$1<ex>56</ex></ph>% remaining
409 </message> 409 </message>
410 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ONLY" desc="The label i n the tray bubble setting row to show the remaining battery power as a percent." > 410 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ONLY" desc="The label i n the tray bubble setting row to show the remaining battery power as a percent." >
411 <ph name="percentage">$1<ex>56</ex></ph>% 411 <ph name="percentage">$1<ex>56</ex></ph>%
412 </message> 412 </message>
413 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The labe l in the tray dialog to show a time estimate until the battery is fully charged. "> 413 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The labe l in the tray dialog to show a time estimate until the battery is fully charged. ">
414 <ph name="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m until full 414 <ph name="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m until full
415 </message> 415 </message>
416 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_EMPTY_PLURAL_MIN" de sc="The label in the tray dialog to show a time estimate until the battery is em pty in plural minutes format.">
417 <ph name="minute">$1<ex>53</ex></ph> minutes left
418 </message>
419 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_EMPTY_SINGULAR_MIN" d esc="The label in the tray dialog to show a time estimate until the battery is e mpty in singular minute format.">
420 <ph name="minute">$1<ex>1</ex></ph> minute left
421 </message>
416 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING" desc="The label in the tray dialog indicating that the time to charge or discharge the battery is being calculated."> 422 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING" desc="The label in the tray dialog indicating that the time to charge or discharge the battery is being calculated.">
417 Calculating... 423 Calculating...
418 </message> 424 </message>
419 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_ONLY" desc="The label in t he tray bubble settings row to show a time estimate until the battery is empty." > 425 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_ONLY" desc="The label in t he tray bubble settings row to show a time estimate until the battery is empty." >
420 <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> l eft 426 <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> l eft
421 </message> 427 </message>
422 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:"> 428 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:">
423 IP Address 429 IP Address
424 </message> 430 </message>
425 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network de vice."> 431 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network de vice.">
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized."> 491 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized.">
486 Minimize 492 Minimize
487 </message> 493 </message>
488 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 494 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
489 Can't duplicate image on attached monitors. No matching resolution found . 495 Can't duplicate image on attached monitors. No matching resolution found .
490 </message> 496 </message>
491 </messages> 497 </messages>
492 </release> 498 </release>
493 </grit> 499 </grit>
494 500
OLDNEW
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.h » ('j') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698