diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-27 02:25:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-27 02:25:33 +0000 |
commit | 2aad4bbed6d9a67e1cfa811f6b624f590bd25955 (patch) | |
tree | 2cd27b8dd87fd50f004b21d20233317c2458aaf1 /lib/l10n/pl.js | |
parent | 10df6b93c196bba146fc2c44d3cc04b2caf83a3d (diff) | |
download | nextcloud-server-2aad4bbed6d9a67e1cfa811f6b624f590bd25955.tar.gz nextcloud-server-2aad4bbed6d9a67e1cfa811f6b624f590bd25955.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pl.js')
-rw-r--r-- | lib/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index ff02f04054c..f583c80f434 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -120,7 +120,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Pliki nie mogą zostać udostępnione z prawem do usuwania", "Files can’t be shared with create permissions" : "Pliki nie mogą zostać udostępnione z prawem do tworzenia", "Expiration date is in the past" : "Data ważności już minęła", - "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Nie można ustawić daty ważności na dłuższą niż %n dzień ","Nie można ustawić daty ważności na dłuższą niż %n dni","Nie można ustawić daty ważności na dłuższą niż %n dni","Nie można ustawić daty ważności na dłuższą niż %n dni"], + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Nie można ustawić daty wygaśnięcia na dłuższą niż %n dzień","Nie można ustawić daty wygaśnięcia na dłuższą niż %n dni","Nie można ustawić daty wygaśnięcia na dłuższą niż %n dni","Nie można ustawić daty wygaśnięcia na dłuższą niż %n dni"], "Sharing is only allowed with group members" : "Udostępnianie jest dozwolone tylko członkom grupy", "Sharing %s failed, because this item is already shared with user %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już udostępniony użytkownikowi %s", "%1$s shared »%2$s« with you" : "%1$s udostępnił Tobie »%2$s«", @@ -235,6 +235,6 @@ OC.L10N.register( "Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s", "Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s", "Invalid Federated Cloud ID" : "Nieprawidłowy ID Chmury Federacyjnej", - "Can’t set expiration date more than %s days in the future" : "Nie można ustawić daty ważności na dłuższą niż %s dni" + "Can’t set expiration date more than %s days in the future" : "Nie można ustawić daty wygaśnięcia na dłuższą niż %s dni" }, "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);"); |