Cachet/resources/lang/es/setup.php
2015-07-06 17:37:01 +01:00

23 lines
728 B
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'setup' => 'Configurar',
'title' => 'Configurar Cachet',
'service_details' => 'Detalles del servicio',
'status_page_setup' => 'Configuración de la página de estado',
'show_support' => '¿Mostrar tu apoyo a Cachet?',
'admin_account' => 'Cuenta de administrador',
'complete_setup' => 'Completar configuración',
'completed' => '¡Cachet se ha configurado correctamente!',
'finish_setup' => 'Ir a Panel de control',
];