es.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. /**
  3. * Translation strings for Spanish by psy@faeries
  4. *
  5. * @package Lorea
  6. *
  7. * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
  8. *
  9. * This program is free software: you can redistribute it and/or
  10. * modify it under the terms of the GNU Affero General Public License
  11. * as published by the Free Software Foundation, either version 3 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public
  20. * License along with this program. If not, see
  21. * <http://www.gnu.org/licenses/>.
  22. */
  23. return array(
  24. 'content_subscriptions:subscribe' => "Suscribirte",
  25. 'content_subscriptions:unsubscribe' => "Desuscribirte",
  26. 'admin:upgrades:content_subscriptions' => "Suscripciones a contenido",
  27. 'content_subscriptions:settings:description' => "Recibir notificaciones cuando haya comentarios en el contenido al que te has suscrito",
  28. // settings
  29. 'content_subscriptions:settings:likes' => "Auto-suscribirte al contenido que te interesa?",
  30. 'content_subscriptions:settings:likes:description' => "Cuando te interese un contenido te suscribirás al mismo, igual que cuando dejes un comentario.",
  31. // comment notifications
  32. 'content_subscriptions:create:comment:subject' => "Nuevo comentario en: %s",
  33. 'content_subscriptions:create:comment:summary' => "Nuevo comentario en: %s",
  34. 'content_subscriptions:create:comment:message' => "Hola %s,
  35. %s ha comentado en %s:
  36. %s
  37. Para ver y comentar el contenido:
  38. %s",
  39. // actions
  40. 'content_subscriptions:action:subscribe:error:owner' => "Tu eres la creadora del contenido asi que no hace falta que te suscribas para obtener actualizaciones",
  41. 'content_subscriptions:action:subscribe:error:subscribe' => "Un error desconocido ha sucedido mientras te suscribías, intente de nuevo",
  42. 'content_subscriptions:action:subscribe:error:unsubscribe' => "Un error desconocido ha sucedido mientras te desuscribías, intente de nuevo",
  43. 'content_subscriptions:action:subscribe:success:subscribe' => "Te has suscrito correctamente",
  44. 'content_subscriptions:action:subscribe:success:unsubscribe' => "Te has desuscrito correctamente",
  45. );