This commit is contained in:
2024-04-27 09:23:34 +02:00
commit 11e713ca6f
11884 changed files with 3263371 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/*
* Mysql Ajax Table Editor
*
* Copyright (c) 2008 Chris Kitchen <info@mysqlajaxtableeditor.com>
* All rights reserved.
*
* See COPYING file for license information.
*
* Download the latest version from
* http://www.mysqlajaxtableeditor.com
*/
var mateErrRespText = 'Había un problema con el texto de respuesta';
var mateErrAjaxUrl = 'Algo no funcionó...\n\nA lo mejor el url de ajax no es correcto.\n\nTambien puede revisar los archivos de errores de apache para mas información.';
var mateBtnBack = 'Atras';
var mateBtnForward = 'Adelante';
var mateDeleteMsg = 'Está seguro que quiere borrar este registro?';
var mateSelectRow = 'Por favar seleccione un registro.';
var mateEdit1Row = 'Sole se puede editar un registro a la vez.';
var mateView1Row = 'Sole se puede ver un registro a la vez.';
var mateDeleteMultMsg = 'Está seguro que quiere borrar estos #num_rows# registros?';
var mateCopyMultMsg = 'Está seguro que quiere copiar estos #num_rows# registros?';
var mateNoDate = 'No Fecha';
var mateUpdateMultMsg = 'Está seguro que quiere cambiar #num_rows# registros?';
var mateRemoveDate = 'Quitar Fecha';
var mateUploading = 'El archivo está cargando...';
var mateDeleteUploadMsg = 'Está seguro que quiere borrar #upload_name#?';