Skip to content

Commit 545bbc2

Browse files
Update es_MX, thanks to grantiago
1 parent f4d128d commit 545bbc2

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

language/es_MX/index.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
// +-----------------------------------------------------------------------+
3+
// | Lexiglot - A PHP based translation tool |
4+
// +-----------------------------------------------------------------------+
5+
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
6+
// +-----------------------------------------------------------------------+
7+
// | This program is free software; you can redistribute it and/or modify |
8+
// | it under the terms of the GNU General Public License as published by |
9+
// | the Free Software Foundation |
10+
// | |
11+
// | This program is distributed in the hope that it will be useful, but |
12+
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
13+
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14+
// | General Public License for more details. |
15+
// | |
16+
// | You should have received a copy of the GNU General Public License |
17+
// | along with this program; if not, write to the Free Software |
18+
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19+
// | USA. |
20+
// +-----------------------------------------------------------------------+
21+
22+
$url = '../';
23+
header( 'Request-URI: '.$url );
24+
header( 'Content-Location: '.$url );
25+
header( 'Location: '.$url );
26+
exit();
27+
?>

language/es_MX/theme.lang.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
// +-----------------------------------------------------------------------+
3+
// | This file is part of Piwigo. |
4+
// | |
5+
// | For copyright and license information, please view the COPYING.txt |
6+
// | file that was distributed with this source code. |
7+
// +-----------------------------------------------------------------------+
8+
$lang['%d album'] = '%d álbum';
9+
$lang['%d albums'] = '%d álbumes';
10+
$lang['%d pixels'] = '%d píxeles';
11+
$lang['Admin'] = 'Administración';
12+
$lang['Album thumbnails'] = 'Thumbnails de los álbumes';
13+
$lang['Default size for thumbnails'] = 'Tamaño predeterminado para thumbnails';
14+
$lang['Default size for thumbnails on high density display (retina)'] = 'Tamaño predeterminado para thumbnails en la pantalla de alta densidad (retina)';
15+
$lang['Default sizes'] = 'Tamaños predeterminados';
16+
$lang['Display page banner'] = 'Muestra la bandera de la página';
17+
$lang['Explore'] = 'Explorar';
18+
$lang['Modus theme config'] = 'Configuración del tema Modus';
19+
$lang['Skin'] = 'Skin';
20+
$lang['Use square thumbs'] = 'Usa thumbnails cuadrados';
21+
$lang['modus_theme'] = 'modus_theme';

0 commit comments

Comments
 (0)