X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js_upload%2Fjs_upload.php;h=2b15720b4fa5eeb0c72ae00fcbb82499346756e1;hb=a406fbc9e45f8405749d72a3ac63b1b3a4d296fb;hp=1418da9551800dd317d563183067d6df425a6031;hpb=be1342fe5dee55f30f4c83d2da5cdc4f5bc46b16;p=friendica-addons.git diff --git a/js_upload/js_upload.php b/js_upload/js_upload.php index 1418da95..2b15720b 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'] .= ''; - - $upload_msg = t('Upload a file'); - $drop_msg = t('Drop files here to upload'); - $cancel = t('Cancel'); - $failed = t('Failed'); + + $upload_msg = L10n::t('Upload a file'); + $drop_msg = L10n::t('Drop files here to upload'); + $cancel = L10n::t('Cancel'); + $failed = L10n::t('Failed'); $maximagesize = intval(Config::get('system','maximagesize')); $b['addon_text'] .= <<< EOT - -
-