1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- /**
- * Translation strings for Spanish by psy@faeries
- *
- * @package Lorea
- *
- * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
- *
- * This program is free software: you can redistribute it and/or
- * modify it under the terms of the GNU Affero General Public License
- * as published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
- */
- return array(
- 'admin:views_counter' => "Contador de visitas",
- 'admin:views_counter:stats' => "Estadísticas",
- 'admin:views_counter:entities' => "Estadísticas de la entidad",
- 'admin:statistics:views_counter' => "Contador de visitas",
- 'views_counter:stats:none' => "No hay visitas para ésta entidad",
- 'views_counter' => 'Contador de visitas',
- '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',
- 'views_counter:admin_page' => 'Ver página de administración de visitas',
- 'views_counter:add_views_counter' => 'Añadir contador de visitas a:',
- 'views_counter:container_id' => 'ID del conteneder del contador de visitas',
- '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',
- 'views_counter:display_views_counter' => 'Mostrar contador de visitas',
- 'views_counter:doc' => 'Documento del contador de visitas',
- 'views_counter:first_view' => 'Primera vista',
- 'views_counter:float_direction' => 'Dirección flotante',
- 'views_counter:guid' => 'GUID',
- 'views_counter:id' => 'ID',
- 'views_counter:left' => 'Izquierda',
- 'views_counter:name_or_title' => 'Nombre o título',
- 'views_counter:new_subtype_added' => 'El tipo "%s" ha sido seleccionado como configuración para el modulo: views_counter',
- 'views_counter:no' => 'No',
- 'views_counter:no_float' => 'Sin ser flotante',
- 'views_counter:not_loggedin' => 'Sin estar logueada',
- 'views_counter:remove_class' => 'Borrar la clase CSS: "views_counter"',
- 'views_counter:right' => 'Derecha',
- 'views_counter:see_entities' => 'Ver entidades',
- 'views_counter:select_type' => 'Seleccionar un tipo: ',
- 'views_counter:title_or_name' => 'Título o nombre',
- 'views_counter:user_name' => 'Nombre de habitante',
- 'views_counter:views' => 'Vistas',
- 'views_counter:views_by_user' => 'Vistas<br />por ésta habitante',
- 'views_counter:views_statistics' => 'Estadísticas de visitas',
- 'views_counter:yes' => 'Si',
- );
|