X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js_upload%2Fjs_upload.php;h=83fb275a2a21b12257a16acbe03ea52977377549;hb=7c8c09836eac3ade1e886ceb402dc73849ddd753;hp=cc3778cd85cc954890dd82bef81d646047f1f9c4;hpb=461b3db9f449fdb1ce780a337cf2f1bb7aa35ac5;p=friendica-addons.git diff --git a/js_upload/js_upload.php b/js_upload/js_upload.php index cc3778cd..83fb275a 100644 --- a/js_upload/js_upload.php +++ b/js_upload/js_upload.php @@ -1,5 +1,4 @@ get_baseurl() . '/addon/js_upload/file-uploader/client/fileuploader.css" rel="stylesheet" type="text/css">'; - $b['addon_text'] .= ''; + $b['addon_text'] .= ''; + $b['addon_text'] .= ''; - $upload_msg = t('Upload a file'); - $drop_msg = t('Drop files here to upload'); - $cancel = t('Cancel'); - $failed = t('Failed'); + $upload_msg = L10n::t('Select files for upload'); + $drop_msg = L10n::t('Drop files here to upload'); + $cancel = L10n::t('Cancel'); + $failed = L10n::t('Failed'); $maximagesize = intval(Config::get('system','maximagesize')); @@ -61,61 +62,67 @@ function js_upload_form(&$a,&$b) {