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

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

Issue 8547008: [filebrowser] Update dialogs layout (prompt, alert, etc.). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/file_manager/js/mock_chrome.js » ('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 9837 matching lines...) Expand 10 before | Expand all | Expand 10 after
9848 9848
9849 <message name="IDS_FILE_BROWSER_CANCEL_LABEL" desc="Cancel label."> 9849 <message name="IDS_FILE_BROWSER_CANCEL_LABEL" desc="Cancel label.">
9850 Cancel 9850 Cancel
9851 </message> 9851 </message>
9852 <message name="IDS_FILE_BROWSER_OPEN_LABEL" desc="Open label."> 9852 <message name="IDS_FILE_BROWSER_OPEN_LABEL" desc="Open label.">
9853 Open 9853 Open
9854 </message> 9854 </message>
9855 <message name="IDS_FILE_BROWSER_SAVE_LABEL" desc="Save label."> 9855 <message name="IDS_FILE_BROWSER_SAVE_LABEL" desc="Save label.">
9856 Save 9856 Save
9857 </message> 9857 </message>
9858 <message name="IDS_FILE_BROWSER_OK_LABEL" desc="Ok label."> 9858 <message name="IDS_FILE_BROWSER_OK_LABEL" desc="OK label.">
9859 Ok 9859 OK
9860 </message> 9860 </message>
9861 9861
9862 <message name="IDS_FILE_BROWSER_DEFAULT_NEW_FOLDER_NAME" desc="The default name for a newly created folder."> 9862 <message name="IDS_FILE_BROWSER_DEFAULT_NEW_FOLDER_NAME" desc="The default name for a newly created folder.">
9863 New Folder 9863 New Folder
9864 </message> 9864 </message>
9865 <message name="IDS_FILE_BROWSER_MORE_FILES" desc="Link shown when there ar e more files available to display"> 9865 <message name="IDS_FILE_BROWSER_MORE_FILES" desc="Link shown when there ar e more files available to display">
9866 Show all files 9866 Show all files
9867 </message> 9867 </message>
9868 9868
9869 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file."> 9869 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file.">
(...skipping 4748 matching lines...) Expand 10 before | Expand all | Expand 10 after
14618 </messages> 14618 </messages>
14619 <structures fallback_to_english="true"> 14619 <structures fallback_to_english="true">
14620 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14620 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14621 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14621 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14622 </structure> 14622 </structure>
14623 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14623 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14624 </structure> 14624 </structure>
14625 </structures> 14625 </structures>
14626 </release> 14626 </release>
14627 </grit> 14627 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/mock_chrome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698