Skip to content

Commit

Permalink
Update es_ES, thanks to Tirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwigo-TranslationTeam committed Jan 29, 2021
1 parent 9c7baf7 commit cc76716
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions language/es_ES/description.txt
@@ -0,0 +1 @@
Hace posible que el administrador pueda seleccionar qué órdenes de clasificación pueden ser visibles para los usuarios. También añade un orden de clasificación aleatorio.
27 changes: 27 additions & 0 deletions language/es_ES/index.php
@@ -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();
?>
10 changes: 10 additions & 0 deletions language/es_ES/plugin.lang.php
@@ -0,0 +1,10 @@
<?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['Active sort orders'] = 'Órdenes de clasificación activos';
$lang['Random'] = 'Aleatorio';
$lang['SortOrders'] = 'SortOrders';

0 comments on commit cc76716

Please sign in to comment.