12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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:administer_utilities:logbrowser' => 'Navegador de registros',
- 'logbrowser' => 'Navegador de registros',
- 'logbrowser:browse' => 'Navegar por los registros del sistema',
- 'logbrowser:search' => 'Buscar',
- 'logbrowser:user' => 'Nombre de habitante a buscar',
- 'logbrowser:starttime' => 'Fecha/hora de inicio (por ejemplo, "último lunes" o "1 hora atrás")',
- 'logbrowser:endtime' => 'Fecha de fin',
- 'logbrowser:explore' => 'Explorar registros',
- 'logbrowser:date' => 'Fecha y hora',
- 'logbrowser:ip_address' => 'Dirección IP',
- 'logbrowser:user:name' => 'Habitante',
- 'logbrowser:user:guid' => 'GUID de habitante',
- 'logbrowser:object' => 'Tipo de objeto',
- 'logbrowser:object:guid' => 'GUID de objeto',
- 'logbrowser:action' => 'Acción',
- );
|