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

Side by Side Diff: ash/ash_strings.grd

Issue 2832903002: cros: Remove supervised user methods from SystemTrayDelegate (Closed)
Patch Set: rebase Created 3 years, 8 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/BUILD.gn ('k') | ash/public/interfaces/session_controller.mojom » ('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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s ystem bubble, Depending on launguage, please choose the best separator(eg ',') b etween abbreviated weekday and date"> 361 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s ystem bubble, Depending on launguage, please choose the best separator(eg ',') b etween abbreviated weekday and date">
362 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph> 362 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph>
363 </message> 363 </message>
364 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t he reboot button."> 364 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t he reboot button.">
365 Restart 365 Restart
366 </message> 366 </message>
367 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button."> 367 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button.">
368 Shut down 368 Shut down
369 </message> 369 </message>
370 370
371 <!-- Status tray supervised users. -->
371 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users"> 372 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users">
372 Supervised user 373 Supervised user
373 </message> 374 </message>
375 <message name="IDS_ASH_USER_IS_SUPERVISED_BY_NOTICE" desc="Text for notifi cations showing that this user is supervised">
376 Usage and history of this user can be reviewed by the manager (<ph name= "MANAGER_EMAIL">$1<ex>user@example.com</ex></ph>) on chrome.com.
377 </message>
378 <message name="IDS_ASH_CHILD_USER_IS_MANAGED_BY_ONE_PARENT_NOTICE" desc="T ext for notifications showing that this child user is managed by parent's accoun t.">
379 This is an account for kids managed by <ph name="MANAGER_EMAIL">$1<ex>us er@example.com</ex></ph>
380 </message>
381 <message name="IDS_ASH_CHILD_USER_IS_MANAGED_BY_TWO_PARENTS_NOTICE" desc=" Text for notifications showing that this child user is managed by two parents' a ccounts.">
382 This is an account for kids managed by <ph name="FIRST_PARENT_EMAIL">$1< ex>first@example.com</ex></ph> and <ph name="SECOND_PARENT_EMAIL">$2<ex>second@e xample.com</ex></ph>
383 </message>
374 384
375 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 385 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
376 Previous menu 386 Previous menu
377 </message> 387 </message>
378 388
379 <message name="IDS_ASH_STYLUS_TOOLS_CAPTURE_REGION_ACTION" desc="Title of the capture region action in the stylus tools (a pop-up panel next to the status tray). This causes a partial screenshot to be taken (the user selects an area o f the screen to take a screenshot of)."> 389 <message name="IDS_ASH_STYLUS_TOOLS_CAPTURE_REGION_ACTION" desc="Title of the capture region action in the stylus tools (a pop-up panel next to the status tray). This causes a partial screenshot to be taken (the user selects an area o f the screen to take a screenshot of).">
380 Capture region 390 Capture region
381 </message> 391 </message>
382 <message name="IDS_ASH_STYLUS_TOOLS_CAPTURE_REGION_TOAST" desc="Message co ntent on the toast that appears when the user activates the capture region actio n in the stylus tools."> 392 <message name="IDS_ASH_STYLUS_TOOLS_CAPTURE_REGION_TOAST" desc="Message co ntent on the toast that appears when the user activates the capture region actio n in the stylus tools.">
383 Use the stylus to select a region 393 Use the stylus to select a region
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 1015
1006 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1016 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1007 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1017 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1008 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off."> 1018 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off.">
1009 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1019 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1010 </message> 1020 </message>
1011 </messages> 1021 </messages>
1012 </release> 1022 </release>
1013 </grit> 1023 </grit>
1014 1024
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/public/interfaces/session_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698