aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n/pl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-02-21 02:26:12 +0000
committerNextcloud bot <bot@nextcloud.com>2023-02-21 02:26:12 +0000
commit93e703bbfc7c8ef654b7b0185474397ec1bbaa6b (patch)
tree194a5f2bef1c93dd17dc557b2e1fcde14dbb78e3 /apps/dav/l10n/pl.js
parent21f9688c70f1e0f7ade06f5235a1f6042050868d (diff)
downloadnextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.tar.gz
nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/pl.js')
-rw-r--r--apps/dav/l10n/pl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js
index 32c4d158ce0..7007f277d4c 100644
--- a/apps/dav/l10n/pl.js
+++ b/apps/dav/l10n/pl.js
@@ -122,8 +122,6 @@ OC.L10N.register(
"Encryption not ready: %1$s" : "Szyfrowanie nie jest gotowe: %1$s",
"Failed to open file: %1$s" : "Nie udało się otworzyć pliku: %1$s",
"Failed to unlink: %1$s" : "Nie udało się odłączyć: %1$s",
- "Invalid chunk name" : "Nieprawidłowa nazwa fragmentu",
- "Could not rename part file assembled from chunks" : "Nie można zmienić nazwy pliku podzielonego złożonego z kawałków",
"Failed to write file contents: %1$s" : "Nie udało się zapisać zawartości pliku: %1$s",
"File not found: %1$s" : "Nie znaleziono pliku: %1$s",
"System is in maintenance mode." : "Serwer jest w trybie konserwacji.",
@@ -192,6 +190,8 @@ OC.L10N.register(
"A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony",
"Invitation canceled" : "Zaproszenie anulowane",
"Invitation updated" : "Zaproszenie zaktualizowane",
- "Invitation" : "Zaproszenie"
+ "Invitation" : "Zaproszenie",
+ "Invalid chunk name" : "Nieprawidłowa nazwa fragmentu",
+ "Could not rename part file assembled from chunks" : "Nie można zmienić nazwy pliku podzielonego złożonego z kawałków"
},
"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);");