PtitUrl.po 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 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. # Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>, 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-03 10:12+0000\n"
  13. "Last-Translator: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>\n"
  14. "Language-Team: Swedish (http://www.transifex.com/gnu-social/gnu-social/language/sv/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: sv\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: Exception thrown when URL shortening plugin was configured
  21. #. incorrectly.
  22. #: PtitUrlPlugin.php:42
  23. msgid "You must specify a serviceUrl for ptit URL shortening."
  24. msgstr "Du måste speficiera en tjänst-URL för URL-förkortning med ptit."
  25. #. TRANS: Plugin description. %1$s is the URL shortening service base URL (for
  26. #. example "bit.ly").
  27. #: PtitUrlPlugin.php:68
  28. #, php-format
  29. msgid "Uses <a href=\"http://%1$s/\">%1$s</a> URL-shortener service."
  30. msgstr "Använder<a href=\"http://%1$s/\">%1$s</a>tjänst för förkortning av URL."