12345678910111213141516171819202122232425262728293031323334353637 |
- # Translation file for GNU social - the free software social networking platform
- # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
- # This file is under https://www.gnu.org/licenses/agpl v3 or later
- #
- # Translators:
- # Juan Riquelme González <soulchainer@gmail.com>, 2015
- msgid ""
- msgstr ""
- "Project-Id-Version: GNU social\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2015-02-02 17:47+0100\n"
- "PO-Revision-Date: 2015-02-27 15:30+0000\n"
- "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
- "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: es\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: Trackback title.
- #. TRANS: %1$s is a profile nickname, %2$s is a timestamp.
- #: LinkbackPlugin.php:206
- #, php-format
- msgid "%1$s's status on %2$s"
- msgstr "Estado de %1$s, el %2$s"
- #. TRANS: Plugin description.
- #: LinkbackPlugin.php:243
- msgid ""
- "Notify blog authors when their posts have been linked in microblog notices "
- "using <a href=\"http://www.hixie.ch/specs/pingback/pingback\">Pingback</a> "
- "or <a "
- "href=\"http://www.movabletype.org/docs/mttrackback.html\">Trackback</a> "
- "protocols."
- msgstr "Notificar a un bloguero cuando se publique un enlace a una publicación suya en un mensaje, utilizando para ello los protocolos <a href=\"http://www.hixie.ch/specs/pingback/pingback\">Pingback</a> o <a href=\"http://www.movabletype.org/docs/mttrackback.html\">Trackback</a>."
|