diff options
Diffstat (limited to 'plugins/kolab_files/localization/pl.inc')
-rw-r--r-- | plugins/kolab_files/localization/pl.inc | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/plugins/kolab_files/localization/pl.inc b/plugins/kolab_files/localization/pl.inc deleted file mode 100644 index 1846341..0000000 --- a/plugins/kolab_files/localization/pl.inc +++ /dev/null @@ -1,44 +0,0 @@ -<?php -/** - * Localizations for the Kolab Files plugin - * - * Copyright (C) 2014, Kolab Systems AG - * - * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/ - */ -$labels['files'] = 'Pliki'; -$labels['filepreview'] = 'Podgląd pliku'; -$labels['saveas'] = 'Zapisz jako:'; -$labels['create'] = 'Utwórz'; -$labels['save'] = 'Zapisz'; -$labels['cancel'] = 'Anuluj'; -$labels['name'] = 'Nazwa'; -$labels['mtime'] = 'Zmodyfikowano'; -$labels['type'] = 'Typ'; -$labels['get'] = 'Pobierz'; -$labels['getfile'] = 'Pobierz plik'; -$labels['rename'] = 'Zmień nazwę'; -$labels['deletefile'] = 'Usuń plik(i)'; -$labels['edit'] = 'Edytuj'; -$labels['editfile'] = 'Edytuj plik'; -$labels['save'] = 'Zapisz'; -$labels['savefile'] = 'Zapisz plik'; -$labels['printfile'] = 'Wydrukuj plik'; -$labels['fileedit'] = 'Właściwości'; -$labels['collection_audio'] = 'Audio'; -$labels['collection_video'] = 'Video'; -$labels['collection_image'] = 'Obrazy'; -$labels['collection_document'] = 'Dokumenty'; -$labels['authenticating'] = 'Uwierzytelnianie...'; -$labels['foldercreating'] = 'Utwórz folder...'; -$labels['folderupdating'] = 'Aktualizacja folderu...'; -$labels['folderdeleting'] = 'Usuwanie folderu...'; -$labels['folderauthtitle'] = 'Zaloguj do $title'; -$labels['uploadsizeerror'] = 'Maksymalny rozmiar pliku ($size) przekroczony!'; -$labels['fileskip'] = 'Pomiń'; -$labels['fileskipall'] = 'Pomiń wszystko'; -$labels['fileoverwrite'] = 'Nadpisz'; -$labels['fileoverwriteall'] = 'Nadpisz wszystko'; -$labels['storepasswords'] = 'zapamiętaj hasło'; -$labels['arialabelfileprops'] = 'Właściwości'; -?> |