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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 1138253003: Notificaiton Message for Unified mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ash/system/chromeos/tray_display.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 <!-- 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 </message> 242 </message>
243 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_90" desc="The value of display orientation option item: 90-degree rotated"> 243 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_90" desc="The value of display orientation option item: 90-degree rotated">
244 90&#x00B0; 244 90&#x00B0;
245 </message> 245 </message>
246 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_180" desc="The value of display orientation option item: 180-degree rotated"> 246 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_180" desc="The value of display orientation option item: 180-degree rotated">
247 180&#x00B0; 247 180&#x00B0;
248 </message> 248 </message>
249 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_270" desc="The value of display orientation option item: 270-degree rotated"> 249 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_270" desc="The value of display orientation option item: 270-degree rotated">
250 270&#x00B0; 250 270&#x00B0;
251 </message> 251 </message>
252 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_UNIFIED" desc="The title of the not ification indicating that the system is in unified desktop mode.">
253 Unified desktop mode
254 </message>
252 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_ENABLED" desc="The label used for the tray item to indicate caps lock is on and to toggle caps lock by the click. "> 255 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_ENABLED" desc="The label used for the tray item to indicate caps lock is on and to toggle caps lock by the click. ">
253 CAPS LOCK is on 256 CAPS LOCK is on
254 </message> 257 </message>
255 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_DISABLED" desc="The label used fo r the tray item to indicate caps lock is on and to toggle caps lock by the click ."> 258 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_DISABLED" desc="The label used fo r the tray item to indicate caps lock is on and to toggle caps lock by the click .">
256 CAPS LOCK is off 259 CAPS LOCK is off
257 </message> 260 </message>
258 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_SEARCH" desc="The shortc ut text used for the caps lock tray item."> 261 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_SEARCH" desc="The shortc ut text used for the caps lock tray item.">
259 Search 262 Search
260 </message> 263 </message>
261 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_SEARCH_OR_SHIFT" desc="T he shortcut text used for the caps lock tray item."> 264 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_SEARCH_OR_SHIFT" desc="T he shortcut text used for the caps lock tray item.">
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog."> 415 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog.">
413 Sign out now 416 Sign out now
414 </message> 417 </message>
415 <message name="IDS_ASH_STATUS_TRAY_NEW_LOGIN_UI_ENABLED" desc="The text shown in the tray menu when the WebView-based sign-in is enabled."> 418 <message name="IDS_ASH_STATUS_TRAY_NEW_LOGIN_UI_ENABLED" desc="The text shown in the tray menu when the WebView-based sign-in is enabled.">
416 New login UI is ON 419 New login UI is ON
417 </message> 420 </message>
418 <message name="IDS_ASH_STATUS_TRAY_NEW_LOGIN_UI_DISABLED" desc="The text shown in the tray menu when the WebView-based sign-in is disabled."> 421 <message name="IDS_ASH_STATUS_TRAY_NEW_LOGIN_UI_DISABLED" desc="The text shown in the tray menu when the WebView-based sign-in is disabled.">
419 New login UI is OFF 422 New login UI is OFF
420 </message> 423 </message>
421 </grit-part> 424 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/tray_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698