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

Unified Diff: chrome/app/generated_resources.grd

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Roger's comments, css cleanup, rtl css tweak Created 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c51a7a6d4bd5a1ab043ca4f071592d28b8938623..78aebc8dc0734a1380eac6fba0dedbc160a83105 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -12919,7 +12919,7 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
Sorry, your password could not be verified because you are offline.
</message>
<message name="IDS_LOGIN_POD_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field for user pod when no password has been entered.">
- Enter password
+ Password
dzhioev (left Google) 2016/02/19 06:09:41 Not too crucial, but was this change approved by U
Moe 2016/02/19 15:07:41 yes, the mocks are here (slides #5 to #8): https:/
</message>
<message name="IDS_LOGIN_POD_SIGNING_IN" desc="Text to display at the bottom of a user pod during signing in the user. The translation should be as short as possible because of limited UI space.">
Signing in
@@ -12970,19 +12970,19 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
</message>
<message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_SYNC" desc="Main text shown as a warning when attempting to remove an user. This case is for synced profiles, with all statistics loaded correctly. The symbol $1 will be substituted with custom JS code, so it should not be replaced by a #.">
{NUM_ITEMS, plural,
- =1 {This will permanently delete $1 item from this device but will not clear synced items from other devices.}
- other {This will permanently delete $1 items from this device but will not clear synced items from other devices.}}
+ =1 {This will permanently delete $1 item from this device. To retrieve your data later, sign in to chrome as $2.}
+ other {This will permanently delete $1 items from this device. To retrieve your data later, sign in to chrome as $2.}}
</message>
<message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_SYNC_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 will be substituted with custom JS code, so it should not be replaced by a #.">
{NUM_ITEMS, plural,
- =1 {This will permanently delete at least $1 item from this device but will not clear synced items from other devices.}
- other {This will permanently delete at least $1 items from this device but will not clear synced items from other devices.}}
+ =1 {This will permanently delete at least $1 item from this device. To retrieve your data later, sign in to chrome as $2.}
+ other {This will permanently delete at least $1 items from this device. To retrieve your data later, sign in to chrome as $2.}}
</message>
<message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_SYNC_NOSTATS" desc="Main text shown as a warning when attempting to remove an user. This case is for synced profiles with statistics unavailable. (Possible case: Chromium decided not to load the statistics of closed profiles.)">
- This will permanently delete your browsing data from this device but will not clear synced items from other devices.
+ This will permanently delete your browsing data from this device. To retrieve your data later, sign in to chrome as $2.
</message>
<message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_SYNC_CALCULATING" desc="Main text shown as a warning when attempting to remove an user. This case is for synced profiles when the statistics is still loading. $1 is always replaced by localized version of the ellipsis (...).">
- This will permanently delete at least <ph name="TOTAL_COUNT">$1<ex>...</ex></ph> items from this device but will not clear synced items from other devices.
+ This will permanently delete at least <ph name="TOTAL_COUNT">$1<ex>...</ex></ph> items from this device. To retrieve your data later, sign in to chrome as $2.
</message>
</if>
@@ -14277,7 +14277,7 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_CREDENTIAL_MANAGEMENT_ACCOUNT_CHOOSER_NO_THANKS" desc="Text of the button to dismiss the account chooser.">
No thanks
</message>
-
+
<message name="IDS_ALLOW_INSECURE_LOCALHOST" desc="Name of the 'Allow insecure localhost' flag.">
Allow invalid certificates for resources loaded from localhost.
</message>
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/control_bar.css » ('j') | ui/login/account_picker/user_pod_row.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698