27 lines
1.3 KiB
JavaScript
27 lines
1.3 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 = 'Il y a un problème avec le texte de réponse';
|
|
var mateErrAjaxUrl = 'Il y a un problème ...\n\nProbablement le ajax url erronée.\n\nSi le ajax url est correcte, vérifier le fichier de log d\'erreur d\'Apache pour plus de renseignements.';
|
|
var mateBtnBack = 'Précédent';
|
|
var mateBtnForward = 'Suivent';
|
|
var mateDeleteMsg = 'Êtes-vous sûr de vouloir supprimer la ligne';
|
|
var mateSelectRow = 'Selecter une ligne svp.';
|
|
var mateEdit1Row = 'Vous pouvez modifier seulement 1 ligne à la fois.';
|
|
var mateView1Row = 'JVous pouvez afficher seulement 1 ligne à la fois.';
|
|
var mateDeleteMultMsg = 'Êtes-vous sûr de vouloir supprimer #num_rows# ligenes?';
|
|
var mateCopyMultMsg = 'Êtes-vous sûr de vouloir copier #num_rows# lignes?';
|
|
var mateNoDate = 'pas de date';
|
|
var mateUpdateMultMsg = 'Êtes-vous sûr de vouloir changer #num_rows# lignes?';
|
|
var mateRemoveDate = 'Supprimer date';
|
|
var mateUploading = 'Le fichier est le téléchargement..';
|
|
var mateDeleteUploadMsg = 'Etes-vous sûr que vous souhaitez supprimer #upload_name#?';
|