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

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

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ditto Created 4 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
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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel ect button in the folder selection dialog."> 292 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel ect button in the folder selection dialog.">
293 Select 293 Select
294 </message> 294 </message>
295 <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading."> 295 <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading.">
296 Upload 296 Upload
297 </message> 297 </message>
298
299 <!-- Edit::Speech submenu -->
300 <message name="IDS_SPEECH_MAC" desc="The Mac menu item for the 'Speech' submenu in the edit and context menu. To translate, launch /Applications/TextEdi t.app in an appropriately localized version of OS X, open the Edit menu and use the translation from there.">
301 Speech
302 </message>
303 <message name="IDS_SPEECH_START_SPEAKING_MAC" desc="The Mac menu item fo r the 'Start Speaking' item from the 'Speech' submenu in edit and context menu. To translate, launch /Applications/TextEdit.app in an appropriately localized ve rsion of OS X, open the Edit menu and use the translation from there.">
304 Start Speaking
305 </message>
306 <message name="IDS_SPEECH_STOP_SPEAKING_MAC" desc="The Mac menu item for the 'Stop Speaking' item from the 'Speech' submenu in edit and context menu. To translate, launch /Applications/TextEdit.app in an appropriately localized vers ion of OS X, open the Edit menu and use the translation from there.">
307 Stop Speaking
308 </message>
298 </if> 309 </if>
299 310
300 <!-- File chooser dialog default titles (only used on Linux) --> 311 <!-- 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."> 312 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for the Select Folder file chooser dialog.">
302 Select Folder 313 Select Folder
303 </message> 314 </message>
304 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the S ave As file chooser dialog."> 315 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the S ave As file chooser dialog.">
305 Save File 316 Save File
306 </message> 317 </message>
307 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (single file)."> 318 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (single file).">
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 </message> 634 </message>
624 <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"> 635 <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">
625 Speak now 636 Speak now
626 </message> 637 </message>
627 <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."> 638 <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.">
628 No internet connection 639 No internet connection
629 </message> 640 </message>
630 </messages> 641 </messages>
631 </release> 642 </release>
632 </grit> 643 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698