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

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

Issue 7706028: This is UI side unreadable device support. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: that's why you should compile your code before sending it to review 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
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 9158 matching lines...) Expand 10 before | Expand all | Expand 10 after
9169 Show all files 9169 Show all files
9170 </message> 9170 </message>
9171 9171
9172 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file."> 9172 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file.">
9173 Are you sure you want to delete "$1"? 9173 Are you sure you want to delete "$1"?
9174 </message> 9174 </message>
9175 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories."> 9175 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories.">
9176 Are you sure you want to delete $1 items? 9176 Are you sure you want to delete $1 items?
9177 </message> 9177 </message>
9178 9178
9179 <message name="IDS_FILE_BROWSER_UNKNOWN_FILESYSTEM_WARNING" desc="Displaye d when device contents cannot be read because filesystem is unknown.">
9180 This device cannot be opened because its filesystem was not recognized.
9181 </message>
9182 <message name="IDS_FILE_BROWSER_UNSUPPORTED_FILESYSTEM_WARNING" desc="Disp layed when device contents cannot be read because filesystem is unsupported.">
9183 This device cannot be opened because its filesystem is not supported.
9184 </message>
9179 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device."> 9185 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device.">
9180 Formatting the removable media is going to erase all data. Do you wish t o continue? 9186 Formatting the removable media is going to erase all data. Do you wish t o continue?
9181 </message> 9187 </message>
9182 9188
9183 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle."> 9189 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle.">
9184 Select a folder to open 9190 Select a folder to open
9185 </message> 9191 </message>
9186 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> 9192 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
9187 Select a file to open 9193 Select a file to open
9188 </message> 9194 </message>
(...skipping 4289 matching lines...) Expand 10 before | Expand all | Expand 10 after
13478 </if> 13484 </if>
13479 </includes> 13485 </includes>
13480 <structures fallback_to_english="true"> 13486 <structures fallback_to_english="true">
13481 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13487 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13482 </structure> 13488 </structure>
13483 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13489 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13484 </structure> 13490 </structure>
13485 </structures> 13491 </structures>
13486 </release> 13492 </release>
13487 </grit> 13493 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.h » ('j') | chrome/browser/resources/file_manager/js/file_manager.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698