1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # Translation file for GNU social - the free software social networking platform
- # Copyright (C) 2012 - 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 17:31+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: Plugin description.
- #: NoticeTitlePlugin.php:97
- msgid "Adds optional titles to notices."
- msgstr "Agrega un título opcional a los mensajes."
- #. TRANS: Exception thrown when a notice title is too long.
- #. TRANS: %d is the maximum number of characters allowed in a title (used for
- #. plural).
- #: NoticeTitlePlugin.php:140
- #, php-format
- msgid "The notice title is too long (maximum %d character)."
- msgid_plural "The notice title is too long (maximum %d characters)."
- msgstr[0] "El título del mensaje es demasiado largo (el máximo permitido es de %d carácter). "
- msgstr[1] "El título del mensaje es demasiado largo (no puede superar los %d caracteres)."
- #. TRANS: Page title. %1$s is the title, %2$s is the site name.
- #: NoticeTitlePlugin.php:276
- #, php-format
- msgid "%1$s - %2$s"
- msgstr "%1$s - %2$s"
|