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

Side by Side Diff: ash/ash_strings.grd

Issue 9810030: ash: Translate the battery status strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 </message> 240 </message>
241 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth."> 241 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth.">
242 Enable Bluetooth 242 Enable Bluetooth
243 </message> 243 </message>
244 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label use d in the tray popup for bluetooth settings."> 244 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label use d in the tray popup for bluetooth settings.">
245 Bluetooth settings... 245 Bluetooth settings...
246 </message> 246 </message>
247 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u sed in the tray popup to add a bluetooth device."> 247 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u sed in the tray popup to add a bluetooth device.">
248 Add device... 248 Add device...
249 </message> 249 </message>
250 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr ay dialog to indicate that the battery is full.">
251 Battery full
252 </message>
253 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the tray dialog to show the status of the battery power.">
254 Battery: <ph name="percentage">$1<ex>56</ex></ph>%
255 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m
256 </message>
250 </messages> 257 </messages>
251 </release> 258 </release>
252 </grit> 259 </grit>
253 260
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