OLD | NEW |
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 Loading... |
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 |
OLD | NEW |