source: github/plugins/archive/localization/pl_PL.inc

Last change on this file was aed581b, checked in by Thomas Bruederli <thomas@…>, 3 months ago

Import all translations from Transifex

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | plugins/archive/localization/<lang>.inc                                |
6 |                                                                       |
7 | Localization file of the Roundcube Webmail Archive plugin             |
8 | Copyright (C) 2013, The Roundcube Dev Team                            |
9 |                                                                       |
10 | Licensed under the GNU General Public License version 3 or            |
11 | any later version with exceptions for skins & plugins.                |
12 | See the README file for a full license statement.                     |
13 |                                                                       |
14 +-----------------------------------------------------------------------+
15
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/
17*/
18
19$labels = array();
20$labels['buttontext'] = 'Archiwum';
21$labels['buttontitle'] = 'Przenieś do archiwum';
22$labels['archived'] = 'Pomyślnie zarchiwizowano';
23$labels['archivedreload'] = 'Pomyślnie zarchiwizowano. OdświeÅŒ stronę aby zobaczyć nowe foldery.';
24$labels['archiveerror'] = 'Nie moÅŒna zarchiwizować niektórych wiadomości';
25$labels['archivefolder'] = 'Archiwum';
26$labels['settingstitle'] = 'Archiwum';
27$labels['archivetype'] = 'Podziel archiwum wg';
28$labels['archivetypeyear'] = 'Roku (np. Archiwum/2012)';
29$labels['archivetypemonth'] = 'Miesiąca (np. Archiwum/2012/06)';
30$labels['archivetypefolder'] = 'Oryginalny folder';
31$labels['archivetypesender'] = 'E-mail nadawcy';
32$labels['unkownsender'] = 'nieznany';
33
34?>
Note: See TracBrowser for help on using the repository browser.