add xml statistics mouse over text and use languages variables (#7211)

* add xml statistics mouse over text and use languages variables

* add xml statistics mouse over text and use languages variables

* xml statistics - remove English words from non-English languages
This commit is contained in:
chansizzle
2025-01-28 16:22:02 -07:00
committed by GitHub
parent 3144036ae0
commit 964865ae63
2 changed files with 133 additions and 3 deletions
+3 -3
View File
@@ -281,11 +281,11 @@
echo " <th>".$text['label-hours']."</th>\n";
echo " <th>".$text['label-date']."</th>\n";
echo " <th class='no-wrap'>".$text['label-time']."</th>\n";
echo " <th>Volume</th>\n";
echo " <th title='".$text['description-volume']."'>".$text['label-volume']."</th>\n";
echo " <th>".$text['label-minutes']."</th>\n";
echo " <th>".$text['label-calls-per-minute']."</th>\n";
echo " <th title='".$text['description-calls-per-minute']."'>".$text['label-calls-per-minute']."</th>\n";
echo " <th class='center'>".$text['label-missed']."</th>\n";
echo " <th>ASR</th>\n";
echo " <th title='".$text['description-asr']."'>".$text['label-asr']."</th>\n";
echo " <th title='".$text['description-aloc']."'>".$text['label-aloc']."</th>\n";
echo "</tr>\n";