Merge pull request #137 from pjao/master
Last Heard - How many callsigns in cache
This commit is contained in:
commit
45c7932973
13 changed files with 39 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
<?php
|
||||
$totalLH = count($lastHeard);
|
||||
$TMP_CALL_NAME = "/tmp/Callsign_Name.txt";
|
||||
exec("wc -l ".$TMP_CALL_NAME." | cut -f1 -d' '", $output);
|
||||
exec("wc -l ".DMRIDDATPATH." | cut -f1 -d' '", $output2);
|
||||
?>
|
||||
<div class="panel panel-default">
|
||||
<!-- Standard-Panel-Inhalt -->
|
||||
<div class="panel-heading"><?php echo _("Last Heard List of today's")." ".$totalLH." "._("callsigns."); ?><span class="pull-right clickable"><i class="glyphicon glyphicon-chevron-up"></i></span></div>
|
||||
<div class="panel-heading"><?php echo _("Last Heard List of today's")." ".$totalLH." "._("callsigns.")." "._("Cached")." (".$output[0]."/".$output2[0].")"; ?><span class="pull-right clickable"><i class="glyphicon glyphicon-chevron-up"></i></span></div>
|
||||
<div class="panel-body">
|
||||
<!-- Tabelle -->
|
||||
<div class="table-responsive">
|
||||
|
|
|
@ -728,3 +728,7 @@ msgstr ""
|
|||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr ""
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr ""
|
||||
|
|
Binary file not shown.
|
@ -725,3 +725,8 @@ msgstr "Konfiguration"
|
|||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr "Nutze networks.php statt d. Konfig. unten"
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr "Zwischengespeichert"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -725,3 +725,8 @@ msgstr ""
|
|||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr ""
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -740,3 +740,8 @@ msgstr ""
|
|||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr ""
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr "En caché"
|
||||
|
||||
|
|
|
@ -732,3 +732,8 @@ msgstr ""
|
|||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr ""
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -704,3 +704,8 @@ msgstr "Конфигурация"
|
|||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr "Использовать данные из файла networks.php вместо кофигурации ниже"
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr "Кэширование"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -728,4 +728,9 @@ msgstr ""
|
|||
|
||||
#: setup.php:209
|
||||
msgid "Use networks.php instead of configuration below"
|
||||
msgstr ""
|
||||
msgstr ""
|
||||
|
||||
#: include/lh_ajax.php:6
|
||||
msgid "Cached"
|
||||
msgstr "Cachad"
|
||||
|
||||
|
|
Loading…
Reference in a new issue