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

Side by Side Diff: ash/ash_strings.grd

Issue 811033002: Add device policy to disallow shutdown - ash UI modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reduced scope of CL (ash only now, removed webui changes) Created 5 years, 11 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
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 </message> 345 </message>
346 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label of the item 'Settings...' used in the accessibility menu of the system tray to open an accessibility setting page."> 346 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label of the item 'Settings...' used in the accessibility menu of the system tray to open an accessibility setting page.">
347 Settings... 347 Settings...
348 </message> 348 </message>
349 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button."> 349 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button.">
350 Help 350 Help
351 </message> 351 </message>
352 <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"> 352 <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">
353 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph> 353 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph>
354 </message> 354 </message>
355 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t he reboot button.">
Daniel Erat 2015/01/07 16:18:40 nit: "the restart button"? i think it's a bit wei
cschuet (SLOW) 2015/01/13 10:38:28 Indeed, the rationale was that all user-facing str
356 Restart
357 </message>
355 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button."> 358 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button.">
356 Shut down 359 Shut down
357 </message> 360 </message>
358 361
359 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users"> 362 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users">
360 Supervised user 363 Supervised user
361 </message> 364 </message>
362 365
363 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 366 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
364 Previous menu 367 Previous menu
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 421
419 <!-- ChromeOS-specific strings --> 422 <!-- ChromeOS-specific strings -->
420 <if expr="chromeos"> 423 <if expr="chromeos">
421 <part file="ash_chromeos_strings.grdp" /> 424 <part file="ash_chromeos_strings.grdp" />
422 </if> 425 </if>
423 426
424 </messages> 427 </messages>
425 </release> 428 </release>
426 </grit> 429 </grit>
427 430
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/shutdown_policy_observer.h » ('j') | ash/system/chromeos/shutdown_policy_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698