diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-22 13:10:33 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-22 13:10:33 +0100 |
commit | 4fdb2254a47c1553c65e6f92a7be635d28ff5eae (patch) | |
tree | 5e054c0c22b3b03bf9246d0016e5fd8fc687d394 /apps/files/l10n/pl.js | |
parent | ae2c207b6e9c937b26a00aa786d6517897304d51 (diff) | |
download | nextcloud-server-4fdb2254a47c1553c65e6f92a7be635d28ff5eae.tar.gz nextcloud-server-4fdb2254a47c1553c65e6f92a7be635d28ff5eae.zip |
Backport translations to stable9
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index e28b7bc2581..c0fa90c7bfa 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -87,6 +87,14 @@ OC.L10N.register( "Select all" : "Wybierz wszystko", "Upload too large" : "Ładowany plik jest za duży", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", - "Text file" : "Plik tekstowy" + "Text file" : "Plik tekstowy", + "Changed by %2$s" : "Zmienione przez %2$s", + "New text file.txt" : "Nowy plik tekstowy.txt", + "No files in here" : "Brak plików", + "This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem.", + "You changed %1$s" : "Zmieniłeś %1$s", + "You created %1$s" : "Utworzyłeś %1$s", + "You deleted %1$s" : "Usunąłeś %1$s", + "You restored %1$s" : "Przywróciłeś %1$s" }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |