From db33cd11903af4300e413ee351e841489f2026c1 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 5 Sep 2019 09:46:44 +0200 Subject: [PATCH] Use language strings for column labels Fixes #22 --- lang/strings_english.txt | 7 +++++-- pages/issue_ranking.php | 14 +++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 7fd49c4..4b9686b 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -51,9 +51,12 @@ $s_plugin_GaugeSupport_already_resolved = 'This issue is already marked as resol // ranking $s_plugin_GaugeSupport_sup_sta_dis = 'Support Stance Distribution'; +$s_plugin_GaugeSupport_rating_count = 'Total Ratings'; +$s_plugin_GaugeSupport_rating_high = 'Highest Rating'; +$s_plugin_GaugeSupport_rating_low = 'Lowest Rating'; $s_plugin_GaugeSupport_ACS_abbr = 'ACS'; -$s_plugin_GaugeSupport_ACS_elab = 'Absolute Community Support'; +$s_plugin_GaugeSupport_ACS_label = 'Absolute Community Support'; $s_plugin_GaugeSupport_ASPU_abbr = 'ASPU'; -$s_plugin_GaugeSupport_ASPU_elab = 'Average Support per User'; +$s_plugin_GaugeSupport_ASPU_label = 'Average Support per User'; $s_plugin_GaugeSupport_show_all_pos = '» Show all {project} issues, highest-supported first'; $s_plugin_GaugeSupport_show_all_neg = '» Show all {project} issues, lowest-supported first'; diff --git a/pages/issue_ranking.php b/pages/issue_ranking.php index a6100ac..39ca229 100644 --- a/pages/issue_ranking.php +++ b/pages/issue_ranking.php @@ -97,13 +97,13 @@ - - - - - - - + + + + + + + $data) {
Bug-idSummaryTotal RatingsAbsolute Community SupportAverage Support per UserHighest ratingLowest Rating