PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 38 lines | 38 code | 0 blank | 0 comment | 0 complexity | 645ace1393f917294cee45aeb486db1d MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel name="landmark_info">
  3. <string name="title_create_landmark" value="Crear un hito"/>
  4. <string name="title_edit_landmark" value="Editar el hito"/>
  5. <string name="title_landmark" value="Hito"/>
  6. <string name="not_available" value="(No disp.)"/>
  7. <string name="unknown" value="(desconocidas)"/>
  8. <string name="public" value="(público)"/>
  9. <string name="server_update_text">
  10. Los datos de este lugar no están disponibles sin una actualización del servidor.
  11. </string>
  12. <string name="server_error_text">
  13. Los datos de este lugar no están disponibles por el momento. Por favor, prueba más tarde.
  14. </string>
  15. <string name="server_forbidden_text">
  16. Por restricciones en el acceso, los datos de esta localización no están disponibles. Por favor, revisa tus permisos con el propietario de la parcela.
  17. </string>
  18. <string name="acquired_date">
  19. [wkday,datetime,local][day,datetime,local] [mth,datetime,local] [year,datetime,local][hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
  20. </string>
  21. <button name="back_btn" tool_tip="Atrás"/>
  22. <text name="title" value="Perfil del lugar"/>
  23. <scroll_container name="place_scroll">
  24. <panel name="scrolling_panel">
  25. <text name="maturity_value" value="desconocido"/>
  26. <panel name="landmark_info_panel">
  27. <text name="owner_label" value="Propietario:"/>
  28. <text name="creator_label" value="Creador:"/>
  29. <text name="created_label" value="Creado:"/>
  30. </panel>
  31. <panel name="landmark_edit_panel">
  32. <text name="title_label" value="Título:"/>
  33. <text name="notes_label" value="Mis notas:"/>
  34. <text name="folder_label" value="Localización del hito:"/>
  35. </panel>
  36. </panel>
  37. </scroll_container>
  38. </panel>