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

Side by Side Diff: ash/ash_strings.grd

Issue 10824142: Support toggling Wi-Fi with keyboard shortcut. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change the key conbination and messages for popup Created 8 years, 4 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
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 </message> 231 </message>
232 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne twork dialog header."> 232 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne twork dialog header.">
233 Network 233 Network
234 </message> 234 </message>
235 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> 235 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog.">
236 Settings... 236 Settings...
237 </message> 237 </message>
238 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen."> 238 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen.">
239 Proxy... 239 Proxy...
240 </message> 240 </message>
241 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_ENABLED" desc="The label u sed in the tray popup to notify that Wi-Fi is turned on.">
242 Wi-Fi is turned on.
243 </message>
244 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_DISABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned off.">
245 Wi-Fi is turned off.
246 </message>
241 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tray for SMS."> 247 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tray for SMS.">
242 SMS 248 SMS
243 </message> 249 </message>
244 <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."> 250 <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.">
245 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> 251 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph>
246 </message> 252 </message>
247 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag ees in the system tray."> 253 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag ees in the system tray.">
248 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph> 254 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph>
249 </message> 255 </message>
250 <message name="IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE" desc="The messag e used for locale change notifications in the system tray."> 256 <message name="IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE" desc="The messag e used for locale change notifications in the system tray.">
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 419 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
414 Settings... 420 Settings...
415 </message> 421 </message>
416 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo r clearing all notifications."> 422 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo r clearing all notifications.">
417 Clear All 423 Clear All
418 </message> 424 </message>
419 </messages> 425 </messages>
420 </release> 426 </release>
421 </grit> 427 </grit>
422 428
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698