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

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

Issue 7628011: Revert Revert 94812 - Formatting feature initial commit for ChromeOS Tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mock_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 9048 matching lines...) Expand 10 before | Expand all | Expand 10 after
9059 Show all files 9059 Show all files
9060 </message> 9060 </message>
9061 9061
9062 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file."> 9062 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file.">
9063 Are you sure you want to delete "$1"? 9063 Are you sure you want to delete "$1"?
9064 </message> 9064 </message>
9065 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories."> 9065 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories.">
9066 Are you sure you want to delete $1 items? 9066 Are you sure you want to delete $1 items?
9067 </message> 9067 </message>
9068 9068
9069 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device.">
9070 Formatting the removable media is going to erase all data. Do you wish t o continue?
9071 </message>
9072
9069 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle."> 9073 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle.">
9070 Select a folder to open 9074 Select a folder to open
9071 </message> 9075 </message>
9072 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> 9076 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
9073 Select a file to open 9077 Select a file to open
9074 </message> 9078 </message>
9075 <message name="IDS_FILE_BROWSER_SELECT_OPEN_MULTI_FILE_TITLE" desc="Select open multi file title."> 9079 <message name="IDS_FILE_BROWSER_SELECT_OPEN_MULTI_FILE_TITLE" desc="Select open multi file title.">
9076 Select one or more files 9080 Select one or more files
9077 </message> 9081 </message>
9078 <message name="IDS_FILE_BROWSER_SELECT_SAVEAS_FILE_TITLE" desc="Select sav eas file title."> 9082 <message name="IDS_FILE_BROWSER_SELECT_SAVEAS_FILE_TITLE" desc="Select sav eas file title.">
(...skipping 3190 matching lines...) Expand 10 before | Expand all | Expand 10 after
12269 <message name="IDS_REMOVABLE_DEVICE_SCANNING_MESSAGE" desc="Text of notifi cation message which is shown when user inserts removable device (SD card, USB k ey...)"> 12273 <message name="IDS_REMOVABLE_DEVICE_SCANNING_MESSAGE" desc="Text of notifi cation message which is shown when user inserts removable device (SD card, USB k ey...)">
12270 Scanning content... 12274 Scanning content...
12271 </message> 12275 </message>
12272 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)" > 12276 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)" >
12273 Sorry, <ph name="DEVICE_LABEL">$1<ex>SD card</ex></ph> is not supported o n your Chromebook at this time. 12277 Sorry, <ph name="DEVICE_LABEL">$1<ex>SD card</ex></ph> is not supported o n your Chromebook at this time.
12274 </message> 12278 </message>
12275 <message name="IDS_DEVICE_UNSUPPORTED_DEFAULT_MESSAGE" desc="Text of notif ication message which is shown when user inserts removable device (SD card, USB key...)"> 12279 <message name="IDS_DEVICE_UNSUPPORTED_DEFAULT_MESSAGE" desc="Text of notif ication message which is shown when user inserts removable device (SD card, USB key...)">
12276 Sorry, the external storage device is not supported on your Chromebook at this time. 12280 Sorry, the external storage device is not supported on your Chromebook at this time.
12277 </message> 12281 </message>
12278 12282
12283 <!-- Formatting device notifications -->
12284 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_TITLE" desc="Text of notif ication message which is shown when formatting process of some device is pending ">
12285 Formatting pending
12286 </message>
12287 <message name="IDS_FORMATTING_OF_DEVICE_FINISHED_TITLE" desc="Text of noti fication message which is shown when formatting process finshes">
12288 Formatting finished
12289 </message>
12290 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_MESSAGE" desc="Text of not ification message which is shown when formatting process of some device is pendi ng">
12291 The formatting process can take a couple of seconds. Please wait.
12292 </message>
12293 <message name="IDS_FORMATTING_STARTED_FAILURE_MESSAGE" desc="Text of notif ication message which is shown when formatting process can not be started.">
12294 Could not start the formatting process.
12295 </message>
12296 <message name="IDS_FORMATTING_FINISHED_SUCCESS_MESSAGE" desc="Text of noti fication message which is shown when formatting finishes without any errors.">
12297 Formatting finished successfully!
12298 </message>
12299 <message name="IDS_FORMATTING_FINISHED_FAILURE_MESSAGE" desc="Text of noti fication message which is shown when there are some errors while formatting.">
12300 Aw, Snap! There've been some errors while formatting...
12301 </message>
12302
12279 <!-- Network state strings for ChromeOS --> 12303 <!-- Network state strings for ChromeOS -->
12280 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN"> 12304 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN">
12281 Unknown 12305 Unknown
12282 </message> 12306 </message>
12283 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE"> 12307 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE">
12284 Idle 12308 Idle
12285 </message> 12309 </message>
12286 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER"> 12310 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER">
12287 Carrier 12311 Carrier
12288 </message> 12312 </message>
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
13322 </includes> 13346 </includes>
13323 <structures fallback_to_english="true"> 13347 <structures fallback_to_english="true">
13324 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13348 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13325 </structure> 13349 </structure>
13326 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13350 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13327 </structure> 13351 </structure>
13328 </structures> 13352 </structures>
13329 13353
13330 </release> 13354 </release>
13331 </grit> 13355 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mock_mount_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698