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

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

Issue 7321011: Multi-Profiles: Add delete profile command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug code 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 unified diff | Download patch | Annotate | Revision Log
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 8243 matching lines...) Expand 10 before | Expand all | Expand 10 after
8254 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> 8254 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph>
8255 </message> 8255 </message>
8256 </if> 8256 </if>
8257 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI."> 8257 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI.">
8258 Default Profile 8258 Default Profile
8259 </message> 8259 </message>
8260 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI."> 8260 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI.">
8261 Profile <ph name="VALUE">$1<ex>1</ex></ph> 8261 Profile <ph name="VALUE">$1<ex>1</ex></ph>
8262 </message> 8262 </message>
8263 <if expr="not pp_ifdef('use_titlecase')"> 8263 <if expr="not pp_ifdef('use_titlecase')">
8264 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title.">
8265 Delete profile...
8266 </message>
8267 </if>
8268 <if expr="pp_ifdef('use_titlecase')">
8269 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item.">
8270 Delete Profile...
8271 </message>
8272 </if>
8273 <if expr="not pp_ifdef('use_titlecase')">
8264 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that a ppears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile."> 8274 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that a ppears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile.">
8265 Enable these features... 8275 Enable these features...
8266 </message> 8276 </message>
8267 </if> 8277 </if>
8268 <if expr="pp_ifdef('use_titlecase')"> 8278 <if expr="pp_ifdef('use_titlecase')">
8269 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T he label that appears on the profile connect button in the options dialog when t he user has not connected a Google Account to their profile."> 8279 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T he label that appears on the profile connect button in the options dialog when t he user has not connected a Google Account to their profile.">
8270 Enable These Features... 8280 Enable These Features...
8271 </message> 8281 </message>
8272 </if> 8282 </if>
8273 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in the options dialog to explain why to create additional profiles."> 8283 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in the options dialog to explain why to create additional profiles.">
(...skipping 4630 matching lines...) Expand 10 before | Expand all | Expand 10 after
12904 </includes> 12914 </includes>
12905 <structures fallback_to_english="true"> 12915 <structures fallback_to_english="true">
12906 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12916 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12907 </structure> 12917 </structure>
12908 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12918 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12909 </structure> 12919 </structure>
12910 </structures> 12920 </structures>
12911 12921
12912 </release> 12922 </release>
12913 </grit> 12923 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_manager.h » ('j') | chrome/browser/profiles/profile_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698