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.

62 lines
2.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * web_menu_navbar_needaction
  4. #
  5. # Translators:
  6. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 8.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-11-26 01:59+0000\n"
  12. "PO-Revision-Date: 2016-11-26 01:59+0000\n"
  13. "Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2016\n"
  14. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  15. "Language: es\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: web_menu_navbar_needaction
  21. #: code:addons/web_menu_navbar_needaction/models/ir_ui_menu.py:138
  22. #, python-format
  23. msgid ""
  24. "Cannot evaluate %s to a search domain:\n"
  25. "%s"
  26. msgstr ""
  27. "No se puede evaluar %s como un dominio de búsqueda:\n"
  28. "%s"
  29. #. module: web_menu_navbar_needaction
  30. #: view:ir.ui.menu:web_menu_navbar_needaction.edit_menu_access
  31. msgid "Fill in a domain for a custom needaction"
  32. msgstr ""
  33. "Rellene un dominio para el filtro de \"acción requerida\" personalizado"
  34. #. module: web_menu_navbar_needaction
  35. #: help:ir.ui.menu,needaction_domain:0
  36. msgid ""
  37. "If your menu item needs a different domain, set it here. It will override "
  38. "the model's needaction domain completely."
  39. msgstr ""
  40. "Si su elemento de menú necesita un dominio diferente, establézcalo aquí. "
  41. "Sobreescribirá completamente el dominio del filtro \"acción requerida\" de "
  42. "su modelo."
  43. #. module: web_menu_navbar_needaction
  44. #: field:ir.ui.menu,needaction:0
  45. msgid "Needaction"
  46. msgstr "Filtro de \"acción requerida\""
  47. #. module: web_menu_navbar_needaction
  48. #: field:ir.ui.menu,needaction_domain:0
  49. msgid "Needaction domain"
  50. msgstr "Dominio del filtro de \"acción requerida\""
  51. #. module: web_menu_navbar_needaction
  52. #: help:ir.ui.menu,needaction:0
  53. msgid "Set to False to disable needaction for specific menu items"
  54. msgstr ""
  55. "Establézcalo a Falso para deshabilitar el filtro de \"acción requerida\" "
  56. "para elementos de menú específicos"