You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * web_shortcuts
  4. #
  5. # Translators:
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  7. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: web (8.0)\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2015-11-23 13:46+0000\n"
  13. "PO-Revision-Date: 2015-11-07 11:29+0000\n"
  14. "Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>\n"
  15. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: es\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. module: web_shortcuts
  22. #. openerp-web
  23. #: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24
  24. #, python-format
  25. msgid "Add / Remove Shortcut..."
  26. msgstr "Añadir / Eliminar acceso directo..."
  27. #. module: web_shortcuts
  28. #: field:web.shortcut,create_uid:0
  29. msgid "Created by"
  30. msgstr "Creado por"
  31. #. module: web_shortcuts
  32. #: field:web.shortcut,create_date:0
  33. msgid "Created on"
  34. msgstr "Creado en"
  35. #. module: web_shortcuts
  36. #: field:web.shortcut,id:0
  37. msgid "ID"
  38. msgstr "ID"
  39. #. module: web_shortcuts
  40. #: field:web.shortcut,write_uid:0
  41. msgid "Last Updated by"
  42. msgstr "Última actualización por"
  43. #. module: web_shortcuts
  44. #: field:web.shortcut,write_date:0
  45. msgid "Last Updated on"
  46. msgstr "Última actualización en"
  47. #. module: web_shortcuts
  48. #: field:web.shortcut,menu_id:0
  49. msgid "Menu id"
  50. msgstr "ID del menú"
  51. #. module: web_shortcuts
  52. #: field:web.shortcut,name:0
  53. msgid "Shortcut Name"
  54. msgstr "Nombre del acceso directo"
  55. #. module: web_shortcuts
  56. #: sql_constraint:web.shortcut:0
  57. msgid "Shortcut for this menu already exists!"
  58. msgstr "Ya existe un acceso directo para este menú"
  59. #. module: web_shortcuts
  60. #: field:web.shortcut,user_id:0
  61. msgid "User Ref."
  62. msgstr "Ref. usuario"