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

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

Issue 7471024: Formatting feature initial commit for ChromeOS Tree (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Another iteration Created 9 years, 5 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 8892 matching lines...) Expand 10 before | Expand all | Expand 10 after
8903 <message name="IDS_FILE_BROWSER_CANCEL_LABEL" desc="Cancel label."> 8903 <message name="IDS_FILE_BROWSER_CANCEL_LABEL" desc="Cancel label.">
8904 Cancel 8904 Cancel
8905 </message> 8905 </message>
8906 <message name="IDS_FILE_BROWSER_OPEN_LABEL" desc="Open label."> 8906 <message name="IDS_FILE_BROWSER_OPEN_LABEL" desc="Open label.">
8907 Open 8907 Open
8908 </message> 8908 </message>
8909 <message name="IDS_FILE_BROWSER_SAVE_LABEL" desc="Save label."> 8909 <message name="IDS_FILE_BROWSER_SAVE_LABEL" desc="Save label.">
8910 Save 8910 Save
8911 </message> 8911 </message>
8912 8912
8913 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device.">
8914 Formatting the removable media is going to erase all data. Do you wish t o continue?
8915 </message>
8916
8913 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle."> 8917 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle.">
8914 Select a folder to open 8918 Select a folder to open
8915 </message> 8919 </message>
8916 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> 8920 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
8917 Select a file to open 8921 Select a file to open
8918 </message> 8922 </message>
8919 <message name="IDS_FILE_BROWSER_SELECT_OPEN_MULTI_FILE_TITLE" desc="Select open multi file title."> 8923 <message name="IDS_FILE_BROWSER_SELECT_OPEN_MULTI_FILE_TITLE" desc="Select open multi file title.">
8920 Select one or more files 8924 Select one or more files
8921 </message> 8925 </message>
8922 <message name="IDS_FILE_BROWSER_SELECT_SAVEAS_FILE_TITLE" desc="Select sav eas file title."> 8926 <message name="IDS_FILE_BROWSER_SELECT_SAVEAS_FILE_TITLE" desc="Select sav eas file title.">
(...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after
12038 </message> 12042 </message>
12039 12043
12040 <!-- Removable device notifications --> 12044 <!-- Removable device notifications -->
12041 <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...)"> 12045 <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...)">
12042 Removable device detected 12046 Removable device detected
12043 </message> 12047 </message>
12044 <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...)"> 12048 <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...)">
12045 Scanning content... 12049 Scanning content...
12046 </message> 12050 </message>
12047 12051
12052 <!-- Formatting device notifications -->
12053 <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 ">
12054 Formatting pending
12055 </message>
12056 <message name="IDS_FORMATTING_OF_DEVICE_FINISHED_TITLE" desc="Text of noti fication message which is shown when formatting process finshes">
12057 Formatting finished
12058 </message>
12059 <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">
12060 The formatting process can take a couple of seconds. Please wait.
12061 </message>
12062 <message name="IDS_FORMATTING_STARTED_FAILURE_MESSAGE" desc="Text of notif ication message which is shown when formatting process can not be started.">
12063 Could not start the formatting process.
12064 </message>
12065 <message name="IDS_FORMATTING_FINISHED_SUCCESS_MESSAGE" desc="Text of noti fication message which is shown when formatting finishes without any errors.">
12066 Formatting finished successfully!
12067 </message>
12068 <message name="IDS_FORMATTING_FINISHED_FAILURE_MESSAGE" desc="Text of noti fication message which is shown when there are some errors while formatting.">
12069 Aw, Snap! There've been some errors while formatting...
12070 </message>
12071
12048 <!-- Network state strings for ChromeOS --> 12072 <!-- Network state strings for ChromeOS -->
12049 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN"> 12073 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN">
12050 Unknown 12074 Unknown
12051 </message> 12075 </message>
12052 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE"> 12076 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in abo ut:network: IDLE">
12053 Idle 12077 Idle
12054 </message> 12078 </message>
12055 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER"> 12079 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER">
12056 Carrier 12080 Carrier
12057 </message> 12081 </message>
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
13002 </includes> 13026 </includes>
13003 <structures fallback_to_english="true"> 13027 <structures fallback_to_english="true">
13004 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13028 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13005 </structure> 13029 </structure>
13006 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13030 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13007 </structure> 13031 </structure>
13008 </structures> 13032 </structures>
13009 13033
13010 </release> 13034 </release>
13011 </grit> 13035 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.h » ('j') | chrome/browser/chromeos/cros/mount_library.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698