diff options
author | Dolane <LudovicTOURMAN@gmail.com> | 2013-02-28 11:57:25 +0100 |
---|---|---|
committer | Dolane <LudovicTOURMAN@gmail.com> | 2013-02-28 11:57:25 +0100 |
commit | d455d8948b29367090b908630642f3762fc1da4f (patch) | |
tree | eccdbdaf11d4f722baa0acb2b3c3708b65c503a6 /lib | |
parent | be3822f4d472c50338c28809cd876927a5273aab (diff) | |
download | jtable-d455d8948b29367090b908630642f3762fc1da4f.zip jtable-d455d8948b29367090b908630642f3762fc1da4f.tar.gz jtable-d455d8948b29367090b908630642f3762fc1da4f.tar.bz2 |
Update jquery.jtable.fr.js
Sorry for the double commit.
Merge the 2 older mistakes with 2 better labels.
https://github.com/hikalkan/jtable/pull/249#issuecomment-14227152
Diffstat (limited to 'lib')
-rw-r--r-- | lib/localization/jquery.jtable.fr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/localization/jquery.jtable.fr.js b/lib/localization/jquery.jtable.fr.js index 85ae6c0..084f307 100644 --- a/lib/localization/jquery.jtable.fr.js +++ b/lib/localization/jquery.jtable.fr.js @@ -5,7 +5,7 @@ (function ($) { $.extend(true, $.hik.jtable.prototype.options.messages, { - serverCommunicationError: 'Erreur de communication avec le sevreur.', + serverCommunicationError: 'Erreur de communication avec le serveur.', loadingMessage: 'Chargement des données...', noDataAvailable: 'Aucune donnée !', addNewRecord: 'Ajouter', @@ -20,11 +20,11 @@ error: 'Erreur', close: 'Fermer', cannotLoadOptionsFor: 'Impossible de charger les données du champ {0}', - pagingInfo: 'Afficher {0} a {1} de {2}', + pagingInfo: 'Afficher {0} à {1} de {2}', canNotDeletedRecords: 'Impossible de supprimer {0} sur {1} enregistrement(s)!', deleteProggress: 'Supression {0} sur {1} enregistrement(s), en cours d\'exécution...', - pageSizeChangeLabel: 'Enregistrement', - gotoPageLabel: 'Page' + pageSizeChangeLabel: 'Nombre d\'enregistrement', + gotoPageLabel: 'Aller à la page' }); })(jQuery); |