mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Translate 'IMAP Server'
This commit is contained in:
parent
876368587b
commit
019cf80f54
@ -1056,7 +1056,7 @@
|
|||||||
// different style of parsing folders into file
|
// different style of parsing folders into file
|
||||||
// open to active folder on reload
|
// open to active folder on reload
|
||||||
|
|
||||||
$folder_tree_new = $this->createHTMLFolder($folders, $this->mailbox, 'IMAP Server', $mailPreferences['username'].'@'.$mailPreferences['imapServerAddress']);
|
$folder_tree_new = $this->createHTMLFolder($folders, $this->mailbox, lang('IMAP Server'), $mailPreferences['username'].'@'.$mailPreferences['imapServerAddress']);
|
||||||
|
|
||||||
$this->t->set_var('current_mailbox',$current_mailbox);
|
$this->t->set_var('current_mailbox',$current_mailbox);
|
||||||
$this->t->set_var('folder_tree',$folder_tree_new);
|
$this->t->set_var('folder_tree',$folder_tree_new);
|
||||||
|
Loading…
Reference in New Issue
Block a user