mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-11 23:30:12 +01:00
online users fix
This commit is contained in:
parent
93e9c7ce33
commit
3664b775bb
@ -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`);
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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ő";
|
||||
|
||||
|
@ -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ő";
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user