LinkPreview.po 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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-28 16:21+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: Client error displayed when the session token does not match or is
  21. #. not given.
  22. #: actions/oembedproxy.php:58
  23. msgid "There was a problem with your session token. Try again, please."
  24. msgstr "Hubo un problema con tu identificador de sesión. Por favor, inténtalo de nuevo."
  25. #. TRANS: Client exception thrown when requesting a different format than
  26. #. JSON.
  27. #: actions/oembedproxy.php:65
  28. msgid "Invalid format; only JSON supported."
  29. msgstr "Formato no válido: sólo se admite JSON."
  30. #. TRANS: Client exception thrown when not providing a valid URL.
  31. #: actions/oembedproxy.php:71
  32. msgid "Invalid URL."
  33. msgstr "La dirección URL no es válida"
  34. #. TRANS: Plugin description.
  35. #: LinkPreviewPlugin.php:40
  36. msgid "UI extension for previewing thumbnails from links."
  37. msgstr "Extensión de interfaz de usuario para previsualizar miniaturas del contenido de los enlaces compartidos."