diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-28 00:07:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-28 00:07:11 +0000 |
commit | ad597d498d9298643338df2df0170159b736c12c (patch) | |
tree | 0906104deba4236d1f68ae1bfe956c40d662d6bf /apps/files/l10n/pl.js | |
parent | d4969abc9d306b5b5539f4e7722fc5ee1c722082 (diff) | |
download | nextcloud-server-ad597d498d9298643338df2df0170159b736c12c.tar.gz nextcloud-server-ad597d498d9298643338df2df0170159b736c12c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 2a6482b0174..803f51f53db 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Przechowywanie jest czasowo niedostępne", "Storage invalid" : "Pamięć nieprawidłowa", "Unknown error" : "Nieznany błąd", "Files" : "Pliki", @@ -14,6 +15,7 @@ OC.L10N.register( "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów", "Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}", + "Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" nie istnieje więcej", "Uploading..." : "Wgrywanie....", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Pozostało {hours}:{minutes}:{seconds} hour{plural_s} ", @@ -29,6 +31,8 @@ OC.L10N.register( "Actions" : "Akcje", "Download" : "Pobierz", "Rename" : "Zmień nazwę", + "Move" : "Przenieść", + "Target folder" : "Folder docelowy", "Delete" : "Usuń", "Disconnect storage" : "Odłącz magazyn", "Unshare" : "Zatrzymaj współdzielenie", @@ -63,6 +67,7 @@ OC.L10N.register( "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", + "View in folder" : "Zobacz w katalogu", "Path" : "Ścieżka", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów"], "Favorited" : "Ulubione", @@ -73,9 +78,10 @@ OC.L10N.register( "Upload" : "Wyślij", "An error occurred while trying to update the tags" : "Wystąpił błąd podczas aktualizacji tagów", "A new file or folder has been <strong>created</strong>" : "Nowy plik lub folder został <strong>utworzony</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plkow</strong> <em>(Tylko w strumieniu aktywności)</em>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub folder został <strong>zmieniony</ strong> lub <strong>zastąpiony</ strong>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plików</strong> <em>(Tylko w strumieniu aktywności)</em>", "A file or folder has been <strong>deleted</strong>" : "Plik lub folder został <strong>usunięty</strong>", - "A file or folder has been <strong>restored</strong>" : "Plik lub folder został <strong>przywrócy</strong>", + "A file or folder has been <strong>restored</strong>" : "Plik lub folder został <strong>przywrócony</strong>", "You created %1$s" : "Utworzyłeś %1$s", "%2$s created %1$s" : "%2$s utworzył %1$s", "%1$s was created in a public folder" : "%1$s został utworzony w folderze publicznym", @@ -88,6 +94,7 @@ OC.L10N.register( "Changed by %2$s" : "Zmienione przez %2$s", "Deleted by %2$s" : "Usunięte przez %2$s", "Restored by %2$s" : "Przywrócone przez %2$s", + "File changes" : "Zmień w plikach", "Upload (max. %s)" : "Wysyłka (max. %s)", "File handling" : "Zarządzanie plikami", "Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku", |