diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
commit | 7f572c0645d2bf815d1d00e5434d6222aa3c40aa (patch) | |
tree | 41a4bed70fc3ef741f9872d0328473f9bd75908a /apps/files/l10n/pl.js | |
parent | 28b0e811cc4e2a8fb4b86cc8b331a6631f37d4c5 (diff) | |
download | nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.tar.gz nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index d31bbf0f110..44c76e4d709 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -209,20 +209,10 @@ OC.L10N.register( "Pending shares" : "Oczekujące udostępnienia", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", - "Unshare" : "Zatrzymaj udostępnianie", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Magazyn dla {owner} jest pełny. Nie można już aktualizować ani synchronizować plików!", "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Katalog grupowy \"{mountPoint}\" jest pełny. Nie można już aktualizować ani synchronizować plików!", "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Pamięć zewnętrzna \"{mountPoint}\" jest pełna. Nie można już aktualizować ani synchronizować plików!", "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Nie można już zaktualizować ani zsynchronizować plików!", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Magazyn dla {owner} jest pawie pełny ({usedSpacePercent}%).", - "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}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%).", - "_matches '{filter}'_::_match '{filter}'_" : ["pasujący '{filter}'","pasujące '{filter}'","pasujących '{filter}'","pasujących '{filter}'"], - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub katalog został <strong>zmieniony</strong> lub <strong>zmieniono nazwę</strong>", - "A new file or folder has been <strong>created</strong>" : "Nowy plik lub katalog został <strong>utworzony</strong>", - "A file or folder has been <strong>deleted</strong>" : "Plik lub katalog został <strong>usunięty</strong>", - "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>" + "_matches '{filter}'_::_match '{filter}'_" : ["pasujący '{filter}'","pasujące '{filter}'","pasujących '{filter}'","pasujących '{filter}'"] }, "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);"); |