From caebffcbdf0bc32bcccc1a8cd82b96217bef14b6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 2 Jun 2011 08:56:02 +0200 Subject: [PATCH] - Added Polish localization --- plugins/kolab_addressbook/localization/pl_PL.inc | 12 ++++++++++++ plugins/kolab_core/kolab_core.php | 3 +-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 plugins/kolab_addressbook/localization/pl_PL.inc diff --git a/plugins/kolab_addressbook/localization/pl_PL.inc b/plugins/kolab_addressbook/localization/pl_PL.inc new file mode 100644 index 00000000..8c40c5ed --- /dev/null +++ b/plugins/kolab_addressbook/localization/pl_PL.inc @@ -0,0 +1,12 @@ + diff --git a/plugins/kolab_core/kolab_core.php b/plugins/kolab_core/kolab_core.php index e98b02dc..0e3d9b85 100644 --- a/plugins/kolab_core/kolab_core.php +++ b/plugins/kolab_core/kolab_core.php @@ -20,11 +20,10 @@ class kolab_core extends rcube_plugin { // load local config $this->load_config(); - + // extend include path to load bundled Horde classes $include_path = $this->home . PATH_SEPARATOR . ini_get('include_path'); set_include_path($include_path); } - }