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

Side by Side Diff: components/supervised_user_error_page_strings.grdp

Issue 2695113002: [Webview, Child Accounts] Automatically sign in to Chrome if needed. (Closed)
Patch Set: Fix instrumentation tests Created 3 years, 10 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 | « components/supervised_user_error_page/supervised_user_error_page.cc ('k') | no next file » | 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 <grit-part> 2 <grit-part>
3 <!-- Supervised User Block Interstitial data --> 3 <!-- Supervised User Block Interstitial data -->
4 <message name="IDS_BLOCK_INTERSTITIAL_TITLE" desc="A title for the supervi sed-user block interstitial page."> 4 <message name="IDS_BLOCK_INTERSTITIAL_TITLE" desc="A title for the supervi sed-user block interstitial page.">
5 Site blocked 5 Site blocked
6 </message> 6 </message>
7 <message name="IDS_BLOCK_INTERSTITIAL_HEADER" desc="A heading for the supe rvised user when they attempt to visit a site that is not permitted by the manag er."> 7 <message name="IDS_BLOCK_INTERSTITIAL_HEADER" desc="A heading for the supe rvised user when they attempt to visit a site that is not permitted by the manag er.">
8 You need permission from <ph name="NAME">$1<ex>John Doe</ex></ph> to vis it this site 8 You need permission from <ph name="NAME">$1<ex>John Doe</ex></ph> to vis it this site
9 </message> 9 </message>
10 <message name="IDS_CHILD_BLOCK_INTERSTITIAL_HEADER" desc="A heading for th e message to the child user when they attempt to visit a site that is not permit ted by their parent."> 10 <message name="IDS_CHILD_BLOCK_INTERSTITIAL_HEADER" desc="A heading for th e message to the child user when they attempt to visit a site that is not permit ted by their parent.">
11 Ask your parent 11 Ask your parent
12 </message> 12 </message>
13 <message name="IDS_BLOCK_INTERSTITIAL_HEADER_ACCESS_REQUESTS_DISABLED" des c="A heading for the supervised user when they attempt to visit a site that is n ot permitted by the manager (and they can't ask for permission)."> 13 <message name="IDS_BLOCK_INTERSTITIAL_HEADER_ACCESS_REQUESTS_DISABLED" des c="A heading for the supervised user when they attempt to visit a site that is n ot permitted by the manager (and they can't ask for permission).">
14 Looks like you don't have permission to visit this site 14 Looks like you don't have permission to visit this site
15 </message> 15 </message>
16 <message name="IDS_BLOCK_INTERSTITIAL_HEADER_NOT_SIGNED_IN" desc="A headin g for the supervised user when the status cannot be established because they hav en't signed in to Chrome).">
17 Please start and sign in to Chrome before using this app.
18 </message>
16 <message name="IDS_CHILD_BLOCK_INTERSTITIAL_MESSAGE" desc="A message for t he child user when they attempt to visit a site that is not permitted by their p arent."> 19 <message name="IDS_CHILD_BLOCK_INTERSTITIAL_MESSAGE" desc="A message for t he child user when they attempt to visit a site that is not permitted by their p arent.">
17 Looks like you need permission to visit this site 20 Looks like you need permission to visit this site
18 </message> 21 </message>
19 <message name="IDS_BACK_BUTTON" desc="A button for going back to the last safe url after being blocked."> 22 <message name="IDS_BACK_BUTTON" desc="A button for going back to the last safe url after being blocked.">
20 Go back 23 Go back
21 </message> 24 </message>
22 <message name="IDS_BLOCK_INTERSTITIAL_REQUEST_ACCESS_BUTTON" desc="A butto n for requesting access to blocked sites."> 25 <message name="IDS_BLOCK_INTERSTITIAL_REQUEST_ACCESS_BUTTON" desc="A butto n for requesting access to blocked sites.">
23 Ask permission 26 Ask permission
24 </message> 27 </message>
25 <message name="IDS_BLOCK_INTERSTITIAL_REQUEST_SENT_MESSAGE" desc="The text that tells the supervised user that a request has been sent."> 28 <message name="IDS_BLOCK_INTERSTITIAL_REQUEST_SENT_MESSAGE" desc="The text that tells the supervised user that a request has been sent.">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 </message> 69 </message>
67 <message name="IDS_CHILD_BLOCK_MESSAGE_MANUAL_SINGLE_PARENT" desc="Message to be shown to a child when a site was blocked due to a manual blacklist entry and the child has one parent."> 70 <message name="IDS_CHILD_BLOCK_MESSAGE_MANUAL_SINGLE_PARENT" desc="Message to be shown to a child when a site was blocked due to a manual blacklist entry and the child has one parent.">
68 Your parent can unblock it for you 71 Your parent can unblock it for you
69 </message> 72 </message>
70 <message name="IDS_CHILD_BLOCK_MESSAGE_MANUAL_MULTI_PARENT" desc="Message to be shown to a child when a site was blocked due to a manual blacklist entry a nd the child has two parents."> 73 <message name="IDS_CHILD_BLOCK_MESSAGE_MANUAL_MULTI_PARENT" desc="Message to be shown to a child when a site was blocked due to a manual blacklist entry a nd the child has two parents.">
71 Your parents can unblock it for you 74 Your parents can unblock it for you
72 </message> 75 </message>
73 <message name="IDS_SUPERVISED_USER_BLOCK_MESSAGE_MANUAL" desc="Message to be shown to a supervised user when a site is blocked due to a manual blacklist e ntry"> 76 <message name="IDS_SUPERVISED_USER_BLOCK_MESSAGE_MANUAL" desc="Message to be shown to a supervised user when a site is blocked due to a manual blacklist e ntry">
74 Your manager can unblock it for you 77 Your manager can unblock it for you
75 </message> 78 </message>
79 <message name="IDS_SUPERVISED_USER_NOT_SIGNED_IN" desc="Message to be show n to a supervised user who is not signed in to Chrome">
80 Please start and sign in to Chrome so that Chrome can check whether you are allowed to access this site.
81 </message>
76 82
77 </grit-part> 83 </grit-part>
OLDNEW
« no previous file with comments | « components/supervised_user_error_page/supervised_user_error_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698