Version Description
- significant code modifications to make the plugin pluggable, invisible to users
- addition of before and after upload filters
- correction of small bug in Shortcode Composer of File Viewer
Download this release
Release Info
Developer | nickboss |
Plugin | WordPress File Upload |
Version | 3.7.0 |
Comparing to | |
See all releases |
Code changes from version 3.6.1 to 3.7.0
- js/wordpress_file_upload_functions.js +2 -2
- languages/wp-file-upload-de_DE.mo +0 -0
- languages/wp-file-upload-de_DE.po +104 -92
- languages/wp-file-upload-el_GR.mo +0 -0
- languages/wp-file-upload-el_GR.po +107 -91
- languages/wp-file-upload-fr_FR.mo +0 -0
- languages/wp-file-upload-fr_FR.po +103 -91
- languages/wp-file-upload-pl_PL.mo +0 -0
- languages/wp-file-upload-pl_PL.po +103 -91
- languages/wp-file-upload-sr_RS.mo +0 -0
- languages/wp-file-upload-sr_RS.po +103 -91
- languages/wp-file-upload.pot +103 -91
- lib/wfu_ajaxactions.php +72 -17
- lib/wfu_constants.php +4 -0
- lib/wfu_functions.php +1 -1
- lib/wfu_message.php +3 -1
- lib/wfu_processfiles.php +32 -4
- readme.txt +9 -1
- release_notes.txt +1 -1
- wordpress_file_upload.php +45 -3
js/wordpress_file_upload_functions.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
function wfu_Initialize_Consts(e){if("undefined"==typeof GlobalData.consts){GlobalData.consts=new Object;for(var a=e.split(";"),s=0;s<a.length;s++)const_txt=a[s].split(":"),GlobalData.consts[wfu_plugin_decode_string(const_txt[0])]=wfu_plugin_decode_string(const_txt[1])}}function wfu_plugin_load_action(e){wfu_install_unload_hook();var a=document.getElementById("selectsubdiredit_"+e);a&&"none"!=a.style.display&&wfu_attach_element_handlers(a,new Function("wfu_selectsubdiredit_change("+e+");"))}function wfu_install_unload_hook(){window.onbeforeunload=wfu_unload_hook}function wfu_unload_hook(){return""!=GlobalData.UploadInProgressString&&""!=GlobalData.UploadInProgressString.trim()?GlobalData.consts.wfu_pageexit_prompt:void 0}function wfu_Check_Browser_Capabilities(){if("undefined"==typeof wfu_BrowserCaps){wfu_BrowserCaps=new Object;var e=wfu_GetHttpRequestObject();wfu_BrowserCaps.supportsAJAX=null!=e,wfu_BrowserCaps.supportsUploadProgress=!!(e&&"upload"in e&&"onprogress"in e.upload);var a=null;try{var a=new FormData}catch(s){}wfu_BrowserCaps.supportsHTML5=null!=a;var s=document.createElement("iframe");wfu_BrowserCaps.supportsIFRAME=null!=s,wfu_BrowserCaps.supportsDRAGDROP=window.FileReader?!0:!1,wfu_BrowserCaps.supportsAnimation=wfu_check_animation(),wfu_BrowserCaps.isSafari=Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0}}function wfu_check_animation(){var e=!1,a="animation",s="",t="Webkit Moz O ms Khtml".split(" "),n="",l=document.createElement("DIV");if(l.style.animationName&&(e=!0),e===!1)for(var r=0;r<t.length;r++)if(void 0!==l.style[t[r]+"AnimationName"]){n=t[r],a=n+"Animation",s="-"+n.toLowerCase()+"-",e=!0;break}return e}function wfu_join_strings(e){for(var a=[].slice.call(arguments),s="",t="",n=1;n<a.length;n++)t=""==s||""==a[n]?"":e,s+=t+a[n];return s}function wfu_plugin_decode_string(e){for(var a,s,t=0,n="";t<e.length;)a=parseInt(e.substr(t,2),16),s=128>a?a:224>a?((31&a)<<6)+(63&parseInt(e.substr(t+=2,2),16)):((15&a)<<12)+((63&parseInt(e.substr(t+=2,2),16))<<6)+(63&parseInt(e.substr(t+=2,2),16)),n+=String.fromCharCode(s),t+=2;return n}function wfu_plugin_encode_string(e){var a=0,s="",t="";for(a=0;a<e.length;a++)num=e.charCodeAt(a),num>=2048?num=((16773120&num|917504)<<4)+((4032&num|8192)<<2)+(63&num|128):num>=128&&(num=((65472&num|12288)<<2)+(63&num|128)),t=num.toString(16),(1==t.length||3==t.length||5==t.length)&&(t="0"+t),s+=t;return s}function wfu_randomString(e){for(var a="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz",s=e,t="",n=0;s>n;n++){var l=Math.floor(Math.random()*a.length);t+=a.substring(l,l+1)}return t}function wfu_addEventHandler(e,a,s){e.addEventListener?e.addEventListener(a,s,!1):e.attachEvent?e.attachEvent("on"+a,s):e["on"+a]=s}function wfu_attach_element_handlers(e,a){for(var s=["DOMAttrModified","textInput","input","change","keypress","paste","focus","propertychange"],t=0;t<s.length;t++)wfu_addEventHandler(e,s[t],a)}function wfu_GetHttpRequestObject(){var e=null;try{e=new XMLHttpRequest}catch(a){try{e=new ActiveXObject("Msxml2.XMLHTTP")}catch(s){try{e=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){}}}if(null==e&&window.createRequest)try{xmlhttp=window.createRequest()}catch(a){}return e}function wfu_filedetails_showhide(e,a,s){var t=(document.getElementById("wfu_messageblock_arrow_"+e+"_"+a),document.getElementById("wfu_messageblock_arrow_"+e+"_up_"+a)),n=document.getElementById("wfu_messageblock_arrow_"+e+"_down_"+a),l=document.getElementById("wfu_messageblock_subheader_"+e+"_"+a),r=document.getElementById("wfu_messageblock_header_"+e+"_state_"+a);s?(t.style.display="",n.style.display="none",l.style.display="",r.value=""):(t.style.display="none",n.style.display="",l.style.display="none",r.value="none")}function wfu_get_file_ids(e){for(var a=(document.getElementById("wfu_messageblock_"+e),document.getElementById("wfu_messageblock_subheader_"+e).nextSibling),s="wfu_messageblock_"+e+"_",t=[];null!=a;)1===a.nodeType&&a.id.substr(0,s.length)==s&&t.push(a.id.substr(a.id.lastIndexOf("_")+1)),a=a.nextSibling;return t}function wfu_get_filelist(e,a){a="undefined"!=typeof a?a:!0;var s=document.getElementById("upfile_"+e),t=s.files;return t||(t=s.value?[{name:s.value}]:[]),a&&"undefined"!=typeof s.filearray&&(t=s.filearray),t}function wfu_filedetails_toggle(e,a){var s=(document.getElementById("wfu_messageblock_arrow_"+e+"_"+a),document.getElementById("wfu_messageblock_arrow_"+e+"_up_"+a));wfu_filedetails_showhide(e,a,"none"==s.style.display)}function wfu_headerdetails_showhide(e,a){var s=(document.getElementById("wfu_messageblock_arrow_"+e),document.getElementById("wfu_messageblock_arrow_"+e+"_up")),t=document.getElementById("wfu_messageblock_arrow_"+e+"_down"),n=document.getElementById("wfu_messageblock_subheader_"+e),l=document.getElementById("wfu_messageblock_subheader_"+e+"_message"),r=document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessage"),o=document.getElementById("wfu_messageblock_header_"+e+"_state"),i=wfu_get_file_ids(e);if(a){s.style.display="",t.style.display="none",("none"!=l.style.display||"none"!=r.style.display)&&(n.style.display=""),o.value="";for(var _=0;_<i.length;_++)document.getElementById("wfu_messageblock_"+e+"_"+i[_]).style.display="",document.getElementById("wfu_messageblock_subheader_"+e+"_"+i[_]).style.display=document.getElementById("wfu_messageblock_header_"+e+"_state_"+i[_]).value}else{s.style.display="none",t.style.display="",n.style.display="none",o.value="none";for(var _=0;_<i.length;_++)document.getElementById("wfu_messageblock_"+e+"_"+i[_]).style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_"+i[_]).style.display="none"}}function wfu_headerdetails_toggle(e){var a=(document.getElementById("wfu_messageblock_arrow_"+e),document.getElementById("wfu_messageblock_arrow_"+e+"_up"));wfu_headerdetails_showhide(e,"none"==a.style.display)}function wfu_selectbutton_changed(e,a){wfu_BrowserCaps.supportsAJAX&&wfu_BrowserCaps.supportsHTML5||(a=0);var s=document.getElementById("upfile_"+e),t=wfu_get_filelist(e,!1);if(1==a){"undefined"==typeof s.filearray&&(s.filearray=Array());for(var n=0;n<t.length;n++)s.filearray.push(t[n])}else"undefined"!=typeof s.filearray&&delete s.filearray;wfu_update_filename_text(e)}function wfu_selectbutton_clicked(e){var a=document.getElementById("wordpress_file_upload_message_"+e);a&&(a.style.display="none"),wfu_reset_message(e),document.getElementById("upfile_"+e).value="";var s=document.getElementById("fileName_"+e);s&&(s.value="",s.className="file_input_textbox")}function wfu_update_uploadbutton_status(e){var a=document.getElementById("upload_"+e);if(a){var s=wfu_get_filelist(e),t=s.length>0;a.disabled=!t}}function wfu_update_filename_text(e){var a=document.getElementById("fileName_"+e);if(a){for(var s=wfu_get_filelist(e),t="",n=0;n<s.length;n++)""!=t&&(t+=", "),t+=s[n].name.replace(/c:\\fakepath\\/i,"");a.value=t}}function wfu_selectsubdir_check(e){var a=document.getElementById("selectsubdir_"+e);if(!a)return!0;var s=document.getElementById("selectsubdiredit_"+e),t="none"!=s.style.display;return t&&a.selectedIndex>0&&(s.value=a.value.replace(/^\s+/,""),s.className="file_item_clean_match subfolder_autoplus_match",wfu_selectsubdiredit_change(e)),t?document.getElementById("hiddeninput_"+e).value=s.value:document.getElementById("hiddeninput_"+e).value=a.selectedIndex,!t&&0==a.selectedIndex||t&&(""==s.value||"file_item_clean_empty subfolder_autoplus_empty"==s.className)?(t?(a.className="subfolder_autoplus_dropdown_prompt",s.value="",GlobalData.FreeChangeHandler=!0,s.className="file_item_clean_prompt subfolder_autoplus_prompt",GlobalData.FreeChangeHandler=!1):a.className="file_item_clean_prompt subfolder_dropdown_prompt",!1):(t?a.className="subfolder_autoplus_dropdown":a.className="file_item_clean subfolder_dropdown",t&&"file_item_clean_prompt subfolder_autoplus_prompt"==s.className&&(s.className="file_item_clean subfolder_autoplus"),a.options[0].style.display="none",!0)}function wfu_selectsubdiredit_enter(e){var a=document.getElementById("selectsubdir_"+e),s=document.getElementById("selectsubdiredit_"+e);"file_item_clean_empty subfolder_autoplus_empty"==s.className&&(s.value=""),a.className="subfolder_autoplus_dropdown",s.className="file_item_clean subfolder_autoplus"}function wfu_selectsubdiredit_exit(e){var a=document.getElementById("selectsubdiredit_"+e);""==a.value&&(a.value=GlobalData.consts.wfu_subdir_typedir,a.className="file_item_clean_empty subfolder_autoplus_empty")}function wfu_selectsubdiredit_change(e){if(!GlobalData.FreeChangeHandler){var a=document.getElementById("selectsubdir_"+e),s=document.getElementById("selectsubdiredit_"+e);if("none"!=s.style.display){if("file_item_clean_empty subfolder_autoplus_empty"==s.className)return a.selectedIndex=0,void(document.getElementById("hiddeninput_"+e).value="");document.getElementById("hiddeninput_"+e).value=s.value;for(var t,n=!1,l=1;l<a.options.length;l++)t=a.options[l].value.replace(/^\s+/,"").toLowerCase(),s.value.length>=3?t.substr(0,s.value.length)==s.value.toLowerCase()?a.options[l].style.display="block":a.options[l].style.display="none":a.options[l].style.display="block",a.options[l].value.replace(/^\s+/,"")==s.value&&(a.selectedIndex=l,s.className="file_item_clean_match subfolder_autoplus_match",n=!0);n||(a.selectedIndex=0,s.className="file_item_clean subfolder_autoplus")}}}function wfu_selectsubdir_disable_onoff(e,a){var s=document.getElementById("selectsubdir_"+e);if(!s)return!0;var t=document.getElementById("selectsubdiredit_"+e),n="none"!=t.style.display;s.disabled=a,n&&(t.disabled=a)}function wfu_userdata_focused(e){var a=document.getElementById(e.id.replace("_field_","_fieldwrapper_"));if("file_userdata_fieldwrapper_required_empty"==a.className){a.className="file_userdata_fieldwrapper_required";var s=document.getElementById(e.id.replace("_field_","_hint_"));s.style.display="none"}}function wfu_Redirect(e){window.location=e}function wfu_loadStart(e){}function wfu_uploadProgress(e,a,s,t){t&&"undefined"==typeof this.xhr&&(console.log("total="+e.total+", loaded="+e.loaded),console.log(e));var n=GlobalData[a].xhrs[s],l=0,r=0,o=document.getElementById("progressbar_"+a+"_animation");if(e.lengthComputable){if(n.sizeloaded=e.loaded,n.size<e.total&&e.total>0){r=e.total-n.size,n.deltasize+=r,n.size+=r;for(var i=0;i<GlobalData[a].xhrs.length;i++)GlobalData[a].xhrs[i].file_id==n.file_id&&(GlobalData[a].xhrs[i].totalsize+=r)}if(o){for(var _=0,d=0,u=[],i=0;i<GlobalData[a].xhrs.length;i++)u[GlobalData[a].xhrs[i].file_id]=0;for(var i=0;i<GlobalData[a].xhrs.length;i++)u[GlobalData[a].xhrs[i].file_id]=Math.max(GlobalData[a].xhrs[i].totalsize,u[GlobalData[a].xhrs[i].file_id]);for(var i=0;i<u.length;i++)"undefined"!=typeof u[i]&&(_+=u[i]);for(var i=0;i<GlobalData[a].xhrs.length;i++)d+=GlobalData[a].xhrs[i].sizeloaded;l=Math.round(100*d/_),o.style.width=l.toString()+"%"}}else o&&(o.style.width="0%")}function wfu_notify_WPFilebase(e,a){var s=wfu_GetHttpRequestObject();if(null==s){var t=document.createElement("iframe");return t.style.display="none",t.src=GlobalData.consts.ajax_url+"?action=wfu_ajax_action_notify_wpfilebase¶ms_index="+e+"&session_token="+a,void document.body.appendChild(t)}var n=GlobalData.consts.ajax_url;params=new Array(3),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_notify_wpfilebase",params[1]=new Array(2),params[1][0]="params_index",params[1][1]=e,params[2]=new Array(2),params[2][0]="session_token",params[2][1]=a;for(var l="",t=0;t<params.length;t++)l+=(t>0?"&":"")+params[t][0]+"="+encodeURI(params[t][1]);s.open("POST",n,!0),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),s.onreadystatechange=function(){},s.send(l)}function wfu_send_email_notification(e,a,s,t,n,l,r,o,i){var _=wfu_GetHttpRequestObject();if(null!=_){var d=GlobalData.consts.ajax_url,u=wfu_get_userdata_count(e);params=new Array(7+u),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_send_email_notification",params[1]=new Array(2),params[1][0]="params_index",params[1][1]=s,params[2]=new Array(2),params[2][0]="session_token",params[2][1]=t,params[3]=new Array(2),params[3][0]="only_filename_list",params[3][1]=n,params[4]=new Array(2),params[4][0]="target_path_list",params[4][1]=l,params[5]=new Array(2),params[5][0]="attachment_list",params[5][1]=r,params[6]=new Array(2),params[6][0]="uniqueuploadid_"+e,params[6][1]=a;for(var m=0;u>m;m++)params[7+m]=new Array(2),params[7+m][0]="userdata_"+m,params[7+m][1]=wfu_plugin_encode_string(document.getElementById("hiddeninput_"+e+"_userdata_"+m).value);for(var c="",m=0;m<params.length;m++)c+=(m>0?"&":"")+params[m][0]+"="+encodeURI(params[m][1]);var f=new Date;_.xhrid=-1,_.shortcode_id=e,_.requesttype="email",_.file_id=0,_.loading=!1,_.aborted=!1,_.unique_id=a,_.debugmode=o,_.is_admin=i,_.params_index=s,_.session_token=t,_.start_time=f.getTime(),_.end_time=_.start_time,_.finish_time=_.start_time+1e3*parseInt(GlobalData.consts.max_time_limit),_.fail_colors=GlobalData.consts.fail_colors,_.error_message_header="",_.error_message_failed=GlobalData.consts.message_failed,_.error_message_cancelled=GlobalData.consts.message_cancelled,_.error_adminmessage_unknown="",_.open("POST",d,!0),_.setRequestHeader("Content-type","application/x-www-form-urlencoded"),_.addEventListener("load",wfu_uploadComplete,!1),_.addEventListener("error",wfu_uploadFailed,!1),_.addEventListener("abort",wfu_uploadCanceled,!1),_.send(c)}}function wfu_format_debug_data(e,a){return output='<label class="file_messageblock_subheader_debugmessage_label">',output+="Debug Data"+a,output+="</label>",output+='<div class="file_messageblock_subheader_debugmessage_container">',output+=e,output+="</div>",output}function wfu_uploadComplete(e){var a=new Date,s=this.shortcode_id,t=(this.file_id,!1),n="",l="",r="",o="unknown",i="",_="",d="wfu_fileupload_success:";this.loading=!1,this.end_time=a.getTime();var u=e.target.responseText,m=u,c="error";if(-1!=u&&u.indexOf("force_errorabort_code")>-1&&(c="errorabort",u=u.replace("force_errorabort_code","")),-1!=u){var f=u.indexOf(d);if(f>-1&&("true"==this.debugmode&&(_=u.substr(0,f)),m=u.substr(f+d.length),f=m.indexOf(":"),n=m.substr(0,f),m=m.substr(f+1),f=m.indexOf(":"),r=m.substr(0,f),l=m.substr(f+1)),""!=_){var p="";"fileupload"==this.requesttype?p=" - File: "+this.file_id:"email"==this.requesttype&&(p=" - Email Notification"),_=wfu_format_debug_data(_,p)}if(""!=r){var g=r.split(";");if(1==parseInt(g[2])){var y=g[3].split(",");o=wfu_plugin_decode_string(y[0]),i=y[4]}}}if(""==l||""==r){var b=this.fail_colors.split(","),w=wfu_Initialize_Params();w.general.shortcode_id=s,w.general.unique_id=this.unique_id,w.general.state=7,w.general.files_count="fileupload"==this.requesttype?1:0,w.general.upload_finish_time=this.finish_time,w.general.fail_message=GlobalData.consts.message_unknown,w.general.fail_admin_message=wfu_join_strings("<br />",this.error_adminmessage_unknown,this.requesttype+":"+m),w.general.files_count>0?(w[0]={},w[0].color=b[0],w[0].bgcolor=b[1],w[0].borcolor=b[2],w[0].message_type=c,o=c,w[0].header=this.error_message_header,w[0].message=GlobalData.consts.message_timelimit,w[0].admin_messages="true"==this.is_admin?GlobalData.consts.message_admin_timelimit:""):w.general.admin_messages.other="true"==this.is_admin?GlobalData.consts.message_admin_timelimit:"",w.general.upload_finish_time>0&&a.getTime()<w.general.upload_finish_time&&(w.general.files_count>0?(w[0].message=w.general.fail_message,w[0].admin_messages="true"==this.is_admin?w.general.fail_admin_message:""):w.general.admin_messages.other="true"==this.is_admin?w.general.fail_admin_message:"")}return t=""==l||""==r?wfu_ProcessUploadComplete(s,this.file_id,w,this.unique_id,this.params_index,this.session_token,"",[this.debugmode,_,this.is_admin],this.requesttype,""):wfu_ProcessUploadComplete(s,this.file_id,l,this.unique_id,this.params_index,this.session_token,r,[this.debugmode,_,this.is_admin],this.requesttype,n),t&&(wfu_unlock_upload(e.target.shortcode_id),wfu_hide_simple_progressbar(s),wfu_clear(e.target.shortcode_id)),e.target.return_status?o:void 0}function wfu_ProcessUploadComplete(sid,file_id,upload_params,unique_id,params_index,session_token,safe_output,debug_data,request_type,js_script_enc){if(sid&&!(0>sid)&&null!=upload_params&&""!=upload_params&&""!=unique_id&&("no-ajax"==unique_id||GlobalData[sid])){var do_redirect=!1;if("string"==typeof upload_params){upload_params=wfu_plugin_decode_string(upload_params.replace(/^\s+|\s+$/g,""));var Params=null;try{Params=JSON.parse(upload_params)}catch(e){}if(null==Params){var safe_parts=safe_output.split(";");Params=wfu_Initialize_Params(),Params.general.shortcode_id=sid,Params.general.unique_id=unique_id,Params.general.state=safe_parts[0],4==Params.general.state&&Params.general.state++;var default_colors=safe_parts[1].split(","),filedata="",error_jsonparse_filemessage=GlobalData.consts.jsonparse_filemessage,error_jsonparse_message=GlobalData.consts.jsonparse_message,error_jsonparse_adminmessage=GlobalData.consts.jsonparse_adminmessage;Params.general.files_count=parseInt(safe_parts[2]);for(var i=0;i<Params.general.files_count;i++)Params[i]={},Params[i].color=default_colors[0],Params[i].bgcolor=default_colors[1],Params[i].borcolor=default_colors[2],filedata=safe_parts[i+3].split(","),Params[i].message_type=wfu_plugin_decode_string(filedata[0]),Params[i].header=wfu_plugin_decode_string(filedata[1]),"success"==Params[i].message_type&&(Params[i].header+=error_jsonparse_filemessage,Params[i].message_type="warning"),Params[i].message=wfu_join_strings("<br />",error_jsonparse_message,wfu_plugin_decode_string(filedata[2])),Params[i].admin_messages=wfu_join_strings("<br />",error_jsonparse_adminmessage,wfu_plugin_decode_string(filedata[3]))}}else{if("object"!=typeof upload_params)return;var Params=upload_params}for(i=0;Params[i];)Params[i].message_type&&"error"==Params[i].message_type.substr(0,5)&&(Params[i].message_type=Params[i].message_type.substr(0,5)),i++;var message_table=document.getElementById("wfu_messageblock_"+sid),UploadStates_Ok=!0;if(!UploadStates[sid]&&message_table){var upload_states=document.getElementById("wfu_messageblock_header_"+sid+"_states").value;upload_states=wfu_plugin_decode_string(upload_states.replace(/^\s+|\s+$/g,"")),UploadStates[sid]=null;try{UploadStates[sid]=JSON.parse(upload_states)}catch(e){}null==UploadStates[sid]&&(UploadStates_Ok=!1)}GlobalData[sid]||(GlobalData[sid]=Object());var G=GlobalData[sid];if("no-ajax"==unique_id)G.last=!1,G.unique_id="",G.files_count=Params.general.files_count,0==Params.general.state&&(Params.general.files_count=0),G.files_processed=Params.general.files_count,UploadStates_Ok?G.upload_state=Params.general.state:G.upload_state=10,G.message=Params.general.message,G.update_wpfilebase=Params.general.update_wpfilebase,G.redirect_link=Params.general.redirect_link,G.notify_only_filename_list="",G.notify_target_path_list="",G.notify_attachment_list="",G.admin_messages={},G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase,G.admin_messages.notify=Params.general.admin_messages.notify,G.admin_messages.redirect=Params.general.admin_messages.redirect,G.admin_messages.debug=debug_data[1],G.admin_messages.other=Params.general.admin_messages.other,G.errors={},G.errors.wpfilebase=Params.general.errors.wpfilebase,G.errors.notify=Params.general.errors.notify,G.errors.redirect=Params.general.errors.redirect,G.current_size=0,G.total_size=0;else{if(""==G.unique_id||G.unique_id!=unique_id||G.unique_id!=Params.general.unique_id)return;if(G.last)return;0==Params.general.files_count&&Params[0]&&"error"==Params[0].message_type&&(Params.general.files_count=1);for(var file_status="",i=0;i<Params.general.files_count;i++)file_status="error"==Params[i].message_type&&0==G.files_processed?"error1":"error"==Params[i].message_type&&G.files_processed>0?"error2":Params[i].message_type,G.upload_state=GlobalData.filestatematch[file_status][G.upload_state];UploadStates_Ok||(G.upload_state=10),G.files_processed+=Params.general.files_count,G.message=wfu_join_strings("<br />",G.message,Params.general.message),""==G.update_wpfilebase&&(G.update_wpfilebase=Params.general.update_wpfilebase),(!request_type||request_type&&"email"!=request_type)&&(G.redirect_link=Params.general.redirect_link),G.notify_only_filename_list=wfu_join_strings(", ",G.notify_only_filename_list,Params.general.notify_only_filename_list),G.notify_target_path_list=wfu_join_strings(", ",G.notify_target_path_list,Params.general.notify_target_path_list),G.notify_attachment_list=wfu_join_strings(",",G.notify_attachment_list,Params.general.notify_attachment_list),G.admin_messages.debug=wfu_join_strings("<br />",G.admin_messages.debug,debug_data[1]),G.admin_messages.other=wfu_join_strings("<br />",G.admin_messages.other,Params.general.admin_messages.other),""==G.admin_messages.wpfilebase&&(G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase),""==G.admin_messages.notify&&(G.admin_messages.notify=Params.general.admin_messages.notify),""==G.admin_messages.redirect&&(G.admin_messages.redirect=Params.general.admin_messages.redirect),""==G.errors.wpfilebase&&(G.errors.wpfilebase=Params.general.errors.wpfilebase),""==G.errors.notify&&(G.errors.notify=Params.general.errors.notify),""==G.errors.redirect&&(G.errors.redirect=Params.general.errors.redirect)}G.files_processed==G.files_count&&(G.last=!0,""!=G.update_wpfilebase&&(G.admin_messages.wpfilebase="",wfu_notify_WPFilebase(params_index,session_token)),""!=G.notify_only_filename_list&&(G.admin_messages.notify="",wfu_send_email_notification(sid,unique_id,params_index,session_token,G.notify_only_filename_list,G.notify_target_path_list,G.notify_attachment_list,debug_data[0],debug_data[2]),G.last=!1,G.notify_only_filename_list=""),G.last&&("no-ajax"!=unique_id&&wfu_notify_server_upload_ended(sid,unique_id,params_index,session_token),GlobalData.UploadInProgressString=GlobalData.UploadInProgressString.replace(new RegExp("\\["+unique_id+"\\]","g"),"")),""!=G.errors.redirect&&(G.redirect_link=""),""!=G.redirect_link&&G.last&&""==GlobalData.UploadInProgressString.trim()&&(G.upload_state=11,do_redirect=!0));var nonadmin_message=G.message,admin_message=wfu_join_strings("<br />",G.admin_messages.other,G.admin_messages.wpfilebase,G.admin_messages.notify,G.admin_messages.redirect,G.admin_messages.debug);if(!UploadStates_Ok){var error_jsonparse_headermessage=GlobalData.consts.jsonparse_headermessage,error_jsonparse_headeradminmessage=GlobalData.consts.jsonparse_headeradminmessage;nonadmin_message=wfu_join_strings("<br />",error_jsonparse_headermessage,nonadmin_message),admin_message=wfu_join_strings("<br />",error_jsonparse_headeradminmessage,admin_message)}if(G.last){0==G.files_count?G.upload_state=8:G.upload_state<4&&(G.upload_state+=4);var admin_messages_exist=""!=G.admin_messages.wpfilebase||""!=G.admin_messages.notify||""!=G.admin_messages.redirect||""!=G.admin_messages.other;4==G.upload_state&&""!=admin_message?G.upload_state++:5==G.upload_state&&""==!admin_message&&""==nonadmin_message&&G.upload_state--}if(message_table){var subheader_state=document.getElementById("wfu_messageblock_header_"+sid+"_state"),single_file_shown=1==G.files_count&&""==nonadmin_message&&""==admin_message&&G.last&&!do_redirect;if(single_file_shown)document.getElementById("wfu_messageblock_header_"+sid).style.display="none";else{document.getElementById("wfu_messageblock_header_"+sid).style.display="";var header_container=document.getElementById("wfu_messageblock_header_"+sid+"_container");if(UploadStates_Ok){var suffix="";1!=G.files_count||5!=G.upload_state&&7!=G.upload_state||(suffix="_singlefile"),header_container.innerHTML=UploadStates[sid]["State"+G.upload_state+suffix]}else{header_container.innerHTML="";var safe_container=document.getElementById("wfu_messageblock_header_"+sid+"_safecontainer");header_container.innerHTML=safe_container.innerHTML.replace(/_safe/g,"")}var subheader_show=!1;""!=nonadmin_message?(document.getElementById("wfu_messageblock_subheader_"+sid+"_message").style.display="",document.getElementById("wfu_messageblock_subheader_"+sid+"_messagelabel").innerHTML=nonadmin_message,subheader_show=!0):document.getElementById("wfu_messageblock_subheader_"+sid+"_message").style.display="none",""!=admin_message?(document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessage").style.display="",document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessagelabel").innerHTML=admin_message,subheader_show=!0):document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessage").style.display="none",subheader_show?document.getElementById("wfu_messageblock_subheader_"+sid).style.display=subheader_state.value:document.getElementById("wfu_messageblock_subheader_"+sid).style.display="none",subheader_show||G.files_processed>0?(header_container.colSpan=2,document.getElementById("wfu_messageblock_arrow_"+sid).style.display=""):(document.getElementById("wfu_messageblock_arrow_"+sid).style.display="none",header_container.colSpan=3)}for(var next_block=document.getElementById("wfu_messageblock_subheader_"+sid),next_block_id=0,file_block=null,file_template_container=document.getElementById("wfu_messageblock_"+sid+"_filetemplate"),file_contents="",door=document.getElementById("wfu_messageblock_"+sid+"_door"),ii=0,headerspan=1,subheaderspan=2,file_template=wfu_plugin_decode_string(file_template_container.value.replace(/^\s+|\s+$/g,"")),i=0;i<Params.general.files_count;i++){for(ii=i+file_id,file_contents=file_template.replace(/\[file_id\]/g,ii),file_contents=file_contents.replace(/\[filenumber_display\]/g,""),file_contents=file_contents.replace(/\[fileheader_color\]/g,Params[i].color),file_contents=file_contents.replace(/\[fileheader_bgcolor\]/g,Params[i].bgcolor),file_contents=file_contents.replace(/\[fileheader_borcolor\]/g,Params[i].borcolor),file_contents=file_contents.replace(/\[fileheader_message\]/g,Params[i].header),file_contents=file_contents.replace(/\[filesubheadermessage_display\]/g,'style="display:none;"'),file_contents=file_contents.replace(/\[filesubheader_message\]/g,Params[i].message),file_contents=file_contents.replace(/\[filesubheaderadminmessage_display\]/g,'style="display:none;"'),file_contents=file_contents.replace(/\[filesubheader_adminmessage\]/g,Params[i].admin_messages),file_contents="<table><tbody>"+file_contents+"</tbody></table>",door.innerHTML=file_contents,headerspan=1,subheaderspan=2,subheader_show=!1,file_block=document.getElementById("wfu_messageblock_"+sid+"_"+ii),1==G.files_count?(document.getElementById("wfu_messageblock_"+sid+"_filenumber_"+ii).style.display="none",document.getElementById("wfu_messageblock_subheader_"+sid+"_fileempty_"+ii).style.display="none",single_file_shown?file_block.style.display="":file_block.style.display=subheader_state.value,headerspan++,subheaderspan++):file_block.style.display=subheader_state.value,""!=Params[i].message&&(document.getElementById("wfu_messageblock_subheader_"+sid+"_message_"+ii).style.display="",subheader_show=!0),""!=Params[i].admin_messages&&(document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessage_"+ii).style.display="",subheader_show=!0),subheader_show||(document.getElementById("wfu_messageblock_arrow_"+sid+"_"+ii).style.display="none",headerspan++),document.getElementById("wfu_messageblock_header_"+sid+"_container_"+ii).colSpan=headerspan,document.getElementById("wfu_messageblock_subheader_"+sid+"_container_"+ii).colSpan=subheaderspan;ii>next_block_id&&(next_block=next_block.nextSibling,null!=next_block);)1===next_block.nodeType&&(next_block_id=next_block.id.substr(next_block.id.lastIndexOf("_")+1));message_table.tBodies[0].insertBefore(file_block,next_block),next_block=file_block.nextSibling,file_block=document.getElementById("wfu_messageblock_subheader_"+sid+"_"+ii),message_table.tBodies[0].insertBefore(file_block,next_block),next_block=file_block,next_block_id=ii}single_file_shown&&(document.getElementById("wfu_messageblock_"+sid+"_1").style.display=""),message_table.style.display="",document.getElementById("wordpress_file_upload_message_"+sid).style.display=""}return js_script_enc&&eval(wfu_plugin_decode_string(js_script_enc)),do_redirect&&wfu_Redirect(G.redirect_link),G.last}}function wfu_uploadFailed(e,a){a&&(console.log("failure report following"),console.log(e));var s=e.target,t={target:{responseText:"",shortcode_id:s.shortcode_id}};wfu_uploadComplete.call(s,t)}function wfu_uploadCanceled(e){}function wfu_notify_server_upload_ended(e,a,s,t){var n=wfu_GetHttpRequestObject();if(null!=n){var l=GlobalData.consts.ajax_url;params=new Array(6),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action",params[1]=new Array(2),params[1][0]="wfu_uploader_nonce",params[1][1]=document.getElementById("wfu_uploader_nonce_"+e).value,params[2]=new Array(2),params[2][0]="uniqueuploadid_"+e,params[2][1]=a,params[3]=new Array(2),params[3][0]="params_index",params[3][1]=s,params[4]=new Array(2),params[4][0]="session_token",params[4][1]=t,params[5]=new Array(2),params[5][0]="upload_finished",params[5][1]=1;for(var r="",o=0;o<params.length;o++)r+=(o>0?"&":"")+params[o][0]+"="+encodeURI(params[o][1]);n.open("POST",l,!0),n.setRequestHeader("Content-type","application/x-www-form-urlencoded"),n.onreadystatechange=function(){4==n.readyState&&200==n.status},n.send(r)}}function wfu_Initialize_Params(){var e={};return e.version="full",e.general={},e.general.shortcode_id=0,e.general.unique_id="",e.general.state=0,e.general.files_count=0,e.general.update_wpfilebase="",e.general.redirect_link="",e.general.upload_finish_time=0,e.general.message="",e.general.message_type="",e.general.admin_messages={},e.general.admin_messages.wpfilebase="",e.general.admin_messages.notify="",e.general.admin_messages.redirect="",e.general.admin_messages.other="",e.general.errors={},e.general.errors.wpfilebase="",e.general.errors.notify="",e.general.errors.redirect="",e.general.color="",e.general.bgcolor="",e.general.borcolor="",e.general.notify_only_filename_list="",e.general.notify_target_path_list="",e.general.notify_attachment_list="",e.general.fail_message="",e.general.fail_admin_message="",e}function wfu_redirect_to_classic(e,a,s,t){0!=wfu_filesselected(e)&&wfu_selectsubdir_check(e)&&wfu_check_required_userdata(e,!0)&&wfu_redirect_to_classic_cont(e,a,s,t,[""])}function wfu_redirect_to_classic_cont(e,a,s,t,n){var l=function(n){if(n.indexOf("wfu_response_success:")>-1){var l=wfu_Initialize_Params();if(l.general.shortcode_id=e,l.general.unique_id="",l.general.files_count=wfu_filesselected(e),wfu_ProcessUploadComplete(e,0,l,"no-ajax","",a,"",["false","","false"]),1==s){var r="";document.getElementById("upfile_"+e).name="uploadedfile_"+e+"_redirected"+r}t>0?document.getElementById("adminerrorcodes_"+e).value=t:document.getElementById("adminerrorcodes_"+e).value="",document.getElementById("upfile_"+e).disabled=!1,document.getElementById("uniqueuploadid_"+e).value=o,document.getElementById("uploadform_"+e).submit()}},r="",o=wfu_randomString(10),i=new Date,_=GlobalData.consts.ajax_url+"?action=wfu_ajax_action&wfu_uploader_nonce="+document.getElementById("wfu_uploader_nonce_"+e).value+"&sid="+e+"&unique_id="+o+"&start_time="+i.getTime()+"&session_token="+a+r;wfu_lock_upload(e);var d=wfu_GetHttpRequestObject();if(null==d){var u=document.createElement("iframe");return u?(u.style.display="none",u.src=_,document.body.appendChild(u),void(u.onload=function(){l(u.contentDocument.body.innerHTML)})):void 0}d.open("GET",_,!0),d.onreadystatechange=function(){4==d.readyState&&200==d.status&&l(d.responseText)},d.send(null)}function wfu_filesselected(e){var a=document.getElementById("fileName_"+e),s=wfu_get_filelist(e);return 0==s.length&&a&&(a.value=GlobalData.consts.nofilemessage,a.className="file_input_textbox_nofile"),s.length}function wfu_check_required_userdata(e,a){for(var s=wfu_get_userdata_count(e),t=!1,n=0;s>n;n++){var l=document.getElementById("hiddeninput_"+e+"_userdata_"+n),r=document.getElementById("userdata_"+e+"_fieldwrapper_"+n),o=document.getElementById("userdata_"+e+"_field_"+n),i=document.getElementById("userdata_"+e+"_"+n),_=document.getElementById("userdata_"+e+"_hint_"+n);
|
2 |
-
l.value=window["userdata_"+e+"_codes_"+n].value(o);for(var d={hintposition:"none"},u=document.getElementById("userdata_"+e+"_props_"+n).value.split("|"),m=0;m<u.length;m++)"p:"==u[m].substr(0,2)&&(d.hintposition=u[m].substr(2));var c="";if("file_userdata_fieldwrapper_required"==r.className.substr(0,35)&&(c=window["userdata_"+e+"_codes_"+n].empty(l)),""===c&&window["userdata_"+e+"_codes_"+n].validate&&(c=window["userdata_"+e+"_codes_"+n].validate(l)),""!==c){if(a)if("none"==d.hintposition)_.className="file_userdata_hint_none";else{r.className="file_userdata_fieldwrapper_required_empty";var f=i.getBoundingClientRect(),p=r.getBoundingClientRect();"inline"==d.hintposition?(_.className="file_userdata_hint_inline",_.style.left=parseInt(p.left-f.left)+"px",_.style.top=parseInt(p.top-f.top)+"px",_.style.right=parseInt(f.right-p.right)+"px",_.style.bottom=parseInt(f.bottom-p.bottom)+"px"):"top"==d.hintposition?(_.className="file_userdata_hint_top",_.style.left=parseInt(p.left-f.left)+"px",_.style.bottom=parseInt(f.bottom-p.top)+"px"):"right"==d.hintposition?(_.className="file_userdata_hint_right",_.style.left=parseInt(p.right-f.left)+"px",_.style.top=parseInt(p.top-f.top)+"px"):"bottom"==d.hintposition?(_.className="file_userdata_hint_bottom",_.style.left=parseInt(p.left-f.left)+"px",_.style.top=parseInt(p.bottom-f.top)+"px"):"left"==d.hintposition&&(_.className="file_userdata_hint_left",_.style.right=parseInt(f.right-p.left)+"px",_.style.top=parseInt(p.top-f.top)+"px"),_.innerHTML=c,_.style.display="block"}t=!0}}return!t}function wfu_HTML5UploadFile(e,a,s){if(!wfu_BrowserCaps.supportsAJAX)return void wfu_redirect_to_classic(e,s,1,1);if(!wfu_BrowserCaps.supportsHTML5)return void wfu_redirect_to_classic(e,s,1,2);a=wfu_plugin_decode_string(a.replace(/^\s+|\s+$/g,""));var t=null;try{t=JSON.parse(a)}catch(n){}if(null==t)return void wfu_redirect_to_classic(e,s,1,3);var l=wfu_GetHttpRequestObject();if(null!=l){var r=wfu_filesselected(e);if(0!=r){var o=document.getElementById("upload_"+e),i=!o;if(!wfu_selectsubdir_check(e))return void(i&&wfu_clear_files(e));var _=r;return _+=_,wfu_check_required_userdata(e,!0)?void wfu_HTML5UploadFile_cont(e,t,s,[""]):void(i&&wfu_clear_files(e))}}}function wfu_HTML5UploadFile_cont(e,a,s,t){function n(t,r,o,i){p=!0;var c=wfu_GetHttpRequestObject(),g=wfu_GetHttpRequestObject();if(null!=c&&null!=g){var y=null,b=null;try{var y=new FormData,b=new FormData}catch(w){}if(null!=y&&null!=b){y.append("action","wfu_ajax_action"),y.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),o||y.append("uploadedfile_"+e+d,r),y.append("uploadedfile_"+e+"_index",t),y.append("uploadedfile_"+e+"_name",wfu_plugin_encode_string(_[t].name)),y.append("uploadedfile_"+e+"_size",_[t].size),y.append("uniqueuploadid_"+e,m),y.append("params_index",a.params_index),y.append("subdir_sel_index",l),o?y.append("only_check","1"):y.append("only_check","0"),y.append("session_token",s),y.append("unique_id",u);for(var h=wfu_get_userdata_count(e),v=0;h>v;v++)y.append("hiddeninput_"+e+"_userdata_"+v,document.getElementById("hiddeninput_"+e+"_userdata_"+v).value);var G=GlobalData[e].xhrs.push(c)-1,I=new Date;if(c.xhrid=G,c.shortcode_id=e,c.requesttype="fileupload",c.file_id=t+1,o?(c.size=0,c.totalsize=0,c.loading=!1):(c.size=r.size,c.totalsize=_[t].size,c.loading=!0),c.deltasize=0,c.sizeloaded=0,c.aborted=!1,c.unique_id=m,c.params_index=a.params_index,c.session_token=s,c.debugmode=a.debugmode,c.is_admin=a.is_admin,c.start_time=I.getTime(),c.end_time=c.start_time,c.finish_time=c.start_time+1e3*parseInt(GlobalData.consts.max_time_limit),c.fail_colors=a.fail_colors,c.error_message_header=a.error_header.replace(/%username%/g,"no data"),c.error_message_header=c.error_message_header.replace(/%useremail%/g,"no data"),c.error_message_header=c.error_message_header.replace(/%filename%/g,_[t].name),c.error_message_header=c.error_message_header.replace(/%filepath%/g,_[t].name),c.error_message_failed=GlobalData.consts.message_failed,c.error_message_cancelled=GlobalData.consts.message_cancelled,c.error_adminmessage_unknown=GlobalData.consts.adminmessage_unknown.replace(/%username%/g,"no data"),c.error_adminmessage_unknown=c.error_adminmessage_unknown.replace(/%useremail%/g,"no data"),c.error_adminmessage_unknown=c.error_adminmessage_unknown.replace(/%filename%/g,_[t].name),c.error_adminmessage_unknown=c.error_adminmessage_unknown.replace(/%filepath%/g,_[t].name),i){b.append("action","wfu_ajax_action"),b.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),b.append("params_index",a.params_index),b.append("session_token",s),b.append("force_connection_close","1"),g.open("POST",GlobalData.consts.ajax_url,!1);try{g.send(b)}catch(k){}p="success"==g.responseText}if(p)o?(c.addEventListener("load",function(a){a={target:{responseText:a.target.responseText,shortcode_id:e,return_status:!0}};var s=wfu_uploadComplete.call(c,a);p="success"==s||"warning"==s,p&&n(t,r,!1,!1)},!1),c.addEventListener("error",function(e){},!1),c.open("POST",GlobalData.consts.ajax_url,!0),c.send(y)):(c.upload.xhr=c,c.upload.dummy=1,c.upload.addEventListener("loadstart",wfu_loadStart,!1),c.upload.addEventListener("progress",new Function("evt","wfu_uploadProgress(evt, "+e+", "+G+", "+a.debugmode+");"),!1),c.addEventListener("load",wfu_uploadComplete,!1),c.addEventListener("error",new Function("evt","wfu_uploadFailed(evt, "+a.debugmode+");"),!1),c.addEventListener("abort",wfu_uploadCanceled,!1),c.open("POST",GlobalData.consts.ajax_url,!0),c.send(y));else{var B={target:{responseText:"",shortcode_id:e}};wfu_uploadComplete.call(c,B)}return f++,p}}}var l=-1,r=document.getElementById("selectsubdir_"+e);if(r){var o=document.getElementById("selectsubdiredit_"+e),i="none"!=o.style.display;l=i?o.value:r.selectedIndex}var _=wfu_get_filelist(e),d="",u=wfu_randomString(10),m=u;GlobalData.UploadInProgressString+="["+m+"]",GlobalData[e]={},GlobalData[e].unique_id=m,GlobalData[e].last=!1,GlobalData[e].files_count=1,GlobalData[e].files_processed=0,GlobalData[e].upload_state=0,GlobalData[e].message="",GlobalData[e].update_wpfilebase="",GlobalData[e].redirect_link="",GlobalData[e].notify_only_filename_list="",GlobalData[e].notify_target_path_list="",GlobalData[e].notify_attachment_list="",GlobalData[e].admin_messages={},GlobalData[e].admin_messages.wpfilebase="",GlobalData[e].admin_messages.notify="",GlobalData[e].admin_messages.redirect="",GlobalData[e].admin_messages.debug="",GlobalData[e].admin_messages.other="",GlobalData[e].errors={},GlobalData[e].errors.wpfilebase="",GlobalData[e].errors.notify="",GlobalData[e].errors.redirect="",GlobalData[e].xhrs=Array(),wfu_show_simple_progressbar(a.shortcode_id,"progressive");var c=wfu_Initialize_Params();c.general.shortcode_id=e,c.general.unique_id=m,wfu_ProcessUploadComplete(e,0,c,m,a.params_index,s,"",["false","","false"]);var f=0,p=!0,g=0;n(g,_[g],!0,!1)}function wfu_get_userdata_count(e){for(var a=0;document.getElementById("userdata_"+e+"_"+a);)a++;return a}function wfu_lock_upload(e){var a=document.getElementById("fileName_"+e);a&&(a.disabled=!0),document.getElementById("input_"+e).disabled=!0,document.getElementById("upfile_"+e).disabled=!0,wfu_selectsubdir_disable_onoff(e,!0);var s=document.getElementById("upload_"+e);s&&(s.disabled=!0);for(var t=wfu_get_userdata_count(e),n=0;t>n;n++)window["userdata_"+e+"_codes_"+n].lock(document.getElementById("userdata_"+e+"_field_"+n))}function wfu_unlock_upload(e){var a=document.getElementById("fileName_"+e);a&&(a.disabled=!1),document.getElementById("input_"+e).disabled=!1,document.getElementById("upfile_"+e).disabled=!1,wfu_selectsubdir_disable_onoff(e,!1);var s=document.getElementById("upload_"+e);s&&(s.disabled=!1);for(var t=wfu_get_userdata_count(e),n=0;t>n;n++)window["userdata_"+e+"_codes_"+n].unlock(document.getElementById("userdata_"+e+"_field_"+n))}function wfu_clear_files(e){document.getElementById("uploadform_"+e).reset();var a=document.getElementById("fileName_"+e);a&&(a.value="",a.className="file_input_textbox")}function wfu_clear(e){wfu_clear_files(e);var a=document.getElementById("selectsubdir_"+e);if(a){var s=document.getElementById("selectsubdiredit_"+e),t="none"!=s.style.display;t?(a.selectedIndex=-1,s.value=""):a.selectedIndex=parseInt(document.getElementById("selectsubdirdefault_"+e).value)}for(var n=wfu_get_userdata_count(e),l=0;n>l;l++)window["userdata_"+e+"_codes_"+l].reset(document.getElementById("userdata_"+e+"_field_"+l),document.getElementById("hiddeninput_"+e+"_userdata_"+l))}function wfu_reset_message(e){var a=document.getElementById("wfu_messageblock_"+e);if(a){document.getElementById("wfu_messageblock_header_"+e).style.display="";var s=document.getElementById("wfu_messageblock_header_"+e+"_container");UploadStates[e]&&(s.innerHTML=UploadStates[e].State0),document.getElementById("wfu_messageblock_header_"+e+"_state").value="none",document.getElementById("wfu_messageblock_arrow_"+e).style.display="none",s.colSpan=3,document.getElementById("wfu_messageblock_subheader_"+e+"_messagelabel").innerHTML="",document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessagelabel").innerHTML="",document.getElementById("wfu_messageblock_subheader_"+e).style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_message").style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessage").style.display="none";for(var t=wfu_get_file_ids(e),n=1;n<=t.length;n++)a.tBodies[0].removeChild(document.getElementById("wfu_messageblock_"+e+"_"+n)),a.tBodies[0].removeChild(document.getElementById("wfu_messageblock_subheader_"+e+"_"+n))}}function wfu_show_simple_progressbar(e,a){var s=document.getElementById("progressbar_"+e+"_animation"),t=document.getElementById("progressbar_"+e+"_imagesafe");s&&("progressive"==a?(s.style.width="0%",s.className="file_progress_progressive",t.style.display="none",s.style.display="block"):wfu_BrowserCaps.supportsAnimation?(s.style.width="25%",s.className="file_progress_shuffle",t.style.display="none",s.style.display="block"):(s.style.width="0%",s.className="file_progress_noanimation",s.style.display="none",t.style.display="block"),document.getElementById("wordpress_file_upload_progressbar_"+e).style.display="block")}function wfu_hide_simple_progressbar(e){var a=document.getElementById("progressbar_"+e+"_animation"),s=document.getElementById("progressbar_"+e+"_imagesafe");a&&(document.getElementById("wordpress_file_upload_progressbar_"+e).style.display="none",a.style.width="0%",a.className="file_progress_noanimation",s.style.display="none",a.style.display="block")}function wfu_invoke_shortcode_editor(e,a,s,t){for(var n=document.getElementsByTagName("BUTTON"),l=0,r=null,o=0;o<n.length;o++)n[o].parentNode&&n[o].parentNode.id==t+"_editor_"+e&&(r=n[o],l++);if(0!=l){if(l>1)return void alert(GlobalData.consts.same_pluginid);var i=wfu_GetHttpRequestObject();if(null!=i){r.parentNode.style.display="none",document.getElementById(t+"_overlay_"+e).style.display="block";var _=GlobalData.consts.ajax_url;params=new Array(6),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_edit_shortcode",params[1]=new Array(2),params[1][0]="upload_id",params[1][1]=e,params[2]=new Array(2),params[2][0]="post_id",params[2][1]=a,params[3]=new Array(2),params[3][0]="post_hash",params[3][1]=s,params[4]=new Array(2),params[4][0]="shortcode_tag",params[4][1]=t,params[5]=new Array(2),params[5][0]="widget_id",params[5][1]=document.getElementById(t+"_"+e+"_widgetid")?document.getElementById(t+"_"+e+"_widgetid").value:"";for(var d="",o=0;o<params.length;o++)d+=(o>0?"&":"")+params[o][0]+"="+encodeURI(params[o][1]);i.open("POST",_,!0),i.setRequestHeader("Content-type","application/x-www-form-urlencoded"),i.onreadystatechange=function(){if(4==i.readyState&&200==i.status){document.getElementById(t+"_overlay_"+e).style.display="none",r.parentNode.removeAttribute("style");var a="wfu_edit_shortcode:",s=i.responseText.indexOf(a);-1==s&&(s=i.responseText.length);var n=(i.responseText.substr(0,s),i.responseText.substr(s+a.length,i.responseText.length-s-a.length));s=n.indexOf(":");var l=n.substr(0,s);if(txt_value=n.substr(s+1,n.length-s-1),"success"==l){var o=window.open(wfu_plugin_decode_string(txt_value),"_blank");o?o.plugin_window=window:alert(GlobalData.consts.enable_popups)}else"check_page_obsolete"==l&&alert(txt_value)}},i.send(d)}}}GlobalData={},UploadStates={},GlobalData.filestatematch={},GlobalData.filestatematch.success=[0,1,2,2],GlobalData.filestatematch.warning=[1,1,2,2],GlobalData.filestatematch.error1=[3,3,2,3],GlobalData.filestatematch.error2=[2,2,2,3],GlobalData.UploadInProgressString="",GlobalData.FreeChangeHandler=!1,wfu_Check_Browser_Capabilities();
|
1 |
+
function wfu_Initialize_Consts(e){if("undefined"==typeof GlobalData.consts){GlobalData.consts=new Object;for(var a=e.split(";"),t=0;t<a.length;t++)const_txt=a[t].split(":"),GlobalData.consts[wfu_plugin_decode_string(const_txt[0])]=wfu_plugin_decode_string(const_txt[1])}}function wfu_Load_Code_Connectors(e){"undefined"==typeof wfu_Code_Objects&&(wfu_Code_Objects={}),wfu_Code_Objects[e]=new wfu_Code_Object(e);for(var a=0;a<Code_Initializators.length;a++)wfu_Code_Objects[e].additem(Code_Initializators[a](e))}function wfu_Code_Object(e){this.sid=e,this.items=[],this._calc_prioritized_list=function(e){for(var a,t,s=[],n=[],r=[],l=0;l<this.items.length;l++)a=this.items[l],a[e]&&(t=-1,a.priority&&(t=a.priority),a[e].priority&&(t=a[e].priority),t>=0?(s.push(t),n.push(l)):r.push(l));for(var l=1;l<s.length;l++)for(var o=l;o<s.length;o++)if(s[o]<s[l-1]){var i=s[o];s[o]=s[l-1],s[l-1]=i;var i=n[o];n[o]=n[l-1],n[l-1]=i}return n.concat(r)},this.additem=function(e){this.items.push(e)},this.apply_filters=function(e,a){if("undefined"==typeof a)return null;var t=this._calc_prioritized_list(e);if(0==t.length)return a;for(var s=0;s<t.length;s++){var n=this.items[t[s]],r=null;"function"==typeof n[e]?r=n[e]:"function"==typeof n[e].func&&(r=n[e].func),null!=r&&(a=r.apply(this,Array.prototype.slice.call(arguments,1)),arguments[1]=a)}return a},this.do_action=function(e){var a=this._calc_prioritized_list(e);if(0!=a.length)for(var t=0;t<a.length;t++){var s=this.items[a[t]],n=null;"function"==typeof s[e]?n=s[e]:"function"==typeof s[e].func&&(n=s[e].func),null!=n&&n.apply(this,Array.prototype.slice.call(arguments,1))}}}function wfu_plugin_load_action(e){wfu_install_unload_hook();var a=document.getElementById("selectsubdiredit_"+e);a&&"none"!=a.style.display&&wfu_attach_element_handlers(a,new Function("wfu_selectsubdiredit_change("+e+");"))}function wfu_install_unload_hook(){window.onbeforeunload=wfu_unload_hook}function wfu_unload_hook(){return""!=GlobalData.UploadInProgressString&&""!=GlobalData.UploadInProgressString.trim()?GlobalData.consts.wfu_pageexit_prompt:void 0}function wfu_Check_Browser_Capabilities(){if("undefined"==typeof wfu_BrowserCaps){wfu_BrowserCaps=new Object;var e=wfu_GetHttpRequestObject();wfu_BrowserCaps.supportsAJAX=null!=e,wfu_BrowserCaps.supportsUploadProgress=!!(e&&"upload"in e&&"onprogress"in e.upload);var a=null;try{var a=new FormData}catch(t){}wfu_BrowserCaps.supportsHTML5=null!=a;var t=document.createElement("iframe");wfu_BrowserCaps.supportsIFRAME=null!=t,wfu_BrowserCaps.supportsDRAGDROP=window.FileReader?!0:!1,wfu_BrowserCaps.supportsAnimation=wfu_check_animation(),wfu_BrowserCaps.isSafari=Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0}}function wfu_check_animation(){var e=!1,a="animation",t="",s="Webkit Moz O ms Khtml".split(" "),n="",r=document.createElement("DIV");if(r.style.animationName&&(e=!0),e===!1)for(var l=0;l<s.length;l++)if(void 0!==r.style[s[l]+"AnimationName"]){n=s[l],a=n+"Animation",t="-"+n.toLowerCase()+"-",e=!0;break}return e}function wfu_join_strings(e){for(var a=[].slice.call(arguments),t="",s="",n=1;n<a.length;n++)s=""==t||""==a[n]?"":e,t+=s+a[n];return t}function wfu_plugin_decode_string(e){for(var a,t,s=0,n="";s<e.length;)a=parseInt(e.substr(s,2),16),t=128>a?a:224>a?((31&a)<<6)+(63&parseInt(e.substr(s+=2,2),16)):((15&a)<<12)+((63&parseInt(e.substr(s+=2,2),16))<<6)+(63&parseInt(e.substr(s+=2,2),16)),n+=String.fromCharCode(t),s+=2;return n}function wfu_plugin_encode_string(e){var a=0,t="",s="";for(a=0;a<e.length;a++)num=e.charCodeAt(a),num>=2048?num=((16773120&num|917504)<<4)+((4032&num|8192)<<2)+(63&num|128):num>=128&&(num=((65472&num|12288)<<2)+(63&num|128)),s=num.toString(16),(1==s.length||3==s.length||5==s.length)&&(s="0"+s),t+=s;return t}function wfu_randomString(e){for(var a="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz",t=e,s="",n=0;t>n;n++){var r=Math.floor(Math.random()*a.length);s+=a.substring(r,r+1)}return s}function wfu_addEventHandler(e,a,t){e.addEventListener?e.addEventListener(a,t,!1):e.attachEvent?e.attachEvent("on"+a,t):e["on"+a]=t}function wfu_attach_element_handlers(e,a){for(var t=["DOMAttrModified","textInput","input","change","keypress","paste","focus","propertychange"],s=0;s<t.length;s++)wfu_addEventHandler(e,t[s],a)}function wfu_GetHttpRequestObject(){var e=null;try{e=new XMLHttpRequest}catch(a){try{e=new ActiveXObject("Msxml2.XMLHTTP")}catch(t){try{e=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){}}}if(null==e&&window.createRequest)try{xmlhttp=window.createRequest()}catch(a){}return e}function wfu_filedetails_showhide(e,a,t){var s=(document.getElementById("wfu_messageblock_arrow_"+e+"_"+a),document.getElementById("wfu_messageblock_arrow_"+e+"_up_"+a)),n=document.getElementById("wfu_messageblock_arrow_"+e+"_down_"+a),r=document.getElementById("wfu_messageblock_subheader_"+e+"_"+a),l=document.getElementById("wfu_messageblock_header_"+e+"_state_"+a);t?(s.style.display="",n.style.display="none",r.style.display="",l.value=""):(s.style.display="none",n.style.display="",r.style.display="none",l.value="none")}function wfu_get_file_ids(e){for(var a=(document.getElementById("wfu_messageblock_"+e),document.getElementById("wfu_messageblock_subheader_"+e).nextSibling),t="wfu_messageblock_"+e+"_",s=[];null!=a;)1===a.nodeType&&a.id.substr(0,t.length)==t&&s.push(a.id.substr(a.id.lastIndexOf("_")+1)),a=a.nextSibling;return s}function wfu_get_filelist(e,a){a="undefined"!=typeof a?a:!0;var t=document.getElementById("upfile_"+e),s=t.files;return s||(s=t.value?[{name:t.value}]:[]),a&&"undefined"!=typeof t.filearray&&(s=t.filearray),s}function wfu_filedetails_toggle(e,a){var t=(document.getElementById("wfu_messageblock_arrow_"+e+"_"+a),document.getElementById("wfu_messageblock_arrow_"+e+"_up_"+a));wfu_filedetails_showhide(e,a,"none"==t.style.display)}function wfu_headerdetails_showhide(e,a){var t=(document.getElementById("wfu_messageblock_arrow_"+e),document.getElementById("wfu_messageblock_arrow_"+e+"_up")),s=document.getElementById("wfu_messageblock_arrow_"+e+"_down"),n=document.getElementById("wfu_messageblock_subheader_"+e),r=document.getElementById("wfu_messageblock_subheader_"+e+"_message"),l=document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessage"),o=document.getElementById("wfu_messageblock_header_"+e+"_state"),i=wfu_get_file_ids(e);if(a){t.style.display="",s.style.display="none",("none"!=r.style.display||"none"!=l.style.display)&&(n.style.display=""),o.value="";for(var _=0;_<i.length;_++)document.getElementById("wfu_messageblock_"+e+"_"+i[_]).style.display="",document.getElementById("wfu_messageblock_subheader_"+e+"_"+i[_]).style.display=document.getElementById("wfu_messageblock_header_"+e+"_state_"+i[_]).value}else{t.style.display="none",s.style.display="",n.style.display="none",o.value="none";for(var _=0;_<i.length;_++)document.getElementById("wfu_messageblock_"+e+"_"+i[_]).style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_"+i[_]).style.display="none"}}function wfu_headerdetails_toggle(e){var a=(document.getElementById("wfu_messageblock_arrow_"+e),document.getElementById("wfu_messageblock_arrow_"+e+"_up"));wfu_headerdetails_showhide(e,"none"==a.style.display)}function wfu_selectbutton_changed(e,a){wfu_BrowserCaps.supportsAJAX&&wfu_BrowserCaps.supportsHTML5||(a=0);var t=document.getElementById("upfile_"+e),s=wfu_get_filelist(e,!1);if(1==a){"undefined"==typeof t.filearray&&(t.filearray=Array());for(var n=0;n<s.length;n++)t.filearray.push(s[n])}else"undefined"!=typeof t.filearray&&delete t.filearray;wfu_update_filename_text(e)}function wfu_selectbutton_clicked(e){var a=document.getElementById("wordpress_file_upload_message_"+e);a&&(a.style.display="none"),wfu_reset_message(e),document.getElementById("upfile_"+e).value="";var t=document.getElementById("fileName_"+e);t&&(t.value="",t.className="file_input_textbox")}function wfu_update_uploadbutton_status(e){var a=document.getElementById("upload_"+e);if(a){var t=wfu_get_filelist(e),s=t.length>0;s=wfu_Code_Objects[e].apply_filters("uploadbutton_status",s),a.disabled=!s}}function wfu_update_filename_text(e){var a=document.getElementById("fileName_"+e);if(a){for(var t=wfu_get_filelist(e),s="",n=0;n<t.length;n++)""!=s&&(s+=", "),s+=t[n].name.replace(/c:\\fakepath\\/i,"");a.value=s}}function wfu_selectsubdir_check(e){var a=document.getElementById("selectsubdir_"+e);if(!a)return!0;var t=document.getElementById("selectsubdiredit_"+e),s="none"!=t.style.display;return s&&a.selectedIndex>0&&(t.value=a.value.replace(/^\s+/,""),t.className="file_item_clean_match subfolder_autoplus_match",wfu_selectsubdiredit_change(e)),s?document.getElementById("hiddeninput_"+e).value=t.value:document.getElementById("hiddeninput_"+e).value=a.selectedIndex,!s&&0==a.selectedIndex||s&&(""==t.value||"file_item_clean_empty subfolder_autoplus_empty"==t.className)?(s?(a.className="subfolder_autoplus_dropdown_prompt",t.value="",GlobalData.FreeChangeHandler=!0,t.className="file_item_clean_prompt subfolder_autoplus_prompt",GlobalData.FreeChangeHandler=!1):a.className="file_item_clean_prompt subfolder_dropdown_prompt",!1):(s?a.className="subfolder_autoplus_dropdown":a.className="file_item_clean subfolder_dropdown",s&&"file_item_clean_prompt subfolder_autoplus_prompt"==t.className&&(t.className="file_item_clean subfolder_autoplus"),a.options[0].style.display="none",!0)}function wfu_selectsubdiredit_enter(e){var a=document.getElementById("selectsubdir_"+e),t=document.getElementById("selectsubdiredit_"+e);"file_item_clean_empty subfolder_autoplus_empty"==t.className&&(t.value=""),a.className="subfolder_autoplus_dropdown",t.className="file_item_clean subfolder_autoplus"}function wfu_selectsubdiredit_exit(e){var a=document.getElementById("selectsubdiredit_"+e);""==a.value&&(a.value=GlobalData.consts.wfu_subdir_typedir,a.className="file_item_clean_empty subfolder_autoplus_empty")}function wfu_selectsubdiredit_change(e){if(!GlobalData.FreeChangeHandler){var a=document.getElementById("selectsubdir_"+e),t=document.getElementById("selectsubdiredit_"+e);if("none"!=t.style.display){if("file_item_clean_empty subfolder_autoplus_empty"==t.className)return a.selectedIndex=0,void(document.getElementById("hiddeninput_"+e).value="");document.getElementById("hiddeninput_"+e).value=t.value;for(var s,n=!1,r=1;r<a.options.length;r++)s=a.options[r].value.replace(/^\s+/,"").toLowerCase(),t.value.length>=3?s.substr(0,t.value.length)==t.value.toLowerCase()?a.options[r].style.display="block":a.options[r].style.display="none":a.options[r].style.display="block",a.options[r].value.replace(/^\s+/,"")==t.value&&(a.selectedIndex=r,t.className="file_item_clean_match subfolder_autoplus_match",n=!0);n||(a.selectedIndex=0,t.className="file_item_clean subfolder_autoplus")}}}function wfu_selectsubdir_disable_onoff(e,a){var t=document.getElementById("selectsubdir_"+e);if(!t)return!0;var s=document.getElementById("selectsubdiredit_"+e),n="none"!=s.style.display;t.disabled=a,n&&(s.disabled=a)}function wfu_userdata_focused(e){var a=document.getElementById(e.id.replace("_field_","_fieldwrapper_"));if("file_userdata_fieldwrapper_required_empty"==a.className){a.className="file_userdata_fieldwrapper_required";var t=document.getElementById(e.id.replace("_field_","_hint_"));t.style.display="none"}}function wfu_Redirect(e){window.location=e}function wfu_loadStart(e){}function wfu_uploadProgress(e,a,t,s){s&&"undefined"==typeof this.xhr&&(console.log("total="+e.total+", loaded="+e.loaded),console.log(e));var n=GlobalData[a].xhrs[t],r=0,l=0,o=document.getElementById("progressbar_"+a+"_animation");if(e.lengthComputable){if(n.sizeloaded=e.loaded,n.size<e.total&&e.total>0){l=e.total-n.size,n.deltasize+=l,n.size+=l;for(var i=0;i<GlobalData[a].xhrs.length;i++)GlobalData[a].xhrs[i].file_id==n.file_id&&(GlobalData[a].xhrs[i].totalsize+=l)}if(o){for(var _=0,d=0,u=[],i=0;i<GlobalData[a].xhrs.length;i++)u[GlobalData[a].xhrs[i].file_id]=0;for(var i=0;i<GlobalData[a].xhrs.length;i++)u[GlobalData[a].xhrs[i].file_id]=Math.max(GlobalData[a].xhrs[i].totalsize,u[GlobalData[a].xhrs[i].file_id]);for(var i=0;i<u.length;i++)"undefined"!=typeof u[i]&&(_+=u[i]);for(var i=0;i<GlobalData[a].xhrs.length;i++)d+=GlobalData[a].xhrs[i].sizeloaded;r=Math.round(100*d/_),o.style.width=r.toString()+"%"}}else o&&(o.style.width="0%")}function wfu_notify_WPFilebase(e,a){var t=wfu_GetHttpRequestObject();if(null==t){var s=document.createElement("iframe");return s.style.display="none",s.src=GlobalData.consts.ajax_url+"?action=wfu_ajax_action_notify_wpfilebase¶ms_index="+e+"&session_token="+a,void document.body.appendChild(s)}var n=GlobalData.consts.ajax_url;params=new Array(3),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_notify_wpfilebase",params[1]=new Array(2),params[1][0]="params_index",params[1][1]=e,params[2]=new Array(2),params[2][0]="session_token",params[2][1]=a;for(var r="",s=0;s<params.length;s++)r+=(s>0?"&":"")+params[s][0]+"="+encodeURI(params[s][1]);t.open("POST",n,!0),t.setRequestHeader("Content-type","application/x-www-form-urlencoded"),t.onreadystatechange=function(){},t.send(r)}function wfu_send_email_notification(e,a,t,s,n,r,l,o,i){var _=wfu_GetHttpRequestObject();if(null!=_){var d=GlobalData.consts.ajax_url,u=wfu_get_userdata_count(e);params=new Array(7+u),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_send_email_notification",params[1]=new Array(2),params[1][0]="params_index",params[1][1]=t,params[2]=new Array(2),params[2][0]="session_token",params[2][1]=s,params[3]=new Array(2),params[3][0]="only_filename_list",params[3][1]=n,params[4]=new Array(2),params[4][0]="target_path_list",params[4][1]=r,params[5]=new Array(2),params[5][0]="attachment_list",params[5][1]=l,params[6]=new Array(2),params[6][0]="uniqueuploadid_"+e,params[6][1]=a;for(var m=0;u>m;m++)params[7+m]=new Array(2),params[7+m][0]="userdata_"+m,params[7+m][1]=wfu_plugin_encode_string(document.getElementById("hiddeninput_"+e+"_userdata_"+m).value);for(var c="",m=0;m<params.length;m++)c+=(m>0?"&":"")+params[m][0]+"="+encodeURI(params[m][1]);var f=new Date;_.xhrid=-1,_.shortcode_id=e,_.requesttype="email",_.file_id=0,_.loading=!1,_.aborted=!1,_.unique_id=a,_.debugmode=o,_.is_admin=i,_.params_index=t,_.session_token=s,_.start_time=f.getTime(),_.end_time=_.start_time,_.finish_time=_.start_time+1e3*parseInt(GlobalData.consts.max_time_limit),_.fail_colors=GlobalData.consts.fail_colors,_.error_message_header="",_.error_message_failed=GlobalData.consts.message_failed,_.error_message_cancelled=GlobalData.consts.message_cancelled,_.error_adminmessage_unknown="",_.open("POST",d,!0),_.setRequestHeader("Content-type","application/x-www-form-urlencoded"),_.addEventListener("load",wfu_uploadComplete,!1),_.addEventListener("error",wfu_uploadFailed,!1),_.addEventListener("abort",wfu_uploadCanceled,!1),_.send(c)}}function wfu_format_debug_data(e,a){return output='<label class="file_messageblock_subheader_debugmessage_label">',output+="Debug Data"+a,output+="</label>",output+='<div class="file_messageblock_subheader_debugmessage_container">',output+=e,output+="</div>",output}function wfu_uploadComplete(e){var a=new Date,t=this.shortcode_id,s=(this.file_id,!1),n="",r="",l="",o="unknown",i="",_="",d="wfu_fileupload_success:";this.loading=!1,this.end_time=a.getTime();var u=e.target.responseText,m=u,c="error";if(-1!=u&&u.indexOf("force_errorabort_code")>-1&&(c="errorabort",u=u.replace("force_errorabort_code","")),-1!=u){var f=u.indexOf(d);if(f>-1&&("true"==this.debugmode&&(_=u.substr(0,f)),m=u.substr(f+d.length),f=m.indexOf(":"),n=m.substr(0,f),m=m.substr(f+1),f=m.indexOf(":"),l=m.substr(0,f),r=m.substr(f+1)),""!=_){var p="";"fileupload"==this.requesttype?p=" - File: "+this.file_id:"email"==this.requesttype&&(p=" - Email Notification"),_=wfu_format_debug_data(_,p)}if(""!=l){var g=l.split(";");if(1==parseInt(g[2])){var y=g[3].split(",");o=wfu_plugin_decode_string(y[0]),i=y[4]}}}if(""==r||""==l){var w=this.fail_colors.split(","),b=wfu_Initialize_Params();b.general.shortcode_id=t,b.general.unique_id=this.unique_id,b.general.state=7,b.general.files_count="fileupload"==this.requesttype?1:0,b.general.upload_finish_time=this.finish_time,b.general.fail_message=GlobalData.consts.message_unknown,b.general.fail_admin_message=wfu_join_strings("<br />",this.error_adminmessage_unknown,this.requesttype+":"+m),b.general.files_count>0?(b[0]={},b[0].color=w[0],b[0].bgcolor=w[1],b[0].borcolor=w[2],b[0].message_type=c,o=c,b[0].header=this.error_message_header,b[0].message=GlobalData.consts.message_timelimit,b[0].admin_messages="true"==this.is_admin?GlobalData.consts.message_admin_timelimit:""):b.general.admin_messages.other="true"==this.is_admin?GlobalData.consts.message_admin_timelimit:"",b.general.upload_finish_time>0&&a.getTime()<b.general.upload_finish_time&&(b.general.files_count>0?(b[0].message=b.general.fail_message,b[0].admin_messages="true"==this.is_admin?b.general.fail_admin_message:""):b.general.admin_messages.other="true"==this.is_admin?b.general.fail_admin_message:"")}return s=""==r||""==l?wfu_ProcessUploadComplete(t,this.file_id,b,this.unique_id,this.params_index,this.session_token,"",[this.debugmode,_,this.is_admin],this.requesttype,""):wfu_ProcessUploadComplete(t,this.file_id,r,this.unique_id,this.params_index,this.session_token,l,[this.debugmode,_,this.is_admin],this.requesttype,n),s&&(wfu_unlock_upload(e.target.shortcode_id),wfu_hide_simple_progressbar(t),wfu_clear(e.target.shortcode_id)),e.target.return_status?o:void 0}function wfu_ProcessUploadComplete(sid,file_id,upload_params,unique_id,params_index,session_token,safe_output,debug_data,request_type,js_script_enc){if(sid&&!(0>sid)&&null!=upload_params&&""!=upload_params&&""!=unique_id&&("no-ajax"==unique_id||GlobalData[sid])){var do_redirect=!1;if("string"==typeof upload_params){upload_params=wfu_plugin_decode_string(upload_params.replace(/^\s+|\s+$/g,""));var Params=null;try{Params=JSON.parse(upload_params)}catch(e){}if(null==Params){var safe_parts=safe_output.split(";");Params=wfu_Initialize_Params(),Params.general.shortcode_id=sid,Params.general.unique_id=unique_id,Params.general.state=safe_parts[0],4==Params.general.state&&Params.general.state++;var default_colors=safe_parts[1].split(","),filedata="",error_jsonparse_filemessage=GlobalData.consts.jsonparse_filemessage,error_jsonparse_message=GlobalData.consts.jsonparse_message,error_jsonparse_adminmessage=GlobalData.consts.jsonparse_adminmessage;Params.general.files_count=parseInt(safe_parts[2]);for(var i=0;i<Params.general.files_count;i++)Params[i]={},Params[i].color=default_colors[0],Params[i].bgcolor=default_colors[1],Params[i].borcolor=default_colors[2],filedata=safe_parts[i+3].split(","),Params[i].message_type=wfu_plugin_decode_string(filedata[0]),Params[i].header=wfu_plugin_decode_string(filedata[1]),"success"==Params[i].message_type&&(Params[i].header+=error_jsonparse_filemessage,Params[i].message_type="warning"),Params[i].message=wfu_join_strings("<br />",error_jsonparse_message,wfu_plugin_decode_string(filedata[2])),Params[i].admin_messages=wfu_join_strings("<br />",error_jsonparse_adminmessage,wfu_plugin_decode_string(filedata[3]))}}else{if("object"!=typeof upload_params)return;var Params=upload_params}for(i=0;Params[i];)Params[i].message_type&&"error"==Params[i].message_type.substr(0,5)&&(Params[i].message_type=Params[i].message_type.substr(0,5)),i++;var message_table=document.getElementById("wfu_messageblock_"+sid),UploadStates_Ok=!0;if(!UploadStates[sid]&&message_table){var upload_states=document.getElementById("wfu_messageblock_header_"+sid+"_states").value;upload_states=wfu_plugin_decode_string(upload_states.replace(/^\s+|\s+$/g,"")),UploadStates[sid]=null;try{UploadStates[sid]=JSON.parse(upload_states)}catch(e){}null==UploadStates[sid]&&(UploadStates_Ok=!1)}GlobalData[sid]||(GlobalData[sid]=Object());var G=GlobalData[sid];if("no-ajax"==unique_id)G.last=!1,G.unique_id="",G.files_count=Params.general.files_count,0==Params.general.state&&(Params.general.files_count=0),G.files_processed=Params.general.files_count,UploadStates_Ok?G.upload_state=Params.general.state:G.upload_state=10,G.message=Params.general.message,G.update_wpfilebase=Params.general.update_wpfilebase,G.redirect_link=Params.general.redirect_link,G.notify_only_filename_list="",G.notify_target_path_list="",G.notify_attachment_list="",G.admin_messages={},G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase,G.admin_messages.notify=Params.general.admin_messages.notify,G.admin_messages.redirect=Params.general.admin_messages.redirect,G.admin_messages.debug=debug_data[1],G.admin_messages.other=Params.general.admin_messages.other,G.errors={},G.errors.wpfilebase=Params.general.errors.wpfilebase,G.errors.notify=Params.general.errors.notify,G.errors.redirect=Params.general.errors.redirect,G.current_size=0,G.total_size=0;else{if(""==G.unique_id||G.unique_id!=unique_id||G.unique_id!=Params.general.unique_id)return;if(G.last)return;0==Params.general.files_count&&Params[0]&&"error"==Params[0].message_type&&(Params.general.files_count=1);for(var file_status="",i=0;i<Params.general.files_count;i++)file_status="error"==Params[i].message_type&&0==G.files_processed?"error1":"error"==Params[i].message_type&&G.files_processed>0?"error2":Params[i].message_type,G.upload_state=GlobalData.filestatematch[file_status][G.upload_state];UploadStates_Ok||(G.upload_state=10),G.files_processed+=Params.general.files_count,G.message=wfu_join_strings("<br />",G.message,Params.general.message),""==G.update_wpfilebase&&(G.update_wpfilebase=Params.general.update_wpfilebase),(!request_type||request_type&&"email"!=request_type)&&(G.redirect_link=Params.general.redirect_link),G.notify_only_filename_list=wfu_join_strings(", ",G.notify_only_filename_list,Params.general.notify_only_filename_list),G.notify_target_path_list=wfu_join_strings(", ",G.notify_target_path_list,Params.general.notify_target_path_list),G.notify_attachment_list=wfu_join_strings(",",G.notify_attachment_list,Params.general.notify_attachment_list),G.admin_messages.debug=wfu_join_strings("<br />",G.admin_messages.debug,debug_data[1]),G.admin_messages.other=wfu_join_strings("<br />",G.admin_messages.other,Params.general.admin_messages.other),""==G.admin_messages.wpfilebase&&(G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase),""==G.admin_messages.notify&&(G.admin_messages.notify=Params.general.admin_messages.notify),""==G.admin_messages.redirect&&(G.admin_messages.redirect=Params.general.admin_messages.redirect),""==G.errors.wpfilebase&&(G.errors.wpfilebase=Params.general.errors.wpfilebase),""==G.errors.notify&&(G.errors.notify=Params.general.errors.notify),""==G.errors.redirect&&(G.errors.redirect=Params.general.errors.redirect)}G.files_processed==G.files_count&&(G.last=!0,""!=G.update_wpfilebase&&(G.admin_messages.wpfilebase="",wfu_notify_WPFilebase(params_index,session_token)),""!=G.notify_only_filename_list&&(G.admin_messages.notify="",wfu_send_email_notification(sid,unique_id,params_index,session_token,G.notify_only_filename_list,G.notify_target_path_list,G.notify_attachment_list,debug_data[0],debug_data[2]),G.last=!1,G.notify_only_filename_list=""),G.last&&("no-ajax"!=unique_id&&wfu_notify_server_upload_ended(sid,unique_id,params_index,session_token),GlobalData.UploadInProgressString=GlobalData.UploadInProgressString.replace(new RegExp("\\["+unique_id+"\\]","g"),"")),""!=G.errors.redirect&&(G.redirect_link=""),""!=G.redirect_link&&G.last&&""==GlobalData.UploadInProgressString.trim()&&(G.upload_state=11,do_redirect=!0));var nonadmin_message=G.message,admin_message=wfu_join_strings("<br />",G.admin_messages.other,G.admin_messages.wpfilebase,G.admin_messages.notify,G.admin_messages.redirect,G.admin_messages.debug);if(!UploadStates_Ok){var error_jsonparse_headermessage=GlobalData.consts.jsonparse_headermessage,error_jsonparse_headeradminmessage=GlobalData.consts.jsonparse_headeradminmessage;nonadmin_message=wfu_join_strings("<br />",error_jsonparse_headermessage,nonadmin_message),admin_message=wfu_join_strings("<br />",error_jsonparse_headeradminmessage,admin_message)}if(G.last){0==G.files_count&&12!=G.upload_state?G.upload_state=8:G.upload_state<4&&(G.upload_state+=4);var admin_messages_exist=""!=G.admin_messages.wpfilebase||""!=G.admin_messages.notify||""!=G.admin_messages.redirect||""!=G.admin_messages.other;4==G.upload_state&&""!=admin_message?G.upload_state++:5==G.upload_state&&""==!admin_message&&""==nonadmin_message&&G.upload_state--}if(message_table){var subheader_state=document.getElementById("wfu_messageblock_header_"+sid+"_state"),single_file_shown=1==G.files_count&&""==nonadmin_message&&""==admin_message&&G.last&&!do_redirect;if(single_file_shown)document.getElementById("wfu_messageblock_header_"+sid).style.display="none";else{document.getElementById("wfu_messageblock_header_"+sid).style.display="";var header_container=document.getElementById("wfu_messageblock_header_"+sid+"_container");if(UploadStates_Ok){var suffix="";1!=G.files_count||5!=G.upload_state&&7!=G.upload_state||(suffix="_singlefile"),header_container.innerHTML=UploadStates[sid]["State"+G.upload_state+suffix]}else{header_container.innerHTML="";var safe_container=document.getElementById("wfu_messageblock_header_"+sid+"_safecontainer");header_container.innerHTML=safe_container.innerHTML.replace(/_safe/g,"")}var subheader_show=!1;""!=nonadmin_message?(document.getElementById("wfu_messageblock_subheader_"+sid+"_message").style.display="",document.getElementById("wfu_messageblock_subheader_"+sid+"_messagelabel").innerHTML=nonadmin_message,subheader_show=!0):document.getElementById("wfu_messageblock_subheader_"+sid+"_message").style.display="none",""!=admin_message?(document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessage").style.display="",document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessagelabel").innerHTML=admin_message,subheader_show=!0):document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessage").style.display="none",subheader_show?document.getElementById("wfu_messageblock_subheader_"+sid).style.display=subheader_state.value:document.getElementById("wfu_messageblock_subheader_"+sid).style.display="none",subheader_show||G.files_processed>0?(header_container.colSpan=2,document.getElementById("wfu_messageblock_arrow_"+sid).style.display=""):(document.getElementById("wfu_messageblock_arrow_"+sid).style.display="none",header_container.colSpan=3)}for(var next_block=document.getElementById("wfu_messageblock_subheader_"+sid),next_block_id=0,file_block=null,file_template_container=document.getElementById("wfu_messageblock_"+sid+"_filetemplate"),file_contents="",door=document.getElementById("wfu_messageblock_"+sid+"_door"),ii=0,headerspan=1,subheaderspan=2,file_template=wfu_plugin_decode_string(file_template_container.value.replace(/^\s+|\s+$/g,"")),i=0;i<Params.general.files_count;i++){for(ii=i+file_id,file_contents=file_template.replace(/\[file_id\]/g,ii),file_contents=file_contents.replace(/\[filenumber_display\]/g,""),file_contents=file_contents.replace(/\[fileheader_color\]/g,Params[i].color),file_contents=file_contents.replace(/\[fileheader_bgcolor\]/g,Params[i].bgcolor),file_contents=file_contents.replace(/\[fileheader_borcolor\]/g,Params[i].borcolor),file_contents=file_contents.replace(/\[fileheader_message\]/g,Params[i].header),file_contents=file_contents.replace(/\[filesubheadermessage_display\]/g,'style="display:none;"'),file_contents=file_contents.replace(/\[filesubheader_message\]/g,Params[i].message),file_contents=file_contents.replace(/\[filesubheaderadminmessage_display\]/g,'style="display:none;"'),file_contents=file_contents.replace(/\[filesubheader_adminmessage\]/g,Params[i].admin_messages),file_contents="<table><tbody>"+file_contents+"</tbody></table>",door.innerHTML=file_contents,headerspan=1,subheaderspan=2,subheader_show=!1,file_block=document.getElementById("wfu_messageblock_"+sid+"_"+ii),1==G.files_count?(document.getElementById("wfu_messageblock_"+sid+"_filenumber_"+ii).style.display="none",document.getElementById("wfu_messageblock_subheader_"+sid+"_fileempty_"+ii).style.display="none",single_file_shown?file_block.style.display="":file_block.style.display=subheader_state.value,headerspan++,subheaderspan++):file_block.style.display=subheader_state.value,""!=Params[i].message&&(document.getElementById("wfu_messageblock_subheader_"+sid+"_message_"+ii).style.display="",subheader_show=!0),""!=Params[i].admin_messages&&(document.getElementById("wfu_messageblock_subheader_"+sid+"_adminmessage_"+ii).style.display="",subheader_show=!0),subheader_show||(document.getElementById("wfu_messageblock_arrow_"+sid+"_"+ii).style.display="none",headerspan++),document.getElementById("wfu_messageblock_header_"+sid+"_container_"+ii).colSpan=headerspan,document.getElementById("wfu_messageblock_subheader_"+sid+"_container_"+ii).colSpan=subheaderspan;ii>next_block_id&&(next_block=next_block.nextSibling,null!=next_block);)1===next_block.nodeType&&(next_block_id=next_block.id.substr(next_block.id.lastIndexOf("_")+1));message_table.tBodies[0].insertBefore(file_block,next_block),next_block=file_block.nextSibling,file_block=document.getElementById("wfu_messageblock_subheader_"+sid+"_"+ii),message_table.tBodies[0].insertBefore(file_block,next_block),next_block=file_block,next_block_id=ii}single_file_shown&&(document.getElementById("wfu_messageblock_"+sid+"_1").style.display=""),message_table.style.display="",document.getElementById("wordpress_file_upload_message_"+sid).style.display=""}return js_script_enc&&eval(wfu_plugin_decode_string(js_script_enc)),do_redirect&&wfu_Redirect(G.redirect_link),G.last}}function wfu_uploadFailed(e,a){a&&(console.log("failure report following"),console.log(e));var t=e.target,s={target:{responseText:"",shortcode_id:t.shortcode_id}};wfu_uploadComplete.call(t,s)}function wfu_uploadCanceled(e){}function wfu_notify_server_upload_ended(e,a,t,s){var n=wfu_GetHttpRequestObject();if(null!=n){var r=GlobalData.consts.ajax_url;params=new Array(6),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action",params[1]=new Array(2),params[1][0]="wfu_uploader_nonce",params[1][1]=document.getElementById("wfu_uploader_nonce_"+e).value,params[2]=new Array(2),params[2][0]="uniqueuploadid_"+e,params[2][1]=a,params[3]=new Array(2),params[3][0]="params_index",params[3][1]=t,params[4]=new Array(2),params[4][0]="session_token",params[4][1]=s,params[5]=new Array(2),params[5][0]="upload_finished",params[5][1]=1;for(var l="",o=0;o<params.length;o++)l+=(o>0?"&":"")+params[o][0]+"="+encodeURI(params[o][1]);n.open("POST",r,!0),n.setRequestHeader("Content-type","application/x-www-form-urlencoded"),n.onreadystatechange=function(){4==n.readyState&&200==n.status&&wfu_Code_Objects[e].do_action("after_upload",n.responseText)},n.send(l)}}function wfu_Initialize_Params(){var e={};return e.version="full",e.general={},e.general.shortcode_id=0,e.general.unique_id="",e.general.state=0,e.general.files_count=0,e.general.update_wpfilebase="",e.general.redirect_link="",e.general.upload_finish_time=0,e.general.message="",e.general.message_type="",e.general.admin_messages={},e.general.admin_messages.wpfilebase="",e.general.admin_messages.notify="",e.general.admin_messages.redirect="",e.general.admin_messages.other="",e.general.errors={},e.general.errors.wpfilebase="",e.general.errors.notify="",e.general.errors.redirect="",e.general.color="",e.general.bgcolor="",e.general.borcolor="",e.general.notify_only_filename_list="",e.general.notify_target_path_list="",e.general.notify_attachment_list="",e.general.fail_message="",e.general.fail_admin_message="",e}function wfu_redirect_to_classic(e,a,t,s){0!=wfu_filesselected(e)&&wfu_selectsubdir_check(e)&&wfu_check_required_userdata(e,!0)&&wfu_Code_Objects[e].apply_filters("pre_start_check",!0)&&wfu_redirect_to_classic_cont(e,a,t,s)}function wfu_redirect_to_classic_cont(e,a,t,s){var n=function(n){var l="",o="wfu_askserver_success:",i="wfu_askserver_error:",_=n.indexOf(o),d=n.indexOf(i);
|
2 |
+
if(_>-1){l=n.substr(_+o.length),wfu_Code_Objects[e].do_action("askserver_success",l,"no-ajax");var u=wfu_Initialize_Params();if(u.general.shortcode_id=e,u.general.unique_id="",u.general.files_count=wfu_filesselected(e),wfu_ProcessUploadComplete(e,0,u,"no-ajax","",a,"",["false","","false"]),1==t){var m="";document.getElementById("upfile_"+e).name="uploadedfile_"+e+"_redirected"+m}s>0?document.getElementById("adminerrorcodes_"+e).value=s:document.getElementById("adminerrorcodes_"+e).value="",document.getElementById("upfile_"+e).disabled=!1,document.getElementById("uniqueuploadid_"+e).value=r,document.getElementById("uploadform_"+e).submit()}else d>-1&&(l=n.substr(d+i.length),wfu_unlock_upload(e),wfu_Code_Objects[e].do_action("askserver_error",l))},r=wfu_randomString(10);wfu_lock_upload(e),wfu_Code_Objects[e].do_action("pre_start");var l="",o=wfu_Code_Objects[e].apply_filters("askserver_pass_params",{});for(var i in o)o.hasOwnProperty(i)&&(l+="&"+i+"="+o[i]);var _=new Date,d=GlobalData.consts.ajax_url+"?action=wfu_ajax_action_ask_server&wfu_uploader_nonce="+document.getElementById("wfu_uploader_nonce_"+e).value+"&sid="+e+"&unique_id="+r+"&start_time="+_.getTime()+"&session_token="+a+l,u=wfu_GetHttpRequestObject();if(null==u){var m=document.createElement("iframe");return m?(m.style.display="none",m.src=d,document.body.appendChild(m),void(m.onload=function(){n(m.contentDocument.body.innerHTML)})):void wfu_Code_Objects[e].do_action("not_supported")}u.open("GET",d,!0),u.onreadystatechange=function(){4==u.readyState&&(200==u.status?n(u.responseText):(alert(GlobalData.consts.remoteserver_noresult),wfu_Code_Objects[e].do_action("askserver_noresult")))},u.send(null)}function wfu_filesselected(e){var a=document.getElementById("fileName_"+e),t=wfu_get_filelist(e);return 0==t.length&&a&&(a.value=GlobalData.consts.nofilemessage,a.className="file_input_textbox_nofile"),t.length}function wfu_check_required_userdata(e,a){for(var t=wfu_get_userdata_count(e),s=!1,n=0;t>n;n++){var r=document.getElementById("hiddeninput_"+e+"_userdata_"+n),l=document.getElementById("userdata_"+e+"_fieldwrapper_"+n),o=document.getElementById("userdata_"+e+"_field_"+n),i=document.getElementById("userdata_"+e+"_"+n),_=document.getElementById("userdata_"+e+"_hint_"+n);r.value=window["userdata_"+e+"_codes_"+n].value(o);for(var d={hintposition:"none"},u=document.getElementById("userdata_"+e+"_props_"+n).value.split("|"),m=0;m<u.length;m++)"p:"==u[m].substr(0,2)&&(d.hintposition=u[m].substr(2));var c="";if("file_userdata_fieldwrapper_required"==l.className.substr(0,35)&&(c=window["userdata_"+e+"_codes_"+n].empty(r)),""===c&&window["userdata_"+e+"_codes_"+n].validate&&(c=window["userdata_"+e+"_codes_"+n].validate(r)),""!==c){if(a)if("none"==d.hintposition)_.className="file_userdata_hint_none";else{l.className="file_userdata_fieldwrapper_required_empty";var f=i.getBoundingClientRect(),p=l.getBoundingClientRect();"inline"==d.hintposition?(_.className="file_userdata_hint_inline",_.style.left=parseInt(p.left-f.left)+"px",_.style.top=parseInt(p.top-f.top)+"px",_.style.right=parseInt(f.right-p.right)+"px",_.style.bottom=parseInt(f.bottom-p.bottom)+"px"):"top"==d.hintposition?(_.className="file_userdata_hint_top",_.style.left=parseInt(p.left-f.left)+"px",_.style.bottom=parseInt(f.bottom-p.top)+"px"):"right"==d.hintposition?(_.className="file_userdata_hint_right",_.style.left=parseInt(p.right-f.left)+"px",_.style.top=parseInt(p.top-f.top)+"px"):"bottom"==d.hintposition?(_.className="file_userdata_hint_bottom",_.style.left=parseInt(p.left-f.left)+"px",_.style.top=parseInt(p.bottom-f.top)+"px"):"left"==d.hintposition&&(_.className="file_userdata_hint_left",_.style.right=parseInt(f.right-p.left)+"px",_.style.top=parseInt(p.top-f.top)+"px"),_.innerHTML=c,_.style.display="block"}s=!0}}return!s}function wfu_HTML5UploadFile(e,a,t){if(!wfu_BrowserCaps.supportsAJAX)return void wfu_redirect_to_classic(e,t,1,1);if(!wfu_BrowserCaps.supportsHTML5)return void wfu_redirect_to_classic(e,t,1,2);a=wfu_plugin_decode_string(a.replace(/^\s+|\s+$/g,""));var s=null;try{s=JSON.parse(a)}catch(n){}if(null==s)return void wfu_redirect_to_classic(e,t,1,3);var r=wfu_GetHttpRequestObject();if(null!=r){var l=wfu_filesselected(e);if(0!=l){var o=document.getElementById("upload_"+e),i=!o;if(!wfu_selectsubdir_check(e))return void(i&&wfu_clear_files(e));var _=l;if(_+=_,!wfu_check_required_userdata(e,!0))return void(i&&wfu_clear_files(e));if(wfu_Code_Objects[e].apply_filters("pre_start_check",!0)){var d=wfu_randomString(10);if(wfu_lock_upload(e),wfu_Code_Objects[e].do_action("pre_start"),wfu_Code_Objects[e].apply_filters("pre_start_ask_server",!1,s.has_filters)){var u=GlobalData.consts.ajax_url;params=new Array(5),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_ask_server",params[1]=new Array(2),params[1][0]="session_token",params[1][1]=t,params[2]=new Array(2),params[2][0]="sid",params[2][1]=e,params[3]=new Array(2),params[3][0]="unique_id",params[3][1]=d,params[4]=new Array(2),params[4][0]="wfu_uploader_nonce",params[4][1]=document.getElementById("wfu_uploader_nonce_"+e).value;var m=wfu_Code_Objects[e].apply_filters("askserver_pass_params",{});for(var c in m)m.hasOwnProperty(c)&¶ms.push([c,m[c]]);for(var f="",p=0;p<params.length;p++)f+=(p>0?"&":"")+params[p][0]+"="+encodeURI(params[p][1]);r.open("POST",u,!0),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.onreadystatechange=function(){if(4==r.readyState)if(200==r.status){var a=r.responseText,n="",l="wfu_askserver_success:",o="wfu_askserver_error:",i=a.indexOf(l),_=a.indexOf(o);i>-1?(n=a.substr(i+l.length),wfu_Code_Objects[e].do_action("askserver_success",n,"ajax"),wfu_HTML5UploadFile_cont(e,s,t,d)):_>-1&&(n=a.substr(_+o.length),wfu_unlock_upload(e),wfu_Code_Objects[e].do_action("askserver_error",n))}else alert(GlobalData.consts.remoteserver_noresult),wfu_unlock_upload(e),wfu_Code_Objects[e].do_action("askserver_noresult")},r.send(f)}else wfu_HTML5UploadFile_cont(e,s,t,d)}}}}function wfu_HTML5UploadFile_cont(e,a,t,s){function n(l,o,i,u){c=!0;var f=wfu_GetHttpRequestObject(),p=wfu_GetHttpRequestObject();if(null!=f&&null!=p){var g=null,y=null;try{var g=new FormData,y=new FormData}catch(w){}if(null!=g&&null!=y){g.append("action","wfu_ajax_action"),g.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),i||g.append("uploadedfile_"+e+d,o),g.append("uploadedfile_"+e+"_index",l),g.append("uploadedfile_"+e+"_name",wfu_plugin_encode_string(_[l].name)),g.append("uploadedfile_"+e+"_size",_[l].size),g.append("uniqueuploadid_"+e,s),g.append("params_index",a.params_index),g.append("subdir_sel_index",r),i?g.append("only_check","1"):g.append("only_check","0"),g.append("session_token",t);var b=wfu_Code_Objects[e].apply_filters("upload_pass_params",{},"ajax");for(var h in b)b.hasOwnProperty(h)&&g.append(h,b[h]);for(var v=wfu_get_userdata_count(e),G=0;v>G;G++)g.append("hiddeninput_"+e+"_userdata_"+G,document.getElementById("hiddeninput_"+e+"_userdata_"+G).value);var k=GlobalData[e].xhrs.push(f)-1,I=new Date;if(f.xhrid=k,f.shortcode_id=e,f.requesttype="fileupload",f.file_id=l+1,i?(f.size=0,f.totalsize=0,f.loading=!1):(f.size=o.size,f.totalsize=_[l].size,f.loading=!0),f.deltasize=0,f.sizeloaded=0,f.aborted=!1,f.unique_id=s,f.params_index=a.params_index,f.session_token=t,f.debugmode=a.debugmode,f.is_admin=a.is_admin,f.start_time=I.getTime(),f.end_time=f.start_time,f.finish_time=f.start_time+1e3*parseInt(GlobalData.consts.max_time_limit),f.fail_colors=a.fail_colors,f.error_message_header=a.error_header.replace(/%username%/g,"no data"),f.error_message_header=f.error_message_header.replace(/%useremail%/g,"no data"),f.error_message_header=f.error_message_header.replace(/%filename%/g,_[l].name),f.error_message_header=f.error_message_header.replace(/%filepath%/g,_[l].name),f.error_message_failed=GlobalData.consts.message_failed,f.error_message_cancelled=GlobalData.consts.message_cancelled,f.error_adminmessage_unknown=GlobalData.consts.adminmessage_unknown.replace(/%username%/g,"no data"),f.error_adminmessage_unknown=f.error_adminmessage_unknown.replace(/%useremail%/g,"no data"),f.error_adminmessage_unknown=f.error_adminmessage_unknown.replace(/%filename%/g,_[l].name),f.error_adminmessage_unknown=f.error_adminmessage_unknown.replace(/%filepath%/g,_[l].name),u){y.append("action","wfu_ajax_action"),y.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),y.append("params_index",a.params_index),y.append("session_token",t),y.append("force_connection_close","1"),p.open("POST",GlobalData.consts.ajax_url,!1);try{p.send(y)}catch(x){}c="success"==p.responseText}if(c)i?(f.addEventListener("load",function(a){a={target:{responseText:a.target.responseText,shortcode_id:e,return_status:!0}};var t=wfu_uploadComplete.call(f,a);c="success"==t||"warning"==t,c&&n(l,o,!1,!1)},!1),f.addEventListener("error",function(e){},!1),f.open("POST",GlobalData.consts.ajax_url,!0),f.send(g)):(f.upload.xhr=f,f.upload.dummy=1,f.upload.addEventListener("loadstart",wfu_loadStart,!1),f.upload.addEventListener("progress",new Function("evt","wfu_uploadProgress(evt, "+e+", "+k+", "+a.debugmode+");"),!1),f.addEventListener("load",wfu_uploadComplete,!1),f.addEventListener("error",new Function("evt","wfu_uploadFailed(evt, "+a.debugmode+");"),!1),f.addEventListener("abort",wfu_uploadCanceled,!1),f.open("POST",GlobalData.consts.ajax_url,!0),f.send(g));else{var B={target:{responseText:"",shortcode_id:e}};wfu_uploadComplete.call(f,B)}return m++,c}}}var r=-1,l=document.getElementById("selectsubdir_"+e);if(l){var o=document.getElementById("selectsubdiredit_"+e),i="none"!=o.style.display;r=i?o.value:l.selectedIndex}var _=wfu_get_filelist(e),d="";GlobalData.UploadInProgressString+="["+s+"]",GlobalData[e]={},GlobalData[e].unique_id=s,GlobalData[e].last=!1,GlobalData[e].files_count=1,GlobalData[e].files_processed=0,GlobalData[e].upload_state=0,GlobalData[e].message="",GlobalData[e].update_wpfilebase="",GlobalData[e].redirect_link="",GlobalData[e].notify_only_filename_list="",GlobalData[e].notify_target_path_list="",GlobalData[e].notify_attachment_list="",GlobalData[e].admin_messages={},GlobalData[e].admin_messages.wpfilebase="",GlobalData[e].admin_messages.notify="",GlobalData[e].admin_messages.redirect="",GlobalData[e].admin_messages.debug="",GlobalData[e].admin_messages.other="",GlobalData[e].errors={},GlobalData[e].errors.wpfilebase="",GlobalData[e].errors.notify="",GlobalData[e].errors.redirect="",GlobalData[e].xhrs=Array(),wfu_show_simple_progressbar(a.shortcode_id,"progressive");var u=wfu_Initialize_Params();u.general.shortcode_id=e,u.general.unique_id=s,wfu_ProcessUploadComplete(e,0,u,s,a.params_index,t,"",["false","","false"]);var m=0,c=!0,f=0;n(f,_[f],!0,!1)}function wfu_get_userdata_count(e){for(var a=0;document.getElementById("userdata_"+e+"_"+a);)a++;return a}function wfu_lock_upload(e){var a=document.getElementById("fileName_"+e);a&&(a.disabled=!0),document.getElementById("input_"+e).disabled=!0,document.getElementById("upfile_"+e).disabled=!0,wfu_selectsubdir_disable_onoff(e,!0);var t=document.getElementById("upload_"+e);t&&(t.disabled=!0);for(var s=wfu_get_userdata_count(e),n=0;s>n;n++)window["userdata_"+e+"_codes_"+n].lock(document.getElementById("userdata_"+e+"_field_"+n));wfu_Code_Objects[e].do_action("lock_upload")}function wfu_unlock_upload(e){var a=document.getElementById("fileName_"+e);a&&(a.disabled=!1),document.getElementById("input_"+e).disabled=!1,document.getElementById("upfile_"+e).disabled=!1,wfu_selectsubdir_disable_onoff(e,!1);var t=document.getElementById("upload_"+e);t&&(t.disabled=!1);for(var s=wfu_get_userdata_count(e),n=0;s>n;n++)window["userdata_"+e+"_codes_"+n].unlock(document.getElementById("userdata_"+e+"_field_"+n));wfu_Code_Objects[e].do_action("unlock_upload")}function wfu_clear_files(e){document.getElementById("uploadform_"+e).reset();var a=document.getElementById("fileName_"+e);a&&(a.value="",a.className="file_input_textbox")}function wfu_clear(e){wfu_clear_files(e);var a=document.getElementById("selectsubdir_"+e);if(a){var t=document.getElementById("selectsubdiredit_"+e),s="none"!=t.style.display;s?(a.selectedIndex=-1,t.value=""):a.selectedIndex=parseInt(document.getElementById("selectsubdirdefault_"+e).value)}for(var n=wfu_get_userdata_count(e),r=0;n>r;r++)window["userdata_"+e+"_codes_"+r].reset(document.getElementById("userdata_"+e+"_field_"+r),document.getElementById("hiddeninput_"+e+"_userdata_"+r));wfu_Code_Objects[e].do_action("clear_upload")}function wfu_reset_message(e){var a=document.getElementById("wfu_messageblock_"+e);if(a){document.getElementById("wfu_messageblock_header_"+e).style.display="";var t=document.getElementById("wfu_messageblock_header_"+e+"_container");UploadStates[e]&&(t.innerHTML=UploadStates[e].State0),document.getElementById("wfu_messageblock_header_"+e+"_state").value="none",document.getElementById("wfu_messageblock_arrow_"+e).style.display="none",t.colSpan=3,document.getElementById("wfu_messageblock_subheader_"+e+"_messagelabel").innerHTML="",document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessagelabel").innerHTML="",document.getElementById("wfu_messageblock_subheader_"+e).style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_message").style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessage").style.display="none";for(var s=wfu_get_file_ids(e),n=1;n<=s.length;n++)a.tBodies[0].removeChild(document.getElementById("wfu_messageblock_"+e+"_"+n)),a.tBodies[0].removeChild(document.getElementById("wfu_messageblock_subheader_"+e+"_"+n))}}function wfu_show_simple_progressbar(e,a){var t=document.getElementById("progressbar_"+e+"_animation"),s=document.getElementById("progressbar_"+e+"_imagesafe");t&&("progressive"==a?(t.style.width="0%",t.className="file_progress_progressive",s.style.display="none",t.style.display="block"):wfu_BrowserCaps.supportsAnimation?(t.style.width="25%",t.className="file_progress_shuffle",s.style.display="none",t.style.display="block"):(t.style.width="0%",t.className="file_progress_noanimation",t.style.display="none",s.style.display="block"),document.getElementById("wordpress_file_upload_progressbar_"+e).style.display="block")}function wfu_hide_simple_progressbar(e){var a=document.getElementById("progressbar_"+e+"_animation"),t=document.getElementById("progressbar_"+e+"_imagesafe");a&&(document.getElementById("wordpress_file_upload_progressbar_"+e).style.display="none",a.style.width="0%",a.className="file_progress_noanimation",t.style.display="none",a.style.display="block")}function wfu_invoke_shortcode_editor(e,a,t,s){for(var n=document.getElementsByTagName("BUTTON"),r=0,l=null,o=0;o<n.length;o++)n[o].parentNode&&n[o].parentNode.id==s+"_editor_"+e&&(l=n[o],r++);if(0!=r){if(r>1)return void alert(GlobalData.consts.same_pluginid);var i=wfu_GetHttpRequestObject();if(null!=i){l.parentNode.style.display="none",document.getElementById(s+"_overlay_"+e).style.display="block";var _=GlobalData.consts.ajax_url;params=new Array(6),params[0]=new Array(2),params[0][0]="action",params[0][1]="wfu_ajax_action_edit_shortcode",params[1]=new Array(2),params[1][0]="upload_id",params[1][1]=e,params[2]=new Array(2),params[2][0]="post_id",params[2][1]=a,params[3]=new Array(2),params[3][0]="post_hash",params[3][1]=t,params[4]=new Array(2),params[4][0]="shortcode_tag",params[4][1]=s,params[5]=new Array(2),params[5][0]="widget_id",params[5][1]=document.getElementById(s+"_"+e+"_widgetid")?document.getElementById(s+"_"+e+"_widgetid").value:"";for(var d="",o=0;o<params.length;o++)d+=(o>0?"&":"")+params[o][0]+"="+encodeURI(params[o][1]);i.open("POST",_,!0),i.setRequestHeader("Content-type","application/x-www-form-urlencoded"),i.onreadystatechange=function(){if(4==i.readyState&&200==i.status){document.getElementById(s+"_overlay_"+e).style.display="none",l.parentNode.removeAttribute("style");var a="wfu_edit_shortcode:",t=i.responseText.indexOf(a);-1==t&&(t=i.responseText.length);var n=(i.responseText.substr(0,t),i.responseText.substr(t+a.length,i.responseText.length-t-a.length));t=n.indexOf(":");var r=n.substr(0,t);if(txt_value=n.substr(t+1,n.length-t-1),"success"==r){var o=window.open(wfu_plugin_decode_string(txt_value),"_blank");o?o.plugin_window=window:alert(GlobalData.consts.enable_popups)}else"check_page_obsolete"==r&&alert(txt_value)}},i.send(d)}}}GlobalData={},UploadStates={},Code_Initializators=[],GlobalData.filestatematch={},GlobalData.filestatematch.success=[0,1,2,2],GlobalData.filestatematch.warning=[1,1,2,2],GlobalData.filestatematch.error1=[3,3,2,3],GlobalData.filestatematch.error2=[2,2,2,3],GlobalData.UploadInProgressString="",GlobalData.FreeChangeHandler=!1,wfu_Check_Browser_Capabilities(),Code_Initializators[Code_Initializators.length]=function(sid){var CBUV_Code_Objects={};return CBUV_Code_Objects.pre_start_ask_server=function(e,a){if(e)return e;this.sid;return"true"==a},CBUV_Code_Objects.askserver_pass_params=function(e){for(var a=this.sid,t=wfu_get_filelist(a),s="",n="",r=0;r<t.length;r++)r>0&&(s+=";",n+=";"),s+=wfu_plugin_encode_string(t[r].name),n+=t[r].size;return e.filenames=s,e.filesizes=n,e},CBUV_Code_Objects.askserver_success=function(response,mode){var sid=this.sid,upload_status="success",txt_match=response.match(/CBUVJS\[(.*?)\]/),txt_header=txt_match&&"undefined"!=typeof txt_match[1]?txt_match[1]:"";""!=txt_header&&eval(txt_header)},CBUV_Code_Objects.askserver_error=function(response,mode){var sid=this.sid,upload_status="error",txt_match=response.match(/CBUVJS\[(.*?)\]/),txt_header=txt_match&&"undefined"!=typeof txt_match[1]?txt_match[1]:"";if(""!=txt_header&&eval(txt_header),txt_match=response.match(/CBUV\[(.*?)\]/),txt_header=txt_match&&"undefined"!=typeof txt_match[1]?txt_match[1]:"",""!=txt_header){var Params=wfu_Initialize_Params();Params.general.shortcode_id=sid,Params.general.message=txt_header,Params.general.state=12,wfu_ProcessUploadComplete(sid,0,Params,"no-ajax","","","",["false","","false"]),wfu_clear(sid)}},CBUV_Code_Objects.after_upload=function(response){var sid=this.sid,txt_match=response.match(/CBUVJS\[(.*?)\]/),txt_header=txt_match&&"undefined"!=typeof txt_match[1]?txt_match[1]:"";""!=txt_header&&eval(txt_header)},CBUV_Code_Objects};
|
languages/wp-file-upload-de_DE.mo
CHANGED
Binary file
|
languages/wp-file-upload-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: de_DE\n"
|
@@ -212,7 +212,7 @@ msgstr "Dateiformat nicht erlaubt"
|
|
212 |
|
213 |
#: lib/wfu_constants.php:54
|
214 |
msgid "File is suspicious and was rejected."
|
215 |
-
msgstr ""
|
216 |
|
217 |
#: lib/wfu_constants.php:55
|
218 |
msgid "The uploaded file exceeds the file size limit."
|
@@ -288,7 +288,7 @@ msgstr ""
|
|
288 |
"Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
|
289 |
"aufgetreten."
|
290 |
|
291 |
-
#: lib/wfu_constants.php:66
|
292 |
msgid "Upload failed!"
|
293 |
msgstr "Hochladen fehlgeschlagen!"
|
294 |
|
@@ -439,10 +439,22 @@ msgstr ""
|
|
439 |
"Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
|
440 |
|
441 |
#: lib/wfu_constants.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
msgid "ERROR: No site key. Please contact administrator!"
|
443 |
msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
|
444 |
|
445 |
-
#: lib/wfu_constants.php:
|
446 |
msgid ""
|
447 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
448 |
"define Google Recaptcha keys."
|
@@ -450,124 +462,124 @@ msgstr ""
|
|
450 |
"Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
|
451 |
"Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
|
452 |
|
453 |
-
#: lib/wfu_constants.php:
|
454 |
msgid "Bad captcha image!"
|
455 |
msgstr "Schlechten Captcha-Bild!"
|
456 |
|
457 |
-
#: lib/wfu_constants.php:
|
458 |
msgid "No input!"
|
459 |
msgstr "Keine Eingabe!"
|
460 |
|
461 |
-
#: lib/wfu_constants.php:
|
462 |
msgid "Captcha not completed!"
|
463 |
msgstr "Captcha nicht abgeschlossen!"
|
464 |
|
465 |
-
#: lib/wfu_constants.php:
|
466 |
msgid "Wrong captcha!"
|
467 |
msgstr "Falsche Captcha!"
|
468 |
|
469 |
-
#: lib/wfu_constants.php:
|
470 |
msgid "Error refreshing captcha!"
|
471 |
msgstr "Fehler erfrischenden captcha!"
|
472 |
|
473 |
-
#: lib/wfu_constants.php:
|
474 |
msgid "Unknown captcha error!"
|
475 |
msgstr "Captcha unbekannter Fehler"
|
476 |
|
477 |
-
#: lib/wfu_constants.php:
|
478 |
msgid "Captcha not supported by your browser!"
|
479 |
msgstr "Captcha von Ihrem Browser nicht unterstützt!"
|
480 |
|
481 |
-
#: lib/wfu_constants.php:
|
482 |
msgid "the secret parameter is missing"
|
483 |
msgstr "das Geheimnis Parameter fehlt"
|
484 |
|
485 |
-
#: lib/wfu_constants.php:
|
486 |
msgid "the secret parameter is invalid or malformed"
|
487 |
msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
|
488 |
|
489 |
-
#: lib/wfu_constants.php:
|
490 |
msgid "the response parameter is missing"
|
491 |
msgstr "die Antwort Parameter fehlt"
|
492 |
|
493 |
-
#: lib/wfu_constants.php:
|
494 |
msgid "the response parameter is invalid or malformed"
|
495 |
msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
|
496 |
|
497 |
-
#: lib/wfu_constants.php:
|
498 |
msgid "Please do not use drag drop due to an internal problem."
|
499 |
msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
|
500 |
|
501 |
-
#: lib/wfu_constants.php:
|
502 |
#, php-format
|
503 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
504 |
msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
|
505 |
|
506 |
-
#: lib/wfu_constants.php:
|
507 |
msgid "Chunked upload is not allowed!"
|
508 |
msgstr "Chunked Hochladen ist nicht erlaubt!"
|
509 |
|
510 |
-
#: lib/wfu_constants.php:
|
511 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
512 |
msgstr ""
|
513 |
"Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
|
514 |
|
515 |
-
#: lib/wfu_constants.php:
|
516 |
msgid "Chunked upload failed, final file could not be created!"
|
517 |
msgstr ""
|
518 |
"Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
|
519 |
"werden!"
|
520 |
|
521 |
-
#: lib/wfu_constants.php:
|
522 |
#, php-format
|
523 |
msgid "Could not write file chuck to destination on chunk %d"
|
524 |
msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
|
525 |
|
526 |
-
#: lib/wfu_constants.php:
|
527 |
#, php-format
|
528 |
msgid "Could not enlarge destination file on chunk %d"
|
529 |
msgstr "Datei konnte nicht vergrößern am chunk %d"
|
530 |
|
531 |
-
#: lib/wfu_constants.php:
|
532 |
#, php-format
|
533 |
msgid "Could not open file handles on chunk %d"
|
534 |
msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
msgid "You are not allowed to delete this file!"
|
538 |
msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
|
539 |
|
540 |
-
#: lib/wfu_constants.php:
|
541 |
msgid "Upload skipped! File already exists."
|
542 |
msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
|
543 |
|
544 |
-
#: lib/wfu_constants.php:
|
545 |
msgid "The extension of the file does not match its contents."
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: lib/wfu_constants.php:
|
549 |
msgid ""
|
550 |
"Upload succeeded but the file is suspicious because its contents do not "
|
551 |
"match its extension. Its proper filename is: "
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: lib/wfu_constants.php:
|
555 |
msgid "No files have been selected!"
|
556 |
msgstr "Keine Dateien ausgewählt!"
|
557 |
|
558 |
-
#: lib/wfu_constants.php:
|
559 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
560 |
msgstr ""
|
561 |
"WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
|
562 |
"hochgeladen wurden."
|
563 |
|
564 |
-
#: lib/wfu_constants.php:
|
565 |
msgid "Notification email was not sent because there were no files uploaded."
|
566 |
msgstr ""
|
567 |
"Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
|
568 |
"hochgeladen worden sind."
|
569 |
|
570 |
-
#: lib/wfu_constants.php:
|
571 |
msgid ""
|
572 |
"Notification email was not sent because no recipients were defined. Please "
|
573 |
"check notifyrecipients attribute in the shortcode."
|
@@ -576,7 +588,7 @@ msgstr ""
|
|
576 |
"definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
|
577 |
"Shortcode."
|
578 |
|
579 |
-
#: lib/wfu_constants.php:
|
580 |
msgid ""
|
581 |
"Notification email was not sent due to an error. Please check "
|
582 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -584,7 +596,7 @@ msgstr ""
|
|
584 |
"E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
|
585 |
"überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
|
586 |
|
587 |
-
#: lib/wfu_constants.php:
|
588 |
msgid ""
|
589 |
"Redirection not executed because redirection link is empty. Please check "
|
590 |
"redirectlink attribute."
|
@@ -592,14 +604,14 @@ msgstr ""
|
|
592 |
"Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
|
593 |
"überprüfen Sie das redirectlink Attribut."
|
594 |
|
595 |
-
#: lib/wfu_constants.php:
|
596 |
msgid ""
|
597 |
"Redirection not executed because not all files were successfully uploaded."
|
598 |
msgstr ""
|
599 |
"Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
|
600 |
"wurden."
|
601 |
|
602 |
-
#: lib/wfu_constants.php:
|
603 |
msgid ""
|
604 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
605 |
"message persists, contact administrator."
|
@@ -608,7 +620,7 @@ msgstr ""
|
|
608 |
"versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
|
609 |
"Administrator."
|
610 |
|
611 |
-
#: lib/wfu_constants.php:
|
612 |
msgid ""
|
613 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
614 |
"again to edit the shortcode."
|
@@ -616,7 +628,7 @@ msgstr ""
|
|
616 |
"Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
|
617 |
"hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
|
618 |
|
619 |
-
#: lib/wfu_constants.php:
|
620 |
msgid ""
|
621 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
622 |
"again to delete it."
|
@@ -624,7 +636,7 @@ msgstr ""
|
|
624 |
"Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
|
625 |
"geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
|
626 |
|
627 |
-
#: lib/wfu_constants.php:
|
628 |
msgid ""
|
629 |
"The page containing the shortcode has been modified and it is no longer "
|
630 |
"valid. Please go back to reload the shortcode."
|
@@ -632,7 +644,7 @@ msgstr ""
|
|
632 |
"Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
|
633 |
"Bitte gehen Sie zurück um zu den Shortcode zu laden."
|
634 |
|
635 |
-
#: lib/wfu_constants.php:
|
636 |
msgid ""
|
637 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
638 |
"back to reload the shortcode."
|
@@ -640,7 +652,7 @@ msgstr ""
|
|
640 |
"Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
|
641 |
"geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
|
642 |
|
643 |
-
#: lib/wfu_constants.php:
|
644 |
msgid ""
|
645 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
646 |
"go back and reload the shortcode."
|
@@ -649,39 +661,39 @@ msgstr ""
|
|
649 |
"Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
|
650 |
"Shortcode neu."
|
651 |
|
652 |
-
#: lib/wfu_constants.php:
|
653 |
msgid "This is a test message"
|
654 |
msgstr "This is a test message"
|
655 |
|
656 |
-
#: lib/wfu_constants.php:
|
657 |
msgid "This is a test administrator message"
|
658 |
msgstr "Dies ist eine Test-Admin-Nachricht"
|
659 |
|
660 |
-
#: lib/wfu_constants.php:
|
661 |
msgid "File testfile 1 under test"
|
662 |
msgstr "Datei testfile 1 wird getestet"
|
663 |
|
664 |
-
#: lib/wfu_constants.php:
|
665 |
msgid "File testfile 1 message"
|
666 |
msgstr "Datei testfile 1 Nachricht"
|
667 |
|
668 |
-
#: lib/wfu_constants.php:
|
669 |
msgid "File testfile 1 administrator message"
|
670 |
msgstr "Datei testfile 1 Admin-Nachricht"
|
671 |
|
672 |
-
#: lib/wfu_constants.php:
|
673 |
msgid "File testfile 2 under test"
|
674 |
msgstr "File testfile 2 wird getestet"
|
675 |
|
676 |
-
#: lib/wfu_constants.php:
|
677 |
msgid "File testfile 2 message"
|
678 |
msgstr "Datei testfile 2 Nachricht"
|
679 |
|
680 |
-
#: lib/wfu_constants.php:
|
681 |
msgid "File testfile 2 administrator message"
|
682 |
msgstr "Datei testfile 2 Admin-Nachricht"
|
683 |
|
684 |
-
#: lib/wfu_constants.php:
|
685 |
msgid ""
|
686 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
687 |
"current user."
|
@@ -689,7 +701,7 @@ msgstr ""
|
|
689 |
"Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
|
690 |
"aktuellen Benutzers ersetzt."
|
691 |
|
692 |
-
#: lib/wfu_constants.php:
|
693 |
msgid ""
|
694 |
"Insert variable %username% inside text. It will be replaced by the username "
|
695 |
"of the current user."
|
@@ -697,7 +709,7 @@ msgstr ""
|
|
697 |
"Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
|
698 |
"Benutzernamen des aktuellen Benutzers ersetzt."
|
699 |
|
700 |
-
#: lib/wfu_constants.php:
|
701 |
msgid ""
|
702 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
703 |
"the current user."
|
@@ -705,7 +717,7 @@ msgstr ""
|
|
705 |
"Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
|
706 |
"Mail-Adresse des aktuellen Benutzers ersetzt."
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid ""
|
710 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
711 |
"of the uploaded file."
|
@@ -713,7 +725,7 @@ msgstr ""
|
|
713 |
"Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
|
714 |
"der hochgeladenen Dateien ersetzt."
|
715 |
|
716 |
-
#: lib/wfu_constants.php:
|
717 |
msgid ""
|
718 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
719 |
"filepath of the uploaded file."
|
@@ -721,7 +733,7 @@ msgstr ""
|
|
721 |
"Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
|
722 |
"vollständige Dateipfad der hochgeladenen Dateien ersetzt."
|
723 |
|
724 |
-
#: lib/wfu_constants.php:
|
725 |
msgid ""
|
726 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
727 |
"the website."
|
@@ -729,7 +741,7 @@ msgstr ""
|
|
729 |
"Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
|
730 |
"der Website ersetzt werden."
|
731 |
|
732 |
-
#: lib/wfu_constants.php:
|
733 |
msgid ""
|
734 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
735 |
"current page."
|
@@ -737,7 +749,7 @@ msgstr ""
|
|
737 |
"Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
|
738 |
"aktuellen Seite ersetzt."
|
739 |
|
740 |
-
#: lib/wfu_constants.php:
|
741 |
msgid ""
|
742 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
743 |
"the current page."
|
@@ -745,7 +757,7 @@ msgstr ""
|
|
745 |
"Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
|
746 |
"Title des aktuellen Benutzers ersetzt."
|
747 |
|
748 |
-
#: lib/wfu_constants.php:
|
749 |
msgid ""
|
750 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
751 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -755,143 +767,143 @@ msgstr ""
|
|
755 |
"Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
|
756 |
"ersetzt, die der Benutzer in dieses Feld eingetragen hat."
|
757 |
|
758 |
-
#: lib/wfu_constants.php:
|
759 |
msgid "Insert variable %n% inside text to denote a line change."
|
760 |
msgstr ""
|
761 |
"Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
|
762 |
"kennzeichnen."
|
763 |
|
764 |
-
#: lib/wfu_constants.php:
|
765 |
msgid "Test Mode"
|
766 |
msgstr "Test Modus"
|
767 |
|
768 |
-
#: lib/wfu_constants.php:
|
769 |
msgid "select dir..."
|
770 |
msgstr "Wählen Sie das Verzeichnis ..."
|
771 |
|
772 |
-
#: lib/wfu_constants.php:
|
773 |
msgid "type dir"
|
774 |
msgstr "Geben Sie das Verzeichnis ein"
|
775 |
|
776 |
-
#: lib/wfu_constants.php:
|
777 |
msgid "Upload path: %filepath%"
|
778 |
msgstr "Upload-Pfad: %filepath%"
|
779 |
|
780 |
-
#: lib/wfu_constants.php:
|
781 |
msgid "Failed upload path: %filepath%"
|
782 |
msgstr "Fehlerhafter Upload-Pfad: %filepath%"
|
783 |
|
784 |
-
#: lib/wfu_constants.php:
|
785 |
msgid " (required)"
|
786 |
msgstr "(erforderlich)"
|
787 |
|
788 |
-
#: lib/wfu_constants.php:
|
789 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
790 |
msgstr ""
|
791 |
"Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
|
792 |
"verlassen wollen?"
|
793 |
|
794 |
-
#: lib/wfu_constants.php:
|
795 |
msgid "checking captcha..."
|
796 |
msgstr "Prüfung captcha..."
|
797 |
|
798 |
-
#: lib/wfu_constants.php:
|
799 |
msgid "refreshing..."
|
800 |
msgstr "erfrischend..."
|
801 |
|
802 |
-
#: lib/wfu_constants.php:
|
803 |
msgid "correct captcha"
|
804 |
msgstr "korrekte captcha"
|
805 |
|
806 |
-
#: lib/wfu_constants.php:
|
807 |
msgid "click to continue the upload"
|
808 |
msgstr "Klicken Sie, um das Hochladen fortsetzen"
|
809 |
|
810 |
-
#: lib/wfu_constants.php:
|
811 |
msgid "Are you sure you want to delete this file?"
|
812 |
msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
|
813 |
|
814 |
-
#: lib/wfu_constants.php:
|
815 |
msgid "Upload in progress"
|
816 |
msgstr "Upload läuft"
|
817 |
|
818 |
-
#: lib/wfu_constants.php:
|
819 |
msgid "Upload in progress with warnings!"
|
820 |
msgstr "Upload läuft mit Warnhinweisen!"
|
821 |
|
822 |
-
#: lib/wfu_constants.php:
|
823 |
msgid "Upload in progress but some files already failed!"
|
824 |
msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
|
825 |
|
826 |
-
#: lib/wfu_constants.php:
|
827 |
msgid "Upload in progress but no files uploaded so far!"
|
828 |
msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
|
829 |
|
830 |
-
#: lib/wfu_constants.php:
|
831 |
msgid "All files uploaded successfully"
|
832 |
msgstr "Alle Dateien erfolgreich hochgeladen"
|
833 |
|
834 |
-
#: lib/wfu_constants.php:
|
835 |
msgid "All files uploaded successfully but there are warnings!"
|
836 |
msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
837 |
|
838 |
-
#: lib/wfu_constants.php:
|
839 |
msgid "File uploaded successfully but there are warnings!"
|
840 |
msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
841 |
|
842 |
-
#: lib/wfu_constants.php:
|
843 |
msgid "Some files failed to upload!"
|
844 |
msgstr "Einige Dateien konnten nicht hochgeladen werden!"
|
845 |
|
846 |
-
#: lib/wfu_constants.php:
|
847 |
msgid "All files failed to upload"
|
848 |
msgstr "Alle Dateien konnten nicht hochgeladen werden"
|
849 |
|
850 |
-
#: lib/wfu_constants.php:
|
851 |
msgid "File failed to upload"
|
852 |
msgstr "Datei konnte nicht hochgeladen werden"
|
853 |
|
854 |
-
#: lib/wfu_constants.php:
|
855 |
msgid "There are no files to upload!"
|
856 |
msgstr "Es gibt keine Dateien zum Hochladen!"
|
857 |
|
858 |
-
#: lib/wfu_constants.php:
|
859 |
msgid "Test upload message"
|
860 |
msgstr "Test-Upload-Nachricht"
|
861 |
|
862 |
-
#: lib/wfu_constants.php:
|
863 |
msgid "JSON parse warning!"
|
864 |
msgstr "JSON parse Warnung!"
|
865 |
|
866 |
-
#: lib/wfu_constants.php:
|
867 |
msgid "please wait while redirecting..."
|
868 |
msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
|
869 |
|
870 |
-
#: lib/wfu_constants.php:
|
871 |
msgid "Open visual shortcode editor in new window"
|
872 |
msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
|
873 |
|
874 |
-
#: lib/wfu_constants.php:
|
875 |
msgid "loading visual editor"
|
876 |
msgstr "visueller Editor laden"
|
877 |
|
878 |
-
#: lib/wfu_constants.php:
|
879 |
msgid "Clear file list?"
|
880 |
msgstr "Klar Dateiliste?"
|
881 |
|
882 |
-
#: lib/wfu_constants.php:
|
883 |
msgid "DROP HERE"
|
884 |
msgstr "HIER ABLEGEN"
|
885 |
|
886 |
-
#: lib/wfu_constants.php:
|
887 |
msgid "Wordpress File Upload Form"
|
888 |
msgstr "Wordpress Datei Upload Formular"
|
889 |
|
890 |
-
#: lib/wfu_constants.php:
|
891 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
892 |
msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
|
893 |
|
894 |
-
#: lib/wfu_constants.php:
|
895 |
msgid "Upload Files"
|
896 |
msgstr "Dateien hochladen"
|
897 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-01-19 17:16+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-01-19 17:17+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: de_DE\n"
|
212 |
|
213 |
#: lib/wfu_constants.php:54
|
214 |
msgid "File is suspicious and was rejected."
|
215 |
+
msgstr "Die Datei ist verdächtig und wurde abgelehnt."
|
216 |
|
217 |
#: lib/wfu_constants.php:55
|
218 |
msgid "The uploaded file exceeds the file size limit."
|
288 |
"Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
|
289 |
"aufgetreten."
|
290 |
|
291 |
+
#: lib/wfu_constants.php:66 lib/wfu_constants.php:184
|
292 |
msgid "Upload failed!"
|
293 |
msgstr "Hochladen fehlgeschlagen!"
|
294 |
|
439 |
"Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
|
440 |
|
441 |
#: lib/wfu_constants.php:95
|
442 |
+
msgid ""
|
443 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
444 |
+
"notify administrator."
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: lib/wfu_constants.php:96
|
448 |
+
msgid ""
|
449 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
450 |
+
"use RecaptchaV1 (no account)."
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: lib/wfu_constants.php:97
|
454 |
msgid "ERROR: No site key. Please contact administrator!"
|
455 |
msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
|
456 |
|
457 |
+
#: lib/wfu_constants.php:98
|
458 |
msgid ""
|
459 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
460 |
"define Google Recaptcha keys."
|
462 |
"Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
|
463 |
"Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
|
464 |
|
465 |
+
#: lib/wfu_constants.php:99
|
466 |
msgid "Bad captcha image!"
|
467 |
msgstr "Schlechten Captcha-Bild!"
|
468 |
|
469 |
+
#: lib/wfu_constants.php:100
|
470 |
msgid "No input!"
|
471 |
msgstr "Keine Eingabe!"
|
472 |
|
473 |
+
#: lib/wfu_constants.php:101
|
474 |
msgid "Captcha not completed!"
|
475 |
msgstr "Captcha nicht abgeschlossen!"
|
476 |
|
477 |
+
#: lib/wfu_constants.php:102
|
478 |
msgid "Wrong captcha!"
|
479 |
msgstr "Falsche Captcha!"
|
480 |
|
481 |
+
#: lib/wfu_constants.php:103
|
482 |
msgid "Error refreshing captcha!"
|
483 |
msgstr "Fehler erfrischenden captcha!"
|
484 |
|
485 |
+
#: lib/wfu_constants.php:104
|
486 |
msgid "Unknown captcha error!"
|
487 |
msgstr "Captcha unbekannter Fehler"
|
488 |
|
489 |
+
#: lib/wfu_constants.php:105
|
490 |
msgid "Captcha not supported by your browser!"
|
491 |
msgstr "Captcha von Ihrem Browser nicht unterstützt!"
|
492 |
|
493 |
+
#: lib/wfu_constants.php:106
|
494 |
msgid "the secret parameter is missing"
|
495 |
msgstr "das Geheimnis Parameter fehlt"
|
496 |
|
497 |
+
#: lib/wfu_constants.php:107
|
498 |
msgid "the secret parameter is invalid or malformed"
|
499 |
msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
|
500 |
|
501 |
+
#: lib/wfu_constants.php:108
|
502 |
msgid "the response parameter is missing"
|
503 |
msgstr "die Antwort Parameter fehlt"
|
504 |
|
505 |
+
#: lib/wfu_constants.php:109
|
506 |
msgid "the response parameter is invalid or malformed"
|
507 |
msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
|
508 |
|
509 |
+
#: lib/wfu_constants.php:110
|
510 |
msgid "Please do not use drag drop due to an internal problem."
|
511 |
msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
|
512 |
|
513 |
+
#: lib/wfu_constants.php:111
|
514 |
#, php-format
|
515 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
516 |
msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
|
517 |
|
518 |
+
#: lib/wfu_constants.php:112
|
519 |
msgid "Chunked upload is not allowed!"
|
520 |
msgstr "Chunked Hochladen ist nicht erlaubt!"
|
521 |
|
522 |
+
#: lib/wfu_constants.php:113
|
523 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
524 |
msgstr ""
|
525 |
"Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
|
526 |
|
527 |
+
#: lib/wfu_constants.php:114
|
528 |
msgid "Chunked upload failed, final file could not be created!"
|
529 |
msgstr ""
|
530 |
"Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
|
531 |
"werden!"
|
532 |
|
533 |
+
#: lib/wfu_constants.php:115
|
534 |
#, php-format
|
535 |
msgid "Could not write file chuck to destination on chunk %d"
|
536 |
msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
|
537 |
|
538 |
+
#: lib/wfu_constants.php:116
|
539 |
#, php-format
|
540 |
msgid "Could not enlarge destination file on chunk %d"
|
541 |
msgstr "Datei konnte nicht vergrößern am chunk %d"
|
542 |
|
543 |
+
#: lib/wfu_constants.php:117
|
544 |
#, php-format
|
545 |
msgid "Could not open file handles on chunk %d"
|
546 |
msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
|
547 |
|
548 |
+
#: lib/wfu_constants.php:118
|
549 |
msgid "You are not allowed to delete this file!"
|
550 |
msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
|
551 |
|
552 |
+
#: lib/wfu_constants.php:120
|
553 |
msgid "Upload skipped! File already exists."
|
554 |
msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
|
555 |
|
556 |
+
#: lib/wfu_constants.php:121
|
557 |
msgid "The extension of the file does not match its contents."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: lib/wfu_constants.php:122
|
561 |
msgid ""
|
562 |
"Upload succeeded but the file is suspicious because its contents do not "
|
563 |
"match its extension. Its proper filename is: "
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: lib/wfu_constants.php:123
|
567 |
msgid "No files have been selected!"
|
568 |
msgstr "Keine Dateien ausgewählt!"
|
569 |
|
570 |
+
#: lib/wfu_constants.php:124
|
571 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
572 |
msgstr ""
|
573 |
"WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
|
574 |
"hochgeladen wurden."
|
575 |
|
576 |
+
#: lib/wfu_constants.php:125
|
577 |
msgid "Notification email was not sent because there were no files uploaded."
|
578 |
msgstr ""
|
579 |
"Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
|
580 |
"hochgeladen worden sind."
|
581 |
|
582 |
+
#: lib/wfu_constants.php:126
|
583 |
msgid ""
|
584 |
"Notification email was not sent because no recipients were defined. Please "
|
585 |
"check notifyrecipients attribute in the shortcode."
|
588 |
"definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
|
589 |
"Shortcode."
|
590 |
|
591 |
+
#: lib/wfu_constants.php:127
|
592 |
msgid ""
|
593 |
"Notification email was not sent due to an error. Please check "
|
594 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
596 |
"E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
|
597 |
"überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
|
598 |
|
599 |
+
#: lib/wfu_constants.php:128
|
600 |
msgid ""
|
601 |
"Redirection not executed because redirection link is empty. Please check "
|
602 |
"redirectlink attribute."
|
604 |
"Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
|
605 |
"überprüfen Sie das redirectlink Attribut."
|
606 |
|
607 |
+
#: lib/wfu_constants.php:129
|
608 |
msgid ""
|
609 |
"Redirection not executed because not all files were successfully uploaded."
|
610 |
msgstr ""
|
611 |
"Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
|
612 |
"wurden."
|
613 |
|
614 |
+
#: lib/wfu_constants.php:131
|
615 |
msgid ""
|
616 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
617 |
"message persists, contact administrator."
|
620 |
"versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
|
621 |
"Administrator."
|
622 |
|
623 |
+
#: lib/wfu_constants.php:132
|
624 |
msgid ""
|
625 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
626 |
"again to edit the shortcode."
|
628 |
"Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
|
629 |
"hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
|
630 |
|
631 |
+
#: lib/wfu_constants.php:133
|
632 |
msgid ""
|
633 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
634 |
"again to delete it."
|
636 |
"Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
|
637 |
"geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
|
638 |
|
639 |
+
#: lib/wfu_constants.php:134
|
640 |
msgid ""
|
641 |
"The page containing the shortcode has been modified and it is no longer "
|
642 |
"valid. Please go back to reload the shortcode."
|
644 |
"Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
|
645 |
"Bitte gehen Sie zurück um zu den Shortcode zu laden."
|
646 |
|
647 |
+
#: lib/wfu_constants.php:135
|
648 |
msgid ""
|
649 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
650 |
"back to reload the shortcode."
|
652 |
"Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
|
653 |
"geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
|
654 |
|
655 |
+
#: lib/wfu_constants.php:136
|
656 |
msgid ""
|
657 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
658 |
"go back and reload the shortcode."
|
661 |
"Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
|
662 |
"Shortcode neu."
|
663 |
|
664 |
+
#: lib/wfu_constants.php:138
|
665 |
msgid "This is a test message"
|
666 |
msgstr "This is a test message"
|
667 |
|
668 |
+
#: lib/wfu_constants.php:139
|
669 |
msgid "This is a test administrator message"
|
670 |
msgstr "Dies ist eine Test-Admin-Nachricht"
|
671 |
|
672 |
+
#: lib/wfu_constants.php:140
|
673 |
msgid "File testfile 1 under test"
|
674 |
msgstr "Datei testfile 1 wird getestet"
|
675 |
|
676 |
+
#: lib/wfu_constants.php:141
|
677 |
msgid "File testfile 1 message"
|
678 |
msgstr "Datei testfile 1 Nachricht"
|
679 |
|
680 |
+
#: lib/wfu_constants.php:142
|
681 |
msgid "File testfile 1 administrator message"
|
682 |
msgstr "Datei testfile 1 Admin-Nachricht"
|
683 |
|
684 |
+
#: lib/wfu_constants.php:143
|
685 |
msgid "File testfile 2 under test"
|
686 |
msgstr "File testfile 2 wird getestet"
|
687 |
|
688 |
+
#: lib/wfu_constants.php:144
|
689 |
msgid "File testfile 2 message"
|
690 |
msgstr "Datei testfile 2 Nachricht"
|
691 |
|
692 |
+
#: lib/wfu_constants.php:145
|
693 |
msgid "File testfile 2 administrator message"
|
694 |
msgstr "Datei testfile 2 Admin-Nachricht"
|
695 |
|
696 |
+
#: lib/wfu_constants.php:147
|
697 |
msgid ""
|
698 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
699 |
"current user."
|
701 |
"Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
|
702 |
"aktuellen Benutzers ersetzt."
|
703 |
|
704 |
+
#: lib/wfu_constants.php:148
|
705 |
msgid ""
|
706 |
"Insert variable %username% inside text. It will be replaced by the username "
|
707 |
"of the current user."
|
709 |
"Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
|
710 |
"Benutzernamen des aktuellen Benutzers ersetzt."
|
711 |
|
712 |
+
#: lib/wfu_constants.php:149
|
713 |
msgid ""
|
714 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
715 |
"the current user."
|
717 |
"Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
|
718 |
"Mail-Adresse des aktuellen Benutzers ersetzt."
|
719 |
|
720 |
+
#: lib/wfu_constants.php:150
|
721 |
msgid ""
|
722 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
723 |
"of the uploaded file."
|
725 |
"Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
|
726 |
"der hochgeladenen Dateien ersetzt."
|
727 |
|
728 |
+
#: lib/wfu_constants.php:151
|
729 |
msgid ""
|
730 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
731 |
"filepath of the uploaded file."
|
733 |
"Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
|
734 |
"vollständige Dateipfad der hochgeladenen Dateien ersetzt."
|
735 |
|
736 |
+
#: lib/wfu_constants.php:152
|
737 |
msgid ""
|
738 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
739 |
"the website."
|
741 |
"Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
|
742 |
"der Website ersetzt werden."
|
743 |
|
744 |
+
#: lib/wfu_constants.php:153
|
745 |
msgid ""
|
746 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
747 |
"current page."
|
749 |
"Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
|
750 |
"aktuellen Seite ersetzt."
|
751 |
|
752 |
+
#: lib/wfu_constants.php:154
|
753 |
msgid ""
|
754 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
755 |
"the current page."
|
757 |
"Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
|
758 |
"Title des aktuellen Benutzers ersetzt."
|
759 |
|
760 |
+
#: lib/wfu_constants.php:155
|
761 |
msgid ""
|
762 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
763 |
"drop-down list. It will be replaced by the value that the user entered in "
|
767 |
"Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
|
768 |
"ersetzt, die der Benutzer in dieses Feld eingetragen hat."
|
769 |
|
770 |
+
#: lib/wfu_constants.php:156
|
771 |
msgid "Insert variable %n% inside text to denote a line change."
|
772 |
msgstr ""
|
773 |
"Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
|
774 |
"kennzeichnen."
|
775 |
|
776 |
+
#: lib/wfu_constants.php:158
|
777 |
msgid "Test Mode"
|
778 |
msgstr "Test Modus"
|
779 |
|
780 |
+
#: lib/wfu_constants.php:159
|
781 |
msgid "select dir..."
|
782 |
msgstr "Wählen Sie das Verzeichnis ..."
|
783 |
|
784 |
+
#: lib/wfu_constants.php:160
|
785 |
msgid "type dir"
|
786 |
msgstr "Geben Sie das Verzeichnis ein"
|
787 |
|
788 |
+
#: lib/wfu_constants.php:161
|
789 |
msgid "Upload path: %filepath%"
|
790 |
msgstr "Upload-Pfad: %filepath%"
|
791 |
|
792 |
+
#: lib/wfu_constants.php:162
|
793 |
msgid "Failed upload path: %filepath%"
|
794 |
msgstr "Fehlerhafter Upload-Pfad: %filepath%"
|
795 |
|
796 |
+
#: lib/wfu_constants.php:163
|
797 |
msgid " (required)"
|
798 |
msgstr "(erforderlich)"
|
799 |
|
800 |
+
#: lib/wfu_constants.php:164
|
801 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
802 |
msgstr ""
|
803 |
"Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
|
804 |
"verlassen wollen?"
|
805 |
|
806 |
+
#: lib/wfu_constants.php:165
|
807 |
msgid "checking captcha..."
|
808 |
msgstr "Prüfung captcha..."
|
809 |
|
810 |
+
#: lib/wfu_constants.php:166
|
811 |
msgid "refreshing..."
|
812 |
msgstr "erfrischend..."
|
813 |
|
814 |
+
#: lib/wfu_constants.php:167
|
815 |
msgid "correct captcha"
|
816 |
msgstr "korrekte captcha"
|
817 |
|
818 |
+
#: lib/wfu_constants.php:168
|
819 |
msgid "click to continue the upload"
|
820 |
msgstr "Klicken Sie, um das Hochladen fortsetzen"
|
821 |
|
822 |
+
#: lib/wfu_constants.php:169
|
823 |
msgid "Are you sure you want to delete this file?"
|
824 |
msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
|
825 |
|
826 |
+
#: lib/wfu_constants.php:170
|
827 |
msgid "Upload in progress"
|
828 |
msgstr "Upload läuft"
|
829 |
|
830 |
+
#: lib/wfu_constants.php:171
|
831 |
msgid "Upload in progress with warnings!"
|
832 |
msgstr "Upload läuft mit Warnhinweisen!"
|
833 |
|
834 |
+
#: lib/wfu_constants.php:172
|
835 |
msgid "Upload in progress but some files already failed!"
|
836 |
msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
|
837 |
|
838 |
+
#: lib/wfu_constants.php:173
|
839 |
msgid "Upload in progress but no files uploaded so far!"
|
840 |
msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
|
841 |
|
842 |
+
#: lib/wfu_constants.php:174
|
843 |
msgid "All files uploaded successfully"
|
844 |
msgstr "Alle Dateien erfolgreich hochgeladen"
|
845 |
|
846 |
+
#: lib/wfu_constants.php:175
|
847 |
msgid "All files uploaded successfully but there are warnings!"
|
848 |
msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
849 |
|
850 |
+
#: lib/wfu_constants.php:176
|
851 |
msgid "File uploaded successfully but there are warnings!"
|
852 |
msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
853 |
|
854 |
+
#: lib/wfu_constants.php:177
|
855 |
msgid "Some files failed to upload!"
|
856 |
msgstr "Einige Dateien konnten nicht hochgeladen werden!"
|
857 |
|
858 |
+
#: lib/wfu_constants.php:178
|
859 |
msgid "All files failed to upload"
|
860 |
msgstr "Alle Dateien konnten nicht hochgeladen werden"
|
861 |
|
862 |
+
#: lib/wfu_constants.php:179
|
863 |
msgid "File failed to upload"
|
864 |
msgstr "Datei konnte nicht hochgeladen werden"
|
865 |
|
866 |
+
#: lib/wfu_constants.php:180
|
867 |
msgid "There are no files to upload!"
|
868 |
msgstr "Es gibt keine Dateien zum Hochladen!"
|
869 |
|
870 |
+
#: lib/wfu_constants.php:181
|
871 |
msgid "Test upload message"
|
872 |
msgstr "Test-Upload-Nachricht"
|
873 |
|
874 |
+
#: lib/wfu_constants.php:182
|
875 |
msgid "JSON parse warning!"
|
876 |
msgstr "JSON parse Warnung!"
|
877 |
|
878 |
+
#: lib/wfu_constants.php:183
|
879 |
msgid "please wait while redirecting..."
|
880 |
msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
|
881 |
|
882 |
+
#: lib/wfu_constants.php:185
|
883 |
msgid "Open visual shortcode editor in new window"
|
884 |
msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
|
885 |
|
886 |
+
#: lib/wfu_constants.php:186
|
887 |
msgid "loading visual editor"
|
888 |
msgstr "visueller Editor laden"
|
889 |
|
890 |
+
#: lib/wfu_constants.php:187
|
891 |
msgid "Clear file list?"
|
892 |
msgstr "Klar Dateiliste?"
|
893 |
|
894 |
+
#: lib/wfu_constants.php:188
|
895 |
msgid "DROP HERE"
|
896 |
msgstr "HIER ABLEGEN"
|
897 |
|
898 |
+
#: lib/wfu_constants.php:190
|
899 |
msgid "Wordpress File Upload Form"
|
900 |
msgstr "Wordpress Datei Upload Formular"
|
901 |
|
902 |
+
#: lib/wfu_constants.php:191
|
903 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
904 |
msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
|
905 |
|
906 |
+
#: lib/wfu_constants.php:192
|
907 |
msgid "Upload Files"
|
908 |
msgstr "Dateien hochladen"
|
909 |
|
languages/wp-file-upload-el_GR.mo
CHANGED
Binary file
|
languages/wp-file-upload-el_GR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: el\n"
|
@@ -283,7 +283,7 @@ msgid "Upload failed! Error occured while attemting to upload the file."
|
|
283 |
msgstr ""
|
284 |
"Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
|
285 |
|
286 |
-
#: lib/wfu_constants.php:66
|
287 |
msgid "Upload failed!"
|
288 |
msgstr "Η αποστολή απέτυχε!"
|
289 |
|
@@ -433,11 +433,27 @@ msgstr ""
|
|
433 |
"Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
|
434 |
|
435 |
#: lib/wfu_constants.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
436 |
msgid "ERROR: No site key. Please contact administrator!"
|
437 |
msgstr ""
|
438 |
"ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
439 |
|
440 |
-
#: lib/wfu_constants.php:
|
441 |
msgid ""
|
442 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
443 |
"define Google Recaptcha keys."
|
@@ -445,104 +461,104 @@ msgstr ""
|
|
445 |
"ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
|
446 |
"plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "Bad captcha image!"
|
450 |
msgstr "Μη έγκυρη εικόνα captcha!"
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid "No input!"
|
454 |
msgstr "Κενό!"
|
455 |
|
456 |
-
#: lib/wfu_constants.php:
|
457 |
msgid "Captcha not completed!"
|
458 |
msgstr "Το captcha δε συμπληρώθηκε!"
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid "Wrong captcha!"
|
462 |
msgstr "Λάθος captcha!"
|
463 |
|
464 |
-
#: lib/wfu_constants.php:
|
465 |
msgid "Error refreshing captcha!"
|
466 |
msgstr "Σφάλμα ανανέωσης του captcha!"
|
467 |
|
468 |
-
#: lib/wfu_constants.php:
|
469 |
msgid "Unknown captcha error!"
|
470 |
msgstr "Άγνωστο σφάλμα captcha!"
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "Captcha not supported by your browser!"
|
474 |
msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "the secret parameter is missing"
|
478 |
msgstr "η μυστική παράμετρος λείπει"
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
msgid "the secret parameter is invalid or malformed"
|
482 |
msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid "the response parameter is missing"
|
486 |
msgstr "η παράμετρος απάντησης λείπει"
|
487 |
|
488 |
-
#: lib/wfu_constants.php:
|
489 |
msgid "the response parameter is invalid or malformed"
|
490 |
msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
491 |
|
492 |
-
#: lib/wfu_constants.php:
|
493 |
msgid "Please do not use drag drop due to an internal problem."
|
494 |
msgstr ""
|
495 |
"Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
|
496 |
|
497 |
-
#: lib/wfu_constants.php:
|
498 |
#, php-format
|
499 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
500 |
msgstr ""
|
501 |
"Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
|
502 |
"τμήμα %d"
|
503 |
|
504 |
-
#: lib/wfu_constants.php:
|
505 |
msgid "Chunked upload is not allowed!"
|
506 |
msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
|
507 |
|
508 |
-
#: lib/wfu_constants.php:
|
509 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
510 |
msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
|
511 |
|
512 |
-
#: lib/wfu_constants.php:
|
513 |
msgid "Chunked upload failed, final file could not be created!"
|
514 |
msgstr ""
|
515 |
"Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
|
516 |
"δημιουργηθεί!"
|
517 |
|
518 |
-
#: lib/wfu_constants.php:
|
519 |
#, php-format
|
520 |
msgid "Could not write file chuck to destination on chunk %d"
|
521 |
msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
|
522 |
|
523 |
-
#: lib/wfu_constants.php:
|
524 |
#, php-format
|
525 |
msgid "Could not enlarge destination file on chunk %d"
|
526 |
msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
#, php-format
|
530 |
msgid "Could not open file handles on chunk %d"
|
531 |
msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
|
532 |
|
533 |
-
#: lib/wfu_constants.php:
|
534 |
msgid "You are not allowed to delete this file!"
|
535 |
msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
|
536 |
|
537 |
-
#: lib/wfu_constants.php:
|
538 |
msgid "Upload skipped! File already exists."
|
539 |
msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
msgid "The extension of the file does not match its contents."
|
543 |
msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
|
544 |
|
545 |
-
#: lib/wfu_constants.php:
|
546 |
msgid ""
|
547 |
"Upload succeeded but the file is suspicious because its contents do not "
|
548 |
"match its extension. Its proper filename is: "
|
@@ -550,20 +566,20 @@ msgstr ""
|
|
550 |
"Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
|
551 |
"του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
|
552 |
|
553 |
-
#: lib/wfu_constants.php:
|
554 |
msgid "No files have been selected!"
|
555 |
msgstr "Δεν επιλέχθηκαν αρχεία!"
|
556 |
|
557 |
-
#: lib/wfu_constants.php:
|
558 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
559 |
msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
|
560 |
|
561 |
-
#: lib/wfu_constants.php:
|
562 |
msgid "Notification email was not sent because there were no files uploaded."
|
563 |
msgstr ""
|
564 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
|
565 |
|
566 |
-
#: lib/wfu_constants.php:
|
567 |
msgid ""
|
568 |
"Notification email was not sent because no recipients were defined. Please "
|
569 |
"check notifyrecipients attribute in the shortcode."
|
@@ -571,7 +587,7 @@ msgstr ""
|
|
571 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
|
572 |
"Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
|
573 |
|
574 |
-
#: lib/wfu_constants.php:
|
575 |
msgid ""
|
576 |
"Notification email was not sent due to an error. Please check "
|
577 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -579,7 +595,7 @@ msgstr ""
|
|
579 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
|
580 |
"τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
|
581 |
|
582 |
-
#: lib/wfu_constants.php:
|
583 |
msgid ""
|
584 |
"Redirection not executed because redirection link is empty. Please check "
|
585 |
"redirectlink attribute."
|
@@ -587,14 +603,14 @@ msgstr ""
|
|
587 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
|
588 |
"κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
|
589 |
|
590 |
-
#: lib/wfu_constants.php:
|
591 |
msgid ""
|
592 |
"Redirection not executed because not all files were successfully uploaded."
|
593 |
msgstr ""
|
594 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
|
595 |
"επιτυχώς."
|
596 |
|
597 |
-
#: lib/wfu_constants.php:
|
598 |
msgid ""
|
599 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
600 |
"message persists, contact administrator."
|
@@ -602,7 +618,7 @@ msgstr ""
|
|
602 |
"Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
|
603 |
"προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
|
604 |
|
605 |
-
#: lib/wfu_constants.php:
|
606 |
msgid ""
|
607 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
608 |
"again to edit the shortcode."
|
@@ -610,7 +626,7 @@ msgstr ""
|
|
610 |
"Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
|
611 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
|
612 |
|
613 |
-
#: lib/wfu_constants.php:
|
614 |
msgid ""
|
615 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
616 |
"again to delete it."
|
@@ -618,7 +634,7 @@ msgstr ""
|
|
618 |
"Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
|
619 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
|
620 |
|
621 |
-
#: lib/wfu_constants.php:
|
622 |
msgid ""
|
623 |
"The page containing the shortcode has been modified and it is no longer "
|
624 |
"valid. Please go back to reload the shortcode."
|
@@ -626,7 +642,7 @@ msgstr ""
|
|
626 |
"Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
|
627 |
"ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
628 |
|
629 |
-
#: lib/wfu_constants.php:
|
630 |
msgid ""
|
631 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
632 |
"back to reload the shortcode."
|
@@ -634,7 +650,7 @@ msgstr ""
|
|
634 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
|
635 |
"άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
636 |
|
637 |
-
#: lib/wfu_constants.php:
|
638 |
msgid ""
|
639 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
640 |
"go back and reload the shortcode."
|
@@ -642,39 +658,39 @@ msgstr ""
|
|
642 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
|
643 |
"πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
644 |
|
645 |
-
#: lib/wfu_constants.php:
|
646 |
msgid "This is a test message"
|
647 |
msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
|
648 |
|
649 |
-
#: lib/wfu_constants.php:
|
650 |
msgid "This is a test administrator message"
|
651 |
msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
|
652 |
|
653 |
-
#: lib/wfu_constants.php:
|
654 |
msgid "File testfile 1 under test"
|
655 |
msgstr "Αρχείο testfile 1 υπό έλεγχο"
|
656 |
|
657 |
-
#: lib/wfu_constants.php:
|
658 |
msgid "File testfile 1 message"
|
659 |
msgstr "Μήνυμα αρχείου testfile 1"
|
660 |
|
661 |
-
#: lib/wfu_constants.php:
|
662 |
msgid "File testfile 1 administrator message"
|
663 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
|
664 |
|
665 |
-
#: lib/wfu_constants.php:
|
666 |
msgid "File testfile 2 under test"
|
667 |
msgstr "Αρχείο testfile 2 υπό έλεγχο"
|
668 |
|
669 |
-
#: lib/wfu_constants.php:
|
670 |
msgid "File testfile 2 message"
|
671 |
msgstr "Μήνυμα αρχείου testfile 2"
|
672 |
|
673 |
-
#: lib/wfu_constants.php:
|
674 |
msgid "File testfile 2 administrator message"
|
675 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
|
676 |
|
677 |
-
#: lib/wfu_constants.php:
|
678 |
msgid ""
|
679 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
680 |
"current user."
|
@@ -682,7 +698,7 @@ msgstr ""
|
|
682 |
"Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
|
683 |
"τρέχοντος χρήστη."
|
684 |
|
685 |
-
#: lib/wfu_constants.php:
|
686 |
msgid ""
|
687 |
"Insert variable %username% inside text. It will be replaced by the username "
|
688 |
"of the current user."
|
@@ -690,7 +706,7 @@ msgstr ""
|
|
690 |
"Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
691 |
"του τρέχοντος χρήστη."
|
692 |
|
693 |
-
#: lib/wfu_constants.php:
|
694 |
msgid ""
|
695 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
696 |
"the current user."
|
@@ -698,7 +714,7 @@ msgstr ""
|
|
698 |
"Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
|
699 |
"email του τρέχοντος χρήστη."
|
700 |
|
701 |
-
#: lib/wfu_constants.php:
|
702 |
msgid ""
|
703 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
704 |
"of the uploaded file."
|
@@ -706,7 +722,7 @@ msgstr ""
|
|
706 |
"Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
707 |
"του αποστελλομένου αρχείου."
|
708 |
|
709 |
-
#: lib/wfu_constants.php:
|
710 |
msgid ""
|
711 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
712 |
"filepath of the uploaded file."
|
@@ -714,7 +730,7 @@ msgstr ""
|
|
714 |
"Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
|
715 |
"πλήρη διαδρομή του αποστελλομένου αρχείου."
|
716 |
|
717 |
-
#: lib/wfu_constants.php:
|
718 |
msgid ""
|
719 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
720 |
"the website."
|
@@ -722,7 +738,7 @@ msgstr ""
|
|
722 |
"Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
|
723 |
"της ιστοσελίδας."
|
724 |
|
725 |
-
#: lib/wfu_constants.php:
|
726 |
msgid ""
|
727 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
728 |
"current page."
|
@@ -730,7 +746,7 @@ msgstr ""
|
|
730 |
"Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
|
731 |
"τρέχουσας σελίδας."
|
732 |
|
733 |
-
#: lib/wfu_constants.php:
|
734 |
msgid ""
|
735 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
736 |
"the current page."
|
@@ -738,7 +754,7 @@ msgstr ""
|
|
738 |
"Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
|
739 |
"τίτλο της τρέχουσας σελίδας."
|
740 |
|
741 |
-
#: lib/wfu_constants.php:
|
742 |
msgid ""
|
743 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
744 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -748,141 +764,141 @@ msgstr ""
|
|
748 |
"από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
|
749 |
"εισήγαγε ο χρήστης σε αυτό το πεδίο."
|
750 |
|
751 |
-
#: lib/wfu_constants.php:
|
752 |
msgid "Insert variable %n% inside text to denote a line change."
|
753 |
msgstr ""
|
754 |
"Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
|
755 |
|
756 |
-
#: lib/wfu_constants.php:
|
757 |
msgid "Test Mode"
|
758 |
msgstr "Κατάσταση Ελέγχου"
|
759 |
|
760 |
-
#: lib/wfu_constants.php:
|
761 |
msgid "select dir..."
|
762 |
msgstr "επιλογή καταλόγου..."
|
763 |
|
764 |
-
#: lib/wfu_constants.php:
|
765 |
msgid "type dir"
|
766 |
msgstr "εισάγετε κατάλογο"
|
767 |
|
768 |
-
#: lib/wfu_constants.php:
|
769 |
msgid "Upload path: %filepath%"
|
770 |
msgstr "Διαδρομή προορισμού: %filepath%"
|
771 |
|
772 |
-
#: lib/wfu_constants.php:
|
773 |
msgid "Failed upload path: %filepath%"
|
774 |
msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
|
775 |
|
776 |
-
#: lib/wfu_constants.php:
|
777 |
msgid " (required)"
|
778 |
msgstr " (απαραίτητο)"
|
779 |
|
780 |
-
#: lib/wfu_constants.php:
|
781 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
782 |
msgstr ""
|
783 |
"Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
|
784 |
|
785 |
-
#: lib/wfu_constants.php:
|
786 |
msgid "checking captcha..."
|
787 |
msgstr "έλεγχος captcha..."
|
788 |
|
789 |
-
#: lib/wfu_constants.php:
|
790 |
msgid "refreshing..."
|
791 |
msgstr "ανανέωση..."
|
792 |
|
793 |
-
#: lib/wfu_constants.php:
|
794 |
msgid "correct captcha"
|
795 |
msgstr "σωστό captcha"
|
796 |
|
797 |
-
#: lib/wfu_constants.php:
|
798 |
msgid "click to continue the upload"
|
799 |
msgstr "πατήστε click για να συνεχίσει η αποστολή"
|
800 |
|
801 |
-
#: lib/wfu_constants.php:
|
802 |
msgid "Are you sure you want to delete this file?"
|
803 |
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
|
804 |
|
805 |
-
#: lib/wfu_constants.php:
|
806 |
msgid "Upload in progress"
|
807 |
msgstr "Αποστολή σε εξέλιξη"
|
808 |
|
809 |
-
#: lib/wfu_constants.php:
|
810 |
msgid "Upload in progress with warnings!"
|
811 |
msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
|
812 |
|
813 |
-
#: lib/wfu_constants.php:
|
814 |
msgid "Upload in progress but some files already failed!"
|
815 |
msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
|
816 |
|
817 |
-
#: lib/wfu_constants.php:
|
818 |
msgid "Upload in progress but no files uploaded so far!"
|
819 |
msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
|
820 |
|
821 |
-
#: lib/wfu_constants.php:
|
822 |
msgid "All files uploaded successfully"
|
823 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
|
824 |
|
825 |
-
#: lib/wfu_constants.php:
|
826 |
msgid "All files uploaded successfully but there are warnings!"
|
827 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
828 |
|
829 |
-
#: lib/wfu_constants.php:
|
830 |
msgid "File uploaded successfully but there are warnings!"
|
831 |
msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
832 |
|
833 |
-
#: lib/wfu_constants.php:
|
834 |
msgid "Some files failed to upload!"
|
835 |
msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
|
836 |
|
837 |
-
#: lib/wfu_constants.php:
|
838 |
msgid "All files failed to upload"
|
839 |
msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
|
840 |
|
841 |
-
#: lib/wfu_constants.php:
|
842 |
msgid "File failed to upload"
|
843 |
msgstr "Το αρχείο απέτυχε να αποσταλεί"
|
844 |
|
845 |
-
#: lib/wfu_constants.php:
|
846 |
msgid "There are no files to upload!"
|
847 |
msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
|
848 |
|
849 |
-
#: lib/wfu_constants.php:
|
850 |
msgid "Test upload message"
|
851 |
msgstr "Μήνυμα αποστολής ελέγχου"
|
852 |
|
853 |
-
#: lib/wfu_constants.php:
|
854 |
msgid "JSON parse warning!"
|
855 |
msgstr "Προειδοποίηση μετατροπής JSON!"
|
856 |
|
857 |
-
#: lib/wfu_constants.php:
|
858 |
msgid "please wait while redirecting..."
|
859 |
msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
|
860 |
|
861 |
-
#: lib/wfu_constants.php:
|
862 |
msgid "Open visual shortcode editor in new window"
|
863 |
msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
|
864 |
|
865 |
-
#: lib/wfu_constants.php:
|
866 |
msgid "loading visual editor"
|
867 |
msgstr "φόρτωση του γραφικού επεξεργαστή"
|
868 |
|
869 |
-
#: lib/wfu_constants.php:
|
870 |
msgid "Clear file list?"
|
871 |
msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
|
872 |
|
873 |
-
#: lib/wfu_constants.php:
|
874 |
msgid "DROP HERE"
|
875 |
msgstr "ΑΦΗΣΤΕ ΕΔΩ"
|
876 |
|
877 |
-
#: lib/wfu_constants.php:
|
878 |
msgid "Wordpress File Upload Form"
|
879 |
msgstr "Φόρμα του Wordpress File Upload"
|
880 |
|
881 |
-
#: lib/wfu_constants.php:
|
882 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
883 |
msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
|
884 |
|
885 |
-
#: lib/wfu_constants.php:
|
886 |
msgid "Upload Files"
|
887 |
msgstr "Αποστολή αρχείων"
|
888 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-01-19 17:17+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-01-19 17:19+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: el\n"
|
283 |
msgstr ""
|
284 |
"Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
|
285 |
|
286 |
+
#: lib/wfu_constants.php:66 lib/wfu_constants.php:184
|
287 |
msgid "Upload failed!"
|
288 |
msgstr "Η αποστολή απέτυχε!"
|
289 |
|
433 |
"Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
|
434 |
|
435 |
#: lib/wfu_constants.php:95
|
436 |
+
msgid ""
|
437 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
438 |
+
"notify administrator."
|
439 |
+
msgstr ""
|
440 |
+
"ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
|
441 |
+
"σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
|
442 |
+
|
443 |
+
#: lib/wfu_constants.php:96
|
444 |
+
msgid ""
|
445 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
446 |
+
"use RecaptchaV1 (no account)."
|
447 |
+
msgstr ""
|
448 |
+
"ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
|
449 |
+
"σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
|
450 |
+
|
451 |
+
#: lib/wfu_constants.php:97
|
452 |
msgid "ERROR: No site key. Please contact administrator!"
|
453 |
msgstr ""
|
454 |
"ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
455 |
|
456 |
+
#: lib/wfu_constants.php:98
|
457 |
msgid ""
|
458 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
459 |
"define Google Recaptcha keys."
|
461 |
"ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
|
462 |
"plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
|
463 |
|
464 |
+
#: lib/wfu_constants.php:99
|
465 |
msgid "Bad captcha image!"
|
466 |
msgstr "Μη έγκυρη εικόνα captcha!"
|
467 |
|
468 |
+
#: lib/wfu_constants.php:100
|
469 |
msgid "No input!"
|
470 |
msgstr "Κενό!"
|
471 |
|
472 |
+
#: lib/wfu_constants.php:101
|
473 |
msgid "Captcha not completed!"
|
474 |
msgstr "Το captcha δε συμπληρώθηκε!"
|
475 |
|
476 |
+
#: lib/wfu_constants.php:102
|
477 |
msgid "Wrong captcha!"
|
478 |
msgstr "Λάθος captcha!"
|
479 |
|
480 |
+
#: lib/wfu_constants.php:103
|
481 |
msgid "Error refreshing captcha!"
|
482 |
msgstr "Σφάλμα ανανέωσης του captcha!"
|
483 |
|
484 |
+
#: lib/wfu_constants.php:104
|
485 |
msgid "Unknown captcha error!"
|
486 |
msgstr "Άγνωστο σφάλμα captcha!"
|
487 |
|
488 |
+
#: lib/wfu_constants.php:105
|
489 |
msgid "Captcha not supported by your browser!"
|
490 |
msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
|
491 |
|
492 |
+
#: lib/wfu_constants.php:106
|
493 |
msgid "the secret parameter is missing"
|
494 |
msgstr "η μυστική παράμετρος λείπει"
|
495 |
|
496 |
+
#: lib/wfu_constants.php:107
|
497 |
msgid "the secret parameter is invalid or malformed"
|
498 |
msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
499 |
|
500 |
+
#: lib/wfu_constants.php:108
|
501 |
msgid "the response parameter is missing"
|
502 |
msgstr "η παράμετρος απάντησης λείπει"
|
503 |
|
504 |
+
#: lib/wfu_constants.php:109
|
505 |
msgid "the response parameter is invalid or malformed"
|
506 |
msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
507 |
|
508 |
+
#: lib/wfu_constants.php:110
|
509 |
msgid "Please do not use drag drop due to an internal problem."
|
510 |
msgstr ""
|
511 |
"Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
|
512 |
|
513 |
+
#: lib/wfu_constants.php:111
|
514 |
#, php-format
|
515 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
516 |
msgstr ""
|
517 |
"Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
|
518 |
"τμήμα %d"
|
519 |
|
520 |
+
#: lib/wfu_constants.php:112
|
521 |
msgid "Chunked upload is not allowed!"
|
522 |
msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
|
523 |
|
524 |
+
#: lib/wfu_constants.php:113
|
525 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
526 |
msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
|
527 |
|
528 |
+
#: lib/wfu_constants.php:114
|
529 |
msgid "Chunked upload failed, final file could not be created!"
|
530 |
msgstr ""
|
531 |
"Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
|
532 |
"δημιουργηθεί!"
|
533 |
|
534 |
+
#: lib/wfu_constants.php:115
|
535 |
#, php-format
|
536 |
msgid "Could not write file chuck to destination on chunk %d"
|
537 |
msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
|
538 |
|
539 |
+
#: lib/wfu_constants.php:116
|
540 |
#, php-format
|
541 |
msgid "Could not enlarge destination file on chunk %d"
|
542 |
msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
|
543 |
|
544 |
+
#: lib/wfu_constants.php:117
|
545 |
#, php-format
|
546 |
msgid "Could not open file handles on chunk %d"
|
547 |
msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
|
548 |
|
549 |
+
#: lib/wfu_constants.php:118
|
550 |
msgid "You are not allowed to delete this file!"
|
551 |
msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
|
552 |
|
553 |
+
#: lib/wfu_constants.php:120
|
554 |
msgid "Upload skipped! File already exists."
|
555 |
msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
|
556 |
|
557 |
+
#: lib/wfu_constants.php:121
|
558 |
msgid "The extension of the file does not match its contents."
|
559 |
msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
|
560 |
|
561 |
+
#: lib/wfu_constants.php:122
|
562 |
msgid ""
|
563 |
"Upload succeeded but the file is suspicious because its contents do not "
|
564 |
"match its extension. Its proper filename is: "
|
566 |
"Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
|
567 |
"του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
|
568 |
|
569 |
+
#: lib/wfu_constants.php:123
|
570 |
msgid "No files have been selected!"
|
571 |
msgstr "Δεν επιλέχθηκαν αρχεία!"
|
572 |
|
573 |
+
#: lib/wfu_constants.php:124
|
574 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
575 |
msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
|
576 |
|
577 |
+
#: lib/wfu_constants.php:125
|
578 |
msgid "Notification email was not sent because there were no files uploaded."
|
579 |
msgstr ""
|
580 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
|
581 |
|
582 |
+
#: lib/wfu_constants.php:126
|
583 |
msgid ""
|
584 |
"Notification email was not sent because no recipients were defined. Please "
|
585 |
"check notifyrecipients attribute in the shortcode."
|
587 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
|
588 |
"Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
|
589 |
|
590 |
+
#: lib/wfu_constants.php:127
|
591 |
msgid ""
|
592 |
"Notification email was not sent due to an error. Please check "
|
593 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
595 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
|
596 |
"τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
|
597 |
|
598 |
+
#: lib/wfu_constants.php:128
|
599 |
msgid ""
|
600 |
"Redirection not executed because redirection link is empty. Please check "
|
601 |
"redirectlink attribute."
|
603 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
|
604 |
"κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
|
605 |
|
606 |
+
#: lib/wfu_constants.php:129
|
607 |
msgid ""
|
608 |
"Redirection not executed because not all files were successfully uploaded."
|
609 |
msgstr ""
|
610 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
|
611 |
"επιτυχώς."
|
612 |
|
613 |
+
#: lib/wfu_constants.php:131
|
614 |
msgid ""
|
615 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
616 |
"message persists, contact administrator."
|
618 |
"Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
|
619 |
"προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
|
620 |
|
621 |
+
#: lib/wfu_constants.php:132
|
622 |
msgid ""
|
623 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
624 |
"again to edit the shortcode."
|
626 |
"Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
|
627 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
|
628 |
|
629 |
+
#: lib/wfu_constants.php:133
|
630 |
msgid ""
|
631 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
632 |
"again to delete it."
|
634 |
"Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
|
635 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
|
636 |
|
637 |
+
#: lib/wfu_constants.php:134
|
638 |
msgid ""
|
639 |
"The page containing the shortcode has been modified and it is no longer "
|
640 |
"valid. Please go back to reload the shortcode."
|
642 |
"Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
|
643 |
"ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
644 |
|
645 |
+
#: lib/wfu_constants.php:135
|
646 |
msgid ""
|
647 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
648 |
"back to reload the shortcode."
|
650 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
|
651 |
"άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
652 |
|
653 |
+
#: lib/wfu_constants.php:136
|
654 |
msgid ""
|
655 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
656 |
"go back and reload the shortcode."
|
658 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
|
659 |
"πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
660 |
|
661 |
+
#: lib/wfu_constants.php:138
|
662 |
msgid "This is a test message"
|
663 |
msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
|
664 |
|
665 |
+
#: lib/wfu_constants.php:139
|
666 |
msgid "This is a test administrator message"
|
667 |
msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
|
668 |
|
669 |
+
#: lib/wfu_constants.php:140
|
670 |
msgid "File testfile 1 under test"
|
671 |
msgstr "Αρχείο testfile 1 υπό έλεγχο"
|
672 |
|
673 |
+
#: lib/wfu_constants.php:141
|
674 |
msgid "File testfile 1 message"
|
675 |
msgstr "Μήνυμα αρχείου testfile 1"
|
676 |
|
677 |
+
#: lib/wfu_constants.php:142
|
678 |
msgid "File testfile 1 administrator message"
|
679 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
|
680 |
|
681 |
+
#: lib/wfu_constants.php:143
|
682 |
msgid "File testfile 2 under test"
|
683 |
msgstr "Αρχείο testfile 2 υπό έλεγχο"
|
684 |
|
685 |
+
#: lib/wfu_constants.php:144
|
686 |
msgid "File testfile 2 message"
|
687 |
msgstr "Μήνυμα αρχείου testfile 2"
|
688 |
|
689 |
+
#: lib/wfu_constants.php:145
|
690 |
msgid "File testfile 2 administrator message"
|
691 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
|
692 |
|
693 |
+
#: lib/wfu_constants.php:147
|
694 |
msgid ""
|
695 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
696 |
"current user."
|
698 |
"Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
|
699 |
"τρέχοντος χρήστη."
|
700 |
|
701 |
+
#: lib/wfu_constants.php:148
|
702 |
msgid ""
|
703 |
"Insert variable %username% inside text. It will be replaced by the username "
|
704 |
"of the current user."
|
706 |
"Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
707 |
"του τρέχοντος χρήστη."
|
708 |
|
709 |
+
#: lib/wfu_constants.php:149
|
710 |
msgid ""
|
711 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
712 |
"the current user."
|
714 |
"Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
|
715 |
"email του τρέχοντος χρήστη."
|
716 |
|
717 |
+
#: lib/wfu_constants.php:150
|
718 |
msgid ""
|
719 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
720 |
"of the uploaded file."
|
722 |
"Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
723 |
"του αποστελλομένου αρχείου."
|
724 |
|
725 |
+
#: lib/wfu_constants.php:151
|
726 |
msgid ""
|
727 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
728 |
"filepath of the uploaded file."
|
730 |
"Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
|
731 |
"πλήρη διαδρομή του αποστελλομένου αρχείου."
|
732 |
|
733 |
+
#: lib/wfu_constants.php:152
|
734 |
msgid ""
|
735 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
736 |
"the website."
|
738 |
"Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
|
739 |
"της ιστοσελίδας."
|
740 |
|
741 |
+
#: lib/wfu_constants.php:153
|
742 |
msgid ""
|
743 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
744 |
"current page."
|
746 |
"Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
|
747 |
"τρέχουσας σελίδας."
|
748 |
|
749 |
+
#: lib/wfu_constants.php:154
|
750 |
msgid ""
|
751 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
752 |
"the current page."
|
754 |
"Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
|
755 |
"τίτλο της τρέχουσας σελίδας."
|
756 |
|
757 |
+
#: lib/wfu_constants.php:155
|
758 |
msgid ""
|
759 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
760 |
"drop-down list. It will be replaced by the value that the user entered in "
|
764 |
"από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
|
765 |
"εισήγαγε ο χρήστης σε αυτό το πεδίο."
|
766 |
|
767 |
+
#: lib/wfu_constants.php:156
|
768 |
msgid "Insert variable %n% inside text to denote a line change."
|
769 |
msgstr ""
|
770 |
"Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
|
771 |
|
772 |
+
#: lib/wfu_constants.php:158
|
773 |
msgid "Test Mode"
|
774 |
msgstr "Κατάσταση Ελέγχου"
|
775 |
|
776 |
+
#: lib/wfu_constants.php:159
|
777 |
msgid "select dir..."
|
778 |
msgstr "επιλογή καταλόγου..."
|
779 |
|
780 |
+
#: lib/wfu_constants.php:160
|
781 |
msgid "type dir"
|
782 |
msgstr "εισάγετε κατάλογο"
|
783 |
|
784 |
+
#: lib/wfu_constants.php:161
|
785 |
msgid "Upload path: %filepath%"
|
786 |
msgstr "Διαδρομή προορισμού: %filepath%"
|
787 |
|
788 |
+
#: lib/wfu_constants.php:162
|
789 |
msgid "Failed upload path: %filepath%"
|
790 |
msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
|
791 |
|
792 |
+
#: lib/wfu_constants.php:163
|
793 |
msgid " (required)"
|
794 |
msgstr " (απαραίτητο)"
|
795 |
|
796 |
+
#: lib/wfu_constants.php:164
|
797 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
798 |
msgstr ""
|
799 |
"Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
|
800 |
|
801 |
+
#: lib/wfu_constants.php:165
|
802 |
msgid "checking captcha..."
|
803 |
msgstr "έλεγχος captcha..."
|
804 |
|
805 |
+
#: lib/wfu_constants.php:166
|
806 |
msgid "refreshing..."
|
807 |
msgstr "ανανέωση..."
|
808 |
|
809 |
+
#: lib/wfu_constants.php:167
|
810 |
msgid "correct captcha"
|
811 |
msgstr "σωστό captcha"
|
812 |
|
813 |
+
#: lib/wfu_constants.php:168
|
814 |
msgid "click to continue the upload"
|
815 |
msgstr "πατήστε click για να συνεχίσει η αποστολή"
|
816 |
|
817 |
+
#: lib/wfu_constants.php:169
|
818 |
msgid "Are you sure you want to delete this file?"
|
819 |
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
|
820 |
|
821 |
+
#: lib/wfu_constants.php:170
|
822 |
msgid "Upload in progress"
|
823 |
msgstr "Αποστολή σε εξέλιξη"
|
824 |
|
825 |
+
#: lib/wfu_constants.php:171
|
826 |
msgid "Upload in progress with warnings!"
|
827 |
msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
|
828 |
|
829 |
+
#: lib/wfu_constants.php:172
|
830 |
msgid "Upload in progress but some files already failed!"
|
831 |
msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
|
832 |
|
833 |
+
#: lib/wfu_constants.php:173
|
834 |
msgid "Upload in progress but no files uploaded so far!"
|
835 |
msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
|
836 |
|
837 |
+
#: lib/wfu_constants.php:174
|
838 |
msgid "All files uploaded successfully"
|
839 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
|
840 |
|
841 |
+
#: lib/wfu_constants.php:175
|
842 |
msgid "All files uploaded successfully but there are warnings!"
|
843 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
844 |
|
845 |
+
#: lib/wfu_constants.php:176
|
846 |
msgid "File uploaded successfully but there are warnings!"
|
847 |
msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
848 |
|
849 |
+
#: lib/wfu_constants.php:177
|
850 |
msgid "Some files failed to upload!"
|
851 |
msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
|
852 |
|
853 |
+
#: lib/wfu_constants.php:178
|
854 |
msgid "All files failed to upload"
|
855 |
msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
|
856 |
|
857 |
+
#: lib/wfu_constants.php:179
|
858 |
msgid "File failed to upload"
|
859 |
msgstr "Το αρχείο απέτυχε να αποσταλεί"
|
860 |
|
861 |
+
#: lib/wfu_constants.php:180
|
862 |
msgid "There are no files to upload!"
|
863 |
msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
|
864 |
|
865 |
+
#: lib/wfu_constants.php:181
|
866 |
msgid "Test upload message"
|
867 |
msgstr "Μήνυμα αποστολής ελέγχου"
|
868 |
|
869 |
+
#: lib/wfu_constants.php:182
|
870 |
msgid "JSON parse warning!"
|
871 |
msgstr "Προειδοποίηση μετατροπής JSON!"
|
872 |
|
873 |
+
#: lib/wfu_constants.php:183
|
874 |
msgid "please wait while redirecting..."
|
875 |
msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
|
876 |
|
877 |
+
#: lib/wfu_constants.php:185
|
878 |
msgid "Open visual shortcode editor in new window"
|
879 |
msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
|
880 |
|
881 |
+
#: lib/wfu_constants.php:186
|
882 |
msgid "loading visual editor"
|
883 |
msgstr "φόρτωση του γραφικού επεξεργαστή"
|
884 |
|
885 |
+
#: lib/wfu_constants.php:187
|
886 |
msgid "Clear file list?"
|
887 |
msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
|
888 |
|
889 |
+
#: lib/wfu_constants.php:188
|
890 |
msgid "DROP HERE"
|
891 |
msgstr "ΑΦΗΣΤΕ ΕΔΩ"
|
892 |
|
893 |
+
#: lib/wfu_constants.php:190
|
894 |
msgid "Wordpress File Upload Form"
|
895 |
msgstr "Φόρμα του Wordpress File Upload"
|
896 |
|
897 |
+
#: lib/wfu_constants.php:191
|
898 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
899 |
msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
|
900 |
|
901 |
+
#: lib/wfu_constants.php:192
|
902 |
msgid "Upload Files"
|
903 |
msgstr "Αποστολή αρχείων"
|
904 |
|
languages/wp-file-upload-fr_FR.mo
CHANGED
Binary file
|
languages/wp-file-upload-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: fr_FR\n"
|
@@ -286,7 +286,7 @@ msgstr ""
|
|
286 |
"Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
|
287 |
"fichier."
|
288 |
|
289 |
-
#: lib/wfu_constants.php:66
|
290 |
msgid "Upload failed!"
|
291 |
msgstr "Envoi impossible !"
|
292 |
|
@@ -436,11 +436,23 @@ msgstr ""
|
|
436 |
"Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
|
437 |
|
438 |
#: lib/wfu_constants.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
msgid "ERROR: No site key. Please contact administrator!"
|
440 |
msgstr ""
|
441 |
"Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
|
442 |
|
443 |
-
#: lib/wfu_constants.php:
|
444 |
msgid ""
|
445 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
446 |
"define Google Recaptcha keys."
|
@@ -448,123 +460,123 @@ msgstr ""
|
|
448 |
"Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
|
449 |
"Tableau de bord pour définir des clés de Google Recaptcha."
|
450 |
|
451 |
-
#: lib/wfu_constants.php:
|
452 |
msgid "Bad captcha image!"
|
453 |
msgstr "Mauvaise image de captcha !"
|
454 |
|
455 |
-
#: lib/wfu_constants.php:
|
456 |
msgid "No input!"
|
457 |
msgstr "Aucune entrée !"
|
458 |
|
459 |
-
#: lib/wfu_constants.php:
|
460 |
msgid "Captcha not completed!"
|
461 |
msgstr "Captcha incomplet !"
|
462 |
|
463 |
-
#: lib/wfu_constants.php:
|
464 |
msgid "Wrong captcha!"
|
465 |
msgstr "Mauvaise saisie captcha!"
|
466 |
|
467 |
-
#: lib/wfu_constants.php:
|
468 |
msgid "Error refreshing captcha!"
|
469 |
msgstr "Erreur mise à jour du captcha!"
|
470 |
|
471 |
-
#: lib/wfu_constants.php:
|
472 |
msgid "Unknown captcha error!"
|
473 |
msgstr "Captcha erreur inconnue!"
|
474 |
|
475 |
-
#: lib/wfu_constants.php:
|
476 |
msgid "Captcha not supported by your browser!"
|
477 |
msgstr "Captcha n'a pas supporté par votre navigateur!"
|
478 |
|
479 |
-
#: lib/wfu_constants.php:
|
480 |
msgid "the secret parameter is missing"
|
481 |
msgstr "le paramètre secret est manquant"
|
482 |
|
483 |
-
#: lib/wfu_constants.php:
|
484 |
msgid "the secret parameter is invalid or malformed"
|
485 |
msgstr "le paramètre secret est invalide ou malformé"
|
486 |
|
487 |
-
#: lib/wfu_constants.php:
|
488 |
msgid "the response parameter is missing"
|
489 |
msgstr "le paramètre de réponse est manquant"
|
490 |
|
491 |
-
#: lib/wfu_constants.php:
|
492 |
msgid "the response parameter is invalid or malformed"
|
493 |
msgstr "le paramètre de réponse est invalide ou malformé"
|
494 |
|
495 |
-
#: lib/wfu_constants.php:
|
496 |
msgid "Please do not use drag drop due to an internal problem."
|
497 |
msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
|
498 |
|
499 |
-
#: lib/wfu_constants.php:
|
500 |
#, php-format
|
501 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
502 |
msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
|
503 |
|
504 |
-
#: lib/wfu_constants.php:
|
505 |
msgid "Chunked upload is not allowed!"
|
506 |
msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
|
507 |
|
508 |
-
#: lib/wfu_constants.php:
|
509 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
510 |
msgstr ""
|
511 |
"Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
|
512 |
|
513 |
-
#: lib/wfu_constants.php:
|
514 |
msgid "Chunked upload failed, final file could not be created!"
|
515 |
msgstr ""
|
516 |
"Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
|
517 |
|
518 |
-
#: lib/wfu_constants.php:
|
519 |
#, php-format
|
520 |
msgid "Could not write file chuck to destination on chunk %d"
|
521 |
msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
|
522 |
|
523 |
-
#: lib/wfu_constants.php:
|
524 |
#, php-format
|
525 |
msgid "Could not enlarge destination file on chunk %d"
|
526 |
msgstr "Impossible agrandir fichier de destination sur bloc %d"
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
#, php-format
|
530 |
msgid "Could not open file handles on chunk %d"
|
531 |
msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
|
532 |
|
533 |
-
#: lib/wfu_constants.php:
|
534 |
msgid "You are not allowed to delete this file!"
|
535 |
msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
|
536 |
|
537 |
-
#: lib/wfu_constants.php:
|
538 |
msgid "Upload skipped! File already exists."
|
539 |
msgstr "Envoi ignoré ! Le fichier existe déjà."
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
msgid "The extension of the file does not match its contents."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: lib/wfu_constants.php:
|
546 |
msgid ""
|
547 |
"Upload succeeded but the file is suspicious because its contents do not "
|
548 |
"match its extension. Its proper filename is: "
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: lib/wfu_constants.php:
|
552 |
msgid "No files have been selected!"
|
553 |
msgstr "Aucun fichier n'a été envoyé !"
|
554 |
|
555 |
-
#: lib/wfu_constants.php:
|
556 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
557 |
msgstr ""
|
558 |
"WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
|
559 |
"envoyer."
|
560 |
|
561 |
-
#: lib/wfu_constants.php:
|
562 |
msgid "Notification email was not sent because there were no files uploaded."
|
563 |
msgstr ""
|
564 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
|
565 |
"envoyer."
|
566 |
|
567 |
-
#: lib/wfu_constants.php:
|
568 |
msgid ""
|
569 |
"Notification email was not sent because no recipients were defined. Please "
|
570 |
"check notifyrecipients attribute in the shortcode."
|
@@ -572,7 +584,7 @@ msgstr ""
|
|
572 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
|
573 |
"Merci de vérifier l'attribut notifyrecipients dans le shortcode."
|
574 |
|
575 |
-
#: lib/wfu_constants.php:
|
576 |
msgid ""
|
577 |
"Notification email was not sent due to an error. Please check "
|
578 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -580,7 +592,7 @@ msgstr ""
|
|
580 |
"Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
|
581 |
"vérifier les attributs notifyrecipients, notifysubject et notifymessage."
|
582 |
|
583 |
-
#: lib/wfu_constants.php:
|
584 |
msgid ""
|
585 |
"Redirection not executed because redirection link is empty. Please check "
|
586 |
"redirectlink attribute."
|
@@ -588,14 +600,14 @@ msgstr ""
|
|
588 |
"La redirection n'a pas été effectuée car le lien de redirection est vide. "
|
589 |
"Merci de vérifier l'attribut redirectlink."
|
590 |
|
591 |
-
#: lib/wfu_constants.php:
|
592 |
msgid ""
|
593 |
"Redirection not executed because not all files were successfully uploaded."
|
594 |
msgstr ""
|
595 |
"La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
|
596 |
"envoyés."
|
597 |
|
598 |
-
#: lib/wfu_constants.php:
|
599 |
msgid ""
|
600 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
601 |
"message persists, contact administrator."
|
@@ -603,7 +615,7 @@ msgstr ""
|
|
603 |
"Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
|
604 |
"le message persiste, contactez l' administrateur."
|
605 |
|
606 |
-
#: lib/wfu_constants.php:
|
607 |
msgid ""
|
608 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
609 |
"again to edit the shortcode."
|
@@ -611,7 +623,7 @@ msgstr ""
|
|
611 |
"Impossible de modifier le shortcode parce que le contenu de la page a "
|
612 |
"changé. Essayez à nouveau de modifier le shortcode."
|
613 |
|
614 |
-
#: lib/wfu_constants.php:
|
615 |
msgid ""
|
616 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
617 |
"again to delete it."
|
@@ -619,7 +631,7 @@ msgstr ""
|
|
619 |
"Impossible de supprimer le shortcode parce que le contenu de la page a "
|
620 |
"changé. Essayez à nouveau de le supprimer."
|
621 |
|
622 |
-
#: lib/wfu_constants.php:
|
623 |
msgid ""
|
624 |
"The page containing the shortcode has been modified and it is no longer "
|
625 |
"valid. Please go back to reload the shortcode."
|
@@ -627,7 +639,7 @@ msgstr ""
|
|
627 |
"La page contenant le shortcode a été modifié et il n'est plus valide. "
|
628 |
"Rechargez le shortcode."
|
629 |
|
630 |
-
#: lib/wfu_constants.php:
|
631 |
msgid ""
|
632 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
633 |
"back to reload the shortcode."
|
@@ -635,7 +647,7 @@ msgstr ""
|
|
635 |
"Impossible de mettre à jour le shortcode parce que le contenu de la page a "
|
636 |
"changé. Rechargez le shortcode."
|
637 |
|
638 |
-
#: lib/wfu_constants.php:
|
639 |
msgid ""
|
640 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
641 |
"go back and reload the shortcode."
|
@@ -643,39 +655,39 @@ msgstr ""
|
|
643 |
"Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
|
644 |
"persiste, rechargez le shortcode."
|
645 |
|
646 |
-
#: lib/wfu_constants.php:
|
647 |
msgid "This is a test message"
|
648 |
msgstr "Ceci est un message de test"
|
649 |
|
650 |
-
#: lib/wfu_constants.php:
|
651 |
msgid "This is a test administrator message"
|
652 |
msgstr "Ceci est un message administrateur de test"
|
653 |
|
654 |
-
#: lib/wfu_constants.php:
|
655 |
msgid "File testfile 1 under test"
|
656 |
msgstr "File testfile 1 under test"
|
657 |
|
658 |
-
#: lib/wfu_constants.php:
|
659 |
msgid "File testfile 1 message"
|
660 |
msgstr "File testfile 1 message"
|
661 |
|
662 |
-
#: lib/wfu_constants.php:
|
663 |
msgid "File testfile 1 administrator message"
|
664 |
msgstr "Message administrateur File testfile"
|
665 |
|
666 |
-
#: lib/wfu_constants.php:
|
667 |
msgid "File testfile 2 under test"
|
668 |
msgstr "En test File testfile"
|
669 |
|
670 |
-
#: lib/wfu_constants.php:
|
671 |
msgid "File testfile 2 message"
|
672 |
msgstr "Message File testfile 2"
|
673 |
|
674 |
-
#: lib/wfu_constants.php:
|
675 |
msgid "File testfile 2 administrator message"
|
676 |
msgstr "Message administrateur File testfile 2"
|
677 |
|
678 |
-
#: lib/wfu_constants.php:
|
679 |
msgid ""
|
680 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
681 |
"current user."
|
@@ -683,7 +695,7 @@ msgstr ""
|
|
683 |
"Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
|
684 |
"l'utilisateur courant."
|
685 |
|
686 |
-
#: lib/wfu_constants.php:
|
687 |
msgid ""
|
688 |
"Insert variable %username% inside text. It will be replaced by the username "
|
689 |
"of the current user."
|
@@ -691,7 +703,7 @@ msgstr ""
|
|
691 |
"Insérez la variable %username% dans le texte. Il sera remplacé par le "
|
692 |
"username de l'utilisateur courant."
|
693 |
|
694 |
-
#: lib/wfu_constants.php:
|
695 |
msgid ""
|
696 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
697 |
"the current user."
|
@@ -699,7 +711,7 @@ msgstr ""
|
|
699 |
"Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
|
700 |
"de l'utilisateur courant."
|
701 |
|
702 |
-
#: lib/wfu_constants.php:
|
703 |
msgid ""
|
704 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
705 |
"of the uploaded file."
|
@@ -707,7 +719,7 @@ msgstr ""
|
|
707 |
"Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
|
708 |
"fichier à envoyer."
|
709 |
|
710 |
-
#: lib/wfu_constants.php:
|
711 |
msgid ""
|
712 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
713 |
"filepath of the uploaded file."
|
@@ -715,7 +727,7 @@ msgstr ""
|
|
715 |
"Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
|
716 |
"complet du fichier envoyé."
|
717 |
|
718 |
-
#: lib/wfu_constants.php:
|
719 |
msgid ""
|
720 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
721 |
"the website."
|
@@ -723,7 +735,7 @@ msgstr ""
|
|
723 |
"Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
|
724 |
"blog du site web."
|
725 |
|
726 |
-
#: lib/wfu_constants.php:
|
727 |
msgid ""
|
728 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
729 |
"current page."
|
@@ -731,7 +743,7 @@ msgstr ""
|
|
731 |
"Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
|
732 |
"page en cours."
|
733 |
|
734 |
-
#: lib/wfu_constants.php:
|
735 |
msgid ""
|
736 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
737 |
"the current page."
|
@@ -739,7 +751,7 @@ msgstr ""
|
|
739 |
"Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
|
740 |
"la page courante."
|
741 |
|
742 |
-
#: lib/wfu_constants.php:
|
743 |
msgid ""
|
744 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
745 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -749,142 +761,142 @@ msgstr ""
|
|
749 |
"l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
|
750 |
"l'utilisateur aura entré dans ce champ."
|
751 |
|
752 |
-
#: lib/wfu_constants.php:
|
753 |
msgid "Insert variable %n% inside text to denote a line change."
|
754 |
msgstr ""
|
755 |
"Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
|
756 |
"de ligne."
|
757 |
|
758 |
-
#: lib/wfu_constants.php:
|
759 |
msgid "Test Mode"
|
760 |
msgstr "Mode de test"
|
761 |
|
762 |
-
#: lib/wfu_constants.php:
|
763 |
msgid "select dir..."
|
764 |
msgstr "Sélectionnez dir"
|
765 |
|
766 |
-
#: lib/wfu_constants.php:
|
767 |
msgid "type dir"
|
768 |
msgstr "Saisir dir"
|
769 |
|
770 |
-
#: lib/wfu_constants.php:
|
771 |
msgid "Upload path: %filepath%"
|
772 |
msgstr "Chemin d'upload : %filepath%"
|
773 |
|
774 |
-
#: lib/wfu_constants.php:
|
775 |
msgid "Failed upload path: %filepath%"
|
776 |
msgstr "Mauvais répertoire d'envoi : %filepath%"
|
777 |
|
778 |
-
#: lib/wfu_constants.php:
|
779 |
msgid " (required)"
|
780 |
msgstr " (*)"
|
781 |
|
782 |
-
#: lib/wfu_constants.php:
|
783 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
784 |
msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
|
785 |
|
786 |
-
#: lib/wfu_constants.php:
|
787 |
msgid "checking captcha..."
|
788 |
msgstr "Vérifiez captcha..."
|
789 |
|
790 |
-
#: lib/wfu_constants.php:
|
791 |
msgid "refreshing..."
|
792 |
msgstr "Mise à jour..."
|
793 |
|
794 |
-
#: lib/wfu_constants.php:
|
795 |
msgid "correct captcha"
|
796 |
msgstr "Captcha correctement saisi"
|
797 |
|
798 |
-
#: lib/wfu_constants.php:
|
799 |
msgid "click to continue the upload"
|
800 |
msgstr "Cliquer pour continuer l'envoi"
|
801 |
|
802 |
-
#: lib/wfu_constants.php:
|
803 |
msgid "Are you sure you want to delete this file?"
|
804 |
msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
|
805 |
|
806 |
-
#: lib/wfu_constants.php:
|
807 |
msgid "Upload in progress"
|
808 |
msgstr "Envoi en cours"
|
809 |
|
810 |
-
#: lib/wfu_constants.php:
|
811 |
msgid "Upload in progress with warnings!"
|
812 |
msgstr "Envoi en cours mais avec des avertissements!"
|
813 |
|
814 |
-
#: lib/wfu_constants.php:
|
815 |
msgid "Upload in progress but some files already failed!"
|
816 |
msgstr "Envoi en cours mais certains fichiers ont échoués!"
|
817 |
|
818 |
-
#: lib/wfu_constants.php:
|
819 |
msgid "Upload in progress but no files uploaded so far!"
|
820 |
msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
|
821 |
|
822 |
-
#: lib/wfu_constants.php:
|
823 |
msgid "All files uploaded successfully"
|
824 |
msgstr "Tous les fichiers ont été envoyés avec succès"
|
825 |
|
826 |
-
#: lib/wfu_constants.php:
|
827 |
msgid "All files uploaded successfully but there are warnings!"
|
828 |
msgstr ""
|
829 |
"Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
|
830 |
|
831 |
-
#: lib/wfu_constants.php:
|
832 |
msgid "File uploaded successfully but there are warnings!"
|
833 |
msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
|
834 |
|
835 |
-
#: lib/wfu_constants.php:
|
836 |
msgid "Some files failed to upload!"
|
837 |
msgstr "Certains fichiers n'ont pas été envoyé"
|
838 |
|
839 |
-
#: lib/wfu_constants.php:
|
840 |
msgid "All files failed to upload"
|
841 |
msgstr "Impossible d'envoyer les fichiers"
|
842 |
|
843 |
-
#: lib/wfu_constants.php:
|
844 |
msgid "File failed to upload"
|
845 |
msgstr "Impossible d'envoyer le fichier"
|
846 |
|
847 |
-
#: lib/wfu_constants.php:
|
848 |
msgid "There are no files to upload!"
|
849 |
msgstr "Il n'y a pas de fichiers à envoyer"
|
850 |
|
851 |
-
#: lib/wfu_constants.php:
|
852 |
msgid "Test upload message"
|
853 |
msgstr "Message de test d'upload"
|
854 |
|
855 |
-
#: lib/wfu_constants.php:
|
856 |
msgid "JSON parse warning!"
|
857 |
msgstr "Avertissements d'analyse JSON."
|
858 |
|
859 |
-
#: lib/wfu_constants.php:
|
860 |
msgid "please wait while redirecting..."
|
861 |
msgstr "Merci de patienter pendant la redirection..."
|
862 |
|
863 |
-
#: lib/wfu_constants.php:
|
864 |
msgid "Open visual shortcode editor in new window"
|
865 |
msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
|
866 |
|
867 |
-
#: lib/wfu_constants.php:
|
868 |
msgid "loading visual editor"
|
869 |
msgstr "Chargement de l'éditeur visuel"
|
870 |
|
871 |
-
#: lib/wfu_constants.php:
|
872 |
msgid "Clear file list?"
|
873 |
msgstr "Effacer la liste des fichiers ?"
|
874 |
|
875 |
-
#: lib/wfu_constants.php:
|
876 |
msgid "DROP HERE"
|
877 |
msgstr "Déposer ici"
|
878 |
|
879 |
-
#: lib/wfu_constants.php:
|
880 |
msgid "Wordpress File Upload Form"
|
881 |
msgstr "Wordpress File Upload Formulaire"
|
882 |
|
883 |
-
#: lib/wfu_constants.php:
|
884 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
885 |
msgstr "Wordpress File Upload extension d'upload pour sidebar."
|
886 |
|
887 |
-
#: lib/wfu_constants.php:
|
888 |
msgid "Upload Files"
|
889 |
msgstr "Envoyer des fichiers"
|
890 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-01-19 17:19+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-01-19 17:19+0200\n"
|
7 |
"Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: fr_FR\n"
|
286 |
"Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
|
287 |
"fichier."
|
288 |
|
289 |
+
#: lib/wfu_constants.php:66 lib/wfu_constants.php:184
|
290 |
msgid "Upload failed!"
|
291 |
msgstr "Envoi impossible !"
|
292 |
|
436 |
"Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
|
437 |
|
438 |
#: lib/wfu_constants.php:95
|
439 |
+
msgid ""
|
440 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
441 |
+
"notify administrator."
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: lib/wfu_constants.php:96
|
445 |
+
msgid ""
|
446 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
447 |
+
"use RecaptchaV1 (no account)."
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: lib/wfu_constants.php:97
|
451 |
msgid "ERROR: No site key. Please contact administrator!"
|
452 |
msgstr ""
|
453 |
"Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
|
454 |
|
455 |
+
#: lib/wfu_constants.php:98
|
456 |
msgid ""
|
457 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
458 |
"define Google Recaptcha keys."
|
460 |
"Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
|
461 |
"Tableau de bord pour définir des clés de Google Recaptcha."
|
462 |
|
463 |
+
#: lib/wfu_constants.php:99
|
464 |
msgid "Bad captcha image!"
|
465 |
msgstr "Mauvaise image de captcha !"
|
466 |
|
467 |
+
#: lib/wfu_constants.php:100
|
468 |
msgid "No input!"
|
469 |
msgstr "Aucune entrée !"
|
470 |
|
471 |
+
#: lib/wfu_constants.php:101
|
472 |
msgid "Captcha not completed!"
|
473 |
msgstr "Captcha incomplet !"
|
474 |
|
475 |
+
#: lib/wfu_constants.php:102
|
476 |
msgid "Wrong captcha!"
|
477 |
msgstr "Mauvaise saisie captcha!"
|
478 |
|
479 |
+
#: lib/wfu_constants.php:103
|
480 |
msgid "Error refreshing captcha!"
|
481 |
msgstr "Erreur mise à jour du captcha!"
|
482 |
|
483 |
+
#: lib/wfu_constants.php:104
|
484 |
msgid "Unknown captcha error!"
|
485 |
msgstr "Captcha erreur inconnue!"
|
486 |
|
487 |
+
#: lib/wfu_constants.php:105
|
488 |
msgid "Captcha not supported by your browser!"
|
489 |
msgstr "Captcha n'a pas supporté par votre navigateur!"
|
490 |
|
491 |
+
#: lib/wfu_constants.php:106
|
492 |
msgid "the secret parameter is missing"
|
493 |
msgstr "le paramètre secret est manquant"
|
494 |
|
495 |
+
#: lib/wfu_constants.php:107
|
496 |
msgid "the secret parameter is invalid or malformed"
|
497 |
msgstr "le paramètre secret est invalide ou malformé"
|
498 |
|
499 |
+
#: lib/wfu_constants.php:108
|
500 |
msgid "the response parameter is missing"
|
501 |
msgstr "le paramètre de réponse est manquant"
|
502 |
|
503 |
+
#: lib/wfu_constants.php:109
|
504 |
msgid "the response parameter is invalid or malformed"
|
505 |
msgstr "le paramètre de réponse est invalide ou malformé"
|
506 |
|
507 |
+
#: lib/wfu_constants.php:110
|
508 |
msgid "Please do not use drag drop due to an internal problem."
|
509 |
msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
|
510 |
|
511 |
+
#: lib/wfu_constants.php:111
|
512 |
#, php-format
|
513 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
514 |
msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
|
515 |
|
516 |
+
#: lib/wfu_constants.php:112
|
517 |
msgid "Chunked upload is not allowed!"
|
518 |
msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
|
519 |
|
520 |
+
#: lib/wfu_constants.php:113
|
521 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
522 |
msgstr ""
|
523 |
"Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
|
524 |
|
525 |
+
#: lib/wfu_constants.php:114
|
526 |
msgid "Chunked upload failed, final file could not be created!"
|
527 |
msgstr ""
|
528 |
"Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
|
529 |
|
530 |
+
#: lib/wfu_constants.php:115
|
531 |
#, php-format
|
532 |
msgid "Could not write file chuck to destination on chunk %d"
|
533 |
msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
|
534 |
|
535 |
+
#: lib/wfu_constants.php:116
|
536 |
#, php-format
|
537 |
msgid "Could not enlarge destination file on chunk %d"
|
538 |
msgstr "Impossible agrandir fichier de destination sur bloc %d"
|
539 |
|
540 |
+
#: lib/wfu_constants.php:117
|
541 |
#, php-format
|
542 |
msgid "Could not open file handles on chunk %d"
|
543 |
msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
|
544 |
|
545 |
+
#: lib/wfu_constants.php:118
|
546 |
msgid "You are not allowed to delete this file!"
|
547 |
msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
|
548 |
|
549 |
+
#: lib/wfu_constants.php:120
|
550 |
msgid "Upload skipped! File already exists."
|
551 |
msgstr "Envoi ignoré ! Le fichier existe déjà."
|
552 |
|
553 |
+
#: lib/wfu_constants.php:121
|
554 |
msgid "The extension of the file does not match its contents."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: lib/wfu_constants.php:122
|
558 |
msgid ""
|
559 |
"Upload succeeded but the file is suspicious because its contents do not "
|
560 |
"match its extension. Its proper filename is: "
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: lib/wfu_constants.php:123
|
564 |
msgid "No files have been selected!"
|
565 |
msgstr "Aucun fichier n'a été envoyé !"
|
566 |
|
567 |
+
#: lib/wfu_constants.php:124
|
568 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
569 |
msgstr ""
|
570 |
"WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
|
571 |
"envoyer."
|
572 |
|
573 |
+
#: lib/wfu_constants.php:125
|
574 |
msgid "Notification email was not sent because there were no files uploaded."
|
575 |
msgstr ""
|
576 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
|
577 |
"envoyer."
|
578 |
|
579 |
+
#: lib/wfu_constants.php:126
|
580 |
msgid ""
|
581 |
"Notification email was not sent because no recipients were defined. Please "
|
582 |
"check notifyrecipients attribute in the shortcode."
|
584 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
|
585 |
"Merci de vérifier l'attribut notifyrecipients dans le shortcode."
|
586 |
|
587 |
+
#: lib/wfu_constants.php:127
|
588 |
msgid ""
|
589 |
"Notification email was not sent due to an error. Please check "
|
590 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
592 |
"Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
|
593 |
"vérifier les attributs notifyrecipients, notifysubject et notifymessage."
|
594 |
|
595 |
+
#: lib/wfu_constants.php:128
|
596 |
msgid ""
|
597 |
"Redirection not executed because redirection link is empty. Please check "
|
598 |
"redirectlink attribute."
|
600 |
"La redirection n'a pas été effectuée car le lien de redirection est vide. "
|
601 |
"Merci de vérifier l'attribut redirectlink."
|
602 |
|
603 |
+
#: lib/wfu_constants.php:129
|
604 |
msgid ""
|
605 |
"Redirection not executed because not all files were successfully uploaded."
|
606 |
msgstr ""
|
607 |
"La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
|
608 |
"envoyés."
|
609 |
|
610 |
+
#: lib/wfu_constants.php:131
|
611 |
msgid ""
|
612 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
613 |
"message persists, contact administrator."
|
615 |
"Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
|
616 |
"le message persiste, contactez l' administrateur."
|
617 |
|
618 |
+
#: lib/wfu_constants.php:132
|
619 |
msgid ""
|
620 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
621 |
"again to edit the shortcode."
|
623 |
"Impossible de modifier le shortcode parce que le contenu de la page a "
|
624 |
"changé. Essayez à nouveau de modifier le shortcode."
|
625 |
|
626 |
+
#: lib/wfu_constants.php:133
|
627 |
msgid ""
|
628 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
629 |
"again to delete it."
|
631 |
"Impossible de supprimer le shortcode parce que le contenu de la page a "
|
632 |
"changé. Essayez à nouveau de le supprimer."
|
633 |
|
634 |
+
#: lib/wfu_constants.php:134
|
635 |
msgid ""
|
636 |
"The page containing the shortcode has been modified and it is no longer "
|
637 |
"valid. Please go back to reload the shortcode."
|
639 |
"La page contenant le shortcode a été modifié et il n'est plus valide. "
|
640 |
"Rechargez le shortcode."
|
641 |
|
642 |
+
#: lib/wfu_constants.php:135
|
643 |
msgid ""
|
644 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
645 |
"back to reload the shortcode."
|
647 |
"Impossible de mettre à jour le shortcode parce que le contenu de la page a "
|
648 |
"changé. Rechargez le shortcode."
|
649 |
|
650 |
+
#: lib/wfu_constants.php:136
|
651 |
msgid ""
|
652 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
653 |
"go back and reload the shortcode."
|
655 |
"Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
|
656 |
"persiste, rechargez le shortcode."
|
657 |
|
658 |
+
#: lib/wfu_constants.php:138
|
659 |
msgid "This is a test message"
|
660 |
msgstr "Ceci est un message de test"
|
661 |
|
662 |
+
#: lib/wfu_constants.php:139
|
663 |
msgid "This is a test administrator message"
|
664 |
msgstr "Ceci est un message administrateur de test"
|
665 |
|
666 |
+
#: lib/wfu_constants.php:140
|
667 |
msgid "File testfile 1 under test"
|
668 |
msgstr "File testfile 1 under test"
|
669 |
|
670 |
+
#: lib/wfu_constants.php:141
|
671 |
msgid "File testfile 1 message"
|
672 |
msgstr "File testfile 1 message"
|
673 |
|
674 |
+
#: lib/wfu_constants.php:142
|
675 |
msgid "File testfile 1 administrator message"
|
676 |
msgstr "Message administrateur File testfile"
|
677 |
|
678 |
+
#: lib/wfu_constants.php:143
|
679 |
msgid "File testfile 2 under test"
|
680 |
msgstr "En test File testfile"
|
681 |
|
682 |
+
#: lib/wfu_constants.php:144
|
683 |
msgid "File testfile 2 message"
|
684 |
msgstr "Message File testfile 2"
|
685 |
|
686 |
+
#: lib/wfu_constants.php:145
|
687 |
msgid "File testfile 2 administrator message"
|
688 |
msgstr "Message administrateur File testfile 2"
|
689 |
|
690 |
+
#: lib/wfu_constants.php:147
|
691 |
msgid ""
|
692 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
693 |
"current user."
|
695 |
"Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
|
696 |
"l'utilisateur courant."
|
697 |
|
698 |
+
#: lib/wfu_constants.php:148
|
699 |
msgid ""
|
700 |
"Insert variable %username% inside text. It will be replaced by the username "
|
701 |
"of the current user."
|
703 |
"Insérez la variable %username% dans le texte. Il sera remplacé par le "
|
704 |
"username de l'utilisateur courant."
|
705 |
|
706 |
+
#: lib/wfu_constants.php:149
|
707 |
msgid ""
|
708 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
709 |
"the current user."
|
711 |
"Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
|
712 |
"de l'utilisateur courant."
|
713 |
|
714 |
+
#: lib/wfu_constants.php:150
|
715 |
msgid ""
|
716 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
717 |
"of the uploaded file."
|
719 |
"Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
|
720 |
"fichier à envoyer."
|
721 |
|
722 |
+
#: lib/wfu_constants.php:151
|
723 |
msgid ""
|
724 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
725 |
"filepath of the uploaded file."
|
727 |
"Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
|
728 |
"complet du fichier envoyé."
|
729 |
|
730 |
+
#: lib/wfu_constants.php:152
|
731 |
msgid ""
|
732 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
733 |
"the website."
|
735 |
"Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
|
736 |
"blog du site web."
|
737 |
|
738 |
+
#: lib/wfu_constants.php:153
|
739 |
msgid ""
|
740 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
741 |
"current page."
|
743 |
"Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
|
744 |
"page en cours."
|
745 |
|
746 |
+
#: lib/wfu_constants.php:154
|
747 |
msgid ""
|
748 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
749 |
"the current page."
|
751 |
"Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
|
752 |
"la page courante."
|
753 |
|
754 |
+
#: lib/wfu_constants.php:155
|
755 |
msgid ""
|
756 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
757 |
"drop-down list. It will be replaced by the value that the user entered in "
|
761 |
"l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
|
762 |
"l'utilisateur aura entré dans ce champ."
|
763 |
|
764 |
+
#: lib/wfu_constants.php:156
|
765 |
msgid "Insert variable %n% inside text to denote a line change."
|
766 |
msgstr ""
|
767 |
"Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
|
768 |
"de ligne."
|
769 |
|
770 |
+
#: lib/wfu_constants.php:158
|
771 |
msgid "Test Mode"
|
772 |
msgstr "Mode de test"
|
773 |
|
774 |
+
#: lib/wfu_constants.php:159
|
775 |
msgid "select dir..."
|
776 |
msgstr "Sélectionnez dir"
|
777 |
|
778 |
+
#: lib/wfu_constants.php:160
|
779 |
msgid "type dir"
|
780 |
msgstr "Saisir dir"
|
781 |
|
782 |
+
#: lib/wfu_constants.php:161
|
783 |
msgid "Upload path: %filepath%"
|
784 |
msgstr "Chemin d'upload : %filepath%"
|
785 |
|
786 |
+
#: lib/wfu_constants.php:162
|
787 |
msgid "Failed upload path: %filepath%"
|
788 |
msgstr "Mauvais répertoire d'envoi : %filepath%"
|
789 |
|
790 |
+
#: lib/wfu_constants.php:163
|
791 |
msgid " (required)"
|
792 |
msgstr " (*)"
|
793 |
|
794 |
+
#: lib/wfu_constants.php:164
|
795 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
796 |
msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
|
797 |
|
798 |
+
#: lib/wfu_constants.php:165
|
799 |
msgid "checking captcha..."
|
800 |
msgstr "Vérifiez captcha..."
|
801 |
|
802 |
+
#: lib/wfu_constants.php:166
|
803 |
msgid "refreshing..."
|
804 |
msgstr "Mise à jour..."
|
805 |
|
806 |
+
#: lib/wfu_constants.php:167
|
807 |
msgid "correct captcha"
|
808 |
msgstr "Captcha correctement saisi"
|
809 |
|
810 |
+
#: lib/wfu_constants.php:168
|
811 |
msgid "click to continue the upload"
|
812 |
msgstr "Cliquer pour continuer l'envoi"
|
813 |
|
814 |
+
#: lib/wfu_constants.php:169
|
815 |
msgid "Are you sure you want to delete this file?"
|
816 |
msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
|
817 |
|
818 |
+
#: lib/wfu_constants.php:170
|
819 |
msgid "Upload in progress"
|
820 |
msgstr "Envoi en cours"
|
821 |
|
822 |
+
#: lib/wfu_constants.php:171
|
823 |
msgid "Upload in progress with warnings!"
|
824 |
msgstr "Envoi en cours mais avec des avertissements!"
|
825 |
|
826 |
+
#: lib/wfu_constants.php:172
|
827 |
msgid "Upload in progress but some files already failed!"
|
828 |
msgstr "Envoi en cours mais certains fichiers ont échoués!"
|
829 |
|
830 |
+
#: lib/wfu_constants.php:173
|
831 |
msgid "Upload in progress but no files uploaded so far!"
|
832 |
msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
|
833 |
|
834 |
+
#: lib/wfu_constants.php:174
|
835 |
msgid "All files uploaded successfully"
|
836 |
msgstr "Tous les fichiers ont été envoyés avec succès"
|
837 |
|
838 |
+
#: lib/wfu_constants.php:175
|
839 |
msgid "All files uploaded successfully but there are warnings!"
|
840 |
msgstr ""
|
841 |
"Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
|
842 |
|
843 |
+
#: lib/wfu_constants.php:176
|
844 |
msgid "File uploaded successfully but there are warnings!"
|
845 |
msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
|
846 |
|
847 |
+
#: lib/wfu_constants.php:177
|
848 |
msgid "Some files failed to upload!"
|
849 |
msgstr "Certains fichiers n'ont pas été envoyé"
|
850 |
|
851 |
+
#: lib/wfu_constants.php:178
|
852 |
msgid "All files failed to upload"
|
853 |
msgstr "Impossible d'envoyer les fichiers"
|
854 |
|
855 |
+
#: lib/wfu_constants.php:179
|
856 |
msgid "File failed to upload"
|
857 |
msgstr "Impossible d'envoyer le fichier"
|
858 |
|
859 |
+
#: lib/wfu_constants.php:180
|
860 |
msgid "There are no files to upload!"
|
861 |
msgstr "Il n'y a pas de fichiers à envoyer"
|
862 |
|
863 |
+
#: lib/wfu_constants.php:181
|
864 |
msgid "Test upload message"
|
865 |
msgstr "Message de test d'upload"
|
866 |
|
867 |
+
#: lib/wfu_constants.php:182
|
868 |
msgid "JSON parse warning!"
|
869 |
msgstr "Avertissements d'analyse JSON."
|
870 |
|
871 |
+
#: lib/wfu_constants.php:183
|
872 |
msgid "please wait while redirecting..."
|
873 |
msgstr "Merci de patienter pendant la redirection..."
|
874 |
|
875 |
+
#: lib/wfu_constants.php:185
|
876 |
msgid "Open visual shortcode editor in new window"
|
877 |
msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
|
878 |
|
879 |
+
#: lib/wfu_constants.php:186
|
880 |
msgid "loading visual editor"
|
881 |
msgstr "Chargement de l'éditeur visuel"
|
882 |
|
883 |
+
#: lib/wfu_constants.php:187
|
884 |
msgid "Clear file list?"
|
885 |
msgstr "Effacer la liste des fichiers ?"
|
886 |
|
887 |
+
#: lib/wfu_constants.php:188
|
888 |
msgid "DROP HERE"
|
889 |
msgstr "Déposer ici"
|
890 |
|
891 |
+
#: lib/wfu_constants.php:190
|
892 |
msgid "Wordpress File Upload Form"
|
893 |
msgstr "Wordpress File Upload Formulaire"
|
894 |
|
895 |
+
#: lib/wfu_constants.php:191
|
896 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
897 |
msgstr "Wordpress File Upload extension d'upload pour sidebar."
|
898 |
|
899 |
+
#: lib/wfu_constants.php:192
|
900 |
msgid "Upload Files"
|
901 |
msgstr "Envoyer des fichiers"
|
902 |
|
languages/wp-file-upload-pl_PL.mo
CHANGED
Binary file
|
languages/wp-file-upload-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -273,7 +273,7 @@ msgid "Upload failed! Error occured while attemting to upload the file."
|
|
273 |
msgstr ""
|
274 |
"Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
|
275 |
|
276 |
-
#: lib/wfu_constants.php:66
|
277 |
msgid "Upload failed!"
|
278 |
msgstr "BŁĄD PRZESYŁANIA!!!"
|
279 |
|
@@ -419,129 +419,141 @@ msgid ""
|
|
419 |
msgstr ""
|
420 |
|
421 |
#: lib/wfu_constants.php:95
|
422 |
-
msgid "
|
|
|
|
|
423 |
msgstr ""
|
424 |
|
425 |
#: lib/wfu_constants.php:96
|
426 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
428 |
"define Google Recaptcha keys."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: lib/wfu_constants.php:
|
432 |
msgid "Bad captcha image!"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: lib/wfu_constants.php:
|
436 |
msgid "No input!"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: lib/wfu_constants.php:
|
440 |
msgid "Captcha not completed!"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: lib/wfu_constants.php:
|
444 |
msgid "Wrong captcha!"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: lib/wfu_constants.php:
|
448 |
msgid "Error refreshing captcha!"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: lib/wfu_constants.php:
|
452 |
msgid "Unknown captcha error!"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: lib/wfu_constants.php:
|
456 |
msgid "Captcha not supported by your browser!"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: lib/wfu_constants.php:
|
460 |
msgid "the secret parameter is missing"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: lib/wfu_constants.php:
|
464 |
msgid "the secret parameter is invalid or malformed"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: lib/wfu_constants.php:
|
468 |
msgid "the response parameter is missing"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: lib/wfu_constants.php:
|
472 |
msgid "the response parameter is invalid or malformed"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: lib/wfu_constants.php:
|
476 |
msgid "Please do not use drag drop due to an internal problem."
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: lib/wfu_constants.php:
|
480 |
#, php-format
|
481 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid "Chunked upload is not allowed!"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: lib/wfu_constants.php:
|
489 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: lib/wfu_constants.php:
|
493 |
msgid "Chunked upload failed, final file could not be created!"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: lib/wfu_constants.php:
|
497 |
#, php-format
|
498 |
msgid "Could not write file chuck to destination on chunk %d"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: lib/wfu_constants.php:
|
502 |
#, php-format
|
503 |
msgid "Could not enlarge destination file on chunk %d"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: lib/wfu_constants.php:
|
507 |
#, php-format
|
508 |
msgid "Could not open file handles on chunk %d"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: lib/wfu_constants.php:
|
512 |
msgid "You are not allowed to delete this file!"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: lib/wfu_constants.php:
|
516 |
msgid "Upload skipped! File already exists."
|
517 |
msgstr "Przepraszamy, ten plik już istnieje!"
|
518 |
|
519 |
-
#: lib/wfu_constants.php:
|
520 |
msgid "The extension of the file does not match its contents."
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: lib/wfu_constants.php:
|
524 |
msgid ""
|
525 |
"Upload succeeded but the file is suspicious because its contents do not "
|
526 |
"match its extension. Its proper filename is: "
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: lib/wfu_constants.php:
|
530 |
msgid "No files have been selected!"
|
531 |
msgstr "Nie wybrano żadnych plików"
|
532 |
|
533 |
-
#: lib/wfu_constants.php:
|
534 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
535 |
msgstr ""
|
536 |
"WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
|
537 |
|
538 |
-
#: lib/wfu_constants.php:
|
539 |
msgid "Notification email was not sent because there were no files uploaded."
|
540 |
msgstr ""
|
541 |
"Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
|
542 |
"pliki."
|
543 |
|
544 |
-
#: lib/wfu_constants.php:
|
545 |
msgid ""
|
546 |
"Notification email was not sent because no recipients were defined. Please "
|
547 |
"check notifyrecipients attribute in the shortcode."
|
@@ -549,7 +561,7 @@ msgstr ""
|
|
549 |
"Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
|
550 |
"zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
|
551 |
|
552 |
-
#: lib/wfu_constants.php:
|
553 |
msgid ""
|
554 |
"Notification email was not sent due to an error. Please check "
|
555 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -557,7 +569,7 @@ msgstr ""
|
|
557 |
"Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
|
558 |
"notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
|
559 |
|
560 |
-
#: lib/wfu_constants.php:
|
561 |
msgid ""
|
562 |
"Redirection not executed because redirection link is empty. Please check "
|
563 |
"redirectlink attribute."
|
@@ -565,14 +577,14 @@ msgstr ""
|
|
565 |
"Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
|
566 |
"Sprawdź atrybut redirectlink."
|
567 |
|
568 |
-
#: lib/wfu_constants.php:
|
569 |
msgid ""
|
570 |
"Redirection not executed because not all files were successfully uploaded."
|
571 |
msgstr ""
|
572 |
"Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
|
573 |
"załadowane."
|
574 |
|
575 |
-
#: lib/wfu_constants.php:
|
576 |
msgid ""
|
577 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
578 |
"message persists, contact administrator."
|
@@ -580,7 +592,7 @@ msgstr ""
|
|
580 |
"Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
|
581 |
"komunikat będzie się powtarzał, skontaktuj się z administratorem."
|
582 |
|
583 |
-
#: lib/wfu_constants.php:
|
584 |
msgid ""
|
585 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
586 |
"again to edit the shortcode."
|
@@ -588,7 +600,7 @@ msgstr ""
|
|
588 |
"Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
589 |
"ponownie."
|
590 |
|
591 |
-
#: lib/wfu_constants.php:
|
592 |
msgid ""
|
593 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
594 |
"again to delete it."
|
@@ -596,7 +608,7 @@ msgstr ""
|
|
596 |
"Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
597 |
"ponownie."
|
598 |
|
599 |
-
#: lib/wfu_constants.php:
|
600 |
msgid ""
|
601 |
"The page containing the shortcode has been modified and it is no longer "
|
602 |
"valid. Please go back to reload the shortcode."
|
@@ -604,7 +616,7 @@ msgstr ""
|
|
604 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
605 |
"przeładować shortcode."
|
606 |
|
607 |
-
#: lib/wfu_constants.php:
|
608 |
msgid ""
|
609 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
610 |
"back to reload the shortcode."
|
@@ -612,7 +624,7 @@ msgstr ""
|
|
612 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
613 |
"przeładować shortcode."
|
614 |
|
615 |
-
#: lib/wfu_constants.php:
|
616 |
msgid ""
|
617 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
618 |
"go back and reload the shortcode."
|
@@ -620,39 +632,39 @@ msgstr ""
|
|
620 |
"Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
|
621 |
"nie ustąpi, wrócić i ponownie załadować shortcode."
|
622 |
|
623 |
-
#: lib/wfu_constants.php:
|
624 |
msgid "This is a test message"
|
625 |
msgstr "To jest wiadomość testowa"
|
626 |
|
627 |
-
#: lib/wfu_constants.php:
|
628 |
msgid "This is a test administrator message"
|
629 |
msgstr "To jest wiadomość testowa administratora"
|
630 |
|
631 |
-
#: lib/wfu_constants.php:
|
632 |
msgid "File testfile 1 under test"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: lib/wfu_constants.php:
|
636 |
msgid "File testfile 1 message"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: lib/wfu_constants.php:
|
640 |
msgid "File testfile 1 administrator message"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: lib/wfu_constants.php:
|
644 |
msgid "File testfile 2 under test"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: lib/wfu_constants.php:
|
648 |
msgid "File testfile 2 message"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: lib/wfu_constants.php:
|
652 |
msgid "File testfile 2 administrator message"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: lib/wfu_constants.php:
|
656 |
msgid ""
|
657 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
658 |
"current user."
|
@@ -660,7 +672,7 @@ msgstr ""
|
|
660 |
"Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
|
661 |
"identyfikator bieżącego użytkownika."
|
662 |
|
663 |
-
#: lib/wfu_constants.php:
|
664 |
msgid ""
|
665 |
"Insert variable %username% inside text. It will be replaced by the username "
|
666 |
"of the current user."
|
@@ -668,7 +680,7 @@ msgstr ""
|
|
668 |
"Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
|
669 |
"użytkownika bieżącego użytkownika."
|
670 |
|
671 |
-
#: lib/wfu_constants.php:
|
672 |
msgid ""
|
673 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
674 |
"the current user."
|
@@ -676,7 +688,7 @@ msgstr ""
|
|
676 |
"Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
|
677 |
"mail bieżącego użytkownika."
|
678 |
|
679 |
-
#: lib/wfu_constants.php:
|
680 |
msgid ""
|
681 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
682 |
"of the uploaded file."
|
@@ -684,7 +696,7 @@ msgstr ""
|
|
684 |
"Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
|
685 |
"pliku przesłane."
|
686 |
|
687 |
-
#: lib/wfu_constants.php:
|
688 |
msgid ""
|
689 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
690 |
"filepath of the uploaded file."
|
@@ -692,7 +704,7 @@ msgstr ""
|
|
692 |
"Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
|
693 |
"filepath przesyłanego pliku."
|
694 |
|
695 |
-
#: lib/wfu_constants.php:
|
696 |
msgid ""
|
697 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
698 |
"the website."
|
@@ -700,13 +712,13 @@ msgstr ""
|
|
700 |
"Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
|
701 |
"identyfikator blog strony internetowej."
|
702 |
|
703 |
-
#: lib/wfu_constants.php:
|
704 |
msgid ""
|
705 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
706 |
"current page."
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: lib/wfu_constants.php:
|
710 |
msgid ""
|
711 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
712 |
"the current page."
|
@@ -714,7 +726,7 @@ msgstr ""
|
|
714 |
"Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
|
715 |
"bieżącej strony."
|
716 |
|
717 |
-
#: lib/wfu_constants.php:
|
718 |
msgid ""
|
719 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
720 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -724,139 +736,139 @@ msgstr ""
|
|
724 |
"listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
|
725 |
"wpisuje w tej dziedzinie."
|
726 |
|
727 |
-
#: lib/wfu_constants.php:
|
728 |
msgid "Insert variable %n% inside text to denote a line change."
|
729 |
msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
|
730 |
|
731 |
-
#: lib/wfu_constants.php:
|
732 |
msgid "Test Mode"
|
733 |
msgstr "Tryb testowy"
|
734 |
|
735 |
-
#: lib/wfu_constants.php:
|
736 |
msgid "select dir..."
|
737 |
msgstr "Wybierz dir..."
|
738 |
|
739 |
-
#: lib/wfu_constants.php:
|
740 |
msgid "type dir"
|
741 |
msgstr "Typ dir"
|
742 |
|
743 |
-
#: lib/wfu_constants.php:
|
744 |
msgid "Upload path: %filepath%"
|
745 |
msgstr "Wgraj %filepath%"
|
746 |
|
747 |
-
#: lib/wfu_constants.php:
|
748 |
msgid "Failed upload path: %filepath%"
|
749 |
msgstr "Nieudane przesyłanie: %filepath%"
|
750 |
|
751 |
-
#: lib/wfu_constants.php:
|
752 |
msgid " (required)"
|
753 |
msgstr "*"
|
754 |
|
755 |
-
#: lib/wfu_constants.php:
|
756 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
757 |
msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
|
758 |
|
759 |
-
#: lib/wfu_constants.php:
|
760 |
msgid "checking captcha..."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: lib/wfu_constants.php:
|
764 |
msgid "refreshing..."
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: lib/wfu_constants.php:
|
768 |
msgid "correct captcha"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: lib/wfu_constants.php:
|
772 |
msgid "click to continue the upload"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: lib/wfu_constants.php:
|
776 |
msgid "Are you sure you want to delete this file?"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: lib/wfu_constants.php:
|
780 |
msgid "Upload in progress"
|
781 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
782 |
|
783 |
-
#: lib/wfu_constants.php:
|
784 |
msgid "Upload in progress with warnings!"
|
785 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
786 |
|
787 |
-
#: lib/wfu_constants.php:
|
788 |
msgid "Upload in progress but some files already failed!"
|
789 |
msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
|
790 |
|
791 |
-
#: lib/wfu_constants.php:
|
792 |
msgid "Upload in progress but no files uploaded so far!"
|
793 |
msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
|
794 |
|
795 |
-
#: lib/wfu_constants.php:
|
796 |
msgid "All files uploaded successfully"
|
797 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
798 |
|
799 |
-
#: lib/wfu_constants.php:
|
800 |
msgid "All files uploaded successfully but there are warnings!"
|
801 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
802 |
|
803 |
-
#: lib/wfu_constants.php:
|
804 |
msgid "File uploaded successfully but there are warnings!"
|
805 |
msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
|
806 |
|
807 |
-
#: lib/wfu_constants.php:
|
808 |
msgid "Some files failed to upload!"
|
809 |
msgstr "Niektóre pliki zostały anulowane!"
|
810 |
|
811 |
-
#: lib/wfu_constants.php:
|
812 |
msgid "All files failed to upload"
|
813 |
msgstr "Wszystkie pliki zostały anulowane"
|
814 |
|
815 |
-
#: lib/wfu_constants.php:
|
816 |
msgid "File failed to upload"
|
817 |
msgstr "Nie udało się przesłać pliku"
|
818 |
|
819 |
-
#: lib/wfu_constants.php:
|
820 |
msgid "There are no files to upload!"
|
821 |
msgstr "Brak plików do wysłania"
|
822 |
|
823 |
-
#: lib/wfu_constants.php:
|
824 |
msgid "Test upload message"
|
825 |
msgstr "To jest wiadomość testowa"
|
826 |
|
827 |
-
#: lib/wfu_constants.php:
|
828 |
msgid "JSON parse warning!"
|
829 |
msgstr "JSON analizować ostrzeżenie!"
|
830 |
|
831 |
-
#: lib/wfu_constants.php:
|
832 |
msgid "please wait while redirecting..."
|
833 |
msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
|
834 |
|
835 |
-
#: lib/wfu_constants.php:
|
836 |
msgid "Open visual shortcode editor in new window"
|
837 |
msgstr "Otwórz edytor w nowym oknie"
|
838 |
|
839 |
-
#: lib/wfu_constants.php:
|
840 |
msgid "loading visual editor"
|
841 |
msgstr "Ładowanie wizualnego edytora"
|
842 |
|
843 |
-
#: lib/wfu_constants.php:
|
844 |
msgid "Clear file list?"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: lib/wfu_constants.php:
|
848 |
msgid "DROP HERE"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: lib/wfu_constants.php:
|
852 |
msgid "Wordpress File Upload Form"
|
853 |
msgstr "Formularz przesyłania plików WPFU"
|
854 |
|
855 |
-
#: lib/wfu_constants.php:
|
856 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: lib/wfu_constants.php:
|
860 |
msgid "Upload Files"
|
861 |
msgstr ""
|
862 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-01-19 17:19+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-01-19 17:19+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: pl_PL\n"
|
273 |
msgstr ""
|
274 |
"Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
|
275 |
|
276 |
+
#: lib/wfu_constants.php:66 lib/wfu_constants.php:184
|
277 |
msgid "Upload failed!"
|
278 |
msgstr "BŁĄD PRZESYŁANIA!!!"
|
279 |
|
419 |
msgstr ""
|
420 |
|
421 |
#: lib/wfu_constants.php:95
|
422 |
+
msgid ""
|
423 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
424 |
+
"notify administrator."
|
425 |
msgstr ""
|
426 |
|
427 |
#: lib/wfu_constants.php:96
|
428 |
msgid ""
|
429 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
430 |
+
"use RecaptchaV1 (no account)."
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: lib/wfu_constants.php:97
|
434 |
+
msgid "ERROR: No site key. Please contact administrator!"
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: lib/wfu_constants.php:98
|
438 |
+
msgid ""
|
439 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
440 |
"define Google Recaptcha keys."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: lib/wfu_constants.php:99
|
444 |
msgid "Bad captcha image!"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: lib/wfu_constants.php:100
|
448 |
msgid "No input!"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: lib/wfu_constants.php:101
|
452 |
msgid "Captcha not completed!"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: lib/wfu_constants.php:102
|
456 |
msgid "Wrong captcha!"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: lib/wfu_constants.php:103
|
460 |
msgid "Error refreshing captcha!"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: lib/wfu_constants.php:104
|
464 |
msgid "Unknown captcha error!"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: lib/wfu_constants.php:105
|
468 |
msgid "Captcha not supported by your browser!"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: lib/wfu_constants.php:106
|
472 |
msgid "the secret parameter is missing"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: lib/wfu_constants.php:107
|
476 |
msgid "the secret parameter is invalid or malformed"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: lib/wfu_constants.php:108
|
480 |
msgid "the response parameter is missing"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: lib/wfu_constants.php:109
|
484 |
msgid "the response parameter is invalid or malformed"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: lib/wfu_constants.php:110
|
488 |
msgid "Please do not use drag drop due to an internal problem."
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: lib/wfu_constants.php:111
|
492 |
#, php-format
|
493 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: lib/wfu_constants.php:112
|
497 |
msgid "Chunked upload is not allowed!"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: lib/wfu_constants.php:113
|
501 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: lib/wfu_constants.php:114
|
505 |
msgid "Chunked upload failed, final file could not be created!"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: lib/wfu_constants.php:115
|
509 |
#, php-format
|
510 |
msgid "Could not write file chuck to destination on chunk %d"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: lib/wfu_constants.php:116
|
514 |
#, php-format
|
515 |
msgid "Could not enlarge destination file on chunk %d"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: lib/wfu_constants.php:117
|
519 |
#, php-format
|
520 |
msgid "Could not open file handles on chunk %d"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: lib/wfu_constants.php:118
|
524 |
msgid "You are not allowed to delete this file!"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: lib/wfu_constants.php:120
|
528 |
msgid "Upload skipped! File already exists."
|
529 |
msgstr "Przepraszamy, ten plik już istnieje!"
|
530 |
|
531 |
+
#: lib/wfu_constants.php:121
|
532 |
msgid "The extension of the file does not match its contents."
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: lib/wfu_constants.php:122
|
536 |
msgid ""
|
537 |
"Upload succeeded but the file is suspicious because its contents do not "
|
538 |
"match its extension. Its proper filename is: "
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/wfu_constants.php:123
|
542 |
msgid "No files have been selected!"
|
543 |
msgstr "Nie wybrano żadnych plików"
|
544 |
|
545 |
+
#: lib/wfu_constants.php:124
|
546 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
547 |
msgstr ""
|
548 |
"WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
|
549 |
|
550 |
+
#: lib/wfu_constants.php:125
|
551 |
msgid "Notification email was not sent because there were no files uploaded."
|
552 |
msgstr ""
|
553 |
"Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
|
554 |
"pliki."
|
555 |
|
556 |
+
#: lib/wfu_constants.php:126
|
557 |
msgid ""
|
558 |
"Notification email was not sent because no recipients were defined. Please "
|
559 |
"check notifyrecipients attribute in the shortcode."
|
561 |
"Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
|
562 |
"zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
|
563 |
|
564 |
+
#: lib/wfu_constants.php:127
|
565 |
msgid ""
|
566 |
"Notification email was not sent due to an error. Please check "
|
567 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
569 |
"Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
|
570 |
"notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
|
571 |
|
572 |
+
#: lib/wfu_constants.php:128
|
573 |
msgid ""
|
574 |
"Redirection not executed because redirection link is empty. Please check "
|
575 |
"redirectlink attribute."
|
577 |
"Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
|
578 |
"Sprawdź atrybut redirectlink."
|
579 |
|
580 |
+
#: lib/wfu_constants.php:129
|
581 |
msgid ""
|
582 |
"Redirection not executed because not all files were successfully uploaded."
|
583 |
msgstr ""
|
584 |
"Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
|
585 |
"załadowane."
|
586 |
|
587 |
+
#: lib/wfu_constants.php:131
|
588 |
msgid ""
|
589 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
590 |
"message persists, contact administrator."
|
592 |
"Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
|
593 |
"komunikat będzie się powtarzał, skontaktuj się z administratorem."
|
594 |
|
595 |
+
#: lib/wfu_constants.php:132
|
596 |
msgid ""
|
597 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
598 |
"again to edit the shortcode."
|
600 |
"Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
601 |
"ponownie."
|
602 |
|
603 |
+
#: lib/wfu_constants.php:133
|
604 |
msgid ""
|
605 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
606 |
"again to delete it."
|
608 |
"Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
609 |
"ponownie."
|
610 |
|
611 |
+
#: lib/wfu_constants.php:134
|
612 |
msgid ""
|
613 |
"The page containing the shortcode has been modified and it is no longer "
|
614 |
"valid. Please go back to reload the shortcode."
|
616 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
617 |
"przeładować shortcode."
|
618 |
|
619 |
+
#: lib/wfu_constants.php:135
|
620 |
msgid ""
|
621 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
622 |
"back to reload the shortcode."
|
624 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
625 |
"przeładować shortcode."
|
626 |
|
627 |
+
#: lib/wfu_constants.php:136
|
628 |
msgid ""
|
629 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
630 |
"go back and reload the shortcode."
|
632 |
"Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
|
633 |
"nie ustąpi, wrócić i ponownie załadować shortcode."
|
634 |
|
635 |
+
#: lib/wfu_constants.php:138
|
636 |
msgid "This is a test message"
|
637 |
msgstr "To jest wiadomość testowa"
|
638 |
|
639 |
+
#: lib/wfu_constants.php:139
|
640 |
msgid "This is a test administrator message"
|
641 |
msgstr "To jest wiadomość testowa administratora"
|
642 |
|
643 |
+
#: lib/wfu_constants.php:140
|
644 |
msgid "File testfile 1 under test"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/wfu_constants.php:141
|
648 |
msgid "File testfile 1 message"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/wfu_constants.php:142
|
652 |
msgid "File testfile 1 administrator message"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: lib/wfu_constants.php:143
|
656 |
msgid "File testfile 2 under test"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: lib/wfu_constants.php:144
|
660 |
msgid "File testfile 2 message"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: lib/wfu_constants.php:145
|
664 |
msgid "File testfile 2 administrator message"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: lib/wfu_constants.php:147
|
668 |
msgid ""
|
669 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
670 |
"current user."
|
672 |
"Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
|
673 |
"identyfikator bieżącego użytkownika."
|
674 |
|
675 |
+
#: lib/wfu_constants.php:148
|
676 |
msgid ""
|
677 |
"Insert variable %username% inside text. It will be replaced by the username "
|
678 |
"of the current user."
|
680 |
"Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
|
681 |
"użytkownika bieżącego użytkownika."
|
682 |
|
683 |
+
#: lib/wfu_constants.php:149
|
684 |
msgid ""
|
685 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
686 |
"the current user."
|
688 |
"Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
|
689 |
"mail bieżącego użytkownika."
|
690 |
|
691 |
+
#: lib/wfu_constants.php:150
|
692 |
msgid ""
|
693 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
694 |
"of the uploaded file."
|
696 |
"Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
|
697 |
"pliku przesłane."
|
698 |
|
699 |
+
#: lib/wfu_constants.php:151
|
700 |
msgid ""
|
701 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
702 |
"filepath of the uploaded file."
|
704 |
"Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
|
705 |
"filepath przesyłanego pliku."
|
706 |
|
707 |
+
#: lib/wfu_constants.php:152
|
708 |
msgid ""
|
709 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
710 |
"the website."
|
712 |
"Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
|
713 |
"identyfikator blog strony internetowej."
|
714 |
|
715 |
+
#: lib/wfu_constants.php:153
|
716 |
msgid ""
|
717 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
718 |
"current page."
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: lib/wfu_constants.php:154
|
722 |
msgid ""
|
723 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
724 |
"the current page."
|
726 |
"Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
|
727 |
"bieżącej strony."
|
728 |
|
729 |
+
#: lib/wfu_constants.php:155
|
730 |
msgid ""
|
731 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
732 |
"drop-down list. It will be replaced by the value that the user entered in "
|
736 |
"listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
|
737 |
"wpisuje w tej dziedzinie."
|
738 |
|
739 |
+
#: lib/wfu_constants.php:156
|
740 |
msgid "Insert variable %n% inside text to denote a line change."
|
741 |
msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
|
742 |
|
743 |
+
#: lib/wfu_constants.php:158
|
744 |
msgid "Test Mode"
|
745 |
msgstr "Tryb testowy"
|
746 |
|
747 |
+
#: lib/wfu_constants.php:159
|
748 |
msgid "select dir..."
|
749 |
msgstr "Wybierz dir..."
|
750 |
|
751 |
+
#: lib/wfu_constants.php:160
|
752 |
msgid "type dir"
|
753 |
msgstr "Typ dir"
|
754 |
|
755 |
+
#: lib/wfu_constants.php:161
|
756 |
msgid "Upload path: %filepath%"
|
757 |
msgstr "Wgraj %filepath%"
|
758 |
|
759 |
+
#: lib/wfu_constants.php:162
|
760 |
msgid "Failed upload path: %filepath%"
|
761 |
msgstr "Nieudane przesyłanie: %filepath%"
|
762 |
|
763 |
+
#: lib/wfu_constants.php:163
|
764 |
msgid " (required)"
|
765 |
msgstr "*"
|
766 |
|
767 |
+
#: lib/wfu_constants.php:164
|
768 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
769 |
msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
|
770 |
|
771 |
+
#: lib/wfu_constants.php:165
|
772 |
msgid "checking captcha..."
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: lib/wfu_constants.php:166
|
776 |
msgid "refreshing..."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: lib/wfu_constants.php:167
|
780 |
msgid "correct captcha"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: lib/wfu_constants.php:168
|
784 |
msgid "click to continue the upload"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: lib/wfu_constants.php:169
|
788 |
msgid "Are you sure you want to delete this file?"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: lib/wfu_constants.php:170
|
792 |
msgid "Upload in progress"
|
793 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
794 |
|
795 |
+
#: lib/wfu_constants.php:171
|
796 |
msgid "Upload in progress with warnings!"
|
797 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
798 |
|
799 |
+
#: lib/wfu_constants.php:172
|
800 |
msgid "Upload in progress but some files already failed!"
|
801 |
msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
|
802 |
|
803 |
+
#: lib/wfu_constants.php:173
|
804 |
msgid "Upload in progress but no files uploaded so far!"
|
805 |
msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
|
806 |
|
807 |
+
#: lib/wfu_constants.php:174
|
808 |
msgid "All files uploaded successfully"
|
809 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
810 |
|
811 |
+
#: lib/wfu_constants.php:175
|
812 |
msgid "All files uploaded successfully but there are warnings!"
|
813 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
814 |
|
815 |
+
#: lib/wfu_constants.php:176
|
816 |
msgid "File uploaded successfully but there are warnings!"
|
817 |
msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
|
818 |
|
819 |
+
#: lib/wfu_constants.php:177
|
820 |
msgid "Some files failed to upload!"
|
821 |
msgstr "Niektóre pliki zostały anulowane!"
|
822 |
|
823 |
+
#: lib/wfu_constants.php:178
|
824 |
msgid "All files failed to upload"
|
825 |
msgstr "Wszystkie pliki zostały anulowane"
|
826 |
|
827 |
+
#: lib/wfu_constants.php:179
|
828 |
msgid "File failed to upload"
|
829 |
msgstr "Nie udało się przesłać pliku"
|
830 |
|
831 |
+
#: lib/wfu_constants.php:180
|
832 |
msgid "There are no files to upload!"
|
833 |
msgstr "Brak plików do wysłania"
|
834 |
|
835 |
+
#: lib/wfu_constants.php:181
|
836 |
msgid "Test upload message"
|
837 |
msgstr "To jest wiadomość testowa"
|
838 |
|
839 |
+
#: lib/wfu_constants.php:182
|
840 |
msgid "JSON parse warning!"
|
841 |
msgstr "JSON analizować ostrzeżenie!"
|
842 |
|
843 |
+
#: lib/wfu_constants.php:183
|
844 |
msgid "please wait while redirecting..."
|
845 |
msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
|
846 |
|
847 |
+
#: lib/wfu_constants.php:185
|
848 |
msgid "Open visual shortcode editor in new window"
|
849 |
msgstr "Otwórz edytor w nowym oknie"
|
850 |
|
851 |
+
#: lib/wfu_constants.php:186
|
852 |
msgid "loading visual editor"
|
853 |
msgstr "Ładowanie wizualnego edytora"
|
854 |
|
855 |
+
#: lib/wfu_constants.php:187
|
856 |
msgid "Clear file list?"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: lib/wfu_constants.php:188
|
860 |
msgid "DROP HERE"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: lib/wfu_constants.php:190
|
864 |
msgid "Wordpress File Upload Form"
|
865 |
msgstr "Formularz przesyłania plików WPFU"
|
866 |
|
867 |
+
#: lib/wfu_constants.php:191
|
868 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: lib/wfu_constants.php:192
|
872 |
msgid "Upload Files"
|
873 |
msgstr ""
|
874 |
|
languages/wp-file-upload-sr_RS.mo
CHANGED
Binary file
|
languages/wp-file-upload-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: sr\n"
|
@@ -281,7 +281,7 @@ msgstr ""
|
|
281 |
"Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
|
282 |
"datoteka."
|
283 |
|
284 |
-
#: lib/wfu_constants.php:66
|
285 |
msgid "Upload failed!"
|
286 |
msgstr "Otpremanje neuspešno! "
|
287 |
|
@@ -430,10 +430,22 @@ msgstr ""
|
|
430 |
"ili koristite RecaptchaV2 (bez naloga)."
|
431 |
|
432 |
#: lib/wfu_constants.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
msgid "ERROR: No site key. Please contact administrator!"
|
434 |
msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
|
435 |
|
436 |
-
#: lib/wfu_constants.php:
|
437 |
msgid ""
|
438 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
439 |
"define Google Recaptcha keys."
|
@@ -441,127 +453,127 @@ msgstr ""
|
|
441 |
"GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
|
442 |
"plugin-a da biste odredili Google Recaptcha ključeve."
|
443 |
|
444 |
-
#: lib/wfu_constants.php:
|
445 |
msgid "Bad captcha image!"
|
446 |
msgstr "Loša captcha slika!"
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "No input!"
|
450 |
msgstr "Nema unosa!"
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid "Captcha not completed!"
|
454 |
msgstr "Captcha nije kompletan!"
|
455 |
|
456 |
-
#: lib/wfu_constants.php:
|
457 |
msgid "Wrong captcha!"
|
458 |
msgstr "Pogrešan captcha!"
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid "Error refreshing captcha!"
|
462 |
msgstr "Greška u osvežavanju captcha!"
|
463 |
|
464 |
-
#: lib/wfu_constants.php:
|
465 |
msgid "Unknown captcha error!"
|
466 |
msgstr "Nepoznata captcha greška!"
|
467 |
|
468 |
-
#: lib/wfu_constants.php:
|
469 |
msgid "Captcha not supported by your browser!"
|
470 |
msgstr "Vaš pretraživač ne podržava captcha!"
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "the secret parameter is missing"
|
474 |
msgstr "nedostaje tajni parametar"
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "the secret parameter is invalid or malformed"
|
478 |
msgstr "tajni parametar je nevažeći ili loše formulisan"
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
msgid "the response parameter is missing"
|
482 |
msgstr "nedostaje parametar odgovora "
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid "the response parameter is invalid or malformed"
|
486 |
msgstr "parametar odgovora je nevažeći ili loše formulisan"
|
487 |
|
488 |
-
#: lib/wfu_constants.php:
|
489 |
msgid "Please do not use drag drop due to an internal problem."
|
490 |
msgstr ""
|
491 |
"Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
|
492 |
"problema."
|
493 |
|
494 |
-
#: lib/wfu_constants.php:
|
495 |
#, php-format
|
496 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
497 |
msgstr ""
|
498 |
"Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
|
499 |
"jedinici memorije %d"
|
500 |
|
501 |
-
#: lib/wfu_constants.php:
|
502 |
msgid "Chunked upload is not allowed!"
|
503 |
msgstr "Parcijalno otpremanje nije dozvoljeno!"
|
504 |
|
505 |
-
#: lib/wfu_constants.php:
|
506 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
507 |
msgstr ""
|
508 |
"Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
|
509 |
"memorije!"
|
510 |
|
511 |
-
#: lib/wfu_constants.php:
|
512 |
msgid "Chunked upload failed, final file could not be created!"
|
513 |
msgstr ""
|
514 |
"Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
|
515 |
"kreirati!"
|
516 |
|
517 |
-
#: lib/wfu_constants.php:
|
518 |
#, php-format
|
519 |
msgid "Could not write file chuck to destination on chunk %d"
|
520 |
msgstr ""
|
521 |
"Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
|
522 |
|
523 |
-
#: lib/wfu_constants.php:
|
524 |
#, php-format
|
525 |
msgid "Could not enlarge destination file on chunk %d"
|
526 |
msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
#, php-format
|
530 |
msgid "Could not open file handles on chunk %d"
|
531 |
msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
|
532 |
|
533 |
-
#: lib/wfu_constants.php:
|
534 |
msgid "You are not allowed to delete this file!"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: lib/wfu_constants.php:
|
538 |
msgid "Upload skipped! File already exists."
|
539 |
msgstr "Otpremanje preskočeno! Datoteka već postoji."
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
msgid "The extension of the file does not match its contents."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: lib/wfu_constants.php:
|
546 |
msgid ""
|
547 |
"Upload succeeded but the file is suspicious because its contents do not "
|
548 |
"match its extension. Its proper filename is: "
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: lib/wfu_constants.php:
|
552 |
msgid "No files have been selected!"
|
553 |
msgstr "Datoteke nisu odabrane!"
|
554 |
|
555 |
-
#: lib/wfu_constants.php:
|
556 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
557 |
msgstr ""
|
558 |
"WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
|
559 |
|
560 |
-
#: lib/wfu_constants.php:
|
561 |
msgid "Notification email was not sent because there were no files uploaded."
|
562 |
msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
|
563 |
|
564 |
-
#: lib/wfu_constants.php:
|
565 |
msgid ""
|
566 |
"Notification email was not sent because no recipients were defined. Please "
|
567 |
"check notifyrecipients attribute in the shortcode."
|
@@ -569,7 +581,7 @@ msgstr ""
|
|
569 |
"Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
|
570 |
"notifyrecipients atribut u shortcode-u."
|
571 |
|
572 |
-
#: lib/wfu_constants.php:
|
573 |
msgid ""
|
574 |
"Notification email was not sent due to an error. Please check "
|
575 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -577,7 +589,7 @@ msgstr ""
|
|
577 |
"Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
|
578 |
"notifysubject i notifymessage atribute da biste našli greške."
|
579 |
|
580 |
-
#: lib/wfu_constants.php:
|
581 |
msgid ""
|
582 |
"Redirection not executed because redirection link is empty. Please check "
|
583 |
"redirectlink attribute."
|
@@ -585,19 +597,19 @@ msgstr ""
|
|
585 |
"Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
|
586 |
"Proverite redirectlink atribut."
|
587 |
|
588 |
-
#: lib/wfu_constants.php:
|
589 |
msgid ""
|
590 |
"Redirection not executed because not all files were successfully uploaded."
|
591 |
msgstr ""
|
592 |
"Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
|
593 |
|
594 |
-
#: lib/wfu_constants.php:
|
595 |
msgid ""
|
596 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
597 |
"message persists, contact administrator."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: lib/wfu_constants.php:
|
601 |
msgid ""
|
602 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
603 |
"again to edit the shortcode."
|
@@ -605,7 +617,7 @@ msgstr ""
|
|
605 |
"Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
606 |
"ponovo da uredite shortcode."
|
607 |
|
608 |
-
#: lib/wfu_constants.php:
|
609 |
msgid ""
|
610 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
611 |
"again to delete it."
|
@@ -613,7 +625,7 @@ msgstr ""
|
|
613 |
"Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
614 |
"ponovo da ga obrišete."
|
615 |
|
616 |
-
#: lib/wfu_constants.php:
|
617 |
msgid ""
|
618 |
"The page containing the shortcode has been modified and it is no longer "
|
619 |
"valid. Please go back to reload the shortcode."
|
@@ -621,7 +633,7 @@ msgstr ""
|
|
621 |
"Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
|
622 |
"da ponovo učitate shortcode."
|
623 |
|
624 |
-
#: lib/wfu_constants.php:
|
625 |
msgid ""
|
626 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
627 |
"back to reload the shortcode."
|
@@ -629,7 +641,7 @@ msgstr ""
|
|
629 |
"Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
|
630 |
"da ponovo učitate shortcode."
|
631 |
|
632 |
-
#: lib/wfu_constants.php:
|
633 |
msgid ""
|
634 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
635 |
"go back and reload the shortcode."
|
@@ -637,39 +649,39 @@ msgstr ""
|
|
637 |
"Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
|
638 |
"vratite se i opet učitajte shortcode."
|
639 |
|
640 |
-
#: lib/wfu_constants.php:
|
641 |
msgid "This is a test message"
|
642 |
msgstr "Ovo je poruka testa"
|
643 |
|
644 |
-
#: lib/wfu_constants.php:
|
645 |
msgid "This is a test administrator message"
|
646 |
msgstr "Ovo je poruka testa administratora "
|
647 |
|
648 |
-
#: lib/wfu_constants.php:
|
649 |
msgid "File testfile 1 under test"
|
650 |
msgstr "Datoteka testfile 1 na testiranju"
|
651 |
|
652 |
-
#: lib/wfu_constants.php:
|
653 |
msgid "File testfile 1 message"
|
654 |
msgstr "Datoteka testfile 1 poruka"
|
655 |
|
656 |
-
#: lib/wfu_constants.php:
|
657 |
msgid "File testfile 1 administrator message"
|
658 |
msgstr "Datoteka testfile 1 poruka administratora"
|
659 |
|
660 |
-
#: lib/wfu_constants.php:
|
661 |
msgid "File testfile 2 under test"
|
662 |
msgstr "Datoteka testfile 2 na testiranju"
|
663 |
|
664 |
-
#: lib/wfu_constants.php:
|
665 |
msgid "File testfile 2 message"
|
666 |
msgstr "Datoteka testfile 2 poruka"
|
667 |
|
668 |
-
#: lib/wfu_constants.php:
|
669 |
msgid "File testfile 2 administrator message"
|
670 |
msgstr "Datoteka testfile 2 poruka administratora"
|
671 |
|
672 |
-
#: lib/wfu_constants.php:
|
673 |
msgid ""
|
674 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
675 |
"current user."
|
@@ -677,7 +689,7 @@ msgstr ""
|
|
677 |
"Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
|
678 |
"korisnika."
|
679 |
|
680 |
-
#: lib/wfu_constants.php:
|
681 |
msgid ""
|
682 |
"Insert variable %username% inside text. It will be replaced by the username "
|
683 |
"of the current user."
|
@@ -685,7 +697,7 @@ msgstr ""
|
|
685 |
"Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
|
686 |
"imenom tekućeg korisnika."
|
687 |
|
688 |
-
#: lib/wfu_constants.php:
|
689 |
msgid ""
|
690 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
691 |
"the current user."
|
@@ -693,7 +705,7 @@ msgstr ""
|
|
693 |
"Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
|
694 |
"korisnika."
|
695 |
|
696 |
-
#: lib/wfu_constants.php:
|
697 |
msgid ""
|
698 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
699 |
"of the uploaded file."
|
@@ -701,7 +713,7 @@ msgstr ""
|
|
701 |
"Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
|
702 |
"otpremljene datoteke."
|
703 |
|
704 |
-
#: lib/wfu_constants.php:
|
705 |
msgid ""
|
706 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
707 |
"filepath of the uploaded file."
|
@@ -709,7 +721,7 @@ msgstr ""
|
|
709 |
"Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
|
710 |
"otpremljene datoteke."
|
711 |
|
712 |
-
#: lib/wfu_constants.php:
|
713 |
msgid ""
|
714 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
715 |
"the website."
|
@@ -717,7 +729,7 @@ msgstr ""
|
|
717 |
"Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
|
718 |
"a."
|
719 |
|
720 |
-
#: lib/wfu_constants.php:
|
721 |
msgid ""
|
722 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
723 |
"current page."
|
@@ -725,7 +737,7 @@ msgstr ""
|
|
725 |
"Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
|
726 |
"stranice."
|
727 |
|
728 |
-
#: lib/wfu_constants.php:
|
729 |
msgid ""
|
730 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
731 |
"the current page."
|
@@ -733,7 +745,7 @@ msgstr ""
|
|
733 |
"Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
|
734 |
"stranice."
|
735 |
|
736 |
-
#: lib/wfu_constants.php:
|
737 |
msgid ""
|
738 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
739 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -742,139 +754,139 @@ msgstr ""
|
|
742 |
"Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
|
743 |
"opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
|
744 |
|
745 |
-
#: lib/wfu_constants.php:
|
746 |
msgid "Insert variable %n% inside text to denote a line change."
|
747 |
msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
|
748 |
|
749 |
-
#: lib/wfu_constants.php:
|
750 |
msgid "Test Mode"
|
751 |
msgstr "Režim testiranja"
|
752 |
|
753 |
-
#: lib/wfu_constants.php:
|
754 |
msgid "select dir..."
|
755 |
msgstr "odaberite dir..."
|
756 |
|
757 |
-
#: lib/wfu_constants.php:
|
758 |
msgid "type dir"
|
759 |
msgstr "vrsta direktorijuma "
|
760 |
|
761 |
-
#: lib/wfu_constants.php:
|
762 |
msgid "Upload path: %filepath%"
|
763 |
msgstr "Putanja otpremanja: %filepath%"
|
764 |
|
765 |
-
#: lib/wfu_constants.php:
|
766 |
msgid "Failed upload path: %filepath%"
|
767 |
msgstr "Putanja otpremanja neuspešna: %filepath%"
|
768 |
|
769 |
-
#: lib/wfu_constants.php:
|
770 |
msgid " (required)"
|
771 |
msgstr "(obavezna)"
|
772 |
|
773 |
-
#: lib/wfu_constants.php:
|
774 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
775 |
msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
|
776 |
|
777 |
-
#: lib/wfu_constants.php:
|
778 |
msgid "checking captcha..."
|
779 |
msgstr "captcha se proverava..."
|
780 |
|
781 |
-
#: lib/wfu_constants.php:
|
782 |
msgid "refreshing..."
|
783 |
msgstr "osvežava se..."
|
784 |
|
785 |
-
#: lib/wfu_constants.php:
|
786 |
msgid "correct captcha"
|
787 |
msgstr "ispravi captcha"
|
788 |
|
789 |
-
#: lib/wfu_constants.php:
|
790 |
msgid "click to continue the upload"
|
791 |
msgstr "kliknite da biste nastavili otpremanje"
|
792 |
|
793 |
-
#: lib/wfu_constants.php:
|
794 |
msgid "Are you sure you want to delete this file?"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: lib/wfu_constants.php:
|
798 |
msgid "Upload in progress"
|
799 |
msgstr "Otpremanje u toku"
|
800 |
|
801 |
-
#: lib/wfu_constants.php:
|
802 |
msgid "Upload in progress with warnings!"
|
803 |
msgstr "Otpremanje sa upozorenjima u toku!"
|
804 |
|
805 |
-
#: lib/wfu_constants.php:
|
806 |
msgid "Upload in progress but some files already failed!"
|
807 |
msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
|
808 |
|
809 |
-
#: lib/wfu_constants.php:
|
810 |
msgid "Upload in progress but no files uploaded so far!"
|
811 |
msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
|
812 |
|
813 |
-
#: lib/wfu_constants.php:
|
814 |
msgid "All files uploaded successfully"
|
815 |
msgstr "Sve datoteke uspešno su otpremljene"
|
816 |
|
817 |
-
#: lib/wfu_constants.php:
|
818 |
msgid "All files uploaded successfully but there are warnings!"
|
819 |
msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
|
820 |
|
821 |
-
#: lib/wfu_constants.php:
|
822 |
msgid "File uploaded successfully but there are warnings!"
|
823 |
msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
|
824 |
|
825 |
-
#: lib/wfu_constants.php:
|
826 |
msgid "Some files failed to upload!"
|
827 |
msgstr "Neke datoteke nisu otpremljene!"
|
828 |
|
829 |
-
#: lib/wfu_constants.php:
|
830 |
msgid "All files failed to upload"
|
831 |
msgstr "Nijedna datoteka nije otpremljena"
|
832 |
|
833 |
-
#: lib/wfu_constants.php:
|
834 |
msgid "File failed to upload"
|
835 |
msgstr "Datoteka nije uspešno otpremljena"
|
836 |
|
837 |
-
#: lib/wfu_constants.php:
|
838 |
msgid "There are no files to upload!"
|
839 |
msgstr "Nema datoteka za otpremanje"
|
840 |
|
841 |
-
#: lib/wfu_constants.php:
|
842 |
msgid "Test upload message"
|
843 |
msgstr "Testiraj poruku za otpremanje"
|
844 |
|
845 |
-
#: lib/wfu_constants.php:
|
846 |
msgid "JSON parse warning!"
|
847 |
msgstr "Upozorenje za JSON parsiranje!"
|
848 |
|
849 |
-
#: lib/wfu_constants.php:
|
850 |
msgid "please wait while redirecting..."
|
851 |
msgstr "Molimo sačekajte preusmeravanje..."
|
852 |
|
853 |
-
#: lib/wfu_constants.php:
|
854 |
msgid "Open visual shortcode editor in new window"
|
855 |
msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
|
856 |
|
857 |
-
#: lib/wfu_constants.php:
|
858 |
msgid "loading visual editor"
|
859 |
msgstr "učitavanje vizuelnog uređivača"
|
860 |
|
861 |
-
#: lib/wfu_constants.php:
|
862 |
msgid "Clear file list?"
|
863 |
msgstr "Obriši listu datoteke?"
|
864 |
|
865 |
-
#: lib/wfu_constants.php:
|
866 |
msgid "DROP HERE"
|
867 |
msgstr "POZICIONIRAJ OVDE"
|
868 |
|
869 |
-
#: lib/wfu_constants.php:
|
870 |
msgid "Wordpress File Upload Form"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: lib/wfu_constants.php:
|
874 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: lib/wfu_constants.php:
|
878 |
msgid "Upload Files"
|
879 |
msgstr ""
|
880 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-01-19 17:19+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-01-19 17:19+0200\n"
|
7 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: sr\n"
|
281 |
"Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
|
282 |
"datoteka."
|
283 |
|
284 |
+
#: lib/wfu_constants.php:66 lib/wfu_constants.php:184
|
285 |
msgid "Upload failed!"
|
286 |
msgstr "Otpremanje neuspešno! "
|
287 |
|
430 |
"ili koristite RecaptchaV2 (bez naloga)."
|
431 |
|
432 |
#: lib/wfu_constants.php:95
|
433 |
+
msgid ""
|
434 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
435 |
+
"notify administrator."
|
436 |
+
msgstr ""
|
437 |
+
|
438 |
+
#: lib/wfu_constants.php:96
|
439 |
+
msgid ""
|
440 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
441 |
+
"use RecaptchaV1 (no account)."
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: lib/wfu_constants.php:97
|
445 |
msgid "ERROR: No site key. Please contact administrator!"
|
446 |
msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
|
447 |
|
448 |
+
#: lib/wfu_constants.php:98
|
449 |
msgid ""
|
450 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
451 |
"define Google Recaptcha keys."
|
453 |
"GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
|
454 |
"plugin-a da biste odredili Google Recaptcha ključeve."
|
455 |
|
456 |
+
#: lib/wfu_constants.php:99
|
457 |
msgid "Bad captcha image!"
|
458 |
msgstr "Loša captcha slika!"
|
459 |
|
460 |
+
#: lib/wfu_constants.php:100
|
461 |
msgid "No input!"
|
462 |
msgstr "Nema unosa!"
|
463 |
|
464 |
+
#: lib/wfu_constants.php:101
|
465 |
msgid "Captcha not completed!"
|
466 |
msgstr "Captcha nije kompletan!"
|
467 |
|
468 |
+
#: lib/wfu_constants.php:102
|
469 |
msgid "Wrong captcha!"
|
470 |
msgstr "Pogrešan captcha!"
|
471 |
|
472 |
+
#: lib/wfu_constants.php:103
|
473 |
msgid "Error refreshing captcha!"
|
474 |
msgstr "Greška u osvežavanju captcha!"
|
475 |
|
476 |
+
#: lib/wfu_constants.php:104
|
477 |
msgid "Unknown captcha error!"
|
478 |
msgstr "Nepoznata captcha greška!"
|
479 |
|
480 |
+
#: lib/wfu_constants.php:105
|
481 |
msgid "Captcha not supported by your browser!"
|
482 |
msgstr "Vaš pretraživač ne podržava captcha!"
|
483 |
|
484 |
+
#: lib/wfu_constants.php:106
|
485 |
msgid "the secret parameter is missing"
|
486 |
msgstr "nedostaje tajni parametar"
|
487 |
|
488 |
+
#: lib/wfu_constants.php:107
|
489 |
msgid "the secret parameter is invalid or malformed"
|
490 |
msgstr "tajni parametar je nevažeći ili loše formulisan"
|
491 |
|
492 |
+
#: lib/wfu_constants.php:108
|
493 |
msgid "the response parameter is missing"
|
494 |
msgstr "nedostaje parametar odgovora "
|
495 |
|
496 |
+
#: lib/wfu_constants.php:109
|
497 |
msgid "the response parameter is invalid or malformed"
|
498 |
msgstr "parametar odgovora je nevažeći ili loše formulisan"
|
499 |
|
500 |
+
#: lib/wfu_constants.php:110
|
501 |
msgid "Please do not use drag drop due to an internal problem."
|
502 |
msgstr ""
|
503 |
"Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
|
504 |
"problema."
|
505 |
|
506 |
+
#: lib/wfu_constants.php:111
|
507 |
#, php-format
|
508 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
509 |
msgstr ""
|
510 |
"Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
|
511 |
"jedinici memorije %d"
|
512 |
|
513 |
+
#: lib/wfu_constants.php:112
|
514 |
msgid "Chunked upload is not allowed!"
|
515 |
msgstr "Parcijalno otpremanje nije dozvoljeno!"
|
516 |
|
517 |
+
#: lib/wfu_constants.php:113
|
518 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
519 |
msgstr ""
|
520 |
"Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
|
521 |
"memorije!"
|
522 |
|
523 |
+
#: lib/wfu_constants.php:114
|
524 |
msgid "Chunked upload failed, final file could not be created!"
|
525 |
msgstr ""
|
526 |
"Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
|
527 |
"kreirati!"
|
528 |
|
529 |
+
#: lib/wfu_constants.php:115
|
530 |
#, php-format
|
531 |
msgid "Could not write file chuck to destination on chunk %d"
|
532 |
msgstr ""
|
533 |
"Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
|
534 |
|
535 |
+
#: lib/wfu_constants.php:116
|
536 |
#, php-format
|
537 |
msgid "Could not enlarge destination file on chunk %d"
|
538 |
msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
|
539 |
|
540 |
+
#: lib/wfu_constants.php:117
|
541 |
#, php-format
|
542 |
msgid "Could not open file handles on chunk %d"
|
543 |
msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
|
544 |
|
545 |
+
#: lib/wfu_constants.php:118
|
546 |
msgid "You are not allowed to delete this file!"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: lib/wfu_constants.php:120
|
550 |
msgid "Upload skipped! File already exists."
|
551 |
msgstr "Otpremanje preskočeno! Datoteka već postoji."
|
552 |
|
553 |
+
#: lib/wfu_constants.php:121
|
554 |
msgid "The extension of the file does not match its contents."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: lib/wfu_constants.php:122
|
558 |
msgid ""
|
559 |
"Upload succeeded but the file is suspicious because its contents do not "
|
560 |
"match its extension. Its proper filename is: "
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: lib/wfu_constants.php:123
|
564 |
msgid "No files have been selected!"
|
565 |
msgstr "Datoteke nisu odabrane!"
|
566 |
|
567 |
+
#: lib/wfu_constants.php:124
|
568 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
569 |
msgstr ""
|
570 |
"WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
|
571 |
|
572 |
+
#: lib/wfu_constants.php:125
|
573 |
msgid "Notification email was not sent because there were no files uploaded."
|
574 |
msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
|
575 |
|
576 |
+
#: lib/wfu_constants.php:126
|
577 |
msgid ""
|
578 |
"Notification email was not sent because no recipients were defined. Please "
|
579 |
"check notifyrecipients attribute in the shortcode."
|
581 |
"Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
|
582 |
"notifyrecipients atribut u shortcode-u."
|
583 |
|
584 |
+
#: lib/wfu_constants.php:127
|
585 |
msgid ""
|
586 |
"Notification email was not sent due to an error. Please check "
|
587 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
589 |
"Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
|
590 |
"notifysubject i notifymessage atribute da biste našli greške."
|
591 |
|
592 |
+
#: lib/wfu_constants.php:128
|
593 |
msgid ""
|
594 |
"Redirection not executed because redirection link is empty. Please check "
|
595 |
"redirectlink attribute."
|
597 |
"Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
|
598 |
"Proverite redirectlink atribut."
|
599 |
|
600 |
+
#: lib/wfu_constants.php:129
|
601 |
msgid ""
|
602 |
"Redirection not executed because not all files were successfully uploaded."
|
603 |
msgstr ""
|
604 |
"Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
|
605 |
|
606 |
+
#: lib/wfu_constants.php:131
|
607 |
msgid ""
|
608 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
609 |
"message persists, contact administrator."
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: lib/wfu_constants.php:132
|
613 |
msgid ""
|
614 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
615 |
"again to edit the shortcode."
|
617 |
"Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
618 |
"ponovo da uredite shortcode."
|
619 |
|
620 |
+
#: lib/wfu_constants.php:133
|
621 |
msgid ""
|
622 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
623 |
"again to delete it."
|
625 |
"Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
626 |
"ponovo da ga obrišete."
|
627 |
|
628 |
+
#: lib/wfu_constants.php:134
|
629 |
msgid ""
|
630 |
"The page containing the shortcode has been modified and it is no longer "
|
631 |
"valid. Please go back to reload the shortcode."
|
633 |
"Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
|
634 |
"da ponovo učitate shortcode."
|
635 |
|
636 |
+
#: lib/wfu_constants.php:135
|
637 |
msgid ""
|
638 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
639 |
"back to reload the shortcode."
|
641 |
"Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
|
642 |
"da ponovo učitate shortcode."
|
643 |
|
644 |
+
#: lib/wfu_constants.php:136
|
645 |
msgid ""
|
646 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
647 |
"go back and reload the shortcode."
|
649 |
"Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
|
650 |
"vratite se i opet učitajte shortcode."
|
651 |
|
652 |
+
#: lib/wfu_constants.php:138
|
653 |
msgid "This is a test message"
|
654 |
msgstr "Ovo je poruka testa"
|
655 |
|
656 |
+
#: lib/wfu_constants.php:139
|
657 |
msgid "This is a test administrator message"
|
658 |
msgstr "Ovo je poruka testa administratora "
|
659 |
|
660 |
+
#: lib/wfu_constants.php:140
|
661 |
msgid "File testfile 1 under test"
|
662 |
msgstr "Datoteka testfile 1 na testiranju"
|
663 |
|
664 |
+
#: lib/wfu_constants.php:141
|
665 |
msgid "File testfile 1 message"
|
666 |
msgstr "Datoteka testfile 1 poruka"
|
667 |
|
668 |
+
#: lib/wfu_constants.php:142
|
669 |
msgid "File testfile 1 administrator message"
|
670 |
msgstr "Datoteka testfile 1 poruka administratora"
|
671 |
|
672 |
+
#: lib/wfu_constants.php:143
|
673 |
msgid "File testfile 2 under test"
|
674 |
msgstr "Datoteka testfile 2 na testiranju"
|
675 |
|
676 |
+
#: lib/wfu_constants.php:144
|
677 |
msgid "File testfile 2 message"
|
678 |
msgstr "Datoteka testfile 2 poruka"
|
679 |
|
680 |
+
#: lib/wfu_constants.php:145
|
681 |
msgid "File testfile 2 administrator message"
|
682 |
msgstr "Datoteka testfile 2 poruka administratora"
|
683 |
|
684 |
+
#: lib/wfu_constants.php:147
|
685 |
msgid ""
|
686 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
687 |
"current user."
|
689 |
"Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
|
690 |
"korisnika."
|
691 |
|
692 |
+
#: lib/wfu_constants.php:148
|
693 |
msgid ""
|
694 |
"Insert variable %username% inside text. It will be replaced by the username "
|
695 |
"of the current user."
|
697 |
"Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
|
698 |
"imenom tekućeg korisnika."
|
699 |
|
700 |
+
#: lib/wfu_constants.php:149
|
701 |
msgid ""
|
702 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
703 |
"the current user."
|
705 |
"Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
|
706 |
"korisnika."
|
707 |
|
708 |
+
#: lib/wfu_constants.php:150
|
709 |
msgid ""
|
710 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
711 |
"of the uploaded file."
|
713 |
"Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
|
714 |
"otpremljene datoteke."
|
715 |
|
716 |
+
#: lib/wfu_constants.php:151
|
717 |
msgid ""
|
718 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
719 |
"filepath of the uploaded file."
|
721 |
"Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
|
722 |
"otpremljene datoteke."
|
723 |
|
724 |
+
#: lib/wfu_constants.php:152
|
725 |
msgid ""
|
726 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
727 |
"the website."
|
729 |
"Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
|
730 |
"a."
|
731 |
|
732 |
+
#: lib/wfu_constants.php:153
|
733 |
msgid ""
|
734 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
735 |
"current page."
|
737 |
"Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
|
738 |
"stranice."
|
739 |
|
740 |
+
#: lib/wfu_constants.php:154
|
741 |
msgid ""
|
742 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
743 |
"the current page."
|
745 |
"Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
|
746 |
"stranice."
|
747 |
|
748 |
+
#: lib/wfu_constants.php:155
|
749 |
msgid ""
|
750 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
751 |
"drop-down list. It will be replaced by the value that the user entered in "
|
754 |
"Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
|
755 |
"opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
|
756 |
|
757 |
+
#: lib/wfu_constants.php:156
|
758 |
msgid "Insert variable %n% inside text to denote a line change."
|
759 |
msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
|
760 |
|
761 |
+
#: lib/wfu_constants.php:158
|
762 |
msgid "Test Mode"
|
763 |
msgstr "Režim testiranja"
|
764 |
|
765 |
+
#: lib/wfu_constants.php:159
|
766 |
msgid "select dir..."
|
767 |
msgstr "odaberite dir..."
|
768 |
|
769 |
+
#: lib/wfu_constants.php:160
|
770 |
msgid "type dir"
|
771 |
msgstr "vrsta direktorijuma "
|
772 |
|
773 |
+
#: lib/wfu_constants.php:161
|
774 |
msgid "Upload path: %filepath%"
|
775 |
msgstr "Putanja otpremanja: %filepath%"
|
776 |
|
777 |
+
#: lib/wfu_constants.php:162
|
778 |
msgid "Failed upload path: %filepath%"
|
779 |
msgstr "Putanja otpremanja neuspešna: %filepath%"
|
780 |
|
781 |
+
#: lib/wfu_constants.php:163
|
782 |
msgid " (required)"
|
783 |
msgstr "(obavezna)"
|
784 |
|
785 |
+
#: lib/wfu_constants.php:164
|
786 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
787 |
msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
|
788 |
|
789 |
+
#: lib/wfu_constants.php:165
|
790 |
msgid "checking captcha..."
|
791 |
msgstr "captcha se proverava..."
|
792 |
|
793 |
+
#: lib/wfu_constants.php:166
|
794 |
msgid "refreshing..."
|
795 |
msgstr "osvežava se..."
|
796 |
|
797 |
+
#: lib/wfu_constants.php:167
|
798 |
msgid "correct captcha"
|
799 |
msgstr "ispravi captcha"
|
800 |
|
801 |
+
#: lib/wfu_constants.php:168
|
802 |
msgid "click to continue the upload"
|
803 |
msgstr "kliknite da biste nastavili otpremanje"
|
804 |
|
805 |
+
#: lib/wfu_constants.php:169
|
806 |
msgid "Are you sure you want to delete this file?"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: lib/wfu_constants.php:170
|
810 |
msgid "Upload in progress"
|
811 |
msgstr "Otpremanje u toku"
|
812 |
|
813 |
+
#: lib/wfu_constants.php:171
|
814 |
msgid "Upload in progress with warnings!"
|
815 |
msgstr "Otpremanje sa upozorenjima u toku!"
|
816 |
|
817 |
+
#: lib/wfu_constants.php:172
|
818 |
msgid "Upload in progress but some files already failed!"
|
819 |
msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
|
820 |
|
821 |
+
#: lib/wfu_constants.php:173
|
822 |
msgid "Upload in progress but no files uploaded so far!"
|
823 |
msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
|
824 |
|
825 |
+
#: lib/wfu_constants.php:174
|
826 |
msgid "All files uploaded successfully"
|
827 |
msgstr "Sve datoteke uspešno su otpremljene"
|
828 |
|
829 |
+
#: lib/wfu_constants.php:175
|
830 |
msgid "All files uploaded successfully but there are warnings!"
|
831 |
msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
|
832 |
|
833 |
+
#: lib/wfu_constants.php:176
|
834 |
msgid "File uploaded successfully but there are warnings!"
|
835 |
msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
|
836 |
|
837 |
+
#: lib/wfu_constants.php:177
|
838 |
msgid "Some files failed to upload!"
|
839 |
msgstr "Neke datoteke nisu otpremljene!"
|
840 |
|
841 |
+
#: lib/wfu_constants.php:178
|
842 |
msgid "All files failed to upload"
|
843 |
msgstr "Nijedna datoteka nije otpremljena"
|
844 |
|
845 |
+
#: lib/wfu_constants.php:179
|
846 |
msgid "File failed to upload"
|
847 |
msgstr "Datoteka nije uspešno otpremljena"
|
848 |
|
849 |
+
#: lib/wfu_constants.php:180
|
850 |
msgid "There are no files to upload!"
|
851 |
msgstr "Nema datoteka za otpremanje"
|
852 |
|
853 |
+
#: lib/wfu_constants.php:181
|
854 |
msgid "Test upload message"
|
855 |
msgstr "Testiraj poruku za otpremanje"
|
856 |
|
857 |
+
#: lib/wfu_constants.php:182
|
858 |
msgid "JSON parse warning!"
|
859 |
msgstr "Upozorenje za JSON parsiranje!"
|
860 |
|
861 |
+
#: lib/wfu_constants.php:183
|
862 |
msgid "please wait while redirecting..."
|
863 |
msgstr "Molimo sačekajte preusmeravanje..."
|
864 |
|
865 |
+
#: lib/wfu_constants.php:185
|
866 |
msgid "Open visual shortcode editor in new window"
|
867 |
msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
|
868 |
|
869 |
+
#: lib/wfu_constants.php:186
|
870 |
msgid "loading visual editor"
|
871 |
msgstr "učitavanje vizuelnog uređivača"
|
872 |
|
873 |
+
#: lib/wfu_constants.php:187
|
874 |
msgid "Clear file list?"
|
875 |
msgstr "Obriši listu datoteke?"
|
876 |
|
877 |
+
#: lib/wfu_constants.php:188
|
878 |
msgid "DROP HERE"
|
879 |
msgstr "POZICIONIRAJ OVDE"
|
880 |
|
881 |
+
#: lib/wfu_constants.php:190
|
882 |
msgid "Wordpress File Upload Form"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: lib/wfu_constants.php:191
|
886 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: lib/wfu_constants.php:192
|
890 |
msgid "Upload Files"
|
891 |
msgstr ""
|
892 |
|
languages/wp-file-upload.pot
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: en\n"
|
@@ -250,7 +250,7 @@ msgstr ""
|
|
250 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: lib/wfu_constants.php:66
|
254 |
msgid "Upload failed!"
|
255 |
msgstr ""
|
256 |
|
@@ -380,403 +380,415 @@ msgid ""
|
|
380 |
msgstr ""
|
381 |
|
382 |
#: lib/wfu_constants.php:95
|
383 |
-
msgid "
|
|
|
|
|
384 |
msgstr ""
|
385 |
|
386 |
#: lib/wfu_constants.php:96
|
387 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
389 |
"define Google Recaptcha keys."
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: lib/wfu_constants.php:
|
393 |
msgid "Bad captcha image!"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: lib/wfu_constants.php:
|
397 |
msgid "No input!"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: lib/wfu_constants.php:
|
401 |
msgid "Captcha not completed!"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: lib/wfu_constants.php:
|
405 |
msgid "Wrong captcha!"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: lib/wfu_constants.php:
|
409 |
msgid "Error refreshing captcha!"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: lib/wfu_constants.php:
|
413 |
msgid "Unknown captcha error!"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: lib/wfu_constants.php:
|
417 |
msgid "Captcha not supported by your browser!"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: lib/wfu_constants.php:
|
421 |
msgid "the secret parameter is missing"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: lib/wfu_constants.php:
|
425 |
msgid "the secret parameter is invalid or malformed"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: lib/wfu_constants.php:
|
429 |
msgid "the response parameter is missing"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: lib/wfu_constants.php:
|
433 |
msgid "the response parameter is invalid or malformed"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: lib/wfu_constants.php:
|
437 |
msgid "Please do not use drag drop due to an internal problem."
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/wfu_constants.php:
|
441 |
#, php-format
|
442 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: lib/wfu_constants.php:
|
446 |
msgid "Chunked upload is not allowed!"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: lib/wfu_constants.php:
|
450 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: lib/wfu_constants.php:
|
454 |
msgid "Chunked upload failed, final file could not be created!"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: lib/wfu_constants.php:
|
458 |
#, php-format
|
459 |
msgid "Could not write file chuck to destination on chunk %d"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: lib/wfu_constants.php:
|
463 |
#, php-format
|
464 |
msgid "Could not enlarge destination file on chunk %d"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: lib/wfu_constants.php:
|
468 |
#, php-format
|
469 |
msgid "Could not open file handles on chunk %d"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "You are not allowed to delete this file!"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "Upload skipped! File already exists."
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
msgid "The extension of the file does not match its contents."
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid ""
|
486 |
"Upload succeeded but the file is suspicious because its contents do not "
|
487 |
"match its extension. Its proper filename is: "
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: lib/wfu_constants.php:
|
491 |
msgid "No files have been selected!"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: lib/wfu_constants.php:
|
495 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: lib/wfu_constants.php:
|
499 |
msgid "Notification email was not sent because there were no files uploaded."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: lib/wfu_constants.php:
|
503 |
msgid ""
|
504 |
"Notification email was not sent because no recipients were defined. Please "
|
505 |
"check notifyrecipients attribute in the shortcode."
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: lib/wfu_constants.php:
|
509 |
msgid ""
|
510 |
"Notification email was not sent due to an error. Please check "
|
511 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: lib/wfu_constants.php:
|
515 |
msgid ""
|
516 |
"Redirection not executed because redirection link is empty. Please check "
|
517 |
"redirectlink attribute."
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: lib/wfu_constants.php:
|
521 |
msgid ""
|
522 |
"Redirection not executed because not all files were successfully uploaded."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: lib/wfu_constants.php:
|
526 |
msgid ""
|
527 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
528 |
"message persists, contact administrator."
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: lib/wfu_constants.php:
|
532 |
msgid ""
|
533 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
534 |
"again to edit the shortcode."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: lib/wfu_constants.php:
|
538 |
msgid ""
|
539 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
540 |
"again to delete it."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: lib/wfu_constants.php:
|
544 |
msgid ""
|
545 |
"The page containing the shortcode has been modified and it is no longer "
|
546 |
"valid. Please go back to reload the shortcode."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: lib/wfu_constants.php:
|
550 |
msgid ""
|
551 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
552 |
"back to reload the shortcode."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: lib/wfu_constants.php:
|
556 |
msgid ""
|
557 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
558 |
"go back and reload the shortcode."
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: lib/wfu_constants.php:
|
562 |
msgid "This is a test message"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: lib/wfu_constants.php:
|
566 |
msgid "This is a test administrator message"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: lib/wfu_constants.php:
|
570 |
msgid "File testfile 1 under test"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: lib/wfu_constants.php:
|
574 |
msgid "File testfile 1 message"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: lib/wfu_constants.php:
|
578 |
msgid "File testfile 1 administrator message"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: lib/wfu_constants.php:
|
582 |
msgid "File testfile 2 under test"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: lib/wfu_constants.php:
|
586 |
msgid "File testfile 2 message"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: lib/wfu_constants.php:
|
590 |
msgid "File testfile 2 administrator message"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: lib/wfu_constants.php:
|
594 |
msgid ""
|
595 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
596 |
"current user."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/wfu_constants.php:
|
600 |
msgid ""
|
601 |
"Insert variable %username% inside text. It will be replaced by the username "
|
602 |
"of the current user."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: lib/wfu_constants.php:
|
606 |
msgid ""
|
607 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
608 |
"the current user."
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: lib/wfu_constants.php:
|
612 |
msgid ""
|
613 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
614 |
"of the uploaded file."
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: lib/wfu_constants.php:
|
618 |
msgid ""
|
619 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
620 |
"filepath of the uploaded file."
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: lib/wfu_constants.php:
|
624 |
msgid ""
|
625 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
626 |
"the website."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: lib/wfu_constants.php:
|
630 |
msgid ""
|
631 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
632 |
"current page."
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: lib/wfu_constants.php:
|
636 |
msgid ""
|
637 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
638 |
"the current page."
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: lib/wfu_constants.php:
|
642 |
msgid ""
|
643 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
644 |
"drop-down list. It will be replaced by the value that the user entered in "
|
645 |
"this field."
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: lib/wfu_constants.php:
|
649 |
msgid "Insert variable %n% inside text to denote a line change."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: lib/wfu_constants.php:
|
653 |
msgid "Test Mode"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: lib/wfu_constants.php:
|
657 |
msgid "select dir..."
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: lib/wfu_constants.php:
|
661 |
msgid "type dir"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: lib/wfu_constants.php:
|
665 |
msgid "Upload path: %filepath%"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: lib/wfu_constants.php:
|
669 |
msgid "Failed upload path: %filepath%"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: lib/wfu_constants.php:
|
673 |
msgid " (required)"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: lib/wfu_constants.php:
|
677 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: lib/wfu_constants.php:
|
681 |
msgid "checking captcha..."
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: lib/wfu_constants.php:
|
685 |
msgid "refreshing..."
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: lib/wfu_constants.php:
|
689 |
msgid "correct captcha"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: lib/wfu_constants.php:
|
693 |
msgid "click to continue the upload"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: lib/wfu_constants.php:
|
697 |
msgid "Are you sure you want to delete this file?"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: lib/wfu_constants.php:
|
701 |
msgid "Upload in progress"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: lib/wfu_constants.php:
|
705 |
msgid "Upload in progress with warnings!"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid "Upload in progress but some files already failed!"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: lib/wfu_constants.php:
|
713 |
msgid "Upload in progress but no files uploaded so far!"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: lib/wfu_constants.php:
|
717 |
msgid "All files uploaded successfully"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: lib/wfu_constants.php:
|
721 |
msgid "All files uploaded successfully but there are warnings!"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: lib/wfu_constants.php:
|
725 |
msgid "File uploaded successfully but there are warnings!"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: lib/wfu_constants.php:
|
729 |
msgid "Some files failed to upload!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: lib/wfu_constants.php:
|
733 |
msgid "All files failed to upload"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: lib/wfu_constants.php:
|
737 |
msgid "File failed to upload"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: lib/wfu_constants.php:
|
741 |
msgid "There are no files to upload!"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: lib/wfu_constants.php:
|
745 |
msgid "Test upload message"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: lib/wfu_constants.php:
|
749 |
msgid "JSON parse warning!"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: lib/wfu_constants.php:
|
753 |
msgid "please wait while redirecting..."
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: lib/wfu_constants.php:
|
757 |
msgid "Open visual shortcode editor in new window"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: lib/wfu_constants.php:
|
761 |
msgid "loading visual editor"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: lib/wfu_constants.php:
|
765 |
msgid "Clear file list?"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: lib/wfu_constants.php:
|
769 |
msgid "DROP HERE"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: lib/wfu_constants.php:
|
773 |
msgid "Wordpress File Upload Form"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: lib/wfu_constants.php:
|
777 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: lib/wfu_constants.php:
|
781 |
msgid "Upload Files"
|
782 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-01-19 17:16+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-01-19 17:16+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: en\n"
|
250 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: lib/wfu_constants.php:66 lib/wfu_constants.php:184
|
254 |
msgid "Upload failed!"
|
255 |
msgstr ""
|
256 |
|
380 |
msgstr ""
|
381 |
|
382 |
#: lib/wfu_constants.php:95
|
383 |
+
msgid ""
|
384 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
385 |
+
"notify administrator."
|
386 |
msgstr ""
|
387 |
|
388 |
#: lib/wfu_constants.php:96
|
389 |
msgid ""
|
390 |
+
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
391 |
+
"use RecaptchaV1 (no account)."
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: lib/wfu_constants.php:97
|
395 |
+
msgid "ERROR: No site key. Please contact administrator!"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: lib/wfu_constants.php:98
|
399 |
+
msgid ""
|
400 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
401 |
"define Google Recaptcha keys."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: lib/wfu_constants.php:99
|
405 |
msgid "Bad captcha image!"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: lib/wfu_constants.php:100
|
409 |
msgid "No input!"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: lib/wfu_constants.php:101
|
413 |
msgid "Captcha not completed!"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: lib/wfu_constants.php:102
|
417 |
msgid "Wrong captcha!"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: lib/wfu_constants.php:103
|
421 |
msgid "Error refreshing captcha!"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: lib/wfu_constants.php:104
|
425 |
msgid "Unknown captcha error!"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: lib/wfu_constants.php:105
|
429 |
msgid "Captcha not supported by your browser!"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: lib/wfu_constants.php:106
|
433 |
msgid "the secret parameter is missing"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: lib/wfu_constants.php:107
|
437 |
msgid "the secret parameter is invalid or malformed"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: lib/wfu_constants.php:108
|
441 |
msgid "the response parameter is missing"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: lib/wfu_constants.php:109
|
445 |
msgid "the response parameter is invalid or malformed"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: lib/wfu_constants.php:110
|
449 |
msgid "Please do not use drag drop due to an internal problem."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: lib/wfu_constants.php:111
|
453 |
#, php-format
|
454 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/wfu_constants.php:112
|
458 |
msgid "Chunked upload is not allowed!"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/wfu_constants.php:113
|
462 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: lib/wfu_constants.php:114
|
466 |
msgid "Chunked upload failed, final file could not be created!"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: lib/wfu_constants.php:115
|
470 |
#, php-format
|
471 |
msgid "Could not write file chuck to destination on chunk %d"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: lib/wfu_constants.php:116
|
475 |
#, php-format
|
476 |
msgid "Could not enlarge destination file on chunk %d"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: lib/wfu_constants.php:117
|
480 |
#, php-format
|
481 |
msgid "Could not open file handles on chunk %d"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: lib/wfu_constants.php:118
|
485 |
msgid "You are not allowed to delete this file!"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: lib/wfu_constants.php:120
|
489 |
msgid "Upload skipped! File already exists."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: lib/wfu_constants.php:121
|
493 |
msgid "The extension of the file does not match its contents."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: lib/wfu_constants.php:122
|
497 |
msgid ""
|
498 |
"Upload succeeded but the file is suspicious because its contents do not "
|
499 |
"match its extension. Its proper filename is: "
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: lib/wfu_constants.php:123
|
503 |
msgid "No files have been selected!"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: lib/wfu_constants.php:124
|
507 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: lib/wfu_constants.php:125
|
511 |
msgid "Notification email was not sent because there were no files uploaded."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: lib/wfu_constants.php:126
|
515 |
msgid ""
|
516 |
"Notification email was not sent because no recipients were defined. Please "
|
517 |
"check notifyrecipients attribute in the shortcode."
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: lib/wfu_constants.php:127
|
521 |
msgid ""
|
522 |
"Notification email was not sent due to an error. Please check "
|
523 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: lib/wfu_constants.php:128
|
527 |
msgid ""
|
528 |
"Redirection not executed because redirection link is empty. Please check "
|
529 |
"redirectlink attribute."
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: lib/wfu_constants.php:129
|
533 |
msgid ""
|
534 |
"Redirection not executed because not all files were successfully uploaded."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: lib/wfu_constants.php:131
|
538 |
msgid ""
|
539 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
540 |
"message persists, contact administrator."
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: lib/wfu_constants.php:132
|
544 |
msgid ""
|
545 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
546 |
"again to edit the shortcode."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: lib/wfu_constants.php:133
|
550 |
msgid ""
|
551 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
552 |
"again to delete it."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: lib/wfu_constants.php:134
|
556 |
msgid ""
|
557 |
"The page containing the shortcode has been modified and it is no longer "
|
558 |
"valid. Please go back to reload the shortcode."
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: lib/wfu_constants.php:135
|
562 |
msgid ""
|
563 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
564 |
"back to reload the shortcode."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: lib/wfu_constants.php:136
|
568 |
msgid ""
|
569 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
570 |
"go back and reload the shortcode."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: lib/wfu_constants.php:138
|
574 |
msgid "This is a test message"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: lib/wfu_constants.php:139
|
578 |
msgid "This is a test administrator message"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: lib/wfu_constants.php:140
|
582 |
msgid "File testfile 1 under test"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: lib/wfu_constants.php:141
|
586 |
msgid "File testfile 1 message"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: lib/wfu_constants.php:142
|
590 |
msgid "File testfile 1 administrator message"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: lib/wfu_constants.php:143
|
594 |
msgid "File testfile 2 under test"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: lib/wfu_constants.php:144
|
598 |
msgid "File testfile 2 message"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: lib/wfu_constants.php:145
|
602 |
msgid "File testfile 2 administrator message"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: lib/wfu_constants.php:147
|
606 |
msgid ""
|
607 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
608 |
"current user."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: lib/wfu_constants.php:148
|
612 |
msgid ""
|
613 |
"Insert variable %username% inside text. It will be replaced by the username "
|
614 |
"of the current user."
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: lib/wfu_constants.php:149
|
618 |
msgid ""
|
619 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
620 |
"the current user."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: lib/wfu_constants.php:150
|
624 |
msgid ""
|
625 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
626 |
"of the uploaded file."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: lib/wfu_constants.php:151
|
630 |
msgid ""
|
631 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
632 |
"filepath of the uploaded file."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: lib/wfu_constants.php:152
|
636 |
msgid ""
|
637 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
638 |
"the website."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: lib/wfu_constants.php:153
|
642 |
msgid ""
|
643 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
644 |
"current page."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/wfu_constants.php:154
|
648 |
msgid ""
|
649 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
650 |
"the current page."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: lib/wfu_constants.php:155
|
654 |
msgid ""
|
655 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
656 |
"drop-down list. It will be replaced by the value that the user entered in "
|
657 |
"this field."
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: lib/wfu_constants.php:156
|
661 |
msgid "Insert variable %n% inside text to denote a line change."
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: lib/wfu_constants.php:158
|
665 |
msgid "Test Mode"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: lib/wfu_constants.php:159
|
669 |
msgid "select dir..."
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: lib/wfu_constants.php:160
|
673 |
msgid "type dir"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: lib/wfu_constants.php:161
|
677 |
msgid "Upload path: %filepath%"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: lib/wfu_constants.php:162
|
681 |
msgid "Failed upload path: %filepath%"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: lib/wfu_constants.php:163
|
685 |
msgid " (required)"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: lib/wfu_constants.php:164
|
689 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: lib/wfu_constants.php:165
|
693 |
msgid "checking captcha..."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: lib/wfu_constants.php:166
|
697 |
msgid "refreshing..."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: lib/wfu_constants.php:167
|
701 |
msgid "correct captcha"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: lib/wfu_constants.php:168
|
705 |
msgid "click to continue the upload"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: lib/wfu_constants.php:169
|
709 |
msgid "Are you sure you want to delete this file?"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: lib/wfu_constants.php:170
|
713 |
msgid "Upload in progress"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: lib/wfu_constants.php:171
|
717 |
msgid "Upload in progress with warnings!"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: lib/wfu_constants.php:172
|
721 |
msgid "Upload in progress but some files already failed!"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: lib/wfu_constants.php:173
|
725 |
msgid "Upload in progress but no files uploaded so far!"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: lib/wfu_constants.php:174
|
729 |
msgid "All files uploaded successfully"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: lib/wfu_constants.php:175
|
733 |
msgid "All files uploaded successfully but there are warnings!"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: lib/wfu_constants.php:176
|
737 |
msgid "File uploaded successfully but there are warnings!"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: lib/wfu_constants.php:177
|
741 |
msgid "Some files failed to upload!"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: lib/wfu_constants.php:178
|
745 |
msgid "All files failed to upload"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: lib/wfu_constants.php:179
|
749 |
msgid "File failed to upload"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: lib/wfu_constants.php:180
|
753 |
msgid "There are no files to upload!"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: lib/wfu_constants.php:181
|
757 |
msgid "Test upload message"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: lib/wfu_constants.php:182
|
761 |
msgid "JSON parse warning!"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: lib/wfu_constants.php:183
|
765 |
msgid "please wait while redirecting..."
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: lib/wfu_constants.php:185
|
769 |
msgid "Open visual shortcode editor in new window"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: lib/wfu_constants.php:186
|
773 |
msgid "loading visual editor"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: lib/wfu_constants.php:187
|
777 |
msgid "Clear file list?"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: lib/wfu_constants.php:188
|
781 |
msgid "DROP HERE"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: lib/wfu_constants.php:190
|
785 |
msgid "Wordpress File Upload Form"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: lib/wfu_constants.php:191
|
789 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: lib/wfu_constants.php:192
|
793 |
msgid "Upload Files"
|
794 |
msgstr ""
|
lib/wfu_ajaxactions.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
|
4 |
function wfu_ajax_action_send_email_notification() {
|
5 |
$user = wp_get_current_user();
|
6 |
if ( 0 == $user->ID ) $is_admin = false;
|
@@ -62,27 +61,70 @@ function wfu_ajax_action_send_email_notification() {
|
|
62 |
die("wfu_fileupload_success::".$sout.":".wfu_encode_array_to_string($params_output_array));
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
function wfu_ajax_action_callback() {
|
66 |
if ( !isset($_REQUEST['session_token']) ) die();
|
67 |
$session_token = sanitize_text_field( $_REQUEST["session_token"] );
|
68 |
if ( $session_token == "" ) die();
|
69 |
check_ajax_referer( 'wfu-uploader-nonce', 'wfu_uploader_nonce' );
|
70 |
|
71 |
-
/* This section is executed when forceclassic is enabled or when redirection to the classic uploader was performed */
|
72 |
-
if ( isset($_REQUEST['sid']) && isset($_REQUEST['start_time']) && isset($_REQUEST['unique_id']) ) {
|
73 |
-
//this request came from classic non-HTML5 uploader
|
74 |
-
$sid = sanitize_text_field( $_REQUEST["sid"] );
|
75 |
-
if ( $sid == "" ) die();
|
76 |
-
$start_time = sanitize_text_field( $_REQUEST["start_time"] );
|
77 |
-
$unique_id = wfu_sanitize_code($_REQUEST['unique_id']);
|
78 |
-
|
79 |
-
$_SESSION['wfu_check_refresh_'.$sid] = 'form button pressed';
|
80 |
-
$_SESSION['wfu_start_time_'.$sid] = $start_time;
|
81 |
-
|
82 |
-
die("wfu_response_success:");
|
83 |
-
}
|
84 |
-
|
85 |
-
/* This section is executed when normal HTML5 upload is performed */
|
86 |
if ( !isset($_REQUEST['params_index']) ) die();
|
87 |
|
88 |
$params_index = sanitize_text_field( $_REQUEST["params_index"] );
|
@@ -121,14 +163,27 @@ function wfu_ajax_action_callback() {
|
|
121 |
$unique_id = ( isset($_POST['uniqueuploadid_'.$sid]) ? sanitize_text_field($_POST['uniqueuploadid_'.$sid]) : "" );
|
122 |
if ( strlen($unique_id) != 10 ) die('force_errorabort_code');
|
123 |
|
|
|
|
|
|
|
|
|
|
|
124 |
//if upload has finished then perform post upload actions
|
125 |
if ( isset($_POST["upload_finished"]) && $_POST["upload_finished"] === "1" ) {
|
126 |
-
|
|
|
|
|
|
|
127 |
}
|
128 |
|
129 |
$params_str = get_option('wfu_params_'.$arr['unique_id']);
|
130 |
$params = wfu_decode_array_from_string($params_str);
|
131 |
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
//if this is the first pass of an upload attempt then perform pre-upload actions
|
134 |
if ( !isset($_SESSION['wfu_upload_first_pass_'.$unique_id]) || $_SESSION['wfu_upload_first_pass_'.$unique_id] != 'true' ) {
|
1 |
<?php
|
2 |
|
|
|
3 |
function wfu_ajax_action_send_email_notification() {
|
4 |
$user = wp_get_current_user();
|
5 |
if ( 0 == $user->ID ) $is_admin = false;
|
61 |
die("wfu_fileupload_success::".$sout.":".wfu_encode_array_to_string($params_output_array));
|
62 |
}
|
63 |
|
64 |
+
function wfu_ajax_action_ask_server() {
|
65 |
+
if ( !isset($_REQUEST['session_token']) || !isset($_REQUEST['sid']) || !isset($_REQUEST['unique_id']) ) die();
|
66 |
+
$session_token = sanitize_text_field( $_REQUEST["session_token"] );
|
67 |
+
$sid = sanitize_text_field( $_REQUEST["sid"] );
|
68 |
+
$unique_id = wfu_sanitize_code($_REQUEST['unique_id']);
|
69 |
+
if ( $session_token == "" ) die();
|
70 |
+
//check referrer using Wordpress nonces and server sessions to avoid CSRF attacks
|
71 |
+
check_ajax_referer( 'wfu-uploader-nonce', 'wfu_uploader_nonce' );
|
72 |
+
if ( $_SESSION["wfu_token_".$sid] != $session_token ) die();
|
73 |
+
|
74 |
+
//prepare parameters for before-upload filters
|
75 |
+
$ret = array( "status" => "", "echo" => "" );
|
76 |
+
//retrieve file names and sizes from request parameters
|
77 |
+
$filenames_raw = ( isset($_REQUEST['filenames']) ? $_REQUEST['filenames'] : "" );
|
78 |
+
$filenames = array();
|
79 |
+
if ( trim($filenames_raw) != "" ) $filenames = explode(";", $filenames_raw);
|
80 |
+
foreach ( $filenames as $ind => $filename ) $filenames[$ind] = esc_attr(wfu_plugin_decode_string(trim($filename)));
|
81 |
+
$filesizes_raw = ( isset($_REQUEST['filesizes']) ? $_REQUEST['filesizes'] : "" );
|
82 |
+
$filesizes = array();
|
83 |
+
if ( trim($filesizes_raw) != "" ) $filesizes = explode(";", $filesizes_raw);
|
84 |
+
foreach ( $filesizes as $ind => $filesize ) $filesizes[$ind] = wfu_sanitize_int($filesize);
|
85 |
+
$files = array();
|
86 |
+
foreach ( $filenames as $ind => $filename ) {
|
87 |
+
$filesize = "";
|
88 |
+
if ( isset($filesizes[$ind]) ) $filesize = $filesizes[$ind];
|
89 |
+
array_push($files, array( "filename" => $filename, "filesize" => $filesize ));
|
90 |
+
}
|
91 |
+
$attr = array( "sid" => $sid, "unique_id" => $unique_id, "files" => $files );
|
92 |
+
//execute before upload filters
|
93 |
+
$echo_str = "";
|
94 |
+
//first execute any custom filters created by admin
|
95 |
+
if ( has_filter("wfu_before_upload") ) {
|
96 |
+
$changable_data = array( "error_message" => "", "js_script" => "" );
|
97 |
+
$changable_data = apply_filters("wfu_before_upload", $changable_data, $attr);
|
98 |
+
if ( $changable_data["error_message"] == "" ) $ret["status"] = "success";
|
99 |
+
else {
|
100 |
+
$ret["status"] = "error";
|
101 |
+
$echo_str .= "CBUV[".$changable_data["error_message"]."]";
|
102 |
+
}
|
103 |
+
if ( $changable_data["js_script"] != "" ) $echo_str .= "CBUVJS[".$changable_data["js_script"]."]";
|
104 |
+
}
|
105 |
+
//then execute internal filters of extensions
|
106 |
+
$ret = apply_filters("_wfu_before_upload", $ret, $attr);
|
107 |
+
$echo_str .= $ret["echo"];
|
108 |
+
//in case that no filters were executed, because $ret["status"] is
|
109 |
+
//empty, then this call to wfu_ajax_action_ask_server was erroneous
|
110 |
+
if ( $ret["status"] == "" ) $ret["status"] = "die";
|
111 |
+
//create an internal flag stored in session regarding the status of this
|
112 |
+
//upload, that will be used to verify or not the upload
|
113 |
+
if ( $ret["status"] == "success" ) $_SESSION["wfu_uploadstatus_".$attr["unique_id"]] = 1;
|
114 |
+
else $_SESSION["wfu_uploadstatus_".$attr["unique_id"]] = 0;
|
115 |
+
|
116 |
+
if ( $ret["status"] == "success" || $ret["status"] == "error" )
|
117 |
+
echo "wfu_askserver_".$ret["status"].":".$echo_str;
|
118 |
+
|
119 |
+
die();
|
120 |
+
}
|
121 |
+
|
122 |
function wfu_ajax_action_callback() {
|
123 |
if ( !isset($_REQUEST['session_token']) ) die();
|
124 |
$session_token = sanitize_text_field( $_REQUEST["session_token"] );
|
125 |
if ( $session_token == "" ) die();
|
126 |
check_ajax_referer( 'wfu-uploader-nonce', 'wfu_uploader_nonce' );
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
if ( !isset($_REQUEST['params_index']) ) die();
|
129 |
|
130 |
$params_index = sanitize_text_field( $_REQUEST["params_index"] );
|
163 |
$unique_id = ( isset($_POST['uniqueuploadid_'.$sid]) ? sanitize_text_field($_POST['uniqueuploadid_'.$sid]) : "" );
|
164 |
if ( strlen($unique_id) != 10 ) die('force_errorabort_code');
|
165 |
|
166 |
+
//if before upload actions have been executed and they have rejected the
|
167 |
+
//upload, but for some reason (hack attempt) the upload continued, then
|
168 |
+
//terminate it
|
169 |
+
if ( isset($_SESSION["wfu_uploadstatus_".$unique_id]) && $_SESSION["wfu_uploadstatus_".$unique_id] == 0 ) die('force_errorabort_code');
|
170 |
+
|
171 |
//if upload has finished then perform post upload actions
|
172 |
if ( isset($_POST["upload_finished"]) && $_POST["upload_finished"] === "1" ) {
|
173 |
+
//execute after upload filters
|
174 |
+
$ret = wfu_execute_after_upload_filters($sid, $unique_id);
|
175 |
+
if ( $ret["js_script"] != "" ) $echo_str = "CBUVJS[".$ret["js_script"]."]";
|
176 |
+
die($echo_str);
|
177 |
}
|
178 |
|
179 |
$params_str = get_option('wfu_params_'.$arr['unique_id']);
|
180 |
$params = wfu_decode_array_from_string($params_str);
|
181 |
|
182 |
+
//apply filters to determine if the upload will continue or stop
|
183 |
+
$ret = array( "status" => "", "echo" => "" );
|
184 |
+
$attr = array( "sid" => $sid, "unique_id" => $unique_id, "params" => $params );
|
185 |
+
$ret = apply_filters("_wfu_pre_upload_check", $ret, $attr);
|
186 |
+
if ( $ret["status"] == "die" ) die($ret["echo"]);
|
187 |
|
188 |
//if this is the first pass of an upload attempt then perform pre-upload actions
|
189 |
if ( !isset($_SESSION['wfu_upload_first_pass_'.$unique_id]) || $_SESSION['wfu_upload_first_pass_'.$unique_id] != 'true' ) {
|
lib/wfu_constants.php
CHANGED
@@ -83,6 +83,8 @@ DEFINE("WFU_ERROR_USERDATALIST_NOITEMSELECTED", __("no item selected!", "wp-file
|
|
83 |
DEFINE("WFU_ERROR_SAME_PLUGINID", __("There are more than one instances of the plugin in this page with the same id. Please change it.", "wp-file-upload"));
|
84 |
DEFINE("WFU_ERROR_PAGE_OBSOLETE", __("Cannot edit the shortcode because the page has been modified. Please reload the page.", "wp-file-upload"));
|
85 |
DEFINE("WFU_ERROR_CAPTCHA_OLDPHP", __("ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP or use RecaptchaV2 (no account).", "wp-file-upload"));
|
|
|
|
|
86 |
DEFINE("WFU_ERROR_CAPTCHA_NOSITEKEY", __("ERROR: No site key. Please contact administrator!", "wp-file-upload"));
|
87 |
DEFINE("WFU_ERROR_CAPTCHA_NOSITEKEY_ADMIN", __("ERROR: No site key defined! Please go to the plugin settings in Dashboard to define Google Recaptcha keys.", "wp-file-upload"));
|
88 |
DEFINE("WFU_ERROR_CAPTCHA_NOCHALLENGE", __("Bad captcha image!", "wp-file-upload"));
|
@@ -170,6 +172,7 @@ DEFINE("WFU_UPLOAD_STATE8", __("There are no files to upload!", "wp-file-upload"
|
|
170 |
DEFINE("WFU_UPLOAD_STATE9", __("Test upload message", "wp-file-upload"));
|
171 |
DEFINE("WFU_UPLOAD_STATE10", __("JSON parse warning!", "wp-file-upload"));
|
172 |
DEFINE("WFU_UPLOAD_STATE11", __("please wait while redirecting...", "wp-file-upload"));
|
|
|
173 |
DEFINE("WFU_PAGE_PLUGINEDITOR_BUTTONTITLE", __("Open visual shortcode editor in new window", "wp-file-upload"));
|
174 |
DEFINE("WFU_PAGE_PLUGINEDITOR_LOADING", __("loading visual editor", "wp-file-upload"));
|
175 |
DEFINE("WFU_CONFIRM_CLEARFILES", __("Clear file list?", "wp-file-upload"));
|
@@ -243,6 +246,7 @@ DEFINE("WFU_HEADERMESSAGECOLORS_STATE8", "#660000,#FFEEEE,#666600");
|
|
243 |
DEFINE("WFU_HEADERMESSAGECOLORS_STATE9", "#666666,#EEEEEE,#333333");
|
244 |
DEFINE("WFU_HEADERMESSAGECOLORS_STATE10", "#F88017,#FEF2E7,#633309");
|
245 |
DEFINE("WFU_HEADERMESSAGECOLORS_STATE11", "#666666,#EEEEEE,#333333");
|
|
|
246 |
|
247 |
/************** Constant Values ***************/
|
248 |
//other plugin values
|
83 |
DEFINE("WFU_ERROR_SAME_PLUGINID", __("There are more than one instances of the plugin in this page with the same id. Please change it.", "wp-file-upload"));
|
84 |
DEFINE("WFU_ERROR_PAGE_OBSOLETE", __("Cannot edit the shortcode because the page has been modified. Please reload the page.", "wp-file-upload"));
|
85 |
DEFINE("WFU_ERROR_CAPTCHA_OLDPHP", __("ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP or use RecaptchaV2 (no account).", "wp-file-upload"));
|
86 |
+
DEFINE("WFU_ERROR_CAPTCHA_MULTIPLE_NOTALLOWED", __("ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please notify administrator.", "wp-file-upload"));
|
87 |
+
DEFINE("WFU_ERROR_CAPTCHA_MULTIPLE_NOTALLOWED_ADMIN", __("ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please use RecaptchaV1 (no account).", "wp-file-upload"));
|
88 |
DEFINE("WFU_ERROR_CAPTCHA_NOSITEKEY", __("ERROR: No site key. Please contact administrator!", "wp-file-upload"));
|
89 |
DEFINE("WFU_ERROR_CAPTCHA_NOSITEKEY_ADMIN", __("ERROR: No site key defined! Please go to the plugin settings in Dashboard to define Google Recaptcha keys.", "wp-file-upload"));
|
90 |
DEFINE("WFU_ERROR_CAPTCHA_NOCHALLENGE", __("Bad captcha image!", "wp-file-upload"));
|
172 |
DEFINE("WFU_UPLOAD_STATE9", __("Test upload message", "wp-file-upload"));
|
173 |
DEFINE("WFU_UPLOAD_STATE10", __("JSON parse warning!", "wp-file-upload"));
|
174 |
DEFINE("WFU_UPLOAD_STATE11", __("please wait while redirecting...", "wp-file-upload"));
|
175 |
+
DEFINE("WFU_UPLOAD_STATE12", __("Upload failed!", "wp-file-upload"));
|
176 |
DEFINE("WFU_PAGE_PLUGINEDITOR_BUTTONTITLE", __("Open visual shortcode editor in new window", "wp-file-upload"));
|
177 |
DEFINE("WFU_PAGE_PLUGINEDITOR_LOADING", __("loading visual editor", "wp-file-upload"));
|
178 |
DEFINE("WFU_CONFIRM_CLEARFILES", __("Clear file list?", "wp-file-upload"));
|
246 |
DEFINE("WFU_HEADERMESSAGECOLORS_STATE9", "#666666,#EEEEEE,#333333");
|
247 |
DEFINE("WFU_HEADERMESSAGECOLORS_STATE10", "#F88017,#FEF2E7,#633309");
|
248 |
DEFINE("WFU_HEADERMESSAGECOLORS_STATE11", "#666666,#EEEEEE,#333333");
|
249 |
+
DEFINE("WFU_HEADERMESSAGECOLORS_STATE12", "#660000,#FFEEEE,#666600");
|
250 |
|
251 |
/************** Constant Values ***************/
|
252 |
//other plugin values
|
lib/wfu_functions.php
CHANGED
@@ -90,7 +90,7 @@ function wfu_sanitize_code($code) {
|
|
90 |
}
|
91 |
|
92 |
function wfu_sanitize_int($code) {
|
93 |
-
return preg_replace("/[^0-9]/", "", $code);
|
94 |
}
|
95 |
|
96 |
function wfu_sanitize_tag($code) {
|
90 |
}
|
91 |
|
92 |
function wfu_sanitize_int($code) {
|
93 |
+
return preg_replace("/[^0-9+\-]/", "", $code);
|
94 |
}
|
95 |
|
96 |
function wfu_sanitize_tag($code) {
|
lib/wfu_message.php
CHANGED
@@ -30,7 +30,9 @@ function wfu_prepare_message_block_skeleton($sid, $styles, $test) {
|
|
30 |
$header_styles["State10"]['message'] = WFU_UPLOAD_STATE10;
|
31 |
$header_styles["State11"] = wfu_prepare_message_colors(WFU_HEADERMESSAGECOLORS_STATE11);
|
32 |
$header_styles["State11"]['message'] = WFU_UPLOAD_STATE11;
|
33 |
-
$
|
|
|
|
|
34 |
|
35 |
/* set general variables */
|
36 |
$messageblock_main = 'wfu_messageblock_'.$sid;
|
30 |
$header_styles["State10"]['message'] = WFU_UPLOAD_STATE10;
|
31 |
$header_styles["State11"] = wfu_prepare_message_colors(WFU_HEADERMESSAGECOLORS_STATE11);
|
32 |
$header_styles["State11"]['message'] = WFU_UPLOAD_STATE11;
|
33 |
+
$header_styles["State12"] = wfu_prepare_message_colors(WFU_HEADERMESSAGECOLORS_STATE12);
|
34 |
+
$header_styles["State12"]['message'] = WFU_UPLOAD_STATE12;
|
35 |
+
$ExposedStateIndex = array("0", "1", "2", "3", "4", "5", "5_singlefile", "6", "7", "7_singlefile", "8", "11", "12");
|
36 |
|
37 |
/* set general variables */
|
38 |
$messageblock_main = 'wfu_messageblock_'.$sid;
|
lib/wfu_processfiles.php
CHANGED
@@ -171,15 +171,27 @@ function wfu_process_files($params, $method) {
|
|
171 |
$filter_error_message = '';
|
172 |
$filter_admin_message = '';
|
173 |
if ( $file_unique_id != '' && !$filedata_previously_defined ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
$changable_data['file_path'] = $target_path;
|
175 |
$changable_data['user_data'] = $userdata_fields;
|
176 |
$changable_data['error_message'] = $filter_error_message;
|
177 |
$changable_data['admin_message'] = $filter_admin_message;
|
178 |
$additional_data['shortcode_id'] = $sid;
|
179 |
$additional_data['file_unique_id'] = $file_unique_id;
|
180 |
-
|
181 |
-
if ( $only_check ) $additional_data['file_size'] = $fileprops['size'];
|
182 |
-
else $additional_data['file_size'] = filesize($fileprops['tmp_name']);
|
183 |
$additional_data['user_id'] = $user->ID;
|
184 |
$additional_data['page_id'] = $params["pageid"];
|
185 |
$ret_data = apply_filters('wfu_before_file_check', $changable_data, $additional_data);
|
@@ -499,7 +511,7 @@ function wfu_process_files($params, $method) {
|
|
499 |
$file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_WARNING_ADMIN_FILE_SUSPICIOUS.$check['proper_filename']);
|
500 |
}
|
501 |
}
|
502 |
-
// run any
|
503 |
if ( $file_finished_successfully ) {
|
504 |
$filter_error_message = '';
|
505 |
$filter_admin_message = '';
|
@@ -508,6 +520,10 @@ function wfu_process_files($params, $method) {
|
|
508 |
$additional_data['file_unique_id'] = $file_unique_id;
|
509 |
$additional_data['file_path'] = $target_path;
|
510 |
$additional_data['shortcode_id'] = $sid;
|
|
|
|
|
|
|
|
|
511 |
$ret_data = apply_filters('wfu_after_file_complete', $changable_data, $additional_data);
|
512 |
$filter_error_message = $ret_data['error_message'];
|
513 |
$filter_admin_message = $ret_data['admin_message'];
|
@@ -611,6 +627,18 @@ function wfu_process_files($params, $method) {
|
|
611 |
$pageid = ( $params["postlink"] == "true" ? $params['pageid'] : 0 );
|
612 |
wfu_process_media_insert($target_path, $pageid);
|
613 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
614 |
}
|
615 |
|
616 |
// in case of file check set files_count to 0 in order to denote that the file was not really uploaded
|
171 |
$filter_error_message = '';
|
172 |
$filter_admin_message = '';
|
173 |
if ( $file_unique_id != '' && !$filedata_previously_defined ) {
|
174 |
+
/* store file data and upload result to filemap session array
|
175 |
+
for use by after_upload filters */
|
176 |
+
if ( !isset($_SESSION["filedata_".$unique_id]) ) $_SESSION["filedata_".$unique_id] = array();
|
177 |
+
$real_file_index = $single_file_index;
|
178 |
+
if ( $single_file_index == -1 ) $real_file_index = $i;
|
179 |
+
// get correct file size
|
180 |
+
if ( $only_check ) $filesize = $fileprops['size'];
|
181 |
+
else $filesize = filesize($fileprops['tmp_name']);
|
182 |
+
$_SESSION["filedata_".$unique_id][$real_file_index] = array(
|
183 |
+
"file_unique_id" => $file_unique_id,
|
184 |
+
"original_filename" => $only_filename,
|
185 |
+
"filesize" => $filesize,
|
186 |
+
);
|
187 |
+
// prepare parameters for wfu_before_file_check filter
|
188 |
$changable_data['file_path'] = $target_path;
|
189 |
$changable_data['user_data'] = $userdata_fields;
|
190 |
$changable_data['error_message'] = $filter_error_message;
|
191 |
$changable_data['admin_message'] = $filter_admin_message;
|
192 |
$additional_data['shortcode_id'] = $sid;
|
193 |
$additional_data['file_unique_id'] = $file_unique_id;
|
194 |
+
$additional_data['file_size'] = $filesize;
|
|
|
|
|
195 |
$additional_data['user_id'] = $user->ID;
|
196 |
$additional_data['page_id'] = $params["pageid"];
|
197 |
$ret_data = apply_filters('wfu_before_file_check', $changable_data, $additional_data);
|
511 |
$file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_WARNING_ADMIN_FILE_SUSPICIOUS.$check['proper_filename']);
|
512 |
}
|
513 |
}
|
514 |
+
// run any wfu_after_file_loaded filters to make any last file checks and accept or reject it
|
515 |
if ( $file_finished_successfully ) {
|
516 |
$filter_error_message = '';
|
517 |
$filter_admin_message = '';
|
520 |
$additional_data['file_unique_id'] = $file_unique_id;
|
521 |
$additional_data['file_path'] = $target_path;
|
522 |
$additional_data['shortcode_id'] = $sid;
|
523 |
+
$ret_data = apply_filters('wfu_after_file_loaded', $changable_data, $additional_data);
|
524 |
+
//this is a call to wfu_after_file_complete filters, which is
|
525 |
+
//the old name of wfu_after_file_loaded filters, for maintaining
|
526 |
+
//backward compatibility
|
527 |
$ret_data = apply_filters('wfu_after_file_complete', $changable_data, $additional_data);
|
528 |
$filter_error_message = $ret_data['error_message'];
|
529 |
$filter_admin_message = $ret_data['admin_message'];
|
627 |
$pageid = ( $params["postlink"] == "true" ? $params['pageid'] : 0 );
|
628 |
wfu_process_media_insert($target_path, $pageid);
|
629 |
}
|
630 |
+
|
631 |
+
/* store final file data and upload result to filemap session array for
|
632 |
+
use by after_upload filters */
|
633 |
+
$real_file_index = $single_file_index;
|
634 |
+
if ( $single_file_index == -1 ) $real_file_index = $i;
|
635 |
+
if ( ( $file_finished_successfully || $file_finished_unsuccessfully ) && isset($_SESSION["filedata_".$unique_id][$real_file_index]) && !$ignore_server_actions ) {
|
636 |
+
$_SESSION["filedata_".$unique_id][$real_file_index]["filepath"] = $target_path;
|
637 |
+
$_SESSION["filedata_".$unique_id][$real_file_index]["user_data"] = $userdata_fields;
|
638 |
+
$_SESSION["filedata_".$unique_id][$real_file_index]["upload_result"] = $file_output['message_type'];
|
639 |
+
$_SESSION["filedata_".$unique_id][$real_file_index]["message"] = $file_output['message'];
|
640 |
+
$_SESSION["filedata_".$unique_id][$real_file_index]["admin_messages"] = $file_output['admin_messages'];
|
641 |
+
}
|
642 |
}
|
643 |
|
644 |
// in case of file check set files_count to 0 in order to denote that the file was not really uploaded
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: nickboss
|
|
3 |
Donate link: http://www.iptanus.com/support/wordpress-file-upload
|
4 |
Tags: ajax, captcha, filter, form, html5, notification, page, plugin, post, redirect, responsive, shortcode, sidebar, upload, widget
|
5 |
Requires at least: 2.9.2
|
6 |
-
Tested up to: 4.
|
7 |
Stable tag: "trunk"
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -132,6 +132,11 @@ There is an option in plugin's settings in Dashboard to relax the CSS rules, so
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
|
|
|
|
135 |
= 3.6.1 =
|
136 |
* Iptanus Services server for getting version info and other utilities is now secure (https)
|
137 |
* fixed bug with wfu_path_abs2rel function when ABSPATH is just a slash
|
@@ -537,6 +542,9 @@ Initial version.
|
|
537 |
|
538 |
== Upgrade Notice ==
|
539 |
|
|
|
|
|
|
|
540 |
= 3.6.1 =
|
541 |
Upgrade to introduce some new features and fix some minor bugs.
|
542 |
|
3 |
Donate link: http://www.iptanus.com/support/wordpress-file-upload
|
4 |
Tags: ajax, captcha, filter, form, html5, notification, page, plugin, post, redirect, responsive, shortcode, sidebar, upload, widget
|
5 |
Requires at least: 2.9.2
|
6 |
+
Tested up to: 4.4.1
|
7 |
Stable tag: "trunk"
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= 3.7.0 =
|
136 |
+
* significant code modifications to make the plugin pluggable, invisible to users
|
137 |
+
* addition of before and after upload filters
|
138 |
+
* correction of small bug in Shortcode Composer of File Viewer
|
139 |
+
|
140 |
= 3.6.1 =
|
141 |
* Iptanus Services server for getting version info and other utilities is now secure (https)
|
142 |
* fixed bug with wfu_path_abs2rel function when ABSPATH is just a slash
|
542 |
|
543 |
== Upgrade Notice ==
|
544 |
|
545 |
+
= 3.7.0 =
|
546 |
+
Upgrade to introduce some new features and fix some minor bugs.
|
547 |
+
|
548 |
= 3.6.1 =
|
549 |
Upgrade to introduce some new features and fix some minor bugs.
|
550 |
|
release_notes.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<!-- --><span><strong>Latest release notes: </strong>This
|
1 |
+
<!-- --><span><strong>Latest release notes: </strong>This release introduces some minor bug fixes and <strong>two new filters</strong> for executing custom code before and after the upload. Furthermore, many code modifications have been done in several parts of the plugin, which are not visible to the users. These modifications will eventually make the plugin <strong>pluggable</strong>, meaning that it will be able to accept extensions. You can find more details in the Release Notes area of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span><!-- --><!-- -->
|
wordpress_file_upload.php
CHANGED
@@ -4,7 +4,7 @@ if( !session_id() ) { session_start(); }
|
|
4 |
/*
|
5 |
Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
|
6 |
Description: Simple interface to upload files from a page.
|
7 |
-
Version: 3.
|
8 |
Author: Nickolas Bossinas
|
9 |
Author URI: http://www.iptanus.com
|
10 |
*/
|
@@ -61,6 +61,8 @@ add_action('plugins_loaded', 'wordpress_file_upload_update_db_check');
|
|
61 |
//ajax actions
|
62 |
add_action('wp_ajax_wfu_ajax_action', 'wfu_ajax_action_callback');
|
63 |
add_action('wp_ajax_nopriv_wfu_ajax_action', 'wfu_ajax_action_callback');
|
|
|
|
|
64 |
add_action('wp_ajax_wfu_ajax_action_send_email_notification', 'wfu_ajax_action_send_email_notification');
|
65 |
add_action('wp_ajax_nopriv_wfu_ajax_action_send_email_notification', 'wfu_ajax_action_send_email_notification');
|
66 |
add_action('wp_ajax_wfu_ajax_action_notify_wpfilebase', 'wfu_ajax_action_notify_wpfilebase');
|
@@ -77,6 +79,9 @@ add_action('wp_ajax_wfu_ajax_action_get_historylog_page', 'wfu_ajax_action_get_h
|
|
77 |
wfu_include_lib();
|
78 |
//widget
|
79 |
add_action( 'widgets_init', 'register_wfu_widget' );
|
|
|
|
|
|
|
80 |
|
81 |
function register_wfu_widget() {
|
82 |
register_widget( 'WFU_Widget' );
|
@@ -247,6 +252,7 @@ function wordpress_file_upload_function($incomingfromhandler) {
|
|
247 |
$ajax_params['params_index'] = $params_index;
|
248 |
$ajax_params['debugmode'] = $params["debugmode"];
|
249 |
$ajax_params['is_admin'] = ( $plugin_upload_user_role == 'administrator' ? "true" : "false" );
|
|
|
250 |
$ajax_params["error_header"] = $params["errormessage"];
|
251 |
$ajax_params["fail_colors"] = $params["failmessagecolors"];
|
252 |
|
@@ -311,7 +317,7 @@ function wordpress_file_upload_function($incomingfromhandler) {
|
|
311 |
|
312 |
/* Pass constants to javascript and run plugin post-load actions */
|
313 |
$consts = wfu_set_javascript_constants();
|
314 |
-
$handler = 'function() { wfu_Initialize_Consts("'.$consts.'"); wfu_plugin_load_action('.$sid.'); }';
|
315 |
$wordpress_file_upload_output .= "\n\t".'<script type="text/javascript">if(window.addEventListener) { window.addEventListener("load", '.$handler.', false); } else if(window.attachEvent) { window.attachEvent("onload", '.$handler.'); } else { window["onload"] = '.$handler.'; }</script>';
|
316 |
$wordpress_file_upload_output .= '</div>';
|
317 |
// $wordpress_file_upload_output .= '<div>';
|
@@ -371,9 +377,13 @@ function wordpress_file_upload_function($incomingfromhandler) {
|
|
371 |
unset($wfu_process_file_array["general"]['safe_output']);
|
372 |
//javascript code generated from individual wfu_after_upload_filters is not executed in non-ajax uploads
|
373 |
unset($wfu_process_file_array["general"]['js_script']);
|
|
|
|
|
|
|
|
|
374 |
|
375 |
$wfu_process_file_array_str = wfu_encode_array_to_string($wfu_process_file_array);
|
376 |
-
$ProcessUploadComplete_functiondef = 'function(){wfu_ProcessUploadComplete('.$sid.', 1, "'.$wfu_process_file_array_str.'", "no-ajax", "", "", "'.$safe_output.'", ["false", "", "false"]);}';
|
377 |
$wordpress_file_upload_output .= '<script type="text/javascript">window.onload='.$ProcessUploadComplete_functiondef.'</script>';
|
378 |
}
|
379 |
|
@@ -418,4 +428,36 @@ function wfu_get_subfolders_paths($params) {
|
|
418 |
return $subfolder_paths;
|
419 |
}
|
420 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
?>
|
4 |
/*
|
5 |
Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
|
6 |
Description: Simple interface to upload files from a page.
|
7 |
+
Version: 3.7.0
|
8 |
Author: Nickolas Bossinas
|
9 |
Author URI: http://www.iptanus.com
|
10 |
*/
|
61 |
//ajax actions
|
62 |
add_action('wp_ajax_wfu_ajax_action', 'wfu_ajax_action_callback');
|
63 |
add_action('wp_ajax_nopriv_wfu_ajax_action', 'wfu_ajax_action_callback');
|
64 |
+
add_action('wp_ajax_wfu_ajax_action_ask_server', 'wfu_ajax_action_ask_server');
|
65 |
+
add_action('wp_ajax_nopriv_wfu_ajax_action_ask_server', 'wfu_ajax_action_ask_server');
|
66 |
add_action('wp_ajax_wfu_ajax_action_send_email_notification', 'wfu_ajax_action_send_email_notification');
|
67 |
add_action('wp_ajax_nopriv_wfu_ajax_action_send_email_notification', 'wfu_ajax_action_send_email_notification');
|
68 |
add_action('wp_ajax_wfu_ajax_action_notify_wpfilebase', 'wfu_ajax_action_notify_wpfilebase');
|
79 |
wfu_include_lib();
|
80 |
//widget
|
81 |
add_action( 'widgets_init', 'register_wfu_widget' );
|
82 |
+
//register internal filter that is executed before upload for classic uploader
|
83 |
+
add_filter("_wfu_before_upload", "wfu_classic_before_upload_handler", 10, 2);
|
84 |
+
|
85 |
|
86 |
function register_wfu_widget() {
|
87 |
register_widget( 'WFU_Widget' );
|
252 |
$ajax_params['params_index'] = $params_index;
|
253 |
$ajax_params['debugmode'] = $params["debugmode"];
|
254 |
$ajax_params['is_admin'] = ( $plugin_upload_user_role == 'administrator' ? "true" : "false" );
|
255 |
+
$ajax_params["has_filters"] = ( has_filter("wfu_before_upload") ? "true" : "false" );
|
256 |
$ajax_params["error_header"] = $params["errormessage"];
|
257 |
$ajax_params["fail_colors"] = $params["failmessagecolors"];
|
258 |
|
317 |
|
318 |
/* Pass constants to javascript and run plugin post-load actions */
|
319 |
$consts = wfu_set_javascript_constants();
|
320 |
+
$handler = 'function() { wfu_Initialize_Consts("'.$consts.'"); wfu_Load_Code_Connectors('.$sid.'); wfu_plugin_load_action('.$sid.'); }';
|
321 |
$wordpress_file_upload_output .= "\n\t".'<script type="text/javascript">if(window.addEventListener) { window.addEventListener("load", '.$handler.', false); } else if(window.attachEvent) { window.attachEvent("onload", '.$handler.'); } else { window["onload"] = '.$handler.'; }</script>';
|
322 |
$wordpress_file_upload_output .= '</div>';
|
323 |
// $wordpress_file_upload_output .= '<div>';
|
377 |
unset($wfu_process_file_array["general"]['safe_output']);
|
378 |
//javascript code generated from individual wfu_after_upload_filters is not executed in non-ajax uploads
|
379 |
unset($wfu_process_file_array["general"]['js_script']);
|
380 |
+
$js_script_enc = "";
|
381 |
+
//execute after upload filters
|
382 |
+
$ret = wfu_execute_after_upload_filters($sid, $unique_id);
|
383 |
+
if ( $ret["js_script"] != "" ) $js_script_enc = wfu_plugin_encode_string($ret["js_script"]);
|
384 |
|
385 |
$wfu_process_file_array_str = wfu_encode_array_to_string($wfu_process_file_array);
|
386 |
+
$ProcessUploadComplete_functiondef = 'function(){wfu_ProcessUploadComplete('.$sid.', 1, "'.$wfu_process_file_array_str.'", "no-ajax", "", "", "'.$safe_output.'", ["false", "", "false"], "fileupload", "'.$js_script_enc.'");}';
|
387 |
$wordpress_file_upload_output .= '<script type="text/javascript">window.onload='.$ProcessUploadComplete_functiondef.'</script>';
|
388 |
}
|
389 |
|
428 |
return $subfolder_paths;
|
429 |
}
|
430 |
|
431 |
+
function wfu_classic_before_upload_handler($ret, $attr) {
|
432 |
+
//run only if start_time exists in $_REQUEST parameters
|
433 |
+
if ( !isset($_REQUEST['start_time']) ) return $ret;
|
434 |
+
if ( $ret["status"] == "die" ) return $ret;
|
435 |
+
$start_time = sanitize_text_field( $_REQUEST["start_time"] );
|
436 |
+
$sid = $attr["sid"];
|
437 |
+
if ( $sid == "" ) {
|
438 |
+
$ret["status"] = "die";
|
439 |
+
return $ret;
|
440 |
+
}
|
441 |
+
if ( $ret["status"] != "error" ) {
|
442 |
+
$ret["status"] = "success";
|
443 |
+
$_SESSION['wfu_check_refresh_'.$sid] = 'form button pressed';
|
444 |
+
$_SESSION['wfu_start_time_'.$sid] = $start_time;
|
445 |
+
}
|
446 |
+
return $ret;
|
447 |
+
}
|
448 |
+
|
449 |
+
function wfu_execute_after_upload_filters($sid, $unique_id) {
|
450 |
+
//apply internal filters from extensions
|
451 |
+
$ret = array( "echo" => "" );
|
452 |
+
$files = array();
|
453 |
+
if ( isset($_SESSION["filedata_".$unique_id]) ) $files = $_SESSION["filedata_".$unique_id];
|
454 |
+
$attr = array( "sid" => $sid, "unique_id" => $unique_id, "files" => $files );
|
455 |
+
$ret = apply_filters("_wfu_after_upload", $ret, $attr);
|
456 |
+
//then apply any custom filters created by admin
|
457 |
+
$echo_str = "";
|
458 |
+
$ret = array( "js_script" => "" );
|
459 |
+
$ret = apply_filters("wfu_after_upload", $ret, $attr);
|
460 |
+
return $ret;
|
461 |
+
}
|
462 |
+
|
463 |
?>
|