- Added Polish localization
This commit is contained in:
parent
7e42d3207d
commit
caebffcbdf
2 changed files with 13 additions and 2 deletions
12
plugins/kolab_addressbook/localization/pl_PL.inc
Normal file
12
plugins/kolab_addressbook/localization/pl_PL.inc
Normal 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';
|
||||
|
||||
?>
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue