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.

92 lines
2.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * web_shortcut
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Armando Vulcano Junior <vulcano@uol.com.br>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 9.0c\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-12-28 03:58+0000\n"
  13. "PO-Revision-Date: 2017-12-28 03:58+0000\n"
  14. "Last-Translator: Armando Vulcano Junior <vulcano@uol.com.br>, 2017\n"
  15. "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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_shortcut
  22. #. openerp-web
  23. #: code:addons/web_shortcut/static/src/xml/web_shortcut.xml:21
  24. #, python-format
  25. msgid "Add / Remove Shortcut..."
  26. msgstr "Adicionar / Remover atalho ..."
  27. #. module: web_shortcut
  28. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_create_uid
  29. msgid "Created by"
  30. msgstr "Criado por"
  31. #. module: web_shortcut
  32. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_create_date
  33. msgid "Created on"
  34. msgstr "Criado em"
  35. #. module: web_shortcut
  36. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_display_name
  37. msgid "Display Name"
  38. msgstr "Mostrar Nome"
  39. #. module: web_shortcut
  40. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_id
  41. msgid "ID"
  42. msgstr "ID"
  43. #. module: web_shortcut
  44. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut___last_update
  45. msgid "Last Modified on"
  46. msgstr "Última Modificação em"
  47. #. module: web_shortcut
  48. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_write_uid
  49. msgid "Last Updated by"
  50. msgstr "Última Atualização por"
  51. #. module: web_shortcut
  52. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_write_date
  53. msgid "Last Updated on"
  54. msgstr "Última Atualização em"
  55. #. module: web_shortcut
  56. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_menu_id
  57. msgid "Menu id"
  58. msgstr "Menu id"
  59. #. module: web_shortcut
  60. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_name
  61. msgid "Shortcut Name"
  62. msgstr "Nome Atalho"
  63. #. module: web_shortcut
  64. #: sql_constraint:web.shortcut:0
  65. msgid "Shortcut for this menu already exists!"
  66. msgstr "Atalho para este menu não existe!"
  67. #. module: web_shortcut
  68. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_user_id
  69. msgid "User Ref."
  70. msgstr "Ref. Usuário"
  71. #. module: web_shortcut
  72. #: model:ir.model,name:web_shortcut.model_ir_ui_menu
  73. msgid "ir.ui.menu"
  74. msgstr "ir.ui.menu"
  75. #. module: web_shortcut
  76. #: model:ir.model,name:web_shortcut.model_web_shortcut
  77. msgid "web.shortcut"
  78. msgstr "atalho.web"