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

Side by Side Diff: ui/strings/ui_strings.grd

Issue 1880313003: Mac File Dialogs: Remove SaveAccessoryView.xib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | 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 <!-- 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 </message> 282 </message>
283 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text"> 283 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text">
284 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name=" SAVEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) 284 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name=" SAVEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>)
285 </message> 285 </message>
286 </if> 286 </if>
287 <message name="IDS_SELECT_UPLOAD_FOLDER_DIALOG_TITLE" desc="The default ti tle for the Select Upload Folder dialog."> 287 <message name="IDS_SELECT_UPLOAD_FOLDER_DIALOG_TITLE" desc="The default ti tle for the Select Upload Folder dialog.">
288 Select Folder to Upload 288 Select Folder to Upload
289 </message> 289 </message>
290 290
291 <if expr="is_macosx"> 291 <if expr="is_macosx">
292 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT" desc="The title of the File Format label for saving a page.">
293 Format:
294 </message>
292 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel ect button in the folder selection dialog."> 295 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel ect button in the folder selection dialog.">
293 Select 296 Select
294 </message> 297 </message>
295 <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading."> 298 <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading.">
296 Upload 299 Upload
297 </message> 300 </message>
298 </if> 301 </if>
299 302
300 <!-- File chooser dialog default titles (only used on Linux) --> 303 <!-- File chooser dialog default titles (only used on Linux) -->
301 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for the Select Folder file chooser dialog."> 304 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for the Select Folder file chooser dialog.">
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 </message> 695 </message>
693 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query"> 696 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query">
694 Speak now 697 Speak now
695 </message> 698 </message>
696 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error."> 699 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error.">
697 No internet connection 700 No internet connection
698 </message> 701 </message>
699 </messages> 702 </messages>
700 </release> 703 </release>
701 </grit> 704 </grit>
OLDNEW
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698