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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
Patch Set: Updated after latest round of UI reviews. Created 5 years, 9 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 | « ash/ash.gyp ('k') | ash/metrics/user_metrics_recorder.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 <!-- 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 <!-- Status tray charging strings. --> 6 <!-- Status tray charging strings. -->
7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected."> 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected.">
8 Low-power charger connected 8 Low-power charger connected
9 </message> 9 </message>
10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected."> 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected.">
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 </message> 48 </message>
49 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi."> 49 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi.">
50 Disable Wi-Fi 50 Disable Wi-Fi
51 </message> 51 </message>
52 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for the it em to display other Wi-Fi networks."> 52 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for the it em to display other Wi-Fi networks.">
53 Join other... 53 Join other...
54 </message> 54 </message>
55 <message name="IDS_ASH_STATUS_TRAY_EXTENSION_CONTROLLED_WIFI" desc="The access ible text for the badge in the detailed network list indicating that the respect ive network's configuration may be controlled by an extension."> 55 <message name="IDS_ASH_STATUS_TRAY_EXTENSION_CONTROLLED_WIFI" desc="The access ible text for the badge in the detailed network list indicating that the respect ive network's configuration may be controlled by an extension.">
56 The extension "<ph name="EXTENSION_NAME">$1<ex>Nexus S</ex></ph>" can config ure this network. 56 The extension "<ph name="EXTENSION_NAME">$1<ex>Nexus S</ex></ph>" can config ure this network.
57 </message> 57 </message>
58 <message name="IDS_ASH_STATUS_TRAY_OTHER_VPN" desc="The label used for the ite m to configure other private networks.">
59 Join other...
60 </message>
61 <message name="IDS_ASH_STATUS_TRAY_TURN_ON_WIFI" desc="The label used for the item to turn on Wi-Fi networks."> 58 <message name="IDS_ASH_STATUS_TRAY_TURN_ON_WIFI" desc="The label used for the item to turn on Wi-Fi networks.">
62 Turn Wi-Fi on... 59 Turn Wi-Fi on...
63 </message> 60 </message>
64 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks."> 61 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks.">
65 Enable mobile data 62 Enable mobile data
66 </message> 63 </message>
67 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used for th e item to disable cellular networks."> 64 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used for th e item to disable cellular networks.">
68 Disable mobile data 65 Disable mobile data
69 </message> 66 </message>
70 <message name="IDS_ASH_STATUS_TRAY_SETUP_MOBILE" desc="The label used for the item to setup cellular network when no SIM card in installed."> 67 <message name="IDS_ASH_STATUS_TRAY_SETUP_MOBILE" desc="The label used for the item to setup cellular network when no SIM card in installed.">
(...skipping 22 matching lines...) Expand all
93 </message> 90 </message>
94 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ACCEPT" desc="Message on button t o accept Bluetooth pairing request."> 91 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ACCEPT" desc="Message on button t o accept Bluetooth pairing request.">
95 Accept 92 Accept
96 </message> 93 </message>
97 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_REJECT" desc="Message on button t o reject Bluetooth pairing request."> 94 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_REJECT" desc="Message on button t o reject Bluetooth pairing request.">
98 Reject 95 Reject
99 </message> 96 </message>
100 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED" desc="Notification shown when a new device is paired with the computer."> 97 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED" desc="Notification shown when a new device is paired with the computer.">
101 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" has been p aired and is now available to all users. You may remove this pairing using Setti ngs. 98 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" has been p aired and is now available to all users. You may remove this pairing using Setti ngs.
102 </message> 99 </message>
100 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECT" desc="Message on button tha t disconnects from the current VPN.">
101 Disconnect
102 </message>
103 103
104 <!-- Ash multi-user warning dialog --> 104 <!-- Ash multi-user warning dialog -->
105 <message name="IDS_DESKTOP_CASTING_ACTIVE_TITLE" desc="The title for the dialo g which tells the user that desktop casting is in progress, asking if the castin g should be stopped before switching - or - the switch should be aborted."> 105 <message name="IDS_DESKTOP_CASTING_ACTIVE_TITLE" desc="The title for the dialo g which tells the user that desktop casting is in progress, asking if the castin g should be stopped before switching - or - the switch should be aborted.">
106 Stop screen sharing? 106 Stop screen sharing?
107 </message> 107 </message>
108 <message name="IDS_DESKTOP_CASTING_ACTIVE_MESSAGE" desc="The message for the d ialog which tells the user that desktop casting is in progress, asking if the ca sting should be stopped before switching - or - the switch should be aborted."> 108 <message name="IDS_DESKTOP_CASTING_ACTIVE_MESSAGE" desc="The message for the d ialog which tells the user that desktop casting is in progress, asking if the ca sting should be stopped before switching - or - the switch should be aborted.">
109 Screen sharing will stop when you switch to another user. Do you want to con tinue? 109 Screen sharing will stop when you switch to another user. Do you want to con tinue?
110 </message> 110 </message>
111 <message name="IDS_DESKTOP_CASTING_ACTIVE_BUTTON_SWITCH_USER" desc="The button label for the dialog which tells the user that desktop casting is in progress. By selecting this button the casting will be stopped and the user will get switc hed."> 111 <message name="IDS_DESKTOP_CASTING_ACTIVE_BUTTON_SWITCH_USER" desc="The button label for the dialog which tells the user that desktop casting is in progress. By selecting this button the casting will be stopped and the user will get switc hed.">
112 Yes 112 Yes
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog."> 406 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog.">
407 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>. 407 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>.
408 </message> 408 </message>
409 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 409 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
410 You will be signed out now. 410 You will be signed out now.
411 </message> 411 </message>
412 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog."> 412 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog.">
413 Sign out now 413 Sign out now
414 </message> 414 </message>
415 </grit-part> 415 </grit-part>
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/metrics/user_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698