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

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: Fixed UI refresing. 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 8932 matching lines...) Expand 10 before | Expand all | Expand 10 after
8943 8943
8944 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed."> 8944 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed.">
8945 Unable to open open "$1": $2 8945 Unable to open open "$1": $2
8946 </message> 8946 </message>
8947 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents."> 8947 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents.">
8948 Open archive 8948 Open archive
8949 </message> 8949 </message>
8950 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file."> 8950 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file.">
8951 Close archive 8951 Close archive
8952 </message> 8952 </message>
8953 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device.">
8954 Format device
8955 </message>
8953 8956
8954 <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."> 8957 <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.">
8955 A file named "$1" already exists. Do you want to replace it? 8958 A file named "$1" already exists. Do you want to replace it?
8956 </message> 8959 </message>
8957 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name."> 8960 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name.">
8958 The file named "$1" already exists. Please choose a different name. 8961 The file named "$1" already exists. Please choose a different name.
8959 </message> 8962 </message>
8960 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name."> 8963 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name.">
8961 The directory named "$1" already exists. Please choose a different name. 8964 The directory named "$1" already exists. Please choose a different name.
8962 </message> 8965 </message>
(...skipping 4383 matching lines...) Expand 10 before | Expand all | Expand 10 after
13346 </includes> 13349 </includes>
13347 <structures fallback_to_english="true"> 13350 <structures fallback_to_english="true">
13348 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13351 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13349 </structure> 13352 </structure>
13350 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13353 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13351 </structure> 13354 </structure>
13352 </structures> 13355 </structures>
13353 13356
13354 </release> 13357 </release>
13355 </grit> 13358 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.cc » ('j') | chrome/browser/chromeos/cros/mount_library.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698