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

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

Issue 7583047: Removing obsolete strings for imageburner. (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 | no next file » | 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 10398 matching lines...) Expand 10 before | Expand all | Expand 10 after
10409 <message name="IDS_FILEBROWSER_SHOW_ALL_DOWNLOADS" 10409 <message name="IDS_FILEBROWSER_SHOW_ALL_DOWNLOADS"
10410 desc="Link label shown at the bottom of the downloads panel"> 10410 desc="Link label shown at the bottom of the downloads panel">
10411 Show all downloads 10411 Show all downloads
10412 </message> 10412 </message>
10413 10413
10414 <!-- Imageburn Strings --> 10414 <!-- Imageburn Strings -->
10415 <if expr="pp_ifdef('chromeos')"> 10415 <if expr="pp_ifdef('chromeos')">
10416 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking f or update"> 10416 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking f or update">
10417 Checking for updates... 10417 Checking for updates...
10418 </message> 10418 </message>
10419 <message name="IDS_IMAGEBURN_CONFIM_BURN1" desc="Ask if user wants to burn image to stateful device (part one)">
10420 Are you sure you want to burn image to folowing device:
10421 </message>
10422 <message name="IDS_IMAGEBURN_TITLE" desc="Image-burn html page title">
10423 ChromiumOs Image Burn
10424 </message>
10425 <message name="IDS_IMAGEBURN_ROOT_LIST_TITLE" desc="Title of the list that shows partitions available for burning image to">
10426 Available image targets
10427 </message>
10428 <message name="IDS_IMAGEBURN_CONFIM_BURN2" desc="Ask if user wants to burn image to stateful device (part two)">
10429 ? All data on the device will be lost.
10430 </message>
10431 <message name="IDS_IMAGEBURN_BURN_UNSUCCESSFUL" desc="Inform user that bur ning operation ended unsuccessfully">
10432 Image burn did not succeed!
10433 </message>
10434 <message name="IDS_IMAGEBURN_BURN_SUCCESSFUL" desc="Inform user that burni ng operation was successful">
10435 Image burnt successfully!
10436 </message>
10437 <message name="IDS_IMAGEBURN_DOWNLOAD_UNSUCCESSFUL" desc="Inform user that image could not be downloaded">
10438 Image download unsuccessful, burning aborted!
10439 </message>
10440 <message name="IDS_IMAGEBURN_BURN_PROGRESS" desc="Burnt byte counts (with total)">
10441 <ph name="BURNT_AMOUNT">$1<ex>40kB</ex></ph> of <ph name="TOTAL_SIZE">$2 <ex>250kB</ex></ph>
10442 </message>
10443 <message name="IDS_IMAGEBURN_BURN_PROGRESS_SIZE_UNKNOWN" desc="Burnt byte counts (without total)">
10444 <ph name="BURNT_AMOUNT">$1<ex>40kB</ex></ph> of Unknown
10445 </message>
10446 <message name="IDS_IMAGEBURN_DOWNLOAD_STARTING_STATUS" desc="Progress mess age shown when image download is starting">
10447 Waiting for download to start...
10448 </message>
10449 <message name="IDS_IMAGEBURN_DOWNLOAD_IN_PROGRESS_STATUS" desc="Progress m essage shown when image download is in progress">
10450 Downloading image...
10451 </message>
10452 <message name="IDS_IMAGEBURN_DOWNLOAD_COMPLETE_STATUS" desc="Progress mess age shown when image download is finished">
10453 Image downloaded.
10454 </message>
10455 <message name="IDS_IMAGEBURN_DOWNLOAD_CANCELED_STATUS" desc="Progress mess age shown when image download breaks">
10456 Image downloaded has been terminated
10457 </message>
10458 <message name="IDS_IMAGEBURN_BURN_STARTING_STATUS" desc="Progress message shown when burning image is starting">
10459 Initializing burn process...
10460 </message>
10461 <message name="IDS_IMAGEBURN_BURN_IN_PROGRESS_STATUS" desc="Progress messa ge shown while actually burning the image">
10462 Burning image...
10463 </message>
10464 <message name="IDS_IMAGEBURN_BURN_COMPLETE_STATUS" desc="Progress message shown when image burn is finished">
10465 Image burn complete.
10466 </message>
10467 <message name="IDS_IMAGEBURN_BURN_CANCELED_STATUS" desc="Progress message shown when burning image breaks">
10468 Image burning has been terminated
10469 </message>
10470 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed o n image burning webpage "> 10419 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed o n image burning webpage ">
10471 Create OS Recovery Media 10420 Create OS Recovery Media
10472 </message> 10421 </message>
10473 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under image burning page title"> 10422 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under image burning page title">
10474 If you ever need to restore your computer's operating system you'll need a recovery SD card or USB memory stick. 10423 If you ever need to restore your computer's operating system you'll need a recovery SD card or USB memory stick.
10475 </message> 10424 </message>
10476 <message name="IDS_IMAGEBURN_HEADER_LINK" desc="Link to more info on syste m recovery"> 10425 <message name="IDS_IMAGEBURN_HEADER_LINK" desc="Link to more info on syste m recovery">
10477 Learn more about system recovery 10426 Learn more about system recovery
10478 </message> 10427 </message>
10479 <message name="IDS_IMAGEBURN_NO_DEVICES_STATUS" desc="Message telling user to insert removable media image will be burnt to"> 10428 <message name="IDS_IMAGEBURN_NO_DEVICES_STATUS" desc="Message telling user to insert removable media image will be burnt to">
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
12275 Take picture. 12224 Take picture.
12276 </message> 12225 </message>
12277 12226
12278 <!-- Removable device notifications --> 12227 <!-- Removable device notifications -->
12279 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notific ation message which is shown when user inserts removable device (SD card, USB ke y...)"> 12228 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notific ation message which is shown when user inserts removable device (SD card, USB ke y...)">
12280 Removable device detected 12229 Removable device detected
12281 </message> 12230 </message>
12282 <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...)"> 12231 <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...)">
12283 Scanning content... 12232 Scanning content...
12284 </message> 12233 </message>
12234 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)" >
12235 Sorry, <ph name="DEVICE_LABEL">$1<ex>SD card</ex></ph> is not supported o n your Chromebook at this time.
12236 </message>
12237 <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...)">
12238 Sorry, the external storage device is not supported on your Chromebook at this time.
12239 </message>
12285 12240
12286 <!-- Network state strings for ChromeOS --> 12241 <!-- Network state strings for ChromeOS -->
12287 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN"> 12242 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN">
12288 Unknown 12243 Unknown
12289 </message> 12244 </message>
12290 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE"> 12245 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE">
12291 Idle 12246 Idle
12292 </message> 12247 </message>
12293 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER"> 12248 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER">
12294 Carrier 12249 Carrier
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
13307 </includes> 13262 </includes>
13308 <structures fallback_to_english="true"> 13263 <structures fallback_to_english="true">
13309 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13264 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13310 </structure> 13265 </structure>
13311 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13266 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13312 </structure> 13267 </structure>
13313 </structures> 13268 </structures>
13314 13269
13315 </release> 13270 </release>
13316 </grit> 13271 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698