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

Side by Side Diff: ash/ash_strings.grd

Issue 425293002: Rename "managed (mode|user)" to "supervised user" (part 9) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/resources/ash_resources.grd » ('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 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 name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button."> 345 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button.">
346 Help 346 Help
347 </message> 347 </message>
348 <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"> 348 <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">
349 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph> 349 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph>
350 </message> 350 </message>
351 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button."> 351 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button.">
352 Shut down 352 Shut down
353 </message> 353 </message>
354 354
355 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show n instead of email for supervised users"> 355 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users">
356 Supervised user 356 Supervised user
357 </message> 357 </message>
358 358
359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
360 Previous menu 360 Previous menu
361 </message> 361 </message>
362 362
363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9."> 363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9.">
364 9+ 364 9+
365 </message> 365 </message>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 412
413 <!-- ChromeOS-specific strings --> 413 <!-- ChromeOS-specific strings -->
414 <if expr="chromeos"> 414 <if expr="chromeos">
415 <part file="ash_chromeos_strings.grdp" /> 415 <part file="ash_chromeos_strings.grdp" />
416 </if> 416 </if>
417 417
418 </messages> 418 </messages>
419 </release> 419 </release>
420 </grit> 420 </grit>
421 421
OLDNEW
« no previous file with comments | « no previous file | ash/resources/ash_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698