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

Unified Diff: chrome/app/generated_resources.grd

Issue 7400032: Multi-profile WebUI settings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Notify when deleting profile from cache Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 6419e88e91ca9f1014eefcad2c6e779134933a14..7a197acc48edd54c6e8f3146ddf8980c28f830d7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8353,14 +8353,20 @@ ls' lab.">
</message>
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="The label that appears on the profile create button in the options dialog to allow a user to create a new profile.">
- Create new profile
+ Create new profile...
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="In Title Case. The label that appears on the profile create button in the options dialog to allow a user to create a new profile.">
- Create New Profile
+ Create New Profile...
</message>
</if>
+ <message name="IDS_PROFILES_MANAGE_BUTTON_LABEL" desc="The label that appears on the profile manage button in the options dialog to allow a user to manage their profile.">
+ Manage...
+ </message>
+ <message name="IDS_PROFILES_DELETE_BUTTON_LABEL" desc="The label that appears on the profile delete button in the options dialog to allow a user to delete their profile.">
+ Delete...
+ </message>
<message name="IDS_PROFILES_SYNCED_TO_USER_WITH_TIME" desc="The message that appears in the options dialog indicating that account is synced to a user with the given email address. The last sync also appears in the message.">
Using Chrome profile <ph name="USER_EMAIL_ADDRESS">
$1<ex>foo@gmail.com</ex>
@@ -12983,6 +12989,57 @@ ls' lab.">
Choose a name and an avatar, then click Create to create a new profile.
</message>
+ <!-- Manage Profile Dialog -->
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of the manage profile dialog">
+ Manage Profile
+ </message>
+ <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label next to the profile name text field.">
+ Profile Name:
+ </message>
+ <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label next to the profile avatar icon chooser.">
+ Profile Icon:
+ </message>
+ </if>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_PROFILES_MANAGE_TITLE" desc="Title of the manage profile dialog">
+ Manage profile
+ </message>
+ <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the profile name text field.">
+ Profile name:
+ </message>
+ <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the profile avatar icon chooser.">
+ Profile icon:
+ </message>
+ </if>
+ <message name="IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR" desc="error bubble displayed when the user is attempting to rename a profile to a name that is used.">
+ This name is already used!
Miranda Callahan 2011/07/19 20:40:55 nit: could you change to "Sorry, this name is alre
James Hawkins 2011/07/19 20:41:52 Technically we're not supposed to apologize or use
Miranda Callahan 2011/07/19 20:47:33 Oh, that's news to me! Then how about "Whoops, th
+ </message>
+
+ <!-- Delete Profile Dialog -->
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of the delete profile dialog">
+ Delete Profile
+ </message>
+ <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="In Title Case: The text to display on the button to confirm deleting the profile.">
+ Delete
+ </message>
+ </if>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_PROFILES_DELETE_TITLE" desc="Title of the delete profile dialog">
+ Delete profile
+ </message>
+ <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="The text to display on the button to confirm deleting the profile.">
+ Delete
+ </message>
+ </if>
+ <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile">
+ Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph>" and all the data associated with it from this computer? This cannot be undone!
+ </message>
+ <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile">
+ <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile)
+ </message>
+
</messages>
<includes>
<if expr="pp_ifdef('_google_chrome')">
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_info_cache.h » ('j') | chrome/browser/profiles/profile_info_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698