WordPress File Upload - Version 3.8.0

Version Description

  • added webcam option that enables webcam capture functionality
  • added webcammode atribute to define capture mode (screenshots, video or both)
  • added audiocapture attribute to define if audio will be captured together with video
  • added videowidth, videoheight, videoaspectratio and videoframerate attributes to constrain video dimensions and frame rate
  • added camerafacing attribute to define the camera source (front or back)
  • added maxrecordtime attribute to define the maximum record time of video
  • added uploadmediabutton, videoname and imagename attributes to define custom webcam-related labels
  • fixed bug that strips non-latin characters from filename when downloading files
Download this release

Release Info

Developer nickboss
Plugin Icon 128x128 WordPress File Upload
Version 3.8.0
Comparing to
See all releases

Code changes from version 3.7.3 to 3.8.0

css/wordpress_file_upload_style.css CHANGED
@@ -1 +1 @@
1
- input[type=text].file_input_textbox{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid #BBB;background-color:#fff;color:#000}input[type=text].file_input_textbox:disabled{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid #BBB;background-color:#fff;color:silver}input[type=text].file_input_textbox_nofile{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid #BBB;background-color:red;color:#000}form.file_input_uploadform{position:relative;width:100px;height:27px;overflow:hidden;margin:0;padding:0}input[type=button].file_input_button{width:100px;height:27px;position:absolute;top:0;margin:0;padding:0;background-color:#EEE;color:#555;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#BBB;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input[type=button].file_input_button:disabled,input[type=button].file_input_button_hover,input[type=button].file_input_button_hover:disabled{width:100px;height:27px;position:absolute;margin:0;padding:0;background-color:#EEE;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;top:0}input[type=button].file_input_button_hover{color:#111;border-color:#333;border-radius:2px}input[type=button].file_input_button:disabled,input[type=button].file_input_button_hover:disabled{color:silver;border-color:#BBB;border-radius:2px}input[type=button].file_input_submit,input[type=button].file_input_submit:focus,input[type=button].file_input_submit:hover{-webkit-border-radius:2px;-moz-border-radius:2px;height:27px;position:relative;background-color:#EEE;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;-khtml-border-radius:2px;width:100px;margin:0;padding:0}input[type=button].file_input_submit{color:#555;border-color:#BBB;border-radius:2px}input[type=button].file_input_submit:focus,input[type=button].file_input_submit:hover{color:#111;border-color:#333;border-radius:2px}input[type=button].file_input_submit:disabled{width:100px;height:27px;position:relative;margin:0;padding:0;background-color:#EEE;color:silver;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#BBB;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input[type=file].file_input_hidden{font-size:45px;position:absolute;right:0;top:0;margin:0;padding:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}div.file_progress_bar{display:block;position:relative;width:100px;border:1px solid #333;margin:0;padding:4px}div.file_progress_inner{display:block;width:100%;height:6px;margin:0;padding:0;border:1px solid silver;background-color:#fff}span.file_progress_noanimation,span.file_progress_progressive,span.file_progress_shuffle{height:6px;padding:0;border-style:none;background-color:#2bc253;position:relative;display:block;margin:0;overflow:hidden}img.file_progress_imagesafe{width:100%;height:6px}span.file_progress_noanimation{width:0}span.file_progress_progressive{width:auto}span.file_progress_shuffle{width:25%;-webkit-animation:shuffle 1s linear infinite alternate;-moz-animation:shuffle 1s linear infinite alternate;-o-animation:shuffle 1s linear infinite alternate;animation:shuffle 1s linear infinite alternate}span.file_progress_progressive:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;background-size:30px 30px;-webkit-animation:lengthen 2s linear infinite;-moz-animation:lengthen 2s linear infinite;-o-animation:lengthen 2s linear infinite;animation:lengthen 2s linear infinite;overflow:hidden}@-webkit-keyframes shuffle{from{left:0}to{left:75%}}@-moz-keyframes shuffle{from{left:0}to{left:75%}}@-o-keyframes shuffle{from{left:0}to{left:75%}}@keyframes shuffle{from{left:0}to{left:75%}}@-webkit-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-moz-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-o-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}span.file_messagebox_inner{display:block;width:340px;margin:0;font-size:small;padding:10px;border-style:solid;border-width:1px;border-color:#D3D3D3;background-color:#F5F5F5;color:#000;line-height:1.2}table.file_table_clean,td.file_td_clean{border:none;border-spacing:0;padding:0;color:#000}div.file_div_clean{display:table;position:relative;margin:0;padding:0;border-style:none;background:0 0;color:#000;line-height:1;vertical-align:middle}div.file_div_clean_responsive_container{display:block;position:relative;margin:0;padding:0;border-style:none;background:0 0;color:#000;line-height:1;vertical-align:middle}div.file_div_clean_responsive{display:inline-block;position:relative;margin:0;padding:0;border-style:none;background:0 0;color:#000;line-height:1;vertical-align:middle}div.file_space_clean{display:block;margin:0 0 2px;padding:0;border-style:none;background:0 0;color:#000}table.file_table_clean{margin:0;background:0 0;width:auto}td.file_td_clean{margin:0;background:0 0;vertical-align:middle}span.subfolder_label{margin:0;padding:0;border-style:none;background:0 0;color:#000}div.subfolder_container{margin:0;padding:0;height:25px;border-style:none;background:0 0;color:#000;position:relative;display:inline-block}div.subfolder_autoplus_container{margin:0;padding:0 20px 0 0;border-style:none;background:0 0;display:inline-block;width:100%;height:100%}div.subfolder_autoplus_select_container{position:absolute;width:100%;height:100%;top:0;left:100%;margin:0 0 0 -20px;padding:0;border:none;background:0 0;overflow:hidden}select.subfolder_autoplus_dropdown,select.subfolder_autoplus_dropdown:disabled,select.subfolder_autoplus_dropdown_prompt{width:100%;left:-100%;position:absolute;border:none;padding:0}input[type=text].subfolder_autoplus{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0}input[type=text].subfolder_autoplus:disabled{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;color:silver}input[type=text].subfolder_autoplus_match{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;font-weight:700;font-style:italic}input[type=text].subfolder_autoplus_match:disabled{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;font-weight:700;font-style:italic;color:silver}input[type=text].subfolder_autoplus_empty{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;color:silver;font-style:italic}input[type=text].subfolder_autoplus_prompt{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;background:red}select.subfolder_dropdown{margin:0;padding:0;height:25px;border:none;background:0 0;color:#000}select.subfolder_autoplus_dropdown{height:100%;background:0 0;color:#000;margin:0 0 0 20px}select.subfolder_dropdown_prompt{margin:0;padding:0;height:25px;border:none;background:red;color:#000}select.subfolder_autoplus_dropdown_prompt{height:100%;background:red;color:#000;margin:0 0 0 20px}select.subfolder_dropdown:disabled{margin:0;padding:0;height:25px;border:none;background:0 0;color:silver}select.subfolder_autoplus_dropdown:disabled{height:100%;background:0 0;color:silver;margin:0 0 0 20px}select.subfolder_autoplus_dropdown option,select.subfolder_autoplus_dropdown_prompt option,select.subfolder_dropdown option,select.subfolder_dropdown_prompt option{background:#fff;color:#000}span.file_title_clean{margin:0;padding:0;border-style:none;background:0 0;color:#000}div.file_userdata_fieldwrapper,div.file_userdata_fieldwrapper_required,div.file_userdata_fieldwrapper_required_empty{position:relative;display:inline-block;width:60%;height:25px;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_fieldwrapper div.wfu_fieldwrapper_overlay,div.file_userdata_fieldwrapper_required div.wfu_fieldwrapper_overlay{position:absolute;display:none;width:100%;height:100%;margin:0;padding:0;background:0 0;border:none;box-shadow:none;z-index:1000001}div.file_userdata_fieldwrapper_required_empty div.wfu_fieldwrapper_overlay{position:absolute;display:block;width:100%;height:100%;margin:0;padding:0;background:0 0;border:2px solid red;box-shadow:none;z-index:1000001}div.file_userdata_radio_wrapper{position:relative;display:inline-block;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_container{margin:0;padding:0;white-space:nowrap;position:relative}label.file_userdata_label{margin:0;width:40%;display:inline-block}.file_userdata_message,.file_userdata_message_required{width:100%;height:100%;margin:0;padding:0;border:1px solid #BBB;background:0 0;color:#000}.file_userdata_message:disabled,.file_userdata_message_required:disabled{width:100%;height:100%;margin:0;padding:0;border:1px solid #BBB;background:0 0;color:silver}.file_userdata_message_required_empty{width:100%;height:100%;margin:0;padding:0;border:1px solid #BBB;box-shadow:inset 0 0 2px 2px red;color:#000}.file_userdata_message_required_empty::after{content:'not empty'}div.file_userdata_hint:after,div.file_userdata_hint:before{content:'';display:inline-block;position:absolute}.file_userdata_checkbox_description{width:100%;height:100%;white-space:normal}.file_userdata_dropdown,.file_userdata_listbox{width:100%;height:100%}div.file_userdata_hint{position:absolute;background:#eee;border:1px solid red;border-radius:6px;padding:6px;margin-left:10px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000}div.file_userdata_hint:before{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint:after{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_none{display:none}div.file_userdata_hint_inline{position:absolute;display:table;background:#eee;border:none;padding:6px;margin:auto 0;box-shadow:none;z-index:1000000}div.file_userdata_hint_bottom:after,div.file_userdata_hint_bottom:before,div.file_userdata_hint_left:after,div.file_userdata_hint_left:before,div.file_userdata_hint_right:after,div.file_userdata_hint_right:before,div.file_userdata_hint_top:after,div.file_userdata_hint_top:before{content:'';display:inline-block}div.file_userdata_hint_bottom,div.file_userdata_hint_left,div.file_userdata_hint_right,div.file_userdata_hint_top{background:#eee;padding:6px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000;position:absolute}div.file_userdata_hint_right{border:1px solid red;border-radius:6px;margin-left:10px}div.file_userdata_hint_right:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint_right:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_left{border:1px solid red;border-radius:6px;margin-right:10px}div.file_userdata_hint_left:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #eee;border-left-color:red;right:-8px;top:6px}div.file_userdata_hint_left:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #eee;right:-6px;top:7px}div.file_userdata_hint_top{border:1px solid red;border-radius:6px;margin-bottom:10px}div.file_userdata_hint_top:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #eee;border-top-color:red;bottom:-8px;left:6px}div.file_userdata_hint_top:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #eee;bottom:-6px;left:7px}div.file_userdata_hint_bottom{border:1px solid red;border-radius:6px;margin-top:10px}div.file_userdata_hint_bottom:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #eee;border-bottom-color:red;top:-8px;left:6px}div.file_userdata_hint_bottom:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #eee;top:-6px;left:7px}table.file_messageblock_table{margin:0;padding:0;border:none}td.file_messageblock_header_td{border:1px solid #ddd;margin:0;padding:0}div.file_messageblock_header{margin:0;padding:2px}label.file_messageblock_header_label{font-weight:700;font-size:12px;line-height:1}td.file_messageblock_arrow_td{border:1px solid #ddd;margin:0;padding:0;width:20px;vertical-align:middle}div.file_messageblock_header_arrow_down,div.file_messageblock_header_arrow_up{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;margin:5px 1px 1px 5px;font-size:0;line-height:0}div.file_messageblock_header_arrow_up{border-bottom:5px solid #555}div.file_messageblock_header_arrow_down{border-top:5px solid #555}td.file_messageblock_subheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_subheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_subheader_messagelabel{font-weight:400;font-size:12px;line-height:1}div.file_messageblock_subheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7;overflow:scroll}label.file_messageblock_subheader_debugmessage_label{margin:0;padding:0;background:0 0;border:none;font-weight:700}div.file_messageblock_subheader_debugmessage_container{margin:0 0 0 20px;padding:0;background:0 0;border:none;font-size:10px}label.file_messageblock_subheader_adminmessagelabel{font-weight:400;font-size:12px;font-style:italic;line-height:1}label.file_messageblock_fileheader_label,td.file_messageblock_filenumber_td{font-weight:700;font-size:11px;line-height:1}td.file_messageblock_filenumber_td{width:30px;margin:0;padding:2px;text-align:center;vertical-align:middle;border:1px solid #ddd}td.file_messageblock_fileheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_fileheader{margin:0;padding:2px}td.file_messageblock_filearrow_td{margin:0;padding:0;width:20px;border:1px solid #ddd;vertical-align:middle}div.file_messageblock_file_arrow_down,div.file_messageblock_file_arrow_up{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;margin:5px 1px 1px 6px;font-size:0;line-height:0}div.file_messageblock_file_arrow_up{border-bottom:4px solid #555}div.file_messageblock_file_arrow_down{border-top:4px solid #555}td.file_messageblock_filesubheaderempty_td{width:30px;margin:0;padding:0;border:1px solid #ddd}td.file_messageblock_filesubheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_filesubheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_filesubheader_messagelabel{font-weight:400;font-size:11px;line-height:1}div.file_messageblock_filesubheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7}label.file_messageblock_filesubheader_adminmessagelabel{font-weight:400;font-size:11px;font-style:italic;line-height:1}div.wfu_overlay_editor{width:18px;height:18px;padding:2px;box-shadow:1px 1px 2px #aaa;position:absolute;top:0;left:0;z-index:2;display:none;background-color:#fff;line-height:1}.wfu_browser_container:hover div.wfu_overlay_editor,.wfu_container:hover div.wfu_overlay_editor{display:block}div.wfu_overlay_editor:hover{background-color:#ff0}button.wfu_overlay_editor_button,button.wfu_overlay_editor_button:focus{background:0 0;border:none;margin:0;padding:0;width:100%;height:100%;outline:0}img.wfu_overlay_editor_img{vertical-align:top}div.wfu_overlay_container{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background-color:rgba(255,255,255,.7);z-index:2;display:none}table.wfu_overlay_table,table.wfu_overlay_table td,table.wfu_overlay_table tr{border:none;margin:0;padding:0;background:0 0;width:100%;height:100%}table.wfu_overlay_table td{text-align:center;vertical-align:middle}div.wfu_overlay_container_inner{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background:0 0}div.wfu_overlay_container label{margin-left:4px}
1
+ input[type=text].file_input_textbox{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid #BBB;background-color:#fff;color:#000}input[type=text].file_input_textbox:disabled{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid #BBB;background-color:#fff;color:silver}input[type=text].file_input_textbox_nofile{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid #BBB;background-color:red;color:#000}form.file_input_uploadform{position:relative;width:100px;height:27px;overflow:hidden;margin:0;padding:0}input[type=button].file_input_button{width:100px;height:27px;position:absolute;top:0;margin:0;padding:0;background-color:#EEE;color:#555;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#BBB;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input[type=button].file_input_button:disabled,input[type=button].file_input_button_hover,input[type=button].file_input_button_hover:disabled{width:100px;height:27px;position:absolute;margin:0;padding:0;background-color:#EEE;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;top:0}input[type=button].file_input_button_hover{color:#111;border-color:#333;border-radius:2px}input[type=button].file_input_button:disabled,input[type=button].file_input_button_hover:disabled{color:silver;border-color:#BBB;border-radius:2px}input[type=button].file_input_submit,input[type=button].file_input_submit:focus,input[type=button].file_input_submit:hover{-webkit-border-radius:2px;-moz-border-radius:2px;height:27px;position:relative;background-color:#EEE;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;-khtml-border-radius:2px;width:100px;margin:0;padding:0}input[type=button].file_input_submit{color:#555;border-color:#BBB;border-radius:2px}input[type=button].file_input_submit:focus,input[type=button].file_input_submit:hover{color:#111;border-color:#333;border-radius:2px}input[type=button].file_input_submit:disabled{width:100px;height:27px;position:relative;margin:0;padding:0;background-color:#EEE;color:silver;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#BBB;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input[type=file].file_input_hidden{font-size:45px;position:absolute;right:0;top:0;margin:0;padding:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}div.file_progress_bar{display:block;position:relative;width:100px;border:1px solid #333;margin:0;padding:4px}div.file_progress_inner{display:block;width:100%;height:6px;margin:0;padding:0;border:1px solid silver;background-color:#fff}span.file_progress_noanimation,span.file_progress_progressive,span.file_progress_shuffle{height:6px;padding:0;border-style:none;background-color:#2bc253;position:relative;display:block;margin:0;overflow:hidden}img.file_progress_imagesafe{width:100%;height:6px}span.file_progress_noanimation{width:0}span.file_progress_progressive{width:auto}span.file_progress_shuffle{width:25%;-webkit-animation:shuffle 1s linear infinite alternate;-moz-animation:shuffle 1s linear infinite alternate;-o-animation:shuffle 1s linear infinite alternate;animation:shuffle 1s linear infinite alternate}span.file_progress_progressive:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;background-size:30px 30px;-webkit-animation:lengthen 2s linear infinite;-moz-animation:lengthen 2s linear infinite;-o-animation:lengthen 2s linear infinite;animation:lengthen 2s linear infinite;overflow:hidden}@-webkit-keyframes shuffle{from{left:0}to{left:75%}}@-moz-keyframes shuffle{from{left:0}to{left:75%}}@-o-keyframes shuffle{from{left:0}to{left:75%}}@keyframes shuffle{from{left:0}to{left:75%}}@-webkit-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-moz-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-o-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}span.file_messagebox_inner{display:block;width:340px;margin:0;font-size:small;padding:10px;border-style:solid;border-width:1px;border-color:#D3D3D3;background-color:#F5F5F5;color:#000;line-height:1.2}table.file_table_clean,td.file_td_clean{border:none;border-spacing:0;padding:0;color:#000}div.file_div_clean{display:table;position:relative;margin:0;padding:0;border-style:none;background:0 0;color:#000;line-height:1;vertical-align:middle}div.file_div_clean_responsive_container{display:block;position:relative;margin:0;padding:0;border-style:none;background:0 0;color:#000;line-height:1;vertical-align:middle}div.file_div_clean_responsive{display:inline-block;position:relative;margin:0;padding:0;border-style:none;background:0 0;color:#000;line-height:1;vertical-align:middle}div.file_space_clean{display:block;margin:0 0 2px;padding:0;border-style:none;background:0 0;color:#000}table.file_table_clean{margin:0;background:0 0;width:auto}td.file_td_clean{margin:0;background:0 0;vertical-align:middle}span.subfolder_label{margin:0;padding:0;border-style:none;background:0 0;color:#000}div.subfolder_container{margin:0;padding:0;height:25px;border-style:none;background:0 0;color:#000;position:relative;display:inline-block}div.subfolder_autoplus_container{margin:0;padding:0 20px 0 0;border-style:none;background:0 0;display:inline-block;width:100%;height:100%}div.subfolder_autoplus_select_container{position:absolute;width:100%;height:100%;top:0;left:100%;margin:0 0 0 -20px;padding:0;border:none;background:0 0;overflow:hidden}select.subfolder_autoplus_dropdown,select.subfolder_autoplus_dropdown:disabled,select.subfolder_autoplus_dropdown_prompt{width:100%;left:-100%;position:absolute;border:none;padding:0}input[type=text].subfolder_autoplus{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0}input[type=text].subfolder_autoplus:disabled{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;color:silver}input[type=text].subfolder_autoplus_match{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;font-weight:700;font-style:italic}input[type=text].subfolder_autoplus_match:disabled{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;font-weight:700;font-style:italic;color:silver}input[type=text].subfolder_autoplus_empty{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;color:silver;font-style:italic}input[type=text].subfolder_autoplus_prompt{width:100%;height:100%;border:none;box-shadow:none;padding:0;margin:0;background:red}select.subfolder_dropdown{margin:0;padding:0;height:25px;border:none;background:0 0;color:#000}select.subfolder_autoplus_dropdown{height:100%;background:0 0;color:#000;margin:0 0 0 20px}select.subfolder_dropdown_prompt{margin:0;padding:0;height:25px;border:none;background:red;color:#000}select.subfolder_autoplus_dropdown_prompt{height:100%;background:red;color:#000;margin:0 0 0 20px}select.subfolder_dropdown:disabled{margin:0;padding:0;height:25px;border:none;background:0 0;color:silver}select.subfolder_autoplus_dropdown:disabled{height:100%;background:0 0;color:silver;margin:0 0 0 20px}select.subfolder_autoplus_dropdown option,select.subfolder_autoplus_dropdown_prompt option,select.subfolder_dropdown option,select.subfolder_dropdown_prompt option{background:#fff;color:#000}span.file_title_clean{margin:0;padding:0;border-style:none;background:0 0;color:#000}div.file_userdata_fieldwrapper,div.file_userdata_fieldwrapper_required,div.file_userdata_fieldwrapper_required_empty{position:relative;display:inline-block;width:60%;height:25px;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_fieldwrapper div.wfu_fieldwrapper_overlay,div.file_userdata_fieldwrapper_required div.wfu_fieldwrapper_overlay{position:absolute;display:none;width:100%;height:100%;margin:0;padding:0;background:0 0;border:none;box-shadow:none;z-index:1000001}div.file_userdata_fieldwrapper_required_empty div.wfu_fieldwrapper_overlay{position:absolute;display:block;width:100%;height:100%;margin:0;padding:0;background:0 0;border:2px solid red;box-shadow:none;z-index:1000001}div.file_userdata_radio_wrapper{position:relative;display:inline-block;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_container{margin:0;padding:0;white-space:nowrap;position:relative}label.file_userdata_label{margin:0;width:40%;display:inline-block}.file_userdata_message,.file_userdata_message_required{width:100%;height:100%;margin:0;padding:0;border:1px solid #BBB;background:0 0;color:#000}.file_userdata_message:disabled,.file_userdata_message_required:disabled{width:100%;height:100%;margin:0;padding:0;border:1px solid #BBB;background:0 0;color:silver}.file_userdata_message_required_empty{width:100%;height:100%;margin:0;padding:0;border:1px solid #BBB;box-shadow:inset 0 0 2px 2px red;color:#000}.file_userdata_message_required_empty::after{content:'not empty'}div.file_userdata_hint:after,div.file_userdata_hint:before{content:'';display:inline-block;position:absolute}.file_userdata_checkbox_description{width:100%;height:100%;white-space:normal}.file_userdata_dropdown,.file_userdata_listbox{width:100%;height:100%}div.file_userdata_hint{position:absolute;background:#eee;border:1px solid red;border-radius:6px;padding:6px;margin-left:10px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000}div.file_userdata_hint:before{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint:after{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_none{display:none}div.file_userdata_hint_inline{position:absolute;display:table;background:#eee;border:none;padding:6px;margin:auto 0;box-shadow:none;z-index:1000000}div.file_userdata_hint_bottom:after,div.file_userdata_hint_bottom:before,div.file_userdata_hint_left:after,div.file_userdata_hint_left:before,div.file_userdata_hint_right:after,div.file_userdata_hint_right:before,div.file_userdata_hint_top:after,div.file_userdata_hint_top:before{content:'';display:inline-block}div.file_userdata_hint_bottom,div.file_userdata_hint_left,div.file_userdata_hint_right,div.file_userdata_hint_top{background:#eee;padding:6px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000;position:absolute}div.file_userdata_hint_right{border:1px solid red;border-radius:6px;margin-left:10px}div.file_userdata_hint_right:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint_right:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_left{border:1px solid red;border-radius:6px;margin-right:10px}div.file_userdata_hint_left:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #eee;border-left-color:red;right:-8px;top:6px}div.file_userdata_hint_left:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #eee;right:-6px;top:7px}div.file_userdata_hint_top{border:1px solid red;border-radius:6px;margin-bottom:10px}div.file_userdata_hint_top:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #eee;border-top-color:red;bottom:-8px;left:6px}div.file_userdata_hint_top:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #eee;bottom:-6px;left:7px}div.file_userdata_hint_bottom{border:1px solid red;border-radius:6px;margin-top:10px}div.file_userdata_hint_bottom:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #eee;border-bottom-color:red;top:-8px;left:6px}div.file_userdata_hint_bottom:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #eee;top:-6px;left:7px}table.file_messageblock_table{margin:0;padding:0;border:none}td.file_messageblock_header_td{border:1px solid #ddd;margin:0;padding:0}div.file_messageblock_header{margin:0;padding:2px}label.file_messageblock_header_label{font-weight:700;font-size:12px;line-height:1}td.file_messageblock_arrow_td{border:1px solid #ddd;margin:0;padding:0;width:20px;vertical-align:middle}div.file_messageblock_header_arrow_down,div.file_messageblock_header_arrow_up{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;margin:5px 1px 1px 5px;font-size:0;line-height:0}div.file_messageblock_header_arrow_up{border-bottom:5px solid #555}div.file_messageblock_header_arrow_down{border-top:5px solid #555}td.file_messageblock_subheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_subheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_subheader_messagelabel{font-weight:400;font-size:12px;line-height:1}div.file_messageblock_subheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7;overflow:scroll}label.file_messageblock_subheader_debugmessage_label{margin:0;padding:0;background:0 0;border:none;font-weight:700}div.file_messageblock_subheader_debugmessage_container{margin:0 0 0 20px;padding:0;background:0 0;border:none;font-size:10px}label.file_messageblock_subheader_adminmessagelabel{font-weight:400;font-size:12px;font-style:italic;line-height:1}label.file_messageblock_fileheader_label,td.file_messageblock_filenumber_td{font-weight:700;font-size:11px;line-height:1}td.file_messageblock_filenumber_td{width:30px;margin:0;padding:2px;text-align:center;vertical-align:middle;border:1px solid #ddd}td.file_messageblock_fileheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_fileheader{margin:0;padding:2px}td.file_messageblock_filearrow_td{margin:0;padding:0;width:20px;border:1px solid #ddd;vertical-align:middle}div.file_messageblock_file_arrow_down,div.file_messageblock_file_arrow_up{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;margin:5px 1px 1px 6px;font-size:0;line-height:0}div.file_messageblock_file_arrow_up{border-bottom:4px solid #555}div.file_messageblock_file_arrow_down{border-top:4px solid #555}td.file_messageblock_filesubheaderempty_td{width:30px;margin:0;padding:0;border:1px solid #ddd}td.file_messageblock_filesubheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_filesubheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_filesubheader_messagelabel{font-weight:400;font-size:11px;line-height:1}div.file_messageblock_filesubheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7}label.file_messageblock_filesubheader_adminmessagelabel{font-weight:400;font-size:11px;font-style:italic;line-height:1}div.wfu_overlay_editor{width:18px;height:18px;padding:2px;box-shadow:1px 1px 2px #aaa;position:absolute;top:0;left:0;z-index:2;display:none;background-color:#fff;line-height:1}.wfu_browser_container:hover div.wfu_overlay_editor,.wfu_container:hover div.wfu_overlay_editor{display:block}div.wfu_overlay_editor:hover{background-color:#ff0}button.wfu_overlay_editor_button,button.wfu_overlay_editor_button:focus{background:0 0;border:none;margin:0;padding:0;width:100%;height:100%;outline:0}img.wfu_overlay_editor_img{vertical-align:top}div.wfu_overlay_container{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background-color:rgba(255,255,255,.7);z-index:2;display:none}table.wfu_overlay_table,table.wfu_overlay_table td,table.wfu_overlay_table tr{border:none;margin:0;padding:0;background:0 0;width:100%;height:100%}table.wfu_overlay_table td{text-align:center;vertical-align:middle}div.wfu_overlay_container_inner{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background:0 0}div.wfu_overlay_container label{margin-left:4px}div.wfu_file_webcam_inner{position:relative;background:0 0;border:none;padding:0;margin:0;width:100%;height:100%}div.wfu_webcam_notsupported{border:1px inset}div.wfu_webcam_notsupported label.wfu_webcam_notsupported_label{display:inline!important;font-size:smaller;color:red}div.wfu_file_webcam_off{width:100%;height:100%;margin:0;padding:0;border:0;background-color:#000}div.wfu_file_webcam_off img{max-width:100%;max-height:100%;padding:0;margin:0}div.wfu_file_webcam_off svg{position:absolute;top:0;left:0;fill:rgba(255,255,255,.5);width:100%;height:100%;padding:0;margin:0}div.wfu_file_webcam_nav_container{position:relative;border:none;background:0 0;padding:0;margin:0}div.wfu_file_webcam_nav{display:block;position:absolute;border:none;padding:4px;margin:0;left:0;right:0;height:30px;bottom:0;z-index:1;overflow:hidden}div.wfu_rec_ready{background-color:transparent}div.wfu_recording,div.wfu_stream_ready{background-color:rgba(0,0,0,.8)}div.wfu_stream_ready{display:none}div.wfu_file_webcam_btn_time,table.wfu_file_webcam_btn_time_tb,td.wfu_file_webcam_btn_time_td,tr.wfu_file_webcam_btn_time_tr{background:0 0;border:none;padding:0}div.wfu_file_webcam_inner:hover div.wfu_stream_ready{display:block}svg.wfu_file_webcam_btn,svg.wfu_file_webcam_btn_disabled{float:left;height:100%}svg.wfu_file_webcam_btn:hover{border-radius:4px;box-shadow:0 0 4px #aaa}svg.wfu_file_webcam_btn_onoff{fill:#fff;position:absolute;display:none;height:22px;width:22px;top:2px;right:2px;padding:0 0 2px 3px;z-index:1}div.wfu_file_webcam_inner:hover svg.wfu_file_webcam_btn_onoff{display:block}svg.wfu_file_webcam_btn_video{fill:#fff;padding:2px}svg.wfu_file_webcam_btn_video_disabled{fill:rgba(255,255,255,.3);padding:2px}svg.wfu_file_webcam_btn_record{fill:red}svg.wfu_recording{animation:blink-animation 1s steps(3,start) infinite;-webkit-animation:blink-animation 1s steps(3,start) infinite}svg.wfu_recording:hover{border-radius:0;box-shadow:none}@keyframes blink-animation{to{visibility:hidden}}@-webkit-keyframes blink-animation{to{visibility:hidden}}svg.wfu_file_webcam_btn_stop{fill:#fff}svg.wfu_file_webcam_btn_play{fill:#32cd32}svg.wfu_file_webcam_btn_play_disabled{fill:rgba(255,255,255,.3)}svg.wfu_file_webcam_btn_pause{fill:#fff}svg.wfu_file_webcam_btn_pause_disabled{fill:rgba(255,255,255,.3)}div.wfu_file_webcam_btn_pos{position:relative;float:left;background:0 0;border:none;margin:0 8px 0 3px;padding:0;width:calc(100% - 200px);max-width:100px;height:100%}svg.wfu_file_webcam_btn_bar{position:absolute;height:100%;top:0;width:calc(100% + 5px);fill:#fff}svg.wfu_file_webcam_btn_pointer{position:absolute;top:4px;bottom:4px;width:5px;height:calc(100% - 8px);fill:#fff}svg.wfu_file_webcam_btn_back,svg.wfu_file_webcam_btn_fwd{fill:#fff;padding:0 2px}video.wfu_file_webcam_box{max-width:100%;max-height:100%;padding:0;margin:0}div.wfu_file_webcam_btn_time{position:relative;float:right;margin:0;height:100%}table.wfu_file_webcam_btn_time_tb{margin:0;border-collapse:collapse;height:100%}td.wfu_file_webcam_btn_time_td{vertical-align:middle}div.wfu_file_webcam_btn_time label{color:#fff;font-size:smaller;vertical-align:middle}svg.wfu_file_webcam_btn_picture{fill:#ff0;float:right;padding:2px;height:calc(100% - 4px)}
css/wordpress_file_upload_style_relaxed.css CHANGED
@@ -1 +1 @@
1
- input[type=text].file_input_textbox,input[type=text].file_input_textbox:disabled,input[type=text].file_input_textbox_nofile{position:relative}form.file_input_uploadform{position:relative;overflow:hidden;margin:0;padding:0}input[type=file].file_input_hidden{font-size:45px;position:absolute;right:0;top:0;margin:0;padding:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}div.file_progress_bar{display:block;position:relative;width:100px;border:1px solid #333;margin:0;padding:4px}div.file_progress_inner{display:block;width:100%;height:6px;margin:0;padding:0;border:1px solid silver;background-color:#fff}span.file_progress_noanimation,span.file_progress_progressive,span.file_progress_shuffle{height:6px;padding:0;border-style:none;background-color:#2bc253;position:relative;display:block;margin:0;overflow:hidden}img.file_progress_imagesafe{width:100%;height:6px}span.file_progress_noanimation{width:0}span.file_progress_progressive{width:auto}span.file_progress_shuffle{width:25%;-webkit-animation:shuffle 1s linear infinite alternate;-moz-animation:shuffle 1s linear infinite alternate;-o-animation:shuffle 1s linear infinite alternate;animation:shuffle 1s linear infinite alternate}span.file_progress_progressive:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;background-size:30px 30px;-webkit-animation:lengthen 2s linear infinite;-moz-animation:lengthen 2s linear infinite;-o-animation:lengthen 2s linear infinite;animation:lengthen 2s linear infinite;overflow:hidden}@-webkit-keyframes shuffle{from{left:0}to{left:75%}}@-moz-keyframes shuffle{from{left:0}to{left:75%}}@-o-keyframes shuffle{from{left:0}to{left:75%}}@keyframes shuffle{from{left:0}to{left:75%}}@-webkit-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-moz-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-o-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}span.file_messagebox_inner{display:block;width:340px;margin:0;font-size:small;padding:10px;border-style:solid;border-width:1px;border-color:#D3D3D3;background-color:#F5F5F5;line-height:1.2}div.file_div_clean{display:table;position:relative;margin:0;padding:0;border-style:none;background:0 0;line-height:1;vertical-align:middle}div.file_div_clean_responsive_container{display:block;position:relative;margin:0;padding:0;border-style:none;background:0 0;line-height:1;vertical-align:middle}div.file_div_clean_responsive{display:inline-block;position:relative;margin:0;padding:0;border-style:none;background:0 0;line-height:1;vertical-align:middle}div.file_space_clean{display:block;margin:0 0 2px;padding:0;border-style:none;background:0 0}table.file_table_clean{margin:0;padding:0;border:none;border-spacing:0;background:0 0;width:auto}td.file_td_clean{margin:0;padding:0;border:none;border-spacing:0;background:0 0;vertical-align:middle}div.subfolder_container{margin:0;padding:0;border-style:none;background:0 0;position:relative;display:inline-block}div.subfolder_autoplus_container{margin:0;padding:0 20px 0 0;border-style:none;background:0 0;display:inline-block;width:100%;height:100%}div.subfolder_autoplus_select_container{position:absolute;width:100%;height:100%;top:0;left:100%;margin:0 0 0 -20px;padding:0;border:none;background:0 0;overflow:hidden}select.subfolder_autoplus_dropdown,select.subfolder_autoplus_dropdown:disabled,select.subfolder_autoplus_dropdown_prompt{width:100%;left:-100%;position:absolute;margin-left:20px;height:100%}input[type=text].subfolder_autoplus,input[type=text].subfolder_autoplus:disabled{width:100%}input[type=text].subfolder_autoplus_match,input[type=text].subfolder_autoplus_match:disabled{width:100%;font-weight:700;font-style:italic}input[type=text].subfolder_autoplus_empty{width:100%;font-style:italic}input[type=text].subfolder_autoplus_prompt{width:100%;background:red}select.subfolder_autoplus_dropdown_prompt,select.subfolder_dropdown_prompt{background:red}select.subfolder_autoplus_dropdown option,select.subfolder_autoplus_dropdown_prompt option,select.subfolder_dropdown option,select.subfolder_dropdown_prompt option{background:#fff}div.file_userdata_fieldwrapper,div.file_userdata_fieldwrapper_required,div.file_userdata_fieldwrapper_required_empty{position:relative;display:inline-block;width:60%;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_fieldwrapper div.wfu_fieldwrapper_overlay,div.file_userdata_fieldwrapper_required div.wfu_fieldwrapper_overlay{position:absolute;display:none;width:100%;height:100%;margin:0;padding:0;background:0 0;border:none;box-shadow:none;z-index:1000001}div.file_userdata_fieldwrapper_required_empty div.wfu_fieldwrapper_overlay{position:absolute;display:block;width:100%;height:100%;margin:0;padding:0;background:0 0;border:2px solid red;box-shadow:none;z-index:1000001}div.file_userdata_radio_wrapper{position:relative;display:inline-block;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_container{margin:0;padding:0;white-space:nowrap;position:relative}label.file_userdata_label{width:40%;display:inline-block}.file_userdata_checkbox_description,.file_userdata_dropdown,.file_userdata_listbox,.file_userdata_message,.file_userdata_message:disabled,.file_userdata_message_required,.file_userdata_message_required:disabled{width:100%;height:100%}.file_userdata_message_required_empty{width:100%;height:100%;box-shadow:inset 0 0 2px 2px red}.file_userdata_message_required_empty::after{content:'not empty'}div.file_userdata_hint:after,div.file_userdata_hint:before{content:'';display:inline-block;position:absolute}.file_userdata_checkbox_description{white-space:normal}div.file_userdata_hint{position:absolute;background:#eee;border:1px solid red;border-radius:6px;padding:6px;margin-left:10px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000}div.file_userdata_hint:before{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint:after{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_none{display:none}div.file_userdata_hint_inline{position:absolute;display:table;background:#eee;border:none;padding:6px;margin:auto 0;box-shadow:none;z-index:1000000}div.file_userdata_hint_bottom:after,div.file_userdata_hint_bottom:before,div.file_userdata_hint_left:after,div.file_userdata_hint_left:before,div.file_userdata_hint_right:after,div.file_userdata_hint_right:before,div.file_userdata_hint_top:after,div.file_userdata_hint_top:before{content:'';display:inline-block}div.file_userdata_hint_bottom,div.file_userdata_hint_left,div.file_userdata_hint_right,div.file_userdata_hint_top{background:#eee;padding:6px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000;position:absolute}div.file_userdata_hint_right{border:1px solid red;border-radius:6px;margin-left:10px}div.file_userdata_hint_right:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint_right:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_left{border:1px solid red;border-radius:6px;margin-right:10px}div.file_userdata_hint_left:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #eee;border-left-color:red;right:-8px;top:6px}div.file_userdata_hint_left:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #eee;right:-6px;top:7px}div.file_userdata_hint_top{border:1px solid red;border-radius:6px;margin-bottom:10px}div.file_userdata_hint_top:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #eee;border-top-color:red;bottom:-8px;left:6px}div.file_userdata_hint_top:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #eee;bottom:-6px;left:7px}div.file_userdata_hint_bottom{border:1px solid red;border-radius:6px;margin-top:10px}div.file_userdata_hint_bottom:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #eee;border-bottom-color:red;top:-8px;left:6px}div.file_userdata_hint_bottom:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #eee;top:-6px;left:7px}table.file_messageblock_table{margin:0;padding:0;border:none}td.file_messageblock_header_td{border:1px solid #ddd;margin:0;padding:0}div.file_messageblock_header{margin:0;padding:2px}label.file_messageblock_header_label{font-weight:700;font-size:12px;line-height:1}td.file_messageblock_arrow_td{border:1px solid #ddd;margin:0;padding:0;width:20px;vertical-align:middle}div.file_messageblock_header_arrow_down,div.file_messageblock_header_arrow_up{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;margin:5px 1px 1px 5px;font-size:0;line-height:0}div.file_messageblock_header_arrow_up{border-bottom:5px solid #555}div.file_messageblock_header_arrow_down{border-top:5px solid #555}td.file_messageblock_subheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_subheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_subheader_messagelabel{font-weight:400;font-size:12px;line-height:1}div.file_messageblock_subheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7;overflow:scroll}label.file_messageblock_subheader_debugmessage_label{margin:0;padding:0;background:0 0;border:none;font-weight:700}div.file_messageblock_subheader_debugmessage_container{margin:0 0 0 20px;padding:0;background:0 0;border:none;font-size:10px}label.file_messageblock_subheader_adminmessagelabel{font-weight:400;font-size:12px;font-style:italic;line-height:1}label.file_messageblock_fileheader_label,td.file_messageblock_filenumber_td{font-weight:700;font-size:11px;line-height:1}td.file_messageblock_filenumber_td{width:30px;margin:0;padding:2px;text-align:center;vertical-align:middle;border:1px solid #ddd}td.file_messageblock_fileheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_fileheader{margin:0;padding:2px}td.file_messageblock_filearrow_td{margin:0;padding:0;width:20px;border:1px solid #ddd;vertical-align:middle}div.file_messageblock_file_arrow_down,div.file_messageblock_file_arrow_up{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;margin:5px 1px 1px 6px;font-size:0;line-height:0}div.file_messageblock_file_arrow_up{border-bottom:4px solid #555}div.file_messageblock_file_arrow_down{border-top:4px solid #555}td.file_messageblock_filesubheaderempty_td{width:30px;margin:0;padding:0;border:1px solid #ddd}td.file_messageblock_filesubheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_filesubheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_filesubheader_messagelabel{font-weight:400;font-size:11px;line-height:1}div.file_messageblock_filesubheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7}label.file_messageblock_filesubheader_adminmessagelabel{font-weight:400;font-size:11px;font-style:italic;line-height:1}div.wfu_overlay_editor{width:18px;height:18px;padding:2px;box-shadow:1px 1px 2px #aaa;position:absolute;top:0;left:0;z-index:2;display:none;background-color:#fff;line-height:1}.wfu_browser_container:hover div.wfu_overlay_editor,.wfu_container:hover div.wfu_overlay_editor{display:block}div.wfu_overlay_editor:hover{background-color:#ff0}button.wfu_overlay_editor_button,button.wfu_overlay_editor_button:focus{background:0 0;border:none;margin:0;padding:0;width:100%;height:100%;outline:0}img.wfu_overlay_editor_img{vertical-align:top}div.wfu_overlay_container{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background-color:rgba(255,255,255,.7);z-index:2;display:none}table.wfu_overlay_table,table.wfu_overlay_table td,table.wfu_overlay_table tr{border:none;margin:0;padding:0;background:0 0;width:100%;height:100%}table.wfu_overlay_table td{text-align:center;vertical-align:middle}div.wfu_overlay_container_inner{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background:0 0}div.wfu_overlay_container label{margin-left:4px}
1
+ input[type=text].file_input_textbox,input[type=text].file_input_textbox:disabled,input[type=text].file_input_textbox_nofile{position:relative}form.file_input_uploadform{position:relative;overflow:hidden;margin:0;padding:0}input[type=file].file_input_hidden{font-size:45px;position:absolute;right:0;top:0;margin:0;padding:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}div.file_progress_bar{display:block;position:relative;width:100px;border:1px solid #333;margin:0;padding:4px}div.file_progress_inner{display:block;width:100%;height:6px;margin:0;padding:0;border:1px solid silver;background-color:#fff}span.file_progress_noanimation,span.file_progress_progressive,span.file_progress_shuffle{height:6px;padding:0;border-style:none;background-color:#2bc253;position:relative;display:block;margin:0;overflow:hidden}img.file_progress_imagesafe{width:100%;height:6px}span.file_progress_noanimation{width:0}span.file_progress_progressive{width:auto}span.file_progress_shuffle{width:25%;-webkit-animation:shuffle 1s linear infinite alternate;-moz-animation:shuffle 1s linear infinite alternate;-o-animation:shuffle 1s linear infinite alternate;animation:shuffle 1s linear infinite alternate}span.file_progress_progressive:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;background-size:30px 30px;-webkit-animation:lengthen 2s linear infinite;-moz-animation:lengthen 2s linear infinite;-o-animation:lengthen 2s linear infinite;animation:lengthen 2s linear infinite;overflow:hidden}@-webkit-keyframes shuffle{from{left:0}to{left:75%}}@-moz-keyframes shuffle{from{left:0}to{left:75%}}@-o-keyframes shuffle{from{left:0}to{left:75%}}@keyframes shuffle{from{left:0}to{left:75%}}@-webkit-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-moz-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@-o-keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}@keyframes lengthen{from{background-position:0 0}to{background-position:30px 30px}}span.file_messagebox_inner{display:block;width:340px;margin:0;font-size:small;padding:10px;border-style:solid;border-width:1px;border-color:#D3D3D3;background-color:#F5F5F5;line-height:1.2}div.file_div_clean{display:table;position:relative;margin:0;padding:0;border-style:none;background:0 0;line-height:1;vertical-align:middle}div.file_div_clean_responsive_container{display:block;position:relative;margin:0;padding:0;border-style:none;background:0 0;line-height:1;vertical-align:middle}div.file_div_clean_responsive{display:inline-block;position:relative;margin:0;padding:0;border-style:none;background:0 0;line-height:1;vertical-align:middle}div.file_space_clean{display:block;margin:0 0 2px;padding:0;border-style:none;background:0 0}table.file_table_clean{margin:0;padding:0;border:none;border-spacing:0;background:0 0;width:auto}td.file_td_clean{margin:0;padding:0;border:none;border-spacing:0;background:0 0;vertical-align:middle}div.subfolder_container{margin:0;padding:0;border-style:none;background:0 0;position:relative;display:inline-block}div.subfolder_autoplus_container{margin:0;padding:0 20px 0 0;border-style:none;background:0 0;display:inline-block;width:100%;height:100%}div.subfolder_autoplus_select_container{position:absolute;width:100%;height:100%;top:0;left:100%;margin:0 0 0 -20px;padding:0;border:none;background:0 0;overflow:hidden}select.subfolder_autoplus_dropdown,select.subfolder_autoplus_dropdown:disabled,select.subfolder_autoplus_dropdown_prompt{width:100%;left:-100%;position:absolute;margin-left:20px;height:100%}input[type=text].subfolder_autoplus,input[type=text].subfolder_autoplus:disabled{width:100%}input[type=text].subfolder_autoplus_match,input[type=text].subfolder_autoplus_match:disabled{width:100%;font-weight:700;font-style:italic}input[type=text].subfolder_autoplus_empty{width:100%;font-style:italic}input[type=text].subfolder_autoplus_prompt{width:100%;background:red}select.subfolder_autoplus_dropdown_prompt,select.subfolder_dropdown_prompt{background:red}select.subfolder_autoplus_dropdown option,select.subfolder_autoplus_dropdown_prompt option,select.subfolder_dropdown option,select.subfolder_dropdown_prompt option{background:#fff}div.file_userdata_fieldwrapper,div.file_userdata_fieldwrapper_required,div.file_userdata_fieldwrapper_required_empty{position:relative;display:inline-block;width:60%;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_fieldwrapper div.wfu_fieldwrapper_overlay,div.file_userdata_fieldwrapper_required div.wfu_fieldwrapper_overlay{position:absolute;display:none;width:100%;height:100%;margin:0;padding:0;background:0 0;border:none;box-shadow:none;z-index:1000001}div.file_userdata_fieldwrapper_required_empty div.wfu_fieldwrapper_overlay{position:absolute;display:block;width:100%;height:100%;margin:0;padding:0;background:0 0;border:2px solid red;box-shadow:none;z-index:1000001}div.file_userdata_radio_wrapper{position:relative;display:inline-block;margin:0;padding:0;background:0 0;border:none;box-shadow:none}div.file_userdata_container{margin:0;padding:0;white-space:nowrap;position:relative}label.file_userdata_label{width:40%;display:inline-block}.file_userdata_checkbox_description,.file_userdata_dropdown,.file_userdata_listbox,.file_userdata_message,.file_userdata_message:disabled,.file_userdata_message_required,.file_userdata_message_required:disabled{width:100%;height:100%}.file_userdata_message_required_empty{width:100%;height:100%;box-shadow:inset 0 0 2px 2px red}.file_userdata_message_required_empty::after{content:'not empty'}div.file_userdata_hint:after,div.file_userdata_hint:before{content:'';display:inline-block;position:absolute}.file_userdata_checkbox_description{white-space:normal}div.file_userdata_hint{position:absolute;background:#eee;border:1px solid red;border-radius:6px;padding:6px;margin-left:10px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000}div.file_userdata_hint:before{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint:after{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_none{display:none}div.file_userdata_hint_inline{position:absolute;display:table;background:#eee;border:none;padding:6px;margin:auto 0;box-shadow:none;z-index:1000000}div.file_userdata_hint_bottom:after,div.file_userdata_hint_bottom:before,div.file_userdata_hint_left:after,div.file_userdata_hint_left:before,div.file_userdata_hint_right:after,div.file_userdata_hint_right:before,div.file_userdata_hint_top:after,div.file_userdata_hint_top:before{content:'';display:inline-block}div.file_userdata_hint_bottom,div.file_userdata_hint_left,div.file_userdata_hint_right,div.file_userdata_hint_top{background:#eee;padding:6px;box-shadow:0 0 2px rgba(0,0,0,.2);z-index:1000000;position:absolute}div.file_userdata_hint_right{border:1px solid red;border-radius:6px;margin-left:10px}div.file_userdata_hint_right:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #eee;border-right-color:red;left:-8px;top:6px}div.file_userdata_hint_right:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #eee;left:-6px;top:7px}div.file_userdata_hint_left{border:1px solid red;border-radius:6px;margin-right:10px}div.file_userdata_hint_left:before{position:absolute;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #eee;border-left-color:red;right:-8px;top:6px}div.file_userdata_hint_left:after{position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #eee;right:-6px;top:7px}div.file_userdata_hint_top{border:1px solid red;border-radius:6px;margin-bottom:10px}div.file_userdata_hint_top:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #eee;border-top-color:red;bottom:-8px;left:6px}div.file_userdata_hint_top:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #eee;bottom:-6px;left:7px}div.file_userdata_hint_bottom{border:1px solid red;border-radius:6px;margin-top:10px}div.file_userdata_hint_bottom:before{position:absolute;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #eee;border-bottom-color:red;top:-8px;left:6px}div.file_userdata_hint_bottom:after{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #eee;top:-6px;left:7px}table.file_messageblock_table{margin:0;padding:0;border:none}td.file_messageblock_header_td{border:1px solid #ddd;margin:0;padding:0}div.file_messageblock_header{margin:0;padding:2px}label.file_messageblock_header_label{font-weight:700;font-size:12px;line-height:1}td.file_messageblock_arrow_td{border:1px solid #ddd;margin:0;padding:0;width:20px;vertical-align:middle}div.file_messageblock_header_arrow_down,div.file_messageblock_header_arrow_up{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;margin:5px 1px 1px 5px;font-size:0;line-height:0}div.file_messageblock_header_arrow_up{border-bottom:5px solid #555}div.file_messageblock_header_arrow_down{border-top:5px solid #555}td.file_messageblock_subheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_subheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_subheader_messagelabel{font-weight:400;font-size:12px;line-height:1}div.file_messageblock_subheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7;overflow:scroll}label.file_messageblock_subheader_debugmessage_label{margin:0;padding:0;background:0 0;border:none;font-weight:700}div.file_messageblock_subheader_debugmessage_container{margin:0 0 0 20px;padding:0;background:0 0;border:none;font-size:10px}label.file_messageblock_subheader_adminmessagelabel{font-weight:400;font-size:12px;font-style:italic;line-height:1}label.file_messageblock_fileheader_label,td.file_messageblock_filenumber_td{font-weight:700;font-size:11px;line-height:1}td.file_messageblock_filenumber_td{width:30px;margin:0;padding:2px;text-align:center;vertical-align:middle;border:1px solid #ddd}td.file_messageblock_fileheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_fileheader{margin:0;padding:2px}td.file_messageblock_filearrow_td{margin:0;padding:0;width:20px;border:1px solid #ddd;vertical-align:middle}div.file_messageblock_file_arrow_down,div.file_messageblock_file_arrow_up{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;margin:5px 1px 1px 6px;font-size:0;line-height:0}div.file_messageblock_file_arrow_up{border-bottom:4px solid #555}div.file_messageblock_file_arrow_down{border-top:4px solid #555}td.file_messageblock_filesubheaderempty_td{width:30px;margin:0;padding:0;border:1px solid #ddd}td.file_messageblock_filesubheader_td{margin:0;padding:0;border:1px solid #ddd}div.file_messageblock_filesubheader_message{margin:0;padding:2px;background:0 0}label.file_messageblock_filesubheader_messagelabel{font-weight:400;font-size:11px;line-height:1}div.file_messageblock_filesubheader_adminmessage{margin:0;padding:2px;background-color:#F7F7F7}label.file_messageblock_filesubheader_adminmessagelabel{font-weight:400;font-size:11px;font-style:italic;line-height:1}div.wfu_overlay_editor{width:18px;height:18px;padding:2px;box-shadow:1px 1px 2px #aaa;position:absolute;top:0;left:0;z-index:2;display:none;background-color:#fff;line-height:1}.wfu_browser_container:hover div.wfu_overlay_editor,.wfu_container:hover div.wfu_overlay_editor{display:block}div.wfu_overlay_editor:hover{background-color:#ff0}button.wfu_overlay_editor_button,button.wfu_overlay_editor_button:focus{background:0 0;border:none;margin:0;padding:0;width:100%;height:100%;outline:0}img.wfu_overlay_editor_img{vertical-align:top}div.wfu_overlay_container{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background-color:rgba(255,255,255,.7);z-index:2;display:none}table.wfu_overlay_table,table.wfu_overlay_table td,table.wfu_overlay_table tr{border:none;margin:0;padding:0;background:0 0;width:100%;height:100%}table.wfu_overlay_table td{text-align:center;vertical-align:middle}div.wfu_overlay_container_inner{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background:0 0}div.wfu_overlay_container label{margin-left:4px}div.wfu_file_webcam_inner{position:relative;background:0 0;border:none;padding:0;margin:0;width:100%;height:100%}div.wfu_webcam_notsupported{border:1px inset}div.wfu_webcam_notsupported label.wfu_webcam_notsupported_label{display:inline!important;font-size:smaller;color:red}div.wfu_file_webcam_off{width:100%;height:100%;margin:0;padding:0;border:0;background-color:#000}div.wfu_file_webcam_off img{max-width:100%;max-height:100%;padding:0;margin:0}div.wfu_file_webcam_off svg{position:absolute;top:0;left:0;fill:rgba(255,255,255,.5);width:100%;height:100%;padding:0;margin:0}div.wfu_file_webcam_nav_container{position:relative;border:none;background:0 0;padding:0;margin:0}div.wfu_file_webcam_nav{display:block;position:absolute;border:none;padding:4px;margin:0;left:0;right:0;height:30px;bottom:0;z-index:1;overflow:hidden}div.wfu_rec_ready{background-color:transparent}div.wfu_recording,div.wfu_stream_ready{background-color:rgba(0,0,0,.8)}div.wfu_stream_ready{display:none}div.wfu_file_webcam_btn_time,table.wfu_file_webcam_btn_time_tb,td.wfu_file_webcam_btn_time_td,tr.wfu_file_webcam_btn_time_tr{background:0 0;border:none;padding:0}div.wfu_file_webcam_inner:hover div.wfu_stream_ready{display:block}svg.wfu_file_webcam_btn,svg.wfu_file_webcam_btn_disabled{float:left;height:100%}svg.wfu_file_webcam_btn:hover{border-radius:4px;box-shadow:0 0 4px #aaa}svg.wfu_file_webcam_btn_onoff{fill:#fff;position:absolute;display:none;height:22px;width:22px;top:2px;right:2px;padding:0 0 2px 3px;z-index:1}div.wfu_file_webcam_inner:hover svg.wfu_file_webcam_btn_onoff{display:block}svg.wfu_file_webcam_btn_video{fill:#fff;padding:2px}svg.wfu_file_webcam_btn_video_disabled{fill:rgba(255,255,255,.3);padding:2px}svg.wfu_file_webcam_btn_record{fill:red}svg.wfu_recording{animation:blink-animation 1s steps(3,start) infinite;-webkit-animation:blink-animation 1s steps(3,start) infinite}svg.wfu_recording:hover{border-radius:0;box-shadow:none}@keyframes blink-animation{to{visibility:hidden}}@-webkit-keyframes blink-animation{to{visibility:hidden}}svg.wfu_file_webcam_btn_stop{fill:#fff}svg.wfu_file_webcam_btn_play{fill:#32cd32}svg.wfu_file_webcam_btn_play_disabled{fill:rgba(255,255,255,.3)}svg.wfu_file_webcam_btn_pause{fill:#fff}svg.wfu_file_webcam_btn_pause_disabled{fill:rgba(255,255,255,.3)}div.wfu_file_webcam_btn_pos{position:relative;float:left;background:0 0;border:none;margin:0 8px 0 3px;padding:0;width:calc(100% - 200px);max-width:100px;height:100%}svg.wfu_file_webcam_btn_bar{position:absolute;height:100%;top:0;width:calc(100% + 5px);fill:#fff}svg.wfu_file_webcam_btn_pointer{position:absolute;top:4px;bottom:4px;width:5px;height:calc(100% - 8px);fill:#fff}svg.wfu_file_webcam_btn_back,svg.wfu_file_webcam_btn_fwd{fill:#fff;padding:0 2px}video.wfu_file_webcam_box{max-width:100%;max-height:100%;padding:0;margin:0}div.wfu_file_webcam_btn_time{position:relative;float:right;margin:0;height:100%}table.wfu_file_webcam_btn_time_tb{margin:0;border-collapse:collapse;height:100%}td.wfu_file_webcam_btn_time_td{vertical-align:middle}div.wfu_file_webcam_btn_time label{color:#fff;font-size:smaller;vertical-align:middle}svg.wfu_file_webcam_btn_picture{fill:#ff0;float:right;padding:2px;height:calc(100% - 4px)}
images/Version Comparison.png CHANGED
Binary file
images/open-iconic.svg ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 8 8" style="display:none;">
2
+ <symbol viewBox="0 0 8 8" id="account-login">
3
+ <path d="M3 0v1h4v5h-4v1h5v-7h-5zm1 2v1h-4v1h4v1l2-1.5-2-1.5z" id="account-login"></path>
4
+ </symbol>
5
+ <defs>
6
+
7
+
8
+ <path d="M3 0v1h4v5h-4v1h5v-7h-5zm-1 2l-2 1.5 2 1.5v-1h4v-1h-4v-1z" id="account-logout"></path>
9
+
10
+ <path d="M3.5 1c-1.93 0-3.5 1.57-3.5 3.5 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v.5h-1l2 2 2-2h-1v-.5c0-1.93-1.57-3.5-3.5-3.5z" id="action-redo"></path>
11
+
12
+ <path d="M4.5 1c-1.93 0-3.5 1.57-3.5 3.5v.5h-1l2 2 2-2h-1v-.5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0-1.93-1.57-3.5-3.5-3.5z" id="action-undo"></path>
13
+
14
+ <path d="M0 0v1h8v-1h-8zm1 2v1h6v-1h-6zm-1 2v1h8v-1h-8zm1 2v1h6v-1h-6z" id="align-center"></path>
15
+
16
+ <path d="M0 0v1h8v-1h-8zm0 2v1h6v-1h-6zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z" id="align-left"></path>
17
+
18
+ <path d="M0 0v1h8v-1h-8zm2 2v1h6v-1h-6zm-2 2v1h8v-1h-8zm2 2v1h6v-1h-6z" id="align-right"></path>
19
+
20
+ <path d="M4 0c-.69 0-1.336.19-1.906.5l3.219 2.344.719-2.25c-.59-.36-1.281-.594-2.031-.594zm-2.75 1.125c-.76.73-1.25 1.735-1.25 2.875 0 .25.022.489.063.719l3.094-2.219-1.906-1.375zm5.625.125l-1.219 3.75h2.219c.08-.32.125-.65.125-1 0-1.07-.435-2.03-1.125-2.75zm-4.719 3.188l-1.75 1.281c.55 1.13 1.595 1.989 2.875 2.219l-1.125-3.5zm1.563 1.563l.625 1.969c1.33-.11 2.454-.879 3.094-1.969h-3.719z" id="aperture"></path>
21
+
22
+ <path d="M3 0v5h-2l2.531 3 2.469-3h-2v-5h-1z" id="arrow-bottom"></path>
23
+
24
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-1 1h2v3h2l-3 3-3-3h2v-3z" id="arrow-circle-bottom"></path>
25
+
26
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1v2h3v2h-3v2l-3-3 3-3z" id="arrow-circle-left"></path>
27
+
28
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3-3 3v-2h-3v-2h3v-2z" id="arrow-circle-right"></path>
29
+
30
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3h-2v3h-2v-3h-2l3-3z" id="arrow-circle-top"></path>
31
+
32
+ <path d="M3 1l-3 2.531 3 2.469v-2h5v-1h-5v-2z" id="arrow-left"></path>
33
+
34
+ <path d="M5 1v2h-5v1h5v2l3-2.531-3-2.469z" id="arrow-right"></path>
35
+
36
+ <path d="M3 0v5h-2l3.031 3 2.969-3h-2v-5h-2z" id="arrow-thick-bottom"></path>
37
+
38
+ <path d="M3 1l-3 3.031 3 2.969v-2h5v-2h-5v-2z" id="arrow-thick-left"></path>
39
+
40
+ <path d="M5 1v2h-5v2h5v2l3-3.031-3-2.969z" id="arrow-thick-right"></path>
41
+
42
+ <path d="M3.969 0l-2.969 3h2v5h2v-5h2l-3.031-3z" id="arrow-thick-top"></path>
43
+
44
+ <path d="M3.469 0l-2.469 3h2v5h1v-5h2l-2.531-3z" id="arrow-top"></path>
45
+
46
+ <path d="M4 0v8h1v-8h-1zm-2 1v6h1v-6h-1zm4 1v4h1v-4h-1zm-6 1v2h1v-2h-1z" id="audio-spectrum"></path>
47
+
48
+ <path d="M1.188 1c-.734.722-1.188 1.748-1.188 2.844 0 1.095.454 2.09 1.188 2.813l.688-.719c-.546-.538-.875-1.269-.875-2.094s.329-1.587.875-2.125l-.688-.719zm5.625 0l-.688.719c.552.552.875 1.289.875 2.125 0 .836-.327 1.554-.875 2.094l.688.719c.732-.72 1.188-1.708 1.188-2.813 0-1.104-.459-2.115-1.188-2.844zm-4.219 1.406c-.362.362-.594.889-.594 1.438 0 .548.232 1.045.594 1.406l.688-.719c-.178-.178-.281-.416-.281-.688 0-.272.103-.54.281-.719l-.688-.719zm2.813 0l-.688.719c.183.183.281.434.281.719s-.099.505-.281.688l.688.719c.357-.357.594-.851.594-1.406 0-.555-.236-1.08-.594-1.438z" id="audio"></path>
49
+
50
+ <path d="M4 0c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2zm-1 4.813v3.188l1-1 1 1v-3.188c-.31.11-.65.188-1 .188s-.69-.077-1-.188z" id="badge"></path>
51
+
52
+ <path d="M4 0c-2.203 0-4 1.797-4 4 0 2.203 1.797 4 4 4 2.203 0 4-1.797 4-4 0-2.203-1.797-4-4-4zm0 1c.655 0 1.258.209 1.75.563l-4.188 4.188c-.353-.492-.563-1.095-.563-1.75 0-1.663 1.337-3 3-3zm2.438 1.25c.353.492.563 1.095.563 1.75 0 1.663-1.337 3-3 3-.655 0-1.258-.209-1.75-.563l4.188-4.188z" id="ban"></path>
53
+
54
+ <path d="M0 0v7h8v-1h-7v-6h-1zm5 0v5h2v-5h-2zm-3 2v3h2v-3h-2z" id="bar-chart"></path>
55
+
56
+ <path d="M3.969 0c-.127.011-.259.083-.344.188l-2.344 2.813h-1.281v1h1v3.656c0 .18.164.344.344.344h5.313c.18 0 .344-.164.344-.344v-3.656h1v-1h-1.281c-.274-.329-2.387-2.866-2.406-2.875-.105-.09-.216-.136-.344-.125zm.031 1.281l1.438 1.719h-2.875l1.438-1.719zm-1.5 3.719c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5zm3 0c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5z" id="basket"></path>
57
+
58
+ <path d="M.094 1c-.06 0-.094.034-.094.094v5.813c0 .06.034.094.094.094h6.813c.06 0 .094-.034.094-.094v-1.906h1v-2h-1v-1.906c0-.06-.034-.094-.094-.094h-6.813zm.906 1h5v4h-5v-4z" id="battery-empty"></path>
59
+
60
+ <path d="M.094 1c-.06 0-.094.034-.094.094v5.813c0 .06.034.094.094.094h6.813c.06 0 .094-.034.094-.094v-1.906h1v-2h-1v-1.906c0-.06-.034-.094-.094-.094h-6.813z" id="battery-full"></path>
61
+
62
+ <path d="M1.344 0a.502.502 0 0 0 .156 1h.5v1.406c-.088.172-1.194 2.313-1.656 3.094-.153.268-.344.612-.344 1.063 0 .383.139.764.406 1.031.26.26.643.406 1.031.406h5.125c.383 0 .764-.139 1.031-.406.26-.26.406-.643.406-1.031 0-.452-.194-.801-.344-1.063-.463-.78-1.568-2.922-1.656-3.094v-1.406h.5a.5.5 0 1 0 0-1h-5a.5.5 0 0 0-.094 0 .502.502 0 0 0-.063 0zm1.656 1h2v1.625l.063.094s.652 1.233 1.219 2.281h-4.563c.567-1.049 1.219-2.281 1.219-2.281l.063-.094v-1.625z" id="beaker"></path>
63
+
64
+ <path d="M4 0c-1.1 0-2 .9-2 2 0 1.04-.524 1.976-1.344 2.656-.42.34-.656.824-.656 1.344h8c0-.52-.236-1.004-.656-1.344-.82-.68-1.344-1.616-1.344-2.656 0-1.1-.9-2-2-2zm-1 7c0 .55.45 1 1 1s1-.45 1-1h-2z" id="bell"></path>
65
+
66
+ <path d="M2.5 0v2.5l-.75-.75-.75.75 1.5 1.5-1.5 1.5.75.75.75-.75v2.5h.5l3.5-2.5-2.25-1.531 2.25-1.469-3.5-2.5h-.5zm1 1.5l1.5 1-1.5 1v-2zm0 3l1.5 1-1.5 1v-2z" id="bluetooth"></path>
67
+
68
+ <path d="M0 0v1c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1v1h5.5c1.38 0 2.5-1.12 2.5-2.5 0-1-.588-1.85-1.438-2.25.27-.34.438-.78.438-1.25 0-1.1-.9-2-2-2h-5zm3 1h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v-2zm0 3h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-1.5v-3z" id="bold"></path>
69
+
70
+ <path d="M4 0l-3 5h2v3l3-5h-2v-3z" id="bolt"></path>
71
+
72
+ <path d="M1 0l-.188.031c-.39.08-.701.391-.781.781l-.031.188v5.5c0 .83.67 1.5 1.5 1.5h5.5v-1h-5.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h5.5v-5.5c0-.28-.22-.5-.5-.5h-.5v3l-1-1-1 1v-3h-3z" id="book"></path>
73
+
74
+ <path d="M2 0v8l2-2 2 2v-8h-4z" id="bookmark"></path>
75
+
76
+ <path d="M0 0v1h8v-1h-8zm0 2v5.906c0 .06.034.094.094.094h7.813c.06 0 .094-.034.094-.094v-5.906h-2.969v1.031h-2.031v-1.031h-3z" id="box"></path>
77
+
78
+ <path d="M3 0c-.554 0-1 .458-1 1v1h-1.906c-.06 0-.094.034-.094.094v2.406c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5v-2.406c0-.06-.034-.094-.094-.094h-1.906v-1c0-.542-.446-1-1-1h-2zm0 1h2v1h-2v-1zm-3 4.906v2c0 .06.034.094.094.094h7.813c.06 0 .094-.034.094-.094v-2c-.16.05-.32.094-.5.094h-7c-.18 0-.34-.044-.5-.094z" id="briefcase"></path>
79
+
80
+ <path d="M4 0c-.619 0-1.159.262-1.5.688-.341.426-.5.986-.5 1.563 0 .692.165 1.245.25 1.75h-1.25v1h1.219c-.112.448-.37.964-1.063 1.656l-.156.125v1.219h6v-1h-4.906c.641-.729.982-1.397 1.125-2h1.781v-1h-1.719c-.078-.683-.281-1.242-.281-1.75 0-.394.115-.731.281-.938.166-.207.368-.313.719-.313.394 0 .609.109.75.25.141.141.25.356.25.75h1c0-.576-.165-1.102-.531-1.469-.366-.366-.893-.531-1.469-.531z" id="british-pound"></path>
81
+
82
+ <path d="M.344 0a.5.5 0 0 0-.344.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.094 0 .5.5 0 0 0-.063 0zm1.156 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm2 0h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm-2.5 2h6v4h-6v-4z" id="browser"></path>
83
+
84
+ <path d="M7.438.031l-.063.031-3.75 2.656-.125.156-.125.25c.719.229 1.271.781 1.5 1.5l.25-.125c.05-.02.126-.075.156-.125l2.656-3.75c.03-.04.04-.116 0-.156l-.406-.406-.094-.031zm-4.781 3.969c-.73 0-1.313.614-1.313 1.344 0 .99-.544 1.821-1.344 2.281.4.23.864.375 1.344.375 1.48 0 2.656-1.176 2.656-2.656 0-.73-.604-1.344-1.344-1.344z" id="brush"></path>
85
+
86
+ <path d="M3.5 0c-1.19 0-1.978 1.69-1.188 2.5l-.281.219-1.313-.656a.5.5 0 0 0-.344-.063.5.5 0 0 0-.094.938l1.156.563c-.09.156-.186.328-.25.5h-.688a.5.5 0 0 0-.094 0 .502.502 0 1 0 .094 1h.5c0 .227.023.445.063.656l-.781.406a.5.5 0 1 0 .438.875l.656-.344c.245.46.59.844 1 1.094.35-.19.625-.439.625-.719v-1.438a.5.5 0 0 0 0-.094v-.813a.5.5 0 0 0 0-.219c.045-.231.254-.406.5-.406.28 0 .5.22.5.5v.875a.5.5 0 0 0 0 .094v.063a.5.5 0 0 0 0 .094v1.344c0 .27.275.497.625.688.41-.245.755-.604 1-1.063l.656.344a.5.5 0 1 0 .438-.875l-.781-.406c.04-.211.063-.429.063-.656h.5a.5.5 0 1 0 0-1h-.688c-.064-.172-.16-.344-.25-.5l1.156-.563a.5.5 0 0 0-.313-.938.5.5 0 0 0-.125.063l-1.313.656-.281-.219c.78-.83.003-2.5-1.188-2.5z" id="bug"></path>
87
+
88
+ <path d="M6.094 0l-.094.031v5.969h.907c.06 0 .094-.034.094-.094v-5.813c0-.06-.034-.094-.094-.094h-.813zm-1.094.5l-2.906 1.469-.188.031h-1.813c-.06 0-.094.034-.094.094v1.813c0 .06.034.094.094.094h.906l1.031 2.719c.11.25.406.36.656.25.25-.11.36-.406.25-.656l-.719-1.781c.033-.136.136-.25.281-.25v-.031l2.5 1.25v-5z" id="bullhorn"></path>
89
+
90
+ <path d="M.094 0c-.06 0-.094.034-.094.094v7.813c0 .06.034.094.094.094h6.813c.06 0 .094-.034.094-.094v-7.813c0-.06-.034-.094-.094-.094h-6.813zm.906 1h5v2h-5v-2zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v3h-1v-3zm-4 2h1v1h-1v-1zm2 0h1v1h-1v-1z" id="calculator"></path>
91
+
92
+ <path d="M0 0v2h7v-2h-7zm0 3v4.906c0 .06.034.094.094.094h6.813c.06 0 .094-.034.094-.094v-4.906h-7zm1 1h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v1h-1v-1zm-4 2h1v1h-1v-1zm2 0h1v1h-1v-1z" id="calendar"></path>
93
+
94
+ <path d="M4.094 0c-.06 0-.105.044-.125.094l-.938 1.813c-.02.05-.065.094-.125.094h-1.406c-.83 0-1.5.67-1.5 1.5v4.406c0 .06.034.094.094.094h7.813c.06 0 .094-.034.094-.094v-5.813c0-.06-.034-.094-.094-.094h-.813c-.06 0-.105-.044-.125-.094l-.938-1.813c-.02-.05-.065-.094-.125-.094h-1.813zm-2.594 3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm3.5 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" id="camera-slr"></path>
95
+
96
+ <path d="M0 2l4 4 4-4h-8z" id="caret-bottom"></path>
97
+
98
+ <path d="M6 0l-4 4 4 4v-8z" id="caret-left"></path>
99
+
100
+ <path d="M2 0v8l4-4-4-4z" id="caret-right"></path>
101
+
102
+ <path d="M4 2l-4 4h8l-4-4z" id="caret-top"></path>
103
+
104
+ <path d="M.344 0a.502.502 0 0 0 .156 1h1.5l.094.25.406 1.25.406 1.25c.04.13.204.25.344.25h3.5c.14 0 .304-.12.344-.25l.813-2.531c.04-.12-.016-.219-.156-.219h-4.438l-.375-.719a.5.5 0 0 0-.438-.281h-2a.5.5 0 0 0-.094 0 .502.502 0 0 0-.063 0zm3.156 5c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm3 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5z" transform="translate(0 1)" id="cart"></path>
105
+
106
+ <path d="M0 0v5l1-1h1v-3h3v-1h-5zm3 2v4h4l1 1v-5h-5z" id="chat"></path>
107
+
108
+ <path d="M6.406 1l-.719.688-2.781 2.781-.781-.781-.719-.688-1.406 1.406.688.719 1.5 1.5.719.688.719-.688 3.5-3.5.688-.719-1.406-1.406z" id="check"></path>
109
+
110
+ <path d="M1.5 1l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z" id="chevron-bottom"></path>
111
+
112
+ <path d="M5 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z" id="chevron-left"></path>
113
+
114
+ <path d="M2.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z" id="chevron-right"></path>
115
+
116
+ <path d="M4 1l-4 4 1.5 1.5 2.5-2.5 2.5 2.5 1.5-1.5-4-4z" id="chevron-top"></path>
117
+
118
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm2 1.781l.719.719-3.219 3.219-1.719-1.719.719-.719 1 1 2.5-2.5z" id="circle-check"></path>
119
+
120
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-1.5 1.781l1.5 1.5 1.5-1.5.719.719-1.5 1.5 1.5 1.5-.719.719-1.5-1.5-1.5 1.5-.719-.719 1.5-1.5-1.5-1.5.719-.719z" id="circle-x"></path>
121
+
122
+ <path d="M3.5 0c-.28 0-.5.22-.5.5v.5h-.75c-.14 0-.25.11-.25.25v.75h3v-.75c0-.14-.11-.25-.25-.25h-.75v-.5c0-.28-.22-.5-.5-.5zm-3.25 1c-.14 0-.25.11-.25.25v6.5c0 .14.11.25.25.25h6.5c.14 0 .25-.11.25-.25v-6.5c0-.14-.11-.25-.25-.25h-.75v2h-5v-2h-.75z" id="clipboard"></path>
123
+
124
+ <path d="M4 0c-2.203 0-4 1.797-4 4 0 2.203 1.797 4 4 4 2.203 0 4-1.797 4-4 0-2.203-1.797-4-4-4zm0 1c1.663 0 3 1.337 3 3s-1.337 3-3 3-3-1.337-3-3 1.337-3 3-3zm-.5 1v2.219l.156.125.5.5.344.375.719-.719-.375-.344-.344-.344v-1.813h-1z" id="clock"></path>
125
+
126
+ <path d="M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2 0 .37.111.7.281 1h2.719v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.5h1.906c.05-.16.094-.32.094-.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5zm-.156 4a.5.5 0 0 0-.344.5v1.5h-1.5l2 2 2-2h-1.5v-1.5a.5.5 0 0 0-.594-.5.5.5 0 0 0-.063 0z" id="cloud-download"></path>
127
+
128
+ <path d="M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2 0 .37.111.7.281 1h2.219l2-2 2 2h1.406c.05-.16.094-.32.094-.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5zm0 4.5l-2.5 2.5h2v.5a.5.5 0 1 0 1 0v-.5h2l-2.5-2.5z" id="cloud-upload"></path>
129
+
130
+ <path d="M4.5 1c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2s.9 2 2 2h4.5c.83 0 1.5-.67 1.5-1.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5z" id="cloud"></path>
131
+
132
+ <path d="M2.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .39.09.743.25 1.063.3-.21.63-.379 1-.469.55-1.25 1.82-2.084 3.25-2.094-.46-.6-1.18-1-2-1zm2 2c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2s.9 2 2 2h4.5c.83 0 1.5-.67 1.5-1.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5z" id="cloudy"></path>
133
+
134
+ <path d="M5 1l-3 6h1l3-6h-1zm-4 1l-1 2 1 2h1l-1-2 1-2h-1zm5 0l1 2-1 2h1l1-2-1-2h-1z" id="code"></path>
135
+
136
+ <path d="M3.5 0l-.5 1.188-.281.125-1.188-.5-.719.719.5 1.188-.125.281-1.188.5v1l1.188.5.125.313-.5 1.156.719.719 1.188-.5.281.125.5 1.188h1l.5-1.188.281-.125 1.188.5.719-.719-.5-1.188.125-.281 1.188-.5v-1l-1.188-.5-.125-.281.469-1.188-.688-.719-1.188.5-.281-.125-.5-1.188h-1zm.5 2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z" id="cog"></path>
137
+
138
+ <path d="M0 0v2h8v-2h-8zm2 3l2 2 2-2h-4zm-2 4v1h8v-1h-8z" id="collapse-down"></path>
139
+
140
+ <path d="M0 0v8h1v-8h-1zm6 0v8h2v-8h-2zm-1 2l-2 2 2 2v-4z" id="collapse-left"></path>
141
+
142
+ <path d="M0 0v8h2v-8h-2zm7 0v8h1v-8h-1zm-4 2v4l2-2-2-2z" id="collapse-right"></path>
143
+
144
+ <path d="M0 0v1h8v-1h-8zm4 3l-2 2h4l-2-2zm-4 3v2h8v-2h-8z" id="collapse-up"></path>
145
+
146
+ <path d="M1.5 0c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h.5v1h-.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5v-.5h1v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5h-.5v-1h.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5v.5h-1v-.5c0-.83-.67-1.5-1.5-1.5zm0 1c.28 0 .5.22.5.5v.5h-.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm4 0c.28 0 .5.22.5.5s-.22.5-.5.5h-.5v-.5c0-.28.22-.5.5-.5zm-2.5 2h1v1h-1v-1zm-1.5 2h.5v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5.22-.5.5-.5zm3.5 0h.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5v-.5z" id="command"></path>
147
+
148
+ <path d="M.094 0c-.06 0-.094.034-.094.094v5.813c0 .06.034.094.094.094h5.906l2 2v-7.906c0-.06-.034-.094-.094-.094h-7.813z" id="comment-square"></path>
149
+
150
+ <path d="M4 0c-2.203 0-4 1.797-4 4 0 2.203 1.797 4 4 4 2.203 0 4-1.797 4-4 0-2.203-1.797-4-4-4zm0 1c1.663 0 3 1.337 3 3s-1.337 3-3 3-3-1.337-3-3 1.337-3 3-3zm2 1l-3 1-1 3 3-1 1-3zm-2 1.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="compass"></path>
151
+
152
+ <path d="M4 0c-2.203 0-4 1.797-4 4 0 2.203 1.797 4 4 4 2.203 0 4-1.797 4-4 0-2.203-1.797-4-4-4zm0 1c1.663 0 3 1.337 3 3s-1.337 3-3 3v-6z" id="contrast"></path>
153
+
154
+ <path d="M0 0v1h8v-1h-8zm0 2v1h5v-1h-5zm0 3v1h8v-1h-8zm0 2v1h6v-1h-6zm7.5 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5z" id="copywriting"></path>
155
+
156
+ <path d="M.25 1c-.14 0-.25.11-.25.25v.75h8v-.75c0-.14-.11-.25-.25-.25h-7.5zm-.25 2v3.75c0 .14.11.25.25.25h7.5c.14 0 .25-.11.25-.25v-3.75h-8zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1z" id="credit-card"></path>
157
+
158
+ <path d="M1 0v1h-1v1h1v5h5v1h1v-1h1v-1h-1v-4.5l1-1-.5-.5-1 1h-4.5v-1h-1zm1 2h3.5l-3.5 3.5v-3.5zm4 .5v3.5h-3.5l3.5-3.5z" id="crop"></path>
159
+
160
+ <path d="M4 0c-2.203 0-4 1.797-4 4 0 2.203 1.797 4 4 4 2.203 0 4-1.797 4-4 0-2.203-1.797-4-4-4zm0 1c1.663 0 3 1.337 3 3s-1.337 3-3 3-3-1.337-3-3 1.337-3 3-3zm0 1c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm-1.656 1a.5.5 0 0 0-.188.844l.906.906-.063.25c0 .552.448 1 1 1s1-.448 1-1-.448-1-1-1l-.25.063-.906-.906a.5.5 0 0 0-.438-.156.5.5 0 0 0-.063 0zm3.156 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5z" id="dashboard"></path>
161
+
162
+ <path d="M3 0v3h-2l3 3 3-3h-2v-3h-2zm-3 7v1h8v-1h-8z" id="data-transfer-download"></path>
163
+
164
+ <path d="M0 0v1h8v-1h-8zm4 2l-3 3h2v3h2v-3h2l-3-3z" id="data-transfer-upload"></path>
165
+
166
+ <path d="M2 1l-2 3 2 3h6v-6h-6zm1.5.781l1.5 1.5 1.5-1.5.719.719-1.5 1.5 1.5 1.5-.719.719-1.5-1.5-1.5 1.5-.719-.719 1.5-1.5-1.5-1.5.719-.719z" id="delete"></path>
167
+
168
+ <path d="M4 1c-2.201 0-4 1.799-4 4h1c0-1.659 1.341-3 3-3s3 1.341 3 3h1c0-2.201-1.799-4-4-4zm-.594 2.094c-.82.25-1.406 1.006-1.406 1.906 0 1.1.9 2 2 2s2-.9 2-2c0-.9-.586-1.656-1.406-1.906l-.594.875-.594-.875z" id="dial"></path>
169
+
170
+ <path d="M0 0v8h7v-4h-4v-4h-3zm4 0v3h3l-3-3zm-3 2h1v1h-1v-1zm0 2h1v1h-1v-1zm0 2h4v1h-4v-1z" id="document"></path>
171
+
172
+ <path d="M3 0v1h-.75c-.686 0-1.25.564-1.25 1.25v.5c0 .678.437 1.242 1.094 1.406l2.563.656c.143.036.344.296.344.438v.5c0 .134-.116.25-.25.25h-2.5c-.116 0-.212-.037-.25-.063v-.938h-1v1c0 .342.203.627.438.781.234.155.518.219.813.219h.75v1h1v-1h.75c.686 0 1.25-.564 1.25-1.25v-.5c0-.678-.437-1.242-1.094-1.406l-2.563-.656c-.143-.036-.344-.296-.344-.438v-.5c0-.134.116-.25.25-.25h2.5c.116 0 .212.037.25.063v.938h1v-1c0-.342-.203-.627-.438-.781-.234-.155-.518-.219-.813-.219h-.75v-1h-1z" id="dollar"></path>
173
+
174
+ <path d="M0 1v6l3-3v-3h-3zm5 0v6l3-3v-3h-3z" id="double-quote-sans-left"></path>
175
+
176
+ <path d="M3 1l-3 3v3h3v-6zm5 0l-3 3v3h3v-6z" id="double-quote-sans-right"></path>
177
+
178
+ <path d="M3 1c-1.651 0-3 1.349-3 3v3h3v-3h-2c0-1.109.891-2 2-2v-1zm5 0c-1.651 0-3 1.349-3 3v3h3v-3h-2c0-1.109.891-2 2-2v-1z" id="double-quote-serif-left"></path>
179
+
180
+ <path d="M0 1v3h2c0 1.109-.891 2-2 2v1c1.651 0 3-1.349 3-3v-3h-3zm5 0v3h2c0 1.109-.891 2-2 2v1c1.651 0 3-1.349 3-3v-3h-3z" id="double-quote-serif-right"></path>
181
+
182
+ <path d="M4 0l-.344.344c-.11.11-2.656 2.685-2.656 4.875 0 1.65 1.35 3 3 3s3-1.35 3-3c0-2.19-2.546-4.765-2.656-4.875l-.344-.344zm-1.5 4.719c.28 0 .5.22.5.5 0 .55.45 1 1 1 .28 0 .5.22.5.5s-.22.5-.5.5c-1.1 0-2-.9-2-2 0-.28.22-.5.5-.5z" id="droplet"></path>
183
+
184
+ <path d="M4 0l-4 5h8l-4-5zm-4 6v2h8v-2h-8z" id="eject"></path>
185
+
186
+ <path d="M4 0l-3 3h6l-3-3zm-3 5l3 3 3-3h-6z" id="elevator"></path>
187
+
188
+ <path d="M0 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2z" id="ellipses"></path>
189
+
190
+ <path d="M0 1v1l4 2 4-2v-1h-8zm0 2v4h8v-4l-4 2-4-2z" id="envelope-closed"></path>
191
+
192
+ <path d="M4 0l-4 2v6h8v-6l-4-2zm0 1.125l3 1.5v1.875l-3 1.5-3-1.5v-1.875l3-1.5zm-2 1.875v1l2 1 2-1v-1h-4z" id="envelope-open"></path>
193
+
194
+ <path d="M5 0c-1.858 0-3.398 1.278-3.844 3h-1.906l-.25 1h2c0 .345.073.68.156 1h-1.969l-.188 1h2.563c.696 1.185 1.969 2 3.438 2 .734 0 1.407-.215 2-.563v-1.219c-.531.479-1.225.781-2 .781-.888 0-1.671-.392-2.219-1h2.219l.156-1h-2.969c-.113-.317-.188-.643-.188-1h3.344l.156-1h-3.313c.414-1.16 1.507-2 2.813-2 .655 0 1.258.209 1.75.563l.156-1.063c-.57-.313-1.213-.5-1.906-.5z" id="euro"></path>
195
+
196
+ <path d="M0 0v1h7v-1h-7zm0 2v1h5v-1h-5zm0 2v1h8v-1h-8zm0 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1z" id="excerpt"></path>
197
+
198
+ <path d="M0 0v1h8v-1h-8zm2 2l2 2 2-2h-4zm-2 4v2h8v-2h-8z" id="expand-down"></path>
199
+
200
+ <path d="M0 0v8h1v-8h-1zm6 0v8h2v-8h-2zm-4 2v4l2-2-2-2z" id="expand-left"></path>
201
+
202
+ <path d="M0 0v8h2v-8h-2zm7 0v8h1v-8h-1zm-1 2l-2 2 2 2v-4z" id="expand-right"></path>
203
+
204
+ <path d="M0 0v2h8v-2h-8zm4 4l-2 2h4l-2-2zm-4 3v1h8v-1h-8z" id="expand-up"></path>
205
+
206
+ <path d="M0 0v8h8v-2h-1v1h-6v-6h1v-1h-2zm4 0l1.5 1.5-2.5 2.5 1 1 2.5-2.5 1.5 1.5v-4h-4z" id="external-link"></path>
207
+
208
+ <path d="M4.031 1c-2.53 0-4.031 3-4.031 3s1.501 3 4.031 3c2.47 0 3.969-3 3.969-3s-1.499-3-3.969-3zm-.031 1c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.032-.191-.063-.281-.08.16-.237.281-.438.281-.28 0-.5-.22-.5-.5 0-.2.121-.357.281-.438-.09-.03-.181-.063-.281-.063z" id="eye"></path>
209
+
210
+ <path d="M3.313 0a.5.5 0 0 0-.188.844l.625.625-3.594 3.656-.156.156v2.719h2.719l.125-.156 3.656-3.656.625.656a.5.5 0 1 0 .719-.688l-.938-.938.656-.656c.59-.58.59-1.545 0-2.125-.56-.57-1.555-.57-2.125 0l-.656.656-.938-.938a.5.5 0 0 0-.469-.156.5.5 0 0 0-.063 0zm1.156 2.188l1.313 1.313-3.156 3.156-1.281-1.313 3.125-3.156z" id="eyedropper"></path>
211
+
212
+ <path d="M0 0v8h7v-4h-4v-4h-3zm4 0v3h3l-3-3z" id="file"></path>
213
+
214
+ <path d="M2 0c1 2-2 3-2 5l2 3c-.98-1.98 2-3 2-5l-2-3zm3 3c1 2-2 3-2 5h3c.4 0 1-.5 1-2 0-2-2-3-2-3z" id="fire"></path>
215
+
216
+ <path d="M0 0v8h1v-8h-1zm2 0v4h2v1h4l-2-1.969 2-2.031h-3v-1h-3z" id="flag"></path>
217
+
218
+ <path d="M3.5 0l-1.5 3h2l-.656 2h-1.344l1 3 3-3h-1.5l1.5-3h-2l1-2h-1.5z" id="flash"></path>
219
+
220
+ <path d="M0 0v2h8v-1h-5v-1h-3zm0 3v4.5c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5v-4.5h-8z" id="folder"></path>
221
+
222
+ <path d="M1.5 0c-.828 0-1.5.672-1.5 1.5 0 .656.414 1.202 1 1.406v2.188c-.586.204-1 .75-1 1.406 0 .828.672 1.5 1.5 1.5s1.5-.672 1.5-1.5c0-.595-.341-1.101-.844-1.344.09-.09.205-.156.344-.156h2c.823 0 1.5-.677 1.5-1.5v-.594c.586-.204 1-.75 1-1.406 0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5c0 .656.414 1.202 1 1.406v.594c0 .277-.223.5-.5.5h-2c-.171 0-.346.04-.5.094v-1.188c.586-.204 1-.75 1-1.406 0-.828-.672-1.5-1.5-1.5z" id="fork"></path>
223
+
224
+ <path d="M0 0v4l1.5-1.5 1.5 1.5 1-1-1.5-1.5 1.5-1.5h-4zm5 4l-1 1 1.5 1.5-1.5 1.5h4v-4l-1.5 1.5-1.5-1.5z" id="fullscreen-enter"></path>
225
+
226
+ <path d="M1 0l-1 1 1.5 1.5-1.5 1.5h4v-4l-1.5 1.5-1.5-1.5zm3 4v4l1.5-1.5 1.5 1.5 1-1-1.5-1.5 1.5-1.5h-4z" id="fullscreen-exit"></path>
227
+
228
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1c.333 0 .637.086.938.188-.214.197-.45.383-.406.563.04.18.688.13.688.5 0 .27-.425.346-.125.656.35.35-.636.978-.656 1.438-.03.83.841.969 1.531.969.424 0 .503.195.469.438-.546.758-1.438 1.25-2.438 1.25-.378 0-.729-.09-1.063-.219.224-.442-.313-1.344-.781-1.625-.226-.226-.689-.114-.969-.219-.092-.271-.178-.545-.188-.844.031-.05.081-.094.156-.094.19 0 .454.374.594.344.18-.04-.742-1.313-.313-1.563.2-.12.609.394.469-.156-.12-.51.366-.276.656-.406.26-.11.455-.414.125-.594l-.219-.188c.45-.27.972-.438 1.531-.438zm2.313 1.094c.184.222.323.481.438.75l-.188.219c-.29.27-.327-.212-.438-.313-.13-.11-.638.025-.688-.125-.077-.181.499-.418.875-.531z" id="globe"></path>
229
+
230
+ <path d="M7.031 0l-3.031 3-1-1-3 3.031 1 1 2-2.031 1 1 4-4-.969-1zm-7.031 7v1h8v-1h-8z" id="graph"></path>
231
+
232
+ <path d="M0 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1z" id="grid-four-up"></path>
233
+
234
+ <path d="M0 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm-6 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm-6 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2z" id="grid-three-up"></path>
235
+
236
+ <path d="M0 0v3h3v-3h-3zm5 0v3h3v-3h-3zm-5 5v3h3v-3h-3zm5 0v3h3v-3h-3z" id="grid-two-up"></path>
237
+
238
+ <path d="M.188 0c-.11 0-.188.077-.188.188v3.313c0 .28.22.5.5.5h6c.28 0 .5-.22.5-.5v-3.313c0-.11-.077-.188-.188-.188h-6.625zm-.188 4.906v2.906c0 .11.077.188.188.188h6.625c.11 0 .188-.077.188-.188v-2.906c-.16.05-.32.094-.5.094h-6c-.18 0-.34-.044-.5-.094zm5.5 1.094c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="hard-drive"></path>
239
+
240
+ <path d="M0 0v1h.5c.28 0 .5.22.5.5v4c0 .28-.22.5-.5.5h-.5v1h3v-1h-.5c-.28 0-.5-.22-.5-.5v-1.5h3v1.5c0 .28-.22.5-.5.5h-.5v1h3v-1h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h.5v-1h-3v1h.5c.28 0 .5.22.5.5v1.5h-3v-1.5c0-.28.22-.5.5-.5h.5v-1h-3z" id="header"></path>
241
+
242
+ <path d="M4 0c-1.651 0-3 1.349-3 3v1h-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-3.5c0-1.109.891-2 2-2s2 .891 2 2v3.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-.5v-1c0-1.651-1.349-3-3-3z" id="headphones"></path>
243
+
244
+ <path d="M2 1c-.55 0-1.046.224-1.406.594-.37.36-.594.856-.594 1.406 0 .55.224 1.046.594 1.406l3.406 3.438 3.406-3.438c.37-.37.594-.856.594-1.406 0-.55-.224-1.046-.594-1.406-.36-.37-.856-.594-1.406-.594-.55 0-1.046.224-1.406.594-.37.36-.594.856-.594 1.406 0-.55-.224-1.046-.594-1.406-.36-.37-.856-.594-1.406-.594z" id="heart"></path>
245
+
246
+ <path d="M4 0l-4 3h1v4h2v-2h2v2h2v-4.031l1 .031-4-3z" id="home"></path>
247
+
248
+ <path d="M0 0v8h8v-8h-8zm1 1h6v3l-1-1-1 1 2 2v1h-1l-4-4-1 1v-3z" id="image"></path>
249
+
250
+ <path d="M.188 0c-.11 0-.188.077-.188.188v7.625c0 .11.077.188.188.188h7.625c.11 0 .188-.077.188-.188v-7.625c0-.11-.077-.188-.188-.188h-7.625zm.813 2h6v3h-1l-1 1h-2l-1-1h-1v-3z" id="inbox"></path>
251
+
252
+ <path d="M2 2c-1.31 0-2 1.01-2 2s.69 2 2 2c.79 0 1.42-.559 2-1.219.58.66 1.19 1.219 2 1.219 1.31 0 2-1.01 2-2s-.69-2-2-2c-.81 0-1.42.559-2 1.219-.57-.66-1.21-1.219-2-1.219zm0 1c.42 0 .884.47 1.344 1-.46.53-.924 1-1.344 1-.74 0-1-.54-1-1 0-.46.26-1 1-1zm4 0c.74 0 1 .54 1 1 0 .46-.26 1-1 1-.43 0-.894-.47-1.344-1 .45-.53.914-1 1.344-1z" id="infinity"></path>
253
+
254
+ <path d="M5 0c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-1.5 2.5c-.83 0-1.5.67-1.5 1.5h1c0-.28.22-.5.5-.5s.5.22.5.5-1 1.64-1 2.5c0 .86.67 1.5 1.5 1.5s1.5-.67 1.5-1.5h-1c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-.36 1-1.84 1-2.5 0-.81-.67-1.5-1.5-1.5z" id="info"></path>
255
+
256
+ <path d="M2 0v1h1.625l-.063.125-2 5-.344.875h-1.219v1h5v-1h-1.625l.063-.125 2-5 .344-.875h1.219v-1h-5z" id="italic"></path>
257
+
258
+ <path d="M0 0v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h8v-1h-8zm1 2v1h6v-1h-6z" id="justify-center"></path>
259
+
260
+ <path d="M0 0v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z" id="justify-left"></path>
261
+
262
+ <path d="M0 0v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h8v-1h-8zm2 2v1h6v-1h-6z" id="justify-right"></path>
263
+
264
+ <path d="M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .16.033.297.063.438l-3.063 3.063v2h3v-2h2v-1l.063-.063c.14.03.277.063.438.063 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5zm.5 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z" id="key"></path>
265
+
266
+ <path d="M1.344 0a.5.5 0 0 0-.344.5v3.5h-1v1.5c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5v-1.5h-1v-3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.094 0 .5.5 0 0 0-.063 0zm.656 1h4v3h-1v1h-2v-1h-1v-3z" transform="translate(0 1)" id="laptop"></path>
267
+
268
+ <path d="M0 0v4h4v-4h-4zm5 2v3h-3v1h4v-4h-1zm2 2v3h-3v1h4v-4h-1z" id="layers"></path>
269
+
270
+ <path d="M3.406 0a.5.5 0 0 0-.125.063l-3 1.5a.5.5 0 1 0 .438.875l3-1.5a.5.5 0 0 0-.313-.938zm1 1.5a.5.5 0 0 0-.125.063l-4 2a.5.5 0 1 0 .438.875l4-2a.5.5 0 0 0-.313-.938zm0 2a.5.5 0 0 0-.125.063l-3 1.5a.5.5 0 0 0 .219.938h2a.502.502 0 0 0 .156-1l1.063-.563a.5.5 0 0 0-.313-.938zm-2.563 3.5a.502.502 0 0 0 .156 1h1a.5.5 0 1 0 0-1h-1a.5.5 0 0 0-.094 0 .502.502 0 0 0-.063 0z" transform="translate(1)" id="lightbulb"></path>
271
+
272
+ <path d="M2 0v1h-1v1h2v-2h-1zm3.875.031c-.184.01-.354.03-.531.094-.27.095-.531.25-.75.469l-.438.438a.5.5 0 1 0 .688.688l.438-.438c.101-.101.245-.173.375-.219.352-.126.78-.064 1.063.219.395.389.4 1.037 0 1.438l-1.5 1.5a.5.5 0 1 0 .688.688l1.5-1.5c.78-.78.785-2.041 0-2.813-.279-.279-.606-.452-.969-.531-.181-.039-.379-.041-.563-.031zm-3.594 2.906a.5.5 0 0 0-.188.156l-1.5 1.5c-.78.78-.785 2.041 0 2.813.557.557 1.355.722 2.063.469.27-.095.531-.25.75-.469l.438-.438a.5.5 0 1 0-.688-.688l-.438.438c-.101.101-.245.173-.375.219-.352.126-.78.064-1.063-.219-.395-.389-.4-1.037 0-1.438l1.5-1.5a.5.5 0 0 0-.438-.844.5.5 0 0 0-.063 0zm2.719 3.063v2h1v-1h1v-1h-2z" id="link-broken"></path>
273
+
274
+ <path d="M5.875.031c-.184.01-.354.03-.531.094-.27.095-.531.25-.75.469a.5.5 0 1 0 .688.688c.101-.101.245-.173.375-.219.352-.126.78-.064 1.063.219.395.389.4 1.037 0 1.438l-1.5 1.5c-.434.434-.799.483-1.063.469-.264-.015-.406-.125-.406-.125a.504.504 0 1 0-.5.875s.34.222.844.25c.504.028 1.197-.165 1.813-.781l1.5-1.5c.78-.78.785-2.041 0-2.813-.279-.279-.606-.452-.969-.531-.181-.039-.379-.041-.563-.031zm-2 2.313c-.501-.019-1.186.155-1.781.75l-1.5 1.5c-.78.78-.785 2.041 0 2.813.557.557 1.355.722 2.063.469.27-.095.531-.25.75-.469a.5.5 0 1 0-.688-.688c-.101.101-.245.173-.375.219-.352.126-.78.064-1.063-.219-.395-.389-.4-1.037 0-1.438l1.5-1.5c.405-.405.752-.448 1.031-.438.279.011.469.094.469.094a.5.5 0 1 0 .438-.875s-.343-.199-.844-.219z" id="link-intact"></path>
275
+
276
+ <path d="M0 0v3h3v-3h-3zm4 0v1h4v-1h-4zm0 2v1h3v-1h-3zm-4 2v3h3v-3h-3zm4 0v1h4v-1h-4zm0 2v1h3v-1h-3z" id="list-rich"></path>
277
+
278
+ <path d="M.5 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm1.5 0v1h6v-1h-6zm-1.5 2c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm1.5 0v1h6v-1h-6zm-1.5 2c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm1.5 0v1h6v-1h-6zm-1.5 2c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm1.5 0v1h6v-1h-6z" id="list"></path>
279
+
280
+ <path d="M8 0l-8 4 3 1 1 3 4-8z" id="location"></path>
281
+
282
+ <path d="M4 0c-1.099 0-2 .901-2 2v1h-1v4h6v-4h-1v-1c0-1.099-.901-2-2-2zm0 1c.561 0 1 .439 1 1v1h-2v-1c0-.561.439-1 1-1z" id="lock-locked"></path>
283
+
284
+ <path d="M4 0c-1.099 0-2 .901-2 2h1c0-.561.439-1 1-1 .561 0 1 .439 1 1v2h-4v4h6v-4h-1v-2c0-1.099-.901-2-2-2z" id="lock-unlocked"></path>
285
+
286
+ <path d="M4 1c-1.651 0-3 1.349-3 3h-1l1.5 2 1.5-2h-1c0-1.109.891-2 2-2v-1zm2.5 1l-1.5 2h1c0 1.109-.891 2-2 2v1c1.651 0 3-1.349 3-3h1l-1.5-2z" id="loop-circular"></path>
287
+
288
+ <path d="M1 0v2h1v-1h4v2h-1l1.5 2.5 1.5-2.5h-1v-3h-6zm.5 2.5l-1.5 2.5h1v3h6v-2h-1v1h-4v-2h1l-1.5-2.5z" id="loop-square"></path>
289
+
290
+ <path d="M6 0v1h-5c-.554 0-1 .446-1 1v1h1v-1h5v1l2-1.5-2-1.5zm-4 4l-2 1.5 2 1.5v-1h5c.542 0 1-.458 1-1v-1h-1v1h-5v-1z" id="loop"></path>
291
+
292
+ <path d="M3.5 0c-1.927 0-3.5 1.573-3.5 3.5s1.573 3.5 3.5 3.5c.592 0 1.166-.145 1.656-.406a1 1 0 0 0 .125.125l1 1a1.016 1.016 0 1 0 1.438-1.438l-1-1a1 1 0 0 0-.156-.125c.266-.493.438-1.059.438-1.656 0-1.927-1.573-3.5-3.5-3.5zm0 1c1.387 0 2.5 1.113 2.5 2.5 0 .661-.241 1.273-.656 1.719l-.031.031a1 1 0 0 0-.125.125c-.442.397-1.043.625-1.688.625-1.387 0-2.5-1.113-2.5-2.5s1.113-2.5 2.5-2.5z" id="magnifying-glass"></path>
293
+
294
+ <path d="M4 0c-1.66 0-3 1.34-3 3 0 2 3 5 3 5s3-3 3-5c0-1.66-1.34-3-3-3zm0 1c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z" id="map-marker"></path>
295
+
296
+ <path d="M0 0v8h8v-2.375a.5.5 0 0 0 0-.219v-5.406h-8zm1 1h6v4h-1.5a.5.5 0 0 0-.094 0 .502.502 0 1 0 .094 1h1.5v1h-6v-6zm2.5 1c-.83 0-1.5.67-1.5 1.5 0 1 1.5 2.5 1.5 2.5s1.5-1.5 1.5-2.5c0-.83-.67-1.5-1.5-1.5zm0 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="map"></path>
297
+
298
+ <path d="M1 1v6h2v-6h-2zm4 0v6h2v-6h-2z" id="media-pause"></path>
299
+
300
+ <path d="M1 1v6l6-3-6-3z" id="media-play"></path>
301
+
302
+ <path d="M4 1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3z" id="media-record"></path>
303
+
304
+ <path d="M4 1l-4 3 4 3v-6zm0 3l4 3v-6l-4 3z" id="media-skip-backward"></path>
305
+
306
+ <path d="M0 1v6l4-3-4-3zm4 3v3l4-3-4-3v3z" id="media-skip-forward"></path>
307
+
308
+ <path d="M0 1v6h2v-6h-2zm2 3l5 3v-6l-5 3z" id="media-step-backward"></path>
309
+
310
+ <path d="M0 1v6l5-3-5-3zm5 3v3h2v-6h-2v3z" id="media-step-forward"></path>
311
+
312
+ <path d="M1 1v6h6v-6h-6z" id="media-stop"></path>
313
+
314
+ <path d="M2 0v2h-2v4h2v2h4v-2h2v-4h-2v-2h-4z" id="medical-cross"></path>
315
+
316
+ <path d="M0 1v1h8v-1h-8zm0 2.969v1h8v-1h-8zm0 3v1h8v-1h-8z" id="menu"></path>
317
+
318
+ <path d="M2.906-.031a1 1 0 0 0-.125.031 1 1 0 0 0-.781 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1.094-1.031zm-2.563 2.031a.5.5 0 0 0-.344.5v.5c0 1.476 1.091 2.693 2.5 2.938v1.063h-.5c-.55 0-1 .45-1 1h4c0-.55-.45-1-1-1h-.5v-1.063c1.409-.244 2.5-1.461 2.5-2.938v-.5a.5.5 0 1 0-1 0v.5c0 1.109-.891 2-2 2s-2-.891-2-2v-.5a.5.5 0 0 0-.594-.5.5.5 0 0 0-.063 0z" transform="translate(1)" id="microphone"></path>
319
+
320
+ <path d="M0 3v2h8v-2h-8z" id="minus"></path>
321
+
322
+ <path d="M.344 0a.5.5 0 0 0-.344.5v5a.5.5 0 0 0 .5.5h2.5v1h-1c-.55 0-1 .45-1 1h6c0-.55-.45-1-1-1h-1v-1h2.5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.094 0 .5.5 0 0 0-.063 0zm.656 1h6v4h-6v-4z" id="monitor"></path>
323
+
324
+ <path d="M2.719 0c-1.58.53-2.719 2.021-2.719 3.781 0 2.21 1.79 4 4 4 1.76 0 3.251-1.17 3.781-2.75-.4.14-.831.25-1.281.25-2.21 0-4-1.79-4-4 0-.44.079-.881.219-1.281z" id="moon"></path>
325
+
326
+ <path d="M3.5 0l-1.5 1.5h1v1.5h-1.5v-1l-1.5 1.5 1.5 1.5v-1h1.5v1.5h-1l1.5 1.5 1.5-1.5h-1v-1.5h1.5v1l1.5-1.5-1.5-1.5v1h-1.5v-1.5h1l-1.5-1.5z" id="move"></path>
327
+
328
+ <path d="M8 0c-5 0-6 1-6 1v4.094c-.154-.054-.327-.094-.5-.094-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5v-3.969c.732-.226 1.99-.438 4-.5v2.063c-.154-.054-.327-.094-.5-.094-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5v-5.5z" id="musical-note"></path>
329
+
330
+ <path d="M5 0c-.514 0-1.021.201-1.406.594l-2.781 2.719c-1.07 1.07-1.07 2.805 0 3.875 1.07 1.07 2.805 1.07 3.875 0l1.25-1.25-.688-.688-.906.875-.344.375c-.69.69-1.81.69-2.5 0-.682-.682-.668-1.778 0-2.469l2.781-2.719v-.031c.389-.395 1.037-.4 1.438 0 .388.381.378 1.006 0 1.406l-2.5 2.469c-.095.095-.28.095-.375 0-.095-.095-.095-.28 0-.375l.375-.344.594-.625-.688-.688-.875.875-.094.094c-.485.485-.485 1.265 0 1.75.485.485 1.265.485 1.75 0l2.5-2.438c.78-.78.785-2.041 0-2.813-.39-.39-.893-.594-1.406-.594z" id="paperclip"></path>
331
+
332
+ <path d="M6 0l-1 1 2 2 1-1-2-2zm-2 2l-4 4v2h2l4-4-2-2z" id="pencil"></path>
333
+
334
+ <path d="M5.5 0c-.51 0-.949.355-1.219.875.45.54.719 1.275.719 2.125 0 .29-.034.574-.094.844.18.11.374.156.594.156.83 0 1.5-.9 1.5-2s-.67-2-1.5-2zm-3 1c-.828 0-1.5.895-1.5 2s.672 2 1.5 2 1.5-.895 1.5-2-.672-2-1.5-2zm4.75 3.156c-.43.51-1.018.824-1.688.844.27.38.438.844.438 1.344v.656h2v-1.656c0-.52-.31-.968-.75-1.188zm-6.5 1c-.44.22-.75.668-.75 1.188v1.656h5v-1.656c0-.52-.31-.968-.75-1.188-.44.53-1.06.844-1.75.844s-1.31-.314-1.75-.844z" id="people"></path>
335
+
336
+ <path d="M4 0c-1.105 0-2 1.119-2 2.5s.895 2.5 2 2.5 2-1.119 2-2.5-.895-2.5-2-2.5zm-2.094 5c-1.07.04-1.906.92-1.906 2v1h8v-1c0-1.08-.836-1.96-1.906-2-.54.61-1.284 1-2.094 1-.81 0-1.554-.39-2.094-1z" id="person"></path>
337
+
338
+ <path d="M1.188 0c-.11 0-.188.077-.188.188v7.625c0 .11.077.188.188.188h4.625c.11 0 .188-.077.188-.188v-7.625c0-.11-.077-.188-.188-.188h-4.625zm.813 1h3v5h-3v-5zm1.5 5.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="phone"></path>
339
+
340
+ <path d="M3.5 0c-.97 0-1.839.391-2.469 1.031l2.969 2.969v-3.969c-.16-.03-.33-.031-.5-.031zm1.5 1.063v3.406l-2.719 2.719c.6.5 1.369.813 2.219.813 1.93 0 3.5-1.57 3.5-3.5 0-1.76-1.31-3.197-3-3.438zm-4.094 1.313c-.55.54-.906 1.285-.906 2.125 0 .95.435 1.804 1.125 2.344l2.156-2.125-2.375-2.344z" id="pie-chart"></path>
341
+
342
+ <path d="M1.344 0a.502.502 0 0 0 .156 1h.5v2h-1c-.55 0-1 .45-1 1h3v3l.438 1 .563-1v-3h3c0-.55-.45-1-1-1h-1v-2h.5a.5.5 0 1 0 0-1h-4a.5.5 0 0 0-.094 0 .502.502 0 0 0-.063 0z" id="pin"></path>
343
+
344
+ <path d="M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-1 2l3 2-3 2v-4z" id="play-circle"></path>
345
+
346
+ <path d="M3 0v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z" id="plus"></path>
347
+
348
+ <path d="M3 0v4h1v-4h-1zm-1.281 1.438l-.375.313c-.803.64-1.344 1.634-1.344 2.75 0 1.929 1.571 3.5 3.5 3.5s3.5-1.571 3.5-3.5c0-1.116-.529-2.11-1.344-2.75l-.375-.313-.625.781.375.313c.585.46.969 1.165.969 1.969 0 1.391-1.109 2.5-2.5 2.5s-2.5-1.109-2.5-2.5c0-.804.361-1.509.938-1.969l.406-.313-.625-.781z" id="power-standby"></path>
349
+
350
+ <path d="M2 0v2h4v-2h-4zm-1.906 3c-.06 0-.094.034-.094.094v2.813c0 .06.034.094.094.094h.906v-2h6v2h.906c.06 0 .094-.034.094-.094v-2.813c0-.06-.034-.094-.094-.094h-7.813zm1.906 2v3h4v-3h-4z" id="print"></path>
351
+
352
+ <path d="M0 0v7h1v-7h-1zm7 0v7h1v-7h-1zm-5 1v1h2v-1h-2zm1 2v1h2v-1h-2zm1 2v1h2v-1h-2z" id="project"></path>
353
+
354
+ <path d="M3.25 0l-.469 1.531-.781 2.563-.031-.063-.094-.344h-1.875v1h1.156l.375 1.156.469 1.469.469-1.469.781-2.5.781 2.5.406 1.313.531-1.281.594-1.469.125.281h2.313v-1h-1.688l-.375-.719-.5-1-.406 1.031-.469 1.188-.844-2.656-.469-1.531z" id="pulse"></path>
355
+
356
+ <path d="M3 0c-.28 0-.539.101-.719.281-.18.18-.281.439-.281.719 0 .28.181.479.281.719.03.06.063.161.063.281h-2.344v6h2.344c0-.12-.011-.221-.031-.281-.11-.24-.313-.439-.313-.719 0-.28.101-.539.281-.719.18-.18.439-.281.719-.281.28 0 .539.101.719.281.18.18.281.439.281.719 0 .28-.181.479-.281.719-.03.06-.063.161-.063.281h2.344v-2.344c.12 0 .221.011.281.031.24.11.439.313.719.313.28 0 .539-.101.719-.281.18-.18.281-.439.281-.719 0-.28-.101-.539-.281-.719-.18-.18-.439-.281-.719-.281-.28 0-.479.181-.719.281-.06.03-.161.063-.281.063v-2.344h-2.344c0-.12.011-.221.031-.281.11-.24.313-.439.313-.719 0-.28-.101-.539-.281-.719-.18-.18-.439-.281-.719-.281z" id="puzzle-piece"></path>
357
+
358
+ <path d="M4.469 0c-.854 0-1.48.256-1.875.656s-.54.901-.594 1.281l1 .125c.036-.26.125-.497.313-.688.188-.19.491-.375 1.156-.375.664 0 1.019.163 1.219.344.199.181.281.405.281.656 0 .833-.313 1.063-.813 1.5-.5.438-1.188 1.083-1.188 2.25v.25h1v-.25c0-.833.344-1.063.844-1.5.5-.438 1.156-1.083 1.156-2.25 0-.479-.168-1.02-.594-1.406-.426-.387-1.071-.594-1.906-.594zm-.5 7v1h1v-1h-1z" id="question-mark"></path>
359
+
360
+ <path d="M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2 0 .52.201 1.015.531 1.375.26-.22.599-.375.969-.375.2 0 .393.055.563.125.17-.64.748-1.125 1.438-1.125s1.268.485 1.438 1.125c.17-.07.362-.125.563-.125.63 0 1.155.388 1.375.938.64-.17 1.125-.747 1.125-1.438 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5zm-1.156 5a.5.5 0 0 0-.344.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.594-.5.5.5 0 0 0-.063 0zm-2 1a.5.5 0 0 0-.344.5v1a.5.5 0 1 0 1 0v-1a.5.5 0 0 0-.594-.5.5.5 0 0 0-.063 0zm4 0a.5.5 0 0 0-.344.5v1a.5.5 0 1 0 1 0v-1a.5.5 0 0 0-.594-.5.5.5 0 0 0-.063 0z" id="rain"></path>
361
+
362
+ <path d="M6 0v1h-.5c-.354 0-.6.116-.813.375l-1.406 1.75-1.5-1.75v-.031c-.212-.236-.427-.344-.781-.344h-1v1h1.031v.031l1.625 1.906-1.625 2.031v.031h-1.031v1h1c.354 0 .6-.116.813-.375l1.531-1.906 1.625 1.906v.031c.212.236.427.344.781.344h.25v1l2-1.5-2-1.5v1h-.281v-.031l-1.75-2.063 1.5-1.875v-.031h.531v1l2-1.5-2-1.5z" id="random"></path>
363
+
364
+ <path d="M4 0c-2.201 0-4 1.799-4 4s1.799 4 4 4c1.104 0 2.092-.456 2.813-1.188l-.688-.688c-.54.548-1.289.875-2.125.875-1.659 0-3-1.341-3-3s1.341-3 3-3c.834 0 1.545.354 2.094.906l-1.094 1.094h3v-3l-1.188 1.188c-.731-.72-1.719-1.188-2.813-1.188z" id="reload"></path>
365
+
366
+ <path d="M4 0l1.656 1.656-4 4-1.656-1.656v4h4l-1.656-1.656 4-4 1.656 1.656v-4h-4z" id="resize-both"></path>
367
+
368
+ <path d="M3.5 0l-2.5 3h2v2h-2l2.5 3 2.5-3h-2v-2h2l-2.5-3z" id="resize-height"></path>
369
+
370
+ <path d="M3 1l-3 2.5 3 2.5v-2h2v2l3-2.5-3-2.5v2h-2v-2z" id="resize-width"></path>
371
+
372
+ <path d="M0 0v2c3.331 0 6 2.669 6 6h2c0-4.409-3.591-8-8-8zm0 3v2c1.67 0 3 1.33 3 3h2c0-2.75-2.25-5-5-5zm0 3v2h2c0-1.11-.89-2-2-2z" id="rss-alt"></path>
373
+
374
+ <path d="M1 0v1c3.32 0 6 2.68 6 6h1c0-3.86-3.14-7-7-7zm0 2v1c2.221 0 4 1.779 4 4h1c0-2.759-2.241-5-5-5zm0 2v1c1.109 0 2 .891 2 2h1c0-1.651-1.349-3-3-3zm0 2c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" id="rss"></path>
375
+
376
+ <path d="M3 0c-.55 0-1 .45-1 1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1.5h-1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3h-4v-2.5c0-.28.22-.5.5-.5s.5.22.5.5v1.5h4v-2c0-.55-.45-1-1-1h-4z" id="script"></path>
377
+
378
+ <path d="M.75 0c-.402 0-.75.348-.75.75v5.5c0 .402.348.75.75.75h4.5c.402 0 .75-.348.75-.75v-1.25h-1v1h-4v-5h2v-1h-2.25zm5.25 0v1c-2.05 0-3.704 1.544-3.938 3.531.213-.875.999-1.531 1.938-1.531h2v1l2-2-2-2z" id="share-boxed"></path>
379
+
380
+ <path d="M5 0v2c-4 0-5 2.05-5 5 .52-1.98 2-3 4-3h1v2l3-3.156-3-2.844z" id="share"></path>
381
+
382
+ <path d="M4 0l-.188.094-3.5 1.469-.313.125v.313c0 1.657.666 3.122 1.469 4.188.401.533.828.969 1.25 1.281.422.313.826.531 1.281.531.455 0 .86-.219 1.281-.531.422-.313.849-.749 1.25-1.281.803-1.065 1.469-2.53 1.469-4.188v-.313l-.313-.125-3.5-1.469-.188-.094zm0 1.094v5.906c-.045 0-.328-.069-.656-.313s-.714-.631-1.063-1.094c-.642-.851-1.137-2.025-1.219-3.281l2.938-1.219z" id="shield"></path>
383
+
384
+ <path d="M6 0v8h1v-8h-1zm-2 1v7h1v-7h-1zm-2 2v5h1v-5h-1zm-2 2v3h1v-3h-1z" id="signal"></path>
385
+
386
+ <path d="M3 0v1h-2l-1 1 1 1h2v5h1v-4h2l1-1-1-1h-2v-2h-1z" id="signpost"></path>
387
+
388
+ <path d="M2 0v6h-2l2.5 2 2.5-2h-2v-6h-1zm2 0v1h2v-1h-2zm0 2v1h3v-1h-3zm0 2v1h4v-1h-4z" id="sort-ascending"></path>
389
+
390
+ <path d="M2 0v6h-2l2.5 2 2.5-2h-2v-6h-1zm2 0v1h4v-1h-4zm0 2v1h3v-1h-3zm0 2v1h2v-1h-2z" id="sort-descending"></path>
391
+
392
+ <path d="M.75 0c-.402 0-.75.348-.75.75v5.5c0 .402.348.75.75.75h6.5c.402 0 .75-.348.75-.75v-5.5c0-.402-.348-.75-.75-.75h-6.5zm.25 1h1v1h-1v-1zm2 0h4v1h-4v-1zm-2 2h1v1h-1v-1zm2 0h4v1h-4v-1zm-2 2h1v1h-1v-1zm2 0h4v1h-4v-1z" id="spreadsheet"></path>
393
+
394
+ <path d="M4 0l-1 3h-3l2.5 2-1 3 2.5-2 2.5 2-1-3 2.5-2h-3l-1-3z" id="star"></path>
395
+
396
+ <path d="M4 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm-2.5 1c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm5 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm-2.5 1c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2zm-3.5 1.5c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm7 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm-6 2.5c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm5 0c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5zm-2.5 1c-.276 0-.5.224-.5.5s.224.5.5.5.5-.224.5-.5-.224-.5-.5-.5z" id="sun"></path>
397
+
398
+ <path d="M.344 0c-.18 0-.344.164-.344.344v7.313c0 .18.164.344.344.344h6.313c.18 0 .344-.164.344-.344v-7.313c0-.18-.164-.344-.344-.344h-6.313zm.656 1h5v5h-5v-5zm2.5 5.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="tablet"></path>
399
+
400
+ <path d="M0 0v3l5 5 3-3-5-5h-3zm2 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z" id="tag"></path>
401
+
402
+ <path d="M0 1v2l3 3 1.5-1.5.5-.5-2-2-1-1h-2zm3.406 0l3 3-1.188 1.219.781.781 2-2-3-3h-1.594zm-1.906 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="tags"></path>
403
+
404
+ <path d="M4 0c-2.203 0-4 1.797-4 4 0 2.203 1.797 4 4 4 2.203 0 4-1.797 4-4 0-2.203-1.797-4-4-4zm0 1c1.663 0 3 1.337 3 3s-1.337 3-3 3-3-1.337-3-3 1.337-3 3-3zm0 1c-1.099 0-2 .901-2 2s.901 2 2 2 2-.901 2-2-.901-2-2-2zm0 1c.558 0 1 .442 1 1s-.442 1-1 1-1-.442-1-1 .442-1 1-1z" id="target"></path>
405
+
406
+ <path d="M0 0v7h7v-3.594l-1 1v1.594h-5v-5h3.594l1-1h-5.594zm7 0l-3 3-1-1-1 1 2 2 4-4-1-1z" id="task"></path>
407
+
408
+ <path d="M.094 0c-.06 0-.094.034-.094.094v7.813c0 .06.034.094.094.094h7.813c.06 0 .094-.034.094-.094v-7.813c0-.06-.034-.094-.094-.094h-7.813zm1.406.781l1.719 1.719-1.719 1.719-.719-.719 1-1-1-1 .719-.719zm2.5 2.219h3v1h-3v-1z" id="terminal"></path>
409
+
410
+ <path d="M0 0v2h.5c0-.55.45-1 1-1h1.5v5.5c0 .28-.22.5-.5.5h-.5v1h4v-1h-.5c-.28 0-.5-.22-.5-.5v-5.5h1.5c.55 0 1 .45 1 1h.5v-2h-8z" id="text"></path>
411
+
412
+ <path d="M0 0v4h1v-4h-1zm2 0v4.001c.28 0 .529.101.719.281.18.19 1.151 2.115 1.281 2.375.13.26.386.393.656.313.26-.08.393-.355.313-.625-.08-.26-.469-1.594-.469-1.844s.22-.5.5-.5h1.5c.28 0 .5-.22.5-.5l-1.031-3.188c-.08-.18-.259-.313-.469-.313h-3.5z" id="thumb-down"></path>
413
+
414
+ <path d="M4.438 0c-.19.021-.34.149-.438.344-.13.26-1.101 2.185-1.281 2.375-.19.18-.439.281-.719.281v4.001h3.5c.21 0 .389-.133.469-.313 0 0 1.031-2.908 1.031-3.188 0-.28-.22-.5-.5-.5h-1.5c-.28 0-.5-.25-.5-.5s.389-1.574.469-1.844c.08-.27-.053-.545-.313-.625l-.219-.031zm-4.438 3v4h1v-4h-1z" id="thumb-up"></path>
415
+
416
+ <path d="M2 0v1h1v.031c-1.697.241-3 1.707-3 3.469 0 1.929 1.571 3.5 3.5 3.5s3.5-1.571 3.5-3.5c0-.45-.086-.874-.219-1.25l-.938.344c.107.304.156.596.156.906 0 1.391-1.109 2.5-2.5 2.5s-2.5-1.109-2.5-2.5 1.109-2.5 2.5-2.5c.298 0 .585.051.875.156l.344-.938c-.221-.081-.471-.119-.719-.156v-.063h1v-1h-3zm5 1.125s-3.675 2.8-3.875 3c-.2.2-.2.519 0 .719.2.2.519.2.719 0 .2-.19 3.156-3.719 3.156-3.719z" id="timer"></path>
417
+
418
+ <path d="M6 0v1h-6v1h6v1l2-1.5-2-1.5zm-4 4l-2 1.5 2 1.5v-1h6v-1h-6v-1z" id="transfer"></path>
419
+
420
+ <path d="M3 0c-.55 0-1 .45-1 1h-1c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1h-1c0-.55-.45-1-1-1h-1zm-2 3v4.813c0 .11.077.188.188.188h4.625c.11 0 .188-.077.188-.188v-4.813h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1z" id="trash"></path>
421
+
422
+ <path d="M1 0v4c0 1.1 1.12 2 2.5 2h.5c1.1 0 2-.9 2-2v-4h-1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4h-2zm-1 7v1h7v-1h-7z" id="underline"></path>
423
+
424
+ <path d="M.094 0c-.06 0-.094.034-.094.094v4.813c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-4.813c0-.06-.034-.094-.094-.094h-1.813zm6 0c-.06 0-.094.034-.094.094v4.813c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-4.813c0-.06-.034-.094-.094-.094h-1.813zm-3 2c-.06 0-.094.034-.094.094v2.813c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-2.813c0-.06-.034-.094-.094-.094h-1.813zm-3.094 4v1h8v-1h-8z" id="vertical-align-bottom"></path>
425
+
426
+ <path d="M.094 0c-.06 0-.094.034-.094.094v1.906h2v-1.906c0-.06-.034-.094-.094-.094h-1.813zm6 0c-.06 0-.094.034-.094.094v1.906h2v-1.906c0-.06-.034-.094-.094-.094h-1.813zm-3 1c-.06 0-.094.034-.094.094v.906h2v-.906c0-.06-.034-.094-.094-.094h-1.813zm-3.094 2v1h8v-1h-8zm0 2v1.906c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-1.906h-2zm3 0v.906c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-.906h-2zm3 0v1.906c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-1.906h-2z" id="vertical-align-center"></path>
427
+
428
+ <path d="M0 0v1h8v-1h-8zm.094 2c-.06 0-.094.034-.094.094v4.813c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-4.813c0-.06-.034-.094-.094-.094h-1.813zm3 0c-.06 0-.094.034-.094.094v2.813c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-2.813c0-.06-.034-.094-.094-.094h-1.813zm3 0c-.06 0-.094.034-.094.094v4.813c0 .06.034.094.094.094h1.813c.06 0 .094-.034.094-.094v-4.813c0-.06-.034-.094-.094-.094h-1.813z" id="vertical-align-top"></path>
429
+
430
+ <path d="M.5 1c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h5c.28 0 .5-.22.5-.5v-1.5l1 1h1v-3h-1l-1 1v-1.5c0-.28-.22-.5-.5-.5h-5z" id="video"></path>
431
+
432
+ <path d="M3.344 0l-1.344 2h-2v4h2l1.344 2h.656v-8h-.656zm1.656 1v1c.152 0 .313.026.469.063h.031c.86.215 1.5.995 1.5 1.938 0 .942-.64 1.722-1.5 1.938-.166.041-.338.063-.5.063v1c.258 0 .516-.035.75-.094 1.3-.325 2.25-1.508 2.25-2.906 0-1.398-.95-2.581-2.25-2.906-.234-.059-.492-.094-.75-.094zm0 2v2l.25-.031c.433-.118.75-.507.75-.969 0-.446-.325-.819-.75-.938v-.031h-.031l-.219-.031z" id="volume-high"></path>
433
+
434
+ <path d="M4.344 0l-1.344 2h-2v4h2l1.344 2h.656v-8h-.656zm1.656 3v2l.25-.031c.433-.118.75-.507.75-.969 0-.446-.325-.819-.75-.938v-.031h-.031l-.219-.031z" id="volume-low"></path>
435
+
436
+ <path d="M5.344 0l-1.344 2h-2v4h2l1.344 2h.656v-8h-.656z" id="volume-off"></path>
437
+
438
+ <path d="M3.094 0c-.06 0-.105.044-.125.094l-2.938 6.813-.031.188v.813c0 .06.034.094.094.094h6.813c.06 0 .094-.034.094-.094v-.813l-.031-.188-2.938-6.813c-.02-.05-.065-.094-.125-.094h-.813zm-.094 3h1v2h-1v-2zm0 3h1v1h-1v-1z" id="warning"></path>
439
+
440
+ <path d="M3.75 0c-1.374 0-2.66.372-3.75 1.063l.531.875c.93-.59 2.033-.938 3.219-.938 1.2 0 2.323.31 3.25.906l.531-.813c-1.093-.703-2.401-1.094-3.781-1.094zm.031 3c-.795 0-1.531.227-2.156.625l.531.844c.475-.302 1.02-.469 1.625-.469.593 0 1.13.177 1.594.469l.531-.844c-.616-.388-1.338-.625-2.125-.625zm-.031 3c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" id="wifi"></path>
441
+
442
+ <path d="M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .32.078.626.188.906l-2.906 2.875c-.39.39-.39 1.016 0 1.406.2.2.459.313.719.313.26 0 .519-.091.719-.281l2.875-2.875c.28.1.586.156.906.156 1.38 0 2.5-1.12 2.5-2.5 0-.16-.032-.297-.063-.438l-.938.938h-2v-2l.938-.938c-.14-.03-.277-.062-.438-.063zm-4.5 6.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" id="wrench"></path>
443
+
444
+ <path d="M1.406 0l-1.406 1.406.688.719 1.781 1.781-1.781 1.781-.688.719 1.406 1.406.719-.688 1.781-1.781 1.781 1.781.719.688 1.406-1.406-.688-.719-1.781-1.781 1.781-1.781.688-.719-1.406-1.406-.719.688-1.781 1.781-1.781-1.781-.719-.688z" id="x"></path>
445
+
446
+ <path d="M0 0l2.25 3h-2.25v1h3v1h-3v1h3v2h1v-2h3v-1h-3v-1h3v-1h-2.25l2.25-3h-1l-2.313 3h-.375l-2.313-3h-1z" id="yen"></path>
447
+
448
+ <path d="M3.5 0c-1.927 0-3.5 1.573-3.5 3.5s1.573 3.5 3.5 3.5c.592 0 1.166-.145 1.656-.406a1 1 0 0 0 .094.094l1.031 1.031a1.016 1.016 0 1 0 1.438-1.438l-1.031-1.031a1 1 0 0 0-.125-.094c.266-.493.438-1.059.438-1.656 0-1.927-1.573-3.5-3.5-3.5zm0 1c1.387 0 2.5 1.113 2.5 2.5 0 .587-.196 1.137-.531 1.563l-.031.031a1 1 0 0 0-.063.031 1 1 0 0 0-.281.281 1 1 0 0 0-.063.063c-.422.326-.953.531-1.531.531-1.387 0-2.5-1.113-2.5-2.5s1.113-2.5 2.5-2.5zm-.5 1v1h-1v1h1v1h1v-1h1v-1h-1v-1h-1z" id="zoom-in"></path>
449
+
450
+ <path d="M3.5 0c-1.927 0-3.5 1.573-3.5 3.5s1.573 3.5 3.5 3.5c.592 0 1.166-.145 1.656-.406a1 1 0 0 0 .094.094l1.031 1.031a1.016 1.016 0 1 0 1.438-1.438l-1.031-1.031a1 1 0 0 0-.125-.094c.266-.493.438-1.059.438-1.656 0-1.927-1.573-3.5-3.5-3.5zm0 1c1.387 0 2.5 1.113 2.5 2.5 0 .587-.196 1.137-.531 1.563l-.031.031a1 1 0 0 0-.063.031 1 1 0 0 0-.281.281 1 1 0 0 0-.063.063c-.422.326-.953.531-1.531.531-1.387 0-2.5-1.113-2.5-2.5s1.113-2.5 2.5-2.5zm-1.5 2v1h3v-1h-3z" id="zoom-out"></path>
451
+ </defs>
452
+ </svg>
js/wordpress_file_upload_functions.js CHANGED
@@ -1,2 +1,3 @@
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_attach_cancel_event(e,a,t,s){var n=document.getElementById("fileName_"+e);n&&(n.onkeyup=function(r){if(27==r.keyCode&&GlobalData[e]&&0!=GlobalData[e].xhrs.length){var l=confirm(GlobalData.consts.cancel_upload_prompt);if(1==l){for(var o=wfu_get_filelist(e),i=[],_=[],d=0;d<o.length;d++)i.push(null),_.push(o[d].name);for(var d=0;d<GlobalData[e].xhrs.length;d++){var u=GlobalData[e].xhrs[d].file_id-1;u>=0&&null==i[u]&&(i[u]=GlobalData[e].xhrs[d])}"true"==s.debugmode&&console.log("upload cancelled!");for(var d=0;d<i.length;d++)if(null==i[d]&&(i[d]=wfu_GetHttpRequestObject(),null!=i[d]&&wfu_initialize_fileupload_xhr(i[d],e,a,t,s,d,_[d])),-1!=i[d]){var m={target:{responseText:"force_cancel_code",shortcode_id:e}};wfu_uploadComplete.call(i[d],m)}n.onkeyup=null}}})}function wfu_dettach_cancel_event(e){var a=document.getElementById("fileName_"+e);a&&(a.onkeyup=null)}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&params_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]);wfu_initialize_fileupload_xhr(_,e,s,a,{params_index:t,debugmode:o,is_admin:i,fail_colors:GlobalData.consts.fail_colors,error_header:""},-1,""),_.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","")),u.indexOf("force_cancel_code")>-1&&(c="errorcancel",u=u.replace("force_cancel_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 w=g[3].split(",");o=wfu_plugin_decode_string(w[0]),i=w[4]}}}if(""==r||""==l){var y=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,"errorcancel"!=c?(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.fail_message=GlobalData.consts.file_cancelled,b.general.fail_admin_message=""),b.general.files_count>0?(b[0]={},b[0].color=y[0],b[0].bgcolor=y[1],b[0].borcolor=y[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_dettach_cancel_event(t),wfu_unlock_upload(t),wfu_hide_simple_progressbar(t),wfu_clear(t)),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="",
2
- 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);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)&&params.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,w=null;try{var g=new FormData,w=new FormData}catch(y){}if(null!=g&&null!=w){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);if(wfu_initialize_fileupload_xhr(f,e,t,s,a,l,_[l].name),i||(f.size=o.size,f.totalsize=_[l].size,f.loading=!0),u){w.append("action","wfu_ajax_action"),w.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),w.append("params_index",a.params_index),w.append("session_token",t),w.append("force_connection_close","1"),p.open("POST",GlobalData.consts.ajax_url,!1);try{p.send(w)}catch(k){}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+", "+f.xhrid+", "+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 x={target:{responseText:"",shortcode_id:e}};wfu_uploadComplete.call(f,x)}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"),wfu_attach_cancel_event(e,t,s,a);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_initialize_fileupload_xhr(e,a,t,s,n,r,l){var o=r>=0?GlobalData[a].xhrs.push(e)-1:-1,i=new Date;e.xhrid=o,e.shortcode_id=a,e.requesttype=r>=0?"fileupload":"email",e.file_id=r+1,e.size=0,e.totalsize=0,e.loading=!1,e.deltasize=0,e.sizeloaded=0,e.aborted=!1,e.unique_id=s,e.params_index=n.params_index,e.session_token=t,e.debugmode=n.debugmode,e.is_admin=n.is_admin,e.start_time=i.getTime(),e.end_time=e.start_time,e.finish_time=e.start_time+1e3*parseInt(GlobalData.consts.max_time_limit),e.fail_colors=n.fail_colors,e.error_message_header=n.error_header.replace(/%username%/g,"no data"),e.error_message_header=e.error_message_header.replace(/%useremail%/g,"no data"),e.error_message_header=e.error_message_header.replace(/%filename%/g,l),e.error_message_header=e.error_message_header.replace(/%filepath%/g,l),e.error_message_failed=GlobalData.consts.message_failed,e.error_message_cancelled=GlobalData.consts.message_cancelled,e.error_adminmessage_unknown=GlobalData.consts.adminmessage_unknown.replace(/%username%/g,"no data"),e.error_adminmessage_unknown=e.error_adminmessage_unknown.replace(/%useremail%/g,"no data"),e.error_adminmessage_unknown=e.error_adminmessage_unknown.replace(/%filename%/g,l),e.error_adminmessage_unknown=e.error_adminmessage_unknown.replace(/%filepath%/g,l)}function wfu_get_userdata_count(e){for(var a=0;document.getElementById("userdata_"+e+"_"+a);)a++;return a}function wfu_lock_upload(e){document.getElementById("fileName_"+e);document.getElementById("input_"+e).disabled=!0,document.getElementById("upfile_"+e).disabled=!0,wfu_selectsubdir_disable_onoff(e,!0);var a=document.getElementById("upload_"+e);a&&(a.disabled=!0);for(var t=wfu_get_userdata_count(e),s=0;t>s;s++)window["userdata_"+e+"_codes_"+s].lock(document.getElementById("userdata_"+e+"_field_"+s));wfu_Code_Objects[e].do_action("lock_upload")}function wfu_unlock_upload(e){document.getElementById("fileName_"+e);document.getElementById("input_"+e).disabled=!1,document.getElementById("upfile_"+e).disabled=!1,wfu_selectsubdir_disable_onoff(e,!1);var a=document.getElementById("upload_"+e);a&&(a.disabled=!1);for(var t=wfu_get_userdata_count(e),s=0;t>s;s++)window["userdata_"+e+"_codes_"+s].unlock(document.getElementById("userdata_"+e+"_field_"+s));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};
 
1
+ function wfu_Initialize_Consts(e){if("undefined"==typeof GlobalData.consts){GlobalData.consts=new Object;for(var t=e.split(";"),a=0;a<t.length;a++)const_txt=t[a].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 t=0;t<Code_Initializators.length;t++)wfu_Code_Objects[e].additem(Code_Initializators[t](e))}function wfu_Code_Object(e){this.sid=e,this.items=[],this._calc_prioritized_list=function(e){for(var t,a,s=[],n=[],i=[],l=0;l<this.items.length;l++)t=this.items[l],t[e]&&(a=-1,t.priority&&(a=t.priority),t[e].priority&&(a=t[e].priority),a>=0?(s.push(a),n.push(l)):i.push(l));for(var l=1;l<s.length;l++)for(var r=l;r<s.length;r++)if(s[r]<s[l-1]){var o=s[r];s[r]=s[l-1],s[l-1]=o;var o=n[r];n[r]=n[l-1],n[l-1]=o}return n.concat(i)},this.additem=function(e){this.items.push(e)},this.apply_filters=function(e,t){if("undefined"==typeof t)return null;var a=this._calc_prioritized_list(e);if(0==a.length)return t;for(var s=0;s<a.length;s++){var n=this.items[a[s]],i=null;"function"==typeof n[e]?i=n[e]:"function"==typeof n[e].func&&(i=n[e].func),null!=i&&(t=i.apply(this,Array.prototype.slice.call(arguments,1)),arguments[1]=t)}return t},this.do_action=function(e){var t=this._calc_prioritized_list(e);if(0!=t.length)for(var a=0;a<t.length;a++){var s=this.items[t[a]],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 t=document.getElementById("selectsubdiredit_"+e);t&&"none"!=t.style.display&&wfu_attach_element_handlers(t,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 t=null;try{var t=new FormData}catch(a){}wfu_BrowserCaps.supportsHTML5=null!=t;var a=document.createElement("iframe");wfu_BrowserCaps.supportsIFRAME=null!=a,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,t="animation",a="",s="Webkit Moz O ms Khtml".split(" "),n="",i=document.createElement("DIV");if(i.style.animationName&&(e=!0),e===!1)for(var l=0;l<s.length;l++)if(void 0!==i.style[s[l]+"AnimationName"]){n=s[l],t=n+"Animation",a="-"+n.toLowerCase()+"-",e=!0;break}return e}function wfu_join_strings(e){for(var t=[].slice.call(arguments),a="",s="",n=1;n<t.length;n++)s=""==a||""==t[n]?"":e,a+=s+t[n];return a}function wfu_plugin_decode_string(e){for(var t,a,s=0,n="";s<e.length;)t=parseInt(e.substr(s,2),16),a=128>t?t:224>t?((31&t)<<6)+(63&parseInt(e.substr(s+=2,2),16)):((15&t)<<12)+((63&parseInt(e.substr(s+=2,2),16))<<6)+(63&parseInt(e.substr(s+=2,2),16)),n+=String.fromCharCode(a),s+=2;return n}function wfu_plugin_encode_string(e){var t=0,a="",s="";for(t=0;t<e.length;t++)num=e.charCodeAt(t),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),a+=s;return a}function wfu_randomString(e){for(var t="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz",a=e,s="",n=0;a>n;n++){var i=Math.floor(Math.random()*t.length);s+=t.substring(i,i+1)}return s}function wfu_addEventHandler(e,t,a){e.addEventListener?e.addEventListener(t,a,!1):e.attachEvent?e.attachEvent("on"+t,a):e["on"+t]=a}function wfu_attach_element_handlers(e,t){for(var a=["DOMAttrModified","textInput","input","change","keypress","paste","focus","propertychange"],s=0;s<a.length;s++)wfu_addEventHandler(e,a[s],t)}function wfu_GetHttpRequestObject(){var e=null;try{e=new XMLHttpRequest}catch(t){try{e=new ActiveXObject("Msxml2.XMLHTTP")}catch(a){try{e=new ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}}if(null==e&&window.createRequest)try{xmlhttp=window.createRequest()}catch(t){}return e}function wfu_filedetails_showhide(e,t,a){var s=(document.getElementById("wfu_messageblock_arrow_"+e+"_"+t),document.getElementById("wfu_messageblock_arrow_"+e+"_up_"+t)),n=document.getElementById("wfu_messageblock_arrow_"+e+"_down_"+t),i=document.getElementById("wfu_messageblock_subheader_"+e+"_"+t),l=document.getElementById("wfu_messageblock_header_"+e+"_state_"+t);a?(s.style.display="",n.style.display="none",i.style.display="",l.value=""):(s.style.display="none",n.style.display="",i.style.display="none",l.value="none")}function wfu_get_file_ids(e){for(var t=(document.getElementById("wfu_messageblock_"+e),document.getElementById("wfu_messageblock_subheader_"+e).nextSibling),a="wfu_messageblock_"+e+"_",s=[];null!=t;)1===t.nodeType&&t.id.substr(0,a.length)==a&&s.push(t.id.substr(t.id.lastIndexOf("_")+1)),t=t.nextSibling;return s}function wfu_get_filelist(e,t){t="undefined"!=typeof t?t:!0;var a=document.getElementById("upfile_"+e),s=a.files;return s||(s=a.value?[{name:a.value}]:[]),t&&"undefined"!=typeof a.filearray&&(s=a.filearray),s}function wfu_add_files(e,t){var a=document.getElementById("upfile_"+e);"undefined"==typeof a.filearray&&(a.filearray=Array(),a.filearrayprops=Array()),document.getElementById("uploadform_"+e).reset(),a.filearray.length=a.filearrayprops.length=0;for(var s=0;s<t.length;s++)a.filearray.push(t[s].file),a.filearrayprops.push(t[s].props)}function wfu_filedetails_toggle(e,t){var a=(document.getElementById("wfu_messageblock_arrow_"+e+"_"+t),document.getElementById("wfu_messageblock_arrow_"+e+"_up_"+t));wfu_filedetails_showhide(e,t,"none"==a.style.display)}function wfu_headerdetails_showhide(e,t){var a=(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),i=document.getElementById("wfu_messageblock_subheader_"+e+"_message"),l=document.getElementById("wfu_messageblock_subheader_"+e+"_adminmessage"),r=document.getElementById("wfu_messageblock_header_"+e+"_state"),o=wfu_get_file_ids(e);if(t){a.style.display="",s.style.display="none",("none"!=i.style.display||"none"!=l.style.display)&&(n.style.display=""),r.value="";for(var _=0;_<o.length;_++)document.getElementById("wfu_messageblock_"+e+"_"+o[_]).style.display="",document.getElementById("wfu_messageblock_subheader_"+e+"_"+o[_]).style.display=document.getElementById("wfu_messageblock_header_"+e+"_state_"+o[_]).value}else{a.style.display="none",s.style.display="",n.style.display="none",r.value="none";for(var _=0;_<o.length;_++)document.getElementById("wfu_messageblock_"+e+"_"+o[_]).style.display="none",document.getElementById("wfu_messageblock_subheader_"+e+"_"+o[_]).style.display="none"}}function wfu_headerdetails_toggle(e){var t=(document.getElementById("wfu_messageblock_arrow_"+e),document.getElementById("wfu_messageblock_arrow_"+e+"_up"));wfu_headerdetails_showhide(e,"none"==t.style.display)}function wfu_attach_cancel_event(e,t,a,s){var n=document.getElementById("fileName_"+e);n&&(n.onkeyup=function(i){if(27==i.keyCode&&GlobalData[e]&&0!=GlobalData[e].xhrs.length){var l=confirm(GlobalData.consts.cancel_upload_prompt);if(1==l){for(var r=wfu_get_filelist(e),o=[],_=[],d=0;d<r.length;d++)o.push(null),_.push(r[d].name);for(var d=0;d<GlobalData[e].xhrs.length;d++){var u=GlobalData[e].xhrs[d].file_id-1;u>=0&&null==o[u]&&(o[u]=GlobalData[e].xhrs[d])}"true"==s.debugmode&&console.log("upload cancelled!");for(var d=0;d<o.length;d++)if(null==o[d]&&(o[d]=wfu_GetHttpRequestObject(),null!=o[d]&&wfu_initialize_fileupload_xhr(o[d],e,t,a,s,d,_[d])),-1!=o[d]){var c={target:{responseText:"force_cancel_code",shortcode_id:e}};wfu_uploadComplete.call(o[d],c)}n.onkeyup=null}}})}function wfu_dettach_cancel_event(e){var t=document.getElementById("fileName_"+e);t&&(t.onkeyup=null)}function wfu_selectbutton_changed(e,t){wfu_BrowserCaps.supportsAJAX&&wfu_BrowserCaps.supportsHTML5||(t=0);var a=document.getElementById("upfile_"+e),s=wfu_get_filelist(e,!1);if(1==t){"undefined"==typeof a.filearray&&(a.filearray=Array());for(var n=0;n<s.length;n++)a.filearray.push(s[n])}else"undefined"!=typeof a.filearray&&delete a.filearray;wfu_update_filename_text(e)}function wfu_selectbutton_clicked(e){var t=document.getElementById("wordpress_file_upload_message_"+e);t&&(t.style.display="none"),wfu_reset_message(e),document.getElementById("upfile_"+e).value="";var a=document.getElementById("fileName_"+e);a&&(a.value="",a.className="file_input_textbox")}function wfu_update_uploadbutton_status(e){var t=document.getElementById("upload_"+e);if(t){var a=wfu_get_filelist(e),s=a.length>0;s=wfu_Code_Objects[e].apply_filters("uploadbutton_status",s),t.disabled=!s}}function wfu_update_filename_text(e){var t=document.getElementById("fileName_"+e);if(t){for(var a=wfu_get_filelist(e),s="",n=0;n<a.length;n++)""!=s&&(s+=", "),s+=a[n].name.replace(/c:\\fakepath\\/i,"");t.value=s}}function wfu_selectsubdir_check(e){var t=document.getElementById("selectsubdir_"+e);if(!t)return!0;var a=document.getElementById("selectsubdiredit_"+e),s="none"!=a.style.display;return s&&t.selectedIndex>0&&(a.value=t.value.replace(/^\s+/,""),a.className="file_item_clean_match subfolder_autoplus_match",wfu_selectsubdiredit_change(e)),s?document.getElementById("hiddeninput_"+e).value=a.value:document.getElementById("hiddeninput_"+e).value=t.selectedIndex,!s&&0==t.selectedIndex||s&&(""==a.value||"file_item_clean_empty subfolder_autoplus_empty"==a.className)?(s?(t.className="subfolder_autoplus_dropdown_prompt",a.value="",GlobalData.FreeChangeHandler=!0,a.className="file_item_clean_prompt subfolder_autoplus_prompt",GlobalData.FreeChangeHandler=!1):t.className="file_item_clean_prompt subfolder_dropdown_prompt",!1):(s?t.className="subfolder_autoplus_dropdown":t.className="file_item_clean subfolder_dropdown",s&&"file_item_clean_prompt subfolder_autoplus_prompt"==a.className&&(a.className="file_item_clean subfolder_autoplus"),t.options[0].style.display="none",!0)}function wfu_selectsubdiredit_enter(e){var t=document.getElementById("selectsubdir_"+e),a=document.getElementById("selectsubdiredit_"+e);"file_item_clean_empty subfolder_autoplus_empty"==a.className&&(a.value=""),t.className="subfolder_autoplus_dropdown",a.className="file_item_clean subfolder_autoplus"}function wfu_selectsubdiredit_exit(e){var t=document.getElementById("selectsubdiredit_"+e);""==t.value&&(t.value=GlobalData.consts.wfu_subdir_typedir,t.className="file_item_clean_empty subfolder_autoplus_empty")}function wfu_selectsubdiredit_change(e){if(!GlobalData.FreeChangeHandler){var t=document.getElementById("selectsubdir_"+e),a=document.getElementById("selectsubdiredit_"+e);if("none"!=a.style.display){if("file_item_clean_empty subfolder_autoplus_empty"==a.className)return t.selectedIndex=0,void(document.getElementById("hiddeninput_"+e).value="");document.getElementById("hiddeninput_"+e).value=a.value;for(var s,n=!1,i=1;i<t.options.length;i++)s=t.options[i].value.replace(/^\s+/,"").toLowerCase(),a.value.length>=3?s.substr(0,a.value.length)==a.value.toLowerCase()?t.options[i].style.display="block":t.options[i].style.display="none":t.options[i].style.display="block",t.options[i].value.replace(/^\s+/,"")==a.value&&(t.selectedIndex=i,a.className="file_item_clean_match subfolder_autoplus_match",n=!0);n||(t.selectedIndex=0,a.className="file_item_clean subfolder_autoplus")}}}function wfu_selectsubdir_disable_onoff(e,t){var a=document.getElementById("selectsubdir_"+e);if(!a)return!0;var s=document.getElementById("selectsubdiredit_"+e),n="none"!=s.style.display;a.disabled=t,n&&(s.disabled=t)}function wfu_userdata_focused(e){var t=document.getElementById(e.id.replace("_field_","_fieldwrapper_"));if("file_userdata_fieldwrapper_required_empty"==t.className){t.className="file_userdata_fieldwrapper_required";var a=document.getElementById(e.id.replace("_field_","_hint_"));a.style.display="none"}}function wfu_Redirect(e){window.location=e}function wfu_loadStart(e){}function wfu_uploadProgress(e,t,a,s){s&&"undefined"==typeof this.xhr&&(console.log("total="+e.total+", loaded="+e.loaded),console.log(e));var n=GlobalData[t].xhrs[a],i=0,l=0,r=document.getElementById("progressbar_"+t+"_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 o=0;o<GlobalData[t].xhrs.length;o++)GlobalData[t].xhrs[o].file_id==n.file_id&&(GlobalData[t].xhrs[o].totalsize+=l)}if(r){for(var _=0,d=0,u=[],o=0;o<GlobalData[t].xhrs.length;o++)u[GlobalData[t].xhrs[o].file_id]=0;for(var o=0;o<GlobalData[t].xhrs.length;o++)u[GlobalData[t].xhrs[o].file_id]=Math.max(GlobalData[t].xhrs[o].totalsize,u[GlobalData[t].xhrs[o].file_id]);for(var o=0;o<u.length;o++)"undefined"!=typeof u[o]&&(_+=u[o]);for(var o=0;o<GlobalData[t].xhrs.length;o++)d+=GlobalData[t].xhrs[o].sizeloaded;i=Math.round(100*d/_),r.style.width=i.toString()+"%"}}else r&&(r.style.width="0%")}function wfu_notify_WPFilebase(e,t){var a=wfu_GetHttpRequestObject();if(null==a){var s=document.createElement("iframe");return s.style.display="none",s.src=GlobalData.consts.ajax_url+"?action=wfu_ajax_action_notify_wpfilebase&params_index="+e+"&session_token="+t,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]=t;for(var i="",s=0;s<params.length;s++)i+=(s>0?"&":"")+params[s][0]+"="+encodeURI(params[s][1]);a.open("POST",n,!0),a.setRequestHeader("Content-type","application/x-www-form-urlencoded"),a.onreadystatechange=function(){},a.send(i)}function wfu_send_email_notification(e,t,a,s,n,i,l,r,o){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]=a,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]=i,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]=t;for(var c=0;u>c;c++)params[7+c]=new Array(2),params[7+c][0]="userdata_"+c,params[7+c][1]=wfu_plugin_encode_string(document.getElementById("hiddeninput_"+e+"_userdata_"+c).value);for(var m="",c=0;c<params.length;c++)m+=(c>0?"&":"")+params[c][0]+"="+encodeURI(params[c][1]);wfu_initialize_fileupload_xhr(_,e,s,t,{params_index:a,debugmode:r,is_admin:o,fail_colors:GlobalData.consts.fail_colors,error_header:""},-1,""),_.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(m)}}function wfu_format_debug_data(e,t){return output='<label class="file_messageblock_subheader_debugmessage_label">',output+="Debug Data"+t,output+="</label>",output+='<div class="file_messageblock_subheader_debugmessage_container">',output+=e,output+="</div>",output}function wfu_uploadComplete(e){var t=new Date,a=this.shortcode_id,s=(this.file_id,!1),n="",i="",l="",r="unknown",o="",_="",d="wfu_fileupload_success:";this.loading=!1,this.end_time=t.getTime();var u=e.target.responseText,c=u,m="error";if(-1!=u&&(u.indexOf("force_errorabort_code")>-1&&(m="errorabort",u=u.replace("force_errorabort_code","")),u.indexOf("force_cancel_code")>-1&&(m="errorcancel",u=u.replace("force_cancel_code",""))),-1!=u){var f=u.indexOf(d);if(f>-1&&("true"==this.debugmode&&(_=u.substr(0,f)),c=u.substr(f+d.length),f=c.indexOf(":"),n=c.substr(0,f),c=c.substr(f+1),f=c.indexOf(":"),l=c.substr(0,f),i=c.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 w=l.split(";");if(1==parseInt(w[2])){var b=w[3].split(",");r=wfu_plugin_decode_string(b[0]),o=b[4]}}}if(""==i||""==l){var g=this.fail_colors.split(","),y=wfu_Initialize_Params();y.general.shortcode_id=a,y.general.unique_id=this.unique_id,y.general.state=7,y.general.files_count="fileupload"==this.requesttype?1:0,y.general.upload_finish_time=this.finish_time,"errorcancel"!=m?(y.general.fail_message=GlobalData.consts.message_unknown,y.general.fail_admin_message=wfu_join_strings("<br />",this.error_adminmessage_unknown,this.requesttype+":"+c)):(y.general.fail_message=GlobalData.consts.file_cancelled,y.general.fail_admin_message=""),y.general.files_count>0?(y[0]={},y[0].color=g[0],y[0].bgcolor=g[1],y[0].borcolor=g[2],y[0].message_type=m,r=m,y[0].header=this.error_message_header,y[0].message=GlobalData.consts.message_timelimit,y[0].admin_messages="true"==this.is_admin?GlobalData.consts.message_admin_timelimit:""):y.general.admin_messages.other="true"==this.is_admin?GlobalData.consts.message_admin_timelimit:"",y.general.upload_finish_time>0&&t.getTime()<y.general.upload_finish_time&&(y.general.files_count>0?(y[0].message=y.general.fail_message,y[0].admin_messages="true"==this.is_admin?y.general.fail_admin_message:""):y.general.admin_messages.other="true"==this.is_admin?y.general.fail_admin_message:"")}return s=""==i||""==l?wfu_ProcessUploadComplete(a,this.file_id,y,this.unique_id,this.params_index,this.session_token,"",[this.debugmode,_,this.is_admin],this.requesttype,""):wfu_ProcessUploadComplete(a,this.file_id,i,this.unique_id,this.params_index,this.session_token,l,[this.debugmode,_,this.is_admin],this.requesttype,n),s&&(wfu_dettach_cancel_event(a),wfu_unlock_upload(a),wfu_hide_simple_progressbar(a),wfu_clear(a)),e.target.return_status?r: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,t){t&&(console.log("failure report following"),console.log(e));var a=e.target,s={target:{responseText:"",shortcode_id:a.shortcode_id}};wfu_uploadComplete.call(a,s)}function wfu_uploadCanceled(e){}function wfu_notify_server_upload_ended(e,t,a,s){var n=wfu_GetHttpRequestObject();if(null!=n){var i=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]=t,params[3]=new Array(2),params[3][0]="params_index",params[3][1]=a,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="",r=0;r<params.length;r++)l+=(r>0?"&":"")+params[r][0]+"="+encodeURI(params[r][1]);n.open("POST",i,!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="",
2
+ 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,t,a,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,t,a,s)}function wfu_redirect_to_classic_cont(e,t,a,s){var n=function(n){var l="",r="wfu_askserver_success:",o="wfu_askserver_error:",_=n.indexOf(r),d=n.indexOf(o);if(_>-1){l=n.substr(_+r.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","",t,"",["false","","false"]),1==a){var c="";document.getElementById("upfile_"+e).name="uploadedfile_"+e+"_redirected"+c}s>0?document.getElementById("adminerrorcodes_"+e).value=s:document.getElementById("adminerrorcodes_"+e).value="",document.getElementById("upfile_"+e).disabled=!1,document.getElementById("uniqueuploadid_"+e).value=i,document.getElementById("uploadform_"+e).submit()}else d>-1&&(l=n.substr(d+o.length),wfu_unlock_upload(e),wfu_Code_Objects[e].do_action("askserver_error",l))},i=wfu_randomString(10);wfu_lock_upload(e),wfu_Code_Objects[e].do_action("pre_start");var l="",r=wfu_Code_Objects[e].apply_filters("askserver_pass_params",{});for(var o in r)r.hasOwnProperty(o)&&(l+="&"+o+"="+r[o]);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="+i+"&start_time="+_.getTime()+"&session_token="+t+l,u=wfu_GetHttpRequestObject();if(null==u){var c=document.createElement("iframe");return c?(c.style.display="none",c.src=d,document.body.appendChild(c),void(c.onload=function(){n(c.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 t=document.getElementById("fileName_"+e),a=wfu_get_filelist(e);return 0==a.length&&t&&(t.value=GlobalData.consts.nofilemessage,t.className="file_input_textbox_nofile"),a.length}function wfu_check_required_userdata(e,t){for(var a=wfu_get_userdata_count(e),s=!1,n=0;a>n;n++){var i=document.getElementById("hiddeninput_"+e+"_userdata_"+n),l=document.getElementById("userdata_"+e+"_fieldwrapper_"+n),r=document.getElementById("userdata_"+e+"_field_"+n),o=document.getElementById("userdata_"+e+"_"+n),_=document.getElementById("userdata_"+e+"_hint_"+n);i.value=window["userdata_"+e+"_codes_"+n].value(r);for(var d={hintposition:"none"},u=document.getElementById("userdata_"+e+"_props_"+n).value.split("|"),c=0;c<u.length;c++)"p:"==u[c].substr(0,2)&&(d.hintposition=u[c].substr(2));var m="";if("file_userdata_fieldwrapper_required"==l.className.substr(0,35)&&(m=window["userdata_"+e+"_codes_"+n].empty(i)),""===m&&window["userdata_"+e+"_codes_"+n].validate&&(m=window["userdata_"+e+"_codes_"+n].validate(i)),""!==m){if(t)if("none"==d.hintposition)_.className="file_userdata_hint_none";else{l.className="file_userdata_fieldwrapper_required_empty";var f=o.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=m,_.style.display="block"}s=!0}}return!s}function wfu_HTML5UploadFile(e,t,a){if(!wfu_BrowserCaps.supportsAJAX)return void wfu_redirect_to_classic(e,a,1,1);if(!wfu_BrowserCaps.supportsHTML5)return void wfu_redirect_to_classic(e,a,1,2);t=wfu_plugin_decode_string(t.replace(/^\s+|\s+$/g,""));var s=null;try{s=JSON.parse(t)}catch(n){}if(null==s)return void wfu_redirect_to_classic(e,a,1,3);var i=wfu_GetHttpRequestObject();if(null!=i){var l=wfu_filesselected(e);if(0!=l){var r=document.getElementById("upload_"+e),o=!r;if(!wfu_selectsubdir_check(e))return void(o&&wfu_clear_files(e));var _=l;if(_+=_,!wfu_check_required_userdata(e,!0))return void(o&&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]=a,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 c=wfu_Code_Objects[e].apply_filters("askserver_pass_params",{});for(var m in c)c.hasOwnProperty(m)&&params.push([m,c[m]]);for(var f="",p=0;p<params.length;p++)f+=(p>0?"&":"")+params[p][0]+"="+encodeURI(params[p][1]);i.open("POST",u,!0),i.setRequestHeader("Content-type","application/x-www-form-urlencoded"),i.onreadystatechange=function(){if(4==i.readyState)if(200==i.status){var t=i.responseText,n="",l="wfu_askserver_success:",r="wfu_askserver_error:",o=t.indexOf(l),_=t.indexOf(r);o>-1?(n=t.substr(o+l.length),wfu_Code_Objects[e].do_action("askserver_success",n,"ajax"),wfu_HTML5UploadFile_cont(e,s,a,d)):_>-1&&(n=t.substr(_+r.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")},i.send(f)}else wfu_HTML5UploadFile_cont(e,s,a,d)}}}}function wfu_HTML5UploadFile_cont(e,t,a,s){function n(l,r,o,u){m=!0;var f=wfu_GetHttpRequestObject(),p=wfu_GetHttpRequestObject();if(null!=f&&null!=p){var w=null,b=null;try{var w=new FormData,b=new FormData}catch(g){}if(null!=w&&null!=b){w.append("action","wfu_ajax_action"),w.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),o||w.append("uploadedfile_"+e+d,r),w.append("uploadedfile_"+e+"_index",l),w.append("uploadedfile_"+e+"_name",wfu_plugin_encode_string(_[l].name)),w.append("uploadedfile_"+e+"_size",_[l].size),w.append("uniqueuploadid_"+e,s),w.append("params_index",t.params_index),w.append("subdir_sel_index",i),o?w.append("only_check","1"):w.append("only_check","0"),w.append("session_token",a);var y=wfu_Code_Objects[e].apply_filters("upload_pass_params",{},"ajax");for(var h in y)y.hasOwnProperty(h)&&w.append(h,y[h]);for(var v=wfu_get_userdata_count(e),k=0;v>k;k++)w.append("hiddeninput_"+e+"_userdata_"+k,document.getElementById("hiddeninput_"+e+"_userdata_"+k).value);if(wfu_initialize_fileupload_xhr(f,e,a,s,t,l,_[l].name),o||(f.size=r.size,f.totalsize=_[l].size,f.loading=!0),u){b.append("action","wfu_ajax_action"),b.append("wfu_uploader_nonce",document.getElementById("wfu_uploader_nonce_"+e).value),b.append("params_index",t.params_index),b.append("session_token",a),b.append("force_connection_close","1"),p.open("POST",GlobalData.consts.ajax_url,!1);try{p.send(b)}catch(I){}m="success"==p.responseText}if(m)o?(f.addEventListener("load",function(t){t={target:{responseText:t.target.responseText,shortcode_id:e,return_status:!0}};var a=wfu_uploadComplete.call(f,t);m="success"==a||"warning"==a,m&&n(l,r,!1,!1)},!1),f.addEventListener("error",function(e){},!1),f.open("POST",GlobalData.consts.ajax_url,!0),f.send(w)):(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+", "+f.xhrid+", "+t.debugmode+");"),!1),f.addEventListener("load",wfu_uploadComplete,!1),f.addEventListener("error",new Function("evt","wfu_uploadFailed(evt, "+t.debugmode+");"),!1),f.addEventListener("abort",wfu_uploadCanceled,!1),f.open("POST",GlobalData.consts.ajax_url,!0),f.send(w));else{var B={target:{responseText:"",shortcode_id:e}};wfu_uploadComplete.call(f,B)}return c++,m}}}var i=-1,l=document.getElementById("selectsubdir_"+e);if(l){var r=document.getElementById("selectsubdiredit_"+e),o="none"!=r.style.display;i=o?r.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(t.shortcode_id,"progressive"),wfu_attach_cancel_event(e,a,s,t);var u=wfu_Initialize_Params();u.general.shortcode_id=e,u.general.unique_id=s,wfu_ProcessUploadComplete(e,0,u,s,t.params_index,a,"",["false","","false"]);var c=0,m=!0,f=0;n(f,_[f],!0,!1)}function wfu_initialize_fileupload_xhr(e,t,a,s,n,i,l){var r=i>=0?GlobalData[t].xhrs.push(e)-1:-1,o=new Date;e.xhrid=r,e.shortcode_id=t,e.requesttype=i>=0?"fileupload":"email",e.file_id=i+1,e.size=0,e.totalsize=0,e.loading=!1,e.deltasize=0,e.sizeloaded=0,e.aborted=!1,e.unique_id=s,e.params_index=n.params_index,e.session_token=a,e.debugmode=n.debugmode,e.is_admin=n.is_admin,e.start_time=o.getTime(),e.end_time=e.start_time,e.finish_time=e.start_time+1e3*parseInt(GlobalData.consts.max_time_limit),e.fail_colors=n.fail_colors,e.error_message_header=n.error_header.replace(/%username%/g,"no data"),e.error_message_header=e.error_message_header.replace(/%useremail%/g,"no data"),e.error_message_header=e.error_message_header.replace(/%filename%/g,l),e.error_message_header=e.error_message_header.replace(/%filepath%/g,l),e.error_message_failed=GlobalData.consts.message_failed,e.error_message_cancelled=GlobalData.consts.message_cancelled,e.error_adminmessage_unknown=GlobalData.consts.adminmessage_unknown.replace(/%username%/g,"no data"),e.error_adminmessage_unknown=e.error_adminmessage_unknown.replace(/%useremail%/g,"no data"),e.error_adminmessage_unknown=e.error_adminmessage_unknown.replace(/%filename%/g,l),e.error_adminmessage_unknown=e.error_adminmessage_unknown.replace(/%filepath%/g,l)}function wfu_get_userdata_count(e){for(var t=0;document.getElementById("userdata_"+e+"_"+t);)t++;return t}function wfu_lock_upload(e){document.getElementById("fileName_"+e);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 a=wfu_get_userdata_count(e),s=0;a>s;s++)window["userdata_"+e+"_codes_"+s].lock(document.getElementById("userdata_"+e+"_field_"+s));wfu_Code_Objects[e].do_action("lock_upload")}function wfu_unlock_upload(e){document.getElementById("fileName_"+e);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 a=wfu_get_userdata_count(e),s=0;a>s;s++)window["userdata_"+e+"_codes_"+s].unlock(document.getElementById("userdata_"+e+"_field_"+s));wfu_Code_Objects[e].do_action("unlock_upload")}function wfu_clear_files(e){document.getElementById("uploadform_"+e).reset();var t=document.getElementById("upfile_"+e);"undefined"!=typeof t.filearray&&(t.filearray.length=0,t.filearrayprops.length=0);var a=document.getElementById("fileName_"+e);a&&(a.value="",a.className="file_input_textbox")}function wfu_clear(e){wfu_clear_files(e);var t=document.getElementById("selectsubdir_"+e);if(t){var a=document.getElementById("selectsubdiredit_"+e),s="none"!=a.style.display;s?(t.selectedIndex=-1,a.value=""):t.selectedIndex=parseInt(document.getElementById("selectsubdirdefault_"+e).value)}for(var n=wfu_get_userdata_count(e),i=0;n>i;i++)window["userdata_"+e+"_codes_"+i].reset(document.getElementById("userdata_"+e+"_field_"+i),document.getElementById("hiddeninput_"+e+"_userdata_"+i));wfu_Code_Objects[e].do_action("clear_upload")}function wfu_reset_message(e){var t=document.getElementById("wfu_messageblock_"+e);if(t){document.getElementById("wfu_messageblock_header_"+e).style.display="";var a=document.getElementById("wfu_messageblock_header_"+e+"_container");UploadStates[e]&&(a.innerHTML=UploadStates[e].State0),document.getElementById("wfu_messageblock_header_"+e+"_state").value="none",document.getElementById("wfu_messageblock_arrow_"+e).style.display="none",a.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++)t.tBodies[0].removeChild(document.getElementById("wfu_messageblock_"+e+"_"+n)),t.tBodies[0].removeChild(document.getElementById("wfu_messageblock_subheader_"+e+"_"+n))}}function wfu_show_simple_progressbar(e,t){var a=document.getElementById("progressbar_"+e+"_animation"),s=document.getElementById("progressbar_"+e+"_imagesafe");a&&("progressive"==t?(a.style.width="0%",a.className="file_progress_progressive",s.style.display="none",a.style.display="block"):wfu_BrowserCaps.supportsAnimation?(a.style.width="25%",a.className="file_progress_shuffle",s.style.display="none",a.style.display="block"):(a.style.width="0%",a.className="file_progress_noanimation",a.style.display="none",s.style.display="block"),document.getElementById("wordpress_file_upload_progressbar_"+e).style.display="block")}function wfu_hide_simple_progressbar(e){var t=document.getElementById("progressbar_"+e+"_animation"),a=document.getElementById("progressbar_"+e+"_imagesafe");t&&(document.getElementById("wordpress_file_upload_progressbar_"+e).style.display="none",t.style.width="0%",t.className="file_progress_noanimation",a.style.display="none",t.style.display="block")}function wfu_invoke_shortcode_editor(e,t,a,s){for(var n=document.getElementsByTagName("BUTTON"),i=0,l=null,r=0;r<n.length;r++)n[r].parentNode&&n[r].parentNode.id==s+"_editor_"+e&&(l=n[r],i++);if(0!=i){if(i>1)return void alert(GlobalData.consts.same_pluginid);var o=wfu_GetHttpRequestObject();if(null!=o){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]=t,params[3]=new Array(2),params[3][0]="post_hash",params[3][1]=a,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="",r=0;r<params.length;r++)d+=(r>0?"&":"")+params[r][0]+"="+encodeURI(params[r][1]);o.open("POST",_,!0),o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.onreadystatechange=function(){if(4==o.readyState&&200==o.status){document.getElementById(s+"_overlay_"+e).style.display="none",l.parentNode.removeAttribute("style");var t="wfu_edit_shortcode:",a=o.responseText.indexOf(t);-1==a&&(a=o.responseText.length);var n=(o.responseText.substr(0,a),o.responseText.substr(a+t.length,o.responseText.length-a-t.length));a=n.indexOf(":");var i=n.substr(0,a);if(txt_value=n.substr(a+1,n.length-a-1),"success"==i){var r=window.open(wfu_plugin_decode_string(txt_value),"_blank");r?r.plugin_window=window:alert(GlobalData.consts.enable_popups)}else"check_page_obsolete"==i&&alert(txt_value)}},o.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,t){if(e)return e;this.sid;return"true"==t},CBUV_Code_Objects.askserver_pass_params=function(e){for(var t=this.sid,a=wfu_get_filelist(t),s="",n="",i=0;i<a.length;i++)i>0&&(s+=";",n+=";"),s+=wfu_plugin_encode_string(a[i].name),n+=a[i].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},wfu_initialize_webcam=function(e,t,a,s,n,i,l,r,o){"undefined"==typeof wfu_parse_video_width&&(wfu_parse_video_width=function(e){var t=parseInt(e);t>0&&(this.empty=!1,this.video.width=t)}),"undefined"==typeof wfu_parse_video_height&&(wfu_parse_video_height=function(e){var t=parseInt(e);t>0&&(this.empty=!1,this.video.height=t)}),"undefined"==typeof wfu_parse_video_aspectratio&&(wfu_parse_video_aspectratio=function(e){var t=parseFloat(e);t>0&&(this.empty=!1,this.video.aspectRatio=t)}),"undefined"==typeof wfu_parse_video_framerate&&(wfu_parse_video_framerate=function(e){var t=parseFloat(e);t>0&&(this.empty=!1,this.video.frameRate=t)}),"undefined"==typeof wfu_parse_video_facingmode&&(wfu_parse_video_facingmode=function(e){var t="front"==e?"user":"back"==e?"environment":"";""!=t&&(this.empty=!1,this.video.facingMode=t)});var _={empty:!0,video:{}};wfu_parse_video_width.call(_,s),wfu_parse_video_height.call(_,n),wfu_parse_video_aspectratio.call(_,i),wfu_parse_video_framerate.call(_,l),wfu_parse_video_facingmode.call(_,r);var d={mode:t,audio:"true"==a,video:_.empty?!0:_.video,maxrecordtime:o};window["wfu_webcam_props_"+e]=d,wfu_reinitialize_webcam(e)},wfu_reinitialize_webcam=function(e){window["wfu_webcam_props_"+e].active=!0,window["wfu_webcam_props_"+e].width=0,window["wfu_webcam_props_"+e].width=0,window["wfu_webcam_props_"+e].timeStart=0,window["wfu_webcam_props_"+e].duration=0,window["wfu_webcam_props_"+e].counting=!1,window["wfu_webcam_props_"+e].stream=null,window["wfu_webcam_props_"+e].media=null,window["wfu_webcam_props_"+e].blobs=null,window["wfu_webcam_props_"+e].playing=!1;var t=window["wfu_webcam_props_"+e],a=document.getElementById("webcam_"+e+"_box"),s=document.getElementById("webcam_"+e+"_webcamoff");s.style.display="none",a.style.display="block";var n={audio:t.audio,video:t.video};"undefined"==typeof Promise&&(Promise=function(e){this.mainCallback=e,this.then=function(e){return this.successCallback=e,this},this["catch"]=function(t){e(this.successCallback,t)}},PromiseRejected=function(e){this.then=function(e){return this},this["catch"]=function(t){t(e)}},Promise.reject=function(e){return new PromiseRejected(e)});var i=function(e,t,a){var s=navigator.getUserMedia||navigator.webkitGetUserMedia||navigator.mozGetUserMedia||navigator.msGetUserMedia;return s&&"undefined"!=typeof MediaRecorder?new Promise(function(t,a){s.call(navigator,e,t,a)}):Promise.reject(new Error("getUserMedia is not implemented in this browser"))};void 0===navigator.mediaDevices&&(navigator.mediaDevices={}),void 0===navigator.mediaDevices.getUserMedia&&(navigator.mediaDevices.getUserMedia=i),navigator.mediaDevices.getUserMedia(n).then(function(s){window["wfu_webcam_props_"+e].stream=s,a.autoplay=!0,a.ontimeupdate=null,a.onerror=null,a.onloadeddata=function(t){wfu_webcam_init_callback(e)},a.src=window.URL.createObjectURL(s),wfu_initialize_webcam_nav(e,t.mode)})["catch"](function(t){console.log("Video not supported!",t),document.getElementById("webcam_"+e+"_inner").className="wfu_file_webcam_inner wfu_webcam_notsupported"})},wfu_webcam_init_callback=function(e){var t=document.getElementById("webcam_"+e+"_inner"),a=document.getElementById("webcam_"+e+"_box");window["wfu_webcam_props_"+e].width=a.videoWidth,window["wfu_webcam_props_"+e].height=a.videoHeight;var s='<svg xmlns="http://www.w3.org/2000/svg" width="'+a.videoWidth+'" height="'+a.videoHeight+'"></svg>',n=new Blob([s],{type:"image/svg+xml;charset=utf-8"}),i=document.getElementById("webcam_"+e+"_webcamoff_img");i.src=window.URL.createObjectURL(n),i.style.width=t.clientWidth+"px",i.style.height=t.clientHeight+"px"},wfu_initialize_webcam_nav=function(e,t){"undefined"==typeof SVGInjector&&!function(e,t){"use strict";function a(e){e=e.split(" ");for(var t={},a=e.length,s=[];a--;)t.hasOwnProperty(e[a])||(t[e[a]]=1,s.unshift(e[a]));return s.join(" ")}var s="file:"===e.location.protocol,n=t.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1"),i=Array.prototype.forEach||function(e,t){if(void 0===this||null===this||"function"!=typeof e)throw new TypeError;var a,s=this.length>>>0;for(a=0;s>a;++a)a in this&&e.call(t,this[a],a,this)},l={},r=0,o=[],_=[],d={},u=function(e){return e.cloneNode(!0)},c=function(e,t){_[e]=_[e]||[],_[e].push(t)},m=function(e){for(var t=0,a=_[e].length;a>t;t++)!function(t){setTimeout(function(){_[e][t](u(l[e]))},0)}(t)},f=function(t,a){if(void 0!==l[t])l[t]instanceof SVGSVGElement?a(u(l[t])):c(t,a);else{if(!e.XMLHttpRequest)return a("Browser does not support XMLHttpRequest"),!1;l[t]={},c(t,a);var n=new XMLHttpRequest;n.onreadystatechange=function(){if(4===n.readyState){if(404===n.status||null===n.responseXML)return a("Unable to load SVG file: "+t),s&&a("Note: SVG injection ajax calls do not work locally without adjusting security setting in your browser. Or consider using a local webserver."),a(),!1;if(!(200===n.status||s&&0===n.status))return a("There was a problem injecting the SVG: "+n.status+" "+n.statusText),!1;if(n.responseXML instanceof Document)l[t]=n.responseXML.documentElement;else if(DOMParser&&DOMParser instanceof Function){var e;try{var i=new DOMParser;e=i.parseFromString(n.responseText,"text/xml")}catch(r){e=void 0}if(!e||e.getElementsByTagName("parsererror").length)return a("Unable to parse SVG file: "+t),!1;l[t]=e.documentElement}m(t)}},n.open("GET",t),n.overrideMimeType&&n.overrideMimeType("text/xml"),n.send()}},p=function(t,s,l,_){var u=t.getAttribute("data-src")||t.getAttribute("src");if(!/\.svg/i.test(u))return void _("Attempted to inject a file with a non-svg extension: "+u);if(!n){var c=t.getAttribute("data-fallback")||t.getAttribute("data-png");return void(c?(t.setAttribute("src",c),_(null)):l?(t.setAttribute("src",l+"/"+u.split("/").pop().replace(".svg",".png")),_(null)):_("This browser does not support SVG and no PNG fallback was defined."))}-1===o.indexOf(t)&&(o.push(t),t.setAttribute("src",""),f(u,function(n){if("undefined"==typeof n||"string"==typeof n)return _(n),!1;var l=t.getAttribute("id");l&&n.setAttribute("id",l);var c=t.getAttribute("title");c&&n.setAttribute("title",c);var m=[].concat(n.getAttribute("class")||[],"injected-svg",t.getAttribute("class")||[]).join(" ");n.setAttribute("class",a(m));var f=t.getAttribute("style");f&&n.setAttribute("style",f);var p=[].filter.call(t.attributes,function(e){return/^data-\w[\w\-]*$/.test(e.name)});i.call(p,function(e){e.name&&e.value&&n.setAttribute(e.name,e.value)});var w,b,g,y,h,v={clipPath:["clip-path"],"color-profile":["color-profile"],cursor:["cursor"],filter:["filter"],linearGradient:["fill","stroke"],marker:["marker","marker-start","marker-mid","marker-end"],mask:["mask"],pattern:["fill","stroke"],radialGradient:["fill","stroke"]};Object.keys(v).forEach(function(e){w=e,g=v[e],b=n.querySelectorAll("defs "+w+"[id]");for(var t=0,a=b.length;a>t;t++){y=b[t].id,h=y+"-"+r;var s;i.call(g,function(e){s=n.querySelectorAll("["+e+'*="'+y+'"]');for(var t=0,a=s.length;a>t;t++)s[t].setAttribute(e,"url(#"+h+")")}),b[t].id=h}}),n.removeAttribute("xmlns:a");for(var k,I,B=n.querySelectorAll("script"),x=[],G=0,E=B.length;E>G;G++)I=B[G].getAttribute("type"),I&&"application/ecmascript"!==I&&"application/javascript"!==I||(k=B[G].innerText||B[G].textContent,x.push(k),n.removeChild(B[G]));if(x.length>0&&("always"===s||"once"===s&&!d[u])){for(var j=0,D=x.length;D>j;j++)new Function(x[j])(e);d[u]=!0}var P=n.querySelectorAll("style");i.call(P,function(e){e.textContent+=""}),t.parentNode.replaceChild(n,t),delete o[o.indexOf(t)],t=null,r++,_(n)}))},w=function(e,t,a){t=t||{};var s=t.evalScripts||"always",n=t.pngFallback||!1,l=t.each;if(void 0!==e.length){var r=0;i.call(e,function(t){p(t,s,n,function(t){l&&"function"==typeof l&&l(t),a&&e.length===++r&&a(r)})})}else e?p(e,s,n,function(t){l&&"function"==typeof l&&l(t),a&&a(1),e=null}):a&&a(0)};"object"==typeof module&&"object"==typeof module.exports?module.exports=exports=w:"function"==typeof define&&define.amd?define(function(){return w}):"object"==typeof e&&(e.SVGInjector=w)}(window,document),"1"!=document.getElementById("webcam_"+e+"_btns_converted").value&&(SVGInjector(document.getElementById("webcam_"+e+"_btns")),document.getElementById("webcam_"+e+"_btns_converted").value="1"),"capture video"==t?wfu_webcam_set_nav_status(e,"idle_only_video"):"take photos"==t?wfu_webcam_set_nav_status(e,"idle_only_pictures"):"both"==t?wfu_webcam_set_nav_status(e,"idle_video_and_pictures"):wfu_webcam_set_nav_status(e,"idle_only_video")},wfu_webcam_set_nav_status=function(e,t){var a=document.getElementById("webcam_"+e+"_btn_onoff"),s=document.getElementById("webcam_"+e+"_nav"),n=document.getElementById("webcam_"+e+"_btn_video"),i=document.getElementById("webcam_"+e+"_btn_record"),l=document.getElementById("webcam_"+e+"_btn_play"),r=document.getElementById("webcam_"+e+"_btn_stop"),o=document.getElementById("webcam_"+e+"_btn_pause"),_=document.getElementById("webcam_"+e+"_btn_pos"),d=document.getElementById("webcam_"+e+"_btn_back"),u=document.getElementById("webcam_"+e+"_btn_fwd"),c=document.getElementById("webcam_"+e+"_btn_time"),m=document.getElementById("webcam_"+e+"_btn_picture"),f=document.getElementById("webcam_"+e+"_screenshot");a.style.display="block","hidden"==t?s.style.display="none":"recording"==t?(s.removeAttribute("style"),s.className="wfu_file_webcam_nav wfu_recording",n.style.display="none",i.style.display="block",i.style.visibility="visible",i.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_record wfu_recording"),r.style.display="block",r.style.visibility="visible",l.style.display="block",l.style.visibility="hidden",o.style.display="block",o.style.visibility="hidden",_.style.display="block",_.style.visibility="hidden",d.style.display="block",d.style.visibility="hidden",u.style.display="block",u.style.visibility="hidden",c.style.display="block",c.style.visibility="visible",m.style.display="none",f.style.display="none"):"after_recording"==t?(s.removeAttribute("style"),s.className="wfu_file_webcam_nav wfu_stream_ready",n.style.display="block",n.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_video"),i.style.display="none",r.style.display="block",r.style.visibility="hidden",l.style.display="block",l.style.visibility="hidden",o.style.display="block",o.style.visibility="hidden",_.style.display="block",_.style.visibility="hidden",d.style.display="block",d.style.visibility="hidden",u.style.display="block",u.style.visibility="hidden",c.style.display="block",c.style.visibility="hidden",m.style.display="none",f.style.display="block"):"ready_playback"==t?(s.removeAttribute("style"),s.className="wfu_file_webcam_nav wfu_stream_ready",n.style.display="block",n.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_video"),i.style.display="none",r.style.display="block",r.style.visibility="hidden",l.style.display="block",l.style.visibility="visible",l.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_play"),o.style.display="block",o.style.visibility="visible",o.setAttribute("class","wfu_file_webcam_btn_disabled wfu_file_webcam_btn_pause_disabled"),_.style.display="block",_.style.visibility="visible",d.style.display="block",d.style.visibility="visible",u.style.display="block",u.style.visibility="visible",c.style.display="block",c.style.visibility="visible",m.style.display="none",f.style.display="none"):"after_screenshot"==t?(s.removeAttribute("style"),s.className="wfu_file_webcam_nav wfu_stream_ready",n.style.display="block",n.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_video"),i.style.display="none",r.style.display="block",r.style.visibility="hidden",l.style.display="block",l.style.visibility="hidden",o.style.display="block",o.style.visibility="hidden",_.style.display="block",_.style.visibility="hidden",d.style.display="block",d.style.visibility="hidden",u.style.display="block",u.style.visibility="hidden",c.style.display="block",c.style.visibility="hidden",m.style.display="none",f.style.display="block"):"playing"==t?(s.removeAttribute("style"),s.className="wfu_file_webcam_nav wfu_stream_ready",n.style.display="block",n.setAttribute("class","wfu_file_webcam_btn_disabled wfu_file_webcam_btn_video_disabled"),i.style.display="none",r.style.display="block",r.style.visibility="hidden",l.style.display="block",l.style.visibility="visible",l.setAttribute("class","wfu_file_webcam_btn_disabled wfu_file_webcam_btn_play_disabled"),o.style.display="block",o.style.visibility="visible",o.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_pause"),
3
+ _.style.display="block",_.style.visibility="visible",d.style.display="block",d.style.visibility="visible",u.style.display="block",u.style.visibility="visible",c.style.display="block",c.style.visibility="visible",m.style.display="none",f.style.display="none"):(s.removeAttribute("style"),s.className="wfu_file_webcam_nav wfu_rec_ready",n.style.display="none",i.style.display="none",r.style.display="none",l.style.display="none",o.style.display="none",_.style.display="none",d.style.display="none",u.style.display="none",c.style.display="none",m.style.display="none",f.style.display="none",("idle_only_video"==t||"idle_video_and_pictures"==t)&&(i.style.display="block",i.setAttribute("class","wfu_file_webcam_btn wfu_file_webcam_btn_record")),("idle_only_pictures"==t||"idle_video_and_pictures"==t)&&(m.style.display="block"))},wfu_webcam_counter_status=function(e,t){if("start"==t){var a=new Date;window["wfu_webcam_props_"+e].duration=0,window["wfu_webcam_props_"+e].timeStart=a.getTime()/1e3,window["wfu_webcam_props_"+e].counting=!0,wfu_webcam_update_counter(e)}else{var a=new Date;window["wfu_webcam_props_"+e].duration=a.getTime()/1e3-window["wfu_webcam_props_"+e].timeStart,window["wfu_webcam_props_"+e].counting=!1}},wfu_webcam_update_counter=function(e){if(window["wfu_webcam_props_"+e].counting){var t=new Date,a=t.getTime()/1e3-window["wfu_webcam_props_"+e].timeStart;wfu_webcam_update_timer(e,a),setTimeout(function(){wfu_webcam_update_counter(e)},100)}},wfu_webcam_update_timer=function(e,t){var a=Math.floor(t/3600);t-=3600*a;var s=Math.floor(t/60);t-=60*s;var n=Math.floor(t);1e3*(t-Math.floor(t));document.getElementById("webcam_"+e+"_btn_time_label").innerHTML=(a>0?a+":":"")+(10>s?"0":"")+s+":"+(10>n?"0":"")+n},wfu_webcam_onoff=function(e){if(window["wfu_webcam_props_"+e].active){var t=document.getElementById("webcam_"+e+"_inner"),a=document.getElementById("webcam_"+e+"_box"),s=document.getElementById("webcam_"+e+"_webcamoff"),n=document.getElementById("webcam_"+e+"_webcamoff_img");n.style.width=t.clientWidth+"px",n.style.height=t.clientHeight+"px",a.pause(),a.src="",a.load(),window["wfu_webcam_props_"+e].stream&&window["wfu_webcam_props_"+e].stream.stop&&window["wfu_webcam_props_"+e].stream.stop(),window["wfu_webcam_props_"+e].stream=null,window["wfu_webcam_props_"+e].media=null,window["wfu_webcam_props_"+e].blobs=null,wfu_webcam_set_nav_status(e,"hidden"),a.style.display="none",document.getElementById("webcam_"+e+"_screenshot").src="",s.style.display="block",window["wfu_webcam_props_"+e].active=!1}else wfu_reinitialize_webcam(e);wfu_selectbutton_clicked(e)},wfu_webcam_golive=function(e){window["wfu_webcam_props_"+e].playing||(wfu_reinitialize_webcam(e),wfu_add_files(e,[],!1),wfu_selectbutton_clicked(e),wfu_update_uploadbutton_status(e))},wfu_webcam_start_rec=function(e){if(!window["wfu_webcam_props_"+e].media||!window["wfu_webcam_props_"+e].media.state||"recording"!=window["wfu_webcam_props_"+e].media.state){try{window["wfu_webcam_props_"+e].media=new MediaRecorder(window["wfu_webcam_props_"+e].stream)}catch(t){return void alert(document.getElementById("webcam_"+e+"_video_notsupported").value)}window["wfu_webcam_props_"+e].blobs=[],window["wfu_webcam_props_"+e].media.ondataavailable=function(t){var a=new Date,s=a.getTime()/1e3-window["wfu_webcam_props_"+e].timeStart;-1==window["wfu_webcam_props_"+e].maxrecordtime||window["wfu_webcam_props_"+e].maxrecordtime>0&&s<=window["wfu_webcam_props_"+e].maxrecordtime?t.data&&t.data.size>0&&window["wfu_webcam_props_"+e].blobs.push(t.data):wfu_webcam_stop_rec(e)},wfu_webcam_set_nav_status(e,"recording"),wfu_webcam_counter_status(e,"start"),window["wfu_webcam_props_"+e].media.onstop=function(t){wfu_webcam_counter_status(e,"stop"),wfu_webcam_set_nav_status(e,"after_recording"),wfu_webcam_onstop(t,e)},window["wfu_webcam_props_"+e].media.start(10)}},wfu_webcam_stop_rec=function(e){window["wfu_webcam_props_"+e].media.stop()},wfu_webcam_onstop=function(e,t){if(0==window["wfu_webcam_props_"+t].blobs.length)alert(document.getElementById("webcam_"+t+"_video_nothingrecorded").value),wfu_webcam_golive(t);else{var a=document.getElementById("webcam_"+t+"_box"),s=document.getElementById("webcam_"+t+"_canvas"),n=document.getElementById("webcam_"+t+"_screenshot");if(window["wfu_webcam_props_"+t].stream){s.width=a.clientWidth,s.height=a.clientHeight;var i=s.getContext("2d");i.drawImage(a,0,0,a.clientWidth,a.clientHeight),n.src=s.toDataURL("image/webp")}var l=new Blob(window["wfu_webcam_props_"+t].blobs,{type:"video/mp4"});a.autoplay=!1,a.ontimeupdate=function(e){wfu_webcam_update_pos(t)},a.onended=function(e){wfu_webcam_ended(t)},a.onloadeddata=function(e){a.readyState>=2&&wfu_webcam_set_nav_status(t,"ready_playback")},a.onerror=function(e){a.onloadeddata=null,a.src=window.URL.createObjectURL(window["wfu_webcam_props_"+t].stream)},a.src=window.URL.createObjectURL(l),l.name="video.mp4",wfu_add_files(t,[{file:l,props:{}}],!1),wfu_update_uploadbutton_status(t)}},wfu_webcam_play=function(e){if(!window["wfu_webcam_props_"+e].playing){var t=document.getElementById("webcam_"+e+"_box");wfu_webcam_set_nav_status(e,"playing"),window["wfu_webcam_props_"+e].playing=!0,t.play()}},wfu_webcam_ended=function(e){var t=document.getElementById("webcam_"+e+"_box");t.src=t.src,wfu_webcam_set_nav_status(e,"ready_playback"),window["wfu_webcam_props_"+e].playing=!1},wfu_webcam_pause=function(e){var t=document.getElementById("webcam_"+e+"_box");t.pause(),wfu_webcam_set_nav_status(e,"ready_playback"),window["wfu_webcam_props_"+e].playing=!1},wfu_webcam_back=function(e){var t=document.getElementById("webcam_"+e+"_box");t.src=t.src,t.currentTime=0},wfu_webcam_fwd=function(e){var t=document.getElementById("webcam_"+e+"_box");t.currentTime=isFinite(t.duration)?t.duration:2*window["wfu_webcam_props_"+e].duration},wfu_webcam_take_picture=function(e){var t=document.getElementById("webcam_"+e+"_box"),a=document.getElementById("webcam_"+e+"_canvas"),s=document.getElementById("webcam_"+e+"_screenshot");if(window["wfu_webcam_props_"+e].stream){a.width=t.clientWidth,a.height=t.clientHeight;var n=a.getContext("2d");n.drawImage(t,0,0,t.clientWidth,t.clientHeight),s.src=a.toDataURL("image/webp"),wfu_webcam_set_nav_status(e,"after_screenshot"),window.wfu_toBlob_function_initialized||(!function(e){"use strict";var t=e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype,a=e.Blob&&function(){try{return Boolean(new Blob)}catch(e){return!1}}(),s=a&&e.Uint8Array&&function(){try{return 100===new Blob([new Uint8Array(100)]).size}catch(e){return!1}}(),n=e.BlobBuilder||e.WebKitBlobBuilder||e.MozBlobBuilder||e.MSBlobBuilder,i=/^data:((.*?)(;charset=.*?)?)(;base64)?,/,l=(a||n)&&e.atob&&e.ArrayBuffer&&e.Uint8Array&&function(e){var t,l,r,o,_,d,u,c,m;if(t=e.match(i),!t)throw new Error("invalid data URI");for(l=t[2]?t[1]:"text/plain"+(t[3]||";charset=US-ASCII"),r=!!t[4],o=e.slice(t[0].length),_=r?atob(o):decodeURIComponent(o),d=new ArrayBuffer(_.length),u=new Uint8Array(d),c=0;c<_.length;c+=1)u[c]=_.charCodeAt(c);return a?new Blob([s?u:d],{type:l}):(m=new n,m.append(d),m.getBlob(l))};e.HTMLCanvasElement&&!t.toBlob&&(t.mozGetAsFile?t.toBlob=function(e,a,s){e(s&&t.toDataURL&&l?l(this.toDataURL(a,s)):this.mozGetAsFile("blob",a))}:t.toDataURL&&l&&(t.toBlob=function(e,t,a){e(l(this.toDataURL(t,a)))})),"function"==typeof define&&define.amd?define(function(){return l}):"object"==typeof module&&module.exports?module.exports=l:e.dataURLtoBlob=l}(window),window.wfu_toBlob_function_initialized=!0),a.toBlob&&a.toBlob(function(t){t.name="image.png",wfu_add_files(e,[{file:t,props:{}}],!1),wfu_update_uploadbutton_status(e)},"image/png")}},wfu_webcam_update_pos=function(e){var t=document.getElementById("webcam_"+e+"_box"),a=document.getElementById("webcam_"+e+"_btn_pointer"),s=isFinite(t.duration)?t.duration:window["wfu_webcam_props_"+e].duration,n=Math.round(t.currentTime/s*100);a.style.left=n+"%",wfu_webcam_update_timer(e,t.currentTime)};
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: 2016-02-16 00:17+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00: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"
@@ -77,59 +77,71 @@ msgstr "Ihre Nachricht"
77
  msgid "Please fill in the above words: "
78
  msgstr "Bitte füllen Sie die Worte oben: "
79
 
 
 
 
 
80
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
81
  msgid "File"
82
  msgstr "Datei"
83
 
84
- #: lib/wfu_constants.php:29
85
  msgid "Date"
86
  msgstr "Datum"
87
 
88
- #: lib/wfu_constants.php:30
89
  msgid "Size"
90
  msgstr "Grösse"
91
 
92
- #: lib/wfu_constants.php:31
93
  msgid "User"
94
  msgstr "Benutzer"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Page"
98
  msgstr "Seite"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "User Fields"
102
  msgstr "Benutzerfelder:"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "Download"
106
  msgstr "Herunterladen"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Download this file"
110
  msgstr "Diese datei herunterladen"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "Delete"
114
  msgstr "Löschen"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Delete this file"
118
  msgstr "Diese datei löschen"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Sort list based on this column"
122
  msgstr "Sortieren sie diese liste auf der grundlage dieser spalte"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "guest"
126
  msgstr "Gast"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "unknown"
130
  msgstr "unbekannt"
131
 
132
- #: lib/wfu_constants.php:42
133
  msgid ""
134
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
135
  "attribute."
@@ -137,12 +149,12 @@ msgstr ""
137
  "Fehler. Der FTP-Ordner des FTP-Ziels konnte nicht aufgelöst werden. "
138
  "Überprüfen Sie die Domäne in \"ftpinfo\"-Attribut."
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
142
  msgstr ""
143
  "Fehler. Ungültiger ftp-Informationen. Überprüfen Sie das 'ftpinfo'-Attribut."
144
 
145
- #: lib/wfu_constants.php:44
146
  msgid ""
147
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
148
  "syntax."
@@ -150,7 +162,7 @@ msgstr ""
150
  "Fehler. Ftp-Daten konnte nicht aus dem 'ftpinfo'-Attribut extrahiert werden. "
151
  "Überprüfen Sie die Schreibweise."
152
 
153
- #: lib/wfu_constants.php:45
154
  msgid ""
155
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
156
  "attribute."
@@ -158,7 +170,7 @@ msgstr ""
158
  "Fehler. Ftp-Zieldateiname konnte nicht aufgelöst werden. Überprüfen Sie die "
159
  "Domäne im 'ftpinfo'-Attribut."
160
 
161
- #: lib/wfu_constants.php:46
162
  msgid ""
163
  "Error. The upload size limit of PHP directive upload_max_filesize is "
164
  "preventing the upload of big files.\n"
@@ -168,7 +180,7 @@ msgstr ""
168
  "hat das Hochladen von großen Dateien verhindern.\n"
169
  "Das upload_max_filesize-Limit beträgt derzeit:"
170
 
171
- #: lib/wfu_constants.php:47
172
  msgid ""
173
  "The upload time limit of PHP directive max_input_time is preventing the "
174
  "upload of big files.\n"
@@ -178,7 +190,7 @@ msgstr ""
178
  "Hochladen von großen Dateien. \n"
179
  "Das max_input_time Limit ist derzeit:"
180
 
181
- #: lib/wfu_constants.php:48
182
  msgid ""
183
  "Error. Permission denied to write to target folder.\n"
184
  "Check and correct read/write permissions of target folder."
@@ -186,45 +198,45 @@ msgstr ""
186
  "Fehler. Schreibzugriff im Zielordner verweigert. \n"
187
  "Prüfen und korrigieren Sie Schreib-/Lese-Berechtigungen des Zielordners."
188
 
189
- #: lib/wfu_constants.php:49
190
  msgid ""
191
  "Error. This file was rejected because its extension is not correct. Its "
192
  "proper filename is: "
193
  msgstr ""
194
 
195
- #: lib/wfu_constants.php:50
196
  msgid "Targer folder doesn't exist."
197
  msgstr "Ziel-Ordner nicht vorhanden ist."
198
 
199
- #: lib/wfu_constants.php:51
200
  msgid "Upload failed! Missing a temporary folder."
201
  msgstr ""
202
  "Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
203
 
204
- #: lib/wfu_constants.php:52
205
  msgid "Upload failed! Permission denied to write to target folder."
206
  msgstr ""
207
  "Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
208
 
209
- #: lib/wfu_constants.php:53
210
  msgid "File not allowed."
211
  msgstr "Dateiformat nicht erlaubt"
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."
219
  msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
220
 
221
- #: lib/wfu_constants.php:56
222
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
223
  msgstr ""
224
  "Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
225
  "unterstützt."
226
 
227
- #: lib/wfu_constants.php:57
228
  msgid ""
229
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
230
  "Please contact the administrator."
@@ -232,7 +244,7 @@ msgstr ""
232
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
233
  "Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
234
 
235
- #: lib/wfu_constants.php:58
236
  msgid ""
237
  "Upload failed! The duration of the upload exceeded the time limit of the "
238
  "server. Please contact the administrator."
@@ -241,7 +253,7 @@ msgstr ""
241
  "Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
242
  "Datei von einem Rechner mit schnellerer Internetverbindung."
243
 
244
- #: lib/wfu_constants.php:59
245
  msgid ""
246
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
247
  "was specified in the HTML form."
@@ -249,21 +261,21 @@ msgstr ""
249
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
250
  "MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
251
 
252
- #: lib/wfu_constants.php:60
253
  msgid "Upload failed! The uploaded file was only partially uploaded."
254
  msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
255
 
256
- #: lib/wfu_constants.php:61
257
  msgid "Upload failed! No file was uploaded."
258
  msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
259
 
260
- #: lib/wfu_constants.php:62
261
  msgid "Upload failed! Failed to write file to disk."
262
  msgstr ""
263
  "Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
264
  "schreiben."
265
 
266
- #: lib/wfu_constants.php:63
267
  msgid ""
268
  "Upload failed! Error occured while moving temporary file. Please contact "
269
  "administrator."
@@ -271,11 +283,11 @@ msgstr ""
271
  "Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
272
  "Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
273
 
274
- #: lib/wfu_constants.php:64
275
  msgid "Upload cancelled!"
276
  msgstr "Upload-abgesagt!"
277
 
278
- #: lib/wfu_constants.php:65
279
  msgid ""
280
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
281
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -286,21 +298,21 @@ msgstr ""
286
  "Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
287
  "kann phpinfo() helfen."
288
 
289
- #: lib/wfu_constants.php:66
290
  msgid "Upload failed! Error occured while attemting to upload the file."
291
  msgstr ""
292
  "Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
293
  "aufgetreten."
294
 
295
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
296
  msgid "Upload failed!"
297
  msgstr "Hochladen fehlgeschlagen!"
298
 
299
- #: lib/wfu_constants.php:68
300
  msgid "No file!"
301
  msgstr "Keine Datei!"
302
 
303
- #: lib/wfu_constants.php:69
304
  msgid ""
305
  "Upload failed! The upload has been canceled by the user or the browser "
306
  "dropped the connection."
@@ -308,27 +320,27 @@ msgstr ""
308
  "Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
309
  "oder der Browser hat die Verbindung verloren."
310
 
311
- #: lib/wfu_constants.php:70
312
  msgid "Upload failed! Unknown error."
313
  msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
314
 
315
- #: lib/wfu_constants.php:71
316
  msgid "Please contact the administrator."
317
  msgstr "Bitte kontaktieren Sie den Administrator."
318
 
319
- #: lib/wfu_constants.php:72
320
  msgid "No result from remote server!"
321
  msgstr "Kein Ergebnis vom Remote-Server!"
322
 
323
- #: lib/wfu_constants.php:73
324
  msgid " but with warnings"
325
  msgstr " aber mit Warnhinweisen"
326
 
327
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
328
  msgid "Warning: JSON parse error."
329
  msgstr "Warnung: JSON-Parser-Fehler."
330
 
331
- #: lib/wfu_constants.php:75
332
  msgid ""
333
  "Upload parameters of this file, passed as JSON string to the handler, could "
334
  "not be parsed."
@@ -336,21 +348,21 @@ msgstr ""
336
  "Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
337
  "konnte nicht analysiert werden."
338
 
339
- #: lib/wfu_constants.php:77
340
  msgid ""
341
  "UploadStates, passed as JSON string to the handler, could not be parsed."
342
  msgstr ""
343
  "Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
344
  "analysiert werden."
345
 
346
- #: lib/wfu_constants.php:78
347
  msgid ""
348
  "Redirection to classic form functionality occurred due to unknown error."
349
  msgstr ""
350
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
351
  "unbekannter Fehler aufgetreten."
352
 
353
- #: lib/wfu_constants.php:79
354
  msgid ""
355
  "Redirection to classic form functionality occurred because AJAX is not "
356
  "supported."
@@ -358,7 +370,7 @@ msgstr ""
358
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
359
  "aufgetreten, weil AJAX nicht unterstützt wird."
360
 
361
- #: lib/wfu_constants.php:80
362
  msgid ""
363
  "Redirection to classic form functionality occurred because HTML5 is not "
364
  "supported."
@@ -366,59 +378,59 @@ msgstr ""
366
  "Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
367
  "aufgetreten, da HTML5 nicht unterstützt wird."
368
 
369
- #: lib/wfu_constants.php:81
370
  msgid ""
371
  "Redirection to classic form functionality occurred due to JSON parse error."
372
  msgstr ""
373
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
374
  "aufgetreten beim Parsen von JSON."
375
 
376
- #: lib/wfu_constants.php:82
377
  msgid "Please enable popup windows from the browser's settings!"
378
  msgstr ""
379
  "Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
380
 
381
- #: lib/wfu_constants.php:83
382
  msgid "cannot be empty!"
383
  msgstr "darf nicht leer sein!"
384
 
385
- #: lib/wfu_constants.php:84
386
  msgid "number not valid!"
387
  msgstr "Nummer nicht gültig!"
388
 
389
- #: lib/wfu_constants.php:85
390
  msgid "email not valid!"
391
  msgstr "email adresse ist ungültig!"
392
 
393
- #: lib/wfu_constants.php:86
394
  msgid "emails do not match!"
395
  msgstr "emails stimmen nicht überein!"
396
 
397
- #: lib/wfu_constants.php:87
398
  msgid "no base email field in group!"
399
  msgstr "keine basis email feld in der gruppe!"
400
 
401
- #: lib/wfu_constants.php:88
402
  msgid "passwords do not match!"
403
  msgstr "passwörter stimmen nicht überein"
404
 
405
- #: lib/wfu_constants.php:89
406
  msgid "no base password field in group!"
407
  msgstr "keine basispasswortfeld in der gruppe!"
408
 
409
- #: lib/wfu_constants.php:90
410
  msgid "checkbox unchecked!"
411
  msgstr "checkBox nicht aktiviert!"
412
 
413
- #: lib/wfu_constants.php:91
414
  msgid "no option selected!"
415
  msgstr "keine optionen selektiert!"
416
 
417
- #: lib/wfu_constants.php:92
418
  msgid "no item selected!"
419
  msgstr "keine dateien ausgewählt!"
420
 
421
- #: lib/wfu_constants.php:93
422
  msgid ""
423
  "There are more than one instances of the plugin in this page with the same "
424
  "id. Please change it."
@@ -426,7 +438,7 @@ msgstr ""
426
  "Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
427
  "Bitte ändern Sie dies."
428
 
429
- #: lib/wfu_constants.php:94
430
  msgid ""
431
  "Cannot edit the shortcode because the page has been modified. Please reload "
432
  "the page."
@@ -434,7 +446,19 @@ msgstr ""
434
  "Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
435
  "Laden Sie die Seite erneut."
436
 
437
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
438
  msgid ""
439
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
440
  "or use RecaptchaV2 (no account)."
@@ -442,23 +466,23 @@ msgstr ""
442
  "Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
443
  "Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
444
 
445
- #: lib/wfu_constants.php:96
446
  msgid ""
447
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
448
  "notify administrator."
449
  msgstr ""
450
 
451
- #: lib/wfu_constants.php:97
452
  msgid ""
453
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
454
  "use RecaptchaV1 (no account)."
455
  msgstr ""
456
 
457
- #: lib/wfu_constants.php:98
458
  msgid "ERROR: No site key. Please contact administrator!"
459
  msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
460
 
461
- #: lib/wfu_constants.php:99
462
  msgid ""
463
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
464
  "define Google Recaptcha keys."
@@ -466,124 +490,124 @@ msgstr ""
466
  "Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
467
  "Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
468
 
469
- #: lib/wfu_constants.php:100
470
  msgid "Bad captcha image!"
471
  msgstr "Schlechten Captcha-Bild!"
472
 
473
- #: lib/wfu_constants.php:101
474
  msgid "No input!"
475
  msgstr "Keine Eingabe!"
476
 
477
- #: lib/wfu_constants.php:102
478
  msgid "Captcha not completed!"
479
  msgstr "Captcha nicht abgeschlossen!"
480
 
481
- #: lib/wfu_constants.php:103
482
  msgid "Wrong captcha!"
483
  msgstr "Falsche Captcha!"
484
 
485
- #: lib/wfu_constants.php:104
486
  msgid "Error refreshing captcha!"
487
  msgstr "Fehler erfrischenden captcha!"
488
 
489
- #: lib/wfu_constants.php:105
490
  msgid "Unknown captcha error!"
491
  msgstr "Captcha unbekannter Fehler"
492
 
493
- #: lib/wfu_constants.php:106
494
  msgid "Captcha not supported by your browser!"
495
  msgstr "Captcha von Ihrem Browser nicht unterstützt!"
496
 
497
- #: lib/wfu_constants.php:107
498
  msgid "the secret parameter is missing"
499
  msgstr "das Geheimnis Parameter fehlt"
500
 
501
- #: lib/wfu_constants.php:108
502
  msgid "the secret parameter is invalid or malformed"
503
  msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
504
 
505
- #: lib/wfu_constants.php:109
506
  msgid "the response parameter is missing"
507
  msgstr "die Antwort Parameter fehlt"
508
 
509
- #: lib/wfu_constants.php:110
510
  msgid "the response parameter is invalid or malformed"
511
  msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
512
 
513
- #: lib/wfu_constants.php:111
514
  msgid "Please do not use drag drop due to an internal problem."
515
  msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
516
 
517
- #: lib/wfu_constants.php:112
518
  #, php-format
519
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
520
  msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
521
 
522
- #: lib/wfu_constants.php:113
523
  msgid "Chunked upload is not allowed!"
524
  msgstr "Chunked Hochladen ist nicht erlaubt!"
525
 
526
- #: lib/wfu_constants.php:114
527
  msgid "Chunked upload aborted due to error in previous chunk!"
528
  msgstr ""
529
  "Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
530
 
531
- #: lib/wfu_constants.php:115
532
  msgid "Chunked upload failed, final file could not be created!"
533
  msgstr ""
534
  "Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
535
  "werden!"
536
 
537
- #: lib/wfu_constants.php:116
538
  #, php-format
539
  msgid "Could not write file chuck to destination on chunk %d"
540
  msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
541
 
542
- #: lib/wfu_constants.php:117
543
  #, php-format
544
  msgid "Could not enlarge destination file on chunk %d"
545
  msgstr "Datei konnte nicht vergrößern am chunk %d"
546
 
547
- #: lib/wfu_constants.php:118
548
  #, php-format
549
  msgid "Could not open file handles on chunk %d"
550
  msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
551
 
552
- #: lib/wfu_constants.php:119
553
  msgid "You are not allowed to delete this file!"
554
  msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
555
 
556
- #: lib/wfu_constants.php:121
557
  msgid "Upload skipped! File already exists."
558
  msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
559
 
560
- #: lib/wfu_constants.php:122
561
  msgid "The extension of the file does not match its contents."
562
  msgstr ""
563
 
564
- #: lib/wfu_constants.php:123
565
  msgid ""
566
  "Upload succeeded but the file is suspicious because its contents do not "
567
  "match its extension. Its proper filename is: "
568
  msgstr ""
569
 
570
- #: lib/wfu_constants.php:124
571
  msgid "No files have been selected!"
572
  msgstr "Keine Dateien ausgewählt!"
573
 
574
- #: lib/wfu_constants.php:125
575
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
576
  msgstr ""
577
  "WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
578
  "hochgeladen wurden."
579
 
580
- #: lib/wfu_constants.php:126
581
  msgid "Notification email was not sent because there were no files uploaded."
582
  msgstr ""
583
  "Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
584
  "hochgeladen worden sind."
585
 
586
- #: lib/wfu_constants.php:127
587
  msgid ""
588
  "Notification email was not sent because no recipients were defined. Please "
589
  "check notifyrecipients attribute in the shortcode."
@@ -592,7 +616,7 @@ msgstr ""
592
  "definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
593
  "Shortcode."
594
 
595
- #: lib/wfu_constants.php:128
596
  msgid ""
597
  "Notification email was not sent due to an error. Please check "
598
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -600,7 +624,7 @@ msgstr ""
600
  "E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
601
  "überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
602
 
603
- #: lib/wfu_constants.php:129
604
  msgid ""
605
  "Redirection not executed because redirection link is empty. Please check "
606
  "redirectlink attribute."
@@ -608,14 +632,14 @@ msgstr ""
608
  "Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
609
  "überprüfen Sie das redirectlink Attribut."
610
 
611
- #: lib/wfu_constants.php:130
612
  msgid ""
613
  "Redirection not executed because not all files were successfully uploaded."
614
  msgstr ""
615
  "Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
616
  "wurden."
617
 
618
- #: lib/wfu_constants.php:132
619
  msgid ""
620
  "Failed to add the shortcode to the page/post. Please try again. If the "
621
  "message persists, contact administrator."
@@ -624,7 +648,7 @@ msgstr ""
624
  "versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
625
  "Administrator."
626
 
627
- #: lib/wfu_constants.php:133
628
  msgid ""
629
  "Failed to edit the shortcode because the contents of the page changed. Try "
630
  "again to edit the shortcode."
@@ -632,7 +656,7 @@ msgstr ""
632
  "Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
633
  "hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
634
 
635
- #: lib/wfu_constants.php:134
636
  msgid ""
637
  "Failed to delete the shortcode because the contents of the page changed. Try "
638
  "again to delete it."
@@ -640,7 +664,7 @@ msgstr ""
640
  "Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
641
  "geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
642
 
643
- #: lib/wfu_constants.php:135
644
  msgid ""
645
  "The page containing the shortcode has been modified and it is no longer "
646
  "valid. Please go back to reload the shortcode."
@@ -648,7 +672,7 @@ msgstr ""
648
  "Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
649
  "Bitte gehen Sie zurück um zu den Shortcode zu laden."
650
 
651
- #: lib/wfu_constants.php:136
652
  msgid ""
653
  "Failed to update the shortcode because the contents of the page changed. Go "
654
  "back to reload the shortcode."
@@ -656,7 +680,7 @@ msgstr ""
656
  "Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
657
  "geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
658
 
659
- #: lib/wfu_constants.php:137
660
  msgid ""
661
  "Failed to update the shortcode. Please try again. If the problem persists, "
662
  "go back and reload the shortcode."
@@ -665,39 +689,39 @@ msgstr ""
665
  "Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
666
  "Shortcode neu."
667
 
668
- #: lib/wfu_constants.php:139
669
  msgid "This is a test message"
670
  msgstr "This is a test message"
671
 
672
- #: lib/wfu_constants.php:140
673
  msgid "This is a test administrator message"
674
  msgstr "Dies ist eine Test-Admin-Nachricht"
675
 
676
- #: lib/wfu_constants.php:141
677
  msgid "File testfile 1 under test"
678
  msgstr "Datei testfile 1 wird getestet"
679
 
680
- #: lib/wfu_constants.php:142
681
  msgid "File testfile 1 message"
682
  msgstr "Datei testfile 1 Nachricht"
683
 
684
- #: lib/wfu_constants.php:143
685
  msgid "File testfile 1 administrator message"
686
  msgstr "Datei testfile 1 Admin-Nachricht"
687
 
688
- #: lib/wfu_constants.php:144
689
  msgid "File testfile 2 under test"
690
  msgstr "File testfile 2 wird getestet"
691
 
692
- #: lib/wfu_constants.php:145
693
  msgid "File testfile 2 message"
694
  msgstr "Datei testfile 2 Nachricht"
695
 
696
- #: lib/wfu_constants.php:146
697
  msgid "File testfile 2 administrator message"
698
  msgstr "Datei testfile 2 Admin-Nachricht"
699
 
700
- #: lib/wfu_constants.php:148
701
  msgid ""
702
  "Insert variable %userid% inside text. It will be replaced by the id of the "
703
  "current user."
@@ -705,7 +729,7 @@ msgstr ""
705
  "Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
706
  "aktuellen Benutzers ersetzt."
707
 
708
- #: lib/wfu_constants.php:149
709
  msgid ""
710
  "Insert variable %username% inside text. It will be replaced by the username "
711
  "of the current user."
@@ -713,7 +737,7 @@ msgstr ""
713
  "Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
714
  "Benutzernamen des aktuellen Benutzers ersetzt."
715
 
716
- #: lib/wfu_constants.php:150
717
  msgid ""
718
  "Insert variable %useremail% inside text. It will be replaced by the email of "
719
  "the current user."
@@ -721,7 +745,7 @@ msgstr ""
721
  "Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
722
  "Mail-Adresse des aktuellen Benutzers ersetzt."
723
 
724
- #: lib/wfu_constants.php:151
725
  msgid ""
726
  "Insert variable %filename% inside text. It will be replaced by the filename "
727
  "of the uploaded file."
@@ -729,7 +753,7 @@ msgstr ""
729
  "Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
730
  "der hochgeladenen Dateien ersetzt."
731
 
732
- #: lib/wfu_constants.php:152
733
  msgid ""
734
  "Insert variable %filepath% inside text. It will be replaced by the full "
735
  "filepath of the uploaded file."
@@ -737,7 +761,7 @@ msgstr ""
737
  "Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
738
  "vollständige Dateipfad der hochgeladenen Dateien ersetzt."
739
 
740
- #: lib/wfu_constants.php:153
741
  msgid ""
742
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
743
  "the website."
@@ -745,7 +769,7 @@ msgstr ""
745
  "Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
746
  "der Website ersetzt werden."
747
 
748
- #: lib/wfu_constants.php:154
749
  msgid ""
750
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
751
  "current page."
@@ -753,7 +777,7 @@ msgstr ""
753
  "Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
754
  "aktuellen Seite ersetzt."
755
 
756
- #: lib/wfu_constants.php:155
757
  msgid ""
758
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
759
  "the current page."
@@ -761,7 +785,7 @@ msgstr ""
761
  "Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
762
  "Title des aktuellen Benutzers ersetzt."
763
 
764
- #: lib/wfu_constants.php:156
765
  msgid ""
766
  "Insert variable %userdataXXX% inside text. Select the user field from the "
767
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -771,151 +795,187 @@ msgstr ""
771
  "Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
772
  "ersetzt, die der Benutzer in dieses Feld eingetragen hat."
773
 
774
- #: lib/wfu_constants.php:157
775
  msgid "Insert variable %n% inside text to denote a line change."
776
  msgstr ""
777
  "Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
778
  "kennzeichnen."
779
 
780
- #: lib/wfu_constants.php:159
781
  msgid "Test Mode"
782
  msgstr "Test Modus"
783
 
784
- #: lib/wfu_constants.php:160
785
  msgid "select dir..."
786
  msgstr "Wählen Sie das Verzeichnis ..."
787
 
788
- #: lib/wfu_constants.php:161
789
  msgid "type dir"
790
  msgstr "Geben Sie das Verzeichnis ein"
791
 
792
- #: lib/wfu_constants.php:162
793
  msgid "Upload path: %filepath%"
794
  msgstr "Upload-Pfad: %filepath%"
795
 
796
- #: lib/wfu_constants.php:163
797
  msgid "Failed upload path: %filepath%"
798
  msgstr "Fehlerhafter Upload-Pfad: %filepath%"
799
 
800
- #: lib/wfu_constants.php:164
801
  msgid " (required)"
802
  msgstr "(erforderlich)"
803
 
804
- #: lib/wfu_constants.php:165
805
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
806
  msgstr ""
807
  "Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
808
  "verlassen wollen?"
809
 
810
- #: lib/wfu_constants.php:166
811
  msgid "checking captcha..."
812
  msgstr "Prüfung captcha..."
813
 
814
- #: lib/wfu_constants.php:167
815
  msgid "refreshing..."
816
  msgstr "erfrischend..."
817
 
818
- #: lib/wfu_constants.php:168
819
  msgid "correct captcha"
820
  msgstr "korrekte captcha"
821
 
822
- #: lib/wfu_constants.php:169
823
  msgid "click to continue the upload"
824
  msgstr "Klicken Sie, um das Hochladen fortsetzen"
825
 
826
- #: lib/wfu_constants.php:170
827
  msgid "Are you sure you want to delete this file?"
828
  msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
829
 
830
- #: lib/wfu_constants.php:171
831
  msgid "Are you sure that you want to cancel the upload?"
832
  msgstr ""
833
 
834
- #: lib/wfu_constants.php:172
835
  msgid "cancel upload of this file"
836
  msgstr ""
837
 
838
- #: lib/wfu_constants.php:173
839
  msgid "Upload in progress"
840
  msgstr "Upload läuft"
841
 
842
- #: lib/wfu_constants.php:174
843
  msgid "Upload in progress with warnings!"
844
  msgstr "Upload läuft mit Warnhinweisen!"
845
 
846
- #: lib/wfu_constants.php:175
847
  msgid "Upload in progress but some files already failed!"
848
  msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
849
 
850
- #: lib/wfu_constants.php:176
851
  msgid "Upload in progress but no files uploaded so far!"
852
  msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
853
 
854
- #: lib/wfu_constants.php:177
855
  msgid "All files uploaded successfully"
856
  msgstr "Alle Dateien erfolgreich hochgeladen"
857
 
858
- #: lib/wfu_constants.php:178
859
  msgid "All files uploaded successfully but there are warnings!"
860
  msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
861
 
862
- #: lib/wfu_constants.php:179
863
  msgid "File uploaded successfully but there are warnings!"
864
  msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
865
 
866
- #: lib/wfu_constants.php:180
867
  msgid "Some files failed to upload!"
868
  msgstr "Einige Dateien konnten nicht hochgeladen werden!"
869
 
870
- #: lib/wfu_constants.php:181
871
  msgid "All files failed to upload"
872
  msgstr "Alle Dateien konnten nicht hochgeladen werden"
873
 
874
- #: lib/wfu_constants.php:182
875
  msgid "File failed to upload"
876
  msgstr "Datei konnte nicht hochgeladen werden"
877
 
878
- #: lib/wfu_constants.php:183
879
  msgid "There are no files to upload!"
880
  msgstr "Es gibt keine Dateien zum Hochladen!"
881
 
882
- #: lib/wfu_constants.php:184
883
  msgid "Test upload message"
884
  msgstr "Test-Upload-Nachricht"
885
 
886
- #: lib/wfu_constants.php:185
887
  msgid "JSON parse warning!"
888
  msgstr "JSON parse Warnung!"
889
 
890
- #: lib/wfu_constants.php:186
891
  msgid "please wait while redirecting..."
892
  msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
893
 
894
- #: lib/wfu_constants.php:188
895
  msgid "Open visual shortcode editor in new window"
896
  msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
897
 
898
- #: lib/wfu_constants.php:189
899
  msgid "loading visual editor"
900
  msgstr "visueller Editor laden"
901
 
902
- #: lib/wfu_constants.php:190
903
  msgid "Clear file list?"
904
  msgstr "Klar Dateiliste?"
905
 
906
- #: lib/wfu_constants.php:191
907
  msgid "DROP HERE"
908
  msgstr "HIER ABLEGEN"
909
 
910
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
911
  msgid "Wordpress File Upload Form"
912
  msgstr "Wordpress Datei Upload Formular"
913
 
914
- #: lib/wfu_constants.php:194
915
  msgid "Wordpress File Upload plugin uploader for sidebars"
916
  msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
917
 
918
- #: lib/wfu_constants.php:195
919
  msgid "Upload Files"
920
  msgstr "Dateien hochladen"
921
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:15+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22: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"
77
  msgid "Please fill in the above words: "
78
  msgstr "Bitte füllen Sie die Worte oben: "
79
 
80
+ #: lib/wfu_constants.php:27
81
+ msgid "Upload Media"
82
+ msgstr "Medien hochladen"
83
+
84
  #: lib/wfu_constants.php:28
85
+ msgid "videostream"
86
+ msgstr "videostream"
87
+
88
+ #: lib/wfu_constants.php:29
89
+ msgid "screenshot"
90
+ msgstr "screenshot"
91
+
92
+ #: lib/wfu_constants.php:31
93
  msgid "File"
94
  msgstr "Datei"
95
 
96
+ #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Datum"
99
 
100
+ #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Grösse"
103
 
104
+ #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Benutzer"
107
 
108
+ #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Seite"
111
 
112
+ #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Benutzerfelder:"
115
 
116
+ #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Herunterladen"
119
 
120
+ #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Diese datei herunterladen"
123
 
124
+ #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Löschen"
127
 
128
+ #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Diese datei löschen"
131
 
132
+ #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Sortieren sie diese liste auf der grundlage dieser spalte"
135
 
136
+ #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "Gast"
139
 
140
+ #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "unbekannt"
143
 
144
+ #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
149
  "Fehler. Der FTP-Ordner des FTP-Ziels konnte nicht aufgelöst werden. "
150
  "Überprüfen Sie die Domäne in \"ftpinfo\"-Attribut."
151
 
152
+ #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr ""
155
  "Fehler. Ungültiger ftp-Informationen. Überprüfen Sie das 'ftpinfo'-Attribut."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
162
  "Fehler. Ftp-Daten konnte nicht aus dem 'ftpinfo'-Attribut extrahiert werden. "
163
  "Überprüfen Sie die Schreibweise."
164
 
165
+ #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
170
  "Fehler. Ftp-Zieldateiname konnte nicht aufgelöst werden. Überprüfen Sie die "
171
  "Domäne im 'ftpinfo'-Attribut."
172
 
173
+ #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. The upload size limit of PHP directive upload_max_filesize is "
176
  "preventing the upload of big files.\n"
180
  "hat das Hochladen von großen Dateien verhindern.\n"
181
  "Das upload_max_filesize-Limit beträgt derzeit:"
182
 
183
+ #: lib/wfu_constants.php:50
184
  msgid ""
185
  "The upload time limit of PHP directive max_input_time is preventing the "
186
  "upload of big files.\n"
190
  "Hochladen von großen Dateien. \n"
191
  "Das max_input_time Limit ist derzeit:"
192
 
193
+ #: lib/wfu_constants.php:51
194
  msgid ""
195
  "Error. Permission denied to write to target folder.\n"
196
  "Check and correct read/write permissions of target folder."
198
  "Fehler. Schreibzugriff im Zielordner verweigert. \n"
199
  "Prüfen und korrigieren Sie Schreib-/Lese-Berechtigungen des Zielordners."
200
 
201
+ #: lib/wfu_constants.php:52
202
  msgid ""
203
  "Error. This file was rejected because its extension is not correct. Its "
204
  "proper filename is: "
205
  msgstr ""
206
 
207
+ #: lib/wfu_constants.php:53
208
  msgid "Targer folder doesn't exist."
209
  msgstr "Ziel-Ordner nicht vorhanden ist."
210
 
211
+ #: lib/wfu_constants.php:54
212
  msgid "Upload failed! Missing a temporary folder."
213
  msgstr ""
214
  "Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
215
 
216
+ #: lib/wfu_constants.php:55
217
  msgid "Upload failed! Permission denied to write to target folder."
218
  msgstr ""
219
  "Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
220
 
221
+ #: lib/wfu_constants.php:56
222
  msgid "File not allowed."
223
  msgstr "Dateiformat nicht erlaubt"
224
 
225
+ #: lib/wfu_constants.php:57
226
  msgid "File is suspicious and was rejected."
227
  msgstr "Die Datei ist verdächtig und wurde abgelehnt."
228
 
229
+ #: lib/wfu_constants.php:58
230
  msgid "The uploaded file exceeds the file size limit."
231
  msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
232
 
233
+ #: lib/wfu_constants.php:59
234
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
235
  msgstr ""
236
  "Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
237
  "unterstützt."
238
 
239
+ #: lib/wfu_constants.php:60
240
  msgid ""
241
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
242
  "Please contact the administrator."
244
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
245
  "Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
246
 
247
+ #: lib/wfu_constants.php:61
248
  msgid ""
249
  "Upload failed! The duration of the upload exceeded the time limit of the "
250
  "server. Please contact the administrator."
253
  "Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
254
  "Datei von einem Rechner mit schnellerer Internetverbindung."
255
 
256
+ #: lib/wfu_constants.php:62
257
  msgid ""
258
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
259
  "was specified in the HTML form."
261
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
262
  "MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
263
 
264
+ #: lib/wfu_constants.php:63
265
  msgid "Upload failed! The uploaded file was only partially uploaded."
266
  msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
267
 
268
+ #: lib/wfu_constants.php:64
269
  msgid "Upload failed! No file was uploaded."
270
  msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
271
 
272
+ #: lib/wfu_constants.php:65
273
  msgid "Upload failed! Failed to write file to disk."
274
  msgstr ""
275
  "Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
276
  "schreiben."
277
 
278
+ #: lib/wfu_constants.php:66
279
  msgid ""
280
  "Upload failed! Error occured while moving temporary file. Please contact "
281
  "administrator."
283
  "Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
284
  "Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
285
 
286
+ #: lib/wfu_constants.php:67
287
  msgid "Upload cancelled!"
288
  msgstr "Upload-abgesagt!"
289
 
290
+ #: lib/wfu_constants.php:68
291
  msgid ""
292
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
293
  "a way to ascertain which extension caused the file upload to stop; examining "
298
  "Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
299
  "kann phpinfo() helfen."
300
 
301
+ #: lib/wfu_constants.php:69
302
  msgid "Upload failed! Error occured while attemting to upload the file."
303
  msgstr ""
304
  "Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
305
  "aufgetreten."
306
 
307
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
308
  msgid "Upload failed!"
309
  msgstr "Hochladen fehlgeschlagen!"
310
 
311
+ #: lib/wfu_constants.php:71
312
  msgid "No file!"
313
  msgstr "Keine Datei!"
314
 
315
+ #: lib/wfu_constants.php:72
316
  msgid ""
317
  "Upload failed! The upload has been canceled by the user or the browser "
318
  "dropped the connection."
320
  "Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
321
  "oder der Browser hat die Verbindung verloren."
322
 
323
+ #: lib/wfu_constants.php:73
324
  msgid "Upload failed! Unknown error."
325
  msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
326
 
327
+ #: lib/wfu_constants.php:74
328
  msgid "Please contact the administrator."
329
  msgstr "Bitte kontaktieren Sie den Administrator."
330
 
331
+ #: lib/wfu_constants.php:75
332
  msgid "No result from remote server!"
333
  msgstr "Kein Ergebnis vom Remote-Server!"
334
 
335
+ #: lib/wfu_constants.php:76
336
  msgid " but with warnings"
337
  msgstr " aber mit Warnhinweisen"
338
 
339
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
340
  msgid "Warning: JSON parse error."
341
  msgstr "Warnung: JSON-Parser-Fehler."
342
 
343
+ #: lib/wfu_constants.php:78
344
  msgid ""
345
  "Upload parameters of this file, passed as JSON string to the handler, could "
346
  "not be parsed."
348
  "Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
349
  "konnte nicht analysiert werden."
350
 
351
+ #: lib/wfu_constants.php:80
352
  msgid ""
353
  "UploadStates, passed as JSON string to the handler, could not be parsed."
354
  msgstr ""
355
  "Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
356
  "analysiert werden."
357
 
358
+ #: lib/wfu_constants.php:81
359
  msgid ""
360
  "Redirection to classic form functionality occurred due to unknown error."
361
  msgstr ""
362
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
363
  "unbekannter Fehler aufgetreten."
364
 
365
+ #: lib/wfu_constants.php:82
366
  msgid ""
367
  "Redirection to classic form functionality occurred because AJAX is not "
368
  "supported."
370
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
371
  "aufgetreten, weil AJAX nicht unterstützt wird."
372
 
373
+ #: lib/wfu_constants.php:83
374
  msgid ""
375
  "Redirection to classic form functionality occurred because HTML5 is not "
376
  "supported."
378
  "Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
379
  "aufgetreten, da HTML5 nicht unterstützt wird."
380
 
381
+ #: lib/wfu_constants.php:84
382
  msgid ""
383
  "Redirection to classic form functionality occurred due to JSON parse error."
384
  msgstr ""
385
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
386
  "aufgetreten beim Parsen von JSON."
387
 
388
+ #: lib/wfu_constants.php:85
389
  msgid "Please enable popup windows from the browser's settings!"
390
  msgstr ""
391
  "Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
392
 
393
+ #: lib/wfu_constants.php:86
394
  msgid "cannot be empty!"
395
  msgstr "darf nicht leer sein!"
396
 
397
+ #: lib/wfu_constants.php:87
398
  msgid "number not valid!"
399
  msgstr "Nummer nicht gültig!"
400
 
401
+ #: lib/wfu_constants.php:88
402
  msgid "email not valid!"
403
  msgstr "email adresse ist ungültig!"
404
 
405
+ #: lib/wfu_constants.php:89
406
  msgid "emails do not match!"
407
  msgstr "emails stimmen nicht überein!"
408
 
409
+ #: lib/wfu_constants.php:90
410
  msgid "no base email field in group!"
411
  msgstr "keine basis email feld in der gruppe!"
412
 
413
+ #: lib/wfu_constants.php:91
414
  msgid "passwords do not match!"
415
  msgstr "passwörter stimmen nicht überein"
416
 
417
+ #: lib/wfu_constants.php:92
418
  msgid "no base password field in group!"
419
  msgstr "keine basispasswortfeld in der gruppe!"
420
 
421
+ #: lib/wfu_constants.php:93
422
  msgid "checkbox unchecked!"
423
  msgstr "checkBox nicht aktiviert!"
424
 
425
+ #: lib/wfu_constants.php:94
426
  msgid "no option selected!"
427
  msgstr "keine optionen selektiert!"
428
 
429
+ #: lib/wfu_constants.php:95
430
  msgid "no item selected!"
431
  msgstr "keine dateien ausgewählt!"
432
 
433
+ #: lib/wfu_constants.php:96
434
  msgid ""
435
  "There are more than one instances of the plugin in this page with the same "
436
  "id. Please change it."
438
  "Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
439
  "Bitte ändern Sie dies."
440
 
441
+ #: lib/wfu_constants.php:97
442
  msgid ""
443
  "Cannot edit the shortcode because the page has been modified. Please reload "
444
  "the page."
446
  "Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
447
  "Laden Sie die Seite erneut."
448
 
449
+ #: lib/wfu_constants.php:98
450
+ msgid "Your browser does not support webcam capture!"
451
+ msgstr ""
452
+
453
+ #: lib/wfu_constants.php:99
454
+ msgid "Your browser does not support video recording from the webcam!"
455
+ msgstr ""
456
+
457
+ #: lib/wfu_constants.php:100
458
+ msgid "No video was recorded!"
459
+ msgstr ""
460
+
461
+ #: lib/wfu_constants.php:101
462
  msgid ""
463
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
464
  "or use RecaptchaV2 (no account)."
466
  "Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
467
  "Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
468
 
469
+ #: lib/wfu_constants.php:102
470
  msgid ""
471
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
472
  "notify administrator."
473
  msgstr ""
474
 
475
+ #: lib/wfu_constants.php:103
476
  msgid ""
477
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
478
  "use RecaptchaV1 (no account)."
479
  msgstr ""
480
 
481
+ #: lib/wfu_constants.php:104
482
  msgid "ERROR: No site key. Please contact administrator!"
483
  msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
484
 
485
+ #: lib/wfu_constants.php:105
486
  msgid ""
487
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
488
  "define Google Recaptcha keys."
490
  "Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
491
  "Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
492
 
493
+ #: lib/wfu_constants.php:106
494
  msgid "Bad captcha image!"
495
  msgstr "Schlechten Captcha-Bild!"
496
 
497
+ #: lib/wfu_constants.php:107
498
  msgid "No input!"
499
  msgstr "Keine Eingabe!"
500
 
501
+ #: lib/wfu_constants.php:108
502
  msgid "Captcha not completed!"
503
  msgstr "Captcha nicht abgeschlossen!"
504
 
505
+ #: lib/wfu_constants.php:109
506
  msgid "Wrong captcha!"
507
  msgstr "Falsche Captcha!"
508
 
509
+ #: lib/wfu_constants.php:110
510
  msgid "Error refreshing captcha!"
511
  msgstr "Fehler erfrischenden captcha!"
512
 
513
+ #: lib/wfu_constants.php:111
514
  msgid "Unknown captcha error!"
515
  msgstr "Captcha unbekannter Fehler"
516
 
517
+ #: lib/wfu_constants.php:112
518
  msgid "Captcha not supported by your browser!"
519
  msgstr "Captcha von Ihrem Browser nicht unterstützt!"
520
 
521
+ #: lib/wfu_constants.php:113
522
  msgid "the secret parameter is missing"
523
  msgstr "das Geheimnis Parameter fehlt"
524
 
525
+ #: lib/wfu_constants.php:114
526
  msgid "the secret parameter is invalid or malformed"
527
  msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
528
 
529
+ #: lib/wfu_constants.php:115
530
  msgid "the response parameter is missing"
531
  msgstr "die Antwort Parameter fehlt"
532
 
533
+ #: lib/wfu_constants.php:116
534
  msgid "the response parameter is invalid or malformed"
535
  msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
536
 
537
+ #: lib/wfu_constants.php:117
538
  msgid "Please do not use drag drop due to an internal problem."
539
  msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
540
 
541
+ #: lib/wfu_constants.php:118
542
  #, php-format
543
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
544
  msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
545
 
546
+ #: lib/wfu_constants.php:119
547
  msgid "Chunked upload is not allowed!"
548
  msgstr "Chunked Hochladen ist nicht erlaubt!"
549
 
550
+ #: lib/wfu_constants.php:120
551
  msgid "Chunked upload aborted due to error in previous chunk!"
552
  msgstr ""
553
  "Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
554
 
555
+ #: lib/wfu_constants.php:121
556
  msgid "Chunked upload failed, final file could not be created!"
557
  msgstr ""
558
  "Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
559
  "werden!"
560
 
561
+ #: lib/wfu_constants.php:122
562
  #, php-format
563
  msgid "Could not write file chuck to destination on chunk %d"
564
  msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
565
 
566
+ #: lib/wfu_constants.php:123
567
  #, php-format
568
  msgid "Could not enlarge destination file on chunk %d"
569
  msgstr "Datei konnte nicht vergrößern am chunk %d"
570
 
571
+ #: lib/wfu_constants.php:124
572
  #, php-format
573
  msgid "Could not open file handles on chunk %d"
574
  msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
575
 
576
+ #: lib/wfu_constants.php:125
577
  msgid "You are not allowed to delete this file!"
578
  msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
579
 
580
+ #: lib/wfu_constants.php:127
581
  msgid "Upload skipped! File already exists."
582
  msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
583
 
584
+ #: lib/wfu_constants.php:128
585
  msgid "The extension of the file does not match its contents."
586
  msgstr ""
587
 
588
+ #: lib/wfu_constants.php:129
589
  msgid ""
590
  "Upload succeeded but the file is suspicious because its contents do not "
591
  "match its extension. Its proper filename is: "
592
  msgstr ""
593
 
594
+ #: lib/wfu_constants.php:130
595
  msgid "No files have been selected!"
596
  msgstr "Keine Dateien ausgewählt!"
597
 
598
+ #: lib/wfu_constants.php:131
599
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
600
  msgstr ""
601
  "WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
602
  "hochgeladen wurden."
603
 
604
+ #: lib/wfu_constants.php:132
605
  msgid "Notification email was not sent because there were no files uploaded."
606
  msgstr ""
607
  "Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
608
  "hochgeladen worden sind."
609
 
610
+ #: lib/wfu_constants.php:133
611
  msgid ""
612
  "Notification email was not sent because no recipients were defined. Please "
613
  "check notifyrecipients attribute in the shortcode."
616
  "definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
617
  "Shortcode."
618
 
619
+ #: lib/wfu_constants.php:134
620
  msgid ""
621
  "Notification email was not sent due to an error. Please check "
622
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
624
  "E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
625
  "überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
626
 
627
+ #: lib/wfu_constants.php:135
628
  msgid ""
629
  "Redirection not executed because redirection link is empty. Please check "
630
  "redirectlink attribute."
632
  "Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
633
  "überprüfen Sie das redirectlink Attribut."
634
 
635
+ #: lib/wfu_constants.php:136
636
  msgid ""
637
  "Redirection not executed because not all files were successfully uploaded."
638
  msgstr ""
639
  "Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
640
  "wurden."
641
 
642
+ #: lib/wfu_constants.php:138
643
  msgid ""
644
  "Failed to add the shortcode to the page/post. Please try again. If the "
645
  "message persists, contact administrator."
648
  "versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
649
  "Administrator."
650
 
651
+ #: lib/wfu_constants.php:139
652
  msgid ""
653
  "Failed to edit the shortcode because the contents of the page changed. Try "
654
  "again to edit the shortcode."
656
  "Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
657
  "hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
658
 
659
+ #: lib/wfu_constants.php:140
660
  msgid ""
661
  "Failed to delete the shortcode because the contents of the page changed. Try "
662
  "again to delete it."
664
  "Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
665
  "geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
666
 
667
+ #: lib/wfu_constants.php:141
668
  msgid ""
669
  "The page containing the shortcode has been modified and it is no longer "
670
  "valid. Please go back to reload the shortcode."
672
  "Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
673
  "Bitte gehen Sie zurück um zu den Shortcode zu laden."
674
 
675
+ #: lib/wfu_constants.php:142
676
  msgid ""
677
  "Failed to update the shortcode because the contents of the page changed. Go "
678
  "back to reload the shortcode."
680
  "Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
681
  "geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
682
 
683
+ #: lib/wfu_constants.php:143
684
  msgid ""
685
  "Failed to update the shortcode. Please try again. If the problem persists, "
686
  "go back and reload the shortcode."
689
  "Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
690
  "Shortcode neu."
691
 
692
+ #: lib/wfu_constants.php:145
693
  msgid "This is a test message"
694
  msgstr "This is a test message"
695
 
696
+ #: lib/wfu_constants.php:146
697
  msgid "This is a test administrator message"
698
  msgstr "Dies ist eine Test-Admin-Nachricht"
699
 
700
+ #: lib/wfu_constants.php:147
701
  msgid "File testfile 1 under test"
702
  msgstr "Datei testfile 1 wird getestet"
703
 
704
+ #: lib/wfu_constants.php:148
705
  msgid "File testfile 1 message"
706
  msgstr "Datei testfile 1 Nachricht"
707
 
708
+ #: lib/wfu_constants.php:149
709
  msgid "File testfile 1 administrator message"
710
  msgstr "Datei testfile 1 Admin-Nachricht"
711
 
712
+ #: lib/wfu_constants.php:150
713
  msgid "File testfile 2 under test"
714
  msgstr "File testfile 2 wird getestet"
715
 
716
+ #: lib/wfu_constants.php:151
717
  msgid "File testfile 2 message"
718
  msgstr "Datei testfile 2 Nachricht"
719
 
720
+ #: lib/wfu_constants.php:152
721
  msgid "File testfile 2 administrator message"
722
  msgstr "Datei testfile 2 Admin-Nachricht"
723
 
724
+ #: lib/wfu_constants.php:154
725
  msgid ""
726
  "Insert variable %userid% inside text. It will be replaced by the id of the "
727
  "current user."
729
  "Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
730
  "aktuellen Benutzers ersetzt."
731
 
732
+ #: lib/wfu_constants.php:155
733
  msgid ""
734
  "Insert variable %username% inside text. It will be replaced by the username "
735
  "of the current user."
737
  "Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
738
  "Benutzernamen des aktuellen Benutzers ersetzt."
739
 
740
+ #: lib/wfu_constants.php:156
741
  msgid ""
742
  "Insert variable %useremail% inside text. It will be replaced by the email of "
743
  "the current user."
745
  "Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
746
  "Mail-Adresse des aktuellen Benutzers ersetzt."
747
 
748
+ #: lib/wfu_constants.php:157
749
  msgid ""
750
  "Insert variable %filename% inside text. It will be replaced by the filename "
751
  "of the uploaded file."
753
  "Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
754
  "der hochgeladenen Dateien ersetzt."
755
 
756
+ #: lib/wfu_constants.php:158
757
  msgid ""
758
  "Insert variable %filepath% inside text. It will be replaced by the full "
759
  "filepath of the uploaded file."
761
  "Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
762
  "vollständige Dateipfad der hochgeladenen Dateien ersetzt."
763
 
764
+ #: lib/wfu_constants.php:159
765
  msgid ""
766
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
767
  "the website."
769
  "Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
770
  "der Website ersetzt werden."
771
 
772
+ #: lib/wfu_constants.php:160
773
  msgid ""
774
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
775
  "current page."
777
  "Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
778
  "aktuellen Seite ersetzt."
779
 
780
+ #: lib/wfu_constants.php:161
781
  msgid ""
782
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
783
  "the current page."
785
  "Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
786
  "Title des aktuellen Benutzers ersetzt."
787
 
788
+ #: lib/wfu_constants.php:162
789
  msgid ""
790
  "Insert variable %userdataXXX% inside text. Select the user field from the "
791
  "drop-down list. It will be replaced by the value that the user entered in "
795
  "Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
796
  "ersetzt, die der Benutzer in dieses Feld eingetragen hat."
797
 
798
+ #: lib/wfu_constants.php:163
799
  msgid "Insert variable %n% inside text to denote a line change."
800
  msgstr ""
801
  "Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
802
  "kennzeichnen."
803
 
804
+ #: lib/wfu_constants.php:165
805
  msgid "Test Mode"
806
  msgstr "Test Modus"
807
 
808
+ #: lib/wfu_constants.php:166
809
  msgid "select dir..."
810
  msgstr "Wählen Sie das Verzeichnis ..."
811
 
812
+ #: lib/wfu_constants.php:167
813
  msgid "type dir"
814
  msgstr "Geben Sie das Verzeichnis ein"
815
 
816
+ #: lib/wfu_constants.php:168
817
  msgid "Upload path: %filepath%"
818
  msgstr "Upload-Pfad: %filepath%"
819
 
820
+ #: lib/wfu_constants.php:169
821
  msgid "Failed upload path: %filepath%"
822
  msgstr "Fehlerhafter Upload-Pfad: %filepath%"
823
 
824
+ #: lib/wfu_constants.php:170
825
  msgid " (required)"
826
  msgstr "(erforderlich)"
827
 
828
+ #: lib/wfu_constants.php:171
829
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
830
  msgstr ""
831
  "Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
832
  "verlassen wollen?"
833
 
834
+ #: lib/wfu_constants.php:172
835
  msgid "checking captcha..."
836
  msgstr "Prüfung captcha..."
837
 
838
+ #: lib/wfu_constants.php:173
839
  msgid "refreshing..."
840
  msgstr "erfrischend..."
841
 
842
+ #: lib/wfu_constants.php:174
843
  msgid "correct captcha"
844
  msgstr "korrekte captcha"
845
 
846
+ #: lib/wfu_constants.php:175
847
  msgid "click to continue the upload"
848
  msgstr "Klicken Sie, um das Hochladen fortsetzen"
849
 
850
+ #: lib/wfu_constants.php:176
851
  msgid "Are you sure you want to delete this file?"
852
  msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
853
 
854
+ #: lib/wfu_constants.php:177
855
  msgid "Are you sure that you want to cancel the upload?"
856
  msgstr ""
857
 
858
+ #: lib/wfu_constants.php:178
859
  msgid "cancel upload of this file"
860
  msgstr ""
861
 
862
+ #: lib/wfu_constants.php:179
863
  msgid "Upload in progress"
864
  msgstr "Upload läuft"
865
 
866
+ #: lib/wfu_constants.php:180
867
  msgid "Upload in progress with warnings!"
868
  msgstr "Upload läuft mit Warnhinweisen!"
869
 
870
+ #: lib/wfu_constants.php:181
871
  msgid "Upload in progress but some files already failed!"
872
  msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
873
 
874
+ #: lib/wfu_constants.php:182
875
  msgid "Upload in progress but no files uploaded so far!"
876
  msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
877
 
878
+ #: lib/wfu_constants.php:183
879
  msgid "All files uploaded successfully"
880
  msgstr "Alle Dateien erfolgreich hochgeladen"
881
 
882
+ #: lib/wfu_constants.php:184
883
  msgid "All files uploaded successfully but there are warnings!"
884
  msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
885
 
886
+ #: lib/wfu_constants.php:185
887
  msgid "File uploaded successfully but there are warnings!"
888
  msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
889
 
890
+ #: lib/wfu_constants.php:186
891
  msgid "Some files failed to upload!"
892
  msgstr "Einige Dateien konnten nicht hochgeladen werden!"
893
 
894
+ #: lib/wfu_constants.php:187
895
  msgid "All files failed to upload"
896
  msgstr "Alle Dateien konnten nicht hochgeladen werden"
897
 
898
+ #: lib/wfu_constants.php:188
899
  msgid "File failed to upload"
900
  msgstr "Datei konnte nicht hochgeladen werden"
901
 
902
+ #: lib/wfu_constants.php:189
903
  msgid "There are no files to upload!"
904
  msgstr "Es gibt keine Dateien zum Hochladen!"
905
 
906
+ #: lib/wfu_constants.php:190
907
  msgid "Test upload message"
908
  msgstr "Test-Upload-Nachricht"
909
 
910
+ #: lib/wfu_constants.php:191
911
  msgid "JSON parse warning!"
912
  msgstr "JSON parse Warnung!"
913
 
914
+ #: lib/wfu_constants.php:192
915
  msgid "please wait while redirecting..."
916
  msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
917
 
918
+ #: lib/wfu_constants.php:194
919
  msgid "Open visual shortcode editor in new window"
920
  msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
921
 
922
+ #: lib/wfu_constants.php:195
923
  msgid "loading visual editor"
924
  msgstr "visueller Editor laden"
925
 
926
+ #: lib/wfu_constants.php:196
927
  msgid "Clear file list?"
928
  msgstr "Klar Dateiliste?"
929
 
930
+ #: lib/wfu_constants.php:197
931
  msgid "DROP HERE"
932
  msgstr "HIER ABLEGEN"
933
 
934
+ #: lib/wfu_constants.php:199
935
+ msgid "record video"
936
+ msgstr ""
937
+
938
+ #: lib/wfu_constants.php:200
939
+ msgid "take a picture"
940
+ msgstr ""
941
+
942
+ #: lib/wfu_constants.php:201
943
+ msgid "turn webcam on/off"
944
+ msgstr ""
945
+
946
+ #: lib/wfu_constants.php:202
947
+ msgid "go live again"
948
+ msgstr ""
949
+
950
+ #: lib/wfu_constants.php:203
951
+ msgid "end recording"
952
+ msgstr ""
953
+
954
+ #: lib/wfu_constants.php:204
955
+ msgid "play"
956
+ msgstr ""
957
+
958
+ #: lib/wfu_constants.php:205
959
+ msgid "pause"
960
+ msgstr ""
961
+
962
+ #: lib/wfu_constants.php:206
963
+ msgid "go to the beginning"
964
+ msgstr ""
965
+
966
+ #: lib/wfu_constants.php:207
967
+ msgid "go to the end"
968
+ msgstr ""
969
+
970
+ #: lib/wfu_constants.php:209
971
  msgid "Wordpress File Upload Form"
972
  msgstr "Wordpress Datei Upload Formular"
973
 
974
+ #: lib/wfu_constants.php:210
975
  msgid "Wordpress File Upload plugin uploader for sidebars"
976
  msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
977
 
978
+ #: lib/wfu_constants.php:211
979
  msgid "Upload Files"
980
  msgstr "Dateien hochladen"
981
 
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: 2016-02-16 00:17+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00:19+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: el\n"
@@ -77,59 +77,71 @@ msgstr "Το μήνυμά σας"
77
  msgid "Please fill in the above words: "
78
  msgstr "Παρακαλώ συμπληρώστε τις παραπάνω λέξεις: "
79
 
 
 
 
 
80
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
81
  msgid "File"
82
  msgstr "Αρχείο"
83
 
84
- #: lib/wfu_constants.php:29
85
  msgid "Date"
86
  msgstr "Ημερομηνία"
87
 
88
- #: lib/wfu_constants.php:30
89
  msgid "Size"
90
  msgstr "Μέγεθος"
91
 
92
- #: lib/wfu_constants.php:31
93
  msgid "User"
94
  msgstr "Χρήστης"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Page"
98
  msgstr "Σελίδα"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "User Fields"
102
  msgstr "Πεδία Χρήστη"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "Download"
106
  msgstr "Λήψη"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Download this file"
110
  msgstr "Λήψη αυτού του αρχείου"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "Delete"
114
  msgstr "Διαγραφή"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Delete this file"
118
  msgstr "Διαγραφή αυτού του αρχείου"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Sort list based on this column"
122
  msgstr "Ταξινόμηση λίστας με βάση αυτήν τη στήλη"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "guest"
126
  msgstr "επισκέπτης"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "unknown"
130
  msgstr "άγνωστος"
131
 
132
- #: lib/wfu_constants.php:42
133
  msgid ""
134
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
135
  "attribute."
@@ -137,11 +149,11 @@ msgstr ""
137
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του καταλόγου προορισμού ftp. Ελέγξτε το "
138
  "domain στην ιδιότητα 'ftpinfo'."
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
142
  msgstr "Σφάλμα. Μη έγκυρες πληροφορίες ftp. Ελέγξτε την ιδιότητα 'ftpinfo'."
143
 
144
- #: lib/wfu_constants.php:44
145
  msgid ""
146
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
147
  "syntax."
@@ -149,7 +161,7 @@ msgstr ""
149
  "Σφάλμα. Δεν ήταν δυνατή η εξαγωγή πληροφοριών ftp από την ιδιότητα "
150
  "'ftpinfo'. Ελέγξτε τη σύνταξή της."
151
 
152
- #: lib/wfu_constants.php:45
153
  msgid ""
154
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
155
  "attribute."
@@ -157,7 +169,7 @@ msgstr ""
157
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του ονόματος αρχείου προορισμού ftp. "
158
  "Ελέγξτε το domain στην ιδιότητα 'ftpinfo'."
159
 
160
- #: lib/wfu_constants.php:46
161
  msgid ""
162
  "Error. The upload size limit of PHP directive upload_max_filesize is "
163
  "preventing the upload of big files.\n"
@@ -167,7 +179,7 @@ msgstr ""
167
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
168
  "Το όριο της PHP ιδιότητας upload_max_filesize είναι:"
169
 
170
- #: lib/wfu_constants.php:47
171
  msgid ""
172
  "The upload time limit of PHP directive max_input_time is preventing the "
173
  "upload of big files.\n"
@@ -177,7 +189,7 @@ msgstr ""
177
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
178
  "Το όριο της PHP ιδιότητας max_input_time είναι:"
179
 
180
- #: lib/wfu_constants.php:48
181
  msgid ""
182
  "Error. Permission denied to write to target folder.\n"
183
  "Check and correct read/write permissions of target folder."
@@ -185,7 +197,7 @@ msgstr ""
185
  "Σφάλμα. Δεν επιτρέπεται η εγραφή στο φάκελο προορισμού.\n"
186
  "Ελέγξτε και διορθώστε τα δικαιώματα ανάγνωσης/εγγραφής στο φάκελο προορισμού."
187
 
188
- #: lib/wfu_constants.php:49
189
  msgid ""
190
  "Error. This file was rejected because its extension is not correct. Its "
191
  "proper filename is: "
@@ -193,37 +205,37 @@ msgstr ""
193
  "Σφάλμα. Το αρχείο απορρίφθηκε διότι η επέκτασή του δεν είναι σωστή. Το σωστό "
194
  "του όνομα είναι: "
195
 
196
- #: lib/wfu_constants.php:50
197
  msgid "Targer folder doesn't exist."
198
  msgstr "Ο φάκελος προορισμού δεν υπάρχει."
199
 
200
- #: lib/wfu_constants.php:51
201
  msgid "Upload failed! Missing a temporary folder."
202
  msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
203
 
204
- #: lib/wfu_constants.php:52
205
  msgid "Upload failed! Permission denied to write to target folder."
206
  msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
207
 
208
- #: lib/wfu_constants.php:53
209
  msgid "File not allowed."
210
  msgstr "Το αρχείο δεν επιτρέπεται."
211
 
212
- #: lib/wfu_constants.php:54
213
  msgid "File is suspicious and was rejected."
214
  msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
215
 
216
- #: lib/wfu_constants.php:55
217
  msgid "The uploaded file exceeds the file size limit."
218
  msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
219
 
220
- #: lib/wfu_constants.php:56
221
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
222
  msgstr ""
223
  "Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
224
  "server."
225
 
226
- #: lib/wfu_constants.php:57
227
  msgid ""
228
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
229
  "Please contact the administrator."
@@ -231,7 +243,7 @@ msgstr ""
231
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
232
  "αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
233
 
234
- #: lib/wfu_constants.php:58
235
  msgid ""
236
  "Upload failed! The duration of the upload exceeded the time limit of the "
237
  "server. Please contact the administrator."
@@ -239,7 +251,7 @@ msgstr ""
239
  "Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
240
  "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
241
 
242
- #: lib/wfu_constants.php:59
243
  msgid ""
244
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
245
  "was specified in the HTML form."
@@ -247,19 +259,19 @@ msgstr ""
247
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
248
  "MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
249
 
250
- #: lib/wfu_constants.php:60
251
  msgid "Upload failed! The uploaded file was only partially uploaded."
252
  msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
253
 
254
- #: lib/wfu_constants.php:61
255
  msgid "Upload failed! No file was uploaded."
256
  msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
257
 
258
- #: lib/wfu_constants.php:62
259
  msgid "Upload failed! Failed to write file to disk."
260
  msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
261
 
262
- #: lib/wfu_constants.php:63
263
  msgid ""
264
  "Upload failed! Error occured while moving temporary file. Please contact "
265
  "administrator."
@@ -267,11 +279,11 @@ msgstr ""
267
  "Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
268
  "αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
269
 
270
- #: lib/wfu_constants.php:64
271
  msgid "Upload cancelled!"
272
  msgstr "Η αποστολή ακυρώθηκε!"
273
 
274
- #: lib/wfu_constants.php:65
275
  msgid ""
276
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
277
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -282,20 +294,20 @@ msgstr ""
282
  "εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
283
  "βοηθήσει."
284
 
285
- #: lib/wfu_constants.php:66
286
  msgid "Upload failed! Error occured while attemting to upload the file."
287
  msgstr ""
288
  "Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
289
 
290
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
291
  msgid "Upload failed!"
292
  msgstr "Η αποστολή απέτυχε!"
293
 
294
- #: lib/wfu_constants.php:68
295
  msgid "No file!"
296
  msgstr "Κανένα αρχείο!"
297
 
298
- #: lib/wfu_constants.php:69
299
  msgid ""
300
  "Upload failed! The upload has been canceled by the user or the browser "
301
  "dropped the connection."
@@ -303,27 +315,27 @@ msgstr ""
303
  "Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
304
  "έχασε τη σύνδεση."
305
 
306
- #: lib/wfu_constants.php:70
307
  msgid "Upload failed! Unknown error."
308
  msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
309
 
310
- #: lib/wfu_constants.php:71
311
  msgid "Please contact the administrator."
312
  msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
313
 
314
- #: lib/wfu_constants.php:72
315
  msgid "No result from remote server!"
316
  msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
317
 
318
- #: lib/wfu_constants.php:73
319
  msgid " but with warnings"
320
  msgstr " αλλά με προειδοποιήσεις"
321
 
322
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
323
  msgid "Warning: JSON parse error."
324
  msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
325
 
326
- #: lib/wfu_constants.php:75
327
  msgid ""
328
  "Upload parameters of this file, passed as JSON string to the handler, could "
329
  "not be parsed."
@@ -331,19 +343,19 @@ msgstr ""
331
  "Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
332
  "συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
333
 
334
- #: lib/wfu_constants.php:77
335
  msgid ""
336
  "UploadStates, passed as JSON string to the handler, could not be parsed."
337
  msgstr ""
338
  "Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
339
  "JSON, δεν μπόρεσε να μετατραπεί."
340
 
341
- #: lib/wfu_constants.php:78
342
  msgid ""
343
  "Redirection to classic form functionality occurred due to unknown error."
344
  msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
345
 
346
- #: lib/wfu_constants.php:79
347
  msgid ""
348
  "Redirection to classic form functionality occurred because AJAX is not "
349
  "supported."
@@ -351,7 +363,7 @@ msgstr ""
351
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
352
  "AJAX."
353
 
354
- #: lib/wfu_constants.php:80
355
  msgid ""
356
  "Redirection to classic form functionality occurred because HTML5 is not "
357
  "supported."
@@ -359,60 +371,60 @@ msgstr ""
359
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
360
  "HTML5."
361
 
362
- #: lib/wfu_constants.php:81
363
  msgid ""
364
  "Redirection to classic form functionality occurred due to JSON parse error."
365
  msgstr ""
366
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
367
  "JSON."
368
 
369
- #: lib/wfu_constants.php:82
370
  msgid "Please enable popup windows from the browser's settings!"
371
  msgstr ""
372
  "Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
373
  "προγράμματος περιήγησης!"
374
 
375
- #: lib/wfu_constants.php:83
376
  msgid "cannot be empty!"
377
  msgstr "δεν μπορεί να είναι κενό!"
378
 
379
- #: lib/wfu_constants.php:84
380
  msgid "number not valid!"
381
  msgstr "μη έγκυρος αριθμός!"
382
 
383
- #: lib/wfu_constants.php:85
384
  msgid "email not valid!"
385
  msgstr "το email δεν είναι έγκυρο!"
386
 
387
- #: lib/wfu_constants.php:86
388
  msgid "emails do not match!"
389
  msgstr "τα emails δεν ταιριάζουν!"
390
 
391
- #: lib/wfu_constants.php:87
392
  msgid "no base email field in group!"
393
  msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
394
 
395
- #: lib/wfu_constants.php:88
396
  msgid "passwords do not match!"
397
  msgstr "οι κωδικοί δεν ταιριάζουν!"
398
 
399
- #: lib/wfu_constants.php:89
400
  msgid "no base password field in group!"
401
  msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
402
 
403
- #: lib/wfu_constants.php:90
404
  msgid "checkbox unchecked!"
405
  msgstr "το checkbox είναι μη επιλεγμένο!"
406
 
407
- #: lib/wfu_constants.php:91
408
  msgid "no option selected!"
409
  msgstr "δεν έχει γίνει επιλογή!"
410
 
411
- #: lib/wfu_constants.php:92
412
  msgid "no item selected!"
413
  msgstr "δεν έχει γίνει επιλογή!"
414
 
415
- #: lib/wfu_constants.php:93
416
  msgid ""
417
  "There are more than one instances of the plugin in this page with the same "
418
  "id. Please change it."
@@ -420,7 +432,7 @@ msgstr ""
420
  "Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
421
  "ίδιο id. Παρακαλούμε να το αλλάξετε."
422
 
423
- #: lib/wfu_constants.php:94
424
  msgid ""
425
  "Cannot edit the shortcode because the page has been modified. Please reload "
426
  "the page."
@@ -428,7 +440,19 @@ msgstr ""
428
  "Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
429
  "Παρακαλούμε ξαναφορτώστε τη σελίδα."
430
 
431
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
432
  msgid ""
433
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
434
  "or use RecaptchaV2 (no account)."
@@ -436,7 +460,7 @@ msgstr ""
436
  "ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
437
  "Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
438
 
439
- #: lib/wfu_constants.php:96
440
  msgid ""
441
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
442
  "notify administrator."
@@ -444,7 +468,7 @@ msgstr ""
444
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
445
  "σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
446
 
447
- #: lib/wfu_constants.php:97
448
  msgid ""
449
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
450
  "use RecaptchaV1 (no account)."
@@ -452,12 +476,12 @@ msgstr ""
452
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
453
  "σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
454
 
455
- #: lib/wfu_constants.php:98
456
  msgid "ERROR: No site key. Please contact administrator!"
457
  msgstr ""
458
  "ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
459
 
460
- #: lib/wfu_constants.php:99
461
  msgid ""
462
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
463
  "define Google Recaptcha keys."
@@ -465,104 +489,104 @@ msgstr ""
465
  "ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
466
  "plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
467
 
468
- #: lib/wfu_constants.php:100
469
  msgid "Bad captcha image!"
470
  msgstr "Μη έγκυρη εικόνα captcha!"
471
 
472
- #: lib/wfu_constants.php:101
473
  msgid "No input!"
474
  msgstr "Κενό!"
475
 
476
- #: lib/wfu_constants.php:102
477
  msgid "Captcha not completed!"
478
  msgstr "Το captcha δε συμπληρώθηκε!"
479
 
480
- #: lib/wfu_constants.php:103
481
  msgid "Wrong captcha!"
482
  msgstr "Λάθος captcha!"
483
 
484
- #: lib/wfu_constants.php:104
485
  msgid "Error refreshing captcha!"
486
  msgstr "Σφάλμα ανανέωσης του captcha!"
487
 
488
- #: lib/wfu_constants.php:105
489
  msgid "Unknown captcha error!"
490
  msgstr "Άγνωστο σφάλμα captcha!"
491
 
492
- #: lib/wfu_constants.php:106
493
  msgid "Captcha not supported by your browser!"
494
  msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
495
 
496
- #: lib/wfu_constants.php:107
497
  msgid "the secret parameter is missing"
498
  msgstr "η μυστική παράμετρος λείπει"
499
 
500
- #: lib/wfu_constants.php:108
501
  msgid "the secret parameter is invalid or malformed"
502
  msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
503
 
504
- #: lib/wfu_constants.php:109
505
  msgid "the response parameter is missing"
506
  msgstr "η παράμετρος απάντησης λείπει"
507
 
508
- #: lib/wfu_constants.php:110
509
  msgid "the response parameter is invalid or malformed"
510
  msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
511
 
512
- #: lib/wfu_constants.php:111
513
  msgid "Please do not use drag drop due to an internal problem."
514
  msgstr ""
515
  "Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
516
 
517
- #: lib/wfu_constants.php:112
518
  #, php-format
519
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
520
  msgstr ""
521
  "Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
522
  "τμήμα %d"
523
 
524
- #: lib/wfu_constants.php:113
525
  msgid "Chunked upload is not allowed!"
526
  msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
527
 
528
- #: lib/wfu_constants.php:114
529
  msgid "Chunked upload aborted due to error in previous chunk!"
530
  msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
531
 
532
- #: lib/wfu_constants.php:115
533
  msgid "Chunked upload failed, final file could not be created!"
534
  msgstr ""
535
  "Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
536
  "δημιουργηθεί!"
537
 
538
- #: lib/wfu_constants.php:116
539
  #, php-format
540
  msgid "Could not write file chuck to destination on chunk %d"
541
  msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
542
 
543
- #: lib/wfu_constants.php:117
544
  #, php-format
545
  msgid "Could not enlarge destination file on chunk %d"
546
  msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
547
 
548
- #: lib/wfu_constants.php:118
549
  #, php-format
550
  msgid "Could not open file handles on chunk %d"
551
  msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
552
 
553
- #: lib/wfu_constants.php:119
554
  msgid "You are not allowed to delete this file!"
555
  msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
556
 
557
- #: lib/wfu_constants.php:121
558
  msgid "Upload skipped! File already exists."
559
  msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
560
 
561
- #: lib/wfu_constants.php:122
562
  msgid "The extension of the file does not match its contents."
563
  msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
564
 
565
- #: lib/wfu_constants.php:123
566
  msgid ""
567
  "Upload succeeded but the file is suspicious because its contents do not "
568
  "match its extension. Its proper filename is: "
@@ -570,20 +594,20 @@ msgstr ""
570
  "Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
571
  "του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
572
 
573
- #: lib/wfu_constants.php:124
574
  msgid "No files have been selected!"
575
  msgstr "Δεν επιλέχθηκαν αρχεία!"
576
 
577
- #: lib/wfu_constants.php:125
578
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
579
  msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
580
 
581
- #: lib/wfu_constants.php:126
582
  msgid "Notification email was not sent because there were no files uploaded."
583
  msgstr ""
584
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
585
 
586
- #: lib/wfu_constants.php:127
587
  msgid ""
588
  "Notification email was not sent because no recipients were defined. Please "
589
  "check notifyrecipients attribute in the shortcode."
@@ -591,7 +615,7 @@ msgstr ""
591
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
592
  "Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
593
 
594
- #: lib/wfu_constants.php:128
595
  msgid ""
596
  "Notification email was not sent due to an error. Please check "
597
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -599,7 +623,7 @@ msgstr ""
599
  "Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
600
  "τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
601
 
602
- #: lib/wfu_constants.php:129
603
  msgid ""
604
  "Redirection not executed because redirection link is empty. Please check "
605
  "redirectlink attribute."
@@ -607,14 +631,14 @@ msgstr ""
607
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
608
  "κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
609
 
610
- #: lib/wfu_constants.php:130
611
  msgid ""
612
  "Redirection not executed because not all files were successfully uploaded."
613
  msgstr ""
614
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
615
  "επιτυχώς."
616
 
617
- #: lib/wfu_constants.php:132
618
  msgid ""
619
  "Failed to add the shortcode to the page/post. Please try again. If the "
620
  "message persists, contact administrator."
@@ -622,7 +646,7 @@ msgstr ""
622
  "Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
623
  "προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
624
 
625
- #: lib/wfu_constants.php:133
626
  msgid ""
627
  "Failed to edit the shortcode because the contents of the page changed. Try "
628
  "again to edit the shortcode."
@@ -630,7 +654,7 @@ msgstr ""
630
  "Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
631
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
632
 
633
- #: lib/wfu_constants.php:134
634
  msgid ""
635
  "Failed to delete the shortcode because the contents of the page changed. Try "
636
  "again to delete it."
@@ -638,7 +662,7 @@ msgstr ""
638
  "Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
639
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
640
 
641
- #: lib/wfu_constants.php:135
642
  msgid ""
643
  "The page containing the shortcode has been modified and it is no longer "
644
  "valid. Please go back to reload the shortcode."
@@ -646,7 +670,7 @@ msgstr ""
646
  "Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
647
  "ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
648
 
649
- #: lib/wfu_constants.php:136
650
  msgid ""
651
  "Failed to update the shortcode because the contents of the page changed. Go "
652
  "back to reload the shortcode."
@@ -654,7 +678,7 @@ msgstr ""
654
  "Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
655
  "άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
656
 
657
- #: lib/wfu_constants.php:137
658
  msgid ""
659
  "Failed to update the shortcode. Please try again. If the problem persists, "
660
  "go back and reload the shortcode."
@@ -662,39 +686,39 @@ msgstr ""
662
  "Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
663
  "πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
664
 
665
- #: lib/wfu_constants.php:139
666
  msgid "This is a test message"
667
  msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
668
 
669
- #: lib/wfu_constants.php:140
670
  msgid "This is a test administrator message"
671
  msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
672
 
673
- #: lib/wfu_constants.php:141
674
  msgid "File testfile 1 under test"
675
  msgstr "Αρχείο testfile 1 υπό έλεγχο"
676
 
677
- #: lib/wfu_constants.php:142
678
  msgid "File testfile 1 message"
679
  msgstr "Μήνυμα αρχείου testfile 1"
680
 
681
- #: lib/wfu_constants.php:143
682
  msgid "File testfile 1 administrator message"
683
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
684
 
685
- #: lib/wfu_constants.php:144
686
  msgid "File testfile 2 under test"
687
  msgstr "Αρχείο testfile 2 υπό έλεγχο"
688
 
689
- #: lib/wfu_constants.php:145
690
  msgid "File testfile 2 message"
691
  msgstr "Μήνυμα αρχείου testfile 2"
692
 
693
- #: lib/wfu_constants.php:146
694
  msgid "File testfile 2 administrator message"
695
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
696
 
697
- #: lib/wfu_constants.php:148
698
  msgid ""
699
  "Insert variable %userid% inside text. It will be replaced by the id of the "
700
  "current user."
@@ -702,7 +726,7 @@ msgstr ""
702
  "Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
703
  "τρέχοντος χρήστη."
704
 
705
- #: lib/wfu_constants.php:149
706
  msgid ""
707
  "Insert variable %username% inside text. It will be replaced by the username "
708
  "of the current user."
@@ -710,7 +734,7 @@ msgstr ""
710
  "Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
711
  "του τρέχοντος χρήστη."
712
 
713
- #: lib/wfu_constants.php:150
714
  msgid ""
715
  "Insert variable %useremail% inside text. It will be replaced by the email of "
716
  "the current user."
@@ -718,7 +742,7 @@ msgstr ""
718
  "Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
719
  "email του τρέχοντος χρήστη."
720
 
721
- #: lib/wfu_constants.php:151
722
  msgid ""
723
  "Insert variable %filename% inside text. It will be replaced by the filename "
724
  "of the uploaded file."
@@ -726,7 +750,7 @@ msgstr ""
726
  "Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
727
  "του αποστελλομένου αρχείου."
728
 
729
- #: lib/wfu_constants.php:152
730
  msgid ""
731
  "Insert variable %filepath% inside text. It will be replaced by the full "
732
  "filepath of the uploaded file."
@@ -734,7 +758,7 @@ msgstr ""
734
  "Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
735
  "πλήρη διαδρομή του αποστελλομένου αρχείου."
736
 
737
- #: lib/wfu_constants.php:153
738
  msgid ""
739
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
740
  "the website."
@@ -742,7 +766,7 @@ msgstr ""
742
  "Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
743
  "της ιστοσελίδας."
744
 
745
- #: lib/wfu_constants.php:154
746
  msgid ""
747
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
748
  "current page."
@@ -750,7 +774,7 @@ msgstr ""
750
  "Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
751
  "τρέχουσας σελίδας."
752
 
753
- #: lib/wfu_constants.php:155
754
  msgid ""
755
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
756
  "the current page."
@@ -758,7 +782,7 @@ msgstr ""
758
  "Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
759
  "τίτλο της τρέχουσας σελίδας."
760
 
761
- #: lib/wfu_constants.php:156
762
  msgid ""
763
  "Insert variable %userdataXXX% inside text. Select the user field from the "
764
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -768,149 +792,185 @@ msgstr ""
768
  "από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
769
  "εισήγαγε ο χρήστης σε αυτό το πεδίο."
770
 
771
- #: lib/wfu_constants.php:157
772
  msgid "Insert variable %n% inside text to denote a line change."
773
  msgstr ""
774
  "Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
775
 
776
- #: lib/wfu_constants.php:159
777
  msgid "Test Mode"
778
  msgstr "Κατάσταση Ελέγχου"
779
 
780
- #: lib/wfu_constants.php:160
781
  msgid "select dir..."
782
  msgstr "επιλογή καταλόγου..."
783
 
784
- #: lib/wfu_constants.php:161
785
  msgid "type dir"
786
  msgstr "εισάγετε κατάλογο"
787
 
788
- #: lib/wfu_constants.php:162
789
  msgid "Upload path: %filepath%"
790
  msgstr "Διαδρομή προορισμού: %filepath%"
791
 
792
- #: lib/wfu_constants.php:163
793
  msgid "Failed upload path: %filepath%"
794
  msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
795
 
796
- #: lib/wfu_constants.php:164
797
  msgid " (required)"
798
  msgstr " (απαραίτητο)"
799
 
800
- #: lib/wfu_constants.php:165
801
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
802
  msgstr ""
803
  "Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
804
 
805
- #: lib/wfu_constants.php:166
806
  msgid "checking captcha..."
807
  msgstr "έλεγχος captcha..."
808
 
809
- #: lib/wfu_constants.php:167
810
  msgid "refreshing..."
811
  msgstr "ανανέωση..."
812
 
813
- #: lib/wfu_constants.php:168
814
  msgid "correct captcha"
815
  msgstr "σωστό captcha"
816
 
817
- #: lib/wfu_constants.php:169
818
  msgid "click to continue the upload"
819
  msgstr "πατήστε click για να συνεχίσει η αποστολή"
820
 
821
- #: lib/wfu_constants.php:170
822
  msgid "Are you sure you want to delete this file?"
823
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
824
 
825
- #: lib/wfu_constants.php:171
826
  msgid "Are you sure that you want to cancel the upload?"
827
  msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
828
 
829
- #: lib/wfu_constants.php:172
830
  msgid "cancel upload of this file"
831
  msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
832
 
833
- #: lib/wfu_constants.php:173
834
  msgid "Upload in progress"
835
  msgstr "Αποστολή σε εξέλιξη"
836
 
837
- #: lib/wfu_constants.php:174
838
  msgid "Upload in progress with warnings!"
839
  msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
840
 
841
- #: lib/wfu_constants.php:175
842
  msgid "Upload in progress but some files already failed!"
843
  msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
844
 
845
- #: lib/wfu_constants.php:176
846
  msgid "Upload in progress but no files uploaded so far!"
847
  msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
848
 
849
- #: lib/wfu_constants.php:177
850
  msgid "All files uploaded successfully"
851
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
852
 
853
- #: lib/wfu_constants.php:178
854
  msgid "All files uploaded successfully but there are warnings!"
855
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
856
 
857
- #: lib/wfu_constants.php:179
858
  msgid "File uploaded successfully but there are warnings!"
859
  msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
860
 
861
- #: lib/wfu_constants.php:180
862
  msgid "Some files failed to upload!"
863
  msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
864
 
865
- #: lib/wfu_constants.php:181
866
  msgid "All files failed to upload"
867
  msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
868
 
869
- #: lib/wfu_constants.php:182
870
  msgid "File failed to upload"
871
  msgstr "Το αρχείο απέτυχε να αποσταλεί"
872
 
873
- #: lib/wfu_constants.php:183
874
  msgid "There are no files to upload!"
875
  msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
876
 
877
- #: lib/wfu_constants.php:184
878
  msgid "Test upload message"
879
  msgstr "Μήνυμα αποστολής ελέγχου"
880
 
881
- #: lib/wfu_constants.php:185
882
  msgid "JSON parse warning!"
883
  msgstr "Προειδοποίηση μετατροπής JSON!"
884
 
885
- #: lib/wfu_constants.php:186
886
  msgid "please wait while redirecting..."
887
  msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
888
 
889
- #: lib/wfu_constants.php:188
890
  msgid "Open visual shortcode editor in new window"
891
  msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
892
 
893
- #: lib/wfu_constants.php:189
894
  msgid "loading visual editor"
895
  msgstr "φόρτωση του γραφικού επεξεργαστή"
896
 
897
- #: lib/wfu_constants.php:190
898
  msgid "Clear file list?"
899
  msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
900
 
901
- #: lib/wfu_constants.php:191
902
  msgid "DROP HERE"
903
  msgstr "ΑΦΗΣΤΕ ΕΔΩ"
904
 
905
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
906
  msgid "Wordpress File Upload Form"
907
  msgstr "Φόρμα του Wordpress File Upload"
908
 
909
- #: lib/wfu_constants.php:194
910
  msgid "Wordpress File Upload plugin uploader for sidebars"
911
  msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
912
 
913
- #: lib/wfu_constants.php:195
914
  msgid "Upload Files"
915
  msgstr "Αποστολή αρχείων"
916
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:18+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:22+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: el\n"
77
  msgid "Please fill in the above words: "
78
  msgstr "Παρακαλώ συμπληρώστε τις παραπάνω λέξεις: "
79
 
80
+ #: lib/wfu_constants.php:27
81
+ msgid "Upload Media"
82
+ msgstr "Ανεβάστε Πολυμέσα"
83
+
84
  #: lib/wfu_constants.php:28
85
+ msgid "videostream"
86
+ msgstr "videostream"
87
+
88
+ #: lib/wfu_constants.php:29
89
+ msgid "screenshot"
90
+ msgstr "screenshot"
91
+
92
+ #: lib/wfu_constants.php:31
93
  msgid "File"
94
  msgstr "Αρχείο"
95
 
96
+ #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Ημερομηνία"
99
 
100
+ #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Μέγεθος"
103
 
104
+ #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Χρήστης"
107
 
108
+ #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Σελίδα"
111
 
112
+ #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Πεδία Χρήστη"
115
 
116
+ #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Λήψη"
119
 
120
+ #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Λήψη αυτού του αρχείου"
123
 
124
+ #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Διαγραφή"
127
 
128
+ #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Διαγραφή αυτού του αρχείου"
131
 
132
+ #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Ταξινόμηση λίστας με βάση αυτήν τη στήλη"
135
 
136
+ #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "επισκέπτης"
139
 
140
+ #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "άγνωστος"
143
 
144
+ #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
149
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του καταλόγου προορισμού ftp. Ελέγξτε το "
150
  "domain στην ιδιότητα 'ftpinfo'."
151
 
152
+ #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr "Σφάλμα. Μη έγκυρες πληροφορίες ftp. Ελέγξτε την ιδιότητα 'ftpinfo'."
155
 
156
+ #: lib/wfu_constants.php:47
157
  msgid ""
158
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
159
  "syntax."
161
  "Σφάλμα. Δεν ήταν δυνατή η εξαγωγή πληροφοριών ftp από την ιδιότητα "
162
  "'ftpinfo'. Ελέγξτε τη σύνταξή της."
163
 
164
+ #: lib/wfu_constants.php:48
165
  msgid ""
166
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
167
  "attribute."
169
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του ονόματος αρχείου προορισμού ftp. "
170
  "Ελέγξτε το domain στην ιδιότητα 'ftpinfo'."
171
 
172
+ #: lib/wfu_constants.php:49
173
  msgid ""
174
  "Error. The upload size limit of PHP directive upload_max_filesize is "
175
  "preventing the upload of big files.\n"
179
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
180
  "Το όριο της PHP ιδιότητας upload_max_filesize είναι:"
181
 
182
+ #: lib/wfu_constants.php:50
183
  msgid ""
184
  "The upload time limit of PHP directive max_input_time is preventing the "
185
  "upload of big files.\n"
189
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
190
  "Το όριο της PHP ιδιότητας max_input_time είναι:"
191
 
192
+ #: lib/wfu_constants.php:51
193
  msgid ""
194
  "Error. Permission denied to write to target folder.\n"
195
  "Check and correct read/write permissions of target folder."
197
  "Σφάλμα. Δεν επιτρέπεται η εγραφή στο φάκελο προορισμού.\n"
198
  "Ελέγξτε και διορθώστε τα δικαιώματα ανάγνωσης/εγγραφής στο φάκελο προορισμού."
199
 
200
+ #: lib/wfu_constants.php:52
201
  msgid ""
202
  "Error. This file was rejected because its extension is not correct. Its "
203
  "proper filename is: "
205
  "Σφάλμα. Το αρχείο απορρίφθηκε διότι η επέκτασή του δεν είναι σωστή. Το σωστό "
206
  "του όνομα είναι: "
207
 
208
+ #: lib/wfu_constants.php:53
209
  msgid "Targer folder doesn't exist."
210
  msgstr "Ο φάκελος προορισμού δεν υπάρχει."
211
 
212
+ #: lib/wfu_constants.php:54
213
  msgid "Upload failed! Missing a temporary folder."
214
  msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
215
 
216
+ #: lib/wfu_constants.php:55
217
  msgid "Upload failed! Permission denied to write to target folder."
218
  msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
219
 
220
+ #: lib/wfu_constants.php:56
221
  msgid "File not allowed."
222
  msgstr "Το αρχείο δεν επιτρέπεται."
223
 
224
+ #: lib/wfu_constants.php:57
225
  msgid "File is suspicious and was rejected."
226
  msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
227
 
228
+ #: lib/wfu_constants.php:58
229
  msgid "The uploaded file exceeds the file size limit."
230
  msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
231
 
232
+ #: lib/wfu_constants.php:59
233
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
234
  msgstr ""
235
  "Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
236
  "server."
237
 
238
+ #: lib/wfu_constants.php:60
239
  msgid ""
240
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
241
  "Please contact the administrator."
243
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
244
  "αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
245
 
246
+ #: lib/wfu_constants.php:61
247
  msgid ""
248
  "Upload failed! The duration of the upload exceeded the time limit of the "
249
  "server. Please contact the administrator."
251
  "Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
252
  "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
253
 
254
+ #: lib/wfu_constants.php:62
255
  msgid ""
256
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
257
  "was specified in the HTML form."
259
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
260
  "MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
261
 
262
+ #: lib/wfu_constants.php:63
263
  msgid "Upload failed! The uploaded file was only partially uploaded."
264
  msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
265
 
266
+ #: lib/wfu_constants.php:64
267
  msgid "Upload failed! No file was uploaded."
268
  msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
269
 
270
+ #: lib/wfu_constants.php:65
271
  msgid "Upload failed! Failed to write file to disk."
272
  msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
273
 
274
+ #: lib/wfu_constants.php:66
275
  msgid ""
276
  "Upload failed! Error occured while moving temporary file. Please contact "
277
  "administrator."
279
  "Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
280
  "αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
281
 
282
+ #: lib/wfu_constants.php:67
283
  msgid "Upload cancelled!"
284
  msgstr "Η αποστολή ακυρώθηκε!"
285
 
286
+ #: lib/wfu_constants.php:68
287
  msgid ""
288
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
289
  "a way to ascertain which extension caused the file upload to stop; examining "
294
  "εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
295
  "βοηθήσει."
296
 
297
+ #: lib/wfu_constants.php:69
298
  msgid "Upload failed! Error occured while attemting to upload the file."
299
  msgstr ""
300
  "Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
301
 
302
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
303
  msgid "Upload failed!"
304
  msgstr "Η αποστολή απέτυχε!"
305
 
306
+ #: lib/wfu_constants.php:71
307
  msgid "No file!"
308
  msgstr "Κανένα αρχείο!"
309
 
310
+ #: lib/wfu_constants.php:72
311
  msgid ""
312
  "Upload failed! The upload has been canceled by the user or the browser "
313
  "dropped the connection."
315
  "Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
316
  "έχασε τη σύνδεση."
317
 
318
+ #: lib/wfu_constants.php:73
319
  msgid "Upload failed! Unknown error."
320
  msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
321
 
322
+ #: lib/wfu_constants.php:74
323
  msgid "Please contact the administrator."
324
  msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
325
 
326
+ #: lib/wfu_constants.php:75
327
  msgid "No result from remote server!"
328
  msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
329
 
330
+ #: lib/wfu_constants.php:76
331
  msgid " but with warnings"
332
  msgstr " αλλά με προειδοποιήσεις"
333
 
334
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
335
  msgid "Warning: JSON parse error."
336
  msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
337
 
338
+ #: lib/wfu_constants.php:78
339
  msgid ""
340
  "Upload parameters of this file, passed as JSON string to the handler, could "
341
  "not be parsed."
343
  "Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
344
  "συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
345
 
346
+ #: lib/wfu_constants.php:80
347
  msgid ""
348
  "UploadStates, passed as JSON string to the handler, could not be parsed."
349
  msgstr ""
350
  "Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
351
  "JSON, δεν μπόρεσε να μετατραπεί."
352
 
353
+ #: lib/wfu_constants.php:81
354
  msgid ""
355
  "Redirection to classic form functionality occurred due to unknown error."
356
  msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
357
 
358
+ #: lib/wfu_constants.php:82
359
  msgid ""
360
  "Redirection to classic form functionality occurred because AJAX is not "
361
  "supported."
363
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
364
  "AJAX."
365
 
366
+ #: lib/wfu_constants.php:83
367
  msgid ""
368
  "Redirection to classic form functionality occurred because HTML5 is not "
369
  "supported."
371
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
372
  "HTML5."
373
 
374
+ #: lib/wfu_constants.php:84
375
  msgid ""
376
  "Redirection to classic form functionality occurred due to JSON parse error."
377
  msgstr ""
378
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
379
  "JSON."
380
 
381
+ #: lib/wfu_constants.php:85
382
  msgid "Please enable popup windows from the browser's settings!"
383
  msgstr ""
384
  "Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
385
  "προγράμματος περιήγησης!"
386
 
387
+ #: lib/wfu_constants.php:86
388
  msgid "cannot be empty!"
389
  msgstr "δεν μπορεί να είναι κενό!"
390
 
391
+ #: lib/wfu_constants.php:87
392
  msgid "number not valid!"
393
  msgstr "μη έγκυρος αριθμός!"
394
 
395
+ #: lib/wfu_constants.php:88
396
  msgid "email not valid!"
397
  msgstr "το email δεν είναι έγκυρο!"
398
 
399
+ #: lib/wfu_constants.php:89
400
  msgid "emails do not match!"
401
  msgstr "τα emails δεν ταιριάζουν!"
402
 
403
+ #: lib/wfu_constants.php:90
404
  msgid "no base email field in group!"
405
  msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
406
 
407
+ #: lib/wfu_constants.php:91
408
  msgid "passwords do not match!"
409
  msgstr "οι κωδικοί δεν ταιριάζουν!"
410
 
411
+ #: lib/wfu_constants.php:92
412
  msgid "no base password field in group!"
413
  msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
414
 
415
+ #: lib/wfu_constants.php:93
416
  msgid "checkbox unchecked!"
417
  msgstr "το checkbox είναι μη επιλεγμένο!"
418
 
419
+ #: lib/wfu_constants.php:94
420
  msgid "no option selected!"
421
  msgstr "δεν έχει γίνει επιλογή!"
422
 
423
+ #: lib/wfu_constants.php:95
424
  msgid "no item selected!"
425
  msgstr "δεν έχει γίνει επιλογή!"
426
 
427
+ #: lib/wfu_constants.php:96
428
  msgid ""
429
  "There are more than one instances of the plugin in this page with the same "
430
  "id. Please change it."
432
  "Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
433
  "ίδιο id. Παρακαλούμε να το αλλάξετε."
434
 
435
+ #: lib/wfu_constants.php:97
436
  msgid ""
437
  "Cannot edit the shortcode because the page has been modified. Please reload "
438
  "the page."
440
  "Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
441
  "Παρακαλούμε ξαναφορτώστε τη σελίδα."
442
 
443
+ #: lib/wfu_constants.php:98
444
+ msgid "Your browser does not support webcam capture!"
445
+ msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
446
+
447
+ #: lib/wfu_constants.php:99
448
+ msgid "Your browser does not support video recording from the webcam!"
449
+ msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
450
+
451
+ #: lib/wfu_constants.php:100
452
+ msgid "No video was recorded!"
453
+ msgstr "Δεν καταγράφηκε video!"
454
+
455
+ #: lib/wfu_constants.php:101
456
  msgid ""
457
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
458
  "or use RecaptchaV2 (no account)."
460
  "ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
461
  "Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
462
 
463
+ #: lib/wfu_constants.php:102
464
  msgid ""
465
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
466
  "notify administrator."
468
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
469
  "σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
470
 
471
+ #: lib/wfu_constants.php:103
472
  msgid ""
473
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
474
  "use RecaptchaV1 (no account)."
476
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
477
  "σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
478
 
479
+ #: lib/wfu_constants.php:104
480
  msgid "ERROR: No site key. Please contact administrator!"
481
  msgstr ""
482
  "ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
483
 
484
+ #: lib/wfu_constants.php:105
485
  msgid ""
486
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
487
  "define Google Recaptcha keys."
489
  "ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
490
  "plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
491
 
492
+ #: lib/wfu_constants.php:106
493
  msgid "Bad captcha image!"
494
  msgstr "Μη έγκυρη εικόνα captcha!"
495
 
496
+ #: lib/wfu_constants.php:107
497
  msgid "No input!"
498
  msgstr "Κενό!"
499
 
500
+ #: lib/wfu_constants.php:108
501
  msgid "Captcha not completed!"
502
  msgstr "Το captcha δε συμπληρώθηκε!"
503
 
504
+ #: lib/wfu_constants.php:109
505
  msgid "Wrong captcha!"
506
  msgstr "Λάθος captcha!"
507
 
508
+ #: lib/wfu_constants.php:110
509
  msgid "Error refreshing captcha!"
510
  msgstr "Σφάλμα ανανέωσης του captcha!"
511
 
512
+ #: lib/wfu_constants.php:111
513
  msgid "Unknown captcha error!"
514
  msgstr "Άγνωστο σφάλμα captcha!"
515
 
516
+ #: lib/wfu_constants.php:112
517
  msgid "Captcha not supported by your browser!"
518
  msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
519
 
520
+ #: lib/wfu_constants.php:113
521
  msgid "the secret parameter is missing"
522
  msgstr "η μυστική παράμετρος λείπει"
523
 
524
+ #: lib/wfu_constants.php:114
525
  msgid "the secret parameter is invalid or malformed"
526
  msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
527
 
528
+ #: lib/wfu_constants.php:115
529
  msgid "the response parameter is missing"
530
  msgstr "η παράμετρος απάντησης λείπει"
531
 
532
+ #: lib/wfu_constants.php:116
533
  msgid "the response parameter is invalid or malformed"
534
  msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
535
 
536
+ #: lib/wfu_constants.php:117
537
  msgid "Please do not use drag drop due to an internal problem."
538
  msgstr ""
539
  "Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
540
 
541
+ #: lib/wfu_constants.php:118
542
  #, php-format
543
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
544
  msgstr ""
545
  "Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
546
  "τμήμα %d"
547
 
548
+ #: lib/wfu_constants.php:119
549
  msgid "Chunked upload is not allowed!"
550
  msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
551
 
552
+ #: lib/wfu_constants.php:120
553
  msgid "Chunked upload aborted due to error in previous chunk!"
554
  msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
555
 
556
+ #: lib/wfu_constants.php:121
557
  msgid "Chunked upload failed, final file could not be created!"
558
  msgstr ""
559
  "Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
560
  "δημιουργηθεί!"
561
 
562
+ #: lib/wfu_constants.php:122
563
  #, php-format
564
  msgid "Could not write file chuck to destination on chunk %d"
565
  msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
566
 
567
+ #: lib/wfu_constants.php:123
568
  #, php-format
569
  msgid "Could not enlarge destination file on chunk %d"
570
  msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
571
 
572
+ #: lib/wfu_constants.php:124
573
  #, php-format
574
  msgid "Could not open file handles on chunk %d"
575
  msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
576
 
577
+ #: lib/wfu_constants.php:125
578
  msgid "You are not allowed to delete this file!"
579
  msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
580
 
581
+ #: lib/wfu_constants.php:127
582
  msgid "Upload skipped! File already exists."
583
  msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
584
 
585
+ #: lib/wfu_constants.php:128
586
  msgid "The extension of the file does not match its contents."
587
  msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
588
 
589
+ #: lib/wfu_constants.php:129
590
  msgid ""
591
  "Upload succeeded but the file is suspicious because its contents do not "
592
  "match its extension. Its proper filename is: "
594
  "Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
595
  "του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
596
 
597
+ #: lib/wfu_constants.php:130
598
  msgid "No files have been selected!"
599
  msgstr "Δεν επιλέχθηκαν αρχεία!"
600
 
601
+ #: lib/wfu_constants.php:131
602
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
603
  msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
604
 
605
+ #: lib/wfu_constants.php:132
606
  msgid "Notification email was not sent because there were no files uploaded."
607
  msgstr ""
608
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
609
 
610
+ #: lib/wfu_constants.php:133
611
  msgid ""
612
  "Notification email was not sent because no recipients were defined. Please "
613
  "check notifyrecipients attribute in the shortcode."
615
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
616
  "Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
617
 
618
+ #: lib/wfu_constants.php:134
619
  msgid ""
620
  "Notification email was not sent due to an error. Please check "
621
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
623
  "Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
624
  "τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
625
 
626
+ #: lib/wfu_constants.php:135
627
  msgid ""
628
  "Redirection not executed because redirection link is empty. Please check "
629
  "redirectlink attribute."
631
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
632
  "κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
633
 
634
+ #: lib/wfu_constants.php:136
635
  msgid ""
636
  "Redirection not executed because not all files were successfully uploaded."
637
  msgstr ""
638
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
639
  "επιτυχώς."
640
 
641
+ #: lib/wfu_constants.php:138
642
  msgid ""
643
  "Failed to add the shortcode to the page/post. Please try again. If the "
644
  "message persists, contact administrator."
646
  "Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
647
  "προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
648
 
649
+ #: lib/wfu_constants.php:139
650
  msgid ""
651
  "Failed to edit the shortcode because the contents of the page changed. Try "
652
  "again to edit the shortcode."
654
  "Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
655
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
656
 
657
+ #: lib/wfu_constants.php:140
658
  msgid ""
659
  "Failed to delete the shortcode because the contents of the page changed. Try "
660
  "again to delete it."
662
  "Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
663
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
664
 
665
+ #: lib/wfu_constants.php:141
666
  msgid ""
667
  "The page containing the shortcode has been modified and it is no longer "
668
  "valid. Please go back to reload the shortcode."
670
  "Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
671
  "ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
672
 
673
+ #: lib/wfu_constants.php:142
674
  msgid ""
675
  "Failed to update the shortcode because the contents of the page changed. Go "
676
  "back to reload the shortcode."
678
  "Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
679
  "άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
680
 
681
+ #: lib/wfu_constants.php:143
682
  msgid ""
683
  "Failed to update the shortcode. Please try again. If the problem persists, "
684
  "go back and reload the shortcode."
686
  "Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
687
  "πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
688
 
689
+ #: lib/wfu_constants.php:145
690
  msgid "This is a test message"
691
  msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
692
 
693
+ #: lib/wfu_constants.php:146
694
  msgid "This is a test administrator message"
695
  msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
696
 
697
+ #: lib/wfu_constants.php:147
698
  msgid "File testfile 1 under test"
699
  msgstr "Αρχείο testfile 1 υπό έλεγχο"
700
 
701
+ #: lib/wfu_constants.php:148
702
  msgid "File testfile 1 message"
703
  msgstr "Μήνυμα αρχείου testfile 1"
704
 
705
+ #: lib/wfu_constants.php:149
706
  msgid "File testfile 1 administrator message"
707
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
708
 
709
+ #: lib/wfu_constants.php:150
710
  msgid "File testfile 2 under test"
711
  msgstr "Αρχείο testfile 2 υπό έλεγχο"
712
 
713
+ #: lib/wfu_constants.php:151
714
  msgid "File testfile 2 message"
715
  msgstr "Μήνυμα αρχείου testfile 2"
716
 
717
+ #: lib/wfu_constants.php:152
718
  msgid "File testfile 2 administrator message"
719
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
720
 
721
+ #: lib/wfu_constants.php:154
722
  msgid ""
723
  "Insert variable %userid% inside text. It will be replaced by the id of the "
724
  "current user."
726
  "Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
727
  "τρέχοντος χρήστη."
728
 
729
+ #: lib/wfu_constants.php:155
730
  msgid ""
731
  "Insert variable %username% inside text. It will be replaced by the username "
732
  "of the current user."
734
  "Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
735
  "του τρέχοντος χρήστη."
736
 
737
+ #: lib/wfu_constants.php:156
738
  msgid ""
739
  "Insert variable %useremail% inside text. It will be replaced by the email of "
740
  "the current user."
742
  "Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
743
  "email του τρέχοντος χρήστη."
744
 
745
+ #: lib/wfu_constants.php:157
746
  msgid ""
747
  "Insert variable %filename% inside text. It will be replaced by the filename "
748
  "of the uploaded file."
750
  "Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
751
  "του αποστελλομένου αρχείου."
752
 
753
+ #: lib/wfu_constants.php:158
754
  msgid ""
755
  "Insert variable %filepath% inside text. It will be replaced by the full "
756
  "filepath of the uploaded file."
758
  "Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
759
  "πλήρη διαδρομή του αποστελλομένου αρχείου."
760
 
761
+ #: lib/wfu_constants.php:159
762
  msgid ""
763
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
764
  "the website."
766
  "Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
767
  "της ιστοσελίδας."
768
 
769
+ #: lib/wfu_constants.php:160
770
  msgid ""
771
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
772
  "current page."
774
  "Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
775
  "τρέχουσας σελίδας."
776
 
777
+ #: lib/wfu_constants.php:161
778
  msgid ""
779
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
780
  "the current page."
782
  "Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
783
  "τίτλο της τρέχουσας σελίδας."
784
 
785
+ #: lib/wfu_constants.php:162
786
  msgid ""
787
  "Insert variable %userdataXXX% inside text. Select the user field from the "
788
  "drop-down list. It will be replaced by the value that the user entered in "
792
  "από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
793
  "εισήγαγε ο χρήστης σε αυτό το πεδίο."
794
 
795
+ #: lib/wfu_constants.php:163
796
  msgid "Insert variable %n% inside text to denote a line change."
797
  msgstr ""
798
  "Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
799
 
800
+ #: lib/wfu_constants.php:165
801
  msgid "Test Mode"
802
  msgstr "Κατάσταση Ελέγχου"
803
 
804
+ #: lib/wfu_constants.php:166
805
  msgid "select dir..."
806
  msgstr "επιλογή καταλόγου..."
807
 
808
+ #: lib/wfu_constants.php:167
809
  msgid "type dir"
810
  msgstr "εισάγετε κατάλογο"
811
 
812
+ #: lib/wfu_constants.php:168
813
  msgid "Upload path: %filepath%"
814
  msgstr "Διαδρομή προορισμού: %filepath%"
815
 
816
+ #: lib/wfu_constants.php:169
817
  msgid "Failed upload path: %filepath%"
818
  msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
819
 
820
+ #: lib/wfu_constants.php:170
821
  msgid " (required)"
822
  msgstr " (απαραίτητο)"
823
 
824
+ #: lib/wfu_constants.php:171
825
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
826
  msgstr ""
827
  "Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
828
 
829
+ #: lib/wfu_constants.php:172
830
  msgid "checking captcha..."
831
  msgstr "έλεγχος captcha..."
832
 
833
+ #: lib/wfu_constants.php:173
834
  msgid "refreshing..."
835
  msgstr "ανανέωση..."
836
 
837
+ #: lib/wfu_constants.php:174
838
  msgid "correct captcha"
839
  msgstr "σωστό captcha"
840
 
841
+ #: lib/wfu_constants.php:175
842
  msgid "click to continue the upload"
843
  msgstr "πατήστε click για να συνεχίσει η αποστολή"
844
 
845
+ #: lib/wfu_constants.php:176
846
  msgid "Are you sure you want to delete this file?"
847
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
848
 
849
+ #: lib/wfu_constants.php:177
850
  msgid "Are you sure that you want to cancel the upload?"
851
  msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
852
 
853
+ #: lib/wfu_constants.php:178
854
  msgid "cancel upload of this file"
855
  msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
856
 
857
+ #: lib/wfu_constants.php:179
858
  msgid "Upload in progress"
859
  msgstr "Αποστολή σε εξέλιξη"
860
 
861
+ #: lib/wfu_constants.php:180
862
  msgid "Upload in progress with warnings!"
863
  msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
864
 
865
+ #: lib/wfu_constants.php:181
866
  msgid "Upload in progress but some files already failed!"
867
  msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
868
 
869
+ #: lib/wfu_constants.php:182
870
  msgid "Upload in progress but no files uploaded so far!"
871
  msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
872
 
873
+ #: lib/wfu_constants.php:183
874
  msgid "All files uploaded successfully"
875
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
876
 
877
+ #: lib/wfu_constants.php:184
878
  msgid "All files uploaded successfully but there are warnings!"
879
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
880
 
881
+ #: lib/wfu_constants.php:185
882
  msgid "File uploaded successfully but there are warnings!"
883
  msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
884
 
885
+ #: lib/wfu_constants.php:186
886
  msgid "Some files failed to upload!"
887
  msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
888
 
889
+ #: lib/wfu_constants.php:187
890
  msgid "All files failed to upload"
891
  msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
892
 
893
+ #: lib/wfu_constants.php:188
894
  msgid "File failed to upload"
895
  msgstr "Το αρχείο απέτυχε να αποσταλεί"
896
 
897
+ #: lib/wfu_constants.php:189
898
  msgid "There are no files to upload!"
899
  msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
900
 
901
+ #: lib/wfu_constants.php:190
902
  msgid "Test upload message"
903
  msgstr "Μήνυμα αποστολής ελέγχου"
904
 
905
+ #: lib/wfu_constants.php:191
906
  msgid "JSON parse warning!"
907
  msgstr "Προειδοποίηση μετατροπής JSON!"
908
 
909
+ #: lib/wfu_constants.php:192
910
  msgid "please wait while redirecting..."
911
  msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
912
 
913
+ #: lib/wfu_constants.php:194
914
  msgid "Open visual shortcode editor in new window"
915
  msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
916
 
917
+ #: lib/wfu_constants.php:195
918
  msgid "loading visual editor"
919
  msgstr "φόρτωση του γραφικού επεξεργαστή"
920
 
921
+ #: lib/wfu_constants.php:196
922
  msgid "Clear file list?"
923
  msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
924
 
925
+ #: lib/wfu_constants.php:197
926
  msgid "DROP HERE"
927
  msgstr "ΑΦΗΣΤΕ ΕΔΩ"
928
 
929
+ #: lib/wfu_constants.php:199
930
+ msgid "record video"
931
+ msgstr "εγγραφή video"
932
+
933
+ #: lib/wfu_constants.php:200
934
+ msgid "take a picture"
935
+ msgstr "φωτογραφία"
936
+
937
+ #: lib/wfu_constants.php:201
938
+ msgid "turn webcam on/off"
939
+ msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
940
+
941
+ #: lib/wfu_constants.php:202
942
+ msgid "go live again"
943
+ msgstr "επιστροφή σε ζωντανή λήψη"
944
+
945
+ #: lib/wfu_constants.php:203
946
+ msgid "end recording"
947
+ msgstr "τέλος εγγραφής"
948
+
949
+ #: lib/wfu_constants.php:204
950
+ msgid "play"
951
+ msgstr "αναπαραγωγή"
952
+
953
+ #: lib/wfu_constants.php:205
954
+ msgid "pause"
955
+ msgstr "παύση"
956
+
957
+ #: lib/wfu_constants.php:206
958
+ msgid "go to the beginning"
959
+ msgstr "μετάβαση στην αρχή"
960
+
961
+ #: lib/wfu_constants.php:207
962
+ msgid "go to the end"
963
+ msgstr "μετάβαση στο τέλος"
964
+
965
+ #: lib/wfu_constants.php:209
966
  msgid "Wordpress File Upload Form"
967
  msgstr "Φόρμα του Wordpress File Upload"
968
 
969
+ #: lib/wfu_constants.php:210
970
  msgid "Wordpress File Upload plugin uploader for sidebars"
971
  msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
972
 
973
+ #: lib/wfu_constants.php:211
974
  msgid "Upload Files"
975
  msgstr "Αποστολή αρχείων"
976
 
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: 2016-02-16 00:19+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00:20+0200\n"
7
  "Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
@@ -79,59 +79,71 @@ msgstr "Votre message"
79
  msgid "Please fill in the above words: "
80
  msgstr "Merci de remplir la zone ci-dessus :"
81
 
 
 
 
 
82
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
83
  msgid "File"
84
  msgstr "Fichier"
85
 
86
- #: lib/wfu_constants.php:29
87
  msgid "Date"
88
  msgstr "Date"
89
 
90
- #: lib/wfu_constants.php:30
91
  msgid "Size"
92
  msgstr "Taille"
93
 
94
- #: lib/wfu_constants.php:31
95
  msgid "User"
96
  msgstr "Utilisateur"
97
 
98
- #: lib/wfu_constants.php:32
99
  msgid "Page"
100
  msgstr "Page"
101
 
102
- #: lib/wfu_constants.php:33
103
  msgid "User Fields"
104
  msgstr "Champ utilisateur"
105
 
106
- #: lib/wfu_constants.php:34
107
  msgid "Download"
108
  msgstr "Télécharger"
109
 
110
- #: lib/wfu_constants.php:35
111
  msgid "Download this file"
112
  msgstr "Télécharger ce fichier"
113
 
114
- #: lib/wfu_constants.php:36
115
  msgid "Delete"
116
  msgstr "Supprimer"
117
 
118
- #: lib/wfu_constants.php:37
119
  msgid "Delete this file"
120
  msgstr "Supprimer ce fichier"
121
 
122
- #: lib/wfu_constants.php:38
123
  msgid "Sort list based on this column"
124
  msgstr "Trier la liste à partir de cette colonne"
125
 
126
- #: lib/wfu_constants.php:39
127
  msgid "guest"
128
  msgstr "Visiteur"
129
 
130
- #: lib/wfu_constants.php:40
131
  msgid "unknown"
132
  msgstr "Inconnu"
133
 
134
- #: lib/wfu_constants.php:42
135
  msgid ""
136
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
137
  "attribute."
@@ -139,13 +151,13 @@ msgstr ""
139
  "Erreur : Impossible d'atteindre le repertoire ftp de destination. Vérifier "
140
  "le domaine dans l'attribut 'ftpinfo'."
141
 
142
- #: lib/wfu_constants.php:43
143
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
144
  msgstr ""
145
  "Erreur : Les informations FTP sont invalides. Vérifier le domaine dans "
146
  "l'attribut 'ftpinfo'."
147
 
148
- #: lib/wfu_constants.php:44
149
  msgid ""
150
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
151
  "syntax."
@@ -153,7 +165,7 @@ msgstr ""
153
  "Erreur : Impossible d'obtenir les informations dans l'attribut 'ftpinfo'. "
154
  "Vérifez sa syntaxe."
155
 
156
- #: lib/wfu_constants.php:45
157
  msgid ""
158
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
159
  "attribute."
@@ -161,7 +173,7 @@ msgstr ""
161
  "Erreur : Impossible de résoudre le nom de fichier de destination FTP. "
162
  "Vérifiez le domaine dans l'attribut 'ftpinfo'."
163
 
164
- #: lib/wfu_constants.php:46
165
  msgid ""
166
  "Error. The upload size limit of PHP directive upload_max_filesize is "
167
  "preventing the upload of big files.\n"
@@ -171,7 +183,7 @@ msgstr ""
171
  "upload_max_filesize, empêche l'envoi de gros fichier.\n"
172
  "La limite de la directive PHP upload_max_filesize est de :"
173
 
174
- #: lib/wfu_constants.php:47
175
  msgid ""
176
  "The upload time limit of PHP directive max_input_time is preventing the "
177
  "upload of big files.\n"
@@ -181,7 +193,7 @@ msgstr ""
181
  "l'envoi de gros fichier.\n"
182
  "La limite de la directive PHP max_input_time est de :"
183
 
184
- #: lib/wfu_constants.php:48
185
  msgid ""
186
  "Error. Permission denied to write to target folder.\n"
187
  "Check and correct read/write permissions of target folder."
@@ -190,43 +202,43 @@ msgstr ""
190
  "Vérifiez et corrigez les permission en lecture/ecriture du repertoire de "
191
  "destination."
192
 
193
- #: lib/wfu_constants.php:49
194
  msgid ""
195
  "Error. This file was rejected because its extension is not correct. Its "
196
  "proper filename is: "
197
  msgstr ""
198
 
199
- #: lib/wfu_constants.php:50
200
  msgid "Targer folder doesn't exist."
201
  msgstr "Le répertoire de destination n'existe pas."
202
 
203
- #: lib/wfu_constants.php:51
204
  msgid "Upload failed! Missing a temporary folder."
205
  msgstr "Envoi impossible ! Il manque un répertoire temporaire."
206
 
207
- #: lib/wfu_constants.php:52
208
  msgid "Upload failed! Permission denied to write to target folder."
209
  msgstr ""
210
  "Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
211
  "destination."
212
 
213
- #: lib/wfu_constants.php:53
214
  msgid "File not allowed."
215
  msgstr "Type de fichier non autorisé."
216
 
217
- #: lib/wfu_constants.php:54
218
  msgid "File is suspicious and was rejected."
219
  msgstr ""
220
 
221
- #: lib/wfu_constants.php:55
222
  msgid "The uploaded file exceeds the file size limit."
223
  msgstr "La taille du fichier est supérieure à la taille limite."
224
 
225
- #: lib/wfu_constants.php:56
226
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
227
  msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
228
 
229
- #: lib/wfu_constants.php:57
230
  msgid ""
231
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
232
  "Please contact the administrator."
@@ -234,7 +246,7 @@ msgstr ""
234
  "Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
235
  "Contactez l'administrateur."
236
 
237
- #: lib/wfu_constants.php:58
238
  msgid ""
239
  "Upload failed! The duration of the upload exceeded the time limit of the "
240
  "server. Please contact the administrator."
@@ -242,7 +254,7 @@ msgstr ""
242
  "Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
243
  "l'administrateur."
244
 
245
- #: lib/wfu_constants.php:59
246
  msgid ""
247
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
248
  "was specified in the HTML form."
@@ -250,19 +262,19 @@ msgstr ""
250
  "Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
251
  "spécifiée dans le formulaire HTML."
252
 
253
- #: lib/wfu_constants.php:60
254
  msgid "Upload failed! The uploaded file was only partially uploaded."
255
  msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
256
 
257
- #: lib/wfu_constants.php:61
258
  msgid "Upload failed! No file was uploaded."
259
  msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
260
 
261
- #: lib/wfu_constants.php:62
262
  msgid "Upload failed! Failed to write file to disk."
263
  msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
264
 
265
- #: lib/wfu_constants.php:63
266
  msgid ""
267
  "Upload failed! Error occured while moving temporary file. Please contact "
268
  "administrator."
@@ -270,11 +282,11 @@ msgstr ""
270
  "Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
271
  "temporaire. Contactez l'administrateur."
272
 
273
- #: lib/wfu_constants.php:64
274
  msgid "Upload cancelled!"
275
  msgstr "Envoi annulé!"
276
 
277
- #: lib/wfu_constants.php:65
278
  msgid ""
279
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
280
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -284,21 +296,21 @@ msgstr ""
284
  "peut pas fournir avec certitude quelle extension est en cause. Examinez la "
285
  "liste des extensions chargées avec phpinfo() peut être utile."
286
 
287
- #: lib/wfu_constants.php:66
288
  msgid "Upload failed! Error occured while attemting to upload the file."
289
  msgstr ""
290
  "Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
291
  "fichier."
292
 
293
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
294
  msgid "Upload failed!"
295
  msgstr "Envoi impossible !"
296
 
297
- #: lib/wfu_constants.php:68
298
  msgid "No file!"
299
  msgstr "Pas de fichier !"
300
 
301
- #: lib/wfu_constants.php:69
302
  msgid ""
303
  "Upload failed! The upload has been canceled by the user or the browser "
304
  "dropped the connection."
@@ -306,27 +318,27 @@ msgstr ""
306
  "Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
307
  "interrompu la connexion."
308
 
309
- #: lib/wfu_constants.php:70
310
  msgid "Upload failed! Unknown error."
311
  msgstr "Envoi impossible! Erreur inconnue."
312
 
313
- #: lib/wfu_constants.php:71
314
  msgid "Please contact the administrator."
315
  msgstr "Merci de contacter l'administrateur."
316
 
317
- #: lib/wfu_constants.php:72
318
  msgid "No result from remote server!"
319
  msgstr "Pas de réponse du serveur distant !"
320
 
321
- #: lib/wfu_constants.php:73
322
  msgid " but with warnings"
323
  msgstr "mais avec des avertissements"
324
 
325
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
326
  msgid "Warning: JSON parse error."
327
  msgstr "Attention : Erreur d'analyse JSON"
328
 
329
- #: lib/wfu_constants.php:75
330
  msgid ""
331
  "Upload parameters of this file, passed as JSON string to the handler, could "
332
  "not be parsed."
@@ -334,19 +346,19 @@ msgstr ""
334
  "Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
335
  "peuvent pas être analysés."
336
 
337
- #: lib/wfu_constants.php:77
338
  msgid ""
339
  "UploadStates, passed as JSON string to the handler, could not be parsed."
340
  msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
341
 
342
- #: lib/wfu_constants.php:78
343
  msgid ""
344
  "Redirection to classic form functionality occurred due to unknown error."
345
  msgstr ""
346
  "La redirection vers la fonctionnalité classique des formulaires s'est "
347
  "produit à cause d'une erreur inconue."
348
 
349
- #: lib/wfu_constants.php:79
350
  msgid ""
351
  "Redirection to classic form functionality occurred because AJAX is not "
352
  "supported."
@@ -354,7 +366,7 @@ msgstr ""
354
  "La redirection vers la fonctionnalité classique des formulaire s'est produit "
355
  "car AJAX n'est pas supporté."
356
 
357
- #: lib/wfu_constants.php:80
358
  msgid ""
359
  "Redirection to classic form functionality occurred because HTML5 is not "
360
  "supported."
@@ -362,60 +374,60 @@ msgstr ""
362
  "La redirection vers la fonctionnalité classique des formulaires s'est "
363
  "produit car HTML5 n'est pas supporté."
364
 
365
- #: lib/wfu_constants.php:81
366
  msgid ""
367
  "Redirection to classic form functionality occurred due to JSON parse error."
368
  msgstr ""
369
  "La redirection vers la fonctionnalité classique des formulaires s'est "
370
  "produit à cause d'une erreur d'analyse JSON."
371
 
372
- #: lib/wfu_constants.php:82
373
  msgid "Please enable popup windows from the browser's settings!"
374
  msgstr ""
375
  "Veuillez activer les fenêtres contextuelles dans les paramètres du "
376
  "navigateur !"
377
 
378
- #: lib/wfu_constants.php:83
379
  msgid "cannot be empty!"
380
  msgstr "Ne peut pas être vide !"
381
 
382
- #: lib/wfu_constants.php:84
383
  msgid "number not valid!"
384
  msgstr "Nombre non valide !"
385
 
386
- #: lib/wfu_constants.php:85
387
  msgid "email not valid!"
388
  msgstr "L'e-mail n'est pas valide !"
389
 
390
- #: lib/wfu_constants.php:86
391
  msgid "emails do not match!"
392
  msgstr "Les e-mails ne correspondent pas !"
393
 
394
- #: lib/wfu_constants.php:87
395
  msgid "no base email field in group!"
396
  msgstr "Aucun champ email de base en groupe !"
397
 
398
- #: lib/wfu_constants.php:88
399
  msgid "passwords do not match!"
400
  msgstr "Les mots de passe ne correspondent pas !"
401
 
402
- #: lib/wfu_constants.php:89
403
  msgid "no base password field in group!"
404
  msgstr "Aucun champ de mot de passe de base dans le groupe !"
405
 
406
- #: lib/wfu_constants.php:90
407
  msgid "checkbox unchecked!"
408
  msgstr "Case à cocher désactivée !"
409
 
410
- #: lib/wfu_constants.php:91
411
  msgid "no option selected!"
412
  msgstr "Aucune option sélectionnée !"
413
 
414
- #: lib/wfu_constants.php:92
415
  msgid "no item selected!"
416
  msgstr "Aucun article sélectionné !"
417
 
418
- #: lib/wfu_constants.php:93
419
  msgid ""
420
  "There are more than one instances of the plugin in this page with the same "
421
  "id. Please change it."
@@ -423,7 +435,7 @@ msgstr ""
423
  "Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
424
  "id). Modifiez votre page."
425
 
426
- #: lib/wfu_constants.php:94
427
  msgid ""
428
  "Cannot edit the shortcode because the page has been modified. Please reload "
429
  "the page."
@@ -431,7 +443,19 @@ msgstr ""
431
  "Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
432
  "recharger la page."
433
 
434
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
435
  msgid ""
436
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
437
  "or use RecaptchaV2 (no account)."
@@ -439,24 +463,24 @@ msgstr ""
439
  "Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
440
  "Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
441
 
442
- #: lib/wfu_constants.php:96
443
  msgid ""
444
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
445
  "notify administrator."
446
  msgstr ""
447
 
448
- #: lib/wfu_constants.php:97
449
  msgid ""
450
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
451
  "use RecaptchaV1 (no account)."
452
  msgstr ""
453
 
454
- #: lib/wfu_constants.php:98
455
  msgid "ERROR: No site key. Please contact administrator!"
456
  msgstr ""
457
  "Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
458
 
459
- #: lib/wfu_constants.php:99
460
  msgid ""
461
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
462
  "define Google Recaptcha keys."
@@ -464,123 +488,123 @@ msgstr ""
464
  "Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
465
  "Tableau de bord pour définir des clés de Google Recaptcha."
466
 
467
- #: lib/wfu_constants.php:100
468
  msgid "Bad captcha image!"
469
  msgstr "Mauvaise image de captcha !"
470
 
471
- #: lib/wfu_constants.php:101
472
  msgid "No input!"
473
  msgstr "Aucune entrée !"
474
 
475
- #: lib/wfu_constants.php:102
476
  msgid "Captcha not completed!"
477
  msgstr "Captcha incomplet !"
478
 
479
- #: lib/wfu_constants.php:103
480
  msgid "Wrong captcha!"
481
  msgstr "Mauvaise saisie captcha!"
482
 
483
- #: lib/wfu_constants.php:104
484
  msgid "Error refreshing captcha!"
485
  msgstr "Erreur mise à jour du captcha!"
486
 
487
- #: lib/wfu_constants.php:105
488
  msgid "Unknown captcha error!"
489
  msgstr "Captcha erreur inconnue!"
490
 
491
- #: lib/wfu_constants.php:106
492
  msgid "Captcha not supported by your browser!"
493
  msgstr "Captcha n'a pas supporté par votre navigateur!"
494
 
495
- #: lib/wfu_constants.php:107
496
  msgid "the secret parameter is missing"
497
  msgstr "le paramètre secret est manquant"
498
 
499
- #: lib/wfu_constants.php:108
500
  msgid "the secret parameter is invalid or malformed"
501
  msgstr "le paramètre secret est invalide ou malformé"
502
 
503
- #: lib/wfu_constants.php:109
504
  msgid "the response parameter is missing"
505
  msgstr "le paramètre de réponse est manquant"
506
 
507
- #: lib/wfu_constants.php:110
508
  msgid "the response parameter is invalid or malformed"
509
  msgstr "le paramètre de réponse est invalide ou malformé"
510
 
511
- #: lib/wfu_constants.php:111
512
  msgid "Please do not use drag drop due to an internal problem."
513
  msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
514
 
515
- #: lib/wfu_constants.php:112
516
  #, php-format
517
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
518
  msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
519
 
520
- #: lib/wfu_constants.php:113
521
  msgid "Chunked upload is not allowed!"
522
  msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
523
 
524
- #: lib/wfu_constants.php:114
525
  msgid "Chunked upload aborted due to error in previous chunk!"
526
  msgstr ""
527
  "Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
528
 
529
- #: lib/wfu_constants.php:115
530
  msgid "Chunked upload failed, final file could not be created!"
531
  msgstr ""
532
  "Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
533
 
534
- #: lib/wfu_constants.php:116
535
  #, php-format
536
  msgid "Could not write file chuck to destination on chunk %d"
537
  msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
538
 
539
- #: lib/wfu_constants.php:117
540
  #, php-format
541
  msgid "Could not enlarge destination file on chunk %d"
542
  msgstr "Impossible agrandir fichier de destination sur bloc %d"
543
 
544
- #: lib/wfu_constants.php:118
545
  #, php-format
546
  msgid "Could not open file handles on chunk %d"
547
  msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
548
 
549
- #: lib/wfu_constants.php:119
550
  msgid "You are not allowed to delete this file!"
551
  msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
552
 
553
- #: lib/wfu_constants.php:121
554
  msgid "Upload skipped! File already exists."
555
  msgstr "Envoi ignoré ! Le fichier existe déjà."
556
 
557
- #: lib/wfu_constants.php:122
558
  msgid "The extension of the file does not match its contents."
559
  msgstr ""
560
 
561
- #: lib/wfu_constants.php:123
562
  msgid ""
563
  "Upload succeeded but the file is suspicious because its contents do not "
564
  "match its extension. Its proper filename is: "
565
  msgstr ""
566
 
567
- #: lib/wfu_constants.php:124
568
  msgid "No files have been selected!"
569
  msgstr "Aucun fichier n'a été envoyé !"
570
 
571
- #: lib/wfu_constants.php:125
572
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
573
  msgstr ""
574
  "WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
575
  "envoyer."
576
 
577
- #: lib/wfu_constants.php:126
578
  msgid "Notification email was not sent because there were no files uploaded."
579
  msgstr ""
580
  "Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
581
  "envoyer."
582
 
583
- #: lib/wfu_constants.php:127
584
  msgid ""
585
  "Notification email was not sent because no recipients were defined. Please "
586
  "check notifyrecipients attribute in the shortcode."
@@ -588,7 +612,7 @@ msgstr ""
588
  "Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
589
  "Merci de vérifier l'attribut notifyrecipients dans le shortcode."
590
 
591
- #: lib/wfu_constants.php:128
592
  msgid ""
593
  "Notification email was not sent due to an error. Please check "
594
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -596,7 +620,7 @@ msgstr ""
596
  "Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
597
  "vérifier les attributs notifyrecipients, notifysubject et notifymessage."
598
 
599
- #: lib/wfu_constants.php:129
600
  msgid ""
601
  "Redirection not executed because redirection link is empty. Please check "
602
  "redirectlink attribute."
@@ -604,14 +628,14 @@ msgstr ""
604
  "La redirection n'a pas été effectuée car le lien de redirection est vide. "
605
  "Merci de vérifier l'attribut redirectlink."
606
 
607
- #: lib/wfu_constants.php:130
608
  msgid ""
609
  "Redirection not executed because not all files were successfully uploaded."
610
  msgstr ""
611
  "La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
612
  "envoyés."
613
 
614
- #: lib/wfu_constants.php:132
615
  msgid ""
616
  "Failed to add the shortcode to the page/post. Please try again. If the "
617
  "message persists, contact administrator."
@@ -619,7 +643,7 @@ msgstr ""
619
  "Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
620
  "le message persiste, contactez l' administrateur."
621
 
622
- #: lib/wfu_constants.php:133
623
  msgid ""
624
  "Failed to edit the shortcode because the contents of the page changed. Try "
625
  "again to edit the shortcode."
@@ -627,7 +651,7 @@ msgstr ""
627
  "Impossible de modifier le shortcode parce que le contenu de la page a "
628
  "changé. Essayez à nouveau de modifier le shortcode."
629
 
630
- #: lib/wfu_constants.php:134
631
  msgid ""
632
  "Failed to delete the shortcode because the contents of the page changed. Try "
633
  "again to delete it."
@@ -635,7 +659,7 @@ msgstr ""
635
  "Impossible de supprimer le shortcode parce que le contenu de la page a "
636
  "changé. Essayez à nouveau de le supprimer."
637
 
638
- #: lib/wfu_constants.php:135
639
  msgid ""
640
  "The page containing the shortcode has been modified and it is no longer "
641
  "valid. Please go back to reload the shortcode."
@@ -643,7 +667,7 @@ msgstr ""
643
  "La page contenant le shortcode a été modifié et il n'est plus valide. "
644
  "Rechargez le shortcode."
645
 
646
- #: lib/wfu_constants.php:136
647
  msgid ""
648
  "Failed to update the shortcode because the contents of the page changed. Go "
649
  "back to reload the shortcode."
@@ -651,7 +675,7 @@ msgstr ""
651
  "Impossible de mettre à jour le shortcode parce que le contenu de la page a "
652
  "changé. Rechargez le shortcode."
653
 
654
- #: lib/wfu_constants.php:137
655
  msgid ""
656
  "Failed to update the shortcode. Please try again. If the problem persists, "
657
  "go back and reload the shortcode."
@@ -659,39 +683,39 @@ msgstr ""
659
  "Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
660
  "persiste, rechargez le shortcode."
661
 
662
- #: lib/wfu_constants.php:139
663
  msgid "This is a test message"
664
  msgstr "Ceci est un message de test"
665
 
666
- #: lib/wfu_constants.php:140
667
  msgid "This is a test administrator message"
668
  msgstr "Ceci est un message administrateur de test"
669
 
670
- #: lib/wfu_constants.php:141
671
  msgid "File testfile 1 under test"
672
  msgstr "File testfile 1 under test"
673
 
674
- #: lib/wfu_constants.php:142
675
  msgid "File testfile 1 message"
676
  msgstr "File testfile 1 message"
677
 
678
- #: lib/wfu_constants.php:143
679
  msgid "File testfile 1 administrator message"
680
  msgstr "Message administrateur File testfile"
681
 
682
- #: lib/wfu_constants.php:144
683
  msgid "File testfile 2 under test"
684
  msgstr "En test File testfile"
685
 
686
- #: lib/wfu_constants.php:145
687
  msgid "File testfile 2 message"
688
  msgstr "Message File testfile 2"
689
 
690
- #: lib/wfu_constants.php:146
691
  msgid "File testfile 2 administrator message"
692
  msgstr "Message administrateur File testfile 2"
693
 
694
- #: lib/wfu_constants.php:148
695
  msgid ""
696
  "Insert variable %userid% inside text. It will be replaced by the id of the "
697
  "current user."
@@ -699,7 +723,7 @@ msgstr ""
699
  "Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
700
  "l'utilisateur courant."
701
 
702
- #: lib/wfu_constants.php:149
703
  msgid ""
704
  "Insert variable %username% inside text. It will be replaced by the username "
705
  "of the current user."
@@ -707,7 +731,7 @@ msgstr ""
707
  "Insérez la variable %username% dans le texte. Il sera remplacé par le "
708
  "username de l'utilisateur courant."
709
 
710
- #: lib/wfu_constants.php:150
711
  msgid ""
712
  "Insert variable %useremail% inside text. It will be replaced by the email of "
713
  "the current user."
@@ -715,7 +739,7 @@ msgstr ""
715
  "Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
716
  "de l'utilisateur courant."
717
 
718
- #: lib/wfu_constants.php:151
719
  msgid ""
720
  "Insert variable %filename% inside text. It will be replaced by the filename "
721
  "of the uploaded file."
@@ -723,7 +747,7 @@ msgstr ""
723
  "Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
724
  "fichier à envoyer."
725
 
726
- #: lib/wfu_constants.php:152
727
  msgid ""
728
  "Insert variable %filepath% inside text. It will be replaced by the full "
729
  "filepath of the uploaded file."
@@ -731,7 +755,7 @@ msgstr ""
731
  "Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
732
  "complet du fichier envoyé."
733
 
734
- #: lib/wfu_constants.php:153
735
  msgid ""
736
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
737
  "the website."
@@ -739,7 +763,7 @@ msgstr ""
739
  "Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
740
  "blog du site web."
741
 
742
- #: lib/wfu_constants.php:154
743
  msgid ""
744
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
745
  "current page."
@@ -747,7 +771,7 @@ msgstr ""
747
  "Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
748
  "page en cours."
749
 
750
- #: lib/wfu_constants.php:155
751
  msgid ""
752
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
753
  "the current page."
@@ -755,7 +779,7 @@ msgstr ""
755
  "Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
756
  "la page courante."
757
 
758
- #: lib/wfu_constants.php:156
759
  msgid ""
760
  "Insert variable %userdataXXX% inside text. Select the user field from the "
761
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -765,150 +789,186 @@ msgstr ""
765
  "l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
766
  "l'utilisateur aura entré dans ce champ."
767
 
768
- #: lib/wfu_constants.php:157
769
  msgid "Insert variable %n% inside text to denote a line change."
770
  msgstr ""
771
  "Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
772
  "de ligne."
773
 
774
- #: lib/wfu_constants.php:159
775
  msgid "Test Mode"
776
  msgstr "Mode de test"
777
 
778
- #: lib/wfu_constants.php:160
779
  msgid "select dir..."
780
  msgstr "Sélectionnez dir"
781
 
782
- #: lib/wfu_constants.php:161
783
  msgid "type dir"
784
  msgstr "Saisir dir"
785
 
786
- #: lib/wfu_constants.php:162
787
  msgid "Upload path: %filepath%"
788
  msgstr "Chemin d'upload : %filepath%"
789
 
790
- #: lib/wfu_constants.php:163
791
  msgid "Failed upload path: %filepath%"
792
  msgstr "Mauvais répertoire d'envoi : %filepath%"
793
 
794
- #: lib/wfu_constants.php:164
795
  msgid " (required)"
796
  msgstr " (*)"
797
 
798
- #: lib/wfu_constants.php:165
799
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
800
  msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
801
 
802
- #: lib/wfu_constants.php:166
803
  msgid "checking captcha..."
804
  msgstr "Vérifiez captcha..."
805
 
806
- #: lib/wfu_constants.php:167
807
  msgid "refreshing..."
808
  msgstr "Mise à jour..."
809
 
810
- #: lib/wfu_constants.php:168
811
  msgid "correct captcha"
812
  msgstr "Captcha correctement saisi"
813
 
814
- #: lib/wfu_constants.php:169
815
  msgid "click to continue the upload"
816
  msgstr "Cliquer pour continuer l'envoi"
817
 
818
- #: lib/wfu_constants.php:170
819
  msgid "Are you sure you want to delete this file?"
820
  msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
821
 
822
- #: lib/wfu_constants.php:171
823
  msgid "Are you sure that you want to cancel the upload?"
824
  msgstr ""
825
 
826
- #: lib/wfu_constants.php:172
827
  msgid "cancel upload of this file"
828
  msgstr ""
829
 
830
- #: lib/wfu_constants.php:173
831
  msgid "Upload in progress"
832
  msgstr "Envoi en cours"
833
 
834
- #: lib/wfu_constants.php:174
835
  msgid "Upload in progress with warnings!"
836
  msgstr "Envoi en cours mais avec des avertissements!"
837
 
838
- #: lib/wfu_constants.php:175
839
  msgid "Upload in progress but some files already failed!"
840
  msgstr "Envoi en cours mais certains fichiers ont échoués!"
841
 
842
- #: lib/wfu_constants.php:176
843
  msgid "Upload in progress but no files uploaded so far!"
844
  msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
845
 
846
- #: lib/wfu_constants.php:177
847
  msgid "All files uploaded successfully"
848
  msgstr "Tous les fichiers ont été envoyés avec succès"
849
 
850
- #: lib/wfu_constants.php:178
851
  msgid "All files uploaded successfully but there are warnings!"
852
  msgstr ""
853
  "Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
854
 
855
- #: lib/wfu_constants.php:179
856
  msgid "File uploaded successfully but there are warnings!"
857
  msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
858
 
859
- #: lib/wfu_constants.php:180
860
  msgid "Some files failed to upload!"
861
  msgstr "Certains fichiers n'ont pas été envoyé"
862
 
863
- #: lib/wfu_constants.php:181
864
  msgid "All files failed to upload"
865
  msgstr "Impossible d'envoyer les fichiers"
866
 
867
- #: lib/wfu_constants.php:182
868
  msgid "File failed to upload"
869
  msgstr "Impossible d'envoyer le fichier"
870
 
871
- #: lib/wfu_constants.php:183
872
  msgid "There are no files to upload!"
873
  msgstr "Il n'y a pas de fichiers à envoyer"
874
 
875
- #: lib/wfu_constants.php:184
876
  msgid "Test upload message"
877
  msgstr "Message de test d'upload"
878
 
879
- #: lib/wfu_constants.php:185
880
  msgid "JSON parse warning!"
881
  msgstr "Avertissements d'analyse JSON."
882
 
883
- #: lib/wfu_constants.php:186
884
  msgid "please wait while redirecting..."
885
  msgstr "Merci de patienter pendant la redirection..."
886
 
887
- #: lib/wfu_constants.php:188
888
  msgid "Open visual shortcode editor in new window"
889
  msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
890
 
891
- #: lib/wfu_constants.php:189
892
  msgid "loading visual editor"
893
  msgstr "Chargement de l'éditeur visuel"
894
 
895
- #: lib/wfu_constants.php:190
896
  msgid "Clear file list?"
897
  msgstr "Effacer la liste des fichiers ?"
898
 
899
- #: lib/wfu_constants.php:191
900
  msgid "DROP HERE"
901
  msgstr "Déposer ici"
902
 
903
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
904
  msgid "Wordpress File Upload Form"
905
  msgstr "Wordpress File Upload Formulaire"
906
 
907
- #: lib/wfu_constants.php:194
908
  msgid "Wordpress File Upload plugin uploader for sidebars"
909
  msgstr "Wordpress File Upload extension d'upload pour sidebar."
910
 
911
- #: lib/wfu_constants.php:195
912
  msgid "Upload Files"
913
  msgstr "Envoyer des fichiers"
914
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:22+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:25+0200\n"
7
  "Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
79
  msgid "Please fill in the above words: "
80
  msgstr "Merci de remplir la zone ci-dessus :"
81
 
82
+ #: lib/wfu_constants.php:27
83
+ msgid "Upload Media"
84
+ msgstr ""
85
+
86
  #: lib/wfu_constants.php:28
87
+ msgid "videostream"
88
+ msgstr "videostream"
89
+
90
+ #: lib/wfu_constants.php:29
91
+ msgid "screenshot"
92
+ msgstr "screenshot"
93
+
94
+ #: lib/wfu_constants.php:31
95
  msgid "File"
96
  msgstr "Fichier"
97
 
98
+ #: lib/wfu_constants.php:32
99
  msgid "Date"
100
  msgstr "Date"
101
 
102
+ #: lib/wfu_constants.php:33
103
  msgid "Size"
104
  msgstr "Taille"
105
 
106
+ #: lib/wfu_constants.php:34
107
  msgid "User"
108
  msgstr "Utilisateur"
109
 
110
+ #: lib/wfu_constants.php:35
111
  msgid "Page"
112
  msgstr "Page"
113
 
114
+ #: lib/wfu_constants.php:36
115
  msgid "User Fields"
116
  msgstr "Champ utilisateur"
117
 
118
+ #: lib/wfu_constants.php:37
119
  msgid "Download"
120
  msgstr "Télécharger"
121
 
122
+ #: lib/wfu_constants.php:38
123
  msgid "Download this file"
124
  msgstr "Télécharger ce fichier"
125
 
126
+ #: lib/wfu_constants.php:39
127
  msgid "Delete"
128
  msgstr "Supprimer"
129
 
130
+ #: lib/wfu_constants.php:40
131
  msgid "Delete this file"
132
  msgstr "Supprimer ce fichier"
133
 
134
+ #: lib/wfu_constants.php:41
135
  msgid "Sort list based on this column"
136
  msgstr "Trier la liste à partir de cette colonne"
137
 
138
+ #: lib/wfu_constants.php:42
139
  msgid "guest"
140
  msgstr "Visiteur"
141
 
142
+ #: lib/wfu_constants.php:43
143
  msgid "unknown"
144
  msgstr "Inconnu"
145
 
146
+ #: lib/wfu_constants.php:45
147
  msgid ""
148
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
149
  "attribute."
151
  "Erreur : Impossible d'atteindre le repertoire ftp de destination. Vérifier "
152
  "le domaine dans l'attribut 'ftpinfo'."
153
 
154
+ #: lib/wfu_constants.php:46
155
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
156
  msgstr ""
157
  "Erreur : Les informations FTP sont invalides. Vérifier le domaine dans "
158
  "l'attribut 'ftpinfo'."
159
 
160
+ #: lib/wfu_constants.php:47
161
  msgid ""
162
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
163
  "syntax."
165
  "Erreur : Impossible d'obtenir les informations dans l'attribut 'ftpinfo'. "
166
  "Vérifez sa syntaxe."
167
 
168
+ #: lib/wfu_constants.php:48
169
  msgid ""
170
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
171
  "attribute."
173
  "Erreur : Impossible de résoudre le nom de fichier de destination FTP. "
174
  "Vérifiez le domaine dans l'attribut 'ftpinfo'."
175
 
176
+ #: lib/wfu_constants.php:49
177
  msgid ""
178
  "Error. The upload size limit of PHP directive upload_max_filesize is "
179
  "preventing the upload of big files.\n"
183
  "upload_max_filesize, empêche l'envoi de gros fichier.\n"
184
  "La limite de la directive PHP upload_max_filesize est de :"
185
 
186
+ #: lib/wfu_constants.php:50
187
  msgid ""
188
  "The upload time limit of PHP directive max_input_time is preventing the "
189
  "upload of big files.\n"
193
  "l'envoi de gros fichier.\n"
194
  "La limite de la directive PHP max_input_time est de :"
195
 
196
+ #: lib/wfu_constants.php:51
197
  msgid ""
198
  "Error. Permission denied to write to target folder.\n"
199
  "Check and correct read/write permissions of target folder."
202
  "Vérifiez et corrigez les permission en lecture/ecriture du repertoire de "
203
  "destination."
204
 
205
+ #: lib/wfu_constants.php:52
206
  msgid ""
207
  "Error. This file was rejected because its extension is not correct. Its "
208
  "proper filename is: "
209
  msgstr ""
210
 
211
+ #: lib/wfu_constants.php:53
212
  msgid "Targer folder doesn't exist."
213
  msgstr "Le répertoire de destination n'existe pas."
214
 
215
+ #: lib/wfu_constants.php:54
216
  msgid "Upload failed! Missing a temporary folder."
217
  msgstr "Envoi impossible ! Il manque un répertoire temporaire."
218
 
219
+ #: lib/wfu_constants.php:55
220
  msgid "Upload failed! Permission denied to write to target folder."
221
  msgstr ""
222
  "Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
223
  "destination."
224
 
225
+ #: lib/wfu_constants.php:56
226
  msgid "File not allowed."
227
  msgstr "Type de fichier non autorisé."
228
 
229
+ #: lib/wfu_constants.php:57
230
  msgid "File is suspicious and was rejected."
231
  msgstr ""
232
 
233
+ #: lib/wfu_constants.php:58
234
  msgid "The uploaded file exceeds the file size limit."
235
  msgstr "La taille du fichier est supérieure à la taille limite."
236
 
237
+ #: lib/wfu_constants.php:59
238
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
239
  msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
240
 
241
+ #: lib/wfu_constants.php:60
242
  msgid ""
243
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
244
  "Please contact the administrator."
246
  "Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
247
  "Contactez l'administrateur."
248
 
249
+ #: lib/wfu_constants.php:61
250
  msgid ""
251
  "Upload failed! The duration of the upload exceeded the time limit of the "
252
  "server. Please contact the administrator."
254
  "Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
255
  "l'administrateur."
256
 
257
+ #: lib/wfu_constants.php:62
258
  msgid ""
259
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
260
  "was specified in the HTML form."
262
  "Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
263
  "spécifiée dans le formulaire HTML."
264
 
265
+ #: lib/wfu_constants.php:63
266
  msgid "Upload failed! The uploaded file was only partially uploaded."
267
  msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
268
 
269
+ #: lib/wfu_constants.php:64
270
  msgid "Upload failed! No file was uploaded."
271
  msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
272
 
273
+ #: lib/wfu_constants.php:65
274
  msgid "Upload failed! Failed to write file to disk."
275
  msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
276
 
277
+ #: lib/wfu_constants.php:66
278
  msgid ""
279
  "Upload failed! Error occured while moving temporary file. Please contact "
280
  "administrator."
282
  "Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
283
  "temporaire. Contactez l'administrateur."
284
 
285
+ #: lib/wfu_constants.php:67
286
  msgid "Upload cancelled!"
287
  msgstr "Envoi annulé!"
288
 
289
+ #: lib/wfu_constants.php:68
290
  msgid ""
291
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
292
  "a way to ascertain which extension caused the file upload to stop; examining "
296
  "peut pas fournir avec certitude quelle extension est en cause. Examinez la "
297
  "liste des extensions chargées avec phpinfo() peut être utile."
298
 
299
+ #: lib/wfu_constants.php:69
300
  msgid "Upload failed! Error occured while attemting to upload the file."
301
  msgstr ""
302
  "Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
303
  "fichier."
304
 
305
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
306
  msgid "Upload failed!"
307
  msgstr "Envoi impossible !"
308
 
309
+ #: lib/wfu_constants.php:71
310
  msgid "No file!"
311
  msgstr "Pas de fichier !"
312
 
313
+ #: lib/wfu_constants.php:72
314
  msgid ""
315
  "Upload failed! The upload has been canceled by the user or the browser "
316
  "dropped the connection."
318
  "Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
319
  "interrompu la connexion."
320
 
321
+ #: lib/wfu_constants.php:73
322
  msgid "Upload failed! Unknown error."
323
  msgstr "Envoi impossible! Erreur inconnue."
324
 
325
+ #: lib/wfu_constants.php:74
326
  msgid "Please contact the administrator."
327
  msgstr "Merci de contacter l'administrateur."
328
 
329
+ #: lib/wfu_constants.php:75
330
  msgid "No result from remote server!"
331
  msgstr "Pas de réponse du serveur distant !"
332
 
333
+ #: lib/wfu_constants.php:76
334
  msgid " but with warnings"
335
  msgstr "mais avec des avertissements"
336
 
337
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
338
  msgid "Warning: JSON parse error."
339
  msgstr "Attention : Erreur d'analyse JSON"
340
 
341
+ #: lib/wfu_constants.php:78
342
  msgid ""
343
  "Upload parameters of this file, passed as JSON string to the handler, could "
344
  "not be parsed."
346
  "Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
347
  "peuvent pas être analysés."
348
 
349
+ #: lib/wfu_constants.php:80
350
  msgid ""
351
  "UploadStates, passed as JSON string to the handler, could not be parsed."
352
  msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
353
 
354
+ #: lib/wfu_constants.php:81
355
  msgid ""
356
  "Redirection to classic form functionality occurred due to unknown error."
357
  msgstr ""
358
  "La redirection vers la fonctionnalité classique des formulaires s'est "
359
  "produit à cause d'une erreur inconue."
360
 
361
+ #: lib/wfu_constants.php:82
362
  msgid ""
363
  "Redirection to classic form functionality occurred because AJAX is not "
364
  "supported."
366
  "La redirection vers la fonctionnalité classique des formulaire s'est produit "
367
  "car AJAX n'est pas supporté."
368
 
369
+ #: lib/wfu_constants.php:83
370
  msgid ""
371
  "Redirection to classic form functionality occurred because HTML5 is not "
372
  "supported."
374
  "La redirection vers la fonctionnalité classique des formulaires s'est "
375
  "produit car HTML5 n'est pas supporté."
376
 
377
+ #: lib/wfu_constants.php:84
378
  msgid ""
379
  "Redirection to classic form functionality occurred due to JSON parse error."
380
  msgstr ""
381
  "La redirection vers la fonctionnalité classique des formulaires s'est "
382
  "produit à cause d'une erreur d'analyse JSON."
383
 
384
+ #: lib/wfu_constants.php:85
385
  msgid "Please enable popup windows from the browser's settings!"
386
  msgstr ""
387
  "Veuillez activer les fenêtres contextuelles dans les paramètres du "
388
  "navigateur !"
389
 
390
+ #: lib/wfu_constants.php:86
391
  msgid "cannot be empty!"
392
  msgstr "Ne peut pas être vide !"
393
 
394
+ #: lib/wfu_constants.php:87
395
  msgid "number not valid!"
396
  msgstr "Nombre non valide !"
397
 
398
+ #: lib/wfu_constants.php:88
399
  msgid "email not valid!"
400
  msgstr "L'e-mail n'est pas valide !"
401
 
402
+ #: lib/wfu_constants.php:89
403
  msgid "emails do not match!"
404
  msgstr "Les e-mails ne correspondent pas !"
405
 
406
+ #: lib/wfu_constants.php:90
407
  msgid "no base email field in group!"
408
  msgstr "Aucun champ email de base en groupe !"
409
 
410
+ #: lib/wfu_constants.php:91
411
  msgid "passwords do not match!"
412
  msgstr "Les mots de passe ne correspondent pas !"
413
 
414
+ #: lib/wfu_constants.php:92
415
  msgid "no base password field in group!"
416
  msgstr "Aucun champ de mot de passe de base dans le groupe !"
417
 
418
+ #: lib/wfu_constants.php:93
419
  msgid "checkbox unchecked!"
420
  msgstr "Case à cocher désactivée !"
421
 
422
+ #: lib/wfu_constants.php:94
423
  msgid "no option selected!"
424
  msgstr "Aucune option sélectionnée !"
425
 
426
+ #: lib/wfu_constants.php:95
427
  msgid "no item selected!"
428
  msgstr "Aucun article sélectionné !"
429
 
430
+ #: lib/wfu_constants.php:96
431
  msgid ""
432
  "There are more than one instances of the plugin in this page with the same "
433
  "id. Please change it."
435
  "Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
436
  "id). Modifiez votre page."
437
 
438
+ #: lib/wfu_constants.php:97
439
  msgid ""
440
  "Cannot edit the shortcode because the page has been modified. Please reload "
441
  "the page."
443
  "Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
444
  "recharger la page."
445
 
446
+ #: lib/wfu_constants.php:98
447
+ msgid "Your browser does not support webcam capture!"
448
+ msgstr ""
449
+
450
+ #: lib/wfu_constants.php:99
451
+ msgid "Your browser does not support video recording from the webcam!"
452
+ msgstr ""
453
+
454
+ #: lib/wfu_constants.php:100
455
+ msgid "No video was recorded!"
456
+ msgstr ""
457
+
458
+ #: lib/wfu_constants.php:101
459
  msgid ""
460
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
461
  "or use RecaptchaV2 (no account)."
463
  "Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
464
  "Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
465
 
466
+ #: lib/wfu_constants.php:102
467
  msgid ""
468
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
469
  "notify administrator."
470
  msgstr ""
471
 
472
+ #: lib/wfu_constants.php:103
473
  msgid ""
474
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
475
  "use RecaptchaV1 (no account)."
476
  msgstr ""
477
 
478
+ #: lib/wfu_constants.php:104
479
  msgid "ERROR: No site key. Please contact administrator!"
480
  msgstr ""
481
  "Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
482
 
483
+ #: lib/wfu_constants.php:105
484
  msgid ""
485
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
486
  "define Google Recaptcha keys."
488
  "Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
489
  "Tableau de bord pour définir des clés de Google Recaptcha."
490
 
491
+ #: lib/wfu_constants.php:106
492
  msgid "Bad captcha image!"
493
  msgstr "Mauvaise image de captcha !"
494
 
495
+ #: lib/wfu_constants.php:107
496
  msgid "No input!"
497
  msgstr "Aucune entrée !"
498
 
499
+ #: lib/wfu_constants.php:108
500
  msgid "Captcha not completed!"
501
  msgstr "Captcha incomplet !"
502
 
503
+ #: lib/wfu_constants.php:109
504
  msgid "Wrong captcha!"
505
  msgstr "Mauvaise saisie captcha!"
506
 
507
+ #: lib/wfu_constants.php:110
508
  msgid "Error refreshing captcha!"
509
  msgstr "Erreur mise à jour du captcha!"
510
 
511
+ #: lib/wfu_constants.php:111
512
  msgid "Unknown captcha error!"
513
  msgstr "Captcha erreur inconnue!"
514
 
515
+ #: lib/wfu_constants.php:112
516
  msgid "Captcha not supported by your browser!"
517
  msgstr "Captcha n'a pas supporté par votre navigateur!"
518
 
519
+ #: lib/wfu_constants.php:113
520
  msgid "the secret parameter is missing"
521
  msgstr "le paramètre secret est manquant"
522
 
523
+ #: lib/wfu_constants.php:114
524
  msgid "the secret parameter is invalid or malformed"
525
  msgstr "le paramètre secret est invalide ou malformé"
526
 
527
+ #: lib/wfu_constants.php:115
528
  msgid "the response parameter is missing"
529
  msgstr "le paramètre de réponse est manquant"
530
 
531
+ #: lib/wfu_constants.php:116
532
  msgid "the response parameter is invalid or malformed"
533
  msgstr "le paramètre de réponse est invalide ou malformé"
534
 
535
+ #: lib/wfu_constants.php:117
536
  msgid "Please do not use drag drop due to an internal problem."
537
  msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
538
 
539
+ #: lib/wfu_constants.php:118
540
  #, php-format
541
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
542
  msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
543
 
544
+ #: lib/wfu_constants.php:119
545
  msgid "Chunked upload is not allowed!"
546
  msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
547
 
548
+ #: lib/wfu_constants.php:120
549
  msgid "Chunked upload aborted due to error in previous chunk!"
550
  msgstr ""
551
  "Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
552
 
553
+ #: lib/wfu_constants.php:121
554
  msgid "Chunked upload failed, final file could not be created!"
555
  msgstr ""
556
  "Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
557
 
558
+ #: lib/wfu_constants.php:122
559
  #, php-format
560
  msgid "Could not write file chuck to destination on chunk %d"
561
  msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
562
 
563
+ #: lib/wfu_constants.php:123
564
  #, php-format
565
  msgid "Could not enlarge destination file on chunk %d"
566
  msgstr "Impossible agrandir fichier de destination sur bloc %d"
567
 
568
+ #: lib/wfu_constants.php:124
569
  #, php-format
570
  msgid "Could not open file handles on chunk %d"
571
  msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
572
 
573
+ #: lib/wfu_constants.php:125
574
  msgid "You are not allowed to delete this file!"
575
  msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
576
 
577
+ #: lib/wfu_constants.php:127
578
  msgid "Upload skipped! File already exists."
579
  msgstr "Envoi ignoré ! Le fichier existe déjà."
580
 
581
+ #: lib/wfu_constants.php:128
582
  msgid "The extension of the file does not match its contents."
583
  msgstr ""
584
 
585
+ #: lib/wfu_constants.php:129
586
  msgid ""
587
  "Upload succeeded but the file is suspicious because its contents do not "
588
  "match its extension. Its proper filename is: "
589
  msgstr ""
590
 
591
+ #: lib/wfu_constants.php:130
592
  msgid "No files have been selected!"
593
  msgstr "Aucun fichier n'a été envoyé !"
594
 
595
+ #: lib/wfu_constants.php:131
596
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
597
  msgstr ""
598
  "WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
599
  "envoyer."
600
 
601
+ #: lib/wfu_constants.php:132
602
  msgid "Notification email was not sent because there were no files uploaded."
603
  msgstr ""
604
  "Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
605
  "envoyer."
606
 
607
+ #: lib/wfu_constants.php:133
608
  msgid ""
609
  "Notification email was not sent because no recipients were defined. Please "
610
  "check notifyrecipients attribute in the shortcode."
612
  "Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
613
  "Merci de vérifier l'attribut notifyrecipients dans le shortcode."
614
 
615
+ #: lib/wfu_constants.php:134
616
  msgid ""
617
  "Notification email was not sent due to an error. Please check "
618
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
620
  "Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
621
  "vérifier les attributs notifyrecipients, notifysubject et notifymessage."
622
 
623
+ #: lib/wfu_constants.php:135
624
  msgid ""
625
  "Redirection not executed because redirection link is empty. Please check "
626
  "redirectlink attribute."
628
  "La redirection n'a pas été effectuée car le lien de redirection est vide. "
629
  "Merci de vérifier l'attribut redirectlink."
630
 
631
+ #: lib/wfu_constants.php:136
632
  msgid ""
633
  "Redirection not executed because not all files were successfully uploaded."
634
  msgstr ""
635
  "La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
636
  "envoyés."
637
 
638
+ #: lib/wfu_constants.php:138
639
  msgid ""
640
  "Failed to add the shortcode to the page/post. Please try again. If the "
641
  "message persists, contact administrator."
643
  "Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
644
  "le message persiste, contactez l' administrateur."
645
 
646
+ #: lib/wfu_constants.php:139
647
  msgid ""
648
  "Failed to edit the shortcode because the contents of the page changed. Try "
649
  "again to edit the shortcode."
651
  "Impossible de modifier le shortcode parce que le contenu de la page a "
652
  "changé. Essayez à nouveau de modifier le shortcode."
653
 
654
+ #: lib/wfu_constants.php:140
655
  msgid ""
656
  "Failed to delete the shortcode because the contents of the page changed. Try "
657
  "again to delete it."
659
  "Impossible de supprimer le shortcode parce que le contenu de la page a "
660
  "changé. Essayez à nouveau de le supprimer."
661
 
662
+ #: lib/wfu_constants.php:141
663
  msgid ""
664
  "The page containing the shortcode has been modified and it is no longer "
665
  "valid. Please go back to reload the shortcode."
667
  "La page contenant le shortcode a été modifié et il n'est plus valide. "
668
  "Rechargez le shortcode."
669
 
670
+ #: lib/wfu_constants.php:142
671
  msgid ""
672
  "Failed to update the shortcode because the contents of the page changed. Go "
673
  "back to reload the shortcode."
675
  "Impossible de mettre à jour le shortcode parce que le contenu de la page a "
676
  "changé. Rechargez le shortcode."
677
 
678
+ #: lib/wfu_constants.php:143
679
  msgid ""
680
  "Failed to update the shortcode. Please try again. If the problem persists, "
681
  "go back and reload the shortcode."
683
  "Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
684
  "persiste, rechargez le shortcode."
685
 
686
+ #: lib/wfu_constants.php:145
687
  msgid "This is a test message"
688
  msgstr "Ceci est un message de test"
689
 
690
+ #: lib/wfu_constants.php:146
691
  msgid "This is a test administrator message"
692
  msgstr "Ceci est un message administrateur de test"
693
 
694
+ #: lib/wfu_constants.php:147
695
  msgid "File testfile 1 under test"
696
  msgstr "File testfile 1 under test"
697
 
698
+ #: lib/wfu_constants.php:148
699
  msgid "File testfile 1 message"
700
  msgstr "File testfile 1 message"
701
 
702
+ #: lib/wfu_constants.php:149
703
  msgid "File testfile 1 administrator message"
704
  msgstr "Message administrateur File testfile"
705
 
706
+ #: lib/wfu_constants.php:150
707
  msgid "File testfile 2 under test"
708
  msgstr "En test File testfile"
709
 
710
+ #: lib/wfu_constants.php:151
711
  msgid "File testfile 2 message"
712
  msgstr "Message File testfile 2"
713
 
714
+ #: lib/wfu_constants.php:152
715
  msgid "File testfile 2 administrator message"
716
  msgstr "Message administrateur File testfile 2"
717
 
718
+ #: lib/wfu_constants.php:154
719
  msgid ""
720
  "Insert variable %userid% inside text. It will be replaced by the id of the "
721
  "current user."
723
  "Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
724
  "l'utilisateur courant."
725
 
726
+ #: lib/wfu_constants.php:155
727
  msgid ""
728
  "Insert variable %username% inside text. It will be replaced by the username "
729
  "of the current user."
731
  "Insérez la variable %username% dans le texte. Il sera remplacé par le "
732
  "username de l'utilisateur courant."
733
 
734
+ #: lib/wfu_constants.php:156
735
  msgid ""
736
  "Insert variable %useremail% inside text. It will be replaced by the email of "
737
  "the current user."
739
  "Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
740
  "de l'utilisateur courant."
741
 
742
+ #: lib/wfu_constants.php:157
743
  msgid ""
744
  "Insert variable %filename% inside text. It will be replaced by the filename "
745
  "of the uploaded file."
747
  "Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
748
  "fichier à envoyer."
749
 
750
+ #: lib/wfu_constants.php:158
751
  msgid ""
752
  "Insert variable %filepath% inside text. It will be replaced by the full "
753
  "filepath of the uploaded file."
755
  "Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
756
  "complet du fichier envoyé."
757
 
758
+ #: lib/wfu_constants.php:159
759
  msgid ""
760
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
761
  "the website."
763
  "Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
764
  "blog du site web."
765
 
766
+ #: lib/wfu_constants.php:160
767
  msgid ""
768
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
769
  "current page."
771
  "Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
772
  "page en cours."
773
 
774
+ #: lib/wfu_constants.php:161
775
  msgid ""
776
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
777
  "the current page."
779
  "Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
780
  "la page courante."
781
 
782
+ #: lib/wfu_constants.php:162
783
  msgid ""
784
  "Insert variable %userdataXXX% inside text. Select the user field from the "
785
  "drop-down list. It will be replaced by the value that the user entered in "
789
  "l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
790
  "l'utilisateur aura entré dans ce champ."
791
 
792
+ #: lib/wfu_constants.php:163
793
  msgid "Insert variable %n% inside text to denote a line change."
794
  msgstr ""
795
  "Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
796
  "de ligne."
797
 
798
+ #: lib/wfu_constants.php:165
799
  msgid "Test Mode"
800
  msgstr "Mode de test"
801
 
802
+ #: lib/wfu_constants.php:166
803
  msgid "select dir..."
804
  msgstr "Sélectionnez dir"
805
 
806
+ #: lib/wfu_constants.php:167
807
  msgid "type dir"
808
  msgstr "Saisir dir"
809
 
810
+ #: lib/wfu_constants.php:168
811
  msgid "Upload path: %filepath%"
812
  msgstr "Chemin d'upload : %filepath%"
813
 
814
+ #: lib/wfu_constants.php:169
815
  msgid "Failed upload path: %filepath%"
816
  msgstr "Mauvais répertoire d'envoi : %filepath%"
817
 
818
+ #: lib/wfu_constants.php:170
819
  msgid " (required)"
820
  msgstr " (*)"
821
 
822
+ #: lib/wfu_constants.php:171
823
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
824
  msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
825
 
826
+ #: lib/wfu_constants.php:172
827
  msgid "checking captcha..."
828
  msgstr "Vérifiez captcha..."
829
 
830
+ #: lib/wfu_constants.php:173
831
  msgid "refreshing..."
832
  msgstr "Mise à jour..."
833
 
834
+ #: lib/wfu_constants.php:174
835
  msgid "correct captcha"
836
  msgstr "Captcha correctement saisi"
837
 
838
+ #: lib/wfu_constants.php:175
839
  msgid "click to continue the upload"
840
  msgstr "Cliquer pour continuer l'envoi"
841
 
842
+ #: lib/wfu_constants.php:176
843
  msgid "Are you sure you want to delete this file?"
844
  msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
845
 
846
+ #: lib/wfu_constants.php:177
847
  msgid "Are you sure that you want to cancel the upload?"
848
  msgstr ""
849
 
850
+ #: lib/wfu_constants.php:178
851
  msgid "cancel upload of this file"
852
  msgstr ""
853
 
854
+ #: lib/wfu_constants.php:179
855
  msgid "Upload in progress"
856
  msgstr "Envoi en cours"
857
 
858
+ #: lib/wfu_constants.php:180
859
  msgid "Upload in progress with warnings!"
860
  msgstr "Envoi en cours mais avec des avertissements!"
861
 
862
+ #: lib/wfu_constants.php:181
863
  msgid "Upload in progress but some files already failed!"
864
  msgstr "Envoi en cours mais certains fichiers ont échoués!"
865
 
866
+ #: lib/wfu_constants.php:182
867
  msgid "Upload in progress but no files uploaded so far!"
868
  msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
869
 
870
+ #: lib/wfu_constants.php:183
871
  msgid "All files uploaded successfully"
872
  msgstr "Tous les fichiers ont été envoyés avec succès"
873
 
874
+ #: lib/wfu_constants.php:184
875
  msgid "All files uploaded successfully but there are warnings!"
876
  msgstr ""
877
  "Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
878
 
879
+ #: lib/wfu_constants.php:185
880
  msgid "File uploaded successfully but there are warnings!"
881
  msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
882
 
883
+ #: lib/wfu_constants.php:186
884
  msgid "Some files failed to upload!"
885
  msgstr "Certains fichiers n'ont pas été envoyé"
886
 
887
+ #: lib/wfu_constants.php:187
888
  msgid "All files failed to upload"
889
  msgstr "Impossible d'envoyer les fichiers"
890
 
891
+ #: lib/wfu_constants.php:188
892
  msgid "File failed to upload"
893
  msgstr "Impossible d'envoyer le fichier"
894
 
895
+ #: lib/wfu_constants.php:189
896
  msgid "There are no files to upload!"
897
  msgstr "Il n'y a pas de fichiers à envoyer"
898
 
899
+ #: lib/wfu_constants.php:190
900
  msgid "Test upload message"
901
  msgstr "Message de test d'upload"
902
 
903
+ #: lib/wfu_constants.php:191
904
  msgid "JSON parse warning!"
905
  msgstr "Avertissements d'analyse JSON."
906
 
907
+ #: lib/wfu_constants.php:192
908
  msgid "please wait while redirecting..."
909
  msgstr "Merci de patienter pendant la redirection..."
910
 
911
+ #: lib/wfu_constants.php:194
912
  msgid "Open visual shortcode editor in new window"
913
  msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
914
 
915
+ #: lib/wfu_constants.php:195
916
  msgid "loading visual editor"
917
  msgstr "Chargement de l'éditeur visuel"
918
 
919
+ #: lib/wfu_constants.php:196
920
  msgid "Clear file list?"
921
  msgstr "Effacer la liste des fichiers ?"
922
 
923
+ #: lib/wfu_constants.php:197
924
  msgid "DROP HERE"
925
  msgstr "Déposer ici"
926
 
927
+ #: lib/wfu_constants.php:199
928
+ msgid "record video"
929
+ msgstr ""
930
+
931
+ #: lib/wfu_constants.php:200
932
+ msgid "take a picture"
933
+ msgstr ""
934
+
935
+ #: lib/wfu_constants.php:201
936
+ msgid "turn webcam on/off"
937
+ msgstr ""
938
+
939
+ #: lib/wfu_constants.php:202
940
+ msgid "go live again"
941
+ msgstr ""
942
+
943
+ #: lib/wfu_constants.php:203
944
+ msgid "end recording"
945
+ msgstr ""
946
+
947
+ #: lib/wfu_constants.php:204
948
+ msgid "play"
949
+ msgstr ""
950
+
951
+ #: lib/wfu_constants.php:205
952
+ msgid "pause"
953
+ msgstr ""
954
+
955
+ #: lib/wfu_constants.php:206
956
+ msgid "go to the beginning"
957
+ msgstr ""
958
+
959
+ #: lib/wfu_constants.php:207
960
+ msgid "go to the end"
961
+ msgstr ""
962
+
963
+ #: lib/wfu_constants.php:209
964
  msgid "Wordpress File Upload Form"
965
  msgstr "Wordpress File Upload Formulaire"
966
 
967
+ #: lib/wfu_constants.php:210
968
  msgid "Wordpress File Upload plugin uploader for sidebars"
969
  msgstr "Wordpress File Upload extension d'upload pour sidebar."
970
 
971
+ #: lib/wfu_constants.php:211
972
  msgid "Upload Files"
973
  msgstr "Envoyer des fichiers"
974
 
languages/wp-file-upload-nl_NL.mo CHANGED
Binary file
languages/wp-file-upload-nl_NL.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: 2016-02-16 00:20+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00:21+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: nl_NL\n"
@@ -77,59 +77,71 @@ msgstr "Jouw bericht"
77
  msgid "Please fill in the above words: "
78
  msgstr "Vul bovenstaande woorden in a.u.b.:"
79
 
 
 
 
 
80
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
81
  msgid "File"
82
  msgstr "Bestand"
83
 
84
- #: lib/wfu_constants.php:29
85
  msgid "Date"
86
  msgstr "Datum"
87
 
88
- #: lib/wfu_constants.php:30
89
  msgid "Size"
90
  msgstr "Grootte"
91
 
92
- #: lib/wfu_constants.php:31
93
  msgid "User"
94
  msgstr "Gebruiker"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Page"
98
  msgstr "Pagina"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "User Fields"
102
  msgstr "Gebruikersvelden"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "Download"
106
  msgstr "Download"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Download this file"
110
  msgstr "Download dit bestand"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "Delete"
114
  msgstr "Verwijderen"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Delete this file"
118
  msgstr "Verwijder dit bestand"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Sort list based on this column"
122
  msgstr "Sorteer lijst gebaseerd op deze kolom"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "guest"
126
  msgstr "gast"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "unknown"
130
  msgstr "onbekend"
131
 
132
- #: lib/wfu_constants.php:42
133
  msgid ""
134
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
135
  "attribute."
@@ -137,11 +149,11 @@ msgstr ""
137
  "Fout. Kon het ftp doel filedir niet vinden. Controleer het domein in "
138
  "'ftpinfo' attribuut."
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
142
  msgstr "Fout. Foutieve ftp informatie. Controleer 'ftpinfo' attribuut."
143
 
144
- #: lib/wfu_constants.php:44
145
  msgid ""
146
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
147
  "syntax."
@@ -149,7 +161,7 @@ msgstr ""
149
  "Fout. Kon geen ftp informatie halen uit 'ftpinfo' attribuut. Controleer de "
150
  "syntax."
151
 
152
- #: lib/wfu_constants.php:45
153
  msgid ""
154
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
155
  "attribute."
@@ -157,7 +169,7 @@ msgstr ""
157
  "Fout. Kon het ftp bestandsnaamdoel niet vinden. Controleer het domein in "
158
  "'ftpinfo' attribuut."
159
 
160
- #: lib/wfu_constants.php:46
161
  msgid ""
162
  "Error. The upload size limit of PHP directive upload_max_filesize is "
163
  "preventing the upload of big files.\n"
@@ -167,7 +179,7 @@ msgstr ""
167
  "weerhoudt je om grote bestanden te uploaden.\n"
168
  "De PHP directive upload_max_filesize limiet is: "
169
 
170
- #: lib/wfu_constants.php:47
171
  msgid ""
172
  "The upload time limit of PHP directive max_input_time is preventing the "
173
  "upload of big files.\n"
@@ -177,7 +189,7 @@ msgstr ""
177
  "van grote bestanden.\n"
178
  "PHP directive max_input_time limiet is: "
179
 
180
- #: lib/wfu_constants.php:48
181
  msgid ""
182
  "Error. Permission denied to write to target folder.\n"
183
  "Check and correct read/write permissions of target folder."
@@ -185,7 +197,7 @@ msgstr ""
185
  "Fout. Geen toestemming tot schrijven naar doelmap.\n"
186
  "Controleer en corrigeer de lees/schrijf rechten van de doelmap."
187
 
188
- #: lib/wfu_constants.php:49
189
  msgid ""
190
  "Error. This file was rejected because its extension is not correct. Its "
191
  "proper filename is: "
@@ -193,37 +205,37 @@ msgstr ""
193
  "Fout. Dit bestand werd geweigerd omdat de extensie niet correct is. De "
194
  "correcte bestandnaam is: "
195
 
196
- #: lib/wfu_constants.php:50
197
  msgid "Targer folder doesn't exist."
198
  msgstr "Doelmap bestaat niet."
199
 
200
- #: lib/wfu_constants.php:51
201
  msgid "Upload failed! Missing a temporary folder."
202
  msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
203
 
204
- #: lib/wfu_constants.php:52
205
  msgid "Upload failed! Permission denied to write to target folder."
206
  msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
207
 
208
- #: lib/wfu_constants.php:53
209
  msgid "File not allowed."
210
  msgstr "Bestand niet toegelaten."
211
 
212
- #: lib/wfu_constants.php:54
213
  msgid "File is suspicious and was rejected."
214
  msgstr "Bestand is dubieus en werd niet toegelaten."
215
 
216
- #: lib/wfu_constants.php:55
217
  msgid "The uploaded file exceeds the file size limit."
218
  msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
219
 
220
- #: lib/wfu_constants.php:56
221
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
222
  msgstr ""
223
  "Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
224
  "server."
225
 
226
- #: lib/wfu_constants.php:57
227
  msgid ""
228
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
229
  "Please contact the administrator."
@@ -231,7 +243,7 @@ msgstr ""
231
  "Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
232
  "server. Neem contact op met de beheerder."
233
 
234
- #: lib/wfu_constants.php:58
235
  msgid ""
236
  "Upload failed! The duration of the upload exceeded the time limit of the "
237
  "server. Please contact the administrator."
@@ -239,7 +251,7 @@ msgstr ""
239
  "Upload mislukt! De duur van de upload overschreed de termijn van de server. "
240
  "Neem contact op met de beheerder."
241
 
242
- #: lib/wfu_constants.php:59
243
  msgid ""
244
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
245
  "was specified in the HTML form."
@@ -247,20 +259,20 @@ msgstr ""
247
  "Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
248
  "aangegeven voor dit HTML formulier."
249
 
250
- #: lib/wfu_constants.php:60
251
  msgid "Upload failed! The uploaded file was only partially uploaded."
252
  msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
253
 
254
- #: lib/wfu_constants.php:61
255
  msgid "Upload failed! No file was uploaded."
256
  msgstr "Upload mislukt! Er werd geen bestand geüpload."
257
 
258
- #: lib/wfu_constants.php:62
259
  msgid "Upload failed! Failed to write file to disk."
260
  msgstr ""
261
  "Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
262
 
263
- #: lib/wfu_constants.php:63
264
  msgid ""
265
  "Upload failed! Error occured while moving temporary file. Please contact "
266
  "administrator."
@@ -268,11 +280,11 @@ msgstr ""
268
  "Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
269
  "tijdelijke bestand. Contacteer de beheerder."
270
 
271
- #: lib/wfu_constants.php:64
272
  msgid "Upload cancelled!"
273
  msgstr "Upload geannuleerd!"
274
 
275
- #: lib/wfu_constants.php:65
276
  msgid ""
277
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
278
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -282,19 +294,19 @@ msgstr ""
282
  "mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
283
  "de lijst met actieve extensies met phpinfo() kan nuttig zijn."
284
 
285
- #: lib/wfu_constants.php:66
286
  msgid "Upload failed! Error occured while attemting to upload the file."
287
  msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
288
 
289
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
290
  msgid "Upload failed!"
291
  msgstr "Upload mislukt!"
292
 
293
- #: lib/wfu_constants.php:68
294
  msgid "No file!"
295
  msgstr "Geen bestand!"
296
 
297
- #: lib/wfu_constants.php:69
298
  msgid ""
299
  "Upload failed! The upload has been canceled by the user or the browser "
300
  "dropped the connection."
@@ -302,27 +314,27 @@ msgstr ""
302
  "Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
303
  "verbinding met de server werd verbroken."
304
 
305
- #: lib/wfu_constants.php:70
306
  msgid "Upload failed! Unknown error."
307
  msgstr "Upload mislukt! Onbekende fout."
308
 
309
- #: lib/wfu_constants.php:71
310
  msgid "Please contact the administrator."
311
  msgstr "Contacteer de beheerder."
312
 
313
- #: lib/wfu_constants.php:72
314
  msgid "No result from remote server!"
315
  msgstr "Geen resultaten van de server!"
316
 
317
- #: lib/wfu_constants.php:73
318
  msgid " but with warnings"
319
  msgstr " maar met waarschuwingen"
320
 
321
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
322
  msgid "Warning: JSON parse error."
323
  msgstr "Opgelet: JSON parseerfout."
324
 
325
- #: lib/wfu_constants.php:75
326
  msgid ""
327
  "Upload parameters of this file, passed as JSON string to the handler, could "
328
  "not be parsed."
@@ -330,20 +342,20 @@ msgstr ""
330
  "De uploadparameters van dit bestand, doorgegeven als JSON string to the "
331
  "handler, kon niet worden ontleed."
332
 
333
- #: lib/wfu_constants.php:77
334
  msgid ""
335
  "UploadStates, passed as JSON string to the handler, could not be parsed."
336
  msgstr ""
337
  "UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
338
  "ontleed."
339
 
340
- #: lib/wfu_constants.php:78
341
  msgid ""
342
  "Redirection to classic form functionality occurred due to unknown error."
343
  msgstr ""
344
  "Doorsturen naar classic form functionaliteit trad op door onbekende fout."
345
 
346
- #: lib/wfu_constants.php:79
347
  msgid ""
348
  "Redirection to classic form functionality occurred because AJAX is not "
349
  "supported."
@@ -351,7 +363,7 @@ msgstr ""
351
  "Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
352
  "ondersteund."
353
 
354
- #: lib/wfu_constants.php:80
355
  msgid ""
356
  "Redirection to classic form functionality occurred because HTML5 is not "
357
  "supported."
@@ -359,57 +371,57 @@ msgstr ""
359
  "Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
360
  "ondersteund."
361
 
362
- #: lib/wfu_constants.php:81
363
  msgid ""
364
  "Redirection to classic form functionality occurred due to JSON parse error."
365
  msgstr ""
366
  "Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
367
 
368
- #: lib/wfu_constants.php:82
369
  msgid "Please enable popup windows from the browser's settings!"
370
  msgstr "Activeer popup vensters in de browserinstellingen!"
371
 
372
- #: lib/wfu_constants.php:83
373
  msgid "cannot be empty!"
374
  msgstr "kan niet leeg zijn!"
375
 
376
- #: lib/wfu_constants.php:84
377
  msgid "number not valid!"
378
  msgstr "nummer niet geldig!"
379
 
380
- #: lib/wfu_constants.php:85
381
  msgid "email not valid!"
382
  msgstr "e-mail niet geldig!"
383
 
384
- #: lib/wfu_constants.php:86
385
  msgid "emails do not match!"
386
  msgstr "e-mails komen niet overeen!"
387
 
388
- #: lib/wfu_constants.php:87
389
  msgid "no base email field in group!"
390
  msgstr "geen hoofd e-mailveld in de groep!"
391
 
392
- #: lib/wfu_constants.php:88
393
  msgid "passwords do not match!"
394
  msgstr "Wachtwoorden komen niet overeen!"
395
 
396
- #: lib/wfu_constants.php:89
397
  msgid "no base password field in group!"
398
  msgstr "geen hoofd wachtwoordveld in de groep!"
399
 
400
- #: lib/wfu_constants.php:90
401
  msgid "checkbox unchecked!"
402
  msgstr "checkbox niet aangevinkt!"
403
 
404
- #: lib/wfu_constants.php:91
405
  msgid "no option selected!"
406
  msgstr "geen optie geselecteerd!"
407
 
408
- #: lib/wfu_constants.php:92
409
  msgid "no item selected!"
410
  msgstr "geen item geselecteerd!"
411
 
412
- #: lib/wfu_constants.php:93
413
  msgid ""
414
  "There are more than one instances of the plugin in this page with the same "
415
  "id. Please change it."
@@ -417,7 +429,7 @@ msgstr ""
417
  "Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
418
  "Pas dit aan."
419
 
420
- #: lib/wfu_constants.php:94
421
  msgid ""
422
  "Cannot edit the shortcode because the page has been modified. Please reload "
423
  "the page."
@@ -425,7 +437,19 @@ msgstr ""
425
  "Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
426
  "pagina."
427
 
428
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
429
  msgid ""
430
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
431
  "or use RecaptchaV2 (no account)."
@@ -433,7 +457,7 @@ msgstr ""
433
  "FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
434
  "jouw PHP of gebruik RecaptchaV2 (geen account)."
435
 
436
- #: lib/wfu_constants.php:96
437
  msgid ""
438
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
439
  "notify administrator."
@@ -441,7 +465,7 @@ msgstr ""
441
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
442
  "Informeer de beheerder."
443
 
444
- #: lib/wfu_constants.php:97
445
  msgid ""
446
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
447
  "use RecaptchaV1 (no account)."
@@ -449,11 +473,11 @@ msgstr ""
449
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
450
  "Gebruik RecaptchaV1 (geen account)."
451
 
452
- #: lib/wfu_constants.php:98
453
  msgid "ERROR: No site key. Please contact administrator!"
454
  msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
455
 
456
- #: lib/wfu_constants.php:99
457
  msgid ""
458
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
459
  "define Google Recaptcha keys."
@@ -461,99 +485,99 @@ msgstr ""
461
  "FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
462
  "het Dashboard om de Google Recaptcha sleutels te bepalen."
463
 
464
- #: lib/wfu_constants.php:100
465
  msgid "Bad captcha image!"
466
  msgstr "Foute captcha afbeelding!"
467
 
468
- #: lib/wfu_constants.php:101
469
  msgid "No input!"
470
  msgstr "Geen invoer!"
471
 
472
- #: lib/wfu_constants.php:102
473
  msgid "Captcha not completed!"
474
  msgstr "Captcha niet voltooid!"
475
 
476
- #: lib/wfu_constants.php:103
477
  msgid "Wrong captcha!"
478
  msgstr "Foute captcha!"
479
 
480
- #: lib/wfu_constants.php:104
481
  msgid "Error refreshing captcha!"
482
  msgstr "Fout bij het verversen van de captcha!"
483
 
484
- #: lib/wfu_constants.php:105
485
  msgid "Unknown captcha error!"
486
  msgstr "Onbekende captchafout!"
487
 
488
- #: lib/wfu_constants.php:106
489
  msgid "Captcha not supported by your browser!"
490
  msgstr "Captcha niet ondersteund door jouw browser!"
491
 
492
- #: lib/wfu_constants.php:107
493
  msgid "the secret parameter is missing"
494
  msgstr "de geheime parameter ontbreekt"
495
 
496
- #: lib/wfu_constants.php:108
497
  msgid "the secret parameter is invalid or malformed"
498
  msgstr "de geheime parameter is ongeldig of foutief gevormd"
499
 
500
- #: lib/wfu_constants.php:109
501
  msgid "the response parameter is missing"
502
  msgstr "de antwoord parameter ontbreekt"
503
 
504
- #: lib/wfu_constants.php:110
505
  msgid "the response parameter is invalid or malformed"
506
  msgstr "de antwoord parameter is ongeldig of foutief gevormd"
507
 
508
- #: lib/wfu_constants.php:111
509
  msgid "Please do not use drag drop due to an internal problem."
510
  msgstr "Gebruik geen drag drop wegens een intern probleem."
511
 
512
- #: lib/wfu_constants.php:112
513
  #, php-format
514
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
515
  msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
516
 
517
- #: lib/wfu_constants.php:113
518
  msgid "Chunked upload is not allowed!"
519
  msgstr "Blok upload is niet toegestaan!"
520
 
521
- #: lib/wfu_constants.php:114
522
  msgid "Chunked upload aborted due to error in previous chunk!"
523
  msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
524
 
525
- #: lib/wfu_constants.php:115
526
  msgid "Chunked upload failed, final file could not be created!"
527
  msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
528
 
529
- #: lib/wfu_constants.php:116
530
  #, php-format
531
  msgid "Could not write file chuck to destination on chunk %d"
532
  msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
533
 
534
- #: lib/wfu_constants.php:117
535
  #, php-format
536
  msgid "Could not enlarge destination file on chunk %d"
537
  msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
538
 
539
- #: lib/wfu_constants.php:118
540
  #, php-format
541
  msgid "Could not open file handles on chunk %d"
542
  msgstr "Kon het bestand op blok %d niet openen"
543
 
544
- #: lib/wfu_constants.php:119
545
  msgid "You are not allowed to delete this file!"
546
  msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
547
 
548
- #: lib/wfu_constants.php:121
549
  msgid "Upload skipped! File already exists."
550
  msgstr "Upload overgeslagen! Bestand bestaat al."
551
 
552
- #: lib/wfu_constants.php:122
553
  msgid "The extension of the file does not match its contents."
554
  msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
555
 
556
- #: lib/wfu_constants.php:123
557
  msgid ""
558
  "Upload succeeded but the file is suspicious because its contents do not "
559
  "match its extension. Its proper filename is: "
@@ -561,22 +585,22 @@ msgstr ""
561
  "Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
562
  "komt met de extensie. De correcte bestandsnaam is "
563
 
564
- #: lib/wfu_constants.php:124
565
  msgid "No files have been selected!"
566
  msgstr "Er werden geen bestanden geselecteerd!"
567
 
568
- #: lib/wfu_constants.php:125
569
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
570
  msgstr ""
571
  "WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
572
  "geüpload."
573
 
574
- #: lib/wfu_constants.php:126
575
  msgid "Notification email was not sent because there were no files uploaded."
576
  msgstr ""
577
  "Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
578
 
579
- #: lib/wfu_constants.php:127
580
  msgid ""
581
  "Notification email was not sent because no recipients were defined. Please "
582
  "check notifyrecipients attribute in the shortcode."
@@ -584,7 +608,7 @@ msgstr ""
584
  "Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
585
  "toegekend. Controleer de notifyrecipients attribuut in de shortcode."
586
 
587
- #: lib/wfu_constants.php:128
588
  msgid ""
589
  "Notification email was not sent due to an error. Please check "
590
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -592,7 +616,7 @@ msgstr ""
592
  "Meldingsmail werd niet verstuurd wegens een fout. Controleer "
593
  "notifyrecipients, notifysubject en notifymessage attributen op fouten."
594
 
595
- #: lib/wfu_constants.php:129
596
  msgid ""
597
  "Redirection not executed because redirection link is empty. Please check "
598
  "redirectlink attribute."
@@ -600,14 +624,14 @@ msgstr ""
600
  "Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
601
  "omleidingslink attribuut."
602
 
603
- #: lib/wfu_constants.php:130
604
  msgid ""
605
  "Redirection not executed because not all files were successfully uploaded."
606
  msgstr ""
607
  "Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
608
  "geüpload."
609
 
610
- #: lib/wfu_constants.php:132
611
  msgid ""
612
  "Failed to add the shortcode to the page/post. Please try again. If the "
613
  "message persists, contact administrator."
@@ -615,7 +639,7 @@ msgstr ""
615
  "De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
616
  "Contacteer de beheerder wanneer dit bericht blijft verschijnen."
617
 
618
- #: lib/wfu_constants.php:133
619
  msgid ""
620
  "Failed to edit the shortcode because the contents of the page changed. Try "
621
  "again to edit the shortcode."
@@ -623,7 +647,7 @@ msgstr ""
623
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
624
  "veranderd. Probeer de shortcode opnieuw aan te passen."
625
 
626
- #: lib/wfu_constants.php:134
627
  msgid ""
628
  "Failed to delete the shortcode because the contents of the page changed. Try "
629
  "again to delete it."
@@ -631,7 +655,7 @@ msgstr ""
631
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
632
  "veranderd. Probeer opnieuw te verwijderen."
633
 
634
- #: lib/wfu_constants.php:135
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,7 +663,7 @@ msgstr ""
639
  "De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
640
  "geldig. Ga terug om de shortcode te herladen."
641
 
642
- #: lib/wfu_constants.php:136
643
  msgid ""
644
  "Failed to update the shortcode because the contents of the page changed. Go "
645
  "back to reload the shortcode."
@@ -647,7 +671,7 @@ msgstr ""
647
  "Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
648
  "gewijzigd. Ga terug om de shortcode te herladen."
649
 
650
- #: lib/wfu_constants.php:137
651
  msgid ""
652
  "Failed to update the shortcode. Please try again. If the problem persists, "
653
  "go back and reload the shortcode."
@@ -655,39 +679,39 @@ msgstr ""
655
  "Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
656
  "blijft voordoen, ga dan terug en herlaadt de shortcode."
657
 
658
- #: lib/wfu_constants.php:139
659
  msgid "This is a test message"
660
  msgstr "Dit is een testbericht"
661
 
662
- #: lib/wfu_constants.php:140
663
  msgid "This is a test administrator message"
664
  msgstr "Dit is een test beheerdersbericht"
665
 
666
- #: lib/wfu_constants.php:141
667
  msgid "File testfile 1 under test"
668
  msgstr "Bestand testfile 1 onder test"
669
 
670
- #: lib/wfu_constants.php:142
671
  msgid "File testfile 1 message"
672
  msgstr "Bestand testfile 1 bericht"
673
 
674
- #: lib/wfu_constants.php:143
675
  msgid "File testfile 1 administrator message"
676
  msgstr "Bestand testfile 1 beheerdersbericht"
677
 
678
- #: lib/wfu_constants.php:144
679
  msgid "File testfile 2 under test"
680
  msgstr "Bestand tesfile 2 onder test"
681
 
682
- #: lib/wfu_constants.php:145
683
  msgid "File testfile 2 message"
684
  msgstr "Bestand testfile 2 bericht"
685
 
686
- #: lib/wfu_constants.php:146
687
  msgid "File testfile 2 administrator message"
688
  msgstr "Bestand testfile 2 beheerdersbericht"
689
 
690
- #: lib/wfu_constants.php:148
691
  msgid ""
692
  "Insert variable %userid% inside text. It will be replaced by the id of the "
693
  "current user."
@@ -695,7 +719,7 @@ msgstr ""
695
  "Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
696
  "id van de huidige gebruiker."
697
 
698
- #: lib/wfu_constants.php:149
699
  msgid ""
700
  "Insert variable %username% inside text. It will be replaced by the username "
701
  "of the current user."
@@ -703,7 +727,7 @@ msgstr ""
703
  "Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
704
  "gebruikersnaam van de huidige gebruiker."
705
 
706
- #: lib/wfu_constants.php:150
707
  msgid ""
708
  "Insert variable %useremail% inside text. It will be replaced by the email of "
709
  "the current user."
@@ -711,7 +735,7 @@ msgstr ""
711
  "Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
712
  "het e-mailadres van de huidige gebruiker."
713
 
714
- #: lib/wfu_constants.php:151
715
  msgid ""
716
  "Insert variable %filename% inside text. It will be replaced by the filename "
717
  "of the uploaded file."
@@ -719,7 +743,7 @@ msgstr ""
719
  "Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
720
  "bestandsnaam van het geüploade bestand."
721
 
722
- #: lib/wfu_constants.php:152
723
  msgid ""
724
  "Insert variable %filepath% inside text. It will be replaced by the full "
725
  "filepath of the uploaded file."
@@ -727,7 +751,7 @@ msgstr ""
727
  "Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
728
  "het volledige bestandspad van het geüploade bestand."
729
 
730
- #: lib/wfu_constants.php:153
731
  msgid ""
732
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
733
  "the website."
@@ -735,7 +759,7 @@ msgstr ""
735
  "Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
736
  "blog id van de website."
737
 
738
- #: lib/wfu_constants.php:154
739
  msgid ""
740
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
741
  "current page."
@@ -743,7 +767,7 @@ msgstr ""
743
  "Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
744
  "id van de huidige pagina."
745
 
746
- #: lib/wfu_constants.php:155
747
  msgid ""
748
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
749
  "the current page."
@@ -751,7 +775,7 @@ msgstr ""
751
  "Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
752
  "de titel van de huidige pagina."
753
 
754
- #: lib/wfu_constants.php:156
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,148 +785,184 @@ msgstr ""
761
  "via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
762
  "in dit veld heeft ingevuld."
763
 
764
- #: lib/wfu_constants.php:157
765
  msgid "Insert variable %n% inside text to denote a line change."
766
  msgstr ""
767
  "Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
768
 
769
- #: lib/wfu_constants.php:159
770
  msgid "Test Mode"
771
  msgstr "Test Modus"
772
 
773
- #: lib/wfu_constants.php:160
774
  msgid "select dir..."
775
  msgstr "selecteer dir..."
776
 
777
- #: lib/wfu_constants.php:161
778
  msgid "type dir"
779
  msgstr "type dir"
780
 
781
- #: lib/wfu_constants.php:162
782
  msgid "Upload path: %filepath%"
783
  msgstr "Uploadpad: %filepath%"
784
 
785
- #: lib/wfu_constants.php:163
786
  msgid "Failed upload path: %filepath%"
787
  msgstr "Foutief uploadpad: %filepath%"
788
 
789
- #: lib/wfu_constants.php:164
790
  msgid " (required)"
791
  msgstr "(verplicht)"
792
 
793
- #: lib/wfu_constants.php:165
794
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
795
  msgstr ""
796
  "Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
797
 
798
- #: lib/wfu_constants.php:166
799
  msgid "checking captcha..."
800
  msgstr "captcha controleren..."
801
 
802
- #: lib/wfu_constants.php:167
803
  msgid "refreshing..."
804
  msgstr "verversen..."
805
 
806
- #: lib/wfu_constants.php:168
807
  msgid "correct captcha"
808
  msgstr "correcte captcha"
809
 
810
- #: lib/wfu_constants.php:169
811
  msgid "click to continue the upload"
812
  msgstr "Klik om door te gaan met uploaden"
813
 
814
- #: lib/wfu_constants.php:170
815
  msgid "Are you sure you want to delete this file?"
816
  msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
817
 
818
- #: lib/wfu_constants.php:171
819
  msgid "Are you sure that you want to cancel the upload?"
820
  msgstr ""
821
 
822
- #: lib/wfu_constants.php:172
823
  msgid "cancel upload of this file"
824
  msgstr "uploaden van dit bestand annuleren"
825
 
826
- #: lib/wfu_constants.php:173
827
  msgid "Upload in progress"
828
  msgstr "Upload is bezig"
829
 
830
- #: lib/wfu_constants.php:174
831
  msgid "Upload in progress with warnings!"
832
  msgstr "Upload is bezig met waarschuwingen!"
833
 
834
- #: lib/wfu_constants.php:175
835
  msgid "Upload in progress but some files already failed!"
836
  msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
837
 
838
- #: lib/wfu_constants.php:176
839
  msgid "Upload in progress but no files uploaded so far!"
840
  msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
841
 
842
- #: lib/wfu_constants.php:177
843
  msgid "All files uploaded successfully"
844
  msgstr "Alle bestanden met succes geüpload"
845
 
846
- #: lib/wfu_constants.php:178
847
  msgid "All files uploaded successfully but there are warnings!"
848
  msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
849
 
850
- #: lib/wfu_constants.php:179
851
  msgid "File uploaded successfully but there are warnings!"
852
  msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
853
 
854
- #: lib/wfu_constants.php:180
855
  msgid "Some files failed to upload!"
856
  msgstr "Sommige bestanden werden niet geüpload!"
857
 
858
- #: lib/wfu_constants.php:181
859
  msgid "All files failed to upload"
860
  msgstr "Upload mislukt voor alle bestanden"
861
 
862
- #: lib/wfu_constants.php:182
863
  msgid "File failed to upload"
864
  msgstr "Upload mislukt voor bestand"
865
 
866
- #: lib/wfu_constants.php:183
867
  msgid "There are no files to upload!"
868
  msgstr "Er zijn geen bestanden om te uploaden!"
869
 
870
- #: lib/wfu_constants.php:184
871
  msgid "Test upload message"
872
  msgstr "Test upload berciht"
873
 
874
- #: lib/wfu_constants.php:185
875
  msgid "JSON parse warning!"
876
  msgstr "JSON parseer waarschuwing!"
877
 
878
- #: lib/wfu_constants.php:186
879
  msgid "please wait while redirecting..."
880
  msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
881
 
882
- #: lib/wfu_constants.php:188
883
  msgid "Open visual shortcode editor in new window"
884
  msgstr "Open de visuele shortcode editor in een nieuw venster"
885
 
886
- #: lib/wfu_constants.php:189
887
  msgid "loading visual editor"
888
  msgstr "laden visuele editor"
889
 
890
- #: lib/wfu_constants.php:190
891
  msgid "Clear file list?"
892
  msgstr "Bestandenlijst wissen?"
893
 
894
- #: lib/wfu_constants.php:191
895
  msgid "DROP HERE"
896
  msgstr "PLAATS HIER"
897
 
898
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
899
  msgid "Wordpress File Upload Form"
900
  msgstr "Wordpress File Upload Formulier"
901
 
902
- #: lib/wfu_constants.php:194
903
  msgid "Wordpress File Upload plugin uploader for sidebars"
904
  msgstr "Wordpress File Upload plugin uploader voor zijbalken"
905
 
906
- #: lib/wfu_constants.php:195
907
  msgid "Upload Files"
908
  msgstr "Upload Bestanden"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:25+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:25+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: nl_NL\n"
77
  msgid "Please fill in the above words: "
78
  msgstr "Vul bovenstaande woorden in a.u.b.:"
79
 
80
+ #: lib/wfu_constants.php:27
81
+ msgid "Upload Media"
82
+ msgstr ""
83
+
84
  #: lib/wfu_constants.php:28
85
+ msgid "videostream"
86
+ msgstr ""
87
+
88
+ #: lib/wfu_constants.php:29
89
+ msgid "screenshot"
90
+ msgstr ""
91
+
92
+ #: lib/wfu_constants.php:31
93
  msgid "File"
94
  msgstr "Bestand"
95
 
96
+ #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Datum"
99
 
100
+ #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Grootte"
103
 
104
+ #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Gebruiker"
107
 
108
+ #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Pagina"
111
 
112
+ #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Gebruikersvelden"
115
 
116
+ #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Download"
119
 
120
+ #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Download dit bestand"
123
 
124
+ #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Verwijderen"
127
 
128
+ #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Verwijder dit bestand"
131
 
132
+ #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Sorteer lijst gebaseerd op deze kolom"
135
 
136
+ #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "gast"
139
 
140
+ #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "onbekend"
143
 
144
+ #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
149
  "Fout. Kon het ftp doel filedir niet vinden. Controleer het domein in "
150
  "'ftpinfo' attribuut."
151
 
152
+ #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr "Fout. Foutieve ftp informatie. Controleer 'ftpinfo' attribuut."
155
 
156
+ #: lib/wfu_constants.php:47
157
  msgid ""
158
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
159
  "syntax."
161
  "Fout. Kon geen ftp informatie halen uit 'ftpinfo' attribuut. Controleer de "
162
  "syntax."
163
 
164
+ #: lib/wfu_constants.php:48
165
  msgid ""
166
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
167
  "attribute."
169
  "Fout. Kon het ftp bestandsnaamdoel niet vinden. Controleer het domein in "
170
  "'ftpinfo' attribuut."
171
 
172
+ #: lib/wfu_constants.php:49
173
  msgid ""
174
  "Error. The upload size limit of PHP directive upload_max_filesize is "
175
  "preventing the upload of big files.\n"
179
  "weerhoudt je om grote bestanden te uploaden.\n"
180
  "De PHP directive upload_max_filesize limiet is: "
181
 
182
+ #: lib/wfu_constants.php:50
183
  msgid ""
184
  "The upload time limit of PHP directive max_input_time is preventing the "
185
  "upload of big files.\n"
189
  "van grote bestanden.\n"
190
  "PHP directive max_input_time limiet is: "
191
 
192
+ #: lib/wfu_constants.php:51
193
  msgid ""
194
  "Error. Permission denied to write to target folder.\n"
195
  "Check and correct read/write permissions of target folder."
197
  "Fout. Geen toestemming tot schrijven naar doelmap.\n"
198
  "Controleer en corrigeer de lees/schrijf rechten van de doelmap."
199
 
200
+ #: lib/wfu_constants.php:52
201
  msgid ""
202
  "Error. This file was rejected because its extension is not correct. Its "
203
  "proper filename is: "
205
  "Fout. Dit bestand werd geweigerd omdat de extensie niet correct is. De "
206
  "correcte bestandnaam is: "
207
 
208
+ #: lib/wfu_constants.php:53
209
  msgid "Targer folder doesn't exist."
210
  msgstr "Doelmap bestaat niet."
211
 
212
+ #: lib/wfu_constants.php:54
213
  msgid "Upload failed! Missing a temporary folder."
214
  msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
215
 
216
+ #: lib/wfu_constants.php:55
217
  msgid "Upload failed! Permission denied to write to target folder."
218
  msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
219
 
220
+ #: lib/wfu_constants.php:56
221
  msgid "File not allowed."
222
  msgstr "Bestand niet toegelaten."
223
 
224
+ #: lib/wfu_constants.php:57
225
  msgid "File is suspicious and was rejected."
226
  msgstr "Bestand is dubieus en werd niet toegelaten."
227
 
228
+ #: lib/wfu_constants.php:58
229
  msgid "The uploaded file exceeds the file size limit."
230
  msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
231
 
232
+ #: lib/wfu_constants.php:59
233
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
234
  msgstr ""
235
  "Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
236
  "server."
237
 
238
+ #: lib/wfu_constants.php:60
239
  msgid ""
240
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
241
  "Please contact the administrator."
243
  "Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
244
  "server. Neem contact op met de beheerder."
245
 
246
+ #: lib/wfu_constants.php:61
247
  msgid ""
248
  "Upload failed! The duration of the upload exceeded the time limit of the "
249
  "server. Please contact the administrator."
251
  "Upload mislukt! De duur van de upload overschreed de termijn van de server. "
252
  "Neem contact op met de beheerder."
253
 
254
+ #: lib/wfu_constants.php:62
255
  msgid ""
256
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
257
  "was specified in the HTML form."
259
  "Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
260
  "aangegeven voor dit HTML formulier."
261
 
262
+ #: lib/wfu_constants.php:63
263
  msgid "Upload failed! The uploaded file was only partially uploaded."
264
  msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
265
 
266
+ #: lib/wfu_constants.php:64
267
  msgid "Upload failed! No file was uploaded."
268
  msgstr "Upload mislukt! Er werd geen bestand geüpload."
269
 
270
+ #: lib/wfu_constants.php:65
271
  msgid "Upload failed! Failed to write file to disk."
272
  msgstr ""
273
  "Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
274
 
275
+ #: lib/wfu_constants.php:66
276
  msgid ""
277
  "Upload failed! Error occured while moving temporary file. Please contact "
278
  "administrator."
280
  "Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
281
  "tijdelijke bestand. Contacteer de beheerder."
282
 
283
+ #: lib/wfu_constants.php:67
284
  msgid "Upload cancelled!"
285
  msgstr "Upload geannuleerd!"
286
 
287
+ #: lib/wfu_constants.php:68
288
  msgid ""
289
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
290
  "a way to ascertain which extension caused the file upload to stop; examining "
294
  "mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
295
  "de lijst met actieve extensies met phpinfo() kan nuttig zijn."
296
 
297
+ #: lib/wfu_constants.php:69
298
  msgid "Upload failed! Error occured while attemting to upload the file."
299
  msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
300
 
301
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
302
  msgid "Upload failed!"
303
  msgstr "Upload mislukt!"
304
 
305
+ #: lib/wfu_constants.php:71
306
  msgid "No file!"
307
  msgstr "Geen bestand!"
308
 
309
+ #: lib/wfu_constants.php:72
310
  msgid ""
311
  "Upload failed! The upload has been canceled by the user or the browser "
312
  "dropped the connection."
314
  "Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
315
  "verbinding met de server werd verbroken."
316
 
317
+ #: lib/wfu_constants.php:73
318
  msgid "Upload failed! Unknown error."
319
  msgstr "Upload mislukt! Onbekende fout."
320
 
321
+ #: lib/wfu_constants.php:74
322
  msgid "Please contact the administrator."
323
  msgstr "Contacteer de beheerder."
324
 
325
+ #: lib/wfu_constants.php:75
326
  msgid "No result from remote server!"
327
  msgstr "Geen resultaten van de server!"
328
 
329
+ #: lib/wfu_constants.php:76
330
  msgid " but with warnings"
331
  msgstr " maar met waarschuwingen"
332
 
333
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
334
  msgid "Warning: JSON parse error."
335
  msgstr "Opgelet: JSON parseerfout."
336
 
337
+ #: lib/wfu_constants.php:78
338
  msgid ""
339
  "Upload parameters of this file, passed as JSON string to the handler, could "
340
  "not be parsed."
342
  "De uploadparameters van dit bestand, doorgegeven als JSON string to the "
343
  "handler, kon niet worden ontleed."
344
 
345
+ #: lib/wfu_constants.php:80
346
  msgid ""
347
  "UploadStates, passed as JSON string to the handler, could not be parsed."
348
  msgstr ""
349
  "UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
350
  "ontleed."
351
 
352
+ #: lib/wfu_constants.php:81
353
  msgid ""
354
  "Redirection to classic form functionality occurred due to unknown error."
355
  msgstr ""
356
  "Doorsturen naar classic form functionaliteit trad op door onbekende fout."
357
 
358
+ #: lib/wfu_constants.php:82
359
  msgid ""
360
  "Redirection to classic form functionality occurred because AJAX is not "
361
  "supported."
363
  "Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
364
  "ondersteund."
365
 
366
+ #: lib/wfu_constants.php:83
367
  msgid ""
368
  "Redirection to classic form functionality occurred because HTML5 is not "
369
  "supported."
371
  "Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
372
  "ondersteund."
373
 
374
+ #: lib/wfu_constants.php:84
375
  msgid ""
376
  "Redirection to classic form functionality occurred due to JSON parse error."
377
  msgstr ""
378
  "Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
379
 
380
+ #: lib/wfu_constants.php:85
381
  msgid "Please enable popup windows from the browser's settings!"
382
  msgstr "Activeer popup vensters in de browserinstellingen!"
383
 
384
+ #: lib/wfu_constants.php:86
385
  msgid "cannot be empty!"
386
  msgstr "kan niet leeg zijn!"
387
 
388
+ #: lib/wfu_constants.php:87
389
  msgid "number not valid!"
390
  msgstr "nummer niet geldig!"
391
 
392
+ #: lib/wfu_constants.php:88
393
  msgid "email not valid!"
394
  msgstr "e-mail niet geldig!"
395
 
396
+ #: lib/wfu_constants.php:89
397
  msgid "emails do not match!"
398
  msgstr "e-mails komen niet overeen!"
399
 
400
+ #: lib/wfu_constants.php:90
401
  msgid "no base email field in group!"
402
  msgstr "geen hoofd e-mailveld in de groep!"
403
 
404
+ #: lib/wfu_constants.php:91
405
  msgid "passwords do not match!"
406
  msgstr "Wachtwoorden komen niet overeen!"
407
 
408
+ #: lib/wfu_constants.php:92
409
  msgid "no base password field in group!"
410
  msgstr "geen hoofd wachtwoordveld in de groep!"
411
 
412
+ #: lib/wfu_constants.php:93
413
  msgid "checkbox unchecked!"
414
  msgstr "checkbox niet aangevinkt!"
415
 
416
+ #: lib/wfu_constants.php:94
417
  msgid "no option selected!"
418
  msgstr "geen optie geselecteerd!"
419
 
420
+ #: lib/wfu_constants.php:95
421
  msgid "no item selected!"
422
  msgstr "geen item geselecteerd!"
423
 
424
+ #: lib/wfu_constants.php:96
425
  msgid ""
426
  "There are more than one instances of the plugin in this page with the same "
427
  "id. Please change it."
429
  "Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
430
  "Pas dit aan."
431
 
432
+ #: lib/wfu_constants.php:97
433
  msgid ""
434
  "Cannot edit the shortcode because the page has been modified. Please reload "
435
  "the page."
437
  "Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
438
  "pagina."
439
 
440
+ #: lib/wfu_constants.php:98
441
+ msgid "Your browser does not support webcam capture!"
442
+ msgstr ""
443
+
444
+ #: lib/wfu_constants.php:99
445
+ msgid "Your browser does not support video recording from the webcam!"
446
+ msgstr ""
447
+
448
+ #: lib/wfu_constants.php:100
449
+ msgid "No video was recorded!"
450
+ msgstr ""
451
+
452
+ #: lib/wfu_constants.php:101
453
  msgid ""
454
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
455
  "or use RecaptchaV2 (no account)."
457
  "FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
458
  "jouw PHP of gebruik RecaptchaV2 (geen account)."
459
 
460
+ #: lib/wfu_constants.php:102
461
  msgid ""
462
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
463
  "notify administrator."
465
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
466
  "Informeer de beheerder."
467
 
468
+ #: lib/wfu_constants.php:103
469
  msgid ""
470
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
471
  "use RecaptchaV1 (no account)."
473
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
474
  "Gebruik RecaptchaV1 (geen account)."
475
 
476
+ #: lib/wfu_constants.php:104
477
  msgid "ERROR: No site key. Please contact administrator!"
478
  msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
479
 
480
+ #: lib/wfu_constants.php:105
481
  msgid ""
482
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
483
  "define Google Recaptcha keys."
485
  "FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
486
  "het Dashboard om de Google Recaptcha sleutels te bepalen."
487
 
488
+ #: lib/wfu_constants.php:106
489
  msgid "Bad captcha image!"
490
  msgstr "Foute captcha afbeelding!"
491
 
492
+ #: lib/wfu_constants.php:107
493
  msgid "No input!"
494
  msgstr "Geen invoer!"
495
 
496
+ #: lib/wfu_constants.php:108
497
  msgid "Captcha not completed!"
498
  msgstr "Captcha niet voltooid!"
499
 
500
+ #: lib/wfu_constants.php:109
501
  msgid "Wrong captcha!"
502
  msgstr "Foute captcha!"
503
 
504
+ #: lib/wfu_constants.php:110
505
  msgid "Error refreshing captcha!"
506
  msgstr "Fout bij het verversen van de captcha!"
507
 
508
+ #: lib/wfu_constants.php:111
509
  msgid "Unknown captcha error!"
510
  msgstr "Onbekende captchafout!"
511
 
512
+ #: lib/wfu_constants.php:112
513
  msgid "Captcha not supported by your browser!"
514
  msgstr "Captcha niet ondersteund door jouw browser!"
515
 
516
+ #: lib/wfu_constants.php:113
517
  msgid "the secret parameter is missing"
518
  msgstr "de geheime parameter ontbreekt"
519
 
520
+ #: lib/wfu_constants.php:114
521
  msgid "the secret parameter is invalid or malformed"
522
  msgstr "de geheime parameter is ongeldig of foutief gevormd"
523
 
524
+ #: lib/wfu_constants.php:115
525
  msgid "the response parameter is missing"
526
  msgstr "de antwoord parameter ontbreekt"
527
 
528
+ #: lib/wfu_constants.php:116
529
  msgid "the response parameter is invalid or malformed"
530
  msgstr "de antwoord parameter is ongeldig of foutief gevormd"
531
 
532
+ #: lib/wfu_constants.php:117
533
  msgid "Please do not use drag drop due to an internal problem."
534
  msgstr "Gebruik geen drag drop wegens een intern probleem."
535
 
536
+ #: lib/wfu_constants.php:118
537
  #, php-format
538
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
539
  msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
540
 
541
+ #: lib/wfu_constants.php:119
542
  msgid "Chunked upload is not allowed!"
543
  msgstr "Blok upload is niet toegestaan!"
544
 
545
+ #: lib/wfu_constants.php:120
546
  msgid "Chunked upload aborted due to error in previous chunk!"
547
  msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
548
 
549
+ #: lib/wfu_constants.php:121
550
  msgid "Chunked upload failed, final file could not be created!"
551
  msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
552
 
553
+ #: lib/wfu_constants.php:122
554
  #, php-format
555
  msgid "Could not write file chuck to destination on chunk %d"
556
  msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
557
 
558
+ #: lib/wfu_constants.php:123
559
  #, php-format
560
  msgid "Could not enlarge destination file on chunk %d"
561
  msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
562
 
563
+ #: lib/wfu_constants.php:124
564
  #, php-format
565
  msgid "Could not open file handles on chunk %d"
566
  msgstr "Kon het bestand op blok %d niet openen"
567
 
568
+ #: lib/wfu_constants.php:125
569
  msgid "You are not allowed to delete this file!"
570
  msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
571
 
572
+ #: lib/wfu_constants.php:127
573
  msgid "Upload skipped! File already exists."
574
  msgstr "Upload overgeslagen! Bestand bestaat al."
575
 
576
+ #: lib/wfu_constants.php:128
577
  msgid "The extension of the file does not match its contents."
578
  msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
579
 
580
+ #: lib/wfu_constants.php:129
581
  msgid ""
582
  "Upload succeeded but the file is suspicious because its contents do not "
583
  "match its extension. Its proper filename is: "
585
  "Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
586
  "komt met de extensie. De correcte bestandsnaam is "
587
 
588
+ #: lib/wfu_constants.php:130
589
  msgid "No files have been selected!"
590
  msgstr "Er werden geen bestanden geselecteerd!"
591
 
592
+ #: lib/wfu_constants.php:131
593
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
594
  msgstr ""
595
  "WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
596
  "geüpload."
597
 
598
+ #: lib/wfu_constants.php:132
599
  msgid "Notification email was not sent because there were no files uploaded."
600
  msgstr ""
601
  "Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
602
 
603
+ #: lib/wfu_constants.php:133
604
  msgid ""
605
  "Notification email was not sent because no recipients were defined. Please "
606
  "check notifyrecipients attribute in the shortcode."
608
  "Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
609
  "toegekend. Controleer de notifyrecipients attribuut in de shortcode."
610
 
611
+ #: lib/wfu_constants.php:134
612
  msgid ""
613
  "Notification email was not sent due to an error. Please check "
614
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
616
  "Meldingsmail werd niet verstuurd wegens een fout. Controleer "
617
  "notifyrecipients, notifysubject en notifymessage attributen op fouten."
618
 
619
+ #: lib/wfu_constants.php:135
620
  msgid ""
621
  "Redirection not executed because redirection link is empty. Please check "
622
  "redirectlink attribute."
624
  "Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
625
  "omleidingslink attribuut."
626
 
627
+ #: lib/wfu_constants.php:136
628
  msgid ""
629
  "Redirection not executed because not all files were successfully uploaded."
630
  msgstr ""
631
  "Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
632
  "geüpload."
633
 
634
+ #: lib/wfu_constants.php:138
635
  msgid ""
636
  "Failed to add the shortcode to the page/post. Please try again. If the "
637
  "message persists, contact administrator."
639
  "De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
640
  "Contacteer de beheerder wanneer dit bericht blijft verschijnen."
641
 
642
+ #: lib/wfu_constants.php:139
643
  msgid ""
644
  "Failed to edit the shortcode because the contents of the page changed. Try "
645
  "again to edit the shortcode."
647
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
648
  "veranderd. Probeer de shortcode opnieuw aan te passen."
649
 
650
+ #: lib/wfu_constants.php:140
651
  msgid ""
652
  "Failed to delete the shortcode because the contents of the page changed. Try "
653
  "again to delete it."
655
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
656
  "veranderd. Probeer opnieuw te verwijderen."
657
 
658
+ #: lib/wfu_constants.php:141
659
  msgid ""
660
  "The page containing the shortcode has been modified and it is no longer "
661
  "valid. Please go back to reload the shortcode."
663
  "De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
664
  "geldig. Ga terug om de shortcode te herladen."
665
 
666
+ #: lib/wfu_constants.php:142
667
  msgid ""
668
  "Failed to update the shortcode because the contents of the page changed. Go "
669
  "back to reload the shortcode."
671
  "Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
672
  "gewijzigd. Ga terug om de shortcode te herladen."
673
 
674
+ #: lib/wfu_constants.php:143
675
  msgid ""
676
  "Failed to update the shortcode. Please try again. If the problem persists, "
677
  "go back and reload the shortcode."
679
  "Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
680
  "blijft voordoen, ga dan terug en herlaadt de shortcode."
681
 
682
+ #: lib/wfu_constants.php:145
683
  msgid "This is a test message"
684
  msgstr "Dit is een testbericht"
685
 
686
+ #: lib/wfu_constants.php:146
687
  msgid "This is a test administrator message"
688
  msgstr "Dit is een test beheerdersbericht"
689
 
690
+ #: lib/wfu_constants.php:147
691
  msgid "File testfile 1 under test"
692
  msgstr "Bestand testfile 1 onder test"
693
 
694
+ #: lib/wfu_constants.php:148
695
  msgid "File testfile 1 message"
696
  msgstr "Bestand testfile 1 bericht"
697
 
698
+ #: lib/wfu_constants.php:149
699
  msgid "File testfile 1 administrator message"
700
  msgstr "Bestand testfile 1 beheerdersbericht"
701
 
702
+ #: lib/wfu_constants.php:150
703
  msgid "File testfile 2 under test"
704
  msgstr "Bestand tesfile 2 onder test"
705
 
706
+ #: lib/wfu_constants.php:151
707
  msgid "File testfile 2 message"
708
  msgstr "Bestand testfile 2 bericht"
709
 
710
+ #: lib/wfu_constants.php:152
711
  msgid "File testfile 2 administrator message"
712
  msgstr "Bestand testfile 2 beheerdersbericht"
713
 
714
+ #: lib/wfu_constants.php:154
715
  msgid ""
716
  "Insert variable %userid% inside text. It will be replaced by the id of the "
717
  "current user."
719
  "Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
720
  "id van de huidige gebruiker."
721
 
722
+ #: lib/wfu_constants.php:155
723
  msgid ""
724
  "Insert variable %username% inside text. It will be replaced by the username "
725
  "of the current user."
727
  "Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
728
  "gebruikersnaam van de huidige gebruiker."
729
 
730
+ #: lib/wfu_constants.php:156
731
  msgid ""
732
  "Insert variable %useremail% inside text. It will be replaced by the email of "
733
  "the current user."
735
  "Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
736
  "het e-mailadres van de huidige gebruiker."
737
 
738
+ #: lib/wfu_constants.php:157
739
  msgid ""
740
  "Insert variable %filename% inside text. It will be replaced by the filename "
741
  "of the uploaded file."
743
  "Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
744
  "bestandsnaam van het geüploade bestand."
745
 
746
+ #: lib/wfu_constants.php:158
747
  msgid ""
748
  "Insert variable %filepath% inside text. It will be replaced by the full "
749
  "filepath of the uploaded file."
751
  "Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
752
  "het volledige bestandspad van het geüploade bestand."
753
 
754
+ #: lib/wfu_constants.php:159
755
  msgid ""
756
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
757
  "the website."
759
  "Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
760
  "blog id van de website."
761
 
762
+ #: lib/wfu_constants.php:160
763
  msgid ""
764
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
765
  "current page."
767
  "Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
768
  "id van de huidige pagina."
769
 
770
+ #: lib/wfu_constants.php:161
771
  msgid ""
772
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
773
  "the current page."
775
  "Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
776
  "de titel van de huidige pagina."
777
 
778
+ #: lib/wfu_constants.php:162
779
  msgid ""
780
  "Insert variable %userdataXXX% inside text. Select the user field from the "
781
  "drop-down list. It will be replaced by the value that the user entered in "
785
  "via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
786
  "in dit veld heeft ingevuld."
787
 
788
+ #: lib/wfu_constants.php:163
789
  msgid "Insert variable %n% inside text to denote a line change."
790
  msgstr ""
791
  "Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
792
 
793
+ #: lib/wfu_constants.php:165
794
  msgid "Test Mode"
795
  msgstr "Test Modus"
796
 
797
+ #: lib/wfu_constants.php:166
798
  msgid "select dir..."
799
  msgstr "selecteer dir..."
800
 
801
+ #: lib/wfu_constants.php:167
802
  msgid "type dir"
803
  msgstr "type dir"
804
 
805
+ #: lib/wfu_constants.php:168
806
  msgid "Upload path: %filepath%"
807
  msgstr "Uploadpad: %filepath%"
808
 
809
+ #: lib/wfu_constants.php:169
810
  msgid "Failed upload path: %filepath%"
811
  msgstr "Foutief uploadpad: %filepath%"
812
 
813
+ #: lib/wfu_constants.php:170
814
  msgid " (required)"
815
  msgstr "(verplicht)"
816
 
817
+ #: lib/wfu_constants.php:171
818
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
819
  msgstr ""
820
  "Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
821
 
822
+ #: lib/wfu_constants.php:172
823
  msgid "checking captcha..."
824
  msgstr "captcha controleren..."
825
 
826
+ #: lib/wfu_constants.php:173
827
  msgid "refreshing..."
828
  msgstr "verversen..."
829
 
830
+ #: lib/wfu_constants.php:174
831
  msgid "correct captcha"
832
  msgstr "correcte captcha"
833
 
834
+ #: lib/wfu_constants.php:175
835
  msgid "click to continue the upload"
836
  msgstr "Klik om door te gaan met uploaden"
837
 
838
+ #: lib/wfu_constants.php:176
839
  msgid "Are you sure you want to delete this file?"
840
  msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
841
 
842
+ #: lib/wfu_constants.php:177
843
  msgid "Are you sure that you want to cancel the upload?"
844
  msgstr ""
845
 
846
+ #: lib/wfu_constants.php:178
847
  msgid "cancel upload of this file"
848
  msgstr "uploaden van dit bestand annuleren"
849
 
850
+ #: lib/wfu_constants.php:179
851
  msgid "Upload in progress"
852
  msgstr "Upload is bezig"
853
 
854
+ #: lib/wfu_constants.php:180
855
  msgid "Upload in progress with warnings!"
856
  msgstr "Upload is bezig met waarschuwingen!"
857
 
858
+ #: lib/wfu_constants.php:181
859
  msgid "Upload in progress but some files already failed!"
860
  msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
861
 
862
+ #: lib/wfu_constants.php:182
863
  msgid "Upload in progress but no files uploaded so far!"
864
  msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
865
 
866
+ #: lib/wfu_constants.php:183
867
  msgid "All files uploaded successfully"
868
  msgstr "Alle bestanden met succes geüpload"
869
 
870
+ #: lib/wfu_constants.php:184
871
  msgid "All files uploaded successfully but there are warnings!"
872
  msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
873
 
874
+ #: lib/wfu_constants.php:185
875
  msgid "File uploaded successfully but there are warnings!"
876
  msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
877
 
878
+ #: lib/wfu_constants.php:186
879
  msgid "Some files failed to upload!"
880
  msgstr "Sommige bestanden werden niet geüpload!"
881
 
882
+ #: lib/wfu_constants.php:187
883
  msgid "All files failed to upload"
884
  msgstr "Upload mislukt voor alle bestanden"
885
 
886
+ #: lib/wfu_constants.php:188
887
  msgid "File failed to upload"
888
  msgstr "Upload mislukt voor bestand"
889
 
890
+ #: lib/wfu_constants.php:189
891
  msgid "There are no files to upload!"
892
  msgstr "Er zijn geen bestanden om te uploaden!"
893
 
894
+ #: lib/wfu_constants.php:190
895
  msgid "Test upload message"
896
  msgstr "Test upload berciht"
897
 
898
+ #: lib/wfu_constants.php:191
899
  msgid "JSON parse warning!"
900
  msgstr "JSON parseer waarschuwing!"
901
 
902
+ #: lib/wfu_constants.php:192
903
  msgid "please wait while redirecting..."
904
  msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
905
 
906
+ #: lib/wfu_constants.php:194
907
  msgid "Open visual shortcode editor in new window"
908
  msgstr "Open de visuele shortcode editor in een nieuw venster"
909
 
910
+ #: lib/wfu_constants.php:195
911
  msgid "loading visual editor"
912
  msgstr "laden visuele editor"
913
 
914
+ #: lib/wfu_constants.php:196
915
  msgid "Clear file list?"
916
  msgstr "Bestandenlijst wissen?"
917
 
918
+ #: lib/wfu_constants.php:197
919
  msgid "DROP HERE"
920
  msgstr "PLAATS HIER"
921
 
922
+ #: lib/wfu_constants.php:199
923
+ msgid "record video"
924
+ msgstr ""
925
+
926
+ #: lib/wfu_constants.php:200
927
+ msgid "take a picture"
928
+ msgstr ""
929
+
930
+ #: lib/wfu_constants.php:201
931
+ msgid "turn webcam on/off"
932
+ msgstr ""
933
+
934
+ #: lib/wfu_constants.php:202
935
+ msgid "go live again"
936
+ msgstr ""
937
+
938
+ #: lib/wfu_constants.php:203
939
+ msgid "end recording"
940
+ msgstr ""
941
+
942
+ #: lib/wfu_constants.php:204
943
+ msgid "play"
944
+ msgstr ""
945
+
946
+ #: lib/wfu_constants.php:205
947
+ msgid "pause"
948
+ msgstr ""
949
+
950
+ #: lib/wfu_constants.php:206
951
+ msgid "go to the beginning"
952
+ msgstr ""
953
+
954
+ #: lib/wfu_constants.php:207
955
+ msgid "go to the end"
956
+ msgstr ""
957
+
958
+ #: lib/wfu_constants.php:209
959
  msgid "Wordpress File Upload Form"
960
  msgstr "Wordpress File Upload Formulier"
961
 
962
+ #: lib/wfu_constants.php:210
963
  msgid "Wordpress File Upload plugin uploader for sidebars"
964
  msgstr "Wordpress File Upload plugin uploader voor zijbalken"
965
 
966
+ #: lib/wfu_constants.php:211
967
  msgid "Upload Files"
968
  msgstr "Upload Bestanden"
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: 2016-02-16 00:21+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00:21+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pl_PL\n"
@@ -78,59 +78,71 @@ msgstr "Treść wiadomości"
78
  msgid "Please fill in the above words: "
79
  msgstr ""
80
 
 
 
 
 
81
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
82
  msgid "File"
83
  msgstr "Plik"
84
 
85
- #: lib/wfu_constants.php:29
86
  msgid "Date"
87
  msgstr "Data"
88
 
89
- #: lib/wfu_constants.php:30
90
  msgid "Size"
91
  msgstr "Rozmiar"
92
 
93
- #: lib/wfu_constants.php:31
94
  msgid "User"
95
  msgstr "Użytkownik"
96
 
97
- #: lib/wfu_constants.php:32
98
  msgid "Page"
99
  msgstr "Strona"
100
 
101
- #: lib/wfu_constants.php:33
102
  msgid "User Fields"
103
  msgstr ""
104
 
105
- #: lib/wfu_constants.php:34
106
  msgid "Download"
107
  msgstr ""
108
 
109
- #: lib/wfu_constants.php:35
110
  msgid "Download this file"
111
  msgstr ""
112
 
113
- #: lib/wfu_constants.php:36
114
  msgid "Delete"
115
  msgstr ""
116
 
117
- #: lib/wfu_constants.php:37
118
  msgid "Delete this file"
119
  msgstr ""
120
 
121
- #: lib/wfu_constants.php:38
122
  msgid "Sort list based on this column"
123
  msgstr ""
124
 
125
- #: lib/wfu_constants.php:39
126
  msgid "guest"
127
  msgstr ""
128
 
129
- #: lib/wfu_constants.php:40
130
  msgid "unknown"
131
  msgstr ""
132
 
133
- #: lib/wfu_constants.php:42
134
  msgid ""
135
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
136
  "attribute."
@@ -138,11 +150,11 @@ msgstr ""
138
  "Błąd. Nie można rozpoznać ftp cel filedir. Sprawdzanie domeny atrybutu "
139
  "'ftpinfo'."
140
 
141
- #: lib/wfu_constants.php:43
142
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
143
  msgstr "Błąd. Informacje nieprawidłowe ftp. Sprawdź atrybut \"ftpinfo\"."
144
 
145
- #: lib/wfu_constants.php:44
146
  msgid ""
147
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
148
  "syntax."
@@ -150,7 +162,7 @@ msgstr ""
150
  "Błąd. Nie można wyodrębnić informacje ftp z atrybutu 'ftpinfo'. Sprawdzanie "
151
  "składni."
152
 
153
- #: lib/wfu_constants.php:45
154
  msgid ""
155
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
156
  "attribute."
@@ -158,7 +170,7 @@ msgstr ""
158
  "Błąd. Nie można rozpoznać ftp pliku miejsce docelowe. Sprawdzanie domeny "
159
  "atrybutu 'ftpinfo'."
160
 
161
- #: lib/wfu_constants.php:46
162
  msgid ""
163
  "Error. The upload size limit of PHP directive upload_max_filesize is "
164
  "preventing the upload of big files.\n"
@@ -168,7 +180,7 @@ msgstr ""
168
  "przesyłanie dużych plików.\n"
169
  "PHP dyrektywy upload_max_filesize wynosi:"
170
 
171
- #: lib/wfu_constants.php:47
172
  msgid ""
173
  "The upload time limit of PHP directive max_input_time is preventing the "
174
  "upload of big files.\n"
@@ -178,47 +190,47 @@ msgstr ""
178
  "przesyłanie dużych plików.\n"
179
  "Limit PHP max_input_time dyrektywy jest:"
180
 
181
- #: lib/wfu_constants.php:48
182
  msgid ""
183
  "Error. Permission denied to write to target folder.\n"
184
  "Check and correct read/write permissions of target folder."
185
  msgstr ""
186
 
187
- #: lib/wfu_constants.php:49
188
  msgid ""
189
  "Error. This file was rejected because its extension is not correct. Its "
190
  "proper filename is: "
191
  msgstr ""
192
 
193
- #: lib/wfu_constants.php:50
194
  msgid "Targer folder doesn't exist."
195
  msgstr "Targer folder nie istnieje."
196
 
197
- #: lib/wfu_constants.php:51
198
  msgid "Upload failed! Missing a temporary folder."
199
  msgstr "Brak folderu tymczasowego"
200
 
201
- #: lib/wfu_constants.php:52
202
  msgid "Upload failed! Permission denied to write to target folder."
203
  msgstr "Nie udało się utworzyć folderu"
204
 
205
- #: lib/wfu_constants.php:53
206
  msgid "File not allowed."
207
  msgstr "Rozszerzenie pliku nie jest dozwolone."
208
 
209
- #: lib/wfu_constants.php:54
210
  msgid "File is suspicious and was rejected."
211
  msgstr ""
212
 
213
- #: lib/wfu_constants.php:55
214
  msgid "The uploaded file exceeds the file size limit."
215
  msgstr "Przesłany plik przekracza limit rozmiaru pliku."
216
 
217
- #: lib/wfu_constants.php:56
218
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
219
  msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
220
 
221
- #: lib/wfu_constants.php:57
222
  msgid ""
223
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
224
  "Please contact the administrator."
@@ -226,7 +238,7 @@ msgstr ""
226
  "Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
227
  "serwera. Proszę skontaktuj się z administratorem."
228
 
229
- #: lib/wfu_constants.php:58
230
  msgid ""
231
  "Upload failed! The duration of the upload exceeded the time limit of the "
232
  "server. Please contact the administrator."
@@ -234,7 +246,7 @@ msgstr ""
234
  "Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
235
  "serwera. Proszę skontaktuj się z administratorem."
236
 
237
- #: lib/wfu_constants.php:59
238
  msgid ""
239
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
240
  "was specified in the HTML form."
@@ -242,50 +254,50 @@ msgstr ""
242
  "Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
243
  "MAX_FILE_SIZE, który został określony w formularzu HTML."
244
 
245
- #: lib/wfu_constants.php:60
246
  msgid "Upload failed! The uploaded file was only partially uploaded."
247
  msgstr ""
248
  "Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
249
 
250
- #: lib/wfu_constants.php:61
251
  msgid "Upload failed! No file was uploaded."
252
  msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
253
 
254
- #: lib/wfu_constants.php:62
255
  msgid "Upload failed! Failed to write file to disk."
256
  msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
257
 
258
- #: lib/wfu_constants.php:63
259
  msgid ""
260
  "Upload failed! Error occured while moving temporary file. Please contact "
261
  "administrator."
262
  msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
263
 
264
- #: lib/wfu_constants.php:64
265
  msgid "Upload cancelled!"
266
  msgstr ""
267
 
268
- #: lib/wfu_constants.php:65
269
  msgid ""
270
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
271
  "a way to ascertain which extension caused the file upload to stop; examining "
272
  "the list of loaded extensions with phpinfo() may help."
273
  msgstr ""
274
 
275
- #: lib/wfu_constants.php:66
276
  msgid "Upload failed! Error occured while attemting to upload the file."
277
  msgstr ""
278
  "Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
279
 
280
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
281
  msgid "Upload failed!"
282
  msgstr "BŁĄD PRZESYŁANIA!!!"
283
 
284
- #: lib/wfu_constants.php:68
285
  msgid "No file!"
286
  msgstr "Brak pliku"
287
 
288
- #: lib/wfu_constants.php:69
289
  msgid ""
290
  "Upload failed! The upload has been canceled by the user or the browser "
291
  "dropped the connection."
@@ -293,27 +305,27 @@ msgstr ""
293
  "Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
294
  "lub utracone połączenie."
295
 
296
- #: lib/wfu_constants.php:70
297
  msgid "Upload failed! Unknown error."
298
  msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
299
 
300
- #: lib/wfu_constants.php:71
301
  msgid "Please contact the administrator."
302
  msgstr "Proszę skontaktuj się z administratorem."
303
 
304
- #: lib/wfu_constants.php:72
305
  msgid "No result from remote server!"
306
  msgstr "Nie wynik z serwera zdalnego!"
307
 
308
- #: lib/wfu_constants.php:73
309
  msgid " but with warnings"
310
  msgstr "Ostrzeżenia"
311
 
312
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
313
  msgid "Warning: JSON parse error."
314
  msgstr "\"Błąd analizowania\""
315
 
316
- #: lib/wfu_constants.php:75
317
  msgid ""
318
  "Upload parameters of this file, passed as JSON string to the handler, could "
319
  "not be parsed."
@@ -321,27 +333,27 @@ msgstr ""
321
  "Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
322
  "nie można przeanalizować."
323
 
324
- #: lib/wfu_constants.php:77
325
  msgid ""
326
  "UploadStates, passed as JSON string to the handler, could not be parsed."
327
  msgstr ""
328
  "UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
329
  "przeanalizować."
330
 
331
- #: lib/wfu_constants.php:78
332
  msgid ""
333
  "Redirection to classic form functionality occurred due to unknown error."
334
  msgstr ""
335
  "Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
336
  "błędu."
337
 
338
- #: lib/wfu_constants.php:79
339
  msgid ""
340
  "Redirection to classic form functionality occurred because AJAX is not "
341
  "supported."
342
  msgstr ""
343
 
344
- #: lib/wfu_constants.php:80
345
  msgid ""
346
  "Redirection to classic form functionality occurred because HTML5 is not "
347
  "supported."
@@ -349,58 +361,58 @@ msgstr ""
349
  "Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
350
  "nieobsługiwana."
351
 
352
- #: lib/wfu_constants.php:81
353
  msgid ""
354
  "Redirection to classic form functionality occurred due to JSON parse error."
355
  msgstr ""
356
  "Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
357
  "analizy JSON."
358
 
359
- #: lib/wfu_constants.php:82
360
  msgid "Please enable popup windows from the browser's settings!"
361
  msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
362
 
363
- #: lib/wfu_constants.php:83
364
  msgid "cannot be empty!"
365
  msgstr "Pole nie może być puste!"
366
 
367
- #: lib/wfu_constants.php:84
368
  msgid "number not valid!"
369
  msgstr "Błędny numer!"
370
 
371
- #: lib/wfu_constants.php:85
372
  msgid "email not valid!"
373
  msgstr "Niepoprawny e-mail!"
374
 
375
- #: lib/wfu_constants.php:86
376
  msgid "emails do not match!"
377
  msgstr "e-maile nie pasują!"
378
 
379
- #: lib/wfu_constants.php:87
380
  msgid "no base email field in group!"
381
  msgstr ""
382
 
383
- #: lib/wfu_constants.php:88
384
  msgid "passwords do not match!"
385
  msgstr "Hasła nie są identyczne"
386
 
387
- #: lib/wfu_constants.php:89
388
  msgid "no base password field in group!"
389
  msgstr ""
390
 
391
- #: lib/wfu_constants.php:90
392
  msgid "checkbox unchecked!"
393
  msgstr "niezaznaczone pole wyboru!"
394
 
395
- #: lib/wfu_constants.php:91
396
  msgid "no option selected!"
397
  msgstr "Nie wybrano żadnej opcji"
398
 
399
- #: lib/wfu_constants.php:92
400
  msgid "no item selected!"
401
  msgstr "Nie wybrano żadnego elementu."
402
 
403
- #: lib/wfu_constants.php:93
404
  msgid ""
405
  "There are more than one instances of the plugin in this page with the same "
406
  "id. Please change it."
@@ -408,7 +420,7 @@ msgstr ""
408
  "Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
409
  "identyfikatorze. Zmień go."
410
 
411
- #: lib/wfu_constants.php:94
412
  msgid ""
413
  "Cannot edit the shortcode because the page has been modified. Please reload "
414
  "the page."
@@ -416,148 +428,160 @@ msgstr ""
416
  "Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
417
  "odświeżyć stronę."
418
 
419
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
420
  msgid ""
421
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
422
  "or use RecaptchaV2 (no account)."
423
  msgstr ""
424
 
425
- #: lib/wfu_constants.php:96
426
  msgid ""
427
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
428
  "notify administrator."
429
  msgstr ""
430
 
431
- #: lib/wfu_constants.php:97
432
  msgid ""
433
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
434
  "use RecaptchaV1 (no account)."
435
  msgstr ""
436
 
437
- #: lib/wfu_constants.php:98
438
  msgid "ERROR: No site key. Please contact administrator!"
439
  msgstr ""
440
 
441
- #: lib/wfu_constants.php:99
442
  msgid ""
443
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
444
  "define Google Recaptcha keys."
445
  msgstr ""
446
 
447
- #: lib/wfu_constants.php:100
448
  msgid "Bad captcha image!"
449
  msgstr ""
450
 
451
- #: lib/wfu_constants.php:101
452
  msgid "No input!"
453
  msgstr ""
454
 
455
- #: lib/wfu_constants.php:102
456
  msgid "Captcha not completed!"
457
  msgstr ""
458
 
459
- #: lib/wfu_constants.php:103
460
  msgid "Wrong captcha!"
461
  msgstr ""
462
 
463
- #: lib/wfu_constants.php:104
464
  msgid "Error refreshing captcha!"
465
  msgstr ""
466
 
467
- #: lib/wfu_constants.php:105
468
  msgid "Unknown captcha error!"
469
  msgstr ""
470
 
471
- #: lib/wfu_constants.php:106
472
  msgid "Captcha not supported by your browser!"
473
  msgstr ""
474
 
475
- #: lib/wfu_constants.php:107
476
  msgid "the secret parameter is missing"
477
  msgstr ""
478
 
479
- #: lib/wfu_constants.php:108
480
  msgid "the secret parameter is invalid or malformed"
481
  msgstr ""
482
 
483
- #: lib/wfu_constants.php:109
484
  msgid "the response parameter is missing"
485
  msgstr ""
486
 
487
- #: lib/wfu_constants.php:110
488
  msgid "the response parameter is invalid or malformed"
489
  msgstr ""
490
 
491
- #: lib/wfu_constants.php:111
492
  msgid "Please do not use drag drop due to an internal problem."
493
  msgstr ""
494
 
495
- #: lib/wfu_constants.php:112
496
  #, php-format
497
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
498
  msgstr ""
499
 
500
- #: lib/wfu_constants.php:113
501
  msgid "Chunked upload is not allowed!"
502
  msgstr ""
503
 
504
- #: lib/wfu_constants.php:114
505
  msgid "Chunked upload aborted due to error in previous chunk!"
506
  msgstr ""
507
 
508
- #: lib/wfu_constants.php:115
509
  msgid "Chunked upload failed, final file could not be created!"
510
  msgstr ""
511
 
512
- #: lib/wfu_constants.php:116
513
  #, php-format
514
  msgid "Could not write file chuck to destination on chunk %d"
515
  msgstr ""
516
 
517
- #: lib/wfu_constants.php:117
518
  #, php-format
519
  msgid "Could not enlarge destination file on chunk %d"
520
  msgstr ""
521
 
522
- #: lib/wfu_constants.php:118
523
  #, php-format
524
  msgid "Could not open file handles on chunk %d"
525
  msgstr ""
526
 
527
- #: lib/wfu_constants.php:119
528
  msgid "You are not allowed to delete this file!"
529
  msgstr ""
530
 
531
- #: lib/wfu_constants.php:121
532
  msgid "Upload skipped! File already exists."
533
  msgstr "Przepraszamy, ten plik już istnieje!"
534
 
535
- #: lib/wfu_constants.php:122
536
  msgid "The extension of the file does not match its contents."
537
  msgstr ""
538
 
539
- #: lib/wfu_constants.php:123
540
  msgid ""
541
  "Upload succeeded but the file is suspicious because its contents do not "
542
  "match its extension. Its proper filename is: "
543
  msgstr ""
544
 
545
- #: lib/wfu_constants.php:124
546
  msgid "No files have been selected!"
547
  msgstr "Nie wybrano żadnych plików"
548
 
549
- #: lib/wfu_constants.php:125
550
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
551
  msgstr ""
552
  "WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
553
 
554
- #: lib/wfu_constants.php:126
555
  msgid "Notification email was not sent because there were no files uploaded."
556
  msgstr ""
557
  "Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
558
  "pliki."
559
 
560
- #: lib/wfu_constants.php:127
561
  msgid ""
562
  "Notification email was not sent because no recipients were defined. Please "
563
  "check notifyrecipients attribute in the shortcode."
@@ -565,7 +589,7 @@ msgstr ""
565
  "Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
566
  "zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
567
 
568
- #: lib/wfu_constants.php:128
569
  msgid ""
570
  "Notification email was not sent due to an error. Please check "
571
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -573,7 +597,7 @@ msgstr ""
573
  "Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
574
  "notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
575
 
576
- #: lib/wfu_constants.php:129
577
  msgid ""
578
  "Redirection not executed because redirection link is empty. Please check "
579
  "redirectlink attribute."
@@ -581,14 +605,14 @@ msgstr ""
581
  "Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
582
  "Sprawdź atrybut redirectlink."
583
 
584
- #: lib/wfu_constants.php:130
585
  msgid ""
586
  "Redirection not executed because not all files were successfully uploaded."
587
  msgstr ""
588
  "Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
589
  "załadowane."
590
 
591
- #: lib/wfu_constants.php:132
592
  msgid ""
593
  "Failed to add the shortcode to the page/post. Please try again. If the "
594
  "message persists, contact administrator."
@@ -596,7 +620,7 @@ msgstr ""
596
  "Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
597
  "komunikat będzie się powtarzał, skontaktuj się z administratorem."
598
 
599
- #: lib/wfu_constants.php:133
600
  msgid ""
601
  "Failed to edit the shortcode because the contents of the page changed. Try "
602
  "again to edit the shortcode."
@@ -604,7 +628,7 @@ msgstr ""
604
  "Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
605
  "ponownie."
606
 
607
- #: lib/wfu_constants.php:134
608
  msgid ""
609
  "Failed to delete the shortcode because the contents of the page changed. Try "
610
  "again to delete it."
@@ -612,7 +636,7 @@ msgstr ""
612
  "Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
613
  "ponownie."
614
 
615
- #: lib/wfu_constants.php:135
616
  msgid ""
617
  "The page containing the shortcode has been modified and it is no longer "
618
  "valid. Please go back to reload the shortcode."
@@ -620,7 +644,7 @@ msgstr ""
620
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
621
  "przeładować shortcode."
622
 
623
- #: lib/wfu_constants.php:136
624
  msgid ""
625
  "Failed to update the shortcode because the contents of the page changed. Go "
626
  "back to reload the shortcode."
@@ -628,7 +652,7 @@ msgstr ""
628
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
629
  "przeładować shortcode."
630
 
631
- #: lib/wfu_constants.php:137
632
  msgid ""
633
  "Failed to update the shortcode. Please try again. If the problem persists, "
634
  "go back and reload the shortcode."
@@ -636,39 +660,39 @@ msgstr ""
636
  "Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
637
  "nie ustąpi, wrócić i ponownie załadować shortcode."
638
 
639
- #: lib/wfu_constants.php:139
640
  msgid "This is a test message"
641
  msgstr "To jest wiadomość testowa"
642
 
643
- #: lib/wfu_constants.php:140
644
  msgid "This is a test administrator message"
645
  msgstr "To jest wiadomość testowa administratora"
646
 
647
- #: lib/wfu_constants.php:141
648
  msgid "File testfile 1 under test"
649
  msgstr ""
650
 
651
- #: lib/wfu_constants.php:142
652
  msgid "File testfile 1 message"
653
  msgstr ""
654
 
655
- #: lib/wfu_constants.php:143
656
  msgid "File testfile 1 administrator message"
657
  msgstr ""
658
 
659
- #: lib/wfu_constants.php:144
660
  msgid "File testfile 2 under test"
661
  msgstr ""
662
 
663
- #: lib/wfu_constants.php:145
664
  msgid "File testfile 2 message"
665
  msgstr ""
666
 
667
- #: lib/wfu_constants.php:146
668
  msgid "File testfile 2 administrator message"
669
  msgstr ""
670
 
671
- #: lib/wfu_constants.php:148
672
  msgid ""
673
  "Insert variable %userid% inside text. It will be replaced by the id of the "
674
  "current user."
@@ -676,7 +700,7 @@ msgstr ""
676
  "Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
677
  "identyfikator bieżącego użytkownika."
678
 
679
- #: lib/wfu_constants.php:149
680
  msgid ""
681
  "Insert variable %username% inside text. It will be replaced by the username "
682
  "of the current user."
@@ -684,7 +708,7 @@ msgstr ""
684
  "Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
685
  "użytkownika bieżącego użytkownika."
686
 
687
- #: lib/wfu_constants.php:150
688
  msgid ""
689
  "Insert variable %useremail% inside text. It will be replaced by the email of "
690
  "the current user."
@@ -692,7 +716,7 @@ msgstr ""
692
  "Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
693
  "mail bieżącego użytkownika."
694
 
695
- #: lib/wfu_constants.php:151
696
  msgid ""
697
  "Insert variable %filename% inside text. It will be replaced by the filename "
698
  "of the uploaded file."
@@ -700,7 +724,7 @@ msgstr ""
700
  "Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
701
  "pliku przesłane."
702
 
703
- #: lib/wfu_constants.php:152
704
  msgid ""
705
  "Insert variable %filepath% inside text. It will be replaced by the full "
706
  "filepath of the uploaded file."
@@ -708,7 +732,7 @@ msgstr ""
708
  "Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
709
  "filepath przesy┼éanego pliku."
710
 
711
- #: lib/wfu_constants.php:153
712
  msgid ""
713
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
714
  "the website."
@@ -716,13 +740,13 @@ msgstr ""
716
  "Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
717
  "identyfikator blog strony internetowej."
718
 
719
- #: lib/wfu_constants.php:154
720
  msgid ""
721
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
722
  "current page."
723
  msgstr ""
724
 
725
- #: lib/wfu_constants.php:155
726
  msgid ""
727
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
728
  "the current page."
@@ -730,7 +754,7 @@ msgstr ""
730
  "Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
731
  "bieżącej strony."
732
 
733
- #: lib/wfu_constants.php:156
734
  msgid ""
735
  "Insert variable %userdataXXX% inside text. Select the user field from the "
736
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -740,147 +764,183 @@ msgstr ""
740
  "listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
741
  "wpisuje w tej dziedzinie."
742
 
743
- #: lib/wfu_constants.php:157
744
  msgid "Insert variable %n% inside text to denote a line change."
745
  msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
746
 
747
- #: lib/wfu_constants.php:159
748
  msgid "Test Mode"
749
  msgstr "Tryb testowy"
750
 
751
- #: lib/wfu_constants.php:160
752
  msgid "select dir..."
753
  msgstr "Wybierz dir..."
754
 
755
- #: lib/wfu_constants.php:161
756
  msgid "type dir"
757
  msgstr "Typ dir"
758
 
759
- #: lib/wfu_constants.php:162
760
  msgid "Upload path: %filepath%"
761
  msgstr "Wgraj %filepath%"
762
 
763
- #: lib/wfu_constants.php:163
764
  msgid "Failed upload path: %filepath%"
765
  msgstr "Nieudane przesyłanie: %filepath%"
766
 
767
- #: lib/wfu_constants.php:164
768
  msgid " (required)"
769
  msgstr "*"
770
 
771
- #: lib/wfu_constants.php:165
772
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
773
  msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
774
 
775
- #: lib/wfu_constants.php:166
776
  msgid "checking captcha..."
777
  msgstr ""
778
 
779
- #: lib/wfu_constants.php:167
780
  msgid "refreshing..."
781
  msgstr ""
782
 
783
- #: lib/wfu_constants.php:168
784
  msgid "correct captcha"
785
  msgstr ""
786
 
787
- #: lib/wfu_constants.php:169
788
  msgid "click to continue the upload"
789
  msgstr ""
790
 
791
- #: lib/wfu_constants.php:170
792
  msgid "Are you sure you want to delete this file?"
793
  msgstr ""
794
 
795
- #: lib/wfu_constants.php:171
796
  msgid "Are you sure that you want to cancel the upload?"
797
  msgstr ""
798
 
799
- #: lib/wfu_constants.php:172
800
  msgid "cancel upload of this file"
801
  msgstr ""
802
 
803
- #: lib/wfu_constants.php:173
804
  msgid "Upload in progress"
805
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
806
 
807
- #: lib/wfu_constants.php:174
808
  msgid "Upload in progress with warnings!"
809
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
810
 
811
- #: lib/wfu_constants.php:175
812
  msgid "Upload in progress but some files already failed!"
813
  msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
814
 
815
- #: lib/wfu_constants.php:176
816
  msgid "Upload in progress but no files uploaded so far!"
817
  msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
818
 
819
- #: lib/wfu_constants.php:177
820
  msgid "All files uploaded successfully"
821
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
822
 
823
- #: lib/wfu_constants.php:178
824
  msgid "All files uploaded successfully but there are warnings!"
825
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
826
 
827
- #: lib/wfu_constants.php:179
828
  msgid "File uploaded successfully but there are warnings!"
829
  msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
830
 
831
- #: lib/wfu_constants.php:180
832
  msgid "Some files failed to upload!"
833
  msgstr "Niektóre pliki zostały anulowane!"
834
 
835
- #: lib/wfu_constants.php:181
836
  msgid "All files failed to upload"
837
  msgstr "Wszystkie pliki zostały anulowane"
838
 
839
- #: lib/wfu_constants.php:182
840
  msgid "File failed to upload"
841
  msgstr "Nie udało się przesłać pliku"
842
 
843
- #: lib/wfu_constants.php:183
844
  msgid "There are no files to upload!"
845
  msgstr "Brak plików do wysłania"
846
 
847
- #: lib/wfu_constants.php:184
848
  msgid "Test upload message"
849
  msgstr "To jest wiadomość testowa"
850
 
851
- #: lib/wfu_constants.php:185
852
  msgid "JSON parse warning!"
853
  msgstr "JSON analizować ostrzeżenie!"
854
 
855
- #: lib/wfu_constants.php:186
856
  msgid "please wait while redirecting..."
857
  msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
858
 
859
- #: lib/wfu_constants.php:188
860
  msgid "Open visual shortcode editor in new window"
861
  msgstr "Otwórz edytor w nowym oknie"
862
 
863
- #: lib/wfu_constants.php:189
864
  msgid "loading visual editor"
865
  msgstr "Ładowanie wizualnego edytora"
866
 
867
- #: lib/wfu_constants.php:190
868
  msgid "Clear file list?"
869
  msgstr ""
870
 
871
- #: lib/wfu_constants.php:191
872
  msgid "DROP HERE"
873
  msgstr ""
874
 
875
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
876
  msgid "Wordpress File Upload Form"
877
  msgstr "Formularz przesyłania plików WPFU"
878
 
879
- #: lib/wfu_constants.php:194
880
  msgid "Wordpress File Upload plugin uploader for sidebars"
881
  msgstr ""
882
 
883
- #: lib/wfu_constants.php:195
884
  msgid "Upload Files"
885
  msgstr ""
886
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:25+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:25+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pl_PL\n"
78
  msgid "Please fill in the above words: "
79
  msgstr ""
80
 
81
+ #: lib/wfu_constants.php:27
82
+ msgid "Upload Media"
83
+ msgstr ""
84
+
85
  #: lib/wfu_constants.php:28
86
+ msgid "videostream"
87
+ msgstr ""
88
+
89
+ #: lib/wfu_constants.php:29
90
+ msgid "screenshot"
91
+ msgstr ""
92
+
93
+ #: lib/wfu_constants.php:31
94
  msgid "File"
95
  msgstr "Plik"
96
 
97
+ #: lib/wfu_constants.php:32
98
  msgid "Date"
99
  msgstr "Data"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Size"
103
  msgstr "Rozmiar"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "User"
107
  msgstr "Użytkownik"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "Page"
111
  msgstr "Strona"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "User Fields"
115
  msgstr ""
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "Download"
119
  msgstr ""
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download this file"
123
  msgstr ""
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Delete"
127
  msgstr ""
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete this file"
131
  msgstr ""
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Sort list based on this column"
135
  msgstr ""
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "guest"
139
  msgstr ""
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "unknown"
143
  msgstr ""
144
 
145
+ #: lib/wfu_constants.php:45
146
  msgid ""
147
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
148
  "attribute."
150
  "Błąd. Nie można rozpoznać ftp cel filedir. Sprawdzanie domeny atrybutu "
151
  "'ftpinfo'."
152
 
153
+ #: lib/wfu_constants.php:46
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr "Błąd. Informacje nieprawidłowe ftp. Sprawdź atrybut \"ftpinfo\"."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
162
  "Błąd. Nie można wyodrębnić informacje ftp z atrybutu 'ftpinfo'. Sprawdzanie "
163
  "składni."
164
 
165
+ #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
170
  "Błąd. Nie można rozpoznać ftp pliku miejsce docelowe. Sprawdzanie domeny "
171
  "atrybutu 'ftpinfo'."
172
 
173
+ #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. The upload size limit of PHP directive upload_max_filesize is "
176
  "preventing the upload of big files.\n"
180
  "przesyłanie dużych plików.\n"
181
  "PHP dyrektywy upload_max_filesize wynosi:"
182
 
183
+ #: lib/wfu_constants.php:50
184
  msgid ""
185
  "The upload time limit of PHP directive max_input_time is preventing the "
186
  "upload of big files.\n"
190
  "przesyłanie dużych plików.\n"
191
  "Limit PHP max_input_time dyrektywy jest:"
192
 
193
+ #: lib/wfu_constants.php:51
194
  msgid ""
195
  "Error. Permission denied to write to target folder.\n"
196
  "Check and correct read/write permissions of target folder."
197
  msgstr ""
198
 
199
+ #: lib/wfu_constants.php:52
200
  msgid ""
201
  "Error. This file was rejected because its extension is not correct. Its "
202
  "proper filename is: "
203
  msgstr ""
204
 
205
+ #: lib/wfu_constants.php:53
206
  msgid "Targer folder doesn't exist."
207
  msgstr "Targer folder nie istnieje."
208
 
209
+ #: lib/wfu_constants.php:54
210
  msgid "Upload failed! Missing a temporary folder."
211
  msgstr "Brak folderu tymczasowego"
212
 
213
+ #: lib/wfu_constants.php:55
214
  msgid "Upload failed! Permission denied to write to target folder."
215
  msgstr "Nie udało się utworzyć folderu"
216
 
217
+ #: lib/wfu_constants.php:56
218
  msgid "File not allowed."
219
  msgstr "Rozszerzenie pliku nie jest dozwolone."
220
 
221
+ #: lib/wfu_constants.php:57
222
  msgid "File is suspicious and was rejected."
223
  msgstr ""
224
 
225
+ #: lib/wfu_constants.php:58
226
  msgid "The uploaded file exceeds the file size limit."
227
  msgstr "Przesłany plik przekracza limit rozmiaru pliku."
228
 
229
+ #: lib/wfu_constants.php:59
230
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
231
  msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
232
 
233
+ #: lib/wfu_constants.php:60
234
  msgid ""
235
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
236
  "Please contact the administrator."
238
  "Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
239
  "serwera. Proszę skontaktuj się z administratorem."
240
 
241
+ #: lib/wfu_constants.php:61
242
  msgid ""
243
  "Upload failed! The duration of the upload exceeded the time limit of the "
244
  "server. Please contact the administrator."
246
  "Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
247
  "serwera. Proszę skontaktuj się z administratorem."
248
 
249
+ #: lib/wfu_constants.php:62
250
  msgid ""
251
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
252
  "was specified in the HTML form."
254
  "Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
255
  "MAX_FILE_SIZE, który został określony w formularzu HTML."
256
 
257
+ #: lib/wfu_constants.php:63
258
  msgid "Upload failed! The uploaded file was only partially uploaded."
259
  msgstr ""
260
  "Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
261
 
262
+ #: lib/wfu_constants.php:64
263
  msgid "Upload failed! No file was uploaded."
264
  msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
265
 
266
+ #: lib/wfu_constants.php:65
267
  msgid "Upload failed! Failed to write file to disk."
268
  msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
269
 
270
+ #: lib/wfu_constants.php:66
271
  msgid ""
272
  "Upload failed! Error occured while moving temporary file. Please contact "
273
  "administrator."
274
  msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
275
 
276
+ #: lib/wfu_constants.php:67
277
  msgid "Upload cancelled!"
278
  msgstr ""
279
 
280
+ #: lib/wfu_constants.php:68
281
  msgid ""
282
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
283
  "a way to ascertain which extension caused the file upload to stop; examining "
284
  "the list of loaded extensions with phpinfo() may help."
285
  msgstr ""
286
 
287
+ #: lib/wfu_constants.php:69
288
  msgid "Upload failed! Error occured while attemting to upload the file."
289
  msgstr ""
290
  "Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
291
 
292
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
293
  msgid "Upload failed!"
294
  msgstr "BŁĄD PRZESYŁANIA!!!"
295
 
296
+ #: lib/wfu_constants.php:71
297
  msgid "No file!"
298
  msgstr "Brak pliku"
299
 
300
+ #: lib/wfu_constants.php:72
301
  msgid ""
302
  "Upload failed! The upload has been canceled by the user or the browser "
303
  "dropped the connection."
305
  "Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
306
  "lub utracone połączenie."
307
 
308
+ #: lib/wfu_constants.php:73
309
  msgid "Upload failed! Unknown error."
310
  msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
311
 
312
+ #: lib/wfu_constants.php:74
313
  msgid "Please contact the administrator."
314
  msgstr "Proszę skontaktuj się z administratorem."
315
 
316
+ #: lib/wfu_constants.php:75
317
  msgid "No result from remote server!"
318
  msgstr "Nie wynik z serwera zdalnego!"
319
 
320
+ #: lib/wfu_constants.php:76
321
  msgid " but with warnings"
322
  msgstr "Ostrzeżenia"
323
 
324
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
325
  msgid "Warning: JSON parse error."
326
  msgstr "\"Błąd analizowania\""
327
 
328
+ #: lib/wfu_constants.php:78
329
  msgid ""
330
  "Upload parameters of this file, passed as JSON string to the handler, could "
331
  "not be parsed."
333
  "Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
334
  "nie można przeanalizować."
335
 
336
+ #: lib/wfu_constants.php:80
337
  msgid ""
338
  "UploadStates, passed as JSON string to the handler, could not be parsed."
339
  msgstr ""
340
  "UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
341
  "przeanalizować."
342
 
343
+ #: lib/wfu_constants.php:81
344
  msgid ""
345
  "Redirection to classic form functionality occurred due to unknown error."
346
  msgstr ""
347
  "Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
348
  "błędu."
349
 
350
+ #: lib/wfu_constants.php:82
351
  msgid ""
352
  "Redirection to classic form functionality occurred because AJAX is not "
353
  "supported."
354
  msgstr ""
355
 
356
+ #: lib/wfu_constants.php:83
357
  msgid ""
358
  "Redirection to classic form functionality occurred because HTML5 is not "
359
  "supported."
361
  "Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
362
  "nieobsługiwana."
363
 
364
+ #: lib/wfu_constants.php:84
365
  msgid ""
366
  "Redirection to classic form functionality occurred due to JSON parse error."
367
  msgstr ""
368
  "Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
369
  "analizy JSON."
370
 
371
+ #: lib/wfu_constants.php:85
372
  msgid "Please enable popup windows from the browser's settings!"
373
  msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
374
 
375
+ #: lib/wfu_constants.php:86
376
  msgid "cannot be empty!"
377
  msgstr "Pole nie może być puste!"
378
 
379
+ #: lib/wfu_constants.php:87
380
  msgid "number not valid!"
381
  msgstr "Błędny numer!"
382
 
383
+ #: lib/wfu_constants.php:88
384
  msgid "email not valid!"
385
  msgstr "Niepoprawny e-mail!"
386
 
387
+ #: lib/wfu_constants.php:89
388
  msgid "emails do not match!"
389
  msgstr "e-maile nie pasują!"
390
 
391
+ #: lib/wfu_constants.php:90
392
  msgid "no base email field in group!"
393
  msgstr ""
394
 
395
+ #: lib/wfu_constants.php:91
396
  msgid "passwords do not match!"
397
  msgstr "Hasła nie są identyczne"
398
 
399
+ #: lib/wfu_constants.php:92
400
  msgid "no base password field in group!"
401
  msgstr ""
402
 
403
+ #: lib/wfu_constants.php:93
404
  msgid "checkbox unchecked!"
405
  msgstr "niezaznaczone pole wyboru!"
406
 
407
+ #: lib/wfu_constants.php:94
408
  msgid "no option selected!"
409
  msgstr "Nie wybrano żadnej opcji"
410
 
411
+ #: lib/wfu_constants.php:95
412
  msgid "no item selected!"
413
  msgstr "Nie wybrano żadnego elementu."
414
 
415
+ #: lib/wfu_constants.php:96
416
  msgid ""
417
  "There are more than one instances of the plugin in this page with the same "
418
  "id. Please change it."
420
  "Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
421
  "identyfikatorze. Zmień go."
422
 
423
+ #: lib/wfu_constants.php:97
424
  msgid ""
425
  "Cannot edit the shortcode because the page has been modified. Please reload "
426
  "the page."
428
  "Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
429
  "odświeżyć stronę."
430
 
431
+ #: lib/wfu_constants.php:98
432
+ msgid "Your browser does not support webcam capture!"
433
+ msgstr ""
434
+
435
+ #: lib/wfu_constants.php:99
436
+ msgid "Your browser does not support video recording from the webcam!"
437
+ msgstr ""
438
+
439
+ #: lib/wfu_constants.php:100
440
+ msgid "No video was recorded!"
441
+ msgstr ""
442
+
443
+ #: lib/wfu_constants.php:101
444
  msgid ""
445
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
446
  "or use RecaptchaV2 (no account)."
447
  msgstr ""
448
 
449
+ #: lib/wfu_constants.php:102
450
  msgid ""
451
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
452
  "notify administrator."
453
  msgstr ""
454
 
455
+ #: lib/wfu_constants.php:103
456
  msgid ""
457
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
458
  "use RecaptchaV1 (no account)."
459
  msgstr ""
460
 
461
+ #: lib/wfu_constants.php:104
462
  msgid "ERROR: No site key. Please contact administrator!"
463
  msgstr ""
464
 
465
+ #: lib/wfu_constants.php:105
466
  msgid ""
467
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
468
  "define Google Recaptcha keys."
469
  msgstr ""
470
 
471
+ #: lib/wfu_constants.php:106
472
  msgid "Bad captcha image!"
473
  msgstr ""
474
 
475
+ #: lib/wfu_constants.php:107
476
  msgid "No input!"
477
  msgstr ""
478
 
479
+ #: lib/wfu_constants.php:108
480
  msgid "Captcha not completed!"
481
  msgstr ""
482
 
483
+ #: lib/wfu_constants.php:109
484
  msgid "Wrong captcha!"
485
  msgstr ""
486
 
487
+ #: lib/wfu_constants.php:110
488
  msgid "Error refreshing captcha!"
489
  msgstr ""
490
 
491
+ #: lib/wfu_constants.php:111
492
  msgid "Unknown captcha error!"
493
  msgstr ""
494
 
495
+ #: lib/wfu_constants.php:112
496
  msgid "Captcha not supported by your browser!"
497
  msgstr ""
498
 
499
+ #: lib/wfu_constants.php:113
500
  msgid "the secret parameter is missing"
501
  msgstr ""
502
 
503
+ #: lib/wfu_constants.php:114
504
  msgid "the secret parameter is invalid or malformed"
505
  msgstr ""
506
 
507
+ #: lib/wfu_constants.php:115
508
  msgid "the response parameter is missing"
509
  msgstr ""
510
 
511
+ #: lib/wfu_constants.php:116
512
  msgid "the response parameter is invalid or malformed"
513
  msgstr ""
514
 
515
+ #: lib/wfu_constants.php:117
516
  msgid "Please do not use drag drop due to an internal problem."
517
  msgstr ""
518
 
519
+ #: lib/wfu_constants.php:118
520
  #, php-format
521
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
522
  msgstr ""
523
 
524
+ #: lib/wfu_constants.php:119
525
  msgid "Chunked upload is not allowed!"
526
  msgstr ""
527
 
528
+ #: lib/wfu_constants.php:120
529
  msgid "Chunked upload aborted due to error in previous chunk!"
530
  msgstr ""
531
 
532
+ #: lib/wfu_constants.php:121
533
  msgid "Chunked upload failed, final file could not be created!"
534
  msgstr ""
535
 
536
+ #: lib/wfu_constants.php:122
537
  #, php-format
538
  msgid "Could not write file chuck to destination on chunk %d"
539
  msgstr ""
540
 
541
+ #: lib/wfu_constants.php:123
542
  #, php-format
543
  msgid "Could not enlarge destination file on chunk %d"
544
  msgstr ""
545
 
546
+ #: lib/wfu_constants.php:124
547
  #, php-format
548
  msgid "Could not open file handles on chunk %d"
549
  msgstr ""
550
 
551
+ #: lib/wfu_constants.php:125
552
  msgid "You are not allowed to delete this file!"
553
  msgstr ""
554
 
555
+ #: lib/wfu_constants.php:127
556
  msgid "Upload skipped! File already exists."
557
  msgstr "Przepraszamy, ten plik już istnieje!"
558
 
559
+ #: lib/wfu_constants.php:128
560
  msgid "The extension of the file does not match its contents."
561
  msgstr ""
562
 
563
+ #: lib/wfu_constants.php:129
564
  msgid ""
565
  "Upload succeeded but the file is suspicious because its contents do not "
566
  "match its extension. Its proper filename is: "
567
  msgstr ""
568
 
569
+ #: lib/wfu_constants.php:130
570
  msgid "No files have been selected!"
571
  msgstr "Nie wybrano żadnych plików"
572
 
573
+ #: lib/wfu_constants.php:131
574
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
575
  msgstr ""
576
  "WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
577
 
578
+ #: lib/wfu_constants.php:132
579
  msgid "Notification email was not sent because there were no files uploaded."
580
  msgstr ""
581
  "Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
582
  "pliki."
583
 
584
+ #: lib/wfu_constants.php:133
585
  msgid ""
586
  "Notification email was not sent because no recipients were defined. Please "
587
  "check notifyrecipients attribute in the shortcode."
589
  "Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
590
  "zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
591
 
592
+ #: lib/wfu_constants.php:134
593
  msgid ""
594
  "Notification email was not sent due to an error. Please check "
595
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
597
  "Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
598
  "notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
599
 
600
+ #: lib/wfu_constants.php:135
601
  msgid ""
602
  "Redirection not executed because redirection link is empty. Please check "
603
  "redirectlink attribute."
605
  "Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
606
  "Sprawdź atrybut redirectlink."
607
 
608
+ #: lib/wfu_constants.php:136
609
  msgid ""
610
  "Redirection not executed because not all files were successfully uploaded."
611
  msgstr ""
612
  "Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
613
  "załadowane."
614
 
615
+ #: lib/wfu_constants.php:138
616
  msgid ""
617
  "Failed to add the shortcode to the page/post. Please try again. If the "
618
  "message persists, contact administrator."
620
  "Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
621
  "komunikat będzie się powtarzał, skontaktuj się z administratorem."
622
 
623
+ #: lib/wfu_constants.php:139
624
  msgid ""
625
  "Failed to edit the shortcode because the contents of the page changed. Try "
626
  "again to edit the shortcode."
628
  "Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
629
  "ponownie."
630
 
631
+ #: lib/wfu_constants.php:140
632
  msgid ""
633
  "Failed to delete the shortcode because the contents of the page changed. Try "
634
  "again to delete it."
636
  "Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
637
  "ponownie."
638
 
639
+ #: lib/wfu_constants.php:141
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
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
645
  "przeładować shortcode."
646
 
647
+ #: lib/wfu_constants.php:142
648
  msgid ""
649
  "Failed to update the shortcode because the contents of the page changed. Go "
650
  "back to reload the shortcode."
652
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
653
  "przeładować shortcode."
654
 
655
+ #: lib/wfu_constants.php:143
656
  msgid ""
657
  "Failed to update the shortcode. Please try again. If the problem persists, "
658
  "go back and reload the shortcode."
660
  "Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
661
  "nie ustąpi, wrócić i ponownie załadować shortcode."
662
 
663
+ #: lib/wfu_constants.php:145
664
  msgid "This is a test message"
665
  msgstr "To jest wiadomość testowa"
666
 
667
+ #: lib/wfu_constants.php:146
668
  msgid "This is a test administrator message"
669
  msgstr "To jest wiadomość testowa administratora"
670
 
671
+ #: lib/wfu_constants.php:147
672
  msgid "File testfile 1 under test"
673
  msgstr ""
674
 
675
+ #: lib/wfu_constants.php:148
676
  msgid "File testfile 1 message"
677
  msgstr ""
678
 
679
+ #: lib/wfu_constants.php:149
680
  msgid "File testfile 1 administrator message"
681
  msgstr ""
682
 
683
+ #: lib/wfu_constants.php:150
684
  msgid "File testfile 2 under test"
685
  msgstr ""
686
 
687
+ #: lib/wfu_constants.php:151
688
  msgid "File testfile 2 message"
689
  msgstr ""
690
 
691
+ #: lib/wfu_constants.php:152
692
  msgid "File testfile 2 administrator message"
693
  msgstr ""
694
 
695
+ #: lib/wfu_constants.php:154
696
  msgid ""
697
  "Insert variable %userid% inside text. It will be replaced by the id of the "
698
  "current user."
700
  "Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
701
  "identyfikator bieżącego użytkownika."
702
 
703
+ #: lib/wfu_constants.php:155
704
  msgid ""
705
  "Insert variable %username% inside text. It will be replaced by the username "
706
  "of the current user."
708
  "Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
709
  "użytkownika bieżącego użytkownika."
710
 
711
+ #: lib/wfu_constants.php:156
712
  msgid ""
713
  "Insert variable %useremail% inside text. It will be replaced by the email of "
714
  "the current user."
716
  "Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
717
  "mail bieżącego użytkownika."
718
 
719
+ #: lib/wfu_constants.php:157
720
  msgid ""
721
  "Insert variable %filename% inside text. It will be replaced by the filename "
722
  "of the uploaded file."
724
  "Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
725
  "pliku przesłane."
726
 
727
+ #: lib/wfu_constants.php:158
728
  msgid ""
729
  "Insert variable %filepath% inside text. It will be replaced by the full "
730
  "filepath of the uploaded file."
732
  "Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
733
  "filepath przesy┼éanego pliku."
734
 
735
+ #: lib/wfu_constants.php:159
736
  msgid ""
737
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
738
  "the website."
740
  "Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
741
  "identyfikator blog strony internetowej."
742
 
743
+ #: lib/wfu_constants.php:160
744
  msgid ""
745
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
746
  "current page."
747
  msgstr ""
748
 
749
+ #: lib/wfu_constants.php:161
750
  msgid ""
751
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
752
  "the current page."
754
  "Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
755
  "bieżącej strony."
756
 
757
+ #: lib/wfu_constants.php:162
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
  "listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
765
  "wpisuje w tej dziedzinie."
766
 
767
+ #: lib/wfu_constants.php:163
768
  msgid "Insert variable %n% inside text to denote a line change."
769
  msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
770
 
771
+ #: lib/wfu_constants.php:165
772
  msgid "Test Mode"
773
  msgstr "Tryb testowy"
774
 
775
+ #: lib/wfu_constants.php:166
776
  msgid "select dir..."
777
  msgstr "Wybierz dir..."
778
 
779
+ #: lib/wfu_constants.php:167
780
  msgid "type dir"
781
  msgstr "Typ dir"
782
 
783
+ #: lib/wfu_constants.php:168
784
  msgid "Upload path: %filepath%"
785
  msgstr "Wgraj %filepath%"
786
 
787
+ #: lib/wfu_constants.php:169
788
  msgid "Failed upload path: %filepath%"
789
  msgstr "Nieudane przesyłanie: %filepath%"
790
 
791
+ #: lib/wfu_constants.php:170
792
  msgid " (required)"
793
  msgstr "*"
794
 
795
+ #: lib/wfu_constants.php:171
796
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
797
  msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
798
 
799
+ #: lib/wfu_constants.php:172
800
  msgid "checking captcha..."
801
  msgstr ""
802
 
803
+ #: lib/wfu_constants.php:173
804
  msgid "refreshing..."
805
  msgstr ""
806
 
807
+ #: lib/wfu_constants.php:174
808
  msgid "correct captcha"
809
  msgstr ""
810
 
811
+ #: lib/wfu_constants.php:175
812
  msgid "click to continue the upload"
813
  msgstr ""
814
 
815
+ #: lib/wfu_constants.php:176
816
  msgid "Are you sure you want to delete this file?"
817
  msgstr ""
818
 
819
+ #: lib/wfu_constants.php:177
820
  msgid "Are you sure that you want to cancel the upload?"
821
  msgstr ""
822
 
823
+ #: lib/wfu_constants.php:178
824
  msgid "cancel upload of this file"
825
  msgstr ""
826
 
827
+ #: lib/wfu_constants.php:179
828
  msgid "Upload in progress"
829
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
830
 
831
+ #: lib/wfu_constants.php:180
832
  msgid "Upload in progress with warnings!"
833
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
834
 
835
+ #: lib/wfu_constants.php:181
836
  msgid "Upload in progress but some files already failed!"
837
  msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
838
 
839
+ #: lib/wfu_constants.php:182
840
  msgid "Upload in progress but no files uploaded so far!"
841
  msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
842
 
843
+ #: lib/wfu_constants.php:183
844
  msgid "All files uploaded successfully"
845
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
846
 
847
+ #: lib/wfu_constants.php:184
848
  msgid "All files uploaded successfully but there are warnings!"
849
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
850
 
851
+ #: lib/wfu_constants.php:185
852
  msgid "File uploaded successfully but there are warnings!"
853
  msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
854
 
855
+ #: lib/wfu_constants.php:186
856
  msgid "Some files failed to upload!"
857
  msgstr "Niektóre pliki zostały anulowane!"
858
 
859
+ #: lib/wfu_constants.php:187
860
  msgid "All files failed to upload"
861
  msgstr "Wszystkie pliki zostały anulowane"
862
 
863
+ #: lib/wfu_constants.php:188
864
  msgid "File failed to upload"
865
  msgstr "Nie udało się przesłać pliku"
866
 
867
+ #: lib/wfu_constants.php:189
868
  msgid "There are no files to upload!"
869
  msgstr "Brak plików do wysłania"
870
 
871
+ #: lib/wfu_constants.php:190
872
  msgid "Test upload message"
873
  msgstr "To jest wiadomość testowa"
874
 
875
+ #: lib/wfu_constants.php:191
876
  msgid "JSON parse warning!"
877
  msgstr "JSON analizować ostrzeżenie!"
878
 
879
+ #: lib/wfu_constants.php:192
880
  msgid "please wait while redirecting..."
881
  msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
882
 
883
+ #: lib/wfu_constants.php:194
884
  msgid "Open visual shortcode editor in new window"
885
  msgstr "Otwórz edytor w nowym oknie"
886
 
887
+ #: lib/wfu_constants.php:195
888
  msgid "loading visual editor"
889
  msgstr "Ładowanie wizualnego edytora"
890
 
891
+ #: lib/wfu_constants.php:196
892
  msgid "Clear file list?"
893
  msgstr ""
894
 
895
+ #: lib/wfu_constants.php:197
896
  msgid "DROP HERE"
897
  msgstr ""
898
 
899
+ #: lib/wfu_constants.php:199
900
+ msgid "record video"
901
+ msgstr ""
902
+
903
+ #: lib/wfu_constants.php:200
904
+ msgid "take a picture"
905
+ msgstr ""
906
+
907
+ #: lib/wfu_constants.php:201
908
+ msgid "turn webcam on/off"
909
+ msgstr ""
910
+
911
+ #: lib/wfu_constants.php:202
912
+ msgid "go live again"
913
+ msgstr ""
914
+
915
+ #: lib/wfu_constants.php:203
916
+ msgid "end recording"
917
+ msgstr ""
918
+
919
+ #: lib/wfu_constants.php:204
920
+ msgid "play"
921
+ msgstr ""
922
+
923
+ #: lib/wfu_constants.php:205
924
+ msgid "pause"
925
+ msgstr ""
926
+
927
+ #: lib/wfu_constants.php:206
928
+ msgid "go to the beginning"
929
+ msgstr ""
930
+
931
+ #: lib/wfu_constants.php:207
932
+ msgid "go to the end"
933
+ msgstr ""
934
+
935
+ #: lib/wfu_constants.php:209
936
  msgid "Wordpress File Upload Form"
937
  msgstr "Formularz przesyłania plików WPFU"
938
 
939
+ #: lib/wfu_constants.php:210
940
  msgid "Wordpress File Upload plugin uploader for sidebars"
941
  msgstr ""
942
 
943
+ #: lib/wfu_constants.php:211
944
  msgid "Upload Files"
945
  msgstr ""
946
 
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: 2016-02-16 00:22+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00:22+0200\n"
7
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sr\n"
@@ -78,59 +78,71 @@ msgstr "Vaša poruka"
78
  msgid "Please fill in the above words: "
79
  msgstr "Popunite sledećim rečima:"
80
 
 
 
 
 
81
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
82
  msgid "File"
83
  msgstr "Datoteka"
84
 
85
- #: lib/wfu_constants.php:29
86
  msgid "Date"
87
  msgstr "Датум"
88
 
89
- #: lib/wfu_constants.php:30
90
  msgid "Size"
91
  msgstr "Veličina"
92
 
93
- #: lib/wfu_constants.php:31
94
  msgid "User"
95
  msgstr "Korisnik"
96
 
97
- #: lib/wfu_constants.php:32
98
  msgid "Page"
99
  msgstr "Strana"
100
 
101
- #: lib/wfu_constants.php:33
102
  msgid "User Fields"
103
  msgstr ""
104
 
105
- #: lib/wfu_constants.php:34
106
  msgid "Download"
107
  msgstr "Preuzimanje"
108
 
109
- #: lib/wfu_constants.php:35
110
  msgid "Download this file"
111
  msgstr "Преузми датотеку"
112
 
113
- #: lib/wfu_constants.php:36
114
  msgid "Delete"
115
  msgstr "Obrišite"
116
 
117
- #: lib/wfu_constants.php:37
118
  msgid "Delete this file"
119
  msgstr ""
120
 
121
- #: lib/wfu_constants.php:38
122
  msgid "Sort list based on this column"
123
  msgstr ""
124
 
125
- #: lib/wfu_constants.php:39
126
  msgid "guest"
127
  msgstr ""
128
 
129
- #: lib/wfu_constants.php:40
130
  msgid "unknown"
131
  msgstr ""
132
 
133
- #: lib/wfu_constants.php:42
134
  msgid ""
135
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
136
  "attribute."
@@ -138,11 +150,11 @@ msgstr ""
138
  "Greška. Ciljni direktorijum datoteke nije mogao biti razrešen. Proverite "
139
  "domen u 'ftpinfo' atributu."
140
 
141
- #: lib/wfu_constants.php:43
142
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
143
  msgstr "Greška. Nevažeći ftp podaci. Proverite 'ftpinfo' atribut."
144
 
145
- #: lib/wfu_constants.php:44
146
  msgid ""
147
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
148
  "syntax."
@@ -150,7 +162,7 @@ msgstr ""
150
  "Greška. Neuspelo izvlačenje ftp podataka iz 'ftpinfo' atributa. Proverite "
151
  "njegovu sintaksu. "
152
 
153
- #: lib/wfu_constants.php:45
154
  msgid ""
155
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
156
  "attribute."
@@ -158,7 +170,7 @@ msgstr ""
158
  "Greška. Ftp naziv ciljne datoteke nije mogao biti razrešen. Proverite domen "
159
  "u 'ftpinfo' atributu."
160
 
161
- #: lib/wfu_constants.php:46
162
  msgid ""
163
  "Error. The upload size limit of PHP directive upload_max_filesize is "
164
  "preventing the upload of big files.\n"
@@ -168,7 +180,7 @@ msgstr ""
168
  "datoteke, sprečava otpremanje velikih datoteka. \n"
169
  "PHP direktiva ograničenja otpremi_max_veličinu datoteke je:"
170
 
171
- #: lib/wfu_constants.php:47
172
  msgid ""
173
  "The upload time limit of PHP directive max_input_time is preventing the "
174
  "upload of big files.\n"
@@ -178,7 +190,7 @@ msgstr ""
178
  "otpremanje velikih datoteka. \n"
179
  "PHP direktiva ograničenja max_vreme_unosa je:"
180
 
181
- #: lib/wfu_constants.php:48
182
  msgid ""
183
  "Error. Permission denied to write to target folder.\n"
184
  "Check and correct read/write permissions of target folder."
@@ -186,42 +198,42 @@ msgstr ""
186
  "Greška. Odbijena je dozvola za pisanje u ciljnoj fascikli. Proverite i "
187
  "ispravite dozvole za čitanje/pisanje u ciljnoj fascikli. "
188
 
189
- #: lib/wfu_constants.php:49
190
  msgid ""
191
  "Error. This file was rejected because its extension is not correct. Its "
192
  "proper filename is: "
193
  msgstr ""
194
 
195
- #: lib/wfu_constants.php:50
196
  msgid "Targer folder doesn't exist."
197
  msgstr "Ciljna fascikla ne postoji."
198
 
199
- #: lib/wfu_constants.php:51
200
  msgid "Upload failed! Missing a temporary folder."
201
  msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
202
 
203
- #: lib/wfu_constants.php:52
204
  msgid "Upload failed! Permission denied to write to target folder."
205
  msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
206
 
207
- #: lib/wfu_constants.php:53
208
  msgid "File not allowed."
209
  msgstr "Datoteka nije dozvoljena."
210
 
211
- #: lib/wfu_constants.php:54
212
  msgid "File is suspicious and was rejected."
213
  msgstr ""
214
 
215
- #: lib/wfu_constants.php:55
216
  msgid "The uploaded file exceeds the file size limit."
217
  msgstr ""
218
  "Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
219
 
220
- #: lib/wfu_constants.php:56
221
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
222
  msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
223
 
224
- #: lib/wfu_constants.php:57
225
  msgid ""
226
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
227
  "Please contact the administrator."
@@ -229,7 +241,7 @@ msgstr ""
229
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
230
  "za veličinu datoteke. Obratite se administratoru."
231
 
232
- #: lib/wfu_constants.php:58
233
  msgid ""
234
  "Upload failed! The duration of the upload exceeded the time limit of the "
235
  "server. Please contact the administrator."
@@ -237,7 +249,7 @@ msgstr ""
237
  "Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
238
  "ograničenje servera. Obratite se administratoru."
239
 
240
- #: lib/wfu_constants.php:59
241
  msgid ""
242
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
243
  "was specified in the HTML form."
@@ -245,19 +257,19 @@ msgstr ""
245
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
246
  "MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
247
 
248
- #: lib/wfu_constants.php:60
249
  msgid "Upload failed! The uploaded file was only partially uploaded."
250
  msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
251
 
252
- #: lib/wfu_constants.php:61
253
  msgid "Upload failed! No file was uploaded."
254
  msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
255
 
256
- #: lib/wfu_constants.php:62
257
  msgid "Upload failed! Failed to write file to disk."
258
  msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
259
 
260
- #: lib/wfu_constants.php:63
261
  msgid ""
262
  "Upload failed! Error occured while moving temporary file. Please contact "
263
  "administrator."
@@ -265,11 +277,11 @@ msgstr ""
265
  "Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
266
  "datoteke. Obratite se administratoru."
267
 
268
- #: lib/wfu_constants.php:64
269
  msgid "Upload cancelled!"
270
  msgstr ""
271
 
272
- #: lib/wfu_constants.php:65
273
  msgid ""
274
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
275
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -279,21 +291,21 @@ msgstr ""
279
  "ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
280
  "Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
281
 
282
- #: lib/wfu_constants.php:66
283
  msgid "Upload failed! Error occured while attemting to upload the file."
284
  msgstr ""
285
  "Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
286
  "datoteka."
287
 
288
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
289
  msgid "Upload failed!"
290
  msgstr "Otpremanje neuspešno! "
291
 
292
- #: lib/wfu_constants.php:68
293
  msgid "No file!"
294
  msgstr "Nema datoteke!"
295
 
296
- #: lib/wfu_constants.php:69
297
  msgid ""
298
  "Upload failed! The upload has been canceled by the user or the browser "
299
  "dropped the connection."
@@ -301,27 +313,27 @@ msgstr ""
301
  "Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
302
  "izgubio internet vezu."
303
 
304
- #: lib/wfu_constants.php:70
305
  msgid "Upload failed! Unknown error."
306
  msgstr "Otpremanje neuspešno! Nepoznata greška."
307
 
308
- #: lib/wfu_constants.php:71
309
  msgid "Please contact the administrator."
310
  msgstr "Obratite se administratoru."
311
 
312
- #: lib/wfu_constants.php:72
313
  msgid "No result from remote server!"
314
  msgstr "Nema rezultata sa udaljenog servera!"
315
 
316
- #: lib/wfu_constants.php:73
317
  msgid " but with warnings"
318
  msgstr "ali sa upozorenjima"
319
 
320
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
321
  msgid "Warning: JSON parse error."
322
  msgstr "Upozorenje: Greška prilikom JSON parsiranja."
323
 
324
- #: lib/wfu_constants.php:75
325
  msgid ""
326
  "Upload parameters of this file, passed as JSON string to the handler, could "
327
  "not be parsed."
@@ -329,20 +341,20 @@ msgstr ""
329
  "Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
330
  "mogle biti parsirane. "
331
 
332
- #: lib/wfu_constants.php:77
333
  msgid ""
334
  "UploadStates, passed as JSON string to the handler, could not be parsed."
335
  msgstr ""
336
  "UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
337
 
338
- #: lib/wfu_constants.php:78
339
  msgid ""
340
  "Redirection to classic form functionality occurred due to unknown error."
341
  msgstr ""
342
  "Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
343
  "obrasca."
344
 
345
- #: lib/wfu_constants.php:79
346
  msgid ""
347
  "Redirection to classic form functionality occurred because AJAX is not "
348
  "supported."
@@ -350,7 +362,7 @@ msgstr ""
350
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
351
  "podržan AJAX."
352
 
353
- #: lib/wfu_constants.php:80
354
  msgid ""
355
  "Redirection to classic form functionality occurred because HTML5 is not "
356
  "supported."
@@ -358,58 +370,58 @@ msgstr ""
358
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
359
  "podržan HTML5."
360
 
361
- #: lib/wfu_constants.php:81
362
  msgid ""
363
  "Redirection to classic form functionality occurred due to JSON parse error."
364
  msgstr ""
365
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
366
  "greške prilikom parsiranja."
367
 
368
- #: lib/wfu_constants.php:82
369
  msgid "Please enable popup windows from the browser's settings!"
370
  msgstr ""
371
 
372
- #: lib/wfu_constants.php:83
373
  msgid "cannot be empty!"
374
  msgstr "ne može biti prazno!"
375
 
376
- #: lib/wfu_constants.php:84
377
  msgid "number not valid!"
378
  msgstr ""
379
 
380
- #: lib/wfu_constants.php:85
381
  msgid "email not valid!"
382
  msgstr ""
383
 
384
- #: lib/wfu_constants.php:86
385
  msgid "emails do not match!"
386
  msgstr ""
387
 
388
- #: lib/wfu_constants.php:87
389
  msgid "no base email field in group!"
390
  msgstr ""
391
 
392
- #: lib/wfu_constants.php:88
393
  msgid "passwords do not match!"
394
  msgstr ""
395
 
396
- #: lib/wfu_constants.php:89
397
  msgid "no base password field in group!"
398
  msgstr ""
399
 
400
- #: lib/wfu_constants.php:90
401
  msgid "checkbox unchecked!"
402
  msgstr ""
403
 
404
- #: lib/wfu_constants.php:91
405
  msgid "no option selected!"
406
  msgstr ""
407
 
408
- #: lib/wfu_constants.php:92
409
  msgid "no item selected!"
410
  msgstr ""
411
 
412
- #: lib/wfu_constants.php:93
413
  msgid ""
414
  "There are more than one instances of the plugin in this page with the same "
415
  "id. Please change it."
@@ -417,7 +429,7 @@ msgstr ""
417
  "Na ovoj stranici ima više od jednog primera plugin-a sa istom "
418
  "identifikacijom."
419
 
420
- #: lib/wfu_constants.php:94
421
  msgid ""
422
  "Cannot edit the shortcode because the page has been modified. Please reload "
423
  "the page."
@@ -425,7 +437,19 @@ msgstr ""
425
  "Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
426
  "učitajte stranicu."
427
 
428
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
429
  msgid ""
430
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
431
  "or use RecaptchaV2 (no account)."
@@ -433,23 +457,23 @@ msgstr ""
433
  "GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
434
  "ili koristite RecaptchaV2 (bez naloga)."
435
 
436
- #: lib/wfu_constants.php:96
437
  msgid ""
438
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
439
  "notify administrator."
440
  msgstr ""
441
 
442
- #: lib/wfu_constants.php:97
443
  msgid ""
444
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
445
  "use RecaptchaV1 (no account)."
446
  msgstr ""
447
 
448
- #: lib/wfu_constants.php:98
449
  msgid "ERROR: No site key. Please contact administrator!"
450
  msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
451
 
452
- #: lib/wfu_constants.php:99
453
  msgid ""
454
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
455
  "define Google Recaptcha keys."
@@ -457,127 +481,127 @@ msgstr ""
457
  "GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
458
  "plugin-a da biste odredili Google Recaptcha ključeve."
459
 
460
- #: lib/wfu_constants.php:100
461
  msgid "Bad captcha image!"
462
  msgstr "Loša captcha slika!"
463
 
464
- #: lib/wfu_constants.php:101
465
  msgid "No input!"
466
  msgstr "Nema unosa!"
467
 
468
- #: lib/wfu_constants.php:102
469
  msgid "Captcha not completed!"
470
  msgstr "Captcha nije kompletan!"
471
 
472
- #: lib/wfu_constants.php:103
473
  msgid "Wrong captcha!"
474
  msgstr "Pogrešan captcha!"
475
 
476
- #: lib/wfu_constants.php:104
477
  msgid "Error refreshing captcha!"
478
  msgstr "Greška u osvežavanju captcha!"
479
 
480
- #: lib/wfu_constants.php:105
481
  msgid "Unknown captcha error!"
482
  msgstr "Nepoznata captcha greška!"
483
 
484
- #: lib/wfu_constants.php:106
485
  msgid "Captcha not supported by your browser!"
486
  msgstr "Vaš pretraživač ne podržava captcha!"
487
 
488
- #: lib/wfu_constants.php:107
489
  msgid "the secret parameter is missing"
490
  msgstr "nedostaje tajni parametar"
491
 
492
- #: lib/wfu_constants.php:108
493
  msgid "the secret parameter is invalid or malformed"
494
  msgstr "tajni parametar je nevažeći ili loše formulisan"
495
 
496
- #: lib/wfu_constants.php:109
497
  msgid "the response parameter is missing"
498
  msgstr "nedostaje parametar odgovora "
499
 
500
- #: lib/wfu_constants.php:110
501
  msgid "the response parameter is invalid or malformed"
502
  msgstr "parametar odgovora je nevažeći ili loše formulisan"
503
 
504
- #: lib/wfu_constants.php:111
505
  msgid "Please do not use drag drop due to an internal problem."
506
  msgstr ""
507
  "Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
508
  "problema."
509
 
510
- #: lib/wfu_constants.php:112
511
  #, php-format
512
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
513
  msgstr ""
514
  "Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
515
  "jedinici memorije %d"
516
 
517
- #: lib/wfu_constants.php:113
518
  msgid "Chunked upload is not allowed!"
519
  msgstr "Parcijalno otpremanje nije dozvoljeno!"
520
 
521
- #: lib/wfu_constants.php:114
522
  msgid "Chunked upload aborted due to error in previous chunk!"
523
  msgstr ""
524
  "Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
525
  "memorije!"
526
 
527
- #: lib/wfu_constants.php:115
528
  msgid "Chunked upload failed, final file could not be created!"
529
  msgstr ""
530
  "Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
531
  "kreirati!"
532
 
533
- #: lib/wfu_constants.php:116
534
  #, php-format
535
  msgid "Could not write file chuck to destination on chunk %d"
536
  msgstr ""
537
  "Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
538
 
539
- #: lib/wfu_constants.php:117
540
  #, php-format
541
  msgid "Could not enlarge destination file on chunk %d"
542
  msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
543
 
544
- #: lib/wfu_constants.php:118
545
  #, php-format
546
  msgid "Could not open file handles on chunk %d"
547
  msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
548
 
549
- #: lib/wfu_constants.php:119
550
  msgid "You are not allowed to delete this file!"
551
  msgstr ""
552
 
553
- #: lib/wfu_constants.php:121
554
  msgid "Upload skipped! File already exists."
555
  msgstr "Otpremanje preskočeno! Datoteka već postoji."
556
 
557
- #: lib/wfu_constants.php:122
558
  msgid "The extension of the file does not match its contents."
559
  msgstr ""
560
 
561
- #: lib/wfu_constants.php:123
562
  msgid ""
563
  "Upload succeeded but the file is suspicious because its contents do not "
564
  "match its extension. Its proper filename is: "
565
  msgstr ""
566
 
567
- #: lib/wfu_constants.php:124
568
  msgid "No files have been selected!"
569
  msgstr "Datoteke nisu odabrane!"
570
 
571
- #: lib/wfu_constants.php:125
572
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
573
  msgstr ""
574
  "WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
575
 
576
- #: lib/wfu_constants.php:126
577
  msgid "Notification email was not sent because there were no files uploaded."
578
  msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
579
 
580
- #: lib/wfu_constants.php:127
581
  msgid ""
582
  "Notification email was not sent because no recipients were defined. Please "
583
  "check notifyrecipients attribute in the shortcode."
@@ -585,7 +609,7 @@ msgstr ""
585
  "Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
586
  "notifyrecipients atribut u shortcode-u."
587
 
588
- #: lib/wfu_constants.php:128
589
  msgid ""
590
  "Notification email was not sent due to an error. Please check "
591
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -593,7 +617,7 @@ msgstr ""
593
  "Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
594
  "notifysubject i notifymessage atribute da biste našli greške."
595
 
596
- #: lib/wfu_constants.php:129
597
  msgid ""
598
  "Redirection not executed because redirection link is empty. Please check "
599
  "redirectlink attribute."
@@ -601,19 +625,19 @@ msgstr ""
601
  "Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
602
  "Proverite redirectlink atribut."
603
 
604
- #: lib/wfu_constants.php:130
605
  msgid ""
606
  "Redirection not executed because not all files were successfully uploaded."
607
  msgstr ""
608
  "Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
609
 
610
- #: lib/wfu_constants.php:132
611
  msgid ""
612
  "Failed to add the shortcode to the page/post. Please try again. If the "
613
  "message persists, contact administrator."
614
  msgstr ""
615
 
616
- #: lib/wfu_constants.php:133
617
  msgid ""
618
  "Failed to edit the shortcode because the contents of the page changed. Try "
619
  "again to edit the shortcode."
@@ -621,7 +645,7 @@ msgstr ""
621
  "Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
622
  "ponovo da uredite shortcode."
623
 
624
- #: lib/wfu_constants.php:134
625
  msgid ""
626
  "Failed to delete the shortcode because the contents of the page changed. Try "
627
  "again to delete it."
@@ -629,7 +653,7 @@ msgstr ""
629
  "Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
630
  "ponovo da ga obrišete."
631
 
632
- #: lib/wfu_constants.php:135
633
  msgid ""
634
  "The page containing the shortcode has been modified and it is no longer "
635
  "valid. Please go back to reload the shortcode."
@@ -637,7 +661,7 @@ msgstr ""
637
  "Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
638
  "da ponovo učitate shortcode."
639
 
640
- #: lib/wfu_constants.php:136
641
  msgid ""
642
  "Failed to update the shortcode because the contents of the page changed. Go "
643
  "back to reload the shortcode."
@@ -645,7 +669,7 @@ msgstr ""
645
  "Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
646
  "da ponovo učitate shortcode."
647
 
648
- #: lib/wfu_constants.php:137
649
  msgid ""
650
  "Failed to update the shortcode. Please try again. If the problem persists, "
651
  "go back and reload the shortcode."
@@ -653,39 +677,39 @@ msgstr ""
653
  "Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
654
  "vratite se i opet učitajte shortcode."
655
 
656
- #: lib/wfu_constants.php:139
657
  msgid "This is a test message"
658
  msgstr "Ovo je poruka testa"
659
 
660
- #: lib/wfu_constants.php:140
661
  msgid "This is a test administrator message"
662
  msgstr "Ovo je poruka testa administratora "
663
 
664
- #: lib/wfu_constants.php:141
665
  msgid "File testfile 1 under test"
666
  msgstr "Datoteka testfile 1 na testiranju"
667
 
668
- #: lib/wfu_constants.php:142
669
  msgid "File testfile 1 message"
670
  msgstr "Datoteka testfile 1 poruka"
671
 
672
- #: lib/wfu_constants.php:143
673
  msgid "File testfile 1 administrator message"
674
  msgstr "Datoteka testfile 1 poruka administratora"
675
 
676
- #: lib/wfu_constants.php:144
677
  msgid "File testfile 2 under test"
678
  msgstr "Datoteka testfile 2 na testiranju"
679
 
680
- #: lib/wfu_constants.php:145
681
  msgid "File testfile 2 message"
682
  msgstr "Datoteka testfile 2 poruka"
683
 
684
- #: lib/wfu_constants.php:146
685
  msgid "File testfile 2 administrator message"
686
  msgstr "Datoteka testfile 2 poruka administratora"
687
 
688
- #: lib/wfu_constants.php:148
689
  msgid ""
690
  "Insert variable %userid% inside text. It will be replaced by the id of the "
691
  "current user."
@@ -693,7 +717,7 @@ msgstr ""
693
  "Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
694
  "korisnika."
695
 
696
- #: lib/wfu_constants.php:149
697
  msgid ""
698
  "Insert variable %username% inside text. It will be replaced by the username "
699
  "of the current user."
@@ -701,7 +725,7 @@ msgstr ""
701
  "Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
702
  "imenom tekućeg korisnika."
703
 
704
- #: lib/wfu_constants.php:150
705
  msgid ""
706
  "Insert variable %useremail% inside text. It will be replaced by the email of "
707
  "the current user."
@@ -709,7 +733,7 @@ msgstr ""
709
  "Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
710
  "korisnika."
711
 
712
- #: lib/wfu_constants.php:151
713
  msgid ""
714
  "Insert variable %filename% inside text. It will be replaced by the filename "
715
  "of the uploaded file."
@@ -717,7 +741,7 @@ msgstr ""
717
  "Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
718
  "otpremljene datoteke."
719
 
720
- #: lib/wfu_constants.php:152
721
  msgid ""
722
  "Insert variable %filepath% inside text. It will be replaced by the full "
723
  "filepath of the uploaded file."
@@ -725,7 +749,7 @@ msgstr ""
725
  "Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
726
  "otpremljene datoteke."
727
 
728
- #: lib/wfu_constants.php:153
729
  msgid ""
730
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
731
  "the website."
@@ -733,7 +757,7 @@ msgstr ""
733
  "Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
734
  "a."
735
 
736
- #: lib/wfu_constants.php:154
737
  msgid ""
738
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
739
  "current page."
@@ -741,7 +765,7 @@ msgstr ""
741
  "Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
742
  "stranice."
743
 
744
- #: lib/wfu_constants.php:155
745
  msgid ""
746
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
747
  "the current page."
@@ -749,7 +773,7 @@ msgstr ""
749
  "Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
750
  "stranice."
751
 
752
- #: lib/wfu_constants.php:156
753
  msgid ""
754
  "Insert variable %userdataXXX% inside text. Select the user field from the "
755
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -758,147 +782,183 @@ msgstr ""
758
  "Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
759
  "opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
760
 
761
- #: lib/wfu_constants.php:157
762
  msgid "Insert variable %n% inside text to denote a line change."
763
  msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
764
 
765
- #: lib/wfu_constants.php:159
766
  msgid "Test Mode"
767
  msgstr "Režim testiranja"
768
 
769
- #: lib/wfu_constants.php:160
770
  msgid "select dir..."
771
  msgstr "odaberite dir..."
772
 
773
- #: lib/wfu_constants.php:161
774
  msgid "type dir"
775
  msgstr "vrsta direktorijuma "
776
 
777
- #: lib/wfu_constants.php:162
778
  msgid "Upload path: %filepath%"
779
  msgstr "Putanja otpremanja: %filepath%"
780
 
781
- #: lib/wfu_constants.php:163
782
  msgid "Failed upload path: %filepath%"
783
  msgstr "Putanja otpremanja neuspešna: %filepath%"
784
 
785
- #: lib/wfu_constants.php:164
786
  msgid " (required)"
787
  msgstr "(obavezna)"
788
 
789
- #: lib/wfu_constants.php:165
790
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
791
  msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
792
 
793
- #: lib/wfu_constants.php:166
794
  msgid "checking captcha..."
795
  msgstr "captcha se proverava..."
796
 
797
- #: lib/wfu_constants.php:167
798
  msgid "refreshing..."
799
  msgstr "osvežava se..."
800
 
801
- #: lib/wfu_constants.php:168
802
  msgid "correct captcha"
803
  msgstr "ispravi captcha"
804
 
805
- #: lib/wfu_constants.php:169
806
  msgid "click to continue the upload"
807
  msgstr "kliknite da biste nastavili otpremanje"
808
 
809
- #: lib/wfu_constants.php:170
810
  msgid "Are you sure you want to delete this file?"
811
  msgstr ""
812
 
813
- #: lib/wfu_constants.php:171
814
  msgid "Are you sure that you want to cancel the upload?"
815
  msgstr ""
816
 
817
- #: lib/wfu_constants.php:172
818
  msgid "cancel upload of this file"
819
  msgstr ""
820
 
821
- #: lib/wfu_constants.php:173
822
  msgid "Upload in progress"
823
  msgstr "Otpremanje u toku"
824
 
825
- #: lib/wfu_constants.php:174
826
  msgid "Upload in progress with warnings!"
827
  msgstr "Otpremanje sa upozorenjima u toku!"
828
 
829
- #: lib/wfu_constants.php:175
830
  msgid "Upload in progress but some files already failed!"
831
  msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
832
 
833
- #: lib/wfu_constants.php:176
834
  msgid "Upload in progress but no files uploaded so far!"
835
  msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
836
 
837
- #: lib/wfu_constants.php:177
838
  msgid "All files uploaded successfully"
839
  msgstr "Sve datoteke uspešno su otpremljene"
840
 
841
- #: lib/wfu_constants.php:178
842
  msgid "All files uploaded successfully but there are warnings!"
843
  msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
844
 
845
- #: lib/wfu_constants.php:179
846
  msgid "File uploaded successfully but there are warnings!"
847
  msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
848
 
849
- #: lib/wfu_constants.php:180
850
  msgid "Some files failed to upload!"
851
  msgstr "Neke datoteke nisu otpremljene!"
852
 
853
- #: lib/wfu_constants.php:181
854
  msgid "All files failed to upload"
855
  msgstr "Nijedna datoteka nije otpremljena"
856
 
857
- #: lib/wfu_constants.php:182
858
  msgid "File failed to upload"
859
  msgstr "Datoteka nije uspešno otpremljena"
860
 
861
- #: lib/wfu_constants.php:183
862
  msgid "There are no files to upload!"
863
  msgstr "Nema datoteka za otpremanje"
864
 
865
- #: lib/wfu_constants.php:184
866
  msgid "Test upload message"
867
  msgstr "Testiraj poruku za otpremanje"
868
 
869
- #: lib/wfu_constants.php:185
870
  msgid "JSON parse warning!"
871
  msgstr "Upozorenje za JSON parsiranje!"
872
 
873
- #: lib/wfu_constants.php:186
874
  msgid "please wait while redirecting..."
875
  msgstr "Molimo sačekajte preusmeravanje..."
876
 
877
- #: lib/wfu_constants.php:188
878
  msgid "Open visual shortcode editor in new window"
879
  msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
880
 
881
- #: lib/wfu_constants.php:189
882
  msgid "loading visual editor"
883
  msgstr "učitavanje vizuelnog uređivača"
884
 
885
- #: lib/wfu_constants.php:190
886
  msgid "Clear file list?"
887
  msgstr "Obriši listu datoteke?"
888
 
889
- #: lib/wfu_constants.php:191
890
  msgid "DROP HERE"
891
  msgstr "POZICIONIRAJ OVDE"
892
 
893
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
894
  msgid "Wordpress File Upload Form"
895
  msgstr ""
896
 
897
- #: lib/wfu_constants.php:194
898
  msgid "Wordpress File Upload plugin uploader for sidebars"
899
  msgstr ""
900
 
901
- #: lib/wfu_constants.php:195
902
  msgid "Upload Files"
903
  msgstr ""
904
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:25+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:25+0200\n"
7
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sr\n"
78
  msgid "Please fill in the above words: "
79
  msgstr "Popunite sledećim rečima:"
80
 
81
+ #: lib/wfu_constants.php:27
82
+ msgid "Upload Media"
83
+ msgstr ""
84
+
85
  #: lib/wfu_constants.php:28
86
+ msgid "videostream"
87
+ msgstr ""
88
+
89
+ #: lib/wfu_constants.php:29
90
+ msgid "screenshot"
91
+ msgstr ""
92
+
93
+ #: lib/wfu_constants.php:31
94
  msgid "File"
95
  msgstr "Datoteka"
96
 
97
+ #: lib/wfu_constants.php:32
98
  msgid "Date"
99
  msgstr "Датум"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Size"
103
  msgstr "Veličina"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "User"
107
  msgstr "Korisnik"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "Page"
111
  msgstr "Strana"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "User Fields"
115
  msgstr ""
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "Download"
119
  msgstr "Preuzimanje"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download this file"
123
  msgstr "Преузми датотеку"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Delete"
127
  msgstr "Obrišite"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete this file"
131
  msgstr ""
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Sort list based on this column"
135
  msgstr ""
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "guest"
139
  msgstr ""
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "unknown"
143
  msgstr ""
144
 
145
+ #: lib/wfu_constants.php:45
146
  msgid ""
147
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
148
  "attribute."
150
  "Greška. Ciljni direktorijum datoteke nije mogao biti razrešen. Proverite "
151
  "domen u 'ftpinfo' atributu."
152
 
153
+ #: lib/wfu_constants.php:46
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr "Greška. Nevažeći ftp podaci. Proverite 'ftpinfo' atribut."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
162
  "Greška. Neuspelo izvlačenje ftp podataka iz 'ftpinfo' atributa. Proverite "
163
  "njegovu sintaksu. "
164
 
165
+ #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
170
  "Greška. Ftp naziv ciljne datoteke nije mogao biti razrešen. Proverite domen "
171
  "u 'ftpinfo' atributu."
172
 
173
+ #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. The upload size limit of PHP directive upload_max_filesize is "
176
  "preventing the upload of big files.\n"
180
  "datoteke, sprečava otpremanje velikih datoteka. \n"
181
  "PHP direktiva ograničenja otpremi_max_veličinu datoteke je:"
182
 
183
+ #: lib/wfu_constants.php:50
184
  msgid ""
185
  "The upload time limit of PHP directive max_input_time is preventing the "
186
  "upload of big files.\n"
190
  "otpremanje velikih datoteka. \n"
191
  "PHP direktiva ograničenja max_vreme_unosa je:"
192
 
193
+ #: lib/wfu_constants.php:51
194
  msgid ""
195
  "Error. Permission denied to write to target folder.\n"
196
  "Check and correct read/write permissions of target folder."
198
  "Greška. Odbijena je dozvola za pisanje u ciljnoj fascikli. Proverite i "
199
  "ispravite dozvole za čitanje/pisanje u ciljnoj fascikli. "
200
 
201
+ #: lib/wfu_constants.php:52
202
  msgid ""
203
  "Error. This file was rejected because its extension is not correct. Its "
204
  "proper filename is: "
205
  msgstr ""
206
 
207
+ #: lib/wfu_constants.php:53
208
  msgid "Targer folder doesn't exist."
209
  msgstr "Ciljna fascikla ne postoji."
210
 
211
+ #: lib/wfu_constants.php:54
212
  msgid "Upload failed! Missing a temporary folder."
213
  msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
214
 
215
+ #: lib/wfu_constants.php:55
216
  msgid "Upload failed! Permission denied to write to target folder."
217
  msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
218
 
219
+ #: lib/wfu_constants.php:56
220
  msgid "File not allowed."
221
  msgstr "Datoteka nije dozvoljena."
222
 
223
+ #: lib/wfu_constants.php:57
224
  msgid "File is suspicious and was rejected."
225
  msgstr ""
226
 
227
+ #: lib/wfu_constants.php:58
228
  msgid "The uploaded file exceeds the file size limit."
229
  msgstr ""
230
  "Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
231
 
232
+ #: lib/wfu_constants.php:59
233
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
234
  msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
235
 
236
+ #: lib/wfu_constants.php:60
237
  msgid ""
238
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
239
  "Please contact the administrator."
241
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
242
  "za veličinu datoteke. Obratite se administratoru."
243
 
244
+ #: lib/wfu_constants.php:61
245
  msgid ""
246
  "Upload failed! The duration of the upload exceeded the time limit of the "
247
  "server. Please contact the administrator."
249
  "Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
250
  "ograničenje servera. Obratite se administratoru."
251
 
252
+ #: lib/wfu_constants.php:62
253
  msgid ""
254
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
255
  "was specified in the HTML form."
257
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
258
  "MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
259
 
260
+ #: lib/wfu_constants.php:63
261
  msgid "Upload failed! The uploaded file was only partially uploaded."
262
  msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
263
 
264
+ #: lib/wfu_constants.php:64
265
  msgid "Upload failed! No file was uploaded."
266
  msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
267
 
268
+ #: lib/wfu_constants.php:65
269
  msgid "Upload failed! Failed to write file to disk."
270
  msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
271
 
272
+ #: lib/wfu_constants.php:66
273
  msgid ""
274
  "Upload failed! Error occured while moving temporary file. Please contact "
275
  "administrator."
277
  "Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
278
  "datoteke. Obratite se administratoru."
279
 
280
+ #: lib/wfu_constants.php:67
281
  msgid "Upload cancelled!"
282
  msgstr ""
283
 
284
+ #: lib/wfu_constants.php:68
285
  msgid ""
286
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
287
  "a way to ascertain which extension caused the file upload to stop; examining "
291
  "ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
292
  "Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
293
 
294
+ #: lib/wfu_constants.php:69
295
  msgid "Upload failed! Error occured while attemting to upload the file."
296
  msgstr ""
297
  "Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
298
  "datoteka."
299
 
300
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
301
  msgid "Upload failed!"
302
  msgstr "Otpremanje neuspešno! "
303
 
304
+ #: lib/wfu_constants.php:71
305
  msgid "No file!"
306
  msgstr "Nema datoteke!"
307
 
308
+ #: lib/wfu_constants.php:72
309
  msgid ""
310
  "Upload failed! The upload has been canceled by the user or the browser "
311
  "dropped the connection."
313
  "Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
314
  "izgubio internet vezu."
315
 
316
+ #: lib/wfu_constants.php:73
317
  msgid "Upload failed! Unknown error."
318
  msgstr "Otpremanje neuspešno! Nepoznata greška."
319
 
320
+ #: lib/wfu_constants.php:74
321
  msgid "Please contact the administrator."
322
  msgstr "Obratite se administratoru."
323
 
324
+ #: lib/wfu_constants.php:75
325
  msgid "No result from remote server!"
326
  msgstr "Nema rezultata sa udaljenog servera!"
327
 
328
+ #: lib/wfu_constants.php:76
329
  msgid " but with warnings"
330
  msgstr "ali sa upozorenjima"
331
 
332
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
333
  msgid "Warning: JSON parse error."
334
  msgstr "Upozorenje: Greška prilikom JSON parsiranja."
335
 
336
+ #: lib/wfu_constants.php:78
337
  msgid ""
338
  "Upload parameters of this file, passed as JSON string to the handler, could "
339
  "not be parsed."
341
  "Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
342
  "mogle biti parsirane. "
343
 
344
+ #: lib/wfu_constants.php:80
345
  msgid ""
346
  "UploadStates, passed as JSON string to the handler, could not be parsed."
347
  msgstr ""
348
  "UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
349
 
350
+ #: lib/wfu_constants.php:81
351
  msgid ""
352
  "Redirection to classic form functionality occurred due to unknown error."
353
  msgstr ""
354
  "Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
355
  "obrasca."
356
 
357
+ #: lib/wfu_constants.php:82
358
  msgid ""
359
  "Redirection to classic form functionality occurred because AJAX is not "
360
  "supported."
362
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
363
  "podržan AJAX."
364
 
365
+ #: lib/wfu_constants.php:83
366
  msgid ""
367
  "Redirection to classic form functionality occurred because HTML5 is not "
368
  "supported."
370
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
371
  "podržan HTML5."
372
 
373
+ #: lib/wfu_constants.php:84
374
  msgid ""
375
  "Redirection to classic form functionality occurred due to JSON parse error."
376
  msgstr ""
377
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
378
  "greške prilikom parsiranja."
379
 
380
+ #: lib/wfu_constants.php:85
381
  msgid "Please enable popup windows from the browser's settings!"
382
  msgstr ""
383
 
384
+ #: lib/wfu_constants.php:86
385
  msgid "cannot be empty!"
386
  msgstr "ne može biti prazno!"
387
 
388
+ #: lib/wfu_constants.php:87
389
  msgid "number not valid!"
390
  msgstr ""
391
 
392
+ #: lib/wfu_constants.php:88
393
  msgid "email not valid!"
394
  msgstr ""
395
 
396
+ #: lib/wfu_constants.php:89
397
  msgid "emails do not match!"
398
  msgstr ""
399
 
400
+ #: lib/wfu_constants.php:90
401
  msgid "no base email field in group!"
402
  msgstr ""
403
 
404
+ #: lib/wfu_constants.php:91
405
  msgid "passwords do not match!"
406
  msgstr ""
407
 
408
+ #: lib/wfu_constants.php:92
409
  msgid "no base password field in group!"
410
  msgstr ""
411
 
412
+ #: lib/wfu_constants.php:93
413
  msgid "checkbox unchecked!"
414
  msgstr ""
415
 
416
+ #: lib/wfu_constants.php:94
417
  msgid "no option selected!"
418
  msgstr ""
419
 
420
+ #: lib/wfu_constants.php:95
421
  msgid "no item selected!"
422
  msgstr ""
423
 
424
+ #: lib/wfu_constants.php:96
425
  msgid ""
426
  "There are more than one instances of the plugin in this page with the same "
427
  "id. Please change it."
429
  "Na ovoj stranici ima više od jednog primera plugin-a sa istom "
430
  "identifikacijom."
431
 
432
+ #: lib/wfu_constants.php:97
433
  msgid ""
434
  "Cannot edit the shortcode because the page has been modified. Please reload "
435
  "the page."
437
  "Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
438
  "učitajte stranicu."
439
 
440
+ #: lib/wfu_constants.php:98
441
+ msgid "Your browser does not support webcam capture!"
442
+ msgstr ""
443
+
444
+ #: lib/wfu_constants.php:99
445
+ msgid "Your browser does not support video recording from the webcam!"
446
+ msgstr ""
447
+
448
+ #: lib/wfu_constants.php:100
449
+ msgid "No video was recorded!"
450
+ msgstr ""
451
+
452
+ #: lib/wfu_constants.php:101
453
  msgid ""
454
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
455
  "or use RecaptchaV2 (no account)."
457
  "GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
458
  "ili koristite RecaptchaV2 (bez naloga)."
459
 
460
+ #: lib/wfu_constants.php:102
461
  msgid ""
462
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
463
  "notify administrator."
464
  msgstr ""
465
 
466
+ #: lib/wfu_constants.php:103
467
  msgid ""
468
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
469
  "use RecaptchaV1 (no account)."
470
  msgstr ""
471
 
472
+ #: lib/wfu_constants.php:104
473
  msgid "ERROR: No site key. Please contact administrator!"
474
  msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
475
 
476
+ #: lib/wfu_constants.php:105
477
  msgid ""
478
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
479
  "define Google Recaptcha keys."
481
  "GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
482
  "plugin-a da biste odredili Google Recaptcha ključeve."
483
 
484
+ #: lib/wfu_constants.php:106
485
  msgid "Bad captcha image!"
486
  msgstr "Loša captcha slika!"
487
 
488
+ #: lib/wfu_constants.php:107
489
  msgid "No input!"
490
  msgstr "Nema unosa!"
491
 
492
+ #: lib/wfu_constants.php:108
493
  msgid "Captcha not completed!"
494
  msgstr "Captcha nije kompletan!"
495
 
496
+ #: lib/wfu_constants.php:109
497
  msgid "Wrong captcha!"
498
  msgstr "Pogrešan captcha!"
499
 
500
+ #: lib/wfu_constants.php:110
501
  msgid "Error refreshing captcha!"
502
  msgstr "Greška u osvežavanju captcha!"
503
 
504
+ #: lib/wfu_constants.php:111
505
  msgid "Unknown captcha error!"
506
  msgstr "Nepoznata captcha greška!"
507
 
508
+ #: lib/wfu_constants.php:112
509
  msgid "Captcha not supported by your browser!"
510
  msgstr "Vaš pretraživač ne podržava captcha!"
511
 
512
+ #: lib/wfu_constants.php:113
513
  msgid "the secret parameter is missing"
514
  msgstr "nedostaje tajni parametar"
515
 
516
+ #: lib/wfu_constants.php:114
517
  msgid "the secret parameter is invalid or malformed"
518
  msgstr "tajni parametar je nevažeći ili loše formulisan"
519
 
520
+ #: lib/wfu_constants.php:115
521
  msgid "the response parameter is missing"
522
  msgstr "nedostaje parametar odgovora "
523
 
524
+ #: lib/wfu_constants.php:116
525
  msgid "the response parameter is invalid or malformed"
526
  msgstr "parametar odgovora je nevažeći ili loše formulisan"
527
 
528
+ #: lib/wfu_constants.php:117
529
  msgid "Please do not use drag drop due to an internal problem."
530
  msgstr ""
531
  "Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
532
  "problema."
533
 
534
+ #: lib/wfu_constants.php:118
535
  #, php-format
536
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
537
  msgstr ""
538
  "Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
539
  "jedinici memorije %d"
540
 
541
+ #: lib/wfu_constants.php:119
542
  msgid "Chunked upload is not allowed!"
543
  msgstr "Parcijalno otpremanje nije dozvoljeno!"
544
 
545
+ #: lib/wfu_constants.php:120
546
  msgid "Chunked upload aborted due to error in previous chunk!"
547
  msgstr ""
548
  "Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
549
  "memorije!"
550
 
551
+ #: lib/wfu_constants.php:121
552
  msgid "Chunked upload failed, final file could not be created!"
553
  msgstr ""
554
  "Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
555
  "kreirati!"
556
 
557
+ #: lib/wfu_constants.php:122
558
  #, php-format
559
  msgid "Could not write file chuck to destination on chunk %d"
560
  msgstr ""
561
  "Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
562
 
563
+ #: lib/wfu_constants.php:123
564
  #, php-format
565
  msgid "Could not enlarge destination file on chunk %d"
566
  msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
567
 
568
+ #: lib/wfu_constants.php:124
569
  #, php-format
570
  msgid "Could not open file handles on chunk %d"
571
  msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
572
 
573
+ #: lib/wfu_constants.php:125
574
  msgid "You are not allowed to delete this file!"
575
  msgstr ""
576
 
577
+ #: lib/wfu_constants.php:127
578
  msgid "Upload skipped! File already exists."
579
  msgstr "Otpremanje preskočeno! Datoteka već postoji."
580
 
581
+ #: lib/wfu_constants.php:128
582
  msgid "The extension of the file does not match its contents."
583
  msgstr ""
584
 
585
+ #: lib/wfu_constants.php:129
586
  msgid ""
587
  "Upload succeeded but the file is suspicious because its contents do not "
588
  "match its extension. Its proper filename is: "
589
  msgstr ""
590
 
591
+ #: lib/wfu_constants.php:130
592
  msgid "No files have been selected!"
593
  msgstr "Datoteke nisu odabrane!"
594
 
595
+ #: lib/wfu_constants.php:131
596
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
597
  msgstr ""
598
  "WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
599
 
600
+ #: lib/wfu_constants.php:132
601
  msgid "Notification email was not sent because there were no files uploaded."
602
  msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
603
 
604
+ #: lib/wfu_constants.php:133
605
  msgid ""
606
  "Notification email was not sent because no recipients were defined. Please "
607
  "check notifyrecipients attribute in the shortcode."
609
  "Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
610
  "notifyrecipients atribut u shortcode-u."
611
 
612
+ #: lib/wfu_constants.php:134
613
  msgid ""
614
  "Notification email was not sent due to an error. Please check "
615
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
617
  "Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
618
  "notifysubject i notifymessage atribute da biste našli greške."
619
 
620
+ #: lib/wfu_constants.php:135
621
  msgid ""
622
  "Redirection not executed because redirection link is empty. Please check "
623
  "redirectlink attribute."
625
  "Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
626
  "Proverite redirectlink atribut."
627
 
628
+ #: lib/wfu_constants.php:136
629
  msgid ""
630
  "Redirection not executed because not all files were successfully uploaded."
631
  msgstr ""
632
  "Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
633
 
634
+ #: lib/wfu_constants.php:138
635
  msgid ""
636
  "Failed to add the shortcode to the page/post. Please try again. If the "
637
  "message persists, contact administrator."
638
  msgstr ""
639
 
640
+ #: lib/wfu_constants.php:139
641
  msgid ""
642
  "Failed to edit the shortcode because the contents of the page changed. Try "
643
  "again to edit the shortcode."
645
  "Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
646
  "ponovo da uredite shortcode."
647
 
648
+ #: lib/wfu_constants.php:140
649
  msgid ""
650
  "Failed to delete the shortcode because the contents of the page changed. Try "
651
  "again to delete it."
653
  "Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
654
  "ponovo da ga obrišete."
655
 
656
+ #: lib/wfu_constants.php:141
657
  msgid ""
658
  "The page containing the shortcode has been modified and it is no longer "
659
  "valid. Please go back to reload the shortcode."
661
  "Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
662
  "da ponovo učitate shortcode."
663
 
664
+ #: lib/wfu_constants.php:142
665
  msgid ""
666
  "Failed to update the shortcode because the contents of the page changed. Go "
667
  "back to reload the shortcode."
669
  "Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
670
  "da ponovo učitate shortcode."
671
 
672
+ #: lib/wfu_constants.php:143
673
  msgid ""
674
  "Failed to update the shortcode. Please try again. If the problem persists, "
675
  "go back and reload the shortcode."
677
  "Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
678
  "vratite se i opet učitajte shortcode."
679
 
680
+ #: lib/wfu_constants.php:145
681
  msgid "This is a test message"
682
  msgstr "Ovo je poruka testa"
683
 
684
+ #: lib/wfu_constants.php:146
685
  msgid "This is a test administrator message"
686
  msgstr "Ovo je poruka testa administratora "
687
 
688
+ #: lib/wfu_constants.php:147
689
  msgid "File testfile 1 under test"
690
  msgstr "Datoteka testfile 1 na testiranju"
691
 
692
+ #: lib/wfu_constants.php:148
693
  msgid "File testfile 1 message"
694
  msgstr "Datoteka testfile 1 poruka"
695
 
696
+ #: lib/wfu_constants.php:149
697
  msgid "File testfile 1 administrator message"
698
  msgstr "Datoteka testfile 1 poruka administratora"
699
 
700
+ #: lib/wfu_constants.php:150
701
  msgid "File testfile 2 under test"
702
  msgstr "Datoteka testfile 2 na testiranju"
703
 
704
+ #: lib/wfu_constants.php:151
705
  msgid "File testfile 2 message"
706
  msgstr "Datoteka testfile 2 poruka"
707
 
708
+ #: lib/wfu_constants.php:152
709
  msgid "File testfile 2 administrator message"
710
  msgstr "Datoteka testfile 2 poruka administratora"
711
 
712
+ #: lib/wfu_constants.php:154
713
  msgid ""
714
  "Insert variable %userid% inside text. It will be replaced by the id of the "
715
  "current user."
717
  "Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
718
  "korisnika."
719
 
720
+ #: lib/wfu_constants.php:155
721
  msgid ""
722
  "Insert variable %username% inside text. It will be replaced by the username "
723
  "of the current user."
725
  "Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
726
  "imenom tekućeg korisnika."
727
 
728
+ #: lib/wfu_constants.php:156
729
  msgid ""
730
  "Insert variable %useremail% inside text. It will be replaced by the email of "
731
  "the current user."
733
  "Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
734
  "korisnika."
735
 
736
+ #: lib/wfu_constants.php:157
737
  msgid ""
738
  "Insert variable %filename% inside text. It will be replaced by the filename "
739
  "of the uploaded file."
741
  "Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
742
  "otpremljene datoteke."
743
 
744
+ #: lib/wfu_constants.php:158
745
  msgid ""
746
  "Insert variable %filepath% inside text. It will be replaced by the full "
747
  "filepath of the uploaded file."
749
  "Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
750
  "otpremljene datoteke."
751
 
752
+ #: lib/wfu_constants.php:159
753
  msgid ""
754
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
755
  "the website."
757
  "Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
758
  "a."
759
 
760
+ #: lib/wfu_constants.php:160
761
  msgid ""
762
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
763
  "current page."
765
  "Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
766
  "stranice."
767
 
768
+ #: lib/wfu_constants.php:161
769
  msgid ""
770
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
771
  "the current page."
773
  "Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
774
  "stranice."
775
 
776
+ #: lib/wfu_constants.php:162
777
  msgid ""
778
  "Insert variable %userdataXXX% inside text. Select the user field from the "
779
  "drop-down list. It will be replaced by the value that the user entered in "
782
  "Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
783
  "opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
784
 
785
+ #: lib/wfu_constants.php:163
786
  msgid "Insert variable %n% inside text to denote a line change."
787
  msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
788
 
789
+ #: lib/wfu_constants.php:165
790
  msgid "Test Mode"
791
  msgstr "Režim testiranja"
792
 
793
+ #: lib/wfu_constants.php:166
794
  msgid "select dir..."
795
  msgstr "odaberite dir..."
796
 
797
+ #: lib/wfu_constants.php:167
798
  msgid "type dir"
799
  msgstr "vrsta direktorijuma "
800
 
801
+ #: lib/wfu_constants.php:168
802
  msgid "Upload path: %filepath%"
803
  msgstr "Putanja otpremanja: %filepath%"
804
 
805
+ #: lib/wfu_constants.php:169
806
  msgid "Failed upload path: %filepath%"
807
  msgstr "Putanja otpremanja neuspešna: %filepath%"
808
 
809
+ #: lib/wfu_constants.php:170
810
  msgid " (required)"
811
  msgstr "(obavezna)"
812
 
813
+ #: lib/wfu_constants.php:171
814
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
815
  msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
816
 
817
+ #: lib/wfu_constants.php:172
818
  msgid "checking captcha..."
819
  msgstr "captcha se proverava..."
820
 
821
+ #: lib/wfu_constants.php:173
822
  msgid "refreshing..."
823
  msgstr "osvežava se..."
824
 
825
+ #: lib/wfu_constants.php:174
826
  msgid "correct captcha"
827
  msgstr "ispravi captcha"
828
 
829
+ #: lib/wfu_constants.php:175
830
  msgid "click to continue the upload"
831
  msgstr "kliknite da biste nastavili otpremanje"
832
 
833
+ #: lib/wfu_constants.php:176
834
  msgid "Are you sure you want to delete this file?"
835
  msgstr ""
836
 
837
+ #: lib/wfu_constants.php:177
838
  msgid "Are you sure that you want to cancel the upload?"
839
  msgstr ""
840
 
841
+ #: lib/wfu_constants.php:178
842
  msgid "cancel upload of this file"
843
  msgstr ""
844
 
845
+ #: lib/wfu_constants.php:179
846
  msgid "Upload in progress"
847
  msgstr "Otpremanje u toku"
848
 
849
+ #: lib/wfu_constants.php:180
850
  msgid "Upload in progress with warnings!"
851
  msgstr "Otpremanje sa upozorenjima u toku!"
852
 
853
+ #: lib/wfu_constants.php:181
854
  msgid "Upload in progress but some files already failed!"
855
  msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
856
 
857
+ #: lib/wfu_constants.php:182
858
  msgid "Upload in progress but no files uploaded so far!"
859
  msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
860
 
861
+ #: lib/wfu_constants.php:183
862
  msgid "All files uploaded successfully"
863
  msgstr "Sve datoteke uspešno su otpremljene"
864
 
865
+ #: lib/wfu_constants.php:184
866
  msgid "All files uploaded successfully but there are warnings!"
867
  msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
868
 
869
+ #: lib/wfu_constants.php:185
870
  msgid "File uploaded successfully but there are warnings!"
871
  msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
872
 
873
+ #: lib/wfu_constants.php:186
874
  msgid "Some files failed to upload!"
875
  msgstr "Neke datoteke nisu otpremljene!"
876
 
877
+ #: lib/wfu_constants.php:187
878
  msgid "All files failed to upload"
879
  msgstr "Nijedna datoteka nije otpremljena"
880
 
881
+ #: lib/wfu_constants.php:188
882
  msgid "File failed to upload"
883
  msgstr "Datoteka nije uspešno otpremljena"
884
 
885
+ #: lib/wfu_constants.php:189
886
  msgid "There are no files to upload!"
887
  msgstr "Nema datoteka za otpremanje"
888
 
889
+ #: lib/wfu_constants.php:190
890
  msgid "Test upload message"
891
  msgstr "Testiraj poruku za otpremanje"
892
 
893
+ #: lib/wfu_constants.php:191
894
  msgid "JSON parse warning!"
895
  msgstr "Upozorenje za JSON parsiranje!"
896
 
897
+ #: lib/wfu_constants.php:192
898
  msgid "please wait while redirecting..."
899
  msgstr "Molimo sačekajte preusmeravanje..."
900
 
901
+ #: lib/wfu_constants.php:194
902
  msgid "Open visual shortcode editor in new window"
903
  msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
904
 
905
+ #: lib/wfu_constants.php:195
906
  msgid "loading visual editor"
907
  msgstr "učitavanje vizuelnog uređivača"
908
 
909
+ #: lib/wfu_constants.php:196
910
  msgid "Clear file list?"
911
  msgstr "Obriši listu datoteke?"
912
 
913
+ #: lib/wfu_constants.php:197
914
  msgid "DROP HERE"
915
  msgstr "POZICIONIRAJ OVDE"
916
 
917
+ #: lib/wfu_constants.php:199
918
+ msgid "record video"
919
+ msgstr ""
920
+
921
+ #: lib/wfu_constants.php:200
922
+ msgid "take a picture"
923
+ msgstr ""
924
+
925
+ #: lib/wfu_constants.php:201
926
+ msgid "turn webcam on/off"
927
+ msgstr ""
928
+
929
+ #: lib/wfu_constants.php:202
930
+ msgid "go live again"
931
+ msgstr ""
932
+
933
+ #: lib/wfu_constants.php:203
934
+ msgid "end recording"
935
+ msgstr ""
936
+
937
+ #: lib/wfu_constants.php:204
938
+ msgid "play"
939
+ msgstr ""
940
+
941
+ #: lib/wfu_constants.php:205
942
+ msgid "pause"
943
+ msgstr ""
944
+
945
+ #: lib/wfu_constants.php:206
946
+ msgid "go to the beginning"
947
+ msgstr ""
948
+
949
+ #: lib/wfu_constants.php:207
950
+ msgid "go to the end"
951
+ msgstr ""
952
+
953
+ #: lib/wfu_constants.php:209
954
  msgid "Wordpress File Upload Form"
955
  msgstr ""
956
 
957
+ #: lib/wfu_constants.php:210
958
  msgid "Wordpress File Upload plugin uploader for sidebars"
959
  msgstr ""
960
 
961
+ #: lib/wfu_constants.php:211
962
  msgid "Upload Files"
963
  msgstr ""
964
 
languages/wp-file-upload-zh_CN.mo CHANGED
Binary file
languages/wp-file-upload-zh_CN.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: 2016-02-18 22:15+0200\n"
6
- "PO-Revision-Date: 2016-02-18 22:15+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: zh_CN\n"
@@ -77,81 +77,93 @@ msgstr "您的信息"
77
  msgid "Please fill in the above words: "
78
  msgstr "请填写上面的字。"
79
 
 
 
 
 
80
  #: lib/wfu_constants.php:28
 
 
 
 
 
 
 
 
81
  msgid "File"
82
  msgstr "文件"
83
 
84
- #: lib/wfu_constants.php:29
85
  msgid "Date"
86
  msgstr "日期"
87
 
88
- #: lib/wfu_constants.php:30
89
  msgid "Size"
90
  msgstr "大小"
91
 
92
- #: lib/wfu_constants.php:31
93
  msgid "User"
94
  msgstr "用户"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Page"
98
  msgstr "页面"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "User Fields"
102
  msgstr "用户区域"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "Download"
106
  msgstr "下载"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Download this file"
110
  msgstr "下载这个文件"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "Delete"
114
  msgstr "删除"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Delete this file"
118
  msgstr "删除这个文件"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Sort list based on this column"
122
  msgstr "根据该列分类"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "guest"
126
  msgstr "客人"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "unknown"
130
  msgstr "未知"
131
 
132
- #: lib/wfu_constants.php:42
133
  msgid ""
134
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
135
  "attribute."
136
  msgstr "错误:不能解决 ftp 目标文件目录。请检查 'ftpinfo'属性中的domain"
137
 
138
- #: lib/wfu_constants.php:43
139
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
140
  msgstr "错误:无效 ftp 信息。请检查 'ftpinfo' 属性"
141
 
142
- #: lib/wfu_constants.php:44
143
  msgid ""
144
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
145
  "syntax."
146
  msgstr "错误:不能从 'ftpinfo' 属性中提取 ftp 信息。请检查它的句法"
147
 
148
- #: lib/wfu_constants.php:45
149
  msgid ""
150
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
151
  "attribute."
152
  msgstr "错误:不能解决 ftp 目标文件名。请检查 'ftpinfo'属性中的 domain"
153
 
154
- #: lib/wfu_constants.php:46
155
  msgid ""
156
  "Error. The upload size limit of PHP directive upload_max_filesize is "
157
  "preventing the upload of big files.\n"
@@ -160,7 +172,7 @@ msgstr ""
160
  "错误:上传文件PHP directive upload_max_filesize 的限制正在避免加载大文件。"
161
  "PHP directive upload_max_filesize 的限制是:"
162
 
163
- #: lib/wfu_constants.php:47
164
  msgid ""
165
  "The upload time limit of PHP directive max_input_time is preventing the "
166
  "upload of big files.\n"
@@ -169,87 +181,87 @@ msgstr ""
169
  "错误:上传文件 PHP directive max_input_time 的时间限制正在避免加载大文件。"
170
  "PHP directive upload_max_filesize 的时间限制是:"
171
 
172
- #: lib/wfu_constants.php:48
173
  msgid ""
174
  "Error. Permission denied to write to target folder.\n"
175
  "Check and correct read/write permissions of target folder."
176
  msgstr "错误:拒绝写到目标文件夹。请检查和校对目标文件夹的读/写允许。"
177
 
178
- #: lib/wfu_constants.php:49
179
  msgid ""
180
  "Error. This file was rejected because its extension is not correct. Its "
181
  "proper filename is: "
182
  msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
183
 
184
- #: lib/wfu_constants.php:50
185
  msgid "Targer folder doesn't exist."
186
  msgstr "目标文件夹不存在。"
187
 
188
- #: lib/wfu_constants.php:51
189
  msgid "Upload failed! Missing a temporary folder."
190
  msgstr "加载失败!丢失一个临时文件夹。"
191
 
192
- #: lib/wfu_constants.php:52
193
  msgid "Upload failed! Permission denied to write to target folder."
194
  msgstr "加载失败!写入目标文件夹被拒绝。"
195
 
196
- #: lib/wfu_constants.php:53
197
  msgid "File not allowed."
198
  msgstr "文件不被允许。"
199
 
200
- #: lib/wfu_constants.php:54
201
  msgid "File is suspicious and was rejected."
202
  msgstr "可疑文件,被拒绝。"
203
 
204
- #: lib/wfu_constants.php:55
205
  msgid "The uploaded file exceeds the file size limit."
206
  msgstr "加载的文件超出文件尺寸限制。"
207
 
208
- #: lib/wfu_constants.php:56
209
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
210
  msgstr "上传文件超出2GB,服务器不支持。"
211
 
212
- #: lib/wfu_constants.php:57
213
  msgid ""
214
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
215
  "Please contact the administrator."
216
  msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
217
 
218
- #: lib/wfu_constants.php:58
219
  msgid ""
220
  "Upload failed! The duration of the upload exceeded the time limit of the "
221
  "server. Please contact the administrator."
222
  msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
223
 
224
- #: lib/wfu_constants.php:59
225
  msgid ""
226
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
227
  "was specified in the HTML form."
228
  msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
229
 
230
- #: lib/wfu_constants.php:60
231
  msgid "Upload failed! The uploaded file was only partially uploaded."
232
  msgstr "上传失败!只生产了部分加载文件。"
233
 
234
- #: lib/wfu_constants.php:61
235
  msgid "Upload failed! No file was uploaded."
236
  msgstr "上传失败!文件没有载入。"
237
 
238
- #: lib/wfu_constants.php:62
239
  msgid "Upload failed! Failed to write file to disk."
240
  msgstr "上传失败!写文件到磁盘失败。"
241
 
242
- #: lib/wfu_constants.php:63
243
  msgid ""
244
  "Upload failed! Error occured while moving temporary file. Please contact "
245
  "administrator."
246
  msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
247
 
248
- #: lib/wfu_constants.php:64
249
  msgid "Upload cancelled!"
250
  msgstr ""
251
 
252
- #: lib/wfu_constants.php:65
253
  msgid ""
254
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
255
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -258,134 +270,146 @@ msgstr ""
258
  "上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
259
  "查带 phpinfo() 的加载扩展名列表可能会有帮助。"
260
 
261
- #: lib/wfu_constants.php:66
262
  msgid "Upload failed! Error occured while attemting to upload the file."
263
  msgstr "上传失败!试图加载文件时出现错误。"
264
 
265
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
266
  msgid "Upload failed!"
267
  msgstr "上传失败!"
268
 
269
- #: lib/wfu_constants.php:68
270
  msgid "No file!"
271
  msgstr "没有忘记!"
272
 
273
- #: lib/wfu_constants.php:69
274
  msgid ""
275
  "Upload failed! The upload has been canceled by the user or the browser "
276
  "dropped the connection."
277
  msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
278
 
279
- #: lib/wfu_constants.php:70
280
  msgid "Upload failed! Unknown error."
281
  msgstr "上传失败!未知故障。"
282
 
283
- #: lib/wfu_constants.php:71
284
  msgid "Please contact the administrator."
285
  msgstr "请联系管理员。"
286
 
287
- #: lib/wfu_constants.php:72
288
  msgid "No result from remote server!"
289
  msgstr "没有来自远程服务器的结果!"
290
 
291
- #: lib/wfu_constants.php:73
292
  msgid " but with warnings"
293
  msgstr "但是带警告提示"
294
 
295
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
296
  msgid "Warning: JSON parse error."
297
  msgstr "警告:JSON 语法分析错误。"
298
 
299
- #: lib/wfu_constants.php:75
300
  msgid ""
301
  "Upload parameters of this file, passed as JSON string to the handler, could "
302
  "not be parsed."
303
  msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
304
 
305
- #: lib/wfu_constants.php:77
306
  msgid ""
307
  "UploadStates, passed as JSON string to the handler, could not be parsed."
308
  msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
309
 
310
- #: lib/wfu_constants.php:78
311
  msgid ""
312
  "Redirection to classic form functionality occurred due to unknown error."
313
  msgstr "由于未知故障,出现重新指向到classic form functionality"
314
 
315
- #: lib/wfu_constants.php:79
316
  msgid ""
317
  "Redirection to classic form functionality occurred because AJAX is not "
318
  "supported."
319
  msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
320
 
321
- #: lib/wfu_constants.php:80
322
  msgid ""
323
  "Redirection to classic form functionality occurred because HTML5 is not "
324
  "supported."
325
  msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
326
 
327
- #: lib/wfu_constants.php:81
328
  msgid ""
329
  "Redirection to classic form functionality occurred due to JSON parse error."
330
  msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
331
 
332
- #: lib/wfu_constants.php:82
333
  msgid "Please enable popup windows from the browser's settings!"
334
  msgstr "请在浏览器设置中启动 popup 打开窗口!"
335
 
336
- #: lib/wfu_constants.php:83
337
  msgid "cannot be empty!"
338
  msgstr "不能为空白!"
339
 
340
- #: lib/wfu_constants.php:84
341
  msgid "number not valid!"
342
  msgstr "无效数字!"
343
 
344
- #: lib/wfu_constants.php:85
345
  msgid "email not valid!"
346
  msgstr "无效邮件!"
347
 
348
- #: lib/wfu_constants.php:86
349
  msgid "emails do not match!"
350
  msgstr "邮箱不符!"
351
 
352
- #: lib/wfu_constants.php:87
353
  msgid "no base email field in group!"
354
  msgstr "在组中没有基本邮件区域!"
355
 
356
- #: lib/wfu_constants.php:88
357
  msgid "passwords do not match!"
358
  msgstr "口令不符!"
359
 
360
- #: lib/wfu_constants.php:89
361
  msgid "no base password field in group!"
362
  msgstr "在组中没有基本口令区域!"
363
 
364
- #: lib/wfu_constants.php:90
365
  msgid "checkbox unchecked!"
366
  msgstr "检查框没打记号!"
367
 
368
- #: lib/wfu_constants.php:91
369
  msgid "no option selected!"
370
  msgstr "没选择选项!"
371
 
372
- #: lib/wfu_constants.php:92
373
  msgid "no item selected!"
374
  msgstr "没选择任何物件!"
375
 
376
- #: lib/wfu_constants.php:93
377
  msgid ""
378
  "There are more than one instances of the plugin in this page with the same "
379
  "id. Please change it."
380
  msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
381
 
382
- #: lib/wfu_constants.php:94
383
  msgid ""
384
  "Cannot edit the shortcode because the page has been modified. Please reload "
385
  "the page."
386
  msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
387
 
388
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
389
  msgid ""
390
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
391
  "or use RecaptchaV2 (no account)."
@@ -393,23 +417,23 @@ msgstr ""
393
  "错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
394
  "RecaptchaV2 。"
395
 
396
- #: lib/wfu_constants.php:96
397
  msgid ""
398
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
399
  "notify administrator."
400
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
401
 
402
- #: lib/wfu_constants.php:97
403
  msgid ""
404
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
405
  "use RecaptchaV1 (no account)."
406
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
407
 
408
- #: lib/wfu_constants.php:98
409
  msgid "ERROR: No site key. Please contact administrator!"
410
  msgstr "错误:没有site key. 请联系管理员!"
411
 
412
- #: lib/wfu_constants.php:99
413
  msgid ""
414
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
415
  "define Google Recaptcha keys."
@@ -417,124 +441,124 @@ msgstr ""
417
  "错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
418
  "keys。"
419
 
420
- #: lib/wfu_constants.php:100
421
  msgid "Bad captcha image!"
422
  msgstr "损坏的 captcha 图像!"
423
 
424
- #: lib/wfu_constants.php:101
425
  msgid "No input!"
426
  msgstr "没有输入!"
427
 
428
- #: lib/wfu_constants.php:102
429
  msgid "Captcha not completed!"
430
  msgstr "captcha 不完整!"
431
 
432
- #: lib/wfu_constants.php:103
433
  msgid "Wrong captcha!"
434
  msgstr "错误的 captcha!"
435
 
436
- #: lib/wfu_constants.php:104
437
  msgid "Error refreshing captcha!"
438
  msgstr "更新 captcha 故障!"
439
 
440
- #: lib/wfu_constants.php:105
441
  msgid "Unknown captcha error!"
442
  msgstr "未知 captcha 错误!"
443
 
444
- #: lib/wfu_constants.php:106
445
  msgid "Captcha not supported by your browser!"
446
  msgstr "你的浏览器不支持 captcha!"
447
 
448
- #: lib/wfu_constants.php:107
449
  msgid "the secret parameter is missing"
450
  msgstr "秘密参数丢失"
451
 
452
- #: lib/wfu_constants.php:108
453
  msgid "the secret parameter is invalid or malformed"
454
  msgstr "秘密参数无效或出错"
455
 
456
- #: lib/wfu_constants.php:109
457
  msgid "the response parameter is missing"
458
  msgstr "相应参数丢失"
459
 
460
- #: lib/wfu_constants.php:110
461
  msgid "the response parameter is invalid or malformed"
462
  msgstr "相应参数无效或出错"
463
 
464
- #: lib/wfu_constants.php:111
465
  msgid "Please do not use drag drop due to an internal problem."
466
  msgstr "由于内部问题,请不要使用托拽功能。"
467
 
468
- #: lib/wfu_constants.php:112
469
  #, php-format
470
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
471
  msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
472
 
473
- #: lib/wfu_constants.php:113
474
  msgid "Chunked upload is not allowed!"
475
  msgstr "不允许分片加载!"
476
 
477
- #: lib/wfu_constants.php:114
478
  msgid "Chunked upload aborted due to error in previous chunk!"
479
  msgstr "由于前一分片出错,分片加载终止!"
480
 
481
- #: lib/wfu_constants.php:115
482
  msgid "Chunked upload failed, final file could not be created!"
483
  msgstr "分片加载失败,不能生成最终文件!"
484
 
485
- #: lib/wfu_constants.php:116
486
  #, php-format
487
  msgid "Could not write file chuck to destination on chunk %d"
488
  msgstr "不能将文件分片写到分片 %d 中"
489
 
490
- #: lib/wfu_constants.php:117
491
  #, php-format
492
  msgid "Could not enlarge destination file on chunk %d"
493
  msgstr "不能加大分片 %d 上的目标文件"
494
 
495
- #: lib/wfu_constants.php:118
496
  #, php-format
497
  msgid "Could not open file handles on chunk %d"
498
  msgstr "不能打开分片 %d 上的文件 handles"
499
 
500
- #: lib/wfu_constants.php:119
501
  msgid "You are not allowed to delete this file!"
502
  msgstr "不允许删除该文件!"
503
 
504
- #: lib/wfu_constants.php:121
505
  msgid "Upload skipped! File already exists."
506
  msgstr "跳过加载!文件已经存在。"
507
 
508
- #: lib/wfu_constants.php:122
509
  msgid "The extension of the file does not match its contents."
510
  msgstr "该文件的扩展名与其内容不符。"
511
 
512
- #: lib/wfu_constants.php:123
513
  msgid ""
514
  "Upload succeeded but the file is suspicious because its contents do not "
515
  "match its extension. Its proper filename is: "
516
  msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
517
 
518
- #: lib/wfu_constants.php:124
519
  msgid "No files have been selected!"
520
  msgstr "没有选择文件!"
521
 
522
- #: lib/wfu_constants.php:125
523
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
524
  msgstr "因为没有加载的文件,WPFilebase 插件没更新"
525
 
526
- #: lib/wfu_constants.php:126
527
  msgid "Notification email was not sent because there were no files uploaded."
528
  msgstr "因为没有加载文件,通知邮件没发出。"
529
 
530
- #: lib/wfu_constants.php:127
531
  msgid ""
532
  "Notification email was not sent because no recipients were defined. Please "
533
  "check notifyrecipients attribute in the shortcode."
534
  msgstr ""
535
  "因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
536
 
537
- #: lib/wfu_constants.php:128
538
  msgid ""
539
  "Notification email was not sent due to an error. Please check "
540
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -542,134 +566,134 @@ msgstr ""
542
  "由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
543
  "notifymessage 属性"
544
 
545
- #: lib/wfu_constants.php:129
546
  msgid ""
547
  "Redirection not executed because redirection link is empty. Please check "
548
  "redirectlink attribute."
549
  msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
550
 
551
- #: lib/wfu_constants.php:130
552
  msgid ""
553
  "Redirection not executed because not all files were successfully uploaded."
554
  msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
555
 
556
- #: lib/wfu_constants.php:132
557
  msgid ""
558
  "Failed to add the shortcode to the page/post. Please try again. If the "
559
  "message persists, contact administrator."
560
  msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
561
 
562
- #: lib/wfu_constants.php:133
563
  msgid ""
564
  "Failed to edit the shortcode because the contents of the page changed. Try "
565
  "again to edit the shortcode."
566
  msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
567
 
568
- #: lib/wfu_constants.php:134
569
  msgid ""
570
  "Failed to delete the shortcode because the contents of the page changed. Try "
571
  "again to delete it."
572
  msgstr "因为页面内容改变,删除短码失败。再重新删除。"
573
 
574
- #: lib/wfu_constants.php:135
575
  msgid ""
576
  "The page containing the shortcode has been modified and it is no longer "
577
  "valid. Please go back to reload the shortcode."
578
  msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
579
 
580
- #: lib/wfu_constants.php:136
581
  msgid ""
582
  "Failed to update the shortcode because the contents of the page changed. Go "
583
  "back to reload the shortcode."
584
  msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
585
 
586
- #: lib/wfu_constants.php:137
587
  msgid ""
588
  "Failed to update the shortcode. Please try again. If the problem persists, "
589
  "go back and reload the shortcode."
590
  msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
591
 
592
- #: lib/wfu_constants.php:139
593
  msgid "This is a test message"
594
  msgstr "这是一个测试信息"
595
 
596
- #: lib/wfu_constants.php:140
597
  msgid "This is a test administrator message"
598
  msgstr "这是一个测试管理员信息"
599
 
600
- #: lib/wfu_constants.php:141
601
  msgid "File testfile 1 under test"
602
  msgstr "测试中的文件 testfile 1"
603
 
604
- #: lib/wfu_constants.php:142
605
  msgid "File testfile 1 message"
606
  msgstr "文件 testfile 1 信息"
607
 
608
- #: lib/wfu_constants.php:143
609
  msgid "File testfile 1 administrator message"
610
  msgstr "文件 testfile 1 管理员信息"
611
 
612
- #: lib/wfu_constants.php:144
613
  msgid "File testfile 2 under test"
614
  msgstr "测试中的文件 testfile 2"
615
 
616
- #: lib/wfu_constants.php:145
617
  msgid "File testfile 2 message"
618
  msgstr "文件 testfile 2 信息"
619
 
620
- #: lib/wfu_constants.php:146
621
  msgid "File testfile 2 administrator message"
622
  msgstr "文件 testfile 2 管理员信息"
623
 
624
- #: lib/wfu_constants.php:148
625
  msgid ""
626
  "Insert variable %userid% inside text. It will be replaced by the id of the "
627
  "current user."
628
  msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
629
 
630
- #: lib/wfu_constants.php:149
631
  msgid ""
632
  "Insert variable %username% inside text. It will be replaced by the username "
633
  "of the current user."
634
  msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
635
 
636
- #: lib/wfu_constants.php:150
637
  msgid ""
638
  "Insert variable %useremail% inside text. It will be replaced by the email of "
639
  "the current user."
640
  msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
641
 
642
- #: lib/wfu_constants.php:151
643
  msgid ""
644
  "Insert variable %filename% inside text. It will be replaced by the filename "
645
  "of the uploaded file."
646
  msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
647
 
648
- #: lib/wfu_constants.php:152
649
  msgid ""
650
  "Insert variable %filepath% inside text. It will be replaced by the full "
651
  "filepath of the uploaded file."
652
  msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
653
 
654
- #: lib/wfu_constants.php:153
655
  msgid ""
656
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
657
  "the website."
658
  msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
659
 
660
- #: lib/wfu_constants.php:154
661
  msgid ""
662
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
663
  "current page."
664
  msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
665
 
666
- #: lib/wfu_constants.php:155
667
  msgid ""
668
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
669
  "the current page."
670
  msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
671
 
672
- #: lib/wfu_constants.php:156
673
  msgid ""
674
  "Insert variable %userdataXXX% inside text. Select the user field from the "
675
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -678,146 +702,182 @@ msgstr ""
678
  "在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
679
  "输入的值替换。"
680
 
681
- #: lib/wfu_constants.php:157
682
  msgid "Insert variable %n% inside text to denote a line change."
683
  msgstr "在文本中插入变量 %n%。表明一行变化。"
684
 
685
- #: lib/wfu_constants.php:159
686
  msgid "Test Mode"
687
  msgstr "测试模式"
688
 
689
- #: lib/wfu_constants.php:160
690
  msgid "select dir..."
691
  msgstr "选择 dir ..."
692
 
693
- #: lib/wfu_constants.php:161
694
  msgid "type dir"
695
  msgstr "键入 dir"
696
 
697
- #: lib/wfu_constants.php:162
698
  msgid "Upload path: %filepath%"
699
  msgstr "加载路径:%filepath%"
700
 
701
- #: lib/wfu_constants.php:163
702
  msgid "Failed upload path: %filepath%"
703
  msgstr "加载路径失败: %filepath%"
704
 
705
- #: lib/wfu_constants.php:164
706
  msgid " (required)"
707
  msgstr "(必需)"
708
 
709
- #: lib/wfu_constants.php:165
710
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
711
  msgstr "文件正在加载中,你确定要退出这个页面吗?"
712
 
713
- #: lib/wfu_constants.php:166
714
  msgid "checking captcha..."
715
  msgstr "正在检查 captcha ..."
716
 
717
- #: lib/wfu_constants.php:167
718
  msgid "refreshing..."
719
  msgstr "正在更新 ..."
720
 
721
- #: lib/wfu_constants.php:168
722
  msgid "correct captcha"
723
  msgstr "正确的 captcha"
724
 
725
- #: lib/wfu_constants.php:169
726
  msgid "click to continue the upload"
727
  msgstr "点击继续上传"
728
 
729
- #: lib/wfu_constants.php:170
730
  msgid "Are you sure you want to delete this file?"
731
  msgstr "确定要删除这个文件吗?"
732
 
733
- #: lib/wfu_constants.php:171
734
  msgid "Are you sure that you want to cancel the upload?"
735
  msgstr ""
736
 
737
- #: lib/wfu_constants.php:172
738
  msgid "cancel upload of this file"
739
  msgstr ""
740
 
741
- #: lib/wfu_constants.php:173
742
  msgid "Upload in progress"
743
  msgstr "上传正在进行中"
744
 
745
- #: lib/wfu_constants.php:174
746
  msgid "Upload in progress with warnings!"
747
  msgstr "上传正在进行中,有警告提示!"
748
 
749
- #: lib/wfu_constants.php:175
750
  msgid "Upload in progress but some files already failed!"
751
  msgstr "上传正在进行中,有些文件已经加载失败!"
752
 
753
- #: lib/wfu_constants.php:176
754
  msgid "Upload in progress but no files uploaded so far!"
755
  msgstr "上传正在进行中,还没有文件载入!"
756
 
757
- #: lib/wfu_constants.php:177
758
  msgid "All files uploaded successfully"
759
  msgstr "所有危机上传成功"
760
 
761
- #: lib/wfu_constants.php:178
762
  msgid "All files uploaded successfully but there are warnings!"
763
  msgstr "所有文件上传成功,但有警告提示!"
764
 
765
- #: lib/wfu_constants.php:179
766
  msgid "File uploaded successfully but there are warnings!"
767
  msgstr "文件上传成功,但有警告提示!"
768
 
769
- #: lib/wfu_constants.php:180
770
  msgid "Some files failed to upload!"
771
  msgstr "部分文件上传失败!"
772
 
773
- #: lib/wfu_constants.php:181
774
  msgid "All files failed to upload"
775
  msgstr "所以我就上传失败"
776
 
777
- #: lib/wfu_constants.php:182
778
  msgid "File failed to upload"
779
  msgstr "文件上传失败"
780
 
781
- #: lib/wfu_constants.php:183
782
  msgid "There are no files to upload!"
783
  msgstr "没有要上传的文件!"
784
 
785
- #: lib/wfu_constants.php:184
786
  msgid "Test upload message"
787
  msgstr "测试上传信息"
788
 
789
- #: lib/wfu_constants.php:185
790
  msgid "JSON parse warning!"
791
  msgstr "JSON语法分析警告!"
792
 
793
- #: lib/wfu_constants.php:186
794
  msgid "please wait while redirecting..."
795
  msgstr "请等候,正在重新定位 ..."
796
 
797
- #: lib/wfu_constants.php:188
798
  msgid "Open visual shortcode editor in new window"
799
  msgstr "在新窗口打开视频 shortcode 编辑器"
800
 
801
- #: lib/wfu_constants.php:189
802
  msgid "loading visual editor"
803
  msgstr "加载视频编辑器"
804
 
805
- #: lib/wfu_constants.php:190
806
  msgid "Clear file list?"
807
  msgstr "清除文件列表?"
808
 
809
- #: lib/wfu_constants.php:191
810
  msgid "DROP HERE"
811
  msgstr "放在这里"
812
 
813
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
814
  msgid "Wordpress File Upload Form"
815
  msgstr "Wordpress 文件上传格式"
816
 
817
- #: lib/wfu_constants.php:194
818
  msgid "Wordpress File Upload plugin uploader for sidebars"
819
  msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
820
 
821
- #: lib/wfu_constants.php:195
822
  msgid "Upload Files"
823
  msgstr "上传文件"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:25+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:26+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: zh_CN\n"
77
  msgid "Please fill in the above words: "
78
  msgstr "请填写上面的字。"
79
 
80
+ #: lib/wfu_constants.php:27
81
+ msgid "Upload Media"
82
+ msgstr ""
83
+
84
  #: lib/wfu_constants.php:28
85
+ msgid "videostream"
86
+ msgstr ""
87
+
88
+ #: lib/wfu_constants.php:29
89
+ msgid "screenshot"
90
+ msgstr ""
91
+
92
+ #: lib/wfu_constants.php:31
93
  msgid "File"
94
  msgstr "文件"
95
 
96
+ #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "日期"
99
 
100
+ #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "大小"
103
 
104
+ #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "用户"
107
 
108
+ #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "页面"
111
 
112
+ #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "用户区域"
115
 
116
+ #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "下载"
119
 
120
+ #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "下载这个文件"
123
 
124
+ #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "删除"
127
 
128
+ #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "删除这个文件"
131
 
132
+ #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "根据该列分类"
135
 
136
+ #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "客人"
139
 
140
+ #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "未知"
143
 
144
+ #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
148
  msgstr "错误:不能解决 ftp 目标文件目录。请检查 'ftpinfo'属性中的domain"
149
 
150
+ #: lib/wfu_constants.php:46
151
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
152
  msgstr "错误:无效 ftp 信息。请检查 'ftpinfo' 属性"
153
 
154
+ #: lib/wfu_constants.php:47
155
  msgid ""
156
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
157
  "syntax."
158
  msgstr "错误:不能从 'ftpinfo' 属性中提取 ftp 信息。请检查它的句法"
159
 
160
+ #: lib/wfu_constants.php:48
161
  msgid ""
162
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
163
  "attribute."
164
  msgstr "错误:不能解决 ftp 目标文件名。请检查 'ftpinfo'属性中的 domain"
165
 
166
+ #: lib/wfu_constants.php:49
167
  msgid ""
168
  "Error. The upload size limit of PHP directive upload_max_filesize is "
169
  "preventing the upload of big files.\n"
172
  "错误:上传文件PHP directive upload_max_filesize 的限制正在避免加载大文件。"
173
  "PHP directive upload_max_filesize 的限制是:"
174
 
175
+ #: lib/wfu_constants.php:50
176
  msgid ""
177
  "The upload time limit of PHP directive max_input_time is preventing the "
178
  "upload of big files.\n"
181
  "错误:上传文件 PHP directive max_input_time 的时间限制正在避免加载大文件。"
182
  "PHP directive upload_max_filesize 的时间限制是:"
183
 
184
+ #: lib/wfu_constants.php:51
185
  msgid ""
186
  "Error. Permission denied to write to target folder.\n"
187
  "Check and correct read/write permissions of target folder."
188
  msgstr "错误:拒绝写到目标文件夹。请检查和校对目标文件夹的读/写允许。"
189
 
190
+ #: lib/wfu_constants.php:52
191
  msgid ""
192
  "Error. This file was rejected because its extension is not correct. Its "
193
  "proper filename is: "
194
  msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
195
 
196
+ #: lib/wfu_constants.php:53
197
  msgid "Targer folder doesn't exist."
198
  msgstr "目标文件夹不存在。"
199
 
200
+ #: lib/wfu_constants.php:54
201
  msgid "Upload failed! Missing a temporary folder."
202
  msgstr "加载失败!丢失一个临时文件夹。"
203
 
204
+ #: lib/wfu_constants.php:55
205
  msgid "Upload failed! Permission denied to write to target folder."
206
  msgstr "加载失败!写入目标文件夹被拒绝。"
207
 
208
+ #: lib/wfu_constants.php:56
209
  msgid "File not allowed."
210
  msgstr "文件不被允许。"
211
 
212
+ #: lib/wfu_constants.php:57
213
  msgid "File is suspicious and was rejected."
214
  msgstr "可疑文件,被拒绝。"
215
 
216
+ #: lib/wfu_constants.php:58
217
  msgid "The uploaded file exceeds the file size limit."
218
  msgstr "加载的文件超出文件尺寸限制。"
219
 
220
+ #: lib/wfu_constants.php:59
221
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
222
  msgstr "上传文件超出2GB,服务器不支持。"
223
 
224
+ #: lib/wfu_constants.php:60
225
  msgid ""
226
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
227
  "Please contact the administrator."
228
  msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
229
 
230
+ #: lib/wfu_constants.php:61
231
  msgid ""
232
  "Upload failed! The duration of the upload exceeded the time limit of the "
233
  "server. Please contact the administrator."
234
  msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
235
 
236
+ #: lib/wfu_constants.php:62
237
  msgid ""
238
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
239
  "was specified in the HTML form."
240
  msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
241
 
242
+ #: lib/wfu_constants.php:63
243
  msgid "Upload failed! The uploaded file was only partially uploaded."
244
  msgstr "上传失败!只生产了部分加载文件。"
245
 
246
+ #: lib/wfu_constants.php:64
247
  msgid "Upload failed! No file was uploaded."
248
  msgstr "上传失败!文件没有载入。"
249
 
250
+ #: lib/wfu_constants.php:65
251
  msgid "Upload failed! Failed to write file to disk."
252
  msgstr "上传失败!写文件到磁盘失败。"
253
 
254
+ #: lib/wfu_constants.php:66
255
  msgid ""
256
  "Upload failed! Error occured while moving temporary file. Please contact "
257
  "administrator."
258
  msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
259
 
260
+ #: lib/wfu_constants.php:67
261
  msgid "Upload cancelled!"
262
  msgstr ""
263
 
264
+ #: lib/wfu_constants.php:68
265
  msgid ""
266
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
267
  "a way to ascertain which extension caused the file upload to stop; examining "
270
  "上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
271
  "查带 phpinfo() 的加载扩展名列表可能会有帮助。"
272
 
273
+ #: lib/wfu_constants.php:69
274
  msgid "Upload failed! Error occured while attemting to upload the file."
275
  msgstr "上传失败!试图加载文件时出现错误。"
276
 
277
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
278
  msgid "Upload failed!"
279
  msgstr "上传失败!"
280
 
281
+ #: lib/wfu_constants.php:71
282
  msgid "No file!"
283
  msgstr "没有忘记!"
284
 
285
+ #: lib/wfu_constants.php:72
286
  msgid ""
287
  "Upload failed! The upload has been canceled by the user or the browser "
288
  "dropped the connection."
289
  msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
290
 
291
+ #: lib/wfu_constants.php:73
292
  msgid "Upload failed! Unknown error."
293
  msgstr "上传失败!未知故障。"
294
 
295
+ #: lib/wfu_constants.php:74
296
  msgid "Please contact the administrator."
297
  msgstr "请联系管理员。"
298
 
299
+ #: lib/wfu_constants.php:75
300
  msgid "No result from remote server!"
301
  msgstr "没有来自远程服务器的结果!"
302
 
303
+ #: lib/wfu_constants.php:76
304
  msgid " but with warnings"
305
  msgstr "但是带警告提示"
306
 
307
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
308
  msgid "Warning: JSON parse error."
309
  msgstr "警告:JSON 语法分析错误。"
310
 
311
+ #: lib/wfu_constants.php:78
312
  msgid ""
313
  "Upload parameters of this file, passed as JSON string to the handler, could "
314
  "not be parsed."
315
  msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
316
 
317
+ #: lib/wfu_constants.php:80
318
  msgid ""
319
  "UploadStates, passed as JSON string to the handler, could not be parsed."
320
  msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
321
 
322
+ #: lib/wfu_constants.php:81
323
  msgid ""
324
  "Redirection to classic form functionality occurred due to unknown error."
325
  msgstr "由于未知故障,出现重新指向到classic form functionality"
326
 
327
+ #: lib/wfu_constants.php:82
328
  msgid ""
329
  "Redirection to classic form functionality occurred because AJAX is not "
330
  "supported."
331
  msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
332
 
333
+ #: lib/wfu_constants.php:83
334
  msgid ""
335
  "Redirection to classic form functionality occurred because HTML5 is not "
336
  "supported."
337
  msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
338
 
339
+ #: lib/wfu_constants.php:84
340
  msgid ""
341
  "Redirection to classic form functionality occurred due to JSON parse error."
342
  msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
343
 
344
+ #: lib/wfu_constants.php:85
345
  msgid "Please enable popup windows from the browser's settings!"
346
  msgstr "请在浏览器设置中启动 popup 打开窗口!"
347
 
348
+ #: lib/wfu_constants.php:86
349
  msgid "cannot be empty!"
350
  msgstr "不能为空白!"
351
 
352
+ #: lib/wfu_constants.php:87
353
  msgid "number not valid!"
354
  msgstr "无效数字!"
355
 
356
+ #: lib/wfu_constants.php:88
357
  msgid "email not valid!"
358
  msgstr "无效邮件!"
359
 
360
+ #: lib/wfu_constants.php:89
361
  msgid "emails do not match!"
362
  msgstr "邮箱不符!"
363
 
364
+ #: lib/wfu_constants.php:90
365
  msgid "no base email field in group!"
366
  msgstr "在组中没有基本邮件区域!"
367
 
368
+ #: lib/wfu_constants.php:91
369
  msgid "passwords do not match!"
370
  msgstr "口令不符!"
371
 
372
+ #: lib/wfu_constants.php:92
373
  msgid "no base password field in group!"
374
  msgstr "在组中没有基本口令区域!"
375
 
376
+ #: lib/wfu_constants.php:93
377
  msgid "checkbox unchecked!"
378
  msgstr "检查框没打记号!"
379
 
380
+ #: lib/wfu_constants.php:94
381
  msgid "no option selected!"
382
  msgstr "没选择选项!"
383
 
384
+ #: lib/wfu_constants.php:95
385
  msgid "no item selected!"
386
  msgstr "没选择任何物件!"
387
 
388
+ #: lib/wfu_constants.php:96
389
  msgid ""
390
  "There are more than one instances of the plugin in this page with the same "
391
  "id. Please change it."
392
  msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
393
 
394
+ #: lib/wfu_constants.php:97
395
  msgid ""
396
  "Cannot edit the shortcode because the page has been modified. Please reload "
397
  "the page."
398
  msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
399
 
400
+ #: lib/wfu_constants.php:98
401
+ msgid "Your browser does not support webcam capture!"
402
+ msgstr ""
403
+
404
+ #: lib/wfu_constants.php:99
405
+ msgid "Your browser does not support video recording from the webcam!"
406
+ msgstr ""
407
+
408
+ #: lib/wfu_constants.php:100
409
+ msgid "No video was recorded!"
410
+ msgstr ""
411
+
412
+ #: lib/wfu_constants.php:101
413
  msgid ""
414
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
415
  "or use RecaptchaV2 (no account)."
417
  "错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
418
  "RecaptchaV2 。"
419
 
420
+ #: lib/wfu_constants.php:102
421
  msgid ""
422
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
423
  "notify administrator."
424
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
425
 
426
+ #: lib/wfu_constants.php:103
427
  msgid ""
428
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
429
  "use RecaptchaV1 (no account)."
430
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
431
 
432
+ #: lib/wfu_constants.php:104
433
  msgid "ERROR: No site key. Please contact administrator!"
434
  msgstr "错误:没有site key. 请联系管理员!"
435
 
436
+ #: lib/wfu_constants.php:105
437
  msgid ""
438
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
439
  "define Google Recaptcha keys."
441
  "错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
442
  "keys。"
443
 
444
+ #: lib/wfu_constants.php:106
445
  msgid "Bad captcha image!"
446
  msgstr "损坏的 captcha 图像!"
447
 
448
+ #: lib/wfu_constants.php:107
449
  msgid "No input!"
450
  msgstr "没有输入!"
451
 
452
+ #: lib/wfu_constants.php:108
453
  msgid "Captcha not completed!"
454
  msgstr "captcha 不完整!"
455
 
456
+ #: lib/wfu_constants.php:109
457
  msgid "Wrong captcha!"
458
  msgstr "错误的 captcha!"
459
 
460
+ #: lib/wfu_constants.php:110
461
  msgid "Error refreshing captcha!"
462
  msgstr "更新 captcha 故障!"
463
 
464
+ #: lib/wfu_constants.php:111
465
  msgid "Unknown captcha error!"
466
  msgstr "未知 captcha 错误!"
467
 
468
+ #: lib/wfu_constants.php:112
469
  msgid "Captcha not supported by your browser!"
470
  msgstr "你的浏览器不支持 captcha!"
471
 
472
+ #: lib/wfu_constants.php:113
473
  msgid "the secret parameter is missing"
474
  msgstr "秘密参数丢失"
475
 
476
+ #: lib/wfu_constants.php:114
477
  msgid "the secret parameter is invalid or malformed"
478
  msgstr "秘密参数无效或出错"
479
 
480
+ #: lib/wfu_constants.php:115
481
  msgid "the response parameter is missing"
482
  msgstr "相应参数丢失"
483
 
484
+ #: lib/wfu_constants.php:116
485
  msgid "the response parameter is invalid or malformed"
486
  msgstr "相应参数无效或出错"
487
 
488
+ #: lib/wfu_constants.php:117
489
  msgid "Please do not use drag drop due to an internal problem."
490
  msgstr "由于内部问题,请不要使用托拽功能。"
491
 
492
+ #: lib/wfu_constants.php:118
493
  #, php-format
494
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
495
  msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
496
 
497
+ #: lib/wfu_constants.php:119
498
  msgid "Chunked upload is not allowed!"
499
  msgstr "不允许分片加载!"
500
 
501
+ #: lib/wfu_constants.php:120
502
  msgid "Chunked upload aborted due to error in previous chunk!"
503
  msgstr "由于前一分片出错,分片加载终止!"
504
 
505
+ #: lib/wfu_constants.php:121
506
  msgid "Chunked upload failed, final file could not be created!"
507
  msgstr "分片加载失败,不能生成最终文件!"
508
 
509
+ #: lib/wfu_constants.php:122
510
  #, php-format
511
  msgid "Could not write file chuck to destination on chunk %d"
512
  msgstr "不能将文件分片写到分片 %d 中"
513
 
514
+ #: lib/wfu_constants.php:123
515
  #, php-format
516
  msgid "Could not enlarge destination file on chunk %d"
517
  msgstr "不能加大分片 %d 上的目标文件"
518
 
519
+ #: lib/wfu_constants.php:124
520
  #, php-format
521
  msgid "Could not open file handles on chunk %d"
522
  msgstr "不能打开分片 %d 上的文件 handles"
523
 
524
+ #: lib/wfu_constants.php:125
525
  msgid "You are not allowed to delete this file!"
526
  msgstr "不允许删除该文件!"
527
 
528
+ #: lib/wfu_constants.php:127
529
  msgid "Upload skipped! File already exists."
530
  msgstr "跳过加载!文件已经存在。"
531
 
532
+ #: lib/wfu_constants.php:128
533
  msgid "The extension of the file does not match its contents."
534
  msgstr "该文件的扩展名与其内容不符。"
535
 
536
+ #: lib/wfu_constants.php:129
537
  msgid ""
538
  "Upload succeeded but the file is suspicious because its contents do not "
539
  "match its extension. Its proper filename is: "
540
  msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
541
 
542
+ #: lib/wfu_constants.php:130
543
  msgid "No files have been selected!"
544
  msgstr "没有选择文件!"
545
 
546
+ #: lib/wfu_constants.php:131
547
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
548
  msgstr "因为没有加载的文件,WPFilebase 插件没更新"
549
 
550
+ #: lib/wfu_constants.php:132
551
  msgid "Notification email was not sent because there were no files uploaded."
552
  msgstr "因为没有加载文件,通知邮件没发出。"
553
 
554
+ #: lib/wfu_constants.php:133
555
  msgid ""
556
  "Notification email was not sent because no recipients were defined. Please "
557
  "check notifyrecipients attribute in the shortcode."
558
  msgstr ""
559
  "因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
560
 
561
+ #: lib/wfu_constants.php:134
562
  msgid ""
563
  "Notification email was not sent due to an error. Please check "
564
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
566
  "由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
567
  "notifymessage 属性"
568
 
569
+ #: lib/wfu_constants.php:135
570
  msgid ""
571
  "Redirection not executed because redirection link is empty. Please check "
572
  "redirectlink attribute."
573
  msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
574
 
575
+ #: lib/wfu_constants.php:136
576
  msgid ""
577
  "Redirection not executed because not all files were successfully uploaded."
578
  msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
579
 
580
+ #: lib/wfu_constants.php:138
581
  msgid ""
582
  "Failed to add the shortcode to the page/post. Please try again. If the "
583
  "message persists, contact administrator."
584
  msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
585
 
586
+ #: lib/wfu_constants.php:139
587
  msgid ""
588
  "Failed to edit the shortcode because the contents of the page changed. Try "
589
  "again to edit the shortcode."
590
  msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
591
 
592
+ #: lib/wfu_constants.php:140
593
  msgid ""
594
  "Failed to delete the shortcode because the contents of the page changed. Try "
595
  "again to delete it."
596
  msgstr "因为页面内容改变,删除短码失败。再重新删除。"
597
 
598
+ #: lib/wfu_constants.php:141
599
  msgid ""
600
  "The page containing the shortcode has been modified and it is no longer "
601
  "valid. Please go back to reload the shortcode."
602
  msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
603
 
604
+ #: lib/wfu_constants.php:142
605
  msgid ""
606
  "Failed to update the shortcode because the contents of the page changed. Go "
607
  "back to reload the shortcode."
608
  msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
609
 
610
+ #: lib/wfu_constants.php:143
611
  msgid ""
612
  "Failed to update the shortcode. Please try again. If the problem persists, "
613
  "go back and reload the shortcode."
614
  msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
615
 
616
+ #: lib/wfu_constants.php:145
617
  msgid "This is a test message"
618
  msgstr "这是一个测试信息"
619
 
620
+ #: lib/wfu_constants.php:146
621
  msgid "This is a test administrator message"
622
  msgstr "这是一个测试管理员信息"
623
 
624
+ #: lib/wfu_constants.php:147
625
  msgid "File testfile 1 under test"
626
  msgstr "测试中的文件 testfile 1"
627
 
628
+ #: lib/wfu_constants.php:148
629
  msgid "File testfile 1 message"
630
  msgstr "文件 testfile 1 信息"
631
 
632
+ #: lib/wfu_constants.php:149
633
  msgid "File testfile 1 administrator message"
634
  msgstr "文件 testfile 1 管理员信息"
635
 
636
+ #: lib/wfu_constants.php:150
637
  msgid "File testfile 2 under test"
638
  msgstr "测试中的文件 testfile 2"
639
 
640
+ #: lib/wfu_constants.php:151
641
  msgid "File testfile 2 message"
642
  msgstr "文件 testfile 2 信息"
643
 
644
+ #: lib/wfu_constants.php:152
645
  msgid "File testfile 2 administrator message"
646
  msgstr "文件 testfile 2 管理员信息"
647
 
648
+ #: lib/wfu_constants.php:154
649
  msgid ""
650
  "Insert variable %userid% inside text. It will be replaced by the id of the "
651
  "current user."
652
  msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
653
 
654
+ #: lib/wfu_constants.php:155
655
  msgid ""
656
  "Insert variable %username% inside text. It will be replaced by the username "
657
  "of the current user."
658
  msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
659
 
660
+ #: lib/wfu_constants.php:156
661
  msgid ""
662
  "Insert variable %useremail% inside text. It will be replaced by the email of "
663
  "the current user."
664
  msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
665
 
666
+ #: lib/wfu_constants.php:157
667
  msgid ""
668
  "Insert variable %filename% inside text. It will be replaced by the filename "
669
  "of the uploaded file."
670
  msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
671
 
672
+ #: lib/wfu_constants.php:158
673
  msgid ""
674
  "Insert variable %filepath% inside text. It will be replaced by the full "
675
  "filepath of the uploaded file."
676
  msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
677
 
678
+ #: lib/wfu_constants.php:159
679
  msgid ""
680
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
681
  "the website."
682
  msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
683
 
684
+ #: lib/wfu_constants.php:160
685
  msgid ""
686
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
687
  "current page."
688
  msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
689
 
690
+ #: lib/wfu_constants.php:161
691
  msgid ""
692
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
693
  "the current page."
694
  msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
695
 
696
+ #: lib/wfu_constants.php:162
697
  msgid ""
698
  "Insert variable %userdataXXX% inside text. Select the user field from the "
699
  "drop-down list. It will be replaced by the value that the user entered in "
702
  "在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
703
  "输入的值替换。"
704
 
705
+ #: lib/wfu_constants.php:163
706
  msgid "Insert variable %n% inside text to denote a line change."
707
  msgstr "在文本中插入变量 %n%。表明一行变化。"
708
 
709
+ #: lib/wfu_constants.php:165
710
  msgid "Test Mode"
711
  msgstr "测试模式"
712
 
713
+ #: lib/wfu_constants.php:166
714
  msgid "select dir..."
715
  msgstr "选择 dir ..."
716
 
717
+ #: lib/wfu_constants.php:167
718
  msgid "type dir"
719
  msgstr "键入 dir"
720
 
721
+ #: lib/wfu_constants.php:168
722
  msgid "Upload path: %filepath%"
723
  msgstr "加载路径:%filepath%"
724
 
725
+ #: lib/wfu_constants.php:169
726
  msgid "Failed upload path: %filepath%"
727
  msgstr "加载路径失败: %filepath%"
728
 
729
+ #: lib/wfu_constants.php:170
730
  msgid " (required)"
731
  msgstr "(必需)"
732
 
733
+ #: lib/wfu_constants.php:171
734
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
735
  msgstr "文件正在加载中,你确定要退出这个页面吗?"
736
 
737
+ #: lib/wfu_constants.php:172
738
  msgid "checking captcha..."
739
  msgstr "正在检查 captcha ..."
740
 
741
+ #: lib/wfu_constants.php:173
742
  msgid "refreshing..."
743
  msgstr "正在更新 ..."
744
 
745
+ #: lib/wfu_constants.php:174
746
  msgid "correct captcha"
747
  msgstr "正确的 captcha"
748
 
749
+ #: lib/wfu_constants.php:175
750
  msgid "click to continue the upload"
751
  msgstr "点击继续上传"
752
 
753
+ #: lib/wfu_constants.php:176
754
  msgid "Are you sure you want to delete this file?"
755
  msgstr "确定要删除这个文件吗?"
756
 
757
+ #: lib/wfu_constants.php:177
758
  msgid "Are you sure that you want to cancel the upload?"
759
  msgstr ""
760
 
761
+ #: lib/wfu_constants.php:178
762
  msgid "cancel upload of this file"
763
  msgstr ""
764
 
765
+ #: lib/wfu_constants.php:179
766
  msgid "Upload in progress"
767
  msgstr "上传正在进行中"
768
 
769
+ #: lib/wfu_constants.php:180
770
  msgid "Upload in progress with warnings!"
771
  msgstr "上传正在进行中,有警告提示!"
772
 
773
+ #: lib/wfu_constants.php:181
774
  msgid "Upload in progress but some files already failed!"
775
  msgstr "上传正在进行中,有些文件已经加载失败!"
776
 
777
+ #: lib/wfu_constants.php:182
778
  msgid "Upload in progress but no files uploaded so far!"
779
  msgstr "上传正在进行中,还没有文件载入!"
780
 
781
+ #: lib/wfu_constants.php:183
782
  msgid "All files uploaded successfully"
783
  msgstr "所有危机上传成功"
784
 
785
+ #: lib/wfu_constants.php:184
786
  msgid "All files uploaded successfully but there are warnings!"
787
  msgstr "所有文件上传成功,但有警告提示!"
788
 
789
+ #: lib/wfu_constants.php:185
790
  msgid "File uploaded successfully but there are warnings!"
791
  msgstr "文件上传成功,但有警告提示!"
792
 
793
+ #: lib/wfu_constants.php:186
794
  msgid "Some files failed to upload!"
795
  msgstr "部分文件上传失败!"
796
 
797
+ #: lib/wfu_constants.php:187
798
  msgid "All files failed to upload"
799
  msgstr "所以我就上传失败"
800
 
801
+ #: lib/wfu_constants.php:188
802
  msgid "File failed to upload"
803
  msgstr "文件上传失败"
804
 
805
+ #: lib/wfu_constants.php:189
806
  msgid "There are no files to upload!"
807
  msgstr "没有要上传的文件!"
808
 
809
+ #: lib/wfu_constants.php:190
810
  msgid "Test upload message"
811
  msgstr "测试上传信息"
812
 
813
+ #: lib/wfu_constants.php:191
814
  msgid "JSON parse warning!"
815
  msgstr "JSON语法分析警告!"
816
 
817
+ #: lib/wfu_constants.php:192
818
  msgid "please wait while redirecting..."
819
  msgstr "请等候,正在重新定位 ..."
820
 
821
+ #: lib/wfu_constants.php:194
822
  msgid "Open visual shortcode editor in new window"
823
  msgstr "在新窗口打开视频 shortcode 编辑器"
824
 
825
+ #: lib/wfu_constants.php:195
826
  msgid "loading visual editor"
827
  msgstr "加载视频编辑器"
828
 
829
+ #: lib/wfu_constants.php:196
830
  msgid "Clear file list?"
831
  msgstr "清除文件列表?"
832
 
833
+ #: lib/wfu_constants.php:197
834
  msgid "DROP HERE"
835
  msgstr "放在这里"
836
 
837
+ #: lib/wfu_constants.php:199
838
+ msgid "record video"
839
+ msgstr ""
840
+
841
+ #: lib/wfu_constants.php:200
842
+ msgid "take a picture"
843
+ msgstr ""
844
+
845
+ #: lib/wfu_constants.php:201
846
+ msgid "turn webcam on/off"
847
+ msgstr ""
848
+
849
+ #: lib/wfu_constants.php:202
850
+ msgid "go live again"
851
+ msgstr ""
852
+
853
+ #: lib/wfu_constants.php:203
854
+ msgid "end recording"
855
+ msgstr ""
856
+
857
+ #: lib/wfu_constants.php:204
858
+ msgid "play"
859
+ msgstr ""
860
+
861
+ #: lib/wfu_constants.php:205
862
+ msgid "pause"
863
+ msgstr ""
864
+
865
+ #: lib/wfu_constants.php:206
866
+ msgid "go to the beginning"
867
+ msgstr ""
868
+
869
+ #: lib/wfu_constants.php:207
870
+ msgid "go to the end"
871
+ msgstr ""
872
+
873
+ #: lib/wfu_constants.php:209
874
  msgid "Wordpress File Upload Form"
875
  msgstr "Wordpress 文件上传格式"
876
 
877
+ #: lib/wfu_constants.php:210
878
  msgid "Wordpress File Upload plugin uploader for sidebars"
879
  msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
880
 
881
+ #: lib/wfu_constants.php:211
882
  msgid "Upload Files"
883
  msgstr "上传文件"
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: 2016-02-16 00:16+0200\n"
6
- "PO-Revision-Date: 2016-02-16 00:16+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
@@ -75,732 +75,792 @@ msgstr ""
75
  msgid "Please fill in the above words: "
76
  msgstr ""
77
 
 
 
 
 
78
  #: lib/wfu_constants.php:28
79
- msgid "File"
80
  msgstr ""
81
 
82
  #: lib/wfu_constants.php:29
 
 
 
 
 
 
 
 
83
  msgid "Date"
84
  msgstr ""
85
 
86
- #: lib/wfu_constants.php:30
87
  msgid "Size"
88
  msgstr ""
89
 
90
- #: lib/wfu_constants.php:31
91
  msgid "User"
92
  msgstr ""
93
 
94
- #: lib/wfu_constants.php:32
95
  msgid "Page"
96
  msgstr ""
97
 
98
- #: lib/wfu_constants.php:33
99
  msgid "User Fields"
100
  msgstr ""
101
 
102
- #: lib/wfu_constants.php:34
103
  msgid "Download"
104
  msgstr ""
105
 
106
- #: lib/wfu_constants.php:35
107
  msgid "Download this file"
108
  msgstr ""
109
 
110
- #: lib/wfu_constants.php:36
111
  msgid "Delete"
112
  msgstr ""
113
 
114
- #: lib/wfu_constants.php:37
115
  msgid "Delete this file"
116
  msgstr ""
117
 
118
- #: lib/wfu_constants.php:38
119
  msgid "Sort list based on this column"
120
  msgstr ""
121
 
122
- #: lib/wfu_constants.php:39
123
  msgid "guest"
124
  msgstr ""
125
 
126
- #: lib/wfu_constants.php:40
127
  msgid "unknown"
128
  msgstr ""
129
 
130
- #: lib/wfu_constants.php:42
131
  msgid ""
132
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
133
  "attribute."
134
  msgstr ""
135
 
136
- #: lib/wfu_constants.php:43
137
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
138
  msgstr ""
139
 
140
- #: lib/wfu_constants.php:44
141
  msgid ""
142
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
143
  "syntax."
144
  msgstr ""
145
 
146
- #: lib/wfu_constants.php:45
147
  msgid ""
148
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
149
  "attribute."
150
  msgstr ""
151
 
152
- #: lib/wfu_constants.php:46
153
  msgid ""
154
  "Error. The upload size limit of PHP directive upload_max_filesize is "
155
  "preventing the upload of big files.\n"
156
  "PHP directive upload_max_filesize limit is: "
157
  msgstr ""
158
 
159
- #: lib/wfu_constants.php:47
160
  msgid ""
161
  "The upload time limit of PHP directive max_input_time is preventing the "
162
  "upload of big files.\n"
163
  "PHP directive max_input_time limit is: "
164
  msgstr ""
165
 
166
- #: lib/wfu_constants.php:48
167
  msgid ""
168
  "Error. Permission denied to write to target folder.\n"
169
  "Check and correct read/write permissions of target folder."
170
  msgstr ""
171
 
172
- #: lib/wfu_constants.php:49
173
  msgid ""
174
  "Error. This file was rejected because its extension is not correct. Its "
175
  "proper filename is: "
176
  msgstr ""
177
 
178
- #: lib/wfu_constants.php:50
179
  msgid "Targer folder doesn't exist."
180
  msgstr ""
181
 
182
- #: lib/wfu_constants.php:51
183
  msgid "Upload failed! Missing a temporary folder."
184
  msgstr ""
185
 
186
- #: lib/wfu_constants.php:52
187
  msgid "Upload failed! Permission denied to write to target folder."
188
  msgstr ""
189
 
190
- #: lib/wfu_constants.php:53
191
  msgid "File not allowed."
192
  msgstr ""
193
 
194
- #: lib/wfu_constants.php:54
195
  msgid "File is suspicious and was rejected."
196
  msgstr ""
197
 
198
- #: lib/wfu_constants.php:55
199
  msgid "The uploaded file exceeds the file size limit."
200
  msgstr ""
201
 
202
- #: lib/wfu_constants.php:56
203
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
204
  msgstr ""
205
 
206
- #: lib/wfu_constants.php:57
207
  msgid ""
208
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
209
  "Please contact the administrator."
210
  msgstr ""
211
 
212
- #: lib/wfu_constants.php:58
213
  msgid ""
214
  "Upload failed! The duration of the upload exceeded the time limit of the "
215
  "server. Please contact the administrator."
216
  msgstr ""
217
 
218
- #: lib/wfu_constants.php:59
219
  msgid ""
220
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
221
  "was specified in the HTML form."
222
  msgstr ""
223
 
224
- #: lib/wfu_constants.php:60
225
  msgid "Upload failed! The uploaded file was only partially uploaded."
226
  msgstr ""
227
 
228
- #: lib/wfu_constants.php:61
229
  msgid "Upload failed! No file was uploaded."
230
  msgstr ""
231
 
232
- #: lib/wfu_constants.php:62
233
  msgid "Upload failed! Failed to write file to disk."
234
  msgstr ""
235
 
236
- #: lib/wfu_constants.php:63
237
  msgid ""
238
  "Upload failed! Error occured while moving temporary file. Please contact "
239
  "administrator."
240
  msgstr ""
241
 
242
- #: lib/wfu_constants.php:64
243
  msgid "Upload cancelled!"
244
  msgstr ""
245
 
246
- #: lib/wfu_constants.php:65
247
  msgid ""
248
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
249
  "a way to ascertain which extension caused the file upload to stop; examining "
250
  "the list of loaded extensions with phpinfo() may help."
251
  msgstr ""
252
 
253
- #: lib/wfu_constants.php:66
254
  msgid "Upload failed! Error occured while attemting to upload the file."
255
  msgstr ""
256
 
257
- #: lib/wfu_constants.php:67 lib/wfu_constants.php:187
258
  msgid "Upload failed!"
259
  msgstr ""
260
 
261
- #: lib/wfu_constants.php:68
262
  msgid "No file!"
263
  msgstr ""
264
 
265
- #: lib/wfu_constants.php:69
266
  msgid ""
267
  "Upload failed! The upload has been canceled by the user or the browser "
268
  "dropped the connection."
269
  msgstr ""
270
 
271
- #: lib/wfu_constants.php:70
272
  msgid "Upload failed! Unknown error."
273
  msgstr ""
274
 
275
- #: lib/wfu_constants.php:71
276
  msgid "Please contact the administrator."
277
  msgstr ""
278
 
279
- #: lib/wfu_constants.php:72
280
  msgid "No result from remote server!"
281
  msgstr ""
282
 
283
- #: lib/wfu_constants.php:73
284
  msgid " but with warnings"
285
  msgstr ""
286
 
287
- #: lib/wfu_constants.php:74 lib/wfu_constants.php:76
288
  msgid "Warning: JSON parse error."
289
  msgstr ""
290
 
291
- #: lib/wfu_constants.php:75
292
  msgid ""
293
  "Upload parameters of this file, passed as JSON string to the handler, could "
294
  "not be parsed."
295
  msgstr ""
296
 
297
- #: lib/wfu_constants.php:77
298
  msgid ""
299
  "UploadStates, passed as JSON string to the handler, could not be parsed."
300
  msgstr ""
301
 
302
- #: lib/wfu_constants.php:78
303
  msgid ""
304
  "Redirection to classic form functionality occurred due to unknown error."
305
  msgstr ""
306
 
307
- #: lib/wfu_constants.php:79
308
  msgid ""
309
  "Redirection to classic form functionality occurred because AJAX is not "
310
  "supported."
311
  msgstr ""
312
 
313
- #: lib/wfu_constants.php:80
314
  msgid ""
315
  "Redirection to classic form functionality occurred because HTML5 is not "
316
  "supported."
317
  msgstr ""
318
 
319
- #: lib/wfu_constants.php:81
320
  msgid ""
321
  "Redirection to classic form functionality occurred due to JSON parse error."
322
  msgstr ""
323
 
324
- #: lib/wfu_constants.php:82
325
  msgid "Please enable popup windows from the browser's settings!"
326
  msgstr ""
327
 
328
- #: lib/wfu_constants.php:83
329
  msgid "cannot be empty!"
330
  msgstr ""
331
 
332
- #: lib/wfu_constants.php:84
333
  msgid "number not valid!"
334
  msgstr ""
335
 
336
- #: lib/wfu_constants.php:85
337
  msgid "email not valid!"
338
  msgstr ""
339
 
340
- #: lib/wfu_constants.php:86
341
  msgid "emails do not match!"
342
  msgstr ""
343
 
344
- #: lib/wfu_constants.php:87
345
  msgid "no base email field in group!"
346
  msgstr ""
347
 
348
- #: lib/wfu_constants.php:88
349
  msgid "passwords do not match!"
350
  msgstr ""
351
 
352
- #: lib/wfu_constants.php:89
353
  msgid "no base password field in group!"
354
  msgstr ""
355
 
356
- #: lib/wfu_constants.php:90
357
  msgid "checkbox unchecked!"
358
  msgstr ""
359
 
360
- #: lib/wfu_constants.php:91
361
  msgid "no option selected!"
362
  msgstr ""
363
 
364
- #: lib/wfu_constants.php:92
365
  msgid "no item selected!"
366
  msgstr ""
367
 
368
- #: lib/wfu_constants.php:93
369
  msgid ""
370
  "There are more than one instances of the plugin in this page with the same "
371
  "id. Please change it."
372
  msgstr ""
373
 
374
- #: lib/wfu_constants.php:94
375
  msgid ""
376
  "Cannot edit the shortcode because the page has been modified. Please reload "
377
  "the page."
378
  msgstr ""
379
 
380
- #: lib/wfu_constants.php:95
 
 
 
 
 
 
 
 
 
 
 
 
381
  msgid ""
382
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
383
  "or use RecaptchaV2 (no account)."
384
  msgstr ""
385
 
386
- #: lib/wfu_constants.php:96
387
  msgid ""
388
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
389
  "notify administrator."
390
  msgstr ""
391
 
392
- #: lib/wfu_constants.php:97
393
  msgid ""
394
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
395
  "use RecaptchaV1 (no account)."
396
  msgstr ""
397
 
398
- #: lib/wfu_constants.php:98
399
  msgid "ERROR: No site key. Please contact administrator!"
400
  msgstr ""
401
 
402
- #: lib/wfu_constants.php:99
403
  msgid ""
404
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
405
  "define Google Recaptcha keys."
406
  msgstr ""
407
 
408
- #: lib/wfu_constants.php:100
409
  msgid "Bad captcha image!"
410
  msgstr ""
411
 
412
- #: lib/wfu_constants.php:101
413
  msgid "No input!"
414
  msgstr ""
415
 
416
- #: lib/wfu_constants.php:102
417
  msgid "Captcha not completed!"
418
  msgstr ""
419
 
420
- #: lib/wfu_constants.php:103
421
  msgid "Wrong captcha!"
422
  msgstr ""
423
 
424
- #: lib/wfu_constants.php:104
425
  msgid "Error refreshing captcha!"
426
  msgstr ""
427
 
428
- #: lib/wfu_constants.php:105
429
  msgid "Unknown captcha error!"
430
  msgstr ""
431
 
432
- #: lib/wfu_constants.php:106
433
  msgid "Captcha not supported by your browser!"
434
  msgstr ""
435
 
436
- #: lib/wfu_constants.php:107
437
  msgid "the secret parameter is missing"
438
  msgstr ""
439
 
440
- #: lib/wfu_constants.php:108
441
  msgid "the secret parameter is invalid or malformed"
442
  msgstr ""
443
 
444
- #: lib/wfu_constants.php:109
445
  msgid "the response parameter is missing"
446
  msgstr ""
447
 
448
- #: lib/wfu_constants.php:110
449
  msgid "the response parameter is invalid or malformed"
450
  msgstr ""
451
 
452
- #: lib/wfu_constants.php:111
453
  msgid "Please do not use drag drop due to an internal problem."
454
  msgstr ""
455
 
456
- #: lib/wfu_constants.php:112
457
  #, php-format
458
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
459
  msgstr ""
460
 
461
- #: lib/wfu_constants.php:113
462
  msgid "Chunked upload is not allowed!"
463
  msgstr ""
464
 
465
- #: lib/wfu_constants.php:114
466
  msgid "Chunked upload aborted due to error in previous chunk!"
467
  msgstr ""
468
 
469
- #: lib/wfu_constants.php:115
470
  msgid "Chunked upload failed, final file could not be created!"
471
  msgstr ""
472
 
473
- #: lib/wfu_constants.php:116
474
  #, php-format
475
  msgid "Could not write file chuck to destination on chunk %d"
476
  msgstr ""
477
 
478
- #: lib/wfu_constants.php:117
479
  #, php-format
480
  msgid "Could not enlarge destination file on chunk %d"
481
  msgstr ""
482
 
483
- #: lib/wfu_constants.php:118
484
  #, php-format
485
  msgid "Could not open file handles on chunk %d"
486
  msgstr ""
487
 
488
- #: lib/wfu_constants.php:119
489
  msgid "You are not allowed to delete this file!"
490
  msgstr ""
491
 
492
- #: lib/wfu_constants.php:121
493
  msgid "Upload skipped! File already exists."
494
  msgstr ""
495
 
496
- #: lib/wfu_constants.php:122
497
  msgid "The extension of the file does not match its contents."
498
  msgstr ""
499
 
500
- #: lib/wfu_constants.php:123
501
  msgid ""
502
  "Upload succeeded but the file is suspicious because its contents do not "
503
  "match its extension. Its proper filename is: "
504
  msgstr ""
505
 
506
- #: lib/wfu_constants.php:124
507
  msgid "No files have been selected!"
508
  msgstr ""
509
 
510
- #: lib/wfu_constants.php:125
511
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
512
  msgstr ""
513
 
514
- #: lib/wfu_constants.php:126
515
  msgid "Notification email was not sent because there were no files uploaded."
516
  msgstr ""
517
 
518
- #: lib/wfu_constants.php:127
519
  msgid ""
520
  "Notification email was not sent because no recipients were defined. Please "
521
  "check notifyrecipients attribute in the shortcode."
522
  msgstr ""
523
 
524
- #: lib/wfu_constants.php:128
525
  msgid ""
526
  "Notification email was not sent due to an error. Please check "
527
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
528
  msgstr ""
529
 
530
- #: lib/wfu_constants.php:129
531
  msgid ""
532
  "Redirection not executed because redirection link is empty. Please check "
533
  "redirectlink attribute."
534
  msgstr ""
535
 
536
- #: lib/wfu_constants.php:130
537
  msgid ""
538
  "Redirection not executed because not all files were successfully uploaded."
539
  msgstr ""
540
 
541
- #: lib/wfu_constants.php:132
542
  msgid ""
543
  "Failed to add the shortcode to the page/post. Please try again. If the "
544
  "message persists, contact administrator."
545
  msgstr ""
546
 
547
- #: lib/wfu_constants.php:133
548
  msgid ""
549
  "Failed to edit the shortcode because the contents of the page changed. Try "
550
  "again to edit the shortcode."
551
  msgstr ""
552
 
553
- #: lib/wfu_constants.php:134
554
  msgid ""
555
  "Failed to delete the shortcode because the contents of the page changed. Try "
556
  "again to delete it."
557
  msgstr ""
558
 
559
- #: lib/wfu_constants.php:135
560
  msgid ""
561
  "The page containing the shortcode has been modified and it is no longer "
562
  "valid. Please go back to reload the shortcode."
563
  msgstr ""
564
 
565
- #: lib/wfu_constants.php:136
566
  msgid ""
567
  "Failed to update the shortcode because the contents of the page changed. Go "
568
  "back to reload the shortcode."
569
  msgstr ""
570
 
571
- #: lib/wfu_constants.php:137
572
  msgid ""
573
  "Failed to update the shortcode. Please try again. If the problem persists, "
574
  "go back and reload the shortcode."
575
  msgstr ""
576
 
577
- #: lib/wfu_constants.php:139
578
  msgid "This is a test message"
579
  msgstr ""
580
 
581
- #: lib/wfu_constants.php:140
582
  msgid "This is a test administrator message"
583
  msgstr ""
584
 
585
- #: lib/wfu_constants.php:141
586
  msgid "File testfile 1 under test"
587
  msgstr ""
588
 
589
- #: lib/wfu_constants.php:142
590
  msgid "File testfile 1 message"
591
  msgstr ""
592
 
593
- #: lib/wfu_constants.php:143
594
  msgid "File testfile 1 administrator message"
595
  msgstr ""
596
 
597
- #: lib/wfu_constants.php:144
598
  msgid "File testfile 2 under test"
599
  msgstr ""
600
 
601
- #: lib/wfu_constants.php:145
602
  msgid "File testfile 2 message"
603
  msgstr ""
604
 
605
- #: lib/wfu_constants.php:146
606
  msgid "File testfile 2 administrator message"
607
  msgstr ""
608
 
609
- #: lib/wfu_constants.php:148
610
  msgid ""
611
  "Insert variable %userid% inside text. It will be replaced by the id of the "
612
  "current user."
613
  msgstr ""
614
 
615
- #: lib/wfu_constants.php:149
616
  msgid ""
617
  "Insert variable %username% inside text. It will be replaced by the username "
618
  "of the current user."
619
  msgstr ""
620
 
621
- #: lib/wfu_constants.php:150
622
  msgid ""
623
  "Insert variable %useremail% inside text. It will be replaced by the email of "
624
  "the current user."
625
  msgstr ""
626
 
627
- #: lib/wfu_constants.php:151
628
  msgid ""
629
  "Insert variable %filename% inside text. It will be replaced by the filename "
630
  "of the uploaded file."
631
  msgstr ""
632
 
633
- #: lib/wfu_constants.php:152
634
  msgid ""
635
  "Insert variable %filepath% inside text. It will be replaced by the full "
636
  "filepath of the uploaded file."
637
  msgstr ""
638
 
639
- #: lib/wfu_constants.php:153
640
  msgid ""
641
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
642
  "the website."
643
  msgstr ""
644
 
645
- #: lib/wfu_constants.php:154
646
  msgid ""
647
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
648
  "current page."
649
  msgstr ""
650
 
651
- #: lib/wfu_constants.php:155
652
  msgid ""
653
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
654
  "the current page."
655
  msgstr ""
656
 
657
- #: lib/wfu_constants.php:156
658
  msgid ""
659
  "Insert variable %userdataXXX% inside text. Select the user field from the "
660
  "drop-down list. It will be replaced by the value that the user entered in "
661
  "this field."
662
  msgstr ""
663
 
664
- #: lib/wfu_constants.php:157
665
  msgid "Insert variable %n% inside text to denote a line change."
666
  msgstr ""
667
 
668
- #: lib/wfu_constants.php:159
669
  msgid "Test Mode"
670
  msgstr ""
671
 
672
- #: lib/wfu_constants.php:160
673
  msgid "select dir..."
674
  msgstr ""
675
 
676
- #: lib/wfu_constants.php:161
677
  msgid "type dir"
678
  msgstr ""
679
 
680
- #: lib/wfu_constants.php:162
681
  msgid "Upload path: %filepath%"
682
  msgstr ""
683
 
684
- #: lib/wfu_constants.php:163
685
  msgid "Failed upload path: %filepath%"
686
  msgstr ""
687
 
688
- #: lib/wfu_constants.php:164
689
  msgid " (required)"
690
  msgstr ""
691
 
692
- #: lib/wfu_constants.php:165
693
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
694
  msgstr ""
695
 
696
- #: lib/wfu_constants.php:166
697
  msgid "checking captcha..."
698
  msgstr ""
699
 
700
- #: lib/wfu_constants.php:167
701
  msgid "refreshing..."
702
  msgstr ""
703
 
704
- #: lib/wfu_constants.php:168
705
  msgid "correct captcha"
706
  msgstr ""
707
 
708
- #: lib/wfu_constants.php:169
709
  msgid "click to continue the upload"
710
  msgstr ""
711
 
712
- #: lib/wfu_constants.php:170
713
  msgid "Are you sure you want to delete this file?"
714
  msgstr ""
715
 
716
- #: lib/wfu_constants.php:171
717
  msgid "Are you sure that you want to cancel the upload?"
718
  msgstr ""
719
 
720
- #: lib/wfu_constants.php:172
721
  msgid "cancel upload of this file"
722
  msgstr ""
723
 
724
- #: lib/wfu_constants.php:173
725
  msgid "Upload in progress"
726
  msgstr ""
727
 
728
- #: lib/wfu_constants.php:174
729
  msgid "Upload in progress with warnings!"
730
  msgstr ""
731
 
732
- #: lib/wfu_constants.php:175
733
  msgid "Upload in progress but some files already failed!"
734
  msgstr ""
735
 
736
- #: lib/wfu_constants.php:176
737
  msgid "Upload in progress but no files uploaded so far!"
738
  msgstr ""
739
 
740
- #: lib/wfu_constants.php:177
741
  msgid "All files uploaded successfully"
742
  msgstr ""
743
 
744
- #: lib/wfu_constants.php:178
745
  msgid "All files uploaded successfully but there are warnings!"
746
  msgstr ""
747
 
748
- #: lib/wfu_constants.php:179
749
  msgid "File uploaded successfully but there are warnings!"
750
  msgstr ""
751
 
752
- #: lib/wfu_constants.php:180
753
  msgid "Some files failed to upload!"
754
  msgstr ""
755
 
756
- #: lib/wfu_constants.php:181
757
  msgid "All files failed to upload"
758
  msgstr ""
759
 
760
- #: lib/wfu_constants.php:182
761
  msgid "File failed to upload"
762
  msgstr ""
763
 
764
- #: lib/wfu_constants.php:183
765
  msgid "There are no files to upload!"
766
  msgstr ""
767
 
768
- #: lib/wfu_constants.php:184
769
  msgid "Test upload message"
770
  msgstr ""
771
 
772
- #: lib/wfu_constants.php:185
773
  msgid "JSON parse warning!"
774
  msgstr ""
775
 
776
- #: lib/wfu_constants.php:186
777
  msgid "please wait while redirecting..."
778
  msgstr ""
779
 
780
- #: lib/wfu_constants.php:188
781
  msgid "Open visual shortcode editor in new window"
782
  msgstr ""
783
 
784
- #: lib/wfu_constants.php:189
785
  msgid "loading visual editor"
786
  msgstr ""
787
 
788
- #: lib/wfu_constants.php:190
789
  msgid "Clear file list?"
790
  msgstr ""
791
 
792
- #: lib/wfu_constants.php:191
793
  msgid "DROP HERE"
794
  msgstr ""
795
 
796
- #: lib/wfu_constants.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
797
  msgid "Wordpress File Upload Form"
798
  msgstr ""
799
 
800
- #: lib/wfu_constants.php:194
801
  msgid "Wordpress File Upload plugin uploader for sidebars"
802
  msgstr ""
803
 
804
- #: lib/wfu_constants.php:195
805
  msgid "Upload Files"
806
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-31 22:15+0200\n"
6
+ "PO-Revision-Date: 2016-03-31 22:15+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
75
  msgid "Please fill in the above words: "
76
  msgstr ""
77
 
78
+ #: lib/wfu_constants.php:27
79
+ msgid "Upload Media"
80
+ msgstr ""
81
+
82
  #: lib/wfu_constants.php:28
83
+ msgid "videostream"
84
  msgstr ""
85
 
86
  #: lib/wfu_constants.php:29
87
+ msgid "screenshot"
88
+ msgstr ""
89
+
90
+ #: lib/wfu_constants.php:31
91
+ msgid "File"
92
+ msgstr ""
93
+
94
+ #: lib/wfu_constants.php:32
95
  msgid "Date"
96
  msgstr ""
97
 
98
+ #: lib/wfu_constants.php:33
99
  msgid "Size"
100
  msgstr ""
101
 
102
+ #: lib/wfu_constants.php:34
103
  msgid "User"
104
  msgstr ""
105
 
106
+ #: lib/wfu_constants.php:35
107
  msgid "Page"
108
  msgstr ""
109
 
110
+ #: lib/wfu_constants.php:36
111
  msgid "User Fields"
112
  msgstr ""
113
 
114
+ #: lib/wfu_constants.php:37
115
  msgid "Download"
116
  msgstr ""
117
 
118
+ #: lib/wfu_constants.php:38
119
  msgid "Download this file"
120
  msgstr ""
121
 
122
+ #: lib/wfu_constants.php:39
123
  msgid "Delete"
124
  msgstr ""
125
 
126
+ #: lib/wfu_constants.php:40
127
  msgid "Delete this file"
128
  msgstr ""
129
 
130
+ #: lib/wfu_constants.php:41
131
  msgid "Sort list based on this column"
132
  msgstr ""
133
 
134
+ #: lib/wfu_constants.php:42
135
  msgid "guest"
136
  msgstr ""
137
 
138
+ #: lib/wfu_constants.php:43
139
  msgid "unknown"
140
  msgstr ""
141
 
142
+ #: lib/wfu_constants.php:45
143
  msgid ""
144
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
145
  "attribute."
146
  msgstr ""
147
 
148
+ #: lib/wfu_constants.php:46
149
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
150
  msgstr ""
151
 
152
+ #: lib/wfu_constants.php:47
153
  msgid ""
154
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
155
  "syntax."
156
  msgstr ""
157
 
158
+ #: lib/wfu_constants.php:48
159
  msgid ""
160
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
161
  "attribute."
162
  msgstr ""
163
 
164
+ #: lib/wfu_constants.php:49
165
  msgid ""
166
  "Error. The upload size limit of PHP directive upload_max_filesize is "
167
  "preventing the upload of big files.\n"
168
  "PHP directive upload_max_filesize limit is: "
169
  msgstr ""
170
 
171
+ #: lib/wfu_constants.php:50
172
  msgid ""
173
  "The upload time limit of PHP directive max_input_time is preventing the "
174
  "upload of big files.\n"
175
  "PHP directive max_input_time limit is: "
176
  msgstr ""
177
 
178
+ #: lib/wfu_constants.php:51
179
  msgid ""
180
  "Error. Permission denied to write to target folder.\n"
181
  "Check and correct read/write permissions of target folder."
182
  msgstr ""
183
 
184
+ #: lib/wfu_constants.php:52
185
  msgid ""
186
  "Error. This file was rejected because its extension is not correct. Its "
187
  "proper filename is: "
188
  msgstr ""
189
 
190
+ #: lib/wfu_constants.php:53
191
  msgid "Targer folder doesn't exist."
192
  msgstr ""
193
 
194
+ #: lib/wfu_constants.php:54
195
  msgid "Upload failed! Missing a temporary folder."
196
  msgstr ""
197
 
198
+ #: lib/wfu_constants.php:55
199
  msgid "Upload failed! Permission denied to write to target folder."
200
  msgstr ""
201
 
202
+ #: lib/wfu_constants.php:56
203
  msgid "File not allowed."
204
  msgstr ""
205
 
206
+ #: lib/wfu_constants.php:57
207
  msgid "File is suspicious and was rejected."
208
  msgstr ""
209
 
210
+ #: lib/wfu_constants.php:58
211
  msgid "The uploaded file exceeds the file size limit."
212
  msgstr ""
213
 
214
+ #: lib/wfu_constants.php:59
215
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
216
  msgstr ""
217
 
218
+ #: lib/wfu_constants.php:60
219
  msgid ""
220
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
221
  "Please contact the administrator."
222
  msgstr ""
223
 
224
+ #: lib/wfu_constants.php:61
225
  msgid ""
226
  "Upload failed! The duration of the upload exceeded the time limit of the "
227
  "server. Please contact the administrator."
228
  msgstr ""
229
 
230
+ #: lib/wfu_constants.php:62
231
  msgid ""
232
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
233
  "was specified in the HTML form."
234
  msgstr ""
235
 
236
+ #: lib/wfu_constants.php:63
237
  msgid "Upload failed! The uploaded file was only partially uploaded."
238
  msgstr ""
239
 
240
+ #: lib/wfu_constants.php:64
241
  msgid "Upload failed! No file was uploaded."
242
  msgstr ""
243
 
244
+ #: lib/wfu_constants.php:65
245
  msgid "Upload failed! Failed to write file to disk."
246
  msgstr ""
247
 
248
+ #: lib/wfu_constants.php:66
249
  msgid ""
250
  "Upload failed! Error occured while moving temporary file. Please contact "
251
  "administrator."
252
  msgstr ""
253
 
254
+ #: lib/wfu_constants.php:67
255
  msgid "Upload cancelled!"
256
  msgstr ""
257
 
258
+ #: lib/wfu_constants.php:68
259
  msgid ""
260
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
261
  "a way to ascertain which extension caused the file upload to stop; examining "
262
  "the list of loaded extensions with phpinfo() may help."
263
  msgstr ""
264
 
265
+ #: lib/wfu_constants.php:69
266
  msgid "Upload failed! Error occured while attemting to upload the file."
267
  msgstr ""
268
 
269
+ #: lib/wfu_constants.php:70 lib/wfu_constants.php:193
270
  msgid "Upload failed!"
271
  msgstr ""
272
 
273
+ #: lib/wfu_constants.php:71
274
  msgid "No file!"
275
  msgstr ""
276
 
277
+ #: lib/wfu_constants.php:72
278
  msgid ""
279
  "Upload failed! The upload has been canceled by the user or the browser "
280
  "dropped the connection."
281
  msgstr ""
282
 
283
+ #: lib/wfu_constants.php:73
284
  msgid "Upload failed! Unknown error."
285
  msgstr ""
286
 
287
+ #: lib/wfu_constants.php:74
288
  msgid "Please contact the administrator."
289
  msgstr ""
290
 
291
+ #: lib/wfu_constants.php:75
292
  msgid "No result from remote server!"
293
  msgstr ""
294
 
295
+ #: lib/wfu_constants.php:76
296
  msgid " but with warnings"
297
  msgstr ""
298
 
299
+ #: lib/wfu_constants.php:77 lib/wfu_constants.php:79
300
  msgid "Warning: JSON parse error."
301
  msgstr ""
302
 
303
+ #: lib/wfu_constants.php:78
304
  msgid ""
305
  "Upload parameters of this file, passed as JSON string to the handler, could "
306
  "not be parsed."
307
  msgstr ""
308
 
309
+ #: lib/wfu_constants.php:80
310
  msgid ""
311
  "UploadStates, passed as JSON string to the handler, could not be parsed."
312
  msgstr ""
313
 
314
+ #: lib/wfu_constants.php:81
315
  msgid ""
316
  "Redirection to classic form functionality occurred due to unknown error."
317
  msgstr ""
318
 
319
+ #: lib/wfu_constants.php:82
320
  msgid ""
321
  "Redirection to classic form functionality occurred because AJAX is not "
322
  "supported."
323
  msgstr ""
324
 
325
+ #: lib/wfu_constants.php:83
326
  msgid ""
327
  "Redirection to classic form functionality occurred because HTML5 is not "
328
  "supported."
329
  msgstr ""
330
 
331
+ #: lib/wfu_constants.php:84
332
  msgid ""
333
  "Redirection to classic form functionality occurred due to JSON parse error."
334
  msgstr ""
335
 
336
+ #: lib/wfu_constants.php:85
337
  msgid "Please enable popup windows from the browser's settings!"
338
  msgstr ""
339
 
340
+ #: lib/wfu_constants.php:86
341
  msgid "cannot be empty!"
342
  msgstr ""
343
 
344
+ #: lib/wfu_constants.php:87
345
  msgid "number not valid!"
346
  msgstr ""
347
 
348
+ #: lib/wfu_constants.php:88
349
  msgid "email not valid!"
350
  msgstr ""
351
 
352
+ #: lib/wfu_constants.php:89
353
  msgid "emails do not match!"
354
  msgstr ""
355
 
356
+ #: lib/wfu_constants.php:90
357
  msgid "no base email field in group!"
358
  msgstr ""
359
 
360
+ #: lib/wfu_constants.php:91
361
  msgid "passwords do not match!"
362
  msgstr ""
363
 
364
+ #: lib/wfu_constants.php:92
365
  msgid "no base password field in group!"
366
  msgstr ""
367
 
368
+ #: lib/wfu_constants.php:93
369
  msgid "checkbox unchecked!"
370
  msgstr ""
371
 
372
+ #: lib/wfu_constants.php:94
373
  msgid "no option selected!"
374
  msgstr ""
375
 
376
+ #: lib/wfu_constants.php:95
377
  msgid "no item selected!"
378
  msgstr ""
379
 
380
+ #: lib/wfu_constants.php:96
381
  msgid ""
382
  "There are more than one instances of the plugin in this page with the same "
383
  "id. Please change it."
384
  msgstr ""
385
 
386
+ #: lib/wfu_constants.php:97
387
  msgid ""
388
  "Cannot edit the shortcode because the page has been modified. Please reload "
389
  "the page."
390
  msgstr ""
391
 
392
+ #: lib/wfu_constants.php:98
393
+ msgid "Your browser does not support webcam capture!"
394
+ msgstr ""
395
+
396
+ #: lib/wfu_constants.php:99
397
+ msgid "Your browser does not support video recording from the webcam!"
398
+ msgstr ""
399
+
400
+ #: lib/wfu_constants.php:100
401
+ msgid "No video was recorded!"
402
+ msgstr ""
403
+
404
+ #: lib/wfu_constants.php:101
405
  msgid ""
406
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
407
  "or use RecaptchaV2 (no account)."
408
  msgstr ""
409
 
410
+ #: lib/wfu_constants.php:102
411
  msgid ""
412
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
413
  "notify administrator."
414
  msgstr ""
415
 
416
+ #: lib/wfu_constants.php:103
417
  msgid ""
418
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
419
  "use RecaptchaV1 (no account)."
420
  msgstr ""
421
 
422
+ #: lib/wfu_constants.php:104
423
  msgid "ERROR: No site key. Please contact administrator!"
424
  msgstr ""
425
 
426
+ #: lib/wfu_constants.php:105
427
  msgid ""
428
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
429
  "define Google Recaptcha keys."
430
  msgstr ""
431
 
432
+ #: lib/wfu_constants.php:106
433
  msgid "Bad captcha image!"
434
  msgstr ""
435
 
436
+ #: lib/wfu_constants.php:107
437
  msgid "No input!"
438
  msgstr ""
439
 
440
+ #: lib/wfu_constants.php:108
441
  msgid "Captcha not completed!"
442
  msgstr ""
443
 
444
+ #: lib/wfu_constants.php:109
445
  msgid "Wrong captcha!"
446
  msgstr ""
447
 
448
+ #: lib/wfu_constants.php:110
449
  msgid "Error refreshing captcha!"
450
  msgstr ""
451
 
452
+ #: lib/wfu_constants.php:111
453
  msgid "Unknown captcha error!"
454
  msgstr ""
455
 
456
+ #: lib/wfu_constants.php:112
457
  msgid "Captcha not supported by your browser!"
458
  msgstr ""
459
 
460
+ #: lib/wfu_constants.php:113
461
  msgid "the secret parameter is missing"
462
  msgstr ""
463
 
464
+ #: lib/wfu_constants.php:114
465
  msgid "the secret parameter is invalid or malformed"
466
  msgstr ""
467
 
468
+ #: lib/wfu_constants.php:115
469
  msgid "the response parameter is missing"
470
  msgstr ""
471
 
472
+ #: lib/wfu_constants.php:116
473
  msgid "the response parameter is invalid or malformed"
474
  msgstr ""
475
 
476
+ #: lib/wfu_constants.php:117
477
  msgid "Please do not use drag drop due to an internal problem."
478
  msgstr ""
479
 
480
+ #: lib/wfu_constants.php:118
481
  #, php-format
482
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
483
  msgstr ""
484
 
485
+ #: lib/wfu_constants.php:119
486
  msgid "Chunked upload is not allowed!"
487
  msgstr ""
488
 
489
+ #: lib/wfu_constants.php:120
490
  msgid "Chunked upload aborted due to error in previous chunk!"
491
  msgstr ""
492
 
493
+ #: lib/wfu_constants.php:121
494
  msgid "Chunked upload failed, final file could not be created!"
495
  msgstr ""
496
 
497
+ #: lib/wfu_constants.php:122
498
  #, php-format
499
  msgid "Could not write file chuck to destination on chunk %d"
500
  msgstr ""
501
 
502
+ #: lib/wfu_constants.php:123
503
  #, php-format
504
  msgid "Could not enlarge destination file on chunk %d"
505
  msgstr ""
506
 
507
+ #: lib/wfu_constants.php:124
508
  #, php-format
509
  msgid "Could not open file handles on chunk %d"
510
  msgstr ""
511
 
512
+ #: lib/wfu_constants.php:125
513
  msgid "You are not allowed to delete this file!"
514
  msgstr ""
515
 
516
+ #: lib/wfu_constants.php:127
517
  msgid "Upload skipped! File already exists."
518
  msgstr ""
519
 
520
+ #: lib/wfu_constants.php:128
521
  msgid "The extension of the file does not match its contents."
522
  msgstr ""
523
 
524
+ #: lib/wfu_constants.php:129
525
  msgid ""
526
  "Upload succeeded but the file is suspicious because its contents do not "
527
  "match its extension. Its proper filename is: "
528
  msgstr ""
529
 
530
+ #: lib/wfu_constants.php:130
531
  msgid "No files have been selected!"
532
  msgstr ""
533
 
534
+ #: lib/wfu_constants.php:131
535
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
536
  msgstr ""
537
 
538
+ #: lib/wfu_constants.php:132
539
  msgid "Notification email was not sent because there were no files uploaded."
540
  msgstr ""
541
 
542
+ #: lib/wfu_constants.php:133
543
  msgid ""
544
  "Notification email was not sent because no recipients were defined. Please "
545
  "check notifyrecipients attribute in the shortcode."
546
  msgstr ""
547
 
548
+ #: lib/wfu_constants.php:134
549
  msgid ""
550
  "Notification email was not sent due to an error. Please check "
551
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
552
  msgstr ""
553
 
554
+ #: lib/wfu_constants.php:135
555
  msgid ""
556
  "Redirection not executed because redirection link is empty. Please check "
557
  "redirectlink attribute."
558
  msgstr ""
559
 
560
+ #: lib/wfu_constants.php:136
561
  msgid ""
562
  "Redirection not executed because not all files were successfully uploaded."
563
  msgstr ""
564
 
565
+ #: lib/wfu_constants.php:138
566
  msgid ""
567
  "Failed to add the shortcode to the page/post. Please try again. If the "
568
  "message persists, contact administrator."
569
  msgstr ""
570
 
571
+ #: lib/wfu_constants.php:139
572
  msgid ""
573
  "Failed to edit the shortcode because the contents of the page changed. Try "
574
  "again to edit the shortcode."
575
  msgstr ""
576
 
577
+ #: lib/wfu_constants.php:140
578
  msgid ""
579
  "Failed to delete the shortcode because the contents of the page changed. Try "
580
  "again to delete it."
581
  msgstr ""
582
 
583
+ #: lib/wfu_constants.php:141
584
  msgid ""
585
  "The page containing the shortcode has been modified and it is no longer "
586
  "valid. Please go back to reload the shortcode."
587
  msgstr ""
588
 
589
+ #: lib/wfu_constants.php:142
590
  msgid ""
591
  "Failed to update the shortcode because the contents of the page changed. Go "
592
  "back to reload the shortcode."
593
  msgstr ""
594
 
595
+ #: lib/wfu_constants.php:143
596
  msgid ""
597
  "Failed to update the shortcode. Please try again. If the problem persists, "
598
  "go back and reload the shortcode."
599
  msgstr ""
600
 
601
+ #: lib/wfu_constants.php:145
602
  msgid "This is a test message"
603
  msgstr ""
604
 
605
+ #: lib/wfu_constants.php:146
606
  msgid "This is a test administrator message"
607
  msgstr ""
608
 
609
+ #: lib/wfu_constants.php:147
610
  msgid "File testfile 1 under test"
611
  msgstr ""
612
 
613
+ #: lib/wfu_constants.php:148
614
  msgid "File testfile 1 message"
615
  msgstr ""
616
 
617
+ #: lib/wfu_constants.php:149
618
  msgid "File testfile 1 administrator message"
619
  msgstr ""
620
 
621
+ #: lib/wfu_constants.php:150
622
  msgid "File testfile 2 under test"
623
  msgstr ""
624
 
625
+ #: lib/wfu_constants.php:151
626
  msgid "File testfile 2 message"
627
  msgstr ""
628
 
629
+ #: lib/wfu_constants.php:152
630
  msgid "File testfile 2 administrator message"
631
  msgstr ""
632
 
633
+ #: lib/wfu_constants.php:154
634
  msgid ""
635
  "Insert variable %userid% inside text. It will be replaced by the id of the "
636
  "current user."
637
  msgstr ""
638
 
639
+ #: lib/wfu_constants.php:155
640
  msgid ""
641
  "Insert variable %username% inside text. It will be replaced by the username "
642
  "of the current user."
643
  msgstr ""
644
 
645
+ #: lib/wfu_constants.php:156
646
  msgid ""
647
  "Insert variable %useremail% inside text. It will be replaced by the email of "
648
  "the current user."
649
  msgstr ""
650
 
651
+ #: lib/wfu_constants.php:157
652
  msgid ""
653
  "Insert variable %filename% inside text. It will be replaced by the filename "
654
  "of the uploaded file."
655
  msgstr ""
656
 
657
+ #: lib/wfu_constants.php:158
658
  msgid ""
659
  "Insert variable %filepath% inside text. It will be replaced by the full "
660
  "filepath of the uploaded file."
661
  msgstr ""
662
 
663
+ #: lib/wfu_constants.php:159
664
  msgid ""
665
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
666
  "the website."
667
  msgstr ""
668
 
669
+ #: lib/wfu_constants.php:160
670
  msgid ""
671
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
672
  "current page."
673
  msgstr ""
674
 
675
+ #: lib/wfu_constants.php:161
676
  msgid ""
677
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
678
  "the current page."
679
  msgstr ""
680
 
681
+ #: lib/wfu_constants.php:162
682
  msgid ""
683
  "Insert variable %userdataXXX% inside text. Select the user field from the "
684
  "drop-down list. It will be replaced by the value that the user entered in "
685
  "this field."
686
  msgstr ""
687
 
688
+ #: lib/wfu_constants.php:163
689
  msgid "Insert variable %n% inside text to denote a line change."
690
  msgstr ""
691
 
692
+ #: lib/wfu_constants.php:165
693
  msgid "Test Mode"
694
  msgstr ""
695
 
696
+ #: lib/wfu_constants.php:166
697
  msgid "select dir..."
698
  msgstr ""
699
 
700
+ #: lib/wfu_constants.php:167
701
  msgid "type dir"
702
  msgstr ""
703
 
704
+ #: lib/wfu_constants.php:168
705
  msgid "Upload path: %filepath%"
706
  msgstr ""
707
 
708
+ #: lib/wfu_constants.php:169
709
  msgid "Failed upload path: %filepath%"
710
  msgstr ""
711
 
712
+ #: lib/wfu_constants.php:170
713
  msgid " (required)"
714
  msgstr ""
715
 
716
+ #: lib/wfu_constants.php:171
717
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
718
  msgstr ""
719
 
720
+ #: lib/wfu_constants.php:172
721
  msgid "checking captcha..."
722
  msgstr ""
723
 
724
+ #: lib/wfu_constants.php:173
725
  msgid "refreshing..."
726
  msgstr ""
727
 
728
+ #: lib/wfu_constants.php:174
729
  msgid "correct captcha"
730
  msgstr ""
731
 
732
+ #: lib/wfu_constants.php:175
733
  msgid "click to continue the upload"
734
  msgstr ""
735
 
736
+ #: lib/wfu_constants.php:176
737
  msgid "Are you sure you want to delete this file?"
738
  msgstr ""
739
 
740
+ #: lib/wfu_constants.php:177
741
  msgid "Are you sure that you want to cancel the upload?"
742
  msgstr ""
743
 
744
+ #: lib/wfu_constants.php:178
745
  msgid "cancel upload of this file"
746
  msgstr ""
747
 
748
+ #: lib/wfu_constants.php:179
749
  msgid "Upload in progress"
750
  msgstr ""
751
 
752
+ #: lib/wfu_constants.php:180
753
  msgid "Upload in progress with warnings!"
754
  msgstr ""
755
 
756
+ #: lib/wfu_constants.php:181
757
  msgid "Upload in progress but some files already failed!"
758
  msgstr ""
759
 
760
+ #: lib/wfu_constants.php:182
761
  msgid "Upload in progress but no files uploaded so far!"
762
  msgstr ""
763
 
764
+ #: lib/wfu_constants.php:183
765
  msgid "All files uploaded successfully"
766
  msgstr ""
767
 
768
+ #: lib/wfu_constants.php:184
769
  msgid "All files uploaded successfully but there are warnings!"
770
  msgstr ""
771
 
772
+ #: lib/wfu_constants.php:185
773
  msgid "File uploaded successfully but there are warnings!"
774
  msgstr ""
775
 
776
+ #: lib/wfu_constants.php:186
777
  msgid "Some files failed to upload!"
778
  msgstr ""
779
 
780
+ #: lib/wfu_constants.php:187
781
  msgid "All files failed to upload"
782
  msgstr ""
783
 
784
+ #: lib/wfu_constants.php:188
785
  msgid "File failed to upload"
786
  msgstr ""
787
 
788
+ #: lib/wfu_constants.php:189
789
  msgid "There are no files to upload!"
790
  msgstr ""
791
 
792
+ #: lib/wfu_constants.php:190
793
  msgid "Test upload message"
794
  msgstr ""
795
 
796
+ #: lib/wfu_constants.php:191
797
  msgid "JSON parse warning!"
798
  msgstr ""
799
 
800
+ #: lib/wfu_constants.php:192
801
  msgid "please wait while redirecting..."
802
  msgstr ""
803
 
804
+ #: lib/wfu_constants.php:194
805
  msgid "Open visual shortcode editor in new window"
806
  msgstr ""
807
 
808
+ #: lib/wfu_constants.php:195
809
  msgid "loading visual editor"
810
  msgstr ""
811
 
812
+ #: lib/wfu_constants.php:196
813
  msgid "Clear file list?"
814
  msgstr ""
815
 
816
+ #: lib/wfu_constants.php:197
817
  msgid "DROP HERE"
818
  msgstr ""
819
 
820
+ #: lib/wfu_constants.php:199
821
+ msgid "record video"
822
+ msgstr ""
823
+
824
+ #: lib/wfu_constants.php:200
825
+ msgid "take a picture"
826
+ msgstr ""
827
+
828
+ #: lib/wfu_constants.php:201
829
+ msgid "turn webcam on/off"
830
+ msgstr ""
831
+
832
+ #: lib/wfu_constants.php:202
833
+ msgid "go live again"
834
+ msgstr ""
835
+
836
+ #: lib/wfu_constants.php:203
837
+ msgid "end recording"
838
+ msgstr ""
839
+
840
+ #: lib/wfu_constants.php:204
841
+ msgid "play"
842
+ msgstr ""
843
+
844
+ #: lib/wfu_constants.php:205
845
+ msgid "pause"
846
+ msgstr ""
847
+
848
+ #: lib/wfu_constants.php:206
849
+ msgid "go to the beginning"
850
+ msgstr ""
851
+
852
+ #: lib/wfu_constants.php:207
853
+ msgid "go to the end"
854
+ msgstr ""
855
+
856
+ #: lib/wfu_constants.php:209
857
  msgid "Wordpress File Upload Form"
858
  msgstr ""
859
 
860
+ #: lib/wfu_constants.php:210
861
  msgid "Wordpress File Upload plugin uploader for sidebars"
862
  msgstr ""
863
 
864
+ #: lib/wfu_constants.php:211
865
  msgid "Upload Files"
866
  msgstr ""
lib/wfu_admin_composer.php CHANGED
@@ -244,7 +244,7 @@ function wfu_shortcode_composer($data = '', $shortcode_tag = 'wordpress_file_upl
244
  }
245
  elseif ( $def['type'] == "text" ) {
246
  $val = str_replace(array( "%n%", "%dq%", "%brl%", "%brr%" ), array( "\n", "&quot;", "[", "]" ), $def['value']);
247
- $echo_str .= $dlp."\t\t".'<input id="wfu_attribute_'.$attr.'" type="text" name="wfu_text_elements" value="'.$val.'" />';
248
  if ( $def['variables'] != null ) $echo_str .= $dlp.wfu_insert_variables($def['variables'], 'wfu_variable wfu_variable_'.$attr);
249
  }
250
  elseif ( $def['type'] == "placements" ) {
244
  }
245
  elseif ( $def['type'] == "text" ) {
246
  $val = str_replace(array( "%n%", "%dq%", "%brl%", "%brr%" ), array( "\n", "&quot;", "[", "]" ), $def['value']);
247
+ $echo_str .= $dlp."\t\t".'<input id="wfu_attribute_'.$attr.'" type="text" name="wfu_text_elements" value="'.$val.'" style="display:block;" />';
248
  if ( $def['variables'] != null ) $echo_str .= $dlp.wfu_insert_variables($def['variables'], 'wfu_variable wfu_variable_'.$attr);
249
  }
250
  elseif ( $def['type'] == "placements" ) {
lib/wfu_admin_settings.php CHANGED
@@ -99,7 +99,7 @@ function wfu_update_settings() {
99
  $new_plugin_options = array();
100
 
101
  // $enabled = ( isset($_POST['wfu_enabled']) ? ( $_POST['wfu_enabled'] == "on" ? 1 : 0 ) : 0 );
102
- $hashfiles = ( isset($_POST['wfu_hashfiles']) ? ( $_POST['wfu_hashfiles'] == "on" ? 1 : 0 ) : 0 );
103
  $relaxcss = ( isset($_POST['wfu_relaxcss']) ? ( $_POST['wfu_relaxcss'] == "on" ? 1 : 0 ) : 0 );
104
  $mediacustom = ( isset($_POST['wfu_mediacustom']) ? ( $_POST['wfu_mediacustom'] == "on" ? 1 : 0 ) : 0 );
105
  if ( isset($_POST['wfu_basedir']) && isset($_POST['wfu_postmethod']) && isset($_POST['wfu_admindomain']) && isset($_POST['submitform']) ) {
99
  $new_plugin_options = array();
100
 
101
  // $enabled = ( isset($_POST['wfu_enabled']) ? ( $_POST['wfu_enabled'] == "on" ? 1 : 0 ) : 0 );
102
+ $hashfiles = ( isset($_POST['wfu_hashfiles']) ? ( $_POST['wfu_hashfiles'] == "on" ? 1 : 0 ) : 0 );
103
  $relaxcss = ( isset($_POST['wfu_relaxcss']) ? ( $_POST['wfu_relaxcss'] == "on" ? 1 : 0 ) : 0 );
104
  $mediacustom = ( isset($_POST['wfu_mediacustom']) ? ( $_POST['wfu_mediacustom'] == "on" ? 1 : 0 ) : 0 );
105
  if ( isset($_POST['wfu_basedir']) && isset($_POST['wfu_postmethod']) && isset($_POST['wfu_admindomain']) && isset($_POST['submitform']) ) {
lib/wfu_attributes.php CHANGED
@@ -42,6 +42,14 @@ function wfu_component_definitions() {
42
  "multiplacements" => false,
43
  "help" => "Allows the user to select the upload folder from a dropdown list."
44
  ),
 
 
 
 
 
 
 
 
45
  array(
46
  "id" => "progressbar",
47
  "name" => "Progressbar",
@@ -75,16 +83,17 @@ function wfu_component_definitions() {
75
 
76
  function wfu_category_definitions() {
77
  $cats = array(
78
- "general" => "General",
79
  "placements" => "Placements",
80
- "general" => "General",
81
- "labels" => "Labels",
82
  "notifications" => "Notifications",
83
- "colors" => "Colors",
84
  "dimensions" => "Dimensions",
85
- "general" => "General",
86
- "userdata" => "Additional Fields",
87
- "interoperability" => "Interoperability"
 
88
  );
89
 
90
  return $cats;
@@ -1202,6 +1211,48 @@ function wfu_attribute_definitions() {
1202
  "variables" => array("%filename%", "%filepath%"),
1203
  "help" => "This is the message that will be shown while file is uploading."
1204
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  array(
1206
  "name" => "Required Fields Suffix",
1207
  "attribute" => "requiredlabel",
@@ -1468,6 +1519,132 @@ function wfu_attribute_definitions() {
1468
  "variables" => null,
1469
  "help" => "If enabled then the uploaded files will be added to the current post as attachments. Please note that the upload path must be inside the wp-content/uploads directory (which is the default upload path)."
1470
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1471
  null
1472
  );
1473
 
42
  "multiplacements" => false,
43
  "help" => "Allows the user to select the upload folder from a dropdown list."
44
  ),
45
+ array(
46
+ "id" => "webcam",
47
+ "name" => "Webcam",
48
+ "mode" => "commercial",
49
+ "dimensions" => array("webcam/Webcam Box"),
50
+ "multiplacements" => false,
51
+ "help" => "Displays video from the device's webcam. The user can capture and upload screenshots or video streams."
52
+ ),
53
  array(
54
  "id" => "progressbar",
55
  "name" => "Progressbar",
83
 
84
  function wfu_category_definitions() {
85
  $cats = array(
86
+ "general" => "General",
87
  "placements" => "Placements",
88
+ "general" => "General",
89
+ "labels" => "Labels",
90
  "notifications" => "Notifications",
91
+ "colors" => "Colors",
92
  "dimensions" => "Dimensions",
93
+ "general" => "General",
94
+ "userdata" => "Additional Fields",
95
+ "interoperability" => "Interoperability",
96
+ "webcam" => "Webcam"
97
  );
98
 
99
  return $cats;
1211
  "variables" => array("%filename%", "%filepath%"),
1212
  "help" => "This is the message that will be shown while file is uploading."
1213
  ),
1214
+ array(
1215
+ "name" => "Upload Media Button Caption",
1216
+ "attribute" => "uploadmediabutton",
1217
+ "type" => "text",
1218
+ "listitems" => null,
1219
+ "value" => WFU_UPLOADMEDIABUTTON,
1220
+ "mode" => "free",
1221
+ "category" => "labels",
1222
+ "subcategory" => "Webcam Labels",
1223
+ "parent" => "",
1224
+ "dependencies" => null,
1225
+ "variables" => null,
1226
+ "help" => "The caption of the button that starts the upload when media capture from the webcam has been activated."
1227
+ ),
1228
+ array(
1229
+ "name" => "Video Filename",
1230
+ "attribute" => "videoname",
1231
+ "type" => "text",
1232
+ "listitems" => null,
1233
+ "value" => WFU_VIDEONAME,
1234
+ "mode" => "free",
1235
+ "category" => "labels",
1236
+ "subcategory" => "Webcam Labels",
1237
+ "parent" => "",
1238
+ "dependencies" => null,
1239
+ "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
1240
+ "help" => "This is the file name of the captured video file."
1241
+ ),
1242
+ array(
1243
+ "name" => "Image Filename",
1244
+ "attribute" => "imagename",
1245
+ "type" => "text",
1246
+ "listitems" => null,
1247
+ "value" => WFU_IMAGENAME,
1248
+ "mode" => "free",
1249
+ "category" => "labels",
1250
+ "subcategory" => "Webcam Labels",
1251
+ "parent" => "",
1252
+ "dependencies" => null,
1253
+ "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
1254
+ "help" => "This is the file name of the captured image file."
1255
+ ),
1256
  array(
1257
  "name" => "Required Fields Suffix",
1258
  "attribute" => "requiredlabel",
1519
  "variables" => null,
1520
  "help" => "If enabled then the uploaded files will be added to the current post as attachments. Please note that the upload path must be inside the wp-content/uploads directory (which is the default upload path)."
1521
  ),
1522
+ array(
1523
+ "name" => "Enable Webcam",
1524
+ "attribute" => "webcam",
1525
+ "type" => "onoff",
1526
+ "listitems" => null,
1527
+ "value" => WFU_VAR("WFU_WEBCAM"),
1528
+ "mode" => "free",
1529
+ "category" => "webcam",
1530
+ "subcategory" => "Capture from Webcam (experimental)",
1531
+ "parent" => "",
1532
+ "dependencies" => array("webcammode", "audiocapture", "videowidth", "videoheight", "videoaspectratio", "videoframerate", "camerafacing", "maxrecordtime", "uploadmediabutton", "videoname", "imagename"),
1533
+ "variables" => null,
1534
+ "help" => "This enables capturing of video or still pictures from the computer's webcam. It is experimental because it is not supported by all browsers yet."
1535
+ ),
1536
+ array(
1537
+ "name" => "Capture Mode",
1538
+ "attribute" => "webcammode",
1539
+ "type" => "radio",
1540
+ "listitems" => array("capture video", "take photos", "both"),
1541
+ "value" => WFU_VAR("WFU_WEBCAMMODE"),
1542
+ "mode" => "free",
1543
+ "category" => "webcam",
1544
+ "subcategory" => "Capture from Webcam (experimental)",
1545
+ "parent" => "webcam",
1546
+ "dependencies" => null,
1547
+ "variables" => null,
1548
+ "help" => "It defines the webcam capture mode. The webcam can either capture video, still photos or both."
1549
+ ),
1550
+ array(
1551
+ "name" => "Capture Audio",
1552
+ "attribute" => "audiocapture",
1553
+ "type" => "onoff",
1554
+ "listitems" => null,
1555
+ "value" => WFU_VAR("WFU_AUDIOCAPTURE"),
1556
+ "mode" => "free",
1557
+ "category" => "webcam",
1558
+ "subcategory" => "Capture from Webcam (experimental)",
1559
+ "parent" => "webcam",
1560
+ "dependencies" => null,
1561
+ "variables" => null,
1562
+ "help" => "It defines whether audio will be captured together with video from the webcam."
1563
+ ),
1564
+ array(
1565
+ "name" => "Video Width",
1566
+ "attribute" => "videowidth",
1567
+ "type" => "text",
1568
+ "listitems" => null,
1569
+ "value" => WFU_VAR("WFU_VIDEOWIDTH"),
1570
+ "mode" => "free",
1571
+ "category" => "webcam",
1572
+ "subcategory" => "Capture from Webcam (experimental)",
1573
+ "parent" => "webcam",
1574
+ "dependencies" => null,
1575
+ "variables" => null,
1576
+ "help" => "It requests a preferable video width for the webcam. The plugin will try to match this setting as close as possible depending on webcam capabilities."
1577
+ ),
1578
+ array(
1579
+ "name" => "Video Height",
1580
+ "attribute" => "videoheight",
1581
+ "type" => "text",
1582
+ "listitems" => null,
1583
+ "value" => WFU_VAR("WFU_VIDEOHEIGHT"),
1584
+ "mode" => "free",
1585
+ "category" => "webcam",
1586
+ "subcategory" => "Capture from Webcam (experimental)",
1587
+ "parent" => "webcam",
1588
+ "dependencies" => null,
1589
+ "variables" => null,
1590
+ "help" => "It requests a preferable video height for the webcam. The plugin will try to match this setting as close as possible depending on webcam capabilities."
1591
+ ),
1592
+ array(
1593
+ "name" => "Video Aspect Ratio",
1594
+ "attribute" => "videoaspectratio",
1595
+ "type" => "text",
1596
+ "listitems" => null,
1597
+ "value" => WFU_VAR("WFU_VIDEOASPECTRATIO"),
1598
+ "mode" => "free",
1599
+ "category" => "webcam",
1600
+ "subcategory" => "Capture from Webcam (experimental)",
1601
+ "parent" => "webcam",
1602
+ "dependencies" => null,
1603
+ "variables" => null,
1604
+ "help" => "It requests a preferable video aspect ratio for the webcam. The plugin will try to match this setting as close as possible depending on webcam capabilities."
1605
+ ),
1606
+ array(
1607
+ "name" => "Video Frame Rate",
1608
+ "attribute" => "videoframerate",
1609
+ "type" => "text",
1610
+ "listitems" => null,
1611
+ "value" => WFU_VAR("WFU_VIDEOFRAMERATE"),
1612
+ "mode" => "free",
1613
+ "category" => "webcam",
1614
+ "subcategory" => "Capture from Webcam (experimental)",
1615
+ "parent" => "webcam",
1616
+ "dependencies" => null,
1617
+ "variables" => null,
1618
+ "help" => "It requests a preferable video frame rate for video recording. The plugin will try to match this setting as close as possible depending on webcam capabilities."
1619
+ ),
1620
+ array(
1621
+ "name" => "Camera Facing Mode",
1622
+ "attribute" => "camerafacing",
1623
+ "type" => "radio",
1624
+ "listitems" => array("any", "front", "back"),
1625
+ "value" => WFU_VAR("WFU_CAMERAFACING"),
1626
+ "mode" => "free",
1627
+ "category" => "webcam",
1628
+ "subcategory" => "Capture from Webcam (experimental)",
1629
+ "parent" => "webcam",
1630
+ "dependencies" => null,
1631
+ "variables" => null,
1632
+ "help" => "It defines if the front or back camera will be preferred (for mobile devices with 2 cameras). The plugin will try to match this setting depending on webcam capabilities."
1633
+ ),
1634
+ array(
1635
+ "name" => "Max Record Time",
1636
+ "attribute" => "maxrecordtime",
1637
+ "type" => "integer",
1638
+ "listitems" => null,
1639
+ "value" => WFU_VAR("WFU_MAXRECORDTIME"),
1640
+ "mode" => "free",
1641
+ "category" => "webcam",
1642
+ "subcategory" => "Capture from Webcam (experimental)",
1643
+ "parent" => "webcam",
1644
+ "dependencies" => null,
1645
+ "variables" => null,
1646
+ "help" => "It defines the maximum time of video recording (in seconds). If it is set to -1, then there is no time limit."
1647
+ ),
1648
  null
1649
  );
1650
 
lib/wfu_blocks.php CHANGED
@@ -211,6 +211,70 @@ function wfu_prepare_submit_block($params, $additional_params, $occurrence_index
211
  }
212
 
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  /* Prepare the progress bar */
215
  function wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index) {
216
  $sid = $params["uploadid"];
211
  }
212
 
213
 
214
+ /* Prepare the webcam */
215
+ function wfu_prepare_webcam_block($params, $additional_params, $occurrence_index) {
216
+ $sid = $params["uploadid"];
217
+ $widths = $additional_params['widths'];
218
+ $heights = $additional_params['heights'];
219
+ $webcam = 'webcam_'.$sid;
220
+
221
+ $webcam_item["title"] = 'wordpress_file_upload_webcam_'.$sid;
222
+ $webcam_item["hidden"] = false;
223
+ $webcam_item["width"] = "";
224
+ $styles = "";
225
+ if ( $widths["webcam"] != "" ) $styles .= 'width: '.$widths["webcam"].'; ';
226
+ if ( $heights["webcam"] != "" ) $styles .= 'height: '.$heights["webcam"].'; ';
227
+ if ( $styles != "" ) $styles = ' style="'.$styles.'"';
228
+ $i = 1;
229
+ $webcam_item["line".$i++] = '<div id="'.$webcam.'" class="wfu_file_webcam"'.$styles.'>';
230
+ $webcam_item["line".$i++] = "\t".'<div id="'.$webcam.'_inner" class="wfu_file_webcam_inner">';
231
+ $webcam_item["line".$i++] = "\t\t".'<label id="'.$webcam.'_notsupported" class="wfu_webcam_notsupported_label" style="display:none;">'.WFU_ERROR_WEBCAM_NOTSUPPORTED.'</label>';
232
+ $webcam_item["line".$i++] = "\t\t".'<img id="'.$webcam.'_btns" src="'.WFU_IMAGE_MEDIA_BUTTONS.'" style="display:none;" />';
233
+ $webcam_item["line".$i++] = "\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_onoff" class="wfu_file_webcam_btn wfu_file_webcam_btn_onoff" onclick="wfu_webcam_onoff('.$sid.');" style="display:none;"><use xlink:href="#power-standby"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_TURNONOFF_BTN.'</title></rect></svg>';
234
+ $webcam_item["line".$i++] = "\t\t".'<img id="'.$webcam.'_screenshot" style="display:none; position:absolute; width:100%; height:100%;" />';
235
+ $webcam_item["line".$i++] = "\t\t".'<canvas id="'.$webcam.'_canvas" style="display:none;"></canvas>';
236
+ $webcam_item["line".$i++] = "\t\t".'<video autoplay="true" id="'.$webcam.'_box" class="wfu_file_webcam_box">'.WFU_ERROR_WEBCAM_NOTSUPPORTED.'</video>';
237
+
238
+ $webcam_item["line".$i++] = "\t\t".'<div class="wfu_file_webcam_nav_container">';
239
+ $webcam_item["line".$i++] = "\t\t\t".'<div id="'.$webcam.'_nav" class="wfu_file_webcam_nav wfu_rec_ready" style="display:none;">';
240
+ $webcam_item["line".$i++] = "\t\t\t\t".'<input id="'.$webcam.'_btns_converted" type="hidden" value="" />';
241
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_video" class="wfu_file_webcam_btn wfu_file_webcam_btn_video" onclick="wfu_webcam_golive('.$sid.');"><use xlink:href="#video"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_GOLIVE_BTN.'</title></rect></svg>';
242
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_record" class="wfu_file_webcam_btn wfu_file_webcam_btn_record" onclick="wfu_webcam_start_rec('.$sid.');"><use xlink:href="#media-record"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_RECVIDEO_BTN.'</title></rect></svg>';
243
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_stop" class="wfu_file_webcam_btn wfu_file_webcam_btn_stop" onclick="wfu_webcam_stop_rec('.$sid.');"><use xlink:href="#media-stop"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_STOPREC_BTN.'</title></rect></svg>';
244
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_play" class="wfu_file_webcam_btn wfu_file_webcam_btn_play" onclick="wfu_webcam_play('.$sid.');"><use xlink:href="#media-play"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_PLAY_BTN.'</title></rect></svg>';
245
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_pause" class="wfu_file_webcam_btn wfu_file_webcam_btn_pause" onclick="wfu_webcam_pause('.$sid.');"><use xlink:href="#media-pause"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_PAUSE_BTN.'</title></rect></svg>';
246
+ $webcam_item["line".$i++] = "\t\t\t\t".'<div id="'.$webcam.'_btn_pos" class="wfu_file_webcam_btn_pos">';
247
+ $webcam_item["line".$i++] = "\t\t\t\t\t".'<svg viewBox="0 0 8 8" class="wfu_file_webcam_btn_bar" preserveAspectRatio="none"><use xlink:href="#minus"></use></svg>';
248
+ $webcam_item["line".$i++] = "\t\t\t\t\t".'<svg viewBox="1 1 6 6" id="'.$webcam.'_btn_pointer" class="wfu_file_webcam_btn_pointer" preserveAspectRatio="none"><use xlink:href="#media-stop" transform="rotate(0)"></use></svg>';
249
+ $webcam_item["line".$i++] = "\t\t\t\t".'</div>';
250
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_back" class="wfu_file_webcam_btn wfu_file_webcam_btn_back" onclick="wfu_webcam_back('.$sid.');"><use xlink:href="#media-skip-backward"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_GOBACK_BTN.'</title></rect></svg>';
251
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_fwd" class="wfu_file_webcam_btn wfu_file_webcam_btn_fwd" onclick="wfu_webcam_fwd('.$sid.');"><use xlink:href="#media-skip-forward"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_GOFWD_BTN.'</title></rect></svg>';
252
+ $webcam_item["line".$i++] = "\t\t\t\t".'<svg viewBox="0 0 8 8" id="'.$webcam.'_btn_picture" class="wfu_file_webcam_btn wfu_file_webcam_btn_picture" onclick="wfu_webcam_take_picture('.$sid.');"><use xlink:href="#aperture"></use><rect width="8" height="8" fill="transparent"><title>'.WFU_WEBCAM_TAKEPIC_BTN.'</title></rect></svg>';
253
+ $webcam_item["line".$i++] = "\t\t\t\t".'<div id="'.$webcam.'_btn_time" class="wfu_file_webcam_btn_time">';
254
+ $webcam_item["line".$i++] = "\t\t\t\t\t".'<table class="wfu_file_webcam_btn_time_tb"><tbody><tr class="wfu_file_webcam_btn_time_tr"><td class="wfu_file_webcam_btn_time_td">';
255
+ $webcam_item["line".$i++] = "\t\t\t\t\t\t".'<label id="'.$webcam.'_btn_time_label">00:00</label>';
256
+ $webcam_item["line".$i++] = "\t\t\t\t".'</td></tr></tbody></table>';
257
+ $webcam_item["line".$i++] = "\t\t\t\t".'</div>';
258
+ $webcam_item["line".$i++] = "\t\t\t\t".'<input id="'.$webcam.'_video_notsupported" type="hidden" value="'.WFU_ERROR_WEBCAM_VIDEO_NOTSUPPORTED.'" />';
259
+ $webcam_item["line".$i++] = "\t\t\t\t".'<input id="'.$webcam.'_video_nothingrecorded" type="hidden" value="'.WFU_ERROR_WEBCAM_VIDEO_NOTHINGRECORDED.'" />';
260
+ $webcam_item["line".$i++] = "\t\t\t".'</div>';
261
+ $webcam_item["line".$i++] = "\t\t".'</div>';
262
+
263
+ $webcam_item["line".$i++] = "\t\t".'<div id="'.$webcam.'_webcamoff" class="wfu_file_webcam_off" style="display:none;">';
264
+ $webcam_item["line".$i++] = "\t\t\t".'<svg viewBox="-2 -2 12 12"><use xlink:href="#video"></use></svg>';
265
+ $webcam_item["line".$i++] = "\t\t\t".'<img id="'.$webcam.'_webcamoff_img" src="" />';
266
+ $webcam_item["line".$i++] = "\t\t".'</div>';
267
+ $webcam_item["line".$i++] = "\t".'</div>';
268
+ $webcam_item["line".$i++] = "\t".'<script type="text/javascript" src="https://webrtc.github.io/adapter/adapter-latest.js"></script>';
269
+ $webcam_item["line".$i++] = "\t".'<script type="text/javascript">';
270
+ $webcam_item["line".$i++] = "\t\t".'var wfu_initialize_webcam_loader_'.$sid.' = function() { wfu_initialize_webcam('.$sid.', "'.$params["webcammode"].'", "'.$params["audiocapture"].'", "'.$params["videowidth"].'", "'.$params["videoheight"].'", "'.$params["videoaspectratio"].'", "'.$params["videoframerate"].'", "'.$params["camerafacing"].'", '.$params["maxrecordtime"].'); }';
271
+ $webcam_item["line".$i++] = "\t\t".'if(window.addEventListener) { window.addEventListener("load", wfu_initialize_webcam_loader_'.$sid.', false); } else if(window.attachEvent) { window.attachEvent("onload", wfu_initialize_webcam_loader_'.$sid.'); } else { window["onload"] = wfu_initialize_webcam_loader_'.$sid.'; }';
272
+ $webcam_item["line".$i++] = "\t".'</script>';
273
+ $webcam_item["line".$i++] = '</div>';
274
+
275
+ return $webcam_item;
276
+ }
277
+
278
  /* Prepare the progress bar */
279
  function wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index) {
280
  $sid = $params["uploadid"];
lib/wfu_constants.php CHANGED
@@ -15,6 +15,9 @@ DEFINE("WFU_ERRORMESSAGE", __('File %filename% not uploaded', 'wp-file-upload'))
15
  DEFINE("WFU_WAITMESSAGE", __('File %filename% is being uploaded', 'wp-file-upload'));
16
  DEFINE("WFU_USERDATALABEL", __('Your message', 'wp-file-upload')."|t:text|s:left|r:0|a:0|p:inline|d:");
17
  DEFINE("WFU_CAPTCHAPROMPT", __('Please fill in the above words: ', 'wp-file-upload'));
 
 
 
18
  //browser default values
19
  DEFINE("WFU_FILETITLE", __('File', 'wp-file-upload'));
20
  DEFINE("WFU_DATETITLE", __('Date', 'wp-file-upload'));
@@ -83,6 +86,9 @@ DEFINE("WFU_ERROR_USERDATARADIO_NOTSELECTED", __("no option selected!", "wp-file
83
  DEFINE("WFU_ERROR_USERDATALIST_NOITEMSELECTED", __("no item selected!", "wp-file-upload"));
84
  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"));
85
  DEFINE("WFU_ERROR_PAGE_OBSOLETE", __("Cannot edit the shortcode because the page has been modified. Please reload the page.", "wp-file-upload"));
 
 
 
86
  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"));
87
  DEFINE("WFU_ERROR_CAPTCHA_MULTIPLE_NOTALLOWED", __("ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please notify administrator.", "wp-file-upload"));
88
  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"));
@@ -180,6 +186,16 @@ DEFINE("WFU_PAGE_PLUGINEDITOR_BUTTONTITLE", __("Open visual shortcode editor in
180
  DEFINE("WFU_PAGE_PLUGINEDITOR_LOADING", __("loading visual editor", "wp-file-upload"));
181
  DEFINE("WFU_CONFIRM_CLEARFILES", __("Clear file list?", "wp-file-upload"));
182
  DEFINE("WFU_DROP_HERE_MESSAGE", __('DROP HERE', 'wp-file-upload'));
 
 
 
 
 
 
 
 
 
 
183
  //widget values
184
  DEFINE("WFU_WIDGET_PLUGINFORM_TITLE", __('Wordpress File Upload Form', 'wp-file-upload'));
185
  DEFINE("WFU_WIDGET_PLUGINFORM_DESCRIPTION", __('Wordpress File Upload plugin uploader for sidebars', 'wp-file-upload'));
@@ -229,7 +245,16 @@ $GLOBALS["WFU_GLOBALS"] = array(
229
  "WFU_PLACEMENTS" => array( "Default Element Placements", "string", "title/filename+selectbutton+uploadbutton/subfolders"."/userdata"."/message", "The default placements of the elements of the uploader shortcode. Check plugin's support page for syntax." ),
230
  "WFU_USERDATA" => array( "Default User Fields State", "string", "false", "The default state of custom user fields of the uploader shortcode. It can be 'true' or 'false'." ),
231
  "WFU_MEDIALINK" => array( "Default Add to Media State", "string", "false", "The default state for adding files to Media of the uploader shortcode. It can be 'true' or 'false'." ),
232
- "WFU_POSTLINK" => array( "Default Attachment to Post State", "string", "false", "The default state for attaching files to current post of the uploader shortcode. It can be 'true' or 'false'." )
 
 
 
 
 
 
 
 
 
233
  );
234
  //other plugin values
235
  $GLOBALS["WFU_GLOBALS"] += array(
@@ -290,6 +315,7 @@ DEFINE("WFU_IMAGE_SIMPLE_PROGBAR", $siteurl.WPFILEUPLOAD_DIR.'images/progbar.gif
290
  DEFINE("WFU_IMAGE_OVERLAY_EDITOR", $siteurl.WPFILEUPLOAD_DIR.'images/pencil.svg');
291
  DEFINE("WFU_IMAGE_OVERLAY_LOADING", $siteurl.WPFILEUPLOAD_DIR.'images/loading_icon.gif');
292
  DEFINE("WFU_IMAGE_FILE_CANCEL", $siteurl.WPFILEUPLOAD_DIR.'images/cancel_16.png');
 
293
  DEFINE("WFU_IMAGE_VERSION_COMPARISON", $siteurl.WPFILEUPLOAD_DIR.'images/Version Comparison.png');
294
 
295
  function wfu_set_javascript_constants() {
15
  DEFINE("WFU_WAITMESSAGE", __('File %filename% is being uploaded', 'wp-file-upload'));
16
  DEFINE("WFU_USERDATALABEL", __('Your message', 'wp-file-upload')."|t:text|s:left|r:0|a:0|p:inline|d:");
17
  DEFINE("WFU_CAPTCHAPROMPT", __('Please fill in the above words: ', 'wp-file-upload'));
18
+ DEFINE("WFU_UPLOADMEDIABUTTON", __('Upload Media', 'wp-file-upload'));
19
+ DEFINE("WFU_VIDEONAME", __('videostream', 'wp-file-upload'));
20
+ DEFINE("WFU_IMAGENAME", __('screenshot', 'wp-file-upload'));
21
  //browser default values
22
  DEFINE("WFU_FILETITLE", __('File', 'wp-file-upload'));
23
  DEFINE("WFU_DATETITLE", __('Date', 'wp-file-upload'));
86
  DEFINE("WFU_ERROR_USERDATALIST_NOITEMSELECTED", __("no item selected!", "wp-file-upload"));
87
  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"));
88
  DEFINE("WFU_ERROR_PAGE_OBSOLETE", __("Cannot edit the shortcode because the page has been modified. Please reload the page.", "wp-file-upload"));
89
+ DEFINE("WFU_ERROR_WEBCAM_NOTSUPPORTED", __("Your browser does not support webcam capture!", "wp-file-upload"));
90
+ DEFINE("WFU_ERROR_WEBCAM_VIDEO_NOTSUPPORTED", __("Your browser does not support video recording from the webcam!", "wp-file-upload"));
91
+ DEFINE("WFU_ERROR_WEBCAM_VIDEO_NOTHINGRECORDED", __("No video was recorded!", "wp-file-upload"));
92
  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"));
93
  DEFINE("WFU_ERROR_CAPTCHA_MULTIPLE_NOTALLOWED", __("ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please notify administrator.", "wp-file-upload"));
94
  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"));
186
  DEFINE("WFU_PAGE_PLUGINEDITOR_LOADING", __("loading visual editor", "wp-file-upload"));
187
  DEFINE("WFU_CONFIRM_CLEARFILES", __("Clear file list?", "wp-file-upload"));
188
  DEFINE("WFU_DROP_HERE_MESSAGE", __('DROP HERE', 'wp-file-upload'));
189
+ //webcam values
190
+ DEFINE("WFU_WEBCAM_RECVIDEO_BTN", __('record video', 'wp-file-upload'));
191
+ DEFINE("WFU_WEBCAM_TAKEPIC_BTN", __('take a picture', 'wp-file-upload'));
192
+ DEFINE("WFU_WEBCAM_TURNONOFF_BTN", __('turn webcam on/off', 'wp-file-upload'));
193
+ DEFINE("WFU_WEBCAM_GOLIVE_BTN", __('go live again', 'wp-file-upload'));
194
+ DEFINE("WFU_WEBCAM_STOPREC_BTN", __('end recording', 'wp-file-upload'));
195
+ DEFINE("WFU_WEBCAM_PLAY_BTN", __('play', 'wp-file-upload'));
196
+ DEFINE("WFU_WEBCAM_PAUSE_BTN", __('pause', 'wp-file-upload'));
197
+ DEFINE("WFU_WEBCAM_GOBACK_BTN", __('go to the beginning', 'wp-file-upload'));
198
+ DEFINE("WFU_WEBCAM_GOFWD_BTN", __('go to the end', 'wp-file-upload'));
199
  //widget values
200
  DEFINE("WFU_WIDGET_PLUGINFORM_TITLE", __('Wordpress File Upload Form', 'wp-file-upload'));
201
  DEFINE("WFU_WIDGET_PLUGINFORM_DESCRIPTION", __('Wordpress File Upload plugin uploader for sidebars', 'wp-file-upload'));
245
  "WFU_PLACEMENTS" => array( "Default Element Placements", "string", "title/filename+selectbutton+uploadbutton/subfolders"."/userdata"."/message", "The default placements of the elements of the uploader shortcode. Check plugin's support page for syntax." ),
246
  "WFU_USERDATA" => array( "Default User Fields State", "string", "false", "The default state of custom user fields of the uploader shortcode. It can be 'true' or 'false'." ),
247
  "WFU_MEDIALINK" => array( "Default Add to Media State", "string", "false", "The default state for adding files to Media of the uploader shortcode. It can be 'true' or 'false'." ),
248
+ "WFU_POSTLINK" => array( "Default Attachment to Post State", "string", "false", "The default state for attaching files to current post of the uploader shortcode. It can be 'true' or 'false'." ),
249
+ "WFU_WEBCAM" => array( "Default Webcam State", "string", "false", "The default state for webcam capture. It can be 'true' or 'false'." ),
250
+ "WFU_AUDIOCAPTURE" => array( "Default Capture Audio State", "string", "false", "The default state of audio capture. If it is set to 'true' then audio will be captured, together with video from the webcam. It can be 'true' or 'false'." ),
251
+ "WFU_WEBCAMMODE" => array( "Default Webcam Mode", "string", "capture video", "The default webcam capture mode. It can be 'capture video', 'take photos' or 'both'." ),
252
+ "WFU_VIDEOWIDTH" => array( "Default Video Width", "string", "", "The default preferable video width for webcam capture. It can be any positive integer in pixels." ),
253
+ "WFU_VIDEOHEIGHT" => array( "Default Video Height", "string", "", "The default preferable video height for webcam capture. It can be any positive integer in pixels." ),
254
+ "WFU_VIDEOASPECTRATIO" => array( "Default Video Aspect Ratio", "string", "", "The default preferable video aspect ratio for webcam video capture. It can be any positive value." ),
255
+ "WFU_VIDEOFRAMERATE" => array( "Default Video Frame Rate", "string", "", "The default preferable video frame rate for webcam video capture. It can be any positive value in frames/sec." ),
256
+ "WFU_CAMERAFACING" => array( "Default Camera Facing Mode", "string", "any", "The default preferable camera to be used for video/screenshot capture. It can be 'any', 'front' or 'back'." ),
257
+ "WFU_MAXRECORDTIME" => array( "Default Maximum Record Time", "string", "10", "The default maximum video recording time in seconds. The default value is 10 seconds." )
258
  );
259
  //other plugin values
260
  $GLOBALS["WFU_GLOBALS"] += array(
315
  DEFINE("WFU_IMAGE_OVERLAY_EDITOR", $siteurl.WPFILEUPLOAD_DIR.'images/pencil.svg');
316
  DEFINE("WFU_IMAGE_OVERLAY_LOADING", $siteurl.WPFILEUPLOAD_DIR.'images/loading_icon.gif');
317
  DEFINE("WFU_IMAGE_FILE_CANCEL", $siteurl.WPFILEUPLOAD_DIR.'images/cancel_16.png');
318
+ DEFINE("WFU_IMAGE_MEDIA_BUTTONS", $siteurl.WPFILEUPLOAD_DIR.'images/open-iconic.svg');
319
  DEFINE("WFU_IMAGE_VERSION_COMPARISON", $siteurl.WPFILEUPLOAD_DIR.'images/Version Comparison.png');
320
 
321
  function wfu_set_javascript_constants() {
lib/wfu_functions.php CHANGED
@@ -295,6 +295,7 @@ function wfu_encode_plugin_options($plugin_options) {
295
  $encoded_options .= 'hashfiles='.( isset($plugin_options['hashfiles']) ? $plugin_options['hashfiles'] : "" ).';';
296
  $encoded_options .= 'basedir='.( isset($plugin_options['basedir']) ? wfu_plugin_encode_string($plugin_options['basedir']) : "" ).';';
297
  $encoded_options .= 'postmethod='.( isset($plugin_options['postmethod']) ? $plugin_options['postmethod'] : "" ).';';
 
298
  $encoded_options .= 'relaxcss='.( isset($plugin_options['relaxcss']) ? $plugin_options['relaxcss'] : "" ).';';
299
  $encoded_options .= 'admindomain='.( isset($plugin_options['admindomain']) ? $plugin_options['admindomain'] : "" ).';';
300
  $encoded_options .= 'mediacustom='.( isset($plugin_options['mediacustom']) ? $plugin_options['mediacustom'] : "" ).';';
@@ -311,6 +312,7 @@ function wfu_decode_plugin_options($encoded_options) {
311
  $plugin_options['hashfiles'] = "";
312
  $plugin_options['basedir'] = "";
313
  $plugin_options['postmethod'] = "";
 
314
  $plugin_options['relaxcss'] = "";
315
  $plugin_options['admindomain'] = "";
316
  $plugin_options['mediacustom'] = "";
@@ -385,6 +387,15 @@ function wfu_compare_versions($current, $latest) {
385
 
386
  //********************* File / Directory Functions ************************************************************************************************
387
 
 
 
 
 
 
 
 
 
 
388
  function wfu_basename($path) {
389
  if ( !$path || $path == "" ) return "";
390
  return preg_replace('/.*(\\\\|\\/)/', '', $path);
@@ -1512,6 +1523,22 @@ function wfu_decode_dimensions($dimensions_str) {
1512
  return $dimensions;
1513
  }
1514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1515
  //********************* Plugin Design Functions ********************************************************************************************
1516
 
1517
  function wfu_add_div() {
295
  $encoded_options .= 'hashfiles='.( isset($plugin_options['hashfiles']) ? $plugin_options['hashfiles'] : "" ).';';
296
  $encoded_options .= 'basedir='.( isset($plugin_options['basedir']) ? wfu_plugin_encode_string($plugin_options['basedir']) : "" ).';';
297
  $encoded_options .= 'postmethod='.( isset($plugin_options['postmethod']) ? $plugin_options['postmethod'] : "" ).';';
298
+ $encoded_options .= 'modsecurity='.( isset($plugin_options['modsecurity']) ? $plugin_options['modsecurity'] : "" ).';';
299
  $encoded_options .= 'relaxcss='.( isset($plugin_options['relaxcss']) ? $plugin_options['relaxcss'] : "" ).';';
300
  $encoded_options .= 'admindomain='.( isset($plugin_options['admindomain']) ? $plugin_options['admindomain'] : "" ).';';
301
  $encoded_options .= 'mediacustom='.( isset($plugin_options['mediacustom']) ? $plugin_options['mediacustom'] : "" ).';';
312
  $plugin_options['hashfiles'] = "";
313
  $plugin_options['basedir'] = "";
314
  $plugin_options['postmethod'] = "";
315
+ $plugin_options['modsecurity'] = "";
316
  $plugin_options['relaxcss'] = "";
317
  $plugin_options['admindomain'] = "";
318
  $plugin_options['mediacustom'] = "";
387
 
388
  //********************* File / Directory Functions ************************************************************************************************
389
 
390
+ function wfu_fileext($basename, $with_dot = false) {
391
+ if ( $with_dot ) return preg_replace("/^.*?(\.[^.]*)?$/", "$1", $basename);
392
+ else return preg_replace("/^.*?(\.([^.]*))?$/", "$2", $basename);
393
+ }
394
+
395
+ function wfu_filename($basename) {
396
+ return preg_replace("/^(.*?)(\.[^.]*)?$/", "$1", $basename);
397
+ }
398
+
399
  function wfu_basename($path) {
400
  if ( !$path || $path == "" ) return "";
401
  return preg_replace('/.*(\\\\|\\/)/', '', $path);
1523
  return $dimensions;
1524
  }
1525
 
1526
+ function wfu_placements_remove_item($placements, $item) {
1527
+ $itemplaces = explode("/", $placements);
1528
+ $newplacements = array();
1529
+ foreach ( $itemplaces as $section ) {
1530
+ $items_in_section = explode("+", trim($section));
1531
+ $newsection = array();
1532
+ foreach ( $items_in_section as $item_in_section ) {
1533
+ $item_in_section = strtolower(trim($item_in_section));
1534
+ if ( $item_in_section != "" && $item_in_section != $item ) array_push($newsection, $item_in_section);
1535
+ }
1536
+ if ( count($newsection) > 0 ) array_push($newplacements, implode("+", $newsection));
1537
+ }
1538
+ if ( count($newplacements) > 0 ) return implode("/", $newplacements);
1539
+ else return "";
1540
+ }
1541
+
1542
  //********************* Plugin Design Functions ********************************************************************************************
1543
 
1544
  function wfu_add_div() {
lib/wfu_processfiles.php CHANGED
@@ -120,6 +120,24 @@ function wfu_process_files($params, $method) {
120
  }
121
  }
122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  if ( $files_count == 1 ) {
124
 
125
  foreach ( $_FILES[$uploadedfile] as $key => $prop )
120
  }
121
  }
122
 
123
+ /* if webcam uploads are enabled, then correct the filename */
124
+ if ( strpos($params["placements"], "webcam") !== false && $params["webcam"] == "true" ) {
125
+ $initial_file_name = $_FILES[$uploadedfile]['name'];
126
+ $dotfileext = wfu_fileext($initial_file_name, true);
127
+ $file_name = wfu_filename($initial_file_name);
128
+ if ( $file_name == "video" ) $file_name = $params["videoname"];
129
+ else $file_name = $params["imagename"];
130
+ $search = array ('/%userid%/', '/%username%/', '/%blogid%/', '/%pageid%/', '/%pagetitle%/');
131
+ $replace = array ($user_id, $user_login, $params['blogid'], $params['pageid'], get_the_title($params['pageid']));
132
+ foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
133
+ $ind = 1 + $userdata_key;
134
+ array_push($search, '/%userdata'.$ind.'%/');
135
+ array_push($replace, $userdata_field["value"]);
136
+ }
137
+ $file_name = preg_replace($search, $replace, $file_name);
138
+ $_FILES[$uploadedfile]['name'] = $file_name.$dotfileext;
139
+ }
140
+
141
  if ( $files_count == 1 ) {
142
 
143
  foreach ( $_FILES[$uploadedfile] as $key => $prop )
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.4.1
7
  Stable tag: "trunk"
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -18,6 +18,8 @@ Simply put the shortcode [wordpress_file_upload] to the contents of any WordPres
18
 
19
  You can add custom fields to submit additional data together with the uploaded file.
20
 
 
 
21
  The plugin includes a file browser to access and manage the uploaded files from the Dashboard (only for admins currently).
22
 
23
  Several filters and actions before and after file upload enable extension of its capabilities.
@@ -26,6 +28,7 @@ The characteristics of the plugin are:
26
 
27
  * It uses the latest HTML5 technology, however it will also work with old browsers and mobile phones.
28
  * It can be added in posts, pages or sidebars (as a widget).
 
29
  * It supports additional form fields (like checkboxes, text fields, email fields, dropdown lists etc).
30
  * It produces notification messages and e-mails.
31
  * It supports selection of destination folder from a list of subfolders.
@@ -134,6 +137,16 @@ There is an option in plugin's settings in Dashboard to relax the CSS rules, so
134
 
135
  == Changelog ==
136
 
 
 
 
 
 
 
 
 
 
 
137
  = 3.7.3 =
138
  * improved filename sanitization function
139
  * added Chinese translation by Yingjun Li
@@ -560,6 +573,9 @@ Initial version.
560
 
561
  == Upgrade Notice ==
562
 
 
 
 
563
  = 3.7.3 =
564
  Upgrade to introduce some improvements and new languages.
565
 
@@ -783,5 +799,4 @@ Please visit the [support page](http://www.iptanus.com/support/wordpress-file-up
783
  == Requirements ==
784
 
785
  The plugin requires to have Javascript enabled in your browser. For Internet Explorer you also need to have Active-X enabled.
786
- Please note that old desktop browsers or mobile browsers may not support all of the plugin's features. In order to get full functionality use the latest versions of browsers, supporting HTML5, AJAX and CSS3.
787
-
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.2
7
  Stable tag: "trunk"
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
18
 
19
  You can add custom fields to submit additional data together with the uploaded file.
20
 
21
+ You can use it to capture screenshots or video from your webcam and upload it to the website (for browsers that support this feature).
22
+
23
  The plugin includes a file browser to access and manage the uploaded files from the Dashboard (only for admins currently).
24
 
25
  Several filters and actions before and after file upload enable extension of its capabilities.
28
 
29
  * It uses the latest HTML5 technology, however it will also work with old browsers and mobile phones.
30
  * It can be added in posts, pages or sidebars (as a widget).
31
+ * It can capture and upload screenshots or video from the device's camera.
32
  * It supports additional form fields (like checkboxes, text fields, email fields, dropdown lists etc).
33
  * It produces notification messages and e-mails.
34
  * It supports selection of destination folder from a list of subfolders.
137
 
138
  == Changelog ==
139
 
140
+ = 3.8.0 =
141
+ * added webcam option that enables webcam capture functionality
142
+ * added webcammode atribute to define capture mode (screenshots, video or both)
143
+ * added audiocapture attribute to define if audio will be captured together with video
144
+ * added videowidth, videoheight, videoaspectratio and videoframerate attributes to constrain video dimensions and frame rate
145
+ * added camerafacing attribute to define the camera source (front or back)
146
+ * added maxrecordtime attribute to define the maximum record time of video
147
+ * added uploadmediabutton, videoname and imagename attributes to define custom webcam-related labels
148
+ * fixed bug that strips non-latin characters from filename when downloading files
149
+
150
  = 3.7.3 =
151
  * improved filename sanitization function
152
  * added Chinese translation by Yingjun Li
573
 
574
  == Upgrade Notice ==
575
 
576
+ = 3.8.0 =
577
+ Significant upgrade to introduce some new features and fix some bugs.
578
+
579
  = 3.7.3 =
580
  Upgrade to introduce some improvements and new languages.
581
 
799
  == Requirements ==
800
 
801
  The plugin requires to have Javascript enabled in your browser. For Internet Explorer you also need to have Active-X enabled.
802
+ Please note that old desktop browsers or mobile browsers may not support all of the plugin's features. In order to get full functionality use the latest versions of browsers, supporting HTML5, AJAX and CSS3.
 
release_notes.txt CHANGED
@@ -1,3 +1,3 @@
1
- <span><strong>Latest release notes: </strong>This release introduces an improvement in <strong>filename sanitization</strong>. Before a file is uploaded its name is checked for invalid characters and corrected (sanitized). Now the plugin uses native Wordpress functions to sanitize the filename. It uses two sanitization modes, a <em>'loose'</em> one that only strips invalid characters and a <em>'strict'</em> one (default) that also converts non-latin characters to latin. Mode is defined by <em>'Filename Sanitization Mode'</em> environment variable. Furthermore this release introduces <strong>Chinese translation</strong>, kindly provided by <strong>Yingjun Li</strong>
2
 
3
  For more details about this version's changes please visit the Release Notes of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span>
1
+ <span><strong>Latest release notes: </strong>This release introduces <strong>webcam</strong> support, both for Free and Professional version. Now users can display live video from their device's camera into a page, post or sidebar. They can <strong>record video</strong> from the camera or <strong>catch screenshots</strong> and upload them to the website as media files. The plugin offers options for including audio together with video, for defining video resolution, aspect ratio and frame rate and for selecting the camera source (either front or back camera for devices like mobile phones that have more than one camera). </span><span style="text-decoration: underline;">Please note that webcam feature is experimental</span><span>. The underlying technology is not fully supported by all browsers yet. Read this <a href="http://www.iptanus.com/capture-and-upload-from-webcam/">article</a> for learning more and how to use the webcam feature.<!-- --><br /><br />
2
 
3
  For more details about this version's changes please visit the Release Notes of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span>
wfu_file_downloader.php CHANGED
@@ -30,8 +30,7 @@ function wfu_download_file() {
30
  $filepath = wfu_flatten_path($filepath);
31
  if ( substr($filepath, 0, 1) == "/" ) $filepath = substr($filepath, 1);
32
  $filepath = ( substr($filepath, 0, 6) == 'ftp://' || substr($filepath, 0, 7) == 'ftps://' || substr($filepath, 0, 7) == 'sftp://' ? $filepath : $_SESSION['wfu_ABSPATH'].$filepath );
33
- $path_parts = pathinfo($filepath);
34
- $disposition_name = $path_parts["basename"];
35
  $delete_file = false;
36
  }
37
  //reject download of php files for security reasons
30
  $filepath = wfu_flatten_path($filepath);
31
  if ( substr($filepath, 0, 1) == "/" ) $filepath = substr($filepath, 1);
32
  $filepath = ( substr($filepath, 0, 6) == 'ftp://' || substr($filepath, 0, 7) == 'ftps://' || substr($filepath, 0, 7) == 'sftp://' ? $filepath : $_SESSION['wfu_ABSPATH'].$filepath );
33
+ $disposition_name = wfu_basename($filepath);
 
34
  $delete_file = false;
35
  }
36
  //reject download of php files for security reasons
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.7.3
8
  Author: Nickolas Bossinas
9
  Author URI: http://www.iptanus.com
10
  */
@@ -225,6 +225,15 @@ function wordpress_file_upload_function($incomingfromhandler) {
225
  $params['subfoldersarray'] = wfu_get_subfolders_paths($params);
226
 
227
 
 
 
 
 
 
 
 
 
 
228
  //____________________________________________________________________________________________________________________________________________________________________________________
229
 
230
  if ( $params['forceclassic'] != "true" ) {
@@ -302,6 +311,7 @@ function wordpress_file_upload_function($incomingfromhandler) {
302
  elseif ( $item_in_section == "progressbar" ) array_push($section_array, wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index));
303
  elseif ( $item_in_section == "message" ) array_push($section_array, wfu_prepare_message_block($params, $additional_params, $occurrence_index));
304
  elseif ( $item_in_section == "userdata" && $params["userdata"] == "true" ) array_push($section_array, wfu_prepare_userdata_block($params, $additional_params, $occurrence_index));
 
305
  }
306
  }
307
  $wordpress_file_upload_output .= call_user_func_array("wfu_add_div", $section_array);
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.0
8
  Author: Nickolas Bossinas
9
  Author URI: http://www.iptanus.com
10
  */
225
  $params['subfoldersarray'] = wfu_get_subfolders_paths($params);
226
 
227
 
228
+ /* in case that webcam is activated, then some elements related to file
229
+ selection need to be removed */
230
+ if ( strpos($params["placements"], "webcam") !== false && $params["webcam"] == "true" ) {
231
+ $params["placements"] = wfu_placements_remove_item($params["placements"], "filename");
232
+ $params["placements"] = wfu_placements_remove_item($params["placements"], "selectbutton");
233
+ $params["singlebutton"] = "false";
234
+ $params["uploadbutton"] = $params["uploadmediabutton"];
235
+ }
236
+
237
  //____________________________________________________________________________________________________________________________________________________________________________________
238
 
239
  if ( $params['forceclassic'] != "true" ) {
311
  elseif ( $item_in_section == "progressbar" ) array_push($section_array, wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index));
312
  elseif ( $item_in_section == "message" ) array_push($section_array, wfu_prepare_message_block($params, $additional_params, $occurrence_index));
313
  elseif ( $item_in_section == "userdata" && $params["userdata"] == "true" ) array_push($section_array, wfu_prepare_userdata_block($params, $additional_params, $occurrence_index));
314
+ elseif ( $item_in_section == "webcam" && $params["webcam"] == "true" ) array_push($section_array, wfu_prepare_webcam_block($params, $additional_params, $occurrence_index));
315
  }
316
  }
317
  $wordpress_file_upload_output .= call_user_func_array("wfu_add_div", $section_array);