es.php 3.0 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. return array(
  24. 'admin:views_counter' => "Contador de visitas",
  25. 'admin:views_counter:stats' => "Estadísticas",
  26. 'admin:views_counter:entities' => "Estadísticas de la entidad",
  27. 'admin:statistics:views_counter' => "Contador de visitas",
  28. 'views_counter:stats:none' => "No hay visitas para ésta entidad",
  29. 'views_counter' => 'Contador de visitas',
  30. 'views_counter:add_counter_explanation' => 'Si añades manualmente la función "add_views_counter()" para una entidad, entonces el modulo se actualizará automáticamente.<br />Si usas la vista: "views_counter/add" se mostrará el contador de visitas en la entidad',
  31. 'views_counter:admin_page' => 'Ver página de administración de visitas',
  32. 'views_counter:add_views_counter' => 'Añadir contador de visitas a:',
  33. 'views_counter:container_id' => 'ID del conteneder del contador de visitas',
  34. 'views_counter:container_id_explanation' => 'Introduce un selector jquery. Si se define el número de vistas se mostrará el resultado del contador vía Javascript. ej: div#container',
  35. 'views_counter:display_views_counter' => 'Mostrar contador de visitas',
  36. 'views_counter:doc' => 'Documento del contador de visitas',
  37. 'views_counter:first_view' => 'Primera vista',
  38. 'views_counter:float_direction' => 'Dirección flotante',
  39. 'views_counter:guid' => 'GUID',
  40. 'views_counter:id' => 'ID',
  41. 'views_counter:left' => 'Izquierda',
  42. 'views_counter:name_or_title' => 'Nombre o título',
  43. 'views_counter:new_subtype_added' => 'El tipo "%s" ha sido seleccionado como configuración para el modulo: views_counter',
  44. 'views_counter:no' => 'No',
  45. 'views_counter:no_float' => 'Sin ser flotante',
  46. 'views_counter:not_loggedin' => 'Sin estar logueada',
  47. 'views_counter:remove_class' => 'Borrar la clase CSS: "views_counter"',
  48. 'views_counter:right' => 'Derecha',
  49. 'views_counter:see_entities' => 'Ver entidades',
  50. 'views_counter:select_type' => 'Seleccionar un tipo: ',
  51. 'views_counter:title_or_name' => 'Título o nombre',
  52. 'views_counter:user_name' => 'Nombre de habitante',
  53. 'views_counter:views' => 'Vistas',
  54. 'views_counter:views_by_user' => 'Vistas<br />por ésta habitante',
  55. 'views_counter:views_statistics' => 'Estadísticas de visitas',
  56. 'views_counter:yes' => 'Si',
  57. );