]> nos-oignons.net Git - website.git/commitdiff
Services : Ajout d'une option pour avoir la bande passante sur 5 ans
authorLunar <lunar@anargeek.net>
Thu, 2 Jun 2016 15:17:27 +0000 (17:17 +0200)
committerLunar <lunar@anargeek.net>
Thu, 2 Jun 2016 15:17:29 +0000 (17:17 +0200)
assets/bw_graphs.js
assets/l10n.en.js
assets/l10n.fr.js

index ebfc192d5e6aaa35b7ef7e28da7945c494dcdcbd..6c0f05f72cbc3fe10536fb60432776bf47aec971 100644 (file)
@@ -41,6 +41,7 @@ BwDrawer.periods = [
     { id: "1_month", label: L10n.t_1_month },
     { id: "3_months", label: L10n.t_3_months },
     { id: "1_year", label: L10n.t_1_year },
+    { id: "5_years", label: L10n.t_5_years },
   ];
 
 BwDrawer.extract_values = function(history, interval, minTime, maxTime) {
index 06c8d92e7d66407e7a8fb75e35799f2d2f07cbf2..6360646a268afbed7480e33ec7bb40ba51da03ca 100644 (file)
@@ -8,3 +8,4 @@ L10n.others = "Others";
 L10n.t_1_month = "1 month";
 L10n.t_3_months = "3 months";
 L10n.t_1_year = "1 year";
+L10n.t_5_years = "5 years";
index 4586e1b84ae773d78745a301a0440d0e61b83f25..67c10566a019489ff562bb4b4b4ee6b40eb324ae 100644 (file)
@@ -8,3 +8,4 @@ L10n.others = "Autres";
 L10n.t_1_month = "1 mois";
 L10n.t_3_months = "3 mois";
 L10n.t_1_year = "1 an";
+L10n.t_5_years = "5 ans";