es.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. 'tag_tools:follow_tag:menu:on' => "Seguir el contenido nuevo para ésta etiqueta",
  25. 'tag_tools:follow_tag:menu:off' => "Dejar de seguir el contenido de ésta etiqueta",
  26. 'tag_tools:js:autocomplete:required' => "Introduce los campos necesarios",
  27. 'tag_tools:notifications:menu' => "Notificaciones de etiquetas",
  28. 'tag_tools:notifications:description' => "Configura las etiquetas que te gustaría seguir, de manera que recibas todo lo nuevo cuando se mencionen.",
  29. 'tag_tools:notifications:empty' => "No sigues ninguna etiqueta.",
  30. 'tag_tools:notification:follow:subject' => "Hay nuevo contenido con la etiqueta %s",
  31. 'tag_tools:notification:follow:message' => "Hola,
  32. Se ha publicado nuevo contenido utilizando la etiqueta %s.
  33. Puedes verlo a continuación: %s",
  34. 'tag_tools:activity:tags' => "Actividades de etiquetas",
  35. 'tag_tools:widgets:follow_tags:title' => "Etiquetas",
  36. 'tag_tools:widgets:follow_tags:description' => "Muestra las etiquetas que te interesan",
  37. 'tag_tools:widgets:follow_tags:empty' => "La habitante no sigue ninguna etiqueta",
  38. 'tag_tools:actions:follow_tag:success:follow' => "A partir de ahora recibirás toda la información relacionada con la etiqueta: %s",
  39. 'tag_tools:actions:follow_tag:success:unfollow' => "Ya no recibirás más información de la etiqueta: %s",
  40. '' => "",
  41. );