TightUrl.po 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Thiago Casotti <thiago.casotti@uol.com.br>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-05-09 19:22+0000\n"
  13. "Last-Translator: Thiago Casotti <thiago.casotti@uol.com.br>\n"
  14. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/gnu-social/gnu-social/language/pt_BR/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: pt_BR\n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. TRANS: Exception thrown when the TightUrl plugin has been configured
  21. #. incorrectly.
  22. #: TightUrlPlugin.php:42
  23. msgid "You must specify a serviceUrl."
  24. msgstr "Você deve especificar um serviço URL."
  25. #. TRANS: Plugin description. %s is the shortener name.
  26. #: TightUrlPlugin.php:68
  27. #, php-format
  28. msgid "Uses <a href=\"http://%1$s/\">%1$s</a> URL-shortener service."
  29. msgstr "Utiliza o serviço de encurtamento de URL <a href=\"http://%1$s/\">%1$s</a>"