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';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['objectchangelog'] = 'Historia zmian';
|
2016-07-22 11:42:44 +02:00
|
|
|
$labels['objectdiff'] = 'Zmiany od $rev1 do $rev2';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['objectdiffnotavailable'] = 'Nie można porównać wybranych wersji';
|
2016-07-22 11:42:44 +02:00
|
|
|
$labels['objectrestoresuccess'] = 'Wersja $rev została pomyślnie przywrócona';
|
|
|
|
$labels['objectrestoreerror'] = 'Nie udało się przywrócić starej wersji';
|
2011-06-02 08:56:02 +02:00
|
|
|
?>
|