es.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. $spanish = array(
  24. 'follow_tags:river:tags' => 'Actividad de Etiquetas',
  25. 'follow_tags:title' => 'Seguir etiquetas',
  26. 'follow_tags:sidebar:title' => 'Configurar seguimiento de etiquetas',
  27. 'follow_tags:tab:title' => 'De mis etiquetas',
  28. 'follow_tags:noactivity' => 'Sin actividad',
  29. 'follow_tags:save:error' => 'No se han salvado etiquetas!',
  30. 'follow_tags:save:message' => 'Las etiquetas se han salvado!',
  31. 'follow_tags:tags_input:add' => 'Añadir una etiqueta',
  32. 'follow_tags:settings:autocomplete' =>'Autocompletar',
  33. 'follow_tags:settings:minChar' =>'Seleccionar min de chars para autocompletar',
  34. 'follow_tags:settings:threshold' =>'Seleccionar threshold para autocompletar',
  35. 'follow_tags:settings:defaultTags' =>'Poner algunas etiquetas por defecto',
  36. 'follow_tags:settings:title' =>'Configuración de seguimiento de etiquetas',
  37. 'follow_tags:settings:title:tags' =>'Mis etiquetas',
  38. 'follow_tags:settings:title:notify' =>'Configuración de notificaciones',
  39. 'follow_tags:settings:notify:description'=>'Notificarme cuando contenido relacionado sea publicado.',
  40. 'follow_tags:notags' => 'Todavía no te has suscrito a ninguna etiqueta o no tienes resultados que concuerden con lo que buscas. Puedes añadir etiquetas... ',
  41. 'follow_tags:notags:settings' => 'Configuración de etiquetas',
  42. 'follow_tags:notification:subject' =>'Nuevo contenido con etiquetas que te interesan',
  43. 'follow_tags:notification:body' =>'Hay nuevo contenido con etiquetas que te interesan.',
  44. 'follow_tags:notification:body:creator' =>': ',
  45. 'follow_tags:changesettings' => 'Editar Etiquetas',
  46. );
  47. add_translation("es", $spanish);