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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 1417853002: Add IPv6 Address to status tray (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('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 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Device types --> 6 <!-- Device types -->
7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)"> 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)">
8 Chromebase 8 Chromebase
9 </message> 9 </message>
10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)"> 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 </message> 47 </message>
48 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button."> 48 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button.">
49 Cellular 49 Cellular
50 </message> 50 </message>
51 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button."> 51 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button.">
52 Network Info 52 Network Info
53 </message> 53 </message>
54 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of t he network:"> 54 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of t he network:">
55 IP Address 55 IP Address
56 </message> 56 </message>
57 <message name="IDS_ASH_STATUS_TRAY_IPV6" desc="The label for the IP address of the network:">
58 IPv6 Address
59 </message>
57 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in t he settings entry in the network dialog."> 60 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in t he settings entry in the network dialog.">
58 Settings... 61 Settings...
59 </message> 62 </message>
60 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label use d in the proxy settings entry in the network dialog in the login screen."> 63 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label use d in the proxy settings entry in the network dialog in the login screen.">
61 Proxy... 64 Proxy...
62 </message> 65 </message>
63 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for the i tem to enable wifi."> 66 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for the i tem to enable wifi.">
64 Enable Wi-Fi 67 Enable Wi-Fi
65 </message> 68 </message>
66 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi."> 69 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi.">
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 <!-- Deprecated Accelerators Messages --> 443 <!-- Deprecated Accelerators Messages -->
441 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" 444 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG"
442 desc="Notification message to tell users about the deprecation of Ctr l+Shift+L shortcut to lock the screen."> 445 desc="Notification message to tell users about the deprecation of Ctr l+Shift+L shortcut to lock the screen.">
443 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh ift+L. 446 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh ift+L.
444 </message> 447 </message>
445 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 448 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
446 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 449 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
447 The task manager shortcut has changed. Please use Search+Esc instead of Shif t+Esc. 450 The task manager shortcut has changed. Please use Search+Esc instead of Shif t+Esc.
448 </message> 451 </message>
449 </grit-part> 452 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698