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

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

Issue 307483002: Desktop user manager: Adjustments for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + RTL friendly Created 6 years, 6 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 | chrome/browser/resources/login/user_pod_row.js » ('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 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 13281 matching lines...) Expand 10 before | Expand all | Expand 10 after
13292 Options menu for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.co m</ex></ph> 13292 Options menu for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.co m</ex></ph>
13293 </message> 13293 </message>
13294 <message name="IDS_LOGIN_POD_MENU_REMOVE_ITEM_ACCESSIBLE_NAME" desc="Text to be spoken when 'Remove user' item is selected on the pod menu."> 13294 <message name="IDS_LOGIN_POD_MENU_REMOVE_ITEM_ACCESSIBLE_NAME" desc="Text to be spoken when 'Remove user' item is selected on the pod menu.">
13295 Remove this user 13295 Remove this user
13296 </message> 13296 </message>
13297 <if expr="chromeos"> 13297 <if expr="chromeos">
13298 <message name="IDS_LOGIN_EASY_UNLOCK_TOOLTIP" desc="Tooltip text shown o n lock screen when Easy Unlock is first setup."> 13298 <message name="IDS_LOGIN_EASY_UNLOCK_TOOLTIP" desc="Tooltip text shown o n lock screen when Easy Unlock is first setup.">
13299 This icon appears when you and your phone are nearby and Easy Unlock i s available. Just click to enter, no password needed. 13299 This icon appears when you and your phone are nearby and Easy Unlock i s available. Just click to enter, no password needed.
13300 </message> 13300 </message>
13301 </if> 13301 </if>
13302 <if expr="chromeos"> 13302 <message name="IDS_LOGIN_POD_SUPERVISED_USER_REMOVE_WARNING" desc="Text sh own as a warning when attempting to remove supervised user.">
13303 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING" desc="Text shown as a warning when attempting to remove supervised user."> 13303 All files and local data associated with the supervised user will be per manently deleted once this supervised user is removed. Visited websites and sett ings for this supervised user may still be visible by the manager at <ph name="M ANAGEMENT_URL">$1<ex>www.example.com</ex></ph>.
13304 All files and local data associated with the supervised user will be p ermanently deleted once this supervised user is removed. Visited websites and se ttings for this supervised user may still be visible by the manager at <ph name= "MANAGEMENT_URL">$1<ex>www.example.com</ex></ph>. 13304 </message>
13305 </message>
13306 </if>
13307 <if expr="not chromeos"> 13305 <if expr="not chromeos">
13308 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING" desc="Text shown as a warning when attempting to remove an user."> 13306 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING" desc="Text shown as a warning when attempting to remove an user.">
13309 Are you sure you want to delete this user and all the data associated with it from this computer? This cannot be undone! 13307 Are you sure you want to delete this user and all the data associated with it from this computer? This cannot be undone!
13310 </message> 13308 </message>
13311 </if> 13309 </if>
13312 13310
13313 <!-- User manager tutorial --> 13311 <!-- User manager tutorial -->
13314 <message name="IDS_USER_MANAGER_TUTORIAL_START" desc="Text of the button t hat continues the tutorial"> 13312 <message name="IDS_USER_MANAGER_TUTORIAL_START" desc="Text of the button t hat continues the tutorial">
13315 See what's new 13313 See what's new
13316 </message> 13314 </message>
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
14164 <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">
14165 Enforce (try to get hashes, and enforce them if successful) 14163 Enforce (try to get hashes, and enforce them if successful)
14166 </message> 14164 </message>
14167 14165
14168 <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">
14169 Enforce strict (hard fail if we can't get hashes) 14167 Enforce strict (hard fail if we can't get hashes)
14170 </message> 14168 </message>
14171 </messages> 14169 </messages>
14172 </release> 14170 </release>
14173 </grit> 14171 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/login/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698