mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-03-28 17:43:07 +01:00
Update es_MX, thanks to grantiago
This commit is contained in:
27
language/es_MX/index.php
Normal file
27
language/es_MX/index.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Lexiglot - A PHP based translation tool |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | This program is free software; you can redistribute it and/or modify |
|
||||
// | it under the terms of the GNU General Public License as published by |
|
||||
// | the Free Software Foundation |
|
||||
// | |
|
||||
// | 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 |
|
||||
// | General Public License for more details. |
|
||||
// | |
|
||||
// | You should have received a copy of the GNU General Public License |
|
||||
// | along with this program; if not, write to the Free Software |
|
||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||||
// | USA. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
16
language/es_MX/theme.lang.php
Executable file
16
language/es_MX/theme.lang.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | This file is part of Piwigo. |
|
||||
// | |
|
||||
// | For copyright and license information, please view the COPYING.txt |
|
||||
// | file that was distributed with this source code. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Elegant, Configuration Page'] = 'Página de configuración elegante';
|
||||
$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Elija cuál debería ser el estado predeterminado para cada panel, o deshabilite la animación:';
|
||||
$lang['Comments Panel'] = 'Panel de comentarios';
|
||||
$lang['Disable the animation'] = 'Deshabilitar la animación';
|
||||
$lang['Displayed'] = 'Desplegado';
|
||||
$lang['Hidden'] = 'Oculto';
|
||||
$lang['Main Menu Panel'] = 'Panel del menú principal';
|
||||
$lang['Panels options'] = 'Opciones de paneles';
|
||||
$lang['Photo Description Panel'] = 'Foto Descripción Panel';
|
||||
Reference in New Issue
Block a user