diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-12 00:12:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-12 00:12:12 +0000 |
commit | 039145c4d1ed37f2163eba94858f695e355eb995 (patch) | |
tree | 5ad7c168cbc62c31412af878f8e0eb341b02fa42 /apps/files_trashbin/l10n/pl.js | |
parent | f424fa706a0fcd8ca56da90665524b6568a0f652 (diff) | |
download | nextcloud-server-039145c4d1ed37f2163eba94858f695e355eb995.tar.gz nextcloud-server-039145c4d1ed37f2163eba94858f695e355eb995.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/pl.js')
-rw-r--r-- | apps/files_trashbin/l10n/pl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/pl.js b/apps/files_trashbin/l10n/pl.js index c085230c252..027481d597c 100644 --- a/apps/files_trashbin/l10n/pl.js +++ b/apps/files_trashbin/l10n/pl.js @@ -16,6 +16,7 @@ OC.L10N.register( "No entries found in this folder" : "Brak wpisów w tym folderze", "Select all" : "Wybierz wszystko", "Name" : "Nazwa", + "Actions" : "Akcje", "Deleted" : "Usunięte" }, "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);"); |