Merge branch 'master' of github.com:DataTables/Plugins

pull/386/head
Allan Jardine 6 years ago
commit d0869a3521

@ -28,9 +28,9 @@
}, },
"select": { "select": {
"rows": { "rows": {
_: "%d lignes séléctionnées", "_": "%d lignes séléctionnées",
0: "Aucune ligne séléctionnée", "0": "Aucune ligne séléctionnée",
1: "1 ligne séléctionnée" "1": "1 ligne séléctionnée"
} }
} }
} }

@ -2,7 +2,7 @@
* Hungarian translation * Hungarian translation
* @name Hungarian * @name Hungarian
* @anchor Hungarian * @anchor Hungarian
* @author <a href="http://www.maschek.hu">Adam Maschek</a> and Lajos Cseppentő * @author <a href="http://www.maschek.hu">Adam Maschek</a>, Lajos Cseppentő, Márk Matus
*/ */
{ {
@ -26,5 +26,22 @@
"oAria": { "oAria": {
"sSortAscending": ": aktiválja a növekvő rendezéshez", "sSortAscending": ": aktiválja a növekvő rendezéshez",
"sSortDescending": ": aktiválja a csökkenő rendezéshez" "sSortDescending": ": aktiválja a csökkenő rendezéshez"
},
"select": {
"rows": {
"_": "%d sor kiválasztva",
"0": "",
"1": "1 sor kiválasztva"
}
},
"buttons": {
"print": "Nyomtatás",
"colvis": "Oszlopok",
"copy": "Másolás",
"copyTitle": "Vágólapra másolás",
"copySuccess": {
"_": "%d sor másolva",
"1": "1 sor másolva"
}
} }
} }

@ -1,6 +1,6 @@
{ {
"name": "datatables.net-plugins", "name": "datatables.net-plugins",
"version": "1.10.15", "version": "1.10.19",
"description": "Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.", "description": "Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

Loading…
Cancel
Save