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

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

Issue 7828044: [filebrowser] First step to image editor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed commented code. Created 9 years, 3 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/extensions/extension_file_browser_private_api.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 9083 matching lines...) Expand 10 before | Expand all | Expand 10 after
9094 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents."> 9094 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents.">
9095 Open archive 9095 Open archive
9096 </message> 9096 </message>
9097 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file."> 9097 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file.">
9098 Close archive 9098 Close archive
9099 </message> 9099 </message>
9100 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device."> 9100 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device.">
9101 Format device 9101 Format device
9102 </message> 9102 </message>
9103 9103
9104 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open gallery.">
9105 Gallery
9106 </message>
9107
9104 <message name="IDS_FILE_BROWSER_CONFIRM_OVERWRITE_FILE" desc="Asks the use r if they are sure they want to overwrite an existing file with another one."> 9108 <message name="IDS_FILE_BROWSER_CONFIRM_OVERWRITE_FILE" desc="Asks the use r if they are sure they want to overwrite an existing file with another one.">
9105 A file named "$1" already exists. Do you want to replace it? 9109 A file named "$1" already exists. Do you want to replace it?
9106 </message> 9110 </message>
9107 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name."> 9111 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name.">
9108 The file named "$1" already exists. Please choose a different name. 9112 The file named "$1" already exists. Please choose a different name.
9109 </message> 9113 </message>
9110 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name."> 9114 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name.">
9111 The directory named "$1" already exists. Please choose a different name. 9115 The directory named "$1" already exists. Please choose a different name.
9112 </message> 9116 </message>
9113 <message name="IDS_FILE_BROWSER_ERROR_RENAMING" desc="Error message."> 9117 <message name="IDS_FILE_BROWSER_ERROR_RENAMING" desc="Error message.">
(...skipping 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after
13523 </messages> 13527 </messages>
13524 <structures fallback_to_english="true"> 13528 <structures fallback_to_english="true">
13525 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13529 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13526 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13530 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13527 </structure> 13531 </structure>
13528 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13532 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13529 </structure> 13533 </structure>
13530 </structures> 13534 </structures>
13531 </release> 13535 </release>
13532 </grit> 13536 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698