|
@@ -5,99 +5,165 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
$.fn.bootstrapTable.locales['fr-LU'] = {
|
|
$.fn.bootstrapTable.locales['fr-LU'] = {
|
|
|
- formatCopyRows () {
|
|
|
|
|
- return 'Copier les lignes'
|
|
|
|
|
|
|
+ // General.
|
|
|
|
|
+ formatAllRows () {
|
|
|
|
|
+ return 'Tout'
|
|
|
},
|
|
},
|
|
|
- formatPrint () {
|
|
|
|
|
- return 'Imprimer'
|
|
|
|
|
|
|
+ formatClearSearch () {
|
|
|
|
|
+ return 'Effacer la recherche'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatColumns () {
|
|
|
|
|
+ return 'Colonnes'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatColumnsToggleAll () {
|
|
|
|
|
+ return 'Tout afficher'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatDetailPagination (totalRows) {
|
|
|
|
|
+ return `Affichage de ${totalRows} lignes`
|
|
|
|
|
+ },
|
|
|
|
|
+ formatFullscreen () {
|
|
|
|
|
+ return 'Plein écran'
|
|
|
},
|
|
},
|
|
|
formatLoadingMessage () {
|
|
formatLoadingMessage () {
|
|
|
return 'Chargement en cours'
|
|
return 'Chargement en cours'
|
|
|
},
|
|
},
|
|
|
|
|
+ formatNoMatches () {
|
|
|
|
|
+ return 'Aucun résultat'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatPaginationSwitch () {
|
|
|
|
|
+ return 'Masquer/Afficher la pagination'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatPaginationSwitchDown () {
|
|
|
|
|
+ return 'Afficher la pagination'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatPaginationSwitchUp () {
|
|
|
|
|
+ return 'Masquer la pagination'
|
|
|
|
|
+ },
|
|
|
formatRecordsPerPage (pageNumber) {
|
|
formatRecordsPerPage (pageNumber) {
|
|
|
return `${pageNumber} lignes par page`
|
|
return `${pageNumber} lignes par page`
|
|
|
},
|
|
},
|
|
|
|
|
+ formatRefresh () {
|
|
|
|
|
+ return 'Actualiser'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatSearch () {
|
|
|
|
|
+ return 'Rechercher'
|
|
|
|
|
+ },
|
|
|
formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
|
|
formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
|
|
|
if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
|
|
if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
|
|
|
- return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
|
|
|
|
|
|
|
+ return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
|
|
|
|
|
|
|
+ return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
|
|
|
},
|
|
},
|
|
|
- formatSRPaginationPreText () {
|
|
|
|
|
- return 'page précédente'
|
|
|
|
|
|
|
+ formatSRPaginationNextText () {
|
|
|
|
|
+ return 'page suivante'
|
|
|
},
|
|
},
|
|
|
formatSRPaginationPageText (page) {
|
|
formatSRPaginationPageText (page) {
|
|
|
return `vers la page ${page}`
|
|
return `vers la page ${page}`
|
|
|
},
|
|
},
|
|
|
- formatSRPaginationNextText () {
|
|
|
|
|
- return 'page suivante'
|
|
|
|
|
|
|
+ formatSRPaginationPreText () {
|
|
|
|
|
+ return 'page précédente'
|
|
|
},
|
|
},
|
|
|
- formatDetailPagination (totalRows) {
|
|
|
|
|
- return `Affiche ${totalRows} lignes`
|
|
|
|
|
|
|
+ formatToggleOn () {
|
|
|
|
|
+ return 'Afficher la vue en cartes'
|
|
|
},
|
|
},
|
|
|
- formatClearSearch () {
|
|
|
|
|
- return 'Effacer la recherche'
|
|
|
|
|
|
|
+ formatToggleOff () {
|
|
|
|
|
+ return 'Cacher la vue en cartes'
|
|
|
},
|
|
},
|
|
|
- formatSearch () {
|
|
|
|
|
- return 'Recherche'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Auto Refresh.
|
|
|
|
|
+ formatAutoRefresh () {
|
|
|
|
|
+ return 'Actualiser automatiquement'
|
|
|
},
|
|
},
|
|
|
- formatNoMatches () {
|
|
|
|
|
- return 'Pas de lignes trouvés'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Copy Rows.
|
|
|
|
|
+ formatCopyRows () {
|
|
|
|
|
+ return 'Copier les lignes'
|
|
|
},
|
|
},
|
|
|
- formatPaginationSwitch () {
|
|
|
|
|
- return 'Cacher/Afficher pagination'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Custom View.
|
|
|
|
|
+ formatToggleCustomViewOn () {
|
|
|
|
|
+ return 'Afficher la vue personnalisée'
|
|
|
},
|
|
},
|
|
|
- formatPaginationSwitchDown () {
|
|
|
|
|
- return 'Afficher pagination'
|
|
|
|
|
|
|
+ formatToggleCustomViewOff() {
|
|
|
|
|
+ return 'Cacher la vue personnalisée'
|
|
|
},
|
|
},
|
|
|
- formatPaginationSwitchUp () {
|
|
|
|
|
- return 'Cacher pagination'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Export.
|
|
|
|
|
+ formatExport () {
|
|
|
|
|
+ return 'Exporter les données'
|
|
|
},
|
|
},
|
|
|
- formatRefresh () {
|
|
|
|
|
- return 'Rafraichir'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Filter Control.
|
|
|
|
|
+ formatClearFilters () {
|
|
|
|
|
+ return 'Retirer les filtres'
|
|
|
},
|
|
},
|
|
|
- formatToggleOn () {
|
|
|
|
|
- return 'Afficher vue carte'
|
|
|
|
|
|
|
+ formatFilterControlSwitch() {
|
|
|
|
|
+ return 'Masquer/Afficher les contrôles'
|
|
|
},
|
|
},
|
|
|
- formatToggleOff () {
|
|
|
|
|
- return 'Cacher vue carte'
|
|
|
|
|
|
|
+ formatFilterControlSwitchHide () {
|
|
|
|
|
+ return 'Masquer les contrôles'
|
|
|
},
|
|
},
|
|
|
- formatColumns () {
|
|
|
|
|
- return 'Colonnes'
|
|
|
|
|
|
|
+ formatFilterControlSwitchShow () {
|
|
|
|
|
+ return 'Afficher les contrôles'
|
|
|
},
|
|
},
|
|
|
- formatColumnsToggleAll () {
|
|
|
|
|
- return 'Tout basculer'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Multiple Sort.
|
|
|
|
|
+ formatAddLevel () {
|
|
|
|
|
+ return 'Ajouter un niveau'
|
|
|
},
|
|
},
|
|
|
- formatFullscreen () {
|
|
|
|
|
- return 'Plein écran'
|
|
|
|
|
|
|
+ formatCancel () {
|
|
|
|
|
+ return 'Annuler'
|
|
|
},
|
|
},
|
|
|
- formatAllRows () {
|
|
|
|
|
- return 'Tout'
|
|
|
|
|
|
|
+ formatColumn () {
|
|
|
|
|
+ return 'Colonne'
|
|
|
},
|
|
},
|
|
|
- formatAutoRefresh () {
|
|
|
|
|
- return 'Rafraîchissement automatique'
|
|
|
|
|
|
|
+ formatDeleteLevel () {
|
|
|
|
|
+ return 'Supprimer un niveau'
|
|
|
},
|
|
},
|
|
|
- formatExport () {
|
|
|
|
|
- return 'Exporter les données'
|
|
|
|
|
|
|
+ formatDuplicateAlertTitle () {
|
|
|
|
|
+ return 'Des entrées en double ont été trouvées !'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatDuplicateAlertDescription () {
|
|
|
|
|
+ return 'Veuillez supprimer ou modifier les entrées en double'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatMultipleSort () {
|
|
|
|
|
+ return 'Tri multiple'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatOrder () {
|
|
|
|
|
+ return 'Ordre'
|
|
|
},
|
|
},
|
|
|
|
|
+ formatSort () {
|
|
|
|
|
+ return 'Trier'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatSortBy () {
|
|
|
|
|
+ return 'Trier par'
|
|
|
|
|
+ },
|
|
|
|
|
+ formatSortOrders () {
|
|
|
|
|
+ return {
|
|
|
|
|
+ asc: 'Ascendant',
|
|
|
|
|
+ desc: 'Descendant'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ formatThenBy () {
|
|
|
|
|
+ return 'Puis par'
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Page Jump To.
|
|
|
formatJumpTo () {
|
|
formatJumpTo () {
|
|
|
return 'Aller à'
|
|
return 'Aller à'
|
|
|
},
|
|
},
|
|
|
- formatAdvancedSearch () {
|
|
|
|
|
- return 'Recherche avancée'
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Print.
|
|
|
|
|
+ formatPrint () {
|
|
|
|
|
+ return 'Imprimer'
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
|
|
+ // Extension: Toolbar.
|
|
|
formatAdvancedCloseButton () {
|
|
formatAdvancedCloseButton () {
|
|
|
return 'Fermer'
|
|
return 'Fermer'
|
|
|
},
|
|
},
|
|
|
- formatFilterControlSwitch () {
|
|
|
|
|
- return 'Cacher/Afficher controls'
|
|
|
|
|
- },
|
|
|
|
|
- formatFilterControlSwitchHide () {
|
|
|
|
|
- return 'Cacher controls'
|
|
|
|
|
- },
|
|
|
|
|
- formatFilterControlSwitchShow () {
|
|
|
|
|
- return 'Afficher controls'
|
|
|
|
|
|
|
+ formatAdvancedSearch () {
|
|
|
|
|
+ return 'Recherche avancée'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|