NoticeTitle.po 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2012 - 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. # Juan Riquelme González <soulchainer@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-02-27 17:31+0000\n"
  13. "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
  14. "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: es\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: Plugin description.
  21. #: NoticeTitlePlugin.php:97
  22. msgid "Adds optional titles to notices."
  23. msgstr "Agrega un título opcional a los mensajes."
  24. #. TRANS: Exception thrown when a notice title is too long.
  25. #. TRANS: %d is the maximum number of characters allowed in a title (used for
  26. #. plural).
  27. #: NoticeTitlePlugin.php:140
  28. #, php-format
  29. msgid "The notice title is too long (maximum %d character)."
  30. msgid_plural "The notice title is too long (maximum %d characters)."
  31. msgstr[0] "El título del mensaje es demasiado largo (el máximo permitido es de %d carácter). "
  32. msgstr[1] "El título del mensaje es demasiado largo (no puede superar los %d caracteres)."
  33. #. TRANS: Page title. %1$s is the title, %2$s is the site name.
  34. #: NoticeTitlePlugin.php:276
  35. #, php-format
  36. msgid "%1$s - %2$s"
  37. msgstr "%1$s - %2$s"