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. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  7. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: web (8.0)\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2016-03-11 02:17+0000\n"
  13. "PO-Revision-Date: 2016-03-05 16:21+0000\n"
  14. "Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n"
  15. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: pt_BR\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 "Adicionar / Remover atalho ..."
  27. #. module: web_shortcuts
  28. #: field:web.shortcut,create_uid:0
  29. msgid "Created by"
  30. msgstr "Criado por"
  31. #. module: web_shortcuts
  32. #: field:web.shortcut,create_date:0
  33. msgid "Created on"
  34. msgstr "Criado em "
  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 atualização por"
  43. #. module: web_shortcuts
  44. #: field:web.shortcut,write_date:0
  45. msgid "Last Updated on"
  46. msgstr "Última atualização em"
  47. #. module: web_shortcuts
  48. #: field:web.shortcut,menu_id:0
  49. msgid "Menu id"
  50. msgstr "Menu Id"
  51. #. module: web_shortcuts
  52. #: field:web.shortcut,name:0
  53. msgid "Shortcut Name"
  54. msgstr "Nome do atalho"
  55. #. module: web_shortcuts
  56. #: sql_constraint:web.shortcut:0
  57. msgid "Shortcut for this menu already exists!"
  58. msgstr "Atalho para este menu já existe!"
  59. #. module: web_shortcuts
  60. #: field:web.shortcut,user_id:0
  61. msgid "User Ref."
  62. msgstr "Ref. Usuário"