mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
28
web/metronic/global/plugins/bootstrap-table/locale/bootstrap-table-fr-BE.js
vendored
Normal file
28
web/metronic/global/plugins/bootstrap-table/locale/bootstrap-table-fr-BE.js
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
/**
|
||||
* Bootstrap Table French (Belgium) translation
|
||||
* Author: Julien Bisconti (julien.bisconti@gmail.com)
|
||||
*/
|
||||
(function ($) {
|
||||
'use strict';
|
||||
|
||||
$.fn.bootstrapTable.locales['fr-BE'] = {
|
||||
formatLoadingMessage: function () {
|
||||
return 'Chargement en cours...';
|
||||
},
|
||||
formatRecordsPerPage: function (pageNumber) {
|
||||
return pageNumber + ' entrées par page';
|
||||
},
|
||||
formatShowingRows: function (pageFrom, pageTo, totalRows) {
|
||||
return 'Affiche de' + pageFrom + ' à ' + pageTo + ' sur ' + totalRows + ' lignes';
|
||||
},
|
||||
formatSearch: function () {
|
||||
return 'Recherche';
|
||||
},
|
||||
formatNoMatches: function () {
|
||||
return 'Pas de fichiers trouvés';
|
||||
}
|
||||
};
|
||||
|
||||
$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue