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

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: merging conflict 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/chromeos/cros/mount_library.h » ('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 9198 matching lines...) Expand 10 before | Expand all | Expand 10 after
9209 Show all files 9209 Show all files
9210 </message> 9210 </message>
9211 9211
9212 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file."> 9212 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file.">
9213 Are you sure you want to delete "$1"? 9213 Are you sure you want to delete "$1"?
9214 </message> 9214 </message>
9215 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories."> 9215 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories.">
9216 Are you sure you want to delete $1 items? 9216 Are you sure you want to delete $1 items?
9217 </message> 9217 </message>
9218 9218
9219 <message name="IDS_FILE_BROWSER_UNKNOWN_FILESYSTEM_WARNING" desc="Displaye d when device contents cannot be read because filesystem is unknown.">
9220 This device cannot be opened because its filesystem was not recognized.
9221 </message>
9222 <message name="IDS_FILE_BROWSER_UNSUPPORTED_FILESYSTEM_WARNING" desc="Disp layed when device contents cannot be read because filesystem is unsupported.">
9223 This device cannot be opened because its filesystem is not supported.
9224 </message>
9219 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device."> 9225 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device.">
9220 Formatting the removable media is going to erase all data. Do you wish t o continue? 9226 Formatting the removable media is going to erase all data. Do you wish t o continue?
9221 </message> 9227 </message>
9222 9228
9223 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle."> 9229 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle.">
9224 Select a folder to open 9230 Select a folder to open
9225 </message> 9231 </message>
9226 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> 9232 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
9227 Select a file to open 9233 Select a file to open
9228 </message> 9234 </message>
(...skipping 4295 matching lines...) Expand 10 before | Expand all | Expand 10 after
13524 </if> 13530 </if>
13525 </includes> 13531 </includes>
13526 <structures fallback_to_english="true"> 13532 <structures fallback_to_english="true">
13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13533 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13528 </structure> 13534 </structure>
13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13535 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13530 </structure> 13536 </structure>
13531 </structures> 13537 </structures>
13532 </release> 13538 </release>
13533 </grit> 13539 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698