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

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

Issue 7583041: Adding a format device button to UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
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 8906 matching lines...) Expand 10 before | Expand all | Expand 10 after
8917 8917
8918 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed."> 8918 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed.">
8919 Unable to open open "$1": $2 8919 Unable to open open "$1": $2
8920 </message> 8920 </message>
8921 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents."> 8921 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents.">
8922 Open archive 8922 Open archive
8923 </message> 8923 </message>
8924 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file."> 8924 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file.">
8925 Close archive 8925 Close archive
8926 </message> 8926 </message>
8927 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device.">
8928 Format device
8929 </message>
8927 8930
8928 <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."> 8931 <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.">
8929 A file named "$1" already exists. Do you want to replace it? 8932 A file named "$1" already exists. Do you want to replace it?
8930 </message> 8933 </message>
8931 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name."> 8934 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name.">
8932 The file named "$1" already exists. Please choose a different name. 8935 The file named "$1" already exists. Please choose a different name.
8933 </message> 8936 </message>
8934 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name."> 8937 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name.">
8935 The directory named "$1" already exists. Please choose a different name. 8938 The directory named "$1" already exists. Please choose a different name.
8936 </message> 8939 </message>
(...skipping 4394 matching lines...) Expand 10 before | Expand all | Expand 10 after
13331 </includes> 13334 </includes>
13332 <structures fallback_to_english="true"> 13335 <structures fallback_to_english="true">
13333 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13336 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13334 </structure> 13337 </structure>
13335 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13338 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13336 </structure> 13339 </structure>
13337 </structures> 13340 </structures>
13338 13341
13339 </release> 13342 </release>
13340 </grit> 13343 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698