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

Side by Side Diff: app/resources/app_strings.grd

Issue 202032: Provide a save file type for unknown extensions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | app/win_util.cc » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 (empty) 180 (empty)
181 </message> 181 </message>
182 182
183 <!-- General application strings --> 183 <!-- General application strings -->
184 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title"> 184 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title">
185 Untitled Web Page 185 Untitled Web Page
186 </message> 186 </message>
187 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text"> 187 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text">
188 All Files 188 All Files
189 </message> 189 </message>
190 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box e xtension format text">
191 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SA VEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>)
192 </message>
190 193
191 <!--Accessible name/action strings--> 194 <!--Accessible name/action strings-->
192 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio n for a button."> 195 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio n for a button.">
193 Press 196 Press
194 </message> 197 </message>
195 198
196 <!-- Scroll Bar Context Menu Labels --> 199 <!-- Scroll Bar Context Menu Labels -->
197 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLHERE" desc="The label for th e 'Scroll Here' item"> 200 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLHERE" desc="The label for th e 'Scroll Here' item">
198 Scroll to Here 201 Scroll to Here
199 </message> 202 </message>
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> 316 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
314 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 317 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
315 </message> 318 </message>
316 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 319 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
317 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 320 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
318 </message> 321 </message>
319 322
320 </messages> 323 </messages>
321 </release> 324 </release>
322 </grit> 325 </grit>
OLDNEW
« no previous file with comments | « no previous file | app/win_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698