Cachet/resources/lang/es/setup.php

24 lines
790 B
PHP
Raw Normal View History

2015-01-28 02:02:00 -06:00
<?php
/*
* This file is part of Cachet.
*
2015-07-06 17:37:01 +01:00
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
2015-01-28 02:02:00 -06:00
return [
2016-05-05 10:48:47 +01:00
'setup' => 'Configurar',
'title' => 'Configurar Cachet',
'service_details' => 'Detalles del servicio',
'env_setup' => 'Configuracion de entorno',
'status_page_setup' => 'Configuración de la página de estado',
'show_support' => '¿Deseas 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',
2015-01-28 02:02:00 -06:00
];