summaryrefslogtreecommitdiff
path: root/ishtar_common/static/datatables/i18n/fr.js
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-28 17:39:26 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-28 17:40:22 +0100
commit729cf40814f7c3167253d49ae55f7c3bcdc437dc (patch)
treea5fc13721582831503e88d67602593bd01372e49 /ishtar_common/static/datatables/i18n/fr.js
parentc2d60a414e788d3802c01883681480a4cfe7308c (diff)
downloadIshtar-729cf40814f7c3167253d49ae55f7c3bcdc437dc.tar.bz2
Ishtar-729cf40814f7c3167253d49ae55f7c3bcdc437dc.zip
Datatables: translate "selected rows"
Diffstat (limited to 'ishtar_common/static/datatables/i18n/fr.js')
-rw-r--r--ishtar_common/static/datatables/i18n/fr.js17
1 files changed, 12 insertions, 5 deletions
diff --git a/ishtar_common/static/datatables/i18n/fr.js b/ishtar_common/static/datatables/i18n/fr.js
index c9748a0fd..4e51d8790 100644
--- a/ishtar_common/static/datatables/i18n/fr.js
+++ b/ishtar_common/static/datatables/i18n/fr.js
@@ -2,13 +2,13 @@ var datatables_i18n = {
processing: "Traitement en cours...",
search: "Rechercher&nbsp;:",
lengthMenu: "Afficher _MENU_ &eacute;l&eacute;ments",
- info: "Affichage de l'&eacute;lement _START_ &agrave; _END_ sur _TOTAL_ &eacute;l&eacute;ments",
- infoEmpty: "Affichage de l'&eacute;lement 0 &agrave; 0 sur 0 &eacute;l&eacute;ments",
+ info: "Affichage de l'&eacute;lement _START_ &agrave; _END_ sur _TOTAL_ &eacute;l&eacute;ment(s)",
+ infoEmpty: "Affichage de l'&eacute;lement 0 &agrave; 0 sur 0 &eacute;l&eacute;ment",
infoFiltered: "(filtr&eacute; de _MAX_ &eacute;l&eacute;ments au total)",
infoPostFix: "",
loadingRecords: "Chargement en cours...",
zeroRecords: "Aucun &eacute;l&eacute;ment &agrave; afficher",
- emptyTable: "Aucune donnée disponible dans le tableau",
+ emptyTable: "Aucune donn&eacute;e disponible dans le tableau",
paginate: {
first: "Premier",
previous: "Pr&eacute;c&eacute;dent",
@@ -17,6 +17,13 @@ var datatables_i18n = {
},
aria: {
sortAscending: ": activer pour trier la colonne par ordre croissant",
- sortDescending: ": activer pour trier la colonne par ordre décroissant"
- }
+ sortDescending: ": activer pour trier la colonne par ordre d&eacute;croissant"
+ },
+ select: {
+ rows: {
+ _: '%d lignes s&eacute;lectionn&eacute;es',
+ 0: 'aucune ligne s&eacute;lectionn&eacute;e',
+ 1: '1 ligne s&eacute;lectionn&eacute;e'
+ }
+ }
};