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

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: Addressed tapted's comments and fixed tests Created 3 years, 11 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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>
309
310 <message name="IDS_CONTENT_CONTEXT_LOOK_UP" desc="The name of the 'Look Up “string”' item in the content area context menu. To translate, launch /Applic ations/TextEdit.app in an appropriately localized version of OS X, right-click o n the text entry area and use the translation from there.">
311 Look Up “<ph name="LOOKUP_STRING">$1<ex>orthogonal</ex></ph>”
312 </message>
313
298 </if> 314 </if>
tapted 2017/01/13 21:37:33 can the stuff below be in the <if expr="is_macosx"
spqchan 2017/01/26 18:27:01 I don't think so, they're not Mac exclusive
299 315
316 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_MENU" desc="The name of the Writing Direction submenu in the content area context menu. To translate , launch /Applications/TextEdit.app in an appropriately localized version of OS X, right-click on the text entry area and use the translation from there.">
317 Writing Direction
318 </message>
319 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_DEFAULT" desc="The na me of the 'default' item from the Writing Direction submenu in the content area context menu. To translate, launch /Applications/TextEdit.app in an appropriate ly localized version of OS X, right-click on the text entry area and use the tra nslation from there.">
320 Default
321 </message>
322 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_LTR" desc="The name o f the 'Left to Right' item from the Writing Direction submenu in the content are a context menu. To translate, launch /Applications/TextEdit.app in an appropria tely localized version of OS X, right-click on the text entry area and use the t ranslation from there.">
323 Left to Right
324 </message>
325 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_RTL" desc="The name o f the 'Right to Left' item from the Writing Direction submenu in the content are a context menu. To translate, launch /Applications/TextEdit.app in an appropria tely localized version of OS X, right-click on the text entry area and use the t ranslation from there.">
326 Right to Left
327 </message>
328
300 <!-- File chooser dialog default titles (only used on Linux) --> 329 <!-- 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."> 330 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for the Select Folder file chooser dialog.">
302 Select Folder 331 Select Folder
303 </message> 332 </message>
304 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the S ave As file chooser dialog."> 333 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the S ave As file chooser dialog.">
305 Save File 334 Save File
306 </message> 335 </message>
307 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (single file)."> 336 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (single file).">
308 Open File 337 Open File
309 </message> 338 </message>
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 </message> 697 </message>
669 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 698 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
670 Internal Display 699 Internal Display
671 </message> 700 </message>
672 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> 701 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor.">
673 Virtual Display 702 Virtual Display
674 </message> 703 </message>
675 </messages> 704 </messages>
676 </release> 705 </release>
677 </grit> 706 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698