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

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

Issue 6865033: Made full tab file browser to open automatically when a new disk device is properly mounted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 11227 matching lines...) Expand 10 before | Expand all | Expand 10 after
11238 Take picture. 11238 Take picture.
11239 </message> 11239 </message>
11240 11240
11241 <!-- Removable device notifications --> 11241 <!-- Removable device notifications -->
11242 <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...)"> 11242 <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...)">
11243 Removable device detected 11243 Removable device detected
11244 </message> 11244 </message>
11245 <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...)"> 11245 <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...)">
11246 Scanning content... 11246 Scanning content...
11247 </message> 11247 </message>
11248 <!-- TODO(zelidrag): Remove this one once file system is wired -->
11249 <message name="IDS_REMOVABLE_DEVICE_MOUNTED_MESSAGE" desc="Text of notific ation message which is shown when removable device is ready to be used.">
11250 Removable device is ready to be used, click here to open...
11251 </message>
11252 11248
11253 <!-- Network state strings for ChromeOS --> 11249 <!-- Network state strings for ChromeOS -->
11254 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN"> 11250 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN">
11255 Unknown 11251 Unknown
11256 </message> 11252 </message>
11257 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE"> 11253 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE">
11258 Idle 11254 Idle
11259 </message> 11255 </message>
11260 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER"> 11256 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER">
11261 Carrier 11257 Carrier
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
12104 </includes> 12100 </includes>
12105 <structures fallback_to_english="true"> 12101 <structures fallback_to_english="true">
12106 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12102 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12107 </structure> 12103 </structure>
12108 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12104 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12109 </structure> 12105 </structure>
12110 </structures> 12106 </structures>
12111 12107
12112 </release> 12108 </release>
12113 </grit> 12109 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698