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.

94 lines
2.9 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. # Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatic4@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-06-22 08:27+0000\n"
  13. "PO-Revision-Date: 2017-06-22 08:27+0000\n"
  14. "Last-Translator: Rodrigo de Almeida Sottomaior Macedo "
  15. "<rmsolucoeseminformatic4@gmail.com>, 2017\n"
  16. "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
  17. "teams/23907/pt_BR/)\n"
  18. "Language: pt_BR\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  23. #. module: web_shortcut
  24. #. openerp-web
  25. #: code:addons/web_shortcut/static/src/xml/web_shortcut.xml:21
  26. #, python-format
  27. msgid "Add / Remove Shortcut..."
  28. msgstr "Adicionar / Remover atalho ..."
  29. #. module: web_shortcut
  30. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_create_uid
  31. msgid "Created by"
  32. msgstr "Criado por"
  33. #. module: web_shortcut
  34. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_create_date
  35. msgid "Created on"
  36. msgstr "Criado em"
  37. #. module: web_shortcut
  38. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_display_name
  39. msgid "Display Name"
  40. msgstr "Exibir Nome"
  41. #. module: web_shortcut
  42. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_id
  43. msgid "ID"
  44. msgstr "Identificação"
  45. #. module: web_shortcut
  46. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut___last_update
  47. msgid "Last Modified on"
  48. msgstr "Última Modificação em"
  49. #. module: web_shortcut
  50. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_write_uid
  51. msgid "Last Updated by"
  52. msgstr "Última Atualização por"
  53. #. module: web_shortcut
  54. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_write_date
  55. msgid "Last Updated on"
  56. msgstr "Última Atualização em"
  57. #. module: web_shortcut
  58. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_menu_id
  59. msgid "Menu id"
  60. msgstr "Menu de identificação"
  61. #. module: web_shortcut
  62. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_name
  63. msgid "Shortcut Name"
  64. msgstr "Nome do atalho"
  65. #. module: web_shortcut
  66. #: sql_constraint:web.shortcut:0
  67. msgid "Shortcut for this menu already exists!"
  68. msgstr "Atalho para este menu já existe!"
  69. #. module: web_shortcut
  70. #: model:ir.model.fields,field_description:web_shortcut.field_web_shortcut_user_id
  71. msgid "User Ref."
  72. msgstr "Ref. do Usuário"
  73. #. module: web_shortcut
  74. #: model:ir.model,name:web_shortcut.model_ir_ui_menu
  75. msgid "ir.ui.menu"
  76. msgstr "ir.ui.menu"
  77. #. module: web_shortcut
  78. #: model:ir.model,name:web_shortcut.model_web_shortcut
  79. msgid "web.shortcut"
  80. msgstr "web.atalho"