diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-14 02:19:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-14 02:19:36 +0000 |
commit | 569c615383ba5b25033ee9fa3961c79be1e8b2f5 (patch) | |
tree | b3a03db7111edea838157a9ed5b55ec0b6759568 /apps/files/l10n/pl.js | |
parent | cd270d49c0782a7fbe2d63cb574654d1c1511461 (diff) | |
download | nextcloud-server-569c615383ba5b25033ee9fa3961c79be1e8b2f5.tar.gz nextcloud-server-569c615383ba5b25033ee9fa3961c79be1e8b2f5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index d13b1cfdb5f..324bbf0e308 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -204,6 +204,8 @@ OC.L10N.register( "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o tworzeniu i zmianach w <strong>ulubionych plikach</strong> <em>(Tylko transmisja strumieniowa)</em>", "A file or folder has been <strong>restored</strong>" : "Plik lub katalog został <strong>przywrócony</strong>", "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu, aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dostęp do swoich plików poprzez WebDAV</a>" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu, aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dostęp do swoich plików poprzez WebDAV</a>", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Katalog grupowy \"{mountPoint}\" jest prawie pełny ({usedSpacePercent}%)", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Pamięć zewnętrzna \"{mountPoint}\" jest prawie pełna ({usedSpacePercent}%)" }, "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);"); |