PageRenderTime 336ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 1ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 15 lines | 15 code | 0 blank | 0 comment | 0 complexity | 9d1dabee1ab954fc58f950b1cd0a7aef MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="script ed float" title="SCRIPT: SCRIPT NUEVO">
  3. <floater.string name="not_allowed">
  4. No puedes ver ni editar este script. Ha sido configurado como &quot;no copiable&quot;. Necesitas todos los permisos para ver o editar un script que está dentro de un objeto.
  5. </floater.string>
  6. <floater.string name="script_running">
  7. Ejecutándose
  8. </floater.string>
  9. <floater.string name="Title">
  10. SCRIPT: [NAME]
  11. </floater.string>
  12. <button label="Reiniciar" label_selected="Reiniciar" name="Reset"/>
  13. <check_box initial_value="true" label="Ejecutándose" left="4" name="running"/>
  14. <check_box initial_value="true" label="Mono" left="106" name="mono"/>
  15. </floater>