diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-08-01 02:17:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-08-01 02:17:12 +0000 |
commit | 9d56c5142b6d2ea63607cd1c63701f1698e977df (patch) | |
tree | b4a766be4d2b8d49e93d64239058a27cd61a40af /apps/settings/l10n/pl.js | |
parent | e2fa284bd9f5cd4c2230b7ac91fcc1f9720fdac8 (diff) | |
download | nextcloud-server-9d56c5142b6d2ea63607cd1c63701f1698e977df.tar.gz nextcloud-server-9d56c5142b6d2ea63607cd1c63701f1698e977df.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/settings/l10n/pl.js')
-rw-r--r-- | apps/settings/l10n/pl.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 4faf3545a66..e4c953a3f7e 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -28,21 +28,6 @@ OC.L10N.register( "Groups" : "Grupy", "Group list is empty" : "Lista grup jest pusta", "Unable to retrieve the group list" : "Nie można pobrać listy grup", - "_and %n other editor_::_and %n other editors_" : ["i %n inny edytujący","i %n innych edytujących","i %n innych edytujących","i %n innych edytujących"], - "Enter your name so other users can see who is editing" : "Wprowadź swoje imię, aby inni użytkownicy mogli zobaczyć, kto edytuje", - "Edit guest name" : "Edytuj nazwę gościa", - "Save guest name" : "Zapisz nazwę gościa", - "Add link" : "Dodaj link", - "Last saved {lastSaved}" : "Ostatnio zapisane {lastSaved}", - "The document has been changed outside of the editor. The changes cannot be applied." : "Dokument został zmieniony poza edytorem. Nie można zastosować zmian.", - "Unpushed changes" : "Niewysłane zmiany", - "Unsaved changes" : "Niezapisane zmiany", - "Use current version" : "Użyj bieżącej wersji", - "Use the saved version" : "Użyj zapisanej wersji", - "File could not be loaded. Please check your internet connection." : "Nie można załadować pliku. Sprawdź połączenie z internetem.", - "Retry" : "Powtórz", - "Show image" : "Pokaż obraz", - "Show file" : "Pokaż plik", "{actor} added you to group {group}" : "{actor} dodał Cię do grupy {group}", "You added {user} to group {group}" : "Dodałeś {user} do grupy {group}", "{actor} added {user} to group {group}" : "{actor} dodał {user} do grupy {group}", @@ -876,6 +861,21 @@ OC.L10N.register( "Valid until %s" : "Ważny do %s", "Import root certificate" : "Importuj certyfikat główny", "Set default expiration date" : "Ustaw domyślną datę wygaśnięcia", - "{counter} apps have an update available" : "{counter} aplikacje mają dostępną aktualizację" + "{counter} apps have an update available" : "{counter} aplikacje mają dostępną aktualizację", + "_and %n other editor_::_and %n other editors_" : ["i %n inny edytujący","i %n innych edytujących","i %n innych edytujących","i %n innych edytujących"], + "Enter your name so other users can see who is editing" : "Wprowadź swoje imię, aby inni użytkownicy mogli zobaczyć, kto edytuje", + "Edit guest name" : "Edytuj nazwę gościa", + "Save guest name" : "Zapisz nazwę gościa", + "Add link" : "Dodaj link", + "Last saved {lastSaved}" : "Ostatnio zapisane {lastSaved}", + "The document has been changed outside of the editor. The changes cannot be applied." : "Dokument został zmieniony poza edytorem. Nie można zastosować zmian.", + "Unpushed changes" : "Niewysłane zmiany", + "Unsaved changes" : "Niezapisane zmiany", + "Use current version" : "Użyj bieżącej wersji", + "Use the saved version" : "Użyj zapisanej wersji", + "File could not be loaded. Please check your internet connection." : "Nie można załadować pliku. Sprawdź połączenie z internetem.", + "Retry" : "Powtórz", + "Show image" : "Pokaż obraz", + "Show file" : "Pokaż plik" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |