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

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

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Save user choosed index to local state Created 8 years, 9 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 12452 matching lines...) Expand 10 before | Expand all | Expand 10 after
12463 </message> 12463 </message>
12464 <message name="IDS_OPTIONS_ACCOUNTS_OWNER_ONLY" desc="In the Accounts sett ings tab, the warning text noticing that only the owner can modify these setting s."> 12464 <message name="IDS_OPTIONS_ACCOUNTS_OWNER_ONLY" desc="In the Accounts sett ings tab, the warning text noticing that only the owner can modify these setting s.">
12465 These settings may only be modified by the owner: 12465 These settings may only be modified by the owner:
12466 </message> 12466 </message>
12467 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In sentence case: In the Personal Stuff settings tab, the title text for Account section."> 12467 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In sentence case: In the Personal Stuff settings tab, the title text for Account section.">
12468 Account 12468 Account
12469 </message> 12469 </message>
12470 <message name="IDS_OPTIONS_ENABLE_SCREENLOCKER_CHECKBOX" desc="In the Pers onal Stuff settings tab, the text on the checkbox to enable screenlocker for cur rent user."> 12470 <message name="IDS_OPTIONS_ENABLE_SCREENLOCKER_CHECKBOX" desc="In the Pers onal Stuff settings tab, the text on the checkbox to enable screenlocker for cur rent user.">
12471 Require password to wake from sleep 12471 Require password to wake from sleep
12472 </message> 12472 </message>
12473 <message name="IDS_SET_WALLPAPER_BUTTON" desc="The button to set wallpaper .">
12474 Set Wallpaper...
12475 </message>
12476 <message name="IDS_OPTIONS_SET_WALLPAPER_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her wallpaper.">
12477 Set Wallpaper
12478 </message>
12479 <message name="IDS_OPTIONS_SET_WALLPAPER_DIALOG_TEXT" desc="Text with desc ription of what to do on Change Wallpaper dialog.">
12480 Choose a picture to display on your background.
12481 </message>
12473 <message name="IDS_OPTIONS_CHANGE_PICTURE" desc="In the settings tab, the text on the button to change picture for the current user."> 12482 <message name="IDS_OPTIONS_CHANGE_PICTURE" desc="In the settings tab, the text on the button to change picture for the current user.">
12474 Change picture... 12483 Change picture...
12475 </message> 12484 </message>
12476 <message name="IDS_OPTIONS_CHANGE_PICTURE_CAPTION" desc="Caption on the us er picture that user must click to change it, must be short."> 12485 <message name="IDS_OPTIONS_CHANGE_PICTURE_CAPTION" desc="Caption on the us er picture that user must click to change it, must be short.">
12477 Change 12486 Change
12478 </message> 12487 </message>
12479 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her picture."> 12488 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her picture.">
12480 Change picture 12489 Change picture
12481 </message> 12490 </message>
12482 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT" desc="Text with des cription of what to do on Change picture dialog."> 12491 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT" desc="Text with des cription of what to do on Change picture dialog.">
(...skipping 2703 matching lines...) Expand 10 before | Expand all | Expand 10 after
15186 </messages> 15195 </messages>
15187 <structures fallback_to_english="true"> 15196 <structures fallback_to_english="true">
15188 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15197 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15189 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15198 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15190 </structure> 15199 </structure>
15191 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15200 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15192 </structure> 15201 </structure>
15193 </structures> 15202 </structures>
15194 </release> 15203 </release>
15195 </grit> 15204 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698