nextcloud/apps/files_sharing/l10n/pl.php

10 lines
377 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?php $TRANSLATIONS = array(
2012-08-31 04:07:19 +04:00
"Password" => "Hasło",
"Submit" => "Wyślij",
2012-09-26 15:22:37 +04:00
"%s shared the folder %s with you" => "%s współdzieli folder z tobą %s",
"%s shared the file %s with you" => "%s współdzieli z tobą plik %s",
2012-08-31 04:07:19 +04:00
"Download" => "Pobierz",
2012-09-04 04:03:21 +04:00
"No preview available for" => "Podgląd nie jest dostępny dla",
2012-08-31 04:07:19 +04:00
"web services under your control" => "Kontrolowane serwisy"
2012-08-14 01:19:31 +04:00
);