27 lines
1.2 KiB
JavaScript
27 lines
1.2 KiB
JavaScript
/*
|
|
* 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 = 'There was a problem with the response text';
|
|
var mateErrAjaxUrl = 'Something went wrong...\n\nMost likely the ajax url is incorrect.\n\nIf the ajax url is correct check your apache error log file for more information.';
|
|
var mateBtnBack = 'Back';
|
|
var mateBtnForward = 'Forward';
|
|
var mateDeleteMsg = 'Are you sure you would like to delete this row?';
|
|
var mateSelectRow = 'Please select a row.';
|
|
var mateEdit1Row = 'You can only edit 1 row at a time.';
|
|
var mateView1Row = 'You can only view 1 row at a time.';
|
|
var mateDeleteMultMsg = 'Are you sure you would like to delete these #num_rows# rows?';
|
|
var mateCopyMultMsg = 'Are you sure you would like to copy these #num_rows# rows?';
|
|
var mateNoDate = 'No Date';
|
|
var mateUpdateMultMsg = 'Are you sure you would like to update #num_rows# rows?';
|
|
var mateRemoveDate = 'Remove Date';
|
|
var mateUploading = 'The file is uploading...';
|
|
var mateDeleteUploadMsg = 'Are you sure you would like to delete #upload_name#?';
|