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

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: Address reveiw and auto select the current wallpaper thumbnail when select wallpaper overlay shows. 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 12470 matching lines...) Expand 10 before | Expand all | Expand 10 after
12481 </message> 12481 </message>
12482 <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."> 12482 <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.">
12483 These settings may only be modified by the owner: 12483 These settings may only be modified by the owner:
12484 </message> 12484 </message>
12485 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In sentence case: In the Personal Stuff settings tab, the title text for Account section."> 12485 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In sentence case: In the Personal Stuff settings tab, the title text for Account section.">
12486 Account 12486 Account
12487 </message> 12487 </message>
12488 <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."> 12488 <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.">
12489 Require password to wake from sleep 12489 Require password to wake from sleep
12490 </message> 12490 </message>
12491 <message name="IDS_SET_WALLPAPER_BUTTON" desc="The button to set wallpaper .">
12492 Set Wallpaper...
12493 </message>
12494 <message name="IDS_OPTIONS_SET_WALLPAPER_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her wallpaper.">
12495 Set Wallpaper
12496 </message>
12497 <message name="IDS_OPTIONS_SET_WALLPAPER_DIALOG_TEXT" desc="Text with desc ription of what to do on Change Wallpaper dialog.">
12498 Choose a picture to display on your background.
12499 </message>
12491 <message name="IDS_OPTIONS_CHANGE_PICTURE" desc="In the settings tab, the text on the button to change picture for the current user."> 12500 <message name="IDS_OPTIONS_CHANGE_PICTURE" desc="In the settings tab, the text on the button to change picture for the current user.">
12492 Change picture... 12501 Change picture...
12493 </message> 12502 </message>
12494 <message name="IDS_OPTIONS_CHANGE_PICTURE_CAPTION" desc="Caption on the us er picture that user must click to change it, must be short."> 12503 <message name="IDS_OPTIONS_CHANGE_PICTURE_CAPTION" desc="Caption on the us er picture that user must click to change it, must be short.">
12495 Change 12504 Change
12496 </message> 12505 </message>
12497 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her picture."> 12506 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her picture.">
12498 Change picture 12507 Change picture
12499 </message> 12508 </message>
12500 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT" desc="Text with des cription of what to do on Change picture dialog."> 12509 <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
15204 </messages> 15213 </messages>
15205 <structures fallback_to_english="true"> 15214 <structures fallback_to_english="true">
15206 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15215 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15207 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15216 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15208 </structure> 15217 </structure>
15209 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15218 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15210 </structure> 15219 </structure>
15211 </structures> 15220 </structures>
15212 </release> 15221 </release>
15213 </grit> 15222 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698