diff options
Diffstat (limited to 'lib/l10n/pl.json')
-rw-r--r-- | lib/l10n/pl.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 1b46b19f2b7..4bea0306b9a 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -118,7 +118,6 @@ "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 %s days in the future" : "Nie można ustawić daty ważności na dłuższą niż %s 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«", @@ -232,6 +231,7 @@ "Storage connection timeout. %s" : "Limit czasu połączenia do magazynu. %s", "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" + "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" },"pluralForm" :"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);" }
\ No newline at end of file |