PtitUrl.po 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 10:53+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Dutch (http://www.transifex.com/gnu-social/gnu-social/language/nl/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: nl\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. TRANS: Exception thrown when URL shortening plugin was configured
  20. #. incorrectly.
  21. #: PtitUrlPlugin.php:42
  22. msgid "You must specify a serviceUrl for ptit URL shortening."
  23. msgstr "U moet een serviceUrl opgeven om URL's in te korten via ptit."
  24. #. TRANS: Plugin description. %1$s is the URL shortening service base URL (for
  25. #. example "bit.ly").
  26. #: PtitUrlPlugin.php:68
  27. #, php-format
  28. msgid "Uses <a href=\"http://%1$s/\">%1$s</a> URL-shortener service."
  29. msgstr "Gebruikt de dienst <a href=\"http://%1$s/\">%1$s</a> om URL's korter te maken."