diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-03 10:58:40 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-03 10:58:40 +0000 |
| commit | f44759d04a3ca41750da5dc60466cb5af24859ee (patch) | |
| tree | 56872a6588544c9e840335c13a23e7c2e4afc127 /roundcubemail/program/localization/pl_PL/labels.inc | |
| parent | 7741001c8f853c07a060c48306f64a70370fbf1c (diff) | |
- New Folder Manager UI
- Fix invalid Request when creating a folder (#1487443)
- Add folder size and quota indicator in folder manager (#1485780)
- Add possibility to move a subfolder into root folder (#1486791)
git-svn-id: https://svn.roundcube.net/trunk@4304 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pl_PL/labels.inc')
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index 03eaa97ed..8c52cdf06 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -315,13 +315,9 @@ $labels['afternseconds'] = 'po $n sekundach'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Foldery'; $labels['foldername'] = 'Nazwa folderu'; -$labels['subscribed'] = 'Zasubskrybowany'; $labels['messagecount'] = 'Wiadomości'; $labels['create'] = 'Utwórz'; $labels['createfolder'] = 'Utwórz nowy folder'; -$labels['rename'] = 'Zmień nazwę'; -$labels['renamefolder'] = 'Zmień nazwę folderu'; -$labels['deletefolder'] = 'Usuń folder'; $labels['managefolders'] = 'Zarządzaj folderami'; $labels['specialfolders'] = 'Foldery specjalne'; $labels['sortby'] = 'Sortuj wg'; @@ -365,5 +361,12 @@ $labels['dsn'] = 'Status dostarczenia (DSN)'; $labels['reqdsn'] = 'Zawsze żądaj statusu dostarczenia (DSN)'; $labels['replysamefolder'] = 'Umieszczaj odpowiedzi w folderze wiadomości, na którą odpowiadam'; $labels['contactproperties'] = 'Właściwości'; +$labels['properties'] = 'Właściwości'; +$labels['folderproperties'] = 'Włąściwości folderu'; +$labels['parentfolder'] = 'Folder nadrzędny'; +$labels['location'] = 'Położenie'; +$labels['info'] = 'Informacje'; +$labels['getfoldersize'] = 'Kliknij aby pobrać rozmiar folderu'; +$labels['changesubscription'] = 'Kliknij aby zmienić subskrypcję'; ?> |
