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

Side by Side Diff: ash/ash_strings.grd

Issue 10391177: Add TrayLocale for locale change notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase w/ icons in tot Created 8 years, 7 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 | « ash/ash.gyp ('k') | ash/system/locale/locale_observer.h » ('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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/locale/locale_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698