mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Extends ntopng localization
This commit is contained in:
parent
7828f4dc23
commit
392bd7040a
20 changed files with 321 additions and 173 deletions
4
httpdocs/js/bootstrap-datatable.js
vendored
4
httpdocs/js/bootstrap-datatable.js
vendored
|
|
@ -47,7 +47,7 @@
|
|||
// ------------- Start ntop Patch ---------------
|
||||
.addClass("alert alert-danger")
|
||||
// ------------- End ntop Patch ---------------
|
||||
.html("No Results Found");
|
||||
.html(i18n.no_results_found);
|
||||
|
||||
this.$element.addClass("clearfix");
|
||||
|
||||
|
|
@ -881,7 +881,7 @@
|
|||
// per page options and current filter/sorting
|
||||
var $perpage_select = $("<a></a>")
|
||||
.addClass("btn dropdown-toggle")
|
||||
.data("content", "Change the number of rows per page.")
|
||||
.data("content", i18n.change_number_of_rows + ".")
|
||||
.attr("data-toggle", "dropdown")
|
||||
.html(o.perPage + " ")
|
||||
.css({ fontWeight: 'normal' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue