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

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

Issue 2960613002: Remove total item count in remove profile warning (Closed)
Patch Set: Less scary warning for sync users Created 3 years, 5 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.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 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 10971 matching lines...) Expand 10 before | Expand all | Expand 10 after
10982 <if expr="not chromeos"> 10982 <if expr="not chromeos">
10983 <message name="IDS_USER_MANAGER_GO_GUEST_PROFILES_LOCKED_ERROR" desc=" Error message displayed when trying to browser as guest while all profiles are l ocked."> 10983 <message name="IDS_USER_MANAGER_GO_GUEST_PROFILES_LOCKED_ERROR" desc=" Error message displayed when trying to browser as guest while all profiles are l ocked.">
10984 Please unlock your profile before browsing as a guest. 10984 Please unlock your profile before browsing as a guest.
10985 </message> 10985 </message>
10986 <message name="IDS_USER_MANAGER_REMOVE_PROFILE_PROFILES_LOCKED_ERROR" desc="Error message displayed when trying to remove a profile while all profiles are locked."> 10986 <message name="IDS_USER_MANAGER_REMOVE_PROFILE_PROFILES_LOCKED_ERROR" desc="Error message displayed when trying to remove a profile while all profiles are locked.">
10987 Please unlock your profile before removing a person. 10987 Please unlock your profile before removing a person.
10988 </message> 10988 </message>
10989 <message name="IDS_USER_MANAGER_ADD_PROFILE_PROFILES_LOCKED_ERROR" des c="Error message displayed when trying to add a profile while all profiles are l ocked."> 10989 <message name="IDS_USER_MANAGER_ADD_PROFILE_PROFILES_LOCKED_ERROR" des c="Error message displayed when trying to add a profile while all profiles are l ocked.">
10990 Please unlock your profile before adding a person. 10990 Please unlock your profile before adding a person.
10991 </message> 10991 </message>
10992 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC" desc="Main t ext shown as a warning when attempting to remove an user. This case is for non-s ynced profiles, with all statistics loaded correctly. The symbol $1 will be subs tituted with custom JS code, so it should not be replaced by a #."> 10992 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC" desc="Main t ext shown as a warning when attempting to remove an user.">
10993 {NUM_ITEMS, plural,
10994 =1 {This will permanently delete $1 item from this device.}
10995 other {This will permanently delete $1 items from this device.}}
10996 </message>
10997 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_WITH_ERRORS" desc="Main text shown as a warning when attempting to remove an user. This case is for non-synced profiles, with some statistics failed to load. The symbol $1 w ill be substituted with custom JS code, so it should not be replaced by a #.">
10998 {NUM_ITEMS, plural,
10999 =1 {This will permanently delete at least $1 item from this device.}
11000 other {This will permanently delete at least $1 items from this devi ce.}}
11001 </message>
11002 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_NOSTATS" desc ="Main text shown as a warning when attempting to remove an user. This case is f or non-synced profiles with statistics unavailable. (Possible case: Chromium dec ided not to load the statistics of closed profiles.)">
11003 This will permanently delete your browsing data from this device. 10993 This will permanently delete your browsing data from this device.
11004 </message> 10994 </message>
11005 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_CALCULATING" desc="Main text shown as a warning when attempting to remove an user. This case is for non-synced profiles when the statistics is still loading. $1 is always re placed by localized version of the ellipsis (...).">
11006 This will permanently delete <ph name="TOTAL_COUNT">$1<ex>...</ex></ ph> items from this device.
11007 </message>
11008 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_HISTORY" desc="The ti tle of a statistic (browsing history) shown inside a table below the warning tex t when attempting to remove an user. A number is displayed next to it."> 10995 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_HISTORY" desc="The ti tle of a statistic (browsing history) shown inside a table below the warning tex t when attempting to remove an user. A number is displayed next to it.">
11009 Browsing history 10996 Browsing history
11010 </message> 10997 </message>
11011 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_PASSWORDS" desc="The title of a statistic (passwords) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it."> 10998 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_PASSWORDS" desc="The title of a statistic (passwords) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it.">
11012 Passwords 10999 Passwords
11013 </message> 11000 </message>
11014 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BOOKMARKS" desc="The title of a statistic (bookmarks) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it."> 11001 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BOOKMARKS" desc="The title of a statistic (bookmarks) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it.">
11015 Bookmarks 11002 Bookmarks
11016 </message> 11003 </message>
11017 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_AUTOFILL" desc="The t itle of a statistic (autofill) shown inside a table below the warning text when attempting to remove an user. A number is displayed next to it."> 11004 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_AUTOFILL" desc="The t itle of a statistic (autofill) shown inside a table below the warning text when attempting to remove an user. A number is displayed next to it.">
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
12366 12353
12367 <!-- VR specific strings --> 12354 <!-- VR specific strings -->
12368 <if expr="enable_vr"> 12355 <if expr="enable_vr">
12369 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode."> 12356 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode.">
12370 Press App button to exit 12357 Press App button to exit
12371 </message> 12358 </message>
12372 </if> 12359 </if>
12373 </messages> 12360 </messages>
12374 </release> 12361 </release>
12375 </grit> 12362 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698