PageRenderTime 101ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 1ms

/indra/newview/skins/default/xui/es/menu_text_editor.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 27fcf11f9e151ea9072513a4e3a5fa8d MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <context_menu name="Text editor context menu">
  3. <menu_item_call label="Cortar" name="Cut"/>
  4. <menu_item_call label="Copiar" name="Copy"/>
  5. <menu_item_call label="Pegar" name="Paste"/>
  6. <menu_item_call label="Borrar" name="Delete"/>
  7. <menu_item_call label="Seleccionar todo" name="Select All"/>
  8. </context_menu>