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.

61 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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: es\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 "Rellene un dominio para el filtro de \"acción requerida\" personalizado"
  33. #. module: web_menu_navbar_needaction
  34. #: help:ir.ui.menu,needaction_domain:0
  35. msgid ""
  36. "If your menu item needs a different domain, set it here. It will override "
  37. "the model's needaction domain completely."
  38. msgstr ""
  39. "Si su elemento de menú necesita un dominio diferente, establézcalo aquí. "
  40. "Sobreescribirá completamente el dominio del filtro \"acción requerida\" de "
  41. "su modelo."
  42. #. module: web_menu_navbar_needaction
  43. #: field:ir.ui.menu,needaction:0
  44. msgid "Needaction"
  45. msgstr "Filtro de \"acción requerida\""
  46. #. module: web_menu_navbar_needaction
  47. #: field:ir.ui.menu,needaction_domain:0
  48. msgid "Needaction domain"
  49. msgstr "Dominio del filtro de \"acción requerida\""
  50. #. module: web_menu_navbar_needaction
  51. #: help:ir.ui.menu,needaction:0
  52. msgid "Set to False to disable needaction for specific menu items"
  53. msgstr ""
  54. "Establézcalo a Falso para deshabilitar el filtro de \"acción requerida\" "
  55. "para elementos de menú específicos"