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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 287103004: New avatar menu: For supervised users, show "(Supervised)" in the avatar button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add Mac implementation Created 6 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 | Annotate | Revision Log
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 definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 7440 matching lines...) Expand 10 before | Expand all | Expand 10 after
7451 Saved |content settings| and #search engines# will not be cleared and ma y reflect your browsing habits. 7451 Saved |content settings| and #search engines# will not be cleared and ma y reflect your browsing habits.
7452 </message> 7452 </message>
7453 7453
7454 <!-- Managed User Avatar Menu --> 7454 <!-- Managed User Avatar Menu -->
7455 <message name="IDS_MANAGED_USER_INFO" desc="Text which explains that a sup ervised user is managed by a custodian."> 7455 <message name="IDS_MANAGED_USER_INFO" desc="Text which explains that a sup ervised user is managed by a custodian.">
7456 Usage and history of this user can be reviewed by the manager (<ph name= "CUSTODIAN_EMAIL">$1<ex>Jane.Doe@gmail.com</ex></ph>) on chrome.com. 7456 Usage and history of this user can be reviewed by the manager (<ph name= "CUSTODIAN_EMAIL">$1<ex>Jane.Doe@gmail.com</ex></ph>) on chrome.com.
7457 </message> 7457 </message>
7458 <message name="IDS_MANAGED_USER_AVATAR_LABEL" desc="A label for the superv ised user which is used in the avatar menu and as a label in the titlebar."> 7458 <message name="IDS_MANAGED_USER_AVATAR_LABEL" desc="A label for the superv ised user which is used in the avatar menu and as a label in the titlebar.">
7459 Supervised user 7459 Supervised user
7460 </message> 7460 </message>
7461 <message name="IDS_MANAGED_USER_NEW_AVATAR_LABEL" desc="Label shown in the new avatar menu for a supervised user.">
7462 <ph name="PROFILE_DISPLAY_NAME">$1<ex>Markus</ex></ph> (Supervised)
7463 </message>
7461 7464
7462 <!-- Supervised User Block Interstitial data --> 7465 <!-- Supervised User Block Interstitial data -->
7463 <message name="IDS_BLOCK_INTERSTITIAL_TITLE" desc="A title for the supervi sed-user block interstitial page."> 7466 <message name="IDS_BLOCK_INTERSTITIAL_TITLE" desc="A title for the supervi sed-user block interstitial page.">
7464 Page blocked 7467 Page blocked
7465 </message> 7468 </message>
7466 <message name="IDS_BLOCK_INTERSTITIAL_MESSAGE" desc="A message for the sup ervised user when they attempt to visit a site that is not permitted by the mana ger."> 7469 <message name="IDS_BLOCK_INTERSTITIAL_MESSAGE" desc="A message for the sup ervised user when they attempt to visit a site that is not permitted by the mana ger.">
7467 Oops, looks like you need permission from <ph name="NAME">$1<ex>John Doe </ex></ph> to access this page. 7470 Oops, looks like you need permission from <ph name="NAME">$1<ex>John Doe </ex></ph> to access this page.
7468 </message> 7471 </message>
7469 <message name="IDS_BLOCK_INTERSTITIAL_MESSAGE_ACCESS_REQUESTS_DISABLED" de sc="A message for the supervised user when they attempt to visit a site that is not permitted by the manager (and they can't ask for permission)."> 7472 <message name="IDS_BLOCK_INTERSTITIAL_MESSAGE_ACCESS_REQUESTS_DISABLED" de sc="A message for the supervised user when they attempt to visit a site that is not permitted by the manager (and they can't ask for permission).">
7470 Oops, looks like you don't have permission to access this page. 7473 Oops, looks like you don't have permission to access this page.
(...skipping 6688 matching lines...) Expand 10 before | Expand all | Expand 10 after
14159 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14160 Enforce (try to get hashes, and enforce them if successful) 14163 Enforce (try to get hashes, and enforce them if successful)
14161 </message> 14164 </message>
14162 14165
14163 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14164 Enforce strict (hard fail if we can't get hashes) 14167 Enforce strict (hard fail if we can't get hashes)
14165 </message> 14168 </message>
14166 </messages> 14169 </messages>
14167 </release> 14170 </release>
14168 </grit> 14171 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698