From 264504b9a30bede2f96ebecfef14ea42d906091a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 25 Oct 2012 15:13:59 +0200 Subject: [PATCH] Add localized labels for file and freebusy folder type --- plugins/kolab_folders/kolab_folders.php | 2 +- plugins/kolab_folders/localization/en_US.inc | 2 ++ plugins/kolab_folders/localization/pl_PL.inc | 2 ++ plugins/kolab_folders/package.xml | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins/kolab_folders/kolab_folders.php b/plugins/kolab_folders/kolab_folders.php index ec7b9cd0..308d6d3b 100644 --- a/plugins/kolab_folders/kolab_folders.php +++ b/plugins/kolab_folders/kolab_folders.php @@ -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; diff --git a/plugins/kolab_folders/localization/en_US.inc b/plugins/kolab_folders/localization/en_US.inc index 70867bc4..856f59d5 100644 --- a/plugins/kolab_folders/localization/en_US.inc +++ b/plugins/kolab_folders/localization/en_US.inc @@ -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'; diff --git a/plugins/kolab_folders/localization/pl_PL.inc b/plugins/kolab_folders/localization/pl_PL.inc index 95177cd8..4520dacf 100644 --- a/plugins/kolab_folders/localization/pl_PL.inc +++ b/plugins/kolab_folders/localization/pl_PL.inc @@ -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'; diff --git a/plugins/kolab_folders/package.xml b/plugins/kolab_folders/package.xml index 875d6140..b40acab2 100644 --- a/plugins/kolab_folders/package.xml +++ b/plugins/kolab_folders/package.xml @@ -21,9 +21,9 @@ machniak@kolabsys.com yes - 2012-05-14 + 2012-10.25 - 2.0 + 2.1 2.0