diff options
Diffstat (limited to 'apps/files_sharing/l10n/pl.php')
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index f623fc8f82b..988d0be52a0 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Współdzielenie między serwerami nie jest uruchomione na tym serwerze", "Couldn't add remote share" => "Nie można dodać zdalnego folderu", "Shared with you" => "Współdzielony z Tobą", "Shared with others" => "Współdzielony z innymi", @@ -7,6 +8,7 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Nie ma jeszcze żadnych plików współdzielonych z Tobą", "You haven't shared any files yet." => "Nie współdzielisz jeszcze żadnych plików.", "You haven't shared any files by link yet." => "Nie współdzielisz jeszcze żadnych plików linkiem", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", "Remote share" => "Zdalny zasób", "Remote share password" => "Hasło do zdalnego zasobu", "Cancel" => "Anuluj", @@ -29,6 +31,8 @@ $TRANSLATIONS = array( "Download" => "Pobierz", "Download %s" => "Pobierz %s", "Direct link" => "Bezpośredni link", +"Remote Shares" => "Udziały zdalne", +"Allow other instances to mount public links shared from this server" => "Pozwól innym instancjom montować publiczne linki z tego serwera", "Allow users to mount public link shares" => "Zezwalaj użytkownikom na montowanie publicznych linków" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |