Development of an internal social media platform with personalised dashboards for students
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.

django.po 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Allisson Azevedo <allisson@gmail.com>, 2014
  5. # andrewsmedina <andrewsmedina@gmail.com>, 2013
  6. # Eduardo Cereto Carvalho, 2011
  7. # Fábio C. Barrionuevo da Luz <bnafta@gmail.com>, 2013
  8. # semente, 2012-2013
  9. # Jannis Leidel <jannis@leidel.info>, 2011
  10. # Lucas Infante <maccinza@gmail.com>, 2015
  11. # Sergio Oliveira <seocam@seocam.com>, 2013
  12. # Thiago Avelino <thiago@avelino.xxx>, 2013
  13. msgid ""
  14. msgstr ""
  15. "Project-Id-Version: django\n"
  16. "Report-Msgid-Bugs-To: \n"
  17. "POT-Creation-Date: 2015-10-09 17:42+0200\n"
  18. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  19. "Last-Translator: andrewsmedina <andrewsmedina@gmail.com>\n"
  20. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/"
  21. "language/pt_BR/)\n"
  22. "MIME-Version: 1.0\n"
  23. "Content-Type: text/plain; charset=UTF-8\n"
  24. "Content-Transfer-Encoding: 8bit\n"
  25. "Language: pt_BR\n"
  26. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  27. msgid "Advanced options"
  28. msgstr "Opções avançadas"
  29. msgid "Flat Pages"
  30. msgstr "Páginas Planas"
  31. msgid "URL"
  32. msgstr "URL"
  33. msgid ""
  34. "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
  35. msgstr "Exemplo: '/sobre/contato/'. Lembre-se das barras no começo e no final."
  36. msgid ""
  37. "This value must contain only letters, numbers, dots, underscores, dashes, "
  38. "slashes or tildes."
  39. msgstr ""
  40. "Este valor deve conter apenas letras, números, pontos, sublinhados, traços, "
  41. "barras ou til."
  42. msgid "URL is missing a leading slash."
  43. msgstr "Está faltando uma barra no início da URL."
  44. msgid "URL is missing a trailing slash."
  45. msgstr "Está faltando uma barra no final da URL."
  46. #, python-format
  47. msgid "Flatpage with url %(url)s already exists for site %(site)s"
  48. msgstr "Uma flatpage com a URL %(url)s já existe para o site %(site)s"
  49. msgid "title"
  50. msgstr "título"
  51. msgid "content"
  52. msgstr "conteúdo"
  53. msgid "enable comments"
  54. msgstr "habilitar comentários"
  55. msgid "template name"
  56. msgstr "nome do template"
  57. msgid ""
  58. "Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
  59. "will use 'flatpages/default.html'."
  60. msgstr ""
  61. "Exemplo: 'flatpages/contact_page.html'. Se não for informado, será utilizado "
  62. "'flatpages/default.html'."
  63. msgid "registration required"
  64. msgstr "registro obrigatório"
  65. msgid "If this is checked, only logged-in users will be able to view the page."
  66. msgstr ""
  67. "Se estiver assinalado, apenas usuários autenticados poderão ver a página."
  68. msgid "sites"
  69. msgstr "sites"
  70. msgid "flat page"
  71. msgstr "página plana"
  72. msgid "flat pages"
  73. msgstr "páginas planas"