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

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

Issue 7845004: [Multi Profile] Don't allow the user to choose an empty profile name. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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/options/manage_profile_overlay.css » ('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 13683 matching lines...) Expand 10 before | Expand all | Expand 10 after
13694 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the pro file name text field."> 13694 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the pro file name text field.">
13695 Name: 13695 Name:
13696 </message> 13696 </message>
13697 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the pro file avatar icon chooser."> 13697 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the pro file avatar icon chooser.">
13698 Icon: 13698 Icon:
13699 </message> 13699 </message>
13700 </if> 13700 </if>
13701 <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 ."> 13701 <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 .">
13702 Whoops, this name is already in use! 13702 Whoops, this name is already in use!
13703 </message> 13703 </message>
13704 <message name="IDS_PROFILES_MANAGE_EMPTY_NAME_ERROR" desc="error bubble disp layed when the user is attempting to use an empty profile name.">
13705 The profile name can't be empty.
sail 2011/09/12 21:57:18 How about "The profile name cannot be blank." ?
13706 </message>
13704 13707
13705 <!-- Delete Profile Dialog --> 13708 <!-- Delete Profile Dialog -->
13706 <if expr="pp_ifdef('use_titlecase')"> 13709 <if expr="pp_ifdef('use_titlecase')">
13707 <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of th e delete profile dialog"> 13710 <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of th e delete profile dialog">
13708 Delete User 13711 Delete User
13709 </message> 13712 </message>
13710 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="In Title Case: T he text to display on the button to confirm deleting the profile."> 13713 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="In Title Case: T he text to display on the button to confirm deleting the profile.">
13711 Delete 13714 Delete
13712 </message> 13715 </message>
13713 </if> 13716 </if>
(...skipping 19 matching lines...) Expand all
13733 </messages> 13736 </messages>
13734 <structures fallback_to_english="true"> 13737 <structures fallback_to_english="true">
13735 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13738 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13736 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13739 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13737 </structure> 13740 </structure>
13738 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13741 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13739 </structure> 13742 </structure>
13740 </structures> 13743 </structures>
13741 </release> 13744 </release>
13742 </grit> 13745 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698