azett 6b8a4776df Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.

I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00

43 lines
1.2 KiB
PHP

<?php
/* MediaManager ES-LA language file by Agvztíñ IV */
/* http://ingeniebrios.com/fp-content/attachs/mediamanager_es-la.zip */
/* ¡Esta línea no debería estar aquí! */
$lang['admin']['uploader']['submenu']['default'] = 'Subir archivos';
$lang['admin']['uploader']['submenu']['mediamanager'] = 'Administrar Media';
$lang['admin']['uploader']['mediamanager'] = array(
'head' => 'Administrar Media',
'description' =>'Administrador de media',
'delete' => 'eliminar',
'up' => 'Atrás',
'page' => 'Página',
'colname' => 'Nombre',
'colsize' => 'Tamaño',
'coltype' => 'Tipo',
'colmtime' => 'Fecha de subida',
'colusecount' =>'# de usos',
'nofiles' => 'No hay archivos',
'loadfile' => 'Subir archivo',
'selected' => 'Seleccción',
'selectaction' => '-- selecciona acción --',
'addtogallery' => 'Agregar a galería',
'newgallery' => 'Nueva galería',
'go' => 'Ir',
'add' => 'Agregar'
);
$lang['admin']['uploader']['mediamanager']['msgs'] = array(
3 => 'Nueva galería creada',
2 => 'Imágenes movidas a galería',
1 => 'Archivo eliminado',
-1 => 'Error al eliminar archivo',
-2 => 'Error al crear nueva galería',
-3 => 'Por favor ingresa el nombre de la galería'
);
?>