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

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

Issue 7461130: Revert 95434 - Multi-Profiles: Update strings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/ui/profile_menu_model.cc » ('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 8336 matching lines...) Expand 10 before | Expand all | Expand 10 after
8347 <message name="IDS_OFFLINE_TRY_LOADING"> 8347 <message name="IDS_OFFLINE_TRY_LOADING">
8348 Try loading the page anyway 8348 Try loading the page anyway
8349 </message> 8349 </message>
8350 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> 8350 <message name="IDS_OFFLINE_NETWORK_SETTINGS">
8351 Network settings 8351 Network settings
8352 </message> 8352 </message>
8353 </if> 8353 </if>
8354 8354
8355 <!-- Multi-profile --> 8355 <!-- Multi-profile -->
8356 <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync group in the options dialog."> 8356 <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync group in the options dialog.">
8357 Users 8357 Profile
8358 </message> 8358 </message>
8359 <if expr="not pp_ifdef('use_titlecase')"> 8359 <if expr="not pp_ifdef('use_titlecase')">
8360 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new profile menu item and button title."> 8360 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new profile menu item and button title.">
8361 New user 8361 New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> profile</ph>
8362 </message> 8362 </message>
8363 </if> 8363 </if>
8364 <if expr="pp_ifdef('use_titlecase')"> 8364 <if expr="pp_ifdef('use_titlecase')">
8365 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca se. Create new profile menu item and button title."> 8365 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca se. Create new profile menu item and button title.">
8366 New User 8366 New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profile</ph>
8367 </message> 8367 </message>
8368 </if> 8368 </if>
8369 <if expr="not pp_ifdef('use_titlecase')"> 8369 <if expr="not pp_ifdef('use_titlecase')">
8370 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen u in the wrench menu."> 8370 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen u in the wrench menu.">
8371 Users 8371 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> profiles</ph>
8372 </message> 8372 </message>
8373 </if> 8373 </if>
8374 <if expr="pp_ifdef('use_titlecase')"> 8374 <if expr="pp_ifdef('use_titlecase')">
8375 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu."> 8375 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu.">
8376 Users 8376 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph>
8377 </message> 8377 </message>
8378 </if> 8378 </if>
8379 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI."> 8379 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI.">
8380 First user 8380 Default Profile
8381 </message> 8381 </message>
8382 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI."> 8382 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI.">
8383 User <ph name="VALUE">$1<ex>1</ex></ph> 8383 Profile <ph name="VALUE">$1<ex>1</ex></ph>
8384 </message> 8384 </message>
8385 <message name="IDS_NUMBERED_AVATAR_NAME" desc="The name for a profile avat ar icon."> 8385 <message name="IDS_NUMBERED_AVATAR_NAME" desc="The name for a profile avat ar icon.">
8386 Icon <ph name="VALUE">$1<ex>1</ex></ph> 8386 Icon <ph name="VALUE">$1<ex>1</ex></ph>
8387 </message> 8387 </message>
8388 <if expr="not pp_ifdef('use_titlecase')"> 8388 <if expr="not pp_ifdef('use_titlecase')">
8389 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title.">
8390 Delete profile...
8391 </message>
8392 </if>
8393 <if expr="pp_ifdef('use_titlecase')">
8394 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item.">
8395 Delete Profile...
8396 </message>
8397 </if>
8398 <if expr="not pp_ifdef('use_titlecase')">
8389 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="Customize profile m enu item and button title."> 8399 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="Customize profile m enu item and button title.">
8390 Customize user... 8400 Customize profile...
8391 </message> 8401 </message>
8392 </if> 8402 </if>
8393 <if expr="pp_ifdef('use_titlecase')"> 8403 <if expr="pp_ifdef('use_titlecase')">
8394 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="In Title Case. Cust omize profile menu item."> 8404 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="In Title Case. Cust omize profile menu item.">
8395 Customize User... 8405 Customize Profile...
8396 </message> 8406 </message>
8397 </if> 8407 </if>
8398 <if expr="not pp_ifdef('use_titlecase')"> 8408 <if expr="not pp_ifdef('use_titlecase')">
8399 <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."> 8409 <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.">
8400 Enable these features... 8410 Enable these features...
8401 </message> 8411 </message>
8402 </if> 8412 </if>
8403 <if expr="pp_ifdef('use_titlecase')"> 8413 <if expr="pp_ifdef('use_titlecase')">
8404 <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."> 8414 <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.">
8405 Enable These Features... 8415 Enable These Features...
8406 </message> 8416 </message>
8407 </if> 8417 </if>
8418 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in the options dialog to explain why to create additional profiles.">
8419 If you want to allow multiple people to use and customize Chrome, you ca n create additional profiles.
8420 </message>
8408 <if expr="not pp_ifdef('use_titlecase')"> 8421 <if expr="not pp_ifdef('use_titlecase')">
8409 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="The label that ap pears on the profile create button in the options dialog to allow a user to crea te a new profile."> 8422 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="The label that ap pears on the profile create button in the options dialog to allow a user to crea te a new profile.">
8410 New user 8423 Create new profile...
8411 </message> 8424 </message>
8412 </if> 8425 </if>
8413 <if expr="pp_ifdef('use_titlecase')"> 8426 <if expr="pp_ifdef('use_titlecase')">
8414 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="In Title Case. Th e label that appears on the profile create button in the options dialog to allow a user to create a new profile."> 8427 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="In Title Case. Th e label that appears on the profile create button in the options dialog to allow a user to create a new profile.">
8415 New User 8428 Create New Profile...
8416 </message> 8429 </message>
8417 </if> 8430 </if>
8418 <message name="IDS_PROFILES_MANAGE_BUTTON_LABEL" desc="The label that appe ars on the profile manage button in the options dialog to allow a user to manage their profile."> 8431 <message name="IDS_PROFILES_MANAGE_BUTTON_LABEL" desc="The label that appe ars on the profile manage button in the options dialog to allow a user to manage their profile.">
8419 Manage... 8432 Manage...
8420 </message> 8433 </message>
8421 <message name="IDS_PROFILES_DELETE_BUTTON_LABEL" desc="The label that appe ars on the profile delete button in the options dialog to allow a user to delete their profile."> 8434 <message name="IDS_PROFILES_DELETE_BUTTON_LABEL" desc="The label that appe ars on the profile delete button in the options dialog to allow a user to delete their profile.">
8422 Delete... 8435 Delete...
8423 </message> 8436 </message>
8424 <message name="IDS_PROFILES_SYNCED_TO_USER_WITH_TIME" desc="The message th at appears in the options dialog indicating that account is synced to a user wit h the given email address. The last sync also appears in the message."> 8437 <message name="IDS_PROFILES_SYNCED_TO_USER_WITH_TIME" desc="The message th at appears in the options dialog indicating that account is synced to a user wit h the given email address. The last sync also appears in the message.">
8425 Using Chrome profile <ph name="USER_EMAIL_ADDRESS"> 8438 Using Chrome profile <ph name="USER_EMAIL_ADDRESS">
(...skipping 4822 matching lines...) Expand 10 before | Expand all | Expand 10 after
13248 </message> 13261 </message>
13249 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="Question aske d on the info bar whenever webapp requests new (larger) quota to persistently st ore large data on the user's local computer (e.g. for persistent-type filesystem )."> 13262 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="Question aske d on the info bar whenever webapp requests new (larger) quota to persistently st ore large data on the user's local computer (e.g. for persistent-type filesystem ).">
13250 <ph name="URL"> 13263 <ph name="URL">
13251 $1<ex>html5rocks.com</ex> 13264 $1<ex>html5rocks.com</ex>
13252 </ph> wants to permanently store large data on your local computer. 13265 </ph> wants to permanently store large data on your local computer.
13253 </message> 13266 </message>
13254 13267
13255 <!-- Manage Profile Dialog --> 13268 <!-- Manage Profile Dialog -->
13256 <if expr="pp_ifdef('use_titlecase')"> 13269 <if expr="pp_ifdef('use_titlecase')">
13257 <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of th e manage profile dialog"> 13270 <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of th e manage profile dialog">
13258 Manage User 13271 Manage Profile
13259 </message> 13272 </message>
13260 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label next to the profile name text field."> 13273 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label next to the profile name text field.">
13261 Name: 13274 Profile Name:
13262 </message> 13275 </message>
13263 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label next to the profile avatar icon chooser."> 13276 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label next to the profile avatar icon chooser.">
13264 Icon: 13277 Profile Icon:
13265 </message> 13278 </message>
13266 </if> 13279 </if>
13267 <if expr="not pp_ifdef('use_titlecase')"> 13280 <if expr="not pp_ifdef('use_titlecase')">
13268 <message name="IDS_PROFILES_MANAGE_TITLE" desc="Title of the manage profil e dialog"> 13281 <message name="IDS_PROFILES_MANAGE_TITLE" desc="Title of the manage profil e dialog">
13269 Manage user 13282 Manage profile
13270 </message> 13283 </message>
13271 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the pro file name text field."> 13284 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the pro file name text field.">
13272 Name: 13285 Profile name:
13273 </message> 13286 </message>
13274 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the pro file avatar icon chooser."> 13287 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the pro file avatar icon chooser.">
13275 Icon: 13288 Profile icon:
13276 </message> 13289 </message>
13277 </if> 13290 </if>
13278 <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 ."> 13291 <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 .">
13279 Whoops, this name is already in use! 13292 Whoops, this name is already in use!
13280 </message> 13293 </message>
13281 13294
13282 <!-- Delete Profile Dialog --> 13295 <!-- Delete Profile Dialog -->
13283 <if expr="pp_ifdef('use_titlecase')"> 13296 <if expr="pp_ifdef('use_titlecase')">
13284 <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of th e delete profile dialog"> 13297 <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of th e delete profile dialog">
13285 Delete User 13298 Delete Profile
13286 </message> 13299 </message>
13287 <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."> 13300 <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.">
13288 Delete 13301 Delete
13289 </message> 13302 </message>
13290 </if> 13303 </if>
13291 <if expr="not pp_ifdef('use_titlecase')"> 13304 <if expr="not pp_ifdef('use_titlecase')">
13292 <message name="IDS_PROFILES_DELETE_TITLE" desc="Title of the delete profil e dialog"> 13305 <message name="IDS_PROFILES_DELETE_TITLE" desc="Title of the delete profil e dialog">
13293 Delete user 13306 Delete profile
13294 </message> 13307 </message>
13295 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="The text to disp lay on the button to confirm deleting the profile."> 13308 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="The text to disp lay on the button to confirm deleting the profile.">
13296 Delete 13309 Delete
13297 </message> 13310 </message>
13298 </if> 13311 </if>
13299 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile"> 13312 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile">
13300 Are you sure you want to delete "<ph name="PROFILE_NAME">$1<ex>New User</e x></ph>" and all the data associated with it from this computer? This cannot be undone! 13313 Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Def ault Profile</ex></ph>" and all the data associated with it from this computer? This cannot be undone!
13301 </message> 13314 </message>
13302 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile"> 13315 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile">
13303 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) 13316 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile)
13304 </message> 13317 </message>
13305 13318
13306 </messages> 13319 </messages>
13307 <includes> 13320 <includes>
13308 <if expr="pp_ifdef('_google_chrome')"> 13321 <if expr="pp_ifdef('_google_chrome')">
13309 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 13322 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
13310 </if> 13323 </if>
13311 <if expr="not pp_ifdef('_google_chrome')"> 13324 <if expr="not pp_ifdef('_google_chrome')">
13312 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 13325 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
13313 </if> 13326 </if>
13314 </includes> 13327 </includes>
13315 <structures fallback_to_english="true"> 13328 <structures fallback_to_english="true">
13316 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13317 </structure> 13330 </structure>
13318 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13319 </structure> 13332 </structure>
13320 </structures> 13333 </structures>
13321 13334
13322 </release> 13335 </release>
13323 </grit> 13336 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/profile_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698