- Added Polish localization

This commit is contained in:
Aleksander Machniak 2011-06-02 08:56:02 +02:00
parent 7e42d3207d
commit caebffcbdf
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,12 @@
<?php
$labels = array();
$labels['initials'] = 'Inicjały';
$labels['profession'] = 'Zawód';
$labels['officelocation'] = 'Lokalizacja biura';
$labels['children'] = 'Dzieci';
$labels['pgppublickey'] = 'Klucz publiczny PGP';
$labels['freebusyurl'] = 'URL Free-busy';
$labels['settings'] = 'Ustawienia';
?>

View file

@ -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);
}
}