| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 </message> | 236 </message> |
| 237 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status
tray for SMS."> | 237 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status
tray for SMS."> |
| 238 SMS | 238 SMS |
| 239 </message> | 239 </message> |
| 240 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in t
he default status tray view for SMS with the number of messages."> | 240 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in t
he default status tray view for SMS with the number of messages."> |
| 241 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> | 241 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> |
| 242 </message> | 242 </message> |
| 243 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag
ees in the system tray."> | 243 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag
ees in the system tray."> |
| 244 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph> | 244 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph> |
| 245 </message> | 245 </message> |
| 246 <message name="IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE" desc="The messag
e used for locale change notifications in the system tray."> |
| 247 The language has changed from "<ph name="FROM_LOCALE">$1<ex>Italian</ex>
</ph>" to "<ph name="TO_LOCALE">$2<ex>English (United States)</ex></ph>" after s
yncing your settings. |
| 248 </message> |
| 249 <message name="IDS_ASH_STATUS_TRAY_LOCALE_REVERT_MESSAGE" desc="Link to re
vert a change."> |
| 250 Change back to "<ph name="FROM_LOCALE">$1<ex>Italian</ex></ph>" (require
s restart) |
| 251 </message> |
| 246 <message name="IDS_ASH_STATUS_TRAY_AIRPLANE_MODE" desc="The label used in
the network dialog to turn on airplane mode."> | 252 <message name="IDS_ASH_STATUS_TRAY_AIRPLANE_MODE" desc="The label used in
the network dialog to turn on airplane mode."> |
| 247 Airplane mode | 253 Airplane mode |
| 248 </message> | 254 </message> |
| 249 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for t
he item to enable wifi."> | 255 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for t
he item to enable wifi."> |
| 250 Enable Wi-Fi | 256 Enable Wi-Fi |
| 251 </message> | 257 </message> |
| 252 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for
the item to disable wifi."> | 258 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for
the item to disable wifi."> |
| 253 Disable Wi-Fi | 259 Disable Wi-Fi |
| 254 </message> | 260 </message> |
| 255 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for th
e item to display other Wi-Fi networks."> | 261 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for th
e item to display other Wi-Fi networks."> |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text
on the secondary monitors."> | 380 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text
on the secondary monitors."> |
| 375 Ctrl + | 381 Ctrl + |
| 376 </message> | 382 </message> |
| 377 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 383 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 378 Previous menu | 384 Previous menu |
| 379 </message> | 385 </message> |
| 380 </messages> | 386 </messages> |
| 381 </release> | 387 </release> |
| 382 </grit> | 388 </grit> |
| 383 | 389 |
| OLD | NEW |