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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 </message> | 216 </message> |
217 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for
the item to enable cellular networks."> | 217 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for
the item to enable cellular networks."> |
218 Enable cellular | 218 Enable cellular |
219 </message> | 219 </message> |
220 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used fo
r the item to disable cellular networks."> | 220 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used fo
r the item to disable cellular networks."> |
221 Disable cellular | 221 Disable cellular |
222 </message> | 222 </message> |
223 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra
y popup to notify that the user should restart to get system updates."> | 223 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra
y popup to notify that the user should restart to get system updates."> |
224 Restart to update | 224 Restart to update |
225 </message> | 225 </message> |
| 226 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the
header in the bluetooth popup."> |
| 227 Bluetooth |
| 228 </message> |
| 229 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CONNECTED" desc="The label us
ed in the tray popup for the bluetooth entry."> |
| 230 Bluetooth connected |
| 231 </message> |
| 232 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used
in the tray popup to notify that bluetooth is enabled."> |
| 233 Bluetooth enabled |
| 234 </message> |
| 235 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use
d in the tray popup to notify that bluetooth is disabled."> |
| 236 Bluetooth disabled |
| 237 </message> |
| 238 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used
in the tray popup to disable bluetooth."> |
| 239 Disable Bluetooth |
| 240 </message> |
| 241 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used
in the tray popup to enable bluetooth."> |
| 242 Enable Bluetooth |
| 243 </message> |
| 244 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label use
d in the tray popup for bluetooth settings."> |
| 245 Bluetooth settings... |
| 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."> |
| 248 Add device... |
| 249 </message> |
226 </messages> | 250 </messages> |
227 </release> | 251 </release> |
228 </grit> | 252 </grit> |
229 | 253 |
OLD | NEW |