Index: ash/ash_strings.grd |
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd |
index 70120430f4e397a098ec74f41fcb419a164f34a0..7e3a8530f4d2b6351194d6fd1e082ec3483421d5 100644 |
--- a/ash/ash_strings.grd |
+++ b/ash/ash_strings.grd |
@@ -413,6 +413,12 @@ Press Search or Shift to cancel. |
<message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The label in the tray dialog to show a time estimate until the battery is fully charged."> |
<ph name="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m until full |
</message> |
+ <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_EMPTY_PLURAL_MIN" desc="The label in the tray dialog to show a time estimate until the battery is empty in plural minutes format."> |
+ <ph name="minute">$1<ex>53</ex></ph> minutes left |
+ </message> |
+ <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_EMPTY_SINGULAR_MIN" desc="The label in the tray dialog to show a time estimate until the battery is empty in singular minute format."> |
+ <ph name="minute">$1<ex>1</ex></ph> minute left |
+ </message> |
<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."> |
Calculating... |
</message> |