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

/indra/newview/skins/default/xui/fr/menu_edit.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | ae566e98ebf02c682407ffd52b0667d2 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <menu label="Modifier" name="Edit">
  3. <menu_item_call label="Annuler" name="Undo"/>
  4. <menu_item_call label="Refaire" name="Redo"/>
  5. <menu_item_call label="Couper" name="Cut"/>
  6. <menu_item_call label="Copier" name="Copy"/>
  7. <menu_item_call label="Coller" name="Paste"/>
  8. <menu_item_call label="Supprimer" name="Delete"/>
  9. <menu_item_call label="Dupliquer" name="Duplicate"/>
  10. <menu_item_call label="Tout sélectionner" name="Select All"/>
  11. <menu_item_call label="Désélectionner" name="Deselect"/>
  12. </menu>