Add localized labels for file and freebusy folder type
This commit is contained in:
parent
ae02c3d670
commit
264504b9a3
4 changed files with 7 additions and 3 deletions
|
@ -26,7 +26,7 @@ class kolab_folders extends rcube_plugin
|
|||
{
|
||||
public $task = '?(?!login).*';
|
||||
|
||||
public $types = array('mail', 'event', 'journal', 'task', 'note', 'contact', 'configuration');
|
||||
public $types = array('mail', 'event', 'journal', 'task', 'note', 'contact', 'configuration', 'file', 'freebusy');
|
||||
public $mail_types = array('inbox', 'drafts', 'sentitems', 'outbox', 'wastebasket', 'junkemail');
|
||||
|
||||
private $rc;
|
||||
|
|
|
@ -10,6 +10,8 @@ $labels['foldertypetask'] = 'Tasks';
|
|||
$labels['foldertypenote'] = 'Notes';
|
||||
$labels['foldertypecontact'] = 'Contacts';
|
||||
$labels['foldertypeconfiguration'] = 'Configuration';
|
||||
$labels['foldertypefile'] = 'Files';
|
||||
$labels['foldertypefreebusy'] = 'Free-Busy';
|
||||
|
||||
$labels['default'] = 'Default';
|
||||
$labels['inbox'] = 'Inbox';
|
||||
|
|
|
@ -9,6 +9,8 @@ $labels['foldertypetask'] = 'Zadania';
|
|||
$labels['foldertypenote'] = 'Notatki';
|
||||
$labels['foldertypecontact'] = 'Kontakty';
|
||||
$labels['foldertypeconfiguration'] = 'Konfiguracja';
|
||||
$labels['foldertypefile'] = 'Pliki';
|
||||
$labels['foldertypefreebusy'] = 'Free-Busy';
|
||||
$labels['default'] = 'Domyślny';
|
||||
$labels['inbox'] = 'Odebrane';
|
||||
$labels['drafts'] = 'Szkice';
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
<email>machniak@kolabsys.com</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2012-05-14</date>
|
||||
<date>2012-10.25</date>
|
||||
<version>
|
||||
<release>2.0</release>
|
||||
<release>2.1</release>
|
||||
<api>2.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
|
|
Loading…
Add table
Reference in a new issue