summaryrefslogtreecommitdiff
path: root/settings/localization/pl_PL.inc
blob: 6dcc0588740ab17ba0b45f8a01cfbd2e5f3526e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php

/*
+-----------------------------------------------------------------------+
| language/pl_PL/labels.inc                                             |
|                                                                       |
| Language file of the RoundCube Webmail client                         |
| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland                 |
| Licensed under the GNU GPL                                            |
|                                                                       |
+-----------------------------------------------------------------------+
| Author:                                                               |
+-----------------------------------------------------------------------+

*/

$labels = array();
$labels['pluginname'] = 'Ustawienia';
$labels['plugindescription'] = 'To jest wtyczka pomocnicza. Jest wymagana przez inne wtyczki (np : hmail_xxx)';
$labels['menu'] = 'Menu';
$labels['managefolders'] = 'Zarządzanie folderami';
$labels['account'] = 'Administracja kontem';
$labels['classic'] = 'Domyślnie';
$labels['remotefolders'] = 'Foldery specjalne';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Podgląd Skórki';
$labels['larry'] = 'Larry';

?>