浏览代码

Merge pull request #274 from TidalfFR/patch-1

Correction in French translation
文翼 11 年之前
父节点
当前提交
37b95a2719
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/locale/bootstrap-table-fr-FR.js

+ 4 - 3
src/locale/bootstrap-table-fr-FR.js

@@ -1,19 +1,20 @@
 /**
  * Bootstrap Table French (France) translation
  * Author: Dennis Hernández (http://djhvscf.github.io/Blog/)
+ * Modification: Tidalf (https://github.com/TidalfFR)
  */
 (function ($) {
     'use strict';
 
     $.extend($.fn.bootstrapTable.defaults, {
         formatLoadingMessage: function () {
-            return 'Chargement en cours, s´il vous plaît patienter ...';
+            return 'Chargement en cours, patientez, s´il vous plaît ...';
         },
         formatRecordsPerPage: function (pageNumber) {
-            return pageNumber + ' dossiers par page';
+            return pageNumber + ' lignes par page';
         },
         formatShowingRows: function (pageFrom, pageTo, totalRows) {
-            return 'Affichage de ' + pageFrom + ' à ' + pageTo + ' dossiers ' + totalRows + ' dossiers au total';
+            return 'Affichage des lignes ' + pageFrom + ' à ' + pageTo + ' sur ' + totalRows + ' lignes au total';
         },
         formatSearch: function () {
             return 'Rechercher';