2011-06-02 08:56:02 +02:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Address Book plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
|
|
|
|
*/
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['bookremove'] = 'Usuń z listy';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['searchterms'] = 'Szukana fraza';
|
|
|
|
$labels['foldersubscribe'] = 'Dodaj do listy na stałe';
|
2011-06-02 08:56:02 +02:00
|
|
|
?>
|