upload-limit v0.2

This commit is contained in:
Milos Holba
2020-11-06 12:19:31 +01:00
committed by Peter Papp
parent 2b4060cb7b
commit 966145d384
12 changed files with 26 additions and 53 deletions

View File

@@ -210,7 +210,7 @@
"others": {
"upload_limit": "Upload Limit",
"upload_limit_plac": "Type your upload limit in MB",
"upload_limit_help": "If you want make a limit of files size upload add size of you'r limit in MB",
"upload_limit_help": "If you want make a size limit of one file upload, add size of your limit in MB.",
"mimetypes_blacklist": "Mimetypes Blacklist",
"mimetypes_blacklist_plac":"Add mimetypes to Blacklist" ,
"mimetypes_blacklist_help" :"If you want to prevent upload some type of files, just add them to blacklist like this: x-php,mp3,jpeg <br/> Use a comma between each mimetype. Don't use a dot before mimetypes." ,
@@ -499,7 +499,7 @@
},
"popup_upload_limit": {
"title": "Oh No",
"message": "Size of your file upload exceed the upload limit ({uploadLimit} MB)"
"message": "Size of your uploaded file exceeds the upload limit ({uploadLimit} MB)."
},
"popup_mimetypes_blacklist": {
"title": "Oh no",

View File

@@ -212,7 +212,7 @@
"others": {
"upload_limit": "Upload Limit",
"upload_limit_plac": "Type your upload limit in MB",
"upload_limit_help": "If you want make a limit of files size upload add size of you'r limit in MB",
"upload_limit_help": "If you want make a size limit of one file upload, add size of your limit in MB.",
"mimetypes_blacklist": "Mimetypes Blacklist",
"mimetypes_blacklist_plac":"Add mimetypes to Blacklist" ,
"mimetypes_blacklist_help" :"If you want to prevent upload some type of files, just add them to blacklist like this: x-php,mp3,jpeg <br/> Use a comma between each mimetype. Don't use a dot before mimetypes." ,
@@ -501,7 +501,7 @@
},
"popup_upload_limit": {
"title": "Oh No",
"message": "Size of your file upload exceed the upload limit ({uploadLimit} MB)"
"message": "Size of your uploaded file exceeds the upload limit ({uploadLimit} MB)."
},
"popup_mimetypes_blacklist": {
"title": "Oh No",

View File

@@ -210,9 +210,9 @@
"username_plac": "Zadajte svoje používateľské meno pre poštu"
},
"others": {
"upload_limit": "Limit pre velkost nahrávaného súbor",
"upload_limit": "Limit nahrávania",
"upload_limit_plac": "Pridajte veľkosť limitu v MB",
"upload_limit_help": "Ak chcete vytvoriť limit pre nahravane súbory pridajte veľkosť vášho limitu v MB.",
"upload_limit_help": "Ak chcete vytvoriť limit pre nahravane jedneho súboru pridajte veľkosť vášho limitu v MB.",
"mimetypes_blacklist": "Čierna listina mimetypov",
"mimetypes_blacklist_plac":"Pridajte mimetypy do Čiernej listiny",
"mimetypes_blacklist_help" :"Ak chcete zakázať nahrávanie niektorých typov súborov, jednoducho ich pridajte na čiernu listinu, príklad: x-php, mp3, jpeg <br/> Medzi mimetypmi použite čiarku. Nevkladajte bodku pred mimetyp." ,