online users fix

This commit is contained in:
SJ 2013-07-24 22:29:28 +02:00
parent 93e9c7ce33
commit 3664b775bb
6 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
alter table `domain` add column `ldap_id` int default 0;
alter table `audit` add column `domain` varchar(128) not null,
alter table `audit` add column `domain` varchar(128) not null;
create index `audit_idx5` on `audit`(`domain`);

View File

@ -226,6 +226,7 @@ $_['text_number_of_spam_messages_in_quarantine'] = "Anzahl der Spam-Nachrichten
$_['text_off'] = "aus";
$_['text_on'] = "an";
$_['text_online_users'] = "Online Benutzer";
$_['text_other'] = "andere";
$_['text_outbound'] = "ausgehend";

View File

@ -226,6 +226,7 @@ $_['text_number_of_spam_messages_in_quarantine'] = "Number of spam messages in t
$_['text_off'] = "off";
$_['text_on'] = "on";
$_['text_online_users'] = "Online users";
$_['text_other'] = "other";
$_['text_outbound'] = "outbound";

View File

@ -226,6 +226,7 @@ $_['text_number_of_spam_messages_in_quarantine'] = "A keres
$_['text_off'] = "ki";
$_['text_on'] = "be";
$_['text_online_users'] = "Online felhasználók";
$_['text_other'] = "egyéb";
$_['text_outbound'] = "kimenő";

View File

@ -226,6 +226,7 @@ $_['text_number_of_spam_messages_in_quarantine'] = "A keresési feltételnek meg
$_['text_off'] = "ki";
$_['text_on'] = "be";
$_['text_online_users'] = "Online felhasználók";
$_['text_other'] = "egyéb";
$_['text_outbound'] = "kimenő";

View File

@ -221,6 +221,7 @@ $_['text_number_of_spam_messages_in_quarantine'] = "Número de mensagens spam na
$_['text_off'] = "desligado";
$_['text_on'] = "ligado";
$_['text_online_users'] = "Online users";
$_['text_other'] = "outros";
$_['text_outbound'] = "saida";