WordPress File Upload - Version 4.16.3

Version Description

  • improved sanitization and escaping of shortcode attributes to avoid XSS attacks
  • file type .svg moved to blacklist to avoid XSS attacks coming from scripts inside SVG files
  • added security check to forbid uploads inside wp-content/plugin directory
  • improved handling of videoname and imagename file uploader shortcode attributes to avoid directory traversal attacks
  • improved /lib and /extensions loader to avoid arbitrary code execution through injected image files
  • all wfu_blocks.php functions became redeclareable
Download this release

Release Info

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

Code changes from version 4.16.2 to 4.16.3

Files changed (39) hide show
  1. css/wordpress_file_upload_adminstyle.css +1 -1
  2. css/wordpress_file_upload_style.css +1 -1
  3. css/wordpress_file_upload_style_relaxed.css +1 -1
  4. css/wordpress_file_upload_style_safe.css +1 -1
  5. languages/wp-file-upload-de_DE.mo +0 -0
  6. languages/wp-file-upload-de_DE.po +243 -185
  7. languages/wp-file-upload-el.mo +0 -0
  8. languages/wp-file-upload-el.po +235 -178
  9. languages/wp-file-upload-en_US.mo +0 -0
  10. languages/wp-file-upload-en_US.po +235 -178
  11. languages/wp-file-upload-es_ES.mo +0 -0
  12. languages/wp-file-upload-es_ES.po +245 -178
  13. languages/wp-file-upload-es_MX.mo +0 -0
  14. languages/wp-file-upload-es_MX.po +245 -178
  15. languages/wp-file-upload-fa_IR.mo +0 -0
  16. languages/wp-file-upload-fa_IR.po +344 -261
  17. languages/wp-file-upload-fr_FR.mo +0 -0
  18. languages/wp-file-upload-fr_FR.po +237 -178
  19. languages/wp-file-upload-it_IT.mo +0 -0
  20. languages/wp-file-upload-it_IT.po +243 -178
  21. languages/wp-file-upload-nl_NL.mo +0 -0
  22. languages/wp-file-upload-nl_NL.po +243 -178
  23. languages/wp-file-upload-pl_PL.mo +0 -0
  24. languages/wp-file-upload-pl_PL.po +237 -178
  25. languages/wp-file-upload-pt_BR.mo +0 -0
  26. languages/wp-file-upload-pt_BR.po +245 -178
  27. languages/wp-file-upload-sr_RS.mo +0 -0
  28. languages/wp-file-upload-sr_RS.po +235 -178
  29. languages/wp-file-upload-sv_SE.mo +0 -0
  30. languages/wp-file-upload-sv_SE.po +245 -178
  31. languages/wp-file-upload-zh_CN.mo +0 -0
  32. languages/wp-file-upload-zh_CN.po +241 -178
  33. lib/wfu_attributes.php +1853 -1853
  34. lib/wfu_blocks.php +854 -817
  35. lib/wfu_constants.php +2 -0
  36. lib/wfu_functions.php +85 -1
  37. lib/wfu_processfiles.php +904 -896
  38. lib/wfu_security.php +241 -205
  39. lib/wfu_template.php +0 -540
css/wordpress_file_upload_adminstyle.css CHANGED
@@ -1 +1 @@
1
- div.wfu_shortcode_container{display:inline-block;position:relative;width:50%;padding:0;margin:0;background:0 0;border:none}textarea.wfu_shortcode{width:100%}div.wfu_container{margin-top:10px}div.wfu_help_container{display:inline-block;position:relative;top:4px;padding:0;margin:0;background:0 0;border:none}div.wfu_help_container img{visibility:hidden}table.wfu_main_table th:hover div.wfu_help_container img{visibility:visible}table.wfu_inner_table th:hover div.wfu_help_container img{visibility:visible}div.wfu_restore_container{display:inline-block;position:relative;top:4px;padding:0;margin:0;background:0 0;border:none}div.wfu_restore_container img{visibility:hidden}table.wfu_main_table th:hover div.wfu_restore_container img{visibility:visible}table.wfu_inner_table th:hover div.wfu_restore_container img{visibility:visible}div.wfu_td_div{display:block;position:relative;width:100%;height:100%;padding:0;margin:0;background:0 0;border:none}div.wfu_container input.wfu_long_text{width:100%}div.wfu_container input.wfu_short_text{width:60px}div.wfu_container input{width:200px}div.wfu_container input[type=checkbox]{width:auto}div.wfu_container textarea{width:100%}table.wfu_main_table{table-layout:fixed}table.wfu_main_table tr:nth-child(odd){background-color:#f4f4f4}table.wfu_main_table tr:nth-child(even){background-color:transparent}table.wfu_main_table table.wfu_inner_table tr{background-color:transparent}table.wfu_main_table th{width:17%}table.wfu_main_table td:nth-child(2){width:33%}table.wfu_main_table td:nth-child(3){width:50%}table.wfu_main_table table.wfu_inner_table th{width:34%}table.wfu_main_table table.wfu_inner_table td:nth-child(2){width:66%}table.wfu_main_table tr.wfu_subcategory{background-color:#ddd}table.wfu_main_table tr.wfu_subcategory>th{padding-top:0;padding-bottom:0}select.wfu_variable{padding-top:1px;padding-bottom:1px;margin:0;height:auto;min-height:auto;font-size:smaller;line-height:1.4;background-color:#ddd;border:1px solid #ccc;color:#333;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}span.wfu_variable{padding:1px;margin:0;font-size:smaller;background-color:#ddd;border:1px solid #ccc;color:#333;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}div.wfu_date_container{display:inline-block;position:relative;width:auto;height:100%;padding:0;margin:0;background:0 0;border:none}.wfu_datereset_button{position:absolute;right:4px;top:0;bottom:0;margin:auto 0;opacity:.5}.wfu_datereset_button:hover{opacity:1}span.wfu_ptext_span{display:inline-block;width:60px}select.wfu_select_folders{height:auto;min-width:75%}select.wfu_select_folders_empty{font-style:italic;color:silver}.ftpinfo_header{white-space:nowrap}.ftpinfo_text{width:calc(100% - 7ch - 6px)!important}@media screen and (max-width:782px){.ftpinfo_text{width:100%!important}}.ftpinfo_tool.hidden{display:none}.ftpinfo_btn{display:inline-block;width:7ch}.ftpinfo_label{font-weight:600;margin-right:10px;display:inline-block;width:10ch}.ftpinfo_value{vertical-align:middle}.ftpinfo_error{background-color:#fffacd!important;color:red!important}div.wfu_subfolders_inner_shadow{position:absolute;width:100%;height:100%;padding:0;margin:0;border:none;background-color:rgba(255,255,255,.8)}option.wfu_select_folders_option_default{color:#00f}div.wfu_subfolder_nav_container{width:40px;margin:0;padding:0;border:none;background:0 0;display:inline-block;vertical-align:top}table.wfu_subfolder_nav{table-layout:fixed;width:100%;margin:0;padding:0;border:none;background:0 0;border-spacing:1px}table.wfu_subfolder_nav tr{margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_nav td{margin:0;padding:0!important;border:none;background:0 0;font-size:small;line-height:1;text-align:center}table.wfu_subfolder_nav button.button{margin:0;padding:0;width:17px;font-size:smaller;height:18px;line-height:1;color:#000;font-weight:700}table.wfu_subfolder_nav button.button:disabled{color:silver}.button.wfu_subfolder_nav_pressed,.button.wfu_subfolder_nav_pressed:focus,.button.wfu_subfolder_nav_pressed:hover{background:#4169e1}div.wfu_subfolder_tools_container{width:75%;margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_tools{table-layout:fixed;width:100%;margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_tools tr{margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_tools td{margin:0;padding:0;border:none;background:0 0;font-size:smaller}table.wfu_subfolder_tools td div{margin:0;padding:0;border:none;background:0 0;position:relative}table.wfu_subfolder_tools label{display:block;padding:0;margin:0;line-height:1}table.wfu_subfolder_tools input{width:100%;padding:0;margin:0}table.wfu_subfolder_tools input:disabled{width:100%;padding:0;margin:0;color:silver}table.wfu_subfolder_tools button.button{margin:0;padding:1px 0 0 0;width:17px;font-size:smaller;height:17px;line-height:1;position:absolute;bottom:2px}table.wfu_subfolder_tools button.button:disabled{color:silver}table.wfu_subfolder_tools button.button:disabled img{opacity:.4}.wfu_subfolder_tools_disabled{color:silver}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container{position:absolute;width:150px;height:150px;margin:0;padding:0;z-index:100;border:1px solid silver;box-shadow:1px 1px 2px;background-color:#fff;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container table{table-layout:fixed;width:100%;height:100%;border:none;background:#eee;margin:0;padding:0;border-spacing:0;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container tr{border:none;background:0 0;margin:0;padding:0;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td{border:none;background:0 0;margin:0;padding:2px;line-height:0;overflow:hidden;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div{position:relative;border:none;background:0 0;margin:0;padding:0;width:100%;height:100%;display:inline-block;line-height:1}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div button.button{font-size:inherit;line-height:1;height:17px;padding:4px;position:relative;width:auto;margin:0;bottom:auto}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container select{width:100%;height:100%;top:0;bottom:0;position:absolute;margin:0}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container label{color:#222;font-weight:700;position:absolute;top:0;bottom:0;height:10px;margin:auto}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div button.button.wfu_folder_browser_cancel{width:17px;height:17px;position:absolute;right:0;top:0;margin:0;padding:0}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container{position:absolute;width:100%;height:100%;top:0;bottom:0;margin:0;padding:0;background-color:rgba(255,255,255,.9);text-align:center}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container label{position:relative;display:block}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container img{position:relative}.button.wfu_folder_browser_cancel img{vertical-align:top;margin-top:2px}div.wfu_mchecklist_container{display:inline-block;border:1px solid #ddd;border-radius:4px;padding:4px}div.wfu_mchecklist_item{display:inline-block}div.wfu_mchecklist_item label{vertical-align:baseline;margin-left:4px;cursor:default}div.wfu_mchecklist_item input:disabled+label{color:gray}div.wfu_mchecklist_item div{margin-left:4px}div.wfu_mchecklist_item:hover img{visibility:visible}div.wfu_mchecklist_checkall{display:inline-block;vertical-align:top;margin:0 0 0 10px}div.wfu_bloglist_checkbtn,div.wfu_postlist_checkbtn,div.wfu_rolelist_checkbtn,div.wfu_userlist_checkbtn{display:inline-block;vertical-align:top;margin:0 0 0 10px}table.wfu_bloglist_container,table.wfu_postlist_container,table.wfu_rolelist_container,table.wfu_stringmatch_container,table.wfu_userlist_container{border:none;background:0 0;margin:0;padding:0;border-spacing:0}table.wfu_bloglist_container tr:nth-child(odd),table.wfu_postlist_container tr:nth-child(odd),table.wfu_rolelist_container tr:nth-child(odd),table.wfu_userlist_container tr:nth-child(odd){border:none;background:0 0;background-color:transparent;margin:0;padding:0}table.wfu_bloglist_container td,table.wfu_postlist_container td,table.wfu_rolelist_container td,table.wfu_stringmatch_container td,table.wfu_userlist_container td{width:1%;border:none;background:0 0;margin:0;padding:0;vertical-align:top}table.wfu_postlist_container td{padding-right:20px}table.wfu_postlist_container td:last-child{padding-right:0}div.wfu_postlist_header{padding:0 10px}div.wfu_postlist_selectall{float:right}div.wfu_shadow{position:absolute;width:100%;height:100%;left:0;top:0;margin:0;padding:0;background-color:#fff;z-index:10;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}table.wfu_main_table tr:nth-child(odd) div.wfu_shadow{background-color:#f4f4f4}div.wfu_onoff_container_off,div.wfu_onoff_container_on{display:inline-block;position:relative;padding:2px;border:1px solid #aaa;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;background:#066dab;background:-moz-linear-gradient(top,#066dab 0,#c5deea 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#066dab),color-stop(100%,#c5deea));background:-webkit-linear-gradient(top,#066dab 0,#c5deea 100%);background:-o-linear-gradient(top,#066dab 0,#c5deea 100%);background:-ms-linear-gradient(top,#066dab 0,#c5deea 100%);background:linear-gradient(to bottom,#066dab 0,#c5deea 100%)}span.wfu_onoff_text{width:30px;display:inline-block;text-align:center;color:#fff}div.wfu_onoff_slider{position:absolute;margin:0;width:31px;top:0;bottom:0;border:1px solid #fff;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 2px;-webkit-box-shadow:0 0 2px;box-shadow:0 0 2px;background:#ccc;background:-moz-linear-gradient(top,#ccc 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ccc),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ccc 0,#fff 100%);background:-o-linear-gradient(top,#ccc 0,#fff 100%);background:-ms-linear-gradient(top,#ccc 0,#fff 100%);background:linear-gradient(to bottom,#ccc 0,#fff 100%)}div.wfu_onoff_container_on div.wfu_onoff_slider{left:50%}div.wfu_onoff_container_off div.wfu_onoff_slider{left:0}@-webkit-keyframes set_on{from{left:0}to{left:50%}}@-moz-keyframes set_on{from{left:0}to{left:50%}}@-o-keyframes set_on{from{left:0}to{left:50%}}@keyframes set_on{from{left:0}to{left:50%}}div.wfu_placements_wrapper{display:block;position:relative;margin:0;padding:0;background:0 0;border:none}div.wfu_placements_container{display:inline-block;position:relative;width:100%;height:300px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;padding:0;overflow:scroll;font-size:0;line-height:0;white-space:nowrap}div.wfu_componentlist_container{display:inline-block;position:absolute;width:auto;height:auto;top:0;left:100%;background:0 0;border:none;margin:0 0 0 20px;padding:0;z-index:1;white-space:nowrap}div.wfu_component_box_container{display:inline-block;position:relative;width:80px;height:30px;background-color:transparent;border:1px solid transparent;padding:4px;margin:0;cursor:default}div.wfu_component_box_base{display:block;position:absolute;width:80px;height:30px;left:-1px;top:-1px;background-color:#ddd;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;padding:4px;cursor:default;font-size:12px;line-height:1;-moz-opacity:.4;-khtml-opacity:.4;opacity:.4;white-space:normal}div.wfu_component_box{display:inline-block;position:relative;width:80px;height:30px;background-color:#ddd;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;padding:4px;cursor:default;font-size:12px;line-height:1;z-index:1;white-space:normal}div.wfu_component_box_inner{display:table;width:100%;height:100%}div.wfu_component_box_label{display:table-cell;text-align:center;vertical-align:middle}div.wfu_component_box_index{background-color:coral;padding:1px;float:right;border-radius:10px}div.wfu_inbase{display:block;position:absolute;left:-1px;top:-1px}div.wfu_component_box:hover{background-color:#eee;border:1px solid #bbb}div.wfu_component_box_selected{background-color:#aaa;border:1px solid #bbb}div.wfu_component_box_dragged{-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}div.wfu_component_separator_ver{display:inline-block;position:relative;width:8px;height:26px;background-color:transparent;border:1px solid transparent;margin:6px -8px;padding:0 8px;cursor:default;z-index:1}div.wfu_component_separator_hor{display:block;position:relative;width:100%;height:8px;background-color:transparent;border:1px solid transparent;margin:-8px 0;padding:8px 0;cursor:default;z-index:1}div.wfu_component_bar_hor{position:absolute;width:auto;height:4px;left:10px;right:0;background-color:silver;border:none;margin:11px 0 0 0;padding:0;display:none}div.wfu_component_bar_ver{position:absolute;width:4px;height:40px;background-color:silver;border:none;margin:-6px 0 0 11px;padding:0;display:none}div.wfu_componentlist_dragdrop{position:absolute;width:100%;height:100%;left:0;top:0;background-color:#f8f8f8;border:4px dashed #aaa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;z-index:2;-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}div.wfu_componentlist_dragdrop_dragover{border:4px dashed #555}div.wfu_formdata_container,div.wfu_userdata_container{display:block;position:relative;width:100%;height:100%;padding:0;margin:0;background:0 0;border:none}label.wfu_formdata_label{margin-right:6px}.wfu_formdata_props{padding-left:20px}div.wfu_formdata_action,div.wfu_userdata_action{display:inline-block;position:relative;top:2px;width:16px;height:16px;padding:0;margin:0;background:0 0;text-align:center;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}div.wfu_formdata_action:hover,div.wfu_userdata_action:hover{border:1px solid #aaa}div.wfu_formdata_action.wfu_formdata_action_disabled:hover,div.wfu_userdata_action.wfu_userdata_action_disabled:hover{border:1px solid transparent}div.wfu_formdata_action>img,div.wfu_userdata_action>img{width:12px;height:12px}div.wfu_formdata_action_disabled>img,div.wfu_userdata_action_disabled>img{-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}div.wfu_formdata_line_container,div.wfu_userdata_line{display:block;position:relative;padding:0;margin:0;background:0 0;border:none;white-space:nowrap}table.wfu_formdata_props_table{background:0 0;border:none;padding:0}table.wfu_formdata_props_table td,table.wfu_main_table table.wfu_inner_table table.wfu_formdata_props_table td{background:0 0;border:none;padding:0;width:auto}table.wfu_formdata_props_table td.wfu_formdata_props,table.wfu_main_table table.wfu_inner_table table.wfu_formdata_props_table td.wfu_formdata_props{padding-left:20px}table.wfu_main_table td,table.wfu_main_table th{padding-top:15px}@media screen and (max-width:782px){.wfumain table.form-table td{width:100%!important}.wfumain .wp-list-table td[data-colname=Shortcode]{padding-left:8px!important}.wfumain .wp-list-table td[data-colname=Shortcode]:before{position:relative!important;margin-left:-8px!important;content:'Shortcode:'!important}div.wfu_shortcode_container{width:100%}table.wfu_main_table table.wfu_inner_table th,table.wfu_main_table th{width:50%}table.wfu_main_table table.wfu_inner_table td,table.wfu_main_table table.wfu_inner_table td:nth-child(2),table.wfu_main_table table.wfu_inner_table td:nth-child(3),table.wfu_main_table td,table.wfu_main_table td:nth-child(2),table.wfu_main_table td:nth-child(3){width:100%}#wpbody table.wfu_main_table select{height:auto!important}div.wfu_componentlist_container{position:relative;left:0}select.wfu_select_folders{width:calc(100% - 50px)!important;display:inline-block!important}table.wfu_formdata_props_table tbody tr:first-child td{display:table-cell}table.wfu_formdata_props_table tbody tr:first-child td:nth-child(2){padding-left:10px}.CodeMirror{width:100%!important}}div.wfu_color_container{display:block;position:relative;padding:0;margin:0;background:0 0;border:none;white-space:nowrap;z-index:1}input[type=text].wp-color-picker{width:75px}input[type=button].wp-picker-clear{width:62px}span.wfu_save_label{background-color:#f0f8ff;color:#32cd32;border-radius:6px;padding:1px 2px;box-shadow:1px 1px 1px;font-size:smaller;opacity:0}span.wfu_save_label_fail{background-color:beige;color:#f08080;border-radius:6px;padding:1px 2px;box-shadow:1px 1px 1px;font-size:smaller;opacity:0}div.wfu_global_dialog_container{position:fixed;width:100%;height:100%;top:0;left:0;margin:0;padding:0;border:none;background:0 0;z-index:1;display:none}table.wfu_main_table table.wfu_columns_container{border:none;background:0 0;margin:0;padding:0;border-spacing:0}table.wfu_main_table table.wfu_columns_container tr{background:0 0}table.wfu_main_table table.wfu_columns_container td{border:none;background:0 0;margin:0;padding:0;vertical-align:top;width:auto}table.wfu_main_table table.wfu_columnprops_container{border:none;background:0 0;margin:0;padding:6px;border-spacing:0;width:100%;box-shadow:0 0 1px #aaa}table.wfu_main_table table.wfu_columnprops_container tr{background:0 0}table.wfu_main_table table.wfu_columnprops_container td{border:none;background:0 0;margin:0;padding:0;vertical-align:middle;width:auto}table.wfu_main_table table.wfu_columnprops_container_disabled label{color:#ccc}table.wfu_main_table table.wfu_columnprops_container label.wfu_columnprops_label_disabled{color:#ccc}button.wfu_columns_addbutton{font-size:smaller}option.wfu_columns_item_required{color:gray}option.wfu_columns_item_defaultsort{text-decoration:underline}@font-face{font-family:wfu-icons;src:url(../images/fonts/wfu-icons.eot?xnqdfz);src:url(../images/fonts/wfu-icons.eot?xnqdfz#iefix) format('embedded-opentype'),url(../images/fonts/wfu-icons.ttf?xnqdfz) format('truetype'),url(../images/fonts/wfu-icons.woff?xnqdfz) format('woff'),url(../images/fonts/wfu-icons.svg?xnqdfz#wfu-icons) format('svg');font-weight:400;font-style:normal}.wfu-dashicons-media-external:before{font-family:wfu-icons;content:"\e900"}.wfu-dashicons-ftp:before{font-family:wfu-icons;content:"\e901"}.wfu-uploadedfiles .wfu-dashicons-after{margin-left:4px}.wfu-uploadedfiles .wfu-dashicons-hidden{display:none}.wfu-uploadedfiles .wfu-properties.wfu-clicked,.wfu-uploadedfiles .wfu-properties:hover{color:#00f}.wfu-uploadedfiles .wfu_unread{box-shadow:4px 0 0 inset #0f0;font-weight:700}.wfu-uploadedfiles .wfu-remarks-container:before{content:'-';width:0;display:inline-block;overflow:hidden}.wfu-adminbrowser .wfu-highlighted{box-shadow:0 -1000px 0 inset rgba(0,255,0,.2)}.wfu-historylog .wfu-highlighted{box-shadow:0 -1000px 0 inset rgba(0,255,0,.2)}.wfu_cleanlog_tr{display:none}.wfu_cleanlog_tr td{margin-top:0;padding-top:0}.wfu_selectdate_container,.wfu_selectdates_container,.wfu_selectperiod_container{display:none}.wfu_buttons_container,.wfu_includefiles_container,.wfu_selectdate_container,.wfu_selectdates_container,.wfu_selectperiod_container{margin-top:10px}.wfu_selectdate_container input[type=text],.wfu_selectdates_container input[type=text]{width:8em;text-align:center}.wfu_selectperiod_container input[type=number]{width:4em}.wfu_includefiles_container label{font-size:80%;opacity:.5}.wfu_includefiles_container input[type=checkbox]{transform:scale(.8,.8)}.wfu_buttons_container .button,.wfu_buttons_container .wfu_cleanlog_error,.wfu_includefiles_container input[type=checkbox],.wfu_includefiles_container label,.wfu_selectdate_container input[type=text],.wfu_selectdate_container label,.wfu_selectdates_container input[type=text],.wfu_selectdates_container label,.wfu_selectperiod_container input[type=number],.wfu_selectperiod_container label,.wfu_selectperiod_container select{vertical-align:middle}.wfu_cleanlog_proceed.disabled{pointer-events:none}.wfu_cleanlog_error{color:red;font-size:small}.wfu_cleanlog_error:before{content:'!';font-weight:700;margin-right:2px}.wfu_cleanlog_error.hidden{display:none}.wfu-filters{float:left}.subsubsub{margin:0;line-height:2}.subsubsub label.current{color:#000}.subsubsub label.current{font-weight:600;border:none}.subsubsub label{line-height:2;padding:.2em .2em .2em 0;text-decoration:none}.subsubsub input[type=checkbox]{margin:0 0 0 .2em}.wfu_conop_header,.wfu_pdop_header{transition:.4s;padding:6px}.wfu_conop_header label,.wfu_pdop_header label{font-weight:700;cursor:default}.wfu_conop_header.atomic label,.wfu_pdop_header.atomic label{font-weight:400}.wfu_consent_logactions,.wfu_consent_operations,.wfu_consent_permissions,.wfu_consent_questions,.wfu_consent_users,.wfu_plugin_operations{display:none}.wfu_pdheader_button{color:#777;padding:2px;border:1px solid gray;border-radius:1em;width:1em;height:1em;text-align:center;vertical-align:middle;position:relative;cursor:pointer;display:inline-block;font-size:smaller}.wfu_pdheader_button:after{content:'\02795';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.wfu_pdheader_button.expanded:after{content:'\02796'}.wfu_conop_topmost_panel,.wfu_pdop_topmost_panel{margin-left:40px;overflow:hidden}.wfu_conop_panel,.wfu_pdop_panel{margin-left:40px;display:none;overflow:hidden}.wfu_conop_level_1,.wfu_pdop_level_1{padding:10px;font-size:larger}.wfu_conop_level_2,.wfu_pdop_level_2{padding:6px;font-size:smaller}.wfu_conop_level_3,.wfu_pdop_level_3{padding:2px}.wfu_conop_level_4,.wfu_pdop_level_4{padding:2px}.wfu_conop_level_5,.wfu_pdop_level_5{padding:2px}.wfu_conop_header:hover,.wfu_pdop_header:hover{background-color:rgba(0,0,0,.2)}input[type=checkbox].wfu_conop_selector,input[type=checkbox].wfu_pdop_selector{-webkit-appearance:checkbox}.wfu_conop_button,.wfu_pdop_button{color:#777;float:right;padding:2px;border:1px solid gray;border-radius:4px;width:1em;height:1em;text-align:center;position:relative;cursor:pointer;display:none}.wfu_conop_button:after,.wfu_pdop_button:after{content:'\02795';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;font-size:smaller}.wfu_conop_button.expanded:after,.wfu_pdop_button.expanded:after{content:'\02796'}.wfu_conop_header:hover .wfu_conop_button,.wfu_pdop_header:hover .wfu_pdop_button{display:block}input[type=checkbox].wfu_conop_selector,input[type=checkbox].wfu_pdop_selector{margin:0 0 0 4px}.wfu_conquestions_operations{margin-top:20px;margin-left:40px}.wfu_conquestions_operations label{display:block;font-size:larger;font-weight:700}.wfu_conquestions_oppanel{background-color:#fff;padding:10px;display:inline-block;margin-top:10px}.wfu_conquestions_optable{border-collapse:collapse}.wfu_conquestions_optable tbody tr:hover{background-color:rgba(0,0,0,.1)}.wfu_conquestions_optable td{cursor:default}.wfu_conquestions_optable td:not(:first-child){text-align:center}.wfu_op_unassigned{background-color:#ffdb99}.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover{background-color:#e6c58a}.wfu_op_unassigned .wfu_conquestions_opinv,.wfu_op_unassigned .wfu_conquestions_opsel{background-color:#ffdb99}.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover .wfu_conquestions_opinv,.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover .wfu_conquestions_opsel{background-color:#e6c58a}.wfu_conquestions_opsel.wfu_forced_selection{opacity:.5}.wfu_frozen{pointer-events:none}.wfu_conquestions_container{margin-top:20px;margin-left:40px}.wfu_conquestion_header{font-size:larger}.wfu_conquestion_subcontainer{padding:10px}.wfu_conquestion_headerlabel{font-weight:700}.wfu_conquestion_tools{float:right}.wfu_conquestion_itemprops,.wfu_conquestion_itemspreview,.wfu_conquestion_mainprops{display:table-cell;position:relative;border:1px solid silver;padding:4ex 10px 10px 10px;vertical-align:top;min-width:10em;min-height:4ex;resize:both;overflow:auto}.wfu_conquestion_itempropstitle,.wfu_conquestion_itemspreviewtitle,.wfu_conquestion_mainpropstitle{position:absolute;top:0;left:0;height:3ex;font-size:inherit;text-align:center;width:100%;background-color:rgba(0,0,0,.1)}.wfu_conquestion_displayedtitle,.wfu_conquestion_groupedlabel,.wfu_conquestion_labellabel,.wfu_conquestion_labellocationlabel,.wfu_conquestion_matrixlabel,.wfu_conquestion_preselectedlabel,.wfu_conquestion_titlelabel,.wfu_conquestion_titlelocationlabel,.wfu_conquestion_typelabel,.wfu_conquestion_visiblelabel{display:block}.wfu_conquestion_labeltext,.wfu_conquestion_titletext{width:100%}.wfu_conquestion_matrix_x,.wfu_conquestion_matrix_y{width:4em;text-align:center}.wfu_conquestion_matrixsep{width:1em;display:inline-block;text-align:center}.wfu_empty_label{font-style:italic}.wfu_conquestion_itemtable td:hover{background-color:rgba(0,0,0,.1)}.wfu_conquestion_itemcontainer{opacity:.5}.wfu_item_selected{background-color:rgba(0,0,0,.2)}.wfu_item_assigned{color:#00f}.wfu_item_visible{opacity:1}.wfu_conquestion_btn{display:inline-block;position:relative;width:16px;height:16px;padding:0;margin:0;background:0 0;text-align:center;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}div.wfu_conquestion_btn:hover{border:1px solid #aaa}.wfu_conquestion_btn>img{width:12px;height:12px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}div.wfu_conquestion_btn.wfu_tool_disabled:hover{border:1px solid transparent}.wfu_conquestion_btn.wfu_tool_disabled>img{opacity:.4}.wfu_permissions_topmost_panel{margin-left:40px}.wfu_permissions_panel{background-color:#fff;padding:10px;display:inline-block;margin-top:20px}.wfu_perm_container{padding-right:20px}.wfu_location_cell{text-align:center}.wfu_perm_level_1{padding-left:0}.wfu_perm_level_2{padding-left:20px}.wfu_perm_level_3{padding-left:40px}.wfu_permissions_table{border-collapse:collapse}.wfu_permissions_table td:nth-child(n+2),.wfu_permissions_table tr:nth-child(2) th{border-left:1px solid rgba(0,0,0,.1)}.wfu_perm_row:hover{background-color:rgba(0,0,0,.1)}.wfu_perm_button{color:#777;border:1px solid gray;width:1.5ex;height:1.5ex;text-align:center;position:relative;cursor:pointer;display:inline-block;vertical-align:middle}.wfu_perm_button:after{content:'+';position:absolute;left:0;right:0;top:-.75ex;bottom:0;margin:auto}.wfu_perm_button:hover{color:#000}.wfu_perm_button.expanded:after{content:'-'}input[type=checkbox].wfu_location_selector{-webkit-appearance:checkbox;margin:0}.wfu_logactions_topmost_panel{margin-left:40px}.wfu_logactions_panel{background-color:#fff;padding:10px;display:inline-block;margin-top:20px}.wfu_log_container{padding-right:20px}.wfu_entity_cell{text-align:center}.wfu_log_level_1{padding-left:0}.wfu_log_level_2{padding-left:20px}.wfu_log_level_3{padding-left:40px}.wfu_logactions_table{border-collapse:collapse}.wfu_logactions_table td:nth-child(n+2),.wfu_logactions_table tr:nth-child(2) th{border-left:1px solid rgba(0,0,0,.1)}.wfu_log_row:hover{background-color:rgba(0,0,0,.1)}.wfu_log_button{color:#777;border:1px solid gray;width:1.5ex;height:1.5ex;text-align:center;position:relative;cursor:pointer;display:inline-block;vertical-align:middle}.wfu_log_button:after{content:'+';position:absolute;left:0;right:0;top:-.75ex;bottom:0;margin:auto}.wfu_log_button:hover{color:#000}.wfu_log_button.expanded:after{content:'-'}input[type=checkbox].wfu_entity_selector{-webkit-appearance:checkbox;margin:0}.wfu_pdusers_topmost_panel{margin-top:20px;margin-left:40px}.wfu_pdusers_topmost_panel>label{display:block;font-size:larger;font-weight:700}.wfu_pdusers_rolepanel,.wfu_pdusers_userpanel{margin-top:20px;margin-bottom:20px}.wfu_pdusers_roles_container,.wfu_pdusers_users_container{display:inline-block}.wfu_pdusers_roles_leftpanel,.wfu_pdusers_roles_midpanel,.wfu_pdusers_roles_rightpanel,.wfu_pdusers_users_leftpanel,.wfu_pdusers_users_midpanel,.wfu_pdusers_users_rightpanel{display:table-cell;position:relative}.wfu_pdusers_roles_leftpanel,.wfu_pdusers_roles_rightpanel{height:200px;min-width:100px}.wfu_pdusers_users_leftpanel,.wfu_pdusers_users_rightpanel{height:100px;min-width:100px}.wfu_pdusers_roles_leftpanel,.wfu_pdusers_users_leftpanel{padding:10px 10px 10px 0}.wfu_pdusers_roles_midpanel,.wfu_pdusers_users_midpanel{padding:10px 0;vertical-align:top}.wfu_pdusers_roles_rightpanel,.wfu_pdusers_users_rightpanel{padding:20px;vertical-align:top}.wfu_pdusers_roles_container>label,.wfu_pdusers_users_container>label{font-weight:700}.wfu_pdusers_users_leftpanel label{display:block}.wfu_pdusers_users_midpanel label,.wfu_pdusers_users_rightpanel label{display:block;visibility:hidden}.wfu_pdusers_users_leftpanel input[type=text]{width:100%;display:block}.wfu_pdusers_roles_leftpanel select{height:100%!important;line-height:100%!important}.wfu_pdusers_roles_leftpanel select,.wfu_pdusers_users_leftpanel select{min-width:100px;min-height:100px}.wfu_pdusers_roles_show,.wfu_pdusers_users_show{overflow-x:visible;overflow-y:scroll;height:100%}.wfu_pdusers_roles_back,.wfu_pdusers_users_back{border:1px solid gray;position:absolute;left:10px;top:10px;bottom:10px;right:10px;pointer-events:none},.wfu_pdusers_roles_back.active{background-color:rgba(255,255,255,.7)}.wfu_pdusers_roles_role,.wfu_pdusers_users_user{border:1px solid gray;text-align:center;padding:2px 24px 2px 4px;border-radius:1em;cursor:default;background-color:rgba(0,0,0,.05);position:relative;display:inline-block;white-space:nowrap}.wfu_pdusers_roles_all{text-align:center;padding:2px 20px;font-weight:700}.wfu_pdusers_roles_role span,.wfu_pdusers_users_user span{width:14px;height:14px;position:absolute;display:inline-block;right:3px;top:0;bottom:0;margin:auto;border:1px solid #888;border-radius:1em}.wfu_pdusers_roles_role span:after,.wfu_pdusers_roles_role span:before,.wfu_pdusers_users_user span:after,.wfu_pdusers_users_user span:before{content:'';height:1px;margin-top:0;position:absolute;width:10px;top:50%;right:2px;background:#888}.wfu_pdusers_roles_role span:before,.wfu_pdusers_users_user span:before{transform:rotate(45deg)}.wfu_pdusers_roles_role span:after,.wfu_pdusers_users_user span:after{transform:rotate(-45deg)}.wfu_pdusers_roles_role span:hover,.wfu_pdusers_users_user span:hover{background-color:rgba(0,0,0,.1);border:1px solid #1ebcc5}.wfu_pdusers_roles_role span:hover:after,.wfu_pdusers_roles_role span:hover:before,.wfu_pdusers_users_user span:hover:after,.wfu_pdusers_users_user span:hover:before{background:#1ebcc5}.wfu_pdusers_roles_add,.wfu_pdusers_users_add{width:20px;height:18px;display:inline-block;border:1px solid #888;border-radius:4px}.wfu_pdusers_roles_add:after,.wfu_pdusers_users_add:after{border:solid #555;border-width:0 3px 3px 0;display:inline-block;padding:3px;vertical-align:middle;transform:rotate(-45deg);content:'';margin-left:4px;margin-top:-2px}.wfu_pdusers_roles_add:hover,.wfu_pdusers_users_add:hover{border:1px solid #444;background-color:rgba(0,0,0,.1)}.wfu_pd_user_box0{width:100%}.wfu_pd_user_select0,.wfu_pdusers_users_leftpanel select{width:100%;height:100px!important;line-height:100px!important;min-width:100px;min-height:100px}
1
+ div.wfu_shortcode_container{display:inline-block;position:relative;width:50%;padding:0;margin:0;background:0 0;border:none}textarea.wfu_shortcode{width:100%}div.wfu_container{margin-top:10px}div.wfu_help_container{display:inline-block;position:relative;top:4px;padding:0;margin:0;background:0 0;border:none}div.wfu_help_container img{visibility:hidden}table.wfu_main_table th:hover div.wfu_help_container img{visibility:visible}table.wfu_inner_table th:hover div.wfu_help_container img{visibility:visible}div.wfu_restore_container{display:inline-block;position:relative;top:4px;padding:0;margin:0;background:0 0;border:none}div.wfu_restore_container img{visibility:hidden}table.wfu_main_table th:hover div.wfu_restore_container img{visibility:visible}table.wfu_inner_table th:hover div.wfu_restore_container img{visibility:visible}div.wfu_td_div{display:block;position:relative;width:100%;height:100%;padding:0;margin:0;background:0 0;border:none}div.wfu_container input.wfu_long_text{width:100%}div.wfu_container input.wfu_short_text{width:60px}div.wfu_container input{width:200px}div.wfu_container input[type=checkbox]{width:auto}div.wfu_container textarea{width:100%}table.wfu_main_table{table-layout:fixed}table.wfu_main_table tr:nth-child(odd){background-color:#f4f4f4}table.wfu_main_table tr:nth-child(even){background-color:transparent}table.wfu_main_table table.wfu_inner_table tr{background-color:transparent}table.wfu_main_table th{width:17%}table.wfu_main_table td:nth-child(2){width:33%}table.wfu_main_table td:nth-child(3){width:50%}table.wfu_main_table table.wfu_inner_table th{width:34%}table.wfu_main_table table.wfu_inner_table td:nth-child(2){width:66%}table.wfu_main_table tr.wfu_subcategory{background-color:#ddd}table.wfu_main_table tr.wfu_subcategory>th{padding-top:0;padding-bottom:0}select.wfu_variable{padding-top:1px;padding-bottom:1px;margin:0;height:auto;min-height:auto;font-size:smaller;line-height:1.4;background-color:#ddd;border:1px solid #ccc;color:#333;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}span.wfu_variable{padding:1px;margin:0;font-size:smaller;background-color:#ddd;border:1px solid #ccc;color:#333;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}div.wfu_date_container{display:inline-block;position:relative;width:auto;height:100%;padding:0;margin:0;background:0 0;border:none}.wfu_datereset_button{position:absolute;right:4px;top:0;bottom:0;margin:auto 0;opacity:.5}.wfu_datereset_button:hover{opacity:1}span.wfu_ptext_span{display:inline-block;width:60px}select.wfu_select_folders{height:auto;min-width:75%}select.wfu_select_folders_empty{font-style:italic;color:silver}.ftpinfo_header{white-space:nowrap}.ftpinfo_text{width:calc(100% - 7ch - 6px)!important}@media screen and (max-width:782px){.ftpinfo_text{width:100%!important}}.ftpinfo_tool.hidden{display:none}.ftpinfo_btn{display:inline-block;width:7ch}.ftpinfo_label{font-weight:600;margin-right:10px;display:inline-block;width:10ch}.ftpinfo_value{vertical-align:middle}.ftpinfo_error{background-color:#fffacd!important;color:red!important}div.wfu_subfolders_inner_shadow{position:absolute;width:100%;height:100%;padding:0;margin:0;border:none;background-color:rgba(255,255,255,.8)}option.wfu_select_folders_option_default{color:#00f}div.wfu_subfolder_nav_container{width:40px;margin:0;padding:0;border:none;background:0 0;display:inline-block;vertical-align:top}table.wfu_subfolder_nav{table-layout:fixed;width:100%;margin:0;padding:0;border:none;background:0 0;border-spacing:1px}table.wfu_subfolder_nav tr{margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_nav td{margin:0;padding:0!important;border:none;background:0 0;font-size:small;line-height:1;text-align:center}table.wfu_subfolder_nav button.button{margin:0;padding:0;width:17px;font-size:smaller;height:18px;line-height:1;color:#000;font-weight:700}table.wfu_subfolder_nav button.button:disabled{color:silver}.button.wfu_subfolder_nav_pressed,.button.wfu_subfolder_nav_pressed:focus,.button.wfu_subfolder_nav_pressed:hover{background:#4169e1}div.wfu_subfolder_tools_container{width:75%;margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_tools{table-layout:fixed;width:100%;margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_tools tr{margin:0;padding:0;border:none;background:0 0}table.wfu_subfolder_tools td{margin:0;padding:0;border:none;background:0 0;font-size:smaller}table.wfu_subfolder_tools td div{margin:0;padding:0;border:none;background:0 0;position:relative}table.wfu_subfolder_tools label{display:block;padding:0;margin:0;line-height:1}table.wfu_subfolder_tools input{width:100%;padding:0;margin:0}table.wfu_subfolder_tools input:disabled{width:100%;padding:0;margin:0;color:silver}table.wfu_subfolder_tools button.button{margin:0;padding:1px 0 0 0;width:17px;font-size:smaller;height:17px;line-height:1;position:absolute;bottom:2px}table.wfu_subfolder_tools button.button:disabled{color:silver}table.wfu_subfolder_tools button.button:disabled img{opacity:.4}.wfu_subfolder_tools_disabled{color:silver}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container{position:absolute;width:150px;height:150px;margin:0;padding:0;z-index:100;border:1px solid silver;box-shadow:1px 1px 2px;background-color:#fff;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container table{table-layout:fixed;width:100%;height:100%;border:none;background:#eee;margin:0;padding:0;border-spacing:0;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container tr{border:none;background:0 0;margin:0;padding:0;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td{border:none;background:0 0;margin:0;padding:2px;line-height:0;overflow:hidden;font-size:inherit}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div{position:relative;border:none;background:0 0;margin:0;padding:0;width:100%;height:100%;display:inline-block;line-height:1}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div button.button{font-size:inherit;line-height:1;height:17px;padding:4px;position:relative;width:auto;margin:0;bottom:auto}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container select{width:100%;height:100%;top:0;bottom:0;position:absolute;margin:0}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container label{color:#222;font-weight:700;position:absolute;top:0;bottom:0;height:10px;margin:auto}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div button.button.wfu_folder_browser_cancel{width:17px;height:17px;position:absolute;right:0;top:0;margin:0;padding:0}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container{position:absolute;width:100%;height:100%;top:0;bottom:0;margin:0;padding:0;background-color:rgba(255,255,255,.9);text-align:center}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container label{position:relative;display:block}table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container img{position:relative}.button.wfu_folder_browser_cancel img{vertical-align:top;margin-top:2px}div.wfu_mchecklist_container{display:inline-block;border:1px solid #ddd;border-radius:4px;padding:4px}div.wfu_mchecklist_item{display:inline-block}div.wfu_mchecklist_item label{vertical-align:baseline;margin-left:4px;cursor:default}div.wfu_mchecklist_item input:disabled+label{color:gray}div.wfu_mchecklist_item div{margin-left:4px}div.wfu_mchecklist_item:hover img{visibility:visible}div.wfu_mchecklist_checkall{display:inline-block;vertical-align:top;margin:0 0 0 10px}div.wfu_bloglist_checkbtn,div.wfu_postlist_checkbtn,div.wfu_rolelist_checkbtn,div.wfu_userlist_checkbtn{display:inline-block;vertical-align:top;margin:0 0 0 10px}table.wfu_bloglist_container,table.wfu_postlist_container,table.wfu_rolelist_container,table.wfu_stringmatch_container,table.wfu_userlist_container{border:none;background:0 0;margin:0;padding:0;border-spacing:0}table.wfu_bloglist_container tr:nth-child(odd),table.wfu_postlist_container tr:nth-child(odd),table.wfu_rolelist_container tr:nth-child(odd),table.wfu_userlist_container tr:nth-child(odd){border:none;background:0 0;background-color:transparent;margin:0;padding:0}table.wfu_bloglist_container td,table.wfu_postlist_container td,table.wfu_rolelist_container td,table.wfu_stringmatch_container td,table.wfu_userlist_container td{width:1%;border:none;background:0 0;margin:0;padding:0;vertical-align:top}table.wfu_postlist_container td{padding-right:20px}table.wfu_postlist_container td:last-child{padding-right:0}div.wfu_postlist_header{padding:0 10px}div.wfu_postlist_selectall{float:right}div.wfu_shadow{position:absolute;width:100%;height:100%;left:0;top:0;margin:0;padding:0;background-color:#fff;z-index:10;-moz-opacity:0.6;-khtml-opacity:0.6;opacity:.6}table.wfu_main_table tr:nth-child(odd) div.wfu_shadow{background-color:#f4f4f4}div.wfu_onoff_container_off,div.wfu_onoff_container_on{display:inline-block;position:relative;padding:2px;border:1px solid #aaa;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;background:#066dab;background:-moz-linear-gradient(top,#066dab 0,#c5deea 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#066dab),color-stop(100%,#c5deea));background:-webkit-linear-gradient(top,#066dab 0,#c5deea 100%);background:-o-linear-gradient(top,#066dab 0,#c5deea 100%);background:-ms-linear-gradient(top,#066dab 0,#c5deea 100%);background:linear-gradient(to bottom,#066dab 0,#c5deea 100%)}span.wfu_onoff_text{width:30px;display:inline-block;text-align:center;color:#fff}div.wfu_onoff_slider{position:absolute;margin:0;width:31px;top:0;bottom:0;border:1px solid #fff;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 2px;-webkit-box-shadow:0 0 2px;box-shadow:0 0 2px;background:#ccc;background:-moz-linear-gradient(top,#ccc 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ccc),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ccc 0,#fff 100%);background:-o-linear-gradient(top,#ccc 0,#fff 100%);background:-ms-linear-gradient(top,#ccc 0,#fff 100%);background:linear-gradient(to bottom,#ccc 0,#fff 100%)}div.wfu_onoff_container_on div.wfu_onoff_slider{left:50%}div.wfu_onoff_container_off div.wfu_onoff_slider{left:0}@-webkit-keyframes set_on{from{left:0}to{left:50%}}@-moz-keyframes set_on{from{left:0}to{left:50%}}@-o-keyframes set_on{from{left:0}to{left:50%}}@keyframes set_on{from{left:0}to{left:50%}}div.wfu_placements_wrapper{display:block;position:relative;margin:0;padding:0;background:0 0;border:none}div.wfu_placements_container{display:inline-block;position:relative;width:100%;height:300px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;padding:0;overflow:scroll;font-size:0;line-height:0;white-space:nowrap}div.wfu_componentlist_container{display:inline-block;position:absolute;width:auto;height:auto;top:0;left:100%;background:0 0;border:none;margin:0 0 0 20px;padding:0;z-index:1;white-space:nowrap}div.wfu_component_box_container{display:inline-block;position:relative;width:80px;height:30px;background-color:transparent;border:1px solid transparent;padding:4px;margin:0;cursor:default}div.wfu_component_box_base{display:block;position:absolute;width:80px;height:30px;left:-1px;top:-1px;background-color:#ddd;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;padding:4px;cursor:default;font-size:12px;line-height:1;-moz-opacity:0.4;-khtml-opacity:0.4;opacity:.4;white-space:normal}div.wfu_component_box{display:inline-block;position:relative;width:80px;height:30px;background-color:#ddd;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;padding:4px;cursor:default;font-size:12px;line-height:1;z-index:1;white-space:normal}div.wfu_component_box_inner{display:table;width:100%;height:100%}div.wfu_component_box_label{display:table-cell;text-align:center;vertical-align:middle}div.wfu_component_box_index{background-color:coral;padding:1px;float:right;border-radius:10px}div.wfu_inbase{display:block;position:absolute;left:-1px;top:-1px}div.wfu_component_box:hover{background-color:#eee;border:1px solid #bbb}div.wfu_component_box_selected{background-color:#aaa;border:1px solid #bbb}div.wfu_component_box_dragged{-moz-opacity:0.4;-khtml-opacity:0.4;opacity:.4}div.wfu_component_separator_ver{display:inline-block;position:relative;width:8px;height:26px;background-color:transparent;border:1px solid transparent;margin:6px -8px;padding:0 8px;cursor:default;z-index:1}div.wfu_component_separator_hor{display:block;position:relative;width:100%;height:8px;background-color:transparent;border:1px solid transparent;margin:-8px 0;padding:8px 0;cursor:default;z-index:1}div.wfu_component_bar_hor{position:absolute;width:auto;height:4px;left:10px;right:0;background-color:silver;border:none;margin:11px 0 0 0;padding:0;display:none}div.wfu_component_bar_ver{position:absolute;width:4px;height:40px;background-color:silver;border:none;margin:-6px 0 0 11px;padding:0;display:none}div.wfu_componentlist_dragdrop{position:absolute;width:100%;height:100%;left:0;top:0;background-color:#f8f8f8;border:4px dashed #aaa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;z-index:2;-moz-opacity:0.7;-khtml-opacity:0.7;opacity:.7}div.wfu_componentlist_dragdrop_dragover{border:4px dashed #555}div.wfu_formdata_container,div.wfu_userdata_container{display:block;position:relative;width:100%;height:100%;padding:0;margin:0;background:0 0;border:none}label.wfu_formdata_label{margin-right:6px}.wfu_formdata_props{padding-left:20px}div.wfu_formdata_action,div.wfu_userdata_action{display:inline-block;position:relative;top:2px;width:16px;height:16px;padding:0;margin:0;background:0 0;text-align:center;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}div.wfu_formdata_action:hover,div.wfu_userdata_action:hover{border:1px solid #aaa}div.wfu_formdata_action.wfu_formdata_action_disabled:hover,div.wfu_userdata_action.wfu_userdata_action_disabled:hover{border:1px solid transparent}div.wfu_formdata_action>img,div.wfu_userdata_action>img{width:12px;height:12px}div.wfu_formdata_action_disabled>img,div.wfu_userdata_action_disabled>img{-moz-opacity:0.4;-khtml-opacity:0.4;opacity:.4}div.wfu_formdata_line_container,div.wfu_userdata_line{display:block;position:relative;padding:0;margin:0;background:0 0;border:none;white-space:nowrap}table.wfu_formdata_props_table{background:0 0;border:none;padding:0}table.wfu_formdata_props_table td,table.wfu_main_table table.wfu_inner_table table.wfu_formdata_props_table td{background:0 0;border:none;padding:0;width:auto}table.wfu_formdata_props_table td.wfu_formdata_props,table.wfu_main_table table.wfu_inner_table table.wfu_formdata_props_table td.wfu_formdata_props{padding-left:20px}table.wfu_main_table td,table.wfu_main_table th{padding-top:15px}@media screen and (max-width:782px){.wfumain table.form-table td{width:100%!important}.wfumain .wp-list-table td[data-colname=Shortcode]{padding-left:8px!important}.wfumain .wp-list-table td[data-colname=Shortcode]:before{position:relative!important;margin-left:-8px!important;content:'Shortcode:'!important}div.wfu_shortcode_container{width:100%}table.wfu_main_table table.wfu_inner_table th,table.wfu_main_table th{width:50%}table.wfu_main_table table.wfu_inner_table td,table.wfu_main_table table.wfu_inner_table td:nth-child(2),table.wfu_main_table table.wfu_inner_table td:nth-child(3),table.wfu_main_table td,table.wfu_main_table td:nth-child(2),table.wfu_main_table td:nth-child(3){width:100%}#wpbody table.wfu_main_table select{height:auto!important}div.wfu_componentlist_container{position:relative;left:0}select.wfu_select_folders{width:calc(100% - 50px)!important;display:inline-block!important}table.wfu_formdata_props_table tbody tr:first-child td{display:table-cell}table.wfu_formdata_props_table tbody tr:first-child td:nth-child(2){padding-left:10px}.CodeMirror{width:100%!important}}div.wfu_color_container{display:block;position:relative;padding:0;margin:0;background:0 0;border:none;white-space:nowrap;z-index:1}input[type=text].wp-color-picker{width:75px}input[type=button].wp-picker-clear{width:62px}span.wfu_save_label{background-color:#f0f8ff;color:#32cd32;border-radius:6px;padding:1px 2px;box-shadow:1px 1px 1px;font-size:smaller;opacity:0}span.wfu_save_label_fail{background-color:beige;color:#f08080;border-radius:6px;padding:1px 2px;box-shadow:1px 1px 1px;font-size:smaller;opacity:0}div.wfu_global_dialog_container{position:fixed;width:100%;height:100%;top:0;left:0;margin:0;padding:0;border:none;background:0 0;z-index:1;display:none}table.wfu_main_table table.wfu_columns_container{border:none;background:0 0;margin:0;padding:0;border-spacing:0}table.wfu_main_table table.wfu_columns_container tr{background:0 0}table.wfu_main_table table.wfu_columns_container td{border:none;background:0 0;margin:0;padding:0;vertical-align:top;width:auto}table.wfu_main_table table.wfu_columnprops_container{border:none;background:0 0;margin:0;padding:6px;border-spacing:0;width:100%;box-shadow:0 0 1px #aaa}table.wfu_main_table table.wfu_columnprops_container tr{background:0 0}table.wfu_main_table table.wfu_columnprops_container td{border:none;background:0 0;margin:0;padding:0;vertical-align:middle;width:auto}table.wfu_main_table table.wfu_columnprops_container_disabled label{color:#ccc}table.wfu_main_table table.wfu_columnprops_container label.wfu_columnprops_label_disabled{color:#ccc}button.wfu_columns_addbutton{font-size:smaller}option.wfu_columns_item_required{color:gray}option.wfu_columns_item_defaultsort{text-decoration:underline}@font-face{font-family:wfu-icons;src:url('../images/fonts/wfu-icons.eot?xnqdfz');src:url('../images/fonts/wfu-icons.eot?xnqdfz#iefix') format('embedded-opentype'),url('../images/fonts/wfu-icons.ttf?xnqdfz') format('truetype'),url('../images/fonts/wfu-icons.woff?xnqdfz') format('woff'),url('../images/fonts/wfu-icons.svg?xnqdfz#wfu-icons') format('svg');font-weight:400;font-style:normal}.wfu-dashicons-media-external:before{font-family:wfu-icons;content:"\e900"}.wfu-dashicons-ftp:before{font-family:wfu-icons;content:"\e901"}.wfu-uploadedfiles .wfu-dashicons-after{margin-left:4px}.wfu-uploadedfiles .wfu-dashicons-hidden{display:none}.wfu-uploadedfiles .wfu-properties.wfu-clicked,.wfu-uploadedfiles .wfu-properties:hover{color:#00f}.wfu-uploadedfiles .wfu_unread{box-shadow:4px 0 0 inset #0f0;font-weight:700}.wfu-uploadedfiles .wfu-remarks-container:before{content:'-';width:0;display:inline-block;overflow:hidden}.wfu-adminbrowser .wfu-highlighted{box-shadow:0 -1000px 0 inset rgba(0,255,0,.2)}.wfu-historylog .wfu-highlighted{box-shadow:0 -1000px 0 inset rgba(0,255,0,.2)}.wfu_cleanlog_tr{display:none}.wfu_cleanlog_tr td{margin-top:0;padding-top:0}.wfu_selectdate_container,.wfu_selectdates_container,.wfu_selectperiod_container{display:none}.wfu_buttons_container,.wfu_includefiles_container,.wfu_selectdate_container,.wfu_selectdates_container,.wfu_selectperiod_container{margin-top:10px}.wfu_selectdate_container input[type=text],.wfu_selectdates_container input[type=text]{width:8em;text-align:center}.wfu_selectperiod_container input[type=number]{width:4em}.wfu_includefiles_container label{font-size:80%;opacity:.5}.wfu_includefiles_container input[type=checkbox]{transform:scale(.8,.8)}.wfu_buttons_container .button,.wfu_buttons_container .wfu_cleanlog_error,.wfu_includefiles_container input[type=checkbox],.wfu_includefiles_container label,.wfu_selectdate_container input[type=text],.wfu_selectdate_container label,.wfu_selectdates_container input[type=text],.wfu_selectdates_container label,.wfu_selectperiod_container input[type=number],.wfu_selectperiod_container label,.wfu_selectperiod_container select{vertical-align:middle}.wfu_cleanlog_proceed.disabled{pointer-events:none}.wfu_cleanlog_error{color:red;font-size:small}.wfu_cleanlog_error:before{content:'!';font-weight:700;margin-right:2px}.wfu_cleanlog_error.hidden{display:none}.wfu-filters{float:left}.subsubsub{margin:0;line-height:2}.subsubsub label.current{color:#000}.subsubsub label.current{font-weight:600;border:none}.subsubsub label{line-height:2;padding:.2em .2em .2em 0;text-decoration:none}.subsubsub input[type=checkbox]{margin:0 0 0 .2em}.wfu_conop_header,.wfu_pdop_header{transition:.4s;padding:6px}.wfu_conop_header label,.wfu_pdop_header label{font-weight:700;cursor:default}.wfu_conop_header.atomic label,.wfu_pdop_header.atomic label{font-weight:400}.wfu_consent_logactions,.wfu_consent_operations,.wfu_consent_permissions,.wfu_consent_questions,.wfu_consent_users,.wfu_plugin_operations{display:none}.wfu_pdheader_button{color:#777;padding:2px;border:1px solid gray;border-radius:1em;width:1em;height:1em;text-align:center;vertical-align:middle;position:relative;cursor:pointer;display:inline-block;font-size:smaller}.wfu_pdheader_button:after{content:'\02795';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.wfu_pdheader_button.expanded:after{content:'\02796'}.wfu_conop_topmost_panel,.wfu_pdop_topmost_panel{margin-left:40px;overflow:hidden}.wfu_conop_panel,.wfu_pdop_panel{margin-left:40px;display:none;overflow:hidden}.wfu_conop_level_1,.wfu_pdop_level_1{padding:10px;font-size:larger}.wfu_conop_level_2,.wfu_pdop_level_2{padding:6px;font-size:smaller}.wfu_conop_level_3,.wfu_pdop_level_3{padding:2px}.wfu_conop_level_4,.wfu_pdop_level_4{padding:2px}.wfu_conop_level_5,.wfu_pdop_level_5{padding:2px}.wfu_conop_header:hover,.wfu_pdop_header:hover{background-color:rgba(0,0,0,.2)}input[type=checkbox].wfu_conop_selector,input[type=checkbox].wfu_pdop_selector{-webkit-appearance:checkbox}.wfu_conop_button,.wfu_pdop_button{color:#777;float:right;padding:2px;border:1px solid gray;border-radius:4px;width:1em;height:1em;text-align:center;position:relative;cursor:pointer;display:none}.wfu_conop_button:after,.wfu_pdop_button:after{content:'\02795';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;font-size:smaller}.wfu_conop_button.expanded:after,.wfu_pdop_button.expanded:after{content:'\02796'}.wfu_conop_header:hover .wfu_conop_button,.wfu_pdop_header:hover .wfu_pdop_button{display:block}input[type=checkbox].wfu_conop_selector,input[type=checkbox].wfu_pdop_selector{margin:0 0 0 4px}.wfu_conquestions_operations{margin-top:20px;margin-left:40px}.wfu_conquestions_operations label{display:block;font-size:larger;font-weight:700}.wfu_conquestions_oppanel{background-color:#fff;padding:10px;display:inline-block;margin-top:10px}.wfu_conquestions_optable{border-collapse:collapse}.wfu_conquestions_optable tbody tr:hover{background-color:rgba(0,0,0,.1)}.wfu_conquestions_optable td{cursor:default}.wfu_conquestions_optable td:not(:first-child){text-align:center}.wfu_op_unassigned{background-color:#ffdb99}.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover{background-color:#e6c58a}.wfu_op_unassigned .wfu_conquestions_opinv,.wfu_op_unassigned .wfu_conquestions_opsel{background-color:#ffdb99}.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover .wfu_conquestions_opinv,.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover .wfu_conquestions_opsel{background-color:#e6c58a}.wfu_conquestions_opsel.wfu_forced_selection{opacity:.5}.wfu_frozen{pointer-events:none}.wfu_conquestions_container{margin-top:20px;margin-left:40px}.wfu_conquestion_header{font-size:larger}.wfu_conquestion_subcontainer{padding:10px}.wfu_conquestion_headerlabel{font-weight:700}.wfu_conquestion_tools{float:right}.wfu_conquestion_itemprops,.wfu_conquestion_itemspreview,.wfu_conquestion_mainprops{display:table-cell;position:relative;border:1px solid silver;padding:4ex 10px 10px 10px;vertical-align:top;min-width:10em;min-height:4ex;resize:both;overflow:auto}.wfu_conquestion_itempropstitle,.wfu_conquestion_itemspreviewtitle,.wfu_conquestion_mainpropstitle{position:absolute;top:0;left:0;height:3ex;font-size:inherit;text-align:center;width:100%;background-color:rgba(0,0,0,.1)}.wfu_conquestion_displayedtitle,.wfu_conquestion_groupedlabel,.wfu_conquestion_labellabel,.wfu_conquestion_labellocationlabel,.wfu_conquestion_matrixlabel,.wfu_conquestion_preselectedlabel,.wfu_conquestion_titlelabel,.wfu_conquestion_titlelocationlabel,.wfu_conquestion_typelabel,.wfu_conquestion_visiblelabel{display:block}.wfu_conquestion_labeltext,.wfu_conquestion_titletext{width:100%}.wfu_conquestion_matrix_x,.wfu_conquestion_matrix_y{width:4em;text-align:center}.wfu_conquestion_matrixsep{width:1em;display:inline-block;text-align:center}.wfu_empty_label{font-style:italic}.wfu_conquestion_itemtable td:hover{background-color:rgba(0,0,0,.1)}.wfu_conquestion_itemcontainer{opacity:.5}.wfu_item_selected{background-color:rgba(0,0,0,.2)}.wfu_item_assigned{color:#00f}.wfu_item_visible{opacity:1}.wfu_conquestion_btn{display:inline-block;position:relative;width:16px;height:16px;padding:0;margin:0;background:0 0;text-align:center;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}div.wfu_conquestion_btn:hover{border:1px solid #aaa}.wfu_conquestion_btn>img{width:12px;height:12px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}div.wfu_conquestion_btn.wfu_tool_disabled:hover{border:1px solid transparent}.wfu_conquestion_btn.wfu_tool_disabled>img{opacity:.4}.wfu_permissions_topmost_panel{margin-left:40px}.wfu_permissions_panel{background-color:#fff;padding:10px;display:inline-block;margin-top:20px}.wfu_perm_container{padding-right:20px}.wfu_location_cell{text-align:center}.wfu_perm_level_1{padding-left:0}.wfu_perm_level_2{padding-left:20px}.wfu_perm_level_3{padding-left:40px}.wfu_permissions_table{border-collapse:collapse}.wfu_permissions_table td:nth-child(n+2),.wfu_permissions_table tr:nth-child(2) th{border-left:1px solid rgba(0,0,0,.1)}.wfu_perm_row:hover{background-color:rgba(0,0,0,.1)}.wfu_perm_button{color:#777;border:1px solid gray;width:1.5ex;height:1.5ex;text-align:center;position:relative;cursor:pointer;display:inline-block;vertical-align:middle}.wfu_perm_button:after{content:'+';position:absolute;left:0;right:0;top:-.75ex;bottom:0;margin:auto}.wfu_perm_button:hover{color:#000}.wfu_perm_button.expanded:after{content:'-'}input[type=checkbox].wfu_location_selector{-webkit-appearance:checkbox;margin:0}.wfu_logactions_topmost_panel{margin-left:40px}.wfu_logactions_panel{background-color:#fff;padding:10px;display:inline-block;margin-top:20px}.wfu_log_container{padding-right:20px}.wfu_entity_cell{text-align:center}.wfu_log_level_1{padding-left:0}.wfu_log_level_2{padding-left:20px}.wfu_log_level_3{padding-left:40px}.wfu_logactions_table{border-collapse:collapse}.wfu_logactions_table td:nth-child(n+2),.wfu_logactions_table tr:nth-child(2) th{border-left:1px solid rgba(0,0,0,.1)}.wfu_log_row:hover{background-color:rgba(0,0,0,.1)}.wfu_log_button{color:#777;border:1px solid gray;width:1.5ex;height:1.5ex;text-align:center;position:relative;cursor:pointer;display:inline-block;vertical-align:middle}.wfu_log_button:after{content:'+';position:absolute;left:0;right:0;top:-.75ex;bottom:0;margin:auto}.wfu_log_button:hover{color:#000}.wfu_log_button.expanded:after{content:'-'}input[type=checkbox].wfu_entity_selector{-webkit-appearance:checkbox;margin:0}.wfu_pdusers_topmost_panel{margin-top:20px;margin-left:40px}.wfu_pdusers_topmost_panel>label{display:block;font-size:larger;font-weight:700}.wfu_pdusers_rolepanel,.wfu_pdusers_userpanel{margin-top:20px;margin-bottom:20px}.wfu_pdusers_roles_container,.wfu_pdusers_users_container{display:inline-block}.wfu_pdusers_roles_leftpanel,.wfu_pdusers_roles_midpanel,.wfu_pdusers_roles_rightpanel,.wfu_pdusers_users_leftpanel,.wfu_pdusers_users_midpanel,.wfu_pdusers_users_rightpanel{display:table-cell;position:relative}.wfu_pdusers_roles_leftpanel,.wfu_pdusers_roles_rightpanel{height:200px;min-width:100px}.wfu_pdusers_users_leftpanel,.wfu_pdusers_users_rightpanel{height:100px;min-width:100px}.wfu_pdusers_roles_leftpanel,.wfu_pdusers_users_leftpanel{padding:10px 10px 10px 0}.wfu_pdusers_roles_midpanel,.wfu_pdusers_users_midpanel{padding:10px 0;vertical-align:top}.wfu_pdusers_roles_rightpanel,.wfu_pdusers_users_rightpanel{padding:20px;vertical-align:top}.wfu_pdusers_roles_container>label,.wfu_pdusers_users_container>label{font-weight:700}.wfu_pdusers_users_leftpanel label{display:block}.wfu_pdusers_users_midpanel label,.wfu_pdusers_users_rightpanel label{display:block;visibility:hidden}.wfu_pdusers_users_leftpanel input[type=text]{width:100%;display:block}.wfu_pdusers_roles_leftpanel select{height:100%!important;line-height:100%!important}.wfu_pdusers_roles_leftpanel select,.wfu_pdusers_users_leftpanel select{min-width:100px;min-height:100px}.wfu_pdusers_roles_show,.wfu_pdusers_users_show{overflow-x:visible;overflow-y:scroll;height:100%}.wfu_pdusers_roles_back,.wfu_pdusers_users_back{border:1px solid gray;position:absolute;left:10px;top:10px;bottom:10px;right:10px;pointer-events:none},.wfu_pdusers_roles_back.active{background-color:rgba(255,255,255,.7)}.wfu_pdusers_roles_role,.wfu_pdusers_users_user{border:1px solid gray;text-align:center;padding:2px 24px 2px 4px;border-radius:1em;cursor:default;background-color:rgba(0,0,0,.05);position:relative;display:inline-block;white-space:nowrap}.wfu_pdusers_roles_all{text-align:center;padding:2px 20px;font-weight:700}.wfu_pdusers_roles_role span,.wfu_pdusers_users_user span{width:14px;height:14px;position:absolute;display:inline-block;right:3px;top:0;bottom:0;margin:auto;border:1px solid #888;border-radius:1em}.wfu_pdusers_roles_role span:after,.wfu_pdusers_roles_role span:before,.wfu_pdusers_users_user span:after,.wfu_pdusers_users_user span:before{content:'';height:1px;margin-top:0;position:absolute;width:10px;top:50%;right:2px;background:#888}.wfu_pdusers_roles_role span:before,.wfu_pdusers_users_user span:before{transform:rotate(45deg)}.wfu_pdusers_roles_role span:after,.wfu_pdusers_users_user span:after{transform:rotate(-45deg)}.wfu_pdusers_roles_role span:hover,.wfu_pdusers_users_user span:hover{background-color:rgba(0,0,0,.1);border:1px solid #1ebcc5}.wfu_pdusers_roles_role span:hover:after,.wfu_pdusers_roles_role span:hover:before,.wfu_pdusers_users_user span:hover:after,.wfu_pdusers_users_user span:hover:before{background:#1ebcc5}.wfu_pdusers_roles_add,.wfu_pdusers_users_add{width:20px;height:18px;display:inline-block;border:1px solid #888;border-radius:4px}.wfu_pdusers_roles_add:after,.wfu_pdusers_users_add:after{border:solid #555;border-width:0 3px 3px 0;display:inline-block;padding:3px;vertical-align:middle;transform:rotate(-45deg);content:'';margin-left:4px;margin-top:-2px}.wfu_pdusers_roles_add:hover,.wfu_pdusers_users_add:hover{border:1px solid #444;background-color:rgba(0,0,0,.1)}.wfu_pd_user_box0{width:100%}.wfu_pd_user_select0,.wfu_pdusers_users_leftpanel select{width:100%;height:100px!important;line-height:100px!important;min-width:100px;min-height:100px}
css/wordpress_file_upload_style.css CHANGED
@@ -1 +1 @@
1
- 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}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 0;padding:0;border-style:none;background:0 0;color:#000}table.file_table_clean{margin:0;padding:0;border:none;border-spacing:0;background:0 0;color:#000;width:auto}td.file_td_clean{margin:0;padding:0;border:none;border-spacing:0;background:0 0;color:#000;vertical-align:middle}
1
+ 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}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 0;padding:0;border-style:none;background:0 0;color:#000}table.file_table_clean{margin:0;padding:0;border:none;border-spacing:0px;background:0 0;color:#000;width:auto}td.file_td_clean{margin:0;padding:0;border:none;border-spacing:0px;background:0 0;color:#000;vertical-align:middle}
css/wordpress_file_upload_style_relaxed.css CHANGED
@@ -1 +1 @@
1
- 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 0;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}
1
+ 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 0;padding:0;border-style:none;background:0 0}table.file_table_clean{margin:0;padding:0;border:none;border-spacing:0px;background:0 0;width:auto}td.file_td_clean{margin:0;padding:0;border:none;border-spacing:0px;background:0 0;vertical-align:middle}
css/wordpress_file_upload_style_safe.css CHANGED
@@ -1 +1 @@
1
- input.file_input_textbox{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid;border-color:#bbb;background-color:#fff;color:#000}input.file_input_textbox:disabled{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid;border-color:#bbb;background-color:#fff;color:silver}input.file_input_textbox_nofile{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid;border-color:#bbb;background-color:red;color:#000}input.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.file_input_button_hover{width:100px;height:27px;position:absolute;top:0;margin:0;padding:0;background-color:#eee;color:#111;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#333;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input.file_input_button:disabled,input.file_input_button_hover:disabled{width:100px;height:27px;position:absolute;top:0;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.file_input_submit{width:100px;height:27px;position:relative;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.file_input_submit:focus,input.file_input_submit:hover{width:100px;height:27px;position:relative;margin:0;padding:0;background-color:#eee;color:#111;background-image:url(../images/white-grad-active.png);background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#333;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input.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.file_input_hidden{font-size:45px;position:absolute;right:0;top:0;margin:0;padding:0;-moz-opacity:0;-khtml-opacity:0;opacity:0}
1
+ input.file_input_textbox{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid;border-color:#bbb;background-color:#fff;color:#000}input.file_input_textbox:disabled{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid;border-color:#bbb;background-color:#fff;color:silver}input.file_input_textbox_nofile{position:relative;width:150px;height:25px;margin:0;padding:0;border:1px solid;border-color:#bbb;background-color:red;color:#000}input.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.file_input_button_hover{width:100px;height:27px;position:absolute;top:0;margin:0;padding:0;background-color:#eee;color:#111;background-image:url("../images/white-grad-active.png");background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#333;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input.file_input_button:disabled,input.file_input_button_hover:disabled{width:100px;height:27px;position:absolute;top:0;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.file_input_submit{width:100px;height:27px;position:relative;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.file_input_submit:focus,input.file_input_submit:hover{width:100px;height:27px;position:relative;margin:0;padding:0;background-color:#eee;color:#111;background-image:url("../images/white-grad-active.png");background-position:left top;background-repeat:repeat-x;border-style:solid;border-width:1px;border-color:#333;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}input.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.file_input_hidden{font-size:45px;position:absolute;right:0;top:0;margin:0;padding:0;-moz-opacity:0;-khtml-opacity:0;opacity:0}
languages/wp-file-upload-de_DE.mo CHANGED
Binary file
languages/wp-file-upload-de_DE.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:23+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:24+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -27,7 +28,7 @@ msgstr ""
27
 
28
  #: extensions/wfu_facebook/wfu_facebook_constants.php:26
29
  msgid "You need to login as administrator to see this page!"
30
- msgstr ""
31
 
32
  #: lib/wfu_constants.php:28
33
  msgid "Upload files"
@@ -109,6 +110,8 @@ msgid ""
109
  "You have denied to let the website keep your personal data. Upload cannot "
110
  "continue!"
111
  msgstr ""
 
 
112
 
113
  #: lib/wfu_constants.php:53
114
  msgid "Yes"
@@ -134,7 +137,7 @@ msgstr "Grösse"
134
  msgid "User"
135
  msgstr "Benutzer"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "Seite"
140
 
@@ -163,10 +166,8 @@ msgid "Remove Remote"
163
  msgstr ""
164
 
165
  #: lib/wfu_constants.php:67
166
- #, fuzzy
167
- #| msgid "Delete this file"
168
  msgid "Remove this remote file"
169
- msgstr "Diese datei löschen"
170
 
171
  #: lib/wfu_constants.php:68
172
  msgid "Sort list based on this column"
@@ -276,51 +277,59 @@ msgid ""
276
  msgstr ""
277
 
278
  #: lib/wfu_constants.php:86
 
 
 
 
279
  msgid ""
280
  "Too many files are uploaded in a short period of time. This may be a Denial-"
281
  "Of-Service attack, so file was rejected. Please check the upload log for "
282
  "suspicious behaviour."
283
  msgstr ""
284
 
285
- #: lib/wfu_constants.php:87
286
  msgid ""
287
  "File not uploaded in order to prevent overflow of the website. Please "
288
  "contact administrator."
289
  msgstr ""
290
 
291
- #: lib/wfu_constants.php:88
292
  msgid "Target folder doesn't exist."
293
  msgstr ""
294
 
295
- #: lib/wfu_constants.php:89
296
  msgid "Upload failed! Missing a temporary folder."
297
  msgstr ""
298
  "Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
299
 
300
- #: lib/wfu_constants.php:90
 
 
 
 
301
  msgid "Upload failed! Permission denied to write to target folder."
302
  msgstr ""
303
  "Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
304
 
305
- #: lib/wfu_constants.php:91
306
  msgid "File not allowed."
307
  msgstr "Dateiformat nicht erlaubt"
308
 
309
- #: lib/wfu_constants.php:92
310
  msgid "File is suspicious and was rejected."
311
  msgstr "Die Datei ist verdächtig und wurde abgelehnt."
312
 
313
- #: lib/wfu_constants.php:93
314
  msgid "The uploaded file exceeds the file size limit."
315
  msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
316
 
317
- #: lib/wfu_constants.php:94
318
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
319
  msgstr ""
320
  "Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
321
  "unterstützt."
322
 
323
- #: lib/wfu_constants.php:95
324
  msgid ""
325
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
326
  "Please contact the administrator."
@@ -328,7 +337,7 @@ msgstr ""
328
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
329
  "Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
330
 
331
- #: lib/wfu_constants.php:96
332
  msgid ""
333
  "Upload failed! The duration of the upload exceeded the time limit of the "
334
  "server. Please contact the administrator."
@@ -337,7 +346,7 @@ msgstr ""
337
  "Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
338
  "Datei von einem Rechner mit schnellerer Internetverbindung."
339
 
340
- #: lib/wfu_constants.php:97
341
  msgid ""
342
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
343
  "was specified in the HTML form."
@@ -345,21 +354,21 @@ msgstr ""
345
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
346
  "MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
347
 
348
- #: lib/wfu_constants.php:98
349
  msgid "Upload failed! The uploaded file was only partially uploaded."
350
  msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
351
 
352
- #: lib/wfu_constants.php:99
353
  msgid "Upload failed! No file was uploaded."
354
  msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
355
 
356
- #: lib/wfu_constants.php:100
357
  msgid "Upload failed! Failed to write file to disk."
358
  msgstr ""
359
  "Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
360
  "schreiben."
361
 
362
- #: lib/wfu_constants.php:101
363
  msgid ""
364
  "Upload failed! Error occured while moving temporary file. Please contact "
365
  "administrator."
@@ -367,11 +376,11 @@ msgstr ""
367
  "Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
368
  "Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
369
 
370
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
371
  msgid "Upload cancelled!"
372
  msgstr "Upload-abgesagt!"
373
 
374
- #: lib/wfu_constants.php:103
375
  msgid ""
376
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
377
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -382,21 +391,21 @@ msgstr ""
382
  "Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
383
  "kann phpinfo() helfen."
384
 
385
- #: lib/wfu_constants.php:104
386
  msgid "Upload failed! Error occured while attemting to upload the file."
387
  msgstr ""
388
  "Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
389
  "aufgetreten."
390
 
391
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
392
  msgid "Upload failed!"
393
  msgstr "Hochladen fehlgeschlagen!"
394
 
395
- #: lib/wfu_constants.php:106
396
  msgid "No file!"
397
  msgstr "Keine Datei!"
398
 
399
- #: lib/wfu_constants.php:107
400
  msgid ""
401
  "Upload failed! The upload has been canceled by the user or the browser "
402
  "dropped the connection."
@@ -404,27 +413,27 @@ msgstr ""
404
  "Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
405
  "oder der Browser hat die Verbindung verloren."
406
 
407
- #: lib/wfu_constants.php:108
408
  msgid "Upload failed! Unknown error."
409
  msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
410
 
411
- #: lib/wfu_constants.php:109
412
  msgid "Please contact the administrator."
413
  msgstr "Bitte kontaktieren Sie den Administrator."
414
 
415
- #: lib/wfu_constants.php:110
416
  msgid "No result from remote server!"
417
  msgstr "Kein Ergebnis vom Remote-Server!"
418
 
419
- #: lib/wfu_constants.php:111
420
  msgid " but with warnings"
421
  msgstr " aber mit Warnhinweisen"
422
 
423
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
424
  msgid "Warning: JSON parse error."
425
  msgstr "Warnung: JSON-Parser-Fehler."
426
 
427
- #: lib/wfu_constants.php:113
428
  msgid ""
429
  "Upload parameters of this file, passed as JSON string to the handler, could "
430
  "not be parsed."
@@ -432,21 +441,21 @@ msgstr ""
432
  "Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
433
  "konnte nicht analysiert werden."
434
 
435
- #: lib/wfu_constants.php:115
436
  msgid ""
437
  "UploadStates, passed as JSON string to the handler, could not be parsed."
438
  msgstr ""
439
  "Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
440
  "analysiert werden."
441
 
442
- #: lib/wfu_constants.php:116
443
  msgid ""
444
  "Redirection to classic form functionality occurred due to unknown error."
445
  msgstr ""
446
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
447
  "unbekannter Fehler aufgetreten."
448
 
449
- #: lib/wfu_constants.php:117
450
  msgid ""
451
  "Redirection to classic form functionality occurred because AJAX is not "
452
  "supported."
@@ -454,7 +463,7 @@ msgstr ""
454
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
455
  "aufgetreten, weil AJAX nicht unterstützt wird."
456
 
457
- #: lib/wfu_constants.php:118
458
  msgid ""
459
  "Redirection to classic form functionality occurred because HTML5 is not "
460
  "supported."
@@ -462,59 +471,59 @@ msgstr ""
462
  "Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
463
  "aufgetreten, da HTML5 nicht unterstützt wird."
464
 
465
- #: lib/wfu_constants.php:119
466
  msgid ""
467
  "Redirection to classic form functionality occurred due to JSON parse error."
468
  msgstr ""
469
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
470
  "aufgetreten beim Parsen von JSON."
471
 
472
- #: lib/wfu_constants.php:120
473
  msgid "Please enable popup windows from the browser's settings!"
474
  msgstr ""
475
  "Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
476
 
477
- #: lib/wfu_constants.php:121
478
  msgid "cannot be empty!"
479
  msgstr "darf nicht leer sein!"
480
 
481
- #: lib/wfu_constants.php:122
482
  msgid "number not valid!"
483
  msgstr "Nummer nicht gültig!"
484
 
485
- #: lib/wfu_constants.php:123
486
  msgid "email not valid!"
487
  msgstr "email adresse ist ungültig!"
488
 
489
- #: lib/wfu_constants.php:124
490
  msgid "emails do not match!"
491
  msgstr "emails stimmen nicht überein!"
492
 
493
- #: lib/wfu_constants.php:125
494
  msgid "no base email field in group!"
495
  msgstr "keine basis email feld in der gruppe!"
496
 
497
- #: lib/wfu_constants.php:126
498
  msgid "passwords do not match!"
499
  msgstr "passwörter stimmen nicht überein"
500
 
501
- #: lib/wfu_constants.php:127
502
  msgid "no base password field in group!"
503
  msgstr "keine basispasswortfeld in der gruppe!"
504
 
505
- #: lib/wfu_constants.php:128
506
  msgid "checkbox unchecked!"
507
  msgstr "checkBox nicht aktiviert!"
508
 
509
- #: lib/wfu_constants.php:129
510
  msgid "no option selected!"
511
  msgstr "keine optionen selektiert!"
512
 
513
- #: lib/wfu_constants.php:130
514
  msgid "no item selected!"
515
  msgstr "keine dateien ausgewählt!"
516
 
517
- #: lib/wfu_constants.php:131
518
  msgid ""
519
  "There are more than one instances of the plugin in this page with the same "
520
  "id. Please change it."
@@ -522,7 +531,7 @@ msgstr ""
522
  "Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
523
  "Bitte ändern Sie dies."
524
 
525
- #: lib/wfu_constants.php:132
526
  msgid ""
527
  "Cannot edit the shortcode because the page has been modified. Please reload "
528
  "the page."
@@ -530,19 +539,19 @@ msgstr ""
530
  "Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
531
  "Laden Sie die Seite erneut."
532
 
533
- #: lib/wfu_constants.php:133
534
  msgid "Your browser does not support webcam capture!"
535
- msgstr ""
536
 
537
- #: lib/wfu_constants.php:134
538
  msgid "Your browser does not support video recording from the webcam!"
539
- msgstr ""
540
 
541
- #: lib/wfu_constants.php:135
542
  msgid "No video was recorded!"
543
  msgstr ""
544
 
545
- #: lib/wfu_constants.php:136
546
  msgid ""
547
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
548
  "or use RecaptchaV2 (no account)."
@@ -550,23 +559,23 @@ msgstr ""
550
  "Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
551
  "Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
552
 
553
- #: lib/wfu_constants.php:137
554
  msgid ""
555
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
556
  "notify administrator."
557
  msgstr ""
558
 
559
- #: lib/wfu_constants.php:138
560
  msgid ""
561
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
562
  "use RecaptchaV1 (no account)."
563
  msgstr ""
564
 
565
- #: lib/wfu_constants.php:139
566
  msgid "ERROR: No site key. Please contact administrator!"
567
  msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
568
 
569
- #: lib/wfu_constants.php:140
570
  msgid ""
571
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
572
  "define Google Recaptcha keys."
@@ -574,152 +583,152 @@ msgstr ""
574
  "Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
575
  "Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
576
 
577
- #: lib/wfu_constants.php:141
578
  msgid "Bad captcha image!"
579
  msgstr "Schlechten Captcha-Bild!"
580
 
581
- #: lib/wfu_constants.php:142
582
  msgid "No input!"
583
  msgstr "Keine Eingabe!"
584
 
585
- #: lib/wfu_constants.php:143
586
  msgid "Captcha not completed!"
587
  msgstr "Captcha nicht abgeschlossen!"
588
 
589
- #: lib/wfu_constants.php:144
590
  msgid "Wrong captcha!"
591
  msgstr "Falsche Captcha!"
592
 
593
- #: lib/wfu_constants.php:145
594
  msgid "Error refreshing captcha!"
595
  msgstr "Fehler erfrischenden captcha!"
596
 
597
- #: lib/wfu_constants.php:146
598
  msgid "Unknown captcha error!"
599
  msgstr "Captcha unbekannter Fehler"
600
 
601
- #: lib/wfu_constants.php:147
602
  msgid "Captcha not supported by your browser!"
603
  msgstr "Captcha von Ihrem Browser nicht unterstützt!"
604
 
605
- #: lib/wfu_constants.php:148
606
  msgid "the secret parameter is missing"
607
  msgstr "das Geheimnis Parameter fehlt"
608
 
609
- #: lib/wfu_constants.php:149
610
  msgid "the secret parameter is invalid or malformed"
611
  msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
612
 
613
- #: lib/wfu_constants.php:150
614
  msgid "the response parameter is missing"
615
  msgstr "die Antwort Parameter fehlt"
616
 
617
- #: lib/wfu_constants.php:151
618
  msgid "the response parameter is invalid or malformed"
619
  msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
620
 
621
- #: lib/wfu_constants.php:152
622
  msgid "Please do not use drag drop due to an internal problem."
623
  msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
624
 
625
- #: lib/wfu_constants.php:153
626
  #, php-format
627
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
628
  msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
629
 
630
- #: lib/wfu_constants.php:154
631
  msgid "Chunked upload is not allowed!"
632
  msgstr "Chunked Hochladen ist nicht erlaubt!"
633
 
634
- #: lib/wfu_constants.php:155
635
  msgid "Chunked upload aborted due to error in previous chunk!"
636
  msgstr ""
637
  "Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
638
 
639
- #: lib/wfu_constants.php:156
640
  msgid "Chunked upload failed, final file could not be created!"
641
  msgstr ""
642
  "Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
643
  "werden!"
644
 
645
- #: lib/wfu_constants.php:157
646
  #, php-format
647
  msgid "Could not write file chuck to destination on chunk %d"
648
  msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
649
 
650
- #: lib/wfu_constants.php:158
651
  #, php-format
652
  msgid "Could not enlarge destination file on chunk %d"
653
  msgstr "Datei konnte nicht vergrößern am chunk %d"
654
 
655
- #: lib/wfu_constants.php:159
656
  #, php-format
657
  msgid "Could not open file handles on chunk %d"
658
  msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
659
 
660
- #: lib/wfu_constants.php:160
661
  msgid "You are not allowed to download this file!"
662
- msgstr ""
663
 
664
- #: lib/wfu_constants.php:161
665
  msgid "File does not exist!"
666
  msgstr ""
667
 
668
- #: lib/wfu_constants.php:162
669
  msgid "Could not download file!"
670
  msgstr ""
671
 
672
- #: lib/wfu_constants.php:163
673
  msgid "You are not allowed to delete this file!"
674
  msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
675
 
676
- #: lib/wfu_constants.php:164
677
  msgid "File was not deleted!"
678
  msgstr ""
679
 
680
- #: lib/wfu_constants.php:165
681
  msgid "No file was deleted!"
682
  msgstr ""
683
 
684
- #: lib/wfu_constants.php:166
685
  msgid "Some files were not deleted!"
686
  msgstr ""
687
 
688
- #: lib/wfu_constants.php:168
689
  msgid "Upload skipped! File already exists."
690
  msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
691
 
692
- #: lib/wfu_constants.php:169
693
  msgid "The extension of the file does not match its contents."
694
  msgstr ""
695
 
696
- #: lib/wfu_constants.php:170
697
  msgid ""
698
  "Upload succeeded but the file is suspicious because its contents do not "
699
  "match its extension. Its proper filename is: "
700
  msgstr ""
701
 
702
- #: lib/wfu_constants.php:171
703
  msgid "No files have been selected!"
704
  msgstr "Keine Dateien ausgewählt!"
705
 
706
- #: lib/wfu_constants.php:172
707
  msgid "Please complete the consent question before continuing the upload!"
708
  msgstr ""
709
 
710
- #: lib/wfu_constants.php:173
711
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
712
  msgstr ""
713
  "WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
714
  "hochgeladen wurden."
715
 
716
- #: lib/wfu_constants.php:174
717
  msgid "Notification email was not sent because there were no files uploaded."
718
  msgstr ""
719
  "Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
720
  "hochgeladen worden sind."
721
 
722
- #: lib/wfu_constants.php:175
723
  msgid ""
724
  "Notification email was not sent because no recipients were defined. Please "
725
  "check notifyrecipients attribute in the shortcode."
@@ -728,7 +737,7 @@ msgstr ""
728
  "definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
729
  "Shortcode."
730
 
731
- #: lib/wfu_constants.php:176
732
  msgid ""
733
  "Notification email was not sent due to an error. Please check "
734
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -736,7 +745,7 @@ msgstr ""
736
  "E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
737
  "überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
738
 
739
- #: lib/wfu_constants.php:177
740
  msgid ""
741
  "Redirection not executed because redirection link is empty. Please check "
742
  "redirectlink attribute."
@@ -744,18 +753,18 @@ msgstr ""
744
  "Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
745
  "überprüfen Sie das redirectlink Attribut."
746
 
747
- #: lib/wfu_constants.php:178
748
  msgid ""
749
  "Redirection not executed because not all files were successfully uploaded."
750
  msgstr ""
751
  "Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
752
  "wurden."
753
 
754
- #: lib/wfu_constants.php:179
755
  msgid "Potential Denial-Of-Service Attack on {SITE}"
756
  msgstr ""
757
 
758
- #: lib/wfu_constants.php:180
759
  msgid ""
760
  "Hello admin\n"
761
  "\n"
@@ -775,19 +784,19 @@ msgid ""
775
  "Thanks"
776
  msgstr ""
777
 
778
- #: lib/wfu_constants.php:181
779
  msgid ""
780
  "You have activated an alternative insecure Iptanus Services Server. For "
781
  "details please contact info@iptanus.com."
782
  msgstr ""
783
 
784
- #: lib/wfu_constants.php:182
785
  msgid ""
786
  "Iptanus Services Server is unreachable. This may cause problems on some "
787
  "plugin functions. Please read this :article: for resolution."
788
  msgstr ""
789
 
790
- #: lib/wfu_constants.php:184
791
  msgid ""
792
  "Failed to add the shortcode to the page/post. Please try again. If the "
793
  "message persists, contact administrator."
@@ -796,7 +805,7 @@ msgstr ""
796
  "versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
797
  "Administrator."
798
 
799
- #: lib/wfu_constants.php:185
800
  msgid ""
801
  "Failed to edit the shortcode because the contents of the page changed. Try "
802
  "again to edit the shortcode."
@@ -804,7 +813,7 @@ msgstr ""
804
  "Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
805
  "hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
806
 
807
- #: lib/wfu_constants.php:186
808
  msgid ""
809
  "Failed to delete the shortcode because the contents of the page changed. Try "
810
  "again to delete it."
@@ -812,7 +821,7 @@ msgstr ""
812
  "Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
813
  "geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
814
 
815
- #: lib/wfu_constants.php:187
816
  msgid ""
817
  "The page containing the shortcode has been modified and it is no longer "
818
  "valid. Please go back to reload the shortcode."
@@ -820,7 +829,7 @@ msgstr ""
820
  "Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
821
  "Bitte gehen Sie zurück um zu den Shortcode zu laden."
822
 
823
- #: lib/wfu_constants.php:188
824
  msgid ""
825
  "Failed to update the shortcode because the contents of the page changed. Go "
826
  "back to reload the shortcode."
@@ -828,7 +837,7 @@ msgstr ""
828
  "Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
829
  "geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
830
 
831
- #: lib/wfu_constants.php:189
832
  msgid ""
833
  "Failed to update the shortcode. Please try again. If the problem persists, "
834
  "go back and reload the shortcode."
@@ -837,39 +846,39 @@ msgstr ""
837
  "Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
838
  "Shortcode neu."
839
 
840
- #: lib/wfu_constants.php:191
841
  msgid "This is a test message"
842
  msgstr "This is a test message"
843
 
844
- #: lib/wfu_constants.php:192
845
  msgid "This is a test administrator message"
846
  msgstr "Dies ist eine Test-Admin-Nachricht"
847
 
848
- #: lib/wfu_constants.php:193
849
  msgid "File testfile 1 under test"
850
  msgstr "Datei testfile 1 wird getestet"
851
 
852
- #: lib/wfu_constants.php:194
853
  msgid "File testfile 1 message"
854
  msgstr "Datei testfile 1 Nachricht"
855
 
856
- #: lib/wfu_constants.php:195
857
  msgid "File testfile 1 administrator message"
858
  msgstr "Datei testfile 1 Admin-Nachricht"
859
 
860
- #: lib/wfu_constants.php:196
861
  msgid "File testfile 2 under test"
862
  msgstr "File testfile 2 wird getestet"
863
 
864
- #: lib/wfu_constants.php:197
865
  msgid "File testfile 2 message"
866
  msgstr "Datei testfile 2 Nachricht"
867
 
868
- #: lib/wfu_constants.php:198
869
  msgid "File testfile 2 administrator message"
870
  msgstr "Datei testfile 2 Admin-Nachricht"
871
 
872
- #: lib/wfu_constants.php:200
873
  msgid ""
874
  "Insert variable %userid% inside text. It will be replaced by the id of the "
875
  "current user."
@@ -877,7 +886,7 @@ msgstr ""
877
  "Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
878
  "aktuellen Benutzers ersetzt."
879
 
880
- #: lib/wfu_constants.php:201
881
  msgid ""
882
  "Insert variable %username% inside text. It will be replaced by the username "
883
  "of the current user."
@@ -885,7 +894,7 @@ msgstr ""
885
  "Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
886
  "Benutzernamen des aktuellen Benutzers ersetzt."
887
 
888
- #: lib/wfu_constants.php:202
889
  msgid ""
890
  "Insert variable %useremail% inside text. It will be replaced by the email of "
891
  "the current user."
@@ -893,7 +902,7 @@ msgstr ""
893
  "Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
894
  "Mail-Adresse des aktuellen Benutzers ersetzt."
895
 
896
- #: lib/wfu_constants.php:203
897
  msgid ""
898
  "Insert variable %filename% inside text. It will be replaced by the filename "
899
  "of the uploaded file."
@@ -901,7 +910,7 @@ msgstr ""
901
  "Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
902
  "der hochgeladenen Dateien ersetzt."
903
 
904
- #: lib/wfu_constants.php:204
905
  msgid ""
906
  "Insert variable %filepath% inside text. It will be replaced by the full "
907
  "filepath of the uploaded file."
@@ -909,7 +918,7 @@ msgstr ""
909
  "Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
910
  "vollständige Dateipfad der hochgeladenen Dateien ersetzt."
911
 
912
- #: lib/wfu_constants.php:205
913
  msgid ""
914
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
915
  "the website."
@@ -917,7 +926,7 @@ msgstr ""
917
  "Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
918
  "der Website ersetzt werden."
919
 
920
- #: lib/wfu_constants.php:206
921
  msgid ""
922
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
923
  "current page."
@@ -925,7 +934,7 @@ msgstr ""
925
  "Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
926
  "aktuellen Seite ersetzt."
927
 
928
- #: lib/wfu_constants.php:207
929
  msgid ""
930
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
931
  "the current page."
@@ -933,7 +942,7 @@ msgstr ""
933
  "Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
934
  "Title des aktuellen Benutzers ersetzt."
935
 
936
- #: lib/wfu_constants.php:208
937
  msgid ""
938
  "Insert variable %userdataXXX% inside text. Select the user field from the "
939
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -943,239 +952,288 @@ msgstr ""
943
  "Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
944
  "ersetzt, die der Benutzer in dieses Feld eingetragen hat."
945
 
946
- #: lib/wfu_constants.php:209
947
  msgid "Insert variable %n% inside text to denote a line change."
948
  msgstr ""
949
  "Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
950
  "kennzeichnen."
951
 
952
- #: lib/wfu_constants.php:211
953
  #, php-format
954
  msgid "File %filename% uploaded successfully but not saved"
955
  msgstr ""
956
 
957
- #: lib/wfu_constants.php:212
958
  msgid "Test Mode"
959
  msgstr "Test Modus"
960
 
961
- #: lib/wfu_constants.php:213
962
  msgid "select dir..."
963
  msgstr "Wählen Sie das Verzeichnis ..."
964
 
965
- #: lib/wfu_constants.php:214
966
  msgid "type dir"
967
  msgstr "Geben Sie das Verzeichnis ein"
968
 
969
- #: lib/wfu_constants.php:215
970
  msgid "Upload path: %filepath%"
971
  msgstr "Upload-Pfad: %filepath%"
972
 
973
- #: lib/wfu_constants.php:216
974
  msgid "Failed upload path: %filepath%"
975
  msgstr "Fehlerhafter Upload-Pfad: %filepath%"
976
 
977
- #: lib/wfu_constants.php:217
978
  msgid " (required)"
979
  msgstr "(erforderlich)"
980
 
981
- #: lib/wfu_constants.php:218
982
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
983
  msgstr ""
984
  "Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
985
  "verlassen wollen?"
986
 
987
- #: lib/wfu_constants.php:219
988
  msgid "checking captcha..."
989
  msgstr "Prüfung captcha..."
990
 
991
- #: lib/wfu_constants.php:220
992
  msgid "refreshing..."
993
  msgstr "erfrischend..."
994
 
995
- #: lib/wfu_constants.php:221
996
  msgid "correct captcha"
997
  msgstr "korrekte captcha"
998
 
999
- #: lib/wfu_constants.php:222
1000
  msgid "click to continue the upload"
1001
  msgstr "Klicken Sie, um das Hochladen fortsetzen"
1002
 
1003
- #: lib/wfu_constants.php:223
1004
  msgid "Are you sure you want to delete this file?"
1005
  msgstr "Sind sie sicher, dass Sie diese Datei löschen wollen?"
1006
 
1007
- #: lib/wfu_constants.php:224
1008
  msgid "Are you sure you want to delete these files?"
1009
  msgstr ""
1010
 
1011
- #: lib/wfu_constants.php:225
1012
  msgid "Bulk Actions"
1013
  msgstr ""
1014
 
1015
- #: lib/wfu_constants.php:226
1016
  msgid "Apply"
1017
  msgstr ""
1018
 
1019
- #: lib/wfu_constants.php:228
1020
  msgid "of "
1021
  msgstr "von "
1022
 
1023
- #: lib/wfu_constants.php:229
1024
  msgid "Are you sure that you want to cancel the upload?"
1025
  msgstr ""
1026
 
1027
- #: lib/wfu_constants.php:230
1028
  msgid "cancel upload of this file"
1029
  msgstr ""
1030
 
1031
- #: lib/wfu_constants.php:231
1032
  msgid "Upload in progress"
1033
  msgstr "Upload läuft"
1034
 
1035
- #: lib/wfu_constants.php:232
1036
  msgid "Upload in progress with warnings!"
1037
  msgstr "Upload läuft mit Warnhinweisen!"
1038
 
1039
- #: lib/wfu_constants.php:233
1040
  msgid "Upload in progress but some files already failed!"
1041
  msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
1042
 
1043
- #: lib/wfu_constants.php:234
1044
  msgid "Upload in progress but no files uploaded so far!"
1045
  msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
1046
 
1047
- #: lib/wfu_constants.php:235
1048
  msgid "All files uploaded successfully"
1049
  msgstr "Alle Dateien erfolgreich hochgeladen"
1050
 
1051
- #: lib/wfu_constants.php:236
1052
  msgid "All files uploaded successfully but there are warnings!"
1053
  msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1054
 
1055
- #: lib/wfu_constants.php:237
1056
  msgid "File uploaded successfully but there are warnings!"
1057
  msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1058
 
1059
- #: lib/wfu_constants.php:238
1060
  msgid "Some files failed to upload!"
1061
  msgstr "Einige Dateien konnten nicht hochgeladen werden!"
1062
 
1063
- #: lib/wfu_constants.php:239
1064
  msgid "All files failed to upload"
1065
  msgstr "Alle Dateien konnten nicht hochgeladen werden"
1066
 
1067
- #: lib/wfu_constants.php:240
1068
  msgid "File failed to upload"
1069
  msgstr "Datei konnte nicht hochgeladen werden"
1070
 
1071
- #: lib/wfu_constants.php:241
1072
  msgid "There are no files to upload!"
1073
  msgstr "Es gibt keine Dateien zum Hochladen!"
1074
 
1075
- #: lib/wfu_constants.php:242
1076
  msgid "Test upload message"
1077
  msgstr "Test-Upload-Nachricht"
1078
 
1079
- #: lib/wfu_constants.php:243
1080
  msgid "JSON parse warning!"
1081
  msgstr "JSON parse Warnung!"
1082
 
1083
- #: lib/wfu_constants.php:244
1084
  msgid "please wait while redirecting..."
1085
  msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
1086
 
1087
- #: lib/wfu_constants.php:246
1088
  msgid "Submitting data"
1089
  msgstr ""
1090
 
1091
- #: lib/wfu_constants.php:247
1092
  msgid "Data submitted successfully!"
1093
  msgstr ""
1094
 
1095
- #: lib/wfu_constants.php:248
1096
  msgid "Data were not submitted!"
1097
  msgstr ""
1098
 
1099
- #: lib/wfu_constants.php:249
1100
  msgid "Cancelling upload"
1101
  msgstr ""
1102
 
1103
- #: lib/wfu_constants.php:251
1104
  msgid "Upload succeeded!"
1105
  msgstr ""
1106
 
1107
- #: lib/wfu_constants.php:252
1108
  msgid "Upload completed but no files were saved!"
1109
  msgstr ""
1110
 
1111
- #: lib/wfu_constants.php:253
1112
  msgid "File was not saved due to personal data policy!"
1113
  msgstr ""
1114
 
1115
- #: lib/wfu_constants.php:254
1116
  msgid "Open visual shortcode editor in new window"
1117
  msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
1118
 
1119
- #: lib/wfu_constants.php:255
1120
  msgid "loading visual editor"
1121
  msgstr "visueller Editor laden"
1122
 
1123
- #: lib/wfu_constants.php:256
1124
  msgid "Clear file list?"
1125
  msgstr "Klar Dateiliste?"
1126
 
1127
- #: lib/wfu_constants.php:257
1128
  msgid "DROP HERE"
1129
  msgstr "HIER ABLEGEN"
1130
 
1131
- #: lib/wfu_constants.php:259
1132
  msgid "record video"
1133
  msgstr ""
1134
 
1135
- #: lib/wfu_constants.php:260
1136
  msgid "take a picture"
1137
  msgstr ""
1138
 
1139
- #: lib/wfu_constants.php:261
1140
  msgid "turn webcam on/off"
1141
  msgstr ""
1142
 
1143
- #: lib/wfu_constants.php:262
1144
  msgid "go live again"
1145
  msgstr ""
1146
 
1147
- #: lib/wfu_constants.php:263
1148
  msgid "end recording"
1149
  msgstr ""
1150
 
1151
- #: lib/wfu_constants.php:264
1152
  msgid "play"
1153
  msgstr ""
1154
 
1155
- #: lib/wfu_constants.php:265
1156
  msgid "pause"
1157
  msgstr ""
1158
 
1159
- #: lib/wfu_constants.php:266
1160
  msgid "go to the beginning"
1161
  msgstr ""
1162
 
1163
- #: lib/wfu_constants.php:267
1164
  msgid "go to the end"
1165
  msgstr ""
1166
 
1167
- #: lib/wfu_constants.php:269
1168
  msgid "Wordpress File Upload Form"
1169
  msgstr "Wordpress Datei Upload Formular"
1170
 
1171
- #: lib/wfu_constants.php:270
1172
  msgid "Wordpress File Upload plugin uploader for sidebars"
1173
  msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
1174
 
1175
- #: lib/wfu_constants.php:271
1176
  msgid "Upload Files"
1177
  msgstr "Dateien hochladen"
1178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1179
  #~ msgid "Targer folder doesn't exist."
1180
  #~ msgstr "Ziel-Ordner nicht vorhanden ist."
1181
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:05+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:09+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
28
 
29
  #: extensions/wfu_facebook/wfu_facebook_constants.php:26
30
  msgid "You need to login as administrator to see this page!"
31
+ msgstr "Sie müssen sich als Administrator anmelden, um diese Seite zu sehen!"
32
 
33
  #: lib/wfu_constants.php:28
34
  msgid "Upload files"
110
  "You have denied to let the website keep your personal data. Upload cannot "
111
  "continue!"
112
  msgstr ""
113
+ "Sie haben sich geweigert, dass die Website Ihre persönlichen Daten "
114
+ "speichert. Der Upload kann nicht fortgesetzt werden!"
115
 
116
  #: lib/wfu_constants.php:53
117
  msgid "Yes"
137
  msgid "User"
138
  msgstr "Benutzer"
139
 
140
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
141
  msgid "Page"
142
  msgstr "Seite"
143
 
166
  msgstr ""
167
 
168
  #: lib/wfu_constants.php:67
 
 
169
  msgid "Remove this remote file"
170
+ msgstr "Entfernen Sie diese Remote-Datei"
171
 
172
  #: lib/wfu_constants.php:68
173
  msgid "Sort list based on this column"
277
  msgstr ""
278
 
279
  #: lib/wfu_constants.php:86
280
+ msgid "Error. This file was rejected because its not a valid image."
281
+ msgstr ""
282
+
283
+ #: lib/wfu_constants.php:87
284
  msgid ""
285
  "Too many files are uploaded in a short period of time. This may be a Denial-"
286
  "Of-Service attack, so file was rejected. Please check the upload log for "
287
  "suspicious behaviour."
288
  msgstr ""
289
 
290
+ #: lib/wfu_constants.php:88
291
  msgid ""
292
  "File not uploaded in order to prevent overflow of the website. Please "
293
  "contact administrator."
294
  msgstr ""
295
 
296
+ #: lib/wfu_constants.php:89
297
  msgid "Target folder doesn't exist."
298
  msgstr ""
299
 
300
+ #: lib/wfu_constants.php:90
301
  msgid "Upload failed! Missing a temporary folder."
302
  msgstr ""
303
  "Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
304
 
305
+ #: lib/wfu_constants.php:91
306
+ msgid "Not allowed to upload to target folder."
307
+ msgstr ""
308
+
309
+ #: lib/wfu_constants.php:92
310
  msgid "Upload failed! Permission denied to write to target folder."
311
  msgstr ""
312
  "Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
313
 
314
+ #: lib/wfu_constants.php:93
315
  msgid "File not allowed."
316
  msgstr "Dateiformat nicht erlaubt"
317
 
318
+ #: lib/wfu_constants.php:94
319
  msgid "File is suspicious and was rejected."
320
  msgstr "Die Datei ist verdächtig und wurde abgelehnt."
321
 
322
+ #: lib/wfu_constants.php:95
323
  msgid "The uploaded file exceeds the file size limit."
324
  msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
325
 
326
+ #: lib/wfu_constants.php:96
327
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
328
  msgstr ""
329
  "Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
330
  "unterstützt."
331
 
332
+ #: lib/wfu_constants.php:97
333
  msgid ""
334
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
335
  "Please contact the administrator."
337
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
338
  "Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
339
 
340
+ #: lib/wfu_constants.php:98
341
  msgid ""
342
  "Upload failed! The duration of the upload exceeded the time limit of the "
343
  "server. Please contact the administrator."
346
  "Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
347
  "Datei von einem Rechner mit schnellerer Internetverbindung."
348
 
349
+ #: lib/wfu_constants.php:99
350
  msgid ""
351
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
352
  "was specified in the HTML form."
354
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
355
  "MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
356
 
357
+ #: lib/wfu_constants.php:100
358
  msgid "Upload failed! The uploaded file was only partially uploaded."
359
  msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
360
 
361
+ #: lib/wfu_constants.php:101
362
  msgid "Upload failed! No file was uploaded."
363
  msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
364
 
365
+ #: lib/wfu_constants.php:102
366
  msgid "Upload failed! Failed to write file to disk."
367
  msgstr ""
368
  "Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
369
  "schreiben."
370
 
371
+ #: lib/wfu_constants.php:103
372
  msgid ""
373
  "Upload failed! Error occured while moving temporary file. Please contact "
374
  "administrator."
376
  "Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
377
  "Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
378
 
379
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
380
  msgid "Upload cancelled!"
381
  msgstr "Upload-abgesagt!"
382
 
383
+ #: lib/wfu_constants.php:105
384
  msgid ""
385
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
386
  "a way to ascertain which extension caused the file upload to stop; examining "
391
  "Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
392
  "kann phpinfo() helfen."
393
 
394
+ #: lib/wfu_constants.php:106
395
  msgid "Upload failed! Error occured while attemting to upload the file."
396
  msgstr ""
397
  "Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
398
  "aufgetreten."
399
 
400
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
401
  msgid "Upload failed!"
402
  msgstr "Hochladen fehlgeschlagen!"
403
 
404
+ #: lib/wfu_constants.php:108
405
  msgid "No file!"
406
  msgstr "Keine Datei!"
407
 
408
+ #: lib/wfu_constants.php:109
409
  msgid ""
410
  "Upload failed! The upload has been canceled by the user or the browser "
411
  "dropped the connection."
413
  "Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
414
  "oder der Browser hat die Verbindung verloren."
415
 
416
+ #: lib/wfu_constants.php:110
417
  msgid "Upload failed! Unknown error."
418
  msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
419
 
420
+ #: lib/wfu_constants.php:111
421
  msgid "Please contact the administrator."
422
  msgstr "Bitte kontaktieren Sie den Administrator."
423
 
424
+ #: lib/wfu_constants.php:112
425
  msgid "No result from remote server!"
426
  msgstr "Kein Ergebnis vom Remote-Server!"
427
 
428
+ #: lib/wfu_constants.php:113
429
  msgid " but with warnings"
430
  msgstr " aber mit Warnhinweisen"
431
 
432
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
433
  msgid "Warning: JSON parse error."
434
  msgstr "Warnung: JSON-Parser-Fehler."
435
 
436
+ #: lib/wfu_constants.php:115
437
  msgid ""
438
  "Upload parameters of this file, passed as JSON string to the handler, could "
439
  "not be parsed."
441
  "Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
442
  "konnte nicht analysiert werden."
443
 
444
+ #: lib/wfu_constants.php:117
445
  msgid ""
446
  "UploadStates, passed as JSON string to the handler, could not be parsed."
447
  msgstr ""
448
  "Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
449
  "analysiert werden."
450
 
451
+ #: lib/wfu_constants.php:118
452
  msgid ""
453
  "Redirection to classic form functionality occurred due to unknown error."
454
  msgstr ""
455
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
456
  "unbekannter Fehler aufgetreten."
457
 
458
+ #: lib/wfu_constants.php:119
459
  msgid ""
460
  "Redirection to classic form functionality occurred because AJAX is not "
461
  "supported."
463
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
464
  "aufgetreten, weil AJAX nicht unterstützt wird."
465
 
466
+ #: lib/wfu_constants.php:120
467
  msgid ""
468
  "Redirection to classic form functionality occurred because HTML5 is not "
469
  "supported."
471
  "Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
472
  "aufgetreten, da HTML5 nicht unterstützt wird."
473
 
474
+ #: lib/wfu_constants.php:121
475
  msgid ""
476
  "Redirection to classic form functionality occurred due to JSON parse error."
477
  msgstr ""
478
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
479
  "aufgetreten beim Parsen von JSON."
480
 
481
+ #: lib/wfu_constants.php:122
482
  msgid "Please enable popup windows from the browser's settings!"
483
  msgstr ""
484
  "Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
485
 
486
+ #: lib/wfu_constants.php:123
487
  msgid "cannot be empty!"
488
  msgstr "darf nicht leer sein!"
489
 
490
+ #: lib/wfu_constants.php:124
491
  msgid "number not valid!"
492
  msgstr "Nummer nicht gültig!"
493
 
494
+ #: lib/wfu_constants.php:125
495
  msgid "email not valid!"
496
  msgstr "email adresse ist ungültig!"
497
 
498
+ #: lib/wfu_constants.php:126
499
  msgid "emails do not match!"
500
  msgstr "emails stimmen nicht überein!"
501
 
502
+ #: lib/wfu_constants.php:127
503
  msgid "no base email field in group!"
504
  msgstr "keine basis email feld in der gruppe!"
505
 
506
+ #: lib/wfu_constants.php:128
507
  msgid "passwords do not match!"
508
  msgstr "passwörter stimmen nicht überein"
509
 
510
+ #: lib/wfu_constants.php:129
511
  msgid "no base password field in group!"
512
  msgstr "keine basispasswortfeld in der gruppe!"
513
 
514
+ #: lib/wfu_constants.php:130
515
  msgid "checkbox unchecked!"
516
  msgstr "checkBox nicht aktiviert!"
517
 
518
+ #: lib/wfu_constants.php:131
519
  msgid "no option selected!"
520
  msgstr "keine optionen selektiert!"
521
 
522
+ #: lib/wfu_constants.php:132
523
  msgid "no item selected!"
524
  msgstr "keine dateien ausgewählt!"
525
 
526
+ #: lib/wfu_constants.php:133
527
  msgid ""
528
  "There are more than one instances of the plugin in this page with the same "
529
  "id. Please change it."
531
  "Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
532
  "Bitte ändern Sie dies."
533
 
534
+ #: lib/wfu_constants.php:134
535
  msgid ""
536
  "Cannot edit the shortcode because the page has been modified. Please reload "
537
  "the page."
539
  "Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
540
  "Laden Sie die Seite erneut."
541
 
542
+ #: lib/wfu_constants.php:135
543
  msgid "Your browser does not support webcam capture!"
544
+ msgstr "Ihr Browser unterstützt keine Webcam-Aufnahme!"
545
 
546
+ #: lib/wfu_constants.php:136
547
  msgid "Your browser does not support video recording from the webcam!"
548
+ msgstr "Ihr Browser unterstützt keine Videoaufnahmen von der Webcam!"
549
 
550
+ #: lib/wfu_constants.php:137
551
  msgid "No video was recorded!"
552
  msgstr ""
553
 
554
+ #: lib/wfu_constants.php:138
555
  msgid ""
556
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
557
  "or use RecaptchaV2 (no account)."
559
  "Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
560
  "Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
561
 
562
+ #: lib/wfu_constants.php:139
563
  msgid ""
564
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
565
  "notify administrator."
566
  msgstr ""
567
 
568
+ #: lib/wfu_constants.php:140
569
  msgid ""
570
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
571
  "use RecaptchaV1 (no account)."
572
  msgstr ""
573
 
574
+ #: lib/wfu_constants.php:141
575
  msgid "ERROR: No site key. Please contact administrator!"
576
  msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
577
 
578
+ #: lib/wfu_constants.php:142
579
  msgid ""
580
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
581
  "define Google Recaptcha keys."
583
  "Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
584
  "Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
585
 
586
+ #: lib/wfu_constants.php:143
587
  msgid "Bad captcha image!"
588
  msgstr "Schlechten Captcha-Bild!"
589
 
590
+ #: lib/wfu_constants.php:144
591
  msgid "No input!"
592
  msgstr "Keine Eingabe!"
593
 
594
+ #: lib/wfu_constants.php:145
595
  msgid "Captcha not completed!"
596
  msgstr "Captcha nicht abgeschlossen!"
597
 
598
+ #: lib/wfu_constants.php:146
599
  msgid "Wrong captcha!"
600
  msgstr "Falsche Captcha!"
601
 
602
+ #: lib/wfu_constants.php:147
603
  msgid "Error refreshing captcha!"
604
  msgstr "Fehler erfrischenden captcha!"
605
 
606
+ #: lib/wfu_constants.php:148
607
  msgid "Unknown captcha error!"
608
  msgstr "Captcha unbekannter Fehler"
609
 
610
+ #: lib/wfu_constants.php:149
611
  msgid "Captcha not supported by your browser!"
612
  msgstr "Captcha von Ihrem Browser nicht unterstützt!"
613
 
614
+ #: lib/wfu_constants.php:150
615
  msgid "the secret parameter is missing"
616
  msgstr "das Geheimnis Parameter fehlt"
617
 
618
+ #: lib/wfu_constants.php:151
619
  msgid "the secret parameter is invalid or malformed"
620
  msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
621
 
622
+ #: lib/wfu_constants.php:152
623
  msgid "the response parameter is missing"
624
  msgstr "die Antwort Parameter fehlt"
625
 
626
+ #: lib/wfu_constants.php:153
627
  msgid "the response parameter is invalid or malformed"
628
  msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
629
 
630
+ #: lib/wfu_constants.php:154
631
  msgid "Please do not use drag drop due to an internal problem."
632
  msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
633
 
634
+ #: lib/wfu_constants.php:155
635
  #, php-format
636
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
637
  msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
638
 
639
+ #: lib/wfu_constants.php:156
640
  msgid "Chunked upload is not allowed!"
641
  msgstr "Chunked Hochladen ist nicht erlaubt!"
642
 
643
+ #: lib/wfu_constants.php:157
644
  msgid "Chunked upload aborted due to error in previous chunk!"
645
  msgstr ""
646
  "Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
647
 
648
+ #: lib/wfu_constants.php:158
649
  msgid "Chunked upload failed, final file could not be created!"
650
  msgstr ""
651
  "Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
652
  "werden!"
653
 
654
+ #: lib/wfu_constants.php:159
655
  #, php-format
656
  msgid "Could not write file chuck to destination on chunk %d"
657
  msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
658
 
659
+ #: lib/wfu_constants.php:160
660
  #, php-format
661
  msgid "Could not enlarge destination file on chunk %d"
662
  msgstr "Datei konnte nicht vergrößern am chunk %d"
663
 
664
+ #: lib/wfu_constants.php:161
665
  #, php-format
666
  msgid "Could not open file handles on chunk %d"
667
  msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
668
 
669
+ #: lib/wfu_constants.php:162
670
  msgid "You are not allowed to download this file!"
671
+ msgstr "Du bist nicht berechtigt, diese Datei herunterzuladen!"
672
 
673
+ #: lib/wfu_constants.php:163
674
  msgid "File does not exist!"
675
  msgstr ""
676
 
677
+ #: lib/wfu_constants.php:164
678
  msgid "Could not download file!"
679
  msgstr ""
680
 
681
+ #: lib/wfu_constants.php:165
682
  msgid "You are not allowed to delete this file!"
683
  msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
684
 
685
+ #: lib/wfu_constants.php:166
686
  msgid "File was not deleted!"
687
  msgstr ""
688
 
689
+ #: lib/wfu_constants.php:167
690
  msgid "No file was deleted!"
691
  msgstr ""
692
 
693
+ #: lib/wfu_constants.php:168
694
  msgid "Some files were not deleted!"
695
  msgstr ""
696
 
697
+ #: lib/wfu_constants.php:170
698
  msgid "Upload skipped! File already exists."
699
  msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
700
 
701
+ #: lib/wfu_constants.php:171
702
  msgid "The extension of the file does not match its contents."
703
  msgstr ""
704
 
705
+ #: lib/wfu_constants.php:172
706
  msgid ""
707
  "Upload succeeded but the file is suspicious because its contents do not "
708
  "match its extension. Its proper filename is: "
709
  msgstr ""
710
 
711
+ #: lib/wfu_constants.php:173
712
  msgid "No files have been selected!"
713
  msgstr "Keine Dateien ausgewählt!"
714
 
715
+ #: lib/wfu_constants.php:174
716
  msgid "Please complete the consent question before continuing the upload!"
717
  msgstr ""
718
 
719
+ #: lib/wfu_constants.php:175
720
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
721
  msgstr ""
722
  "WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
723
  "hochgeladen wurden."
724
 
725
+ #: lib/wfu_constants.php:176
726
  msgid "Notification email was not sent because there were no files uploaded."
727
  msgstr ""
728
  "Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
729
  "hochgeladen worden sind."
730
 
731
+ #: lib/wfu_constants.php:177
732
  msgid ""
733
  "Notification email was not sent because no recipients were defined. Please "
734
  "check notifyrecipients attribute in the shortcode."
737
  "definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
738
  "Shortcode."
739
 
740
+ #: lib/wfu_constants.php:178
741
  msgid ""
742
  "Notification email was not sent due to an error. Please check "
743
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
745
  "E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
746
  "überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
747
 
748
+ #: lib/wfu_constants.php:179
749
  msgid ""
750
  "Redirection not executed because redirection link is empty. Please check "
751
  "redirectlink attribute."
753
  "Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
754
  "überprüfen Sie das redirectlink Attribut."
755
 
756
+ #: lib/wfu_constants.php:180
757
  msgid ""
758
  "Redirection not executed because not all files were successfully uploaded."
759
  msgstr ""
760
  "Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
761
  "wurden."
762
 
763
+ #: lib/wfu_constants.php:181
764
  msgid "Potential Denial-Of-Service Attack on {SITE}"
765
  msgstr ""
766
 
767
+ #: lib/wfu_constants.php:182
768
  msgid ""
769
  "Hello admin\n"
770
  "\n"
784
  "Thanks"
785
  msgstr ""
786
 
787
+ #: lib/wfu_constants.php:183
788
  msgid ""
789
  "You have activated an alternative insecure Iptanus Services Server. For "
790
  "details please contact info@iptanus.com."
791
  msgstr ""
792
 
793
+ #: lib/wfu_constants.php:184
794
  msgid ""
795
  "Iptanus Services Server is unreachable. This may cause problems on some "
796
  "plugin functions. Please read this :article: for resolution."
797
  msgstr ""
798
 
799
+ #: lib/wfu_constants.php:186
800
  msgid ""
801
  "Failed to add the shortcode to the page/post. Please try again. If the "
802
  "message persists, contact administrator."
805
  "versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
806
  "Administrator."
807
 
808
+ #: lib/wfu_constants.php:187
809
  msgid ""
810
  "Failed to edit the shortcode because the contents of the page changed. Try "
811
  "again to edit the shortcode."
813
  "Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
814
  "hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
815
 
816
+ #: lib/wfu_constants.php:188
817
  msgid ""
818
  "Failed to delete the shortcode because the contents of the page changed. Try "
819
  "again to delete it."
821
  "Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
822
  "geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
823
 
824
+ #: lib/wfu_constants.php:189
825
  msgid ""
826
  "The page containing the shortcode has been modified and it is no longer "
827
  "valid. Please go back to reload the shortcode."
829
  "Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
830
  "Bitte gehen Sie zurück um zu den Shortcode zu laden."
831
 
832
+ #: lib/wfu_constants.php:190
833
  msgid ""
834
  "Failed to update the shortcode because the contents of the page changed. Go "
835
  "back to reload the shortcode."
837
  "Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
838
  "geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
839
 
840
+ #: lib/wfu_constants.php:191
841
  msgid ""
842
  "Failed to update the shortcode. Please try again. If the problem persists, "
843
  "go back and reload the shortcode."
846
  "Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
847
  "Shortcode neu."
848
 
849
+ #: lib/wfu_constants.php:193
850
  msgid "This is a test message"
851
  msgstr "This is a test message"
852
 
853
+ #: lib/wfu_constants.php:194
854
  msgid "This is a test administrator message"
855
  msgstr "Dies ist eine Test-Admin-Nachricht"
856
 
857
+ #: lib/wfu_constants.php:195
858
  msgid "File testfile 1 under test"
859
  msgstr "Datei testfile 1 wird getestet"
860
 
861
+ #: lib/wfu_constants.php:196
862
  msgid "File testfile 1 message"
863
  msgstr "Datei testfile 1 Nachricht"
864
 
865
+ #: lib/wfu_constants.php:197
866
  msgid "File testfile 1 administrator message"
867
  msgstr "Datei testfile 1 Admin-Nachricht"
868
 
869
+ #: lib/wfu_constants.php:198
870
  msgid "File testfile 2 under test"
871
  msgstr "File testfile 2 wird getestet"
872
 
873
+ #: lib/wfu_constants.php:199
874
  msgid "File testfile 2 message"
875
  msgstr "Datei testfile 2 Nachricht"
876
 
877
+ #: lib/wfu_constants.php:200
878
  msgid "File testfile 2 administrator message"
879
  msgstr "Datei testfile 2 Admin-Nachricht"
880
 
881
+ #: lib/wfu_constants.php:202
882
  msgid ""
883
  "Insert variable %userid% inside text. It will be replaced by the id of the "
884
  "current user."
886
  "Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
887
  "aktuellen Benutzers ersetzt."
888
 
889
+ #: lib/wfu_constants.php:203
890
  msgid ""
891
  "Insert variable %username% inside text. It will be replaced by the username "
892
  "of the current user."
894
  "Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
895
  "Benutzernamen des aktuellen Benutzers ersetzt."
896
 
897
+ #: lib/wfu_constants.php:204
898
  msgid ""
899
  "Insert variable %useremail% inside text. It will be replaced by the email of "
900
  "the current user."
902
  "Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
903
  "Mail-Adresse des aktuellen Benutzers ersetzt."
904
 
905
+ #: lib/wfu_constants.php:205
906
  msgid ""
907
  "Insert variable %filename% inside text. It will be replaced by the filename "
908
  "of the uploaded file."
910
  "Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
911
  "der hochgeladenen Dateien ersetzt."
912
 
913
+ #: lib/wfu_constants.php:206
914
  msgid ""
915
  "Insert variable %filepath% inside text. It will be replaced by the full "
916
  "filepath of the uploaded file."
918
  "Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
919
  "vollständige Dateipfad der hochgeladenen Dateien ersetzt."
920
 
921
+ #: lib/wfu_constants.php:207
922
  msgid ""
923
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
924
  "the website."
926
  "Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
927
  "der Website ersetzt werden."
928
 
929
+ #: lib/wfu_constants.php:208
930
  msgid ""
931
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
932
  "current page."
934
  "Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
935
  "aktuellen Seite ersetzt."
936
 
937
+ #: lib/wfu_constants.php:209
938
  msgid ""
939
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
940
  "the current page."
942
  "Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
943
  "Title des aktuellen Benutzers ersetzt."
944
 
945
+ #: lib/wfu_constants.php:210
946
  msgid ""
947
  "Insert variable %userdataXXX% inside text. Select the user field from the "
948
  "drop-down list. It will be replaced by the value that the user entered in "
952
  "Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
953
  "ersetzt, die der Benutzer in dieses Feld eingetragen hat."
954
 
955
+ #: lib/wfu_constants.php:211
956
  msgid "Insert variable %n% inside text to denote a line change."
957
  msgstr ""
958
  "Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
959
  "kennzeichnen."
960
 
961
+ #: lib/wfu_constants.php:213
962
  #, php-format
963
  msgid "File %filename% uploaded successfully but not saved"
964
  msgstr ""
965
 
966
+ #: lib/wfu_constants.php:214
967
  msgid "Test Mode"
968
  msgstr "Test Modus"
969
 
970
+ #: lib/wfu_constants.php:215
971
  msgid "select dir..."
972
  msgstr "Wählen Sie das Verzeichnis ..."
973
 
974
+ #: lib/wfu_constants.php:216
975
  msgid "type dir"
976
  msgstr "Geben Sie das Verzeichnis ein"
977
 
978
+ #: lib/wfu_constants.php:217
979
  msgid "Upload path: %filepath%"
980
  msgstr "Upload-Pfad: %filepath%"
981
 
982
+ #: lib/wfu_constants.php:218
983
  msgid "Failed upload path: %filepath%"
984
  msgstr "Fehlerhafter Upload-Pfad: %filepath%"
985
 
986
+ #: lib/wfu_constants.php:219
987
  msgid " (required)"
988
  msgstr "(erforderlich)"
989
 
990
+ #: lib/wfu_constants.php:220
991
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
992
  msgstr ""
993
  "Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
994
  "verlassen wollen?"
995
 
996
+ #: lib/wfu_constants.php:221
997
  msgid "checking captcha..."
998
  msgstr "Prüfung captcha..."
999
 
1000
+ #: lib/wfu_constants.php:222
1001
  msgid "refreshing..."
1002
  msgstr "erfrischend..."
1003
 
1004
+ #: lib/wfu_constants.php:223
1005
  msgid "correct captcha"
1006
  msgstr "korrekte captcha"
1007
 
1008
+ #: lib/wfu_constants.php:224
1009
  msgid "click to continue the upload"
1010
  msgstr "Klicken Sie, um das Hochladen fortsetzen"
1011
 
1012
+ #: lib/wfu_constants.php:225
1013
  msgid "Are you sure you want to delete this file?"
1014
  msgstr "Sind sie sicher, dass Sie diese Datei löschen wollen?"
1015
 
1016
+ #: lib/wfu_constants.php:226
1017
  msgid "Are you sure you want to delete these files?"
1018
  msgstr ""
1019
 
1020
+ #: lib/wfu_constants.php:227
1021
  msgid "Bulk Actions"
1022
  msgstr ""
1023
 
1024
+ #: lib/wfu_constants.php:228
1025
  msgid "Apply"
1026
  msgstr ""
1027
 
1028
+ #: lib/wfu_constants.php:230
1029
  msgid "of "
1030
  msgstr "von "
1031
 
1032
+ #: lib/wfu_constants.php:231
1033
  msgid "Are you sure that you want to cancel the upload?"
1034
  msgstr ""
1035
 
1036
+ #: lib/wfu_constants.php:232
1037
  msgid "cancel upload of this file"
1038
  msgstr ""
1039
 
1040
+ #: lib/wfu_constants.php:233
1041
  msgid "Upload in progress"
1042
  msgstr "Upload läuft"
1043
 
1044
+ #: lib/wfu_constants.php:234
1045
  msgid "Upload in progress with warnings!"
1046
  msgstr "Upload läuft mit Warnhinweisen!"
1047
 
1048
+ #: lib/wfu_constants.php:235
1049
  msgid "Upload in progress but some files already failed!"
1050
  msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
1051
 
1052
+ #: lib/wfu_constants.php:236
1053
  msgid "Upload in progress but no files uploaded so far!"
1054
  msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
1055
 
1056
+ #: lib/wfu_constants.php:237
1057
  msgid "All files uploaded successfully"
1058
  msgstr "Alle Dateien erfolgreich hochgeladen"
1059
 
1060
+ #: lib/wfu_constants.php:238
1061
  msgid "All files uploaded successfully but there are warnings!"
1062
  msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1063
 
1064
+ #: lib/wfu_constants.php:239
1065
  msgid "File uploaded successfully but there are warnings!"
1066
  msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1067
 
1068
+ #: lib/wfu_constants.php:240
1069
  msgid "Some files failed to upload!"
1070
  msgstr "Einige Dateien konnten nicht hochgeladen werden!"
1071
 
1072
+ #: lib/wfu_constants.php:241
1073
  msgid "All files failed to upload"
1074
  msgstr "Alle Dateien konnten nicht hochgeladen werden"
1075
 
1076
+ #: lib/wfu_constants.php:242
1077
  msgid "File failed to upload"
1078
  msgstr "Datei konnte nicht hochgeladen werden"
1079
 
1080
+ #: lib/wfu_constants.php:243
1081
  msgid "There are no files to upload!"
1082
  msgstr "Es gibt keine Dateien zum Hochladen!"
1083
 
1084
+ #: lib/wfu_constants.php:244
1085
  msgid "Test upload message"
1086
  msgstr "Test-Upload-Nachricht"
1087
 
1088
+ #: lib/wfu_constants.php:245
1089
  msgid "JSON parse warning!"
1090
  msgstr "JSON parse Warnung!"
1091
 
1092
+ #: lib/wfu_constants.php:246
1093
  msgid "please wait while redirecting..."
1094
  msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
1095
 
1096
+ #: lib/wfu_constants.php:248
1097
  msgid "Submitting data"
1098
  msgstr ""
1099
 
1100
+ #: lib/wfu_constants.php:249
1101
  msgid "Data submitted successfully!"
1102
  msgstr ""
1103
 
1104
+ #: lib/wfu_constants.php:250
1105
  msgid "Data were not submitted!"
1106
  msgstr ""
1107
 
1108
+ #: lib/wfu_constants.php:251
1109
  msgid "Cancelling upload"
1110
  msgstr ""
1111
 
1112
+ #: lib/wfu_constants.php:253
1113
  msgid "Upload succeeded!"
1114
  msgstr ""
1115
 
1116
+ #: lib/wfu_constants.php:254
1117
  msgid "Upload completed but no files were saved!"
1118
  msgstr ""
1119
 
1120
+ #: lib/wfu_constants.php:255
1121
  msgid "File was not saved due to personal data policy!"
1122
  msgstr ""
1123
 
1124
+ #: lib/wfu_constants.php:256
1125
  msgid "Open visual shortcode editor in new window"
1126
  msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
1127
 
1128
+ #: lib/wfu_constants.php:257
1129
  msgid "loading visual editor"
1130
  msgstr "visueller Editor laden"
1131
 
1132
+ #: lib/wfu_constants.php:258
1133
  msgid "Clear file list?"
1134
  msgstr "Klar Dateiliste?"
1135
 
1136
+ #: lib/wfu_constants.php:259
1137
  msgid "DROP HERE"
1138
  msgstr "HIER ABLEGEN"
1139
 
1140
+ #: lib/wfu_constants.php:261
1141
  msgid "record video"
1142
  msgstr ""
1143
 
1144
+ #: lib/wfu_constants.php:262
1145
  msgid "take a picture"
1146
  msgstr ""
1147
 
1148
+ #: lib/wfu_constants.php:263
1149
  msgid "turn webcam on/off"
1150
  msgstr ""
1151
 
1152
+ #: lib/wfu_constants.php:264
1153
  msgid "go live again"
1154
  msgstr ""
1155
 
1156
+ #: lib/wfu_constants.php:265
1157
  msgid "end recording"
1158
  msgstr ""
1159
 
1160
+ #: lib/wfu_constants.php:266
1161
  msgid "play"
1162
  msgstr ""
1163
 
1164
+ #: lib/wfu_constants.php:267
1165
  msgid "pause"
1166
  msgstr ""
1167
 
1168
+ #: lib/wfu_constants.php:268
1169
  msgid "go to the beginning"
1170
  msgstr ""
1171
 
1172
+ #: lib/wfu_constants.php:269
1173
  msgid "go to the end"
1174
  msgstr ""
1175
 
1176
+ #: lib/wfu_constants.php:271
1177
  msgid "Wordpress File Upload Form"
1178
  msgstr "Wordpress Datei Upload Formular"
1179
 
1180
+ #: lib/wfu_constants.php:272
1181
  msgid "Wordpress File Upload plugin uploader for sidebars"
1182
  msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
1183
 
1184
+ #: lib/wfu_constants.php:273
1185
  msgid "Upload Files"
1186
  msgstr "Dateien hochladen"
1187
 
1188
+ #: lib/wfu_functions.php:8192
1189
+ msgid "Wordpress File Upload Consent Status"
1190
+ msgstr "Wordpress File Upload Zustimmungsstatus"
1191
+
1192
+ #: lib/wfu_functions.php:8195
1193
+ msgid "Consent Status"
1194
+ msgstr ""
1195
+
1196
+ #: lib/wfu_functions.php:8197
1197
+ msgid "You have given your consent to store personal data."
1198
+ msgstr ""
1199
+ "Sie haben Ihre Einwilligung zur Speicherung personenbezogener Daten erteilt."
1200
+
1201
+ #: lib/wfu_functions.php:8197
1202
+ msgid "You have denied to store personal data."
1203
+ msgstr "Sie haben die Speicherung personenbezogener Daten verweigert."
1204
+
1205
+ #: lib/wfu_functions.php:8197
1206
+ msgid "You have not answered to consent yet."
1207
+ msgstr "Sie haben noch nicht auf die Einwilligung geantwortet."
1208
+
1209
+ #: lib/wfu_functions.php:8203
1210
+ msgid "Change status to"
1211
+ msgstr ""
1212
+
1213
+ #: lib/wfu_functions.php:8205
1214
+ msgid "No change"
1215
+ msgstr ""
1216
+
1217
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1218
+ msgid "Revoke Consent"
1219
+ msgstr ""
1220
+
1221
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1222
+ msgid "Clear Consent"
1223
+ msgstr ""
1224
+
1225
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1226
+ msgid "Give Consent"
1227
+ msgstr ""
1228
+
1229
+ #: lib/wfu_widget.php:52
1230
+ msgid "Title:"
1231
+ msgstr ""
1232
+
1233
+ #: lib/wfu_widget.php:56
1234
+ msgid "Shortcode Attributes:"
1235
+ msgstr ""
1236
+
1237
  #~ msgid "Targer folder doesn't exist."
1238
  #~ msgstr "Ziel-Ordner nicht vorhanden ist."
1239
 
languages/wp-file-upload-el.mo CHANGED
Binary file
languages/wp-file-upload-el.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:24+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:25+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: el\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -140,7 +141,7 @@ msgstr "Μέγεθος"
140
  msgid "User"
141
  msgstr "Χρήστης"
142
 
143
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
144
  msgid "Page"
145
  msgstr "Σελίδα"
146
 
@@ -290,6 +291,10 @@ msgstr ""
290
  "του όνομα είναι: "
291
 
292
  #: lib/wfu_constants.php:86
 
 
 
 
293
  msgid ""
294
  "Too many files are uploaded in a short period of time. This may be a Denial-"
295
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -300,7 +305,7 @@ msgstr ""
300
  "απορρίφθηκε. Παρακαλώ ελέγξτε το αρχείο καταγραφής των αποστελλόμενων "
301
  "αρχείων για ύποπτη συμπεριφορά."
302
 
303
- #: lib/wfu_constants.php:87
304
  msgid ""
305
  "File not uploaded in order to prevent overflow of the website. Please "
306
  "contact administrator."
@@ -308,37 +313,41 @@ msgstr ""
308
  "Το αρχείο δεν απεστάλλη προκειμένου να αποφευχθεί υπερφόρτωση της "
309
  "ιστοσελίδας. Παρακαλώ επικοινωνήστε με το διαχειριστή."
310
 
311
- #: lib/wfu_constants.php:88
312
  msgid "Target folder doesn't exist."
313
  msgstr "Ο φάκελος προορισμού δεν υπάρχει."
314
 
315
- #: lib/wfu_constants.php:89
316
  msgid "Upload failed! Missing a temporary folder."
317
  msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
318
 
319
- #: lib/wfu_constants.php:90
 
 
 
 
320
  msgid "Upload failed! Permission denied to write to target folder."
321
  msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
322
 
323
- #: lib/wfu_constants.php:91
324
  msgid "File not allowed."
325
  msgstr "Το αρχείο δεν επιτρέπεται."
326
 
327
- #: lib/wfu_constants.php:92
328
  msgid "File is suspicious and was rejected."
329
  msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
330
 
331
- #: lib/wfu_constants.php:93
332
  msgid "The uploaded file exceeds the file size limit."
333
  msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
334
 
335
- #: lib/wfu_constants.php:94
336
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
337
  msgstr ""
338
  "Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
339
  "server."
340
 
341
- #: lib/wfu_constants.php:95
342
  msgid ""
343
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
344
  "Please contact the administrator."
@@ -346,7 +355,7 @@ msgstr ""
346
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
347
  "αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
348
 
349
- #: lib/wfu_constants.php:96
350
  msgid ""
351
  "Upload failed! The duration of the upload exceeded the time limit of the "
352
  "server. Please contact the administrator."
@@ -354,7 +363,7 @@ msgstr ""
354
  "Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
355
  "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
356
 
357
- #: lib/wfu_constants.php:97
358
  msgid ""
359
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
360
  "was specified in the HTML form."
@@ -362,19 +371,19 @@ msgstr ""
362
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
363
  "MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
364
 
365
- #: lib/wfu_constants.php:98
366
  msgid "Upload failed! The uploaded file was only partially uploaded."
367
  msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
368
 
369
- #: lib/wfu_constants.php:99
370
  msgid "Upload failed! No file was uploaded."
371
  msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
372
 
373
- #: lib/wfu_constants.php:100
374
  msgid "Upload failed! Failed to write file to disk."
375
  msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
376
 
377
- #: lib/wfu_constants.php:101
378
  msgid ""
379
  "Upload failed! Error occured while moving temporary file. Please contact "
380
  "administrator."
@@ -382,11 +391,11 @@ msgstr ""
382
  "Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
383
  "αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
384
 
385
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
386
  msgid "Upload cancelled!"
387
  msgstr "Η αποστολή ακυρώθηκε!"
388
 
389
- #: lib/wfu_constants.php:103
390
  msgid ""
391
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
392
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -397,20 +406,20 @@ msgstr ""
397
  "εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
398
  "βοηθήσει."
399
 
400
- #: lib/wfu_constants.php:104
401
  msgid "Upload failed! Error occured while attemting to upload the file."
402
  msgstr ""
403
  "Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
404
 
405
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
406
  msgid "Upload failed!"
407
  msgstr "Η αποστολή απέτυχε!"
408
 
409
- #: lib/wfu_constants.php:106
410
  msgid "No file!"
411
  msgstr "Κανένα αρχείο!"
412
 
413
- #: lib/wfu_constants.php:107
414
  msgid ""
415
  "Upload failed! The upload has been canceled by the user or the browser "
416
  "dropped the connection."
@@ -418,27 +427,27 @@ msgstr ""
418
  "Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
419
  "έχασε τη σύνδεση."
420
 
421
- #: lib/wfu_constants.php:108
422
  msgid "Upload failed! Unknown error."
423
  msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
424
 
425
- #: lib/wfu_constants.php:109
426
  msgid "Please contact the administrator."
427
  msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
428
 
429
- #: lib/wfu_constants.php:110
430
  msgid "No result from remote server!"
431
  msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
432
 
433
- #: lib/wfu_constants.php:111
434
  msgid " but with warnings"
435
  msgstr " αλλά με προειδοποιήσεις"
436
 
437
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
438
  msgid "Warning: JSON parse error."
439
  msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
440
 
441
- #: lib/wfu_constants.php:113
442
  msgid ""
443
  "Upload parameters of this file, passed as JSON string to the handler, could "
444
  "not be parsed."
@@ -446,19 +455,19 @@ msgstr ""
446
  "Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
447
  "συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
448
 
449
- #: lib/wfu_constants.php:115
450
  msgid ""
451
  "UploadStates, passed as JSON string to the handler, could not be parsed."
452
  msgstr ""
453
  "Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
454
  "JSON, δεν μπόρεσε να μετατραπεί."
455
 
456
- #: lib/wfu_constants.php:116
457
  msgid ""
458
  "Redirection to classic form functionality occurred due to unknown error."
459
  msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
460
 
461
- #: lib/wfu_constants.php:117
462
  msgid ""
463
  "Redirection to classic form functionality occurred because AJAX is not "
464
  "supported."
@@ -466,7 +475,7 @@ msgstr ""
466
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
467
  "AJAX."
468
 
469
- #: lib/wfu_constants.php:118
470
  msgid ""
471
  "Redirection to classic form functionality occurred because HTML5 is not "
472
  "supported."
@@ -474,60 +483,60 @@ msgstr ""
474
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
475
  "HTML5."
476
 
477
- #: lib/wfu_constants.php:119
478
  msgid ""
479
  "Redirection to classic form functionality occurred due to JSON parse error."
480
  msgstr ""
481
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
482
  "JSON."
483
 
484
- #: lib/wfu_constants.php:120
485
  msgid "Please enable popup windows from the browser's settings!"
486
  msgstr ""
487
  "Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
488
  "προγράμματος περιήγησης!"
489
 
490
- #: lib/wfu_constants.php:121
491
  msgid "cannot be empty!"
492
  msgstr "δεν μπορεί να είναι κενό!"
493
 
494
- #: lib/wfu_constants.php:122
495
  msgid "number not valid!"
496
  msgstr "μη έγκυρος αριθμός!"
497
 
498
- #: lib/wfu_constants.php:123
499
  msgid "email not valid!"
500
  msgstr "το email δεν είναι έγκυρο!"
501
 
502
- #: lib/wfu_constants.php:124
503
  msgid "emails do not match!"
504
  msgstr "τα emails δεν ταιριάζουν!"
505
 
506
- #: lib/wfu_constants.php:125
507
  msgid "no base email field in group!"
508
  msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
509
 
510
- #: lib/wfu_constants.php:126
511
  msgid "passwords do not match!"
512
  msgstr "οι κωδικοί δεν ταιριάζουν!"
513
 
514
- #: lib/wfu_constants.php:127
515
  msgid "no base password field in group!"
516
  msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
517
 
518
- #: lib/wfu_constants.php:128
519
  msgid "checkbox unchecked!"
520
  msgstr "το checkbox είναι μη επιλεγμένο!"
521
 
522
- #: lib/wfu_constants.php:129
523
  msgid "no option selected!"
524
  msgstr "δεν έχει γίνει επιλογή!"
525
 
526
- #: lib/wfu_constants.php:130
527
  msgid "no item selected!"
528
  msgstr "δεν έχει γίνει επιλογή!"
529
 
530
- #: lib/wfu_constants.php:131
531
  msgid ""
532
  "There are more than one instances of the plugin in this page with the same "
533
  "id. Please change it."
@@ -535,7 +544,7 @@ msgstr ""
535
  "Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
536
  "ίδιο id. Παρακαλούμε να το αλλάξετε."
537
 
538
- #: lib/wfu_constants.php:132
539
  msgid ""
540
  "Cannot edit the shortcode because the page has been modified. Please reload "
541
  "the page."
@@ -543,19 +552,19 @@ msgstr ""
543
  "Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
544
  "Παρακαλούμε ξαναφορτώστε τη σελίδα."
545
 
546
- #: lib/wfu_constants.php:133
547
  msgid "Your browser does not support webcam capture!"
548
  msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
549
 
550
- #: lib/wfu_constants.php:134
551
  msgid "Your browser does not support video recording from the webcam!"
552
  msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
553
 
554
- #: lib/wfu_constants.php:135
555
  msgid "No video was recorded!"
556
  msgstr "Δεν καταγράφηκε video!"
557
 
558
- #: lib/wfu_constants.php:136
559
  msgid ""
560
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
561
  "or use RecaptchaV2 (no account)."
@@ -563,7 +572,7 @@ msgstr ""
563
  "ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
564
  "Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
565
 
566
- #: lib/wfu_constants.php:137
567
  msgid ""
568
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
569
  "notify administrator."
@@ -571,7 +580,7 @@ msgstr ""
571
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
572
  "σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
573
 
574
- #: lib/wfu_constants.php:138
575
  msgid ""
576
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
577
  "use RecaptchaV1 (no account)."
@@ -579,12 +588,12 @@ msgstr ""
579
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
580
  "σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
581
 
582
- #: lib/wfu_constants.php:139
583
  msgid "ERROR: No site key. Please contact administrator!"
584
  msgstr ""
585
  "ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
586
 
587
- #: lib/wfu_constants.php:140
588
  msgid ""
589
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
590
  "define Google Recaptcha keys."
@@ -592,128 +601,128 @@ msgstr ""
592
  "ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
593
  "plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
594
 
595
- #: lib/wfu_constants.php:141
596
  msgid "Bad captcha image!"
597
  msgstr "Μη έγκυρη εικόνα captcha!"
598
 
599
- #: lib/wfu_constants.php:142
600
  msgid "No input!"
601
  msgstr "Κενό!"
602
 
603
- #: lib/wfu_constants.php:143
604
  msgid "Captcha not completed!"
605
  msgstr "Το captcha δε συμπληρώθηκε!"
606
 
607
- #: lib/wfu_constants.php:144
608
  msgid "Wrong captcha!"
609
  msgstr "Λάθος captcha!"
610
 
611
- #: lib/wfu_constants.php:145
612
  msgid "Error refreshing captcha!"
613
  msgstr "Σφάλμα ανανέωσης του captcha!"
614
 
615
- #: lib/wfu_constants.php:146
616
  msgid "Unknown captcha error!"
617
  msgstr "Άγνωστο σφάλμα captcha!"
618
 
619
- #: lib/wfu_constants.php:147
620
  msgid "Captcha not supported by your browser!"
621
  msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
622
 
623
- #: lib/wfu_constants.php:148
624
  msgid "the secret parameter is missing"
625
  msgstr "η μυστική παράμετρος λείπει"
626
 
627
- #: lib/wfu_constants.php:149
628
  msgid "the secret parameter is invalid or malformed"
629
  msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
630
 
631
- #: lib/wfu_constants.php:150
632
  msgid "the response parameter is missing"
633
  msgstr "η παράμετρος απάντησης λείπει"
634
 
635
- #: lib/wfu_constants.php:151
636
  msgid "the response parameter is invalid or malformed"
637
  msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
638
 
639
- #: lib/wfu_constants.php:152
640
  msgid "Please do not use drag drop due to an internal problem."
641
  msgstr ""
642
  "Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
643
 
644
- #: lib/wfu_constants.php:153
645
  #, php-format
646
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
647
  msgstr ""
648
  "Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
649
  "τμήμα %d"
650
 
651
- #: lib/wfu_constants.php:154
652
  msgid "Chunked upload is not allowed!"
653
  msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
654
 
655
- #: lib/wfu_constants.php:155
656
  msgid "Chunked upload aborted due to error in previous chunk!"
657
  msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
658
 
659
- #: lib/wfu_constants.php:156
660
  msgid "Chunked upload failed, final file could not be created!"
661
  msgstr ""
662
  "Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
663
  "δημιουργηθεί!"
664
 
665
- #: lib/wfu_constants.php:157
666
  #, php-format
667
  msgid "Could not write file chuck to destination on chunk %d"
668
  msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
669
 
670
- #: lib/wfu_constants.php:158
671
  #, php-format
672
  msgid "Could not enlarge destination file on chunk %d"
673
  msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
674
 
675
- #: lib/wfu_constants.php:159
676
  #, php-format
677
  msgid "Could not open file handles on chunk %d"
678
  msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
679
 
680
- #: lib/wfu_constants.php:160
681
  msgid "You are not allowed to download this file!"
682
  msgstr "Δεν επιτρέπεται να κατεβάσετε αυτό το αρχείο!"
683
 
684
- #: lib/wfu_constants.php:161
685
  msgid "File does not exist!"
686
  msgstr "Το αρχείο δεν υπάρχει!"
687
 
688
- #: lib/wfu_constants.php:162
689
  msgid "Could not download file!"
690
  msgstr "Δεν ήταν δυνατό το κατέβασμα του αρχείου!"
691
 
692
- #: lib/wfu_constants.php:163
693
  msgid "You are not allowed to delete this file!"
694
  msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
695
 
696
- #: lib/wfu_constants.php:164
697
  msgid "File was not deleted!"
698
  msgstr "Το αρχείο δε διαγράφηκε!"
699
 
700
- #: lib/wfu_constants.php:165
701
  msgid "No file was deleted!"
702
  msgstr "Δε διαγράφηκε κανένα αρχείο!"
703
 
704
- #: lib/wfu_constants.php:166
705
  msgid "Some files were not deleted!"
706
  msgstr "Μερικά αρχεία δε διαγράφηκαν!"
707
 
708
- #: lib/wfu_constants.php:168
709
  msgid "Upload skipped! File already exists."
710
  msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
711
 
712
- #: lib/wfu_constants.php:169
713
  msgid "The extension of the file does not match its contents."
714
  msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
715
 
716
- #: lib/wfu_constants.php:170
717
  msgid ""
718
  "Upload succeeded but the file is suspicious because its contents do not "
719
  "match its extension. Its proper filename is: "
@@ -721,25 +730,25 @@ msgstr ""
721
  "Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
722
  "του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
723
 
724
- #: lib/wfu_constants.php:171
725
  msgid "No files have been selected!"
726
  msgstr "Δεν επιλέχθηκαν αρχεία!"
727
 
728
- #: lib/wfu_constants.php:172
729
  msgid "Please complete the consent question before continuing the upload!"
730
  msgstr ""
731
  "Παρακαλώ απαντήστε στην ερώτηση συναίνεσης για να επιτραπεί η αποστολή!"
732
 
733
- #: lib/wfu_constants.php:173
734
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
735
  msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
736
 
737
- #: lib/wfu_constants.php:174
738
  msgid "Notification email was not sent because there were no files uploaded."
739
  msgstr ""
740
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
741
 
742
- #: lib/wfu_constants.php:175
743
  msgid ""
744
  "Notification email was not sent because no recipients were defined. Please "
745
  "check notifyrecipients attribute in the shortcode."
@@ -747,7 +756,7 @@ msgstr ""
747
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
748
  "Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
749
 
750
- #: lib/wfu_constants.php:176
751
  msgid ""
752
  "Notification email was not sent due to an error. Please check "
753
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -755,7 +764,7 @@ msgstr ""
755
  "Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
756
  "τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
757
 
758
- #: lib/wfu_constants.php:177
759
  msgid ""
760
  "Redirection not executed because redirection link is empty. Please check "
761
  "redirectlink attribute."
@@ -763,18 +772,18 @@ msgstr ""
763
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
764
  "κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
765
 
766
- #: lib/wfu_constants.php:178
767
  msgid ""
768
  "Redirection not executed because not all files were successfully uploaded."
769
  msgstr ""
770
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
771
  "επιτυχώς."
772
 
773
- #: lib/wfu_constants.php:179
774
  msgid "Potential Denial-Of-Service Attack on {SITE}"
775
  msgstr "Πιθανή Επίθεση Τύπου Denial-Of-Service στο {SITE}"
776
 
777
- #: lib/wfu_constants.php:180
778
  msgid ""
779
  "Hello admin\n"
780
  "\n"
@@ -811,7 +820,7 @@ msgstr ""
811
  "\n"
812
  "Ευχαριστώ"
813
 
814
- #: lib/wfu_constants.php:181
815
  msgid ""
816
  "You have activated an alternative insecure Iptanus Services Server. For "
817
  "details please contact info@iptanus.com."
@@ -819,7 +828,7 @@ msgstr ""
819
  "Έχετε ενεργοποιήσει έναν εναλλακτικό μη ασφαλή Iptanus Services Server. Για "
820
  "λεπτομέρειες παρακαλούμε επικοινωνήστε με το info@iptanus.com."
821
 
822
- #: lib/wfu_constants.php:182
823
  msgid ""
824
  "Iptanus Services Server is unreachable. This may cause problems on some "
825
  "plugin functions. Please read this :article: for resolution."
@@ -828,7 +837,7 @@ msgstr ""
828
  "προκαλέσει προβλήματα σε κάποιες λειτουργίες του plugin. Παρακαλούμε "
829
  "διαβάστε αυτό το :άρθρο: για επιδιόρθωση."
830
 
831
- #: lib/wfu_constants.php:184
832
  msgid ""
833
  "Failed to add the shortcode to the page/post. Please try again. If the "
834
  "message persists, contact administrator."
@@ -836,7 +845,7 @@ msgstr ""
836
  "Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
837
  "προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
838
 
839
- #: lib/wfu_constants.php:185
840
  msgid ""
841
  "Failed to edit the shortcode because the contents of the page changed. Try "
842
  "again to edit the shortcode."
@@ -844,7 +853,7 @@ msgstr ""
844
  "Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
845
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
846
 
847
- #: lib/wfu_constants.php:186
848
  msgid ""
849
  "Failed to delete the shortcode because the contents of the page changed. Try "
850
  "again to delete it."
@@ -852,7 +861,7 @@ msgstr ""
852
  "Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
853
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
854
 
855
- #: lib/wfu_constants.php:187
856
  msgid ""
857
  "The page containing the shortcode has been modified and it is no longer "
858
  "valid. Please go back to reload the shortcode."
@@ -860,7 +869,7 @@ msgstr ""
860
  "Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
861
  "ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
862
 
863
- #: lib/wfu_constants.php:188
864
  msgid ""
865
  "Failed to update the shortcode because the contents of the page changed. Go "
866
  "back to reload the shortcode."
@@ -868,7 +877,7 @@ msgstr ""
868
  "Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
869
  "άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
870
 
871
- #: lib/wfu_constants.php:189
872
  msgid ""
873
  "Failed to update the shortcode. Please try again. If the problem persists, "
874
  "go back and reload the shortcode."
@@ -876,39 +885,39 @@ msgstr ""
876
  "Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
877
  "πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
878
 
879
- #: lib/wfu_constants.php:191
880
  msgid "This is a test message"
881
  msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
882
 
883
- #: lib/wfu_constants.php:192
884
  msgid "This is a test administrator message"
885
  msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
886
 
887
- #: lib/wfu_constants.php:193
888
  msgid "File testfile 1 under test"
889
  msgstr "Αρχείο testfile 1 υπό έλεγχο"
890
 
891
- #: lib/wfu_constants.php:194
892
  msgid "File testfile 1 message"
893
  msgstr "Μήνυμα αρχείου testfile 1"
894
 
895
- #: lib/wfu_constants.php:195
896
  msgid "File testfile 1 administrator message"
897
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
898
 
899
- #: lib/wfu_constants.php:196
900
  msgid "File testfile 2 under test"
901
  msgstr "Αρχείο testfile 2 υπό έλεγχο"
902
 
903
- #: lib/wfu_constants.php:197
904
  msgid "File testfile 2 message"
905
  msgstr "Μήνυμα αρχείου testfile 2"
906
 
907
- #: lib/wfu_constants.php:198
908
  msgid "File testfile 2 administrator message"
909
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
910
 
911
- #: lib/wfu_constants.php:200
912
  msgid ""
913
  "Insert variable %userid% inside text. It will be replaced by the id of the "
914
  "current user."
@@ -916,7 +925,7 @@ msgstr ""
916
  "Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
917
  "τρέχοντος χρήστη."
918
 
919
- #: lib/wfu_constants.php:201
920
  msgid ""
921
  "Insert variable %username% inside text. It will be replaced by the username "
922
  "of the current user."
@@ -924,7 +933,7 @@ msgstr ""
924
  "Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
925
  "του τρέχοντος χρήστη."
926
 
927
- #: lib/wfu_constants.php:202
928
  msgid ""
929
  "Insert variable %useremail% inside text. It will be replaced by the email of "
930
  "the current user."
@@ -932,7 +941,7 @@ msgstr ""
932
  "Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
933
  "email του τρέχοντος χρήστη."
934
 
935
- #: lib/wfu_constants.php:203
936
  msgid ""
937
  "Insert variable %filename% inside text. It will be replaced by the filename "
938
  "of the uploaded file."
@@ -940,7 +949,7 @@ msgstr ""
940
  "Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
941
  "του αποστελλομένου αρχείου."
942
 
943
- #: lib/wfu_constants.php:204
944
  msgid ""
945
  "Insert variable %filepath% inside text. It will be replaced by the full "
946
  "filepath of the uploaded file."
@@ -948,7 +957,7 @@ msgstr ""
948
  "Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
949
  "πλήρη διαδρομή του αποστελλομένου αρχείου."
950
 
951
- #: lib/wfu_constants.php:205
952
  msgid ""
953
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
954
  "the website."
@@ -956,7 +965,7 @@ msgstr ""
956
  "Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
957
  "της ιστοσελίδας."
958
 
959
- #: lib/wfu_constants.php:206
960
  msgid ""
961
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
962
  "current page."
@@ -964,7 +973,7 @@ msgstr ""
964
  "Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
965
  "τρέχουσας σελίδας."
966
 
967
- #: lib/wfu_constants.php:207
968
  msgid ""
969
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
970
  "the current page."
@@ -972,7 +981,7 @@ msgstr ""
972
  "Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
973
  "τίτλο της τρέχουσας σελίδας."
974
 
975
- #: lib/wfu_constants.php:208
976
  msgid ""
977
  "Insert variable %userdataXXX% inside text. Select the user field from the "
978
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -982,237 +991,285 @@ msgstr ""
982
  "από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
983
  "εισήγαγε ο χρήστης σε αυτό το πεδίο."
984
 
985
- #: lib/wfu_constants.php:209
986
  msgid "Insert variable %n% inside text to denote a line change."
987
  msgstr ""
988
  "Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
989
 
990
- #: lib/wfu_constants.php:211
991
  #, php-format
992
  msgid "File %filename% uploaded successfully but not saved"
993
  msgstr "Το αρχείο %filename% μεταφορτώθηκε αλλά δεν αποθηκεύτηκε"
994
 
995
- #: lib/wfu_constants.php:212
996
  msgid "Test Mode"
997
  msgstr "Κατάσταση Ελέγχου"
998
 
999
- #: lib/wfu_constants.php:213
1000
  msgid "select dir..."
1001
  msgstr "επιλογή καταλόγου..."
1002
 
1003
- #: lib/wfu_constants.php:214
1004
  msgid "type dir"
1005
  msgstr "εισάγετε κατάλογο"
1006
 
1007
- #: lib/wfu_constants.php:215
1008
  msgid "Upload path: %filepath%"
1009
  msgstr "Διαδρομή προορισμού: %filepath%"
1010
 
1011
- #: lib/wfu_constants.php:216
1012
  msgid "Failed upload path: %filepath%"
1013
  msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
1014
 
1015
- #: lib/wfu_constants.php:217
1016
  msgid " (required)"
1017
  msgstr " (απαραίτητο)"
1018
 
1019
- #: lib/wfu_constants.php:218
1020
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1021
  msgstr ""
1022
  "Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
1023
 
1024
- #: lib/wfu_constants.php:219
1025
  msgid "checking captcha..."
1026
  msgstr "έλεγχος captcha..."
1027
 
1028
- #: lib/wfu_constants.php:220
1029
  msgid "refreshing..."
1030
  msgstr "ανανέωση..."
1031
 
1032
- #: lib/wfu_constants.php:221
1033
  msgid "correct captcha"
1034
  msgstr "σωστό captcha"
1035
 
1036
- #: lib/wfu_constants.php:222
1037
  msgid "click to continue the upload"
1038
  msgstr "πατήστε click για να συνεχίσει η αποστολή"
1039
 
1040
- #: lib/wfu_constants.php:223
1041
  msgid "Are you sure you want to delete this file?"
1042
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
1043
 
1044
- #: lib/wfu_constants.php:224
1045
  msgid "Are you sure you want to delete these files?"
1046
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτά τα αρχεία;"
1047
 
1048
- #: lib/wfu_constants.php:225
1049
  msgid "Bulk Actions"
1050
  msgstr "Μαζικές Ενέργειες"
1051
 
1052
- #: lib/wfu_constants.php:226
1053
  msgid "Apply"
1054
  msgstr "Εκτέλεση"
1055
 
1056
- #: lib/wfu_constants.php:228
1057
  msgid "of "
1058
  msgstr "από "
1059
 
1060
- #: lib/wfu_constants.php:229
1061
  msgid "Are you sure that you want to cancel the upload?"
1062
  msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
1063
 
1064
- #: lib/wfu_constants.php:230
1065
  msgid "cancel upload of this file"
1066
  msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
1067
 
1068
- #: lib/wfu_constants.php:231
1069
  msgid "Upload in progress"
1070
  msgstr "Αποστολή σε εξέλιξη"
1071
 
1072
- #: lib/wfu_constants.php:232
1073
  msgid "Upload in progress with warnings!"
1074
  msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
1075
 
1076
- #: lib/wfu_constants.php:233
1077
  msgid "Upload in progress but some files already failed!"
1078
  msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
1079
 
1080
- #: lib/wfu_constants.php:234
1081
  msgid "Upload in progress but no files uploaded so far!"
1082
  msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
1083
 
1084
- #: lib/wfu_constants.php:235
1085
  msgid "All files uploaded successfully"
1086
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
1087
 
1088
- #: lib/wfu_constants.php:236
1089
  msgid "All files uploaded successfully but there are warnings!"
1090
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1091
 
1092
- #: lib/wfu_constants.php:237
1093
  msgid "File uploaded successfully but there are warnings!"
1094
  msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1095
 
1096
- #: lib/wfu_constants.php:238
1097
  msgid "Some files failed to upload!"
1098
  msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
1099
 
1100
- #: lib/wfu_constants.php:239
1101
  msgid "All files failed to upload"
1102
  msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
1103
 
1104
- #: lib/wfu_constants.php:240
1105
  msgid "File failed to upload"
1106
  msgstr "Το αρχείο απέτυχε να αποσταλεί"
1107
 
1108
- #: lib/wfu_constants.php:241
1109
  msgid "There are no files to upload!"
1110
  msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
1111
 
1112
- #: lib/wfu_constants.php:242
1113
  msgid "Test upload message"
1114
  msgstr "Μήνυμα αποστολής ελέγχου"
1115
 
1116
- #: lib/wfu_constants.php:243
1117
  msgid "JSON parse warning!"
1118
  msgstr "Προειδοποίηση μετατροπής JSON!"
1119
 
1120
- #: lib/wfu_constants.php:244
1121
  msgid "please wait while redirecting..."
1122
  msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
1123
 
1124
- #: lib/wfu_constants.php:246
1125
  msgid "Submitting data"
1126
  msgstr "Τα δεδομένα αποστέλλονται"
1127
 
1128
- #: lib/wfu_constants.php:247
1129
  msgid "Data submitted successfully!"
1130
  msgstr "Τα δεδομένα αποστάλθηκαν με επιτυχία!"
1131
 
1132
- #: lib/wfu_constants.php:248
1133
  msgid "Data were not submitted!"
1134
  msgstr "Τα δεδομένα δεν αποστάλθηκαν!"
1135
 
1136
- #: lib/wfu_constants.php:249
1137
  msgid "Cancelling upload"
1138
  msgstr "Αποστολή αρχείων σε ακύρωση"
1139
 
1140
- #: lib/wfu_constants.php:251
1141
  msgid "Upload succeeded!"
1142
  msgstr "Η μεταφόρτωση ήταν επιτυχής!"
1143
 
1144
- #: lib/wfu_constants.php:252
1145
  msgid "Upload completed but no files were saved!"
1146
  msgstr "Η μεταφόρτωση ολοκληρώθηκε αλλά κανένα αρχείο δεν αποθηκεύτηκε!"
1147
 
1148
- #: lib/wfu_constants.php:253
1149
  msgid "File was not saved due to personal data policy!"
1150
  msgstr "Το αρχείο δεν αποθηκεύτηκε λόγω της πολιτικής προσωπικών δεδομένων!"
1151
 
1152
- #: lib/wfu_constants.php:254
1153
  msgid "Open visual shortcode editor in new window"
1154
  msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
1155
 
1156
- #: lib/wfu_constants.php:255
1157
  msgid "loading visual editor"
1158
  msgstr "φόρτωση του γραφικού επεξεργαστή"
1159
 
1160
- #: lib/wfu_constants.php:256
1161
  msgid "Clear file list?"
1162
  msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
1163
 
1164
- #: lib/wfu_constants.php:257
1165
  msgid "DROP HERE"
1166
  msgstr "ΑΦΗΣΤΕ ΕΔΩ"
1167
 
1168
- #: lib/wfu_constants.php:259
1169
  msgid "record video"
1170
  msgstr "εγγραφή video"
1171
 
1172
- #: lib/wfu_constants.php:260
1173
  msgid "take a picture"
1174
  msgstr "φωτογραφία"
1175
 
1176
- #: lib/wfu_constants.php:261
1177
  msgid "turn webcam on/off"
1178
  msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
1179
 
1180
- #: lib/wfu_constants.php:262
1181
  msgid "go live again"
1182
  msgstr "επιστροφή σε ζωντανή λήψη"
1183
 
1184
- #: lib/wfu_constants.php:263
1185
  msgid "end recording"
1186
  msgstr "τέλος εγγραφής"
1187
 
1188
- #: lib/wfu_constants.php:264
1189
  msgid "play"
1190
  msgstr "αναπαραγωγή"
1191
 
1192
- #: lib/wfu_constants.php:265
1193
  msgid "pause"
1194
  msgstr "παύση"
1195
 
1196
- #: lib/wfu_constants.php:266
1197
  msgid "go to the beginning"
1198
  msgstr "μετάβαση στην αρχή"
1199
 
1200
- #: lib/wfu_constants.php:267
1201
  msgid "go to the end"
1202
  msgstr "μετάβαση στο τέλος"
1203
 
1204
- #: lib/wfu_constants.php:269
1205
  msgid "Wordpress File Upload Form"
1206
  msgstr "Φόρμα του Wordpress File Upload"
1207
 
1208
- #: lib/wfu_constants.php:270
1209
  msgid "Wordpress File Upload plugin uploader for sidebars"
1210
  msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
1211
 
1212
- #: lib/wfu_constants.php:271
1213
  msgid "Upload Files"
1214
  msgstr "Αποστολή αρχείων"
1215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1216
  #~ msgid ""
1217
  #~ "Iptanus Services Server is unreachable. This may cause problems in some "
1218
  #~ "plugin functions. Please contact info@iptanus.com for details."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:07+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:07+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: el\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
141
  msgid "User"
142
  msgstr "Χρήστης"
143
 
144
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
145
  msgid "Page"
146
  msgstr "Σελίδα"
147
 
291
  "του όνομα είναι: "
292
 
293
  #: lib/wfu_constants.php:86
294
+ msgid "Error. This file was rejected because its not a valid image."
295
+ msgstr "Σφάλμα. Το αρχείο απορρίφθηκε διότι δεν είναι έγκυρη εικόνα."
296
+
297
+ #: lib/wfu_constants.php:87
298
  msgid ""
299
  "Too many files are uploaded in a short period of time. This may be a Denial-"
300
  "Of-Service attack, so file was rejected. Please check the upload log for "
305
  "απορρίφθηκε. Παρακαλώ ελέγξτε το αρχείο καταγραφής των αποστελλόμενων "
306
  "αρχείων για ύποπτη συμπεριφορά."
307
 
308
+ #: lib/wfu_constants.php:88
309
  msgid ""
310
  "File not uploaded in order to prevent overflow of the website. Please "
311
  "contact administrator."
313
  "Το αρχείο δεν απεστάλλη προκειμένου να αποφευχθεί υπερφόρτωση της "
314
  "ιστοσελίδας. Παρακαλώ επικοινωνήστε με το διαχειριστή."
315
 
316
+ #: lib/wfu_constants.php:89
317
  msgid "Target folder doesn't exist."
318
  msgstr "Ο φάκελος προορισμού δεν υπάρχει."
319
 
320
+ #: lib/wfu_constants.php:90
321
  msgid "Upload failed! Missing a temporary folder."
322
  msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
323
 
324
+ #: lib/wfu_constants.php:91
325
+ msgid "Not allowed to upload to target folder."
326
+ msgstr "Δεν επιτρέπεται η αποστολή στο φάκελο προορισμού."
327
+
328
+ #: lib/wfu_constants.php:92
329
  msgid "Upload failed! Permission denied to write to target folder."
330
  msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
331
 
332
+ #: lib/wfu_constants.php:93
333
  msgid "File not allowed."
334
  msgstr "Το αρχείο δεν επιτρέπεται."
335
 
336
+ #: lib/wfu_constants.php:94
337
  msgid "File is suspicious and was rejected."
338
  msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
339
 
340
+ #: lib/wfu_constants.php:95
341
  msgid "The uploaded file exceeds the file size limit."
342
  msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
343
 
344
+ #: lib/wfu_constants.php:96
345
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
346
  msgstr ""
347
  "Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
348
  "server."
349
 
350
+ #: lib/wfu_constants.php:97
351
  msgid ""
352
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
353
  "Please contact the administrator."
355
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
356
  "αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
357
 
358
+ #: lib/wfu_constants.php:98
359
  msgid ""
360
  "Upload failed! The duration of the upload exceeded the time limit of the "
361
  "server. Please contact the administrator."
363
  "Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
364
  "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
365
 
366
+ #: lib/wfu_constants.php:99
367
  msgid ""
368
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
369
  "was specified in the HTML form."
371
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
372
  "MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
373
 
374
+ #: lib/wfu_constants.php:100
375
  msgid "Upload failed! The uploaded file was only partially uploaded."
376
  msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
377
 
378
+ #: lib/wfu_constants.php:101
379
  msgid "Upload failed! No file was uploaded."
380
  msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
381
 
382
+ #: lib/wfu_constants.php:102
383
  msgid "Upload failed! Failed to write file to disk."
384
  msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
385
 
386
+ #: lib/wfu_constants.php:103
387
  msgid ""
388
  "Upload failed! Error occured while moving temporary file. Please contact "
389
  "administrator."
391
  "Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
392
  "αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
393
 
394
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
395
  msgid "Upload cancelled!"
396
  msgstr "Η αποστολή ακυρώθηκε!"
397
 
398
+ #: lib/wfu_constants.php:105
399
  msgid ""
400
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
401
  "a way to ascertain which extension caused the file upload to stop; examining "
406
  "εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
407
  "βοηθήσει."
408
 
409
+ #: lib/wfu_constants.php:106
410
  msgid "Upload failed! Error occured while attemting to upload the file."
411
  msgstr ""
412
  "Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
413
 
414
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
415
  msgid "Upload failed!"
416
  msgstr "Η αποστολή απέτυχε!"
417
 
418
+ #: lib/wfu_constants.php:108
419
  msgid "No file!"
420
  msgstr "Κανένα αρχείο!"
421
 
422
+ #: lib/wfu_constants.php:109
423
  msgid ""
424
  "Upload failed! The upload has been canceled by the user or the browser "
425
  "dropped the connection."
427
  "Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
428
  "έχασε τη σύνδεση."
429
 
430
+ #: lib/wfu_constants.php:110
431
  msgid "Upload failed! Unknown error."
432
  msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
433
 
434
+ #: lib/wfu_constants.php:111
435
  msgid "Please contact the administrator."
436
  msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
437
 
438
+ #: lib/wfu_constants.php:112
439
  msgid "No result from remote server!"
440
  msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
441
 
442
+ #: lib/wfu_constants.php:113
443
  msgid " but with warnings"
444
  msgstr " αλλά με προειδοποιήσεις"
445
 
446
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
447
  msgid "Warning: JSON parse error."
448
  msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
449
 
450
+ #: lib/wfu_constants.php:115
451
  msgid ""
452
  "Upload parameters of this file, passed as JSON string to the handler, could "
453
  "not be parsed."
455
  "Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
456
  "συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
457
 
458
+ #: lib/wfu_constants.php:117
459
  msgid ""
460
  "UploadStates, passed as JSON string to the handler, could not be parsed."
461
  msgstr ""
462
  "Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
463
  "JSON, δεν μπόρεσε να μετατραπεί."
464
 
465
+ #: lib/wfu_constants.php:118
466
  msgid ""
467
  "Redirection to classic form functionality occurred due to unknown error."
468
  msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
469
 
470
+ #: lib/wfu_constants.php:119
471
  msgid ""
472
  "Redirection to classic form functionality occurred because AJAX is not "
473
  "supported."
475
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
476
  "AJAX."
477
 
478
+ #: lib/wfu_constants.php:120
479
  msgid ""
480
  "Redirection to classic form functionality occurred because HTML5 is not "
481
  "supported."
483
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
484
  "HTML5."
485
 
486
+ #: lib/wfu_constants.php:121
487
  msgid ""
488
  "Redirection to classic form functionality occurred due to JSON parse error."
489
  msgstr ""
490
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
491
  "JSON."
492
 
493
+ #: lib/wfu_constants.php:122
494
  msgid "Please enable popup windows from the browser's settings!"
495
  msgstr ""
496
  "Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
497
  "προγράμματος περιήγησης!"
498
 
499
+ #: lib/wfu_constants.php:123
500
  msgid "cannot be empty!"
501
  msgstr "δεν μπορεί να είναι κενό!"
502
 
503
+ #: lib/wfu_constants.php:124
504
  msgid "number not valid!"
505
  msgstr "μη έγκυρος αριθμός!"
506
 
507
+ #: lib/wfu_constants.php:125
508
  msgid "email not valid!"
509
  msgstr "το email δεν είναι έγκυρο!"
510
 
511
+ #: lib/wfu_constants.php:126
512
  msgid "emails do not match!"
513
  msgstr "τα emails δεν ταιριάζουν!"
514
 
515
+ #: lib/wfu_constants.php:127
516
  msgid "no base email field in group!"
517
  msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
518
 
519
+ #: lib/wfu_constants.php:128
520
  msgid "passwords do not match!"
521
  msgstr "οι κωδικοί δεν ταιριάζουν!"
522
 
523
+ #: lib/wfu_constants.php:129
524
  msgid "no base password field in group!"
525
  msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
526
 
527
+ #: lib/wfu_constants.php:130
528
  msgid "checkbox unchecked!"
529
  msgstr "το checkbox είναι μη επιλεγμένο!"
530
 
531
+ #: lib/wfu_constants.php:131
532
  msgid "no option selected!"
533
  msgstr "δεν έχει γίνει επιλογή!"
534
 
535
+ #: lib/wfu_constants.php:132
536
  msgid "no item selected!"
537
  msgstr "δεν έχει γίνει επιλογή!"
538
 
539
+ #: lib/wfu_constants.php:133
540
  msgid ""
541
  "There are more than one instances of the plugin in this page with the same "
542
  "id. Please change it."
544
  "Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
545
  "ίδιο id. Παρακαλούμε να το αλλάξετε."
546
 
547
+ #: lib/wfu_constants.php:134
548
  msgid ""
549
  "Cannot edit the shortcode because the page has been modified. Please reload "
550
  "the page."
552
  "Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
553
  "Παρακαλούμε ξαναφορτώστε τη σελίδα."
554
 
555
+ #: lib/wfu_constants.php:135
556
  msgid "Your browser does not support webcam capture!"
557
  msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
558
 
559
+ #: lib/wfu_constants.php:136
560
  msgid "Your browser does not support video recording from the webcam!"
561
  msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
562
 
563
+ #: lib/wfu_constants.php:137
564
  msgid "No video was recorded!"
565
  msgstr "Δεν καταγράφηκε video!"
566
 
567
+ #: lib/wfu_constants.php:138
568
  msgid ""
569
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
570
  "or use RecaptchaV2 (no account)."
572
  "ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
573
  "Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
574
 
575
+ #: lib/wfu_constants.php:139
576
  msgid ""
577
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
578
  "notify administrator."
580
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
581
  "σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
582
 
583
+ #: lib/wfu_constants.php:140
584
  msgid ""
585
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
586
  "use RecaptchaV1 (no account)."
588
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
589
  "σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
590
 
591
+ #: lib/wfu_constants.php:141
592
  msgid "ERROR: No site key. Please contact administrator!"
593
  msgstr ""
594
  "ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
595
 
596
+ #: lib/wfu_constants.php:142
597
  msgid ""
598
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
599
  "define Google Recaptcha keys."
601
  "ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
602
  "plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
603
 
604
+ #: lib/wfu_constants.php:143
605
  msgid "Bad captcha image!"
606
  msgstr "Μη έγκυρη εικόνα captcha!"
607
 
608
+ #: lib/wfu_constants.php:144
609
  msgid "No input!"
610
  msgstr "Κενό!"
611
 
612
+ #: lib/wfu_constants.php:145
613
  msgid "Captcha not completed!"
614
  msgstr "Το captcha δε συμπληρώθηκε!"
615
 
616
+ #: lib/wfu_constants.php:146
617
  msgid "Wrong captcha!"
618
  msgstr "Λάθος captcha!"
619
 
620
+ #: lib/wfu_constants.php:147
621
  msgid "Error refreshing captcha!"
622
  msgstr "Σφάλμα ανανέωσης του captcha!"
623
 
624
+ #: lib/wfu_constants.php:148
625
  msgid "Unknown captcha error!"
626
  msgstr "Άγνωστο σφάλμα captcha!"
627
 
628
+ #: lib/wfu_constants.php:149
629
  msgid "Captcha not supported by your browser!"
630
  msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
631
 
632
+ #: lib/wfu_constants.php:150
633
  msgid "the secret parameter is missing"
634
  msgstr "η μυστική παράμετρος λείπει"
635
 
636
+ #: lib/wfu_constants.php:151
637
  msgid "the secret parameter is invalid or malformed"
638
  msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
639
 
640
+ #: lib/wfu_constants.php:152
641
  msgid "the response parameter is missing"
642
  msgstr "η παράμετρος απάντησης λείπει"
643
 
644
+ #: lib/wfu_constants.php:153
645
  msgid "the response parameter is invalid or malformed"
646
  msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
647
 
648
+ #: lib/wfu_constants.php:154
649
  msgid "Please do not use drag drop due to an internal problem."
650
  msgstr ""
651
  "Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
652
 
653
+ #: lib/wfu_constants.php:155
654
  #, php-format
655
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
656
  msgstr ""
657
  "Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
658
  "τμήμα %d"
659
 
660
+ #: lib/wfu_constants.php:156
661
  msgid "Chunked upload is not allowed!"
662
  msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
663
 
664
+ #: lib/wfu_constants.php:157
665
  msgid "Chunked upload aborted due to error in previous chunk!"
666
  msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
667
 
668
+ #: lib/wfu_constants.php:158
669
  msgid "Chunked upload failed, final file could not be created!"
670
  msgstr ""
671
  "Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
672
  "δημιουργηθεί!"
673
 
674
+ #: lib/wfu_constants.php:159
675
  #, php-format
676
  msgid "Could not write file chuck to destination on chunk %d"
677
  msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
678
 
679
+ #: lib/wfu_constants.php:160
680
  #, php-format
681
  msgid "Could not enlarge destination file on chunk %d"
682
  msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
683
 
684
+ #: lib/wfu_constants.php:161
685
  #, php-format
686
  msgid "Could not open file handles on chunk %d"
687
  msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
688
 
689
+ #: lib/wfu_constants.php:162
690
  msgid "You are not allowed to download this file!"
691
  msgstr "Δεν επιτρέπεται να κατεβάσετε αυτό το αρχείο!"
692
 
693
+ #: lib/wfu_constants.php:163
694
  msgid "File does not exist!"
695
  msgstr "Το αρχείο δεν υπάρχει!"
696
 
697
+ #: lib/wfu_constants.php:164
698
  msgid "Could not download file!"
699
  msgstr "Δεν ήταν δυνατό το κατέβασμα του αρχείου!"
700
 
701
+ #: lib/wfu_constants.php:165
702
  msgid "You are not allowed to delete this file!"
703
  msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
704
 
705
+ #: lib/wfu_constants.php:166
706
  msgid "File was not deleted!"
707
  msgstr "Το αρχείο δε διαγράφηκε!"
708
 
709
+ #: lib/wfu_constants.php:167
710
  msgid "No file was deleted!"
711
  msgstr "Δε διαγράφηκε κανένα αρχείο!"
712
 
713
+ #: lib/wfu_constants.php:168
714
  msgid "Some files were not deleted!"
715
  msgstr "Μερικά αρχεία δε διαγράφηκαν!"
716
 
717
+ #: lib/wfu_constants.php:170
718
  msgid "Upload skipped! File already exists."
719
  msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
720
 
721
+ #: lib/wfu_constants.php:171
722
  msgid "The extension of the file does not match its contents."
723
  msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
724
 
725
+ #: lib/wfu_constants.php:172
726
  msgid ""
727
  "Upload succeeded but the file is suspicious because its contents do not "
728
  "match its extension. Its proper filename is: "
730
  "Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
731
  "του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
732
 
733
+ #: lib/wfu_constants.php:173
734
  msgid "No files have been selected!"
735
  msgstr "Δεν επιλέχθηκαν αρχεία!"
736
 
737
+ #: lib/wfu_constants.php:174
738
  msgid "Please complete the consent question before continuing the upload!"
739
  msgstr ""
740
  "Παρακαλώ απαντήστε στην ερώτηση συναίνεσης για να επιτραπεί η αποστολή!"
741
 
742
+ #: lib/wfu_constants.php:175
743
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
744
  msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
745
 
746
+ #: lib/wfu_constants.php:176
747
  msgid "Notification email was not sent because there were no files uploaded."
748
  msgstr ""
749
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
750
 
751
+ #: lib/wfu_constants.php:177
752
  msgid ""
753
  "Notification email was not sent because no recipients were defined. Please "
754
  "check notifyrecipients attribute in the shortcode."
756
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
757
  "Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
758
 
759
+ #: lib/wfu_constants.php:178
760
  msgid ""
761
  "Notification email was not sent due to an error. Please check "
762
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
764
  "Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
765
  "τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
766
 
767
+ #: lib/wfu_constants.php:179
768
  msgid ""
769
  "Redirection not executed because redirection link is empty. Please check "
770
  "redirectlink attribute."
772
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
773
  "κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
774
 
775
+ #: lib/wfu_constants.php:180
776
  msgid ""
777
  "Redirection not executed because not all files were successfully uploaded."
778
  msgstr ""
779
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
780
  "επιτυχώς."
781
 
782
+ #: lib/wfu_constants.php:181
783
  msgid "Potential Denial-Of-Service Attack on {SITE}"
784
  msgstr "Πιθανή Επίθεση Τύπου Denial-Of-Service στο {SITE}"
785
 
786
+ #: lib/wfu_constants.php:182
787
  msgid ""
788
  "Hello admin\n"
789
  "\n"
820
  "\n"
821
  "Ευχαριστώ"
822
 
823
+ #: lib/wfu_constants.php:183
824
  msgid ""
825
  "You have activated an alternative insecure Iptanus Services Server. For "
826
  "details please contact info@iptanus.com."
828
  "Έχετε ενεργοποιήσει έναν εναλλακτικό μη ασφαλή Iptanus Services Server. Για "
829
  "λεπτομέρειες παρακαλούμε επικοινωνήστε με το info@iptanus.com."
830
 
831
+ #: lib/wfu_constants.php:184
832
  msgid ""
833
  "Iptanus Services Server is unreachable. This may cause problems on some "
834
  "plugin functions. Please read this :article: for resolution."
837
  "προκαλέσει προβλήματα σε κάποιες λειτουργίες του plugin. Παρακαλούμε "
838
  "διαβάστε αυτό το :άρθρο: για επιδιόρθωση."
839
 
840
+ #: lib/wfu_constants.php:186
841
  msgid ""
842
  "Failed to add the shortcode to the page/post. Please try again. If the "
843
  "message persists, contact administrator."
845
  "Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
846
  "προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
847
 
848
+ #: lib/wfu_constants.php:187
849
  msgid ""
850
  "Failed to edit the shortcode because the contents of the page changed. Try "
851
  "again to edit the shortcode."
853
  "Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
854
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
855
 
856
+ #: lib/wfu_constants.php:188
857
  msgid ""
858
  "Failed to delete the shortcode because the contents of the page changed. Try "
859
  "again to delete it."
861
  "Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
862
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
863
 
864
+ #: lib/wfu_constants.php:189
865
  msgid ""
866
  "The page containing the shortcode has been modified and it is no longer "
867
  "valid. Please go back to reload the shortcode."
869
  "Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
870
  "ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
871
 
872
+ #: lib/wfu_constants.php:190
873
  msgid ""
874
  "Failed to update the shortcode because the contents of the page changed. Go "
875
  "back to reload the shortcode."
877
  "Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
878
  "άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
879
 
880
+ #: lib/wfu_constants.php:191
881
  msgid ""
882
  "Failed to update the shortcode. Please try again. If the problem persists, "
883
  "go back and reload the shortcode."
885
  "Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
886
  "πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
887
 
888
+ #: lib/wfu_constants.php:193
889
  msgid "This is a test message"
890
  msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
891
 
892
+ #: lib/wfu_constants.php:194
893
  msgid "This is a test administrator message"
894
  msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
895
 
896
+ #: lib/wfu_constants.php:195
897
  msgid "File testfile 1 under test"
898
  msgstr "Αρχείο testfile 1 υπό έλεγχο"
899
 
900
+ #: lib/wfu_constants.php:196
901
  msgid "File testfile 1 message"
902
  msgstr "Μήνυμα αρχείου testfile 1"
903
 
904
+ #: lib/wfu_constants.php:197
905
  msgid "File testfile 1 administrator message"
906
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
907
 
908
+ #: lib/wfu_constants.php:198
909
  msgid "File testfile 2 under test"
910
  msgstr "Αρχείο testfile 2 υπό έλεγχο"
911
 
912
+ #: lib/wfu_constants.php:199
913
  msgid "File testfile 2 message"
914
  msgstr "Μήνυμα αρχείου testfile 2"
915
 
916
+ #: lib/wfu_constants.php:200
917
  msgid "File testfile 2 administrator message"
918
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
919
 
920
+ #: lib/wfu_constants.php:202
921
  msgid ""
922
  "Insert variable %userid% inside text. It will be replaced by the id of the "
923
  "current user."
925
  "Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
926
  "τρέχοντος χρήστη."
927
 
928
+ #: lib/wfu_constants.php:203
929
  msgid ""
930
  "Insert variable %username% inside text. It will be replaced by the username "
931
  "of the current user."
933
  "Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
934
  "του τρέχοντος χρήστη."
935
 
936
+ #: lib/wfu_constants.php:204
937
  msgid ""
938
  "Insert variable %useremail% inside text. It will be replaced by the email of "
939
  "the current user."
941
  "Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
942
  "email του τρέχοντος χρήστη."
943
 
944
+ #: lib/wfu_constants.php:205
945
  msgid ""
946
  "Insert variable %filename% inside text. It will be replaced by the filename "
947
  "of the uploaded file."
949
  "Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
950
  "του αποστελλομένου αρχείου."
951
 
952
+ #: lib/wfu_constants.php:206
953
  msgid ""
954
  "Insert variable %filepath% inside text. It will be replaced by the full "
955
  "filepath of the uploaded file."
957
  "Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
958
  "πλήρη διαδρομή του αποστελλομένου αρχείου."
959
 
960
+ #: lib/wfu_constants.php:207
961
  msgid ""
962
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
963
  "the website."
965
  "Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
966
  "της ιστοσελίδας."
967
 
968
+ #: lib/wfu_constants.php:208
969
  msgid ""
970
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
971
  "current page."
973
  "Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
974
  "τρέχουσας σελίδας."
975
 
976
+ #: lib/wfu_constants.php:209
977
  msgid ""
978
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
979
  "the current page."
981
  "Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
982
  "τίτλο της τρέχουσας σελίδας."
983
 
984
+ #: lib/wfu_constants.php:210
985
  msgid ""
986
  "Insert variable %userdataXXX% inside text. Select the user field from the "
987
  "drop-down list. It will be replaced by the value that the user entered in "
991
  "από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
992
  "εισήγαγε ο χρήστης σε αυτό το πεδίο."
993
 
994
+ #: lib/wfu_constants.php:211
995
  msgid "Insert variable %n% inside text to denote a line change."
996
  msgstr ""
997
  "Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
998
 
999
+ #: lib/wfu_constants.php:213
1000
  #, php-format
1001
  msgid "File %filename% uploaded successfully but not saved"
1002
  msgstr "Το αρχείο %filename% μεταφορτώθηκε αλλά δεν αποθηκεύτηκε"
1003
 
1004
+ #: lib/wfu_constants.php:214
1005
  msgid "Test Mode"
1006
  msgstr "Κατάσταση Ελέγχου"
1007
 
1008
+ #: lib/wfu_constants.php:215
1009
  msgid "select dir..."
1010
  msgstr "επιλογή καταλόγου..."
1011
 
1012
+ #: lib/wfu_constants.php:216
1013
  msgid "type dir"
1014
  msgstr "εισάγετε κατάλογο"
1015
 
1016
+ #: lib/wfu_constants.php:217
1017
  msgid "Upload path: %filepath%"
1018
  msgstr "Διαδρομή προορισμού: %filepath%"
1019
 
1020
+ #: lib/wfu_constants.php:218
1021
  msgid "Failed upload path: %filepath%"
1022
  msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
1023
 
1024
+ #: lib/wfu_constants.php:219
1025
  msgid " (required)"
1026
  msgstr " (απαραίτητο)"
1027
 
1028
+ #: lib/wfu_constants.php:220
1029
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1030
  msgstr ""
1031
  "Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
1032
 
1033
+ #: lib/wfu_constants.php:221
1034
  msgid "checking captcha..."
1035
  msgstr "έλεγχος captcha..."
1036
 
1037
+ #: lib/wfu_constants.php:222
1038
  msgid "refreshing..."
1039
  msgstr "ανανέωση..."
1040
 
1041
+ #: lib/wfu_constants.php:223
1042
  msgid "correct captcha"
1043
  msgstr "σωστό captcha"
1044
 
1045
+ #: lib/wfu_constants.php:224
1046
  msgid "click to continue the upload"
1047
  msgstr "πατήστε click για να συνεχίσει η αποστολή"
1048
 
1049
+ #: lib/wfu_constants.php:225
1050
  msgid "Are you sure you want to delete this file?"
1051
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
1052
 
1053
+ #: lib/wfu_constants.php:226
1054
  msgid "Are you sure you want to delete these files?"
1055
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτά τα αρχεία;"
1056
 
1057
+ #: lib/wfu_constants.php:227
1058
  msgid "Bulk Actions"
1059
  msgstr "Μαζικές Ενέργειες"
1060
 
1061
+ #: lib/wfu_constants.php:228
1062
  msgid "Apply"
1063
  msgstr "Εκτέλεση"
1064
 
1065
+ #: lib/wfu_constants.php:230
1066
  msgid "of "
1067
  msgstr "από "
1068
 
1069
+ #: lib/wfu_constants.php:231
1070
  msgid "Are you sure that you want to cancel the upload?"
1071
  msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
1072
 
1073
+ #: lib/wfu_constants.php:232
1074
  msgid "cancel upload of this file"
1075
  msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
1076
 
1077
+ #: lib/wfu_constants.php:233
1078
  msgid "Upload in progress"
1079
  msgstr "Αποστολή σε εξέλιξη"
1080
 
1081
+ #: lib/wfu_constants.php:234
1082
  msgid "Upload in progress with warnings!"
1083
  msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
1084
 
1085
+ #: lib/wfu_constants.php:235
1086
  msgid "Upload in progress but some files already failed!"
1087
  msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
1088
 
1089
+ #: lib/wfu_constants.php:236
1090
  msgid "Upload in progress but no files uploaded so far!"
1091
  msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
1092
 
1093
+ #: lib/wfu_constants.php:237
1094
  msgid "All files uploaded successfully"
1095
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
1096
 
1097
+ #: lib/wfu_constants.php:238
1098
  msgid "All files uploaded successfully but there are warnings!"
1099
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1100
 
1101
+ #: lib/wfu_constants.php:239
1102
  msgid "File uploaded successfully but there are warnings!"
1103
  msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1104
 
1105
+ #: lib/wfu_constants.php:240
1106
  msgid "Some files failed to upload!"
1107
  msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
1108
 
1109
+ #: lib/wfu_constants.php:241
1110
  msgid "All files failed to upload"
1111
  msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
1112
 
1113
+ #: lib/wfu_constants.php:242
1114
  msgid "File failed to upload"
1115
  msgstr "Το αρχείο απέτυχε να αποσταλεί"
1116
 
1117
+ #: lib/wfu_constants.php:243
1118
  msgid "There are no files to upload!"
1119
  msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
1120
 
1121
+ #: lib/wfu_constants.php:244
1122
  msgid "Test upload message"
1123
  msgstr "Μήνυμα αποστολής ελέγχου"
1124
 
1125
+ #: lib/wfu_constants.php:245
1126
  msgid "JSON parse warning!"
1127
  msgstr "Προειδοποίηση μετατροπής JSON!"
1128
 
1129
+ #: lib/wfu_constants.php:246
1130
  msgid "please wait while redirecting..."
1131
  msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
1132
 
1133
+ #: lib/wfu_constants.php:248
1134
  msgid "Submitting data"
1135
  msgstr "Τα δεδομένα αποστέλλονται"
1136
 
1137
+ #: lib/wfu_constants.php:249
1138
  msgid "Data submitted successfully!"
1139
  msgstr "Τα δεδομένα αποστάλθηκαν με επιτυχία!"
1140
 
1141
+ #: lib/wfu_constants.php:250
1142
  msgid "Data were not submitted!"
1143
  msgstr "Τα δεδομένα δεν αποστάλθηκαν!"
1144
 
1145
+ #: lib/wfu_constants.php:251
1146
  msgid "Cancelling upload"
1147
  msgstr "Αποστολή αρχείων σε ακύρωση"
1148
 
1149
+ #: lib/wfu_constants.php:253
1150
  msgid "Upload succeeded!"
1151
  msgstr "Η μεταφόρτωση ήταν επιτυχής!"
1152
 
1153
+ #: lib/wfu_constants.php:254
1154
  msgid "Upload completed but no files were saved!"
1155
  msgstr "Η μεταφόρτωση ολοκληρώθηκε αλλά κανένα αρχείο δεν αποθηκεύτηκε!"
1156
 
1157
+ #: lib/wfu_constants.php:255
1158
  msgid "File was not saved due to personal data policy!"
1159
  msgstr "Το αρχείο δεν αποθηκεύτηκε λόγω της πολιτικής προσωπικών δεδομένων!"
1160
 
1161
+ #: lib/wfu_constants.php:256
1162
  msgid "Open visual shortcode editor in new window"
1163
  msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
1164
 
1165
+ #: lib/wfu_constants.php:257
1166
  msgid "loading visual editor"
1167
  msgstr "φόρτωση του γραφικού επεξεργαστή"
1168
 
1169
+ #: lib/wfu_constants.php:258
1170
  msgid "Clear file list?"
1171
  msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
1172
 
1173
+ #: lib/wfu_constants.php:259
1174
  msgid "DROP HERE"
1175
  msgstr "ΑΦΗΣΤΕ ΕΔΩ"
1176
 
1177
+ #: lib/wfu_constants.php:261
1178
  msgid "record video"
1179
  msgstr "εγγραφή video"
1180
 
1181
+ #: lib/wfu_constants.php:262
1182
  msgid "take a picture"
1183
  msgstr "φωτογραφία"
1184
 
1185
+ #: lib/wfu_constants.php:263
1186
  msgid "turn webcam on/off"
1187
  msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
1188
 
1189
+ #: lib/wfu_constants.php:264
1190
  msgid "go live again"
1191
  msgstr "επιστροφή σε ζωντανή λήψη"
1192
 
1193
+ #: lib/wfu_constants.php:265
1194
  msgid "end recording"
1195
  msgstr "τέλος εγγραφής"
1196
 
1197
+ #: lib/wfu_constants.php:266
1198
  msgid "play"
1199
  msgstr "αναπαραγωγή"
1200
 
1201
+ #: lib/wfu_constants.php:267
1202
  msgid "pause"
1203
  msgstr "παύση"
1204
 
1205
+ #: lib/wfu_constants.php:268
1206
  msgid "go to the beginning"
1207
  msgstr "μετάβαση στην αρχή"
1208
 
1209
+ #: lib/wfu_constants.php:269
1210
  msgid "go to the end"
1211
  msgstr "μετάβαση στο τέλος"
1212
 
1213
+ #: lib/wfu_constants.php:271
1214
  msgid "Wordpress File Upload Form"
1215
  msgstr "Φόρμα του Wordpress File Upload"
1216
 
1217
+ #: lib/wfu_constants.php:272
1218
  msgid "Wordpress File Upload plugin uploader for sidebars"
1219
  msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
1220
 
1221
+ #: lib/wfu_constants.php:273
1222
  msgid "Upload Files"
1223
  msgstr "Αποστολή αρχείων"
1224
 
1225
+ #: lib/wfu_functions.php:8192
1226
+ msgid "Wordpress File Upload Consent Status"
1227
+ msgstr "Κατάσταση Συναίνεσης του Wordpress File Upload"
1228
+
1229
+ #: lib/wfu_functions.php:8195
1230
+ msgid "Consent Status"
1231
+ msgstr "Κατάσταση Συναίνεσης"
1232
+
1233
+ #: lib/wfu_functions.php:8197
1234
+ msgid "You have given your consent to store personal data."
1235
+ msgstr "Δώσατε τη συναίνεσή σας για αποθήκευση προσωπικών δεδομένων."
1236
+
1237
+ #: lib/wfu_functions.php:8197
1238
+ msgid "You have denied to store personal data."
1239
+ msgstr "Δε συμφωνήσατε στην αποθήκευση προσωπικών δεδομένων."
1240
+
1241
+ #: lib/wfu_functions.php:8197
1242
+ msgid "You have not answered to consent yet."
1243
+ msgstr "Δεν έχετε απαντήσει στην ερώτηση συναίνεσης ακόμα."
1244
+
1245
+ #: lib/wfu_functions.php:8203
1246
+ msgid "Change status to"
1247
+ msgstr "Αλλαγή κατάστασης σε"
1248
+
1249
+ #: lib/wfu_functions.php:8205
1250
+ msgid "No change"
1251
+ msgstr "Καμία αλλαγή"
1252
+
1253
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1254
+ msgid "Revoke Consent"
1255
+ msgstr "Ακύρωση Συναίνεσης"
1256
+
1257
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1258
+ msgid "Clear Consent"
1259
+ msgstr "Καθαρισμός Συναίνεσης"
1260
+
1261
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1262
+ msgid "Give Consent"
1263
+ msgstr "Παροχή Συναίνεσης"
1264
+
1265
+ #: lib/wfu_widget.php:52
1266
+ msgid "Title:"
1267
+ msgstr "Τίτλος:"
1268
+
1269
+ #: lib/wfu_widget.php:56
1270
+ msgid "Shortcode Attributes:"
1271
+ msgstr "Ιδιότητες Shortcode:"
1272
+
1273
  #~ msgid ""
1274
  #~ "Iptanus Services Server is unreachable. This may cause problems in some "
1275
  #~ "plugin functions. Please contact info@iptanus.com for details."
languages/wp-file-upload-en_US.mo CHANGED
Binary file
languages/wp-file-upload-en_US.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:25+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:25+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -132,7 +133,7 @@ msgstr ""
132
  msgid "User"
133
  msgstr ""
134
 
135
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
136
  msgid "Page"
137
  msgstr ""
138
 
@@ -257,426 +258,434 @@ msgid ""
257
  msgstr ""
258
 
259
  #: lib/wfu_constants.php:86
 
 
 
 
260
  msgid ""
261
  "Too many files are uploaded in a short period of time. This may be a Denial-"
262
  "Of-Service attack, so file was rejected. Please check the upload log for "
263
  "suspicious behaviour."
264
  msgstr ""
265
 
266
- #: lib/wfu_constants.php:87
267
  msgid ""
268
  "File not uploaded in order to prevent overflow of the website. Please "
269
  "contact administrator."
270
  msgstr ""
271
 
272
- #: lib/wfu_constants.php:88
273
  msgid "Target folder doesn't exist."
274
  msgstr ""
275
 
276
- #: lib/wfu_constants.php:89
277
  msgid "Upload failed! Missing a temporary folder."
278
  msgstr ""
279
 
280
- #: lib/wfu_constants.php:90
 
 
 
 
281
  msgid "Upload failed! Permission denied to write to target folder."
282
  msgstr ""
283
 
284
- #: lib/wfu_constants.php:91
285
  msgid "File not allowed."
286
  msgstr ""
287
 
288
- #: lib/wfu_constants.php:92
289
  msgid "File is suspicious and was rejected."
290
  msgstr ""
291
 
292
- #: lib/wfu_constants.php:93
293
  msgid "The uploaded file exceeds the file size limit."
294
  msgstr ""
295
 
296
- #: lib/wfu_constants.php:94
297
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
298
  msgstr ""
299
 
300
- #: lib/wfu_constants.php:95
301
  msgid ""
302
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
303
  "Please contact the administrator."
304
  msgstr ""
305
 
306
- #: lib/wfu_constants.php:96
307
  msgid ""
308
  "Upload failed! The duration of the upload exceeded the time limit of the "
309
  "server. Please contact the administrator."
310
  msgstr ""
311
 
312
- #: lib/wfu_constants.php:97
313
  msgid ""
314
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
315
  "was specified in the HTML form."
316
  msgstr ""
317
 
318
- #: lib/wfu_constants.php:98
319
  msgid "Upload failed! The uploaded file was only partially uploaded."
320
  msgstr ""
321
 
322
- #: lib/wfu_constants.php:99
323
  msgid "Upload failed! No file was uploaded."
324
  msgstr ""
325
 
326
- #: lib/wfu_constants.php:100
327
  msgid "Upload failed! Failed to write file to disk."
328
  msgstr ""
329
 
330
- #: lib/wfu_constants.php:101
331
  msgid ""
332
  "Upload failed! Error occured while moving temporary file. Please contact "
333
  "administrator."
334
  msgstr ""
335
 
336
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
337
  msgid "Upload cancelled!"
338
  msgstr ""
339
 
340
- #: lib/wfu_constants.php:103
341
  msgid ""
342
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
343
  "a way to ascertain which extension caused the file upload to stop; examining "
344
  "the list of loaded extensions with phpinfo() may help."
345
  msgstr ""
346
 
347
- #: lib/wfu_constants.php:104
348
  msgid "Upload failed! Error occured while attemting to upload the file."
349
  msgstr ""
350
 
351
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
352
  msgid "Upload failed!"
353
  msgstr ""
354
 
355
- #: lib/wfu_constants.php:106
356
  msgid "No file!"
357
  msgstr ""
358
 
359
- #: lib/wfu_constants.php:107
360
  msgid ""
361
  "Upload failed! The upload has been canceled by the user or the browser "
362
  "dropped the connection."
363
  msgstr ""
364
 
365
- #: lib/wfu_constants.php:108
366
  msgid "Upload failed! Unknown error."
367
  msgstr ""
368
 
369
- #: lib/wfu_constants.php:109
370
  msgid "Please contact the administrator."
371
  msgstr ""
372
 
373
- #: lib/wfu_constants.php:110
374
  msgid "No result from remote server!"
375
  msgstr ""
376
 
377
- #: lib/wfu_constants.php:111
378
  msgid " but with warnings"
379
  msgstr ""
380
 
381
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
382
  msgid "Warning: JSON parse error."
383
  msgstr ""
384
 
385
- #: lib/wfu_constants.php:113
386
  msgid ""
387
  "Upload parameters of this file, passed as JSON string to the handler, could "
388
  "not be parsed."
389
  msgstr ""
390
 
391
- #: lib/wfu_constants.php:115
392
  msgid ""
393
  "UploadStates, passed as JSON string to the handler, could not be parsed."
394
  msgstr ""
395
 
396
- #: lib/wfu_constants.php:116
397
  msgid ""
398
  "Redirection to classic form functionality occurred due to unknown error."
399
  msgstr ""
400
 
401
- #: lib/wfu_constants.php:117
402
  msgid ""
403
  "Redirection to classic form functionality occurred because AJAX is not "
404
  "supported."
405
  msgstr ""
406
 
407
- #: lib/wfu_constants.php:118
408
  msgid ""
409
  "Redirection to classic form functionality occurred because HTML5 is not "
410
  "supported."
411
  msgstr ""
412
 
413
- #: lib/wfu_constants.php:119
414
  msgid ""
415
  "Redirection to classic form functionality occurred due to JSON parse error."
416
  msgstr ""
417
 
418
- #: lib/wfu_constants.php:120
419
  msgid "Please enable popup windows from the browser's settings!"
420
  msgstr ""
421
 
422
- #: lib/wfu_constants.php:121
423
  msgid "cannot be empty!"
424
  msgstr ""
425
 
426
- #: lib/wfu_constants.php:122
427
  msgid "number not valid!"
428
  msgstr ""
429
 
430
- #: lib/wfu_constants.php:123
431
  msgid "email not valid!"
432
  msgstr ""
433
 
434
- #: lib/wfu_constants.php:124
435
  msgid "emails do not match!"
436
  msgstr ""
437
 
438
- #: lib/wfu_constants.php:125
439
  msgid "no base email field in group!"
440
  msgstr ""
441
 
442
- #: lib/wfu_constants.php:126
443
  msgid "passwords do not match!"
444
  msgstr ""
445
 
446
- #: lib/wfu_constants.php:127
447
  msgid "no base password field in group!"
448
  msgstr ""
449
 
450
- #: lib/wfu_constants.php:128
451
  msgid "checkbox unchecked!"
452
  msgstr ""
453
 
454
- #: lib/wfu_constants.php:129
455
  msgid "no option selected!"
456
  msgstr ""
457
 
458
- #: lib/wfu_constants.php:130
459
  msgid "no item selected!"
460
  msgstr ""
461
 
462
- #: lib/wfu_constants.php:131
463
  msgid ""
464
  "There are more than one instances of the plugin in this page with the same "
465
  "id. Please change it."
466
  msgstr ""
467
 
468
- #: lib/wfu_constants.php:132
469
  msgid ""
470
  "Cannot edit the shortcode because the page has been modified. Please reload "
471
  "the page."
472
  msgstr ""
473
 
474
- #: lib/wfu_constants.php:133
475
  msgid "Your browser does not support webcam capture!"
476
  msgstr ""
477
 
478
- #: lib/wfu_constants.php:134
479
  msgid "Your browser does not support video recording from the webcam!"
480
  msgstr ""
481
 
482
- #: lib/wfu_constants.php:135
483
  msgid "No video was recorded!"
484
  msgstr ""
485
 
486
- #: lib/wfu_constants.php:136
487
  msgid ""
488
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
489
  "or use RecaptchaV2 (no account)."
490
  msgstr ""
491
 
492
- #: lib/wfu_constants.php:137
493
  msgid ""
494
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
495
  "notify administrator."
496
  msgstr ""
497
 
498
- #: lib/wfu_constants.php:138
499
  msgid ""
500
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
501
  "use RecaptchaV1 (no account)."
502
  msgstr ""
503
 
504
- #: lib/wfu_constants.php:139
505
  msgid "ERROR: No site key. Please contact administrator!"
506
  msgstr ""
507
 
508
- #: lib/wfu_constants.php:140
509
  msgid ""
510
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
511
  "define Google Recaptcha keys."
512
  msgstr ""
513
 
514
- #: lib/wfu_constants.php:141
515
  msgid "Bad captcha image!"
516
  msgstr ""
517
 
518
- #: lib/wfu_constants.php:142
519
  msgid "No input!"
520
  msgstr ""
521
 
522
- #: lib/wfu_constants.php:143
523
  msgid "Captcha not completed!"
524
  msgstr ""
525
 
526
- #: lib/wfu_constants.php:144
527
  msgid "Wrong captcha!"
528
  msgstr ""
529
 
530
- #: lib/wfu_constants.php:145
531
  msgid "Error refreshing captcha!"
532
  msgstr ""
533
 
534
- #: lib/wfu_constants.php:146
535
  msgid "Unknown captcha error!"
536
  msgstr ""
537
 
538
- #: lib/wfu_constants.php:147
539
  msgid "Captcha not supported by your browser!"
540
  msgstr ""
541
 
542
- #: lib/wfu_constants.php:148
543
  msgid "the secret parameter is missing"
544
  msgstr ""
545
 
546
- #: lib/wfu_constants.php:149
547
  msgid "the secret parameter is invalid or malformed"
548
  msgstr ""
549
 
550
- #: lib/wfu_constants.php:150
551
  msgid "the response parameter is missing"
552
  msgstr ""
553
 
554
- #: lib/wfu_constants.php:151
555
  msgid "the response parameter is invalid or malformed"
556
  msgstr ""
557
 
558
- #: lib/wfu_constants.php:152
559
  msgid "Please do not use drag drop due to an internal problem."
560
  msgstr ""
561
 
562
- #: lib/wfu_constants.php:153
563
  #, php-format
564
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
565
  msgstr ""
566
 
567
- #: lib/wfu_constants.php:154
568
  msgid "Chunked upload is not allowed!"
569
  msgstr ""
570
 
571
- #: lib/wfu_constants.php:155
572
  msgid "Chunked upload aborted due to error in previous chunk!"
573
  msgstr ""
574
 
575
- #: lib/wfu_constants.php:156
576
  msgid "Chunked upload failed, final file could not be created!"
577
  msgstr ""
578
 
579
- #: lib/wfu_constants.php:157
580
  #, php-format
581
  msgid "Could not write file chuck to destination on chunk %d"
582
  msgstr ""
583
 
584
- #: lib/wfu_constants.php:158
585
  #, php-format
586
  msgid "Could not enlarge destination file on chunk %d"
587
  msgstr ""
588
 
589
- #: lib/wfu_constants.php:159
590
  #, php-format
591
  msgid "Could not open file handles on chunk %d"
592
  msgstr ""
593
 
594
- #: lib/wfu_constants.php:160
595
  msgid "You are not allowed to download this file!"
596
  msgstr ""
597
 
598
- #: lib/wfu_constants.php:161
599
  msgid "File does not exist!"
600
  msgstr ""
601
 
602
- #: lib/wfu_constants.php:162
603
  msgid "Could not download file!"
604
  msgstr ""
605
 
606
- #: lib/wfu_constants.php:163
607
  msgid "You are not allowed to delete this file!"
608
  msgstr ""
609
 
610
- #: lib/wfu_constants.php:164
611
  msgid "File was not deleted!"
612
  msgstr ""
613
 
614
- #: lib/wfu_constants.php:165
615
  msgid "No file was deleted!"
616
  msgstr ""
617
 
618
- #: lib/wfu_constants.php:166
619
  msgid "Some files were not deleted!"
620
  msgstr ""
621
 
622
- #: lib/wfu_constants.php:168
623
  msgid "Upload skipped! File already exists."
624
  msgstr ""
625
 
626
- #: lib/wfu_constants.php:169
627
  msgid "The extension of the file does not match its contents."
628
  msgstr ""
629
 
630
- #: lib/wfu_constants.php:170
631
  msgid ""
632
  "Upload succeeded but the file is suspicious because its contents do not "
633
  "match its extension. Its proper filename is: "
634
  msgstr ""
635
 
636
- #: lib/wfu_constants.php:171
637
  msgid "No files have been selected!"
638
  msgstr ""
639
 
640
- #: lib/wfu_constants.php:172
641
  msgid "Please complete the consent question before continuing the upload!"
642
  msgstr ""
643
 
644
- #: lib/wfu_constants.php:173
645
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
646
  msgstr ""
647
 
648
- #: lib/wfu_constants.php:174
649
  msgid "Notification email was not sent because there were no files uploaded."
650
  msgstr ""
651
 
652
- #: lib/wfu_constants.php:175
653
  msgid ""
654
  "Notification email was not sent because no recipients were defined. Please "
655
  "check notifyrecipients attribute in the shortcode."
656
  msgstr ""
657
 
658
- #: lib/wfu_constants.php:176
659
  msgid ""
660
  "Notification email was not sent due to an error. Please check "
661
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
662
  msgstr ""
663
 
664
- #: lib/wfu_constants.php:177
665
  msgid ""
666
  "Redirection not executed because redirection link is empty. Please check "
667
  "redirectlink attribute."
668
  msgstr ""
669
 
670
- #: lib/wfu_constants.php:178
671
  msgid ""
672
  "Redirection not executed because not all files were successfully uploaded."
673
  msgstr ""
674
 
675
- #: lib/wfu_constants.php:179
676
  msgid "Potential Denial-Of-Service Attack on {SITE}"
677
  msgstr ""
678
 
679
- #: lib/wfu_constants.php:180
680
  msgid ""
681
  "Hello admin\n"
682
  "\n"
@@ -696,366 +705,414 @@ msgid ""
696
  "Thanks"
697
  msgstr ""
698
 
699
- #: lib/wfu_constants.php:181
700
  msgid ""
701
  "You have activated an alternative insecure Iptanus Services Server. For "
702
  "details please contact info@iptanus.com."
703
  msgstr ""
704
 
705
- #: lib/wfu_constants.php:182
706
  msgid ""
707
  "Iptanus Services Server is unreachable. This may cause problems on some "
708
  "plugin functions. Please read this :article: for resolution."
709
  msgstr ""
710
 
711
- #: lib/wfu_constants.php:184
712
  msgid ""
713
  "Failed to add the shortcode to the page/post. Please try again. If the "
714
  "message persists, contact administrator."
715
  msgstr ""
716
 
717
- #: lib/wfu_constants.php:185
718
  msgid ""
719
  "Failed to edit the shortcode because the contents of the page changed. Try "
720
  "again to edit the shortcode."
721
  msgstr ""
722
 
723
- #: lib/wfu_constants.php:186
724
  msgid ""
725
  "Failed to delete the shortcode because the contents of the page changed. Try "
726
  "again to delete it."
727
  msgstr ""
728
 
729
- #: lib/wfu_constants.php:187
730
  msgid ""
731
  "The page containing the shortcode has been modified and it is no longer "
732
  "valid. Please go back to reload the shortcode."
733
  msgstr ""
734
 
735
- #: lib/wfu_constants.php:188
736
  msgid ""
737
  "Failed to update the shortcode because the contents of the page changed. Go "
738
  "back to reload the shortcode."
739
  msgstr ""
740
 
741
- #: lib/wfu_constants.php:189
742
  msgid ""
743
  "Failed to update the shortcode. Please try again. If the problem persists, "
744
  "go back and reload the shortcode."
745
  msgstr ""
746
 
747
- #: lib/wfu_constants.php:191
748
  msgid "This is a test message"
749
  msgstr ""
750
 
751
- #: lib/wfu_constants.php:192
752
  msgid "This is a test administrator message"
753
  msgstr ""
754
 
755
- #: lib/wfu_constants.php:193
756
  msgid "File testfile 1 under test"
757
  msgstr ""
758
 
759
- #: lib/wfu_constants.php:194
760
  msgid "File testfile 1 message"
761
  msgstr ""
762
 
763
- #: lib/wfu_constants.php:195
764
  msgid "File testfile 1 administrator message"
765
  msgstr ""
766
 
767
- #: lib/wfu_constants.php:196
768
  msgid "File testfile 2 under test"
769
  msgstr ""
770
 
771
- #: lib/wfu_constants.php:197
772
  msgid "File testfile 2 message"
773
  msgstr ""
774
 
775
- #: lib/wfu_constants.php:198
776
  msgid "File testfile 2 administrator message"
777
  msgstr ""
778
 
779
- #: lib/wfu_constants.php:200
780
  msgid ""
781
  "Insert variable %userid% inside text. It will be replaced by the id of the "
782
  "current user."
783
  msgstr ""
784
 
785
- #: lib/wfu_constants.php:201
786
  msgid ""
787
  "Insert variable %username% inside text. It will be replaced by the username "
788
  "of the current user."
789
  msgstr ""
790
 
791
- #: lib/wfu_constants.php:202
792
  msgid ""
793
  "Insert variable %useremail% inside text. It will be replaced by the email of "
794
  "the current user."
795
  msgstr ""
796
 
797
- #: lib/wfu_constants.php:203
798
  msgid ""
799
  "Insert variable %filename% inside text. It will be replaced by the filename "
800
  "of the uploaded file."
801
  msgstr ""
802
 
803
- #: lib/wfu_constants.php:204
804
  msgid ""
805
  "Insert variable %filepath% inside text. It will be replaced by the full "
806
  "filepath of the uploaded file."
807
  msgstr ""
808
 
809
- #: lib/wfu_constants.php:205
810
  msgid ""
811
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
812
  "the website."
813
  msgstr ""
814
 
815
- #: lib/wfu_constants.php:206
816
  msgid ""
817
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
818
  "current page."
819
  msgstr ""
820
 
821
- #: lib/wfu_constants.php:207
822
  msgid ""
823
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
824
  "the current page."
825
  msgstr ""
826
 
827
- #: lib/wfu_constants.php:208
828
  msgid ""
829
  "Insert variable %userdataXXX% inside text. Select the user field from the "
830
  "drop-down list. It will be replaced by the value that the user entered in "
831
  "this field."
832
  msgstr ""
833
 
834
- #: lib/wfu_constants.php:209
835
  msgid "Insert variable %n% inside text to denote a line change."
836
  msgstr ""
837
 
838
- #: lib/wfu_constants.php:211
839
  #, php-format
840
  msgid "File %filename% uploaded successfully but not saved"
841
  msgstr ""
842
 
843
- #: lib/wfu_constants.php:212
844
  msgid "Test Mode"
845
  msgstr ""
846
 
847
- #: lib/wfu_constants.php:213
848
  msgid "select dir..."
849
  msgstr ""
850
 
851
- #: lib/wfu_constants.php:214
852
  msgid "type dir"
853
  msgstr ""
854
 
855
- #: lib/wfu_constants.php:215
856
  msgid "Upload path: %filepath%"
857
  msgstr ""
858
 
859
- #: lib/wfu_constants.php:216
860
  msgid "Failed upload path: %filepath%"
861
  msgstr ""
862
 
863
- #: lib/wfu_constants.php:217
864
  msgid " (required)"
865
  msgstr ""
866
 
867
- #: lib/wfu_constants.php:218
868
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
869
  msgstr ""
870
 
871
- #: lib/wfu_constants.php:219
872
  msgid "checking captcha..."
873
  msgstr ""
874
 
875
- #: lib/wfu_constants.php:220
876
  msgid "refreshing..."
877
  msgstr ""
878
 
879
- #: lib/wfu_constants.php:221
880
  msgid "correct captcha"
881
  msgstr ""
882
 
883
- #: lib/wfu_constants.php:222
884
  msgid "click to continue the upload"
885
  msgstr ""
886
 
887
- #: lib/wfu_constants.php:223
888
  msgid "Are you sure you want to delete this file?"
889
  msgstr ""
890
 
891
- #: lib/wfu_constants.php:224
892
  msgid "Are you sure you want to delete these files?"
893
  msgstr ""
894
 
895
- #: lib/wfu_constants.php:225
896
  msgid "Bulk Actions"
897
  msgstr ""
898
 
899
- #: lib/wfu_constants.php:226
900
  msgid "Apply"
901
  msgstr ""
902
 
903
- #: lib/wfu_constants.php:228
904
  msgid "of "
905
  msgstr ""
906
 
907
- #: lib/wfu_constants.php:229
908
  msgid "Are you sure that you want to cancel the upload?"
909
  msgstr ""
910
 
911
- #: lib/wfu_constants.php:230
912
  msgid "cancel upload of this file"
913
  msgstr ""
914
 
915
- #: lib/wfu_constants.php:231
916
  msgid "Upload in progress"
917
  msgstr "Uploading..."
918
 
919
- #: lib/wfu_constants.php:232
920
  msgid "Upload in progress with warnings!"
921
  msgstr ""
922
 
923
- #: lib/wfu_constants.php:233
924
  msgid "Upload in progress but some files already failed!"
925
  msgstr ""
926
 
927
- #: lib/wfu_constants.php:234
928
  msgid "Upload in progress but no files uploaded so far!"
929
  msgstr ""
930
 
931
- #: lib/wfu_constants.php:235
932
  msgid "All files uploaded successfully"
933
  msgstr ""
934
 
935
- #: lib/wfu_constants.php:236
936
  msgid "All files uploaded successfully but there are warnings!"
937
  msgstr ""
938
 
939
- #: lib/wfu_constants.php:237
940
  msgid "File uploaded successfully but there are warnings!"
941
  msgstr ""
942
 
943
- #: lib/wfu_constants.php:238
944
  msgid "Some files failed to upload!"
945
  msgstr ""
946
 
947
- #: lib/wfu_constants.php:239
948
  msgid "All files failed to upload"
949
  msgstr ""
950
 
951
- #: lib/wfu_constants.php:240
952
  msgid "File failed to upload"
953
  msgstr ""
954
 
955
- #: lib/wfu_constants.php:241
956
  msgid "There are no files to upload!"
957
  msgstr ""
958
 
959
- #: lib/wfu_constants.php:242
960
  msgid "Test upload message"
961
  msgstr ""
962
 
963
- #: lib/wfu_constants.php:243
964
  msgid "JSON parse warning!"
965
  msgstr ""
966
 
967
- #: lib/wfu_constants.php:244
968
  msgid "please wait while redirecting..."
969
  msgstr ""
970
 
971
- #: lib/wfu_constants.php:246
972
  msgid "Submitting data"
973
  msgstr ""
974
 
975
- #: lib/wfu_constants.php:247
976
  msgid "Data submitted successfully!"
977
  msgstr ""
978
 
979
- #: lib/wfu_constants.php:248
980
  msgid "Data were not submitted!"
981
  msgstr ""
982
 
983
- #: lib/wfu_constants.php:249
984
  msgid "Cancelling upload"
985
  msgstr ""
986
 
987
- #: lib/wfu_constants.php:251
988
  msgid "Upload succeeded!"
989
  msgstr ""
990
 
991
- #: lib/wfu_constants.php:252
992
  msgid "Upload completed but no files were saved!"
993
  msgstr ""
994
 
995
- #: lib/wfu_constants.php:253
996
  msgid "File was not saved due to personal data policy!"
997
  msgstr ""
998
 
999
- #: lib/wfu_constants.php:254
1000
  msgid "Open visual shortcode editor in new window"
1001
  msgstr ""
1002
 
1003
- #: lib/wfu_constants.php:255
1004
  msgid "loading visual editor"
1005
  msgstr ""
1006
 
1007
- #: lib/wfu_constants.php:256
1008
  msgid "Clear file list?"
1009
  msgstr ""
1010
 
1011
- #: lib/wfu_constants.php:257
1012
  msgid "DROP HERE"
1013
  msgstr ""
1014
 
1015
- #: lib/wfu_constants.php:259
1016
  msgid "record video"
1017
  msgstr ""
1018
 
1019
- #: lib/wfu_constants.php:260
1020
  msgid "take a picture"
1021
  msgstr ""
1022
 
1023
- #: lib/wfu_constants.php:261
1024
  msgid "turn webcam on/off"
1025
  msgstr ""
1026
 
1027
- #: lib/wfu_constants.php:262
1028
  msgid "go live again"
1029
  msgstr ""
1030
 
1031
- #: lib/wfu_constants.php:263
1032
  msgid "end recording"
1033
  msgstr ""
1034
 
1035
- #: lib/wfu_constants.php:264
1036
  msgid "play"
1037
  msgstr ""
1038
 
1039
- #: lib/wfu_constants.php:265
1040
  msgid "pause"
1041
  msgstr ""
1042
 
1043
- #: lib/wfu_constants.php:266
1044
  msgid "go to the beginning"
1045
  msgstr ""
1046
 
1047
- #: lib/wfu_constants.php:267
1048
  msgid "go to the end"
1049
  msgstr ""
1050
 
1051
- #: lib/wfu_constants.php:269
1052
  msgid "Wordpress File Upload Form"
1053
  msgstr ""
1054
 
1055
- #: lib/wfu_constants.php:270
1056
  msgid "Wordpress File Upload plugin uploader for sidebars"
1057
  msgstr ""
1058
 
1059
- #: lib/wfu_constants.php:271
1060
  msgid "Upload Files"
1061
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:10+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:10+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
133
  msgid "User"
134
  msgstr ""
135
 
136
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
137
  msgid "Page"
138
  msgstr ""
139
 
258
  msgstr ""
259
 
260
  #: lib/wfu_constants.php:86
261
+ msgid "Error. This file was rejected because its not a valid image."
262
+ msgstr ""
263
+
264
+ #: lib/wfu_constants.php:87
265
  msgid ""
266
  "Too many files are uploaded in a short period of time. This may be a Denial-"
267
  "Of-Service attack, so file was rejected. Please check the upload log for "
268
  "suspicious behaviour."
269
  msgstr ""
270
 
271
+ #: lib/wfu_constants.php:88
272
  msgid ""
273
  "File not uploaded in order to prevent overflow of the website. Please "
274
  "contact administrator."
275
  msgstr ""
276
 
277
+ #: lib/wfu_constants.php:89
278
  msgid "Target folder doesn't exist."
279
  msgstr ""
280
 
281
+ #: lib/wfu_constants.php:90
282
  msgid "Upload failed! Missing a temporary folder."
283
  msgstr ""
284
 
285
+ #: lib/wfu_constants.php:91
286
+ msgid "Not allowed to upload to target folder."
287
+ msgstr ""
288
+
289
+ #: lib/wfu_constants.php:92
290
  msgid "Upload failed! Permission denied to write to target folder."
291
  msgstr ""
292
 
293
+ #: lib/wfu_constants.php:93
294
  msgid "File not allowed."
295
  msgstr ""
296
 
297
+ #: lib/wfu_constants.php:94
298
  msgid "File is suspicious and was rejected."
299
  msgstr ""
300
 
301
+ #: lib/wfu_constants.php:95
302
  msgid "The uploaded file exceeds the file size limit."
303
  msgstr ""
304
 
305
+ #: lib/wfu_constants.php:96
306
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
307
  msgstr ""
308
 
309
+ #: lib/wfu_constants.php:97
310
  msgid ""
311
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
312
  "Please contact the administrator."
313
  msgstr ""
314
 
315
+ #: lib/wfu_constants.php:98
316
  msgid ""
317
  "Upload failed! The duration of the upload exceeded the time limit of the "
318
  "server. Please contact the administrator."
319
  msgstr ""
320
 
321
+ #: lib/wfu_constants.php:99
322
  msgid ""
323
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
324
  "was specified in the HTML form."
325
  msgstr ""
326
 
327
+ #: lib/wfu_constants.php:100
328
  msgid "Upload failed! The uploaded file was only partially uploaded."
329
  msgstr ""
330
 
331
+ #: lib/wfu_constants.php:101
332
  msgid "Upload failed! No file was uploaded."
333
  msgstr ""
334
 
335
+ #: lib/wfu_constants.php:102
336
  msgid "Upload failed! Failed to write file to disk."
337
  msgstr ""
338
 
339
+ #: lib/wfu_constants.php:103
340
  msgid ""
341
  "Upload failed! Error occured while moving temporary file. Please contact "
342
  "administrator."
343
  msgstr ""
344
 
345
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
346
  msgid "Upload cancelled!"
347
  msgstr ""
348
 
349
+ #: lib/wfu_constants.php:105
350
  msgid ""
351
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
352
  "a way to ascertain which extension caused the file upload to stop; examining "
353
  "the list of loaded extensions with phpinfo() may help."
354
  msgstr ""
355
 
356
+ #: lib/wfu_constants.php:106
357
  msgid "Upload failed! Error occured while attemting to upload the file."
358
  msgstr ""
359
 
360
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
361
  msgid "Upload failed!"
362
  msgstr ""
363
 
364
+ #: lib/wfu_constants.php:108
365
  msgid "No file!"
366
  msgstr ""
367
 
368
+ #: lib/wfu_constants.php:109
369
  msgid ""
370
  "Upload failed! The upload has been canceled by the user or the browser "
371
  "dropped the connection."
372
  msgstr ""
373
 
374
+ #: lib/wfu_constants.php:110
375
  msgid "Upload failed! Unknown error."
376
  msgstr ""
377
 
378
+ #: lib/wfu_constants.php:111
379
  msgid "Please contact the administrator."
380
  msgstr ""
381
 
382
+ #: lib/wfu_constants.php:112
383
  msgid "No result from remote server!"
384
  msgstr ""
385
 
386
+ #: lib/wfu_constants.php:113
387
  msgid " but with warnings"
388
  msgstr ""
389
 
390
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
391
  msgid "Warning: JSON parse error."
392
  msgstr ""
393
 
394
+ #: lib/wfu_constants.php:115
395
  msgid ""
396
  "Upload parameters of this file, passed as JSON string to the handler, could "
397
  "not be parsed."
398
  msgstr ""
399
 
400
+ #: lib/wfu_constants.php:117
401
  msgid ""
402
  "UploadStates, passed as JSON string to the handler, could not be parsed."
403
  msgstr ""
404
 
405
+ #: lib/wfu_constants.php:118
406
  msgid ""
407
  "Redirection to classic form functionality occurred due to unknown error."
408
  msgstr ""
409
 
410
+ #: lib/wfu_constants.php:119
411
  msgid ""
412
  "Redirection to classic form functionality occurred because AJAX is not "
413
  "supported."
414
  msgstr ""
415
 
416
+ #: lib/wfu_constants.php:120
417
  msgid ""
418
  "Redirection to classic form functionality occurred because HTML5 is not "
419
  "supported."
420
  msgstr ""
421
 
422
+ #: lib/wfu_constants.php:121
423
  msgid ""
424
  "Redirection to classic form functionality occurred due to JSON parse error."
425
  msgstr ""
426
 
427
+ #: lib/wfu_constants.php:122
428
  msgid "Please enable popup windows from the browser's settings!"
429
  msgstr ""
430
 
431
+ #: lib/wfu_constants.php:123
432
  msgid "cannot be empty!"
433
  msgstr ""
434
 
435
+ #: lib/wfu_constants.php:124
436
  msgid "number not valid!"
437
  msgstr ""
438
 
439
+ #: lib/wfu_constants.php:125
440
  msgid "email not valid!"
441
  msgstr ""
442
 
443
+ #: lib/wfu_constants.php:126
444
  msgid "emails do not match!"
445
  msgstr ""
446
 
447
+ #: lib/wfu_constants.php:127
448
  msgid "no base email field in group!"
449
  msgstr ""
450
 
451
+ #: lib/wfu_constants.php:128
452
  msgid "passwords do not match!"
453
  msgstr ""
454
 
455
+ #: lib/wfu_constants.php:129
456
  msgid "no base password field in group!"
457
  msgstr ""
458
 
459
+ #: lib/wfu_constants.php:130
460
  msgid "checkbox unchecked!"
461
  msgstr ""
462
 
463
+ #: lib/wfu_constants.php:131
464
  msgid "no option selected!"
465
  msgstr ""
466
 
467
+ #: lib/wfu_constants.php:132
468
  msgid "no item selected!"
469
  msgstr ""
470
 
471
+ #: lib/wfu_constants.php:133
472
  msgid ""
473
  "There are more than one instances of the plugin in this page with the same "
474
  "id. Please change it."
475
  msgstr ""
476
 
477
+ #: lib/wfu_constants.php:134
478
  msgid ""
479
  "Cannot edit the shortcode because the page has been modified. Please reload "
480
  "the page."
481
  msgstr ""
482
 
483
+ #: lib/wfu_constants.php:135
484
  msgid "Your browser does not support webcam capture!"
485
  msgstr ""
486
 
487
+ #: lib/wfu_constants.php:136
488
  msgid "Your browser does not support video recording from the webcam!"
489
  msgstr ""
490
 
491
+ #: lib/wfu_constants.php:137
492
  msgid "No video was recorded!"
493
  msgstr ""
494
 
495
+ #: lib/wfu_constants.php:138
496
  msgid ""
497
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
498
  "or use RecaptchaV2 (no account)."
499
  msgstr ""
500
 
501
+ #: lib/wfu_constants.php:139
502
  msgid ""
503
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
504
  "notify administrator."
505
  msgstr ""
506
 
507
+ #: lib/wfu_constants.php:140
508
  msgid ""
509
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
510
  "use RecaptchaV1 (no account)."
511
  msgstr ""
512
 
513
+ #: lib/wfu_constants.php:141
514
  msgid "ERROR: No site key. Please contact administrator!"
515
  msgstr ""
516
 
517
+ #: lib/wfu_constants.php:142
518
  msgid ""
519
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
520
  "define Google Recaptcha keys."
521
  msgstr ""
522
 
523
+ #: lib/wfu_constants.php:143
524
  msgid "Bad captcha image!"
525
  msgstr ""
526
 
527
+ #: lib/wfu_constants.php:144
528
  msgid "No input!"
529
  msgstr ""
530
 
531
+ #: lib/wfu_constants.php:145
532
  msgid "Captcha not completed!"
533
  msgstr ""
534
 
535
+ #: lib/wfu_constants.php:146
536
  msgid "Wrong captcha!"
537
  msgstr ""
538
 
539
+ #: lib/wfu_constants.php:147
540
  msgid "Error refreshing captcha!"
541
  msgstr ""
542
 
543
+ #: lib/wfu_constants.php:148
544
  msgid "Unknown captcha error!"
545
  msgstr ""
546
 
547
+ #: lib/wfu_constants.php:149
548
  msgid "Captcha not supported by your browser!"
549
  msgstr ""
550
 
551
+ #: lib/wfu_constants.php:150
552
  msgid "the secret parameter is missing"
553
  msgstr ""
554
 
555
+ #: lib/wfu_constants.php:151
556
  msgid "the secret parameter is invalid or malformed"
557
  msgstr ""
558
 
559
+ #: lib/wfu_constants.php:152
560
  msgid "the response parameter is missing"
561
  msgstr ""
562
 
563
+ #: lib/wfu_constants.php:153
564
  msgid "the response parameter is invalid or malformed"
565
  msgstr ""
566
 
567
+ #: lib/wfu_constants.php:154
568
  msgid "Please do not use drag drop due to an internal problem."
569
  msgstr ""
570
 
571
+ #: lib/wfu_constants.php:155
572
  #, php-format
573
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
574
  msgstr ""
575
 
576
+ #: lib/wfu_constants.php:156
577
  msgid "Chunked upload is not allowed!"
578
  msgstr ""
579
 
580
+ #: lib/wfu_constants.php:157
581
  msgid "Chunked upload aborted due to error in previous chunk!"
582
  msgstr ""
583
 
584
+ #: lib/wfu_constants.php:158
585
  msgid "Chunked upload failed, final file could not be created!"
586
  msgstr ""
587
 
588
+ #: lib/wfu_constants.php:159
589
  #, php-format
590
  msgid "Could not write file chuck to destination on chunk %d"
591
  msgstr ""
592
 
593
+ #: lib/wfu_constants.php:160
594
  #, php-format
595
  msgid "Could not enlarge destination file on chunk %d"
596
  msgstr ""
597
 
598
+ #: lib/wfu_constants.php:161
599
  #, php-format
600
  msgid "Could not open file handles on chunk %d"
601
  msgstr ""
602
 
603
+ #: lib/wfu_constants.php:162
604
  msgid "You are not allowed to download this file!"
605
  msgstr ""
606
 
607
+ #: lib/wfu_constants.php:163
608
  msgid "File does not exist!"
609
  msgstr ""
610
 
611
+ #: lib/wfu_constants.php:164
612
  msgid "Could not download file!"
613
  msgstr ""
614
 
615
+ #: lib/wfu_constants.php:165
616
  msgid "You are not allowed to delete this file!"
617
  msgstr ""
618
 
619
+ #: lib/wfu_constants.php:166
620
  msgid "File was not deleted!"
621
  msgstr ""
622
 
623
+ #: lib/wfu_constants.php:167
624
  msgid "No file was deleted!"
625
  msgstr ""
626
 
627
+ #: lib/wfu_constants.php:168
628
  msgid "Some files were not deleted!"
629
  msgstr ""
630
 
631
+ #: lib/wfu_constants.php:170
632
  msgid "Upload skipped! File already exists."
633
  msgstr ""
634
 
635
+ #: lib/wfu_constants.php:171
636
  msgid "The extension of the file does not match its contents."
637
  msgstr ""
638
 
639
+ #: lib/wfu_constants.php:172
640
  msgid ""
641
  "Upload succeeded but the file is suspicious because its contents do not "
642
  "match its extension. Its proper filename is: "
643
  msgstr ""
644
 
645
+ #: lib/wfu_constants.php:173
646
  msgid "No files have been selected!"
647
  msgstr ""
648
 
649
+ #: lib/wfu_constants.php:174
650
  msgid "Please complete the consent question before continuing the upload!"
651
  msgstr ""
652
 
653
+ #: lib/wfu_constants.php:175
654
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
655
  msgstr ""
656
 
657
+ #: lib/wfu_constants.php:176
658
  msgid "Notification email was not sent because there were no files uploaded."
659
  msgstr ""
660
 
661
+ #: lib/wfu_constants.php:177
662
  msgid ""
663
  "Notification email was not sent because no recipients were defined. Please "
664
  "check notifyrecipients attribute in the shortcode."
665
  msgstr ""
666
 
667
+ #: lib/wfu_constants.php:178
668
  msgid ""
669
  "Notification email was not sent due to an error. Please check "
670
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
671
  msgstr ""
672
 
673
+ #: lib/wfu_constants.php:179
674
  msgid ""
675
  "Redirection not executed because redirection link is empty. Please check "
676
  "redirectlink attribute."
677
  msgstr ""
678
 
679
+ #: lib/wfu_constants.php:180
680
  msgid ""
681
  "Redirection not executed because not all files were successfully uploaded."
682
  msgstr ""
683
 
684
+ #: lib/wfu_constants.php:181
685
  msgid "Potential Denial-Of-Service Attack on {SITE}"
686
  msgstr ""
687
 
688
+ #: lib/wfu_constants.php:182
689
  msgid ""
690
  "Hello admin\n"
691
  "\n"
705
  "Thanks"
706
  msgstr ""
707
 
708
+ #: lib/wfu_constants.php:183
709
  msgid ""
710
  "You have activated an alternative insecure Iptanus Services Server. For "
711
  "details please contact info@iptanus.com."
712
  msgstr ""
713
 
714
+ #: lib/wfu_constants.php:184
715
  msgid ""
716
  "Iptanus Services Server is unreachable. This may cause problems on some "
717
  "plugin functions. Please read this :article: for resolution."
718
  msgstr ""
719
 
720
+ #: lib/wfu_constants.php:186
721
  msgid ""
722
  "Failed to add the shortcode to the page/post. Please try again. If the "
723
  "message persists, contact administrator."
724
  msgstr ""
725
 
726
+ #: lib/wfu_constants.php:187
727
  msgid ""
728
  "Failed to edit the shortcode because the contents of the page changed. Try "
729
  "again to edit the shortcode."
730
  msgstr ""
731
 
732
+ #: lib/wfu_constants.php:188
733
  msgid ""
734
  "Failed to delete the shortcode because the contents of the page changed. Try "
735
  "again to delete it."
736
  msgstr ""
737
 
738
+ #: lib/wfu_constants.php:189
739
  msgid ""
740
  "The page containing the shortcode has been modified and it is no longer "
741
  "valid. Please go back to reload the shortcode."
742
  msgstr ""
743
 
744
+ #: lib/wfu_constants.php:190
745
  msgid ""
746
  "Failed to update the shortcode because the contents of the page changed. Go "
747
  "back to reload the shortcode."
748
  msgstr ""
749
 
750
+ #: lib/wfu_constants.php:191
751
  msgid ""
752
  "Failed to update the shortcode. Please try again. If the problem persists, "
753
  "go back and reload the shortcode."
754
  msgstr ""
755
 
756
+ #: lib/wfu_constants.php:193
757
  msgid "This is a test message"
758
  msgstr ""
759
 
760
+ #: lib/wfu_constants.php:194
761
  msgid "This is a test administrator message"
762
  msgstr ""
763
 
764
+ #: lib/wfu_constants.php:195
765
  msgid "File testfile 1 under test"
766
  msgstr ""
767
 
768
+ #: lib/wfu_constants.php:196
769
  msgid "File testfile 1 message"
770
  msgstr ""
771
 
772
+ #: lib/wfu_constants.php:197
773
  msgid "File testfile 1 administrator message"
774
  msgstr ""
775
 
776
+ #: lib/wfu_constants.php:198
777
  msgid "File testfile 2 under test"
778
  msgstr ""
779
 
780
+ #: lib/wfu_constants.php:199
781
  msgid "File testfile 2 message"
782
  msgstr ""
783
 
784
+ #: lib/wfu_constants.php:200
785
  msgid "File testfile 2 administrator message"
786
  msgstr ""
787
 
788
+ #: lib/wfu_constants.php:202
789
  msgid ""
790
  "Insert variable %userid% inside text. It will be replaced by the id of the "
791
  "current user."
792
  msgstr ""
793
 
794
+ #: lib/wfu_constants.php:203
795
  msgid ""
796
  "Insert variable %username% inside text. It will be replaced by the username "
797
  "of the current user."
798
  msgstr ""
799
 
800
+ #: lib/wfu_constants.php:204
801
  msgid ""
802
  "Insert variable %useremail% inside text. It will be replaced by the email of "
803
  "the current user."
804
  msgstr ""
805
 
806
+ #: lib/wfu_constants.php:205
807
  msgid ""
808
  "Insert variable %filename% inside text. It will be replaced by the filename "
809
  "of the uploaded file."
810
  msgstr ""
811
 
812
+ #: lib/wfu_constants.php:206
813
  msgid ""
814
  "Insert variable %filepath% inside text. It will be replaced by the full "
815
  "filepath of the uploaded file."
816
  msgstr ""
817
 
818
+ #: lib/wfu_constants.php:207
819
  msgid ""
820
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
821
  "the website."
822
  msgstr ""
823
 
824
+ #: lib/wfu_constants.php:208
825
  msgid ""
826
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
827
  "current page."
828
  msgstr ""
829
 
830
+ #: lib/wfu_constants.php:209
831
  msgid ""
832
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
833
  "the current page."
834
  msgstr ""
835
 
836
+ #: lib/wfu_constants.php:210
837
  msgid ""
838
  "Insert variable %userdataXXX% inside text. Select the user field from the "
839
  "drop-down list. It will be replaced by the value that the user entered in "
840
  "this field."
841
  msgstr ""
842
 
843
+ #: lib/wfu_constants.php:211
844
  msgid "Insert variable %n% inside text to denote a line change."
845
  msgstr ""
846
 
847
+ #: lib/wfu_constants.php:213
848
  #, php-format
849
  msgid "File %filename% uploaded successfully but not saved"
850
  msgstr ""
851
 
852
+ #: lib/wfu_constants.php:214
853
  msgid "Test Mode"
854
  msgstr ""
855
 
856
+ #: lib/wfu_constants.php:215
857
  msgid "select dir..."
858
  msgstr ""
859
 
860
+ #: lib/wfu_constants.php:216
861
  msgid "type dir"
862
  msgstr ""
863
 
864
+ #: lib/wfu_constants.php:217
865
  msgid "Upload path: %filepath%"
866
  msgstr ""
867
 
868
+ #: lib/wfu_constants.php:218
869
  msgid "Failed upload path: %filepath%"
870
  msgstr ""
871
 
872
+ #: lib/wfu_constants.php:219
873
  msgid " (required)"
874
  msgstr ""
875
 
876
+ #: lib/wfu_constants.php:220
877
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
878
  msgstr ""
879
 
880
+ #: lib/wfu_constants.php:221
881
  msgid "checking captcha..."
882
  msgstr ""
883
 
884
+ #: lib/wfu_constants.php:222
885
  msgid "refreshing..."
886
  msgstr ""
887
 
888
+ #: lib/wfu_constants.php:223
889
  msgid "correct captcha"
890
  msgstr ""
891
 
892
+ #: lib/wfu_constants.php:224
893
  msgid "click to continue the upload"
894
  msgstr ""
895
 
896
+ #: lib/wfu_constants.php:225
897
  msgid "Are you sure you want to delete this file?"
898
  msgstr ""
899
 
900
+ #: lib/wfu_constants.php:226
901
  msgid "Are you sure you want to delete these files?"
902
  msgstr ""
903
 
904
+ #: lib/wfu_constants.php:227
905
  msgid "Bulk Actions"
906
  msgstr ""
907
 
908
+ #: lib/wfu_constants.php:228
909
  msgid "Apply"
910
  msgstr ""
911
 
912
+ #: lib/wfu_constants.php:230
913
  msgid "of "
914
  msgstr ""
915
 
916
+ #: lib/wfu_constants.php:231
917
  msgid "Are you sure that you want to cancel the upload?"
918
  msgstr ""
919
 
920
+ #: lib/wfu_constants.php:232
921
  msgid "cancel upload of this file"
922
  msgstr ""
923
 
924
+ #: lib/wfu_constants.php:233
925
  msgid "Upload in progress"
926
  msgstr "Uploading..."
927
 
928
+ #: lib/wfu_constants.php:234
929
  msgid "Upload in progress with warnings!"
930
  msgstr ""
931
 
932
+ #: lib/wfu_constants.php:235
933
  msgid "Upload in progress but some files already failed!"
934
  msgstr ""
935
 
936
+ #: lib/wfu_constants.php:236
937
  msgid "Upload in progress but no files uploaded so far!"
938
  msgstr ""
939
 
940
+ #: lib/wfu_constants.php:237
941
  msgid "All files uploaded successfully"
942
  msgstr ""
943
 
944
+ #: lib/wfu_constants.php:238
945
  msgid "All files uploaded successfully but there are warnings!"
946
  msgstr ""
947
 
948
+ #: lib/wfu_constants.php:239
949
  msgid "File uploaded successfully but there are warnings!"
950
  msgstr ""
951
 
952
+ #: lib/wfu_constants.php:240
953
  msgid "Some files failed to upload!"
954
  msgstr ""
955
 
956
+ #: lib/wfu_constants.php:241
957
  msgid "All files failed to upload"
958
  msgstr ""
959
 
960
+ #: lib/wfu_constants.php:242
961
  msgid "File failed to upload"
962
  msgstr ""
963
 
964
+ #: lib/wfu_constants.php:243
965
  msgid "There are no files to upload!"
966
  msgstr ""
967
 
968
+ #: lib/wfu_constants.php:244
969
  msgid "Test upload message"
970
  msgstr ""
971
 
972
+ #: lib/wfu_constants.php:245
973
  msgid "JSON parse warning!"
974
  msgstr ""
975
 
976
+ #: lib/wfu_constants.php:246
977
  msgid "please wait while redirecting..."
978
  msgstr ""
979
 
980
+ #: lib/wfu_constants.php:248
981
  msgid "Submitting data"
982
  msgstr ""
983
 
984
+ #: lib/wfu_constants.php:249
985
  msgid "Data submitted successfully!"
986
  msgstr ""
987
 
988
+ #: lib/wfu_constants.php:250
989
  msgid "Data were not submitted!"
990
  msgstr ""
991
 
992
+ #: lib/wfu_constants.php:251
993
  msgid "Cancelling upload"
994
  msgstr ""
995
 
996
+ #: lib/wfu_constants.php:253
997
  msgid "Upload succeeded!"
998
  msgstr ""
999
 
1000
+ #: lib/wfu_constants.php:254
1001
  msgid "Upload completed but no files were saved!"
1002
  msgstr ""
1003
 
1004
+ #: lib/wfu_constants.php:255
1005
  msgid "File was not saved due to personal data policy!"
1006
  msgstr ""
1007
 
1008
+ #: lib/wfu_constants.php:256
1009
  msgid "Open visual shortcode editor in new window"
1010
  msgstr ""
1011
 
1012
+ #: lib/wfu_constants.php:257
1013
  msgid "loading visual editor"
1014
  msgstr ""
1015
 
1016
+ #: lib/wfu_constants.php:258
1017
  msgid "Clear file list?"
1018
  msgstr ""
1019
 
1020
+ #: lib/wfu_constants.php:259
1021
  msgid "DROP HERE"
1022
  msgstr ""
1023
 
1024
+ #: lib/wfu_constants.php:261
1025
  msgid "record video"
1026
  msgstr ""
1027
 
1028
+ #: lib/wfu_constants.php:262
1029
  msgid "take a picture"
1030
  msgstr ""
1031
 
1032
+ #: lib/wfu_constants.php:263
1033
  msgid "turn webcam on/off"
1034
  msgstr ""
1035
 
1036
+ #: lib/wfu_constants.php:264
1037
  msgid "go live again"
1038
  msgstr ""
1039
 
1040
+ #: lib/wfu_constants.php:265
1041
  msgid "end recording"
1042
  msgstr ""
1043
 
1044
+ #: lib/wfu_constants.php:266
1045
  msgid "play"
1046
  msgstr ""
1047
 
1048
+ #: lib/wfu_constants.php:267
1049
  msgid "pause"
1050
  msgstr ""
1051
 
1052
+ #: lib/wfu_constants.php:268
1053
  msgid "go to the beginning"
1054
  msgstr ""
1055
 
1056
+ #: lib/wfu_constants.php:269
1057
  msgid "go to the end"
1058
  msgstr ""
1059
 
1060
+ #: lib/wfu_constants.php:271
1061
  msgid "Wordpress File Upload Form"
1062
  msgstr ""
1063
 
1064
+ #: lib/wfu_constants.php:272
1065
  msgid "Wordpress File Upload plugin uploader for sidebars"
1066
  msgstr ""
1067
 
1068
+ #: lib/wfu_constants.php:273
1069
  msgid "Upload Files"
1070
  msgstr ""
1071
+
1072
+ #: lib/wfu_functions.php:8192
1073
+ msgid "Wordpress File Upload Consent Status"
1074
+ msgstr ""
1075
+
1076
+ #: lib/wfu_functions.php:8195
1077
+ msgid "Consent Status"
1078
+ msgstr ""
1079
+
1080
+ #: lib/wfu_functions.php:8197
1081
+ msgid "You have given your consent to store personal data."
1082
+ msgstr ""
1083
+
1084
+ #: lib/wfu_functions.php:8197
1085
+ msgid "You have denied to store personal data."
1086
+ msgstr ""
1087
+
1088
+ #: lib/wfu_functions.php:8197
1089
+ msgid "You have not answered to consent yet."
1090
+ msgstr ""
1091
+
1092
+ #: lib/wfu_functions.php:8203
1093
+ msgid "Change status to"
1094
+ msgstr ""
1095
+
1096
+ #: lib/wfu_functions.php:8205
1097
+ msgid "No change"
1098
+ msgstr ""
1099
+
1100
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1101
+ msgid "Revoke Consent"
1102
+ msgstr ""
1103
+
1104
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1105
+ msgid "Clear Consent"
1106
+ msgstr ""
1107
+
1108
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1109
+ msgid "Give Consent"
1110
+ msgstr ""
1111
+
1112
+ #: lib/wfu_widget.php:52
1113
+ msgid "Title:"
1114
+ msgstr ""
1115
+
1116
+ #: lib/wfu_widget.php:56
1117
+ msgid "Shortcode Attributes:"
1118
+ msgstr ""
languages/wp-file-upload-es_ES.mo CHANGED
Binary file
languages/wp-file-upload-es_ES.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:25+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:25+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: es\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Generator: Poedit 2.2.1\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -134,7 +135,7 @@ msgstr "Tamaño"
134
  msgid "User"
135
  msgstr "Usuario"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "Página"
140
 
@@ -279,6 +280,16 @@ msgstr ""
279
  "El nombre adecuado es:"
280
 
281
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
 
 
282
  msgid ""
283
  "Too many files are uploaded in a short period of time. This may be a Denial-"
284
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -289,7 +300,7 @@ msgstr ""
289
  "archivo. Por favor verifique el registro de carga por comportamientos "
290
  "sospechosos."
291
 
292
- #: lib/wfu_constants.php:87
293
  msgid ""
294
  "File not uploaded in order to prevent overflow of the website. Please "
295
  "contact administrator."
@@ -297,36 +308,40 @@ msgstr ""
297
  "El archivo no fue cargado para prevenir una sobrecarga del sitio. Por favor "
298
  "contacte al administrador."
299
 
300
- #: lib/wfu_constants.php:88
301
  msgid "Target folder doesn't exist."
302
  msgstr ""
303
 
304
- #: lib/wfu_constants.php:89
305
  msgid "Upload failed! Missing a temporary folder."
306
  msgstr "Fallo en la carga! Falta una carpeta temporal."
307
 
308
- #: lib/wfu_constants.php:90
 
 
 
 
309
  msgid "Upload failed! Permission denied to write to target folder."
310
  msgstr ""
311
  "Fallo en la carga! Permiso denegado para escribir en la carpeta de destino."
312
 
313
- #: lib/wfu_constants.php:91
314
  msgid "File not allowed."
315
  msgstr "Archivo no admitido."
316
 
317
- #: lib/wfu_constants.php:92
318
  msgid "File is suspicious and was rejected."
319
  msgstr "El archivo es sospechoso y fue rechazado."
320
 
321
- #: lib/wfu_constants.php:93
322
  msgid "The uploaded file exceeds the file size limit."
323
  msgstr "El archivo cargado excede el límite de tamaño permitido."
324
 
325
- #: lib/wfu_constants.php:94
326
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
327
  msgstr "El archivo cargado excede 2GB y el servidor no lo soporta."
328
 
329
- #: lib/wfu_constants.php:95
330
  msgid ""
331
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
332
  "Please contact the administrator."
@@ -334,7 +349,7 @@ msgstr ""
334
  "Fallo en la carga! El archivo cargado excede el límite de tamaño admitido "
335
  "por el servidor. Por favor contacte al administrador."
336
 
337
- #: lib/wfu_constants.php:96
338
  msgid ""
339
  "Upload failed! The duration of the upload exceeded the time limit of the "
340
  "server. Please contact the administrator."
@@ -342,7 +357,7 @@ msgstr ""
342
  "Fallo en la carga! La duración de la carga excede el límite de tiempo "
343
  "establecido por el servidor. Por favor contacte al administrador."
344
 
345
- #: lib/wfu_constants.php:97
346
  msgid ""
347
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
348
  "was specified in the HTML form."
@@ -350,19 +365,19 @@ msgstr ""
350
  "Fallo en la carga! El archivo cargado excede la directiva MAX_FILE_SIZE "
351
  "especificada en el formulario HTML."
352
 
353
- #: lib/wfu_constants.php:98
354
  msgid "Upload failed! The uploaded file was only partially uploaded."
355
  msgstr "Fallo en la carga! El archivo fue cargado sólo parcialmente."
356
 
357
- #: lib/wfu_constants.php:99
358
  msgid "Upload failed! No file was uploaded."
359
  msgstr "Fallo en la carga! No se cargó ningún archivo."
360
 
361
- #: lib/wfu_constants.php:100
362
  msgid "Upload failed! Failed to write file to disk."
363
  msgstr "Fallo en la carga! Fallo al escribir el archivo al disco."
364
 
365
- #: lib/wfu_constants.php:101
366
  msgid ""
367
  "Upload failed! Error occured while moving temporary file. Please contact "
368
  "administrator."
@@ -370,11 +385,11 @@ msgstr ""
370
  "Fallo en la carga! Ocurrió un error al mover el archivo temporal. Por favor "
371
  "contacte al administrador."
372
 
373
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
374
  msgid "Upload cancelled!"
375
  msgstr "Carga cancelada!"
376
 
377
- #: lib/wfu_constants.php:103
378
  msgid ""
379
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
380
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -384,19 +399,19 @@ msgstr ""
384
  "manera de determinar cuál extensión ocasionó que la carga se detenga; "
385
  "examinar la lista de extensiones cargadas con phpinfo() puede ayudar."
386
 
387
- #: lib/wfu_constants.php:104
388
  msgid "Upload failed! Error occured while attemting to upload the file."
389
  msgstr "Fallo en la carga! Ocurrió un error al intentar cargar el archivo."
390
 
391
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
392
  msgid "Upload failed!"
393
  msgstr "Fallo en la carga!"
394
 
395
- #: lib/wfu_constants.php:106
396
  msgid "No file!"
397
  msgstr "Sin archivo!"
398
 
399
- #: lib/wfu_constants.php:107
400
  msgid ""
401
  "Upload failed! The upload has been canceled by the user or the browser "
402
  "dropped the connection."
@@ -404,27 +419,27 @@ msgstr ""
404
  "Fallo en la carga! La carga fue cancelada por el usuario o el navegador "
405
  "cerró la conexión."
406
 
407
- #: lib/wfu_constants.php:108
408
  msgid "Upload failed! Unknown error."
409
  msgstr "Fallo en la carga! Error desconocido."
410
 
411
- #: lib/wfu_constants.php:109
412
  msgid "Please contact the administrator."
413
  msgstr "Por favor contacte al administrador."
414
 
415
- #: lib/wfu_constants.php:110
416
  msgid "No result from remote server!"
417
  msgstr "Sin resultados desde el servidor remoto!"
418
 
419
- #: lib/wfu_constants.php:111
420
  msgid " but with warnings"
421
  msgstr "pero con errores"
422
 
423
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
424
  msgid "Warning: JSON parse error."
425
  msgstr "Advertencia: Error al procesar JSON."
426
 
427
- #: lib/wfu_constants.php:113
428
  msgid ""
429
  "Upload parameters of this file, passed as JSON string to the handler, could "
430
  "not be parsed."
@@ -432,19 +447,19 @@ msgstr ""
432
  "Los parámetros de carga de este archivo, enviados como cadena JSON, no "
433
  "pudieron ser procesados."
434
 
435
- #: lib/wfu_constants.php:115
436
  msgid ""
437
  "UploadStates, passed as JSON string to the handler, could not be parsed."
438
  msgstr "UploadStates, enviados como cadena JSON, no pudieron ser procesados."
439
 
440
- #: lib/wfu_constants.php:116
441
  msgid ""
442
  "Redirection to classic form functionality occurred due to unknown error."
443
  msgstr ""
444
  "Ocurrió una redirección a la funcionalidad clásica del formulario, debido a "
445
  "un error desconocido."
446
 
447
- #: lib/wfu_constants.php:117
448
  msgid ""
449
  "Redirection to classic form functionality occurred because AJAX is not "
450
  "supported."
@@ -452,7 +467,7 @@ msgstr ""
452
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque "
453
  "AJAX no está soportado."
454
 
455
- #: lib/wfu_constants.php:118
456
  msgid ""
457
  "Redirection to classic form functionality occurred because HTML5 is not "
458
  "supported."
@@ -460,59 +475,59 @@ msgstr ""
460
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque no "
461
  "se soporta HTML5."
462
 
463
- #: lib/wfu_constants.php:119
464
  msgid ""
465
  "Redirection to classic form functionality occurred due to JSON parse error."
466
  msgstr ""
467
  "Ocurrió una redirección a la funcionalidad clásica del formulario debido a "
468
  "un error de procesamiento JSON."
469
 
470
- #: lib/wfu_constants.php:120
471
  msgid "Please enable popup windows from the browser's settings!"
472
  msgstr ""
473
  "Por favor activar las ventanas emergentes desde las opciones del navegador!"
474
 
475
- #: lib/wfu_constants.php:121
476
  msgid "cannot be empty!"
477
  msgstr "no puede estar vacío!"
478
 
479
- #: lib/wfu_constants.php:122
480
  msgid "number not valid!"
481
  msgstr "número no válido!"
482
 
483
- #: lib/wfu_constants.php:123
484
  msgid "email not valid!"
485
  msgstr "email no válido!"
486
 
487
- #: lib/wfu_constants.php:124
488
  msgid "emails do not match!"
489
  msgstr "los emails no coinciden!"
490
 
491
- #: lib/wfu_constants.php:125
492
  msgid "no base email field in group!"
493
  msgstr "sin campo base de email en el grupo!"
494
 
495
- #: lib/wfu_constants.php:126
496
  msgid "passwords do not match!"
497
  msgstr "las contraseñas no coinciden!"
498
 
499
- #: lib/wfu_constants.php:127
500
  msgid "no base password field in group!"
501
  msgstr "sin campo base de contraseña en el grupo!"
502
 
503
- #: lib/wfu_constants.php:128
504
  msgid "checkbox unchecked!"
505
  msgstr "opción desmarcada!"
506
 
507
- #: lib/wfu_constants.php:129
508
  msgid "no option selected!"
509
  msgstr "no se seleccionó opción!"
510
 
511
- #: lib/wfu_constants.php:130
512
  msgid "no item selected!"
513
  msgstr "ningún item seleccionado!"
514
 
515
- #: lib/wfu_constants.php:131
516
  msgid ""
517
  "There are more than one instances of the plugin in this page with the same "
518
  "id. Please change it."
@@ -520,7 +535,7 @@ msgstr ""
520
  "Hay más de una instancia del complemento con el mismo id en esta página. Por "
521
  "favor cambiarlo."
522
 
523
- #: lib/wfu_constants.php:132
524
  msgid ""
525
  "Cannot edit the shortcode because the page has been modified. Please reload "
526
  "the page."
@@ -528,19 +543,19 @@ msgstr ""
528
  "No se puede editar el shortcode porque la página fue modificada. Por favor "
529
  "recargar la página."
530
 
531
- #: lib/wfu_constants.php:133
532
  msgid "Your browser does not support webcam capture!"
533
  msgstr "Su navegador no soporta captura desde webcam!"
534
 
535
- #: lib/wfu_constants.php:134
536
  msgid "Your browser does not support video recording from the webcam!"
537
  msgstr "Su navegador no soporta la grabación de video desde webcam!"
538
 
539
- #: lib/wfu_constants.php:135
540
  msgid "No video was recorded!"
541
  msgstr "Video no grabado."
542
 
543
- #: lib/wfu_constants.php:136
544
  msgid ""
545
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
546
  "or use RecaptchaV2 (no account)."
@@ -548,7 +563,7 @@ msgstr ""
548
  "ERROR: Captcha no soportado! La versión de PHP es muy antigua. Actualizar "
549
  "PHP o utilizar RecaptchaV2 (sin cuenta)."
550
 
551
- #: lib/wfu_constants.php:137
552
  msgid ""
553
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
554
  "notify administrator."
@@ -556,7 +571,7 @@ msgstr ""
556
  "ERROR. Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
557
  "Por favor notificar al administrador."
558
 
559
- #: lib/wfu_constants.php:138
560
  msgid ""
561
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
562
  "use RecaptchaV1 (no account)."
@@ -564,11 +579,11 @@ msgstr ""
564
  "ERROR: Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
565
  "Por favor utilizar RecaptchaV1 (sin cuenta)."
566
 
567
- #: lib/wfu_constants.php:139
568
  msgid "ERROR: No site key. Please contact administrator!"
569
  msgstr "ERROR: Sin key para el sitio. Por favor contactar al administrador!"
570
 
571
- #: lib/wfu_constants.php:140
572
  msgid ""
573
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
574
  "define Google Recaptcha keys."
@@ -576,123 +591,123 @@ msgstr ""
576
  "ERROR: La site key no fue definida! Por favor entrar a las opciones del "
577
  "complemento en el Escritorio para definir las keys de Google Recaptcha."
578
 
579
- #: lib/wfu_constants.php:141
580
  msgid "Bad captcha image!"
581
  msgstr "Mala imagen de captcha!"
582
 
583
- #: lib/wfu_constants.php:142
584
  msgid "No input!"
585
  msgstr "Sin entrada!"
586
 
587
- #: lib/wfu_constants.php:143
588
  msgid "Captcha not completed!"
589
  msgstr "Captcha no completado!"
590
 
591
- #: lib/wfu_constants.php:144
592
  msgid "Wrong captcha!"
593
  msgstr "Mal captcha!"
594
 
595
- #: lib/wfu_constants.php:145
596
  msgid "Error refreshing captcha!"
597
  msgstr "Error recargando captcha!"
598
 
599
- #: lib/wfu_constants.php:146
600
  msgid "Unknown captcha error!"
601
  msgstr "Error de captcha desconocido!"
602
 
603
- #: lib/wfu_constants.php:147
604
  msgid "Captcha not supported by your browser!"
605
  msgstr "Captcha no soportado por su navegador!"
606
 
607
- #: lib/wfu_constants.php:148
608
  msgid "the secret parameter is missing"
609
  msgstr "falta el parámetro secreto"
610
 
611
- #: lib/wfu_constants.php:149
612
  msgid "the secret parameter is invalid or malformed"
613
  msgstr "el parámetro secreto es inválido o está malformado"
614
 
615
- #: lib/wfu_constants.php:150
616
  msgid "the response parameter is missing"
617
  msgstr "falta el parámetro response"
618
 
619
- #: lib/wfu_constants.php:151
620
  msgid "the response parameter is invalid or malformed"
621
  msgstr "el parámetro response es inválido o está malformado"
622
 
623
- #: lib/wfu_constants.php:152
624
  msgid "Please do not use drag drop due to an internal problem."
625
  msgstr "Por favor no arrastre y suelte debido a un problema interno."
626
 
627
- #: lib/wfu_constants.php:153
628
  #, php-format
629
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
630
  msgstr "Error durante carga por partes. ID único en blanco en parte %d"
631
 
632
- #: lib/wfu_constants.php:154
633
  msgid "Chunked upload is not allowed!"
634
  msgstr "No se admite carga por partes!"
635
 
636
- #: lib/wfu_constants.php:155
637
  msgid "Chunked upload aborted due to error in previous chunk!"
638
  msgstr "La carga por partes se abortó debido a un error en la parte anterior!"
639
 
640
- #: lib/wfu_constants.php:156
641
  msgid "Chunked upload failed, final file could not be created!"
642
  msgstr "Falló la carga por partes. el archivo final no pudo ser creado!"
643
 
644
- #: lib/wfu_constants.php:157
645
  #, php-format
646
  msgid "Could not write file chuck to destination on chunk %d"
647
  msgstr "No se puede escribir esta parte al destino en parte %d"
648
 
649
- #: lib/wfu_constants.php:158
650
  #, php-format
651
  msgid "Could not enlarge destination file on chunk %d"
652
  msgstr "No se puede agrandar el archivo de destino en parte %d"
653
 
654
- #: lib/wfu_constants.php:159
655
  #, php-format
656
  msgid "Could not open file handles on chunk %d"
657
  msgstr "No se pudieron abrir los identificadores de archivo en parte %d"
658
 
659
- #: lib/wfu_constants.php:160
660
  msgid "You are not allowed to download this file!"
661
  msgstr "¡No se puede descargar este archivo!"
662
 
663
- #: lib/wfu_constants.php:161
664
  msgid "File does not exist!"
665
  msgstr "El archivo no existe!"
666
 
667
- #: lib/wfu_constants.php:162
668
  msgid "Could not download file!"
669
  msgstr "No se puede descargar el archivo!"
670
 
671
- #: lib/wfu_constants.php:163
672
  msgid "You are not allowed to delete this file!"
673
  msgstr "Sin permiso para eliminar este archivo!"
674
 
675
- #: lib/wfu_constants.php:164
676
  msgid "File was not deleted!"
677
  msgstr "El archivo no fue eliminado!"
678
 
679
- #: lib/wfu_constants.php:165
680
  msgid "No file was deleted!"
681
  msgstr "Ningún archivo fue eliminado!"
682
 
683
- #: lib/wfu_constants.php:166
684
  msgid "Some files were not deleted!"
685
  msgstr "Algunos archivos no fueron eliminados!"
686
 
687
- #: lib/wfu_constants.php:168
688
  msgid "Upload skipped! File already exists."
689
  msgstr "Carga omitida! El archivo ya existe."
690
 
691
- #: lib/wfu_constants.php:169
692
  msgid "The extension of the file does not match its contents."
693
  msgstr "La extensión del archivo no coincide con su conenido."
694
 
695
- #: lib/wfu_constants.php:170
696
  msgid ""
697
  "Upload succeeded but the file is suspicious because its contents do not "
698
  "match its extension. Its proper filename is: "
@@ -700,25 +715,25 @@ msgstr ""
700
  "La carga fue satisfactoria pero el archivo es sospechoso porque su contenido "
701
  "no coincide con la extensión. El nombre de archivo adecuado es:"
702
 
703
- #: lib/wfu_constants.php:171
704
  msgid "No files have been selected!"
705
  msgstr "Ningún archivo seleccionado!"
706
 
707
- #: lib/wfu_constants.php:172
708
  msgid "Please complete the consent question before continuing the upload!"
709
  msgstr ""
710
 
711
- #: lib/wfu_constants.php:173
712
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
713
  msgstr ""
714
  "El complemento WPFilebase no fue actualizado porque ningún archivo fue "
715
  "cargado."
716
 
717
- #: lib/wfu_constants.php:174
718
  msgid "Notification email was not sent because there were no files uploaded."
719
  msgstr "No se envió email de notificación porque ningún archivo fue cargado."
720
 
721
- #: lib/wfu_constants.php:175
722
  msgid ""
723
  "Notification email was not sent because no recipients were defined. Please "
724
  "check notifyrecipients attribute in the shortcode."
@@ -726,7 +741,7 @@ msgstr ""
726
  "No se envió email de notificación porque no se definieron destinatarios. Por "
727
  "favor verificar el atributo notifyrecipients del shortcode."
728
 
729
- #: lib/wfu_constants.php:176
730
  msgid ""
731
  "Notification email was not sent due to an error. Please check "
732
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -735,7 +750,7 @@ msgstr ""
735
  "no haya errores en los atributos notifyrecipients, notifysubject y "
736
  "notifymessage."
737
 
738
- #: lib/wfu_constants.php:177
739
  msgid ""
740
  "Redirection not executed because redirection link is empty. Please check "
741
  "redirectlink attribute."
@@ -743,18 +758,18 @@ msgstr ""
743
  "La redirección no fue ejecutada porque el enlace de redirección está vacío. "
744
  "Por favor verificar el atributo redirectlink."
745
 
746
- #: lib/wfu_constants.php:178
747
  msgid ""
748
  "Redirection not executed because not all files were successfully uploaded."
749
  msgstr ""
750
  "La redirección no fue ejecutada porque no todos los archivos se cargaron "
751
  "satisfactoriamente."
752
 
753
- #: lib/wfu_constants.php:179
754
  msgid "Potential Denial-Of-Service Attack on {SITE}"
755
  msgstr "Potencial ataque de Denegación-De-Servicio en {SITE}"
756
 
757
- #: lib/wfu_constants.php:180
758
  msgid ""
759
  "Hello admin\n"
760
  "\n"
@@ -791,19 +806,19 @@ msgstr ""
791
  "\n"
792
  "Gracias"
793
 
794
- #: lib/wfu_constants.php:181
795
  msgid ""
796
  "You have activated an alternative insecure Iptanus Services Server. For "
797
  "details please contact info@iptanus.com."
798
  msgstr ""
799
 
800
- #: lib/wfu_constants.php:182
801
  msgid ""
802
  "Iptanus Services Server is unreachable. This may cause problems on some "
803
  "plugin functions. Please read this :article: for resolution."
804
  msgstr ""
805
 
806
- #: lib/wfu_constants.php:184
807
  msgid ""
808
  "Failed to add the shortcode to the page/post. Please try again. If the "
809
  "message persists, contact administrator."
@@ -811,7 +826,7 @@ msgstr ""
811
  "Fallo al agregar el shortcode a la página/entrada. Por favor intente "
812
  "nuevamente. Si el mensaje persiste, contacte al administrador."
813
 
814
- #: lib/wfu_constants.php:185
815
  msgid ""
816
  "Failed to edit the shortcode because the contents of the page changed. Try "
817
  "again to edit the shortcode."
@@ -819,7 +834,7 @@ msgstr ""
819
  "Fallo al editar el shortcode porque el contenido de la página cambió. "
820
  "Intente editar el shortcode nuevamente."
821
 
822
- #: lib/wfu_constants.php:186
823
  msgid ""
824
  "Failed to delete the shortcode because the contents of the page changed. Try "
825
  "again to delete it."
@@ -827,7 +842,7 @@ msgstr ""
827
  "Fallo al eliminar el shortcode porque el contenido de la página cambió. "
828
  "Intente eliminarlo nuevamente."
829
 
830
- #: lib/wfu_constants.php:187
831
  msgid ""
832
  "The page containing the shortcode has been modified and it is no longer "
833
  "valid. Please go back to reload the shortcode."
@@ -835,7 +850,7 @@ msgstr ""
835
  "La página que contiene el shortcode fue modificada y ya no es válida. Por "
836
  "favor vuelva a cargar el shortcode."
837
 
838
- #: lib/wfu_constants.php:188
839
  msgid ""
840
  "Failed to update the shortcode because the contents of the page changed. Go "
841
  "back to reload the shortcode."
@@ -843,7 +858,7 @@ msgstr ""
843
  "Fallo al actualizar el shortcode porque el contenido de la página cambió. "
844
  "Vuelva a cargar el shortcode."
845
 
846
- #: lib/wfu_constants.php:189
847
  msgid ""
848
  "Failed to update the shortcode. Please try again. If the problem persists, "
849
  "go back and reload the shortcode."
@@ -851,39 +866,39 @@ msgstr ""
851
  "Fallo al actualizar el shortcode. Por favor intente nuevamente. Si el "
852
  "problema persiste, vuelva a cargar el shortcode."
853
 
854
- #: lib/wfu_constants.php:191
855
  msgid "This is a test message"
856
  msgstr "Este es un mensaje de prueba"
857
 
858
- #: lib/wfu_constants.php:192
859
  msgid "This is a test administrator message"
860
  msgstr "Este es un mensaje de prueba del administrador"
861
 
862
- #: lib/wfu_constants.php:193
863
  msgid "File testfile 1 under test"
864
  msgstr "Archivo testfile 1 en prueba"
865
 
866
- #: lib/wfu_constants.php:194
867
  msgid "File testfile 1 message"
868
  msgstr "Archivo testfile 1 mensaje"
869
 
870
- #: lib/wfu_constants.php:195
871
  msgid "File testfile 1 administrator message"
872
  msgstr "Archivo testfile 1 mensaje de administrador"
873
 
874
- #: lib/wfu_constants.php:196
875
  msgid "File testfile 2 under test"
876
  msgstr "Archivo testfile 2 en prueba"
877
 
878
- #: lib/wfu_constants.php:197
879
  msgid "File testfile 2 message"
880
  msgstr "Archivo testfile 2 mensaje"
881
 
882
- #: lib/wfu_constants.php:198
883
  msgid "File testfile 2 administrator message"
884
  msgstr "Archivo testfile 2 mensaje de administrador"
885
 
886
- #: lib/wfu_constants.php:200
887
  msgid ""
888
  "Insert variable %userid% inside text. It will be replaced by the id of the "
889
  "current user."
@@ -891,7 +906,7 @@ msgstr ""
891
  "Insertar la variable %userid% dentro del texto. Será reemplazada por el id "
892
  "del usuario actual."
893
 
894
- #: lib/wfu_constants.php:201
895
  msgid ""
896
  "Insert variable %username% inside text. It will be replaced by the username "
897
  "of the current user."
@@ -899,7 +914,7 @@ msgstr ""
899
  "Insertar la variable %username% dentro del texto. Será reemplazada por el "
900
  "nombre del usuario actual."
901
 
902
- #: lib/wfu_constants.php:202
903
  msgid ""
904
  "Insert variable %useremail% inside text. It will be replaced by the email of "
905
  "the current user."
@@ -907,7 +922,7 @@ msgstr ""
907
  "Insertar la variable %useremail% dentro del texto. Será reemplazada por el "
908
  "email del usuario actual."
909
 
910
- #: lib/wfu_constants.php:203
911
  msgid ""
912
  "Insert variable %filename% inside text. It will be replaced by the filename "
913
  "of the uploaded file."
@@ -915,7 +930,7 @@ msgstr ""
915
  "Insertar la variable %filename% dentro del texto. Será reemplazada por el "
916
  "nombre del archivo cargado."
917
 
918
- #: lib/wfu_constants.php:204
919
  msgid ""
920
  "Insert variable %filepath% inside text. It will be replaced by the full "
921
  "filepath of the uploaded file."
@@ -923,7 +938,7 @@ msgstr ""
923
  "Insertar la variable %filepath% dentro del texto. Será reemplazada por la "
924
  "ruta completa al archivo cargado."
925
 
926
- #: lib/wfu_constants.php:205
927
  msgid ""
928
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
929
  "the website."
@@ -931,7 +946,7 @@ msgstr ""
931
  "Insertar la variable %blogid% dentro del texto. Será reemplazada por la blog "
932
  "id del sitio web."
933
 
934
- #: lib/wfu_constants.php:206
935
  msgid ""
936
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
937
  "current page."
@@ -939,7 +954,7 @@ msgstr ""
939
  "Insertar la variable %pageid% dentro del texto. Será reemplazada por el id "
940
  "de la página actual."
941
 
942
- #: lib/wfu_constants.php:207
943
  msgid ""
944
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
945
  "the current page."
@@ -947,7 +962,7 @@ msgstr ""
947
  "Insertar variable %pagetitle% dentro del texto. Será reemplazada por el "
948
  "título de la página actual."
949
 
950
- #: lib/wfu_constants.php:208
951
  msgid ""
952
  "Insert variable %userdataXXX% inside text. Select the user field from the "
953
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -957,236 +972,288 @@ msgstr ""
957
  "usuario de la lista desplegable. Será reemplazada por el valor que el "
958
  "usuario ingresó en este campo."
959
 
960
- #: lib/wfu_constants.php:209
961
  msgid "Insert variable %n% inside text to denote a line change."
962
  msgstr ""
963
  "Insertar la variable %n% dentro del texto para denotar un cambio de línea."
964
 
965
- #: lib/wfu_constants.php:211
966
  #, php-format
967
  msgid "File %filename% uploaded successfully but not saved"
968
  msgstr ""
969
 
970
- #: lib/wfu_constants.php:212
971
  msgid "Test Mode"
972
  msgstr "Modo de Prueba"
973
 
974
- #: lib/wfu_constants.php:213
975
  msgid "select dir..."
976
  msgstr "elegir carpeta..."
977
 
978
- #: lib/wfu_constants.php:214
979
  msgid "type dir"
980
  msgstr "ingresar carpeta"
981
 
982
- #: lib/wfu_constants.php:215
983
  msgid "Upload path: %filepath%"
984
  msgstr "Ruta de carga: %filepath%"
985
 
986
- #: lib/wfu_constants.php:216
987
  msgid "Failed upload path: %filepath%"
988
  msgstr "Falló la ruta de carga: %filepath%"
989
 
990
- #: lib/wfu_constants.php:217
991
  msgid " (required)"
992
  msgstr "(requerido)"
993
 
994
- #: lib/wfu_constants.php:218
995
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
996
  msgstr "Los archivos están siendo cargados. ¿Desea salir de la página?"
997
 
998
- #: lib/wfu_constants.php:219
999
  msgid "checking captcha..."
1000
  msgstr "verificando captcha..."
1001
 
1002
- #: lib/wfu_constants.php:220
1003
  msgid "refreshing..."
1004
  msgstr "recargando..."
1005
 
1006
- #: lib/wfu_constants.php:221
1007
  msgid "correct captcha"
1008
  msgstr "captcha correcto"
1009
 
1010
- #: lib/wfu_constants.php:222
1011
  msgid "click to continue the upload"
1012
  msgstr "click para continuar la carga"
1013
 
1014
- #: lib/wfu_constants.php:223
1015
  msgid "Are you sure you want to delete this file?"
1016
  msgstr "¿Desea eliminar este archivo?"
1017
 
1018
- #: lib/wfu_constants.php:224
1019
  msgid "Are you sure you want to delete these files?"
1020
  msgstr "¿Desea eliminar estos archivos?"
1021
 
1022
- #: lib/wfu_constants.php:225
1023
  msgid "Bulk Actions"
1024
  msgstr "Acciones en conjunto"
1025
 
1026
- #: lib/wfu_constants.php:226
1027
  msgid "Apply"
1028
  msgstr "Aplicar"
1029
 
1030
- #: lib/wfu_constants.php:228
1031
  msgid "of "
1032
  msgstr "de "
1033
 
1034
- #: lib/wfu_constants.php:229
1035
  msgid "Are you sure that you want to cancel the upload?"
1036
  msgstr "¿Desea cancelar la carga?"
1037
 
1038
- #: lib/wfu_constants.php:230
1039
  msgid "cancel upload of this file"
1040
  msgstr "cancelar carga de este archivo"
1041
 
1042
- #: lib/wfu_constants.php:231
1043
  msgid "Upload in progress"
1044
  msgstr "Carga en progreso"
1045
 
1046
- #: lib/wfu_constants.php:232
1047
  msgid "Upload in progress with warnings!"
1048
  msgstr "Carga en progreso con advertencias!"
1049
 
1050
- #: lib/wfu_constants.php:233
1051
  msgid "Upload in progress but some files already failed!"
1052
  msgstr "Carga en progreso pero algunos archivos ya fallaron!"
1053
 
1054
- #: lib/wfu_constants.php:234
1055
  msgid "Upload in progress but no files uploaded so far!"
1056
  msgstr "Carga en progreso pero ningún archivo fue cargado aún!"
1057
 
1058
- #: lib/wfu_constants.php:235
1059
  msgid "All files uploaded successfully"
1060
  msgstr "Todos los archivos fueron cargados satisfactoriamente"
1061
 
1062
- #: lib/wfu_constants.php:236
1063
  msgid "All files uploaded successfully but there are warnings!"
1064
  msgstr ""
1065
  "Todos los archivos fueron cargados satisfactoriamente pero hay advertencias!"
1066
 
1067
- #: lib/wfu_constants.php:237
1068
  msgid "File uploaded successfully but there are warnings!"
1069
  msgstr "El archivo fue cargado satisfactoriamente pero hubo advertencias!"
1070
 
1071
- #: lib/wfu_constants.php:238
1072
  msgid "Some files failed to upload!"
1073
  msgstr "Falló la carga de algunos archivos!"
1074
 
1075
- #: lib/wfu_constants.php:239
1076
  msgid "All files failed to upload"
1077
  msgstr "Falló la carga de todos los archivos"
1078
 
1079
- #: lib/wfu_constants.php:240
1080
  msgid "File failed to upload"
1081
  msgstr "Falló la carga del archivo"
1082
 
1083
- #: lib/wfu_constants.php:241
1084
  msgid "There are no files to upload!"
1085
  msgstr "No hay archivos para cargar!"
1086
 
1087
- #: lib/wfu_constants.php:242
1088
  msgid "Test upload message"
1089
  msgstr "Mensaje de prueba de carga."
1090
 
1091
- #: lib/wfu_constants.php:243
1092
  msgid "JSON parse warning!"
1093
  msgstr "Advertencia de procesamiento JSON!"
1094
 
1095
- #: lib/wfu_constants.php:244
1096
  msgid "please wait while redirecting..."
1097
  msgstr "por favor espere mientras se redirecciona..."
1098
 
1099
- #: lib/wfu_constants.php:246
1100
  msgid "Submitting data"
1101
  msgstr ""
1102
 
1103
- #: lib/wfu_constants.php:247
1104
  msgid "Data submitted successfully!"
1105
  msgstr ""
1106
 
1107
- #: lib/wfu_constants.php:248
1108
  msgid "Data were not submitted!"
1109
  msgstr ""
1110
 
1111
- #: lib/wfu_constants.php:249
1112
  msgid "Cancelling upload"
1113
  msgstr ""
1114
 
1115
- #: lib/wfu_constants.php:251
1116
  msgid "Upload succeeded!"
1117
  msgstr ""
1118
 
1119
- #: lib/wfu_constants.php:252
1120
  msgid "Upload completed but no files were saved!"
1121
  msgstr ""
1122
 
1123
- #: lib/wfu_constants.php:253
1124
  msgid "File was not saved due to personal data policy!"
1125
  msgstr ""
1126
 
1127
- #: lib/wfu_constants.php:254
1128
  msgid "Open visual shortcode editor in new window"
1129
  msgstr "Abrir el editor visual de shortcode en una nueva ventana"
1130
 
1131
- #: lib/wfu_constants.php:255
1132
  msgid "loading visual editor"
1133
  msgstr "cargando editor visual"
1134
 
1135
- #: lib/wfu_constants.php:256
1136
  msgid "Clear file list?"
1137
  msgstr "Limpiar lista de archivos?"
1138
 
1139
- #: lib/wfu_constants.php:257
1140
  msgid "DROP HERE"
1141
  msgstr "SOLTAR AQUÍ"
1142
 
1143
- #: lib/wfu_constants.php:259
1144
  msgid "record video"
1145
  msgstr "grabar video"
1146
 
1147
- #: lib/wfu_constants.php:260
1148
  msgid "take a picture"
1149
  msgstr "tomar fotografía"
1150
 
1151
- #: lib/wfu_constants.php:261
1152
  msgid "turn webcam on/off"
1153
  msgstr "encender/apagar webcam"
1154
 
1155
- #: lib/wfu_constants.php:262
1156
  msgid "go live again"
1157
  msgstr "salir en vivo otra vez"
1158
 
1159
- #: lib/wfu_constants.php:263
1160
  msgid "end recording"
1161
  msgstr "finalizar grabación"
1162
 
1163
- #: lib/wfu_constants.php:264
1164
  msgid "play"
1165
  msgstr "reproducir"
1166
 
1167
- #: lib/wfu_constants.php:265
1168
  msgid "pause"
1169
  msgstr "pausa"
1170
 
1171
- #: lib/wfu_constants.php:266
1172
  msgid "go to the beginning"
1173
  msgstr "ir al principio"
1174
 
1175
- #: lib/wfu_constants.php:267
1176
  msgid "go to the end"
1177
  msgstr "ir al final"
1178
 
1179
- #: lib/wfu_constants.php:269
1180
  msgid "Wordpress File Upload Form"
1181
  msgstr "Formulario Wordpress File Upload"
1182
 
1183
- #: lib/wfu_constants.php:270
1184
  msgid "Wordpress File Upload plugin uploader for sidebars"
1185
  msgstr "Cargador de complemento Wordpress File Uploader para sidebars"
1186
 
1187
- #: lib/wfu_constants.php:271
1188
  msgid "Upload Files"
1189
  msgstr "Cargar Archivos"
1190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1191
  #~ msgid "Targer folder doesn't exist."
1192
  #~ msgstr "La carpeta de destino no existe."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:10+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:10+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: es\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Generator: Poedit 2.2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
135
  msgid "User"
136
  msgstr "Usuario"
137
 
138
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
139
  msgid "Page"
140
  msgstr "Página"
141
 
280
  "El nombre adecuado es:"
281
 
282
  #: lib/wfu_constants.php:86
283
+ #, fuzzy
284
+ #| msgid ""
285
+ #| "Error. This file was rejected because its extension is not correct. Its "
286
+ #| "proper filename is: "
287
+ msgid "Error. This file was rejected because its not a valid image."
288
+ msgstr ""
289
+ "Error. Este archivo fue rechazado debido a que su extensión no es correcta. "
290
+ "El nombre adecuado es:"
291
+
292
+ #: lib/wfu_constants.php:87
293
  msgid ""
294
  "Too many files are uploaded in a short period of time. This may be a Denial-"
295
  "Of-Service attack, so file was rejected. Please check the upload log for "
300
  "archivo. Por favor verifique el registro de carga por comportamientos "
301
  "sospechosos."
302
 
303
+ #: lib/wfu_constants.php:88
304
  msgid ""
305
  "File not uploaded in order to prevent overflow of the website. Please "
306
  "contact administrator."
308
  "El archivo no fue cargado para prevenir una sobrecarga del sitio. Por favor "
309
  "contacte al administrador."
310
 
311
+ #: lib/wfu_constants.php:89
312
  msgid "Target folder doesn't exist."
313
  msgstr ""
314
 
315
+ #: lib/wfu_constants.php:90
316
  msgid "Upload failed! Missing a temporary folder."
317
  msgstr "Fallo en la carga! Falta una carpeta temporal."
318
 
319
+ #: lib/wfu_constants.php:91
320
+ msgid "Not allowed to upload to target folder."
321
+ msgstr ""
322
+
323
+ #: lib/wfu_constants.php:92
324
  msgid "Upload failed! Permission denied to write to target folder."
325
  msgstr ""
326
  "Fallo en la carga! Permiso denegado para escribir en la carpeta de destino."
327
 
328
+ #: lib/wfu_constants.php:93
329
  msgid "File not allowed."
330
  msgstr "Archivo no admitido."
331
 
332
+ #: lib/wfu_constants.php:94
333
  msgid "File is suspicious and was rejected."
334
  msgstr "El archivo es sospechoso y fue rechazado."
335
 
336
+ #: lib/wfu_constants.php:95
337
  msgid "The uploaded file exceeds the file size limit."
338
  msgstr "El archivo cargado excede el límite de tamaño permitido."
339
 
340
+ #: lib/wfu_constants.php:96
341
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
342
  msgstr "El archivo cargado excede 2GB y el servidor no lo soporta."
343
 
344
+ #: lib/wfu_constants.php:97
345
  msgid ""
346
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
347
  "Please contact the administrator."
349
  "Fallo en la carga! El archivo cargado excede el límite de tamaño admitido "
350
  "por el servidor. Por favor contacte al administrador."
351
 
352
+ #: lib/wfu_constants.php:98
353
  msgid ""
354
  "Upload failed! The duration of the upload exceeded the time limit of the "
355
  "server. Please contact the administrator."
357
  "Fallo en la carga! La duración de la carga excede el límite de tiempo "
358
  "establecido por el servidor. Por favor contacte al administrador."
359
 
360
+ #: lib/wfu_constants.php:99
361
  msgid ""
362
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
363
  "was specified in the HTML form."
365
  "Fallo en la carga! El archivo cargado excede la directiva MAX_FILE_SIZE "
366
  "especificada en el formulario HTML."
367
 
368
+ #: lib/wfu_constants.php:100
369
  msgid "Upload failed! The uploaded file was only partially uploaded."
370
  msgstr "Fallo en la carga! El archivo fue cargado sólo parcialmente."
371
 
372
+ #: lib/wfu_constants.php:101
373
  msgid "Upload failed! No file was uploaded."
374
  msgstr "Fallo en la carga! No se cargó ningún archivo."
375
 
376
+ #: lib/wfu_constants.php:102
377
  msgid "Upload failed! Failed to write file to disk."
378
  msgstr "Fallo en la carga! Fallo al escribir el archivo al disco."
379
 
380
+ #: lib/wfu_constants.php:103
381
  msgid ""
382
  "Upload failed! Error occured while moving temporary file. Please contact "
383
  "administrator."
385
  "Fallo en la carga! Ocurrió un error al mover el archivo temporal. Por favor "
386
  "contacte al administrador."
387
 
388
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
389
  msgid "Upload cancelled!"
390
  msgstr "Carga cancelada!"
391
 
392
+ #: lib/wfu_constants.php:105
393
  msgid ""
394
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
395
  "a way to ascertain which extension caused the file upload to stop; examining "
399
  "manera de determinar cuál extensión ocasionó que la carga se detenga; "
400
  "examinar la lista de extensiones cargadas con phpinfo() puede ayudar."
401
 
402
+ #: lib/wfu_constants.php:106
403
  msgid "Upload failed! Error occured while attemting to upload the file."
404
  msgstr "Fallo en la carga! Ocurrió un error al intentar cargar el archivo."
405
 
406
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
407
  msgid "Upload failed!"
408
  msgstr "Fallo en la carga!"
409
 
410
+ #: lib/wfu_constants.php:108
411
  msgid "No file!"
412
  msgstr "Sin archivo!"
413
 
414
+ #: lib/wfu_constants.php:109
415
  msgid ""
416
  "Upload failed! The upload has been canceled by the user or the browser "
417
  "dropped the connection."
419
  "Fallo en la carga! La carga fue cancelada por el usuario o el navegador "
420
  "cerró la conexión."
421
 
422
+ #: lib/wfu_constants.php:110
423
  msgid "Upload failed! Unknown error."
424
  msgstr "Fallo en la carga! Error desconocido."
425
 
426
+ #: lib/wfu_constants.php:111
427
  msgid "Please contact the administrator."
428
  msgstr "Por favor contacte al administrador."
429
 
430
+ #: lib/wfu_constants.php:112
431
  msgid "No result from remote server!"
432
  msgstr "Sin resultados desde el servidor remoto!"
433
 
434
+ #: lib/wfu_constants.php:113
435
  msgid " but with warnings"
436
  msgstr "pero con errores"
437
 
438
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
439
  msgid "Warning: JSON parse error."
440
  msgstr "Advertencia: Error al procesar JSON."
441
 
442
+ #: lib/wfu_constants.php:115
443
  msgid ""
444
  "Upload parameters of this file, passed as JSON string to the handler, could "
445
  "not be parsed."
447
  "Los parámetros de carga de este archivo, enviados como cadena JSON, no "
448
  "pudieron ser procesados."
449
 
450
+ #: lib/wfu_constants.php:117
451
  msgid ""
452
  "UploadStates, passed as JSON string to the handler, could not be parsed."
453
  msgstr "UploadStates, enviados como cadena JSON, no pudieron ser procesados."
454
 
455
+ #: lib/wfu_constants.php:118
456
  msgid ""
457
  "Redirection to classic form functionality occurred due to unknown error."
458
  msgstr ""
459
  "Ocurrió una redirección a la funcionalidad clásica del formulario, debido a "
460
  "un error desconocido."
461
 
462
+ #: lib/wfu_constants.php:119
463
  msgid ""
464
  "Redirection to classic form functionality occurred because AJAX is not "
465
  "supported."
467
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque "
468
  "AJAX no está soportado."
469
 
470
+ #: lib/wfu_constants.php:120
471
  msgid ""
472
  "Redirection to classic form functionality occurred because HTML5 is not "
473
  "supported."
475
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque no "
476
  "se soporta HTML5."
477
 
478
+ #: lib/wfu_constants.php:121
479
  msgid ""
480
  "Redirection to classic form functionality occurred due to JSON parse error."
481
  msgstr ""
482
  "Ocurrió una redirección a la funcionalidad clásica del formulario debido a "
483
  "un error de procesamiento JSON."
484
 
485
+ #: lib/wfu_constants.php:122
486
  msgid "Please enable popup windows from the browser's settings!"
487
  msgstr ""
488
  "Por favor activar las ventanas emergentes desde las opciones del navegador!"
489
 
490
+ #: lib/wfu_constants.php:123
491
  msgid "cannot be empty!"
492
  msgstr "no puede estar vacío!"
493
 
494
+ #: lib/wfu_constants.php:124
495
  msgid "number not valid!"
496
  msgstr "número no válido!"
497
 
498
+ #: lib/wfu_constants.php:125
499
  msgid "email not valid!"
500
  msgstr "email no válido!"
501
 
502
+ #: lib/wfu_constants.php:126
503
  msgid "emails do not match!"
504
  msgstr "los emails no coinciden!"
505
 
506
+ #: lib/wfu_constants.php:127
507
  msgid "no base email field in group!"
508
  msgstr "sin campo base de email en el grupo!"
509
 
510
+ #: lib/wfu_constants.php:128
511
  msgid "passwords do not match!"
512
  msgstr "las contraseñas no coinciden!"
513
 
514
+ #: lib/wfu_constants.php:129
515
  msgid "no base password field in group!"
516
  msgstr "sin campo base de contraseña en el grupo!"
517
 
518
+ #: lib/wfu_constants.php:130
519
  msgid "checkbox unchecked!"
520
  msgstr "opción desmarcada!"
521
 
522
+ #: lib/wfu_constants.php:131
523
  msgid "no option selected!"
524
  msgstr "no se seleccionó opción!"
525
 
526
+ #: lib/wfu_constants.php:132
527
  msgid "no item selected!"
528
  msgstr "ningún item seleccionado!"
529
 
530
+ #: lib/wfu_constants.php:133
531
  msgid ""
532
  "There are more than one instances of the plugin in this page with the same "
533
  "id. Please change it."
535
  "Hay más de una instancia del complemento con el mismo id en esta página. Por "
536
  "favor cambiarlo."
537
 
538
+ #: lib/wfu_constants.php:134
539
  msgid ""
540
  "Cannot edit the shortcode because the page has been modified. Please reload "
541
  "the page."
543
  "No se puede editar el shortcode porque la página fue modificada. Por favor "
544
  "recargar la página."
545
 
546
+ #: lib/wfu_constants.php:135
547
  msgid "Your browser does not support webcam capture!"
548
  msgstr "Su navegador no soporta captura desde webcam!"
549
 
550
+ #: lib/wfu_constants.php:136
551
  msgid "Your browser does not support video recording from the webcam!"
552
  msgstr "Su navegador no soporta la grabación de video desde webcam!"
553
 
554
+ #: lib/wfu_constants.php:137
555
  msgid "No video was recorded!"
556
  msgstr "Video no grabado."
557
 
558
+ #: lib/wfu_constants.php:138
559
  msgid ""
560
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
561
  "or use RecaptchaV2 (no account)."
563
  "ERROR: Captcha no soportado! La versión de PHP es muy antigua. Actualizar "
564
  "PHP o utilizar RecaptchaV2 (sin cuenta)."
565
 
566
+ #: lib/wfu_constants.php:139
567
  msgid ""
568
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
569
  "notify administrator."
571
  "ERROR. Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
572
  "Por favor notificar al administrador."
573
 
574
+ #: lib/wfu_constants.php:140
575
  msgid ""
576
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
577
  "use RecaptchaV1 (no account)."
579
  "ERROR: Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
580
  "Por favor utilizar RecaptchaV1 (sin cuenta)."
581
 
582
+ #: lib/wfu_constants.php:141
583
  msgid "ERROR: No site key. Please contact administrator!"
584
  msgstr "ERROR: Sin key para el sitio. Por favor contactar al administrador!"
585
 
586
+ #: lib/wfu_constants.php:142
587
  msgid ""
588
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
589
  "define Google Recaptcha keys."
591
  "ERROR: La site key no fue definida! Por favor entrar a las opciones del "
592
  "complemento en el Escritorio para definir las keys de Google Recaptcha."
593
 
594
+ #: lib/wfu_constants.php:143
595
  msgid "Bad captcha image!"
596
  msgstr "Mala imagen de captcha!"
597
 
598
+ #: lib/wfu_constants.php:144
599
  msgid "No input!"
600
  msgstr "Sin entrada!"
601
 
602
+ #: lib/wfu_constants.php:145
603
  msgid "Captcha not completed!"
604
  msgstr "Captcha no completado!"
605
 
606
+ #: lib/wfu_constants.php:146
607
  msgid "Wrong captcha!"
608
  msgstr "Mal captcha!"
609
 
610
+ #: lib/wfu_constants.php:147
611
  msgid "Error refreshing captcha!"
612
  msgstr "Error recargando captcha!"
613
 
614
+ #: lib/wfu_constants.php:148
615
  msgid "Unknown captcha error!"
616
  msgstr "Error de captcha desconocido!"
617
 
618
+ #: lib/wfu_constants.php:149
619
  msgid "Captcha not supported by your browser!"
620
  msgstr "Captcha no soportado por su navegador!"
621
 
622
+ #: lib/wfu_constants.php:150
623
  msgid "the secret parameter is missing"
624
  msgstr "falta el parámetro secreto"
625
 
626
+ #: lib/wfu_constants.php:151
627
  msgid "the secret parameter is invalid or malformed"
628
  msgstr "el parámetro secreto es inválido o está malformado"
629
 
630
+ #: lib/wfu_constants.php:152
631
  msgid "the response parameter is missing"
632
  msgstr "falta el parámetro response"
633
 
634
+ #: lib/wfu_constants.php:153
635
  msgid "the response parameter is invalid or malformed"
636
  msgstr "el parámetro response es inválido o está malformado"
637
 
638
+ #: lib/wfu_constants.php:154
639
  msgid "Please do not use drag drop due to an internal problem."
640
  msgstr "Por favor no arrastre y suelte debido a un problema interno."
641
 
642
+ #: lib/wfu_constants.php:155
643
  #, php-format
644
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
645
  msgstr "Error durante carga por partes. ID único en blanco en parte %d"
646
 
647
+ #: lib/wfu_constants.php:156
648
  msgid "Chunked upload is not allowed!"
649
  msgstr "No se admite carga por partes!"
650
 
651
+ #: lib/wfu_constants.php:157
652
  msgid "Chunked upload aborted due to error in previous chunk!"
653
  msgstr "La carga por partes se abortó debido a un error en la parte anterior!"
654
 
655
+ #: lib/wfu_constants.php:158
656
  msgid "Chunked upload failed, final file could not be created!"
657
  msgstr "Falló la carga por partes. el archivo final no pudo ser creado!"
658
 
659
+ #: lib/wfu_constants.php:159
660
  #, php-format
661
  msgid "Could not write file chuck to destination on chunk %d"
662
  msgstr "No se puede escribir esta parte al destino en parte %d"
663
 
664
+ #: lib/wfu_constants.php:160
665
  #, php-format
666
  msgid "Could not enlarge destination file on chunk %d"
667
  msgstr "No se puede agrandar el archivo de destino en parte %d"
668
 
669
+ #: lib/wfu_constants.php:161
670
  #, php-format
671
  msgid "Could not open file handles on chunk %d"
672
  msgstr "No se pudieron abrir los identificadores de archivo en parte %d"
673
 
674
+ #: lib/wfu_constants.php:162
675
  msgid "You are not allowed to download this file!"
676
  msgstr "¡No se puede descargar este archivo!"
677
 
678
+ #: lib/wfu_constants.php:163
679
  msgid "File does not exist!"
680
  msgstr "El archivo no existe!"
681
 
682
+ #: lib/wfu_constants.php:164
683
  msgid "Could not download file!"
684
  msgstr "No se puede descargar el archivo!"
685
 
686
+ #: lib/wfu_constants.php:165
687
  msgid "You are not allowed to delete this file!"
688
  msgstr "Sin permiso para eliminar este archivo!"
689
 
690
+ #: lib/wfu_constants.php:166
691
  msgid "File was not deleted!"
692
  msgstr "El archivo no fue eliminado!"
693
 
694
+ #: lib/wfu_constants.php:167
695
  msgid "No file was deleted!"
696
  msgstr "Ningún archivo fue eliminado!"
697
 
698
+ #: lib/wfu_constants.php:168
699
  msgid "Some files were not deleted!"
700
  msgstr "Algunos archivos no fueron eliminados!"
701
 
702
+ #: lib/wfu_constants.php:170
703
  msgid "Upload skipped! File already exists."
704
  msgstr "Carga omitida! El archivo ya existe."
705
 
706
+ #: lib/wfu_constants.php:171
707
  msgid "The extension of the file does not match its contents."
708
  msgstr "La extensión del archivo no coincide con su conenido."
709
 
710
+ #: lib/wfu_constants.php:172
711
  msgid ""
712
  "Upload succeeded but the file is suspicious because its contents do not "
713
  "match its extension. Its proper filename is: "
715
  "La carga fue satisfactoria pero el archivo es sospechoso porque su contenido "
716
  "no coincide con la extensión. El nombre de archivo adecuado es:"
717
 
718
+ #: lib/wfu_constants.php:173
719
  msgid "No files have been selected!"
720
  msgstr "Ningún archivo seleccionado!"
721
 
722
+ #: lib/wfu_constants.php:174
723
  msgid "Please complete the consent question before continuing the upload!"
724
  msgstr ""
725
 
726
+ #: lib/wfu_constants.php:175
727
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
728
  msgstr ""
729
  "El complemento WPFilebase no fue actualizado porque ningún archivo fue "
730
  "cargado."
731
 
732
+ #: lib/wfu_constants.php:176
733
  msgid "Notification email was not sent because there were no files uploaded."
734
  msgstr "No se envió email de notificación porque ningún archivo fue cargado."
735
 
736
+ #: lib/wfu_constants.php:177
737
  msgid ""
738
  "Notification email was not sent because no recipients were defined. Please "
739
  "check notifyrecipients attribute in the shortcode."
741
  "No se envió email de notificación porque no se definieron destinatarios. Por "
742
  "favor verificar el atributo notifyrecipients del shortcode."
743
 
744
+ #: lib/wfu_constants.php:178
745
  msgid ""
746
  "Notification email was not sent due to an error. Please check "
747
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
750
  "no haya errores en los atributos notifyrecipients, notifysubject y "
751
  "notifymessage."
752
 
753
+ #: lib/wfu_constants.php:179
754
  msgid ""
755
  "Redirection not executed because redirection link is empty. Please check "
756
  "redirectlink attribute."
758
  "La redirección no fue ejecutada porque el enlace de redirección está vacío. "
759
  "Por favor verificar el atributo redirectlink."
760
 
761
+ #: lib/wfu_constants.php:180
762
  msgid ""
763
  "Redirection not executed because not all files were successfully uploaded."
764
  msgstr ""
765
  "La redirección no fue ejecutada porque no todos los archivos se cargaron "
766
  "satisfactoriamente."
767
 
768
+ #: lib/wfu_constants.php:181
769
  msgid "Potential Denial-Of-Service Attack on {SITE}"
770
  msgstr "Potencial ataque de Denegación-De-Servicio en {SITE}"
771
 
772
+ #: lib/wfu_constants.php:182
773
  msgid ""
774
  "Hello admin\n"
775
  "\n"
806
  "\n"
807
  "Gracias"
808
 
809
+ #: lib/wfu_constants.php:183
810
  msgid ""
811
  "You have activated an alternative insecure Iptanus Services Server. For "
812
  "details please contact info@iptanus.com."
813
  msgstr ""
814
 
815
+ #: lib/wfu_constants.php:184
816
  msgid ""
817
  "Iptanus Services Server is unreachable. This may cause problems on some "
818
  "plugin functions. Please read this :article: for resolution."
819
  msgstr ""
820
 
821
+ #: lib/wfu_constants.php:186
822
  msgid ""
823
  "Failed to add the shortcode to the page/post. Please try again. If the "
824
  "message persists, contact administrator."
826
  "Fallo al agregar el shortcode a la página/entrada. Por favor intente "
827
  "nuevamente. Si el mensaje persiste, contacte al administrador."
828
 
829
+ #: lib/wfu_constants.php:187
830
  msgid ""
831
  "Failed to edit the shortcode because the contents of the page changed. Try "
832
  "again to edit the shortcode."
834
  "Fallo al editar el shortcode porque el contenido de la página cambió. "
835
  "Intente editar el shortcode nuevamente."
836
 
837
+ #: lib/wfu_constants.php:188
838
  msgid ""
839
  "Failed to delete the shortcode because the contents of the page changed. Try "
840
  "again to delete it."
842
  "Fallo al eliminar el shortcode porque el contenido de la página cambió. "
843
  "Intente eliminarlo nuevamente."
844
 
845
+ #: lib/wfu_constants.php:189
846
  msgid ""
847
  "The page containing the shortcode has been modified and it is no longer "
848
  "valid. Please go back to reload the shortcode."
850
  "La página que contiene el shortcode fue modificada y ya no es válida. Por "
851
  "favor vuelva a cargar el shortcode."
852
 
853
+ #: lib/wfu_constants.php:190
854
  msgid ""
855
  "Failed to update the shortcode because the contents of the page changed. Go "
856
  "back to reload the shortcode."
858
  "Fallo al actualizar el shortcode porque el contenido de la página cambió. "
859
  "Vuelva a cargar el shortcode."
860
 
861
+ #: lib/wfu_constants.php:191
862
  msgid ""
863
  "Failed to update the shortcode. Please try again. If the problem persists, "
864
  "go back and reload the shortcode."
866
  "Fallo al actualizar el shortcode. Por favor intente nuevamente. Si el "
867
  "problema persiste, vuelva a cargar el shortcode."
868
 
869
+ #: lib/wfu_constants.php:193
870
  msgid "This is a test message"
871
  msgstr "Este es un mensaje de prueba"
872
 
873
+ #: lib/wfu_constants.php:194
874
  msgid "This is a test administrator message"
875
  msgstr "Este es un mensaje de prueba del administrador"
876
 
877
+ #: lib/wfu_constants.php:195
878
  msgid "File testfile 1 under test"
879
  msgstr "Archivo testfile 1 en prueba"
880
 
881
+ #: lib/wfu_constants.php:196
882
  msgid "File testfile 1 message"
883
  msgstr "Archivo testfile 1 mensaje"
884
 
885
+ #: lib/wfu_constants.php:197
886
  msgid "File testfile 1 administrator message"
887
  msgstr "Archivo testfile 1 mensaje de administrador"
888
 
889
+ #: lib/wfu_constants.php:198
890
  msgid "File testfile 2 under test"
891
  msgstr "Archivo testfile 2 en prueba"
892
 
893
+ #: lib/wfu_constants.php:199
894
  msgid "File testfile 2 message"
895
  msgstr "Archivo testfile 2 mensaje"
896
 
897
+ #: lib/wfu_constants.php:200
898
  msgid "File testfile 2 administrator message"
899
  msgstr "Archivo testfile 2 mensaje de administrador"
900
 
901
+ #: lib/wfu_constants.php:202
902
  msgid ""
903
  "Insert variable %userid% inside text. It will be replaced by the id of the "
904
  "current user."
906
  "Insertar la variable %userid% dentro del texto. Será reemplazada por el id "
907
  "del usuario actual."
908
 
909
+ #: lib/wfu_constants.php:203
910
  msgid ""
911
  "Insert variable %username% inside text. It will be replaced by the username "
912
  "of the current user."
914
  "Insertar la variable %username% dentro del texto. Será reemplazada por el "
915
  "nombre del usuario actual."
916
 
917
+ #: lib/wfu_constants.php:204
918
  msgid ""
919
  "Insert variable %useremail% inside text. It will be replaced by the email of "
920
  "the current user."
922
  "Insertar la variable %useremail% dentro del texto. Será reemplazada por el "
923
  "email del usuario actual."
924
 
925
+ #: lib/wfu_constants.php:205
926
  msgid ""
927
  "Insert variable %filename% inside text. It will be replaced by the filename "
928
  "of the uploaded file."
930
  "Insertar la variable %filename% dentro del texto. Será reemplazada por el "
931
  "nombre del archivo cargado."
932
 
933
+ #: lib/wfu_constants.php:206
934
  msgid ""
935
  "Insert variable %filepath% inside text. It will be replaced by the full "
936
  "filepath of the uploaded file."
938
  "Insertar la variable %filepath% dentro del texto. Será reemplazada por la "
939
  "ruta completa al archivo cargado."
940
 
941
+ #: lib/wfu_constants.php:207
942
  msgid ""
943
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
944
  "the website."
946
  "Insertar la variable %blogid% dentro del texto. Será reemplazada por la blog "
947
  "id del sitio web."
948
 
949
+ #: lib/wfu_constants.php:208
950
  msgid ""
951
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
952
  "current page."
954
  "Insertar la variable %pageid% dentro del texto. Será reemplazada por el id "
955
  "de la página actual."
956
 
957
+ #: lib/wfu_constants.php:209
958
  msgid ""
959
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
960
  "the current page."
962
  "Insertar variable %pagetitle% dentro del texto. Será reemplazada por el "
963
  "título de la página actual."
964
 
965
+ #: lib/wfu_constants.php:210
966
  msgid ""
967
  "Insert variable %userdataXXX% inside text. Select the user field from the "
968
  "drop-down list. It will be replaced by the value that the user entered in "
972
  "usuario de la lista desplegable. Será reemplazada por el valor que el "
973
  "usuario ingresó en este campo."
974
 
975
+ #: lib/wfu_constants.php:211
976
  msgid "Insert variable %n% inside text to denote a line change."
977
  msgstr ""
978
  "Insertar la variable %n% dentro del texto para denotar un cambio de línea."
979
 
980
+ #: lib/wfu_constants.php:213
981
  #, php-format
982
  msgid "File %filename% uploaded successfully but not saved"
983
  msgstr ""
984
 
985
+ #: lib/wfu_constants.php:214
986
  msgid "Test Mode"
987
  msgstr "Modo de Prueba"
988
 
989
+ #: lib/wfu_constants.php:215
990
  msgid "select dir..."
991
  msgstr "elegir carpeta..."
992
 
993
+ #: lib/wfu_constants.php:216
994
  msgid "type dir"
995
  msgstr "ingresar carpeta"
996
 
997
+ #: lib/wfu_constants.php:217
998
  msgid "Upload path: %filepath%"
999
  msgstr "Ruta de carga: %filepath%"
1000
 
1001
+ #: lib/wfu_constants.php:218
1002
  msgid "Failed upload path: %filepath%"
1003
  msgstr "Falló la ruta de carga: %filepath%"
1004
 
1005
+ #: lib/wfu_constants.php:219
1006
  msgid " (required)"
1007
  msgstr "(requerido)"
1008
 
1009
+ #: lib/wfu_constants.php:220
1010
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1011
  msgstr "Los archivos están siendo cargados. ¿Desea salir de la página?"
1012
 
1013
+ #: lib/wfu_constants.php:221
1014
  msgid "checking captcha..."
1015
  msgstr "verificando captcha..."
1016
 
1017
+ #: lib/wfu_constants.php:222
1018
  msgid "refreshing..."
1019
  msgstr "recargando..."
1020
 
1021
+ #: lib/wfu_constants.php:223
1022
  msgid "correct captcha"
1023
  msgstr "captcha correcto"
1024
 
1025
+ #: lib/wfu_constants.php:224
1026
  msgid "click to continue the upload"
1027
  msgstr "click para continuar la carga"
1028
 
1029
+ #: lib/wfu_constants.php:225
1030
  msgid "Are you sure you want to delete this file?"
1031
  msgstr "¿Desea eliminar este archivo?"
1032
 
1033
+ #: lib/wfu_constants.php:226
1034
  msgid "Are you sure you want to delete these files?"
1035
  msgstr "¿Desea eliminar estos archivos?"
1036
 
1037
+ #: lib/wfu_constants.php:227
1038
  msgid "Bulk Actions"
1039
  msgstr "Acciones en conjunto"
1040
 
1041
+ #: lib/wfu_constants.php:228
1042
  msgid "Apply"
1043
  msgstr "Aplicar"
1044
 
1045
+ #: lib/wfu_constants.php:230
1046
  msgid "of "
1047
  msgstr "de "
1048
 
1049
+ #: lib/wfu_constants.php:231
1050
  msgid "Are you sure that you want to cancel the upload?"
1051
  msgstr "¿Desea cancelar la carga?"
1052
 
1053
+ #: lib/wfu_constants.php:232
1054
  msgid "cancel upload of this file"
1055
  msgstr "cancelar carga de este archivo"
1056
 
1057
+ #: lib/wfu_constants.php:233
1058
  msgid "Upload in progress"
1059
  msgstr "Carga en progreso"
1060
 
1061
+ #: lib/wfu_constants.php:234
1062
  msgid "Upload in progress with warnings!"
1063
  msgstr "Carga en progreso con advertencias!"
1064
 
1065
+ #: lib/wfu_constants.php:235
1066
  msgid "Upload in progress but some files already failed!"
1067
  msgstr "Carga en progreso pero algunos archivos ya fallaron!"
1068
 
1069
+ #: lib/wfu_constants.php:236
1070
  msgid "Upload in progress but no files uploaded so far!"
1071
  msgstr "Carga en progreso pero ningún archivo fue cargado aún!"
1072
 
1073
+ #: lib/wfu_constants.php:237
1074
  msgid "All files uploaded successfully"
1075
  msgstr "Todos los archivos fueron cargados satisfactoriamente"
1076
 
1077
+ #: lib/wfu_constants.php:238
1078
  msgid "All files uploaded successfully but there are warnings!"
1079
  msgstr ""
1080
  "Todos los archivos fueron cargados satisfactoriamente pero hay advertencias!"
1081
 
1082
+ #: lib/wfu_constants.php:239
1083
  msgid "File uploaded successfully but there are warnings!"
1084
  msgstr "El archivo fue cargado satisfactoriamente pero hubo advertencias!"
1085
 
1086
+ #: lib/wfu_constants.php:240
1087
  msgid "Some files failed to upload!"
1088
  msgstr "Falló la carga de algunos archivos!"
1089
 
1090
+ #: lib/wfu_constants.php:241
1091
  msgid "All files failed to upload"
1092
  msgstr "Falló la carga de todos los archivos"
1093
 
1094
+ #: lib/wfu_constants.php:242
1095
  msgid "File failed to upload"
1096
  msgstr "Falló la carga del archivo"
1097
 
1098
+ #: lib/wfu_constants.php:243
1099
  msgid "There are no files to upload!"
1100
  msgstr "No hay archivos para cargar!"
1101
 
1102
+ #: lib/wfu_constants.php:244
1103
  msgid "Test upload message"
1104
  msgstr "Mensaje de prueba de carga."
1105
 
1106
+ #: lib/wfu_constants.php:245
1107
  msgid "JSON parse warning!"
1108
  msgstr "Advertencia de procesamiento JSON!"
1109
 
1110
+ #: lib/wfu_constants.php:246
1111
  msgid "please wait while redirecting..."
1112
  msgstr "por favor espere mientras se redirecciona..."
1113
 
1114
+ #: lib/wfu_constants.php:248
1115
  msgid "Submitting data"
1116
  msgstr ""
1117
 
1118
+ #: lib/wfu_constants.php:249
1119
  msgid "Data submitted successfully!"
1120
  msgstr ""
1121
 
1122
+ #: lib/wfu_constants.php:250
1123
  msgid "Data were not submitted!"
1124
  msgstr ""
1125
 
1126
+ #: lib/wfu_constants.php:251
1127
  msgid "Cancelling upload"
1128
  msgstr ""
1129
 
1130
+ #: lib/wfu_constants.php:253
1131
  msgid "Upload succeeded!"
1132
  msgstr ""
1133
 
1134
+ #: lib/wfu_constants.php:254
1135
  msgid "Upload completed but no files were saved!"
1136
  msgstr ""
1137
 
1138
+ #: lib/wfu_constants.php:255
1139
  msgid "File was not saved due to personal data policy!"
1140
  msgstr ""
1141
 
1142
+ #: lib/wfu_constants.php:256
1143
  msgid "Open visual shortcode editor in new window"
1144
  msgstr "Abrir el editor visual de shortcode en una nueva ventana"
1145
 
1146
+ #: lib/wfu_constants.php:257
1147
  msgid "loading visual editor"
1148
  msgstr "cargando editor visual"
1149
 
1150
+ #: lib/wfu_constants.php:258
1151
  msgid "Clear file list?"
1152
  msgstr "Limpiar lista de archivos?"
1153
 
1154
+ #: lib/wfu_constants.php:259
1155
  msgid "DROP HERE"
1156
  msgstr "SOLTAR AQUÍ"
1157
 
1158
+ #: lib/wfu_constants.php:261
1159
  msgid "record video"
1160
  msgstr "grabar video"
1161
 
1162
+ #: lib/wfu_constants.php:262
1163
  msgid "take a picture"
1164
  msgstr "tomar fotografía"
1165
 
1166
+ #: lib/wfu_constants.php:263
1167
  msgid "turn webcam on/off"
1168
  msgstr "encender/apagar webcam"
1169
 
1170
+ #: lib/wfu_constants.php:264
1171
  msgid "go live again"
1172
  msgstr "salir en vivo otra vez"
1173
 
1174
+ #: lib/wfu_constants.php:265
1175
  msgid "end recording"
1176
  msgstr "finalizar grabación"
1177
 
1178
+ #: lib/wfu_constants.php:266
1179
  msgid "play"
1180
  msgstr "reproducir"
1181
 
1182
+ #: lib/wfu_constants.php:267
1183
  msgid "pause"
1184
  msgstr "pausa"
1185
 
1186
+ #: lib/wfu_constants.php:268
1187
  msgid "go to the beginning"
1188
  msgstr "ir al principio"
1189
 
1190
+ #: lib/wfu_constants.php:269
1191
  msgid "go to the end"
1192
  msgstr "ir al final"
1193
 
1194
+ #: lib/wfu_constants.php:271
1195
  msgid "Wordpress File Upload Form"
1196
  msgstr "Formulario Wordpress File Upload"
1197
 
1198
+ #: lib/wfu_constants.php:272
1199
  msgid "Wordpress File Upload plugin uploader for sidebars"
1200
  msgstr "Cargador de complemento Wordpress File Uploader para sidebars"
1201
 
1202
+ #: lib/wfu_constants.php:273
1203
  msgid "Upload Files"
1204
  msgstr "Cargar Archivos"
1205
 
1206
+ #: lib/wfu_functions.php:8192
1207
+ #, fuzzy
1208
+ #| msgid "Wordpress File Upload Form"
1209
+ msgid "Wordpress File Upload Consent Status"
1210
+ msgstr "Formulario Wordpress File Upload"
1211
+
1212
+ #: lib/wfu_functions.php:8195
1213
+ msgid "Consent Status"
1214
+ msgstr ""
1215
+
1216
+ #: lib/wfu_functions.php:8197
1217
+ msgid "You have given your consent to store personal data."
1218
+ msgstr ""
1219
+
1220
+ #: lib/wfu_functions.php:8197
1221
+ msgid "You have denied to store personal data."
1222
+ msgstr ""
1223
+
1224
+ #: lib/wfu_functions.php:8197
1225
+ #, fuzzy
1226
+ #| msgid "You are not allowed to download this file!"
1227
+ msgid "You have not answered to consent yet."
1228
+ msgstr "¡No se puede descargar este archivo!"
1229
+
1230
+ #: lib/wfu_functions.php:8203
1231
+ msgid "Change status to"
1232
+ msgstr ""
1233
+
1234
+ #: lib/wfu_functions.php:8205
1235
+ msgid "No change"
1236
+ msgstr ""
1237
+
1238
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1239
+ msgid "Revoke Consent"
1240
+ msgstr ""
1241
+
1242
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1243
+ msgid "Clear Consent"
1244
+ msgstr ""
1245
+
1246
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1247
+ msgid "Give Consent"
1248
+ msgstr ""
1249
+
1250
+ #: lib/wfu_widget.php:52
1251
+ msgid "Title:"
1252
+ msgstr ""
1253
+
1254
+ #: lib/wfu_widget.php:56
1255
+ msgid "Shortcode Attributes:"
1256
+ msgstr ""
1257
+
1258
  #~ msgid "Targer folder doesn't exist."
1259
  #~ msgstr "La carpeta de destino no existe."
languages/wp-file-upload-es_MX.mo CHANGED
Binary file
languages/wp-file-upload-es_MX.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:26+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:26+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: es_MX\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Generator: Poedit 2.2.1\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -134,7 +135,7 @@ msgstr "Tamaño"
134
  msgid "User"
135
  msgstr "Usuario"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "Página"
140
 
@@ -279,6 +280,16 @@ msgstr ""
279
  "El nombre adecuado es:"
280
 
281
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
 
 
282
  msgid ""
283
  "Too many files are uploaded in a short period of time. This may be a Denial-"
284
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -289,7 +300,7 @@ msgstr ""
289
  "archivo. Por favor verifique el registro de carga por comportamientos "
290
  "sospechosos."
291
 
292
- #: lib/wfu_constants.php:87
293
  msgid ""
294
  "File not uploaded in order to prevent overflow of the website. Please "
295
  "contact administrator."
@@ -297,36 +308,40 @@ msgstr ""
297
  "El archivo no fue cargado para prevenir una sobrecarga del sitio. Por favor "
298
  "contacte al administrador."
299
 
300
- #: lib/wfu_constants.php:88
301
  msgid "Target folder doesn't exist."
302
  msgstr ""
303
 
304
- #: lib/wfu_constants.php:89
305
  msgid "Upload failed! Missing a temporary folder."
306
  msgstr "Fallo en la carga! Falta una carpeta temporal."
307
 
308
- #: lib/wfu_constants.php:90
 
 
 
 
309
  msgid "Upload failed! Permission denied to write to target folder."
310
  msgstr ""
311
  "Fallo en la carga! Permiso denegado para escribir en la carpeta de destino."
312
 
313
- #: lib/wfu_constants.php:91
314
  msgid "File not allowed."
315
  msgstr "Archivo no admitido."
316
 
317
- #: lib/wfu_constants.php:92
318
  msgid "File is suspicious and was rejected."
319
  msgstr "El archivo es sospechoso y fue rechazado."
320
 
321
- #: lib/wfu_constants.php:93
322
  msgid "The uploaded file exceeds the file size limit."
323
  msgstr "El archivo cargado excede el límite de tamaño permitido."
324
 
325
- #: lib/wfu_constants.php:94
326
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
327
  msgstr "El archivo cargado excede 2GB y el servidor no lo soporta."
328
 
329
- #: lib/wfu_constants.php:95
330
  msgid ""
331
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
332
  "Please contact the administrator."
@@ -334,7 +349,7 @@ msgstr ""
334
  "Fallo en la carga! El archivo cargado excede el límite de tamaño admitido "
335
  "por el servidor. Por favor contacte al administrador."
336
 
337
- #: lib/wfu_constants.php:96
338
  msgid ""
339
  "Upload failed! The duration of the upload exceeded the time limit of the "
340
  "server. Please contact the administrator."
@@ -342,7 +357,7 @@ msgstr ""
342
  "Fallo en la carga! La duración de la carga excede el límite de tiempo "
343
  "establecido por el servidor. Por favor contacte al administrador."
344
 
345
- #: lib/wfu_constants.php:97
346
  msgid ""
347
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
348
  "was specified in the HTML form."
@@ -350,19 +365,19 @@ msgstr ""
350
  "Fallo en la carga! El archivo cargado excede la directiva MAX_FILE_SIZE "
351
  "especificada en el formulario HTML."
352
 
353
- #: lib/wfu_constants.php:98
354
  msgid "Upload failed! The uploaded file was only partially uploaded."
355
  msgstr "Fallo en la carga! El archivo fue cargado sólo parcialmente."
356
 
357
- #: lib/wfu_constants.php:99
358
  msgid "Upload failed! No file was uploaded."
359
  msgstr "Fallo en la carga! No se cargó ningún archivo."
360
 
361
- #: lib/wfu_constants.php:100
362
  msgid "Upload failed! Failed to write file to disk."
363
  msgstr "Fallo en la carga! Fallo al escribir el archivo al disco."
364
 
365
- #: lib/wfu_constants.php:101
366
  msgid ""
367
  "Upload failed! Error occured while moving temporary file. Please contact "
368
  "administrator."
@@ -370,11 +385,11 @@ msgstr ""
370
  "Fallo en la carga! Ocurrió un error al mover el archivo temporal. Por favor "
371
  "contacte al administrador."
372
 
373
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
374
  msgid "Upload cancelled!"
375
  msgstr "Carga cancelada!"
376
 
377
- #: lib/wfu_constants.php:103
378
  msgid ""
379
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
380
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -384,19 +399,19 @@ msgstr ""
384
  "manera de determinar cuál extensión ocasionó que la carga se detenga; "
385
  "examinar la lista de extensiones cargadas con phpinfo() puede ayudar."
386
 
387
- #: lib/wfu_constants.php:104
388
  msgid "Upload failed! Error occured while attemting to upload the file."
389
  msgstr "Fallo en la carga! Ocurrió un error al intentar cargar el archivo."
390
 
391
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
392
  msgid "Upload failed!"
393
  msgstr "Fallo en la carga!"
394
 
395
- #: lib/wfu_constants.php:106
396
  msgid "No file!"
397
  msgstr "Sin archivo!"
398
 
399
- #: lib/wfu_constants.php:107
400
  msgid ""
401
  "Upload failed! The upload has been canceled by the user or the browser "
402
  "dropped the connection."
@@ -404,27 +419,27 @@ msgstr ""
404
  "Fallo en la carga! La carga fue cancelada por el usuario o el navegador "
405
  "cerró la conexión."
406
 
407
- #: lib/wfu_constants.php:108
408
  msgid "Upload failed! Unknown error."
409
  msgstr "Fallo en la carga! Error desconocido."
410
 
411
- #: lib/wfu_constants.php:109
412
  msgid "Please contact the administrator."
413
  msgstr "Por favor contacte al administrador."
414
 
415
- #: lib/wfu_constants.php:110
416
  msgid "No result from remote server!"
417
  msgstr "Sin resultados desde el servidor remoto!"
418
 
419
- #: lib/wfu_constants.php:111
420
  msgid " but with warnings"
421
  msgstr "pero con errores"
422
 
423
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
424
  msgid "Warning: JSON parse error."
425
  msgstr "Advertencia: Error al procesar JSON."
426
 
427
- #: lib/wfu_constants.php:113
428
  msgid ""
429
  "Upload parameters of this file, passed as JSON string to the handler, could "
430
  "not be parsed."
@@ -432,19 +447,19 @@ msgstr ""
432
  "Los parámetros de carga de este archivo, enviados como cadena JSON, no "
433
  "pudieron ser procesados."
434
 
435
- #: lib/wfu_constants.php:115
436
  msgid ""
437
  "UploadStates, passed as JSON string to the handler, could not be parsed."
438
  msgstr "UploadStates, enviados como cadena JSON, no pudieron ser procesados."
439
 
440
- #: lib/wfu_constants.php:116
441
  msgid ""
442
  "Redirection to classic form functionality occurred due to unknown error."
443
  msgstr ""
444
  "Ocurrió una redirección a la funcionalidad clásica del formulario, debido a "
445
  "un error desconocido."
446
 
447
- #: lib/wfu_constants.php:117
448
  msgid ""
449
  "Redirection to classic form functionality occurred because AJAX is not "
450
  "supported."
@@ -452,7 +467,7 @@ msgstr ""
452
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque "
453
  "AJAX no está soportado."
454
 
455
- #: lib/wfu_constants.php:118
456
  msgid ""
457
  "Redirection to classic form functionality occurred because HTML5 is not "
458
  "supported."
@@ -460,59 +475,59 @@ msgstr ""
460
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque no "
461
  "se soporta HTML5."
462
 
463
- #: lib/wfu_constants.php:119
464
  msgid ""
465
  "Redirection to classic form functionality occurred due to JSON parse error."
466
  msgstr ""
467
  "Ocurrió una redirección a la funcionalidad clásica del formulario debido a "
468
  "un error de procesamiento JSON."
469
 
470
- #: lib/wfu_constants.php:120
471
  msgid "Please enable popup windows from the browser's settings!"
472
  msgstr ""
473
  "Por favor activar las ventanas emergentes desde las opciones del navegador!"
474
 
475
- #: lib/wfu_constants.php:121
476
  msgid "cannot be empty!"
477
  msgstr "no puede estar vacío!"
478
 
479
- #: lib/wfu_constants.php:122
480
  msgid "number not valid!"
481
  msgstr "número no válido!"
482
 
483
- #: lib/wfu_constants.php:123
484
  msgid "email not valid!"
485
  msgstr "email no válido!"
486
 
487
- #: lib/wfu_constants.php:124
488
  msgid "emails do not match!"
489
  msgstr "los emails no coinciden!"
490
 
491
- #: lib/wfu_constants.php:125
492
  msgid "no base email field in group!"
493
  msgstr "sin campo base de email en el grupo!"
494
 
495
- #: lib/wfu_constants.php:126
496
  msgid "passwords do not match!"
497
  msgstr "las contraseñas no coinciden!"
498
 
499
- #: lib/wfu_constants.php:127
500
  msgid "no base password field in group!"
501
  msgstr "sin campo base de contraseña en el grupo!"
502
 
503
- #: lib/wfu_constants.php:128
504
  msgid "checkbox unchecked!"
505
  msgstr "opción desmarcada!"
506
 
507
- #: lib/wfu_constants.php:129
508
  msgid "no option selected!"
509
  msgstr "no se seleccionó opción!"
510
 
511
- #: lib/wfu_constants.php:130
512
  msgid "no item selected!"
513
  msgstr "ningún item seleccionado!"
514
 
515
- #: lib/wfu_constants.php:131
516
  msgid ""
517
  "There are more than one instances of the plugin in this page with the same "
518
  "id. Please change it."
@@ -520,7 +535,7 @@ msgstr ""
520
  "Hay más de una instancia del complemento con el mismo id en esta página. Por "
521
  "favor cambiarlo."
522
 
523
- #: lib/wfu_constants.php:132
524
  msgid ""
525
  "Cannot edit the shortcode because the page has been modified. Please reload "
526
  "the page."
@@ -528,19 +543,19 @@ msgstr ""
528
  "No se puede editar el shortcode porque la página fue modificada. Por favor "
529
  "recargar la página."
530
 
531
- #: lib/wfu_constants.php:133
532
  msgid "Your browser does not support webcam capture!"
533
  msgstr "Su navegador no soporta captura desde webcam!"
534
 
535
- #: lib/wfu_constants.php:134
536
  msgid "Your browser does not support video recording from the webcam!"
537
  msgstr "Su navegador no soporta la grabación de video desde webcam!"
538
 
539
- #: lib/wfu_constants.php:135
540
  msgid "No video was recorded!"
541
  msgstr "Video no grabado."
542
 
543
- #: lib/wfu_constants.php:136
544
  msgid ""
545
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
546
  "or use RecaptchaV2 (no account)."
@@ -548,7 +563,7 @@ msgstr ""
548
  "ERROR: Captcha no soportado! La versión de PHP es muy antigua. Actualizar "
549
  "PHP o utilizar RecaptchaV2 (sin cuenta)."
550
 
551
- #: lib/wfu_constants.php:137
552
  msgid ""
553
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
554
  "notify administrator."
@@ -556,7 +571,7 @@ msgstr ""
556
  "ERROR. Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
557
  "Por favor notificar al administrador."
558
 
559
- #: lib/wfu_constants.php:138
560
  msgid ""
561
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
562
  "use RecaptchaV1 (no account)."
@@ -564,11 +579,11 @@ msgstr ""
564
  "ERROR: Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
565
  "Por favor utilizar RecaptchaV1 (sin cuenta)."
566
 
567
- #: lib/wfu_constants.php:139
568
  msgid "ERROR: No site key. Please contact administrator!"
569
  msgstr "ERROR: Sin key para el sitio. Por favor contactar al administrador!"
570
 
571
- #: lib/wfu_constants.php:140
572
  msgid ""
573
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
574
  "define Google Recaptcha keys."
@@ -576,123 +591,123 @@ msgstr ""
576
  "ERROR: La site key no fue definida! Por favor entrar a las opciones del "
577
  "complemento en el Escritorio para definir las keys de Google Recaptcha."
578
 
579
- #: lib/wfu_constants.php:141
580
  msgid "Bad captcha image!"
581
  msgstr "Mala imagen de captcha!"
582
 
583
- #: lib/wfu_constants.php:142
584
  msgid "No input!"
585
  msgstr "Sin entrada!"
586
 
587
- #: lib/wfu_constants.php:143
588
  msgid "Captcha not completed!"
589
  msgstr "Captcha no completado!"
590
 
591
- #: lib/wfu_constants.php:144
592
  msgid "Wrong captcha!"
593
  msgstr "Mal captcha!"
594
 
595
- #: lib/wfu_constants.php:145
596
  msgid "Error refreshing captcha!"
597
  msgstr "Error recargando captcha!"
598
 
599
- #: lib/wfu_constants.php:146
600
  msgid "Unknown captcha error!"
601
  msgstr "Error de captcha desconocido!"
602
 
603
- #: lib/wfu_constants.php:147
604
  msgid "Captcha not supported by your browser!"
605
  msgstr "Captcha no soportado por su navegador!"
606
 
607
- #: lib/wfu_constants.php:148
608
  msgid "the secret parameter is missing"
609
  msgstr "falta el parámetro secreto"
610
 
611
- #: lib/wfu_constants.php:149
612
  msgid "the secret parameter is invalid or malformed"
613
  msgstr "el parámetro secreto es inválido o está malformado"
614
 
615
- #: lib/wfu_constants.php:150
616
  msgid "the response parameter is missing"
617
  msgstr "falta el parámetro response"
618
 
619
- #: lib/wfu_constants.php:151
620
  msgid "the response parameter is invalid or malformed"
621
  msgstr "el parámetro response es inválido o está malformado"
622
 
623
- #: lib/wfu_constants.php:152
624
  msgid "Please do not use drag drop due to an internal problem."
625
  msgstr "Por favor no arrastre y suelte debido a un problema interno."
626
 
627
- #: lib/wfu_constants.php:153
628
  #, php-format
629
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
630
  msgstr "Error durante carga por partes. ID único en blanco en parte %d"
631
 
632
- #: lib/wfu_constants.php:154
633
  msgid "Chunked upload is not allowed!"
634
  msgstr "No se admite carga por partes!"
635
 
636
- #: lib/wfu_constants.php:155
637
  msgid "Chunked upload aborted due to error in previous chunk!"
638
  msgstr "La carga por partes se abortó debido a un error en la parte anterior!"
639
 
640
- #: lib/wfu_constants.php:156
641
  msgid "Chunked upload failed, final file could not be created!"
642
  msgstr "Falló la carga por partes. el archivo final no pudo ser creado!"
643
 
644
- #: lib/wfu_constants.php:157
645
  #, php-format
646
  msgid "Could not write file chuck to destination on chunk %d"
647
  msgstr "No se puede escribir esta parte al destino en parte %d"
648
 
649
- #: lib/wfu_constants.php:158
650
  #, php-format
651
  msgid "Could not enlarge destination file on chunk %d"
652
  msgstr "No se puede agrandar el archivo de destino en parte %d"
653
 
654
- #: lib/wfu_constants.php:159
655
  #, php-format
656
  msgid "Could not open file handles on chunk %d"
657
  msgstr "No se pudieron abrir los identificadores de archivo en parte %d"
658
 
659
- #: lib/wfu_constants.php:160
660
  msgid "You are not allowed to download this file!"
661
  msgstr "¡No se puede descargar este archivo!"
662
 
663
- #: lib/wfu_constants.php:161
664
  msgid "File does not exist!"
665
  msgstr "El archivo no existe!"
666
 
667
- #: lib/wfu_constants.php:162
668
  msgid "Could not download file!"
669
  msgstr "No se puede descargar el archivo!"
670
 
671
- #: lib/wfu_constants.php:163
672
  msgid "You are not allowed to delete this file!"
673
  msgstr "Sin permiso para eliminar este archivo!"
674
 
675
- #: lib/wfu_constants.php:164
676
  msgid "File was not deleted!"
677
  msgstr "El archivo no fue eliminado!"
678
 
679
- #: lib/wfu_constants.php:165
680
  msgid "No file was deleted!"
681
  msgstr "Ningún archivo fue eliminado!"
682
 
683
- #: lib/wfu_constants.php:166
684
  msgid "Some files were not deleted!"
685
  msgstr "Algunos archivos no fueron eliminados!"
686
 
687
- #: lib/wfu_constants.php:168
688
  msgid "Upload skipped! File already exists."
689
  msgstr "Carga omitida! El archivo ya existe."
690
 
691
- #: lib/wfu_constants.php:169
692
  msgid "The extension of the file does not match its contents."
693
  msgstr "La extensión del archivo no coincide con su conenido."
694
 
695
- #: lib/wfu_constants.php:170
696
  msgid ""
697
  "Upload succeeded but the file is suspicious because its contents do not "
698
  "match its extension. Its proper filename is: "
@@ -700,25 +715,25 @@ msgstr ""
700
  "La carga fue satisfactoria pero el archivo es sospechoso porque su contenido "
701
  "no coincide con la extensión. El nombre de archivo adecuado es:"
702
 
703
- #: lib/wfu_constants.php:171
704
  msgid "No files have been selected!"
705
  msgstr "Ningún archivo seleccionado!"
706
 
707
- #: lib/wfu_constants.php:172
708
  msgid "Please complete the consent question before continuing the upload!"
709
  msgstr ""
710
 
711
- #: lib/wfu_constants.php:173
712
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
713
  msgstr ""
714
  "El complemento WPFilebase no fue actualizado porque ningún archivo fue "
715
  "cargado."
716
 
717
- #: lib/wfu_constants.php:174
718
  msgid "Notification email was not sent because there were no files uploaded."
719
  msgstr "No se envió email de notificación porque ningún archivo fue cargado."
720
 
721
- #: lib/wfu_constants.php:175
722
  msgid ""
723
  "Notification email was not sent because no recipients were defined. Please "
724
  "check notifyrecipients attribute in the shortcode."
@@ -726,7 +741,7 @@ msgstr ""
726
  "No se envió email de notificación porque no se definieron destinatarios. Por "
727
  "favor verificar el atributo notifyrecipients del shortcode."
728
 
729
- #: lib/wfu_constants.php:176
730
  msgid ""
731
  "Notification email was not sent due to an error. Please check "
732
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -735,7 +750,7 @@ msgstr ""
735
  "no haya errores en los atributos notifyrecipients, notifysubject y "
736
  "notifymessage."
737
 
738
- #: lib/wfu_constants.php:177
739
  msgid ""
740
  "Redirection not executed because redirection link is empty. Please check "
741
  "redirectlink attribute."
@@ -743,18 +758,18 @@ msgstr ""
743
  "La redirección no fue ejecutada porque el enlace de redirección está vacío. "
744
  "Por favor verificar el atributo redirectlink."
745
 
746
- #: lib/wfu_constants.php:178
747
  msgid ""
748
  "Redirection not executed because not all files were successfully uploaded."
749
  msgstr ""
750
  "La redirección no fue ejecutada porque no todos los archivos se cargaron "
751
  "satisfactoriamente."
752
 
753
- #: lib/wfu_constants.php:179
754
  msgid "Potential Denial-Of-Service Attack on {SITE}"
755
  msgstr "Potencial ataque de Denegación-De-Servicio en {SITE}"
756
 
757
- #: lib/wfu_constants.php:180
758
  msgid ""
759
  "Hello admin\n"
760
  "\n"
@@ -791,19 +806,19 @@ msgstr ""
791
  "\n"
792
  "Gracias"
793
 
794
- #: lib/wfu_constants.php:181
795
  msgid ""
796
  "You have activated an alternative insecure Iptanus Services Server. For "
797
  "details please contact info@iptanus.com."
798
  msgstr ""
799
 
800
- #: lib/wfu_constants.php:182
801
  msgid ""
802
  "Iptanus Services Server is unreachable. This may cause problems on some "
803
  "plugin functions. Please read this :article: for resolution."
804
  msgstr ""
805
 
806
- #: lib/wfu_constants.php:184
807
  msgid ""
808
  "Failed to add the shortcode to the page/post. Please try again. If the "
809
  "message persists, contact administrator."
@@ -811,7 +826,7 @@ msgstr ""
811
  "Fallo al agregar el shortcode a la página/entrada. Por favor intente "
812
  "nuevamente. Si el mensaje persiste, contacte al administrador."
813
 
814
- #: lib/wfu_constants.php:185
815
  msgid ""
816
  "Failed to edit the shortcode because the contents of the page changed. Try "
817
  "again to edit the shortcode."
@@ -819,7 +834,7 @@ msgstr ""
819
  "Fallo al editar el shortcode porque el contenido de la página cambió. "
820
  "Intente editar el shortcode nuevamente."
821
 
822
- #: lib/wfu_constants.php:186
823
  msgid ""
824
  "Failed to delete the shortcode because the contents of the page changed. Try "
825
  "again to delete it."
@@ -827,7 +842,7 @@ msgstr ""
827
  "Fallo al eliminar el shortcode porque el contenido de la página cambió. "
828
  "Intente eliminarlo nuevamente."
829
 
830
- #: lib/wfu_constants.php:187
831
  msgid ""
832
  "The page containing the shortcode has been modified and it is no longer "
833
  "valid. Please go back to reload the shortcode."
@@ -835,7 +850,7 @@ msgstr ""
835
  "La página que contiene el shortcode fue modificada y ya no es válida. Por "
836
  "favor vuelva a cargar el shortcode."
837
 
838
- #: lib/wfu_constants.php:188
839
  msgid ""
840
  "Failed to update the shortcode because the contents of the page changed. Go "
841
  "back to reload the shortcode."
@@ -843,7 +858,7 @@ msgstr ""
843
  "Fallo al actualizar el shortcode porque el contenido de la página cambió. "
844
  "Vuelva a cargar el shortcode."
845
 
846
- #: lib/wfu_constants.php:189
847
  msgid ""
848
  "Failed to update the shortcode. Please try again. If the problem persists, "
849
  "go back and reload the shortcode."
@@ -851,39 +866,39 @@ msgstr ""
851
  "Fallo al actualizar el shortcode. Por favor intente nuevamente. Si el "
852
  "problema persiste, vuelva a cargar el shortcode."
853
 
854
- #: lib/wfu_constants.php:191
855
  msgid "This is a test message"
856
  msgstr "Este es un mensaje de prueba"
857
 
858
- #: lib/wfu_constants.php:192
859
  msgid "This is a test administrator message"
860
  msgstr "Este es un mensaje de prueba del administrador"
861
 
862
- #: lib/wfu_constants.php:193
863
  msgid "File testfile 1 under test"
864
  msgstr "Archivo testfile 1 en prueba"
865
 
866
- #: lib/wfu_constants.php:194
867
  msgid "File testfile 1 message"
868
  msgstr "Archivo testfile 1 mensaje"
869
 
870
- #: lib/wfu_constants.php:195
871
  msgid "File testfile 1 administrator message"
872
  msgstr "Archivo testfile 1 mensaje de administrador"
873
 
874
- #: lib/wfu_constants.php:196
875
  msgid "File testfile 2 under test"
876
  msgstr "Archivo testfile 2 en prueba"
877
 
878
- #: lib/wfu_constants.php:197
879
  msgid "File testfile 2 message"
880
  msgstr "Archivo testfile 2 mensaje"
881
 
882
- #: lib/wfu_constants.php:198
883
  msgid "File testfile 2 administrator message"
884
  msgstr "Archivo testfile 2 mensaje de administrador"
885
 
886
- #: lib/wfu_constants.php:200
887
  msgid ""
888
  "Insert variable %userid% inside text. It will be replaced by the id of the "
889
  "current user."
@@ -891,7 +906,7 @@ msgstr ""
891
  "Insertar la variable %userid% dentro del texto. Será reemplazada por el id "
892
  "del usuario actual."
893
 
894
- #: lib/wfu_constants.php:201
895
  msgid ""
896
  "Insert variable %username% inside text. It will be replaced by the username "
897
  "of the current user."
@@ -899,7 +914,7 @@ msgstr ""
899
  "Insertar la variable %username% dentro del texto. Será reemplazada por el "
900
  "nombre del usuario actual."
901
 
902
- #: lib/wfu_constants.php:202
903
  msgid ""
904
  "Insert variable %useremail% inside text. It will be replaced by the email of "
905
  "the current user."
@@ -907,7 +922,7 @@ msgstr ""
907
  "Insertar la variable %useremail% dentro del texto. Será reemplazada por el "
908
  "email del usuario actual."
909
 
910
- #: lib/wfu_constants.php:203
911
  msgid ""
912
  "Insert variable %filename% inside text. It will be replaced by the filename "
913
  "of the uploaded file."
@@ -915,7 +930,7 @@ msgstr ""
915
  "Insertar la variable %filename% dentro del texto. Será reemplazada por el "
916
  "nombre del archivo cargado."
917
 
918
- #: lib/wfu_constants.php:204
919
  msgid ""
920
  "Insert variable %filepath% inside text. It will be replaced by the full "
921
  "filepath of the uploaded file."
@@ -923,7 +938,7 @@ msgstr ""
923
  "Insertar la variable %filepath% dentro del texto. Será reemplazada por la "
924
  "ruta completa al archivo cargado."
925
 
926
- #: lib/wfu_constants.php:205
927
  msgid ""
928
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
929
  "the website."
@@ -931,7 +946,7 @@ msgstr ""
931
  "Insertar la variable %blogid% dentro del texto. Será reemplazada por la blog "
932
  "id del sitio web."
933
 
934
- #: lib/wfu_constants.php:206
935
  msgid ""
936
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
937
  "current page."
@@ -939,7 +954,7 @@ msgstr ""
939
  "Insertar la variable %pageid% dentro del texto. Será reemplazada por el id "
940
  "de la página actual."
941
 
942
- #: lib/wfu_constants.php:207
943
  msgid ""
944
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
945
  "the current page."
@@ -947,7 +962,7 @@ msgstr ""
947
  "Insertar variable %pagetitle% dentro del texto. Será reemplazada por el "
948
  "título de la página actual."
949
 
950
- #: lib/wfu_constants.php:208
951
  msgid ""
952
  "Insert variable %userdataXXX% inside text. Select the user field from the "
953
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -957,236 +972,288 @@ msgstr ""
957
  "usuario de la lista desplegable. Será reemplazada por el valor que el "
958
  "usuario ingresó en este campo."
959
 
960
- #: lib/wfu_constants.php:209
961
  msgid "Insert variable %n% inside text to denote a line change."
962
  msgstr ""
963
  "Insertar la variable %n% dentro del texto para denotar un cambio de línea."
964
 
965
- #: lib/wfu_constants.php:211
966
  #, php-format
967
  msgid "File %filename% uploaded successfully but not saved"
968
  msgstr ""
969
 
970
- #: lib/wfu_constants.php:212
971
  msgid "Test Mode"
972
  msgstr "Modo de Prueba"
973
 
974
- #: lib/wfu_constants.php:213
975
  msgid "select dir..."
976
  msgstr "elegir carpeta..."
977
 
978
- #: lib/wfu_constants.php:214
979
  msgid "type dir"
980
  msgstr "ingresar carpeta"
981
 
982
- #: lib/wfu_constants.php:215
983
  msgid "Upload path: %filepath%"
984
  msgstr "Ruta de carga: %filepath%"
985
 
986
- #: lib/wfu_constants.php:216
987
  msgid "Failed upload path: %filepath%"
988
  msgstr "Falló la ruta de carga: %filepath%"
989
 
990
- #: lib/wfu_constants.php:217
991
  msgid " (required)"
992
  msgstr "(requerido)"
993
 
994
- #: lib/wfu_constants.php:218
995
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
996
  msgstr "Los archivos están siendo cargados. ¿Desea salir de la página?"
997
 
998
- #: lib/wfu_constants.php:219
999
  msgid "checking captcha..."
1000
  msgstr "verificando captcha..."
1001
 
1002
- #: lib/wfu_constants.php:220
1003
  msgid "refreshing..."
1004
  msgstr "recargando..."
1005
 
1006
- #: lib/wfu_constants.php:221
1007
  msgid "correct captcha"
1008
  msgstr "captcha correcto"
1009
 
1010
- #: lib/wfu_constants.php:222
1011
  msgid "click to continue the upload"
1012
  msgstr "click para continuar la carga"
1013
 
1014
- #: lib/wfu_constants.php:223
1015
  msgid "Are you sure you want to delete this file?"
1016
  msgstr "¿Desea eliminar este archivo?"
1017
 
1018
- #: lib/wfu_constants.php:224
1019
  msgid "Are you sure you want to delete these files?"
1020
  msgstr "¿Desea eliminar estos archivos?"
1021
 
1022
- #: lib/wfu_constants.php:225
1023
  msgid "Bulk Actions"
1024
  msgstr "Acciones en conjunto"
1025
 
1026
- #: lib/wfu_constants.php:226
1027
  msgid "Apply"
1028
  msgstr "Aplicar"
1029
 
1030
- #: lib/wfu_constants.php:228
1031
  msgid "of "
1032
  msgstr "de "
1033
 
1034
- #: lib/wfu_constants.php:229
1035
  msgid "Are you sure that you want to cancel the upload?"
1036
  msgstr "¿Desea cancelar la carga?"
1037
 
1038
- #: lib/wfu_constants.php:230
1039
  msgid "cancel upload of this file"
1040
  msgstr "cancelar carga de este archivo"
1041
 
1042
- #: lib/wfu_constants.php:231
1043
  msgid "Upload in progress"
1044
  msgstr "Carga en progreso"
1045
 
1046
- #: lib/wfu_constants.php:232
1047
  msgid "Upload in progress with warnings!"
1048
  msgstr "Carga en progreso con advertencias!"
1049
 
1050
- #: lib/wfu_constants.php:233
1051
  msgid "Upload in progress but some files already failed!"
1052
  msgstr "Carga en progreso pero algunos archivos ya fallaron!"
1053
 
1054
- #: lib/wfu_constants.php:234
1055
  msgid "Upload in progress but no files uploaded so far!"
1056
  msgstr "Carga en progreso pero ningún archivo fue cargado aún!"
1057
 
1058
- #: lib/wfu_constants.php:235
1059
  msgid "All files uploaded successfully"
1060
  msgstr "Todos los archivos fueron cargados satisfactoriamente"
1061
 
1062
- #: lib/wfu_constants.php:236
1063
  msgid "All files uploaded successfully but there are warnings!"
1064
  msgstr ""
1065
  "Todos los archivos fueron cargados satisfactoriamente pero hay advertencias!"
1066
 
1067
- #: lib/wfu_constants.php:237
1068
  msgid "File uploaded successfully but there are warnings!"
1069
  msgstr "El archivo fue cargado satisfactoriamente pero hubo advertencias!"
1070
 
1071
- #: lib/wfu_constants.php:238
1072
  msgid "Some files failed to upload!"
1073
  msgstr "Falló la carga de algunos archivos!"
1074
 
1075
- #: lib/wfu_constants.php:239
1076
  msgid "All files failed to upload"
1077
  msgstr "Falló la carga de todos los archivos"
1078
 
1079
- #: lib/wfu_constants.php:240
1080
  msgid "File failed to upload"
1081
  msgstr "Falló la carga del archivo"
1082
 
1083
- #: lib/wfu_constants.php:241
1084
  msgid "There are no files to upload!"
1085
  msgstr "No hay archivos para cargar!"
1086
 
1087
- #: lib/wfu_constants.php:242
1088
  msgid "Test upload message"
1089
  msgstr "Mensaje de prueba de carga."
1090
 
1091
- #: lib/wfu_constants.php:243
1092
  msgid "JSON parse warning!"
1093
  msgstr "Advertencia de procesamiento JSON!"
1094
 
1095
- #: lib/wfu_constants.php:244
1096
  msgid "please wait while redirecting..."
1097
  msgstr "por favor espere mientras se redirecciona..."
1098
 
1099
- #: lib/wfu_constants.php:246
1100
  msgid "Submitting data"
1101
  msgstr ""
1102
 
1103
- #: lib/wfu_constants.php:247
1104
  msgid "Data submitted successfully!"
1105
  msgstr ""
1106
 
1107
- #: lib/wfu_constants.php:248
1108
  msgid "Data were not submitted!"
1109
  msgstr ""
1110
 
1111
- #: lib/wfu_constants.php:249
1112
  msgid "Cancelling upload"
1113
  msgstr ""
1114
 
1115
- #: lib/wfu_constants.php:251
1116
  msgid "Upload succeeded!"
1117
  msgstr ""
1118
 
1119
- #: lib/wfu_constants.php:252
1120
  msgid "Upload completed but no files were saved!"
1121
  msgstr ""
1122
 
1123
- #: lib/wfu_constants.php:253
1124
  msgid "File was not saved due to personal data policy!"
1125
  msgstr ""
1126
 
1127
- #: lib/wfu_constants.php:254
1128
  msgid "Open visual shortcode editor in new window"
1129
  msgstr "Abrir el editor visual de shortcode en una nueva ventana"
1130
 
1131
- #: lib/wfu_constants.php:255
1132
  msgid "loading visual editor"
1133
  msgstr "cargando editor visual"
1134
 
1135
- #: lib/wfu_constants.php:256
1136
  msgid "Clear file list?"
1137
  msgstr "Limpiar lista de archivos?"
1138
 
1139
- #: lib/wfu_constants.php:257
1140
  msgid "DROP HERE"
1141
  msgstr "SOLTAR AQUÍ"
1142
 
1143
- #: lib/wfu_constants.php:259
1144
  msgid "record video"
1145
  msgstr "grabar video"
1146
 
1147
- #: lib/wfu_constants.php:260
1148
  msgid "take a picture"
1149
  msgstr "tomar fotografía"
1150
 
1151
- #: lib/wfu_constants.php:261
1152
  msgid "turn webcam on/off"
1153
  msgstr "encender/apagar webcam"
1154
 
1155
- #: lib/wfu_constants.php:262
1156
  msgid "go live again"
1157
  msgstr "salir en vivo otra vez"
1158
 
1159
- #: lib/wfu_constants.php:263
1160
  msgid "end recording"
1161
  msgstr "finalizar grabación"
1162
 
1163
- #: lib/wfu_constants.php:264
1164
  msgid "play"
1165
  msgstr "reproducir"
1166
 
1167
- #: lib/wfu_constants.php:265
1168
  msgid "pause"
1169
  msgstr "pausa"
1170
 
1171
- #: lib/wfu_constants.php:266
1172
  msgid "go to the beginning"
1173
  msgstr "ir al principio"
1174
 
1175
- #: lib/wfu_constants.php:267
1176
  msgid "go to the end"
1177
  msgstr "ir al final"
1178
 
1179
- #: lib/wfu_constants.php:269
1180
  msgid "Wordpress File Upload Form"
1181
  msgstr "Formulario Wordpress File Upload"
1182
 
1183
- #: lib/wfu_constants.php:270
1184
  msgid "Wordpress File Upload plugin uploader for sidebars"
1185
  msgstr "Cargador de complemento Wordpress File Uploader para sidebars"
1186
 
1187
- #: lib/wfu_constants.php:271
1188
  msgid "Upload Files"
1189
  msgstr "Cargar Archivos"
1190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1191
  #~ msgid "Targer folder doesn't exist."
1192
  #~ msgstr "La carpeta de destino no existe."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:10+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:10+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: es_MX\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Generator: Poedit 2.2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
135
  msgid "User"
136
  msgstr "Usuario"
137
 
138
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
139
  msgid "Page"
140
  msgstr "Página"
141
 
280
  "El nombre adecuado es:"
281
 
282
  #: lib/wfu_constants.php:86
283
+ #, fuzzy
284
+ #| msgid ""
285
+ #| "Error. This file was rejected because its extension is not correct. Its "
286
+ #| "proper filename is: "
287
+ msgid "Error. This file was rejected because its not a valid image."
288
+ msgstr ""
289
+ "Error. Este archivo fue rechazado debido a que su extensión no es correcta. "
290
+ "El nombre adecuado es:"
291
+
292
+ #: lib/wfu_constants.php:87
293
  msgid ""
294
  "Too many files are uploaded in a short period of time. This may be a Denial-"
295
  "Of-Service attack, so file was rejected. Please check the upload log for "
300
  "archivo. Por favor verifique el registro de carga por comportamientos "
301
  "sospechosos."
302
 
303
+ #: lib/wfu_constants.php:88
304
  msgid ""
305
  "File not uploaded in order to prevent overflow of the website. Please "
306
  "contact administrator."
308
  "El archivo no fue cargado para prevenir una sobrecarga del sitio. Por favor "
309
  "contacte al administrador."
310
 
311
+ #: lib/wfu_constants.php:89
312
  msgid "Target folder doesn't exist."
313
  msgstr ""
314
 
315
+ #: lib/wfu_constants.php:90
316
  msgid "Upload failed! Missing a temporary folder."
317
  msgstr "Fallo en la carga! Falta una carpeta temporal."
318
 
319
+ #: lib/wfu_constants.php:91
320
+ msgid "Not allowed to upload to target folder."
321
+ msgstr ""
322
+
323
+ #: lib/wfu_constants.php:92
324
  msgid "Upload failed! Permission denied to write to target folder."
325
  msgstr ""
326
  "Fallo en la carga! Permiso denegado para escribir en la carpeta de destino."
327
 
328
+ #: lib/wfu_constants.php:93
329
  msgid "File not allowed."
330
  msgstr "Archivo no admitido."
331
 
332
+ #: lib/wfu_constants.php:94
333
  msgid "File is suspicious and was rejected."
334
  msgstr "El archivo es sospechoso y fue rechazado."
335
 
336
+ #: lib/wfu_constants.php:95
337
  msgid "The uploaded file exceeds the file size limit."
338
  msgstr "El archivo cargado excede el límite de tamaño permitido."
339
 
340
+ #: lib/wfu_constants.php:96
341
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
342
  msgstr "El archivo cargado excede 2GB y el servidor no lo soporta."
343
 
344
+ #: lib/wfu_constants.php:97
345
  msgid ""
346
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
347
  "Please contact the administrator."
349
  "Fallo en la carga! El archivo cargado excede el límite de tamaño admitido "
350
  "por el servidor. Por favor contacte al administrador."
351
 
352
+ #: lib/wfu_constants.php:98
353
  msgid ""
354
  "Upload failed! The duration of the upload exceeded the time limit of the "
355
  "server. Please contact the administrator."
357
  "Fallo en la carga! La duración de la carga excede el límite de tiempo "
358
  "establecido por el servidor. Por favor contacte al administrador."
359
 
360
+ #: lib/wfu_constants.php:99
361
  msgid ""
362
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
363
  "was specified in the HTML form."
365
  "Fallo en la carga! El archivo cargado excede la directiva MAX_FILE_SIZE "
366
  "especificada en el formulario HTML."
367
 
368
+ #: lib/wfu_constants.php:100
369
  msgid "Upload failed! The uploaded file was only partially uploaded."
370
  msgstr "Fallo en la carga! El archivo fue cargado sólo parcialmente."
371
 
372
+ #: lib/wfu_constants.php:101
373
  msgid "Upload failed! No file was uploaded."
374
  msgstr "Fallo en la carga! No se cargó ningún archivo."
375
 
376
+ #: lib/wfu_constants.php:102
377
  msgid "Upload failed! Failed to write file to disk."
378
  msgstr "Fallo en la carga! Fallo al escribir el archivo al disco."
379
 
380
+ #: lib/wfu_constants.php:103
381
  msgid ""
382
  "Upload failed! Error occured while moving temporary file. Please contact "
383
  "administrator."
385
  "Fallo en la carga! Ocurrió un error al mover el archivo temporal. Por favor "
386
  "contacte al administrador."
387
 
388
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
389
  msgid "Upload cancelled!"
390
  msgstr "Carga cancelada!"
391
 
392
+ #: lib/wfu_constants.php:105
393
  msgid ""
394
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
395
  "a way to ascertain which extension caused the file upload to stop; examining "
399
  "manera de determinar cuál extensión ocasionó que la carga se detenga; "
400
  "examinar la lista de extensiones cargadas con phpinfo() puede ayudar."
401
 
402
+ #: lib/wfu_constants.php:106
403
  msgid "Upload failed! Error occured while attemting to upload the file."
404
  msgstr "Fallo en la carga! Ocurrió un error al intentar cargar el archivo."
405
 
406
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
407
  msgid "Upload failed!"
408
  msgstr "Fallo en la carga!"
409
 
410
+ #: lib/wfu_constants.php:108
411
  msgid "No file!"
412
  msgstr "Sin archivo!"
413
 
414
+ #: lib/wfu_constants.php:109
415
  msgid ""
416
  "Upload failed! The upload has been canceled by the user or the browser "
417
  "dropped the connection."
419
  "Fallo en la carga! La carga fue cancelada por el usuario o el navegador "
420
  "cerró la conexión."
421
 
422
+ #: lib/wfu_constants.php:110
423
  msgid "Upload failed! Unknown error."
424
  msgstr "Fallo en la carga! Error desconocido."
425
 
426
+ #: lib/wfu_constants.php:111
427
  msgid "Please contact the administrator."
428
  msgstr "Por favor contacte al administrador."
429
 
430
+ #: lib/wfu_constants.php:112
431
  msgid "No result from remote server!"
432
  msgstr "Sin resultados desde el servidor remoto!"
433
 
434
+ #: lib/wfu_constants.php:113
435
  msgid " but with warnings"
436
  msgstr "pero con errores"
437
 
438
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
439
  msgid "Warning: JSON parse error."
440
  msgstr "Advertencia: Error al procesar JSON."
441
 
442
+ #: lib/wfu_constants.php:115
443
  msgid ""
444
  "Upload parameters of this file, passed as JSON string to the handler, could "
445
  "not be parsed."
447
  "Los parámetros de carga de este archivo, enviados como cadena JSON, no "
448
  "pudieron ser procesados."
449
 
450
+ #: lib/wfu_constants.php:117
451
  msgid ""
452
  "UploadStates, passed as JSON string to the handler, could not be parsed."
453
  msgstr "UploadStates, enviados como cadena JSON, no pudieron ser procesados."
454
 
455
+ #: lib/wfu_constants.php:118
456
  msgid ""
457
  "Redirection to classic form functionality occurred due to unknown error."
458
  msgstr ""
459
  "Ocurrió una redirección a la funcionalidad clásica del formulario, debido a "
460
  "un error desconocido."
461
 
462
+ #: lib/wfu_constants.php:119
463
  msgid ""
464
  "Redirection to classic form functionality occurred because AJAX is not "
465
  "supported."
467
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque "
468
  "AJAX no está soportado."
469
 
470
+ #: lib/wfu_constants.php:120
471
  msgid ""
472
  "Redirection to classic form functionality occurred because HTML5 is not "
473
  "supported."
475
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque no "
476
  "se soporta HTML5."
477
 
478
+ #: lib/wfu_constants.php:121
479
  msgid ""
480
  "Redirection to classic form functionality occurred due to JSON parse error."
481
  msgstr ""
482
  "Ocurrió una redirección a la funcionalidad clásica del formulario debido a "
483
  "un error de procesamiento JSON."
484
 
485
+ #: lib/wfu_constants.php:122
486
  msgid "Please enable popup windows from the browser's settings!"
487
  msgstr ""
488
  "Por favor activar las ventanas emergentes desde las opciones del navegador!"
489
 
490
+ #: lib/wfu_constants.php:123
491
  msgid "cannot be empty!"
492
  msgstr "no puede estar vacío!"
493
 
494
+ #: lib/wfu_constants.php:124
495
  msgid "number not valid!"
496
  msgstr "número no válido!"
497
 
498
+ #: lib/wfu_constants.php:125
499
  msgid "email not valid!"
500
  msgstr "email no válido!"
501
 
502
+ #: lib/wfu_constants.php:126
503
  msgid "emails do not match!"
504
  msgstr "los emails no coinciden!"
505
 
506
+ #: lib/wfu_constants.php:127
507
  msgid "no base email field in group!"
508
  msgstr "sin campo base de email en el grupo!"
509
 
510
+ #: lib/wfu_constants.php:128
511
  msgid "passwords do not match!"
512
  msgstr "las contraseñas no coinciden!"
513
 
514
+ #: lib/wfu_constants.php:129
515
  msgid "no base password field in group!"
516
  msgstr "sin campo base de contraseña en el grupo!"
517
 
518
+ #: lib/wfu_constants.php:130
519
  msgid "checkbox unchecked!"
520
  msgstr "opción desmarcada!"
521
 
522
+ #: lib/wfu_constants.php:131
523
  msgid "no option selected!"
524
  msgstr "no se seleccionó opción!"
525
 
526
+ #: lib/wfu_constants.php:132
527
  msgid "no item selected!"
528
  msgstr "ningún item seleccionado!"
529
 
530
+ #: lib/wfu_constants.php:133
531
  msgid ""
532
  "There are more than one instances of the plugin in this page with the same "
533
  "id. Please change it."
535
  "Hay más de una instancia del complemento con el mismo id en esta página. Por "
536
  "favor cambiarlo."
537
 
538
+ #: lib/wfu_constants.php:134
539
  msgid ""
540
  "Cannot edit the shortcode because the page has been modified. Please reload "
541
  "the page."
543
  "No se puede editar el shortcode porque la página fue modificada. Por favor "
544
  "recargar la página."
545
 
546
+ #: lib/wfu_constants.php:135
547
  msgid "Your browser does not support webcam capture!"
548
  msgstr "Su navegador no soporta captura desde webcam!"
549
 
550
+ #: lib/wfu_constants.php:136
551
  msgid "Your browser does not support video recording from the webcam!"
552
  msgstr "Su navegador no soporta la grabación de video desde webcam!"
553
 
554
+ #: lib/wfu_constants.php:137
555
  msgid "No video was recorded!"
556
  msgstr "Video no grabado."
557
 
558
+ #: lib/wfu_constants.php:138
559
  msgid ""
560
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
561
  "or use RecaptchaV2 (no account)."
563
  "ERROR: Captcha no soportado! La versión de PHP es muy antigua. Actualizar "
564
  "PHP o utilizar RecaptchaV2 (sin cuenta)."
565
 
566
+ #: lib/wfu_constants.php:139
567
  msgid ""
568
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
569
  "notify administrator."
571
  "ERROR. Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
572
  "Por favor notificar al administrador."
573
 
574
+ #: lib/wfu_constants.php:140
575
  msgid ""
576
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
577
  "use RecaptchaV1 (no account)."
579
  "ERROR: Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
580
  "Por favor utilizar RecaptchaV1 (sin cuenta)."
581
 
582
+ #: lib/wfu_constants.php:141
583
  msgid "ERROR: No site key. Please contact administrator!"
584
  msgstr "ERROR: Sin key para el sitio. Por favor contactar al administrador!"
585
 
586
+ #: lib/wfu_constants.php:142
587
  msgid ""
588
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
589
  "define Google Recaptcha keys."
591
  "ERROR: La site key no fue definida! Por favor entrar a las opciones del "
592
  "complemento en el Escritorio para definir las keys de Google Recaptcha."
593
 
594
+ #: lib/wfu_constants.php:143
595
  msgid "Bad captcha image!"
596
  msgstr "Mala imagen de captcha!"
597
 
598
+ #: lib/wfu_constants.php:144
599
  msgid "No input!"
600
  msgstr "Sin entrada!"
601
 
602
+ #: lib/wfu_constants.php:145
603
  msgid "Captcha not completed!"
604
  msgstr "Captcha no completado!"
605
 
606
+ #: lib/wfu_constants.php:146
607
  msgid "Wrong captcha!"
608
  msgstr "Mal captcha!"
609
 
610
+ #: lib/wfu_constants.php:147
611
  msgid "Error refreshing captcha!"
612
  msgstr "Error recargando captcha!"
613
 
614
+ #: lib/wfu_constants.php:148
615
  msgid "Unknown captcha error!"
616
  msgstr "Error de captcha desconocido!"
617
 
618
+ #: lib/wfu_constants.php:149
619
  msgid "Captcha not supported by your browser!"
620
  msgstr "Captcha no soportado por su navegador!"
621
 
622
+ #: lib/wfu_constants.php:150
623
  msgid "the secret parameter is missing"
624
  msgstr "falta el parámetro secreto"
625
 
626
+ #: lib/wfu_constants.php:151
627
  msgid "the secret parameter is invalid or malformed"
628
  msgstr "el parámetro secreto es inválido o está malformado"
629
 
630
+ #: lib/wfu_constants.php:152
631
  msgid "the response parameter is missing"
632
  msgstr "falta el parámetro response"
633
 
634
+ #: lib/wfu_constants.php:153
635
  msgid "the response parameter is invalid or malformed"
636
  msgstr "el parámetro response es inválido o está malformado"
637
 
638
+ #: lib/wfu_constants.php:154
639
  msgid "Please do not use drag drop due to an internal problem."
640
  msgstr "Por favor no arrastre y suelte debido a un problema interno."
641
 
642
+ #: lib/wfu_constants.php:155
643
  #, php-format
644
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
645
  msgstr "Error durante carga por partes. ID único en blanco en parte %d"
646
 
647
+ #: lib/wfu_constants.php:156
648
  msgid "Chunked upload is not allowed!"
649
  msgstr "No se admite carga por partes!"
650
 
651
+ #: lib/wfu_constants.php:157
652
  msgid "Chunked upload aborted due to error in previous chunk!"
653
  msgstr "La carga por partes se abortó debido a un error en la parte anterior!"
654
 
655
+ #: lib/wfu_constants.php:158
656
  msgid "Chunked upload failed, final file could not be created!"
657
  msgstr "Falló la carga por partes. el archivo final no pudo ser creado!"
658
 
659
+ #: lib/wfu_constants.php:159
660
  #, php-format
661
  msgid "Could not write file chuck to destination on chunk %d"
662
  msgstr "No se puede escribir esta parte al destino en parte %d"
663
 
664
+ #: lib/wfu_constants.php:160
665
  #, php-format
666
  msgid "Could not enlarge destination file on chunk %d"
667
  msgstr "No se puede agrandar el archivo de destino en parte %d"
668
 
669
+ #: lib/wfu_constants.php:161
670
  #, php-format
671
  msgid "Could not open file handles on chunk %d"
672
  msgstr "No se pudieron abrir los identificadores de archivo en parte %d"
673
 
674
+ #: lib/wfu_constants.php:162
675
  msgid "You are not allowed to download this file!"
676
  msgstr "¡No se puede descargar este archivo!"
677
 
678
+ #: lib/wfu_constants.php:163
679
  msgid "File does not exist!"
680
  msgstr "El archivo no existe!"
681
 
682
+ #: lib/wfu_constants.php:164
683
  msgid "Could not download file!"
684
  msgstr "No se puede descargar el archivo!"
685
 
686
+ #: lib/wfu_constants.php:165
687
  msgid "You are not allowed to delete this file!"
688
  msgstr "Sin permiso para eliminar este archivo!"
689
 
690
+ #: lib/wfu_constants.php:166
691
  msgid "File was not deleted!"
692
  msgstr "El archivo no fue eliminado!"
693
 
694
+ #: lib/wfu_constants.php:167
695
  msgid "No file was deleted!"
696
  msgstr "Ningún archivo fue eliminado!"
697
 
698
+ #: lib/wfu_constants.php:168
699
  msgid "Some files were not deleted!"
700
  msgstr "Algunos archivos no fueron eliminados!"
701
 
702
+ #: lib/wfu_constants.php:170
703
  msgid "Upload skipped! File already exists."
704
  msgstr "Carga omitida! El archivo ya existe."
705
 
706
+ #: lib/wfu_constants.php:171
707
  msgid "The extension of the file does not match its contents."
708
  msgstr "La extensión del archivo no coincide con su conenido."
709
 
710
+ #: lib/wfu_constants.php:172
711
  msgid ""
712
  "Upload succeeded but the file is suspicious because its contents do not "
713
  "match its extension. Its proper filename is: "
715
  "La carga fue satisfactoria pero el archivo es sospechoso porque su contenido "
716
  "no coincide con la extensión. El nombre de archivo adecuado es:"
717
 
718
+ #: lib/wfu_constants.php:173
719
  msgid "No files have been selected!"
720
  msgstr "Ningún archivo seleccionado!"
721
 
722
+ #: lib/wfu_constants.php:174
723
  msgid "Please complete the consent question before continuing the upload!"
724
  msgstr ""
725
 
726
+ #: lib/wfu_constants.php:175
727
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
728
  msgstr ""
729
  "El complemento WPFilebase no fue actualizado porque ningún archivo fue "
730
  "cargado."
731
 
732
+ #: lib/wfu_constants.php:176
733
  msgid "Notification email was not sent because there were no files uploaded."
734
  msgstr "No se envió email de notificación porque ningún archivo fue cargado."
735
 
736
+ #: lib/wfu_constants.php:177
737
  msgid ""
738
  "Notification email was not sent because no recipients were defined. Please "
739
  "check notifyrecipients attribute in the shortcode."
741
  "No se envió email de notificación porque no se definieron destinatarios. Por "
742
  "favor verificar el atributo notifyrecipients del shortcode."
743
 
744
+ #: lib/wfu_constants.php:178
745
  msgid ""
746
  "Notification email was not sent due to an error. Please check "
747
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
750
  "no haya errores en los atributos notifyrecipients, notifysubject y "
751
  "notifymessage."
752
 
753
+ #: lib/wfu_constants.php:179
754
  msgid ""
755
  "Redirection not executed because redirection link is empty. Please check "
756
  "redirectlink attribute."
758
  "La redirección no fue ejecutada porque el enlace de redirección está vacío. "
759
  "Por favor verificar el atributo redirectlink."
760
 
761
+ #: lib/wfu_constants.php:180
762
  msgid ""
763
  "Redirection not executed because not all files were successfully uploaded."
764
  msgstr ""
765
  "La redirección no fue ejecutada porque no todos los archivos se cargaron "
766
  "satisfactoriamente."
767
 
768
+ #: lib/wfu_constants.php:181
769
  msgid "Potential Denial-Of-Service Attack on {SITE}"
770
  msgstr "Potencial ataque de Denegación-De-Servicio en {SITE}"
771
 
772
+ #: lib/wfu_constants.php:182
773
  msgid ""
774
  "Hello admin\n"
775
  "\n"
806
  "\n"
807
  "Gracias"
808
 
809
+ #: lib/wfu_constants.php:183
810
  msgid ""
811
  "You have activated an alternative insecure Iptanus Services Server. For "
812
  "details please contact info@iptanus.com."
813
  msgstr ""
814
 
815
+ #: lib/wfu_constants.php:184
816
  msgid ""
817
  "Iptanus Services Server is unreachable. This may cause problems on some "
818
  "plugin functions. Please read this :article: for resolution."
819
  msgstr ""
820
 
821
+ #: lib/wfu_constants.php:186
822
  msgid ""
823
  "Failed to add the shortcode to the page/post. Please try again. If the "
824
  "message persists, contact administrator."
826
  "Fallo al agregar el shortcode a la página/entrada. Por favor intente "
827
  "nuevamente. Si el mensaje persiste, contacte al administrador."
828
 
829
+ #: lib/wfu_constants.php:187
830
  msgid ""
831
  "Failed to edit the shortcode because the contents of the page changed. Try "
832
  "again to edit the shortcode."
834
  "Fallo al editar el shortcode porque el contenido de la página cambió. "
835
  "Intente editar el shortcode nuevamente."
836
 
837
+ #: lib/wfu_constants.php:188
838
  msgid ""
839
  "Failed to delete the shortcode because the contents of the page changed. Try "
840
  "again to delete it."
842
  "Fallo al eliminar el shortcode porque el contenido de la página cambió. "
843
  "Intente eliminarlo nuevamente."
844
 
845
+ #: lib/wfu_constants.php:189
846
  msgid ""
847
  "The page containing the shortcode has been modified and it is no longer "
848
  "valid. Please go back to reload the shortcode."
850
  "La página que contiene el shortcode fue modificada y ya no es válida. Por "
851
  "favor vuelva a cargar el shortcode."
852
 
853
+ #: lib/wfu_constants.php:190
854
  msgid ""
855
  "Failed to update the shortcode because the contents of the page changed. Go "
856
  "back to reload the shortcode."
858
  "Fallo al actualizar el shortcode porque el contenido de la página cambió. "
859
  "Vuelva a cargar el shortcode."
860
 
861
+ #: lib/wfu_constants.php:191
862
  msgid ""
863
  "Failed to update the shortcode. Please try again. If the problem persists, "
864
  "go back and reload the shortcode."
866
  "Fallo al actualizar el shortcode. Por favor intente nuevamente. Si el "
867
  "problema persiste, vuelva a cargar el shortcode."
868
 
869
+ #: lib/wfu_constants.php:193
870
  msgid "This is a test message"
871
  msgstr "Este es un mensaje de prueba"
872
 
873
+ #: lib/wfu_constants.php:194
874
  msgid "This is a test administrator message"
875
  msgstr "Este es un mensaje de prueba del administrador"
876
 
877
+ #: lib/wfu_constants.php:195
878
  msgid "File testfile 1 under test"
879
  msgstr "Archivo testfile 1 en prueba"
880
 
881
+ #: lib/wfu_constants.php:196
882
  msgid "File testfile 1 message"
883
  msgstr "Archivo testfile 1 mensaje"
884
 
885
+ #: lib/wfu_constants.php:197
886
  msgid "File testfile 1 administrator message"
887
  msgstr "Archivo testfile 1 mensaje de administrador"
888
 
889
+ #: lib/wfu_constants.php:198
890
  msgid "File testfile 2 under test"
891
  msgstr "Archivo testfile 2 en prueba"
892
 
893
+ #: lib/wfu_constants.php:199
894
  msgid "File testfile 2 message"
895
  msgstr "Archivo testfile 2 mensaje"
896
 
897
+ #: lib/wfu_constants.php:200
898
  msgid "File testfile 2 administrator message"
899
  msgstr "Archivo testfile 2 mensaje de administrador"
900
 
901
+ #: lib/wfu_constants.php:202
902
  msgid ""
903
  "Insert variable %userid% inside text. It will be replaced by the id of the "
904
  "current user."
906
  "Insertar la variable %userid% dentro del texto. Será reemplazada por el id "
907
  "del usuario actual."
908
 
909
+ #: lib/wfu_constants.php:203
910
  msgid ""
911
  "Insert variable %username% inside text. It will be replaced by the username "
912
  "of the current user."
914
  "Insertar la variable %username% dentro del texto. Será reemplazada por el "
915
  "nombre del usuario actual."
916
 
917
+ #: lib/wfu_constants.php:204
918
  msgid ""
919
  "Insert variable %useremail% inside text. It will be replaced by the email of "
920
  "the current user."
922
  "Insertar la variable %useremail% dentro del texto. Será reemplazada por el "
923
  "email del usuario actual."
924
 
925
+ #: lib/wfu_constants.php:205
926
  msgid ""
927
  "Insert variable %filename% inside text. It will be replaced by the filename "
928
  "of the uploaded file."
930
  "Insertar la variable %filename% dentro del texto. Será reemplazada por el "
931
  "nombre del archivo cargado."
932
 
933
+ #: lib/wfu_constants.php:206
934
  msgid ""
935
  "Insert variable %filepath% inside text. It will be replaced by the full "
936
  "filepath of the uploaded file."
938
  "Insertar la variable %filepath% dentro del texto. Será reemplazada por la "
939
  "ruta completa al archivo cargado."
940
 
941
+ #: lib/wfu_constants.php:207
942
  msgid ""
943
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
944
  "the website."
946
  "Insertar la variable %blogid% dentro del texto. Será reemplazada por la blog "
947
  "id del sitio web."
948
 
949
+ #: lib/wfu_constants.php:208
950
  msgid ""
951
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
952
  "current page."
954
  "Insertar la variable %pageid% dentro del texto. Será reemplazada por el id "
955
  "de la página actual."
956
 
957
+ #: lib/wfu_constants.php:209
958
  msgid ""
959
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
960
  "the current page."
962
  "Insertar variable %pagetitle% dentro del texto. Será reemplazada por el "
963
  "título de la página actual."
964
 
965
+ #: lib/wfu_constants.php:210
966
  msgid ""
967
  "Insert variable %userdataXXX% inside text. Select the user field from the "
968
  "drop-down list. It will be replaced by the value that the user entered in "
972
  "usuario de la lista desplegable. Será reemplazada por el valor que el "
973
  "usuario ingresó en este campo."
974
 
975
+ #: lib/wfu_constants.php:211
976
  msgid "Insert variable %n% inside text to denote a line change."
977
  msgstr ""
978
  "Insertar la variable %n% dentro del texto para denotar un cambio de línea."
979
 
980
+ #: lib/wfu_constants.php:213
981
  #, php-format
982
  msgid "File %filename% uploaded successfully but not saved"
983
  msgstr ""
984
 
985
+ #: lib/wfu_constants.php:214
986
  msgid "Test Mode"
987
  msgstr "Modo de Prueba"
988
 
989
+ #: lib/wfu_constants.php:215
990
  msgid "select dir..."
991
  msgstr "elegir carpeta..."
992
 
993
+ #: lib/wfu_constants.php:216
994
  msgid "type dir"
995
  msgstr "ingresar carpeta"
996
 
997
+ #: lib/wfu_constants.php:217
998
  msgid "Upload path: %filepath%"
999
  msgstr "Ruta de carga: %filepath%"
1000
 
1001
+ #: lib/wfu_constants.php:218
1002
  msgid "Failed upload path: %filepath%"
1003
  msgstr "Falló la ruta de carga: %filepath%"
1004
 
1005
+ #: lib/wfu_constants.php:219
1006
  msgid " (required)"
1007
  msgstr "(requerido)"
1008
 
1009
+ #: lib/wfu_constants.php:220
1010
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1011
  msgstr "Los archivos están siendo cargados. ¿Desea salir de la página?"
1012
 
1013
+ #: lib/wfu_constants.php:221
1014
  msgid "checking captcha..."
1015
  msgstr "verificando captcha..."
1016
 
1017
+ #: lib/wfu_constants.php:222
1018
  msgid "refreshing..."
1019
  msgstr "recargando..."
1020
 
1021
+ #: lib/wfu_constants.php:223
1022
  msgid "correct captcha"
1023
  msgstr "captcha correcto"
1024
 
1025
+ #: lib/wfu_constants.php:224
1026
  msgid "click to continue the upload"
1027
  msgstr "click para continuar la carga"
1028
 
1029
+ #: lib/wfu_constants.php:225
1030
  msgid "Are you sure you want to delete this file?"
1031
  msgstr "¿Desea eliminar este archivo?"
1032
 
1033
+ #: lib/wfu_constants.php:226
1034
  msgid "Are you sure you want to delete these files?"
1035
  msgstr "¿Desea eliminar estos archivos?"
1036
 
1037
+ #: lib/wfu_constants.php:227
1038
  msgid "Bulk Actions"
1039
  msgstr "Acciones en conjunto"
1040
 
1041
+ #: lib/wfu_constants.php:228
1042
  msgid "Apply"
1043
  msgstr "Aplicar"
1044
 
1045
+ #: lib/wfu_constants.php:230
1046
  msgid "of "
1047
  msgstr "de "
1048
 
1049
+ #: lib/wfu_constants.php:231
1050
  msgid "Are you sure that you want to cancel the upload?"
1051
  msgstr "¿Desea cancelar la carga?"
1052
 
1053
+ #: lib/wfu_constants.php:232
1054
  msgid "cancel upload of this file"
1055
  msgstr "cancelar carga de este archivo"
1056
 
1057
+ #: lib/wfu_constants.php:233
1058
  msgid "Upload in progress"
1059
  msgstr "Carga en progreso"
1060
 
1061
+ #: lib/wfu_constants.php:234
1062
  msgid "Upload in progress with warnings!"
1063
  msgstr "Carga en progreso con advertencias!"
1064
 
1065
+ #: lib/wfu_constants.php:235
1066
  msgid "Upload in progress but some files already failed!"
1067
  msgstr "Carga en progreso pero algunos archivos ya fallaron!"
1068
 
1069
+ #: lib/wfu_constants.php:236
1070
  msgid "Upload in progress but no files uploaded so far!"
1071
  msgstr "Carga en progreso pero ningún archivo fue cargado aún!"
1072
 
1073
+ #: lib/wfu_constants.php:237
1074
  msgid "All files uploaded successfully"
1075
  msgstr "Todos los archivos fueron cargados satisfactoriamente"
1076
 
1077
+ #: lib/wfu_constants.php:238
1078
  msgid "All files uploaded successfully but there are warnings!"
1079
  msgstr ""
1080
  "Todos los archivos fueron cargados satisfactoriamente pero hay advertencias!"
1081
 
1082
+ #: lib/wfu_constants.php:239
1083
  msgid "File uploaded successfully but there are warnings!"
1084
  msgstr "El archivo fue cargado satisfactoriamente pero hubo advertencias!"
1085
 
1086
+ #: lib/wfu_constants.php:240
1087
  msgid "Some files failed to upload!"
1088
  msgstr "Falló la carga de algunos archivos!"
1089
 
1090
+ #: lib/wfu_constants.php:241
1091
  msgid "All files failed to upload"
1092
  msgstr "Falló la carga de todos los archivos"
1093
 
1094
+ #: lib/wfu_constants.php:242
1095
  msgid "File failed to upload"
1096
  msgstr "Falló la carga del archivo"
1097
 
1098
+ #: lib/wfu_constants.php:243
1099
  msgid "There are no files to upload!"
1100
  msgstr "No hay archivos para cargar!"
1101
 
1102
+ #: lib/wfu_constants.php:244
1103
  msgid "Test upload message"
1104
  msgstr "Mensaje de prueba de carga."
1105
 
1106
+ #: lib/wfu_constants.php:245
1107
  msgid "JSON parse warning!"
1108
  msgstr "Advertencia de procesamiento JSON!"
1109
 
1110
+ #: lib/wfu_constants.php:246
1111
  msgid "please wait while redirecting..."
1112
  msgstr "por favor espere mientras se redirecciona..."
1113
 
1114
+ #: lib/wfu_constants.php:248
1115
  msgid "Submitting data"
1116
  msgstr ""
1117
 
1118
+ #: lib/wfu_constants.php:249
1119
  msgid "Data submitted successfully!"
1120
  msgstr ""
1121
 
1122
+ #: lib/wfu_constants.php:250
1123
  msgid "Data were not submitted!"
1124
  msgstr ""
1125
 
1126
+ #: lib/wfu_constants.php:251
1127
  msgid "Cancelling upload"
1128
  msgstr ""
1129
 
1130
+ #: lib/wfu_constants.php:253
1131
  msgid "Upload succeeded!"
1132
  msgstr ""
1133
 
1134
+ #: lib/wfu_constants.php:254
1135
  msgid "Upload completed but no files were saved!"
1136
  msgstr ""
1137
 
1138
+ #: lib/wfu_constants.php:255
1139
  msgid "File was not saved due to personal data policy!"
1140
  msgstr ""
1141
 
1142
+ #: lib/wfu_constants.php:256
1143
  msgid "Open visual shortcode editor in new window"
1144
  msgstr "Abrir el editor visual de shortcode en una nueva ventana"
1145
 
1146
+ #: lib/wfu_constants.php:257
1147
  msgid "loading visual editor"
1148
  msgstr "cargando editor visual"
1149
 
1150
+ #: lib/wfu_constants.php:258
1151
  msgid "Clear file list?"
1152
  msgstr "Limpiar lista de archivos?"
1153
 
1154
+ #: lib/wfu_constants.php:259
1155
  msgid "DROP HERE"
1156
  msgstr "SOLTAR AQUÍ"
1157
 
1158
+ #: lib/wfu_constants.php:261
1159
  msgid "record video"
1160
  msgstr "grabar video"
1161
 
1162
+ #: lib/wfu_constants.php:262
1163
  msgid "take a picture"
1164
  msgstr "tomar fotografía"
1165
 
1166
+ #: lib/wfu_constants.php:263
1167
  msgid "turn webcam on/off"
1168
  msgstr "encender/apagar webcam"
1169
 
1170
+ #: lib/wfu_constants.php:264
1171
  msgid "go live again"
1172
  msgstr "salir en vivo otra vez"
1173
 
1174
+ #: lib/wfu_constants.php:265
1175
  msgid "end recording"
1176
  msgstr "finalizar grabación"
1177
 
1178
+ #: lib/wfu_constants.php:266
1179
  msgid "play"
1180
  msgstr "reproducir"
1181
 
1182
+ #: lib/wfu_constants.php:267
1183
  msgid "pause"
1184
  msgstr "pausa"
1185
 
1186
+ #: lib/wfu_constants.php:268
1187
  msgid "go to the beginning"
1188
  msgstr "ir al principio"
1189
 
1190
+ #: lib/wfu_constants.php:269
1191
  msgid "go to the end"
1192
  msgstr "ir al final"
1193
 
1194
+ #: lib/wfu_constants.php:271
1195
  msgid "Wordpress File Upload Form"
1196
  msgstr "Formulario Wordpress File Upload"
1197
 
1198
+ #: lib/wfu_constants.php:272
1199
  msgid "Wordpress File Upload plugin uploader for sidebars"
1200
  msgstr "Cargador de complemento Wordpress File Uploader para sidebars"
1201
 
1202
+ #: lib/wfu_constants.php:273
1203
  msgid "Upload Files"
1204
  msgstr "Cargar Archivos"
1205
 
1206
+ #: lib/wfu_functions.php:8192
1207
+ #, fuzzy
1208
+ #| msgid "Wordpress File Upload Form"
1209
+ msgid "Wordpress File Upload Consent Status"
1210
+ msgstr "Formulario Wordpress File Upload"
1211
+
1212
+ #: lib/wfu_functions.php:8195
1213
+ msgid "Consent Status"
1214
+ msgstr ""
1215
+
1216
+ #: lib/wfu_functions.php:8197
1217
+ msgid "You have given your consent to store personal data."
1218
+ msgstr ""
1219
+
1220
+ #: lib/wfu_functions.php:8197
1221
+ msgid "You have denied to store personal data."
1222
+ msgstr ""
1223
+
1224
+ #: lib/wfu_functions.php:8197
1225
+ #, fuzzy
1226
+ #| msgid "You are not allowed to download this file!"
1227
+ msgid "You have not answered to consent yet."
1228
+ msgstr "¡No se puede descargar este archivo!"
1229
+
1230
+ #: lib/wfu_functions.php:8203
1231
+ msgid "Change status to"
1232
+ msgstr ""
1233
+
1234
+ #: lib/wfu_functions.php:8205
1235
+ msgid "No change"
1236
+ msgstr ""
1237
+
1238
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1239
+ msgid "Revoke Consent"
1240
+ msgstr ""
1241
+
1242
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1243
+ msgid "Clear Consent"
1244
+ msgstr ""
1245
+
1246
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1247
+ msgid "Give Consent"
1248
+ msgstr ""
1249
+
1250
+ #: lib/wfu_widget.php:52
1251
+ msgid "Title:"
1252
+ msgstr ""
1253
+
1254
+ #: lib/wfu_widget.php:56
1255
+ msgid "Shortcode Attributes:"
1256
+ msgstr ""
1257
+
1258
  #~ msgid "Targer folder doesn't exist."
1259
  #~ msgstr "La carpeta de destino no existe."
languages/wp-file-upload-fa_IR.mo CHANGED
Binary file
languages/wp-file-upload-fa_IR.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:26+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:27+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: fa_IR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -24,14 +25,16 @@ msgid ""
24
  "Insert variable %uploaddetails% inside text. It will be replaced by a link "
25
  "showing details about the upload when clicked."
26
  msgstr ""
 
 
27
 
28
  #: extensions/wfu_facebook/wfu_facebook_constants.php:26
29
  msgid "You need to login as administrator to see this page!"
30
- msgstr ""
31
 
32
  #: lib/wfu_constants.php:28
33
  msgid "Upload files"
34
- msgstr "بارگزاری فایل ها"
35
 
36
  #: lib/wfu_constants.php:31
37
  msgid "Select File/Select Files"
@@ -39,7 +42,7 @@ msgstr "انتخاب فایل/انتخاب فایل ها"
39
 
40
  #: lib/wfu_constants.php:32
41
  msgid "Upload File/Upload Files"
42
- msgstr "بارگزاری فایل/بارگزاری فایل ها"
43
 
44
  #: lib/wfu_constants.php:36
45
  msgid "Select File"
@@ -47,11 +50,11 @@ msgstr "انتخاب فایل"
47
 
48
  #: lib/wfu_constants.php:37
49
  msgid "Upload File"
50
- msgstr "بارگزاری فایل"
51
 
52
  #: lib/wfu_constants.php:40
53
  msgid "File Upload Notification"
54
- msgstr "اطلاع رسانی بارگزاری فایل"
55
 
56
  #: lib/wfu_constants.php:41
57
  msgid ""
@@ -59,7 +62,7 @@ msgid ""
59
  "that a new file has been uploaded.%n%%n%Best Regards"
60
  msgstr ""
61
  "گیرنده گرامی %n%%n% این یک پیام خودکار است که به شما اطلاع می دهد فایل جدید "
62
- "شما بارگزاری شده است. %n%%n% با احترام"
63
 
64
  #: lib/wfu_constants.php:42
65
  #, php-format
@@ -73,11 +76,11 @@ msgstr "فایل %filename% با موفقیت بارگزاری شد. اما هم
73
 
74
  #: lib/wfu_constants.php:44
75
  msgid "File %filename% not uploaded"
76
- msgstr "فایل %filename% بارگزاری نشد"
77
 
78
  #: lib/wfu_constants.php:45
79
  msgid "File %filename% is being uploaded"
80
- msgstr "فایل %filename% در حال بارگزاری است"
81
 
82
  #: lib/wfu_constants.php:46
83
  msgid "Your message"
@@ -89,7 +92,7 @@ msgstr "لطفا کلمات بالا را تکمیل کنید"
89
 
90
  #: lib/wfu_constants.php:48
91
  msgid "Upload Media"
92
- msgstr "بارگزاری چندرسانه"
93
 
94
  #: lib/wfu_constants.php:49
95
  msgid "videostream"
@@ -103,20 +106,24 @@ msgstr "اسکرین شات"
103
  msgid ""
104
  "By activating this option I agree to let the website keep my personal data"
105
  msgstr ""
 
 
106
 
107
  #: lib/wfu_constants.php:52
108
  msgid ""
109
  "You have denied to let the website keep your personal data. Upload cannot "
110
  "continue!"
111
  msgstr ""
 
 
112
 
113
  #: lib/wfu_constants.php:53
114
  msgid "Yes"
115
- msgstr "نعم"
116
 
117
  #: lib/wfu_constants.php:54
118
  msgid "No"
119
- msgstr "لا"
120
 
121
  #: lib/wfu_constants.php:56
122
  msgid "File"
@@ -134,7 +141,7 @@ msgstr "اندازه"
134
  msgid "User"
135
  msgstr "کاربر"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "برگه"
140
 
@@ -160,13 +167,11 @@ msgstr "حذف این فایل"
160
 
161
  #: lib/wfu_constants.php:66
162
  msgid "Remove Remote"
163
- msgstr ""
164
 
165
  #: lib/wfu_constants.php:67
166
- #, fuzzy
167
- #| msgid "Delete this file"
168
  msgid "Remove this remote file"
169
- msgstr "حذف این فایل"
170
 
171
  #: lib/wfu_constants.php:68
172
  msgid "Sort list based on this column"
@@ -212,7 +217,7 @@ msgid ""
212
  "Error. Could not open source file for ftp upload. Check if file is "
213
  "accessible."
214
  msgstr ""
215
- "خطا: نمی توان فایل باز را برای ftp بارگزاری کرد. برسی کنید فایل قابل دسترسی "
216
  "است."
217
 
218
  #: lib/wfu_constants.php:77
@@ -251,7 +256,7 @@ msgid ""
251
  "preventing the upload of big files.\n"
252
  "PHP directive upload_max_filesize limit is: "
253
  msgstr ""
254
- "خطا: محدودیت در بارگزاری فایل از طریق upload_max_filesize اجازه بارگزاری "
255
  "فایل های بزرگ را نمی دهد.\n"
256
  "محدودیت اپلود از طریق upload_max_filesize:"
257
 
@@ -261,9 +266,9 @@ msgid ""
261
  "upload of big files.\n"
262
  "PHP directive max_input_time limit is: "
263
  msgstr ""
264
- "محدودیت در زمان بارگزاری از طریق max_input_time اجازه بارگزاری فایل های بزرگ "
265
  "را نمی دهد.\n"
266
- "محدودیت در زمان بارگزاری max_input_time:"
267
 
268
  #: lib/wfu_constants.php:84
269
  msgid ""
@@ -280,66 +285,78 @@ msgid ""
280
  msgstr "خطا: این فایل به دلیل صحیح نبودن پسوند رد شد. نام پرونده:"
281
 
282
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
283
  msgid ""
284
  "Too many files are uploaded in a short period of time. This may be a Denial-"
285
  "Of-Service attack, so file was rejected. Please check the upload log for "
286
  "suspicious behaviour."
287
  msgstr ""
288
- "فایل های بسیاری در یک بازه زمان کوتاه بارگزاری شده اند. همانند حملات DDOS. "
289
  "بنابراین فایل رد شد. لطفا لاگ سیستم را برای موارد مشکوک برسی کنید."
290
 
291
- #: lib/wfu_constants.php:87
292
  msgid ""
293
  "File not uploaded in order to prevent overflow of the website. Please "
294
  "contact administrator."
295
  msgstr ""
296
- "فایل به دلیل پر بودن فضای سایت بارگزاری نشد. لطفا با مدیر سایت تماس بگیرید."
297
 
298
- #: lib/wfu_constants.php:88
299
  msgid "Target folder doesn't exist."
300
- msgstr ""
301
 
302
- #: lib/wfu_constants.php:89
303
  msgid "Upload failed! Missing a temporary folder."
304
- msgstr "بارگزاری با خطا مواجه شد! فولدر موقت گم شده است."
305
 
306
- #: lib/wfu_constants.php:90
 
 
 
 
307
  msgid "Upload failed! Permission denied to write to target folder."
308
- msgstr "بارگزاری با خطا مواجه شد! دسترسی برای نوشتن در فولدر هدف وجود ندارد."
309
 
310
- #: lib/wfu_constants.php:91
311
  msgid "File not allowed."
312
  msgstr "فایل مجاز نیست"
313
 
314
- #: lib/wfu_constants.php:92
315
  msgid "File is suspicious and was rejected."
316
  msgstr "فایل مشکوک است و پذیرفته نشد."
317
 
318
- #: lib/wfu_constants.php:93
319
  msgid "The uploaded file exceeds the file size limit."
320
- msgstr "حجم فایل بارگزاری شده بیش از حد مجاز است"
321
 
322
- #: lib/wfu_constants.php:94
323
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
324
  msgstr "فایل بیشتر از 2GB حجم دارد و این سرور آن را پشتیبانی نمی کند"
325
 
326
- #: lib/wfu_constants.php:95
327
  msgid ""
328
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
329
  "Please contact the administrator."
330
  msgstr ""
331
- "بارگزاری با خطا مواجه شد. فایل بارگزاری شده از حد مجاز سرور بزرگتر است. با "
332
  "مدیر سایت تماس بگیرید."
333
 
334
- #: lib/wfu_constants.php:96
335
  msgid ""
336
  "Upload failed! The duration of the upload exceeded the time limit of the "
337
  "server. Please contact the administrator."
338
  msgstr ""
339
- "بارگزاری با خطا مواجه شد! مدت زمان بارگزاری از زمان مشخص شده در سرور بیشتر "
340
  "است. با مدیر سایت تماس بگیرید."
341
 
342
- #: lib/wfu_constants.php:97
343
  msgid ""
344
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
345
  "was specified in the HTML form."
@@ -347,168 +364,168 @@ msgstr ""
347
  "فایل آپلود شده بزرگتر از دستورالعمل MAX_FILE_SIZE است که در فرم HTML مشخص "
348
  "شده است."
349
 
350
- #: lib/wfu_constants.php:98
351
  msgid "Upload failed! The uploaded file was only partially uploaded."
352
- msgstr "بارگزاری با خطا مواجه شد! تنها بخشی از فایل بارگزاری شد."
353
 
354
- #: lib/wfu_constants.php:99
355
  msgid "Upload failed! No file was uploaded."
356
- msgstr "بارگزاری با خطا مواجه شد! فایل بارگزاری نشد."
357
 
358
- #: lib/wfu_constants.php:100
359
  msgid "Upload failed! Failed to write file to disk."
360
- msgstr "بارگزاری با خطا مواجه شد! خطا در نوشتن روی دیسک"
361
 
362
- #: lib/wfu_constants.php:101
363
  msgid ""
364
  "Upload failed! Error occured while moving temporary file. Please contact "
365
  "administrator."
366
  msgstr ""
367
- "بارگزاری با خطا مواجه شد! خطا در هنگام انتقال فایل موقت. لطفا با مدیر سایت "
368
  "تماس بگیرید."
369
 
370
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
371
  msgid "Upload cancelled!"
372
- msgstr "از بارگزاری انصراف داده شد."
373
 
374
- #: lib/wfu_constants.php:103
375
  msgid ""
376
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
377
  "a way to ascertain which extension caused the file upload to stop; examining "
378
  "the list of loaded extensions with phpinfo() may help."
379
  msgstr ""
380
- "بارگزاری با خطا مواجه شد! یک افزونه پی اچ پی بارگزاری فایل را متوقف کرد. پی "
381
- "اچ پی به شما اطمینان نمی دهد کدام افزونه باعث توقف بارگزاری شده است. شاید "
382
  "phpinfo() به شما کمک کند."
383
 
384
- #: lib/wfu_constants.php:104
385
  msgid "Upload failed! Error occured while attemting to upload the file."
386
- msgstr "بارگزاری با خطا مواجه شد! هنگام بارگزاری فایل خطایی رخ داد."
387
 
388
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
389
  msgid "Upload failed!"
390
- msgstr "بارگزاری با خطا مواجه شد."
391
 
392
- #: lib/wfu_constants.php:106
393
  msgid "No file!"
394
  msgstr "هیچ فایل!"
395
 
396
- #: lib/wfu_constants.php:107
397
  msgid ""
398
  "Upload failed! The upload has been canceled by the user or the browser "
399
  "dropped the connection."
400
  msgstr ""
401
- "بارگزاری با خطا مواجه شد! کاربر از بارگزاری فایل انصراف داد یا اینکه مرورگر "
402
  "ارتباط را بست."
403
 
404
- #: lib/wfu_constants.php:108
405
  msgid "Upload failed! Unknown error."
406
- msgstr "بارگزاری با خطا مواجه شد! خطای ناشناخته!"
407
 
408
- #: lib/wfu_constants.php:109
409
  msgid "Please contact the administrator."
410
  msgstr "لطفا با مدیر سایت تماس بگیرید."
411
 
412
- #: lib/wfu_constants.php:110
413
  msgid "No result from remote server!"
414
  msgstr "نتیجه ای از سرور راه دور در بر نداشت."
415
 
416
- #: lib/wfu_constants.php:111
417
  msgid " but with warnings"
418
  msgstr "اما با اخطار"
419
 
420
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
421
  msgid "Warning: JSON parse error."
422
  msgstr "اخطار: خطای تجزیه و تحلیل JSON"
423
 
424
- #: lib/wfu_constants.php:113
425
  msgid ""
426
  "Upload parameters of this file, passed as JSON string to the handler, could "
427
  "not be parsed."
428
  msgstr ""
429
- "بارگزاری پارامتر این فایل که به رشته JSON منتقل شد نمی تواند تجزیه و تحلیل "
430
  "شود"
431
 
432
- #: lib/wfu_constants.php:115
433
  msgid ""
434
  "UploadStates, passed as JSON string to the handler, could not be parsed."
435
  msgstr ""
436
- "وضعیت بارگزاری این فایل که به رشته JSON منتقل شد، نمی تواند تجزیه و تحلیل شود"
437
 
438
- #: lib/wfu_constants.php:116
439
  msgid ""
440
  "Redirection to classic form functionality occurred due to unknown error."
441
  msgstr "تغییر به فرم کلاسیک به دلیل خطای ناشناخته."
442
 
443
- #: lib/wfu_constants.php:117
444
  msgid ""
445
  "Redirection to classic form functionality occurred because AJAX is not "
446
  "supported."
447
  msgstr "تغییر به فرم کلاسیک به دلیل پشتیبانی نکردن اجاکس"
448
 
449
- #: lib/wfu_constants.php:118
450
  msgid ""
451
  "Redirection to classic form functionality occurred because HTML5 is not "
452
  "supported."
453
  msgstr "تغییر به فرم کلاسیک به دلیل عدم پشتیبانی HTML 5."
454
 
455
- #: lib/wfu_constants.php:119
456
  msgid ""
457
  "Redirection to classic form functionality occurred due to JSON parse error."
458
  msgstr "تغییر به فرم کلاسیک به دلیل خطا در تجزیه و تحلیل JSON"
459
 
460
- #: lib/wfu_constants.php:120
461
  msgid "Please enable popup windows from the browser's settings!"
462
  msgstr "لطفا نمایش پاپ آپ را در تنظیمات مرورگر فعال کنید."
463
 
464
- #: lib/wfu_constants.php:121
465
  msgid "cannot be empty!"
466
  msgstr "نمی تواند خالی باشد!"
467
 
468
- #: lib/wfu_constants.php:122
469
  msgid "number not valid!"
470
  msgstr "شماره معتبر نیست"
471
 
472
- #: lib/wfu_constants.php:123
473
  msgid "email not valid!"
474
  msgstr "ایمیل اشتباه است"
475
 
476
- #: lib/wfu_constants.php:124
477
  msgid "emails do not match!"
478
  msgstr "ایمیل اشتباه وارد شده!"
479
 
480
- #: lib/wfu_constants.php:125
481
  msgid "no base email field in group!"
482
  msgstr "فیلد ایمیل در گروه وجود ندارد"
483
 
484
- #: lib/wfu_constants.php:126
485
  msgid "passwords do not match!"
486
  msgstr "رمز عبورهای عبور مطابقت ندارند!"
487
 
488
- #: lib/wfu_constants.php:127
489
  msgid "no base password field in group!"
490
  msgstr "فیلد رمز عبور در گروه وجود ندارد"
491
 
492
- #: lib/wfu_constants.php:128
493
  msgid "checkbox unchecked!"
494
  msgstr "چک باکس بدون تیک! "
495
 
496
- #: lib/wfu_constants.php:129
497
  msgid "no option selected!"
498
  msgstr "گزینه انتخاب نشده است"
499
 
500
- #: lib/wfu_constants.php:130
501
  msgid "no item selected!"
502
  msgstr "موردی انتخاب نشده است"
503
 
504
- #: lib/wfu_constants.php:131
505
  msgid ""
506
  "There are more than one instances of the plugin in this page with the same "
507
  "id. Please change it."
508
  msgstr ""
509
  "بیش از یک نمونه از این افزونه در این صفحه وجود دارد. لطفا آن را تغییر دهید."
510
 
511
- #: lib/wfu_constants.php:132
512
  msgid ""
513
  "Cannot edit the shortcode because the page has been modified. Please reload "
514
  "the page."
@@ -516,19 +533,19 @@ msgstr ""
516
  "نمی تواند شورت کد را ویرایش کند. به دلیل اینکه صفحه تغیر داده شده است. لطفا "
517
  "صفحه را ریلود نمایید."
518
 
519
- #: lib/wfu_constants.php:133
520
  msgid "Your browser does not support webcam capture!"
521
  msgstr "مرورگر شما ضبط از طریق وب کم را پشتیبانی نمی کند"
522
 
523
- #: lib/wfu_constants.php:134
524
  msgid "Your browser does not support video recording from the webcam!"
525
  msgstr "مرورگر شما ضبط ویدیو را از طریق وب کم را پشتیبانی نمی کند"
526
 
527
- #: lib/wfu_constants.php:135
528
  msgid "No video was recorded!"
529
  msgstr "ویدیو ضبط نشد!"
530
 
531
- #: lib/wfu_constants.php:136
532
  msgid ""
533
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
534
  "or use RecaptchaV2 (no account)."
@@ -536,7 +553,7 @@ msgstr ""
536
  "خطا: کپچا پشتیبانی نمی شود! شما از نسخه قدیمی پی اچ پی استفاده می کنید، پی "
537
  "اچ پی را ارتقا دهید یا از Recaptcha V2 استفاده کنید."
538
 
539
- #: lib/wfu_constants.php:137
540
  msgid ""
541
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
542
  "notify administrator."
@@ -544,7 +561,7 @@ msgstr ""
544
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. به مدیر "
545
  "سایت اطلاع دهید."
546
 
547
- #: lib/wfu_constants.php:138
548
  msgid ""
549
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
550
  "use RecaptchaV1 (no account)."
@@ -552,11 +569,11 @@ msgstr ""
552
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. لطفا از "
553
  "RecaptchaV1 استفاده کنید (بدون حساب کاربری)"
554
 
555
- #: lib/wfu_constants.php:139
556
  msgid "ERROR: No site key. Please contact administrator!"
557
  msgstr "خطا: بدون کلید سایت. با مدیر سایت تماس بگیرید."
558
 
559
- #: lib/wfu_constants.php:140
560
  msgid ""
561
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
562
  "define Google Recaptcha keys."
@@ -564,147 +581,147 @@ msgstr ""
564
  "خطا: کلید برای سایت تعریف نشده است! لطفا به تنظیمات افزونه در پیشخوان بروید "
565
  "و از کلید های گوگل ریکپچا استفاده نمایید"
566
 
567
- #: lib/wfu_constants.php:141
568
  msgid "Bad captcha image!"
569
  msgstr "تصویر کپچا نادرست"
570
 
571
- #: lib/wfu_constants.php:142
572
  msgid "No input!"
573
  msgstr "بدون ورودی!"
574
 
575
- #: lib/wfu_constants.php:143
576
  msgid "Captcha not completed!"
577
  msgstr "کپچا کامل نشده است!"
578
 
579
- #: lib/wfu_constants.php:144
580
  msgid "Wrong captcha!"
581
  msgstr "کپچا اشتباه است!"
582
 
583
- #: lib/wfu_constants.php:145
584
  msgid "Error refreshing captcha!"
585
- msgstr "خطا در بارگزاری مجدد کپچا"
586
 
587
- #: lib/wfu_constants.php:146
588
  msgid "Unknown captcha error!"
589
  msgstr "خطای ناشناخته کپچا"
590
 
591
- #: lib/wfu_constants.php:147
592
  msgid "Captcha not supported by your browser!"
593
  msgstr "کپچا توسط مرورگر شما پشتیبانی نمی شود."
594
 
595
- #: lib/wfu_constants.php:148
596
  msgid "the secret parameter is missing"
597
  msgstr "پارامتر امنیتی گم شده یا وارد نشده"
598
 
599
- #: lib/wfu_constants.php:149
600
  msgid "the secret parameter is invalid or malformed"
601
  msgstr "پارامتر امنیتی نامعتبر یا ناقص است"
602
 
603
- #: lib/wfu_constants.php:150
604
  msgid "the response parameter is missing"
605
  msgstr "پاسخ پارامتر درست نیست."
606
 
607
- #: lib/wfu_constants.php:151
608
  msgid "the response parameter is invalid or malformed"
609
  msgstr "پاسخ پارامتر نامعتبر یا ناقص است"
610
 
611
- #: lib/wfu_constants.php:152
612
  msgid "Please do not use drag drop due to an internal problem."
613
  msgstr "لطفا برای مشکلات داخلی از درگ اند دراپ استفاده نکنید."
614
 
615
- #: lib/wfu_constants.php:153
616
  #, php-format
617
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
618
- msgstr "خطا در هنگام بارگزاری یک بخش. شناسه منحصر به فرد خالی در بخش %d"
619
 
620
- #: lib/wfu_constants.php:154
621
  msgid "Chunked upload is not allowed!"
622
- msgstr "بارگزاری یک بخش مجاز نیست"
623
 
624
- #: lib/wfu_constants.php:155
625
  msgid "Chunked upload aborted due to error in previous chunk!"
626
- msgstr "بارگزاری یک بخش به دلیل خطا در بخش قبل متوقف شد"
627
 
628
- #: lib/wfu_constants.php:156
629
  msgid "Chunked upload failed, final file could not be created!"
630
- msgstr "بارگزاری یک بخش با خطا مواجه شد. فایل نهایی قابل ایجاد نیست."
631
 
632
- #: lib/wfu_constants.php:157
633
  #, php-format
634
  msgid "Could not write file chuck to destination on chunk %d"
635
  msgstr "نمی توان بخشی از فایل را در قسمتی از بخش %d نوشت"
636
 
637
- #: lib/wfu_constants.php:158
638
  #, php-format
639
  msgid "Could not enlarge destination file on chunk %d"
640
  msgstr "نمی توان فایل مقصد را در بخش %d گسترش داد"
641
 
642
- #: lib/wfu_constants.php:159
643
  #, php-format
644
  msgid "Could not open file handles on chunk %d"
645
  msgstr "نمی توان فایل های دستی را در chunk %d باز کرد"
646
 
647
- #: lib/wfu_constants.php:160
648
  msgid "You are not allowed to download this file!"
649
  msgstr "شما اجازه دانلود این فایل را ندارید"
650
 
651
- #: lib/wfu_constants.php:161
652
  msgid "File does not exist!"
653
  msgstr "فایل وجود ندارد"
654
 
655
- #: lib/wfu_constants.php:162
656
  msgid "Could not download file!"
657
  msgstr "فایل دانلود نشد."
658
 
659
- #: lib/wfu_constants.php:163
660
  msgid "You are not allowed to delete this file!"
661
  msgstr "شما اجازه حذف این فایل را ندارید"
662
 
663
- #: lib/wfu_constants.php:164
664
  msgid "File was not deleted!"
665
  msgstr "فایل حذف نشد"
666
 
667
- #: lib/wfu_constants.php:165
668
  msgid "No file was deleted!"
669
  msgstr "هیچ فایلی حذف نشد!"
670
 
671
- #: lib/wfu_constants.php:166
672
  msgid "Some files were not deleted!"
673
  msgstr "برخی از فایل ها حذف نشدند!"
674
 
675
- #: lib/wfu_constants.php:168
676
  msgid "Upload skipped! File already exists."
677
- msgstr "بارگزاری رد شد. فایل وجود دارد."
678
 
679
- #: lib/wfu_constants.php:169
680
  msgid "The extension of the file does not match its contents."
681
  msgstr "فرمت فایل با محتوای آن مطابقت ندارد."
682
 
683
- #: lib/wfu_constants.php:170
684
  msgid ""
685
  "Upload succeeded but the file is suspicious because its contents do not "
686
  "match its extension. Its proper filename is: "
687
  msgstr ""
688
- "بارگزاری انجام شد اما فایل مشکوک است و محتوا با فرمت آن مطابقت ندارد. نام "
689
  "فایل مناسب است: "
690
 
691
- #: lib/wfu_constants.php:171
692
  msgid "No files have been selected!"
693
  msgstr "هیچ فایلی انتخاب نشده است"
694
 
695
- #: lib/wfu_constants.php:172
696
  msgid "Please complete the consent question before continuing the upload!"
697
- msgstr ""
698
 
699
- #: lib/wfu_constants.php:173
700
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
701
- msgstr "افزونه WPFilebase بروز نشد زیرا فایل ها بارگزاری نشده است"
702
 
703
- #: lib/wfu_constants.php:174
704
  msgid "Notification email was not sent because there were no files uploaded."
705
- msgstr "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا فایل ها بارگزاری نشده است"
706
 
707
- #: lib/wfu_constants.php:175
708
  msgid ""
709
  "Notification email was not sent because no recipients were defined. Please "
710
  "check notifyrecipients attribute in the shortcode."
@@ -712,7 +729,7 @@ msgstr ""
712
  "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا گیرنده ایمیل انتخاب نشده است. لطفا "
713
  "گیرنده را در ویژگی های شورت کد برسی کنید."
714
 
715
- #: lib/wfu_constants.php:176
716
  msgid ""
717
  "Notification email was not sent due to an error. Please check "
718
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -720,7 +737,7 @@ msgstr ""
720
  "اطلاع رسانی ایمیل به دلیل خطا ارسال نخواهد شد. لطفا گیرنده، موضوع و پیام را "
721
  "برای خطاها کنترل کنید."
722
 
723
- #: lib/wfu_constants.php:177
724
  msgid ""
725
  "Redirection not executed because redirection link is empty. Please check "
726
  "redirectlink attribute."
@@ -728,16 +745,16 @@ msgstr ""
728
  "تغیر مسیر انجام نمی شود زیرا لینک تغیر مسیر خالی است. لطفا ویژگی تغیر مسیر "
729
  "را برسی کنید."
730
 
731
- #: lib/wfu_constants.php:178
732
  msgid ""
733
  "Redirection not executed because not all files were successfully uploaded."
734
- msgstr "تغیر مسیر انجام نمی شود زیرا همه فایل ها با موفقیت بارگزاری نشده اند"
735
 
736
- #: lib/wfu_constants.php:179
737
  msgid "Potential Denial-Of-Service Attack on {SITE}"
738
  msgstr "حمله احتمالی DDOS در {SITE}"
739
 
740
- #: lib/wfu_constants.php:180
741
  msgid ""
742
  "Hello admin\n"
743
  "\n"
@@ -758,13 +775,13 @@ msgid ""
758
  msgstr ""
759
  "سلام ادمین.\n"
760
  "\n"
761
- "این پیام از طریق افزونه بارگزاری فایل وردپرس برای شما ارسال شده است و به شما "
762
  "اطلاع می دهد که حملات DDOS در {SITE} صورت گرفته است.\n"
763
  "\n"
764
- "این افزونه بارگزاری به تعداد فایل {FILENUM} در مدت زمان {INTERVAL} ثانیه را "
765
  "گزارش می دهد\n"
766
  "\n"
767
- "تمام بارگزاری های فایل که بیش از این محدودیت هستند، رد می شوند تا از سرریز "
768
  "شدن وب سایت جلوگیری شود.\n"
769
  "\n"
770
  "لطفا تاریخچه فایل لاگ را در داشبورد افزونه برسی کنید.\n"
@@ -773,7 +790,7 @@ msgstr ""
773
  "\n"
774
  "متشکریم."
775
 
776
- #: lib/wfu_constants.php:181
777
  msgid ""
778
  "You have activated an alternative insecure Iptanus Services Server. For "
779
  "details please contact info@iptanus.com."
@@ -781,13 +798,15 @@ msgstr ""
781
  "شما سرویس غیر امن Iptanus را فعال نموده اید. برای اطلاعات بیشتر با "
782
  "info@iptanus.com تماس بگیرید"
783
 
784
- #: lib/wfu_constants.php:182
785
  msgid ""
786
  "Iptanus Services Server is unreachable. This may cause problems on some "
787
  "plugin functions. Please read this :article: for resolution."
788
  msgstr ""
 
 
789
 
790
- #: lib/wfu_constants.php:184
791
  msgid ""
792
  "Failed to add the shortcode to the page/post. Please try again. If the "
793
  "message persists, contact administrator."
@@ -795,7 +814,7 @@ msgstr ""
795
  "خطا در اضافه کردن شورت کد به برگه/نوشته. لطفا مجددا امتحان کنید. در صورت "
796
  "مشاهده مجدد این پیام با مدیر کل تماس بگیرید."
797
 
798
- #: lib/wfu_constants.php:185
799
  msgid ""
800
  "Failed to edit the shortcode because the contents of the page changed. Try "
801
  "again to edit the shortcode."
@@ -803,14 +822,14 @@ msgstr ""
803
  "ویرایش شورت کد با خطا مواجه شد زیرا محتوای صفحه تغیر پیدا کرده است. لطفا "
804
  "مجددا شورت کد را ویرایش کنید."
805
 
806
- #: lib/wfu_constants.php:186
807
  msgid ""
808
  "Failed to delete the shortcode because the contents of the page changed. Try "
809
  "again to delete it."
810
  msgstr ""
811
  "خطا در حذف شورت کد. زیرا محتوای صفحه تغیر کرده است. دوباره ان را حذف کنید."
812
 
813
- #: lib/wfu_constants.php:187
814
  msgid ""
815
  "The page containing the shortcode has been modified and it is no longer "
816
  "valid. Please go back to reload the shortcode."
@@ -818,7 +837,7 @@ msgstr ""
818
  "این صفحه حاوی شورت کد است که تغیر داده شده است و دیگر معتبر نیست. لطفا "
819
  "بازگشته و شورت کد را ریلود نمایید."
820
 
821
- #: lib/wfu_constants.php:188
822
  msgid ""
823
  "Failed to update the shortcode because the contents of the page changed. Go "
824
  "back to reload the shortcode."
@@ -826,7 +845,7 @@ msgstr ""
826
  "خطا در بروزرسانی شورت کد. زیرا محتوای این صفحه تغییر کرده است. بازگشته و "
827
  "شورت کد را ریلود نمایید."
828
 
829
- #: lib/wfu_constants.php:189
830
  msgid ""
831
  "Failed to update the shortcode. Please try again. If the problem persists, "
832
  "go back and reload the shortcode."
@@ -834,92 +853,92 @@ msgstr ""
834
  "خطا در بروزرسانی شورت کد. لطفا مجددا امتحان کنید. اگر این مشکل ادامه داشت "
835
  "بازگشه و شورک کد را ریلود نمایید."
836
 
837
- #: lib/wfu_constants.php:191
838
  msgid "This is a test message"
839
  msgstr "این یک پیام تست است."
840
 
841
- #: lib/wfu_constants.php:192
842
  msgid "This is a test administrator message"
843
  msgstr "این یک پیام مدیریتی تست است."
844
 
845
- #: lib/wfu_constants.php:193
846
  msgid "File testfile 1 under test"
847
  msgstr "تست فایل testfile 1 "
848
 
849
- #: lib/wfu_constants.php:194
850
  msgid "File testfile 1 message"
851
  msgstr "پیام فایل testfile 1 "
852
 
853
- #: lib/wfu_constants.php:195
854
  msgid "File testfile 1 administrator message"
855
  msgstr "پیام مدیریتی testfile 1"
856
 
857
- #: lib/wfu_constants.php:196
858
  msgid "File testfile 2 under test"
859
  msgstr "تست فایل testfile 2"
860
 
861
- #: lib/wfu_constants.php:197
862
  msgid "File testfile 2 message"
863
  msgstr "پیام فایل testfile 2"
864
 
865
- #: lib/wfu_constants.php:198
866
  msgid "File testfile 2 administrator message"
867
  msgstr "پیام مدیریتی testfile 2"
868
 
869
- #: lib/wfu_constants.php:200
870
  msgid ""
871
  "Insert variable %userid% inside text. It will be replaced by the id of the "
872
  "current user."
873
  msgstr "وارد کردن متغیر %userid% در متن. با آی دی کاربر جاری جایگزین خواهد شد."
874
 
875
- #: lib/wfu_constants.php:201
876
  msgid ""
877
  "Insert variable %username% inside text. It will be replaced by the username "
878
  "of the current user."
879
  msgstr ""
880
  "وارد کردن متغیر %username% در متن. با نام کاربری کاربر جاری جایگزین خواهد شد"
881
 
882
- #: lib/wfu_constants.php:202
883
  msgid ""
884
  "Insert variable %useremail% inside text. It will be replaced by the email of "
885
  "the current user."
886
  msgstr ""
887
  "وارد کردن متغیر %useremail% در متن. با ایمیل کاربر جاری جایگزین خواهد شد"
888
 
889
- #: lib/wfu_constants.php:203
890
  msgid ""
891
  "Insert variable %filename% inside text. It will be replaced by the filename "
892
  "of the uploaded file."
893
  msgstr ""
894
- "وارد کردن متغیر %filename% در متن. با نام فایل بارگزاری شده جایگزین خواهد شد"
895
 
896
- #: lib/wfu_constants.php:204
897
  msgid ""
898
  "Insert variable %filepath% inside text. It will be replaced by the full "
899
  "filepath of the uploaded file."
900
  msgstr "وارد کردن متغیر %filepath% در متن. با مسیر فایل جایگزین خواهد شد."
901
 
902
- #: lib/wfu_constants.php:205
903
  msgid ""
904
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
905
  "the website."
906
  msgstr ""
907
  "وارد کردن متغیر %blogid% در متن. با ای دی سایت در وب سایت جایگزین خواهد شد."
908
 
909
- #: lib/wfu_constants.php:206
910
  msgid ""
911
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
912
  "current page."
913
  msgstr "وارد کردن متغیر %pageid% در متن. با آی دی صفحه جاری جایگزین خواهد شد."
914
 
915
- #: lib/wfu_constants.php:207
916
  msgid ""
917
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
918
  "the current page."
919
  msgstr ""
920
  "وارد کردن متغیر %pagetitle% در متن. با عنوان صفحه جاری جایگزین خواهد شد"
921
 
922
- #: lib/wfu_constants.php:208
923
  msgid ""
924
  "Insert variable %userdataXXX% inside text. Select the user field from the "
925
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -928,234 +947,298 @@ msgstr ""
928
  "وارد کردن متغیر %userdataXXX% در متن. فیلد کاربر را از لیست کشویی انتخاب "
929
  "کنید. مقدار وارد شده توسط کاربر برای هر فیلد جایگزین خواهد شد."
930
 
931
- #: lib/wfu_constants.php:209
932
  msgid "Insert variable %n% inside text to denote a line change."
933
  msgstr "وارد کردن متغیر %n% در متن. باعث رفتن به خط بعد خواهد شد."
934
 
935
- #: lib/wfu_constants.php:211
936
- #, php-format
 
937
  msgid "File %filename% uploaded successfully but not saved"
938
- msgstr ""
939
 
940
- #: lib/wfu_constants.php:212
941
  msgid "Test Mode"
942
  msgstr "حالت تست"
943
 
944
- #: lib/wfu_constants.php:213
945
  msgid "select dir..."
946
  msgstr "انتخاب مسیر"
947
 
948
- #: lib/wfu_constants.php:214
949
  msgid "type dir"
950
  msgstr "نوع مسیر"
951
 
952
- #: lib/wfu_constants.php:215
953
  msgid "Upload path: %filepath%"
954
- msgstr "مسیر بارگزاری: %filepath%"
955
 
956
- #: lib/wfu_constants.php:216
957
  msgid "Failed upload path: %filepath%"
958
- msgstr "خطا در مسیر بارگزاری: %filepath%"
959
 
960
- #: lib/wfu_constants.php:217
961
  msgid " (required)"
962
  msgstr "(الزامی)"
963
 
964
- #: lib/wfu_constants.php:218
965
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
966
- msgstr "فایل ها در حال بارگزاری هستند. از خارج شدن از این صفحه مطمئن هستید؟"
967
 
968
- #: lib/wfu_constants.php:219
969
  msgid "checking captcha..."
970
  msgstr "برسی کپچا...."
971
 
972
- #: lib/wfu_constants.php:220
973
  msgid "refreshing..."
974
  msgstr "در حال رفرش...."
975
 
976
- #: lib/wfu_constants.php:221
977
  msgid "correct captcha"
978
  msgstr "کپچا صحیح"
979
 
980
- #: lib/wfu_constants.php:222
981
  msgid "click to continue the upload"
982
- msgstr "برای ادامه بارگزاری کلیک کنید"
983
 
984
- #: lib/wfu_constants.php:223
985
  msgid "Are you sure you want to delete this file?"
986
  msgstr "از حذف این فایل مطمئن هستید؟"
987
 
988
- #: lib/wfu_constants.php:224
989
  msgid "Are you sure you want to delete these files?"
990
  msgstr "از حذف این فایل ها مطمئن هستید؟"
991
 
992
- #: lib/wfu_constants.php:225
993
  msgid "Bulk Actions"
994
  msgstr "انجام همه"
995
 
996
- #: lib/wfu_constants.php:226
997
  msgid "Apply"
998
  msgstr "تایید"
999
 
1000
- #: lib/wfu_constants.php:228
1001
  msgid "of "
1002
- msgstr ""
1003
 
1004
- #: lib/wfu_constants.php:229
1005
  msgid "Are you sure that you want to cancel the upload?"
1006
- msgstr "آیا از انصراف از بارگزاری مطمئن هستید؟"
1007
 
1008
- #: lib/wfu_constants.php:230
1009
  msgid "cancel upload of this file"
1010
- msgstr "انصراف از بارگزاری این فایل"
1011
 
1012
- #: lib/wfu_constants.php:231
1013
  msgid "Upload in progress"
1014
- msgstr "در حال بارگزاری..."
1015
 
1016
- #: lib/wfu_constants.php:232
1017
  msgid "Upload in progress with warnings!"
1018
- msgstr "در حال بارگزاری با اخطارها!"
1019
 
1020
- #: lib/wfu_constants.php:233
1021
  msgid "Upload in progress but some files already failed!"
1022
- msgstr "بارگزاری در حال انجام است، اما برخی فایل های با خطا مواجه شد!"
1023
 
1024
- #: lib/wfu_constants.php:234
1025
  msgid "Upload in progress but no files uploaded so far!"
1026
- msgstr "بارگزاری در حال انجام است اما فایلی تاکنون بارگزاری نشده است!"
1027
 
1028
- #: lib/wfu_constants.php:235
1029
  msgid "All files uploaded successfully"
1030
- msgstr "همه فایل ها با موفقیت بارگزاری شدند."
1031
 
1032
- #: lib/wfu_constants.php:236
1033
  msgid "All files uploaded successfully but there are warnings!"
1034
- msgstr "همه فایل ها با موفقیت بارگزاری شدند اما با برخی اخطار"
1035
 
1036
- #: lib/wfu_constants.php:237
1037
  msgid "File uploaded successfully but there are warnings!"
1038
- msgstr "فایل با موفقیت بارگزاری شد. اما با برخی از اخطارها!"
1039
 
1040
- #: lib/wfu_constants.php:238
1041
  msgid "Some files failed to upload!"
1042
- msgstr "برخی از فایل ها بارگزاری نشد"
1043
 
1044
- #: lib/wfu_constants.php:239
1045
  msgid "All files failed to upload"
1046
- msgstr "همه فایل ها بارگزاری نشد."
1047
 
1048
- #: lib/wfu_constants.php:240
1049
  msgid "File failed to upload"
1050
- msgstr "فایل بارگزاری نشد"
1051
 
1052
- #: lib/wfu_constants.php:241
1053
  msgid "There are no files to upload!"
1054
- msgstr "فایلی برای بارگزاری وجود ندارد"
1055
 
1056
- #: lib/wfu_constants.php:242
1057
  msgid "Test upload message"
1058
- msgstr "پیام بارگزاری تست"
1059
 
1060
- #: lib/wfu_constants.php:243
1061
  msgid "JSON parse warning!"
1062
  msgstr "اخطار در تجزیه و تحلیل JSON"
1063
 
1064
- #: lib/wfu_constants.php:244
1065
  msgid "please wait while redirecting..."
1066
  msgstr "لطفا تا زمان تغیر مسیر صبر کنید..."
1067
 
1068
- #: lib/wfu_constants.php:246
1069
  msgid "Submitting data"
1070
  msgstr "در حال ارسال داده ها"
1071
 
1072
- #: lib/wfu_constants.php:247
1073
  msgid "Data submitted successfully!"
1074
  msgstr "داده ها با موفقیت ارسال شدند!"
1075
 
1076
- #: lib/wfu_constants.php:248
1077
  msgid "Data were not submitted!"
1078
  msgstr "داده ها ارسال نشدند!"
1079
 
1080
- #: lib/wfu_constants.php:249
1081
  msgid "Cancelling upload"
1082
- msgstr "در حال انصراف از بارگزاری"
1083
 
1084
- #: lib/wfu_constants.php:251
1085
  msgid "Upload succeeded!"
1086
- msgstr ""
1087
 
1088
- #: lib/wfu_constants.php:252
1089
  msgid "Upload completed but no files were saved!"
1090
- msgstr ""
1091
 
1092
- #: lib/wfu_constants.php:253
1093
  msgid "File was not saved due to personal data policy!"
1094
- msgstr ""
1095
 
1096
- #: lib/wfu_constants.php:254
1097
  msgid "Open visual shortcode editor in new window"
1098
  msgstr "ویرایشگر شورت کد را در پنجره جدید باز کن"
1099
 
1100
- #: lib/wfu_constants.php:255
1101
  msgid "loading visual editor"
1102
  msgstr "لود شدن ویرایشگر دیداری"
1103
 
1104
- #: lib/wfu_constants.php:256
1105
  msgid "Clear file list?"
1106
  msgstr "پاک کردن لیست فایل؟"
1107
 
1108
- #: lib/wfu_constants.php:257
1109
  msgid "DROP HERE"
1110
  msgstr "حذف کن"
1111
 
1112
- #: lib/wfu_constants.php:259
1113
  msgid "record video"
1114
  msgstr "ضبط ویدیو"
1115
 
1116
- #: lib/wfu_constants.php:260
1117
  msgid "take a picture"
1118
  msgstr "گرفتن تصویر"
1119
 
1120
- #: lib/wfu_constants.php:261
1121
  msgid "turn webcam on/off"
1122
  msgstr "روشن/خاموش کردن وب کم"
1123
 
1124
- #: lib/wfu_constants.php:262
1125
  msgid "go live again"
1126
  msgstr "زنده گرفتن"
1127
 
1128
- #: lib/wfu_constants.php:263
1129
  msgid "end recording"
1130
  msgstr "پایان ضبط"
1131
 
1132
- #: lib/wfu_constants.php:264
1133
  msgid "play"
1134
  msgstr "شروع"
1135
 
1136
- #: lib/wfu_constants.php:265
1137
  msgid "pause"
1138
  msgstr "توقف"
1139
 
1140
- #: lib/wfu_constants.php:266
1141
  msgid "go to the beginning"
1142
  msgstr "رفتن به ابتدا"
1143
 
1144
- #: lib/wfu_constants.php:267
1145
  msgid "go to the end"
1146
  msgstr "رفتن به انتها"
1147
 
1148
- #: lib/wfu_constants.php:269
1149
  msgid "Wordpress File Upload Form"
1150
- msgstr "فرم بارگزاری فایل وردپرس"
1151
 
1152
- #: lib/wfu_constants.php:270
1153
  msgid "Wordpress File Upload plugin uploader for sidebars"
1154
- msgstr "بارگزارنده افزونه بارگزاری فایل وردپرس برای ستون کناری"
1155
 
1156
- #: lib/wfu_constants.php:271
1157
  msgid "Upload Files"
1158
- msgstr "بارگزاری فایل"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1159
 
1160
  #~ msgid ""
1161
  #~ "Iptanus Services Server is unreachable. This may cause problems in some "
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:11+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:12+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: fa_IR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
  "X-Generator: Poedit 2.2.1\n"
25
  "Insert variable %uploaddetails% inside text. It will be replaced by a link "
26
  "showing details about the upload when clicked."
27
  msgstr ""
28
+ "افزودن متغیر %uploaddetails% در متن. با پیوندی که در هنگام کلیک جزئیات را "
29
+ "درباره بارگذاری نشان می دهد، جایگزین می شود."
30
 
31
  #: extensions/wfu_facebook/wfu_facebook_constants.php:26
32
  msgid "You need to login as administrator to see this page!"
33
+ msgstr "شما برای مشاهده این صفحه لازم است با حساب ادمین وارد شوید!"
34
 
35
  #: lib/wfu_constants.php:28
36
  msgid "Upload files"
37
+ msgstr "بارگذاری فایل ها"
38
 
39
  #: lib/wfu_constants.php:31
40
  msgid "Select File/Select Files"
42
 
43
  #: lib/wfu_constants.php:32
44
  msgid "Upload File/Upload Files"
45
+ msgstr "بارگذاری فایل/بارگذاری فایل ها"
46
 
47
  #: lib/wfu_constants.php:36
48
  msgid "Select File"
50
 
51
  #: lib/wfu_constants.php:37
52
  msgid "Upload File"
53
+ msgstr "بارگذاری فایل"
54
 
55
  #: lib/wfu_constants.php:40
56
  msgid "File Upload Notification"
57
+ msgstr "اطلاع رسانی بارگذاری فایل"
58
 
59
  #: lib/wfu_constants.php:41
60
  msgid ""
62
  "that a new file has been uploaded.%n%%n%Best Regards"
63
  msgstr ""
64
  "گیرنده گرامی %n%%n% این یک پیام خودکار است که به شما اطلاع می دهد فایل جدید "
65
+ "شما بارگذاری شده است. %n%%n% با احترام"
66
 
67
  #: lib/wfu_constants.php:42
68
  #, php-format
76
 
77
  #: lib/wfu_constants.php:44
78
  msgid "File %filename% not uploaded"
79
+ msgstr "فایل %filename% بارگذاری نشد"
80
 
81
  #: lib/wfu_constants.php:45
82
  msgid "File %filename% is being uploaded"
83
+ msgstr "فایل %filename% در حال بارگذاری است"
84
 
85
  #: lib/wfu_constants.php:46
86
  msgid "Your message"
92
 
93
  #: lib/wfu_constants.php:48
94
  msgid "Upload Media"
95
+ msgstr "بارگذاری چندرسانه"
96
 
97
  #: lib/wfu_constants.php:49
98
  msgid "videostream"
106
  msgid ""
107
  "By activating this option I agree to let the website keep my personal data"
108
  msgstr ""
109
+ "با فعال کردن این گزینه موافقت می کنم وب سایت اجازه نگهداری اطلاعات شخصی من "
110
+ "را داشته باشد."
111
 
112
  #: lib/wfu_constants.php:52
113
  msgid ""
114
  "You have denied to let the website keep your personal data. Upload cannot "
115
  "continue!"
116
  msgstr ""
117
+ "شما اجازه ندادید که وب سایت داده های شخصی شما را نگهداری کند. آپلود ادامه "
118
+ "نمی یابد!"
119
 
120
  #: lib/wfu_constants.php:53
121
  msgid "Yes"
122
+ msgstr "بلی"
123
 
124
  #: lib/wfu_constants.php:54
125
  msgid "No"
126
+ msgstr "خیر"
127
 
128
  #: lib/wfu_constants.php:56
129
  msgid "File"
141
  msgid "User"
142
  msgstr "کاربر"
143
 
144
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
145
  msgid "Page"
146
  msgstr "برگه"
147
 
167
 
168
  #: lib/wfu_constants.php:66
169
  msgid "Remove Remote"
170
+ msgstr "حذف راه دور"
171
 
172
  #: lib/wfu_constants.php:67
 
 
173
  msgid "Remove this remote file"
174
+ msgstr "حذف این فایل راه دور"
175
 
176
  #: lib/wfu_constants.php:68
177
  msgid "Sort list based on this column"
217
  "Error. Could not open source file for ftp upload. Check if file is "
218
  "accessible."
219
  msgstr ""
220
+ "خطا: نمی توان فایل باز را برای ftp بارگذاری کرد. برسی کنید فایل قابل دسترسی "
221
  "است."
222
 
223
  #: lib/wfu_constants.php:77
256
  "preventing the upload of big files.\n"
257
  "PHP directive upload_max_filesize limit is: "
258
  msgstr ""
259
+ "خطا: محدودیت در بارگذاری فایل از طریق upload_max_filesize اجازه بارگذاری "
260
  "فایل های بزرگ را نمی دهد.\n"
261
  "محدودیت اپلود از طریق upload_max_filesize:"
262
 
266
  "upload of big files.\n"
267
  "PHP directive max_input_time limit is: "
268
  msgstr ""
269
+ "محدودیت در زمان بارگذاری از طریق max_input_time اجازه بارگذاری فایل های بزرگ "
270
  "را نمی دهد.\n"
271
+ "محدودیت در زمان بارگذاری max_input_time:"
272
 
273
  #: lib/wfu_constants.php:84
274
  msgid ""
285
  msgstr "خطا: این فایل به دلیل صحیح نبودن پسوند رد شد. نام پرونده:"
286
 
287
  #: lib/wfu_constants.php:86
288
+ #, fuzzy
289
+ #| msgid ""
290
+ #| "Error. This file was rejected because its extension is not correct. Its "
291
+ #| "proper filename is: "
292
+ msgid "Error. This file was rejected because its not a valid image."
293
+ msgstr "خطا: این فایل به دلیل صحیح نبودن پسوند رد شد. نام پرونده:"
294
+
295
+ #: lib/wfu_constants.php:87
296
  msgid ""
297
  "Too many files are uploaded in a short period of time. This may be a Denial-"
298
  "Of-Service attack, so file was rejected. Please check the upload log for "
299
  "suspicious behaviour."
300
  msgstr ""
301
+ "فایل های بسیاری در یک بازه زمان کوتاه بارگذاری شده اند. همانند حملات DDOS. "
302
  "بنابراین فایل رد شد. لطفا لاگ سیستم را برای موارد مشکوک برسی کنید."
303
 
304
+ #: lib/wfu_constants.php:88
305
  msgid ""
306
  "File not uploaded in order to prevent overflow of the website. Please "
307
  "contact administrator."
308
  msgstr ""
309
+ "فایل به دلیل پر بودن فضای سایت بارگذاری نشد. لطفا با مدیر سایت تماس بگیرید."
310
 
311
+ #: lib/wfu_constants.php:89
312
  msgid "Target folder doesn't exist."
313
+ msgstr "پوشه هدف وجود ندارد."
314
 
315
+ #: lib/wfu_constants.php:90
316
  msgid "Upload failed! Missing a temporary folder."
317
+ msgstr "بارگذاری با خطا مواجه شد! فولدر موقت گم شده است."
318
 
319
+ #: lib/wfu_constants.php:91
320
+ msgid "Not allowed to upload to target folder."
321
+ msgstr ""
322
+
323
+ #: lib/wfu_constants.php:92
324
  msgid "Upload failed! Permission denied to write to target folder."
325
+ msgstr "بارگذاری با خطا مواجه شد! دسترسی برای نوشتن در فولدر هدف وجود ندارد."
326
 
327
+ #: lib/wfu_constants.php:93
328
  msgid "File not allowed."
329
  msgstr "فایل مجاز نیست"
330
 
331
+ #: lib/wfu_constants.php:94
332
  msgid "File is suspicious and was rejected."
333
  msgstr "فایل مشکوک است و پذیرفته نشد."
334
 
335
+ #: lib/wfu_constants.php:95
336
  msgid "The uploaded file exceeds the file size limit."
337
+ msgstr "حجم فایل بارگذاری شده بیش از حد مجاز است"
338
 
339
+ #: lib/wfu_constants.php:96
340
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
341
  msgstr "فایل بیشتر از 2GB حجم دارد و این سرور آن را پشتیبانی نمی کند"
342
 
343
+ #: lib/wfu_constants.php:97
344
  msgid ""
345
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
346
  "Please contact the administrator."
347
  msgstr ""
348
+ "بارگذاری با خطا مواجه شد. فایل بارگذاری شده از حد مجاز سرور بزرگتر است. با "
349
  "مدیر سایت تماس بگیرید."
350
 
351
+ #: lib/wfu_constants.php:98
352
  msgid ""
353
  "Upload failed! The duration of the upload exceeded the time limit of the "
354
  "server. Please contact the administrator."
355
  msgstr ""
356
+ "بارگذاری با خطا مواجه شد! مدت زمان بارگذاری از زمان مشخص شده در سرور بیشتر "
357
  "است. با مدیر سایت تماس بگیرید."
358
 
359
+ #: lib/wfu_constants.php:99
360
  msgid ""
361
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
362
  "was specified in the HTML form."
364
  "فایل آپلود شده بزرگتر از دستورالعمل MAX_FILE_SIZE است که در فرم HTML مشخص "
365
  "شده است."
366
 
367
+ #: lib/wfu_constants.php:100
368
  msgid "Upload failed! The uploaded file was only partially uploaded."
369
+ msgstr "بارگذاری با خطا مواجه شد! تنها بخشی از فایل بارگذاری شد."
370
 
371
+ #: lib/wfu_constants.php:101
372
  msgid "Upload failed! No file was uploaded."
373
+ msgstr "بارگذاری با خطا مواجه شد! فایل بارگذاری نشد."
374
 
375
+ #: lib/wfu_constants.php:102
376
  msgid "Upload failed! Failed to write file to disk."
377
+ msgstr "بارگذاری با خطا مواجه شد! خطا در نوشتن روی دیسک"
378
 
379
+ #: lib/wfu_constants.php:103
380
  msgid ""
381
  "Upload failed! Error occured while moving temporary file. Please contact "
382
  "administrator."
383
  msgstr ""
384
+ "بارگذاری با خطا مواجه شد! خطا در هنگام انتقال فایل موقت. لطفا با مدیر سایت "
385
  "تماس بگیرید."
386
 
387
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
388
  msgid "Upload cancelled!"
389
+ msgstr "از بارگذاری انصراف داده شد."
390
 
391
+ #: lib/wfu_constants.php:105
392
  msgid ""
393
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
394
  "a way to ascertain which extension caused the file upload to stop; examining "
395
  "the list of loaded extensions with phpinfo() may help."
396
  msgstr ""
397
+ "بارگذاری با خطا مواجه شد! یک افزونه پی اچ پی بارگذاری فایل را متوقف کرد. پی "
398
+ "اچ پی به شما اطمینان نمی دهد کدام افزونه باعث توقف بارگذاری شده است. شاید "
399
  "phpinfo() به شما کمک کند."
400
 
401
+ #: lib/wfu_constants.php:106
402
  msgid "Upload failed! Error occured while attemting to upload the file."
403
+ msgstr "بارگذاری با خطا مواجه شد! هنگام بارگذاری فایل خطایی رخ داد."
404
 
405
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
406
  msgid "Upload failed!"
407
+ msgstr "بارگذاری با خطا مواجه شد."
408
 
409
+ #: lib/wfu_constants.php:108
410
  msgid "No file!"
411
  msgstr "هیچ فایل!"
412
 
413
+ #: lib/wfu_constants.php:109
414
  msgid ""
415
  "Upload failed! The upload has been canceled by the user or the browser "
416
  "dropped the connection."
417
  msgstr ""
418
+ "بارگذاری با خطا مواجه شد! کاربر از بارگذاری فایل انصراف داد یا اینکه مرورگر "
419
  "ارتباط را بست."
420
 
421
+ #: lib/wfu_constants.php:110
422
  msgid "Upload failed! Unknown error."
423
+ msgstr "بارگذاری با خطا مواجه شد! خطای ناشناخته!"
424
 
425
+ #: lib/wfu_constants.php:111
426
  msgid "Please contact the administrator."
427
  msgstr "لطفا با مدیر سایت تماس بگیرید."
428
 
429
+ #: lib/wfu_constants.php:112
430
  msgid "No result from remote server!"
431
  msgstr "نتیجه ای از سرور راه دور در بر نداشت."
432
 
433
+ #: lib/wfu_constants.php:113
434
  msgid " but with warnings"
435
  msgstr "اما با اخطار"
436
 
437
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
438
  msgid "Warning: JSON parse error."
439
  msgstr "اخطار: خطای تجزیه و تحلیل JSON"
440
 
441
+ #: lib/wfu_constants.php:115
442
  msgid ""
443
  "Upload parameters of this file, passed as JSON string to the handler, could "
444
  "not be parsed."
445
  msgstr ""
446
+ "بارگذاری پارامتر این فایل که به رشته JSON منتقل شد نمی تواند تجزیه و تحلیل "
447
  "شود"
448
 
449
+ #: lib/wfu_constants.php:117
450
  msgid ""
451
  "UploadStates, passed as JSON string to the handler, could not be parsed."
452
  msgstr ""
453
+ "وضعیت بارگذاری این فایل که به رشته JSON منتقل شد، نمی تواند تجزیه و تحلیل شود"
454
 
455
+ #: lib/wfu_constants.php:118
456
  msgid ""
457
  "Redirection to classic form functionality occurred due to unknown error."
458
  msgstr "تغییر به فرم کلاسیک به دلیل خطای ناشناخته."
459
 
460
+ #: lib/wfu_constants.php:119
461
  msgid ""
462
  "Redirection to classic form functionality occurred because AJAX is not "
463
  "supported."
464
  msgstr "تغییر به فرم کلاسیک به دلیل پشتیبانی نکردن اجاکس"
465
 
466
+ #: lib/wfu_constants.php:120
467
  msgid ""
468
  "Redirection to classic form functionality occurred because HTML5 is not "
469
  "supported."
470
  msgstr "تغییر به فرم کلاسیک به دلیل عدم پشتیبانی HTML 5."
471
 
472
+ #: lib/wfu_constants.php:121
473
  msgid ""
474
  "Redirection to classic form functionality occurred due to JSON parse error."
475
  msgstr "تغییر به فرم کلاسیک به دلیل خطا در تجزیه و تحلیل JSON"
476
 
477
+ #: lib/wfu_constants.php:122
478
  msgid "Please enable popup windows from the browser's settings!"
479
  msgstr "لطفا نمایش پاپ آپ را در تنظیمات مرورگر فعال کنید."
480
 
481
+ #: lib/wfu_constants.php:123
482
  msgid "cannot be empty!"
483
  msgstr "نمی تواند خالی باشد!"
484
 
485
+ #: lib/wfu_constants.php:124
486
  msgid "number not valid!"
487
  msgstr "شماره معتبر نیست"
488
 
489
+ #: lib/wfu_constants.php:125
490
  msgid "email not valid!"
491
  msgstr "ایمیل اشتباه است"
492
 
493
+ #: lib/wfu_constants.php:126
494
  msgid "emails do not match!"
495
  msgstr "ایمیل اشتباه وارد شده!"
496
 
497
+ #: lib/wfu_constants.php:127
498
  msgid "no base email field in group!"
499
  msgstr "فیلد ایمیل در گروه وجود ندارد"
500
 
501
+ #: lib/wfu_constants.php:128
502
  msgid "passwords do not match!"
503
  msgstr "رمز عبورهای عبور مطابقت ندارند!"
504
 
505
+ #: lib/wfu_constants.php:129
506
  msgid "no base password field in group!"
507
  msgstr "فیلد رمز عبور در گروه وجود ندارد"
508
 
509
+ #: lib/wfu_constants.php:130
510
  msgid "checkbox unchecked!"
511
  msgstr "چک باکس بدون تیک! "
512
 
513
+ #: lib/wfu_constants.php:131
514
  msgid "no option selected!"
515
  msgstr "گزینه انتخاب نشده است"
516
 
517
+ #: lib/wfu_constants.php:132
518
  msgid "no item selected!"
519
  msgstr "موردی انتخاب نشده است"
520
 
521
+ #: lib/wfu_constants.php:133
522
  msgid ""
523
  "There are more than one instances of the plugin in this page with the same "
524
  "id. Please change it."
525
  msgstr ""
526
  "بیش از یک نمونه از این افزونه در این صفحه وجود دارد. لطفا آن را تغییر دهید."
527
 
528
+ #: lib/wfu_constants.php:134
529
  msgid ""
530
  "Cannot edit the shortcode because the page has been modified. Please reload "
531
  "the page."
533
  "نمی تواند شورت کد را ویرایش کند. به دلیل اینکه صفحه تغیر داده شده است. لطفا "
534
  "صفحه را ریلود نمایید."
535
 
536
+ #: lib/wfu_constants.php:135
537
  msgid "Your browser does not support webcam capture!"
538
  msgstr "مرورگر شما ضبط از طریق وب کم را پشتیبانی نمی کند"
539
 
540
+ #: lib/wfu_constants.php:136
541
  msgid "Your browser does not support video recording from the webcam!"
542
  msgstr "مرورگر شما ضبط ویدیو را از طریق وب کم را پشتیبانی نمی کند"
543
 
544
+ #: lib/wfu_constants.php:137
545
  msgid "No video was recorded!"
546
  msgstr "ویدیو ضبط نشد!"
547
 
548
+ #: lib/wfu_constants.php:138
549
  msgid ""
550
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
551
  "or use RecaptchaV2 (no account)."
553
  "خطا: کپچا پشتیبانی نمی شود! شما از نسخه قدیمی پی اچ پی استفاده می کنید، پی "
554
  "اچ پی را ارتقا دهید یا از Recaptcha V2 استفاده کنید."
555
 
556
+ #: lib/wfu_constants.php:139
557
  msgid ""
558
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
559
  "notify administrator."
561
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. به مدیر "
562
  "سایت اطلاع دهید."
563
 
564
+ #: lib/wfu_constants.php:140
565
  msgid ""
566
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
567
  "use RecaptchaV1 (no account)."
569
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. لطفا از "
570
  "RecaptchaV1 استفاده کنید (بدون حساب کاربری)"
571
 
572
+ #: lib/wfu_constants.php:141
573
  msgid "ERROR: No site key. Please contact administrator!"
574
  msgstr "خطا: بدون کلید سایت. با مدیر سایت تماس بگیرید."
575
 
576
+ #: lib/wfu_constants.php:142
577
  msgid ""
578
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
579
  "define Google Recaptcha keys."
581
  "خطا: کلید برای سایت تعریف نشده است! لطفا به تنظیمات افزونه در پیشخوان بروید "
582
  "و از کلید های گوگل ریکپچا استفاده نمایید"
583
 
584
+ #: lib/wfu_constants.php:143
585
  msgid "Bad captcha image!"
586
  msgstr "تصویر کپچا نادرست"
587
 
588
+ #: lib/wfu_constants.php:144
589
  msgid "No input!"
590
  msgstr "بدون ورودی!"
591
 
592
+ #: lib/wfu_constants.php:145
593
  msgid "Captcha not completed!"
594
  msgstr "کپچا کامل نشده است!"
595
 
596
+ #: lib/wfu_constants.php:146
597
  msgid "Wrong captcha!"
598
  msgstr "کپچا اشتباه است!"
599
 
600
+ #: lib/wfu_constants.php:147
601
  msgid "Error refreshing captcha!"
602
+ msgstr "خطا در بارگذاری مجدد کپچا"
603
 
604
+ #: lib/wfu_constants.php:148
605
  msgid "Unknown captcha error!"
606
  msgstr "خطای ناشناخته کپچا"
607
 
608
+ #: lib/wfu_constants.php:149
609
  msgid "Captcha not supported by your browser!"
610
  msgstr "کپچا توسط مرورگر شما پشتیبانی نمی شود."
611
 
612
+ #: lib/wfu_constants.php:150
613
  msgid "the secret parameter is missing"
614
  msgstr "پارامتر امنیتی گم شده یا وارد نشده"
615
 
616
+ #: lib/wfu_constants.php:151
617
  msgid "the secret parameter is invalid or malformed"
618
  msgstr "پارامتر امنیتی نامعتبر یا ناقص است"
619
 
620
+ #: lib/wfu_constants.php:152
621
  msgid "the response parameter is missing"
622
  msgstr "پاسخ پارامتر درست نیست."
623
 
624
+ #: lib/wfu_constants.php:153
625
  msgid "the response parameter is invalid or malformed"
626
  msgstr "پاسخ پارامتر نامعتبر یا ناقص است"
627
 
628
+ #: lib/wfu_constants.php:154
629
  msgid "Please do not use drag drop due to an internal problem."
630
  msgstr "لطفا برای مشکلات داخلی از درگ اند دراپ استفاده نکنید."
631
 
632
+ #: lib/wfu_constants.php:155
633
  #, php-format
634
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
635
+ msgstr "خطا در هنگام بارگذاری یک بخش. شناسه منحصر به فرد خالی در بخش %d"
636
 
637
+ #: lib/wfu_constants.php:156
638
  msgid "Chunked upload is not allowed!"
639
+ msgstr "بارگذاری یک بخش مجاز نیست"
640
 
641
+ #: lib/wfu_constants.php:157
642
  msgid "Chunked upload aborted due to error in previous chunk!"
643
+ msgstr "بارگذاری یک بخش به دلیل خطا در بخش قبل متوقف شد"
644
 
645
+ #: lib/wfu_constants.php:158
646
  msgid "Chunked upload failed, final file could not be created!"
647
+ msgstr "بارگذاری یک بخش با خطا مواجه شد. فایل نهایی قابل ایجاد نیست."
648
 
649
+ #: lib/wfu_constants.php:159
650
  #, php-format
651
  msgid "Could not write file chuck to destination on chunk %d"
652
  msgstr "نمی توان بخشی از فایل را در قسمتی از بخش %d نوشت"
653
 
654
+ #: lib/wfu_constants.php:160
655
  #, php-format
656
  msgid "Could not enlarge destination file on chunk %d"
657
  msgstr "نمی توان فایل مقصد را در بخش %d گسترش داد"
658
 
659
+ #: lib/wfu_constants.php:161
660
  #, php-format
661
  msgid "Could not open file handles on chunk %d"
662
  msgstr "نمی توان فایل های دستی را در chunk %d باز کرد"
663
 
664
+ #: lib/wfu_constants.php:162
665
  msgid "You are not allowed to download this file!"
666
  msgstr "شما اجازه دانلود این فایل را ندارید"
667
 
668
+ #: lib/wfu_constants.php:163
669
  msgid "File does not exist!"
670
  msgstr "فایل وجود ندارد"
671
 
672
+ #: lib/wfu_constants.php:164
673
  msgid "Could not download file!"
674
  msgstr "فایل دانلود نشد."
675
 
676
+ #: lib/wfu_constants.php:165
677
  msgid "You are not allowed to delete this file!"
678
  msgstr "شما اجازه حذف این فایل را ندارید"
679
 
680
+ #: lib/wfu_constants.php:166
681
  msgid "File was not deleted!"
682
  msgstr "فایل حذف نشد"
683
 
684
+ #: lib/wfu_constants.php:167
685
  msgid "No file was deleted!"
686
  msgstr "هیچ فایلی حذف نشد!"
687
 
688
+ #: lib/wfu_constants.php:168
689
  msgid "Some files were not deleted!"
690
  msgstr "برخی از فایل ها حذف نشدند!"
691
 
692
+ #: lib/wfu_constants.php:170
693
  msgid "Upload skipped! File already exists."
694
+ msgstr "بارگذاری رد شد. فایل وجود دارد."
695
 
696
+ #: lib/wfu_constants.php:171
697
  msgid "The extension of the file does not match its contents."
698
  msgstr "فرمت فایل با محتوای آن مطابقت ندارد."
699
 
700
+ #: lib/wfu_constants.php:172
701
  msgid ""
702
  "Upload succeeded but the file is suspicious because its contents do not "
703
  "match its extension. Its proper filename is: "
704
  msgstr ""
705
+ "بارگذاری انجام شد اما فایل مشکوک است و محتوا با فرمت آن مطابقت ندارد. نام "
706
  "فایل مناسب است: "
707
 
708
+ #: lib/wfu_constants.php:173
709
  msgid "No files have been selected!"
710
  msgstr "هیچ فایلی انتخاب نشده است"
711
 
712
+ #: lib/wfu_constants.php:174
713
  msgid "Please complete the consent question before continuing the upload!"
714
+ msgstr "قبل از ادامه بارگذاری سوال مورد پذیرش را تکمیل نمایید!"
715
 
716
+ #: lib/wfu_constants.php:175
717
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
718
+ msgstr "افزونه WPFilebase بروز نشد زیرا فایل ها بارگذاری نشده است"
719
 
720
+ #: lib/wfu_constants.php:176
721
  msgid "Notification email was not sent because there were no files uploaded."
722
+ msgstr "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا فایل ها بارگذاری نشده است"
723
 
724
+ #: lib/wfu_constants.php:177
725
  msgid ""
726
  "Notification email was not sent because no recipients were defined. Please "
727
  "check notifyrecipients attribute in the shortcode."
729
  "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا گیرنده ایمیل انتخاب نشده است. لطفا "
730
  "گیرنده را در ویژگی های شورت کد برسی کنید."
731
 
732
+ #: lib/wfu_constants.php:178
733
  msgid ""
734
  "Notification email was not sent due to an error. Please check "
735
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
737
  "اطلاع رسانی ایمیل به دلیل خطا ارسال نخواهد شد. لطفا گیرنده، موضوع و پیام را "
738
  "برای خطاها کنترل کنید."
739
 
740
+ #: lib/wfu_constants.php:179
741
  msgid ""
742
  "Redirection not executed because redirection link is empty. Please check "
743
  "redirectlink attribute."
745
  "تغیر مسیر انجام نمی شود زیرا لینک تغیر مسیر خالی است. لطفا ویژگی تغیر مسیر "
746
  "را برسی کنید."
747
 
748
+ #: lib/wfu_constants.php:180
749
  msgid ""
750
  "Redirection not executed because not all files were successfully uploaded."
751
+ msgstr "تغیر مسیر انجام نمی شود زیرا همه فایل ها با موفقیت بارگذاری نشده اند"
752
 
753
+ #: lib/wfu_constants.php:181
754
  msgid "Potential Denial-Of-Service Attack on {SITE}"
755
  msgstr "حمله احتمالی DDOS در {SITE}"
756
 
757
+ #: lib/wfu_constants.php:182
758
  msgid ""
759
  "Hello admin\n"
760
  "\n"
775
  msgstr ""
776
  "سلام ادمین.\n"
777
  "\n"
778
+ "این پیام از طریق افزونه بارگذاری فایل وردپرس برای شما ارسال شده است و به شما "
779
  "اطلاع می دهد که حملات DDOS در {SITE} صورت گرفته است.\n"
780
  "\n"
781
+ "این افزونه بارگذاری به تعداد فایل {FILENUM} در مدت زمان {INTERVAL} ثانیه را "
782
  "گزارش می دهد\n"
783
  "\n"
784
+ "تمام بارگذاری های فایل که بیش از این محدودیت هستند، رد می شوند تا از سرریز "
785
  "شدن وب سایت جلوگیری شود.\n"
786
  "\n"
787
  "لطفا تاریخچه فایل لاگ را در داشبورد افزونه برسی کنید.\n"
790
  "\n"
791
  "متشکریم."
792
 
793
+ #: lib/wfu_constants.php:183
794
  msgid ""
795
  "You have activated an alternative insecure Iptanus Services Server. For "
796
  "details please contact info@iptanus.com."
798
  "شما سرویس غیر امن Iptanus را فعال نموده اید. برای اطلاعات بیشتر با "
799
  "info@iptanus.com تماس بگیرید"
800
 
801
+ #: lib/wfu_constants.php:184
802
  msgid ""
803
  "Iptanus Services Server is unreachable. This may cause problems on some "
804
  "plugin functions. Please read this :article: for resolution."
805
  msgstr ""
806
+ "سرویس iptanus در دسترس نیست. این مشکل می تواند برای توابع برخی از افزونه ها "
807
+ "باشد. لطفا این :article: را برای رفع مشکل بخوانید."
808
 
809
+ #: lib/wfu_constants.php:186
810
  msgid ""
811
  "Failed to add the shortcode to the page/post. Please try again. If the "
812
  "message persists, contact administrator."
814
  "خطا در اضافه کردن شورت کد به برگه/نوشته. لطفا مجددا امتحان کنید. در صورت "
815
  "مشاهده مجدد این پیام با مدیر کل تماس بگیرید."
816
 
817
+ #: lib/wfu_constants.php:187
818
  msgid ""
819
  "Failed to edit the shortcode because the contents of the page changed. Try "
820
  "again to edit the shortcode."
822
  "ویرایش شورت کد با خطا مواجه شد زیرا محتوای صفحه تغیر پیدا کرده است. لطفا "
823
  "مجددا شورت کد را ویرایش کنید."
824
 
825
+ #: lib/wfu_constants.php:188
826
  msgid ""
827
  "Failed to delete the shortcode because the contents of the page changed. Try "
828
  "again to delete it."
829
  msgstr ""
830
  "خطا در حذف شورت کد. زیرا محتوای صفحه تغیر کرده است. دوباره ان را حذف کنید."
831
 
832
+ #: lib/wfu_constants.php:189
833
  msgid ""
834
  "The page containing the shortcode has been modified and it is no longer "
835
  "valid. Please go back to reload the shortcode."
837
  "این صفحه حاوی شورت کد است که تغیر داده شده است و دیگر معتبر نیست. لطفا "
838
  "بازگشته و شورت کد را ریلود نمایید."
839
 
840
+ #: lib/wfu_constants.php:190
841
  msgid ""
842
  "Failed to update the shortcode because the contents of the page changed. Go "
843
  "back to reload the shortcode."
845
  "خطا در بروزرسانی شورت کد. زیرا محتوای این صفحه تغییر کرده است. بازگشته و "
846
  "شورت کد را ریلود نمایید."
847
 
848
+ #: lib/wfu_constants.php:191
849
  msgid ""
850
  "Failed to update the shortcode. Please try again. If the problem persists, "
851
  "go back and reload the shortcode."
853
  "خطا در بروزرسانی شورت کد. لطفا مجددا امتحان کنید. اگر این مشکل ادامه داشت "
854
  "بازگشه و شورک کد را ریلود نمایید."
855
 
856
+ #: lib/wfu_constants.php:193
857
  msgid "This is a test message"
858
  msgstr "این یک پیام تست است."
859
 
860
+ #: lib/wfu_constants.php:194
861
  msgid "This is a test administrator message"
862
  msgstr "این یک پیام مدیریتی تست است."
863
 
864
+ #: lib/wfu_constants.php:195
865
  msgid "File testfile 1 under test"
866
  msgstr "تست فایل testfile 1 "
867
 
868
+ #: lib/wfu_constants.php:196
869
  msgid "File testfile 1 message"
870
  msgstr "پیام فایل testfile 1 "
871
 
872
+ #: lib/wfu_constants.php:197
873
  msgid "File testfile 1 administrator message"
874
  msgstr "پیام مدیریتی testfile 1"
875
 
876
+ #: lib/wfu_constants.php:198
877
  msgid "File testfile 2 under test"
878
  msgstr "تست فایل testfile 2"
879
 
880
+ #: lib/wfu_constants.php:199
881
  msgid "File testfile 2 message"
882
  msgstr "پیام فایل testfile 2"
883
 
884
+ #: lib/wfu_constants.php:200
885
  msgid "File testfile 2 administrator message"
886
  msgstr "پیام مدیریتی testfile 2"
887
 
888
+ #: lib/wfu_constants.php:202
889
  msgid ""
890
  "Insert variable %userid% inside text. It will be replaced by the id of the "
891
  "current user."
892
  msgstr "وارد کردن متغیر %userid% در متن. با آی دی کاربر جاری جایگزین خواهد شد."
893
 
894
+ #: lib/wfu_constants.php:203
895
  msgid ""
896
  "Insert variable %username% inside text. It will be replaced by the username "
897
  "of the current user."
898
  msgstr ""
899
  "وارد کردن متغیر %username% در متن. با نام کاربری کاربر جاری جایگزین خواهد شد"
900
 
901
+ #: lib/wfu_constants.php:204
902
  msgid ""
903
  "Insert variable %useremail% inside text. It will be replaced by the email of "
904
  "the current user."
905
  msgstr ""
906
  "وارد کردن متغیر %useremail% در متن. با ایمیل کاربر جاری جایگزین خواهد شد"
907
 
908
+ #: lib/wfu_constants.php:205
909
  msgid ""
910
  "Insert variable %filename% inside text. It will be replaced by the filename "
911
  "of the uploaded file."
912
  msgstr ""
913
+ "وارد کردن متغیر %filename% در متن. با نام فایل بارگذاری شده جایگزین خواهد شد"
914
 
915
+ #: lib/wfu_constants.php:206
916
  msgid ""
917
  "Insert variable %filepath% inside text. It will be replaced by the full "
918
  "filepath of the uploaded file."
919
  msgstr "وارد کردن متغیر %filepath% در متن. با مسیر فایل جایگزین خواهد شد."
920
 
921
+ #: lib/wfu_constants.php:207
922
  msgid ""
923
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
924
  "the website."
925
  msgstr ""
926
  "وارد کردن متغیر %blogid% در متن. با ای دی سایت در وب سایت جایگزین خواهد شد."
927
 
928
+ #: lib/wfu_constants.php:208
929
  msgid ""
930
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
931
  "current page."
932
  msgstr "وارد کردن متغیر %pageid% در متن. با آی دی صفحه جاری جایگزین خواهد شد."
933
 
934
+ #: lib/wfu_constants.php:209
935
  msgid ""
936
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
937
  "the current page."
938
  msgstr ""
939
  "وارد کردن متغیر %pagetitle% در متن. با عنوان صفحه جاری جایگزین خواهد شد"
940
 
941
+ #: lib/wfu_constants.php:210
942
  msgid ""
943
  "Insert variable %userdataXXX% inside text. Select the user field from the "
944
  "drop-down list. It will be replaced by the value that the user entered in "
947
  "وارد کردن متغیر %userdataXXX% در متن. فیلد کاربر را از لیست کشویی انتخاب "
948
  "کنید. مقدار وارد شده توسط کاربر برای هر فیلد جایگزین خواهد شد."
949
 
950
+ #: lib/wfu_constants.php:211
951
  msgid "Insert variable %n% inside text to denote a line change."
952
  msgstr "وارد کردن متغیر %n% در متن. باعث رفتن به خط بعد خواهد شد."
953
 
954
+ #: lib/wfu_constants.php:213
955
+ #, fuzzy, php-format
956
+ #| msgid "File %filename% uploaded successfully but not saved"
957
  msgid "File %filename% uploaded successfully but not saved"
958
+ msgstr "فایل %filename% با موفقیت بارگذاری شد اما ذخیره نشد"
959
 
960
+ #: lib/wfu_constants.php:214
961
  msgid "Test Mode"
962
  msgstr "حالت تست"
963
 
964
+ #: lib/wfu_constants.php:215
965
  msgid "select dir..."
966
  msgstr "انتخاب مسیر"
967
 
968
+ #: lib/wfu_constants.php:216
969
  msgid "type dir"
970
  msgstr "نوع مسیر"
971
 
972
+ #: lib/wfu_constants.php:217
973
  msgid "Upload path: %filepath%"
974
+ msgstr "مسیر بارگذاری: %filepath%"
975
 
976
+ #: lib/wfu_constants.php:218
977
  msgid "Failed upload path: %filepath%"
978
+ msgstr "خطا در مسیر بارگذاری: %filepath%"
979
 
980
+ #: lib/wfu_constants.php:219
981
  msgid " (required)"
982
  msgstr "(الزامی)"
983
 
984
+ #: lib/wfu_constants.php:220
985
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
986
+ msgstr "فایل ها در حال بارگذاری هستند. از خارج شدن از این صفحه مطمئن هستید؟"
987
 
988
+ #: lib/wfu_constants.php:221
989
  msgid "checking captcha..."
990
  msgstr "برسی کپچا...."
991
 
992
+ #: lib/wfu_constants.php:222
993
  msgid "refreshing..."
994
  msgstr "در حال رفرش...."
995
 
996
+ #: lib/wfu_constants.php:223
997
  msgid "correct captcha"
998
  msgstr "کپچا صحیح"
999
 
1000
+ #: lib/wfu_constants.php:224
1001
  msgid "click to continue the upload"
1002
+ msgstr "برای ادامه بارگذاری کلیک کنید"
1003
 
1004
+ #: lib/wfu_constants.php:225
1005
  msgid "Are you sure you want to delete this file?"
1006
  msgstr "از حذف این فایل مطمئن هستید؟"
1007
 
1008
+ #: lib/wfu_constants.php:226
1009
  msgid "Are you sure you want to delete these files?"
1010
  msgstr "از حذف این فایل ها مطمئن هستید؟"
1011
 
1012
+ #: lib/wfu_constants.php:227
1013
  msgid "Bulk Actions"
1014
  msgstr "انجام همه"
1015
 
1016
+ #: lib/wfu_constants.php:228
1017
  msgid "Apply"
1018
  msgstr "تایید"
1019
 
1020
+ #: lib/wfu_constants.php:230
1021
  msgid "of "
1022
+ msgstr "از"
1023
 
1024
+ #: lib/wfu_constants.php:231
1025
  msgid "Are you sure that you want to cancel the upload?"
1026
+ msgstr "آیا از انصراف از بارگذاری مطمئن هستید؟"
1027
 
1028
+ #: lib/wfu_constants.php:232
1029
  msgid "cancel upload of this file"
1030
+ msgstr "انصراف از بارگذاری این فایل"
1031
 
1032
+ #: lib/wfu_constants.php:233
1033
  msgid "Upload in progress"
1034
+ msgstr "در حال بارگذاری"
1035
 
1036
+ #: lib/wfu_constants.php:234
1037
  msgid "Upload in progress with warnings!"
1038
+ msgstr "در حال بارگذاری با اخطارها!"
1039
 
1040
+ #: lib/wfu_constants.php:235
1041
  msgid "Upload in progress but some files already failed!"
1042
+ msgstr "بارگذاری در حال انجام است، اما برخی فایل های با خطا مواجه شد!"
1043
 
1044
+ #: lib/wfu_constants.php:236
1045
  msgid "Upload in progress but no files uploaded so far!"
1046
+ msgstr "بارگذاری در حال انجام است اما فایلی تاکنون بارگذاری نشده است!"
1047
 
1048
+ #: lib/wfu_constants.php:237
1049
  msgid "All files uploaded successfully"
1050
+ msgstr "همه فایل ها با موفقیت بارگذاری شدند."
1051
 
1052
+ #: lib/wfu_constants.php:238
1053
  msgid "All files uploaded successfully but there are warnings!"
1054
+ msgstr "همه فایل ها با موفقیت بارگذاری شدند اما با برخی اخطار"
1055
 
1056
+ #: lib/wfu_constants.php:239
1057
  msgid "File uploaded successfully but there are warnings!"
1058
+ msgstr "فایل با موفقیت بارگذاری شد. اما با برخی از اخطارها!"
1059
 
1060
+ #: lib/wfu_constants.php:240
1061
  msgid "Some files failed to upload!"
1062
+ msgstr "برخی از فایل ها بارگذاری نشد"
1063
 
1064
+ #: lib/wfu_constants.php:241
1065
  msgid "All files failed to upload"
1066
+ msgstr "همه فایل ها بارگذاری نشد."
1067
 
1068
+ #: lib/wfu_constants.php:242
1069
  msgid "File failed to upload"
1070
+ msgstr "فایل بارگذاری نشد"
1071
 
1072
+ #: lib/wfu_constants.php:243
1073
  msgid "There are no files to upload!"
1074
+ msgstr "فایلی برای بارگذاری وجود ندارد"
1075
 
1076
+ #: lib/wfu_constants.php:244
1077
  msgid "Test upload message"
1078
+ msgstr "پیام بارگذاری تست"
1079
 
1080
+ #: lib/wfu_constants.php:245
1081
  msgid "JSON parse warning!"
1082
  msgstr "اخطار در تجزیه و تحلیل JSON"
1083
 
1084
+ #: lib/wfu_constants.php:246
1085
  msgid "please wait while redirecting..."
1086
  msgstr "لطفا تا زمان تغیر مسیر صبر کنید..."
1087
 
1088
+ #: lib/wfu_constants.php:248
1089
  msgid "Submitting data"
1090
  msgstr "در حال ارسال داده ها"
1091
 
1092
+ #: lib/wfu_constants.php:249
1093
  msgid "Data submitted successfully!"
1094
  msgstr "داده ها با موفقیت ارسال شدند!"
1095
 
1096
+ #: lib/wfu_constants.php:250
1097
  msgid "Data were not submitted!"
1098
  msgstr "داده ها ارسال نشدند!"
1099
 
1100
+ #: lib/wfu_constants.php:251
1101
  msgid "Cancelling upload"
1102
+ msgstr "در حال انصراف از بارگذاری"
1103
 
1104
+ #: lib/wfu_constants.php:253
1105
  msgid "Upload succeeded!"
1106
+ msgstr "بارگذاری موفقیت امیز بود."
1107
 
1108
+ #: lib/wfu_constants.php:254
1109
  msgid "Upload completed but no files were saved!"
1110
+ msgstr "بارگذاری کامل شد اما فایلی ذخیره نشد!"
1111
 
1112
+ #: lib/wfu_constants.php:255
1113
  msgid "File was not saved due to personal data policy!"
1114
+ msgstr "فایل به دلیل سیاست داده های شخصی ذخیره نشد!"
1115
 
1116
+ #: lib/wfu_constants.php:256
1117
  msgid "Open visual shortcode editor in new window"
1118
  msgstr "ویرایشگر شورت کد را در پنجره جدید باز کن"
1119
 
1120
+ #: lib/wfu_constants.php:257
1121
  msgid "loading visual editor"
1122
  msgstr "لود شدن ویرایشگر دیداری"
1123
 
1124
+ #: lib/wfu_constants.php:258
1125
  msgid "Clear file list?"
1126
  msgstr "پاک کردن لیست فایل؟"
1127
 
1128
+ #: lib/wfu_constants.php:259
1129
  msgid "DROP HERE"
1130
  msgstr "حذف کن"
1131
 
1132
+ #: lib/wfu_constants.php:261
1133
  msgid "record video"
1134
  msgstr "ضبط ویدیو"
1135
 
1136
+ #: lib/wfu_constants.php:262
1137
  msgid "take a picture"
1138
  msgstr "گرفتن تصویر"
1139
 
1140
+ #: lib/wfu_constants.php:263
1141
  msgid "turn webcam on/off"
1142
  msgstr "روشن/خاموش کردن وب کم"
1143
 
1144
+ #: lib/wfu_constants.php:264
1145
  msgid "go live again"
1146
  msgstr "زنده گرفتن"
1147
 
1148
+ #: lib/wfu_constants.php:265
1149
  msgid "end recording"
1150
  msgstr "پایان ضبط"
1151
 
1152
+ #: lib/wfu_constants.php:266
1153
  msgid "play"
1154
  msgstr "شروع"
1155
 
1156
+ #: lib/wfu_constants.php:267
1157
  msgid "pause"
1158
  msgstr "توقف"
1159
 
1160
+ #: lib/wfu_constants.php:268
1161
  msgid "go to the beginning"
1162
  msgstr "رفتن به ابتدا"
1163
 
1164
+ #: lib/wfu_constants.php:269
1165
  msgid "go to the end"
1166
  msgstr "رفتن به انتها"
1167
 
1168
+ #: lib/wfu_constants.php:271
1169
  msgid "Wordpress File Upload Form"
1170
+ msgstr "فرم بارگذاری فایل وردپرس"
1171
 
1172
+ #: lib/wfu_constants.php:272
1173
  msgid "Wordpress File Upload plugin uploader for sidebars"
1174
+ msgstr "بارگذارنده افزونه بارگذاری فایل وردپرس برای ستون کناری"
1175
 
1176
+ #: lib/wfu_constants.php:273
1177
  msgid "Upload Files"
1178
+ msgstr "بارگذاری فایل"
1179
+
1180
+ #: lib/wfu_functions.php:8192
1181
+ msgid "Wordpress File Upload Consent Status"
1182
+ msgstr "وضعیت اچازه نامه بارگذاری فایل وردپرس"
1183
+
1184
+ #: lib/wfu_functions.php:8195
1185
+ msgid "Consent Status"
1186
+ msgstr "وضعیت اجازه نامه"
1187
+
1188
+ #: lib/wfu_functions.php:8197
1189
+ msgid "You have given your consent to store personal data."
1190
+ msgstr "شما اجازه می دهید داده های شخصی شما جمع اوری و ذخیره شود"
1191
+
1192
+ #: lib/wfu_functions.php:8197
1193
+ msgid "You have denied to store personal data."
1194
+ msgstr "شما جمع اوری داده های شخصی را مسدود کرده اید"
1195
+
1196
+ #: lib/wfu_functions.php:8197
1197
+ msgid "You have not answered to consent yet."
1198
+ msgstr "شما به سوال اچازه نامه پاسخ نداده اید"
1199
+
1200
+ #: lib/wfu_functions.php:8203
1201
+ msgid "Change status to"
1202
+ msgstr "تغییر وضعیت به"
1203
+
1204
+ #: lib/wfu_functions.php:8205
1205
+ msgid "No change"
1206
+ msgstr "بدون تغییر"
1207
+
1208
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1209
+ msgid "Revoke Consent"
1210
+ msgstr "لغو اجازه"
1211
+
1212
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1213
+ msgid "Clear Consent"
1214
+ msgstr "پاکسازی اجازه"
1215
+
1216
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1217
+ msgid "Give Consent"
1218
+ msgstr "دادن اجازه"
1219
+
1220
+ #: lib/wfu_widget.php:52
1221
+ msgid "Title:"
1222
+ msgstr "عنوان: "
1223
+
1224
+ #: lib/wfu_widget.php:56
1225
+ msgid "Shortcode Attributes:"
1226
+ msgstr "ویژگی های شورت کد"
1227
+
1228
+ #~ msgid "https://www.iptanus.com/nickolas"
1229
+ #~ msgstr "https://www.iptanus.com/nickolas"
1230
+
1231
+ #~ msgid "Nickolas Bossinas"
1232
+ #~ msgstr "نیکولاس بوسیناس"
1233
+
1234
+ #~ msgid "Simple interface to upload files from a page."
1235
+ #~ msgstr "یک رابط کاربری ساده برای بارگذاری فایل ها در یک صفحه"
1236
+
1237
+ #~ msgid "https://www.iptanus.com/support/wordpress-file-upload"
1238
+ #~ msgstr "https://www.iptanus.com/support/wordpress-file-upload"
1239
+
1240
+ #~ msgid "Wordpress File Upload"
1241
+ #~ msgstr "بارگذاری فایل وردپرس"
1242
 
1243
  #~ msgid ""
1244
  #~ "Iptanus Services Server is unreachable. This may cause problems in some "
languages/wp-file-upload-fr_FR.mo CHANGED
Binary file
languages/wp-file-upload-fr_FR.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:27+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:28+0300\n"
7
  "Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Generator: Poedit 2.2.1\n"
16
  "X-Poedit-SearchPath-0: .\n"
@@ -136,7 +137,7 @@ msgstr "Taille"
136
  msgid "User"
137
  msgstr "Utilisateur"
138
 
139
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
140
  msgid "Page"
141
  msgstr "Page"
142
 
@@ -280,49 +281,57 @@ msgid ""
280
  msgstr ""
281
 
282
  #: lib/wfu_constants.php:86
 
 
 
 
283
  msgid ""
284
  "Too many files are uploaded in a short period of time. This may be a Denial-"
285
  "Of-Service attack, so file was rejected. Please check the upload log for "
286
  "suspicious behaviour."
287
  msgstr ""
288
 
289
- #: lib/wfu_constants.php:87
290
  msgid ""
291
  "File not uploaded in order to prevent overflow of the website. Please "
292
  "contact administrator."
293
  msgstr ""
294
 
295
- #: lib/wfu_constants.php:88
296
  msgid "Target folder doesn't exist."
297
  msgstr ""
298
 
299
- #: lib/wfu_constants.php:89
300
  msgid "Upload failed! Missing a temporary folder."
301
  msgstr "Envoi impossible ! Il manque un répertoire temporaire."
302
 
303
- #: lib/wfu_constants.php:90
 
 
 
 
304
  msgid "Upload failed! Permission denied to write to target folder."
305
  msgstr ""
306
  "Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
307
  "destination."
308
 
309
- #: lib/wfu_constants.php:91
310
  msgid "File not allowed."
311
  msgstr "Type de fichier non autorisé."
312
 
313
- #: lib/wfu_constants.php:92
314
  msgid "File is suspicious and was rejected."
315
  msgstr ""
316
 
317
- #: lib/wfu_constants.php:93
318
  msgid "The uploaded file exceeds the file size limit."
319
  msgstr "La taille du fichier est supérieure à la taille limite."
320
 
321
- #: lib/wfu_constants.php:94
322
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
323
  msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
324
 
325
- #: lib/wfu_constants.php:95
326
  msgid ""
327
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
328
  "Please contact the administrator."
@@ -330,7 +339,7 @@ msgstr ""
330
  "Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
331
  "Contactez l'administrateur."
332
 
333
- #: lib/wfu_constants.php:96
334
  msgid ""
335
  "Upload failed! The duration of the upload exceeded the time limit of the "
336
  "server. Please contact the administrator."
@@ -338,7 +347,7 @@ msgstr ""
338
  "Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
339
  "l'administrateur."
340
 
341
- #: lib/wfu_constants.php:97
342
  msgid ""
343
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
344
  "was specified in the HTML form."
@@ -346,19 +355,19 @@ msgstr ""
346
  "Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
347
  "spécifiée dans le formulaire HTML."
348
 
349
- #: lib/wfu_constants.php:98
350
  msgid "Upload failed! The uploaded file was only partially uploaded."
351
  msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
352
 
353
- #: lib/wfu_constants.php:99
354
  msgid "Upload failed! No file was uploaded."
355
  msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
356
 
357
- #: lib/wfu_constants.php:100
358
  msgid "Upload failed! Failed to write file to disk."
359
  msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
360
 
361
- #: lib/wfu_constants.php:101
362
  msgid ""
363
  "Upload failed! Error occured while moving temporary file. Please contact "
364
  "administrator."
@@ -366,11 +375,11 @@ msgstr ""
366
  "Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
367
  "temporaire. Contactez l'administrateur."
368
 
369
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
370
  msgid "Upload cancelled!"
371
  msgstr "Envoi annulé!"
372
 
373
- #: lib/wfu_constants.php:103
374
  msgid ""
375
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
376
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -380,21 +389,21 @@ msgstr ""
380
  "peut pas fournir avec certitude quelle extension est en cause. Examinez la "
381
  "liste des extensions chargées avec phpinfo() peut être utile."
382
 
383
- #: lib/wfu_constants.php:104
384
  msgid "Upload failed! Error occured while attemting to upload the file."
385
  msgstr ""
386
  "Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
387
  "fichier."
388
 
389
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
390
  msgid "Upload failed!"
391
  msgstr "Envoi impossible !"
392
 
393
- #: lib/wfu_constants.php:106
394
  msgid "No file!"
395
  msgstr "Pas de fichier !"
396
 
397
- #: lib/wfu_constants.php:107
398
  msgid ""
399
  "Upload failed! The upload has been canceled by the user or the browser "
400
  "dropped the connection."
@@ -402,27 +411,27 @@ msgstr ""
402
  "Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
403
  "interrompu la connexion."
404
 
405
- #: lib/wfu_constants.php:108
406
  msgid "Upload failed! Unknown error."
407
  msgstr "Envoi impossible! Erreur inconnue."
408
 
409
- #: lib/wfu_constants.php:109
410
  msgid "Please contact the administrator."
411
  msgstr "Merci de contacter l'administrateur."
412
 
413
- #: lib/wfu_constants.php:110
414
  msgid "No result from remote server!"
415
  msgstr "Pas de réponse du serveur distant !"
416
 
417
- #: lib/wfu_constants.php:111
418
  msgid " but with warnings"
419
  msgstr "mais avec des avertissements"
420
 
421
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
422
  msgid "Warning: JSON parse error."
423
  msgstr "Attention : Erreur d'analyse JSON"
424
 
425
- #: lib/wfu_constants.php:113
426
  msgid ""
427
  "Upload parameters of this file, passed as JSON string to the handler, could "
428
  "not be parsed."
@@ -430,19 +439,19 @@ msgstr ""
430
  "Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
431
  "peuvent pas être analysés."
432
 
433
- #: lib/wfu_constants.php:115
434
  msgid ""
435
  "UploadStates, passed as JSON string to the handler, could not be parsed."
436
  msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
437
 
438
- #: lib/wfu_constants.php:116
439
  msgid ""
440
  "Redirection to classic form functionality occurred due to unknown error."
441
  msgstr ""
442
  "La redirection vers la fonctionnalité classique des formulaires s'est "
443
  "produit à cause d'une erreur inconue."
444
 
445
- #: lib/wfu_constants.php:117
446
  msgid ""
447
  "Redirection to classic form functionality occurred because AJAX is not "
448
  "supported."
@@ -450,7 +459,7 @@ msgstr ""
450
  "La redirection vers la fonctionnalité classique des formulaire s'est produit "
451
  "car AJAX n'est pas supporté."
452
 
453
- #: lib/wfu_constants.php:118
454
  msgid ""
455
  "Redirection to classic form functionality occurred because HTML5 is not "
456
  "supported."
@@ -458,60 +467,60 @@ msgstr ""
458
  "La redirection vers la fonctionnalité classique des formulaires s'est "
459
  "produit car HTML5 n'est pas supporté."
460
 
461
- #: lib/wfu_constants.php:119
462
  msgid ""
463
  "Redirection to classic form functionality occurred due to JSON parse error."
464
  msgstr ""
465
  "La redirection vers la fonctionnalité classique des formulaires s'est "
466
  "produit à cause d'une erreur d'analyse JSON."
467
 
468
- #: lib/wfu_constants.php:120
469
  msgid "Please enable popup windows from the browser's settings!"
470
  msgstr ""
471
  "Veuillez activer les fenêtres contextuelles dans les paramètres du "
472
  "navigateur !"
473
 
474
- #: lib/wfu_constants.php:121
475
  msgid "cannot be empty!"
476
  msgstr "Ne peut pas être vide !"
477
 
478
- #: lib/wfu_constants.php:122
479
  msgid "number not valid!"
480
  msgstr "Nombre non valide !"
481
 
482
- #: lib/wfu_constants.php:123
483
  msgid "email not valid!"
484
  msgstr "L'e-mail n'est pas valide !"
485
 
486
- #: lib/wfu_constants.php:124
487
  msgid "emails do not match!"
488
  msgstr "Les e-mails ne correspondent pas !"
489
 
490
- #: lib/wfu_constants.php:125
491
  msgid "no base email field in group!"
492
  msgstr "Aucun champ email de base en groupe !"
493
 
494
- #: lib/wfu_constants.php:126
495
  msgid "passwords do not match!"
496
  msgstr "Les mots de passe ne correspondent pas !"
497
 
498
- #: lib/wfu_constants.php:127
499
  msgid "no base password field in group!"
500
  msgstr "Aucun champ de mot de passe de base dans le groupe !"
501
 
502
- #: lib/wfu_constants.php:128
503
  msgid "checkbox unchecked!"
504
  msgstr "Case à cocher désactivée !"
505
 
506
- #: lib/wfu_constants.php:129
507
  msgid "no option selected!"
508
  msgstr "Aucune option sélectionnée !"
509
 
510
- #: lib/wfu_constants.php:130
511
  msgid "no item selected!"
512
  msgstr "Aucun article sélectionné !"
513
 
514
- #: lib/wfu_constants.php:131
515
  msgid ""
516
  "There are more than one instances of the plugin in this page with the same "
517
  "id. Please change it."
@@ -519,7 +528,7 @@ msgstr ""
519
  "Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
520
  "id). Modifiez votre page."
521
 
522
- #: lib/wfu_constants.php:132
523
  msgid ""
524
  "Cannot edit the shortcode because the page has been modified. Please reload "
525
  "the page."
@@ -527,19 +536,19 @@ msgstr ""
527
  "Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
528
  "recharger la page."
529
 
530
- #: lib/wfu_constants.php:133
531
  msgid "Your browser does not support webcam capture!"
532
  msgstr ""
533
 
534
- #: lib/wfu_constants.php:134
535
  msgid "Your browser does not support video recording from the webcam!"
536
  msgstr ""
537
 
538
- #: lib/wfu_constants.php:135
539
  msgid "No video was recorded!"
540
  msgstr ""
541
 
542
- #: lib/wfu_constants.php:136
543
  msgid ""
544
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
545
  "or use RecaptchaV2 (no account)."
@@ -547,24 +556,24 @@ msgstr ""
547
  "Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
548
  "Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
549
 
550
- #: lib/wfu_constants.php:137
551
  msgid ""
552
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
553
  "notify administrator."
554
  msgstr ""
555
 
556
- #: lib/wfu_constants.php:138
557
  msgid ""
558
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
559
  "use RecaptchaV1 (no account)."
560
  msgstr ""
561
 
562
- #: lib/wfu_constants.php:139
563
  msgid "ERROR: No site key. Please contact administrator!"
564
  msgstr ""
565
  "Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
566
 
567
- #: lib/wfu_constants.php:140
568
  msgid ""
569
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
570
  "define Google Recaptcha keys."
@@ -572,151 +581,151 @@ msgstr ""
572
  "Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
573
  "Tableau de bord pour définir des clés de Google Recaptcha."
574
 
575
- #: lib/wfu_constants.php:141
576
  msgid "Bad captcha image!"
577
  msgstr "Mauvaise image de captcha !"
578
 
579
- #: lib/wfu_constants.php:142
580
  msgid "No input!"
581
  msgstr "Aucune entrée !"
582
 
583
- #: lib/wfu_constants.php:143
584
  msgid "Captcha not completed!"
585
  msgstr "Captcha incomplet !"
586
 
587
- #: lib/wfu_constants.php:144
588
  msgid "Wrong captcha!"
589
  msgstr "Mauvaise saisie captcha!"
590
 
591
- #: lib/wfu_constants.php:145
592
  msgid "Error refreshing captcha!"
593
  msgstr "Erreur mise à jour du captcha!"
594
 
595
- #: lib/wfu_constants.php:146
596
  msgid "Unknown captcha error!"
597
  msgstr "Captcha erreur inconnue!"
598
 
599
- #: lib/wfu_constants.php:147
600
  msgid "Captcha not supported by your browser!"
601
  msgstr "Captcha n'a pas supporté par votre navigateur!"
602
 
603
- #: lib/wfu_constants.php:148
604
  msgid "the secret parameter is missing"
605
  msgstr "le paramètre secret est manquant"
606
 
607
- #: lib/wfu_constants.php:149
608
  msgid "the secret parameter is invalid or malformed"
609
  msgstr "le paramètre secret est invalide ou malformé"
610
 
611
- #: lib/wfu_constants.php:150
612
  msgid "the response parameter is missing"
613
  msgstr "le paramètre de réponse est manquant"
614
 
615
- #: lib/wfu_constants.php:151
616
  msgid "the response parameter is invalid or malformed"
617
  msgstr "le paramètre de réponse est invalide ou malformé"
618
 
619
- #: lib/wfu_constants.php:152
620
  msgid "Please do not use drag drop due to an internal problem."
621
  msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
622
 
623
- #: lib/wfu_constants.php:153
624
  #, php-format
625
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
626
  msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
627
 
628
- #: lib/wfu_constants.php:154
629
  msgid "Chunked upload is not allowed!"
630
  msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
631
 
632
- #: lib/wfu_constants.php:155
633
  msgid "Chunked upload aborted due to error in previous chunk!"
634
  msgstr ""
635
  "Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
636
 
637
- #: lib/wfu_constants.php:156
638
  msgid "Chunked upload failed, final file could not be created!"
639
  msgstr ""
640
  "Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
641
 
642
- #: lib/wfu_constants.php:157
643
  #, php-format
644
  msgid "Could not write file chuck to destination on chunk %d"
645
  msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
646
 
647
- #: lib/wfu_constants.php:158
648
  #, php-format
649
  msgid "Could not enlarge destination file on chunk %d"
650
  msgstr "Impossible agrandir fichier de destination sur bloc %d"
651
 
652
- #: lib/wfu_constants.php:159
653
  #, php-format
654
  msgid "Could not open file handles on chunk %d"
655
  msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
656
 
657
- #: lib/wfu_constants.php:160
658
  msgid "You are not allowed to download this file!"
659
  msgstr ""
660
 
661
- #: lib/wfu_constants.php:161
662
  msgid "File does not exist!"
663
  msgstr ""
664
 
665
- #: lib/wfu_constants.php:162
666
  msgid "Could not download file!"
667
  msgstr ""
668
 
669
- #: lib/wfu_constants.php:163
670
  msgid "You are not allowed to delete this file!"
671
  msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
672
 
673
- #: lib/wfu_constants.php:164
674
  msgid "File was not deleted!"
675
  msgstr ""
676
 
677
- #: lib/wfu_constants.php:165
678
  msgid "No file was deleted!"
679
  msgstr ""
680
 
681
- #: lib/wfu_constants.php:166
682
  msgid "Some files were not deleted!"
683
  msgstr ""
684
 
685
- #: lib/wfu_constants.php:168
686
  msgid "Upload skipped! File already exists."
687
  msgstr "Envoi ignoré ! Le fichier existe déjà."
688
 
689
- #: lib/wfu_constants.php:169
690
  msgid "The extension of the file does not match its contents."
691
  msgstr ""
692
 
693
- #: lib/wfu_constants.php:170
694
  msgid ""
695
  "Upload succeeded but the file is suspicious because its contents do not "
696
  "match its extension. Its proper filename is: "
697
  msgstr ""
698
 
699
- #: lib/wfu_constants.php:171
700
  msgid "No files have been selected!"
701
  msgstr "Aucun fichier n'a été envoyé !"
702
 
703
- #: lib/wfu_constants.php:172
704
  msgid "Please complete the consent question before continuing the upload!"
705
  msgstr ""
706
 
707
- #: lib/wfu_constants.php:173
708
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
709
  msgstr ""
710
  "WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
711
  "envoyer."
712
 
713
- #: lib/wfu_constants.php:174
714
  msgid "Notification email was not sent because there were no files uploaded."
715
  msgstr ""
716
  "Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
717
  "envoyer."
718
 
719
- #: lib/wfu_constants.php:175
720
  msgid ""
721
  "Notification email was not sent because no recipients were defined. Please "
722
  "check notifyrecipients attribute in the shortcode."
@@ -724,7 +733,7 @@ msgstr ""
724
  "Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
725
  "Merci de vérifier l'attribut notifyrecipients dans le shortcode."
726
 
727
- #: lib/wfu_constants.php:176
728
  msgid ""
729
  "Notification email was not sent due to an error. Please check "
730
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -732,7 +741,7 @@ msgstr ""
732
  "Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
733
  "vérifier les attributs notifyrecipients, notifysubject et notifymessage."
734
 
735
- #: lib/wfu_constants.php:177
736
  msgid ""
737
  "Redirection not executed because redirection link is empty. Please check "
738
  "redirectlink attribute."
@@ -740,18 +749,18 @@ msgstr ""
740
  "La redirection n'a pas été effectuée car le lien de redirection est vide. "
741
  "Merci de vérifier l'attribut redirectlink."
742
 
743
- #: lib/wfu_constants.php:178
744
  msgid ""
745
  "Redirection not executed because not all files were successfully uploaded."
746
  msgstr ""
747
  "La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
748
  "envoyés."
749
 
750
- #: lib/wfu_constants.php:179
751
  msgid "Potential Denial-Of-Service Attack on {SITE}"
752
  msgstr ""
753
 
754
- #: lib/wfu_constants.php:180
755
  msgid ""
756
  "Hello admin\n"
757
  "\n"
@@ -771,19 +780,19 @@ msgid ""
771
  "Thanks"
772
  msgstr ""
773
 
774
- #: lib/wfu_constants.php:181
775
  msgid ""
776
  "You have activated an alternative insecure Iptanus Services Server. For "
777
  "details please contact info@iptanus.com."
778
  msgstr ""
779
 
780
- #: lib/wfu_constants.php:182
781
  msgid ""
782
  "Iptanus Services Server is unreachable. This may cause problems on some "
783
  "plugin functions. Please read this :article: for resolution."
784
  msgstr ""
785
 
786
- #: lib/wfu_constants.php:184
787
  msgid ""
788
  "Failed to add the shortcode to the page/post. Please try again. If the "
789
  "message persists, contact administrator."
@@ -791,7 +800,7 @@ msgstr ""
791
  "Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
792
  "le message persiste, contactez l' administrateur."
793
 
794
- #: lib/wfu_constants.php:185
795
  msgid ""
796
  "Failed to edit the shortcode because the contents of the page changed. Try "
797
  "again to edit the shortcode."
@@ -799,7 +808,7 @@ msgstr ""
799
  "Impossible de modifier le shortcode parce que le contenu de la page a "
800
  "changé. Essayez à nouveau de modifier le shortcode."
801
 
802
- #: lib/wfu_constants.php:186
803
  msgid ""
804
  "Failed to delete the shortcode because the contents of the page changed. Try "
805
  "again to delete it."
@@ -807,7 +816,7 @@ msgstr ""
807
  "Impossible de supprimer le shortcode parce que le contenu de la page a "
808
  "changé. Essayez à nouveau de le supprimer."
809
 
810
- #: lib/wfu_constants.php:187
811
  msgid ""
812
  "The page containing the shortcode has been modified and it is no longer "
813
  "valid. Please go back to reload the shortcode."
@@ -815,7 +824,7 @@ msgstr ""
815
  "La page contenant le shortcode a été modifié et il n'est plus valide. "
816
  "Rechargez le shortcode."
817
 
818
- #: lib/wfu_constants.php:188
819
  msgid ""
820
  "Failed to update the shortcode because the contents of the page changed. Go "
821
  "back to reload the shortcode."
@@ -823,7 +832,7 @@ msgstr ""
823
  "Impossible de mettre à jour le shortcode parce que le contenu de la page a "
824
  "changé. Rechargez le shortcode."
825
 
826
- #: lib/wfu_constants.php:189
827
  msgid ""
828
  "Failed to update the shortcode. Please try again. If the problem persists, "
829
  "go back and reload the shortcode."
@@ -831,39 +840,39 @@ msgstr ""
831
  "Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
832
  "persiste, rechargez le shortcode."
833
 
834
- #: lib/wfu_constants.php:191
835
  msgid "This is a test message"
836
  msgstr "Ceci est un message de test"
837
 
838
- #: lib/wfu_constants.php:192
839
  msgid "This is a test administrator message"
840
  msgstr "Ceci est un message administrateur de test"
841
 
842
- #: lib/wfu_constants.php:193
843
  msgid "File testfile 1 under test"
844
  msgstr "File testfile 1 under test"
845
 
846
- #: lib/wfu_constants.php:194
847
  msgid "File testfile 1 message"
848
  msgstr "File testfile 1 message"
849
 
850
- #: lib/wfu_constants.php:195
851
  msgid "File testfile 1 administrator message"
852
  msgstr "Message administrateur File testfile"
853
 
854
- #: lib/wfu_constants.php:196
855
  msgid "File testfile 2 under test"
856
  msgstr "En test File testfile"
857
 
858
- #: lib/wfu_constants.php:197
859
  msgid "File testfile 2 message"
860
  msgstr "Message File testfile 2"
861
 
862
- #: lib/wfu_constants.php:198
863
  msgid "File testfile 2 administrator message"
864
  msgstr "Message administrateur File testfile 2"
865
 
866
- #: lib/wfu_constants.php:200
867
  msgid ""
868
  "Insert variable %userid% inside text. It will be replaced by the id of the "
869
  "current user."
@@ -871,7 +880,7 @@ msgstr ""
871
  "Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
872
  "l'utilisateur courant."
873
 
874
- #: lib/wfu_constants.php:201
875
  msgid ""
876
  "Insert variable %username% inside text. It will be replaced by the username "
877
  "of the current user."
@@ -879,7 +888,7 @@ msgstr ""
879
  "Insérez la variable %username% dans le texte. Il sera remplacé par le "
880
  "username de l'utilisateur courant."
881
 
882
- #: lib/wfu_constants.php:202
883
  msgid ""
884
  "Insert variable %useremail% inside text. It will be replaced by the email of "
885
  "the current user."
@@ -887,7 +896,7 @@ msgstr ""
887
  "Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
888
  "de l'utilisateur courant."
889
 
890
- #: lib/wfu_constants.php:203
891
  msgid ""
892
  "Insert variable %filename% inside text. It will be replaced by the filename "
893
  "of the uploaded file."
@@ -895,7 +904,7 @@ msgstr ""
895
  "Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
896
  "fichier à envoyer."
897
 
898
- #: lib/wfu_constants.php:204
899
  msgid ""
900
  "Insert variable %filepath% inside text. It will be replaced by the full "
901
  "filepath of the uploaded file."
@@ -903,7 +912,7 @@ msgstr ""
903
  "Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
904
  "complet du fichier envoyé."
905
 
906
- #: lib/wfu_constants.php:205
907
  msgid ""
908
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
909
  "the website."
@@ -911,7 +920,7 @@ msgstr ""
911
  "Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
912
  "blog du site web."
913
 
914
- #: lib/wfu_constants.php:206
915
  msgid ""
916
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
917
  "current page."
@@ -919,7 +928,7 @@ msgstr ""
919
  "Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
920
  "page en cours."
921
 
922
- #: lib/wfu_constants.php:207
923
  msgid ""
924
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
925
  "the current page."
@@ -927,7 +936,7 @@ msgstr ""
927
  "Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
928
  "la page courante."
929
 
930
- #: lib/wfu_constants.php:208
931
  msgid ""
932
  "Insert variable %userdataXXX% inside text. Select the user field from the "
933
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -937,238 +946,288 @@ msgstr ""
937
  "l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
938
  "l'utilisateur aura entré dans ce champ."
939
 
940
- #: lib/wfu_constants.php:209
941
  msgid "Insert variable %n% inside text to denote a line change."
942
  msgstr ""
943
  "Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
944
  "de ligne."
945
 
946
- #: lib/wfu_constants.php:211
947
  #, php-format
948
  msgid "File %filename% uploaded successfully but not saved"
949
  msgstr ""
950
 
951
- #: lib/wfu_constants.php:212
952
  msgid "Test Mode"
953
  msgstr "Mode de test"
954
 
955
- #: lib/wfu_constants.php:213
956
  msgid "select dir..."
957
  msgstr "Sélectionnez dir"
958
 
959
- #: lib/wfu_constants.php:214
960
  msgid "type dir"
961
  msgstr "Saisir dir"
962
 
963
- #: lib/wfu_constants.php:215
964
  msgid "Upload path: %filepath%"
965
  msgstr "Chemin d'upload : %filepath%"
966
 
967
- #: lib/wfu_constants.php:216
968
  msgid "Failed upload path: %filepath%"
969
  msgstr "Mauvais répertoire d'envoi : %filepath%"
970
 
971
- #: lib/wfu_constants.php:217
972
  msgid " (required)"
973
  msgstr " (*)"
974
 
975
- #: lib/wfu_constants.php:218
976
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
977
  msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
978
 
979
- #: lib/wfu_constants.php:219
980
  msgid "checking captcha..."
981
  msgstr "Vérifiez captcha..."
982
 
983
- #: lib/wfu_constants.php:220
984
  msgid "refreshing..."
985
  msgstr "Mise à jour..."
986
 
987
- #: lib/wfu_constants.php:221
988
  msgid "correct captcha"
989
  msgstr "Captcha correctement saisi"
990
 
991
- #: lib/wfu_constants.php:222
992
  msgid "click to continue the upload"
993
  msgstr "Cliquer pour continuer l'envoi"
994
 
995
- #: lib/wfu_constants.php:223
996
  msgid "Are you sure you want to delete this file?"
997
  msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
998
 
999
- #: lib/wfu_constants.php:224
1000
  msgid "Are you sure you want to delete these files?"
1001
  msgstr ""
1002
 
1003
- #: lib/wfu_constants.php:225
1004
  msgid "Bulk Actions"
1005
  msgstr ""
1006
 
1007
- #: lib/wfu_constants.php:226
1008
  msgid "Apply"
1009
  msgstr ""
1010
 
1011
- #: lib/wfu_constants.php:228
1012
  msgid "of "
1013
  msgstr "sur "
1014
 
1015
- #: lib/wfu_constants.php:229
1016
  msgid "Are you sure that you want to cancel the upload?"
1017
  msgstr ""
1018
 
1019
- #: lib/wfu_constants.php:230
1020
  msgid "cancel upload of this file"
1021
  msgstr ""
1022
 
1023
- #: lib/wfu_constants.php:231
1024
  msgid "Upload in progress"
1025
  msgstr "Envoi en cours"
1026
 
1027
- #: lib/wfu_constants.php:232
1028
  msgid "Upload in progress with warnings!"
1029
  msgstr "Envoi en cours mais avec des avertissements!"
1030
 
1031
- #: lib/wfu_constants.php:233
1032
  msgid "Upload in progress but some files already failed!"
1033
  msgstr "Envoi en cours mais certains fichiers ont échoués!"
1034
 
1035
- #: lib/wfu_constants.php:234
1036
  msgid "Upload in progress but no files uploaded so far!"
1037
  msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
1038
 
1039
- #: lib/wfu_constants.php:235
1040
  msgid "All files uploaded successfully"
1041
  msgstr "Tous les fichiers ont été envoyés avec succès"
1042
 
1043
- #: lib/wfu_constants.php:236
1044
  msgid "All files uploaded successfully but there are warnings!"
1045
  msgstr ""
1046
  "Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
1047
 
1048
- #: lib/wfu_constants.php:237
1049
  msgid "File uploaded successfully but there are warnings!"
1050
  msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
1051
 
1052
- #: lib/wfu_constants.php:238
1053
  msgid "Some files failed to upload!"
1054
  msgstr "Certains fichiers n'ont pas été envoyé"
1055
 
1056
- #: lib/wfu_constants.php:239
1057
  msgid "All files failed to upload"
1058
  msgstr "Impossible d'envoyer les fichiers"
1059
 
1060
- #: lib/wfu_constants.php:240
1061
  msgid "File failed to upload"
1062
  msgstr "Impossible d'envoyer le fichier"
1063
 
1064
- #: lib/wfu_constants.php:241
1065
  msgid "There are no files to upload!"
1066
  msgstr "Il n'y a pas de fichiers à envoyer"
1067
 
1068
- #: lib/wfu_constants.php:242
1069
  msgid "Test upload message"
1070
  msgstr "Message de test d'upload"
1071
 
1072
- #: lib/wfu_constants.php:243
1073
  msgid "JSON parse warning!"
1074
  msgstr "Avertissements d'analyse JSON."
1075
 
1076
- #: lib/wfu_constants.php:244
1077
  msgid "please wait while redirecting..."
1078
  msgstr "Merci de patienter pendant la redirection..."
1079
 
1080
- #: lib/wfu_constants.php:246
1081
  msgid "Submitting data"
1082
  msgstr ""
1083
 
1084
- #: lib/wfu_constants.php:247
1085
  msgid "Data submitted successfully!"
1086
  msgstr ""
1087
 
1088
- #: lib/wfu_constants.php:248
1089
  msgid "Data were not submitted!"
1090
  msgstr ""
1091
 
1092
- #: lib/wfu_constants.php:249
1093
  msgid "Cancelling upload"
1094
  msgstr ""
1095
 
1096
- #: lib/wfu_constants.php:251
1097
  msgid "Upload succeeded!"
1098
  msgstr ""
1099
 
1100
- #: lib/wfu_constants.php:252
1101
  msgid "Upload completed but no files were saved!"
1102
  msgstr ""
1103
 
1104
- #: lib/wfu_constants.php:253
1105
  msgid "File was not saved due to personal data policy!"
1106
  msgstr ""
1107
 
1108
- #: lib/wfu_constants.php:254
1109
  msgid "Open visual shortcode editor in new window"
1110
  msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
1111
 
1112
- #: lib/wfu_constants.php:255
1113
  msgid "loading visual editor"
1114
  msgstr "Chargement de l'éditeur visuel"
1115
 
1116
- #: lib/wfu_constants.php:256
1117
  msgid "Clear file list?"
1118
  msgstr "Effacer la liste des fichiers ?"
1119
 
1120
- #: lib/wfu_constants.php:257
1121
  msgid "DROP HERE"
1122
  msgstr "Déposer ici"
1123
 
1124
- #: lib/wfu_constants.php:259
1125
  msgid "record video"
1126
  msgstr ""
1127
 
1128
- #: lib/wfu_constants.php:260
1129
  msgid "take a picture"
1130
  msgstr ""
1131
 
1132
- #: lib/wfu_constants.php:261
1133
  msgid "turn webcam on/off"
1134
  msgstr ""
1135
 
1136
- #: lib/wfu_constants.php:262
1137
  msgid "go live again"
1138
  msgstr ""
1139
 
1140
- #: lib/wfu_constants.php:263
1141
  msgid "end recording"
1142
  msgstr ""
1143
 
1144
- #: lib/wfu_constants.php:264
1145
  msgid "play"
1146
  msgstr ""
1147
 
1148
- #: lib/wfu_constants.php:265
1149
  msgid "pause"
1150
  msgstr ""
1151
 
1152
- #: lib/wfu_constants.php:266
1153
  msgid "go to the beginning"
1154
  msgstr ""
1155
 
1156
- #: lib/wfu_constants.php:267
1157
  msgid "go to the end"
1158
  msgstr ""
1159
 
1160
- #: lib/wfu_constants.php:269
1161
  msgid "Wordpress File Upload Form"
1162
  msgstr "Wordpress File Upload Formulaire"
1163
 
1164
- #: lib/wfu_constants.php:270
1165
  msgid "Wordpress File Upload plugin uploader for sidebars"
1166
  msgstr "Wordpress File Upload extension d'upload pour sidebar."
1167
 
1168
- #: lib/wfu_constants.php:271
1169
  msgid "Upload Files"
1170
  msgstr "Envoyer des fichiers"
1171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
  #~ msgid "Targer folder doesn't exist."
1173
  #~ msgstr "Le répertoire de destination n'existe pas."
1174
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:12+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:12+0200\n"
7
  "Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Generator: Poedit 2.2.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
137
  msgid "User"
138
  msgstr "Utilisateur"
139
 
140
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
141
  msgid "Page"
142
  msgstr "Page"
143
 
281
  msgstr ""
282
 
283
  #: lib/wfu_constants.php:86
284
+ msgid "Error. This file was rejected because its not a valid image."
285
+ msgstr ""
286
+
287
+ #: lib/wfu_constants.php:87
288
  msgid ""
289
  "Too many files are uploaded in a short period of time. This may be a Denial-"
290
  "Of-Service attack, so file was rejected. Please check the upload log for "
291
  "suspicious behaviour."
292
  msgstr ""
293
 
294
+ #: lib/wfu_constants.php:88
295
  msgid ""
296
  "File not uploaded in order to prevent overflow of the website. Please "
297
  "contact administrator."
298
  msgstr ""
299
 
300
+ #: lib/wfu_constants.php:89
301
  msgid "Target folder doesn't exist."
302
  msgstr ""
303
 
304
+ #: lib/wfu_constants.php:90
305
  msgid "Upload failed! Missing a temporary folder."
306
  msgstr "Envoi impossible ! Il manque un répertoire temporaire."
307
 
308
+ #: lib/wfu_constants.php:91
309
+ msgid "Not allowed to upload to target folder."
310
+ msgstr ""
311
+
312
+ #: lib/wfu_constants.php:92
313
  msgid "Upload failed! Permission denied to write to target folder."
314
  msgstr ""
315
  "Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
316
  "destination."
317
 
318
+ #: lib/wfu_constants.php:93
319
  msgid "File not allowed."
320
  msgstr "Type de fichier non autorisé."
321
 
322
+ #: lib/wfu_constants.php:94
323
  msgid "File is suspicious and was rejected."
324
  msgstr ""
325
 
326
+ #: lib/wfu_constants.php:95
327
  msgid "The uploaded file exceeds the file size limit."
328
  msgstr "La taille du fichier est supérieure à la taille limite."
329
 
330
+ #: lib/wfu_constants.php:96
331
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
332
  msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
333
 
334
+ #: lib/wfu_constants.php:97
335
  msgid ""
336
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
337
  "Please contact the administrator."
339
  "Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
340
  "Contactez l'administrateur."
341
 
342
+ #: lib/wfu_constants.php:98
343
  msgid ""
344
  "Upload failed! The duration of the upload exceeded the time limit of the "
345
  "server. Please contact the administrator."
347
  "Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
348
  "l'administrateur."
349
 
350
+ #: lib/wfu_constants.php:99
351
  msgid ""
352
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
353
  "was specified in the HTML form."
355
  "Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
356
  "spécifiée dans le formulaire HTML."
357
 
358
+ #: lib/wfu_constants.php:100
359
  msgid "Upload failed! The uploaded file was only partially uploaded."
360
  msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
361
 
362
+ #: lib/wfu_constants.php:101
363
  msgid "Upload failed! No file was uploaded."
364
  msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
365
 
366
+ #: lib/wfu_constants.php:102
367
  msgid "Upload failed! Failed to write file to disk."
368
  msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
369
 
370
+ #: lib/wfu_constants.php:103
371
  msgid ""
372
  "Upload failed! Error occured while moving temporary file. Please contact "
373
  "administrator."
375
  "Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
376
  "temporaire. Contactez l'administrateur."
377
 
378
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
379
  msgid "Upload cancelled!"
380
  msgstr "Envoi annulé!"
381
 
382
+ #: lib/wfu_constants.php:105
383
  msgid ""
384
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
385
  "a way to ascertain which extension caused the file upload to stop; examining "
389
  "peut pas fournir avec certitude quelle extension est en cause. Examinez la "
390
  "liste des extensions chargées avec phpinfo() peut être utile."
391
 
392
+ #: lib/wfu_constants.php:106
393
  msgid "Upload failed! Error occured while attemting to upload the file."
394
  msgstr ""
395
  "Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
396
  "fichier."
397
 
398
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
399
  msgid "Upload failed!"
400
  msgstr "Envoi impossible !"
401
 
402
+ #: lib/wfu_constants.php:108
403
  msgid "No file!"
404
  msgstr "Pas de fichier !"
405
 
406
+ #: lib/wfu_constants.php:109
407
  msgid ""
408
  "Upload failed! The upload has been canceled by the user or the browser "
409
  "dropped the connection."
411
  "Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
412
  "interrompu la connexion."
413
 
414
+ #: lib/wfu_constants.php:110
415
  msgid "Upload failed! Unknown error."
416
  msgstr "Envoi impossible! Erreur inconnue."
417
 
418
+ #: lib/wfu_constants.php:111
419
  msgid "Please contact the administrator."
420
  msgstr "Merci de contacter l'administrateur."
421
 
422
+ #: lib/wfu_constants.php:112
423
  msgid "No result from remote server!"
424
  msgstr "Pas de réponse du serveur distant !"
425
 
426
+ #: lib/wfu_constants.php:113
427
  msgid " but with warnings"
428
  msgstr "mais avec des avertissements"
429
 
430
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
431
  msgid "Warning: JSON parse error."
432
  msgstr "Attention : Erreur d'analyse JSON"
433
 
434
+ #: lib/wfu_constants.php:115
435
  msgid ""
436
  "Upload parameters of this file, passed as JSON string to the handler, could "
437
  "not be parsed."
439
  "Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
440
  "peuvent pas être analysés."
441
 
442
+ #: lib/wfu_constants.php:117
443
  msgid ""
444
  "UploadStates, passed as JSON string to the handler, could not be parsed."
445
  msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
446
 
447
+ #: lib/wfu_constants.php:118
448
  msgid ""
449
  "Redirection to classic form functionality occurred due to unknown error."
450
  msgstr ""
451
  "La redirection vers la fonctionnalité classique des formulaires s'est "
452
  "produit à cause d'une erreur inconue."
453
 
454
+ #: lib/wfu_constants.php:119
455
  msgid ""
456
  "Redirection to classic form functionality occurred because AJAX is not "
457
  "supported."
459
  "La redirection vers la fonctionnalité classique des formulaire s'est produit "
460
  "car AJAX n'est pas supporté."
461
 
462
+ #: lib/wfu_constants.php:120
463
  msgid ""
464
  "Redirection to classic form functionality occurred because HTML5 is not "
465
  "supported."
467
  "La redirection vers la fonctionnalité classique des formulaires s'est "
468
  "produit car HTML5 n'est pas supporté."
469
 
470
+ #: lib/wfu_constants.php:121
471
  msgid ""
472
  "Redirection to classic form functionality occurred due to JSON parse error."
473
  msgstr ""
474
  "La redirection vers la fonctionnalité classique des formulaires s'est "
475
  "produit à cause d'une erreur d'analyse JSON."
476
 
477
+ #: lib/wfu_constants.php:122
478
  msgid "Please enable popup windows from the browser's settings!"
479
  msgstr ""
480
  "Veuillez activer les fenêtres contextuelles dans les paramètres du "
481
  "navigateur !"
482
 
483
+ #: lib/wfu_constants.php:123
484
  msgid "cannot be empty!"
485
  msgstr "Ne peut pas être vide !"
486
 
487
+ #: lib/wfu_constants.php:124
488
  msgid "number not valid!"
489
  msgstr "Nombre non valide !"
490
 
491
+ #: lib/wfu_constants.php:125
492
  msgid "email not valid!"
493
  msgstr "L'e-mail n'est pas valide !"
494
 
495
+ #: lib/wfu_constants.php:126
496
  msgid "emails do not match!"
497
  msgstr "Les e-mails ne correspondent pas !"
498
 
499
+ #: lib/wfu_constants.php:127
500
  msgid "no base email field in group!"
501
  msgstr "Aucun champ email de base en groupe !"
502
 
503
+ #: lib/wfu_constants.php:128
504
  msgid "passwords do not match!"
505
  msgstr "Les mots de passe ne correspondent pas !"
506
 
507
+ #: lib/wfu_constants.php:129
508
  msgid "no base password field in group!"
509
  msgstr "Aucun champ de mot de passe de base dans le groupe !"
510
 
511
+ #: lib/wfu_constants.php:130
512
  msgid "checkbox unchecked!"
513
  msgstr "Case à cocher désactivée !"
514
 
515
+ #: lib/wfu_constants.php:131
516
  msgid "no option selected!"
517
  msgstr "Aucune option sélectionnée !"
518
 
519
+ #: lib/wfu_constants.php:132
520
  msgid "no item selected!"
521
  msgstr "Aucun article sélectionné !"
522
 
523
+ #: lib/wfu_constants.php:133
524
  msgid ""
525
  "There are more than one instances of the plugin in this page with the same "
526
  "id. Please change it."
528
  "Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
529
  "id). Modifiez votre page."
530
 
531
+ #: lib/wfu_constants.php:134
532
  msgid ""
533
  "Cannot edit the shortcode because the page has been modified. Please reload "
534
  "the page."
536
  "Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
537
  "recharger la page."
538
 
539
+ #: lib/wfu_constants.php:135
540
  msgid "Your browser does not support webcam capture!"
541
  msgstr ""
542
 
543
+ #: lib/wfu_constants.php:136
544
  msgid "Your browser does not support video recording from the webcam!"
545
  msgstr ""
546
 
547
+ #: lib/wfu_constants.php:137
548
  msgid "No video was recorded!"
549
  msgstr ""
550
 
551
+ #: lib/wfu_constants.php:138
552
  msgid ""
553
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
554
  "or use RecaptchaV2 (no account)."
556
  "Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
557
  "Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
558
 
559
+ #: lib/wfu_constants.php:139
560
  msgid ""
561
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
562
  "notify administrator."
563
  msgstr ""
564
 
565
+ #: lib/wfu_constants.php:140
566
  msgid ""
567
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
568
  "use RecaptchaV1 (no account)."
569
  msgstr ""
570
 
571
+ #: lib/wfu_constants.php:141
572
  msgid "ERROR: No site key. Please contact administrator!"
573
  msgstr ""
574
  "Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
575
 
576
+ #: lib/wfu_constants.php:142
577
  msgid ""
578
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
579
  "define Google Recaptcha keys."
581
  "Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
582
  "Tableau de bord pour définir des clés de Google Recaptcha."
583
 
584
+ #: lib/wfu_constants.php:143
585
  msgid "Bad captcha image!"
586
  msgstr "Mauvaise image de captcha !"
587
 
588
+ #: lib/wfu_constants.php:144
589
  msgid "No input!"
590
  msgstr "Aucune entrée !"
591
 
592
+ #: lib/wfu_constants.php:145
593
  msgid "Captcha not completed!"
594
  msgstr "Captcha incomplet !"
595
 
596
+ #: lib/wfu_constants.php:146
597
  msgid "Wrong captcha!"
598
  msgstr "Mauvaise saisie captcha!"
599
 
600
+ #: lib/wfu_constants.php:147
601
  msgid "Error refreshing captcha!"
602
  msgstr "Erreur mise à jour du captcha!"
603
 
604
+ #: lib/wfu_constants.php:148
605
  msgid "Unknown captcha error!"
606
  msgstr "Captcha erreur inconnue!"
607
 
608
+ #: lib/wfu_constants.php:149
609
  msgid "Captcha not supported by your browser!"
610
  msgstr "Captcha n'a pas supporté par votre navigateur!"
611
 
612
+ #: lib/wfu_constants.php:150
613
  msgid "the secret parameter is missing"
614
  msgstr "le paramètre secret est manquant"
615
 
616
+ #: lib/wfu_constants.php:151
617
  msgid "the secret parameter is invalid or malformed"
618
  msgstr "le paramètre secret est invalide ou malformé"
619
 
620
+ #: lib/wfu_constants.php:152
621
  msgid "the response parameter is missing"
622
  msgstr "le paramètre de réponse est manquant"
623
 
624
+ #: lib/wfu_constants.php:153
625
  msgid "the response parameter is invalid or malformed"
626
  msgstr "le paramètre de réponse est invalide ou malformé"
627
 
628
+ #: lib/wfu_constants.php:154
629
  msgid "Please do not use drag drop due to an internal problem."
630
  msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
631
 
632
+ #: lib/wfu_constants.php:155
633
  #, php-format
634
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
635
  msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
636
 
637
+ #: lib/wfu_constants.php:156
638
  msgid "Chunked upload is not allowed!"
639
  msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
640
 
641
+ #: lib/wfu_constants.php:157
642
  msgid "Chunked upload aborted due to error in previous chunk!"
643
  msgstr ""
644
  "Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
645
 
646
+ #: lib/wfu_constants.php:158
647
  msgid "Chunked upload failed, final file could not be created!"
648
  msgstr ""
649
  "Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
650
 
651
+ #: lib/wfu_constants.php:159
652
  #, php-format
653
  msgid "Could not write file chuck to destination on chunk %d"
654
  msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
655
 
656
+ #: lib/wfu_constants.php:160
657
  #, php-format
658
  msgid "Could not enlarge destination file on chunk %d"
659
  msgstr "Impossible agrandir fichier de destination sur bloc %d"
660
 
661
+ #: lib/wfu_constants.php:161
662
  #, php-format
663
  msgid "Could not open file handles on chunk %d"
664
  msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
665
 
666
+ #: lib/wfu_constants.php:162
667
  msgid "You are not allowed to download this file!"
668
  msgstr ""
669
 
670
+ #: lib/wfu_constants.php:163
671
  msgid "File does not exist!"
672
  msgstr ""
673
 
674
+ #: lib/wfu_constants.php:164
675
  msgid "Could not download file!"
676
  msgstr ""
677
 
678
+ #: lib/wfu_constants.php:165
679
  msgid "You are not allowed to delete this file!"
680
  msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
681
 
682
+ #: lib/wfu_constants.php:166
683
  msgid "File was not deleted!"
684
  msgstr ""
685
 
686
+ #: lib/wfu_constants.php:167
687
  msgid "No file was deleted!"
688
  msgstr ""
689
 
690
+ #: lib/wfu_constants.php:168
691
  msgid "Some files were not deleted!"
692
  msgstr ""
693
 
694
+ #: lib/wfu_constants.php:170
695
  msgid "Upload skipped! File already exists."
696
  msgstr "Envoi ignoré ! Le fichier existe déjà."
697
 
698
+ #: lib/wfu_constants.php:171
699
  msgid "The extension of the file does not match its contents."
700
  msgstr ""
701
 
702
+ #: lib/wfu_constants.php:172
703
  msgid ""
704
  "Upload succeeded but the file is suspicious because its contents do not "
705
  "match its extension. Its proper filename is: "
706
  msgstr ""
707
 
708
+ #: lib/wfu_constants.php:173
709
  msgid "No files have been selected!"
710
  msgstr "Aucun fichier n'a été envoyé !"
711
 
712
+ #: lib/wfu_constants.php:174
713
  msgid "Please complete the consent question before continuing the upload!"
714
  msgstr ""
715
 
716
+ #: lib/wfu_constants.php:175
717
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
718
  msgstr ""
719
  "WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
720
  "envoyer."
721
 
722
+ #: lib/wfu_constants.php:176
723
  msgid "Notification email was not sent because there were no files uploaded."
724
  msgstr ""
725
  "Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
726
  "envoyer."
727
 
728
+ #: lib/wfu_constants.php:177
729
  msgid ""
730
  "Notification email was not sent because no recipients were defined. Please "
731
  "check notifyrecipients attribute in the shortcode."
733
  "Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
734
  "Merci de vérifier l'attribut notifyrecipients dans le shortcode."
735
 
736
+ #: lib/wfu_constants.php:178
737
  msgid ""
738
  "Notification email was not sent due to an error. Please check "
739
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
741
  "Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
742
  "vérifier les attributs notifyrecipients, notifysubject et notifymessage."
743
 
744
+ #: lib/wfu_constants.php:179
745
  msgid ""
746
  "Redirection not executed because redirection link is empty. Please check "
747
  "redirectlink attribute."
749
  "La redirection n'a pas été effectuée car le lien de redirection est vide. "
750
  "Merci de vérifier l'attribut redirectlink."
751
 
752
+ #: lib/wfu_constants.php:180
753
  msgid ""
754
  "Redirection not executed because not all files were successfully uploaded."
755
  msgstr ""
756
  "La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
757
  "envoyés."
758
 
759
+ #: lib/wfu_constants.php:181
760
  msgid "Potential Denial-Of-Service Attack on {SITE}"
761
  msgstr ""
762
 
763
+ #: lib/wfu_constants.php:182
764
  msgid ""
765
  "Hello admin\n"
766
  "\n"
780
  "Thanks"
781
  msgstr ""
782
 
783
+ #: lib/wfu_constants.php:183
784
  msgid ""
785
  "You have activated an alternative insecure Iptanus Services Server. For "
786
  "details please contact info@iptanus.com."
787
  msgstr ""
788
 
789
+ #: lib/wfu_constants.php:184
790
  msgid ""
791
  "Iptanus Services Server is unreachable. This may cause problems on some "
792
  "plugin functions. Please read this :article: for resolution."
793
  msgstr ""
794
 
795
+ #: lib/wfu_constants.php:186
796
  msgid ""
797
  "Failed to add the shortcode to the page/post. Please try again. If the "
798
  "message persists, contact administrator."
800
  "Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
801
  "le message persiste, contactez l' administrateur."
802
 
803
+ #: lib/wfu_constants.php:187
804
  msgid ""
805
  "Failed to edit the shortcode because the contents of the page changed. Try "
806
  "again to edit the shortcode."
808
  "Impossible de modifier le shortcode parce que le contenu de la page a "
809
  "changé. Essayez à nouveau de modifier le shortcode."
810
 
811
+ #: lib/wfu_constants.php:188
812
  msgid ""
813
  "Failed to delete the shortcode because the contents of the page changed. Try "
814
  "again to delete it."
816
  "Impossible de supprimer le shortcode parce que le contenu de la page a "
817
  "changé. Essayez à nouveau de le supprimer."
818
 
819
+ #: lib/wfu_constants.php:189
820
  msgid ""
821
  "The page containing the shortcode has been modified and it is no longer "
822
  "valid. Please go back to reload the shortcode."
824
  "La page contenant le shortcode a été modifié et il n'est plus valide. "
825
  "Rechargez le shortcode."
826
 
827
+ #: lib/wfu_constants.php:190
828
  msgid ""
829
  "Failed to update the shortcode because the contents of the page changed. Go "
830
  "back to reload the shortcode."
832
  "Impossible de mettre à jour le shortcode parce que le contenu de la page a "
833
  "changé. Rechargez le shortcode."
834
 
835
+ #: lib/wfu_constants.php:191
836
  msgid ""
837
  "Failed to update the shortcode. Please try again. If the problem persists, "
838
  "go back and reload the shortcode."
840
  "Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
841
  "persiste, rechargez le shortcode."
842
 
843
+ #: lib/wfu_constants.php:193
844
  msgid "This is a test message"
845
  msgstr "Ceci est un message de test"
846
 
847
+ #: lib/wfu_constants.php:194
848
  msgid "This is a test administrator message"
849
  msgstr "Ceci est un message administrateur de test"
850
 
851
+ #: lib/wfu_constants.php:195
852
  msgid "File testfile 1 under test"
853
  msgstr "File testfile 1 under test"
854
 
855
+ #: lib/wfu_constants.php:196
856
  msgid "File testfile 1 message"
857
  msgstr "File testfile 1 message"
858
 
859
+ #: lib/wfu_constants.php:197
860
  msgid "File testfile 1 administrator message"
861
  msgstr "Message administrateur File testfile"
862
 
863
+ #: lib/wfu_constants.php:198
864
  msgid "File testfile 2 under test"
865
  msgstr "En test File testfile"
866
 
867
+ #: lib/wfu_constants.php:199
868
  msgid "File testfile 2 message"
869
  msgstr "Message File testfile 2"
870
 
871
+ #: lib/wfu_constants.php:200
872
  msgid "File testfile 2 administrator message"
873
  msgstr "Message administrateur File testfile 2"
874
 
875
+ #: lib/wfu_constants.php:202
876
  msgid ""
877
  "Insert variable %userid% inside text. It will be replaced by the id of the "
878
  "current user."
880
  "Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
881
  "l'utilisateur courant."
882
 
883
+ #: lib/wfu_constants.php:203
884
  msgid ""
885
  "Insert variable %username% inside text. It will be replaced by the username "
886
  "of the current user."
888
  "Insérez la variable %username% dans le texte. Il sera remplacé par le "
889
  "username de l'utilisateur courant."
890
 
891
+ #: lib/wfu_constants.php:204
892
  msgid ""
893
  "Insert variable %useremail% inside text. It will be replaced by the email of "
894
  "the current user."
896
  "Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
897
  "de l'utilisateur courant."
898
 
899
+ #: lib/wfu_constants.php:205
900
  msgid ""
901
  "Insert variable %filename% inside text. It will be replaced by the filename "
902
  "of the uploaded file."
904
  "Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
905
  "fichier à envoyer."
906
 
907
+ #: lib/wfu_constants.php:206
908
  msgid ""
909
  "Insert variable %filepath% inside text. It will be replaced by the full "
910
  "filepath of the uploaded file."
912
  "Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
913
  "complet du fichier envoyé."
914
 
915
+ #: lib/wfu_constants.php:207
916
  msgid ""
917
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
918
  "the website."
920
  "Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
921
  "blog du site web."
922
 
923
+ #: lib/wfu_constants.php:208
924
  msgid ""
925
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
926
  "current page."
928
  "Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
929
  "page en cours."
930
 
931
+ #: lib/wfu_constants.php:209
932
  msgid ""
933
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
934
  "the current page."
936
  "Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
937
  "la page courante."
938
 
939
+ #: lib/wfu_constants.php:210
940
  msgid ""
941
  "Insert variable %userdataXXX% inside text. Select the user field from the "
942
  "drop-down list. It will be replaced by the value that the user entered in "
946
  "l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
947
  "l'utilisateur aura entré dans ce champ."
948
 
949
+ #: lib/wfu_constants.php:211
950
  msgid "Insert variable %n% inside text to denote a line change."
951
  msgstr ""
952
  "Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
953
  "de ligne."
954
 
955
+ #: lib/wfu_constants.php:213
956
  #, php-format
957
  msgid "File %filename% uploaded successfully but not saved"
958
  msgstr ""
959
 
960
+ #: lib/wfu_constants.php:214
961
  msgid "Test Mode"
962
  msgstr "Mode de test"
963
 
964
+ #: lib/wfu_constants.php:215
965
  msgid "select dir..."
966
  msgstr "Sélectionnez dir"
967
 
968
+ #: lib/wfu_constants.php:216
969
  msgid "type dir"
970
  msgstr "Saisir dir"
971
 
972
+ #: lib/wfu_constants.php:217
973
  msgid "Upload path: %filepath%"
974
  msgstr "Chemin d'upload : %filepath%"
975
 
976
+ #: lib/wfu_constants.php:218
977
  msgid "Failed upload path: %filepath%"
978
  msgstr "Mauvais répertoire d'envoi : %filepath%"
979
 
980
+ #: lib/wfu_constants.php:219
981
  msgid " (required)"
982
  msgstr " (*)"
983
 
984
+ #: lib/wfu_constants.php:220
985
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
986
  msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
987
 
988
+ #: lib/wfu_constants.php:221
989
  msgid "checking captcha..."
990
  msgstr "Vérifiez captcha..."
991
 
992
+ #: lib/wfu_constants.php:222
993
  msgid "refreshing..."
994
  msgstr "Mise à jour..."
995
 
996
+ #: lib/wfu_constants.php:223
997
  msgid "correct captcha"
998
  msgstr "Captcha correctement saisi"
999
 
1000
+ #: lib/wfu_constants.php:224
1001
  msgid "click to continue the upload"
1002
  msgstr "Cliquer pour continuer l'envoi"
1003
 
1004
+ #: lib/wfu_constants.php:225
1005
  msgid "Are you sure you want to delete this file?"
1006
  msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
1007
 
1008
+ #: lib/wfu_constants.php:226
1009
  msgid "Are you sure you want to delete these files?"
1010
  msgstr ""
1011
 
1012
+ #: lib/wfu_constants.php:227
1013
  msgid "Bulk Actions"
1014
  msgstr ""
1015
 
1016
+ #: lib/wfu_constants.php:228
1017
  msgid "Apply"
1018
  msgstr ""
1019
 
1020
+ #: lib/wfu_constants.php:230
1021
  msgid "of "
1022
  msgstr "sur "
1023
 
1024
+ #: lib/wfu_constants.php:231
1025
  msgid "Are you sure that you want to cancel the upload?"
1026
  msgstr ""
1027
 
1028
+ #: lib/wfu_constants.php:232
1029
  msgid "cancel upload of this file"
1030
  msgstr ""
1031
 
1032
+ #: lib/wfu_constants.php:233
1033
  msgid "Upload in progress"
1034
  msgstr "Envoi en cours"
1035
 
1036
+ #: lib/wfu_constants.php:234
1037
  msgid "Upload in progress with warnings!"
1038
  msgstr "Envoi en cours mais avec des avertissements!"
1039
 
1040
+ #: lib/wfu_constants.php:235
1041
  msgid "Upload in progress but some files already failed!"
1042
  msgstr "Envoi en cours mais certains fichiers ont échoués!"
1043
 
1044
+ #: lib/wfu_constants.php:236
1045
  msgid "Upload in progress but no files uploaded so far!"
1046
  msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
1047
 
1048
+ #: lib/wfu_constants.php:237
1049
  msgid "All files uploaded successfully"
1050
  msgstr "Tous les fichiers ont été envoyés avec succès"
1051
 
1052
+ #: lib/wfu_constants.php:238
1053
  msgid "All files uploaded successfully but there are warnings!"
1054
  msgstr ""
1055
  "Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
1056
 
1057
+ #: lib/wfu_constants.php:239
1058
  msgid "File uploaded successfully but there are warnings!"
1059
  msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
1060
 
1061
+ #: lib/wfu_constants.php:240
1062
  msgid "Some files failed to upload!"
1063
  msgstr "Certains fichiers n'ont pas été envoyé"
1064
 
1065
+ #: lib/wfu_constants.php:241
1066
  msgid "All files failed to upload"
1067
  msgstr "Impossible d'envoyer les fichiers"
1068
 
1069
+ #: lib/wfu_constants.php:242
1070
  msgid "File failed to upload"
1071
  msgstr "Impossible d'envoyer le fichier"
1072
 
1073
+ #: lib/wfu_constants.php:243
1074
  msgid "There are no files to upload!"
1075
  msgstr "Il n'y a pas de fichiers à envoyer"
1076
 
1077
+ #: lib/wfu_constants.php:244
1078
  msgid "Test upload message"
1079
  msgstr "Message de test d'upload"
1080
 
1081
+ #: lib/wfu_constants.php:245
1082
  msgid "JSON parse warning!"
1083
  msgstr "Avertissements d'analyse JSON."
1084
 
1085
+ #: lib/wfu_constants.php:246
1086
  msgid "please wait while redirecting..."
1087
  msgstr "Merci de patienter pendant la redirection..."
1088
 
1089
+ #: lib/wfu_constants.php:248
1090
  msgid "Submitting data"
1091
  msgstr ""
1092
 
1093
+ #: lib/wfu_constants.php:249
1094
  msgid "Data submitted successfully!"
1095
  msgstr ""
1096
 
1097
+ #: lib/wfu_constants.php:250
1098
  msgid "Data were not submitted!"
1099
  msgstr ""
1100
 
1101
+ #: lib/wfu_constants.php:251
1102
  msgid "Cancelling upload"
1103
  msgstr ""
1104
 
1105
+ #: lib/wfu_constants.php:253
1106
  msgid "Upload succeeded!"
1107
  msgstr ""
1108
 
1109
+ #: lib/wfu_constants.php:254
1110
  msgid "Upload completed but no files were saved!"
1111
  msgstr ""
1112
 
1113
+ #: lib/wfu_constants.php:255
1114
  msgid "File was not saved due to personal data policy!"
1115
  msgstr ""
1116
 
1117
+ #: lib/wfu_constants.php:256
1118
  msgid "Open visual shortcode editor in new window"
1119
  msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
1120
 
1121
+ #: lib/wfu_constants.php:257
1122
  msgid "loading visual editor"
1123
  msgstr "Chargement de l'éditeur visuel"
1124
 
1125
+ #: lib/wfu_constants.php:258
1126
  msgid "Clear file list?"
1127
  msgstr "Effacer la liste des fichiers ?"
1128
 
1129
+ #: lib/wfu_constants.php:259
1130
  msgid "DROP HERE"
1131
  msgstr "Déposer ici"
1132
 
1133
+ #: lib/wfu_constants.php:261
1134
  msgid "record video"
1135
  msgstr ""
1136
 
1137
+ #: lib/wfu_constants.php:262
1138
  msgid "take a picture"
1139
  msgstr ""
1140
 
1141
+ #: lib/wfu_constants.php:263
1142
  msgid "turn webcam on/off"
1143
  msgstr ""
1144
 
1145
+ #: lib/wfu_constants.php:264
1146
  msgid "go live again"
1147
  msgstr ""
1148
 
1149
+ #: lib/wfu_constants.php:265
1150
  msgid "end recording"
1151
  msgstr ""
1152
 
1153
+ #: lib/wfu_constants.php:266
1154
  msgid "play"
1155
  msgstr ""
1156
 
1157
+ #: lib/wfu_constants.php:267
1158
  msgid "pause"
1159
  msgstr ""
1160
 
1161
+ #: lib/wfu_constants.php:268
1162
  msgid "go to the beginning"
1163
  msgstr ""
1164
 
1165
+ #: lib/wfu_constants.php:269
1166
  msgid "go to the end"
1167
  msgstr ""
1168
 
1169
+ #: lib/wfu_constants.php:271
1170
  msgid "Wordpress File Upload Form"
1171
  msgstr "Wordpress File Upload Formulaire"
1172
 
1173
+ #: lib/wfu_constants.php:272
1174
  msgid "Wordpress File Upload plugin uploader for sidebars"
1175
  msgstr "Wordpress File Upload extension d'upload pour sidebar."
1176
 
1177
+ #: lib/wfu_constants.php:273
1178
  msgid "Upload Files"
1179
  msgstr "Envoyer des fichiers"
1180
 
1181
+ #: lib/wfu_functions.php:8192
1182
+ #, fuzzy
1183
+ #| msgid "Wordpress File Upload Form"
1184
+ msgid "Wordpress File Upload Consent Status"
1185
+ msgstr "Wordpress File Upload Formulaire"
1186
+
1187
+ #: lib/wfu_functions.php:8195
1188
+ msgid "Consent Status"
1189
+ msgstr ""
1190
+
1191
+ #: lib/wfu_functions.php:8197
1192
+ msgid "You have given your consent to store personal data."
1193
+ msgstr ""
1194
+
1195
+ #: lib/wfu_functions.php:8197
1196
+ msgid "You have denied to store personal data."
1197
+ msgstr ""
1198
+
1199
+ #: lib/wfu_functions.php:8197
1200
+ msgid "You have not answered to consent yet."
1201
+ msgstr ""
1202
+
1203
+ #: lib/wfu_functions.php:8203
1204
+ msgid "Change status to"
1205
+ msgstr ""
1206
+
1207
+ #: lib/wfu_functions.php:8205
1208
+ msgid "No change"
1209
+ msgstr ""
1210
+
1211
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1212
+ msgid "Revoke Consent"
1213
+ msgstr ""
1214
+
1215
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1216
+ msgid "Clear Consent"
1217
+ msgstr ""
1218
+
1219
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1220
+ msgid "Give Consent"
1221
+ msgstr ""
1222
+
1223
+ #: lib/wfu_widget.php:52
1224
+ msgid "Title:"
1225
+ msgstr ""
1226
+
1227
+ #: lib/wfu_widget.php:56
1228
+ msgid "Shortcode Attributes:"
1229
+ msgstr ""
1230
+
1231
  #~ msgid "Targer folder doesn't exist."
1232
  #~ msgstr "Le répertoire de destination n'existe pas."
1233
 
languages/wp-file-upload-it_IT.mo CHANGED
Binary file
languages/wp-file-upload-it_IT.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:28+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:28+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: it\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -135,7 +136,7 @@ msgstr "Dimensione"
135
  msgid "User"
136
  msgstr "Utente"
137
 
138
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
139
  msgid "Page"
140
  msgstr "Pagina"
141
 
@@ -279,6 +280,16 @@ msgstr ""
279
  "nome del file giusto è: "
280
 
281
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
 
 
282
  msgid ""
283
  "Too many files are uploaded in a short period of time. This may be a Denial-"
284
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -289,7 +300,7 @@ msgstr ""
289
  "rifiutato. Cortesemente controlla il log di caricamento dei file per "
290
  "verificare comportamenti sospetti."
291
 
292
- #: lib/wfu_constants.php:87
293
  msgid ""
294
  "File not uploaded in order to prevent overflow of the website. Please "
295
  "contact administrator."
@@ -297,37 +308,41 @@ msgstr ""
297
  "File non caricato per evitare un sovraccarico del sito web. Cortesemenete "
298
  "contatta l'amministratore."
299
 
300
- #: lib/wfu_constants.php:88
301
  msgid "Target folder doesn't exist."
302
  msgstr ""
303
 
304
- #: lib/wfu_constants.php:89
305
  msgid "Upload failed! Missing a temporary folder."
306
  msgstr "Caricamento fallito! Non trovo la cartella temporanea."
307
 
308
- #: lib/wfu_constants.php:90
 
 
 
 
309
  msgid "Upload failed! Permission denied to write to target folder."
310
  msgstr ""
311
  "Caricamento fallito! Permesso di scrittura negato nella cartella di "
312
  "destinazione."
313
 
314
- #: lib/wfu_constants.php:91
315
  msgid "File not allowed."
316
  msgstr "File non consentito."
317
 
318
- #: lib/wfu_constants.php:92
319
  msgid "File is suspicious and was rejected."
320
  msgstr "Il file è sospetto ed è stato rifiutato."
321
 
322
- #: lib/wfu_constants.php:93
323
  msgid "The uploaded file exceeds the file size limit."
324
  msgstr "Il file caricato supera il limite di dimensione dei file."
325
 
326
- #: lib/wfu_constants.php:94
327
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
328
  msgstr "Il file caricato supera i 2GB e non è supportato da questo server."
329
 
330
- #: lib/wfu_constants.php:95
331
  msgid ""
332
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
333
  "Please contact the administrator."
@@ -335,7 +350,7 @@ msgstr ""
335
  "Caricamento fallito! Il file caricato supera il limite di dimensione dei "
336
  "file del server. Cortesemente contatta l'amministratore."
337
 
338
- #: lib/wfu_constants.php:96
339
  msgid ""
340
  "Upload failed! The duration of the upload exceeded the time limit of the "
341
  "server. Please contact the administrator."
@@ -343,7 +358,7 @@ msgstr ""
343
  "Caricamento fallito! La durata del caricamento ha superato il limite "
344
  "temporale del server. Cortesemente contatta l'amministratore."
345
 
346
- #: lib/wfu_constants.php:97
347
  msgid ""
348
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
349
  "was specified in the HTML form."
@@ -351,19 +366,19 @@ msgstr ""
351
  "Caricamento fallito! Il file caricato supera la direttiva MAX_FILE_SIZE che "
352
  "è stata specificata nel form HTML."
353
 
354
- #: lib/wfu_constants.php:98
355
  msgid "Upload failed! The uploaded file was only partially uploaded."
356
  msgstr "Caricamento fallito! Il file è stato caricato solo parzialmente."
357
 
358
- #: lib/wfu_constants.php:99
359
  msgid "Upload failed! No file was uploaded."
360
  msgstr "Caricamento fallito! Nessun file caricato."
361
 
362
- #: lib/wfu_constants.php:100
363
  msgid "Upload failed! Failed to write file to disk."
364
  msgstr "Caricamento fallito! Scrittura sul disco fallita."
365
 
366
- #: lib/wfu_constants.php:101
367
  msgid ""
368
  "Upload failed! Error occured while moving temporary file. Please contact "
369
  "administrator."
@@ -371,11 +386,11 @@ msgstr ""
371
  "Caricamento fallito! E' stato generato un erroe nello spostamento del file "
372
  "temporaneo. Cortesemente contatta l'amministratore di sistema."
373
 
374
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
375
  msgid "Upload cancelled!"
376
  msgstr "Caricamento cancellato! "
377
 
378
- #: lib/wfu_constants.php:103
379
  msgid ""
380
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
381
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -386,21 +401,21 @@ msgstr ""
386
  "causato questa interruzione; esaminare la lista delle estensioni caricate "
387
  "con phpinfo() potrebbe essere d'aiuto."
388
 
389
- #: lib/wfu_constants.php:104
390
  msgid "Upload failed! Error occured while attemting to upload the file."
391
  msgstr ""
392
  "Caricamento fallito! Un errore è stato generato durante il caricamento del "
393
  "file."
394
 
395
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
396
  msgid "Upload failed!"
397
  msgstr "Caricamento fallito! "
398
 
399
- #: lib/wfu_constants.php:106
400
  msgid "No file!"
401
  msgstr "Nessun file!"
402
 
403
- #: lib/wfu_constants.php:107
404
  msgid ""
405
  "Upload failed! The upload has been canceled by the user or the browser "
406
  "dropped the connection."
@@ -408,27 +423,27 @@ msgstr ""
408
  "Caricamento fallito! Il caricamento è stato interrotto dall'utente o il "
409
  "browser ha interrotto la connessione."
410
 
411
- #: lib/wfu_constants.php:108
412
  msgid "Upload failed! Unknown error."
413
  msgstr "Caricamento fallito! Errore sconosciuto."
414
 
415
- #: lib/wfu_constants.php:109
416
  msgid "Please contact the administrator."
417
  msgstr "Cortesemente contatta l'amministratore."
418
 
419
- #: lib/wfu_constants.php:110
420
  msgid "No result from remote server!"
421
  msgstr "Nessuna risposta dal server remoto!"
422
 
423
- #: lib/wfu_constants.php:111
424
  msgid " but with warnings"
425
  msgstr "ma con avvertimenti"
426
 
427
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
428
  msgid "Warning: JSON parse error."
429
  msgstr "Attenzione: errore durante l'analisi del JSON"
430
 
431
- #: lib/wfu_constants.php:113
432
  msgid ""
433
  "Upload parameters of this file, passed as JSON string to the handler, could "
434
  "not be parsed."
@@ -436,20 +451,20 @@ msgstr ""
436
  "I parametri di caricamento di questo file, passati come stringa JSON "
437
  "all'handler, non sono analizzabili."
438
 
439
- #: lib/wfu_constants.php:115
440
  msgid ""
441
  "UploadStates, passed as JSON string to the handler, could not be parsed."
442
  msgstr ""
443
  "UploadStates, passato come stringa JSON all'handler, non sono analizzabili."
444
 
445
- #: lib/wfu_constants.php:116
446
  msgid ""
447
  "Redirection to classic form functionality occurred due to unknown error."
448
  msgstr ""
449
  "Reindirizzamento alle funzionalità classiche del form per un errore "
450
  "sconosciuto."
451
 
452
- #: lib/wfu_constants.php:117
453
  msgid ""
454
  "Redirection to classic form functionality occurred because AJAX is not "
455
  "supported."
@@ -457,7 +472,7 @@ msgstr ""
457
  "Reindirizzamento alle funzionalità classiche del form perchè AJAX non è "
458
  "supportato."
459
 
460
- #: lib/wfu_constants.php:118
461
  msgid ""
462
  "Redirection to classic form functionality occurred because HTML5 is not "
463
  "supported."
@@ -465,57 +480,57 @@ msgstr ""
465
  "Reindirizzamento alle funzionalità classiche del form percheè HTML5 non è "
466
  "supportato."
467
 
468
- #: lib/wfu_constants.php:119
469
  msgid ""
470
  "Redirection to classic form functionality occurred due to JSON parse error."
471
  msgstr "Reindirizzamento alle funzionalità classiche del form "
472
 
473
- #: lib/wfu_constants.php:120
474
  msgid "Please enable popup windows from the browser's settings!"
475
  msgstr ""
476
  "Cortesemente abilita le finestre popup dalle impostazioni del tuo browser!"
477
 
478
- #: lib/wfu_constants.php:121
479
  msgid "cannot be empty!"
480
  msgstr "non può essere vuoto!"
481
 
482
- #: lib/wfu_constants.php:122
483
  msgid "number not valid!"
484
  msgstr "numero non valido!"
485
 
486
- #: lib/wfu_constants.php:123
487
  msgid "email not valid!"
488
  msgstr "email non valida!"
489
 
490
- #: lib/wfu_constants.php:124
491
  msgid "emails do not match!"
492
  msgstr "gli indirizzi email non combaciano!"
493
 
494
- #: lib/wfu_constants.php:125
495
  msgid "no base email field in group!"
496
  msgstr "nessun campo email nel gruppo!"
497
 
498
- #: lib/wfu_constants.php:126
499
  msgid "passwords do not match!"
500
  msgstr "le password non combaciano!"
501
 
502
- #: lib/wfu_constants.php:127
503
  msgid "no base password field in group!"
504
  msgstr "nessun campo base per la password nel gruppo!"
505
 
506
- #: lib/wfu_constants.php:128
507
  msgid "checkbox unchecked!"
508
  msgstr "casella di controllo non spuntata!"
509
 
510
- #: lib/wfu_constants.php:129
511
  msgid "no option selected!"
512
  msgstr "nessuna opzione selezionata!"
513
 
514
- #: lib/wfu_constants.php:130
515
  msgid "no item selected!"
516
  msgstr "nessun oggetto selezionato!"
517
 
518
- #: lib/wfu_constants.php:131
519
  msgid ""
520
  "There are more than one instances of the plugin in this page with the same "
521
  "id. Please change it."
@@ -523,7 +538,7 @@ msgstr ""
523
  "Ci sono più istanze di questo plugin su questa pagina con lo stesso id. "
524
  "Cambia l'id, grazie."
525
 
526
- #: lib/wfu_constants.php:132
527
  msgid ""
528
  "Cannot edit the shortcode because the page has been modified. Please reload "
529
  "the page."
@@ -531,19 +546,19 @@ msgstr ""
531
  "Non posso modificare il codice breve perchè la pagina è stata modificata. "
532
  "Ricarica la pagina, grazie."
533
 
534
- #: lib/wfu_constants.php:133
535
  msgid "Your browser does not support webcam capture!"
536
  msgstr "Il tuo browser non supporta il flusso da webcam!"
537
 
538
- #: lib/wfu_constants.php:134
539
  msgid "Your browser does not support video recording from the webcam!"
540
  msgstr "Il tuo browser non supporta la registrazione dei video dalla webcam!"
541
 
542
- #: lib/wfu_constants.php:135
543
  msgid "No video was recorded!"
544
  msgstr "Nessun video registrato!"
545
 
546
- #: lib/wfu_constants.php:136
547
  msgid ""
548
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
549
  "or use RecaptchaV2 (no account)."
@@ -551,7 +566,7 @@ msgstr ""
551
  "ERRORE: Captcha non supportato! Hai una versione di PHP vecchia. Aggiornata "
552
  "PHP o use RecaptchaV2 (no account)."
553
 
554
- #: lib/wfu_constants.php:137
555
  msgid ""
556
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
557
  "notify administrator."
@@ -559,7 +574,7 @@ msgstr ""
559
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
560
  "Cortesemente avvisa l'amministratore."
561
 
562
- #: lib/wfu_constants.php:138
563
  msgid ""
564
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
565
  "use RecaptchaV1 (no account)."
@@ -567,11 +582,11 @@ msgstr ""
567
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
568
  "Cortesemente usa RecaptchaV1 (no account)."
569
 
570
- #: lib/wfu_constants.php:139
571
  msgid "ERROR: No site key. Please contact administrator!"
572
  msgstr "ERRORE: nessuna chiave sito. Cortesemente contatta l'amministratore!"
573
 
574
- #: lib/wfu_constants.php:140
575
  msgid ""
576
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
577
  "define Google Recaptcha keys."
@@ -579,126 +594,126 @@ msgstr ""
579
  "ERRORE: nessuna chiave sito è stata definita. Cortesemente definisci le "
580
  "chiavi di Google Recaptcha nelle impostazioni del plugin, nella Dashboard."
581
 
582
- #: lib/wfu_constants.php:141
583
  msgid "Bad captcha image!"
584
  msgstr "Immagine captcha sbagliata!"
585
 
586
- #: lib/wfu_constants.php:142
587
  msgid "No input!"
588
  msgstr "Nessun input!"
589
 
590
- #: lib/wfu_constants.php:143
591
  msgid "Captcha not completed!"
592
  msgstr "Captcha non completato!"
593
 
594
- #: lib/wfu_constants.php:144
595
  msgid "Wrong captcha!"
596
  msgstr "Captcha sbagliato!"
597
 
598
- #: lib/wfu_constants.php:145
599
  msgid "Error refreshing captcha!"
600
  msgstr "Errore nel ricaricamento del captcha!"
601
 
602
- #: lib/wfu_constants.php:146
603
  msgid "Unknown captcha error!"
604
  msgstr "Errore captcha sconosciuto!"
605
 
606
- #: lib/wfu_constants.php:147
607
  msgid "Captcha not supported by your browser!"
608
  msgstr "Captcha non supportato dal tuo browser!"
609
 
610
- #: lib/wfu_constants.php:148
611
  msgid "the secret parameter is missing"
612
  msgstr "manca il parametro segreto"
613
 
614
- #: lib/wfu_constants.php:149
615
  msgid "the secret parameter is invalid or malformed"
616
  msgstr "il parametro segreto non è valido o è malformato"
617
 
618
- #: lib/wfu_constants.php:150
619
  msgid "the response parameter is missing"
620
  msgstr "manca il parametro di risposta"
621
 
622
- #: lib/wfu_constants.php:151
623
  msgid "the response parameter is invalid or malformed"
624
  msgstr "il paramentro di risposta manca o è malformato"
625
 
626
- #: lib/wfu_constants.php:152
627
  msgid "Please do not use drag drop due to an internal problem."
628
  msgstr ""
629
  "Cortesemente non usare il trascinamento, è presente un problema interno."
630
 
631
- #: lib/wfu_constants.php:153
632
  #, php-format
633
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
634
  msgstr ""
635
  "Erroe durante il caricamento a blocchi. Un blocco vuoto con ID unico è %d"
636
 
637
- #: lib/wfu_constants.php:154
638
  msgid "Chunked upload is not allowed!"
639
  msgstr "Il caricamento a blocchi non è consentito!"
640
 
641
- #: lib/wfu_constants.php:155
642
  msgid "Chunked upload aborted due to error in previous chunk!"
643
  msgstr "Caricamento a blocchi interrotto per un errore nel blocco precedente!"
644
 
645
- #: lib/wfu_constants.php:156
646
  msgid "Chunked upload failed, final file could not be created!"
647
  msgstr "Caricamento a blocchi fallito, il file finale non può essere creato!"
648
 
649
- #: lib/wfu_constants.php:157
650
  #, php-format
651
  msgid "Could not write file chuck to destination on chunk %d"
652
  msgstr ""
653
  "Non riesco a scrivere il blocco del file nella destinazione nel blocco %d"
654
 
655
- #: lib/wfu_constants.php:158
656
  #, php-format
657
  msgid "Could not enlarge destination file on chunk %d"
658
  msgstr "Non posso allargare il file di destinazione nel blocco %d"
659
 
660
- #: lib/wfu_constants.php:159
661
  #, php-format
662
  msgid "Could not open file handles on chunk %d"
663
  msgstr "Non riesco ad a maneggiare i file nel chunk %d"
664
 
665
- #: lib/wfu_constants.php:160
666
  msgid "You are not allowed to download this file!"
667
  msgstr ""
668
 
669
- #: lib/wfu_constants.php:161
670
  msgid "File does not exist!"
671
  msgstr ""
672
 
673
- #: lib/wfu_constants.php:162
674
  msgid "Could not download file!"
675
  msgstr ""
676
 
677
- #: lib/wfu_constants.php:163
678
  msgid "You are not allowed to delete this file!"
679
  msgstr "Non hai il permesso di cancellare questo file!"
680
 
681
- #: lib/wfu_constants.php:164
682
  msgid "File was not deleted!"
683
  msgstr "Il file non è stato cancellato!"
684
 
685
- #: lib/wfu_constants.php:165
686
  msgid "No file was deleted!"
687
  msgstr "Nessun file cancellato!"
688
 
689
- #: lib/wfu_constants.php:166
690
  msgid "Some files were not deleted!"
691
  msgstr "Alcuni file non sono stati cancellati!"
692
 
693
- #: lib/wfu_constants.php:168
694
  msgid "Upload skipped! File already exists."
695
  msgstr "Caricamento saltato! Il file esiste già."
696
 
697
- #: lib/wfu_constants.php:169
698
  msgid "The extension of the file does not match its contents."
699
  msgstr "L'estensione del file non corrisponde al contenuto del file."
700
 
701
- #: lib/wfu_constants.php:170
702
  msgid ""
703
  "Upload succeeded but the file is suspicious because its contents do not "
704
  "match its extension. Its proper filename is: "
@@ -707,24 +722,24 @@ msgstr ""
707
  "non corrisponde alla sua estensione. Il nome del file corretto dovrebbe "
708
  "essere: "
709
 
710
- #: lib/wfu_constants.php:171
711
  msgid "No files have been selected!"
712
  msgstr "Nessun file selezionato!"
713
 
714
- #: lib/wfu_constants.php:172
715
  msgid "Please complete the consent question before continuing the upload!"
716
  msgstr ""
717
 
718
- #: lib/wfu_constants.php:173
719
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
720
  msgstr "WPFilebase Plugin non aggiornato perchè nessun file è stato caricato."
721
 
722
- #: lib/wfu_constants.php:174
723
  msgid "Notification email was not sent because there were no files uploaded."
724
  msgstr ""
725
  "L'email di notifica non è stata inviata perchè nessun file è stato caricato."
726
 
727
- #: lib/wfu_constants.php:175
728
  msgid ""
729
  "Notification email was not sent because no recipients were defined. Please "
730
  "check notifyrecipients attribute in the shortcode."
@@ -733,7 +748,7 @@ msgstr ""
733
  "destinatario. Cortesemente controlla l'attributo notifyrecipients nei codici "
734
  "brevi."
735
 
736
- #: lib/wfu_constants.php:176
737
  msgid ""
738
  "Notification email was not sent due to an error. Please check "
739
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -741,7 +756,7 @@ msgstr ""
741
  "L'email di notifica non è stata inviata a causa di un errore. Cortesemente "
742
  "controlla gli attributi notifyrecipients,notifysubject e notifymessage."
743
 
744
- #: lib/wfu_constants.php:177
745
  msgid ""
746
  "Redirection not executed because redirection link is empty. Please check "
747
  "redirectlink attribute."
@@ -749,18 +764,18 @@ msgstr ""
749
  "Reindirizzamento non avvenuto perchè il link di destinazione è vuoto. "
750
  "Cortesemente controlla l'attributo redirectlink."
751
 
752
- #: lib/wfu_constants.php:178
753
  msgid ""
754
  "Redirection not executed because not all files were successfully uploaded."
755
  msgstr ""
756
  "Reindirizzamento non avvenuto perchè non tutti i file sono stati caricati "
757
  "correttamente."
758
 
759
- #: lib/wfu_constants.php:179
760
  msgid "Potential Denial-Of-Service Attack on {SITE}"
761
  msgstr "Possibile attacco Denial-Of-Service su {SITE}"
762
 
763
- #: lib/wfu_constants.php:180
764
  msgid ""
765
  "Hello admin\n"
766
  "\n"
@@ -798,19 +813,19 @@ msgstr ""
798
  "\n"
799
  "Grazie"
800
 
801
- #: lib/wfu_constants.php:181
802
  msgid ""
803
  "You have activated an alternative insecure Iptanus Services Server. For "
804
  "details please contact info@iptanus.com."
805
  msgstr ""
806
 
807
- #: lib/wfu_constants.php:182
808
  msgid ""
809
  "Iptanus Services Server is unreachable. This may cause problems on some "
810
  "plugin functions. Please read this :article: for resolution."
811
  msgstr ""
812
 
813
- #: lib/wfu_constants.php:184
814
  msgid ""
815
  "Failed to add the shortcode to the page/post. Please try again. If the "
816
  "message persists, contact administrator."
@@ -818,7 +833,7 @@ msgstr ""
818
  "Aggiuta del codice breve nella pagina/post fallita. Prova ancora. Se il "
819
  "messaggio persiste contatta l'amministratore."
820
 
821
- #: lib/wfu_constants.php:185
822
  msgid ""
823
  "Failed to edit the shortcode because the contents of the page changed. Try "
824
  "again to edit the shortcode."
@@ -826,7 +841,7 @@ msgstr ""
826
  "Modifica del codice breve fallita perchè il contenuto della pagina è "
827
  "cambiato. Prova a modificare ancora il codice breve."
828
 
829
- #: lib/wfu_constants.php:186
830
  msgid ""
831
  "Failed to delete the shortcode because the contents of the page changed. Try "
832
  "again to delete it."
@@ -834,7 +849,7 @@ msgstr ""
834
  "Eliminazione del codice breve fallita perchè il contenuto della pagina è "
835
  "cambiato. Prova ad eliminare ancora il codice breve."
836
 
837
- #: lib/wfu_constants.php:187
838
  msgid ""
839
  "The page containing the shortcode has been modified and it is no longer "
840
  "valid. Please go back to reload the shortcode."
@@ -842,7 +857,7 @@ msgstr ""
842
  "La pagina contenente il codice breve è stata modificata e non è più valida. "
843
  "Cortesemente torna indietro e ricarica il codice breve."
844
 
845
- #: lib/wfu_constants.php:188
846
  msgid ""
847
  "Failed to update the shortcode because the contents of the page changed. Go "
848
  "back to reload the shortcode."
@@ -850,7 +865,7 @@ msgstr ""
850
  "Ricaricamento del codice breve fallita perchè il contenuto della pagina è "
851
  "cambiato. Prova a ricaricare ancora il codice breve."
852
 
853
- #: lib/wfu_constants.php:189
854
  msgid ""
855
  "Failed to update the shortcode. Please try again. If the problem persists, "
856
  "go back and reload the shortcode."
@@ -858,39 +873,39 @@ msgstr ""
858
  "Ricaricamento del codice breve fallita. Prova ancora. Se il problema "
859
  "persiste, prova a ricaricare ancora il codice breve."
860
 
861
- #: lib/wfu_constants.php:191
862
  msgid "This is a test message"
863
  msgstr "Questo è un messaggio di prova"
864
 
865
- #: lib/wfu_constants.php:192
866
  msgid "This is a test administrator message"
867
  msgstr "Questo è un messaggio di prova dell'amministratore"
868
 
869
- #: lib/wfu_constants.php:193
870
  msgid "File testfile 1 under test"
871
  msgstr "File testfile1 in fase di test"
872
 
873
- #: lib/wfu_constants.php:194
874
  msgid "File testfile 1 message"
875
  msgstr "File testfile 1 messaggio"
876
 
877
- #: lib/wfu_constants.php:195
878
  msgid "File testfile 1 administrator message"
879
  msgstr "File testfile 1 messaggio amministratore"
880
 
881
- #: lib/wfu_constants.php:196
882
  msgid "File testfile 2 under test"
883
  msgstr "File testfile 2 in fase di test"
884
 
885
- #: lib/wfu_constants.php:197
886
  msgid "File testfile 2 message"
887
  msgstr "File testfile 2 messaggio"
888
 
889
- #: lib/wfu_constants.php:198
890
  msgid "File testfile 2 administrator message"
891
  msgstr "File testfile 2 messaggio amministratore"
892
 
893
- #: lib/wfu_constants.php:200
894
  msgid ""
895
  "Insert variable %userid% inside text. It will be replaced by the id of the "
896
  "current user."
@@ -898,7 +913,7 @@ msgstr ""
898
  "Inserisci la variabile %userid% nel testo. Verrà sostituita dall'id "
899
  "dell'utente corrente."
900
 
901
- #: lib/wfu_constants.php:201
902
  msgid ""
903
  "Insert variable %username% inside text. It will be replaced by the username "
904
  "of the current user."
@@ -906,7 +921,7 @@ msgstr ""
906
  "Inserisci la variabile %username% nel testo. Verrà sostituita dal nome "
907
  "utente dell'utente corrente."
908
 
909
- #: lib/wfu_constants.php:202
910
  msgid ""
911
  "Insert variable %useremail% inside text. It will be replaced by the email of "
912
  "the current user."
@@ -914,7 +929,7 @@ msgstr ""
914
  "Inserisci la variabile %useremail% nel testo. Verrà sostituita dall'email "
915
  "dell'utente corrente."
916
 
917
- #: lib/wfu_constants.php:203
918
  msgid ""
919
  "Insert variable %filename% inside text. It will be replaced by the filename "
920
  "of the uploaded file."
@@ -922,7 +937,7 @@ msgstr ""
922
  "Inserisci la variabile %filename% nel testo. Verrà sostituita dal nome del "
923
  "file caricato."
924
 
925
- #: lib/wfu_constants.php:204
926
  msgid ""
927
  "Insert variable %filepath% inside text. It will be replaced by the full "
928
  "filepath of the uploaded file."
@@ -930,7 +945,7 @@ msgstr ""
930
  "Inserisci la variabile %filepath% nel testo. Verrà sostituita dal percorso "
931
  "completo del file caricato."
932
 
933
- #: lib/wfu_constants.php:205
934
  msgid ""
935
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
936
  "the website."
@@ -938,7 +953,7 @@ msgstr ""
938
  "Inserisci la variabile %blogid% nel testo. Verrà sostituita dall'id "
939
  "dell'articolo del sito."
940
 
941
- #: lib/wfu_constants.php:206
942
  msgid ""
943
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
944
  "current page."
@@ -946,7 +961,7 @@ msgstr ""
946
  "Inserisci la variabile %pageid% nel testo. Verrà sostituita dall'id della "
947
  "pagina corrente."
948
 
949
- #: lib/wfu_constants.php:207
950
  msgid ""
951
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
952
  "the current page."
@@ -954,7 +969,7 @@ msgstr ""
954
  "Inserisci la variabile %pagetitle% nel testo. Verrà sostituita dall titolo "
955
  "della pagina corrente."
956
 
957
- #: lib/wfu_constants.php:208
958
  msgid ""
959
  "Insert variable %userdataXXX% inside text. Select the user field from the "
960
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -963,238 +978,288 @@ msgstr ""
963
  "Inserisci la variabile %userdataXXX% nel testo. Scegli il campo utente dal "
964
  "menu a tendina. Verrà sostituita dal valore inserito dalll'utente nel campo."
965
 
966
- #: lib/wfu_constants.php:209
967
  msgid "Insert variable %n% inside text to denote a line change."
968
  msgstr ""
969
  "Inserisci la varibaile %n% nel testo per avere una nuova linea (newline)"
970
 
971
- #: lib/wfu_constants.php:211
972
  #, php-format
973
  msgid "File %filename% uploaded successfully but not saved"
974
  msgstr ""
975
 
976
- #: lib/wfu_constants.php:212
977
  msgid "Test Mode"
978
  msgstr "Modalità di test"
979
 
980
- #: lib/wfu_constants.php:213
981
  msgid "select dir..."
982
  msgstr "scegli cartella..."
983
 
984
- #: lib/wfu_constants.php:214
985
  msgid "type dir"
986
  msgstr "digita cartella..."
987
 
988
- #: lib/wfu_constants.php:215
989
  msgid "Upload path: %filepath%"
990
  msgstr "Percorso di caricamento: %filepath%"
991
 
992
- #: lib/wfu_constants.php:216
993
  msgid "Failed upload path: %filepath%"
994
  msgstr "Fallimento nel percorso di caricamento: %filepath%"
995
 
996
- #: lib/wfu_constants.php:217
997
  msgid " (required)"
998
  msgstr " (richiesto)"
999
 
1000
- #: lib/wfu_constants.php:218
1001
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1002
  msgstr ""
1003
  "I file sono in fase di caricamento. Sei sicuro di volere uscire da questa "
1004
  "pagina?"
1005
 
1006
- #: lib/wfu_constants.php:219
1007
  msgid "checking captcha..."
1008
  msgstr "controllo il captcha..."
1009
 
1010
- #: lib/wfu_constants.php:220
1011
  msgid "refreshing..."
1012
  msgstr "aggiornamento..."
1013
 
1014
- #: lib/wfu_constants.php:221
1015
  msgid "correct captcha"
1016
  msgstr "captcha corretto"
1017
 
1018
- #: lib/wfu_constants.php:222
1019
  msgid "click to continue the upload"
1020
  msgstr "clicca per continuare il caricamento"
1021
 
1022
- #: lib/wfu_constants.php:223
1023
  msgid "Are you sure you want to delete this file?"
1024
  msgstr "Sei sicuro che vuoi cancellare questo file?"
1025
 
1026
- #: lib/wfu_constants.php:224
1027
  msgid "Are you sure you want to delete these files?"
1028
  msgstr "Sei sicuro che vuoi cancellare questi file?"
1029
 
1030
- #: lib/wfu_constants.php:225
1031
  msgid "Bulk Actions"
1032
  msgstr "Azioni in massa (bulk)"
1033
 
1034
- #: lib/wfu_constants.php:226
1035
  msgid "Apply"
1036
  msgstr "Applica"
1037
 
1038
- #: lib/wfu_constants.php:228
1039
  msgid "of "
1040
  msgstr "di "
1041
 
1042
- #: lib/wfu_constants.php:229
1043
  msgid "Are you sure that you want to cancel the upload?"
1044
  msgstr "Sei sicuro di voler cancellare il caricamento?"
1045
 
1046
- #: lib/wfu_constants.php:230
1047
  msgid "cancel upload of this file"
1048
  msgstr "cancella il caricamento di questo file"
1049
 
1050
- #: lib/wfu_constants.php:231
1051
  msgid "Upload in progress"
1052
  msgstr "Caricamento in corso"
1053
 
1054
- #: lib/wfu_constants.php:232
1055
  msgid "Upload in progress with warnings!"
1056
  msgstr "Caricamento in corso con avvertimenti!"
1057
 
1058
- #: lib/wfu_constants.php:233
1059
  msgid "Upload in progress but some files already failed!"
1060
  msgstr "Caricamento in corso ma alcuni file hanno già fallito!"
1061
 
1062
- #: lib/wfu_constants.php:234
1063
  msgid "Upload in progress but no files uploaded so far!"
1064
  msgstr "Caricamento in corso ma nessun file è stato caricato per ora!"
1065
 
1066
- #: lib/wfu_constants.php:235
1067
  msgid "All files uploaded successfully"
1068
  msgstr "Tutti i file sono stati caricati correttamente"
1069
 
1070
- #: lib/wfu_constants.php:236
1071
  msgid "All files uploaded successfully but there are warnings!"
1072
  msgstr ""
1073
  "Tutti i file sono stati caricati correttamente ma ci sono degli avvertimenti"
1074
 
1075
- #: lib/wfu_constants.php:237
1076
  msgid "File uploaded successfully but there are warnings!"
1077
  msgstr "File caricato correttamente ma con degli avvertimenti!"
1078
 
1079
- #: lib/wfu_constants.php:238
1080
  msgid "Some files failed to upload!"
1081
  msgstr "Alcuni file non sono stati caricati!"
1082
 
1083
- #: lib/wfu_constants.php:239
1084
  msgid "All files failed to upload"
1085
  msgstr "Tutti i file hanno fallito il caricamento"
1086
 
1087
- #: lib/wfu_constants.php:240
1088
  msgid "File failed to upload"
1089
  msgstr "Il file ha fallito il caricamento"
1090
 
1091
- #: lib/wfu_constants.php:241
1092
  msgid "There are no files to upload!"
1093
  msgstr "Non ci sono file da caricare!"
1094
 
1095
- #: lib/wfu_constants.php:242
1096
  msgid "Test upload message"
1097
  msgstr "Prova il messaggio di caricamento"
1098
 
1099
- #: lib/wfu_constants.php:243
1100
  msgid "JSON parse warning!"
1101
  msgstr "Avvertimento nell'analisi del JSON!"
1102
 
1103
- #: lib/wfu_constants.php:244
1104
  msgid "please wait while redirecting..."
1105
  msgstr "Un attimo ancora, grazie..."
1106
 
1107
- #: lib/wfu_constants.php:246
1108
  msgid "Submitting data"
1109
  msgstr ""
1110
 
1111
- #: lib/wfu_constants.php:247
1112
  msgid "Data submitted successfully!"
1113
  msgstr ""
1114
 
1115
- #: lib/wfu_constants.php:248
1116
  msgid "Data were not submitted!"
1117
  msgstr ""
1118
 
1119
- #: lib/wfu_constants.php:249
1120
  msgid "Cancelling upload"
1121
  msgstr ""
1122
 
1123
- #: lib/wfu_constants.php:251
1124
  msgid "Upload succeeded!"
1125
  msgstr ""
1126
 
1127
- #: lib/wfu_constants.php:252
1128
  msgid "Upload completed but no files were saved!"
1129
  msgstr ""
1130
 
1131
- #: lib/wfu_constants.php:253
1132
  msgid "File was not saved due to personal data policy!"
1133
  msgstr ""
1134
 
1135
- #: lib/wfu_constants.php:254
1136
  msgid "Open visual shortcode editor in new window"
1137
  msgstr "Apri l'editor visuale per i codici brevi in una nuova finestra"
1138
 
1139
- #: lib/wfu_constants.php:255
1140
  msgid "loading visual editor"
1141
  msgstr "Caricamento dell'editor visuale"
1142
 
1143
- #: lib/wfu_constants.php:256
1144
  msgid "Clear file list?"
1145
  msgstr "Pulire la lista dei file?"
1146
 
1147
- #: lib/wfu_constants.php:257
1148
  msgid "DROP HERE"
1149
  msgstr "TRASCINA QUI"
1150
 
1151
- #: lib/wfu_constants.php:259
1152
  msgid "record video"
1153
  msgstr "registra video"
1154
 
1155
- #: lib/wfu_constants.php:260
1156
  msgid "take a picture"
1157
  msgstr "scatta una foto"
1158
 
1159
- #: lib/wfu_constants.php:261
1160
  msgid "turn webcam on/off"
1161
  msgstr "accendi o spegni la webcam"
1162
 
1163
- #: lib/wfu_constants.php:262
1164
  msgid "go live again"
1165
  msgstr "torna in diretta"
1166
 
1167
- #: lib/wfu_constants.php:263
1168
  msgid "end recording"
1169
  msgstr "termina registrazione"
1170
 
1171
- #: lib/wfu_constants.php:264
1172
  msgid "play"
1173
  msgstr "riproduci"
1174
 
1175
- #: lib/wfu_constants.php:265
1176
  msgid "pause"
1177
  msgstr "pausa"
1178
 
1179
- #: lib/wfu_constants.php:266
1180
  msgid "go to the beginning"
1181
  msgstr "vai all'inizio"
1182
 
1183
- #: lib/wfu_constants.php:267
1184
  msgid "go to the end"
1185
  msgstr "vai alla fine"
1186
 
1187
- #: lib/wfu_constants.php:269
1188
  msgid "Wordpress File Upload Form"
1189
  msgstr "Wordpress File Upload Form"
1190
 
1191
- #: lib/wfu_constants.php:270
1192
  msgid "Wordpress File Upload plugin uploader for sidebars"
1193
  msgstr "Wordpress File Upload plugin per barre laterali"
1194
 
1195
- #: lib/wfu_constants.php:271
1196
  msgid "Upload Files"
1197
  msgstr "Carica Files"
1198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1199
  #~ msgid "Targer folder doesn't exist."
1200
  #~ msgstr "La cartella di destinazione non esiste."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:12+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:12+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: it\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
136
  msgid "User"
137
  msgstr "Utente"
138
 
139
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
140
  msgid "Page"
141
  msgstr "Pagina"
142
 
280
  "nome del file giusto è: "
281
 
282
  #: lib/wfu_constants.php:86
283
+ #, fuzzy
284
+ #| msgid ""
285
+ #| "Error. This file was rejected because its extension is not correct. Its "
286
+ #| "proper filename is: "
287
+ msgid "Error. This file was rejected because its not a valid image."
288
+ msgstr ""
289
+ "Errore. Questo file è stato rifiutato perchè l'estensione non è corretta. Il "
290
+ "nome del file giusto è: "
291
+
292
+ #: lib/wfu_constants.php:87
293
  msgid ""
294
  "Too many files are uploaded in a short period of time. This may be a Denial-"
295
  "Of-Service attack, so file was rejected. Please check the upload log for "
300
  "rifiutato. Cortesemente controlla il log di caricamento dei file per "
301
  "verificare comportamenti sospetti."
302
 
303
+ #: lib/wfu_constants.php:88
304
  msgid ""
305
  "File not uploaded in order to prevent overflow of the website. Please "
306
  "contact administrator."
308
  "File non caricato per evitare un sovraccarico del sito web. Cortesemenete "
309
  "contatta l'amministratore."
310
 
311
+ #: lib/wfu_constants.php:89
312
  msgid "Target folder doesn't exist."
313
  msgstr ""
314
 
315
+ #: lib/wfu_constants.php:90
316
  msgid "Upload failed! Missing a temporary folder."
317
  msgstr "Caricamento fallito! Non trovo la cartella temporanea."
318
 
319
+ #: lib/wfu_constants.php:91
320
+ msgid "Not allowed to upload to target folder."
321
+ msgstr ""
322
+
323
+ #: lib/wfu_constants.php:92
324
  msgid "Upload failed! Permission denied to write to target folder."
325
  msgstr ""
326
  "Caricamento fallito! Permesso di scrittura negato nella cartella di "
327
  "destinazione."
328
 
329
+ #: lib/wfu_constants.php:93
330
  msgid "File not allowed."
331
  msgstr "File non consentito."
332
 
333
+ #: lib/wfu_constants.php:94
334
  msgid "File is suspicious and was rejected."
335
  msgstr "Il file è sospetto ed è stato rifiutato."
336
 
337
+ #: lib/wfu_constants.php:95
338
  msgid "The uploaded file exceeds the file size limit."
339
  msgstr "Il file caricato supera il limite di dimensione dei file."
340
 
341
+ #: lib/wfu_constants.php:96
342
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
343
  msgstr "Il file caricato supera i 2GB e non è supportato da questo server."
344
 
345
+ #: lib/wfu_constants.php:97
346
  msgid ""
347
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
348
  "Please contact the administrator."
350
  "Caricamento fallito! Il file caricato supera il limite di dimensione dei "
351
  "file del server. Cortesemente contatta l'amministratore."
352
 
353
+ #: lib/wfu_constants.php:98
354
  msgid ""
355
  "Upload failed! The duration of the upload exceeded the time limit of the "
356
  "server. Please contact the administrator."
358
  "Caricamento fallito! La durata del caricamento ha superato il limite "
359
  "temporale del server. Cortesemente contatta l'amministratore."
360
 
361
+ #: lib/wfu_constants.php:99
362
  msgid ""
363
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
364
  "was specified in the HTML form."
366
  "Caricamento fallito! Il file caricato supera la direttiva MAX_FILE_SIZE che "
367
  "è stata specificata nel form HTML."
368
 
369
+ #: lib/wfu_constants.php:100
370
  msgid "Upload failed! The uploaded file was only partially uploaded."
371
  msgstr "Caricamento fallito! Il file è stato caricato solo parzialmente."
372
 
373
+ #: lib/wfu_constants.php:101
374
  msgid "Upload failed! No file was uploaded."
375
  msgstr "Caricamento fallito! Nessun file caricato."
376
 
377
+ #: lib/wfu_constants.php:102
378
  msgid "Upload failed! Failed to write file to disk."
379
  msgstr "Caricamento fallito! Scrittura sul disco fallita."
380
 
381
+ #: lib/wfu_constants.php:103
382
  msgid ""
383
  "Upload failed! Error occured while moving temporary file. Please contact "
384
  "administrator."
386
  "Caricamento fallito! E' stato generato un erroe nello spostamento del file "
387
  "temporaneo. Cortesemente contatta l'amministratore di sistema."
388
 
389
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
390
  msgid "Upload cancelled!"
391
  msgstr "Caricamento cancellato! "
392
 
393
+ #: lib/wfu_constants.php:105
394
  msgid ""
395
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
396
  "a way to ascertain which extension caused the file upload to stop; examining "
401
  "causato questa interruzione; esaminare la lista delle estensioni caricate "
402
  "con phpinfo() potrebbe essere d'aiuto."
403
 
404
+ #: lib/wfu_constants.php:106
405
  msgid "Upload failed! Error occured while attemting to upload the file."
406
  msgstr ""
407
  "Caricamento fallito! Un errore è stato generato durante il caricamento del "
408
  "file."
409
 
410
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
411
  msgid "Upload failed!"
412
  msgstr "Caricamento fallito! "
413
 
414
+ #: lib/wfu_constants.php:108
415
  msgid "No file!"
416
  msgstr "Nessun file!"
417
 
418
+ #: lib/wfu_constants.php:109
419
  msgid ""
420
  "Upload failed! The upload has been canceled by the user or the browser "
421
  "dropped the connection."
423
  "Caricamento fallito! Il caricamento è stato interrotto dall'utente o il "
424
  "browser ha interrotto la connessione."
425
 
426
+ #: lib/wfu_constants.php:110
427
  msgid "Upload failed! Unknown error."
428
  msgstr "Caricamento fallito! Errore sconosciuto."
429
 
430
+ #: lib/wfu_constants.php:111
431
  msgid "Please contact the administrator."
432
  msgstr "Cortesemente contatta l'amministratore."
433
 
434
+ #: lib/wfu_constants.php:112
435
  msgid "No result from remote server!"
436
  msgstr "Nessuna risposta dal server remoto!"
437
 
438
+ #: lib/wfu_constants.php:113
439
  msgid " but with warnings"
440
  msgstr "ma con avvertimenti"
441
 
442
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
443
  msgid "Warning: JSON parse error."
444
  msgstr "Attenzione: errore durante l'analisi del JSON"
445
 
446
+ #: lib/wfu_constants.php:115
447
  msgid ""
448
  "Upload parameters of this file, passed as JSON string to the handler, could "
449
  "not be parsed."
451
  "I parametri di caricamento di questo file, passati come stringa JSON "
452
  "all'handler, non sono analizzabili."
453
 
454
+ #: lib/wfu_constants.php:117
455
  msgid ""
456
  "UploadStates, passed as JSON string to the handler, could not be parsed."
457
  msgstr ""
458
  "UploadStates, passato come stringa JSON all'handler, non sono analizzabili."
459
 
460
+ #: lib/wfu_constants.php:118
461
  msgid ""
462
  "Redirection to classic form functionality occurred due to unknown error."
463
  msgstr ""
464
  "Reindirizzamento alle funzionalità classiche del form per un errore "
465
  "sconosciuto."
466
 
467
+ #: lib/wfu_constants.php:119
468
  msgid ""
469
  "Redirection to classic form functionality occurred because AJAX is not "
470
  "supported."
472
  "Reindirizzamento alle funzionalità classiche del form perchè AJAX non è "
473
  "supportato."
474
 
475
+ #: lib/wfu_constants.php:120
476
  msgid ""
477
  "Redirection to classic form functionality occurred because HTML5 is not "
478
  "supported."
480
  "Reindirizzamento alle funzionalità classiche del form percheè HTML5 non è "
481
  "supportato."
482
 
483
+ #: lib/wfu_constants.php:121
484
  msgid ""
485
  "Redirection to classic form functionality occurred due to JSON parse error."
486
  msgstr "Reindirizzamento alle funzionalità classiche del form "
487
 
488
+ #: lib/wfu_constants.php:122
489
  msgid "Please enable popup windows from the browser's settings!"
490
  msgstr ""
491
  "Cortesemente abilita le finestre popup dalle impostazioni del tuo browser!"
492
 
493
+ #: lib/wfu_constants.php:123
494
  msgid "cannot be empty!"
495
  msgstr "non può essere vuoto!"
496
 
497
+ #: lib/wfu_constants.php:124
498
  msgid "number not valid!"
499
  msgstr "numero non valido!"
500
 
501
+ #: lib/wfu_constants.php:125
502
  msgid "email not valid!"
503
  msgstr "email non valida!"
504
 
505
+ #: lib/wfu_constants.php:126
506
  msgid "emails do not match!"
507
  msgstr "gli indirizzi email non combaciano!"
508
 
509
+ #: lib/wfu_constants.php:127
510
  msgid "no base email field in group!"
511
  msgstr "nessun campo email nel gruppo!"
512
 
513
+ #: lib/wfu_constants.php:128
514
  msgid "passwords do not match!"
515
  msgstr "le password non combaciano!"
516
 
517
+ #: lib/wfu_constants.php:129
518
  msgid "no base password field in group!"
519
  msgstr "nessun campo base per la password nel gruppo!"
520
 
521
+ #: lib/wfu_constants.php:130
522
  msgid "checkbox unchecked!"
523
  msgstr "casella di controllo non spuntata!"
524
 
525
+ #: lib/wfu_constants.php:131
526
  msgid "no option selected!"
527
  msgstr "nessuna opzione selezionata!"
528
 
529
+ #: lib/wfu_constants.php:132
530
  msgid "no item selected!"
531
  msgstr "nessun oggetto selezionato!"
532
 
533
+ #: lib/wfu_constants.php:133
534
  msgid ""
535
  "There are more than one instances of the plugin in this page with the same "
536
  "id. Please change it."
538
  "Ci sono più istanze di questo plugin su questa pagina con lo stesso id. "
539
  "Cambia l'id, grazie."
540
 
541
+ #: lib/wfu_constants.php:134
542
  msgid ""
543
  "Cannot edit the shortcode because the page has been modified. Please reload "
544
  "the page."
546
  "Non posso modificare il codice breve perchè la pagina è stata modificata. "
547
  "Ricarica la pagina, grazie."
548
 
549
+ #: lib/wfu_constants.php:135
550
  msgid "Your browser does not support webcam capture!"
551
  msgstr "Il tuo browser non supporta il flusso da webcam!"
552
 
553
+ #: lib/wfu_constants.php:136
554
  msgid "Your browser does not support video recording from the webcam!"
555
  msgstr "Il tuo browser non supporta la registrazione dei video dalla webcam!"
556
 
557
+ #: lib/wfu_constants.php:137
558
  msgid "No video was recorded!"
559
  msgstr "Nessun video registrato!"
560
 
561
+ #: lib/wfu_constants.php:138
562
  msgid ""
563
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
564
  "or use RecaptchaV2 (no account)."
566
  "ERRORE: Captcha non supportato! Hai una versione di PHP vecchia. Aggiornata "
567
  "PHP o use RecaptchaV2 (no account)."
568
 
569
+ #: lib/wfu_constants.php:139
570
  msgid ""
571
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
572
  "notify administrator."
574
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
575
  "Cortesemente avvisa l'amministratore."
576
 
577
+ #: lib/wfu_constants.php:140
578
  msgid ""
579
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
580
  "use RecaptchaV1 (no account)."
582
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
583
  "Cortesemente usa RecaptchaV1 (no account)."
584
 
585
+ #: lib/wfu_constants.php:141
586
  msgid "ERROR: No site key. Please contact administrator!"
587
  msgstr "ERRORE: nessuna chiave sito. Cortesemente contatta l'amministratore!"
588
 
589
+ #: lib/wfu_constants.php:142
590
  msgid ""
591
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
592
  "define Google Recaptcha keys."
594
  "ERRORE: nessuna chiave sito è stata definita. Cortesemente definisci le "
595
  "chiavi di Google Recaptcha nelle impostazioni del plugin, nella Dashboard."
596
 
597
+ #: lib/wfu_constants.php:143
598
  msgid "Bad captcha image!"
599
  msgstr "Immagine captcha sbagliata!"
600
 
601
+ #: lib/wfu_constants.php:144
602
  msgid "No input!"
603
  msgstr "Nessun input!"
604
 
605
+ #: lib/wfu_constants.php:145
606
  msgid "Captcha not completed!"
607
  msgstr "Captcha non completato!"
608
 
609
+ #: lib/wfu_constants.php:146
610
  msgid "Wrong captcha!"
611
  msgstr "Captcha sbagliato!"
612
 
613
+ #: lib/wfu_constants.php:147
614
  msgid "Error refreshing captcha!"
615
  msgstr "Errore nel ricaricamento del captcha!"
616
 
617
+ #: lib/wfu_constants.php:148
618
  msgid "Unknown captcha error!"
619
  msgstr "Errore captcha sconosciuto!"
620
 
621
+ #: lib/wfu_constants.php:149
622
  msgid "Captcha not supported by your browser!"
623
  msgstr "Captcha non supportato dal tuo browser!"
624
 
625
+ #: lib/wfu_constants.php:150
626
  msgid "the secret parameter is missing"
627
  msgstr "manca il parametro segreto"
628
 
629
+ #: lib/wfu_constants.php:151
630
  msgid "the secret parameter is invalid or malformed"
631
  msgstr "il parametro segreto non è valido o è malformato"
632
 
633
+ #: lib/wfu_constants.php:152
634
  msgid "the response parameter is missing"
635
  msgstr "manca il parametro di risposta"
636
 
637
+ #: lib/wfu_constants.php:153
638
  msgid "the response parameter is invalid or malformed"
639
  msgstr "il paramentro di risposta manca o è malformato"
640
 
641
+ #: lib/wfu_constants.php:154
642
  msgid "Please do not use drag drop due to an internal problem."
643
  msgstr ""
644
  "Cortesemente non usare il trascinamento, è presente un problema interno."
645
 
646
+ #: lib/wfu_constants.php:155
647
  #, php-format
648
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
649
  msgstr ""
650
  "Erroe durante il caricamento a blocchi. Un blocco vuoto con ID unico è %d"
651
 
652
+ #: lib/wfu_constants.php:156
653
  msgid "Chunked upload is not allowed!"
654
  msgstr "Il caricamento a blocchi non è consentito!"
655
 
656
+ #: lib/wfu_constants.php:157
657
  msgid "Chunked upload aborted due to error in previous chunk!"
658
  msgstr "Caricamento a blocchi interrotto per un errore nel blocco precedente!"
659
 
660
+ #: lib/wfu_constants.php:158
661
  msgid "Chunked upload failed, final file could not be created!"
662
  msgstr "Caricamento a blocchi fallito, il file finale non può essere creato!"
663
 
664
+ #: lib/wfu_constants.php:159
665
  #, php-format
666
  msgid "Could not write file chuck to destination on chunk %d"
667
  msgstr ""
668
  "Non riesco a scrivere il blocco del file nella destinazione nel blocco %d"
669
 
670
+ #: lib/wfu_constants.php:160
671
  #, php-format
672
  msgid "Could not enlarge destination file on chunk %d"
673
  msgstr "Non posso allargare il file di destinazione nel blocco %d"
674
 
675
+ #: lib/wfu_constants.php:161
676
  #, php-format
677
  msgid "Could not open file handles on chunk %d"
678
  msgstr "Non riesco ad a maneggiare i file nel chunk %d"
679
 
680
+ #: lib/wfu_constants.php:162
681
  msgid "You are not allowed to download this file!"
682
  msgstr ""
683
 
684
+ #: lib/wfu_constants.php:163
685
  msgid "File does not exist!"
686
  msgstr ""
687
 
688
+ #: lib/wfu_constants.php:164
689
  msgid "Could not download file!"
690
  msgstr ""
691
 
692
+ #: lib/wfu_constants.php:165
693
  msgid "You are not allowed to delete this file!"
694
  msgstr "Non hai il permesso di cancellare questo file!"
695
 
696
+ #: lib/wfu_constants.php:166
697
  msgid "File was not deleted!"
698
  msgstr "Il file non è stato cancellato!"
699
 
700
+ #: lib/wfu_constants.php:167
701
  msgid "No file was deleted!"
702
  msgstr "Nessun file cancellato!"
703
 
704
+ #: lib/wfu_constants.php:168
705
  msgid "Some files were not deleted!"
706
  msgstr "Alcuni file non sono stati cancellati!"
707
 
708
+ #: lib/wfu_constants.php:170
709
  msgid "Upload skipped! File already exists."
710
  msgstr "Caricamento saltato! Il file esiste già."
711
 
712
+ #: lib/wfu_constants.php:171
713
  msgid "The extension of the file does not match its contents."
714
  msgstr "L'estensione del file non corrisponde al contenuto del file."
715
 
716
+ #: lib/wfu_constants.php:172
717
  msgid ""
718
  "Upload succeeded but the file is suspicious because its contents do not "
719
  "match its extension. Its proper filename is: "
722
  "non corrisponde alla sua estensione. Il nome del file corretto dovrebbe "
723
  "essere: "
724
 
725
+ #: lib/wfu_constants.php:173
726
  msgid "No files have been selected!"
727
  msgstr "Nessun file selezionato!"
728
 
729
+ #: lib/wfu_constants.php:174
730
  msgid "Please complete the consent question before continuing the upload!"
731
  msgstr ""
732
 
733
+ #: lib/wfu_constants.php:175
734
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
735
  msgstr "WPFilebase Plugin non aggiornato perchè nessun file è stato caricato."
736
 
737
+ #: lib/wfu_constants.php:176
738
  msgid "Notification email was not sent because there were no files uploaded."
739
  msgstr ""
740
  "L'email di notifica non è stata inviata perchè nessun file è stato caricato."
741
 
742
+ #: lib/wfu_constants.php:177
743
  msgid ""
744
  "Notification email was not sent because no recipients were defined. Please "
745
  "check notifyrecipients attribute in the shortcode."
748
  "destinatario. Cortesemente controlla l'attributo notifyrecipients nei codici "
749
  "brevi."
750
 
751
+ #: lib/wfu_constants.php:178
752
  msgid ""
753
  "Notification email was not sent due to an error. Please check "
754
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
756
  "L'email di notifica non è stata inviata a causa di un errore. Cortesemente "
757
  "controlla gli attributi notifyrecipients,notifysubject e notifymessage."
758
 
759
+ #: lib/wfu_constants.php:179
760
  msgid ""
761
  "Redirection not executed because redirection link is empty. Please check "
762
  "redirectlink attribute."
764
  "Reindirizzamento non avvenuto perchè il link di destinazione è vuoto. "
765
  "Cortesemente controlla l'attributo redirectlink."
766
 
767
+ #: lib/wfu_constants.php:180
768
  msgid ""
769
  "Redirection not executed because not all files were successfully uploaded."
770
  msgstr ""
771
  "Reindirizzamento non avvenuto perchè non tutti i file sono stati caricati "
772
  "correttamente."
773
 
774
+ #: lib/wfu_constants.php:181
775
  msgid "Potential Denial-Of-Service Attack on {SITE}"
776
  msgstr "Possibile attacco Denial-Of-Service su {SITE}"
777
 
778
+ #: lib/wfu_constants.php:182
779
  msgid ""
780
  "Hello admin\n"
781
  "\n"
813
  "\n"
814
  "Grazie"
815
 
816
+ #: lib/wfu_constants.php:183
817
  msgid ""
818
  "You have activated an alternative insecure Iptanus Services Server. For "
819
  "details please contact info@iptanus.com."
820
  msgstr ""
821
 
822
+ #: lib/wfu_constants.php:184
823
  msgid ""
824
  "Iptanus Services Server is unreachable. This may cause problems on some "
825
  "plugin functions. Please read this :article: for resolution."
826
  msgstr ""
827
 
828
+ #: lib/wfu_constants.php:186
829
  msgid ""
830
  "Failed to add the shortcode to the page/post. Please try again. If the "
831
  "message persists, contact administrator."
833
  "Aggiuta del codice breve nella pagina/post fallita. Prova ancora. Se il "
834
  "messaggio persiste contatta l'amministratore."
835
 
836
+ #: lib/wfu_constants.php:187
837
  msgid ""
838
  "Failed to edit the shortcode because the contents of the page changed. Try "
839
  "again to edit the shortcode."
841
  "Modifica del codice breve fallita perchè il contenuto della pagina è "
842
  "cambiato. Prova a modificare ancora il codice breve."
843
 
844
+ #: lib/wfu_constants.php:188
845
  msgid ""
846
  "Failed to delete the shortcode because the contents of the page changed. Try "
847
  "again to delete it."
849
  "Eliminazione del codice breve fallita perchè il contenuto della pagina è "
850
  "cambiato. Prova ad eliminare ancora il codice breve."
851
 
852
+ #: lib/wfu_constants.php:189
853
  msgid ""
854
  "The page containing the shortcode has been modified and it is no longer "
855
  "valid. Please go back to reload the shortcode."
857
  "La pagina contenente il codice breve è stata modificata e non è più valida. "
858
  "Cortesemente torna indietro e ricarica il codice breve."
859
 
860
+ #: lib/wfu_constants.php:190
861
  msgid ""
862
  "Failed to update the shortcode because the contents of the page changed. Go "
863
  "back to reload the shortcode."
865
  "Ricaricamento del codice breve fallita perchè il contenuto della pagina è "
866
  "cambiato. Prova a ricaricare ancora il codice breve."
867
 
868
+ #: lib/wfu_constants.php:191
869
  msgid ""
870
  "Failed to update the shortcode. Please try again. If the problem persists, "
871
  "go back and reload the shortcode."
873
  "Ricaricamento del codice breve fallita. Prova ancora. Se il problema "
874
  "persiste, prova a ricaricare ancora il codice breve."
875
 
876
+ #: lib/wfu_constants.php:193
877
  msgid "This is a test message"
878
  msgstr "Questo è un messaggio di prova"
879
 
880
+ #: lib/wfu_constants.php:194
881
  msgid "This is a test administrator message"
882
  msgstr "Questo è un messaggio di prova dell'amministratore"
883
 
884
+ #: lib/wfu_constants.php:195
885
  msgid "File testfile 1 under test"
886
  msgstr "File testfile1 in fase di test"
887
 
888
+ #: lib/wfu_constants.php:196
889
  msgid "File testfile 1 message"
890
  msgstr "File testfile 1 messaggio"
891
 
892
+ #: lib/wfu_constants.php:197
893
  msgid "File testfile 1 administrator message"
894
  msgstr "File testfile 1 messaggio amministratore"
895
 
896
+ #: lib/wfu_constants.php:198
897
  msgid "File testfile 2 under test"
898
  msgstr "File testfile 2 in fase di test"
899
 
900
+ #: lib/wfu_constants.php:199
901
  msgid "File testfile 2 message"
902
  msgstr "File testfile 2 messaggio"
903
 
904
+ #: lib/wfu_constants.php:200
905
  msgid "File testfile 2 administrator message"
906
  msgstr "File testfile 2 messaggio amministratore"
907
 
908
+ #: lib/wfu_constants.php:202
909
  msgid ""
910
  "Insert variable %userid% inside text. It will be replaced by the id of the "
911
  "current user."
913
  "Inserisci la variabile %userid% nel testo. Verrà sostituita dall'id "
914
  "dell'utente corrente."
915
 
916
+ #: lib/wfu_constants.php:203
917
  msgid ""
918
  "Insert variable %username% inside text. It will be replaced by the username "
919
  "of the current user."
921
  "Inserisci la variabile %username% nel testo. Verrà sostituita dal nome "
922
  "utente dell'utente corrente."
923
 
924
+ #: lib/wfu_constants.php:204
925
  msgid ""
926
  "Insert variable %useremail% inside text. It will be replaced by the email of "
927
  "the current user."
929
  "Inserisci la variabile %useremail% nel testo. Verrà sostituita dall'email "
930
  "dell'utente corrente."
931
 
932
+ #: lib/wfu_constants.php:205
933
  msgid ""
934
  "Insert variable %filename% inside text. It will be replaced by the filename "
935
  "of the uploaded file."
937
  "Inserisci la variabile %filename% nel testo. Verrà sostituita dal nome del "
938
  "file caricato."
939
 
940
+ #: lib/wfu_constants.php:206
941
  msgid ""
942
  "Insert variable %filepath% inside text. It will be replaced by the full "
943
  "filepath of the uploaded file."
945
  "Inserisci la variabile %filepath% nel testo. Verrà sostituita dal percorso "
946
  "completo del file caricato."
947
 
948
+ #: lib/wfu_constants.php:207
949
  msgid ""
950
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
951
  "the website."
953
  "Inserisci la variabile %blogid% nel testo. Verrà sostituita dall'id "
954
  "dell'articolo del sito."
955
 
956
+ #: lib/wfu_constants.php:208
957
  msgid ""
958
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
959
  "current page."
961
  "Inserisci la variabile %pageid% nel testo. Verrà sostituita dall'id della "
962
  "pagina corrente."
963
 
964
+ #: lib/wfu_constants.php:209
965
  msgid ""
966
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
967
  "the current page."
969
  "Inserisci la variabile %pagetitle% nel testo. Verrà sostituita dall titolo "
970
  "della pagina corrente."
971
 
972
+ #: lib/wfu_constants.php:210
973
  msgid ""
974
  "Insert variable %userdataXXX% inside text. Select the user field from the "
975
  "drop-down list. It will be replaced by the value that the user entered in "
978
  "Inserisci la variabile %userdataXXX% nel testo. Scegli il campo utente dal "
979
  "menu a tendina. Verrà sostituita dal valore inserito dalll'utente nel campo."
980
 
981
+ #: lib/wfu_constants.php:211
982
  msgid "Insert variable %n% inside text to denote a line change."
983
  msgstr ""
984
  "Inserisci la varibaile %n% nel testo per avere una nuova linea (newline)"
985
 
986
+ #: lib/wfu_constants.php:213
987
  #, php-format
988
  msgid "File %filename% uploaded successfully but not saved"
989
  msgstr ""
990
 
991
+ #: lib/wfu_constants.php:214
992
  msgid "Test Mode"
993
  msgstr "Modalità di test"
994
 
995
+ #: lib/wfu_constants.php:215
996
  msgid "select dir..."
997
  msgstr "scegli cartella..."
998
 
999
+ #: lib/wfu_constants.php:216
1000
  msgid "type dir"
1001
  msgstr "digita cartella..."
1002
 
1003
+ #: lib/wfu_constants.php:217
1004
  msgid "Upload path: %filepath%"
1005
  msgstr "Percorso di caricamento: %filepath%"
1006
 
1007
+ #: lib/wfu_constants.php:218
1008
  msgid "Failed upload path: %filepath%"
1009
  msgstr "Fallimento nel percorso di caricamento: %filepath%"
1010
 
1011
+ #: lib/wfu_constants.php:219
1012
  msgid " (required)"
1013
  msgstr " (richiesto)"
1014
 
1015
+ #: lib/wfu_constants.php:220
1016
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1017
  msgstr ""
1018
  "I file sono in fase di caricamento. Sei sicuro di volere uscire da questa "
1019
  "pagina?"
1020
 
1021
+ #: lib/wfu_constants.php:221
1022
  msgid "checking captcha..."
1023
  msgstr "controllo il captcha..."
1024
 
1025
+ #: lib/wfu_constants.php:222
1026
  msgid "refreshing..."
1027
  msgstr "aggiornamento..."
1028
 
1029
+ #: lib/wfu_constants.php:223
1030
  msgid "correct captcha"
1031
  msgstr "captcha corretto"
1032
 
1033
+ #: lib/wfu_constants.php:224
1034
  msgid "click to continue the upload"
1035
  msgstr "clicca per continuare il caricamento"
1036
 
1037
+ #: lib/wfu_constants.php:225
1038
  msgid "Are you sure you want to delete this file?"
1039
  msgstr "Sei sicuro che vuoi cancellare questo file?"
1040
 
1041
+ #: lib/wfu_constants.php:226
1042
  msgid "Are you sure you want to delete these files?"
1043
  msgstr "Sei sicuro che vuoi cancellare questi file?"
1044
 
1045
+ #: lib/wfu_constants.php:227
1046
  msgid "Bulk Actions"
1047
  msgstr "Azioni in massa (bulk)"
1048
 
1049
+ #: lib/wfu_constants.php:228
1050
  msgid "Apply"
1051
  msgstr "Applica"
1052
 
1053
+ #: lib/wfu_constants.php:230
1054
  msgid "of "
1055
  msgstr "di "
1056
 
1057
+ #: lib/wfu_constants.php:231
1058
  msgid "Are you sure that you want to cancel the upload?"
1059
  msgstr "Sei sicuro di voler cancellare il caricamento?"
1060
 
1061
+ #: lib/wfu_constants.php:232
1062
  msgid "cancel upload of this file"
1063
  msgstr "cancella il caricamento di questo file"
1064
 
1065
+ #: lib/wfu_constants.php:233
1066
  msgid "Upload in progress"
1067
  msgstr "Caricamento in corso"
1068
 
1069
+ #: lib/wfu_constants.php:234
1070
  msgid "Upload in progress with warnings!"
1071
  msgstr "Caricamento in corso con avvertimenti!"
1072
 
1073
+ #: lib/wfu_constants.php:235
1074
  msgid "Upload in progress but some files already failed!"
1075
  msgstr "Caricamento in corso ma alcuni file hanno già fallito!"
1076
 
1077
+ #: lib/wfu_constants.php:236
1078
  msgid "Upload in progress but no files uploaded so far!"
1079
  msgstr "Caricamento in corso ma nessun file è stato caricato per ora!"
1080
 
1081
+ #: lib/wfu_constants.php:237
1082
  msgid "All files uploaded successfully"
1083
  msgstr "Tutti i file sono stati caricati correttamente"
1084
 
1085
+ #: lib/wfu_constants.php:238
1086
  msgid "All files uploaded successfully but there are warnings!"
1087
  msgstr ""
1088
  "Tutti i file sono stati caricati correttamente ma ci sono degli avvertimenti"
1089
 
1090
+ #: lib/wfu_constants.php:239
1091
  msgid "File uploaded successfully but there are warnings!"
1092
  msgstr "File caricato correttamente ma con degli avvertimenti!"
1093
 
1094
+ #: lib/wfu_constants.php:240
1095
  msgid "Some files failed to upload!"
1096
  msgstr "Alcuni file non sono stati caricati!"
1097
 
1098
+ #: lib/wfu_constants.php:241
1099
  msgid "All files failed to upload"
1100
  msgstr "Tutti i file hanno fallito il caricamento"
1101
 
1102
+ #: lib/wfu_constants.php:242
1103
  msgid "File failed to upload"
1104
  msgstr "Il file ha fallito il caricamento"
1105
 
1106
+ #: lib/wfu_constants.php:243
1107
  msgid "There are no files to upload!"
1108
  msgstr "Non ci sono file da caricare!"
1109
 
1110
+ #: lib/wfu_constants.php:244
1111
  msgid "Test upload message"
1112
  msgstr "Prova il messaggio di caricamento"
1113
 
1114
+ #: lib/wfu_constants.php:245
1115
  msgid "JSON parse warning!"
1116
  msgstr "Avvertimento nell'analisi del JSON!"
1117
 
1118
+ #: lib/wfu_constants.php:246
1119
  msgid "please wait while redirecting..."
1120
  msgstr "Un attimo ancora, grazie..."
1121
 
1122
+ #: lib/wfu_constants.php:248
1123
  msgid "Submitting data"
1124
  msgstr ""
1125
 
1126
+ #: lib/wfu_constants.php:249
1127
  msgid "Data submitted successfully!"
1128
  msgstr ""
1129
 
1130
+ #: lib/wfu_constants.php:250
1131
  msgid "Data were not submitted!"
1132
  msgstr ""
1133
 
1134
+ #: lib/wfu_constants.php:251
1135
  msgid "Cancelling upload"
1136
  msgstr ""
1137
 
1138
+ #: lib/wfu_constants.php:253
1139
  msgid "Upload succeeded!"
1140
  msgstr ""
1141
 
1142
+ #: lib/wfu_constants.php:254
1143
  msgid "Upload completed but no files were saved!"
1144
  msgstr ""
1145
 
1146
+ #: lib/wfu_constants.php:255
1147
  msgid "File was not saved due to personal data policy!"
1148
  msgstr ""
1149
 
1150
+ #: lib/wfu_constants.php:256
1151
  msgid "Open visual shortcode editor in new window"
1152
  msgstr "Apri l'editor visuale per i codici brevi in una nuova finestra"
1153
 
1154
+ #: lib/wfu_constants.php:257
1155
  msgid "loading visual editor"
1156
  msgstr "Caricamento dell'editor visuale"
1157
 
1158
+ #: lib/wfu_constants.php:258
1159
  msgid "Clear file list?"
1160
  msgstr "Pulire la lista dei file?"
1161
 
1162
+ #: lib/wfu_constants.php:259
1163
  msgid "DROP HERE"
1164
  msgstr "TRASCINA QUI"
1165
 
1166
+ #: lib/wfu_constants.php:261
1167
  msgid "record video"
1168
  msgstr "registra video"
1169
 
1170
+ #: lib/wfu_constants.php:262
1171
  msgid "take a picture"
1172
  msgstr "scatta una foto"
1173
 
1174
+ #: lib/wfu_constants.php:263
1175
  msgid "turn webcam on/off"
1176
  msgstr "accendi o spegni la webcam"
1177
 
1178
+ #: lib/wfu_constants.php:264
1179
  msgid "go live again"
1180
  msgstr "torna in diretta"
1181
 
1182
+ #: lib/wfu_constants.php:265
1183
  msgid "end recording"
1184
  msgstr "termina registrazione"
1185
 
1186
+ #: lib/wfu_constants.php:266
1187
  msgid "play"
1188
  msgstr "riproduci"
1189
 
1190
+ #: lib/wfu_constants.php:267
1191
  msgid "pause"
1192
  msgstr "pausa"
1193
 
1194
+ #: lib/wfu_constants.php:268
1195
  msgid "go to the beginning"
1196
  msgstr "vai all'inizio"
1197
 
1198
+ #: lib/wfu_constants.php:269
1199
  msgid "go to the end"
1200
  msgstr "vai alla fine"
1201
 
1202
+ #: lib/wfu_constants.php:271
1203
  msgid "Wordpress File Upload Form"
1204
  msgstr "Wordpress File Upload Form"
1205
 
1206
+ #: lib/wfu_constants.php:272
1207
  msgid "Wordpress File Upload plugin uploader for sidebars"
1208
  msgstr "Wordpress File Upload plugin per barre laterali"
1209
 
1210
+ #: lib/wfu_constants.php:273
1211
  msgid "Upload Files"
1212
  msgstr "Carica Files"
1213
 
1214
+ #: lib/wfu_functions.php:8192
1215
+ #, fuzzy
1216
+ #| msgid "Wordpress File Upload Form"
1217
+ msgid "Wordpress File Upload Consent Status"
1218
+ msgstr "Wordpress File Upload Form"
1219
+
1220
+ #: lib/wfu_functions.php:8195
1221
+ msgid "Consent Status"
1222
+ msgstr ""
1223
+
1224
+ #: lib/wfu_functions.php:8197
1225
+ msgid "You have given your consent to store personal data."
1226
+ msgstr ""
1227
+
1228
+ #: lib/wfu_functions.php:8197
1229
+ msgid "You have denied to store personal data."
1230
+ msgstr ""
1231
+
1232
+ #: lib/wfu_functions.php:8197
1233
+ msgid "You have not answered to consent yet."
1234
+ msgstr ""
1235
+
1236
+ #: lib/wfu_functions.php:8203
1237
+ msgid "Change status to"
1238
+ msgstr ""
1239
+
1240
+ #: lib/wfu_functions.php:8205
1241
+ msgid "No change"
1242
+ msgstr ""
1243
+
1244
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1245
+ msgid "Revoke Consent"
1246
+ msgstr ""
1247
+
1248
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1249
+ msgid "Clear Consent"
1250
+ msgstr ""
1251
+
1252
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1253
+ msgid "Give Consent"
1254
+ msgstr ""
1255
+
1256
+ #: lib/wfu_widget.php:52
1257
+ msgid "Title:"
1258
+ msgstr ""
1259
+
1260
+ #: lib/wfu_widget.php:56
1261
+ msgid "Shortcode Attributes:"
1262
+ msgstr ""
1263
+
1264
  #~ msgid "Targer folder doesn't exist."
1265
  #~ msgstr "La cartella di destinazione non esiste."
languages/wp-file-upload-nl_NL.mo CHANGED
Binary file
languages/wp-file-upload-nl_NL.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:29+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:29+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: nl_NL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -134,7 +135,7 @@ msgstr "Grootte"
134
  msgid "User"
135
  msgstr "Gebruiker"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "Pagina"
140
 
@@ -277,49 +278,63 @@ msgstr ""
277
  "correcte bestandnaam is: "
278
 
279
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
 
 
280
  msgid ""
281
  "Too many files are uploaded in a short period of time. This may be a Denial-"
282
  "Of-Service attack, so file was rejected. Please check the upload log for "
283
  "suspicious behaviour."
284
  msgstr ""
285
 
286
- #: lib/wfu_constants.php:87
287
  msgid ""
288
  "File not uploaded in order to prevent overflow of the website. Please "
289
  "contact administrator."
290
  msgstr ""
291
 
292
- #: lib/wfu_constants.php:88
293
  msgid "Target folder doesn't exist."
294
  msgstr ""
295
 
296
- #: lib/wfu_constants.php:89
297
  msgid "Upload failed! Missing a temporary folder."
298
  msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
299
 
300
- #: lib/wfu_constants.php:90
 
 
 
 
301
  msgid "Upload failed! Permission denied to write to target folder."
302
  msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
303
 
304
- #: lib/wfu_constants.php:91
305
  msgid "File not allowed."
306
  msgstr "Bestand niet toegelaten."
307
 
308
- #: lib/wfu_constants.php:92
309
  msgid "File is suspicious and was rejected."
310
  msgstr "Bestand is dubieus en werd niet toegelaten."
311
 
312
- #: lib/wfu_constants.php:93
313
  msgid "The uploaded file exceeds the file size limit."
314
  msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
315
 
316
- #: lib/wfu_constants.php:94
317
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
318
  msgstr ""
319
  "Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
320
  "server."
321
 
322
- #: lib/wfu_constants.php:95
323
  msgid ""
324
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
325
  "Please contact the administrator."
@@ -327,7 +342,7 @@ msgstr ""
327
  "Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
328
  "server. Neem contact op met de beheerder."
329
 
330
- #: lib/wfu_constants.php:96
331
  msgid ""
332
  "Upload failed! The duration of the upload exceeded the time limit of the "
333
  "server. Please contact the administrator."
@@ -335,7 +350,7 @@ msgstr ""
335
  "Upload mislukt! De duur van de upload overschreed de termijn van de server. "
336
  "Neem contact op met de beheerder."
337
 
338
- #: lib/wfu_constants.php:97
339
  msgid ""
340
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
341
  "was specified in the HTML form."
@@ -343,20 +358,20 @@ msgstr ""
343
  "Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
344
  "aangegeven voor dit HTML formulier."
345
 
346
- #: lib/wfu_constants.php:98
347
  msgid "Upload failed! The uploaded file was only partially uploaded."
348
  msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
349
 
350
- #: lib/wfu_constants.php:99
351
  msgid "Upload failed! No file was uploaded."
352
  msgstr "Upload mislukt! Er werd geen bestand geüpload."
353
 
354
- #: lib/wfu_constants.php:100
355
  msgid "Upload failed! Failed to write file to disk."
356
  msgstr ""
357
  "Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
358
 
359
- #: lib/wfu_constants.php:101
360
  msgid ""
361
  "Upload failed! Error occured while moving temporary file. Please contact "
362
  "administrator."
@@ -364,11 +379,11 @@ msgstr ""
364
  "Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
365
  "tijdelijke bestand. Contacteer de beheerder."
366
 
367
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
368
  msgid "Upload cancelled!"
369
  msgstr "Upload geannuleerd!"
370
 
371
- #: lib/wfu_constants.php:103
372
  msgid ""
373
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
374
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -378,19 +393,19 @@ msgstr ""
378
  "mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
379
  "de lijst met actieve extensies met phpinfo() kan nuttig zijn."
380
 
381
- #: lib/wfu_constants.php:104
382
  msgid "Upload failed! Error occured while attemting to upload the file."
383
  msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
384
 
385
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
386
  msgid "Upload failed!"
387
  msgstr "Upload mislukt!"
388
 
389
- #: lib/wfu_constants.php:106
390
  msgid "No file!"
391
  msgstr "Geen bestand!"
392
 
393
- #: lib/wfu_constants.php:107
394
  msgid ""
395
  "Upload failed! The upload has been canceled by the user or the browser "
396
  "dropped the connection."
@@ -398,27 +413,27 @@ msgstr ""
398
  "Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
399
  "verbinding met de server werd verbroken."
400
 
401
- #: lib/wfu_constants.php:108
402
  msgid "Upload failed! Unknown error."
403
  msgstr "Upload mislukt! Onbekende fout."
404
 
405
- #: lib/wfu_constants.php:109
406
  msgid "Please contact the administrator."
407
  msgstr "Contacteer de beheerder."
408
 
409
- #: lib/wfu_constants.php:110
410
  msgid "No result from remote server!"
411
  msgstr "Geen resultaten van de server!"
412
 
413
- #: lib/wfu_constants.php:111
414
  msgid " but with warnings"
415
  msgstr " maar met waarschuwingen"
416
 
417
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
418
  msgid "Warning: JSON parse error."
419
  msgstr "Opgelet: JSON parseerfout."
420
 
421
- #: lib/wfu_constants.php:113
422
  msgid ""
423
  "Upload parameters of this file, passed as JSON string to the handler, could "
424
  "not be parsed."
@@ -426,20 +441,20 @@ msgstr ""
426
  "De uploadparameters van dit bestand, doorgegeven als JSON string to the "
427
  "handler, kon niet worden ontleed."
428
 
429
- #: lib/wfu_constants.php:115
430
  msgid ""
431
  "UploadStates, passed as JSON string to the handler, could not be parsed."
432
  msgstr ""
433
  "UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
434
  "ontleed."
435
 
436
- #: lib/wfu_constants.php:116
437
  msgid ""
438
  "Redirection to classic form functionality occurred due to unknown error."
439
  msgstr ""
440
  "Doorsturen naar classic form functionaliteit trad op door onbekende fout."
441
 
442
- #: lib/wfu_constants.php:117
443
  msgid ""
444
  "Redirection to classic form functionality occurred because AJAX is not "
445
  "supported."
@@ -447,7 +462,7 @@ msgstr ""
447
  "Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
448
  "ondersteund."
449
 
450
- #: lib/wfu_constants.php:118
451
  msgid ""
452
  "Redirection to classic form functionality occurred because HTML5 is not "
453
  "supported."
@@ -455,57 +470,57 @@ msgstr ""
455
  "Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
456
  "ondersteund."
457
 
458
- #: lib/wfu_constants.php:119
459
  msgid ""
460
  "Redirection to classic form functionality occurred due to JSON parse error."
461
  msgstr ""
462
  "Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
463
 
464
- #: lib/wfu_constants.php:120
465
  msgid "Please enable popup windows from the browser's settings!"
466
  msgstr "Activeer popup vensters in de browserinstellingen!"
467
 
468
- #: lib/wfu_constants.php:121
469
  msgid "cannot be empty!"
470
  msgstr "kan niet leeg zijn!"
471
 
472
- #: lib/wfu_constants.php:122
473
  msgid "number not valid!"
474
  msgstr "nummer niet geldig!"
475
 
476
- #: lib/wfu_constants.php:123
477
  msgid "email not valid!"
478
  msgstr "e-mail niet geldig!"
479
 
480
- #: lib/wfu_constants.php:124
481
  msgid "emails do not match!"
482
  msgstr "e-mails komen niet overeen!"
483
 
484
- #: lib/wfu_constants.php:125
485
  msgid "no base email field in group!"
486
  msgstr "geen hoofd e-mailveld in de groep!"
487
 
488
- #: lib/wfu_constants.php:126
489
  msgid "passwords do not match!"
490
  msgstr "Wachtwoorden komen niet overeen!"
491
 
492
- #: lib/wfu_constants.php:127
493
  msgid "no base password field in group!"
494
  msgstr "geen hoofd wachtwoordveld in de groep!"
495
 
496
- #: lib/wfu_constants.php:128
497
  msgid "checkbox unchecked!"
498
  msgstr "checkbox niet aangevinkt!"
499
 
500
- #: lib/wfu_constants.php:129
501
  msgid "no option selected!"
502
  msgstr "geen optie geselecteerd!"
503
 
504
- #: lib/wfu_constants.php:130
505
  msgid "no item selected!"
506
  msgstr "geen item geselecteerd!"
507
 
508
- #: lib/wfu_constants.php:131
509
  msgid ""
510
  "There are more than one instances of the plugin in this page with the same "
511
  "id. Please change it."
@@ -513,7 +528,7 @@ msgstr ""
513
  "Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
514
  "Pas dit aan."
515
 
516
- #: lib/wfu_constants.php:132
517
  msgid ""
518
  "Cannot edit the shortcode because the page has been modified. Please reload "
519
  "the page."
@@ -521,19 +536,19 @@ msgstr ""
521
  "Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
522
  "pagina."
523
 
524
- #: lib/wfu_constants.php:133
525
  msgid "Your browser does not support webcam capture!"
526
  msgstr ""
527
 
528
- #: lib/wfu_constants.php:134
529
  msgid "Your browser does not support video recording from the webcam!"
530
  msgstr ""
531
 
532
- #: lib/wfu_constants.php:135
533
  msgid "No video was recorded!"
534
  msgstr ""
535
 
536
- #: lib/wfu_constants.php:136
537
  msgid ""
538
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
539
  "or use RecaptchaV2 (no account)."
@@ -541,7 +556,7 @@ msgstr ""
541
  "FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
542
  "jouw PHP of gebruik RecaptchaV2 (geen account)."
543
 
544
- #: lib/wfu_constants.php:137
545
  msgid ""
546
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
547
  "notify administrator."
@@ -549,7 +564,7 @@ msgstr ""
549
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
550
  "Informeer de beheerder."
551
 
552
- #: lib/wfu_constants.php:138
553
  msgid ""
554
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
555
  "use RecaptchaV1 (no account)."
@@ -557,11 +572,11 @@ msgstr ""
557
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
558
  "Gebruik RecaptchaV1 (geen account)."
559
 
560
- #: lib/wfu_constants.php:139
561
  msgid "ERROR: No site key. Please contact administrator!"
562
  msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
563
 
564
- #: lib/wfu_constants.php:140
565
  msgid ""
566
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
567
  "define Google Recaptcha keys."
@@ -569,123 +584,123 @@ msgstr ""
569
  "FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
570
  "het Dashboard om de Google Recaptcha sleutels te bepalen."
571
 
572
- #: lib/wfu_constants.php:141
573
  msgid "Bad captcha image!"
574
  msgstr "Foute captcha afbeelding!"
575
 
576
- #: lib/wfu_constants.php:142
577
  msgid "No input!"
578
  msgstr "Geen invoer!"
579
 
580
- #: lib/wfu_constants.php:143
581
  msgid "Captcha not completed!"
582
  msgstr "Captcha niet voltooid!"
583
 
584
- #: lib/wfu_constants.php:144
585
  msgid "Wrong captcha!"
586
  msgstr "Foute captcha!"
587
 
588
- #: lib/wfu_constants.php:145
589
  msgid "Error refreshing captcha!"
590
  msgstr "Fout bij het verversen van de captcha!"
591
 
592
- #: lib/wfu_constants.php:146
593
  msgid "Unknown captcha error!"
594
  msgstr "Onbekende captchafout!"
595
 
596
- #: lib/wfu_constants.php:147
597
  msgid "Captcha not supported by your browser!"
598
  msgstr "Captcha niet ondersteund door jouw browser!"
599
 
600
- #: lib/wfu_constants.php:148
601
  msgid "the secret parameter is missing"
602
  msgstr "de geheime parameter ontbreekt"
603
 
604
- #: lib/wfu_constants.php:149
605
  msgid "the secret parameter is invalid or malformed"
606
  msgstr "de geheime parameter is ongeldig of foutief gevormd"
607
 
608
- #: lib/wfu_constants.php:150
609
  msgid "the response parameter is missing"
610
  msgstr "de antwoord parameter ontbreekt"
611
 
612
- #: lib/wfu_constants.php:151
613
  msgid "the response parameter is invalid or malformed"
614
  msgstr "de antwoord parameter is ongeldig of foutief gevormd"
615
 
616
- #: lib/wfu_constants.php:152
617
  msgid "Please do not use drag drop due to an internal problem."
618
  msgstr "Gebruik geen drag drop wegens een intern probleem."
619
 
620
- #: lib/wfu_constants.php:153
621
  #, php-format
622
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
623
  msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
624
 
625
- #: lib/wfu_constants.php:154
626
  msgid "Chunked upload is not allowed!"
627
  msgstr "Blok upload is niet toegestaan!"
628
 
629
- #: lib/wfu_constants.php:155
630
  msgid "Chunked upload aborted due to error in previous chunk!"
631
  msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
632
 
633
- #: lib/wfu_constants.php:156
634
  msgid "Chunked upload failed, final file could not be created!"
635
  msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
636
 
637
- #: lib/wfu_constants.php:157
638
  #, php-format
639
  msgid "Could not write file chuck to destination on chunk %d"
640
  msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
641
 
642
- #: lib/wfu_constants.php:158
643
  #, php-format
644
  msgid "Could not enlarge destination file on chunk %d"
645
  msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
646
 
647
- #: lib/wfu_constants.php:159
648
  #, php-format
649
  msgid "Could not open file handles on chunk %d"
650
  msgstr "Kon het bestand op blok %d niet openen"
651
 
652
- #: lib/wfu_constants.php:160
653
  msgid "You are not allowed to download this file!"
654
  msgstr ""
655
 
656
- #: lib/wfu_constants.php:161
657
  msgid "File does not exist!"
658
  msgstr ""
659
 
660
- #: lib/wfu_constants.php:162
661
  msgid "Could not download file!"
662
  msgstr ""
663
 
664
- #: lib/wfu_constants.php:163
665
  msgid "You are not allowed to delete this file!"
666
  msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
667
 
668
- #: lib/wfu_constants.php:164
669
  msgid "File was not deleted!"
670
  msgstr ""
671
 
672
- #: lib/wfu_constants.php:165
673
  msgid "No file was deleted!"
674
  msgstr ""
675
 
676
- #: lib/wfu_constants.php:166
677
  msgid "Some files were not deleted!"
678
  msgstr ""
679
 
680
- #: lib/wfu_constants.php:168
681
  msgid "Upload skipped! File already exists."
682
  msgstr "Upload overgeslagen! Bestand bestaat al."
683
 
684
- #: lib/wfu_constants.php:169
685
  msgid "The extension of the file does not match its contents."
686
  msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
687
 
688
- #: lib/wfu_constants.php:170
689
  msgid ""
690
  "Upload succeeded but the file is suspicious because its contents do not "
691
  "match its extension. Its proper filename is: "
@@ -693,26 +708,26 @@ msgstr ""
693
  "Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
694
  "komt met de extensie. De correcte bestandsnaam is "
695
 
696
- #: lib/wfu_constants.php:171
697
  msgid "No files have been selected!"
698
  msgstr "Er werden geen bestanden geselecteerd!"
699
 
700
- #: lib/wfu_constants.php:172
701
  msgid "Please complete the consent question before continuing the upload!"
702
  msgstr ""
703
 
704
- #: lib/wfu_constants.php:173
705
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
706
  msgstr ""
707
  "WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
708
  "geüpload."
709
 
710
- #: lib/wfu_constants.php:174
711
  msgid "Notification email was not sent because there were no files uploaded."
712
  msgstr ""
713
  "Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
714
 
715
- #: lib/wfu_constants.php:175
716
  msgid ""
717
  "Notification email was not sent because no recipients were defined. Please "
718
  "check notifyrecipients attribute in the shortcode."
@@ -720,7 +735,7 @@ msgstr ""
720
  "Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
721
  "toegekend. Controleer de notifyrecipients attribuut in de shortcode."
722
 
723
- #: lib/wfu_constants.php:176
724
  msgid ""
725
  "Notification email was not sent due to an error. Please check "
726
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -728,7 +743,7 @@ msgstr ""
728
  "Meldingsmail werd niet verstuurd wegens een fout. Controleer "
729
  "notifyrecipients, notifysubject en notifymessage attributen op fouten."
730
 
731
- #: lib/wfu_constants.php:177
732
  msgid ""
733
  "Redirection not executed because redirection link is empty. Please check "
734
  "redirectlink attribute."
@@ -736,18 +751,18 @@ msgstr ""
736
  "Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
737
  "omleidingslink attribuut."
738
 
739
- #: lib/wfu_constants.php:178
740
  msgid ""
741
  "Redirection not executed because not all files were successfully uploaded."
742
  msgstr ""
743
  "Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
744
  "geüpload."
745
 
746
- #: lib/wfu_constants.php:179
747
  msgid "Potential Denial-Of-Service Attack on {SITE}"
748
  msgstr ""
749
 
750
- #: lib/wfu_constants.php:180
751
  msgid ""
752
  "Hello admin\n"
753
  "\n"
@@ -767,19 +782,19 @@ msgid ""
767
  "Thanks"
768
  msgstr ""
769
 
770
- #: lib/wfu_constants.php:181
771
  msgid ""
772
  "You have activated an alternative insecure Iptanus Services Server. For "
773
  "details please contact info@iptanus.com."
774
  msgstr ""
775
 
776
- #: lib/wfu_constants.php:182
777
  msgid ""
778
  "Iptanus Services Server is unreachable. This may cause problems on some "
779
  "plugin functions. Please read this :article: for resolution."
780
  msgstr ""
781
 
782
- #: lib/wfu_constants.php:184
783
  msgid ""
784
  "Failed to add the shortcode to the page/post. Please try again. If the "
785
  "message persists, contact administrator."
@@ -787,7 +802,7 @@ msgstr ""
787
  "De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
788
  "Contacteer de beheerder wanneer dit bericht blijft verschijnen."
789
 
790
- #: lib/wfu_constants.php:185
791
  msgid ""
792
  "Failed to edit the shortcode because the contents of the page changed. Try "
793
  "again to edit the shortcode."
@@ -795,7 +810,7 @@ msgstr ""
795
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
796
  "veranderd. Probeer de shortcode opnieuw aan te passen."
797
 
798
- #: lib/wfu_constants.php:186
799
  msgid ""
800
  "Failed to delete the shortcode because the contents of the page changed. Try "
801
  "again to delete it."
@@ -803,7 +818,7 @@ msgstr ""
803
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
804
  "veranderd. Probeer opnieuw te verwijderen."
805
 
806
- #: lib/wfu_constants.php:187
807
  msgid ""
808
  "The page containing the shortcode has been modified and it is no longer "
809
  "valid. Please go back to reload the shortcode."
@@ -811,7 +826,7 @@ msgstr ""
811
  "De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
812
  "geldig. Ga terug om de shortcode te herladen."
813
 
814
- #: lib/wfu_constants.php:188
815
  msgid ""
816
  "Failed to update the shortcode because the contents of the page changed. Go "
817
  "back to reload the shortcode."
@@ -819,7 +834,7 @@ msgstr ""
819
  "Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
820
  "gewijzigd. Ga terug om de shortcode te herladen."
821
 
822
- #: lib/wfu_constants.php:189
823
  msgid ""
824
  "Failed to update the shortcode. Please try again. If the problem persists, "
825
  "go back and reload the shortcode."
@@ -827,39 +842,39 @@ msgstr ""
827
  "Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
828
  "blijft voordoen, ga dan terug en herlaadt de shortcode."
829
 
830
- #: lib/wfu_constants.php:191
831
  msgid "This is a test message"
832
  msgstr "Dit is een testbericht"
833
 
834
- #: lib/wfu_constants.php:192
835
  msgid "This is a test administrator message"
836
  msgstr "Dit is een test beheerdersbericht"
837
 
838
- #: lib/wfu_constants.php:193
839
  msgid "File testfile 1 under test"
840
  msgstr "Bestand testfile 1 onder test"
841
 
842
- #: lib/wfu_constants.php:194
843
  msgid "File testfile 1 message"
844
  msgstr "Bestand testfile 1 bericht"
845
 
846
- #: lib/wfu_constants.php:195
847
  msgid "File testfile 1 administrator message"
848
  msgstr "Bestand testfile 1 beheerdersbericht"
849
 
850
- #: lib/wfu_constants.php:196
851
  msgid "File testfile 2 under test"
852
  msgstr "Bestand tesfile 2 onder test"
853
 
854
- #: lib/wfu_constants.php:197
855
  msgid "File testfile 2 message"
856
  msgstr "Bestand testfile 2 bericht"
857
 
858
- #: lib/wfu_constants.php:198
859
  msgid "File testfile 2 administrator message"
860
  msgstr "Bestand testfile 2 beheerdersbericht"
861
 
862
- #: lib/wfu_constants.php:200
863
  msgid ""
864
  "Insert variable %userid% inside text. It will be replaced by the id of the "
865
  "current user."
@@ -867,7 +882,7 @@ msgstr ""
867
  "Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
868
  "id van de huidige gebruiker."
869
 
870
- #: lib/wfu_constants.php:201
871
  msgid ""
872
  "Insert variable %username% inside text. It will be replaced by the username "
873
  "of the current user."
@@ -875,7 +890,7 @@ msgstr ""
875
  "Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
876
  "gebruikersnaam van de huidige gebruiker."
877
 
878
- #: lib/wfu_constants.php:202
879
  msgid ""
880
  "Insert variable %useremail% inside text. It will be replaced by the email of "
881
  "the current user."
@@ -883,7 +898,7 @@ msgstr ""
883
  "Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
884
  "het e-mailadres van de huidige gebruiker."
885
 
886
- #: lib/wfu_constants.php:203
887
  msgid ""
888
  "Insert variable %filename% inside text. It will be replaced by the filename "
889
  "of the uploaded file."
@@ -891,7 +906,7 @@ msgstr ""
891
  "Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
892
  "bestandsnaam van het geüploade bestand."
893
 
894
- #: lib/wfu_constants.php:204
895
  msgid ""
896
  "Insert variable %filepath% inside text. It will be replaced by the full "
897
  "filepath of the uploaded file."
@@ -899,7 +914,7 @@ msgstr ""
899
  "Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
900
  "het volledige bestandspad van het geüploade bestand."
901
 
902
- #: lib/wfu_constants.php:205
903
  msgid ""
904
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
905
  "the website."
@@ -907,7 +922,7 @@ msgstr ""
907
  "Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
908
  "blog id van de website."
909
 
910
- #: lib/wfu_constants.php:206
911
  msgid ""
912
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
913
  "current page."
@@ -915,7 +930,7 @@ msgstr ""
915
  "Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
916
  "id van de huidige pagina."
917
 
918
- #: lib/wfu_constants.php:207
919
  msgid ""
920
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
921
  "the current page."
@@ -923,7 +938,7 @@ msgstr ""
923
  "Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
924
  "de titel van de huidige pagina."
925
 
926
- #: lib/wfu_constants.php:208
927
  msgid ""
928
  "Insert variable %userdataXXX% inside text. Select the user field from the "
929
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -933,236 +948,286 @@ msgstr ""
933
  "via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
934
  "in dit veld heeft ingevuld."
935
 
936
- #: lib/wfu_constants.php:209
937
  msgid "Insert variable %n% inside text to denote a line change."
938
  msgstr ""
939
  "Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
940
 
941
- #: lib/wfu_constants.php:211
942
  #, php-format
943
  msgid "File %filename% uploaded successfully but not saved"
944
  msgstr ""
945
 
946
- #: lib/wfu_constants.php:212
947
  msgid "Test Mode"
948
  msgstr "Test Modus"
949
 
950
- #: lib/wfu_constants.php:213
951
  msgid "select dir..."
952
  msgstr "selecteer dir..."
953
 
954
- #: lib/wfu_constants.php:214
955
  msgid "type dir"
956
  msgstr "type dir"
957
 
958
- #: lib/wfu_constants.php:215
959
  msgid "Upload path: %filepath%"
960
  msgstr "Uploadpad: %filepath%"
961
 
962
- #: lib/wfu_constants.php:216
963
  msgid "Failed upload path: %filepath%"
964
  msgstr "Foutief uploadpad: %filepath%"
965
 
966
- #: lib/wfu_constants.php:217
967
  msgid " (required)"
968
  msgstr "(verplicht)"
969
 
970
- #: lib/wfu_constants.php:218
971
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
972
  msgstr ""
973
  "Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
974
 
975
- #: lib/wfu_constants.php:219
976
  msgid "checking captcha..."
977
  msgstr "captcha controleren..."
978
 
979
- #: lib/wfu_constants.php:220
980
  msgid "refreshing..."
981
  msgstr "verversen..."
982
 
983
- #: lib/wfu_constants.php:221
984
  msgid "correct captcha"
985
  msgstr "correcte captcha"
986
 
987
- #: lib/wfu_constants.php:222
988
  msgid "click to continue the upload"
989
  msgstr "Klik om door te gaan met uploaden"
990
 
991
- #: lib/wfu_constants.php:223
992
  msgid "Are you sure you want to delete this file?"
993
  msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
994
 
995
- #: lib/wfu_constants.php:224
996
  msgid "Are you sure you want to delete these files?"
997
  msgstr ""
998
 
999
- #: lib/wfu_constants.php:225
1000
  msgid "Bulk Actions"
1001
  msgstr ""
1002
 
1003
- #: lib/wfu_constants.php:226
1004
  msgid "Apply"
1005
  msgstr ""
1006
 
1007
- #: lib/wfu_constants.php:228
1008
  msgid "of "
1009
  msgstr "van "
1010
 
1011
- #: lib/wfu_constants.php:229
1012
  msgid "Are you sure that you want to cancel the upload?"
1013
  msgstr ""
1014
 
1015
- #: lib/wfu_constants.php:230
1016
  msgid "cancel upload of this file"
1017
  msgstr "uploaden van dit bestand annuleren"
1018
 
1019
- #: lib/wfu_constants.php:231
1020
  msgid "Upload in progress"
1021
  msgstr "Upload is bezig"
1022
 
1023
- #: lib/wfu_constants.php:232
1024
  msgid "Upload in progress with warnings!"
1025
  msgstr "Upload is bezig met waarschuwingen!"
1026
 
1027
- #: lib/wfu_constants.php:233
1028
  msgid "Upload in progress but some files already failed!"
1029
  msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
1030
 
1031
- #: lib/wfu_constants.php:234
1032
  msgid "Upload in progress but no files uploaded so far!"
1033
  msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
1034
 
1035
- #: lib/wfu_constants.php:235
1036
  msgid "All files uploaded successfully"
1037
  msgstr "Alle bestanden met succes geüpload"
1038
 
1039
- #: lib/wfu_constants.php:236
1040
  msgid "All files uploaded successfully but there are warnings!"
1041
  msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
1042
 
1043
- #: lib/wfu_constants.php:237
1044
  msgid "File uploaded successfully but there are warnings!"
1045
  msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
1046
 
1047
- #: lib/wfu_constants.php:238
1048
  msgid "Some files failed to upload!"
1049
  msgstr "Sommige bestanden werden niet geüpload!"
1050
 
1051
- #: lib/wfu_constants.php:239
1052
  msgid "All files failed to upload"
1053
  msgstr "Upload mislukt voor alle bestanden"
1054
 
1055
- #: lib/wfu_constants.php:240
1056
  msgid "File failed to upload"
1057
  msgstr "Upload mislukt voor bestand"
1058
 
1059
- #: lib/wfu_constants.php:241
1060
  msgid "There are no files to upload!"
1061
  msgstr "Er zijn geen bestanden om te uploaden!"
1062
 
1063
- #: lib/wfu_constants.php:242
1064
  msgid "Test upload message"
1065
  msgstr "Test upload berciht"
1066
 
1067
- #: lib/wfu_constants.php:243
1068
  msgid "JSON parse warning!"
1069
  msgstr "JSON parseer waarschuwing!"
1070
 
1071
- #: lib/wfu_constants.php:244
1072
  msgid "please wait while redirecting..."
1073
  msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
1074
 
1075
- #: lib/wfu_constants.php:246
1076
  msgid "Submitting data"
1077
  msgstr ""
1078
 
1079
- #: lib/wfu_constants.php:247
1080
  msgid "Data submitted successfully!"
1081
  msgstr ""
1082
 
1083
- #: lib/wfu_constants.php:248
1084
  msgid "Data were not submitted!"
1085
  msgstr ""
1086
 
1087
- #: lib/wfu_constants.php:249
1088
  msgid "Cancelling upload"
1089
  msgstr ""
1090
 
1091
- #: lib/wfu_constants.php:251
1092
  msgid "Upload succeeded!"
1093
  msgstr ""
1094
 
1095
- #: lib/wfu_constants.php:252
1096
  msgid "Upload completed but no files were saved!"
1097
  msgstr ""
1098
 
1099
- #: lib/wfu_constants.php:253
1100
  msgid "File was not saved due to personal data policy!"
1101
  msgstr ""
1102
 
1103
- #: lib/wfu_constants.php:254
1104
  msgid "Open visual shortcode editor in new window"
1105
  msgstr "Open de visuele shortcode editor in een nieuw venster"
1106
 
1107
- #: lib/wfu_constants.php:255
1108
  msgid "loading visual editor"
1109
  msgstr "laden visuele editor"
1110
 
1111
- #: lib/wfu_constants.php:256
1112
  msgid "Clear file list?"
1113
  msgstr "Bestandenlijst wissen?"
1114
 
1115
- #: lib/wfu_constants.php:257
1116
  msgid "DROP HERE"
1117
  msgstr "PLAATS HIER"
1118
 
1119
- #: lib/wfu_constants.php:259
1120
  msgid "record video"
1121
  msgstr ""
1122
 
1123
- #: lib/wfu_constants.php:260
1124
  msgid "take a picture"
1125
  msgstr ""
1126
 
1127
- #: lib/wfu_constants.php:261
1128
  msgid "turn webcam on/off"
1129
  msgstr ""
1130
 
1131
- #: lib/wfu_constants.php:262
1132
  msgid "go live again"
1133
  msgstr ""
1134
 
1135
- #: lib/wfu_constants.php:263
1136
  msgid "end recording"
1137
  msgstr ""
1138
 
1139
- #: lib/wfu_constants.php:264
1140
  msgid "play"
1141
  msgstr ""
1142
 
1143
- #: lib/wfu_constants.php:265
1144
  msgid "pause"
1145
  msgstr ""
1146
 
1147
- #: lib/wfu_constants.php:266
1148
  msgid "go to the beginning"
1149
  msgstr ""
1150
 
1151
- #: lib/wfu_constants.php:267
1152
  msgid "go to the end"
1153
  msgstr ""
1154
 
1155
- #: lib/wfu_constants.php:269
1156
  msgid "Wordpress File Upload Form"
1157
  msgstr "Wordpress File Upload Formulier"
1158
 
1159
- #: lib/wfu_constants.php:270
1160
  msgid "Wordpress File Upload plugin uploader for sidebars"
1161
  msgstr "Wordpress File Upload plugin uploader voor zijbalken"
1162
 
1163
- #: lib/wfu_constants.php:271
1164
  msgid "Upload Files"
1165
  msgstr "Upload Bestanden"
1166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1167
  #~ msgid "Targer folder doesn't exist."
1168
  #~ msgstr "Doelmap bestaat niet."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:12+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:12+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: nl_NL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
135
  msgid "User"
136
  msgstr "Gebruiker"
137
 
138
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
139
  msgid "Page"
140
  msgstr "Pagina"
141
 
278
  "correcte bestandnaam is: "
279
 
280
  #: lib/wfu_constants.php:86
281
+ #, fuzzy
282
+ #| msgid ""
283
+ #| "Error. This file was rejected because its extension is not correct. Its "
284
+ #| "proper filename is: "
285
+ msgid "Error. This file was rejected because its not a valid image."
286
+ msgstr ""
287
+ "Fout. Dit bestand werd geweigerd omdat de extensie niet correct is. De "
288
+ "correcte bestandnaam is: "
289
+
290
+ #: lib/wfu_constants.php:87
291
  msgid ""
292
  "Too many files are uploaded in a short period of time. This may be a Denial-"
293
  "Of-Service attack, so file was rejected. Please check the upload log for "
294
  "suspicious behaviour."
295
  msgstr ""
296
 
297
+ #: lib/wfu_constants.php:88
298
  msgid ""
299
  "File not uploaded in order to prevent overflow of the website. Please "
300
  "contact administrator."
301
  msgstr ""
302
 
303
+ #: lib/wfu_constants.php:89
304
  msgid "Target folder doesn't exist."
305
  msgstr ""
306
 
307
+ #: lib/wfu_constants.php:90
308
  msgid "Upload failed! Missing a temporary folder."
309
  msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
310
 
311
+ #: lib/wfu_constants.php:91
312
+ msgid "Not allowed to upload to target folder."
313
+ msgstr ""
314
+
315
+ #: lib/wfu_constants.php:92
316
  msgid "Upload failed! Permission denied to write to target folder."
317
  msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
318
 
319
+ #: lib/wfu_constants.php:93
320
  msgid "File not allowed."
321
  msgstr "Bestand niet toegelaten."
322
 
323
+ #: lib/wfu_constants.php:94
324
  msgid "File is suspicious and was rejected."
325
  msgstr "Bestand is dubieus en werd niet toegelaten."
326
 
327
+ #: lib/wfu_constants.php:95
328
  msgid "The uploaded file exceeds the file size limit."
329
  msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
330
 
331
+ #: lib/wfu_constants.php:96
332
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
333
  msgstr ""
334
  "Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
335
  "server."
336
 
337
+ #: lib/wfu_constants.php:97
338
  msgid ""
339
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
340
  "Please contact the administrator."
342
  "Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
343
  "server. Neem contact op met de beheerder."
344
 
345
+ #: lib/wfu_constants.php:98
346
  msgid ""
347
  "Upload failed! The duration of the upload exceeded the time limit of the "
348
  "server. Please contact the administrator."
350
  "Upload mislukt! De duur van de upload overschreed de termijn van de server. "
351
  "Neem contact op met de beheerder."
352
 
353
+ #: lib/wfu_constants.php:99
354
  msgid ""
355
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
356
  "was specified in the HTML form."
358
  "Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
359
  "aangegeven voor dit HTML formulier."
360
 
361
+ #: lib/wfu_constants.php:100
362
  msgid "Upload failed! The uploaded file was only partially uploaded."
363
  msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
364
 
365
+ #: lib/wfu_constants.php:101
366
  msgid "Upload failed! No file was uploaded."
367
  msgstr "Upload mislukt! Er werd geen bestand geüpload."
368
 
369
+ #: lib/wfu_constants.php:102
370
  msgid "Upload failed! Failed to write file to disk."
371
  msgstr ""
372
  "Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
373
 
374
+ #: lib/wfu_constants.php:103
375
  msgid ""
376
  "Upload failed! Error occured while moving temporary file. Please contact "
377
  "administrator."
379
  "Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
380
  "tijdelijke bestand. Contacteer de beheerder."
381
 
382
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
383
  msgid "Upload cancelled!"
384
  msgstr "Upload geannuleerd!"
385
 
386
+ #: lib/wfu_constants.php:105
387
  msgid ""
388
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
389
  "a way to ascertain which extension caused the file upload to stop; examining "
393
  "mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
394
  "de lijst met actieve extensies met phpinfo() kan nuttig zijn."
395
 
396
+ #: lib/wfu_constants.php:106
397
  msgid "Upload failed! Error occured while attemting to upload the file."
398
  msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
399
 
400
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
401
  msgid "Upload failed!"
402
  msgstr "Upload mislukt!"
403
 
404
+ #: lib/wfu_constants.php:108
405
  msgid "No file!"
406
  msgstr "Geen bestand!"
407
 
408
+ #: lib/wfu_constants.php:109
409
  msgid ""
410
  "Upload failed! The upload has been canceled by the user or the browser "
411
  "dropped the connection."
413
  "Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
414
  "verbinding met de server werd verbroken."
415
 
416
+ #: lib/wfu_constants.php:110
417
  msgid "Upload failed! Unknown error."
418
  msgstr "Upload mislukt! Onbekende fout."
419
 
420
+ #: lib/wfu_constants.php:111
421
  msgid "Please contact the administrator."
422
  msgstr "Contacteer de beheerder."
423
 
424
+ #: lib/wfu_constants.php:112
425
  msgid "No result from remote server!"
426
  msgstr "Geen resultaten van de server!"
427
 
428
+ #: lib/wfu_constants.php:113
429
  msgid " but with warnings"
430
  msgstr " maar met waarschuwingen"
431
 
432
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
433
  msgid "Warning: JSON parse error."
434
  msgstr "Opgelet: JSON parseerfout."
435
 
436
+ #: lib/wfu_constants.php:115
437
  msgid ""
438
  "Upload parameters of this file, passed as JSON string to the handler, could "
439
  "not be parsed."
441
  "De uploadparameters van dit bestand, doorgegeven als JSON string to the "
442
  "handler, kon niet worden ontleed."
443
 
444
+ #: lib/wfu_constants.php:117
445
  msgid ""
446
  "UploadStates, passed as JSON string to the handler, could not be parsed."
447
  msgstr ""
448
  "UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
449
  "ontleed."
450
 
451
+ #: lib/wfu_constants.php:118
452
  msgid ""
453
  "Redirection to classic form functionality occurred due to unknown error."
454
  msgstr ""
455
  "Doorsturen naar classic form functionaliteit trad op door onbekende fout."
456
 
457
+ #: lib/wfu_constants.php:119
458
  msgid ""
459
  "Redirection to classic form functionality occurred because AJAX is not "
460
  "supported."
462
  "Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
463
  "ondersteund."
464
 
465
+ #: lib/wfu_constants.php:120
466
  msgid ""
467
  "Redirection to classic form functionality occurred because HTML5 is not "
468
  "supported."
470
  "Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
471
  "ondersteund."
472
 
473
+ #: lib/wfu_constants.php:121
474
  msgid ""
475
  "Redirection to classic form functionality occurred due to JSON parse error."
476
  msgstr ""
477
  "Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
478
 
479
+ #: lib/wfu_constants.php:122
480
  msgid "Please enable popup windows from the browser's settings!"
481
  msgstr "Activeer popup vensters in de browserinstellingen!"
482
 
483
+ #: lib/wfu_constants.php:123
484
  msgid "cannot be empty!"
485
  msgstr "kan niet leeg zijn!"
486
 
487
+ #: lib/wfu_constants.php:124
488
  msgid "number not valid!"
489
  msgstr "nummer niet geldig!"
490
 
491
+ #: lib/wfu_constants.php:125
492
  msgid "email not valid!"
493
  msgstr "e-mail niet geldig!"
494
 
495
+ #: lib/wfu_constants.php:126
496
  msgid "emails do not match!"
497
  msgstr "e-mails komen niet overeen!"
498
 
499
+ #: lib/wfu_constants.php:127
500
  msgid "no base email field in group!"
501
  msgstr "geen hoofd e-mailveld in de groep!"
502
 
503
+ #: lib/wfu_constants.php:128
504
  msgid "passwords do not match!"
505
  msgstr "Wachtwoorden komen niet overeen!"
506
 
507
+ #: lib/wfu_constants.php:129
508
  msgid "no base password field in group!"
509
  msgstr "geen hoofd wachtwoordveld in de groep!"
510
 
511
+ #: lib/wfu_constants.php:130
512
  msgid "checkbox unchecked!"
513
  msgstr "checkbox niet aangevinkt!"
514
 
515
+ #: lib/wfu_constants.php:131
516
  msgid "no option selected!"
517
  msgstr "geen optie geselecteerd!"
518
 
519
+ #: lib/wfu_constants.php:132
520
  msgid "no item selected!"
521
  msgstr "geen item geselecteerd!"
522
 
523
+ #: lib/wfu_constants.php:133
524
  msgid ""
525
  "There are more than one instances of the plugin in this page with the same "
526
  "id. Please change it."
528
  "Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
529
  "Pas dit aan."
530
 
531
+ #: lib/wfu_constants.php:134
532
  msgid ""
533
  "Cannot edit the shortcode because the page has been modified. Please reload "
534
  "the page."
536
  "Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
537
  "pagina."
538
 
539
+ #: lib/wfu_constants.php:135
540
  msgid "Your browser does not support webcam capture!"
541
  msgstr ""
542
 
543
+ #: lib/wfu_constants.php:136
544
  msgid "Your browser does not support video recording from the webcam!"
545
  msgstr ""
546
 
547
+ #: lib/wfu_constants.php:137
548
  msgid "No video was recorded!"
549
  msgstr ""
550
 
551
+ #: lib/wfu_constants.php:138
552
  msgid ""
553
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
554
  "or use RecaptchaV2 (no account)."
556
  "FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
557
  "jouw PHP of gebruik RecaptchaV2 (geen account)."
558
 
559
+ #: lib/wfu_constants.php:139
560
  msgid ""
561
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
562
  "notify administrator."
564
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
565
  "Informeer de beheerder."
566
 
567
+ #: lib/wfu_constants.php:140
568
  msgid ""
569
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
570
  "use RecaptchaV1 (no account)."
572
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
573
  "Gebruik RecaptchaV1 (geen account)."
574
 
575
+ #: lib/wfu_constants.php:141
576
  msgid "ERROR: No site key. Please contact administrator!"
577
  msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
578
 
579
+ #: lib/wfu_constants.php:142
580
  msgid ""
581
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
582
  "define Google Recaptcha keys."
584
  "FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
585
  "het Dashboard om de Google Recaptcha sleutels te bepalen."
586
 
587
+ #: lib/wfu_constants.php:143
588
  msgid "Bad captcha image!"
589
  msgstr "Foute captcha afbeelding!"
590
 
591
+ #: lib/wfu_constants.php:144
592
  msgid "No input!"
593
  msgstr "Geen invoer!"
594
 
595
+ #: lib/wfu_constants.php:145
596
  msgid "Captcha not completed!"
597
  msgstr "Captcha niet voltooid!"
598
 
599
+ #: lib/wfu_constants.php:146
600
  msgid "Wrong captcha!"
601
  msgstr "Foute captcha!"
602
 
603
+ #: lib/wfu_constants.php:147
604
  msgid "Error refreshing captcha!"
605
  msgstr "Fout bij het verversen van de captcha!"
606
 
607
+ #: lib/wfu_constants.php:148
608
  msgid "Unknown captcha error!"
609
  msgstr "Onbekende captchafout!"
610
 
611
+ #: lib/wfu_constants.php:149
612
  msgid "Captcha not supported by your browser!"
613
  msgstr "Captcha niet ondersteund door jouw browser!"
614
 
615
+ #: lib/wfu_constants.php:150
616
  msgid "the secret parameter is missing"
617
  msgstr "de geheime parameter ontbreekt"
618
 
619
+ #: lib/wfu_constants.php:151
620
  msgid "the secret parameter is invalid or malformed"
621
  msgstr "de geheime parameter is ongeldig of foutief gevormd"
622
 
623
+ #: lib/wfu_constants.php:152
624
  msgid "the response parameter is missing"
625
  msgstr "de antwoord parameter ontbreekt"
626
 
627
+ #: lib/wfu_constants.php:153
628
  msgid "the response parameter is invalid or malformed"
629
  msgstr "de antwoord parameter is ongeldig of foutief gevormd"
630
 
631
+ #: lib/wfu_constants.php:154
632
  msgid "Please do not use drag drop due to an internal problem."
633
  msgstr "Gebruik geen drag drop wegens een intern probleem."
634
 
635
+ #: lib/wfu_constants.php:155
636
  #, php-format
637
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
638
  msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
639
 
640
+ #: lib/wfu_constants.php:156
641
  msgid "Chunked upload is not allowed!"
642
  msgstr "Blok upload is niet toegestaan!"
643
 
644
+ #: lib/wfu_constants.php:157
645
  msgid "Chunked upload aborted due to error in previous chunk!"
646
  msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
647
 
648
+ #: lib/wfu_constants.php:158
649
  msgid "Chunked upload failed, final file could not be created!"
650
  msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
651
 
652
+ #: lib/wfu_constants.php:159
653
  #, php-format
654
  msgid "Could not write file chuck to destination on chunk %d"
655
  msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
656
 
657
+ #: lib/wfu_constants.php:160
658
  #, php-format
659
  msgid "Could not enlarge destination file on chunk %d"
660
  msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
661
 
662
+ #: lib/wfu_constants.php:161
663
  #, php-format
664
  msgid "Could not open file handles on chunk %d"
665
  msgstr "Kon het bestand op blok %d niet openen"
666
 
667
+ #: lib/wfu_constants.php:162
668
  msgid "You are not allowed to download this file!"
669
  msgstr ""
670
 
671
+ #: lib/wfu_constants.php:163
672
  msgid "File does not exist!"
673
  msgstr ""
674
 
675
+ #: lib/wfu_constants.php:164
676
  msgid "Could not download file!"
677
  msgstr ""
678
 
679
+ #: lib/wfu_constants.php:165
680
  msgid "You are not allowed to delete this file!"
681
  msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
682
 
683
+ #: lib/wfu_constants.php:166
684
  msgid "File was not deleted!"
685
  msgstr ""
686
 
687
+ #: lib/wfu_constants.php:167
688
  msgid "No file was deleted!"
689
  msgstr ""
690
 
691
+ #: lib/wfu_constants.php:168
692
  msgid "Some files were not deleted!"
693
  msgstr ""
694
 
695
+ #: lib/wfu_constants.php:170
696
  msgid "Upload skipped! File already exists."
697
  msgstr "Upload overgeslagen! Bestand bestaat al."
698
 
699
+ #: lib/wfu_constants.php:171
700
  msgid "The extension of the file does not match its contents."
701
  msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
702
 
703
+ #: lib/wfu_constants.php:172
704
  msgid ""
705
  "Upload succeeded but the file is suspicious because its contents do not "
706
  "match its extension. Its proper filename is: "
708
  "Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
709
  "komt met de extensie. De correcte bestandsnaam is "
710
 
711
+ #: lib/wfu_constants.php:173
712
  msgid "No files have been selected!"
713
  msgstr "Er werden geen bestanden geselecteerd!"
714
 
715
+ #: lib/wfu_constants.php:174
716
  msgid "Please complete the consent question before continuing the upload!"
717
  msgstr ""
718
 
719
+ #: lib/wfu_constants.php:175
720
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
721
  msgstr ""
722
  "WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
723
  "geüpload."
724
 
725
+ #: lib/wfu_constants.php:176
726
  msgid "Notification email was not sent because there were no files uploaded."
727
  msgstr ""
728
  "Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
729
 
730
+ #: lib/wfu_constants.php:177
731
  msgid ""
732
  "Notification email was not sent because no recipients were defined. Please "
733
  "check notifyrecipients attribute in the shortcode."
735
  "Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
736
  "toegekend. Controleer de notifyrecipients attribuut in de shortcode."
737
 
738
+ #: lib/wfu_constants.php:178
739
  msgid ""
740
  "Notification email was not sent due to an error. Please check "
741
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
743
  "Meldingsmail werd niet verstuurd wegens een fout. Controleer "
744
  "notifyrecipients, notifysubject en notifymessage attributen op fouten."
745
 
746
+ #: lib/wfu_constants.php:179
747
  msgid ""
748
  "Redirection not executed because redirection link is empty. Please check "
749
  "redirectlink attribute."
751
  "Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
752
  "omleidingslink attribuut."
753
 
754
+ #: lib/wfu_constants.php:180
755
  msgid ""
756
  "Redirection not executed because not all files were successfully uploaded."
757
  msgstr ""
758
  "Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
759
  "geüpload."
760
 
761
+ #: lib/wfu_constants.php:181
762
  msgid "Potential Denial-Of-Service Attack on {SITE}"
763
  msgstr ""
764
 
765
+ #: lib/wfu_constants.php:182
766
  msgid ""
767
  "Hello admin\n"
768
  "\n"
782
  "Thanks"
783
  msgstr ""
784
 
785
+ #: lib/wfu_constants.php:183
786
  msgid ""
787
  "You have activated an alternative insecure Iptanus Services Server. For "
788
  "details please contact info@iptanus.com."
789
  msgstr ""
790
 
791
+ #: lib/wfu_constants.php:184
792
  msgid ""
793
  "Iptanus Services Server is unreachable. This may cause problems on some "
794
  "plugin functions. Please read this :article: for resolution."
795
  msgstr ""
796
 
797
+ #: lib/wfu_constants.php:186
798
  msgid ""
799
  "Failed to add the shortcode to the page/post. Please try again. If the "
800
  "message persists, contact administrator."
802
  "De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
803
  "Contacteer de beheerder wanneer dit bericht blijft verschijnen."
804
 
805
+ #: lib/wfu_constants.php:187
806
  msgid ""
807
  "Failed to edit the shortcode because the contents of the page changed. Try "
808
  "again to edit the shortcode."
810
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
811
  "veranderd. Probeer de shortcode opnieuw aan te passen."
812
 
813
+ #: lib/wfu_constants.php:188
814
  msgid ""
815
  "Failed to delete the shortcode because the contents of the page changed. Try "
816
  "again to delete it."
818
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
819
  "veranderd. Probeer opnieuw te verwijderen."
820
 
821
+ #: lib/wfu_constants.php:189
822
  msgid ""
823
  "The page containing the shortcode has been modified and it is no longer "
824
  "valid. Please go back to reload the shortcode."
826
  "De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
827
  "geldig. Ga terug om de shortcode te herladen."
828
 
829
+ #: lib/wfu_constants.php:190
830
  msgid ""
831
  "Failed to update the shortcode because the contents of the page changed. Go "
832
  "back to reload the shortcode."
834
  "Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
835
  "gewijzigd. Ga terug om de shortcode te herladen."
836
 
837
+ #: lib/wfu_constants.php:191
838
  msgid ""
839
  "Failed to update the shortcode. Please try again. If the problem persists, "
840
  "go back and reload the shortcode."
842
  "Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
843
  "blijft voordoen, ga dan terug en herlaadt de shortcode."
844
 
845
+ #: lib/wfu_constants.php:193
846
  msgid "This is a test message"
847
  msgstr "Dit is een testbericht"
848
 
849
+ #: lib/wfu_constants.php:194
850
  msgid "This is a test administrator message"
851
  msgstr "Dit is een test beheerdersbericht"
852
 
853
+ #: lib/wfu_constants.php:195
854
  msgid "File testfile 1 under test"
855
  msgstr "Bestand testfile 1 onder test"
856
 
857
+ #: lib/wfu_constants.php:196
858
  msgid "File testfile 1 message"
859
  msgstr "Bestand testfile 1 bericht"
860
 
861
+ #: lib/wfu_constants.php:197
862
  msgid "File testfile 1 administrator message"
863
  msgstr "Bestand testfile 1 beheerdersbericht"
864
 
865
+ #: lib/wfu_constants.php:198
866
  msgid "File testfile 2 under test"
867
  msgstr "Bestand tesfile 2 onder test"
868
 
869
+ #: lib/wfu_constants.php:199
870
  msgid "File testfile 2 message"
871
  msgstr "Bestand testfile 2 bericht"
872
 
873
+ #: lib/wfu_constants.php:200
874
  msgid "File testfile 2 administrator message"
875
  msgstr "Bestand testfile 2 beheerdersbericht"
876
 
877
+ #: lib/wfu_constants.php:202
878
  msgid ""
879
  "Insert variable %userid% inside text. It will be replaced by the id of the "
880
  "current user."
882
  "Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
883
  "id van de huidige gebruiker."
884
 
885
+ #: lib/wfu_constants.php:203
886
  msgid ""
887
  "Insert variable %username% inside text. It will be replaced by the username "
888
  "of the current user."
890
  "Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
891
  "gebruikersnaam van de huidige gebruiker."
892
 
893
+ #: lib/wfu_constants.php:204
894
  msgid ""
895
  "Insert variable %useremail% inside text. It will be replaced by the email of "
896
  "the current user."
898
  "Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
899
  "het e-mailadres van de huidige gebruiker."
900
 
901
+ #: lib/wfu_constants.php:205
902
  msgid ""
903
  "Insert variable %filename% inside text. It will be replaced by the filename "
904
  "of the uploaded file."
906
  "Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
907
  "bestandsnaam van het geüploade bestand."
908
 
909
+ #: lib/wfu_constants.php:206
910
  msgid ""
911
  "Insert variable %filepath% inside text. It will be replaced by the full "
912
  "filepath of the uploaded file."
914
  "Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
915
  "het volledige bestandspad van het geüploade bestand."
916
 
917
+ #: lib/wfu_constants.php:207
918
  msgid ""
919
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
920
  "the website."
922
  "Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
923
  "blog id van de website."
924
 
925
+ #: lib/wfu_constants.php:208
926
  msgid ""
927
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
928
  "current page."
930
  "Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
931
  "id van de huidige pagina."
932
 
933
+ #: lib/wfu_constants.php:209
934
  msgid ""
935
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
936
  "the current page."
938
  "Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
939
  "de titel van de huidige pagina."
940
 
941
+ #: lib/wfu_constants.php:210
942
  msgid ""
943
  "Insert variable %userdataXXX% inside text. Select the user field from the "
944
  "drop-down list. It will be replaced by the value that the user entered in "
948
  "via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
949
  "in dit veld heeft ingevuld."
950
 
951
+ #: lib/wfu_constants.php:211
952
  msgid "Insert variable %n% inside text to denote a line change."
953
  msgstr ""
954
  "Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
955
 
956
+ #: lib/wfu_constants.php:213
957
  #, php-format
958
  msgid "File %filename% uploaded successfully but not saved"
959
  msgstr ""
960
 
961
+ #: lib/wfu_constants.php:214
962
  msgid "Test Mode"
963
  msgstr "Test Modus"
964
 
965
+ #: lib/wfu_constants.php:215
966
  msgid "select dir..."
967
  msgstr "selecteer dir..."
968
 
969
+ #: lib/wfu_constants.php:216
970
  msgid "type dir"
971
  msgstr "type dir"
972
 
973
+ #: lib/wfu_constants.php:217
974
  msgid "Upload path: %filepath%"
975
  msgstr "Uploadpad: %filepath%"
976
 
977
+ #: lib/wfu_constants.php:218
978
  msgid "Failed upload path: %filepath%"
979
  msgstr "Foutief uploadpad: %filepath%"
980
 
981
+ #: lib/wfu_constants.php:219
982
  msgid " (required)"
983
  msgstr "(verplicht)"
984
 
985
+ #: lib/wfu_constants.php:220
986
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
987
  msgstr ""
988
  "Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
989
 
990
+ #: lib/wfu_constants.php:221
991
  msgid "checking captcha..."
992
  msgstr "captcha controleren..."
993
 
994
+ #: lib/wfu_constants.php:222
995
  msgid "refreshing..."
996
  msgstr "verversen..."
997
 
998
+ #: lib/wfu_constants.php:223
999
  msgid "correct captcha"
1000
  msgstr "correcte captcha"
1001
 
1002
+ #: lib/wfu_constants.php:224
1003
  msgid "click to continue the upload"
1004
  msgstr "Klik om door te gaan met uploaden"
1005
 
1006
+ #: lib/wfu_constants.php:225
1007
  msgid "Are you sure you want to delete this file?"
1008
  msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
1009
 
1010
+ #: lib/wfu_constants.php:226
1011
  msgid "Are you sure you want to delete these files?"
1012
  msgstr ""
1013
 
1014
+ #: lib/wfu_constants.php:227
1015
  msgid "Bulk Actions"
1016
  msgstr ""
1017
 
1018
+ #: lib/wfu_constants.php:228
1019
  msgid "Apply"
1020
  msgstr ""
1021
 
1022
+ #: lib/wfu_constants.php:230
1023
  msgid "of "
1024
  msgstr "van "
1025
 
1026
+ #: lib/wfu_constants.php:231
1027
  msgid "Are you sure that you want to cancel the upload?"
1028
  msgstr ""
1029
 
1030
+ #: lib/wfu_constants.php:232
1031
  msgid "cancel upload of this file"
1032
  msgstr "uploaden van dit bestand annuleren"
1033
 
1034
+ #: lib/wfu_constants.php:233
1035
  msgid "Upload in progress"
1036
  msgstr "Upload is bezig"
1037
 
1038
+ #: lib/wfu_constants.php:234
1039
  msgid "Upload in progress with warnings!"
1040
  msgstr "Upload is bezig met waarschuwingen!"
1041
 
1042
+ #: lib/wfu_constants.php:235
1043
  msgid "Upload in progress but some files already failed!"
1044
  msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
1045
 
1046
+ #: lib/wfu_constants.php:236
1047
  msgid "Upload in progress but no files uploaded so far!"
1048
  msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
1049
 
1050
+ #: lib/wfu_constants.php:237
1051
  msgid "All files uploaded successfully"
1052
  msgstr "Alle bestanden met succes geüpload"
1053
 
1054
+ #: lib/wfu_constants.php:238
1055
  msgid "All files uploaded successfully but there are warnings!"
1056
  msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
1057
 
1058
+ #: lib/wfu_constants.php:239
1059
  msgid "File uploaded successfully but there are warnings!"
1060
  msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
1061
 
1062
+ #: lib/wfu_constants.php:240
1063
  msgid "Some files failed to upload!"
1064
  msgstr "Sommige bestanden werden niet geüpload!"
1065
 
1066
+ #: lib/wfu_constants.php:241
1067
  msgid "All files failed to upload"
1068
  msgstr "Upload mislukt voor alle bestanden"
1069
 
1070
+ #: lib/wfu_constants.php:242
1071
  msgid "File failed to upload"
1072
  msgstr "Upload mislukt voor bestand"
1073
 
1074
+ #: lib/wfu_constants.php:243
1075
  msgid "There are no files to upload!"
1076
  msgstr "Er zijn geen bestanden om te uploaden!"
1077
 
1078
+ #: lib/wfu_constants.php:244
1079
  msgid "Test upload message"
1080
  msgstr "Test upload berciht"
1081
 
1082
+ #: lib/wfu_constants.php:245
1083
  msgid "JSON parse warning!"
1084
  msgstr "JSON parseer waarschuwing!"
1085
 
1086
+ #: lib/wfu_constants.php:246
1087
  msgid "please wait while redirecting..."
1088
  msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
1089
 
1090
+ #: lib/wfu_constants.php:248
1091
  msgid "Submitting data"
1092
  msgstr ""
1093
 
1094
+ #: lib/wfu_constants.php:249
1095
  msgid "Data submitted successfully!"
1096
  msgstr ""
1097
 
1098
+ #: lib/wfu_constants.php:250
1099
  msgid "Data were not submitted!"
1100
  msgstr ""
1101
 
1102
+ #: lib/wfu_constants.php:251
1103
  msgid "Cancelling upload"
1104
  msgstr ""
1105
 
1106
+ #: lib/wfu_constants.php:253
1107
  msgid "Upload succeeded!"
1108
  msgstr ""
1109
 
1110
+ #: lib/wfu_constants.php:254
1111
  msgid "Upload completed but no files were saved!"
1112
  msgstr ""
1113
 
1114
+ #: lib/wfu_constants.php:255
1115
  msgid "File was not saved due to personal data policy!"
1116
  msgstr ""
1117
 
1118
+ #: lib/wfu_constants.php:256
1119
  msgid "Open visual shortcode editor in new window"
1120
  msgstr "Open de visuele shortcode editor in een nieuw venster"
1121
 
1122
+ #: lib/wfu_constants.php:257
1123
  msgid "loading visual editor"
1124
  msgstr "laden visuele editor"
1125
 
1126
+ #: lib/wfu_constants.php:258
1127
  msgid "Clear file list?"
1128
  msgstr "Bestandenlijst wissen?"
1129
 
1130
+ #: lib/wfu_constants.php:259
1131
  msgid "DROP HERE"
1132
  msgstr "PLAATS HIER"
1133
 
1134
+ #: lib/wfu_constants.php:261
1135
  msgid "record video"
1136
  msgstr ""
1137
 
1138
+ #: lib/wfu_constants.php:262
1139
  msgid "take a picture"
1140
  msgstr ""
1141
 
1142
+ #: lib/wfu_constants.php:263
1143
  msgid "turn webcam on/off"
1144
  msgstr ""
1145
 
1146
+ #: lib/wfu_constants.php:264
1147
  msgid "go live again"
1148
  msgstr ""
1149
 
1150
+ #: lib/wfu_constants.php:265
1151
  msgid "end recording"
1152
  msgstr ""
1153
 
1154
+ #: lib/wfu_constants.php:266
1155
  msgid "play"
1156
  msgstr ""
1157
 
1158
+ #: lib/wfu_constants.php:267
1159
  msgid "pause"
1160
  msgstr ""
1161
 
1162
+ #: lib/wfu_constants.php:268
1163
  msgid "go to the beginning"
1164
  msgstr ""
1165
 
1166
+ #: lib/wfu_constants.php:269
1167
  msgid "go to the end"
1168
  msgstr ""
1169
 
1170
+ #: lib/wfu_constants.php:271
1171
  msgid "Wordpress File Upload Form"
1172
  msgstr "Wordpress File Upload Formulier"
1173
 
1174
+ #: lib/wfu_constants.php:272
1175
  msgid "Wordpress File Upload plugin uploader for sidebars"
1176
  msgstr "Wordpress File Upload plugin uploader voor zijbalken"
1177
 
1178
+ #: lib/wfu_constants.php:273
1179
  msgid "Upload Files"
1180
  msgstr "Upload Bestanden"
1181
 
1182
+ #: lib/wfu_functions.php:8192
1183
+ #, fuzzy
1184
+ #| msgid "Wordpress File Upload Form"
1185
+ msgid "Wordpress File Upload Consent Status"
1186
+ msgstr "Wordpress File Upload Formulier"
1187
+
1188
+ #: lib/wfu_functions.php:8195
1189
+ msgid "Consent Status"
1190
+ msgstr ""
1191
+
1192
+ #: lib/wfu_functions.php:8197
1193
+ msgid "You have given your consent to store personal data."
1194
+ msgstr ""
1195
+
1196
+ #: lib/wfu_functions.php:8197
1197
+ msgid "You have denied to store personal data."
1198
+ msgstr ""
1199
+
1200
+ #: lib/wfu_functions.php:8197
1201
+ msgid "You have not answered to consent yet."
1202
+ msgstr ""
1203
+
1204
+ #: lib/wfu_functions.php:8203
1205
+ msgid "Change status to"
1206
+ msgstr ""
1207
+
1208
+ #: lib/wfu_functions.php:8205
1209
+ msgid "No change"
1210
+ msgstr ""
1211
+
1212
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1213
+ msgid "Revoke Consent"
1214
+ msgstr ""
1215
+
1216
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1217
+ msgid "Clear Consent"
1218
+ msgstr ""
1219
+
1220
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1221
+ msgid "Give Consent"
1222
+ msgstr ""
1223
+
1224
+ #: lib/wfu_widget.php:52
1225
+ msgid "Title:"
1226
+ msgstr ""
1227
+
1228
+ #: lib/wfu_widget.php:56
1229
+ msgid "Shortcode Attributes:"
1230
+ msgstr ""
1231
+
1232
  #~ msgid "Targer folder doesn't exist."
1233
  #~ msgstr "Doelmap bestaat niet."
languages/wp-file-upload-pl_PL.mo CHANGED
Binary file
languages/wp-file-upload-pl_PL.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:29+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
16
  "|| n%100>=20) ? 1 : 2);\n"
@@ -135,7 +136,7 @@ msgstr "Rozmiar"
135
  msgid "User"
136
  msgstr "Użytkownik"
137
 
138
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
139
  msgid "Page"
140
  msgstr "Strona"
141
 
@@ -272,47 +273,55 @@ msgid ""
272
  msgstr ""
273
 
274
  #: lib/wfu_constants.php:86
 
 
 
 
275
  msgid ""
276
  "Too many files are uploaded in a short period of time. This may be a Denial-"
277
  "Of-Service attack, so file was rejected. Please check the upload log for "
278
  "suspicious behaviour."
279
  msgstr ""
280
 
281
- #: lib/wfu_constants.php:87
282
  msgid ""
283
  "File not uploaded in order to prevent overflow of the website. Please "
284
  "contact administrator."
285
  msgstr ""
286
 
287
- #: lib/wfu_constants.php:88
288
  msgid "Target folder doesn't exist."
289
  msgstr ""
290
 
291
- #: lib/wfu_constants.php:89
292
  msgid "Upload failed! Missing a temporary folder."
293
  msgstr "Brak folderu tymczasowego"
294
 
295
- #: lib/wfu_constants.php:90
 
 
 
 
296
  msgid "Upload failed! Permission denied to write to target folder."
297
  msgstr "Nie udało się utworzyć folderu"
298
 
299
- #: lib/wfu_constants.php:91
300
  msgid "File not allowed."
301
  msgstr "Rozszerzenie pliku nie jest dozwolone."
302
 
303
- #: lib/wfu_constants.php:92
304
  msgid "File is suspicious and was rejected."
305
  msgstr ""
306
 
307
- #: lib/wfu_constants.php:93
308
  msgid "The uploaded file exceeds the file size limit."
309
  msgstr "Przesłany plik przekracza limit rozmiaru pliku."
310
 
311
- #: lib/wfu_constants.php:94
312
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
313
  msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
314
 
315
- #: lib/wfu_constants.php:95
316
  msgid ""
317
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
318
  "Please contact the administrator."
@@ -320,7 +329,7 @@ msgstr ""
320
  "Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
321
  "serwera. Proszę skontaktuj się z administratorem."
322
 
323
- #: lib/wfu_constants.php:96
324
  msgid ""
325
  "Upload failed! The duration of the upload exceeded the time limit of the "
326
  "server. Please contact the administrator."
@@ -328,7 +337,7 @@ msgstr ""
328
  "Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
329
  "serwera. Proszę skontaktuj się z administratorem."
330
 
331
- #: lib/wfu_constants.php:97
332
  msgid ""
333
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
334
  "was specified in the HTML form."
@@ -336,50 +345,50 @@ msgstr ""
336
  "Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
337
  "MAX_FILE_SIZE, który został określony w formularzu HTML."
338
 
339
- #: lib/wfu_constants.php:98
340
  msgid "Upload failed! The uploaded file was only partially uploaded."
341
  msgstr ""
342
  "Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
343
 
344
- #: lib/wfu_constants.php:99
345
  msgid "Upload failed! No file was uploaded."
346
  msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
347
 
348
- #: lib/wfu_constants.php:100
349
  msgid "Upload failed! Failed to write file to disk."
350
  msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
351
 
352
- #: lib/wfu_constants.php:101
353
  msgid ""
354
  "Upload failed! Error occured while moving temporary file. Please contact "
355
  "administrator."
356
  msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
357
 
358
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
359
  msgid "Upload cancelled!"
360
  msgstr ""
361
 
362
- #: lib/wfu_constants.php:103
363
  msgid ""
364
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
365
  "a way to ascertain which extension caused the file upload to stop; examining "
366
  "the list of loaded extensions with phpinfo() may help."
367
  msgstr ""
368
 
369
- #: lib/wfu_constants.php:104
370
  msgid "Upload failed! Error occured while attemting to upload the file."
371
  msgstr ""
372
  "Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
373
 
374
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
375
  msgid "Upload failed!"
376
  msgstr "BŁĄD PRZESYŁANIA!!!"
377
 
378
- #: lib/wfu_constants.php:106
379
  msgid "No file!"
380
  msgstr "Brak pliku"
381
 
382
- #: lib/wfu_constants.php:107
383
  msgid ""
384
  "Upload failed! The upload has been canceled by the user or the browser "
385
  "dropped the connection."
@@ -387,27 +396,27 @@ msgstr ""
387
  "Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
388
  "lub utracone połączenie."
389
 
390
- #: lib/wfu_constants.php:108
391
  msgid "Upload failed! Unknown error."
392
  msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
393
 
394
- #: lib/wfu_constants.php:109
395
  msgid "Please contact the administrator."
396
  msgstr "Proszę skontaktuj się z administratorem."
397
 
398
- #: lib/wfu_constants.php:110
399
  msgid "No result from remote server!"
400
  msgstr "Nie wynik z serwera zdalnego!"
401
 
402
- #: lib/wfu_constants.php:111
403
  msgid " but with warnings"
404
  msgstr "Ostrzeżenia"
405
 
406
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
407
  msgid "Warning: JSON parse error."
408
  msgstr "\"Błąd analizowania\""
409
 
410
- #: lib/wfu_constants.php:113
411
  msgid ""
412
  "Upload parameters of this file, passed as JSON string to the handler, could "
413
  "not be parsed."
@@ -415,27 +424,27 @@ msgstr ""
415
  "Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
416
  "nie można przeanalizować."
417
 
418
- #: lib/wfu_constants.php:115
419
  msgid ""
420
  "UploadStates, passed as JSON string to the handler, could not be parsed."
421
  msgstr ""
422
  "UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
423
  "przeanalizować."
424
 
425
- #: lib/wfu_constants.php:116
426
  msgid ""
427
  "Redirection to classic form functionality occurred due to unknown error."
428
  msgstr ""
429
  "Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
430
  "błędu."
431
 
432
- #: lib/wfu_constants.php:117
433
  msgid ""
434
  "Redirection to classic form functionality occurred because AJAX is not "
435
  "supported."
436
  msgstr ""
437
 
438
- #: lib/wfu_constants.php:118
439
  msgid ""
440
  "Redirection to classic form functionality occurred because HTML5 is not "
441
  "supported."
@@ -443,58 +452,58 @@ msgstr ""
443
  "Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
444
  "nieobsługiwana."
445
 
446
- #: lib/wfu_constants.php:119
447
  msgid ""
448
  "Redirection to classic form functionality occurred due to JSON parse error."
449
  msgstr ""
450
  "Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
451
  "analizy JSON."
452
 
453
- #: lib/wfu_constants.php:120
454
  msgid "Please enable popup windows from the browser's settings!"
455
  msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
456
 
457
- #: lib/wfu_constants.php:121
458
  msgid "cannot be empty!"
459
  msgstr "Pole nie może być puste!"
460
 
461
- #: lib/wfu_constants.php:122
462
  msgid "number not valid!"
463
  msgstr "Błędny numer!"
464
 
465
- #: lib/wfu_constants.php:123
466
  msgid "email not valid!"
467
  msgstr "Niepoprawny e-mail!"
468
 
469
- #: lib/wfu_constants.php:124
470
  msgid "emails do not match!"
471
  msgstr "e-maile nie pasują!"
472
 
473
- #: lib/wfu_constants.php:125
474
  msgid "no base email field in group!"
475
  msgstr ""
476
 
477
- #: lib/wfu_constants.php:126
478
  msgid "passwords do not match!"
479
  msgstr "Hasła nie są identyczne"
480
 
481
- #: lib/wfu_constants.php:127
482
  msgid "no base password field in group!"
483
  msgstr ""
484
 
485
- #: lib/wfu_constants.php:128
486
  msgid "checkbox unchecked!"
487
  msgstr "niezaznaczone pole wyboru!"
488
 
489
- #: lib/wfu_constants.php:129
490
  msgid "no option selected!"
491
  msgstr "Nie wybrano żadnej opcji"
492
 
493
- #: lib/wfu_constants.php:130
494
  msgid "no item selected!"
495
  msgstr "Nie wybrano żadnego elementu."
496
 
497
- #: lib/wfu_constants.php:131
498
  msgid ""
499
  "There are more than one instances of the plugin in this page with the same "
500
  "id. Please change it."
@@ -502,7 +511,7 @@ msgstr ""
502
  "Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
503
  "identyfikatorze. Zmień go."
504
 
505
- #: lib/wfu_constants.php:132
506
  msgid ""
507
  "Cannot edit the shortcode because the page has been modified. Please reload "
508
  "the page."
@@ -510,188 +519,188 @@ msgstr ""
510
  "Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
511
  "odświeżyć stronę."
512
 
513
- #: lib/wfu_constants.php:133
514
  msgid "Your browser does not support webcam capture!"
515
  msgstr ""
516
 
517
- #: lib/wfu_constants.php:134
518
  msgid "Your browser does not support video recording from the webcam!"
519
  msgstr ""
520
 
521
- #: lib/wfu_constants.php:135
522
  msgid "No video was recorded!"
523
  msgstr ""
524
 
525
- #: lib/wfu_constants.php:136
526
  msgid ""
527
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
528
  "or use RecaptchaV2 (no account)."
529
  msgstr ""
530
 
531
- #: lib/wfu_constants.php:137
532
  msgid ""
533
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
534
  "notify administrator."
535
  msgstr ""
536
 
537
- #: lib/wfu_constants.php:138
538
  msgid ""
539
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
540
  "use RecaptchaV1 (no account)."
541
  msgstr ""
542
 
543
- #: lib/wfu_constants.php:139
544
  msgid "ERROR: No site key. Please contact administrator!"
545
  msgstr ""
546
 
547
- #: lib/wfu_constants.php:140
548
  msgid ""
549
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
550
  "define Google Recaptcha keys."
551
  msgstr ""
552
 
553
- #: lib/wfu_constants.php:141
554
  msgid "Bad captcha image!"
555
  msgstr ""
556
 
557
- #: lib/wfu_constants.php:142
558
  msgid "No input!"
559
  msgstr ""
560
 
561
- #: lib/wfu_constants.php:143
562
  msgid "Captcha not completed!"
563
  msgstr ""
564
 
565
- #: lib/wfu_constants.php:144
566
  msgid "Wrong captcha!"
567
  msgstr ""
568
 
569
- #: lib/wfu_constants.php:145
570
  msgid "Error refreshing captcha!"
571
  msgstr ""
572
 
573
- #: lib/wfu_constants.php:146
574
  msgid "Unknown captcha error!"
575
  msgstr ""
576
 
577
- #: lib/wfu_constants.php:147
578
  msgid "Captcha not supported by your browser!"
579
  msgstr ""
580
 
581
- #: lib/wfu_constants.php:148
582
  msgid "the secret parameter is missing"
583
  msgstr ""
584
 
585
- #: lib/wfu_constants.php:149
586
  msgid "the secret parameter is invalid or malformed"
587
  msgstr ""
588
 
589
- #: lib/wfu_constants.php:150
590
  msgid "the response parameter is missing"
591
  msgstr ""
592
 
593
- #: lib/wfu_constants.php:151
594
  msgid "the response parameter is invalid or malformed"
595
  msgstr ""
596
 
597
- #: lib/wfu_constants.php:152
598
  msgid "Please do not use drag drop due to an internal problem."
599
  msgstr ""
600
 
601
- #: lib/wfu_constants.php:153
602
  #, php-format
603
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
604
  msgstr ""
605
 
606
- #: lib/wfu_constants.php:154
607
  msgid "Chunked upload is not allowed!"
608
  msgstr ""
609
 
610
- #: lib/wfu_constants.php:155
611
  msgid "Chunked upload aborted due to error in previous chunk!"
612
  msgstr ""
613
 
614
- #: lib/wfu_constants.php:156
615
  msgid "Chunked upload failed, final file could not be created!"
616
  msgstr ""
617
 
618
- #: lib/wfu_constants.php:157
619
  #, php-format
620
  msgid "Could not write file chuck to destination on chunk %d"
621
  msgstr ""
622
 
623
- #: lib/wfu_constants.php:158
624
  #, php-format
625
  msgid "Could not enlarge destination file on chunk %d"
626
  msgstr ""
627
 
628
- #: lib/wfu_constants.php:159
629
  #, php-format
630
  msgid "Could not open file handles on chunk %d"
631
  msgstr ""
632
 
633
- #: lib/wfu_constants.php:160
634
  msgid "You are not allowed to download this file!"
635
  msgstr ""
636
 
637
- #: lib/wfu_constants.php:161
638
  msgid "File does not exist!"
639
  msgstr ""
640
 
641
- #: lib/wfu_constants.php:162
642
  msgid "Could not download file!"
643
  msgstr ""
644
 
645
- #: lib/wfu_constants.php:163
646
  msgid "You are not allowed to delete this file!"
647
  msgstr ""
648
 
649
- #: lib/wfu_constants.php:164
650
  msgid "File was not deleted!"
651
  msgstr ""
652
 
653
- #: lib/wfu_constants.php:165
654
  msgid "No file was deleted!"
655
  msgstr ""
656
 
657
- #: lib/wfu_constants.php:166
658
  msgid "Some files were not deleted!"
659
  msgstr ""
660
 
661
- #: lib/wfu_constants.php:168
662
  msgid "Upload skipped! File already exists."
663
  msgstr "Przepraszamy, ten plik już istnieje!"
664
 
665
- #: lib/wfu_constants.php:169
666
  msgid "The extension of the file does not match its contents."
667
  msgstr ""
668
 
669
- #: lib/wfu_constants.php:170
670
  msgid ""
671
  "Upload succeeded but the file is suspicious because its contents do not "
672
  "match its extension. Its proper filename is: "
673
  msgstr ""
674
 
675
- #: lib/wfu_constants.php:171
676
  msgid "No files have been selected!"
677
  msgstr "Nie wybrano żadnych plików"
678
 
679
- #: lib/wfu_constants.php:172
680
  msgid "Please complete the consent question before continuing the upload!"
681
  msgstr ""
682
 
683
- #: lib/wfu_constants.php:173
684
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
685
  msgstr ""
686
  "WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
687
 
688
- #: lib/wfu_constants.php:174
689
  msgid "Notification email was not sent because there were no files uploaded."
690
  msgstr ""
691
  "Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
692
  "pliki."
693
 
694
- #: lib/wfu_constants.php:175
695
  msgid ""
696
  "Notification email was not sent because no recipients were defined. Please "
697
  "check notifyrecipients attribute in the shortcode."
@@ -699,7 +708,7 @@ msgstr ""
699
  "Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
700
  "zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
701
 
702
- #: lib/wfu_constants.php:176
703
  msgid ""
704
  "Notification email was not sent due to an error. Please check "
705
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -707,7 +716,7 @@ msgstr ""
707
  "Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
708
  "notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
709
 
710
- #: lib/wfu_constants.php:177
711
  msgid ""
712
  "Redirection not executed because redirection link is empty. Please check "
713
  "redirectlink attribute."
@@ -715,18 +724,18 @@ msgstr ""
715
  "Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
716
  "Sprawdź atrybut redirectlink."
717
 
718
- #: lib/wfu_constants.php:178
719
  msgid ""
720
  "Redirection not executed because not all files were successfully uploaded."
721
  msgstr ""
722
  "Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
723
  "załadowane."
724
 
725
- #: lib/wfu_constants.php:179
726
  msgid "Potential Denial-Of-Service Attack on {SITE}"
727
  msgstr ""
728
 
729
- #: lib/wfu_constants.php:180
730
  msgid ""
731
  "Hello admin\n"
732
  "\n"
@@ -746,19 +755,19 @@ msgid ""
746
  "Thanks"
747
  msgstr ""
748
 
749
- #: lib/wfu_constants.php:181
750
  msgid ""
751
  "You have activated an alternative insecure Iptanus Services Server. For "
752
  "details please contact info@iptanus.com."
753
  msgstr ""
754
 
755
- #: lib/wfu_constants.php:182
756
  msgid ""
757
  "Iptanus Services Server is unreachable. This may cause problems on some "
758
  "plugin functions. Please read this :article: for resolution."
759
  msgstr ""
760
 
761
- #: lib/wfu_constants.php:184
762
  msgid ""
763
  "Failed to add the shortcode to the page/post. Please try again. If the "
764
  "message persists, contact administrator."
@@ -766,7 +775,7 @@ msgstr ""
766
  "Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
767
  "komunikat będzie się powtarzał, skontaktuj się z administratorem."
768
 
769
- #: lib/wfu_constants.php:185
770
  msgid ""
771
  "Failed to edit the shortcode because the contents of the page changed. Try "
772
  "again to edit the shortcode."
@@ -774,7 +783,7 @@ msgstr ""
774
  "Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
775
  "ponownie."
776
 
777
- #: lib/wfu_constants.php:186
778
  msgid ""
779
  "Failed to delete the shortcode because the contents of the page changed. Try "
780
  "again to delete it."
@@ -782,7 +791,7 @@ msgstr ""
782
  "Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
783
  "ponownie."
784
 
785
- #: lib/wfu_constants.php:187
786
  msgid ""
787
  "The page containing the shortcode has been modified and it is no longer "
788
  "valid. Please go back to reload the shortcode."
@@ -790,7 +799,7 @@ msgstr ""
790
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
791
  "przeładować shortcode."
792
 
793
- #: lib/wfu_constants.php:188
794
  msgid ""
795
  "Failed to update the shortcode because the contents of the page changed. Go "
796
  "back to reload the shortcode."
@@ -798,7 +807,7 @@ msgstr ""
798
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
799
  "przeładować shortcode."
800
 
801
- #: lib/wfu_constants.php:189
802
  msgid ""
803
  "Failed to update the shortcode. Please try again. If the problem persists, "
804
  "go back and reload the shortcode."
@@ -806,39 +815,39 @@ msgstr ""
806
  "Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
807
  "nie ustąpi, wrócić i ponownie załadować shortcode."
808
 
809
- #: lib/wfu_constants.php:191
810
  msgid "This is a test message"
811
  msgstr "To jest wiadomość testowa"
812
 
813
- #: lib/wfu_constants.php:192
814
  msgid "This is a test administrator message"
815
  msgstr "To jest wiadomość testowa administratora"
816
 
817
- #: lib/wfu_constants.php:193
818
  msgid "File testfile 1 under test"
819
  msgstr ""
820
 
821
- #: lib/wfu_constants.php:194
822
  msgid "File testfile 1 message"
823
  msgstr ""
824
 
825
- #: lib/wfu_constants.php:195
826
  msgid "File testfile 1 administrator message"
827
  msgstr ""
828
 
829
- #: lib/wfu_constants.php:196
830
  msgid "File testfile 2 under test"
831
  msgstr ""
832
 
833
- #: lib/wfu_constants.php:197
834
  msgid "File testfile 2 message"
835
  msgstr ""
836
 
837
- #: lib/wfu_constants.php:198
838
  msgid "File testfile 2 administrator message"
839
  msgstr ""
840
 
841
- #: lib/wfu_constants.php:200
842
  msgid ""
843
  "Insert variable %userid% inside text. It will be replaced by the id of the "
844
  "current user."
@@ -846,7 +855,7 @@ msgstr ""
846
  "Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
847
  "identyfikator bieżącego użytkownika."
848
 
849
- #: lib/wfu_constants.php:201
850
  msgid ""
851
  "Insert variable %username% inside text. It will be replaced by the username "
852
  "of the current user."
@@ -854,7 +863,7 @@ msgstr ""
854
  "Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
855
  "użytkownika bieżącego użytkownika."
856
 
857
- #: lib/wfu_constants.php:202
858
  msgid ""
859
  "Insert variable %useremail% inside text. It will be replaced by the email of "
860
  "the current user."
@@ -862,7 +871,7 @@ msgstr ""
862
  "Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
863
  "mail bieżącego użytkownika."
864
 
865
- #: lib/wfu_constants.php:203
866
  msgid ""
867
  "Insert variable %filename% inside text. It will be replaced by the filename "
868
  "of the uploaded file."
@@ -870,7 +879,7 @@ msgstr ""
870
  "Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
871
  "pliku przesłane."
872
 
873
- #: lib/wfu_constants.php:204
874
  msgid ""
875
  "Insert variable %filepath% inside text. It will be replaced by the full "
876
  "filepath of the uploaded file."
@@ -878,7 +887,7 @@ msgstr ""
878
  "Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
879
  "filepath przesy┼éanego pliku."
880
 
881
- #: lib/wfu_constants.php:205
882
  msgid ""
883
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
884
  "the website."
@@ -886,13 +895,13 @@ msgstr ""
886
  "Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
887
  "identyfikator blog strony internetowej."
888
 
889
- #: lib/wfu_constants.php:206
890
  msgid ""
891
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
892
  "current page."
893
  msgstr ""
894
 
895
- #: lib/wfu_constants.php:207
896
  msgid ""
897
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
898
  "the current page."
@@ -900,7 +909,7 @@ msgstr ""
900
  "Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
901
  "bieżącej strony."
902
 
903
- #: lib/wfu_constants.php:208
904
  msgid ""
905
  "Insert variable %userdataXXX% inside text. Select the user field from the "
906
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -910,235 +919,285 @@ msgstr ""
910
  "listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
911
  "wpisuje w tej dziedzinie."
912
 
913
- #: lib/wfu_constants.php:209
914
  msgid "Insert variable %n% inside text to denote a line change."
915
  msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
916
 
917
- #: lib/wfu_constants.php:211
918
  #, php-format
919
  msgid "File %filename% uploaded successfully but not saved"
920
  msgstr ""
921
 
922
- #: lib/wfu_constants.php:212
923
  msgid "Test Mode"
924
  msgstr "Tryb testowy"
925
 
926
- #: lib/wfu_constants.php:213
927
  msgid "select dir..."
928
  msgstr "Wybierz dir..."
929
 
930
- #: lib/wfu_constants.php:214
931
  msgid "type dir"
932
  msgstr "Typ dir"
933
 
934
- #: lib/wfu_constants.php:215
935
  msgid "Upload path: %filepath%"
936
  msgstr "Wgraj %filepath%"
937
 
938
- #: lib/wfu_constants.php:216
939
  msgid "Failed upload path: %filepath%"
940
  msgstr "Nieudane przesyłanie: %filepath%"
941
 
942
- #: lib/wfu_constants.php:217
943
  msgid " (required)"
944
  msgstr "*"
945
 
946
- #: lib/wfu_constants.php:218
947
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
948
  msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
949
 
950
- #: lib/wfu_constants.php:219
951
  msgid "checking captcha..."
952
  msgstr ""
953
 
954
- #: lib/wfu_constants.php:220
955
  msgid "refreshing..."
956
  msgstr ""
957
 
958
- #: lib/wfu_constants.php:221
959
  msgid "correct captcha"
960
  msgstr ""
961
 
962
- #: lib/wfu_constants.php:222
963
  msgid "click to continue the upload"
964
  msgstr ""
965
 
966
- #: lib/wfu_constants.php:223
967
  msgid "Are you sure you want to delete this file?"
968
  msgstr ""
969
 
970
- #: lib/wfu_constants.php:224
971
  msgid "Are you sure you want to delete these files?"
972
  msgstr ""
973
 
974
- #: lib/wfu_constants.php:225
975
  msgid "Bulk Actions"
976
  msgstr ""
977
 
978
- #: lib/wfu_constants.php:226
979
  msgid "Apply"
980
  msgstr ""
981
 
982
- #: lib/wfu_constants.php:228
983
  msgid "of "
984
  msgstr ""
985
 
986
- #: lib/wfu_constants.php:229
987
  msgid "Are you sure that you want to cancel the upload?"
988
  msgstr ""
989
 
990
- #: lib/wfu_constants.php:230
991
  msgid "cancel upload of this file"
992
  msgstr ""
993
 
994
- #: lib/wfu_constants.php:231
995
  msgid "Upload in progress"
996
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
997
 
998
- #: lib/wfu_constants.php:232
999
  msgid "Upload in progress with warnings!"
1000
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
1001
 
1002
- #: lib/wfu_constants.php:233
1003
  msgid "Upload in progress but some files already failed!"
1004
  msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
1005
 
1006
- #: lib/wfu_constants.php:234
1007
  msgid "Upload in progress but no files uploaded so far!"
1008
  msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
1009
 
1010
- #: lib/wfu_constants.php:235
1011
  msgid "All files uploaded successfully"
1012
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
1013
 
1014
- #: lib/wfu_constants.php:236
1015
  msgid "All files uploaded successfully but there are warnings!"
1016
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
1017
 
1018
- #: lib/wfu_constants.php:237
1019
  msgid "File uploaded successfully but there are warnings!"
1020
  msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
1021
 
1022
- #: lib/wfu_constants.php:238
1023
  msgid "Some files failed to upload!"
1024
  msgstr "Niektóre pliki zostały anulowane!"
1025
 
1026
- #: lib/wfu_constants.php:239
1027
  msgid "All files failed to upload"
1028
  msgstr "Wszystkie pliki zostały anulowane"
1029
 
1030
- #: lib/wfu_constants.php:240
1031
  msgid "File failed to upload"
1032
  msgstr "Nie udało się przesłać pliku"
1033
 
1034
- #: lib/wfu_constants.php:241
1035
  msgid "There are no files to upload!"
1036
  msgstr "Brak plików do wysłania"
1037
 
1038
- #: lib/wfu_constants.php:242
1039
  msgid "Test upload message"
1040
  msgstr "To jest wiadomość testowa"
1041
 
1042
- #: lib/wfu_constants.php:243
1043
  msgid "JSON parse warning!"
1044
  msgstr "JSON analizować ostrzeżenie!"
1045
 
1046
- #: lib/wfu_constants.php:244
1047
  msgid "please wait while redirecting..."
1048
  msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
1049
 
1050
- #: lib/wfu_constants.php:246
1051
  msgid "Submitting data"
1052
  msgstr ""
1053
 
1054
- #: lib/wfu_constants.php:247
1055
  msgid "Data submitted successfully!"
1056
  msgstr ""
1057
 
1058
- #: lib/wfu_constants.php:248
1059
  msgid "Data were not submitted!"
1060
  msgstr ""
1061
 
1062
- #: lib/wfu_constants.php:249
1063
  msgid "Cancelling upload"
1064
  msgstr ""
1065
 
1066
- #: lib/wfu_constants.php:251
1067
  msgid "Upload succeeded!"
1068
  msgstr ""
1069
 
1070
- #: lib/wfu_constants.php:252
1071
  msgid "Upload completed but no files were saved!"
1072
  msgstr ""
1073
 
1074
- #: lib/wfu_constants.php:253
1075
  msgid "File was not saved due to personal data policy!"
1076
  msgstr ""
1077
 
1078
- #: lib/wfu_constants.php:254
1079
  msgid "Open visual shortcode editor in new window"
1080
  msgstr "Otwórz edytor w nowym oknie"
1081
 
1082
- #: lib/wfu_constants.php:255
1083
  msgid "loading visual editor"
1084
  msgstr "Ładowanie wizualnego edytora"
1085
 
1086
- #: lib/wfu_constants.php:256
1087
  msgid "Clear file list?"
1088
  msgstr ""
1089
 
1090
- #: lib/wfu_constants.php:257
1091
  msgid "DROP HERE"
1092
  msgstr ""
1093
 
1094
- #: lib/wfu_constants.php:259
1095
  msgid "record video"
1096
  msgstr ""
1097
 
1098
- #: lib/wfu_constants.php:260
1099
  msgid "take a picture"
1100
  msgstr ""
1101
 
1102
- #: lib/wfu_constants.php:261
1103
  msgid "turn webcam on/off"
1104
  msgstr ""
1105
 
1106
- #: lib/wfu_constants.php:262
1107
  msgid "go live again"
1108
  msgstr ""
1109
 
1110
- #: lib/wfu_constants.php:263
1111
  msgid "end recording"
1112
  msgstr ""
1113
 
1114
- #: lib/wfu_constants.php:264
1115
  msgid "play"
1116
  msgstr ""
1117
 
1118
- #: lib/wfu_constants.php:265
1119
  msgid "pause"
1120
  msgstr ""
1121
 
1122
- #: lib/wfu_constants.php:266
1123
  msgid "go to the beginning"
1124
  msgstr ""
1125
 
1126
- #: lib/wfu_constants.php:267
1127
  msgid "go to the end"
1128
  msgstr ""
1129
 
1130
- #: lib/wfu_constants.php:269
1131
  msgid "Wordpress File Upload Form"
1132
  msgstr "Formularz przesyłania plików WPFU"
1133
 
1134
- #: lib/wfu_constants.php:270
1135
  msgid "Wordpress File Upload plugin uploader for sidebars"
1136
  msgstr ""
1137
 
1138
- #: lib/wfu_constants.php:271
1139
  msgid "Upload Files"
1140
  msgstr ""
1141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1142
  #~ msgid "Targer folder doesn't exist."
1143
  #~ msgstr "Targer folder nie istnieje."
1144
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:12+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:13+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
17
  "|| n%100>=20) ? 1 : 2);\n"
136
  msgid "User"
137
  msgstr "Użytkownik"
138
 
139
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
140
  msgid "Page"
141
  msgstr "Strona"
142
 
273
  msgstr ""
274
 
275
  #: lib/wfu_constants.php:86
276
+ msgid "Error. This file was rejected because its not a valid image."
277
+ msgstr ""
278
+
279
+ #: lib/wfu_constants.php:87
280
  msgid ""
281
  "Too many files are uploaded in a short period of time. This may be a Denial-"
282
  "Of-Service attack, so file was rejected. Please check the upload log for "
283
  "suspicious behaviour."
284
  msgstr ""
285
 
286
+ #: lib/wfu_constants.php:88
287
  msgid ""
288
  "File not uploaded in order to prevent overflow of the website. Please "
289
  "contact administrator."
290
  msgstr ""
291
 
292
+ #: lib/wfu_constants.php:89
293
  msgid "Target folder doesn't exist."
294
  msgstr ""
295
 
296
+ #: lib/wfu_constants.php:90
297
  msgid "Upload failed! Missing a temporary folder."
298
  msgstr "Brak folderu tymczasowego"
299
 
300
+ #: lib/wfu_constants.php:91
301
+ msgid "Not allowed to upload to target folder."
302
+ msgstr ""
303
+
304
+ #: lib/wfu_constants.php:92
305
  msgid "Upload failed! Permission denied to write to target folder."
306
  msgstr "Nie udało się utworzyć folderu"
307
 
308
+ #: lib/wfu_constants.php:93
309
  msgid "File not allowed."
310
  msgstr "Rozszerzenie pliku nie jest dozwolone."
311
 
312
+ #: lib/wfu_constants.php:94
313
  msgid "File is suspicious and was rejected."
314
  msgstr ""
315
 
316
+ #: lib/wfu_constants.php:95
317
  msgid "The uploaded file exceeds the file size limit."
318
  msgstr "Przesłany plik przekracza limit rozmiaru pliku."
319
 
320
+ #: lib/wfu_constants.php:96
321
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
322
  msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
323
 
324
+ #: lib/wfu_constants.php:97
325
  msgid ""
326
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
327
  "Please contact the administrator."
329
  "Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
330
  "serwera. Proszę skontaktuj się z administratorem."
331
 
332
+ #: lib/wfu_constants.php:98
333
  msgid ""
334
  "Upload failed! The duration of the upload exceeded the time limit of the "
335
  "server. Please contact the administrator."
337
  "Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
338
  "serwera. Proszę skontaktuj się z administratorem."
339
 
340
+ #: lib/wfu_constants.php:99
341
  msgid ""
342
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
343
  "was specified in the HTML form."
345
  "Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
346
  "MAX_FILE_SIZE, który został określony w formularzu HTML."
347
 
348
+ #: lib/wfu_constants.php:100
349
  msgid "Upload failed! The uploaded file was only partially uploaded."
350
  msgstr ""
351
  "Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
352
 
353
+ #: lib/wfu_constants.php:101
354
  msgid "Upload failed! No file was uploaded."
355
  msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
356
 
357
+ #: lib/wfu_constants.php:102
358
  msgid "Upload failed! Failed to write file to disk."
359
  msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
360
 
361
+ #: lib/wfu_constants.php:103
362
  msgid ""
363
  "Upload failed! Error occured while moving temporary file. Please contact "
364
  "administrator."
365
  msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
366
 
367
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
368
  msgid "Upload cancelled!"
369
  msgstr ""
370
 
371
+ #: lib/wfu_constants.php:105
372
  msgid ""
373
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
374
  "a way to ascertain which extension caused the file upload to stop; examining "
375
  "the list of loaded extensions with phpinfo() may help."
376
  msgstr ""
377
 
378
+ #: lib/wfu_constants.php:106
379
  msgid "Upload failed! Error occured while attemting to upload the file."
380
  msgstr ""
381
  "Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
382
 
383
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
384
  msgid "Upload failed!"
385
  msgstr "BŁĄD PRZESYŁANIA!!!"
386
 
387
+ #: lib/wfu_constants.php:108
388
  msgid "No file!"
389
  msgstr "Brak pliku"
390
 
391
+ #: lib/wfu_constants.php:109
392
  msgid ""
393
  "Upload failed! The upload has been canceled by the user or the browser "
394
  "dropped the connection."
396
  "Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
397
  "lub utracone połączenie."
398
 
399
+ #: lib/wfu_constants.php:110
400
  msgid "Upload failed! Unknown error."
401
  msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
402
 
403
+ #: lib/wfu_constants.php:111
404
  msgid "Please contact the administrator."
405
  msgstr "Proszę skontaktuj się z administratorem."
406
 
407
+ #: lib/wfu_constants.php:112
408
  msgid "No result from remote server!"
409
  msgstr "Nie wynik z serwera zdalnego!"
410
 
411
+ #: lib/wfu_constants.php:113
412
  msgid " but with warnings"
413
  msgstr "Ostrzeżenia"
414
 
415
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
416
  msgid "Warning: JSON parse error."
417
  msgstr "\"Błąd analizowania\""
418
 
419
+ #: lib/wfu_constants.php:115
420
  msgid ""
421
  "Upload parameters of this file, passed as JSON string to the handler, could "
422
  "not be parsed."
424
  "Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
425
  "nie można przeanalizować."
426
 
427
+ #: lib/wfu_constants.php:117
428
  msgid ""
429
  "UploadStates, passed as JSON string to the handler, could not be parsed."
430
  msgstr ""
431
  "UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
432
  "przeanalizować."
433
 
434
+ #: lib/wfu_constants.php:118
435
  msgid ""
436
  "Redirection to classic form functionality occurred due to unknown error."
437
  msgstr ""
438
  "Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
439
  "błędu."
440
 
441
+ #: lib/wfu_constants.php:119
442
  msgid ""
443
  "Redirection to classic form functionality occurred because AJAX is not "
444
  "supported."
445
  msgstr ""
446
 
447
+ #: lib/wfu_constants.php:120
448
  msgid ""
449
  "Redirection to classic form functionality occurred because HTML5 is not "
450
  "supported."
452
  "Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
453
  "nieobsługiwana."
454
 
455
+ #: lib/wfu_constants.php:121
456
  msgid ""
457
  "Redirection to classic form functionality occurred due to JSON parse error."
458
  msgstr ""
459
  "Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
460
  "analizy JSON."
461
 
462
+ #: lib/wfu_constants.php:122
463
  msgid "Please enable popup windows from the browser's settings!"
464
  msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
465
 
466
+ #: lib/wfu_constants.php:123
467
  msgid "cannot be empty!"
468
  msgstr "Pole nie może być puste!"
469
 
470
+ #: lib/wfu_constants.php:124
471
  msgid "number not valid!"
472
  msgstr "Błędny numer!"
473
 
474
+ #: lib/wfu_constants.php:125
475
  msgid "email not valid!"
476
  msgstr "Niepoprawny e-mail!"
477
 
478
+ #: lib/wfu_constants.php:126
479
  msgid "emails do not match!"
480
  msgstr "e-maile nie pasują!"
481
 
482
+ #: lib/wfu_constants.php:127
483
  msgid "no base email field in group!"
484
  msgstr ""
485
 
486
+ #: lib/wfu_constants.php:128
487
  msgid "passwords do not match!"
488
  msgstr "Hasła nie są identyczne"
489
 
490
+ #: lib/wfu_constants.php:129
491
  msgid "no base password field in group!"
492
  msgstr ""
493
 
494
+ #: lib/wfu_constants.php:130
495
  msgid "checkbox unchecked!"
496
  msgstr "niezaznaczone pole wyboru!"
497
 
498
+ #: lib/wfu_constants.php:131
499
  msgid "no option selected!"
500
  msgstr "Nie wybrano żadnej opcji"
501
 
502
+ #: lib/wfu_constants.php:132
503
  msgid "no item selected!"
504
  msgstr "Nie wybrano żadnego elementu."
505
 
506
+ #: lib/wfu_constants.php:133
507
  msgid ""
508
  "There are more than one instances of the plugin in this page with the same "
509
  "id. Please change it."
511
  "Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
512
  "identyfikatorze. Zmień go."
513
 
514
+ #: lib/wfu_constants.php:134
515
  msgid ""
516
  "Cannot edit the shortcode because the page has been modified. Please reload "
517
  "the page."
519
  "Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
520
  "odświeżyć stronę."
521
 
522
+ #: lib/wfu_constants.php:135
523
  msgid "Your browser does not support webcam capture!"
524
  msgstr ""
525
 
526
+ #: lib/wfu_constants.php:136
527
  msgid "Your browser does not support video recording from the webcam!"
528
  msgstr ""
529
 
530
+ #: lib/wfu_constants.php:137
531
  msgid "No video was recorded!"
532
  msgstr ""
533
 
534
+ #: lib/wfu_constants.php:138
535
  msgid ""
536
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
537
  "or use RecaptchaV2 (no account)."
538
  msgstr ""
539
 
540
+ #: lib/wfu_constants.php:139
541
  msgid ""
542
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
543
  "notify administrator."
544
  msgstr ""
545
 
546
+ #: lib/wfu_constants.php:140
547
  msgid ""
548
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
549
  "use RecaptchaV1 (no account)."
550
  msgstr ""
551
 
552
+ #: lib/wfu_constants.php:141
553
  msgid "ERROR: No site key. Please contact administrator!"
554
  msgstr ""
555
 
556
+ #: lib/wfu_constants.php:142
557
  msgid ""
558
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
559
  "define Google Recaptcha keys."
560
  msgstr ""
561
 
562
+ #: lib/wfu_constants.php:143
563
  msgid "Bad captcha image!"
564
  msgstr ""
565
 
566
+ #: lib/wfu_constants.php:144
567
  msgid "No input!"
568
  msgstr ""
569
 
570
+ #: lib/wfu_constants.php:145
571
  msgid "Captcha not completed!"
572
  msgstr ""
573
 
574
+ #: lib/wfu_constants.php:146
575
  msgid "Wrong captcha!"
576
  msgstr ""
577
 
578
+ #: lib/wfu_constants.php:147
579
  msgid "Error refreshing captcha!"
580
  msgstr ""
581
 
582
+ #: lib/wfu_constants.php:148
583
  msgid "Unknown captcha error!"
584
  msgstr ""
585
 
586
+ #: lib/wfu_constants.php:149
587
  msgid "Captcha not supported by your browser!"
588
  msgstr ""
589
 
590
+ #: lib/wfu_constants.php:150
591
  msgid "the secret parameter is missing"
592
  msgstr ""
593
 
594
+ #: lib/wfu_constants.php:151
595
  msgid "the secret parameter is invalid or malformed"
596
  msgstr ""
597
 
598
+ #: lib/wfu_constants.php:152
599
  msgid "the response parameter is missing"
600
  msgstr ""
601
 
602
+ #: lib/wfu_constants.php:153
603
  msgid "the response parameter is invalid or malformed"
604
  msgstr ""
605
 
606
+ #: lib/wfu_constants.php:154
607
  msgid "Please do not use drag drop due to an internal problem."
608
  msgstr ""
609
 
610
+ #: lib/wfu_constants.php:155
611
  #, php-format
612
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
613
  msgstr ""
614
 
615
+ #: lib/wfu_constants.php:156
616
  msgid "Chunked upload is not allowed!"
617
  msgstr ""
618
 
619
+ #: lib/wfu_constants.php:157
620
  msgid "Chunked upload aborted due to error in previous chunk!"
621
  msgstr ""
622
 
623
+ #: lib/wfu_constants.php:158
624
  msgid "Chunked upload failed, final file could not be created!"
625
  msgstr ""
626
 
627
+ #: lib/wfu_constants.php:159
628
  #, php-format
629
  msgid "Could not write file chuck to destination on chunk %d"
630
  msgstr ""
631
 
632
+ #: lib/wfu_constants.php:160
633
  #, php-format
634
  msgid "Could not enlarge destination file on chunk %d"
635
  msgstr ""
636
 
637
+ #: lib/wfu_constants.php:161
638
  #, php-format
639
  msgid "Could not open file handles on chunk %d"
640
  msgstr ""
641
 
642
+ #: lib/wfu_constants.php:162
643
  msgid "You are not allowed to download this file!"
644
  msgstr ""
645
 
646
+ #: lib/wfu_constants.php:163
647
  msgid "File does not exist!"
648
  msgstr ""
649
 
650
+ #: lib/wfu_constants.php:164
651
  msgid "Could not download file!"
652
  msgstr ""
653
 
654
+ #: lib/wfu_constants.php:165
655
  msgid "You are not allowed to delete this file!"
656
  msgstr ""
657
 
658
+ #: lib/wfu_constants.php:166
659
  msgid "File was not deleted!"
660
  msgstr ""
661
 
662
+ #: lib/wfu_constants.php:167
663
  msgid "No file was deleted!"
664
  msgstr ""
665
 
666
+ #: lib/wfu_constants.php:168
667
  msgid "Some files were not deleted!"
668
  msgstr ""
669
 
670
+ #: lib/wfu_constants.php:170
671
  msgid "Upload skipped! File already exists."
672
  msgstr "Przepraszamy, ten plik już istnieje!"
673
 
674
+ #: lib/wfu_constants.php:171
675
  msgid "The extension of the file does not match its contents."
676
  msgstr ""
677
 
678
+ #: lib/wfu_constants.php:172
679
  msgid ""
680
  "Upload succeeded but the file is suspicious because its contents do not "
681
  "match its extension. Its proper filename is: "
682
  msgstr ""
683
 
684
+ #: lib/wfu_constants.php:173
685
  msgid "No files have been selected!"
686
  msgstr "Nie wybrano żadnych plików"
687
 
688
+ #: lib/wfu_constants.php:174
689
  msgid "Please complete the consent question before continuing the upload!"
690
  msgstr ""
691
 
692
+ #: lib/wfu_constants.php:175
693
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
694
  msgstr ""
695
  "WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
696
 
697
+ #: lib/wfu_constants.php:176
698
  msgid "Notification email was not sent because there were no files uploaded."
699
  msgstr ""
700
  "Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
701
  "pliki."
702
 
703
+ #: lib/wfu_constants.php:177
704
  msgid ""
705
  "Notification email was not sent because no recipients were defined. Please "
706
  "check notifyrecipients attribute in the shortcode."
708
  "Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
709
  "zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
710
 
711
+ #: lib/wfu_constants.php:178
712
  msgid ""
713
  "Notification email was not sent due to an error. Please check "
714
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
716
  "Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
717
  "notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
718
 
719
+ #: lib/wfu_constants.php:179
720
  msgid ""
721
  "Redirection not executed because redirection link is empty. Please check "
722
  "redirectlink attribute."
724
  "Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
725
  "Sprawdź atrybut redirectlink."
726
 
727
+ #: lib/wfu_constants.php:180
728
  msgid ""
729
  "Redirection not executed because not all files were successfully uploaded."
730
  msgstr ""
731
  "Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
732
  "załadowane."
733
 
734
+ #: lib/wfu_constants.php:181
735
  msgid "Potential Denial-Of-Service Attack on {SITE}"
736
  msgstr ""
737
 
738
+ #: lib/wfu_constants.php:182
739
  msgid ""
740
  "Hello admin\n"
741
  "\n"
755
  "Thanks"
756
  msgstr ""
757
 
758
+ #: lib/wfu_constants.php:183
759
  msgid ""
760
  "You have activated an alternative insecure Iptanus Services Server. For "
761
  "details please contact info@iptanus.com."
762
  msgstr ""
763
 
764
+ #: lib/wfu_constants.php:184
765
  msgid ""
766
  "Iptanus Services Server is unreachable. This may cause problems on some "
767
  "plugin functions. Please read this :article: for resolution."
768
  msgstr ""
769
 
770
+ #: lib/wfu_constants.php:186
771
  msgid ""
772
  "Failed to add the shortcode to the page/post. Please try again. If the "
773
  "message persists, contact administrator."
775
  "Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
776
  "komunikat będzie się powtarzał, skontaktuj się z administratorem."
777
 
778
+ #: lib/wfu_constants.php:187
779
  msgid ""
780
  "Failed to edit the shortcode because the contents of the page changed. Try "
781
  "again to edit the shortcode."
783
  "Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
784
  "ponownie."
785
 
786
+ #: lib/wfu_constants.php:188
787
  msgid ""
788
  "Failed to delete the shortcode because the contents of the page changed. Try "
789
  "again to delete it."
791
  "Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
792
  "ponownie."
793
 
794
+ #: lib/wfu_constants.php:189
795
  msgid ""
796
  "The page containing the shortcode has been modified and it is no longer "
797
  "valid. Please go back to reload the shortcode."
799
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
800
  "przeładować shortcode."
801
 
802
+ #: lib/wfu_constants.php:190
803
  msgid ""
804
  "Failed to update the shortcode because the contents of the page changed. Go "
805
  "back to reload the shortcode."
807
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
808
  "przeładować shortcode."
809
 
810
+ #: lib/wfu_constants.php:191
811
  msgid ""
812
  "Failed to update the shortcode. Please try again. If the problem persists, "
813
  "go back and reload the shortcode."
815
  "Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
816
  "nie ustąpi, wrócić i ponownie załadować shortcode."
817
 
818
+ #: lib/wfu_constants.php:193
819
  msgid "This is a test message"
820
  msgstr "To jest wiadomość testowa"
821
 
822
+ #: lib/wfu_constants.php:194
823
  msgid "This is a test administrator message"
824
  msgstr "To jest wiadomość testowa administratora"
825
 
826
+ #: lib/wfu_constants.php:195
827
  msgid "File testfile 1 under test"
828
  msgstr ""
829
 
830
+ #: lib/wfu_constants.php:196
831
  msgid "File testfile 1 message"
832
  msgstr ""
833
 
834
+ #: lib/wfu_constants.php:197
835
  msgid "File testfile 1 administrator message"
836
  msgstr ""
837
 
838
+ #: lib/wfu_constants.php:198
839
  msgid "File testfile 2 under test"
840
  msgstr ""
841
 
842
+ #: lib/wfu_constants.php:199
843
  msgid "File testfile 2 message"
844
  msgstr ""
845
 
846
+ #: lib/wfu_constants.php:200
847
  msgid "File testfile 2 administrator message"
848
  msgstr ""
849
 
850
+ #: lib/wfu_constants.php:202
851
  msgid ""
852
  "Insert variable %userid% inside text. It will be replaced by the id of the "
853
  "current user."
855
  "Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
856
  "identyfikator bieżącego użytkownika."
857
 
858
+ #: lib/wfu_constants.php:203
859
  msgid ""
860
  "Insert variable %username% inside text. It will be replaced by the username "
861
  "of the current user."
863
  "Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
864
  "użytkownika bieżącego użytkownika."
865
 
866
+ #: lib/wfu_constants.php:204
867
  msgid ""
868
  "Insert variable %useremail% inside text. It will be replaced by the email of "
869
  "the current user."
871
  "Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
872
  "mail bieżącego użytkownika."
873
 
874
+ #: lib/wfu_constants.php:205
875
  msgid ""
876
  "Insert variable %filename% inside text. It will be replaced by the filename "
877
  "of the uploaded file."
879
  "Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
880
  "pliku przesłane."
881
 
882
+ #: lib/wfu_constants.php:206
883
  msgid ""
884
  "Insert variable %filepath% inside text. It will be replaced by the full "
885
  "filepath of the uploaded file."
887
  "Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
888
  "filepath przesy┼éanego pliku."
889
 
890
+ #: lib/wfu_constants.php:207
891
  msgid ""
892
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
893
  "the website."
895
  "Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
896
  "identyfikator blog strony internetowej."
897
 
898
+ #: lib/wfu_constants.php:208
899
  msgid ""
900
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
901
  "current page."
902
  msgstr ""
903
 
904
+ #: lib/wfu_constants.php:209
905
  msgid ""
906
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
907
  "the current page."
909
  "Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
910
  "bieżącej strony."
911
 
912
+ #: lib/wfu_constants.php:210
913
  msgid ""
914
  "Insert variable %userdataXXX% inside text. Select the user field from the "
915
  "drop-down list. It will be replaced by the value that the user entered in "
919
  "listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
920
  "wpisuje w tej dziedzinie."
921
 
922
+ #: lib/wfu_constants.php:211
923
  msgid "Insert variable %n% inside text to denote a line change."
924
  msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
925
 
926
+ #: lib/wfu_constants.php:213
927
  #, php-format
928
  msgid "File %filename% uploaded successfully but not saved"
929
  msgstr ""
930
 
931
+ #: lib/wfu_constants.php:214
932
  msgid "Test Mode"
933
  msgstr "Tryb testowy"
934
 
935
+ #: lib/wfu_constants.php:215
936
  msgid "select dir..."
937
  msgstr "Wybierz dir..."
938
 
939
+ #: lib/wfu_constants.php:216
940
  msgid "type dir"
941
  msgstr "Typ dir"
942
 
943
+ #: lib/wfu_constants.php:217
944
  msgid "Upload path: %filepath%"
945
  msgstr "Wgraj %filepath%"
946
 
947
+ #: lib/wfu_constants.php:218
948
  msgid "Failed upload path: %filepath%"
949
  msgstr "Nieudane przesyłanie: %filepath%"
950
 
951
+ #: lib/wfu_constants.php:219
952
  msgid " (required)"
953
  msgstr "*"
954
 
955
+ #: lib/wfu_constants.php:220
956
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
957
  msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
958
 
959
+ #: lib/wfu_constants.php:221
960
  msgid "checking captcha..."
961
  msgstr ""
962
 
963
+ #: lib/wfu_constants.php:222
964
  msgid "refreshing..."
965
  msgstr ""
966
 
967
+ #: lib/wfu_constants.php:223
968
  msgid "correct captcha"
969
  msgstr ""
970
 
971
+ #: lib/wfu_constants.php:224
972
  msgid "click to continue the upload"
973
  msgstr ""
974
 
975
+ #: lib/wfu_constants.php:225
976
  msgid "Are you sure you want to delete this file?"
977
  msgstr ""
978
 
979
+ #: lib/wfu_constants.php:226
980
  msgid "Are you sure you want to delete these files?"
981
  msgstr ""
982
 
983
+ #: lib/wfu_constants.php:227
984
  msgid "Bulk Actions"
985
  msgstr ""
986
 
987
+ #: lib/wfu_constants.php:228
988
  msgid "Apply"
989
  msgstr ""
990
 
991
+ #: lib/wfu_constants.php:230
992
  msgid "of "
993
  msgstr ""
994
 
995
+ #: lib/wfu_constants.php:231
996
  msgid "Are you sure that you want to cancel the upload?"
997
  msgstr ""
998
 
999
+ #: lib/wfu_constants.php:232
1000
  msgid "cancel upload of this file"
1001
  msgstr ""
1002
 
1003
+ #: lib/wfu_constants.php:233
1004
  msgid "Upload in progress"
1005
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
1006
 
1007
+ #: lib/wfu_constants.php:234
1008
  msgid "Upload in progress with warnings!"
1009
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
1010
 
1011
+ #: lib/wfu_constants.php:235
1012
  msgid "Upload in progress but some files already failed!"
1013
  msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
1014
 
1015
+ #: lib/wfu_constants.php:236
1016
  msgid "Upload in progress but no files uploaded so far!"
1017
  msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
1018
 
1019
+ #: lib/wfu_constants.php:237
1020
  msgid "All files uploaded successfully"
1021
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
1022
 
1023
+ #: lib/wfu_constants.php:238
1024
  msgid "All files uploaded successfully but there are warnings!"
1025
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
1026
 
1027
+ #: lib/wfu_constants.php:239
1028
  msgid "File uploaded successfully but there are warnings!"
1029
  msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
1030
 
1031
+ #: lib/wfu_constants.php:240
1032
  msgid "Some files failed to upload!"
1033
  msgstr "Niektóre pliki zostały anulowane!"
1034
 
1035
+ #: lib/wfu_constants.php:241
1036
  msgid "All files failed to upload"
1037
  msgstr "Wszystkie pliki zostały anulowane"
1038
 
1039
+ #: lib/wfu_constants.php:242
1040
  msgid "File failed to upload"
1041
  msgstr "Nie udało się przesłać pliku"
1042
 
1043
+ #: lib/wfu_constants.php:243
1044
  msgid "There are no files to upload!"
1045
  msgstr "Brak plików do wysłania"
1046
 
1047
+ #: lib/wfu_constants.php:244
1048
  msgid "Test upload message"
1049
  msgstr "To jest wiadomość testowa"
1050
 
1051
+ #: lib/wfu_constants.php:245
1052
  msgid "JSON parse warning!"
1053
  msgstr "JSON analizować ostrzeżenie!"
1054
 
1055
+ #: lib/wfu_constants.php:246
1056
  msgid "please wait while redirecting..."
1057
  msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
1058
 
1059
+ #: lib/wfu_constants.php:248
1060
  msgid "Submitting data"
1061
  msgstr ""
1062
 
1063
+ #: lib/wfu_constants.php:249
1064
  msgid "Data submitted successfully!"
1065
  msgstr ""
1066
 
1067
+ #: lib/wfu_constants.php:250
1068
  msgid "Data were not submitted!"
1069
  msgstr ""
1070
 
1071
+ #: lib/wfu_constants.php:251
1072
  msgid "Cancelling upload"
1073
  msgstr ""
1074
 
1075
+ #: lib/wfu_constants.php:253
1076
  msgid "Upload succeeded!"
1077
  msgstr ""
1078
 
1079
+ #: lib/wfu_constants.php:254
1080
  msgid "Upload completed but no files were saved!"
1081
  msgstr ""
1082
 
1083
+ #: lib/wfu_constants.php:255
1084
  msgid "File was not saved due to personal data policy!"
1085
  msgstr ""
1086
 
1087
+ #: lib/wfu_constants.php:256
1088
  msgid "Open visual shortcode editor in new window"
1089
  msgstr "Otwórz edytor w nowym oknie"
1090
 
1091
+ #: lib/wfu_constants.php:257
1092
  msgid "loading visual editor"
1093
  msgstr "Ładowanie wizualnego edytora"
1094
 
1095
+ #: lib/wfu_constants.php:258
1096
  msgid "Clear file list?"
1097
  msgstr ""
1098
 
1099
+ #: lib/wfu_constants.php:259
1100
  msgid "DROP HERE"
1101
  msgstr ""
1102
 
1103
+ #: lib/wfu_constants.php:261
1104
  msgid "record video"
1105
  msgstr ""
1106
 
1107
+ #: lib/wfu_constants.php:262
1108
  msgid "take a picture"
1109
  msgstr ""
1110
 
1111
+ #: lib/wfu_constants.php:263
1112
  msgid "turn webcam on/off"
1113
  msgstr ""
1114
 
1115
+ #: lib/wfu_constants.php:264
1116
  msgid "go live again"
1117
  msgstr ""
1118
 
1119
+ #: lib/wfu_constants.php:265
1120
  msgid "end recording"
1121
  msgstr ""
1122
 
1123
+ #: lib/wfu_constants.php:266
1124
  msgid "play"
1125
  msgstr ""
1126
 
1127
+ #: lib/wfu_constants.php:267
1128
  msgid "pause"
1129
  msgstr ""
1130
 
1131
+ #: lib/wfu_constants.php:268
1132
  msgid "go to the beginning"
1133
  msgstr ""
1134
 
1135
+ #: lib/wfu_constants.php:269
1136
  msgid "go to the end"
1137
  msgstr ""
1138
 
1139
+ #: lib/wfu_constants.php:271
1140
  msgid "Wordpress File Upload Form"
1141
  msgstr "Formularz przesyłania plików WPFU"
1142
 
1143
+ #: lib/wfu_constants.php:272
1144
  msgid "Wordpress File Upload plugin uploader for sidebars"
1145
  msgstr ""
1146
 
1147
+ #: lib/wfu_constants.php:273
1148
  msgid "Upload Files"
1149
  msgstr ""
1150
 
1151
+ #: lib/wfu_functions.php:8192
1152
+ #, fuzzy
1153
+ #| msgid "Wordpress File Upload Form"
1154
+ msgid "Wordpress File Upload Consent Status"
1155
+ msgstr "Formularz przesyłania plików WPFU"
1156
+
1157
+ #: lib/wfu_functions.php:8195
1158
+ msgid "Consent Status"
1159
+ msgstr ""
1160
+
1161
+ #: lib/wfu_functions.php:8197
1162
+ msgid "You have given your consent to store personal data."
1163
+ msgstr ""
1164
+
1165
+ #: lib/wfu_functions.php:8197
1166
+ msgid "You have denied to store personal data."
1167
+ msgstr ""
1168
+
1169
+ #: lib/wfu_functions.php:8197
1170
+ msgid "You have not answered to consent yet."
1171
+ msgstr ""
1172
+
1173
+ #: lib/wfu_functions.php:8203
1174
+ msgid "Change status to"
1175
+ msgstr ""
1176
+
1177
+ #: lib/wfu_functions.php:8205
1178
+ msgid "No change"
1179
+ msgstr ""
1180
+
1181
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1182
+ msgid "Revoke Consent"
1183
+ msgstr ""
1184
+
1185
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1186
+ msgid "Clear Consent"
1187
+ msgstr ""
1188
+
1189
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1190
+ msgid "Give Consent"
1191
+ msgstr ""
1192
+
1193
+ #: lib/wfu_widget.php:52
1194
+ msgid "Title:"
1195
+ msgstr ""
1196
+
1197
+ #: lib/wfu_widget.php:56
1198
+ msgid "Shortcode Attributes:"
1199
+ msgstr ""
1200
+
1201
  #~ msgid "Targer folder doesn't exist."
1202
  #~ msgstr "Targer folder nie istnieje."
1203
 
languages/wp-file-upload-pt_BR.mo CHANGED
Binary file
languages/wp-file-upload-pt_BR.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:30+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:31+0300\n"
7
  "Last-Translator: Jon Hanson <jon@quickbrasil.org>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -135,7 +136,7 @@ msgstr "Tamanho"
135
  msgid "User"
136
  msgstr "Usuário"
137
 
138
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
139
  msgid "Page"
140
  msgstr "Página"
141
 
@@ -286,6 +287,16 @@ msgstr ""
286
  "nome de arquivo correto é: "
287
 
288
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
 
 
289
  msgid ""
290
  "Too many files are uploaded in a short period of time. This may be a Denial-"
291
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -295,7 +306,7 @@ msgstr ""
295
  "um ataque de Denial-Of-Service, portanto, o arquivo foi rejeitado. Por "
296
  "favor, verifique o log de envio para comportamento suspeito."
297
 
298
- #: lib/wfu_constants.php:87
299
  msgid ""
300
  "File not uploaded in order to prevent overflow of the website. Please "
301
  "contact administrator."
@@ -303,35 +314,39 @@ msgstr ""
303
  "Arquivo não enviado para evitar o estouro de limite de tráfego do site. Por "
304
  "favor, entre em contato com o administrador."
305
 
306
- #: lib/wfu_constants.php:88
307
  msgid "Target folder doesn't exist."
308
  msgstr "Pasta de destino não existe."
309
 
310
- #: lib/wfu_constants.php:89
311
  msgid "Upload failed! Missing a temporary folder."
312
  msgstr "O envio falhou! Faltando uma pasta temporária."
313
 
314
- #: lib/wfu_constants.php:90
 
 
 
 
315
  msgid "Upload failed! Permission denied to write to target folder."
316
  msgstr "O envio falhou! Permissão negada para gravar na pasta de destino."
317
 
318
- #: lib/wfu_constants.php:91
319
  msgid "File not allowed."
320
  msgstr "Arquivo não permitido."
321
 
322
- #: lib/wfu_constants.php:92
323
  msgid "File is suspicious and was rejected."
324
  msgstr "O arquivo é suspeito e foi rejeitado."
325
 
326
- #: lib/wfu_constants.php:93
327
  msgid "The uploaded file exceeds the file size limit."
328
  msgstr "O arquivo enviado excede o limite de tamanho de arquivo."
329
 
330
- #: lib/wfu_constants.php:94
331
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
332
  msgstr "O arquivo enviado excede 2 GB e não é suportado por este servidor."
333
 
334
- #: lib/wfu_constants.php:95
335
  msgid ""
336
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
337
  "Please contact the administrator."
@@ -339,7 +354,7 @@ msgstr ""
339
  "O envio falhou! O arquivo enviado excede o limite de tamanho de arquivo do "
340
  "servidor. Por favor contate o administrador."
341
 
342
- #: lib/wfu_constants.php:96
343
  msgid ""
344
  "Upload failed! The duration of the upload exceeded the time limit of the "
345
  "server. Please contact the administrator."
@@ -347,7 +362,7 @@ msgstr ""
347
  "O envio falhou! A duração do envio excedeu o limite de tempo do servidor. "
348
  "Por favor contate o administrador."
349
 
350
- #: lib/wfu_constants.php:97
351
  msgid ""
352
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
353
  "was specified in the HTML form."
@@ -355,19 +370,19 @@ msgstr ""
355
  "O envio falhou! O arquivo enviado excede a diretiva MAX_FILE_SIZE "
356
  "especificada no formulário HTML."
357
 
358
- #: lib/wfu_constants.php:98
359
  msgid "Upload failed! The uploaded file was only partially uploaded."
360
  msgstr "O envio falhou! O arquivo enviado foi apenas parcialmente carregado."
361
 
362
- #: lib/wfu_constants.php:99
363
  msgid "Upload failed! No file was uploaded."
364
  msgstr "O envio falhou! Nenhum arquivo foi enviado."
365
 
366
- #: lib/wfu_constants.php:100
367
  msgid "Upload failed! Failed to write file to disk."
368
  msgstr "O envio falhou! Falha ao gravar o arquivo no disco."
369
 
370
- #: lib/wfu_constants.php:101
371
  msgid ""
372
  "Upload failed! Error occured while moving temporary file. Please contact "
373
  "administrator."
@@ -375,11 +390,11 @@ msgstr ""
375
  "O envio falhou! Ocorreu um erro ao mover o arquivo temporário. Por favor, "
376
  "entre em contato com o administrador."
377
 
378
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
379
  msgid "Upload cancelled!"
380
  msgstr "Envio cancelado!"
381
 
382
- #: lib/wfu_constants.php:103
383
  msgid ""
384
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
385
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -389,19 +404,19 @@ msgstr ""
389
  "uma maneira de determinar qual extensão causou a parada do envio do arquivo; "
390
  "Examinar a lista de extensões carregadas com phpinfo() pode ajudar."
391
 
392
- #: lib/wfu_constants.php:104
393
  msgid "Upload failed! Error occured while attemting to upload the file."
394
  msgstr "O envio falhou! Ocorreu um erro ao tentar carregar o arquivo."
395
 
396
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
397
  msgid "Upload failed!"
398
  msgstr "O envio falhou!"
399
 
400
- #: lib/wfu_constants.php:106
401
  msgid "No file!"
402
  msgstr "Nenhum arquivo!"
403
 
404
- #: lib/wfu_constants.php:107
405
  msgid ""
406
  "Upload failed! The upload has been canceled by the user or the browser "
407
  "dropped the connection."
@@ -409,27 +424,27 @@ msgstr ""
409
  "O envio falhou! O envio foi cancelado pelo usuário ou o navegador perdeu a "
410
  "conexão."
411
 
412
- #: lib/wfu_constants.php:108
413
  msgid "Upload failed! Unknown error."
414
  msgstr "O envio falhou! Erro desconhecido."
415
 
416
- #: lib/wfu_constants.php:109
417
  msgid "Please contact the administrator."
418
  msgstr "Por favor contate o administrador."
419
 
420
- #: lib/wfu_constants.php:110
421
  msgid "No result from remote server!"
422
  msgstr "Nenhum resultado do servidor remoto!"
423
 
424
- #: lib/wfu_constants.php:111
425
  msgid " but with warnings"
426
  msgstr " mas com problemas"
427
 
428
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
429
  msgid "Warning: JSON parse error."
430
  msgstr "Aviso: erro de parse do JSON."
431
 
432
- #: lib/wfu_constants.php:113
433
  msgid ""
434
  "Upload parameters of this file, passed as JSON string to the handler, could "
435
  "not be parsed."
@@ -437,21 +452,21 @@ msgstr ""
437
  "Os parâmetros de envio desse arquivo, transmitidos como string JSON para o "
438
  "interpretador, não puderam ser traduzidos."
439
 
440
- #: lib/wfu_constants.php:115
441
  msgid ""
442
  "UploadStates, passed as JSON string to the handler, could not be parsed."
443
  msgstr ""
444
  "UploadStates, transmitidos como string JSON para o interpretador, não "
445
  "puderam ser traduzidos."
446
 
447
- #: lib/wfu_constants.php:116
448
  msgid ""
449
  "Redirection to classic form functionality occurred due to unknown error."
450
  msgstr ""
451
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
452
  "devido a erro desconhecido."
453
 
454
- #: lib/wfu_constants.php:117
455
  msgid ""
456
  "Redirection to classic form functionality occurred because AJAX is not "
457
  "supported."
@@ -459,7 +474,7 @@ msgstr ""
459
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
460
  "porque o AJAX não é suportado."
461
 
462
- #: lib/wfu_constants.php:118
463
  msgid ""
464
  "Redirection to classic form functionality occurred because HTML5 is not "
465
  "supported."
@@ -467,58 +482,58 @@ msgstr ""
467
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
468
  "porque o HTML5 não é suportado."
469
 
470
- #: lib/wfu_constants.php:119
471
  msgid ""
472
  "Redirection to classic form functionality occurred due to JSON parse error."
473
  msgstr ""
474
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
475
  "devido ao erro de análise JSON."
476
 
477
- #: lib/wfu_constants.php:120
478
  msgid "Please enable popup windows from the browser's settings!"
479
  msgstr "Por favor, habilite as janelas pop-up nas configurações do navegador!"
480
 
481
- #: lib/wfu_constants.php:121
482
  msgid "cannot be empty!"
483
  msgstr "não pode estar vazio!"
484
 
485
- #: lib/wfu_constants.php:122
486
  msgid "number not valid!"
487
  msgstr "número não válido!"
488
 
489
- #: lib/wfu_constants.php:123
490
  msgid "email not valid!"
491
  msgstr "email não válido!"
492
 
493
- #: lib/wfu_constants.php:124
494
  msgid "emails do not match!"
495
  msgstr "emails não coincidem!"
496
 
497
- #: lib/wfu_constants.php:125
498
  msgid "no base email field in group!"
499
  msgstr "nenhum campo de e-mail base no grupo!"
500
 
501
- #: lib/wfu_constants.php:126
502
  msgid "passwords do not match!"
503
  msgstr "as senhas não coincidem!"
504
 
505
- #: lib/wfu_constants.php:127
506
  msgid "no base password field in group!"
507
  msgstr "nenhum campo de senha base no grupo!"
508
 
509
- #: lib/wfu_constants.php:128
510
  msgid "checkbox unchecked!"
511
  msgstr "caixa de seleção desmarcada!"
512
 
513
- #: lib/wfu_constants.php:129
514
  msgid "no option selected!"
515
  msgstr "nenhuma opção selecionada!"
516
 
517
- #: lib/wfu_constants.php:130
518
  msgid "no item selected!"
519
  msgstr "nenhum item selecionado!"
520
 
521
- #: lib/wfu_constants.php:131
522
  msgid ""
523
  "There are more than one instances of the plugin in this page with the same "
524
  "id. Please change it."
@@ -526,7 +541,7 @@ msgstr ""
526
  "Existe mais de uma instância do plugin nesta página com o mesmo id. Por "
527
  "favor mude isto."
528
 
529
- #: lib/wfu_constants.php:132
530
  msgid ""
531
  "Cannot edit the shortcode because the page has been modified. Please reload "
532
  "the page."
@@ -534,19 +549,19 @@ msgstr ""
534
  "Não é possível editar o shortcode porque a página foi modificada. Por favor "
535
  "recarregue a página."
536
 
537
- #: lib/wfu_constants.php:133
538
  msgid "Your browser does not support webcam capture!"
539
  msgstr "Seu navegador não suporta captura de webcam!"
540
 
541
- #: lib/wfu_constants.php:134
542
  msgid "Your browser does not support video recording from the webcam!"
543
  msgstr "Seu navegador não suporta gravação de vídeo da webcam!"
544
 
545
- #: lib/wfu_constants.php:135
546
  msgid "No video was recorded!"
547
  msgstr "Nenhum vídeo foi gravado!"
548
 
549
- #: lib/wfu_constants.php:136
550
  msgid ""
551
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
552
  "or use RecaptchaV2 (no account)."
@@ -554,7 +569,7 @@ msgstr ""
554
  "ERRO: Captcha não suportado! Você tem uma versão antiga do PHP. Atualize seu "
555
  "PHP ou use RecaptchaV2 (sem conta)."
556
 
557
- #: lib/wfu_constants.php:137
558
  msgid ""
559
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
560
  "notify administrator."
@@ -562,7 +577,7 @@ msgstr ""
562
  "ERRO: Apenas uma instância do RecaptchaV1 pode existir na mesma página. Por "
563
  "favor, notifique o administrador."
564
 
565
- #: lib/wfu_constants.php:138
566
  msgid ""
567
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
568
  "use RecaptchaV1 (no account)."
@@ -570,12 +585,12 @@ msgstr ""
570
  "ERRO: Apenas uma instância do RecaptchaV1 pode existir na mesma página. Por "
571
  "favor use RecaptchaV1 (sem conta)."
572
 
573
- #: lib/wfu_constants.php:139
574
  msgid "ERROR: No site key. Please contact administrator!"
575
  msgstr ""
576
  "ERRO: nenhuma chave de site. Por favor, entre em contato com o administrador!"
577
 
578
- #: lib/wfu_constants.php:140
579
  msgid ""
580
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
581
  "define Google Recaptcha keys."
@@ -583,124 +598,124 @@ msgstr ""
583
  "ERRO: Nenhuma chave de site definida! Acesse as configurações do plug-in no "
584
  "Painel para definir as chaves do Google Recaptcha."
585
 
586
- #: lib/wfu_constants.php:141
587
  msgid "Bad captcha image!"
588
  msgstr "Imagem do captcha ruim!"
589
 
590
- #: lib/wfu_constants.php:142
591
  msgid "No input!"
592
  msgstr "Sem entrada!"
593
 
594
- #: lib/wfu_constants.php:143
595
  msgid "Captcha not completed!"
596
  msgstr "Captcha não concluído!"
597
 
598
- #: lib/wfu_constants.php:144
599
  msgid "Wrong captcha!"
600
  msgstr "Captcha errado!"
601
 
602
- #: lib/wfu_constants.php:145
603
  msgid "Error refreshing captcha!"
604
  msgstr "Erro ao atualizar o captcha!"
605
 
606
- #: lib/wfu_constants.php:146
607
  msgid "Unknown captcha error!"
608
  msgstr "Erro de captcha desconhecido!"
609
 
610
- #: lib/wfu_constants.php:147
611
  msgid "Captcha not supported by your browser!"
612
  msgstr "Captcha não suportado pelo seu navegador!"
613
 
614
- #: lib/wfu_constants.php:148
615
  msgid "the secret parameter is missing"
616
  msgstr "o parâmetro secreto está faltando"
617
 
618
- #: lib/wfu_constants.php:149
619
  msgid "the secret parameter is invalid or malformed"
620
  msgstr "o parâmetro secreto é inválido ou mal informado"
621
 
622
- #: lib/wfu_constants.php:150
623
  msgid "the response parameter is missing"
624
  msgstr "o parâmetro de resposta está ausente"
625
 
626
- #: lib/wfu_constants.php:151
627
  msgid "the response parameter is invalid or malformed"
628
  msgstr "o parâmetro de resposta é inválido ou mal informado"
629
 
630
- #: lib/wfu_constants.php:152
631
  msgid "Please do not use drag drop due to an internal problem."
632
  msgstr "Por favor, não use o recurso de arrastar devido a um problema interno."
633
 
634
- #: lib/wfu_constants.php:153
635
  #, php-format
636
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
637
  msgstr "Erro durante o envio em partes. ID exclusivo vazio no fragmento %d"
638
 
639
- #: lib/wfu_constants.php:154
640
  msgid "Chunked upload is not allowed!"
641
  msgstr "Envio em partes não é permitido!"
642
 
643
- #: lib/wfu_constants.php:155
644
  msgid "Chunked upload aborted due to error in previous chunk!"
645
  msgstr "Envio em partes abortado devido a erro no fragmento anterior!"
646
 
647
- #: lib/wfu_constants.php:156
648
  msgid "Chunked upload failed, final file could not be created!"
649
  msgstr "O envio em partes falhou, o arquivo final não pôde ser criado!"
650
 
651
- #: lib/wfu_constants.php:157
652
  #, php-format
653
  msgid "Could not write file chuck to destination on chunk %d"
654
  msgstr ""
655
  "Não foi possível gravar o mandril de arquivos no destino no fragmento %d"
656
 
657
- #: lib/wfu_constants.php:158
658
  #, php-format
659
  msgid "Could not enlarge destination file on chunk %d"
660
  msgstr "Não foi possível ampliar o arquivo de destino no fragmento %d"
661
 
662
- #: lib/wfu_constants.php:159
663
  #, php-format
664
  msgid "Could not open file handles on chunk %d"
665
  msgstr "Não foi possível abrir interpretadores de arquivo no fragmento %d"
666
 
667
- #: lib/wfu_constants.php:160
668
  msgid "You are not allowed to download this file!"
669
  msgstr "Você não tem permissão para baixar este arquivo!"
670
 
671
- #: lib/wfu_constants.php:161
672
  msgid "File does not exist!"
673
  msgstr "Arquivo não existe!"
674
 
675
- #: lib/wfu_constants.php:162
676
  msgid "Could not download file!"
677
  msgstr "Não foi possível baixar o arquivo!"
678
 
679
- #: lib/wfu_constants.php:163
680
  msgid "You are not allowed to delete this file!"
681
  msgstr "Você não tem permissão para excluir este arquivo!"
682
 
683
- #: lib/wfu_constants.php:164
684
  msgid "File was not deleted!"
685
  msgstr "Arquivo não foi excluído!"
686
 
687
- #: lib/wfu_constants.php:165
688
  msgid "No file was deleted!"
689
  msgstr "Nenhum arquivo foi excluído!"
690
 
691
- #: lib/wfu_constants.php:166
692
  msgid "Some files were not deleted!"
693
  msgstr "Alguns arquivos não foram excluídos!"
694
 
695
- #: lib/wfu_constants.php:168
696
  msgid "Upload skipped! File already exists."
697
  msgstr "Envio ignorado! O arquivo já existe."
698
 
699
- #: lib/wfu_constants.php:169
700
  msgid "The extension of the file does not match its contents."
701
  msgstr "A extensão do arquivo não corresponde ao seu conteúdo."
702
 
703
- #: lib/wfu_constants.php:170
704
  msgid ""
705
  "Upload succeeded but the file is suspicious because its contents do not "
706
  "match its extension. Its proper filename is: "
@@ -708,25 +723,25 @@ msgstr ""
708
  "O envio foi bem-sucedido, mas o arquivo é suspeito porque seu conteúdo não "
709
  "corresponde à sua extensão. Seu nome de arquivo correto é: "
710
 
711
- #: lib/wfu_constants.php:171
712
  msgid "No files have been selected!"
713
  msgstr "Nenhum arquivo foi selecionado!"
714
 
715
- #: lib/wfu_constants.php:172
716
  msgid "Please complete the consent question before continuing the upload!"
717
  msgstr ""
718
  "Por favor, preencha a questão do consentimento antes de continuar o envio!"
719
 
720
- #: lib/wfu_constants.php:173
721
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
722
  msgstr "Plugin WPFilebase não atualizado porque não havia arquivos enviados."
723
 
724
- #: lib/wfu_constants.php:174
725
  msgid "Notification email was not sent because there were no files uploaded."
726
  msgstr ""
727
  "O e-mail de notificação não foi enviado porque não havia arquivos enviados."
728
 
729
- #: lib/wfu_constants.php:175
730
  msgid ""
731
  "Notification email was not sent because no recipients were defined. Please "
732
  "check notifyrecipients attribute in the shortcode."
@@ -734,7 +749,7 @@ msgstr ""
734
  "O e-mail de notificação não foi enviado porque nenhum destinatário foi "
735
  "definido. Por favor, verifique o atributo notifyRecipients no shortcode."
736
 
737
- #: lib/wfu_constants.php:176
738
  msgid ""
739
  "Notification email was not sent due to an error. Please check "
740
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -743,7 +758,7 @@ msgstr ""
743
  "verifique os atributos notifyRecipients, notifysubject e notifymessage para "
744
  "erros."
745
 
746
- #: lib/wfu_constants.php:177
747
  msgid ""
748
  "Redirection not executed because redirection link is empty. Please check "
749
  "redirectlink attribute."
@@ -751,18 +766,18 @@ msgstr ""
751
  "Redirecionamento não executado porque o link de redirecionamento está vazio. "
752
  "Por favor, verifique o atributo redirectlink."
753
 
754
- #: lib/wfu_constants.php:178
755
  msgid ""
756
  "Redirection not executed because not all files were successfully uploaded."
757
  msgstr ""
758
  "Redirecionamento não executado porque nem todos os arquivos foram enviados "
759
  "com sucesso."
760
 
761
- #: lib/wfu_constants.php:179
762
  msgid "Potential Denial-Of-Service Attack on {SITE}"
763
  msgstr "Ataque potencial de Denial-Of-Service em {SITE}"
764
 
765
- #: lib/wfu_constants.php:180
766
  msgid ""
767
  "Hello admin\n"
768
  "\n"
@@ -799,7 +814,7 @@ msgstr ""
799
  "\n"
800
  "Obrigado"
801
 
802
- #: lib/wfu_constants.php:181
803
  msgid ""
804
  "You have activated an alternative insecure Iptanus Services Server. For "
805
  "details please contact info@iptanus.com."
@@ -807,13 +822,13 @@ msgstr ""
807
  "Você ativou uma alternativa insegura Iptanus Services Server. Para mais "
808
  "detalhes, entre em contato com info@iptanus.com."
809
 
810
- #: lib/wfu_constants.php:182
811
  msgid ""
812
  "Iptanus Services Server is unreachable. This may cause problems on some "
813
  "plugin functions. Please read this :article: for resolution."
814
  msgstr ""
815
 
816
- #: lib/wfu_constants.php:184
817
  msgid ""
818
  "Failed to add the shortcode to the page/post. Please try again. If the "
819
  "message persists, contact administrator."
@@ -821,7 +836,7 @@ msgstr ""
821
  "Falha ao adicionar o shortcode à página / postagem. Por favor, tente "
822
  "novamente. Se a mensagem persistir, entre em contato com o administrador."
823
 
824
- #: lib/wfu_constants.php:185
825
  msgid ""
826
  "Failed to edit the shortcode because the contents of the page changed. Try "
827
  "again to edit the shortcode."
@@ -829,7 +844,7 @@ msgstr ""
829
  "Falha ao editar o shortcode porque o conteúdo da página foi alterado. Tente "
830
  "novamente editar o shortcode."
831
 
832
- #: lib/wfu_constants.php:186
833
  msgid ""
834
  "Failed to delete the shortcode because the contents of the page changed. Try "
835
  "again to delete it."
@@ -837,7 +852,7 @@ msgstr ""
837
  "Falha ao excluir o shortcode porque o conteúdo da página foi alterado. Tente "
838
  "novamente excluí-lo."
839
 
840
- #: lib/wfu_constants.php:187
841
  msgid ""
842
  "The page containing the shortcode has been modified and it is no longer "
843
  "valid. Please go back to reload the shortcode."
@@ -845,7 +860,7 @@ msgstr ""
845
  "A página que contém o shortcode foi modificada e não é mais válida. Por "
846
  "favor, volte para recarregar o shortcode."
847
 
848
- #: lib/wfu_constants.php:188
849
  msgid ""
850
  "Failed to update the shortcode because the contents of the page changed. Go "
851
  "back to reload the shortcode."
@@ -853,7 +868,7 @@ msgstr ""
853
  "Falha ao atualizar o shortcode porque o conteúdo da página foi alterado. "
854
  "Volte para recarregar o shortcode."
855
 
856
- #: lib/wfu_constants.php:189
857
  msgid ""
858
  "Failed to update the shortcode. Please try again. If the problem persists, "
859
  "go back and reload the shortcode."
@@ -861,39 +876,39 @@ msgstr ""
861
  "Falha ao atualizar o shortcode. Por favor, tente novamente. Se o problema "
862
  "persistir, volte e recarregue o código de acesso."
863
 
864
- #: lib/wfu_constants.php:191
865
  msgid "This is a test message"
866
  msgstr "Esta é uma mensagem de teste"
867
 
868
- #: lib/wfu_constants.php:192
869
  msgid "This is a test administrator message"
870
  msgstr "Esta é uma mensagem do administrador de teste"
871
 
872
- #: lib/wfu_constants.php:193
873
  msgid "File testfile 1 under test"
874
  msgstr "Arquivo testfile 1 sob teste"
875
 
876
- #: lib/wfu_constants.php:194
877
  msgid "File testfile 1 message"
878
  msgstr "Arquivo testfile 1 message"
879
 
880
- #: lib/wfu_constants.php:195
881
  msgid "File testfile 1 administrator message"
882
  msgstr "Mensagem do administrador do arquivo testfile 1"
883
 
884
- #: lib/wfu_constants.php:196
885
  msgid "File testfile 2 under test"
886
  msgstr "Arquivo de teste 2 sob teste"
887
 
888
- #: lib/wfu_constants.php:197
889
  msgid "File testfile 2 message"
890
  msgstr "Mensagem do arquivo de teste 2"
891
 
892
- #: lib/wfu_constants.php:198
893
  msgid "File testfile 2 administrator message"
894
  msgstr "Mensagem do administrador do arquivo testfile 2"
895
 
896
- #: lib/wfu_constants.php:200
897
  msgid ""
898
  "Insert variable %userid% inside text. It will be replaced by the id of the "
899
  "current user."
@@ -901,7 +916,7 @@ msgstr ""
901
  "Insira a variável %userid% dentro do texto. Será substituído pelo id do "
902
  "usuário atual."
903
 
904
- #: lib/wfu_constants.php:201
905
  msgid ""
906
  "Insert variable %username% inside text. It will be replaced by the username "
907
  "of the current user."
@@ -909,7 +924,7 @@ msgstr ""
909
  "Insira a variável %username% dentro do texto. Ele será substituído pelo nome "
910
  "de usuário atual."
911
 
912
- #: lib/wfu_constants.php:202
913
  msgid ""
914
  "Insert variable %useremail% inside text. It will be replaced by the email of "
915
  "the current user."
@@ -917,7 +932,7 @@ msgstr ""
917
  "Insira a variável %useremail% dentro do texto. Ele será substituído pelo e-"
918
  "mail do usuário atual."
919
 
920
- #: lib/wfu_constants.php:203
921
  msgid ""
922
  "Insert variable %filename% inside text. It will be replaced by the filename "
923
  "of the uploaded file."
@@ -925,7 +940,7 @@ msgstr ""
925
  "Insira a variável %filename% no texto. Ele será substituído pelo nome do "
926
  "arquivo do arquivo enviado."
927
 
928
- #: lib/wfu_constants.php:204
929
  msgid ""
930
  "Insert variable %filepath% inside text. It will be replaced by the full "
931
  "filepath of the uploaded file."
@@ -933,7 +948,7 @@ msgstr ""
933
  "Insira a variável %filepath% dentro do texto. Ele será substituído pelo "
934
  "caminho de arquivo completo do arquivo enviado."
935
 
936
- #: lib/wfu_constants.php:205
937
  msgid ""
938
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
939
  "the website."
@@ -941,7 +956,7 @@ msgstr ""
941
  "Insira a variável %blogid% dentro do texto. Ele será substituído pelo ID do "
942
  "blog do site."
943
 
944
- #: lib/wfu_constants.php:206
945
  msgid ""
946
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
947
  "current page."
@@ -949,7 +964,7 @@ msgstr ""
949
  "Insira a variável %pageid% dentro do texto. Será substituído pelo id da "
950
  "página atual."
951
 
952
- #: lib/wfu_constants.php:207
953
  msgid ""
954
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
955
  "the current page."
@@ -957,7 +972,7 @@ msgstr ""
957
  "Insira a variável %pagetitle% dentro do texto. Será substituído pelo título "
958
  "da página atual."
959
 
960
- #: lib/wfu_constants.php:208
961
  msgid ""
962
  "Insert variable %userdataXXX% inside text. Select the user field from the "
963
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -967,238 +982,290 @@ msgstr ""
967
  "lista suspensa. Ele será substituído pelo valor que o usuário inseriu nesse "
968
  "campo."
969
 
970
- #: lib/wfu_constants.php:209
971
  msgid "Insert variable %n% inside text to denote a line change."
972
  msgstr ""
973
  "Insira a variável %n% dentro do texto para indicar uma mudança de linha."
974
 
975
- #: lib/wfu_constants.php:211
976
  #, php-format
977
  msgid "File %filename% uploaded successfully but not saved"
978
  msgstr ""
979
 
980
- #: lib/wfu_constants.php:212
981
  msgid "Test Mode"
982
  msgstr "Modo de teste"
983
 
984
- #: lib/wfu_constants.php:213
985
  msgid "select dir..."
986
  msgstr "selecione dir ..."
987
 
988
- #: lib/wfu_constants.php:214
989
  msgid "type dir"
990
  msgstr "digite dir"
991
 
992
- #: lib/wfu_constants.php:215
993
  msgid "Upload path: %filepath%"
994
  msgstr "Caminho de upload: %filepath%"
995
 
996
- #: lib/wfu_constants.php:216
997
  msgid "Failed upload path: %filepath%"
998
  msgstr "Caminho de upload com falha: %filepath%"
999
 
1000
- #: lib/wfu_constants.php:217
1001
  msgid " (required)"
1002
  msgstr " (requerido)"
1003
 
1004
- #: lib/wfu_constants.php:218
1005
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1006
  msgstr ""
1007
  "Arquivos estão sendo enviados. Tem certeza de que deseja sair da página?"
1008
 
1009
- #: lib/wfu_constants.php:219
1010
  msgid "checking captcha..."
1011
  msgstr "verificando o captcha ..."
1012
 
1013
- #: lib/wfu_constants.php:220
1014
  msgid "refreshing..."
1015
  msgstr "atualizando..."
1016
 
1017
- #: lib/wfu_constants.php:221
1018
  msgid "correct captcha"
1019
  msgstr "captcha correto"
1020
 
1021
- #: lib/wfu_constants.php:222
1022
  msgid "click to continue the upload"
1023
  msgstr "clique para continuar o envio"
1024
 
1025
- #: lib/wfu_constants.php:223
1026
  msgid "Are you sure you want to delete this file?"
1027
  msgstr "Tem certeza de que deseja excluir este arquivo?"
1028
 
1029
- #: lib/wfu_constants.php:224
1030
  msgid "Are you sure you want to delete these files?"
1031
  msgstr "Tem certeza de que deseja excluir estes arquivos?"
1032
 
1033
- #: lib/wfu_constants.php:225
1034
  msgid "Bulk Actions"
1035
  msgstr "Ações em massa"
1036
 
1037
- #: lib/wfu_constants.php:226
1038
  msgid "Apply"
1039
  msgstr "Submeter"
1040
 
1041
- #: lib/wfu_constants.php:228
1042
  msgid "of "
1043
  msgstr "de "
1044
 
1045
- #: lib/wfu_constants.php:229
1046
  msgid "Are you sure that you want to cancel the upload?"
1047
  msgstr "Tem certeza de que deseja cancelar o envio?"
1048
 
1049
- #: lib/wfu_constants.php:230
1050
  msgid "cancel upload of this file"
1051
  msgstr "cancelar o envio deste arquivo"
1052
 
1053
- #: lib/wfu_constants.php:231
1054
  msgid "Upload in progress"
1055
  msgstr "Envio em andamento"
1056
 
1057
- #: lib/wfu_constants.php:232
1058
  msgid "Upload in progress with warnings!"
1059
  msgstr "Envio em andamento com problemas!"
1060
 
1061
- #: lib/wfu_constants.php:233
1062
  msgid "Upload in progress but some files already failed!"
1063
  msgstr "Envio em andamento, mas alguns arquivos já falharam!"
1064
 
1065
- #: lib/wfu_constants.php:234
1066
  msgid "Upload in progress but no files uploaded so far!"
1067
  msgstr "Envio em andamento, mas nenhum arquivo enviado até o momento!"
1068
 
1069
- #: lib/wfu_constants.php:235
1070
  msgid "All files uploaded successfully"
1071
  msgstr "Todos os arquivos enviados com sucesso"
1072
 
1073
- #: lib/wfu_constants.php:236
1074
  msgid "All files uploaded successfully but there are warnings!"
1075
  msgstr "Todos os arquivos foram enviados com sucesso, mas há problemas!"
1076
 
1077
- #: lib/wfu_constants.php:237
1078
  msgid "File uploaded successfully but there are warnings!"
1079
  msgstr "Arquivo enviado com sucesso, mas há problemas!"
1080
 
1081
- #: lib/wfu_constants.php:238
1082
  msgid "Some files failed to upload!"
1083
  msgstr "Alguns arquivos não foram enviados!"
1084
 
1085
- #: lib/wfu_constants.php:239
1086
  msgid "All files failed to upload"
1087
  msgstr "Nenhum arquivo foi enviado"
1088
 
1089
- #: lib/wfu_constants.php:240
1090
  msgid "File failed to upload"
1091
  msgstr "Falha no envio do arquivo"
1092
 
1093
- #: lib/wfu_constants.php:241
1094
  msgid "There are no files to upload!"
1095
  msgstr "Não há arquivos para envio!"
1096
 
1097
- #: lib/wfu_constants.php:242
1098
  msgid "Test upload message"
1099
  msgstr "Testar mensagem de envio"
1100
 
1101
- #: lib/wfu_constants.php:243
1102
  msgid "JSON parse warning!"
1103
  msgstr "JSON analisar parse!"
1104
 
1105
- #: lib/wfu_constants.php:244
1106
  msgid "please wait while redirecting..."
1107
  msgstr "por favor aguarde enquanto redireciona ..."
1108
 
1109
- #: lib/wfu_constants.php:246
1110
  msgid "Submitting data"
1111
  msgstr "Enviando dados"
1112
 
1113
- #: lib/wfu_constants.php:247
1114
  msgid "Data submitted successfully!"
1115
  msgstr "Dados enviados com sucesso!"
1116
 
1117
- #: lib/wfu_constants.php:248
1118
  msgid "Data were not submitted!"
1119
  msgstr "Os dados não foram enviados!"
1120
 
1121
- #: lib/wfu_constants.php:249
1122
  msgid "Cancelling upload"
1123
  msgstr "Cancelando o envio"
1124
 
1125
- #: lib/wfu_constants.php:251
1126
  msgid "Upload succeeded!"
1127
  msgstr ""
1128
 
1129
- #: lib/wfu_constants.php:252
1130
  msgid "Upload completed but no files were saved!"
1131
  msgstr ""
1132
 
1133
- #: lib/wfu_constants.php:253
1134
  msgid "File was not saved due to personal data policy!"
1135
  msgstr ""
1136
 
1137
- #: lib/wfu_constants.php:254
1138
  msgid "Open visual shortcode editor in new window"
1139
  msgstr "Abra o editor de shortcode visual em uma nova janela"
1140
 
1141
- #: lib/wfu_constants.php:255
1142
  msgid "loading visual editor"
1143
  msgstr "carregando editor visual"
1144
 
1145
- #: lib/wfu_constants.php:256
1146
  msgid "Clear file list?"
1147
  msgstr "Apagar lista de arquivos?"
1148
 
1149
- #: lib/wfu_constants.php:257
1150
  msgid "DROP HERE"
1151
  msgstr "SOLTAR AQUI"
1152
 
1153
- #: lib/wfu_constants.php:259
1154
  msgid "record video"
1155
  msgstr "gravar vídeo"
1156
 
1157
- #: lib/wfu_constants.php:260
1158
  msgid "take a picture"
1159
  msgstr "tirar uma foto"
1160
 
1161
- #: lib/wfu_constants.php:261
1162
  msgid "turn webcam on/off"
1163
  msgstr "ligar / desligar a webcam"
1164
 
1165
- #: lib/wfu_constants.php:262
1166
  msgid "go live again"
1167
  msgstr "ao vivo novamente"
1168
 
1169
- #: lib/wfu_constants.php:263
1170
  msgid "end recording"
1171
  msgstr "finalizar gravação"
1172
 
1173
- #: lib/wfu_constants.php:264
1174
  msgid "play"
1175
  msgstr "exibir"
1176
 
1177
- #: lib/wfu_constants.php:265
1178
  msgid "pause"
1179
  msgstr "pausar"
1180
 
1181
- #: lib/wfu_constants.php:266
1182
  msgid "go to the beginning"
1183
  msgstr "ir para o início"
1184
 
1185
- #: lib/wfu_constants.php:267
1186
  msgid "go to the end"
1187
  msgstr "ir para o fim"
1188
 
1189
- #: lib/wfu_constants.php:269
1190
  msgid "Wordpress File Upload Form"
1191
  msgstr "Formulário de Envio de Arquivos do Wordpress"
1192
 
1193
- #: lib/wfu_constants.php:270
1194
  msgid "Wordpress File Upload plugin uploader for sidebars"
1195
  msgstr ""
1196
  "Carregador de plugins de Envio de Arquivos do Wordpress para barras laterais"
1197
 
1198
- #: lib/wfu_constants.php:271
1199
  msgid "Upload Files"
1200
  msgstr "Enviar arquivos"
1201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1202
  #~ msgid ""
1203
  #~ "Iptanus Services Server is unreachable. This may cause problems in some "
1204
  #~ "plugin functions. Please contact info@iptanus.com for details."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:13+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:13+0200\n"
7
  "Last-Translator: Jon Hanson <jon@quickbrasil.org>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
136
  msgid "User"
137
  msgstr "Usuário"
138
 
139
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
140
  msgid "Page"
141
  msgstr "Página"
142
 
287
  "nome de arquivo correto é: "
288
 
289
  #: lib/wfu_constants.php:86
290
+ #, fuzzy
291
+ #| msgid ""
292
+ #| "Error. This file was rejected because its extension is not correct. Its "
293
+ #| "proper filename is: "
294
+ msgid "Error. This file was rejected because its not a valid image."
295
+ msgstr ""
296
+ "Erro. Este arquivo foi rejeitado porque sua extensão não está correta. Seu "
297
+ "nome de arquivo correto é: "
298
+
299
+ #: lib/wfu_constants.php:87
300
  msgid ""
301
  "Too many files are uploaded in a short period of time. This may be a Denial-"
302
  "Of-Service attack, so file was rejected. Please check the upload log for "
306
  "um ataque de Denial-Of-Service, portanto, o arquivo foi rejeitado. Por "
307
  "favor, verifique o log de envio para comportamento suspeito."
308
 
309
+ #: lib/wfu_constants.php:88
310
  msgid ""
311
  "File not uploaded in order to prevent overflow of the website. Please "
312
  "contact administrator."
314
  "Arquivo não enviado para evitar o estouro de limite de tráfego do site. Por "
315
  "favor, entre em contato com o administrador."
316
 
317
+ #: lib/wfu_constants.php:89
318
  msgid "Target folder doesn't exist."
319
  msgstr "Pasta de destino não existe."
320
 
321
+ #: lib/wfu_constants.php:90
322
  msgid "Upload failed! Missing a temporary folder."
323
  msgstr "O envio falhou! Faltando uma pasta temporária."
324
 
325
+ #: lib/wfu_constants.php:91
326
+ msgid "Not allowed to upload to target folder."
327
+ msgstr ""
328
+
329
+ #: lib/wfu_constants.php:92
330
  msgid "Upload failed! Permission denied to write to target folder."
331
  msgstr "O envio falhou! Permissão negada para gravar na pasta de destino."
332
 
333
+ #: lib/wfu_constants.php:93
334
  msgid "File not allowed."
335
  msgstr "Arquivo não permitido."
336
 
337
+ #: lib/wfu_constants.php:94
338
  msgid "File is suspicious and was rejected."
339
  msgstr "O arquivo é suspeito e foi rejeitado."
340
 
341
+ #: lib/wfu_constants.php:95
342
  msgid "The uploaded file exceeds the file size limit."
343
  msgstr "O arquivo enviado excede o limite de tamanho de arquivo."
344
 
345
+ #: lib/wfu_constants.php:96
346
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
347
  msgstr "O arquivo enviado excede 2 GB e não é suportado por este servidor."
348
 
349
+ #: lib/wfu_constants.php:97
350
  msgid ""
351
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
352
  "Please contact the administrator."
354
  "O envio falhou! O arquivo enviado excede o limite de tamanho de arquivo do "
355
  "servidor. Por favor contate o administrador."
356
 
357
+ #: lib/wfu_constants.php:98
358
  msgid ""
359
  "Upload failed! The duration of the upload exceeded the time limit of the "
360
  "server. Please contact the administrator."
362
  "O envio falhou! A duração do envio excedeu o limite de tempo do servidor. "
363
  "Por favor contate o administrador."
364
 
365
+ #: lib/wfu_constants.php:99
366
  msgid ""
367
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
368
  "was specified in the HTML form."
370
  "O envio falhou! O arquivo enviado excede a diretiva MAX_FILE_SIZE "
371
  "especificada no formulário HTML."
372
 
373
+ #: lib/wfu_constants.php:100
374
  msgid "Upload failed! The uploaded file was only partially uploaded."
375
  msgstr "O envio falhou! O arquivo enviado foi apenas parcialmente carregado."
376
 
377
+ #: lib/wfu_constants.php:101
378
  msgid "Upload failed! No file was uploaded."
379
  msgstr "O envio falhou! Nenhum arquivo foi enviado."
380
 
381
+ #: lib/wfu_constants.php:102
382
  msgid "Upload failed! Failed to write file to disk."
383
  msgstr "O envio falhou! Falha ao gravar o arquivo no disco."
384
 
385
+ #: lib/wfu_constants.php:103
386
  msgid ""
387
  "Upload failed! Error occured while moving temporary file. Please contact "
388
  "administrator."
390
  "O envio falhou! Ocorreu um erro ao mover o arquivo temporário. Por favor, "
391
  "entre em contato com o administrador."
392
 
393
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
394
  msgid "Upload cancelled!"
395
  msgstr "Envio cancelado!"
396
 
397
+ #: lib/wfu_constants.php:105
398
  msgid ""
399
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
400
  "a way to ascertain which extension caused the file upload to stop; examining "
404
  "uma maneira de determinar qual extensão causou a parada do envio do arquivo; "
405
  "Examinar a lista de extensões carregadas com phpinfo() pode ajudar."
406
 
407
+ #: lib/wfu_constants.php:106
408
  msgid "Upload failed! Error occured while attemting to upload the file."
409
  msgstr "O envio falhou! Ocorreu um erro ao tentar carregar o arquivo."
410
 
411
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
412
  msgid "Upload failed!"
413
  msgstr "O envio falhou!"
414
 
415
+ #: lib/wfu_constants.php:108
416
  msgid "No file!"
417
  msgstr "Nenhum arquivo!"
418
 
419
+ #: lib/wfu_constants.php:109
420
  msgid ""
421
  "Upload failed! The upload has been canceled by the user or the browser "
422
  "dropped the connection."
424
  "O envio falhou! O envio foi cancelado pelo usuário ou o navegador perdeu a "
425
  "conexão."
426
 
427
+ #: lib/wfu_constants.php:110
428
  msgid "Upload failed! Unknown error."
429
  msgstr "O envio falhou! Erro desconhecido."
430
 
431
+ #: lib/wfu_constants.php:111
432
  msgid "Please contact the administrator."
433
  msgstr "Por favor contate o administrador."
434
 
435
+ #: lib/wfu_constants.php:112
436
  msgid "No result from remote server!"
437
  msgstr "Nenhum resultado do servidor remoto!"
438
 
439
+ #: lib/wfu_constants.php:113
440
  msgid " but with warnings"
441
  msgstr " mas com problemas"
442
 
443
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
444
  msgid "Warning: JSON parse error."
445
  msgstr "Aviso: erro de parse do JSON."
446
 
447
+ #: lib/wfu_constants.php:115
448
  msgid ""
449
  "Upload parameters of this file, passed as JSON string to the handler, could "
450
  "not be parsed."
452
  "Os parâmetros de envio desse arquivo, transmitidos como string JSON para o "
453
  "interpretador, não puderam ser traduzidos."
454
 
455
+ #: lib/wfu_constants.php:117
456
  msgid ""
457
  "UploadStates, passed as JSON string to the handler, could not be parsed."
458
  msgstr ""
459
  "UploadStates, transmitidos como string JSON para o interpretador, não "
460
  "puderam ser traduzidos."
461
 
462
+ #: lib/wfu_constants.php:118
463
  msgid ""
464
  "Redirection to classic form functionality occurred due to unknown error."
465
  msgstr ""
466
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
467
  "devido a erro desconhecido."
468
 
469
+ #: lib/wfu_constants.php:119
470
  msgid ""
471
  "Redirection to classic form functionality occurred because AJAX is not "
472
  "supported."
474
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
475
  "porque o AJAX não é suportado."
476
 
477
+ #: lib/wfu_constants.php:120
478
  msgid ""
479
  "Redirection to classic form functionality occurred because HTML5 is not "
480
  "supported."
482
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
483
  "porque o HTML5 não é suportado."
484
 
485
+ #: lib/wfu_constants.php:121
486
  msgid ""
487
  "Redirection to classic form functionality occurred due to JSON parse error."
488
  msgstr ""
489
  "O redirecionamento para a funcionalidade de formulário clássico ocorreu "
490
  "devido ao erro de análise JSON."
491
 
492
+ #: lib/wfu_constants.php:122
493
  msgid "Please enable popup windows from the browser's settings!"
494
  msgstr "Por favor, habilite as janelas pop-up nas configurações do navegador!"
495
 
496
+ #: lib/wfu_constants.php:123
497
  msgid "cannot be empty!"
498
  msgstr "não pode estar vazio!"
499
 
500
+ #: lib/wfu_constants.php:124
501
  msgid "number not valid!"
502
  msgstr "número não válido!"
503
 
504
+ #: lib/wfu_constants.php:125
505
  msgid "email not valid!"
506
  msgstr "email não válido!"
507
 
508
+ #: lib/wfu_constants.php:126
509
  msgid "emails do not match!"
510
  msgstr "emails não coincidem!"
511
 
512
+ #: lib/wfu_constants.php:127
513
  msgid "no base email field in group!"
514
  msgstr "nenhum campo de e-mail base no grupo!"
515
 
516
+ #: lib/wfu_constants.php:128
517
  msgid "passwords do not match!"
518
  msgstr "as senhas não coincidem!"
519
 
520
+ #: lib/wfu_constants.php:129
521
  msgid "no base password field in group!"
522
  msgstr "nenhum campo de senha base no grupo!"
523
 
524
+ #: lib/wfu_constants.php:130
525
  msgid "checkbox unchecked!"
526
  msgstr "caixa de seleção desmarcada!"
527
 
528
+ #: lib/wfu_constants.php:131
529
  msgid "no option selected!"
530
  msgstr "nenhuma opção selecionada!"
531
 
532
+ #: lib/wfu_constants.php:132
533
  msgid "no item selected!"
534
  msgstr "nenhum item selecionado!"
535
 
536
+ #: lib/wfu_constants.php:133
537
  msgid ""
538
  "There are more than one instances of the plugin in this page with the same "
539
  "id. Please change it."
541
  "Existe mais de uma instância do plugin nesta página com o mesmo id. Por "
542
  "favor mude isto."
543
 
544
+ #: lib/wfu_constants.php:134
545
  msgid ""
546
  "Cannot edit the shortcode because the page has been modified. Please reload "
547
  "the page."
549
  "Não é possível editar o shortcode porque a página foi modificada. Por favor "
550
  "recarregue a página."
551
 
552
+ #: lib/wfu_constants.php:135
553
  msgid "Your browser does not support webcam capture!"
554
  msgstr "Seu navegador não suporta captura de webcam!"
555
 
556
+ #: lib/wfu_constants.php:136
557
  msgid "Your browser does not support video recording from the webcam!"
558
  msgstr "Seu navegador não suporta gravação de vídeo da webcam!"
559
 
560
+ #: lib/wfu_constants.php:137
561
  msgid "No video was recorded!"
562
  msgstr "Nenhum vídeo foi gravado!"
563
 
564
+ #: lib/wfu_constants.php:138
565
  msgid ""
566
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
567
  "or use RecaptchaV2 (no account)."
569
  "ERRO: Captcha não suportado! Você tem uma versão antiga do PHP. Atualize seu "
570
  "PHP ou use RecaptchaV2 (sem conta)."
571
 
572
+ #: lib/wfu_constants.php:139
573
  msgid ""
574
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
575
  "notify administrator."
577
  "ERRO: Apenas uma instância do RecaptchaV1 pode existir na mesma página. Por "
578
  "favor, notifique o administrador."
579
 
580
+ #: lib/wfu_constants.php:140
581
  msgid ""
582
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
583
  "use RecaptchaV1 (no account)."
585
  "ERRO: Apenas uma instância do RecaptchaV1 pode existir na mesma página. Por "
586
  "favor use RecaptchaV1 (sem conta)."
587
 
588
+ #: lib/wfu_constants.php:141
589
  msgid "ERROR: No site key. Please contact administrator!"
590
  msgstr ""
591
  "ERRO: nenhuma chave de site. Por favor, entre em contato com o administrador!"
592
 
593
+ #: lib/wfu_constants.php:142
594
  msgid ""
595
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
596
  "define Google Recaptcha keys."
598
  "ERRO: Nenhuma chave de site definida! Acesse as configurações do plug-in no "
599
  "Painel para definir as chaves do Google Recaptcha."
600
 
601
+ #: lib/wfu_constants.php:143
602
  msgid "Bad captcha image!"
603
  msgstr "Imagem do captcha ruim!"
604
 
605
+ #: lib/wfu_constants.php:144
606
  msgid "No input!"
607
  msgstr "Sem entrada!"
608
 
609
+ #: lib/wfu_constants.php:145
610
  msgid "Captcha not completed!"
611
  msgstr "Captcha não concluído!"
612
 
613
+ #: lib/wfu_constants.php:146
614
  msgid "Wrong captcha!"
615
  msgstr "Captcha errado!"
616
 
617
+ #: lib/wfu_constants.php:147
618
  msgid "Error refreshing captcha!"
619
  msgstr "Erro ao atualizar o captcha!"
620
 
621
+ #: lib/wfu_constants.php:148
622
  msgid "Unknown captcha error!"
623
  msgstr "Erro de captcha desconhecido!"
624
 
625
+ #: lib/wfu_constants.php:149
626
  msgid "Captcha not supported by your browser!"
627
  msgstr "Captcha não suportado pelo seu navegador!"
628
 
629
+ #: lib/wfu_constants.php:150
630
  msgid "the secret parameter is missing"
631
  msgstr "o parâmetro secreto está faltando"
632
 
633
+ #: lib/wfu_constants.php:151
634
  msgid "the secret parameter is invalid or malformed"
635
  msgstr "o parâmetro secreto é inválido ou mal informado"
636
 
637
+ #: lib/wfu_constants.php:152
638
  msgid "the response parameter is missing"
639
  msgstr "o parâmetro de resposta está ausente"
640
 
641
+ #: lib/wfu_constants.php:153
642
  msgid "the response parameter is invalid or malformed"
643
  msgstr "o parâmetro de resposta é inválido ou mal informado"
644
 
645
+ #: lib/wfu_constants.php:154
646
  msgid "Please do not use drag drop due to an internal problem."
647
  msgstr "Por favor, não use o recurso de arrastar devido a um problema interno."
648
 
649
+ #: lib/wfu_constants.php:155
650
  #, php-format
651
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
652
  msgstr "Erro durante o envio em partes. ID exclusivo vazio no fragmento %d"
653
 
654
+ #: lib/wfu_constants.php:156
655
  msgid "Chunked upload is not allowed!"
656
  msgstr "Envio em partes não é permitido!"
657
 
658
+ #: lib/wfu_constants.php:157
659
  msgid "Chunked upload aborted due to error in previous chunk!"
660
  msgstr "Envio em partes abortado devido a erro no fragmento anterior!"
661
 
662
+ #: lib/wfu_constants.php:158
663
  msgid "Chunked upload failed, final file could not be created!"
664
  msgstr "O envio em partes falhou, o arquivo final não pôde ser criado!"
665
 
666
+ #: lib/wfu_constants.php:159
667
  #, php-format
668
  msgid "Could not write file chuck to destination on chunk %d"
669
  msgstr ""
670
  "Não foi possível gravar o mandril de arquivos no destino no fragmento %d"
671
 
672
+ #: lib/wfu_constants.php:160
673
  #, php-format
674
  msgid "Could not enlarge destination file on chunk %d"
675
  msgstr "Não foi possível ampliar o arquivo de destino no fragmento %d"
676
 
677
+ #: lib/wfu_constants.php:161
678
  #, php-format
679
  msgid "Could not open file handles on chunk %d"
680
  msgstr "Não foi possível abrir interpretadores de arquivo no fragmento %d"
681
 
682
+ #: lib/wfu_constants.php:162
683
  msgid "You are not allowed to download this file!"
684
  msgstr "Você não tem permissão para baixar este arquivo!"
685
 
686
+ #: lib/wfu_constants.php:163
687
  msgid "File does not exist!"
688
  msgstr "Arquivo não existe!"
689
 
690
+ #: lib/wfu_constants.php:164
691
  msgid "Could not download file!"
692
  msgstr "Não foi possível baixar o arquivo!"
693
 
694
+ #: lib/wfu_constants.php:165
695
  msgid "You are not allowed to delete this file!"
696
  msgstr "Você não tem permissão para excluir este arquivo!"
697
 
698
+ #: lib/wfu_constants.php:166
699
  msgid "File was not deleted!"
700
  msgstr "Arquivo não foi excluído!"
701
 
702
+ #: lib/wfu_constants.php:167
703
  msgid "No file was deleted!"
704
  msgstr "Nenhum arquivo foi excluído!"
705
 
706
+ #: lib/wfu_constants.php:168
707
  msgid "Some files were not deleted!"
708
  msgstr "Alguns arquivos não foram excluídos!"
709
 
710
+ #: lib/wfu_constants.php:170
711
  msgid "Upload skipped! File already exists."
712
  msgstr "Envio ignorado! O arquivo já existe."
713
 
714
+ #: lib/wfu_constants.php:171
715
  msgid "The extension of the file does not match its contents."
716
  msgstr "A extensão do arquivo não corresponde ao seu conteúdo."
717
 
718
+ #: lib/wfu_constants.php:172
719
  msgid ""
720
  "Upload succeeded but the file is suspicious because its contents do not "
721
  "match its extension. Its proper filename is: "
723
  "O envio foi bem-sucedido, mas o arquivo é suspeito porque seu conteúdo não "
724
  "corresponde à sua extensão. Seu nome de arquivo correto é: "
725
 
726
+ #: lib/wfu_constants.php:173
727
  msgid "No files have been selected!"
728
  msgstr "Nenhum arquivo foi selecionado!"
729
 
730
+ #: lib/wfu_constants.php:174
731
  msgid "Please complete the consent question before continuing the upload!"
732
  msgstr ""
733
  "Por favor, preencha a questão do consentimento antes de continuar o envio!"
734
 
735
+ #: lib/wfu_constants.php:175
736
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
737
  msgstr "Plugin WPFilebase não atualizado porque não havia arquivos enviados."
738
 
739
+ #: lib/wfu_constants.php:176
740
  msgid "Notification email was not sent because there were no files uploaded."
741
  msgstr ""
742
  "O e-mail de notificação não foi enviado porque não havia arquivos enviados."
743
 
744
+ #: lib/wfu_constants.php:177
745
  msgid ""
746
  "Notification email was not sent because no recipients were defined. Please "
747
  "check notifyrecipients attribute in the shortcode."
749
  "O e-mail de notificação não foi enviado porque nenhum destinatário foi "
750
  "definido. Por favor, verifique o atributo notifyRecipients no shortcode."
751
 
752
+ #: lib/wfu_constants.php:178
753
  msgid ""
754
  "Notification email was not sent due to an error. Please check "
755
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
758
  "verifique os atributos notifyRecipients, notifysubject e notifymessage para "
759
  "erros."
760
 
761
+ #: lib/wfu_constants.php:179
762
  msgid ""
763
  "Redirection not executed because redirection link is empty. Please check "
764
  "redirectlink attribute."
766
  "Redirecionamento não executado porque o link de redirecionamento está vazio. "
767
  "Por favor, verifique o atributo redirectlink."
768
 
769
+ #: lib/wfu_constants.php:180
770
  msgid ""
771
  "Redirection not executed because not all files were successfully uploaded."
772
  msgstr ""
773
  "Redirecionamento não executado porque nem todos os arquivos foram enviados "
774
  "com sucesso."
775
 
776
+ #: lib/wfu_constants.php:181
777
  msgid "Potential Denial-Of-Service Attack on {SITE}"
778
  msgstr "Ataque potencial de Denial-Of-Service em {SITE}"
779
 
780
+ #: lib/wfu_constants.php:182
781
  msgid ""
782
  "Hello admin\n"
783
  "\n"
814
  "\n"
815
  "Obrigado"
816
 
817
+ #: lib/wfu_constants.php:183
818
  msgid ""
819
  "You have activated an alternative insecure Iptanus Services Server. For "
820
  "details please contact info@iptanus.com."
822
  "Você ativou uma alternativa insegura Iptanus Services Server. Para mais "
823
  "detalhes, entre em contato com info@iptanus.com."
824
 
825
+ #: lib/wfu_constants.php:184
826
  msgid ""
827
  "Iptanus Services Server is unreachable. This may cause problems on some "
828
  "plugin functions. Please read this :article: for resolution."
829
  msgstr ""
830
 
831
+ #: lib/wfu_constants.php:186
832
  msgid ""
833
  "Failed to add the shortcode to the page/post. Please try again. If the "
834
  "message persists, contact administrator."
836
  "Falha ao adicionar o shortcode à página / postagem. Por favor, tente "
837
  "novamente. Se a mensagem persistir, entre em contato com o administrador."
838
 
839
+ #: lib/wfu_constants.php:187
840
  msgid ""
841
  "Failed to edit the shortcode because the contents of the page changed. Try "
842
  "again to edit the shortcode."
844
  "Falha ao editar o shortcode porque o conteúdo da página foi alterado. Tente "
845
  "novamente editar o shortcode."
846
 
847
+ #: lib/wfu_constants.php:188
848
  msgid ""
849
  "Failed to delete the shortcode because the contents of the page changed. Try "
850
  "again to delete it."
852
  "Falha ao excluir o shortcode porque o conteúdo da página foi alterado. Tente "
853
  "novamente excluí-lo."
854
 
855
+ #: lib/wfu_constants.php:189
856
  msgid ""
857
  "The page containing the shortcode has been modified and it is no longer "
858
  "valid. Please go back to reload the shortcode."
860
  "A página que contém o shortcode foi modificada e não é mais válida. Por "
861
  "favor, volte para recarregar o shortcode."
862
 
863
+ #: lib/wfu_constants.php:190
864
  msgid ""
865
  "Failed to update the shortcode because the contents of the page changed. Go "
866
  "back to reload the shortcode."
868
  "Falha ao atualizar o shortcode porque o conteúdo da página foi alterado. "
869
  "Volte para recarregar o shortcode."
870
 
871
+ #: lib/wfu_constants.php:191
872
  msgid ""
873
  "Failed to update the shortcode. Please try again. If the problem persists, "
874
  "go back and reload the shortcode."
876
  "Falha ao atualizar o shortcode. Por favor, tente novamente. Se o problema "
877
  "persistir, volte e recarregue o código de acesso."
878
 
879
+ #: lib/wfu_constants.php:193
880
  msgid "This is a test message"
881
  msgstr "Esta é uma mensagem de teste"
882
 
883
+ #: lib/wfu_constants.php:194
884
  msgid "This is a test administrator message"
885
  msgstr "Esta é uma mensagem do administrador de teste"
886
 
887
+ #: lib/wfu_constants.php:195
888
  msgid "File testfile 1 under test"
889
  msgstr "Arquivo testfile 1 sob teste"
890
 
891
+ #: lib/wfu_constants.php:196
892
  msgid "File testfile 1 message"
893
  msgstr "Arquivo testfile 1 message"
894
 
895
+ #: lib/wfu_constants.php:197
896
  msgid "File testfile 1 administrator message"
897
  msgstr "Mensagem do administrador do arquivo testfile 1"
898
 
899
+ #: lib/wfu_constants.php:198
900
  msgid "File testfile 2 under test"
901
  msgstr "Arquivo de teste 2 sob teste"
902
 
903
+ #: lib/wfu_constants.php:199
904
  msgid "File testfile 2 message"
905
  msgstr "Mensagem do arquivo de teste 2"
906
 
907
+ #: lib/wfu_constants.php:200
908
  msgid "File testfile 2 administrator message"
909
  msgstr "Mensagem do administrador do arquivo testfile 2"
910
 
911
+ #: lib/wfu_constants.php:202
912
  msgid ""
913
  "Insert variable %userid% inside text. It will be replaced by the id of the "
914
  "current user."
916
  "Insira a variável %userid% dentro do texto. Será substituído pelo id do "
917
  "usuário atual."
918
 
919
+ #: lib/wfu_constants.php:203
920
  msgid ""
921
  "Insert variable %username% inside text. It will be replaced by the username "
922
  "of the current user."
924
  "Insira a variável %username% dentro do texto. Ele será substituído pelo nome "
925
  "de usuário atual."
926
 
927
+ #: lib/wfu_constants.php:204
928
  msgid ""
929
  "Insert variable %useremail% inside text. It will be replaced by the email of "
930
  "the current user."
932
  "Insira a variável %useremail% dentro do texto. Ele será substituído pelo e-"
933
  "mail do usuário atual."
934
 
935
+ #: lib/wfu_constants.php:205
936
  msgid ""
937
  "Insert variable %filename% inside text. It will be replaced by the filename "
938
  "of the uploaded file."
940
  "Insira a variável %filename% no texto. Ele será substituído pelo nome do "
941
  "arquivo do arquivo enviado."
942
 
943
+ #: lib/wfu_constants.php:206
944
  msgid ""
945
  "Insert variable %filepath% inside text. It will be replaced by the full "
946
  "filepath of the uploaded file."
948
  "Insira a variável %filepath% dentro do texto. Ele será substituído pelo "
949
  "caminho de arquivo completo do arquivo enviado."
950
 
951
+ #: lib/wfu_constants.php:207
952
  msgid ""
953
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
954
  "the website."
956
  "Insira a variável %blogid% dentro do texto. Ele será substituído pelo ID do "
957
  "blog do site."
958
 
959
+ #: lib/wfu_constants.php:208
960
  msgid ""
961
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
962
  "current page."
964
  "Insira a variável %pageid% dentro do texto. Será substituído pelo id da "
965
  "página atual."
966
 
967
+ #: lib/wfu_constants.php:209
968
  msgid ""
969
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
970
  "the current page."
972
  "Insira a variável %pagetitle% dentro do texto. Será substituído pelo título "
973
  "da página atual."
974
 
975
+ #: lib/wfu_constants.php:210
976
  msgid ""
977
  "Insert variable %userdataXXX% inside text. Select the user field from the "
978
  "drop-down list. It will be replaced by the value that the user entered in "
982
  "lista suspensa. Ele será substituído pelo valor que o usuário inseriu nesse "
983
  "campo."
984
 
985
+ #: lib/wfu_constants.php:211
986
  msgid "Insert variable %n% inside text to denote a line change."
987
  msgstr ""
988
  "Insira a variável %n% dentro do texto para indicar uma mudança de linha."
989
 
990
+ #: lib/wfu_constants.php:213
991
  #, php-format
992
  msgid "File %filename% uploaded successfully but not saved"
993
  msgstr ""
994
 
995
+ #: lib/wfu_constants.php:214
996
  msgid "Test Mode"
997
  msgstr "Modo de teste"
998
 
999
+ #: lib/wfu_constants.php:215
1000
  msgid "select dir..."
1001
  msgstr "selecione dir ..."
1002
 
1003
+ #: lib/wfu_constants.php:216
1004
  msgid "type dir"
1005
  msgstr "digite dir"
1006
 
1007
+ #: lib/wfu_constants.php:217
1008
  msgid "Upload path: %filepath%"
1009
  msgstr "Caminho de upload: %filepath%"
1010
 
1011
+ #: lib/wfu_constants.php:218
1012
  msgid "Failed upload path: %filepath%"
1013
  msgstr "Caminho de upload com falha: %filepath%"
1014
 
1015
+ #: lib/wfu_constants.php:219
1016
  msgid " (required)"
1017
  msgstr " (requerido)"
1018
 
1019
+ #: lib/wfu_constants.php:220
1020
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1021
  msgstr ""
1022
  "Arquivos estão sendo enviados. Tem certeza de que deseja sair da página?"
1023
 
1024
+ #: lib/wfu_constants.php:221
1025
  msgid "checking captcha..."
1026
  msgstr "verificando o captcha ..."
1027
 
1028
+ #: lib/wfu_constants.php:222
1029
  msgid "refreshing..."
1030
  msgstr "atualizando..."
1031
 
1032
+ #: lib/wfu_constants.php:223
1033
  msgid "correct captcha"
1034
  msgstr "captcha correto"
1035
 
1036
+ #: lib/wfu_constants.php:224
1037
  msgid "click to continue the upload"
1038
  msgstr "clique para continuar o envio"
1039
 
1040
+ #: lib/wfu_constants.php:225
1041
  msgid "Are you sure you want to delete this file?"
1042
  msgstr "Tem certeza de que deseja excluir este arquivo?"
1043
 
1044
+ #: lib/wfu_constants.php:226
1045
  msgid "Are you sure you want to delete these files?"
1046
  msgstr "Tem certeza de que deseja excluir estes arquivos?"
1047
 
1048
+ #: lib/wfu_constants.php:227
1049
  msgid "Bulk Actions"
1050
  msgstr "Ações em massa"
1051
 
1052
+ #: lib/wfu_constants.php:228
1053
  msgid "Apply"
1054
  msgstr "Submeter"
1055
 
1056
+ #: lib/wfu_constants.php:230
1057
  msgid "of "
1058
  msgstr "de "
1059
 
1060
+ #: lib/wfu_constants.php:231
1061
  msgid "Are you sure that you want to cancel the upload?"
1062
  msgstr "Tem certeza de que deseja cancelar o envio?"
1063
 
1064
+ #: lib/wfu_constants.php:232
1065
  msgid "cancel upload of this file"
1066
  msgstr "cancelar o envio deste arquivo"
1067
 
1068
+ #: lib/wfu_constants.php:233
1069
  msgid "Upload in progress"
1070
  msgstr "Envio em andamento"
1071
 
1072
+ #: lib/wfu_constants.php:234
1073
  msgid "Upload in progress with warnings!"
1074
  msgstr "Envio em andamento com problemas!"
1075
 
1076
+ #: lib/wfu_constants.php:235
1077
  msgid "Upload in progress but some files already failed!"
1078
  msgstr "Envio em andamento, mas alguns arquivos já falharam!"
1079
 
1080
+ #: lib/wfu_constants.php:236
1081
  msgid "Upload in progress but no files uploaded so far!"
1082
  msgstr "Envio em andamento, mas nenhum arquivo enviado até o momento!"
1083
 
1084
+ #: lib/wfu_constants.php:237
1085
  msgid "All files uploaded successfully"
1086
  msgstr "Todos os arquivos enviados com sucesso"
1087
 
1088
+ #: lib/wfu_constants.php:238
1089
  msgid "All files uploaded successfully but there are warnings!"
1090
  msgstr "Todos os arquivos foram enviados com sucesso, mas há problemas!"
1091
 
1092
+ #: lib/wfu_constants.php:239
1093
  msgid "File uploaded successfully but there are warnings!"
1094
  msgstr "Arquivo enviado com sucesso, mas há problemas!"
1095
 
1096
+ #: lib/wfu_constants.php:240
1097
  msgid "Some files failed to upload!"
1098
  msgstr "Alguns arquivos não foram enviados!"
1099
 
1100
+ #: lib/wfu_constants.php:241
1101
  msgid "All files failed to upload"
1102
  msgstr "Nenhum arquivo foi enviado"
1103
 
1104
+ #: lib/wfu_constants.php:242
1105
  msgid "File failed to upload"
1106
  msgstr "Falha no envio do arquivo"
1107
 
1108
+ #: lib/wfu_constants.php:243
1109
  msgid "There are no files to upload!"
1110
  msgstr "Não há arquivos para envio!"
1111
 
1112
+ #: lib/wfu_constants.php:244
1113
  msgid "Test upload message"
1114
  msgstr "Testar mensagem de envio"
1115
 
1116
+ #: lib/wfu_constants.php:245
1117
  msgid "JSON parse warning!"
1118
  msgstr "JSON analisar parse!"
1119
 
1120
+ #: lib/wfu_constants.php:246
1121
  msgid "please wait while redirecting..."
1122
  msgstr "por favor aguarde enquanto redireciona ..."
1123
 
1124
+ #: lib/wfu_constants.php:248
1125
  msgid "Submitting data"
1126
  msgstr "Enviando dados"
1127
 
1128
+ #: lib/wfu_constants.php:249
1129
  msgid "Data submitted successfully!"
1130
  msgstr "Dados enviados com sucesso!"
1131
 
1132
+ #: lib/wfu_constants.php:250
1133
  msgid "Data were not submitted!"
1134
  msgstr "Os dados não foram enviados!"
1135
 
1136
+ #: lib/wfu_constants.php:251
1137
  msgid "Cancelling upload"
1138
  msgstr "Cancelando o envio"
1139
 
1140
+ #: lib/wfu_constants.php:253
1141
  msgid "Upload succeeded!"
1142
  msgstr ""
1143
 
1144
+ #: lib/wfu_constants.php:254
1145
  msgid "Upload completed but no files were saved!"
1146
  msgstr ""
1147
 
1148
+ #: lib/wfu_constants.php:255
1149
  msgid "File was not saved due to personal data policy!"
1150
  msgstr ""
1151
 
1152
+ #: lib/wfu_constants.php:256
1153
  msgid "Open visual shortcode editor in new window"
1154
  msgstr "Abra o editor de shortcode visual em uma nova janela"
1155
 
1156
+ #: lib/wfu_constants.php:257
1157
  msgid "loading visual editor"
1158
  msgstr "carregando editor visual"
1159
 
1160
+ #: lib/wfu_constants.php:258
1161
  msgid "Clear file list?"
1162
  msgstr "Apagar lista de arquivos?"
1163
 
1164
+ #: lib/wfu_constants.php:259
1165
  msgid "DROP HERE"
1166
  msgstr "SOLTAR AQUI"
1167
 
1168
+ #: lib/wfu_constants.php:261
1169
  msgid "record video"
1170
  msgstr "gravar vídeo"
1171
 
1172
+ #: lib/wfu_constants.php:262
1173
  msgid "take a picture"
1174
  msgstr "tirar uma foto"
1175
 
1176
+ #: lib/wfu_constants.php:263
1177
  msgid "turn webcam on/off"
1178
  msgstr "ligar / desligar a webcam"
1179
 
1180
+ #: lib/wfu_constants.php:264
1181
  msgid "go live again"
1182
  msgstr "ao vivo novamente"
1183
 
1184
+ #: lib/wfu_constants.php:265
1185
  msgid "end recording"
1186
  msgstr "finalizar gravação"
1187
 
1188
+ #: lib/wfu_constants.php:266
1189
  msgid "play"
1190
  msgstr "exibir"
1191
 
1192
+ #: lib/wfu_constants.php:267
1193
  msgid "pause"
1194
  msgstr "pausar"
1195
 
1196
+ #: lib/wfu_constants.php:268
1197
  msgid "go to the beginning"
1198
  msgstr "ir para o início"
1199
 
1200
+ #: lib/wfu_constants.php:269
1201
  msgid "go to the end"
1202
  msgstr "ir para o fim"
1203
 
1204
+ #: lib/wfu_constants.php:271
1205
  msgid "Wordpress File Upload Form"
1206
  msgstr "Formulário de Envio de Arquivos do Wordpress"
1207
 
1208
+ #: lib/wfu_constants.php:272
1209
  msgid "Wordpress File Upload plugin uploader for sidebars"
1210
  msgstr ""
1211
  "Carregador de plugins de Envio de Arquivos do Wordpress para barras laterais"
1212
 
1213
+ #: lib/wfu_constants.php:273
1214
  msgid "Upload Files"
1215
  msgstr "Enviar arquivos"
1216
 
1217
+ #: lib/wfu_functions.php:8192
1218
+ #, fuzzy
1219
+ #| msgid "Wordpress File Upload Form"
1220
+ msgid "Wordpress File Upload Consent Status"
1221
+ msgstr "Formulário de Envio de Arquivos do Wordpress"
1222
+
1223
+ #: lib/wfu_functions.php:8195
1224
+ msgid "Consent Status"
1225
+ msgstr ""
1226
+
1227
+ #: lib/wfu_functions.php:8197
1228
+ msgid "You have given your consent to store personal data."
1229
+ msgstr ""
1230
+
1231
+ #: lib/wfu_functions.php:8197
1232
+ msgid "You have denied to store personal data."
1233
+ msgstr ""
1234
+
1235
+ #: lib/wfu_functions.php:8197
1236
+ #, fuzzy
1237
+ #| msgid "You are not allowed to download this file!"
1238
+ msgid "You have not answered to consent yet."
1239
+ msgstr "Você não tem permissão para baixar este arquivo!"
1240
+
1241
+ #: lib/wfu_functions.php:8203
1242
+ msgid "Change status to"
1243
+ msgstr ""
1244
+
1245
+ #: lib/wfu_functions.php:8205
1246
+ msgid "No change"
1247
+ msgstr ""
1248
+
1249
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1250
+ msgid "Revoke Consent"
1251
+ msgstr ""
1252
+
1253
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1254
+ msgid "Clear Consent"
1255
+ msgstr ""
1256
+
1257
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1258
+ msgid "Give Consent"
1259
+ msgstr ""
1260
+
1261
+ #: lib/wfu_widget.php:52
1262
+ msgid "Title:"
1263
+ msgstr ""
1264
+
1265
+ #: lib/wfu_widget.php:56
1266
+ msgid "Shortcode Attributes:"
1267
+ msgstr ""
1268
+
1269
  #~ msgid ""
1270
  #~ "Iptanus Services Server is unreachable. This may cause problems in some "
1271
  #~ "plugin functions. Please contact info@iptanus.com for details."
languages/wp-file-upload-sr_RS.mo CHANGED
Binary file
languages/wp-file-upload-sr_RS.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:31+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:32+0300\n"
7
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
@@ -135,7 +136,7 @@ msgstr "Veličina"
135
  msgid "User"
136
  msgstr "Korisnik"
137
 
138
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
139
  msgid "Page"
140
  msgstr "Strana"
141
 
@@ -274,48 +275,56 @@ msgid ""
274
  msgstr ""
275
 
276
  #: lib/wfu_constants.php:86
 
 
 
 
277
  msgid ""
278
  "Too many files are uploaded in a short period of time. This may be a Denial-"
279
  "Of-Service attack, so file was rejected. Please check the upload log for "
280
  "suspicious behaviour."
281
  msgstr ""
282
 
283
- #: lib/wfu_constants.php:87
284
  msgid ""
285
  "File not uploaded in order to prevent overflow of the website. Please "
286
  "contact administrator."
287
  msgstr ""
288
 
289
- #: lib/wfu_constants.php:88
290
  msgid "Target folder doesn't exist."
291
  msgstr ""
292
 
293
- #: lib/wfu_constants.php:89
294
  msgid "Upload failed! Missing a temporary folder."
295
  msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
296
 
297
- #: lib/wfu_constants.php:90
 
 
 
 
298
  msgid "Upload failed! Permission denied to write to target folder."
299
  msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
300
 
301
- #: lib/wfu_constants.php:91
302
  msgid "File not allowed."
303
  msgstr "Datoteka nije dozvoljena."
304
 
305
- #: lib/wfu_constants.php:92
306
  msgid "File is suspicious and was rejected."
307
  msgstr ""
308
 
309
- #: lib/wfu_constants.php:93
310
  msgid "The uploaded file exceeds the file size limit."
311
  msgstr ""
312
  "Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
313
 
314
- #: lib/wfu_constants.php:94
315
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
316
  msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
317
 
318
- #: lib/wfu_constants.php:95
319
  msgid ""
320
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
321
  "Please contact the administrator."
@@ -323,7 +332,7 @@ msgstr ""
323
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
324
  "za veličinu datoteke. Obratite se administratoru."
325
 
326
- #: lib/wfu_constants.php:96
327
  msgid ""
328
  "Upload failed! The duration of the upload exceeded the time limit of the "
329
  "server. Please contact the administrator."
@@ -331,7 +340,7 @@ msgstr ""
331
  "Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
332
  "ograničenje servera. Obratite se administratoru."
333
 
334
- #: lib/wfu_constants.php:97
335
  msgid ""
336
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
337
  "was specified in the HTML form."
@@ -339,19 +348,19 @@ msgstr ""
339
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
340
  "MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
341
 
342
- #: lib/wfu_constants.php:98
343
  msgid "Upload failed! The uploaded file was only partially uploaded."
344
  msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
345
 
346
- #: lib/wfu_constants.php:99
347
  msgid "Upload failed! No file was uploaded."
348
  msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
349
 
350
- #: lib/wfu_constants.php:100
351
  msgid "Upload failed! Failed to write file to disk."
352
  msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
353
 
354
- #: lib/wfu_constants.php:101
355
  msgid ""
356
  "Upload failed! Error occured while moving temporary file. Please contact "
357
  "administrator."
@@ -359,11 +368,11 @@ msgstr ""
359
  "Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
360
  "datoteke. Obratite se administratoru."
361
 
362
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
363
  msgid "Upload cancelled!"
364
  msgstr ""
365
 
366
- #: lib/wfu_constants.php:103
367
  msgid ""
368
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
369
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -373,21 +382,21 @@ msgstr ""
373
  "ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
374
  "Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
375
 
376
- #: lib/wfu_constants.php:104
377
  msgid "Upload failed! Error occured while attemting to upload the file."
378
  msgstr ""
379
  "Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
380
  "datoteka."
381
 
382
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
383
  msgid "Upload failed!"
384
  msgstr "Otpremanje neuspešno! "
385
 
386
- #: lib/wfu_constants.php:106
387
  msgid "No file!"
388
  msgstr "Nema datoteke!"
389
 
390
- #: lib/wfu_constants.php:107
391
  msgid ""
392
  "Upload failed! The upload has been canceled by the user or the browser "
393
  "dropped the connection."
@@ -395,27 +404,27 @@ msgstr ""
395
  "Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
396
  "izgubio internet vezu."
397
 
398
- #: lib/wfu_constants.php:108
399
  msgid "Upload failed! Unknown error."
400
  msgstr "Otpremanje neuspešno! Nepoznata greška."
401
 
402
- #: lib/wfu_constants.php:109
403
  msgid "Please contact the administrator."
404
  msgstr "Obratite se administratoru."
405
 
406
- #: lib/wfu_constants.php:110
407
  msgid "No result from remote server!"
408
  msgstr "Nema rezultata sa udaljenog servera!"
409
 
410
- #: lib/wfu_constants.php:111
411
  msgid " but with warnings"
412
  msgstr "ali sa upozorenjima"
413
 
414
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
415
  msgid "Warning: JSON parse error."
416
  msgstr "Upozorenje: Greška prilikom JSON parsiranja."
417
 
418
- #: lib/wfu_constants.php:113
419
  msgid ""
420
  "Upload parameters of this file, passed as JSON string to the handler, could "
421
  "not be parsed."
@@ -423,20 +432,20 @@ msgstr ""
423
  "Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
424
  "mogle biti parsirane. "
425
 
426
- #: lib/wfu_constants.php:115
427
  msgid ""
428
  "UploadStates, passed as JSON string to the handler, could not be parsed."
429
  msgstr ""
430
  "UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
431
 
432
- #: lib/wfu_constants.php:116
433
  msgid ""
434
  "Redirection to classic form functionality occurred due to unknown error."
435
  msgstr ""
436
  "Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
437
  "obrasca."
438
 
439
- #: lib/wfu_constants.php:117
440
  msgid ""
441
  "Redirection to classic form functionality occurred because AJAX is not "
442
  "supported."
@@ -444,7 +453,7 @@ msgstr ""
444
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
445
  "podržan AJAX."
446
 
447
- #: lib/wfu_constants.php:118
448
  msgid ""
449
  "Redirection to classic form functionality occurred because HTML5 is not "
450
  "supported."
@@ -452,58 +461,58 @@ msgstr ""
452
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
453
  "podržan HTML5."
454
 
455
- #: lib/wfu_constants.php:119
456
  msgid ""
457
  "Redirection to classic form functionality occurred due to JSON parse error."
458
  msgstr ""
459
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
460
  "greške prilikom parsiranja."
461
 
462
- #: lib/wfu_constants.php:120
463
  msgid "Please enable popup windows from the browser's settings!"
464
  msgstr ""
465
 
466
- #: lib/wfu_constants.php:121
467
  msgid "cannot be empty!"
468
  msgstr "ne može biti prazno!"
469
 
470
- #: lib/wfu_constants.php:122
471
  msgid "number not valid!"
472
  msgstr ""
473
 
474
- #: lib/wfu_constants.php:123
475
  msgid "email not valid!"
476
  msgstr ""
477
 
478
- #: lib/wfu_constants.php:124
479
  msgid "emails do not match!"
480
  msgstr ""
481
 
482
- #: lib/wfu_constants.php:125
483
  msgid "no base email field in group!"
484
  msgstr ""
485
 
486
- #: lib/wfu_constants.php:126
487
  msgid "passwords do not match!"
488
  msgstr ""
489
 
490
- #: lib/wfu_constants.php:127
491
  msgid "no base password field in group!"
492
  msgstr ""
493
 
494
- #: lib/wfu_constants.php:128
495
  msgid "checkbox unchecked!"
496
  msgstr ""
497
 
498
- #: lib/wfu_constants.php:129
499
  msgid "no option selected!"
500
  msgstr ""
501
 
502
- #: lib/wfu_constants.php:130
503
  msgid "no item selected!"
504
  msgstr ""
505
 
506
- #: lib/wfu_constants.php:131
507
  msgid ""
508
  "There are more than one instances of the plugin in this page with the same "
509
  "id. Please change it."
@@ -511,7 +520,7 @@ msgstr ""
511
  "Na ovoj stranici ima više od jednog primera plugin-a sa istom "
512
  "identifikacijom."
513
 
514
- #: lib/wfu_constants.php:132
515
  msgid ""
516
  "Cannot edit the shortcode because the page has been modified. Please reload "
517
  "the page."
@@ -519,19 +528,19 @@ msgstr ""
519
  "Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
520
  "učitajte stranicu."
521
 
522
- #: lib/wfu_constants.php:133
523
  msgid "Your browser does not support webcam capture!"
524
  msgstr ""
525
 
526
- #: lib/wfu_constants.php:134
527
  msgid "Your browser does not support video recording from the webcam!"
528
  msgstr ""
529
 
530
- #: lib/wfu_constants.php:135
531
  msgid "No video was recorded!"
532
  msgstr ""
533
 
534
- #: lib/wfu_constants.php:136
535
  msgid ""
536
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
537
  "or use RecaptchaV2 (no account)."
@@ -539,23 +548,23 @@ msgstr ""
539
  "GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
540
  "ili koristite RecaptchaV2 (bez naloga)."
541
 
542
- #: lib/wfu_constants.php:137
543
  msgid ""
544
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
545
  "notify administrator."
546
  msgstr ""
547
 
548
- #: lib/wfu_constants.php:138
549
  msgid ""
550
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
551
  "use RecaptchaV1 (no account)."
552
  msgstr ""
553
 
554
- #: lib/wfu_constants.php:139
555
  msgid "ERROR: No site key. Please contact administrator!"
556
  msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
557
 
558
- #: lib/wfu_constants.php:140
559
  msgid ""
560
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
561
  "define Google Recaptcha keys."
@@ -563,155 +572,155 @@ msgstr ""
563
  "GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
564
  "plugin-a da biste odredili Google Recaptcha ključeve."
565
 
566
- #: lib/wfu_constants.php:141
567
  msgid "Bad captcha image!"
568
  msgstr "Loša captcha slika!"
569
 
570
- #: lib/wfu_constants.php:142
571
  msgid "No input!"
572
  msgstr "Nema unosa!"
573
 
574
- #: lib/wfu_constants.php:143
575
  msgid "Captcha not completed!"
576
  msgstr "Captcha nije kompletan!"
577
 
578
- #: lib/wfu_constants.php:144
579
  msgid "Wrong captcha!"
580
  msgstr "Pogrešan captcha!"
581
 
582
- #: lib/wfu_constants.php:145
583
  msgid "Error refreshing captcha!"
584
  msgstr "Greška u osvežavanju captcha!"
585
 
586
- #: lib/wfu_constants.php:146
587
  msgid "Unknown captcha error!"
588
  msgstr "Nepoznata captcha greška!"
589
 
590
- #: lib/wfu_constants.php:147
591
  msgid "Captcha not supported by your browser!"
592
  msgstr "Vaš pretraživač ne podržava captcha!"
593
 
594
- #: lib/wfu_constants.php:148
595
  msgid "the secret parameter is missing"
596
  msgstr "nedostaje tajni parametar"
597
 
598
- #: lib/wfu_constants.php:149
599
  msgid "the secret parameter is invalid or malformed"
600
  msgstr "tajni parametar je nevažeći ili loše formulisan"
601
 
602
- #: lib/wfu_constants.php:150
603
  msgid "the response parameter is missing"
604
  msgstr "nedostaje parametar odgovora "
605
 
606
- #: lib/wfu_constants.php:151
607
  msgid "the response parameter is invalid or malformed"
608
  msgstr "parametar odgovora je nevažeći ili loše formulisan"
609
 
610
- #: lib/wfu_constants.php:152
611
  msgid "Please do not use drag drop due to an internal problem."
612
  msgstr ""
613
  "Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
614
  "problema."
615
 
616
- #: lib/wfu_constants.php:153
617
  #, php-format
618
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
619
  msgstr ""
620
  "Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
621
  "jedinici memorije %d"
622
 
623
- #: lib/wfu_constants.php:154
624
  msgid "Chunked upload is not allowed!"
625
  msgstr "Parcijalno otpremanje nije dozvoljeno!"
626
 
627
- #: lib/wfu_constants.php:155
628
  msgid "Chunked upload aborted due to error in previous chunk!"
629
  msgstr ""
630
  "Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
631
  "memorije!"
632
 
633
- #: lib/wfu_constants.php:156
634
  msgid "Chunked upload failed, final file could not be created!"
635
  msgstr ""
636
  "Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
637
  "kreirati!"
638
 
639
- #: lib/wfu_constants.php:157
640
  #, php-format
641
  msgid "Could not write file chuck to destination on chunk %d"
642
  msgstr ""
643
  "Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
644
 
645
- #: lib/wfu_constants.php:158
646
  #, php-format
647
  msgid "Could not enlarge destination file on chunk %d"
648
  msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
649
 
650
- #: lib/wfu_constants.php:159
651
  #, php-format
652
  msgid "Could not open file handles on chunk %d"
653
  msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
654
 
655
- #: lib/wfu_constants.php:160
656
  msgid "You are not allowed to download this file!"
657
  msgstr ""
658
 
659
- #: lib/wfu_constants.php:161
660
  msgid "File does not exist!"
661
  msgstr ""
662
 
663
- #: lib/wfu_constants.php:162
664
  msgid "Could not download file!"
665
  msgstr ""
666
 
667
- #: lib/wfu_constants.php:163
668
  msgid "You are not allowed to delete this file!"
669
  msgstr ""
670
 
671
- #: lib/wfu_constants.php:164
672
  msgid "File was not deleted!"
673
  msgstr ""
674
 
675
- #: lib/wfu_constants.php:165
676
  msgid "No file was deleted!"
677
  msgstr ""
678
 
679
- #: lib/wfu_constants.php:166
680
  msgid "Some files were not deleted!"
681
  msgstr ""
682
 
683
- #: lib/wfu_constants.php:168
684
  msgid "Upload skipped! File already exists."
685
  msgstr "Otpremanje preskočeno! Datoteka već postoji."
686
 
687
- #: lib/wfu_constants.php:169
688
  msgid "The extension of the file does not match its contents."
689
  msgstr ""
690
 
691
- #: lib/wfu_constants.php:170
692
  msgid ""
693
  "Upload succeeded but the file is suspicious because its contents do not "
694
  "match its extension. Its proper filename is: "
695
  msgstr ""
696
 
697
- #: lib/wfu_constants.php:171
698
  msgid "No files have been selected!"
699
  msgstr "Datoteke nisu odabrane!"
700
 
701
- #: lib/wfu_constants.php:172
702
  msgid "Please complete the consent question before continuing the upload!"
703
  msgstr ""
704
 
705
- #: lib/wfu_constants.php:173
706
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
707
  msgstr ""
708
  "WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
709
 
710
- #: lib/wfu_constants.php:174
711
  msgid "Notification email was not sent because there were no files uploaded."
712
  msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
713
 
714
- #: lib/wfu_constants.php:175
715
  msgid ""
716
  "Notification email was not sent because no recipients were defined. Please "
717
  "check notifyrecipients attribute in the shortcode."
@@ -719,7 +728,7 @@ msgstr ""
719
  "Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
720
  "notifyrecipients atribut u shortcode-u."
721
 
722
- #: lib/wfu_constants.php:176
723
  msgid ""
724
  "Notification email was not sent due to an error. Please check "
725
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -727,7 +736,7 @@ msgstr ""
727
  "Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
728
  "notifysubject i notifymessage atribute da biste našli greške."
729
 
730
- #: lib/wfu_constants.php:177
731
  msgid ""
732
  "Redirection not executed because redirection link is empty. Please check "
733
  "redirectlink attribute."
@@ -735,17 +744,17 @@ msgstr ""
735
  "Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
736
  "Proverite redirectlink atribut."
737
 
738
- #: lib/wfu_constants.php:178
739
  msgid ""
740
  "Redirection not executed because not all files were successfully uploaded."
741
  msgstr ""
742
  "Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
743
 
744
- #: lib/wfu_constants.php:179
745
  msgid "Potential Denial-Of-Service Attack on {SITE}"
746
  msgstr ""
747
 
748
- #: lib/wfu_constants.php:180
749
  msgid ""
750
  "Hello admin\n"
751
  "\n"
@@ -765,25 +774,25 @@ msgid ""
765
  "Thanks"
766
  msgstr ""
767
 
768
- #: lib/wfu_constants.php:181
769
  msgid ""
770
  "You have activated an alternative insecure Iptanus Services Server. For "
771
  "details please contact info@iptanus.com."
772
  msgstr ""
773
 
774
- #: lib/wfu_constants.php:182
775
  msgid ""
776
  "Iptanus Services Server is unreachable. This may cause problems on some "
777
  "plugin functions. Please read this :article: for resolution."
778
  msgstr ""
779
 
780
- #: lib/wfu_constants.php:184
781
  msgid ""
782
  "Failed to add the shortcode to the page/post. Please try again. If the "
783
  "message persists, contact administrator."
784
  msgstr ""
785
 
786
- #: lib/wfu_constants.php:185
787
  msgid ""
788
  "Failed to edit the shortcode because the contents of the page changed. Try "
789
  "again to edit the shortcode."
@@ -791,7 +800,7 @@ msgstr ""
791
  "Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
792
  "ponovo da uredite shortcode."
793
 
794
- #: lib/wfu_constants.php:186
795
  msgid ""
796
  "Failed to delete the shortcode because the contents of the page changed. Try "
797
  "again to delete it."
@@ -799,7 +808,7 @@ msgstr ""
799
  "Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
800
  "ponovo da ga obrišete."
801
 
802
- #: lib/wfu_constants.php:187
803
  msgid ""
804
  "The page containing the shortcode has been modified and it is no longer "
805
  "valid. Please go back to reload the shortcode."
@@ -807,7 +816,7 @@ msgstr ""
807
  "Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
808
  "da ponovo učitate shortcode."
809
 
810
- #: lib/wfu_constants.php:188
811
  msgid ""
812
  "Failed to update the shortcode because the contents of the page changed. Go "
813
  "back to reload the shortcode."
@@ -815,7 +824,7 @@ msgstr ""
815
  "Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
816
  "da ponovo učitate shortcode."
817
 
818
- #: lib/wfu_constants.php:189
819
  msgid ""
820
  "Failed to update the shortcode. Please try again. If the problem persists, "
821
  "go back and reload the shortcode."
@@ -823,39 +832,39 @@ msgstr ""
823
  "Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
824
  "vratite se i opet učitajte shortcode."
825
 
826
- #: lib/wfu_constants.php:191
827
  msgid "This is a test message"
828
  msgstr "Ovo je poruka testa"
829
 
830
- #: lib/wfu_constants.php:192
831
  msgid "This is a test administrator message"
832
  msgstr "Ovo je poruka testa administratora "
833
 
834
- #: lib/wfu_constants.php:193
835
  msgid "File testfile 1 under test"
836
  msgstr "Datoteka testfile 1 na testiranju"
837
 
838
- #: lib/wfu_constants.php:194
839
  msgid "File testfile 1 message"
840
  msgstr "Datoteka testfile 1 poruka"
841
 
842
- #: lib/wfu_constants.php:195
843
  msgid "File testfile 1 administrator message"
844
  msgstr "Datoteka testfile 1 poruka administratora"
845
 
846
- #: lib/wfu_constants.php:196
847
  msgid "File testfile 2 under test"
848
  msgstr "Datoteka testfile 2 na testiranju"
849
 
850
- #: lib/wfu_constants.php:197
851
  msgid "File testfile 2 message"
852
  msgstr "Datoteka testfile 2 poruka"
853
 
854
- #: lib/wfu_constants.php:198
855
  msgid "File testfile 2 administrator message"
856
  msgstr "Datoteka testfile 2 poruka administratora"
857
 
858
- #: lib/wfu_constants.php:200
859
  msgid ""
860
  "Insert variable %userid% inside text. It will be replaced by the id of the "
861
  "current user."
@@ -863,7 +872,7 @@ msgstr ""
863
  "Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
864
  "korisnika."
865
 
866
- #: lib/wfu_constants.php:201
867
  msgid ""
868
  "Insert variable %username% inside text. It will be replaced by the username "
869
  "of the current user."
@@ -871,7 +880,7 @@ msgstr ""
871
  "Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
872
  "imenom tekućeg korisnika."
873
 
874
- #: lib/wfu_constants.php:202
875
  msgid ""
876
  "Insert variable %useremail% inside text. It will be replaced by the email of "
877
  "the current user."
@@ -879,7 +888,7 @@ msgstr ""
879
  "Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
880
  "korisnika."
881
 
882
- #: lib/wfu_constants.php:203
883
  msgid ""
884
  "Insert variable %filename% inside text. It will be replaced by the filename "
885
  "of the uploaded file."
@@ -887,7 +896,7 @@ msgstr ""
887
  "Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
888
  "otpremljene datoteke."
889
 
890
- #: lib/wfu_constants.php:204
891
  msgid ""
892
  "Insert variable %filepath% inside text. It will be replaced by the full "
893
  "filepath of the uploaded file."
@@ -895,7 +904,7 @@ msgstr ""
895
  "Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
896
  "otpremljene datoteke."
897
 
898
- #: lib/wfu_constants.php:205
899
  msgid ""
900
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
901
  "the website."
@@ -903,7 +912,7 @@ msgstr ""
903
  "Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
904
  "a."
905
 
906
- #: lib/wfu_constants.php:206
907
  msgid ""
908
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
909
  "current page."
@@ -911,7 +920,7 @@ msgstr ""
911
  "Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
912
  "stranice."
913
 
914
- #: lib/wfu_constants.php:207
915
  msgid ""
916
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
917
  "the current page."
@@ -919,7 +928,7 @@ msgstr ""
919
  "Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
920
  "stranice."
921
 
922
- #: lib/wfu_constants.php:208
923
  msgid ""
924
  "Insert variable %userdataXXX% inside text. Select the user field from the "
925
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -928,235 +937,283 @@ msgstr ""
928
  "Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
929
  "opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
930
 
931
- #: lib/wfu_constants.php:209
932
  msgid "Insert variable %n% inside text to denote a line change."
933
  msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
934
 
935
- #: lib/wfu_constants.php:211
936
  #, php-format
937
  msgid "File %filename% uploaded successfully but not saved"
938
  msgstr ""
939
 
940
- #: lib/wfu_constants.php:212
941
  msgid "Test Mode"
942
  msgstr "Režim testiranja"
943
 
944
- #: lib/wfu_constants.php:213
945
  msgid "select dir..."
946
  msgstr "odaberite dir..."
947
 
948
- #: lib/wfu_constants.php:214
949
  msgid "type dir"
950
  msgstr "vrsta direktorijuma "
951
 
952
- #: lib/wfu_constants.php:215
953
  msgid "Upload path: %filepath%"
954
  msgstr "Putanja otpremanja: %filepath%"
955
 
956
- #: lib/wfu_constants.php:216
957
  msgid "Failed upload path: %filepath%"
958
  msgstr "Putanja otpremanja neuspešna: %filepath%"
959
 
960
- #: lib/wfu_constants.php:217
961
  msgid " (required)"
962
  msgstr "(obavezna)"
963
 
964
- #: lib/wfu_constants.php:218
965
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
966
  msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
967
 
968
- #: lib/wfu_constants.php:219
969
  msgid "checking captcha..."
970
  msgstr "captcha se proverava..."
971
 
972
- #: lib/wfu_constants.php:220
973
  msgid "refreshing..."
974
  msgstr "osvežava se..."
975
 
976
- #: lib/wfu_constants.php:221
977
  msgid "correct captcha"
978
  msgstr "ispravi captcha"
979
 
980
- #: lib/wfu_constants.php:222
981
  msgid "click to continue the upload"
982
  msgstr "kliknite da biste nastavili otpremanje"
983
 
984
- #: lib/wfu_constants.php:223
985
  msgid "Are you sure you want to delete this file?"
986
  msgstr ""
987
 
988
- #: lib/wfu_constants.php:224
989
  msgid "Are you sure you want to delete these files?"
990
  msgstr ""
991
 
992
- #: lib/wfu_constants.php:225
993
  msgid "Bulk Actions"
994
  msgstr ""
995
 
996
- #: lib/wfu_constants.php:226
997
  msgid "Apply"
998
  msgstr ""
999
 
1000
- #: lib/wfu_constants.php:228
1001
  msgid "of "
1002
  msgstr ""
1003
 
1004
- #: lib/wfu_constants.php:229
1005
  msgid "Are you sure that you want to cancel the upload?"
1006
  msgstr ""
1007
 
1008
- #: lib/wfu_constants.php:230
1009
  msgid "cancel upload of this file"
1010
  msgstr ""
1011
 
1012
- #: lib/wfu_constants.php:231
1013
  msgid "Upload in progress"
1014
  msgstr "Otpremanje u toku"
1015
 
1016
- #: lib/wfu_constants.php:232
1017
  msgid "Upload in progress with warnings!"
1018
  msgstr "Otpremanje sa upozorenjima u toku!"
1019
 
1020
- #: lib/wfu_constants.php:233
1021
  msgid "Upload in progress but some files already failed!"
1022
  msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
1023
 
1024
- #: lib/wfu_constants.php:234
1025
  msgid "Upload in progress but no files uploaded so far!"
1026
  msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
1027
 
1028
- #: lib/wfu_constants.php:235
1029
  msgid "All files uploaded successfully"
1030
  msgstr "Sve datoteke uspešno su otpremljene"
1031
 
1032
- #: lib/wfu_constants.php:236
1033
  msgid "All files uploaded successfully but there are warnings!"
1034
  msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
1035
 
1036
- #: lib/wfu_constants.php:237
1037
  msgid "File uploaded successfully but there are warnings!"
1038
  msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
1039
 
1040
- #: lib/wfu_constants.php:238
1041
  msgid "Some files failed to upload!"
1042
  msgstr "Neke datoteke nisu otpremljene!"
1043
 
1044
- #: lib/wfu_constants.php:239
1045
  msgid "All files failed to upload"
1046
  msgstr "Nijedna datoteka nije otpremljena"
1047
 
1048
- #: lib/wfu_constants.php:240
1049
  msgid "File failed to upload"
1050
  msgstr "Datoteka nije uspešno otpremljena"
1051
 
1052
- #: lib/wfu_constants.php:241
1053
  msgid "There are no files to upload!"
1054
  msgstr "Nema datoteka za otpremanje"
1055
 
1056
- #: lib/wfu_constants.php:242
1057
  msgid "Test upload message"
1058
  msgstr "Testiraj poruku za otpremanje"
1059
 
1060
- #: lib/wfu_constants.php:243
1061
  msgid "JSON parse warning!"
1062
  msgstr "Upozorenje za JSON parsiranje!"
1063
 
1064
- #: lib/wfu_constants.php:244
1065
  msgid "please wait while redirecting..."
1066
  msgstr "Molimo sačekajte preusmeravanje..."
1067
 
1068
- #: lib/wfu_constants.php:246
1069
  msgid "Submitting data"
1070
  msgstr ""
1071
 
1072
- #: lib/wfu_constants.php:247
1073
  msgid "Data submitted successfully!"
1074
  msgstr ""
1075
 
1076
- #: lib/wfu_constants.php:248
1077
  msgid "Data were not submitted!"
1078
  msgstr ""
1079
 
1080
- #: lib/wfu_constants.php:249
1081
  msgid "Cancelling upload"
1082
  msgstr ""
1083
 
1084
- #: lib/wfu_constants.php:251
1085
  msgid "Upload succeeded!"
1086
  msgstr ""
1087
 
1088
- #: lib/wfu_constants.php:252
1089
  msgid "Upload completed but no files were saved!"
1090
  msgstr ""
1091
 
1092
- #: lib/wfu_constants.php:253
1093
  msgid "File was not saved due to personal data policy!"
1094
  msgstr ""
1095
 
1096
- #: lib/wfu_constants.php:254
1097
  msgid "Open visual shortcode editor in new window"
1098
  msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
1099
 
1100
- #: lib/wfu_constants.php:255
1101
  msgid "loading visual editor"
1102
  msgstr "učitavanje vizuelnog uređivača"
1103
 
1104
- #: lib/wfu_constants.php:256
1105
  msgid "Clear file list?"
1106
  msgstr "Obriši listu datoteke?"
1107
 
1108
- #: lib/wfu_constants.php:257
1109
  msgid "DROP HERE"
1110
  msgstr "POZICIONIRAJ OVDE"
1111
 
1112
- #: lib/wfu_constants.php:259
1113
  msgid "record video"
1114
  msgstr ""
1115
 
1116
- #: lib/wfu_constants.php:260
1117
  msgid "take a picture"
1118
  msgstr ""
1119
 
1120
- #: lib/wfu_constants.php:261
1121
  msgid "turn webcam on/off"
1122
  msgstr ""
1123
 
1124
- #: lib/wfu_constants.php:262
1125
  msgid "go live again"
1126
  msgstr ""
1127
 
1128
- #: lib/wfu_constants.php:263
1129
  msgid "end recording"
1130
  msgstr ""
1131
 
1132
- #: lib/wfu_constants.php:264
1133
  msgid "play"
1134
  msgstr ""
1135
 
1136
- #: lib/wfu_constants.php:265
1137
  msgid "pause"
1138
  msgstr ""
1139
 
1140
- #: lib/wfu_constants.php:266
1141
  msgid "go to the beginning"
1142
  msgstr ""
1143
 
1144
- #: lib/wfu_constants.php:267
1145
  msgid "go to the end"
1146
  msgstr ""
1147
 
1148
- #: lib/wfu_constants.php:269
1149
  msgid "Wordpress File Upload Form"
1150
  msgstr ""
1151
 
1152
- #: lib/wfu_constants.php:270
1153
  msgid "Wordpress File Upload plugin uploader for sidebars"
1154
  msgstr ""
1155
 
1156
- #: lib/wfu_constants.php:271
1157
  msgid "Upload Files"
1158
  msgstr ""
1159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1160
  #~ msgid "Targer folder doesn't exist."
1161
  #~ msgstr "Ciljna fascikla ne postoji."
1162
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:13+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:13+0200\n"
7
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
136
  msgid "User"
137
  msgstr "Korisnik"
138
 
139
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
140
  msgid "Page"
141
  msgstr "Strana"
142
 
275
  msgstr ""
276
 
277
  #: lib/wfu_constants.php:86
278
+ msgid "Error. This file was rejected because its not a valid image."
279
+ msgstr ""
280
+
281
+ #: lib/wfu_constants.php:87
282
  msgid ""
283
  "Too many files are uploaded in a short period of time. This may be a Denial-"
284
  "Of-Service attack, so file was rejected. Please check the upload log for "
285
  "suspicious behaviour."
286
  msgstr ""
287
 
288
+ #: lib/wfu_constants.php:88
289
  msgid ""
290
  "File not uploaded in order to prevent overflow of the website. Please "
291
  "contact administrator."
292
  msgstr ""
293
 
294
+ #: lib/wfu_constants.php:89
295
  msgid "Target folder doesn't exist."
296
  msgstr ""
297
 
298
+ #: lib/wfu_constants.php:90
299
  msgid "Upload failed! Missing a temporary folder."
300
  msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
301
 
302
+ #: lib/wfu_constants.php:91
303
+ msgid "Not allowed to upload to target folder."
304
+ msgstr ""
305
+
306
+ #: lib/wfu_constants.php:92
307
  msgid "Upload failed! Permission denied to write to target folder."
308
  msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
309
 
310
+ #: lib/wfu_constants.php:93
311
  msgid "File not allowed."
312
  msgstr "Datoteka nije dozvoljena."
313
 
314
+ #: lib/wfu_constants.php:94
315
  msgid "File is suspicious and was rejected."
316
  msgstr ""
317
 
318
+ #: lib/wfu_constants.php:95
319
  msgid "The uploaded file exceeds the file size limit."
320
  msgstr ""
321
  "Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
322
 
323
+ #: lib/wfu_constants.php:96
324
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
325
  msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
326
 
327
+ #: lib/wfu_constants.php:97
328
  msgid ""
329
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
330
  "Please contact the administrator."
332
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
333
  "za veličinu datoteke. Obratite se administratoru."
334
 
335
+ #: lib/wfu_constants.php:98
336
  msgid ""
337
  "Upload failed! The duration of the upload exceeded the time limit of the "
338
  "server. Please contact the administrator."
340
  "Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
341
  "ograničenje servera. Obratite se administratoru."
342
 
343
+ #: lib/wfu_constants.php:99
344
  msgid ""
345
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
346
  "was specified in the HTML form."
348
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
349
  "MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
350
 
351
+ #: lib/wfu_constants.php:100
352
  msgid "Upload failed! The uploaded file was only partially uploaded."
353
  msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
354
 
355
+ #: lib/wfu_constants.php:101
356
  msgid "Upload failed! No file was uploaded."
357
  msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
358
 
359
+ #: lib/wfu_constants.php:102
360
  msgid "Upload failed! Failed to write file to disk."
361
  msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
362
 
363
+ #: lib/wfu_constants.php:103
364
  msgid ""
365
  "Upload failed! Error occured while moving temporary file. Please contact "
366
  "administrator."
368
  "Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
369
  "datoteke. Obratite se administratoru."
370
 
371
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
372
  msgid "Upload cancelled!"
373
  msgstr ""
374
 
375
+ #: lib/wfu_constants.php:105
376
  msgid ""
377
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
378
  "a way to ascertain which extension caused the file upload to stop; examining "
382
  "ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
383
  "Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
384
 
385
+ #: lib/wfu_constants.php:106
386
  msgid "Upload failed! Error occured while attemting to upload the file."
387
  msgstr ""
388
  "Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
389
  "datoteka."
390
 
391
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
392
  msgid "Upload failed!"
393
  msgstr "Otpremanje neuspešno! "
394
 
395
+ #: lib/wfu_constants.php:108
396
  msgid "No file!"
397
  msgstr "Nema datoteke!"
398
 
399
+ #: lib/wfu_constants.php:109
400
  msgid ""
401
  "Upload failed! The upload has been canceled by the user or the browser "
402
  "dropped the connection."
404
  "Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
405
  "izgubio internet vezu."
406
 
407
+ #: lib/wfu_constants.php:110
408
  msgid "Upload failed! Unknown error."
409
  msgstr "Otpremanje neuspešno! Nepoznata greška."
410
 
411
+ #: lib/wfu_constants.php:111
412
  msgid "Please contact the administrator."
413
  msgstr "Obratite se administratoru."
414
 
415
+ #: lib/wfu_constants.php:112
416
  msgid "No result from remote server!"
417
  msgstr "Nema rezultata sa udaljenog servera!"
418
 
419
+ #: lib/wfu_constants.php:113
420
  msgid " but with warnings"
421
  msgstr "ali sa upozorenjima"
422
 
423
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
424
  msgid "Warning: JSON parse error."
425
  msgstr "Upozorenje: Greška prilikom JSON parsiranja."
426
 
427
+ #: lib/wfu_constants.php:115
428
  msgid ""
429
  "Upload parameters of this file, passed as JSON string to the handler, could "
430
  "not be parsed."
432
  "Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
433
  "mogle biti parsirane. "
434
 
435
+ #: lib/wfu_constants.php:117
436
  msgid ""
437
  "UploadStates, passed as JSON string to the handler, could not be parsed."
438
  msgstr ""
439
  "UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
440
 
441
+ #: lib/wfu_constants.php:118
442
  msgid ""
443
  "Redirection to classic form functionality occurred due to unknown error."
444
  msgstr ""
445
  "Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
446
  "obrasca."
447
 
448
+ #: lib/wfu_constants.php:119
449
  msgid ""
450
  "Redirection to classic form functionality occurred because AJAX is not "
451
  "supported."
453
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
454
  "podržan AJAX."
455
 
456
+ #: lib/wfu_constants.php:120
457
  msgid ""
458
  "Redirection to classic form functionality occurred because HTML5 is not "
459
  "supported."
461
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
462
  "podržan HTML5."
463
 
464
+ #: lib/wfu_constants.php:121
465
  msgid ""
466
  "Redirection to classic form functionality occurred due to JSON parse error."
467
  msgstr ""
468
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
469
  "greške prilikom parsiranja."
470
 
471
+ #: lib/wfu_constants.php:122
472
  msgid "Please enable popup windows from the browser's settings!"
473
  msgstr ""
474
 
475
+ #: lib/wfu_constants.php:123
476
  msgid "cannot be empty!"
477
  msgstr "ne može biti prazno!"
478
 
479
+ #: lib/wfu_constants.php:124
480
  msgid "number not valid!"
481
  msgstr ""
482
 
483
+ #: lib/wfu_constants.php:125
484
  msgid "email not valid!"
485
  msgstr ""
486
 
487
+ #: lib/wfu_constants.php:126
488
  msgid "emails do not match!"
489
  msgstr ""
490
 
491
+ #: lib/wfu_constants.php:127
492
  msgid "no base email field in group!"
493
  msgstr ""
494
 
495
+ #: lib/wfu_constants.php:128
496
  msgid "passwords do not match!"
497
  msgstr ""
498
 
499
+ #: lib/wfu_constants.php:129
500
  msgid "no base password field in group!"
501
  msgstr ""
502
 
503
+ #: lib/wfu_constants.php:130
504
  msgid "checkbox unchecked!"
505
  msgstr ""
506
 
507
+ #: lib/wfu_constants.php:131
508
  msgid "no option selected!"
509
  msgstr ""
510
 
511
+ #: lib/wfu_constants.php:132
512
  msgid "no item selected!"
513
  msgstr ""
514
 
515
+ #: lib/wfu_constants.php:133
516
  msgid ""
517
  "There are more than one instances of the plugin in this page with the same "
518
  "id. Please change it."
520
  "Na ovoj stranici ima više od jednog primera plugin-a sa istom "
521
  "identifikacijom."
522
 
523
+ #: lib/wfu_constants.php:134
524
  msgid ""
525
  "Cannot edit the shortcode because the page has been modified. Please reload "
526
  "the page."
528
  "Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
529
  "učitajte stranicu."
530
 
531
+ #: lib/wfu_constants.php:135
532
  msgid "Your browser does not support webcam capture!"
533
  msgstr ""
534
 
535
+ #: lib/wfu_constants.php:136
536
  msgid "Your browser does not support video recording from the webcam!"
537
  msgstr ""
538
 
539
+ #: lib/wfu_constants.php:137
540
  msgid "No video was recorded!"
541
  msgstr ""
542
 
543
+ #: lib/wfu_constants.php:138
544
  msgid ""
545
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
546
  "or use RecaptchaV2 (no account)."
548
  "GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
549
  "ili koristite RecaptchaV2 (bez naloga)."
550
 
551
+ #: lib/wfu_constants.php:139
552
  msgid ""
553
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
554
  "notify administrator."
555
  msgstr ""
556
 
557
+ #: lib/wfu_constants.php:140
558
  msgid ""
559
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
560
  "use RecaptchaV1 (no account)."
561
  msgstr ""
562
 
563
+ #: lib/wfu_constants.php:141
564
  msgid "ERROR: No site key. Please contact administrator!"
565
  msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
566
 
567
+ #: lib/wfu_constants.php:142
568
  msgid ""
569
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
570
  "define Google Recaptcha keys."
572
  "GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
573
  "plugin-a da biste odredili Google Recaptcha ključeve."
574
 
575
+ #: lib/wfu_constants.php:143
576
  msgid "Bad captcha image!"
577
  msgstr "Loša captcha slika!"
578
 
579
+ #: lib/wfu_constants.php:144
580
  msgid "No input!"
581
  msgstr "Nema unosa!"
582
 
583
+ #: lib/wfu_constants.php:145
584
  msgid "Captcha not completed!"
585
  msgstr "Captcha nije kompletan!"
586
 
587
+ #: lib/wfu_constants.php:146
588
  msgid "Wrong captcha!"
589
  msgstr "Pogrešan captcha!"
590
 
591
+ #: lib/wfu_constants.php:147
592
  msgid "Error refreshing captcha!"
593
  msgstr "Greška u osvežavanju captcha!"
594
 
595
+ #: lib/wfu_constants.php:148
596
  msgid "Unknown captcha error!"
597
  msgstr "Nepoznata captcha greška!"
598
 
599
+ #: lib/wfu_constants.php:149
600
  msgid "Captcha not supported by your browser!"
601
  msgstr "Vaš pretraživač ne podržava captcha!"
602
 
603
+ #: lib/wfu_constants.php:150
604
  msgid "the secret parameter is missing"
605
  msgstr "nedostaje tajni parametar"
606
 
607
+ #: lib/wfu_constants.php:151
608
  msgid "the secret parameter is invalid or malformed"
609
  msgstr "tajni parametar je nevažeći ili loše formulisan"
610
 
611
+ #: lib/wfu_constants.php:152
612
  msgid "the response parameter is missing"
613
  msgstr "nedostaje parametar odgovora "
614
 
615
+ #: lib/wfu_constants.php:153
616
  msgid "the response parameter is invalid or malformed"
617
  msgstr "parametar odgovora je nevažeći ili loše formulisan"
618
 
619
+ #: lib/wfu_constants.php:154
620
  msgid "Please do not use drag drop due to an internal problem."
621
  msgstr ""
622
  "Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
623
  "problema."
624
 
625
+ #: lib/wfu_constants.php:155
626
  #, php-format
627
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
628
  msgstr ""
629
  "Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
630
  "jedinici memorije %d"
631
 
632
+ #: lib/wfu_constants.php:156
633
  msgid "Chunked upload is not allowed!"
634
  msgstr "Parcijalno otpremanje nije dozvoljeno!"
635
 
636
+ #: lib/wfu_constants.php:157
637
  msgid "Chunked upload aborted due to error in previous chunk!"
638
  msgstr ""
639
  "Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
640
  "memorije!"
641
 
642
+ #: lib/wfu_constants.php:158
643
  msgid "Chunked upload failed, final file could not be created!"
644
  msgstr ""
645
  "Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
646
  "kreirati!"
647
 
648
+ #: lib/wfu_constants.php:159
649
  #, php-format
650
  msgid "Could not write file chuck to destination on chunk %d"
651
  msgstr ""
652
  "Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
653
 
654
+ #: lib/wfu_constants.php:160
655
  #, php-format
656
  msgid "Could not enlarge destination file on chunk %d"
657
  msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
658
 
659
+ #: lib/wfu_constants.php:161
660
  #, php-format
661
  msgid "Could not open file handles on chunk %d"
662
  msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
663
 
664
+ #: lib/wfu_constants.php:162
665
  msgid "You are not allowed to download this file!"
666
  msgstr ""
667
 
668
+ #: lib/wfu_constants.php:163
669
  msgid "File does not exist!"
670
  msgstr ""
671
 
672
+ #: lib/wfu_constants.php:164
673
  msgid "Could not download file!"
674
  msgstr ""
675
 
676
+ #: lib/wfu_constants.php:165
677
  msgid "You are not allowed to delete this file!"
678
  msgstr ""
679
 
680
+ #: lib/wfu_constants.php:166
681
  msgid "File was not deleted!"
682
  msgstr ""
683
 
684
+ #: lib/wfu_constants.php:167
685
  msgid "No file was deleted!"
686
  msgstr ""
687
 
688
+ #: lib/wfu_constants.php:168
689
  msgid "Some files were not deleted!"
690
  msgstr ""
691
 
692
+ #: lib/wfu_constants.php:170
693
  msgid "Upload skipped! File already exists."
694
  msgstr "Otpremanje preskočeno! Datoteka već postoji."
695
 
696
+ #: lib/wfu_constants.php:171
697
  msgid "The extension of the file does not match its contents."
698
  msgstr ""
699
 
700
+ #: lib/wfu_constants.php:172
701
  msgid ""
702
  "Upload succeeded but the file is suspicious because its contents do not "
703
  "match its extension. Its proper filename is: "
704
  msgstr ""
705
 
706
+ #: lib/wfu_constants.php:173
707
  msgid "No files have been selected!"
708
  msgstr "Datoteke nisu odabrane!"
709
 
710
+ #: lib/wfu_constants.php:174
711
  msgid "Please complete the consent question before continuing the upload!"
712
  msgstr ""
713
 
714
+ #: lib/wfu_constants.php:175
715
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
716
  msgstr ""
717
  "WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
718
 
719
+ #: lib/wfu_constants.php:176
720
  msgid "Notification email was not sent because there were no files uploaded."
721
  msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
722
 
723
+ #: lib/wfu_constants.php:177
724
  msgid ""
725
  "Notification email was not sent because no recipients were defined. Please "
726
  "check notifyrecipients attribute in the shortcode."
728
  "Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
729
  "notifyrecipients atribut u shortcode-u."
730
 
731
+ #: lib/wfu_constants.php:178
732
  msgid ""
733
  "Notification email was not sent due to an error. Please check "
734
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
736
  "Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
737
  "notifysubject i notifymessage atribute da biste našli greške."
738
 
739
+ #: lib/wfu_constants.php:179
740
  msgid ""
741
  "Redirection not executed because redirection link is empty. Please check "
742
  "redirectlink attribute."
744
  "Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
745
  "Proverite redirectlink atribut."
746
 
747
+ #: lib/wfu_constants.php:180
748
  msgid ""
749
  "Redirection not executed because not all files were successfully uploaded."
750
  msgstr ""
751
  "Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
752
 
753
+ #: lib/wfu_constants.php:181
754
  msgid "Potential Denial-Of-Service Attack on {SITE}"
755
  msgstr ""
756
 
757
+ #: lib/wfu_constants.php:182
758
  msgid ""
759
  "Hello admin\n"
760
  "\n"
774
  "Thanks"
775
  msgstr ""
776
 
777
+ #: lib/wfu_constants.php:183
778
  msgid ""
779
  "You have activated an alternative insecure Iptanus Services Server. For "
780
  "details please contact info@iptanus.com."
781
  msgstr ""
782
 
783
+ #: lib/wfu_constants.php:184
784
  msgid ""
785
  "Iptanus Services Server is unreachable. This may cause problems on some "
786
  "plugin functions. Please read this :article: for resolution."
787
  msgstr ""
788
 
789
+ #: lib/wfu_constants.php:186
790
  msgid ""
791
  "Failed to add the shortcode to the page/post. Please try again. If the "
792
  "message persists, contact administrator."
793
  msgstr ""
794
 
795
+ #: lib/wfu_constants.php:187
796
  msgid ""
797
  "Failed to edit the shortcode because the contents of the page changed. Try "
798
  "again to edit the shortcode."
800
  "Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
801
  "ponovo da uredite shortcode."
802
 
803
+ #: lib/wfu_constants.php:188
804
  msgid ""
805
  "Failed to delete the shortcode because the contents of the page changed. Try "
806
  "again to delete it."
808
  "Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
809
  "ponovo da ga obrišete."
810
 
811
+ #: lib/wfu_constants.php:189
812
  msgid ""
813
  "The page containing the shortcode has been modified and it is no longer "
814
  "valid. Please go back to reload the shortcode."
816
  "Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
817
  "da ponovo učitate shortcode."
818
 
819
+ #: lib/wfu_constants.php:190
820
  msgid ""
821
  "Failed to update the shortcode because the contents of the page changed. Go "
822
  "back to reload the shortcode."
824
  "Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
825
  "da ponovo učitate shortcode."
826
 
827
+ #: lib/wfu_constants.php:191
828
  msgid ""
829
  "Failed to update the shortcode. Please try again. If the problem persists, "
830
  "go back and reload the shortcode."
832
  "Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
833
  "vratite se i opet učitajte shortcode."
834
 
835
+ #: lib/wfu_constants.php:193
836
  msgid "This is a test message"
837
  msgstr "Ovo je poruka testa"
838
 
839
+ #: lib/wfu_constants.php:194
840
  msgid "This is a test administrator message"
841
  msgstr "Ovo je poruka testa administratora "
842
 
843
+ #: lib/wfu_constants.php:195
844
  msgid "File testfile 1 under test"
845
  msgstr "Datoteka testfile 1 na testiranju"
846
 
847
+ #: lib/wfu_constants.php:196
848
  msgid "File testfile 1 message"
849
  msgstr "Datoteka testfile 1 poruka"
850
 
851
+ #: lib/wfu_constants.php:197
852
  msgid "File testfile 1 administrator message"
853
  msgstr "Datoteka testfile 1 poruka administratora"
854
 
855
+ #: lib/wfu_constants.php:198
856
  msgid "File testfile 2 under test"
857
  msgstr "Datoteka testfile 2 na testiranju"
858
 
859
+ #: lib/wfu_constants.php:199
860
  msgid "File testfile 2 message"
861
  msgstr "Datoteka testfile 2 poruka"
862
 
863
+ #: lib/wfu_constants.php:200
864
  msgid "File testfile 2 administrator message"
865
  msgstr "Datoteka testfile 2 poruka administratora"
866
 
867
+ #: lib/wfu_constants.php:202
868
  msgid ""
869
  "Insert variable %userid% inside text. It will be replaced by the id of the "
870
  "current user."
872
  "Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
873
  "korisnika."
874
 
875
+ #: lib/wfu_constants.php:203
876
  msgid ""
877
  "Insert variable %username% inside text. It will be replaced by the username "
878
  "of the current user."
880
  "Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
881
  "imenom tekućeg korisnika."
882
 
883
+ #: lib/wfu_constants.php:204
884
  msgid ""
885
  "Insert variable %useremail% inside text. It will be replaced by the email of "
886
  "the current user."
888
  "Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
889
  "korisnika."
890
 
891
+ #: lib/wfu_constants.php:205
892
  msgid ""
893
  "Insert variable %filename% inside text. It will be replaced by the filename "
894
  "of the uploaded file."
896
  "Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
897
  "otpremljene datoteke."
898
 
899
+ #: lib/wfu_constants.php:206
900
  msgid ""
901
  "Insert variable %filepath% inside text. It will be replaced by the full "
902
  "filepath of the uploaded file."
904
  "Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
905
  "otpremljene datoteke."
906
 
907
+ #: lib/wfu_constants.php:207
908
  msgid ""
909
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
910
  "the website."
912
  "Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
913
  "a."
914
 
915
+ #: lib/wfu_constants.php:208
916
  msgid ""
917
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
918
  "current page."
920
  "Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
921
  "stranice."
922
 
923
+ #: lib/wfu_constants.php:209
924
  msgid ""
925
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
926
  "the current page."
928
  "Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
929
  "stranice."
930
 
931
+ #: lib/wfu_constants.php:210
932
  msgid ""
933
  "Insert variable %userdataXXX% inside text. Select the user field from the "
934
  "drop-down list. It will be replaced by the value that the user entered in "
937
  "Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
938
  "opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
939
 
940
+ #: lib/wfu_constants.php:211
941
  msgid "Insert variable %n% inside text to denote a line change."
942
  msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
943
 
944
+ #: lib/wfu_constants.php:213
945
  #, php-format
946
  msgid "File %filename% uploaded successfully but not saved"
947
  msgstr ""
948
 
949
+ #: lib/wfu_constants.php:214
950
  msgid "Test Mode"
951
  msgstr "Režim testiranja"
952
 
953
+ #: lib/wfu_constants.php:215
954
  msgid "select dir..."
955
  msgstr "odaberite dir..."
956
 
957
+ #: lib/wfu_constants.php:216
958
  msgid "type dir"
959
  msgstr "vrsta direktorijuma "
960
 
961
+ #: lib/wfu_constants.php:217
962
  msgid "Upload path: %filepath%"
963
  msgstr "Putanja otpremanja: %filepath%"
964
 
965
+ #: lib/wfu_constants.php:218
966
  msgid "Failed upload path: %filepath%"
967
  msgstr "Putanja otpremanja neuspešna: %filepath%"
968
 
969
+ #: lib/wfu_constants.php:219
970
  msgid " (required)"
971
  msgstr "(obavezna)"
972
 
973
+ #: lib/wfu_constants.php:220
974
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
975
  msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
976
 
977
+ #: lib/wfu_constants.php:221
978
  msgid "checking captcha..."
979
  msgstr "captcha se proverava..."
980
 
981
+ #: lib/wfu_constants.php:222
982
  msgid "refreshing..."
983
  msgstr "osvežava se..."
984
 
985
+ #: lib/wfu_constants.php:223
986
  msgid "correct captcha"
987
  msgstr "ispravi captcha"
988
 
989
+ #: lib/wfu_constants.php:224
990
  msgid "click to continue the upload"
991
  msgstr "kliknite da biste nastavili otpremanje"
992
 
993
+ #: lib/wfu_constants.php:225
994
  msgid "Are you sure you want to delete this file?"
995
  msgstr ""
996
 
997
+ #: lib/wfu_constants.php:226
998
  msgid "Are you sure you want to delete these files?"
999
  msgstr ""
1000
 
1001
+ #: lib/wfu_constants.php:227
1002
  msgid "Bulk Actions"
1003
  msgstr ""
1004
 
1005
+ #: lib/wfu_constants.php:228
1006
  msgid "Apply"
1007
  msgstr ""
1008
 
1009
+ #: lib/wfu_constants.php:230
1010
  msgid "of "
1011
  msgstr ""
1012
 
1013
+ #: lib/wfu_constants.php:231
1014
  msgid "Are you sure that you want to cancel the upload?"
1015
  msgstr ""
1016
 
1017
+ #: lib/wfu_constants.php:232
1018
  msgid "cancel upload of this file"
1019
  msgstr ""
1020
 
1021
+ #: lib/wfu_constants.php:233
1022
  msgid "Upload in progress"
1023
  msgstr "Otpremanje u toku"
1024
 
1025
+ #: lib/wfu_constants.php:234
1026
  msgid "Upload in progress with warnings!"
1027
  msgstr "Otpremanje sa upozorenjima u toku!"
1028
 
1029
+ #: lib/wfu_constants.php:235
1030
  msgid "Upload in progress but some files already failed!"
1031
  msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
1032
 
1033
+ #: lib/wfu_constants.php:236
1034
  msgid "Upload in progress but no files uploaded so far!"
1035
  msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
1036
 
1037
+ #: lib/wfu_constants.php:237
1038
  msgid "All files uploaded successfully"
1039
  msgstr "Sve datoteke uspešno su otpremljene"
1040
 
1041
+ #: lib/wfu_constants.php:238
1042
  msgid "All files uploaded successfully but there are warnings!"
1043
  msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
1044
 
1045
+ #: lib/wfu_constants.php:239
1046
  msgid "File uploaded successfully but there are warnings!"
1047
  msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
1048
 
1049
+ #: lib/wfu_constants.php:240
1050
  msgid "Some files failed to upload!"
1051
  msgstr "Neke datoteke nisu otpremljene!"
1052
 
1053
+ #: lib/wfu_constants.php:241
1054
  msgid "All files failed to upload"
1055
  msgstr "Nijedna datoteka nije otpremljena"
1056
 
1057
+ #: lib/wfu_constants.php:242
1058
  msgid "File failed to upload"
1059
  msgstr "Datoteka nije uspešno otpremljena"
1060
 
1061
+ #: lib/wfu_constants.php:243
1062
  msgid "There are no files to upload!"
1063
  msgstr "Nema datoteka za otpremanje"
1064
 
1065
+ #: lib/wfu_constants.php:244
1066
  msgid "Test upload message"
1067
  msgstr "Testiraj poruku za otpremanje"
1068
 
1069
+ #: lib/wfu_constants.php:245
1070
  msgid "JSON parse warning!"
1071
  msgstr "Upozorenje za JSON parsiranje!"
1072
 
1073
+ #: lib/wfu_constants.php:246
1074
  msgid "please wait while redirecting..."
1075
  msgstr "Molimo sačekajte preusmeravanje..."
1076
 
1077
+ #: lib/wfu_constants.php:248
1078
  msgid "Submitting data"
1079
  msgstr ""
1080
 
1081
+ #: lib/wfu_constants.php:249
1082
  msgid "Data submitted successfully!"
1083
  msgstr ""
1084
 
1085
+ #: lib/wfu_constants.php:250
1086
  msgid "Data were not submitted!"
1087
  msgstr ""
1088
 
1089
+ #: lib/wfu_constants.php:251
1090
  msgid "Cancelling upload"
1091
  msgstr ""
1092
 
1093
+ #: lib/wfu_constants.php:253
1094
  msgid "Upload succeeded!"
1095
  msgstr ""
1096
 
1097
+ #: lib/wfu_constants.php:254
1098
  msgid "Upload completed but no files were saved!"
1099
  msgstr ""
1100
 
1101
+ #: lib/wfu_constants.php:255
1102
  msgid "File was not saved due to personal data policy!"
1103
  msgstr ""
1104
 
1105
+ #: lib/wfu_constants.php:256
1106
  msgid "Open visual shortcode editor in new window"
1107
  msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
1108
 
1109
+ #: lib/wfu_constants.php:257
1110
  msgid "loading visual editor"
1111
  msgstr "učitavanje vizuelnog uređivača"
1112
 
1113
+ #: lib/wfu_constants.php:258
1114
  msgid "Clear file list?"
1115
  msgstr "Obriši listu datoteke?"
1116
 
1117
+ #: lib/wfu_constants.php:259
1118
  msgid "DROP HERE"
1119
  msgstr "POZICIONIRAJ OVDE"
1120
 
1121
+ #: lib/wfu_constants.php:261
1122
  msgid "record video"
1123
  msgstr ""
1124
 
1125
+ #: lib/wfu_constants.php:262
1126
  msgid "take a picture"
1127
  msgstr ""
1128
 
1129
+ #: lib/wfu_constants.php:263
1130
  msgid "turn webcam on/off"
1131
  msgstr ""
1132
 
1133
+ #: lib/wfu_constants.php:264
1134
  msgid "go live again"
1135
  msgstr ""
1136
 
1137
+ #: lib/wfu_constants.php:265
1138
  msgid "end recording"
1139
  msgstr ""
1140
 
1141
+ #: lib/wfu_constants.php:266
1142
  msgid "play"
1143
  msgstr ""
1144
 
1145
+ #: lib/wfu_constants.php:267
1146
  msgid "pause"
1147
  msgstr ""
1148
 
1149
+ #: lib/wfu_constants.php:268
1150
  msgid "go to the beginning"
1151
  msgstr ""
1152
 
1153
+ #: lib/wfu_constants.php:269
1154
  msgid "go to the end"
1155
  msgstr ""
1156
 
1157
+ #: lib/wfu_constants.php:271
1158
  msgid "Wordpress File Upload Form"
1159
  msgstr ""
1160
 
1161
+ #: lib/wfu_constants.php:272
1162
  msgid "Wordpress File Upload plugin uploader for sidebars"
1163
  msgstr ""
1164
 
1165
+ #: lib/wfu_constants.php:273
1166
  msgid "Upload Files"
1167
  msgstr ""
1168
 
1169
+ #: lib/wfu_functions.php:8192
1170
+ msgid "Wordpress File Upload Consent Status"
1171
+ msgstr ""
1172
+
1173
+ #: lib/wfu_functions.php:8195
1174
+ msgid "Consent Status"
1175
+ msgstr ""
1176
+
1177
+ #: lib/wfu_functions.php:8197
1178
+ msgid "You have given your consent to store personal data."
1179
+ msgstr ""
1180
+
1181
+ #: lib/wfu_functions.php:8197
1182
+ msgid "You have denied to store personal data."
1183
+ msgstr ""
1184
+
1185
+ #: lib/wfu_functions.php:8197
1186
+ msgid "You have not answered to consent yet."
1187
+ msgstr ""
1188
+
1189
+ #: lib/wfu_functions.php:8203
1190
+ msgid "Change status to"
1191
+ msgstr ""
1192
+
1193
+ #: lib/wfu_functions.php:8205
1194
+ msgid "No change"
1195
+ msgstr ""
1196
+
1197
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1198
+ msgid "Revoke Consent"
1199
+ msgstr ""
1200
+
1201
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1202
+ msgid "Clear Consent"
1203
+ msgstr ""
1204
+
1205
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1206
+ msgid "Give Consent"
1207
+ msgstr ""
1208
+
1209
+ #: lib/wfu_widget.php:52
1210
+ msgid "Title:"
1211
+ msgstr ""
1212
+
1213
+ #: lib/wfu_widget.php:56
1214
+ msgid "Shortcode Attributes:"
1215
+ msgstr ""
1216
+
1217
  #~ msgid "Targer folder doesn't exist."
1218
  #~ msgstr "Ciljna fascikla ne postoji."
1219
 
languages/wp-file-upload-sv_SE.mo CHANGED
Binary file
languages/wp-file-upload-sv_SE.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:32+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:32+0300\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sv\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -134,7 +135,7 @@ msgstr "Storlek"
134
  msgid "User"
135
  msgstr "Användare"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "Sida"
140
 
@@ -277,6 +278,16 @@ msgstr ""
277
  "korrekt filnamn är: "
278
 
279
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
 
 
280
  msgid ""
281
  "Too many files are uploaded in a short period of time. This may be a Denial-"
282
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -286,7 +297,7 @@ msgstr ""
286
  "Service attack, så filen avslogs. Kontrollera loggen uppladdning för "
287
  "misstänkt beteende."
288
 
289
- #: lib/wfu_constants.php:87
290
  msgid ""
291
  "File not uploaded in order to prevent overflow of the website. Please "
292
  "contact administrator."
@@ -294,36 +305,40 @@ msgstr ""
294
  "Filen inte laddas upp för att förhindra spill av webbplatsen. Kontakta "
295
  "administratören."
296
 
297
- #: lib/wfu_constants.php:88
298
  msgid "Target folder doesn't exist."
299
  msgstr ""
300
 
301
- #: lib/wfu_constants.php:89
302
  msgid "Upload failed! Missing a temporary folder."
303
  msgstr "Det gick inte att ladda upp! Saknas en tillfällig mapp."
304
 
305
- #: lib/wfu_constants.php:90
 
 
 
 
306
  msgid "Upload failed! Permission denied to write to target folder."
307
  msgstr "Det gick inte att ladda upp! Åtkomst nekad att skriva till målmappen."
308
 
309
- #: lib/wfu_constants.php:91
310
  msgid "File not allowed."
311
  msgstr "Filtyp inte tillåten."
312
 
313
- #: lib/wfu_constants.php:92
314
  msgid "File is suspicious and was rejected."
315
  msgstr "Filen är misstänksam och avvisades."
316
 
317
- #: lib/wfu_constants.php:93
318
  msgid "The uploaded file exceeds the file size limit."
319
  msgstr "Den uppladdade filen överskrider filstorleksgränsen."
320
 
321
- #: lib/wfu_constants.php:94
322
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
323
  msgstr ""
324
  "Den uppladdade filen överskrider 2GB och stöds inte av den här servern."
325
 
326
- #: lib/wfu_constants.php:95
327
  msgid ""
328
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
329
  "Please contact the administrator."
@@ -331,7 +346,7 @@ msgstr ""
331
  "Det gick inte att ladda upp! Den uppladdade filen överskrider "
332
  "Filstorleksgränsen för servern. Vänligen kontakta administratören."
333
 
334
- #: lib/wfu_constants.php:96
335
  msgid ""
336
  "Upload failed! The duration of the upload exceeded the time limit of the "
337
  "server. Please contact the administrator."
@@ -339,27 +354,27 @@ msgstr ""
339
  "Det gick inte att ladda upp! Varaktigheten av uppladdningen överskridit "
340
  "tidsgränsen för servern. Vänligen kontakta administratören."
341
 
342
- #: lib/wfu_constants.php:97
343
  msgid ""
344
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
345
  "was specified in the HTML form."
346
  msgstr ""
347
  "Den uppladdade filen överstiger MAX_FILE_SIZE som angavs i HTML-formuläret."
348
 
349
- #: lib/wfu_constants.php:98
350
  msgid "Upload failed! The uploaded file was only partially uploaded."
351
  msgstr ""
352
  "Det gick inte att ladda upp! Den uppladdade filen laddades bara delvis."
353
 
354
- #: lib/wfu_constants.php:99
355
  msgid "Upload failed! No file was uploaded."
356
  msgstr "Uppladdning misslyckades."
357
 
358
- #: lib/wfu_constants.php:100
359
  msgid "Upload failed! Failed to write file to disk."
360
  msgstr "Det gick inte att ladda upp! Misslyckades att skriva fil till disk."
361
 
362
- #: lib/wfu_constants.php:101
363
  msgid ""
364
  "Upload failed! Error occured while moving temporary file. Please contact "
365
  "administrator."
@@ -367,11 +382,11 @@ msgstr ""
367
  "Det gick inte att ladda upp! Fel uppstod när flytta temporär fil. Kontakta "
368
  "administratören."
369
 
370
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
371
  msgid "Upload cancelled!"
372
  msgstr "Ladda upp fil/ladda upp filer"
373
 
374
- #: lib/wfu_constants.php:103
375
  msgid ""
376
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
377
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -381,20 +396,20 @@ msgstr ""
381
  "ger inte ett sätt att fastställa vilka förlängning orsakade filuppladdning "
382
  "att stoppa; Granska listan över inlästa tillägg med phpinfo() kan hjälpa."
383
 
384
- #: lib/wfu_constants.php:104
385
  msgid "Upload failed! Error occured while attemting to upload the file."
386
  msgstr ""
387
  "Det gick inte att ladda upp! Fel uppstod när attemting Ladda upp filen."
388
 
389
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
390
  msgid "Upload failed!"
391
  msgstr "Uppladdning misslyckades"
392
 
393
- #: lib/wfu_constants.php:106
394
  msgid "No file!"
395
  msgstr "Ingen fil"
396
 
397
- #: lib/wfu_constants.php:107
398
  msgid ""
399
  "Upload failed! The upload has been canceled by the user or the browser "
400
  "dropped the connection."
@@ -402,27 +417,27 @@ msgstr ""
402
  "Det gick inte att ladda upp! Uppladdningen har avbrutits av användaren eller "
403
  "webbläsaren tappade anslutningen."
404
 
405
- #: lib/wfu_constants.php:108
406
  msgid "Upload failed! Unknown error."
407
  msgstr "Det gick inte att ladda upp! Okänt fel."
408
 
409
- #: lib/wfu_constants.php:109
410
  msgid "Please contact the administrator."
411
  msgstr "Vänligen kontakta administratören."
412
 
413
- #: lib/wfu_constants.php:110
414
  msgid "No result from remote server!"
415
  msgstr "Inget resultat från fjärrservern!"
416
 
417
- #: lib/wfu_constants.php:111
418
  msgid " but with warnings"
419
  msgstr " men med varningar"
420
 
421
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
422
  msgid "Warning: JSON parse error."
423
  msgstr "Varning: JSON parse error."
424
 
425
- #: lib/wfu_constants.php:113
426
  msgid ""
427
  "Upload parameters of this file, passed as JSON string to the handler, could "
428
  "not be parsed."
@@ -430,19 +445,19 @@ msgstr ""
430
  "Ladda upp parametrarna för denna fil, passerade som JSON-sträng till "
431
  "hanteraren, kunde inte parsas."
432
 
433
- #: lib/wfu_constants.php:115
434
  msgid ""
435
  "UploadStates, passed as JSON string to the handler, could not be parsed."
436
  msgstr ""
437
  "UploadStates, passerade som JSON-sträng till hanteraren, kunde inte parsas."
438
 
439
- #: lib/wfu_constants.php:116
440
  msgid ""
441
  "Redirection to classic form functionality occurred due to unknown error."
442
  msgstr ""
443
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av okänt fel."
444
 
445
- #: lib/wfu_constants.php:117
446
  msgid ""
447
  "Redirection to classic form functionality occurred because AJAX is not "
448
  "supported."
@@ -450,7 +465,7 @@ msgstr ""
450
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom AJAX inte "
451
  "stöds."
452
 
453
- #: lib/wfu_constants.php:118
454
  msgid ""
455
  "Redirection to classic form functionality occurred because HTML5 is not "
456
  "supported."
@@ -458,58 +473,58 @@ msgstr ""
458
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom HTML5 inte "
459
  "stöds."
460
 
461
- #: lib/wfu_constants.php:119
462
  msgid ""
463
  "Redirection to classic form functionality occurred due to JSON parse error."
464
  msgstr ""
465
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av JSON "
466
  "parse error."
467
 
468
- #: lib/wfu_constants.php:120
469
  msgid "Please enable popup windows from the browser's settings!"
470
  msgstr "Vänligen aktivera popupfönster från webbläsarens inställningar!"
471
 
472
- #: lib/wfu_constants.php:121
473
  msgid "cannot be empty!"
474
  msgstr "kan inte vara tom!"
475
 
476
- #: lib/wfu_constants.php:122
477
  msgid "number not valid!"
478
  msgstr "nummer inte giltig!"
479
 
480
- #: lib/wfu_constants.php:123
481
  msgid "email not valid!"
482
  msgstr "E-postadressen är inte giltig!"
483
 
484
- #: lib/wfu_constants.php:124
485
  msgid "emails do not match!"
486
  msgstr "e-post stämmer inte!"
487
 
488
- #: lib/wfu_constants.php:125
489
  msgid "no base email field in group!"
490
  msgstr "ingen bas e-fältet i gruppen!"
491
 
492
- #: lib/wfu_constants.php:126
493
  msgid "passwords do not match!"
494
  msgstr "De två lösenorden matchar inte."
495
 
496
- #: lib/wfu_constants.php:127
497
  msgid "no base password field in group!"
498
  msgstr "ingen bas lösenordsfältet i grupp!"
499
 
500
- #: lib/wfu_constants.php:128
501
  msgid "checkbox unchecked!"
502
  msgstr "kryssrutan avmarkerad!"
503
 
504
- #: lib/wfu_constants.php:129
505
  msgid "no option selected!"
506
  msgstr "Inget alternativ valt"
507
 
508
- #: lib/wfu_constants.php:130
509
  msgid "no item selected!"
510
  msgstr "Inget objekt valt."
511
 
512
- #: lib/wfu_constants.php:131
513
  msgid ""
514
  "There are more than one instances of the plugin in this page with the same "
515
  "id. Please change it."
@@ -517,7 +532,7 @@ msgstr ""
517
  "I området i närheten finns det flera instanser av plugin i sidan med samma "
518
  "id. Ändra det."
519
 
520
- #: lib/wfu_constants.php:132
521
  msgid ""
522
  "Cannot edit the shortcode because the page has been modified. Please reload "
523
  "the page."
@@ -525,19 +540,19 @@ msgstr ""
525
  "Kan inte redigera kortkoden eftersom sidan har ändrats. Vänligen ladda om "
526
  "sidan."
527
 
528
- #: lib/wfu_constants.php:133
529
  msgid "Your browser does not support webcam capture!"
530
  msgstr "Din webbläsare stöder inte webbkamerainspelning!"
531
 
532
- #: lib/wfu_constants.php:134
533
  msgid "Your browser does not support video recording from the webcam!"
534
  msgstr "Din webbläsare stöder inte videoinspelning från webbkameran!"
535
 
536
- #: lib/wfu_constants.php:135
537
  msgid "No video was recorded!"
538
  msgstr "Ingen video spelades in!"
539
 
540
- #: lib/wfu_constants.php:136
541
  msgid ""
542
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
543
  "or use RecaptchaV2 (no account)."
@@ -545,7 +560,7 @@ msgstr ""
545
  "FEL: Captcha stöds inte! Du har en gammal PHP-version. Uppgradera din PHP "
546
  "eller använda RecaptchaV2 (inget konto)."
547
 
548
- #: lib/wfu_constants.php:137
549
  msgid ""
550
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
551
  "notify administrator."
@@ -553,7 +568,7 @@ msgstr ""
553
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
554
  "Vänligen meddela administratören."
555
 
556
- #: lib/wfu_constants.php:138
557
  msgid ""
558
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
559
  "use RecaptchaV1 (no account)."
@@ -561,11 +576,11 @@ msgstr ""
561
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
562
  "Vänligen använd RecaptchaV1 (inget konto)."
563
 
564
- #: lib/wfu_constants.php:139
565
  msgid "ERROR: No site key. Please contact administrator!"
566
  msgstr "FEL: Ingen webbplats nyckel. Vänligen kontakta administratören!"
567
 
568
- #: lib/wfu_constants.php:140
569
  msgid ""
570
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
571
  "define Google Recaptcha keys."
@@ -573,11 +588,11 @@ msgstr ""
573
  "FEL: Ingen webbplats nyckel definierad! Vänligen gå till plugin "
574
  "inställningar i kontrollpanelen för att definiera Google Recaptcha nycklar."
575
 
576
- #: lib/wfu_constants.php:141
577
  msgid "Bad captcha image!"
578
  msgstr "Dåliga captcha-bild!"
579
 
580
- #: lib/wfu_constants.php:142
581
  msgid "No input!"
582
  msgstr ""
583
  "aria-required är en form input WAI ARIA tag. Screen readers använder detta "
@@ -587,115 +602,115 @@ msgstr ""
587
  "snart att accepteras av HTML validator, så du kan utan risk ignorera de "
588
  "valideringsfel som den kommer att orsaka."
589
 
590
- #: lib/wfu_constants.php:143
591
  msgid "Captcha not completed!"
592
  msgstr "CAPTCHA inte klar!"
593
 
594
- #: lib/wfu_constants.php:144
595
  msgid "Wrong captcha!"
596
  msgstr "Fel captcha!"
597
 
598
- #: lib/wfu_constants.php:145
599
  msgid "Error refreshing captcha!"
600
  msgstr "Fel uppdaterar captcha!"
601
 
602
- #: lib/wfu_constants.php:146
603
  msgid "Unknown captcha error!"
604
  msgstr "Okänd captcha fel!"
605
 
606
- #: lib/wfu_constants.php:147
607
  msgid "Captcha not supported by your browser!"
608
  msgstr "CAPTCHA stöds inte av din webbläsare!"
609
 
610
- #: lib/wfu_constants.php:148
611
  msgid "the secret parameter is missing"
612
  msgstr "den hemliga parametern saknas"
613
 
614
- #: lib/wfu_constants.php:149
615
  msgid "the secret parameter is invalid or malformed"
616
  msgstr "hemliga parametern är ogiltig eller felaktig"
617
 
618
- #: lib/wfu_constants.php:150
619
  msgid "the response parameter is missing"
620
  msgstr "Parametern saknas."
621
 
622
- #: lib/wfu_constants.php:151
623
  msgid "the response parameter is invalid or malformed"
624
  msgstr "Parameterns svar är ogiltigt eller har felaktigt format."
625
 
626
- #: lib/wfu_constants.php:152
627
  msgid "Please do not use drag drop due to an internal problem."
628
  msgstr "Vänligen Använd inte dra på grund av ett internt problem."
629
 
630
- #: lib/wfu_constants.php:153
631
  #, php-format
632
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
633
  msgstr "Fel under segmenterad uppladdning. Unikt ID saknas i segmentet %d"
634
 
635
- #: lib/wfu_constants.php:154
636
  msgid "Chunked upload is not allowed!"
637
  msgstr "Segmentuppladdning är inte tillåtet!"
638
 
639
- #: lib/wfu_constants.php:155
640
  msgid "Chunked upload aborted due to error in previous chunk!"
641
  msgstr "Gruppuppladdning avbröts på grund av fel i tidigare segment!"
642
 
643
- #: lib/wfu_constants.php:156
644
  msgid "Chunked upload failed, final file could not be created!"
645
  msgstr "Uppladdningen av segmentet misslyckades, filen kunde inte skapas!"
646
 
647
- #: lib/wfu_constants.php:157
648
  #, php-format
649
  msgid "Could not write file chuck to destination on chunk %d"
650
  msgstr "Kunde inte skriva filensegmentet till destination på segment %d"
651
 
652
- #: lib/wfu_constants.php:158
653
  #, php-format
654
  msgid "Could not enlarge destination file on chunk %d"
655
  msgstr "Kunde inte förstora målfilen på segment %d"
656
 
657
- #: lib/wfu_constants.php:159
658
  #, php-format
659
  msgid "Could not open file handles on chunk %d"
660
  msgstr "Kunde inte öppna filreferenser på segment %d"
661
 
662
- #: lib/wfu_constants.php:160
663
  msgid "You are not allowed to download this file!"
664
  msgstr "Du har inte tillgång till den här filen."
665
 
666
- #: lib/wfu_constants.php:161
667
  msgid "File does not exist!"
668
  msgstr "Filen finns inte"
669
 
670
- #: lib/wfu_constants.php:162
671
  msgid "Could not download file!"
672
  msgstr "Kunde inte ladda ner fil!"
673
 
674
- #: lib/wfu_constants.php:163
675
  msgid "You are not allowed to delete this file!"
676
  msgstr "Du får inte ta bort denna fil!"
677
 
678
- #: lib/wfu_constants.php:164
679
  msgid "File was not deleted!"
680
  msgstr "Filen var inte bort!"
681
 
682
- #: lib/wfu_constants.php:165
683
  msgid "No file was deleted!"
684
  msgstr "Ingen fil har tagits bort!"
685
 
686
- #: lib/wfu_constants.php:166
687
  msgid "Some files were not deleted!"
688
  msgstr "Vissa filer raderas inte!"
689
 
690
- #: lib/wfu_constants.php:168
691
  msgid "Upload skipped! File already exists."
692
  msgstr "Ladda upp överhoppade! Filen finns redan."
693
 
694
- #: lib/wfu_constants.php:169
695
  msgid "The extension of the file does not match its contents."
696
  msgstr ""
697
 
698
- #: lib/wfu_constants.php:170
699
  msgid ""
700
  "Upload succeeded but the file is suspicious because its contents do not "
701
  "match its extension. Its proper filename is: "
@@ -703,26 +718,26 @@ msgstr ""
703
  "Ladda upp lyckades men filen är misstänksam eftersom innehållet inte matchar "
704
  "dess förlängning. Dess korrekt filnamn är:"
705
 
706
- #: lib/wfu_constants.php:171
707
  msgid "No files have been selected!"
708
  msgstr "Inga filer har valts!"
709
 
710
- #: lib/wfu_constants.php:172
711
  msgid "Please complete the consent question before continuing the upload!"
712
  msgstr ""
713
 
714
- #: lib/wfu_constants.php:173
715
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
716
  msgstr ""
717
  "WPFilebase Plugin uppdaterad inte eftersom det fanns inga filer som laddas "
718
  "upp."
719
 
720
- #: lib/wfu_constants.php:174
721
  msgid "Notification email was not sent because there were no files uploaded."
722
  msgstr ""
723
  "E-postmeddelande skickades inte eftersom det fanns inga filer som laddas upp."
724
 
725
- #: lib/wfu_constants.php:175
726
  msgid ""
727
  "Notification email was not sent because no recipients were defined. Please "
728
  "check notifyrecipients attribute in the shortcode."
@@ -730,7 +745,7 @@ msgstr ""
730
  "E-postmeddelande skickades inte eftersom inga mottagare definierades. "
731
  "Vänligen kontrollera notifyrecipients attribut i kortkod."
732
 
733
- #: lib/wfu_constants.php:176
734
  msgid ""
735
  "Notification email was not sent due to an error. Please check "
736
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -738,7 +753,7 @@ msgstr ""
738
  "E-postmeddelande skickades inte på grund av ett fel. Kontrollera "
739
  "notifyrecipients, notifysubject och notifymessage attribut för fel."
740
 
741
- #: lib/wfu_constants.php:177
742
  msgid ""
743
  "Redirection not executed because redirection link is empty. Please check "
744
  "redirectlink attribute."
@@ -746,16 +761,16 @@ msgstr ""
746
  "Omdirigering inte köras eftersom omdirigering länk är tom. Vänligen "
747
  "kontrollera redirectlink attribut."
748
 
749
- #: lib/wfu_constants.php:178
750
  msgid ""
751
  "Redirection not executed because not all files were successfully uploaded."
752
  msgstr "Omdirigering av kördes inte eftersom inte alla filer har laddats."
753
 
754
- #: lib/wfu_constants.php:179
755
  msgid "Potential Denial-Of-Service Attack on {SITE}"
756
  msgstr "Potentiell Denial-Of-Service Attack på {SIDA}"
757
 
758
- #: lib/wfu_constants.php:180
759
  msgid ""
760
  "Hello admin\n"
761
  "\n"
@@ -791,19 +806,19 @@ msgstr ""
791
  "\n"
792
  "Tack"
793
 
794
- #: lib/wfu_constants.php:181
795
  msgid ""
796
  "You have activated an alternative insecure Iptanus Services Server. For "
797
  "details please contact info@iptanus.com."
798
  msgstr ""
799
 
800
- #: lib/wfu_constants.php:182
801
  msgid ""
802
  "Iptanus Services Server is unreachable. This may cause problems on some "
803
  "plugin functions. Please read this :article: for resolution."
804
  msgstr ""
805
 
806
- #: lib/wfu_constants.php:184
807
  msgid ""
808
  "Failed to add the shortcode to the page/post. Please try again. If the "
809
  "message persists, contact administrator."
@@ -811,7 +826,7 @@ msgstr ""
811
  "Det gick inte att lägga till kortkoden till denna sida/inlägget. Vänligen "
812
  "försök igen. Om meddelandet kvarstår, kontakta administratören."
813
 
814
- #: lib/wfu_constants.php:185
815
  msgid ""
816
  "Failed to edit the shortcode because the contents of the page changed. Try "
817
  "again to edit the shortcode."
@@ -819,7 +834,7 @@ msgstr ""
819
  "Det gick inte att redigera kortkod eftersom innehållet på sidan har ändrats. "
820
  "Försök igen att redigera kortkod."
821
 
822
- #: lib/wfu_constants.php:186
823
  msgid ""
824
  "Failed to delete the shortcode because the contents of the page changed. Try "
825
  "again to delete it."
@@ -827,7 +842,7 @@ msgstr ""
827
  "Kunde inte ta bort kortkod eftersom innehållet på sidan är ändrat. Försök "
828
  "att ta bort den igen."
829
 
830
- #: lib/wfu_constants.php:187
831
  msgid ""
832
  "The page containing the shortcode has been modified and it is no longer "
833
  "valid. Please go back to reload the shortcode."
@@ -835,7 +850,7 @@ msgstr ""
835
  "Sidan som innehåller kortkod har ändrats och det är inte längre giltig. Gå "
836
  "tillbaka till Ladda kortkod."
837
 
838
- #: lib/wfu_constants.php:188
839
  msgid ""
840
  "Failed to update the shortcode because the contents of the page changed. Go "
841
  "back to reload the shortcode."
@@ -843,7 +858,7 @@ msgstr ""
843
  "Det gick inte att uppdatera kortkod eftersom innehållet på sidan ändrats. Gå "
844
  "tillbaka till Ladda kortkod."
845
 
846
- #: lib/wfu_constants.php:189
847
  msgid ""
848
  "Failed to update the shortcode. Please try again. If the problem persists, "
849
  "go back and reload the shortcode."
@@ -851,39 +866,39 @@ msgstr ""
851
  "Det gick inte att uppdatera kortkod. Vänligen försök igen. Om problemet "
852
  "kvarstår, gå tillbaka och ladda kortkod."
853
 
854
- #: lib/wfu_constants.php:191
855
  msgid "This is a test message"
856
  msgstr "Testmeddelande skickat"
857
 
858
- #: lib/wfu_constants.php:192
859
  msgid "This is a test administrator message"
860
  msgstr "Detta är ett testmeddelande för administratör"
861
 
862
- #: lib/wfu_constants.php:193
863
  msgid "File testfile 1 under test"
864
  msgstr "Fil testfile 1 under test"
865
 
866
- #: lib/wfu_constants.php:194
867
  msgid "File testfile 1 message"
868
  msgstr "Fil testfile 1 meddelande"
869
 
870
- #: lib/wfu_constants.php:195
871
  msgid "File testfile 1 administrator message"
872
  msgstr "Fil testfile 1 administratör meddelande"
873
 
874
- #: lib/wfu_constants.php:196
875
  msgid "File testfile 2 under test"
876
  msgstr "Fil testfile 2 under test"
877
 
878
- #: lib/wfu_constants.php:197
879
  msgid "File testfile 2 message"
880
  msgstr "Fil testfile 2 meddelande"
881
 
882
- #: lib/wfu_constants.php:198
883
  msgid "File testfile 2 administrator message"
884
  msgstr "Fil testfile 2 administratör meddelande"
885
 
886
- #: lib/wfu_constants.php:200
887
  msgid ""
888
  "Insert variable %userid% inside text. It will be replaced by the id of the "
889
  "current user."
@@ -891,7 +906,7 @@ msgstr ""
891
  "Infoga variabeln %userid% inuti texten. Det kommer att ersättas av id för "
892
  "den aktuella användaren."
893
 
894
- #: lib/wfu_constants.php:201
895
  msgid ""
896
  "Insert variable %username% inside text. It will be replaced by the username "
897
  "of the current user."
@@ -899,7 +914,7 @@ msgstr ""
899
  "Infoga miljövariabeln %username% inuti texten. Det kommer att ersättas av "
900
  "användarnamnet för den aktuella användaren."
901
 
902
- #: lib/wfu_constants.php:202
903
  msgid ""
904
  "Insert variable %useremail% inside text. It will be replaced by the email of "
905
  "the current user."
@@ -907,7 +922,7 @@ msgstr ""
907
  "Infoga variabeln %useremail% inuti texten. Det kommer att ersättas av e-post "
908
  "för den aktuella användaren."
909
 
910
- #: lib/wfu_constants.php:203
911
  msgid ""
912
  "Insert variable %filename% inside text. It will be replaced by the filename "
913
  "of the uploaded file."
@@ -915,7 +930,7 @@ msgstr ""
915
  "Infoga variabeln %filnamn% inuti texten. Det kommer att ersättas av "
916
  "filnamnet för den överförda filen."
917
 
918
- #: lib/wfu_constants.php:204
919
  msgid ""
920
  "Insert variable %filepath% inside text. It will be replaced by the full "
921
  "filepath of the uploaded file."
@@ -923,7 +938,7 @@ msgstr ""
923
  "Infoga variabeln %filepath% inuti texten. Det kommer att ersättas av den "
924
  "fullständiga sökvägen för den överförda filen."
925
 
926
- #: lib/wfu_constants.php:205
927
  msgid ""
928
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
929
  "the website."
@@ -931,7 +946,7 @@ msgstr ""
931
  "Infoga variabeln %blogid% inuti texten. Det kommer att ersättas av blogg id "
932
  "för webbplatsen."
933
 
934
- #: lib/wfu_constants.php:206
935
  msgid ""
936
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
937
  "current page."
@@ -939,7 +954,7 @@ msgstr ""
939
  "Infoga variabeln %pageid% inuti texten. Det kommer att ersättas av id för "
940
  "den aktuella sidan."
941
 
942
- #: lib/wfu_constants.php:207
943
  msgid ""
944
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
945
  "the current page."
@@ -947,7 +962,7 @@ msgstr ""
947
  "Infoga variabeln %pagetitle% inuti texten. Det kommer att ersättas av titeln "
948
  "på den aktuella sidan."
949
 
950
- #: lib/wfu_constants.php:208
951
  msgid ""
952
  "Insert variable %userdataXXX% inside text. Select the user field from the "
953
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -957,234 +972,286 @@ msgstr ""
957
  "down listan. Det kommer att ersättas av det värde som användaren har angett "
958
  "i fältet."
959
 
960
- #: lib/wfu_constants.php:209
961
  msgid "Insert variable %n% inside text to denote a line change."
962
  msgstr "Infoga variabeln %n% inuti texten betecknar en radändring."
963
 
964
- #: lib/wfu_constants.php:211
965
  #, php-format
966
  msgid "File %filename% uploaded successfully but not saved"
967
  msgstr ""
968
 
969
- #: lib/wfu_constants.php:212
970
  msgid "Test Mode"
971
  msgstr "Testmod"
972
 
973
- #: lib/wfu_constants.php:213
974
  msgid "select dir..."
975
  msgstr "Välj katalog"
976
 
977
- #: lib/wfu_constants.php:214
978
  msgid "type dir"
979
  msgstr "Typ"
980
 
981
- #: lib/wfu_constants.php:215
982
  msgid "Upload path: %filepath%"
983
  msgstr "Ladda sökväg: %filepath%"
984
 
985
- #: lib/wfu_constants.php:216
986
  msgid "Failed upload path: %filepath%"
987
  msgstr "Misslyckades att ladda upp sökväg: %filepath%"
988
 
989
- #: lib/wfu_constants.php:217
990
  msgid " (required)"
991
  msgstr "(obligatoriskt)"
992
 
993
- #: lib/wfu_constants.php:218
994
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
995
  msgstr "Filer överförs. Är du säker på att du vill stänga sidan?"
996
 
997
- #: lib/wfu_constants.php:219
998
  msgid "checking captcha..."
999
  msgstr "kontrollerar captcha..."
1000
 
1001
- #: lib/wfu_constants.php:220
1002
  msgid "refreshing..."
1003
  msgstr "Förnyar..."
1004
 
1005
- #: lib/wfu_constants.php:221
1006
  msgid "correct captcha"
1007
  msgstr "rätt captcha"
1008
 
1009
- #: lib/wfu_constants.php:222
1010
  msgid "click to continue the upload"
1011
  msgstr "klicka för att fortsätta uppladdningen"
1012
 
1013
- #: lib/wfu_constants.php:223
1014
  msgid "Are you sure you want to delete this file?"
1015
  msgstr "Är du säker på att du vill radera denna fil?"
1016
 
1017
- #: lib/wfu_constants.php:224
1018
  msgid "Are you sure you want to delete these files?"
1019
  msgstr "Är du säker på att du vill radera dessa filer?"
1020
 
1021
- #: lib/wfu_constants.php:225
1022
  msgid "Bulk Actions"
1023
  msgstr "Massåtgärder"
1024
 
1025
- #: lib/wfu_constants.php:226
1026
  msgid "Apply"
1027
  msgstr "Utför"
1028
 
1029
- #: lib/wfu_constants.php:228
1030
  msgid "of "
1031
  msgstr ""
1032
 
1033
- #: lib/wfu_constants.php:229
1034
  msgid "Are you sure that you want to cancel the upload?"
1035
  msgstr "Är du säker på att du vill avbryta uppladdningen?"
1036
 
1037
- #: lib/wfu_constants.php:230
1038
  msgid "cancel upload of this file"
1039
  msgstr "avbryt överföringen av denna fil"
1040
 
1041
- #: lib/wfu_constants.php:231
1042
  msgid "Upload in progress"
1043
  msgstr "Ladda upp pågår"
1044
 
1045
- #: lib/wfu_constants.php:232
1046
  msgid "Upload in progress with warnings!"
1047
  msgstr "Ladda upp fil/ladda upp filer"
1048
 
1049
- #: lib/wfu_constants.php:233
1050
  msgid "Upload in progress but some files already failed!"
1051
  msgstr "Uppladdning pågår men vissa filer redan misslyckats!"
1052
 
1053
- #: lib/wfu_constants.php:234
1054
  msgid "Upload in progress but no files uploaded so far!"
1055
  msgstr "Uppladdning pågår men inga filer uppladdade hittills!"
1056
 
1057
- #: lib/wfu_constants.php:235
1058
  msgid "All files uploaded successfully"
1059
  msgstr "Uppladdningen lyckades"
1060
 
1061
- #: lib/wfu_constants.php:236
1062
  msgid "All files uploaded successfully but there are warnings!"
1063
  msgstr "Alla filer som laddas upp korrekt men det finns varningar!"
1064
 
1065
- #: lib/wfu_constants.php:237
1066
  msgid "File uploaded successfully but there are warnings!"
1067
  msgstr "Filen laddas upp korrekt men det finns varningar!"
1068
 
1069
- #: lib/wfu_constants.php:238
1070
  msgid "Some files failed to upload!"
1071
  msgstr "Vissa filer misslyckades att ladda upp!"
1072
 
1073
- #: lib/wfu_constants.php:239
1074
  msgid "All files failed to upload"
1075
  msgstr "Uppladdning misslyckades."
1076
 
1077
- #: lib/wfu_constants.php:240
1078
  msgid "File failed to upload"
1079
  msgstr "Det gick inte att ladda upp filen"
1080
 
1081
- #: lib/wfu_constants.php:241
1082
  msgid "There are no files to upload!"
1083
  msgstr "Släpp filer för att ladda upp"
1084
 
1085
- #: lib/wfu_constants.php:242
1086
  msgid "Test upload message"
1087
  msgstr "Test uppladdning meddelande"
1088
 
1089
- #: lib/wfu_constants.php:243
1090
  msgid "JSON parse warning!"
1091
  msgstr "JSON syntax varning!"
1092
 
1093
- #: lib/wfu_constants.php:244
1094
  msgid "please wait while redirecting..."
1095
  msgstr "Vänta medan omdirigerar..."
1096
 
1097
- #: lib/wfu_constants.php:246
1098
  msgid "Submitting data"
1099
  msgstr ""
1100
 
1101
- #: lib/wfu_constants.php:247
1102
  msgid "Data submitted successfully!"
1103
  msgstr ""
1104
 
1105
- #: lib/wfu_constants.php:248
1106
  msgid "Data were not submitted!"
1107
  msgstr ""
1108
 
1109
- #: lib/wfu_constants.php:249
1110
  msgid "Cancelling upload"
1111
  msgstr ""
1112
 
1113
- #: lib/wfu_constants.php:251
1114
  msgid "Upload succeeded!"
1115
  msgstr ""
1116
 
1117
- #: lib/wfu_constants.php:252
1118
  msgid "Upload completed but no files were saved!"
1119
  msgstr ""
1120
 
1121
- #: lib/wfu_constants.php:253
1122
  msgid "File was not saved due to personal data policy!"
1123
  msgstr ""
1124
 
1125
- #: lib/wfu_constants.php:254
1126
  msgid "Open visual shortcode editor in new window"
1127
  msgstr "Öppna visual kortkod editor i nytt fönster"
1128
 
1129
- #: lib/wfu_constants.php:255
1130
  msgid "loading visual editor"
1131
  msgstr "lastning visuell redigerare"
1132
 
1133
- #: lib/wfu_constants.php:256
1134
  msgid "Clear file list?"
1135
  msgstr "Rensa fil-lista?"
1136
 
1137
- #: lib/wfu_constants.php:257
1138
  msgid "DROP HERE"
1139
  msgstr "Släpp filen här"
1140
 
1141
- #: lib/wfu_constants.php:259
1142
  msgid "record video"
1143
  msgstr "spela in video"
1144
 
1145
- #: lib/wfu_constants.php:260
1146
  msgid "take a picture"
1147
  msgstr "ta en bild"
1148
 
1149
- #: lib/wfu_constants.php:261
1150
  msgid "turn webcam on/off"
1151
  msgstr "vända webcam på/av"
1152
 
1153
- #: lib/wfu_constants.php:262
1154
  msgid "go live again"
1155
  msgstr "gå live igen"
1156
 
1157
- #: lib/wfu_constants.php:263
1158
  msgid "end recording"
1159
  msgstr "avsluta inspelning"
1160
 
1161
- #: lib/wfu_constants.php:264
1162
  msgid "play"
1163
  msgstr "Spela"
1164
 
1165
- #: lib/wfu_constants.php:265
1166
  msgid "pause"
1167
  msgstr "Paus"
1168
 
1169
- #: lib/wfu_constants.php:266
1170
  msgid "go to the beginning"
1171
  msgstr "Gå till början"
1172
 
1173
- #: lib/wfu_constants.php:267
1174
  msgid "go to the end"
1175
  msgstr "Gå till slutet"
1176
 
1177
- #: lib/wfu_constants.php:269
1178
  msgid "Wordpress File Upload Form"
1179
  msgstr "WordPress filöverföringsformuläret"
1180
 
1181
- #: lib/wfu_constants.php:270
1182
  msgid "Wordpress File Upload plugin uploader for sidebars"
1183
  msgstr "WordPress-fil ladda upp plugin uploader för sidofält"
1184
 
1185
- #: lib/wfu_constants.php:271
1186
  msgid "Upload Files"
1187
  msgstr "Ladda upp filer"
1188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1189
  #~ msgid "Targer folder doesn't exist."
1190
  #~ msgstr "Targer mappen finns inte."
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:13+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:13+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sv\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.2.1\n"
135
  msgid "User"
136
  msgstr "Användare"
137
 
138
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
139
  msgid "Page"
140
  msgstr "Sida"
141
 
278
  "korrekt filnamn är: "
279
 
280
  #: lib/wfu_constants.php:86
281
+ #, fuzzy
282
+ #| msgid ""
283
+ #| "Error. This file was rejected because its extension is not correct. Its "
284
+ #| "proper filename is: "
285
+ msgid "Error. This file was rejected because its not a valid image."
286
+ msgstr ""
287
+ "Fel. Den här filen avvisades eftersom filändelsen inte är korrekt. Dess "
288
+ "korrekt filnamn är: "
289
+
290
+ #: lib/wfu_constants.php:87
291
  msgid ""
292
  "Too many files are uploaded in a short period of time. This may be a Denial-"
293
  "Of-Service attack, so file was rejected. Please check the upload log for "
297
  "Service attack, så filen avslogs. Kontrollera loggen uppladdning för "
298
  "misstänkt beteende."
299
 
300
+ #: lib/wfu_constants.php:88
301
  msgid ""
302
  "File not uploaded in order to prevent overflow of the website. Please "
303
  "contact administrator."
305
  "Filen inte laddas upp för att förhindra spill av webbplatsen. Kontakta "
306
  "administratören."
307
 
308
+ #: lib/wfu_constants.php:89
309
  msgid "Target folder doesn't exist."
310
  msgstr ""
311
 
312
+ #: lib/wfu_constants.php:90
313
  msgid "Upload failed! Missing a temporary folder."
314
  msgstr "Det gick inte att ladda upp! Saknas en tillfällig mapp."
315
 
316
+ #: lib/wfu_constants.php:91
317
+ msgid "Not allowed to upload to target folder."
318
+ msgstr ""
319
+
320
+ #: lib/wfu_constants.php:92
321
  msgid "Upload failed! Permission denied to write to target folder."
322
  msgstr "Det gick inte att ladda upp! Åtkomst nekad att skriva till målmappen."
323
 
324
+ #: lib/wfu_constants.php:93
325
  msgid "File not allowed."
326
  msgstr "Filtyp inte tillåten."
327
 
328
+ #: lib/wfu_constants.php:94
329
  msgid "File is suspicious and was rejected."
330
  msgstr "Filen är misstänksam och avvisades."
331
 
332
+ #: lib/wfu_constants.php:95
333
  msgid "The uploaded file exceeds the file size limit."
334
  msgstr "Den uppladdade filen överskrider filstorleksgränsen."
335
 
336
+ #: lib/wfu_constants.php:96
337
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
338
  msgstr ""
339
  "Den uppladdade filen överskrider 2GB och stöds inte av den här servern."
340
 
341
+ #: lib/wfu_constants.php:97
342
  msgid ""
343
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
344
  "Please contact the administrator."
346
  "Det gick inte att ladda upp! Den uppladdade filen överskrider "
347
  "Filstorleksgränsen för servern. Vänligen kontakta administratören."
348
 
349
+ #: lib/wfu_constants.php:98
350
  msgid ""
351
  "Upload failed! The duration of the upload exceeded the time limit of the "
352
  "server. Please contact the administrator."
354
  "Det gick inte att ladda upp! Varaktigheten av uppladdningen överskridit "
355
  "tidsgränsen för servern. Vänligen kontakta administratören."
356
 
357
+ #: lib/wfu_constants.php:99
358
  msgid ""
359
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
360
  "was specified in the HTML form."
361
  msgstr ""
362
  "Den uppladdade filen överstiger MAX_FILE_SIZE som angavs i HTML-formuläret."
363
 
364
+ #: lib/wfu_constants.php:100
365
  msgid "Upload failed! The uploaded file was only partially uploaded."
366
  msgstr ""
367
  "Det gick inte att ladda upp! Den uppladdade filen laddades bara delvis."
368
 
369
+ #: lib/wfu_constants.php:101
370
  msgid "Upload failed! No file was uploaded."
371
  msgstr "Uppladdning misslyckades."
372
 
373
+ #: lib/wfu_constants.php:102
374
  msgid "Upload failed! Failed to write file to disk."
375
  msgstr "Det gick inte att ladda upp! Misslyckades att skriva fil till disk."
376
 
377
+ #: lib/wfu_constants.php:103
378
  msgid ""
379
  "Upload failed! Error occured while moving temporary file. Please contact "
380
  "administrator."
382
  "Det gick inte att ladda upp! Fel uppstod när flytta temporär fil. Kontakta "
383
  "administratören."
384
 
385
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
386
  msgid "Upload cancelled!"
387
  msgstr "Ladda upp fil/ladda upp filer"
388
 
389
+ #: lib/wfu_constants.php:105
390
  msgid ""
391
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
392
  "a way to ascertain which extension caused the file upload to stop; examining "
396
  "ger inte ett sätt att fastställa vilka förlängning orsakade filuppladdning "
397
  "att stoppa; Granska listan över inlästa tillägg med phpinfo() kan hjälpa."
398
 
399
+ #: lib/wfu_constants.php:106
400
  msgid "Upload failed! Error occured while attemting to upload the file."
401
  msgstr ""
402
  "Det gick inte att ladda upp! Fel uppstod när attemting Ladda upp filen."
403
 
404
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
405
  msgid "Upload failed!"
406
  msgstr "Uppladdning misslyckades"
407
 
408
+ #: lib/wfu_constants.php:108
409
  msgid "No file!"
410
  msgstr "Ingen fil"
411
 
412
+ #: lib/wfu_constants.php:109
413
  msgid ""
414
  "Upload failed! The upload has been canceled by the user or the browser "
415
  "dropped the connection."
417
  "Det gick inte att ladda upp! Uppladdningen har avbrutits av användaren eller "
418
  "webbläsaren tappade anslutningen."
419
 
420
+ #: lib/wfu_constants.php:110
421
  msgid "Upload failed! Unknown error."
422
  msgstr "Det gick inte att ladda upp! Okänt fel."
423
 
424
+ #: lib/wfu_constants.php:111
425
  msgid "Please contact the administrator."
426
  msgstr "Vänligen kontakta administratören."
427
 
428
+ #: lib/wfu_constants.php:112
429
  msgid "No result from remote server!"
430
  msgstr "Inget resultat från fjärrservern!"
431
 
432
+ #: lib/wfu_constants.php:113
433
  msgid " but with warnings"
434
  msgstr " men med varningar"
435
 
436
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
437
  msgid "Warning: JSON parse error."
438
  msgstr "Varning: JSON parse error."
439
 
440
+ #: lib/wfu_constants.php:115
441
  msgid ""
442
  "Upload parameters of this file, passed as JSON string to the handler, could "
443
  "not be parsed."
445
  "Ladda upp parametrarna för denna fil, passerade som JSON-sträng till "
446
  "hanteraren, kunde inte parsas."
447
 
448
+ #: lib/wfu_constants.php:117
449
  msgid ""
450
  "UploadStates, passed as JSON string to the handler, could not be parsed."
451
  msgstr ""
452
  "UploadStates, passerade som JSON-sträng till hanteraren, kunde inte parsas."
453
 
454
+ #: lib/wfu_constants.php:118
455
  msgid ""
456
  "Redirection to classic form functionality occurred due to unknown error."
457
  msgstr ""
458
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av okänt fel."
459
 
460
+ #: lib/wfu_constants.php:119
461
  msgid ""
462
  "Redirection to classic form functionality occurred because AJAX is not "
463
  "supported."
465
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom AJAX inte "
466
  "stöds."
467
 
468
+ #: lib/wfu_constants.php:120
469
  msgid ""
470
  "Redirection to classic form functionality occurred because HTML5 is not "
471
  "supported."
473
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom HTML5 inte "
474
  "stöds."
475
 
476
+ #: lib/wfu_constants.php:121
477
  msgid ""
478
  "Redirection to classic form functionality occurred due to JSON parse error."
479
  msgstr ""
480
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av JSON "
481
  "parse error."
482
 
483
+ #: lib/wfu_constants.php:122
484
  msgid "Please enable popup windows from the browser's settings!"
485
  msgstr "Vänligen aktivera popupfönster från webbläsarens inställningar!"
486
 
487
+ #: lib/wfu_constants.php:123
488
  msgid "cannot be empty!"
489
  msgstr "kan inte vara tom!"
490
 
491
+ #: lib/wfu_constants.php:124
492
  msgid "number not valid!"
493
  msgstr "nummer inte giltig!"
494
 
495
+ #: lib/wfu_constants.php:125
496
  msgid "email not valid!"
497
  msgstr "E-postadressen är inte giltig!"
498
 
499
+ #: lib/wfu_constants.php:126
500
  msgid "emails do not match!"
501
  msgstr "e-post stämmer inte!"
502
 
503
+ #: lib/wfu_constants.php:127
504
  msgid "no base email field in group!"
505
  msgstr "ingen bas e-fältet i gruppen!"
506
 
507
+ #: lib/wfu_constants.php:128
508
  msgid "passwords do not match!"
509
  msgstr "De två lösenorden matchar inte."
510
 
511
+ #: lib/wfu_constants.php:129
512
  msgid "no base password field in group!"
513
  msgstr "ingen bas lösenordsfältet i grupp!"
514
 
515
+ #: lib/wfu_constants.php:130
516
  msgid "checkbox unchecked!"
517
  msgstr "kryssrutan avmarkerad!"
518
 
519
+ #: lib/wfu_constants.php:131
520
  msgid "no option selected!"
521
  msgstr "Inget alternativ valt"
522
 
523
+ #: lib/wfu_constants.php:132
524
  msgid "no item selected!"
525
  msgstr "Inget objekt valt."
526
 
527
+ #: lib/wfu_constants.php:133
528
  msgid ""
529
  "There are more than one instances of the plugin in this page with the same "
530
  "id. Please change it."
532
  "I området i närheten finns det flera instanser av plugin i sidan med samma "
533
  "id. Ändra det."
534
 
535
+ #: lib/wfu_constants.php:134
536
  msgid ""
537
  "Cannot edit the shortcode because the page has been modified. Please reload "
538
  "the page."
540
  "Kan inte redigera kortkoden eftersom sidan har ändrats. Vänligen ladda om "
541
  "sidan."
542
 
543
+ #: lib/wfu_constants.php:135
544
  msgid "Your browser does not support webcam capture!"
545
  msgstr "Din webbläsare stöder inte webbkamerainspelning!"
546
 
547
+ #: lib/wfu_constants.php:136
548
  msgid "Your browser does not support video recording from the webcam!"
549
  msgstr "Din webbläsare stöder inte videoinspelning från webbkameran!"
550
 
551
+ #: lib/wfu_constants.php:137
552
  msgid "No video was recorded!"
553
  msgstr "Ingen video spelades in!"
554
 
555
+ #: lib/wfu_constants.php:138
556
  msgid ""
557
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
558
  "or use RecaptchaV2 (no account)."
560
  "FEL: Captcha stöds inte! Du har en gammal PHP-version. Uppgradera din PHP "
561
  "eller använda RecaptchaV2 (inget konto)."
562
 
563
+ #: lib/wfu_constants.php:139
564
  msgid ""
565
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
566
  "notify administrator."
568
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
569
  "Vänligen meddela administratören."
570
 
571
+ #: lib/wfu_constants.php:140
572
  msgid ""
573
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
574
  "use RecaptchaV1 (no account)."
576
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
577
  "Vänligen använd RecaptchaV1 (inget konto)."
578
 
579
+ #: lib/wfu_constants.php:141
580
  msgid "ERROR: No site key. Please contact administrator!"
581
  msgstr "FEL: Ingen webbplats nyckel. Vänligen kontakta administratören!"
582
 
583
+ #: lib/wfu_constants.php:142
584
  msgid ""
585
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
586
  "define Google Recaptcha keys."
588
  "FEL: Ingen webbplats nyckel definierad! Vänligen gå till plugin "
589
  "inställningar i kontrollpanelen för att definiera Google Recaptcha nycklar."
590
 
591
+ #: lib/wfu_constants.php:143
592
  msgid "Bad captcha image!"
593
  msgstr "Dåliga captcha-bild!"
594
 
595
+ #: lib/wfu_constants.php:144
596
  msgid "No input!"
597
  msgstr ""
598
  "aria-required är en form input WAI ARIA tag. Screen readers använder detta "
602
  "snart att accepteras av HTML validator, så du kan utan risk ignorera de "
603
  "valideringsfel som den kommer att orsaka."
604
 
605
+ #: lib/wfu_constants.php:145
606
  msgid "Captcha not completed!"
607
  msgstr "CAPTCHA inte klar!"
608
 
609
+ #: lib/wfu_constants.php:146
610
  msgid "Wrong captcha!"
611
  msgstr "Fel captcha!"
612
 
613
+ #: lib/wfu_constants.php:147
614
  msgid "Error refreshing captcha!"
615
  msgstr "Fel uppdaterar captcha!"
616
 
617
+ #: lib/wfu_constants.php:148
618
  msgid "Unknown captcha error!"
619
  msgstr "Okänd captcha fel!"
620
 
621
+ #: lib/wfu_constants.php:149
622
  msgid "Captcha not supported by your browser!"
623
  msgstr "CAPTCHA stöds inte av din webbläsare!"
624
 
625
+ #: lib/wfu_constants.php:150
626
  msgid "the secret parameter is missing"
627
  msgstr "den hemliga parametern saknas"
628
 
629
+ #: lib/wfu_constants.php:151
630
  msgid "the secret parameter is invalid or malformed"
631
  msgstr "hemliga parametern är ogiltig eller felaktig"
632
 
633
+ #: lib/wfu_constants.php:152
634
  msgid "the response parameter is missing"
635
  msgstr "Parametern saknas."
636
 
637
+ #: lib/wfu_constants.php:153
638
  msgid "the response parameter is invalid or malformed"
639
  msgstr "Parameterns svar är ogiltigt eller har felaktigt format."
640
 
641
+ #: lib/wfu_constants.php:154
642
  msgid "Please do not use drag drop due to an internal problem."
643
  msgstr "Vänligen Använd inte dra på grund av ett internt problem."
644
 
645
+ #: lib/wfu_constants.php:155
646
  #, php-format
647
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
648
  msgstr "Fel under segmenterad uppladdning. Unikt ID saknas i segmentet %d"
649
 
650
+ #: lib/wfu_constants.php:156
651
  msgid "Chunked upload is not allowed!"
652
  msgstr "Segmentuppladdning är inte tillåtet!"
653
 
654
+ #: lib/wfu_constants.php:157
655
  msgid "Chunked upload aborted due to error in previous chunk!"
656
  msgstr "Gruppuppladdning avbröts på grund av fel i tidigare segment!"
657
 
658
+ #: lib/wfu_constants.php:158
659
  msgid "Chunked upload failed, final file could not be created!"
660
  msgstr "Uppladdningen av segmentet misslyckades, filen kunde inte skapas!"
661
 
662
+ #: lib/wfu_constants.php:159
663
  #, php-format
664
  msgid "Could not write file chuck to destination on chunk %d"
665
  msgstr "Kunde inte skriva filensegmentet till destination på segment %d"
666
 
667
+ #: lib/wfu_constants.php:160
668
  #, php-format
669
  msgid "Could not enlarge destination file on chunk %d"
670
  msgstr "Kunde inte förstora målfilen på segment %d"
671
 
672
+ #: lib/wfu_constants.php:161
673
  #, php-format
674
  msgid "Could not open file handles on chunk %d"
675
  msgstr "Kunde inte öppna filreferenser på segment %d"
676
 
677
+ #: lib/wfu_constants.php:162
678
  msgid "You are not allowed to download this file!"
679
  msgstr "Du har inte tillgång till den här filen."
680
 
681
+ #: lib/wfu_constants.php:163
682
  msgid "File does not exist!"
683
  msgstr "Filen finns inte"
684
 
685
+ #: lib/wfu_constants.php:164
686
  msgid "Could not download file!"
687
  msgstr "Kunde inte ladda ner fil!"
688
 
689
+ #: lib/wfu_constants.php:165
690
  msgid "You are not allowed to delete this file!"
691
  msgstr "Du får inte ta bort denna fil!"
692
 
693
+ #: lib/wfu_constants.php:166
694
  msgid "File was not deleted!"
695
  msgstr "Filen var inte bort!"
696
 
697
+ #: lib/wfu_constants.php:167
698
  msgid "No file was deleted!"
699
  msgstr "Ingen fil har tagits bort!"
700
 
701
+ #: lib/wfu_constants.php:168
702
  msgid "Some files were not deleted!"
703
  msgstr "Vissa filer raderas inte!"
704
 
705
+ #: lib/wfu_constants.php:170
706
  msgid "Upload skipped! File already exists."
707
  msgstr "Ladda upp överhoppade! Filen finns redan."
708
 
709
+ #: lib/wfu_constants.php:171
710
  msgid "The extension of the file does not match its contents."
711
  msgstr ""
712
 
713
+ #: lib/wfu_constants.php:172
714
  msgid ""
715
  "Upload succeeded but the file is suspicious because its contents do not "
716
  "match its extension. Its proper filename is: "
718
  "Ladda upp lyckades men filen är misstänksam eftersom innehållet inte matchar "
719
  "dess förlängning. Dess korrekt filnamn är:"
720
 
721
+ #: lib/wfu_constants.php:173
722
  msgid "No files have been selected!"
723
  msgstr "Inga filer har valts!"
724
 
725
+ #: lib/wfu_constants.php:174
726
  msgid "Please complete the consent question before continuing the upload!"
727
  msgstr ""
728
 
729
+ #: lib/wfu_constants.php:175
730
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
731
  msgstr ""
732
  "WPFilebase Plugin uppdaterad inte eftersom det fanns inga filer som laddas "
733
  "upp."
734
 
735
+ #: lib/wfu_constants.php:176
736
  msgid "Notification email was not sent because there were no files uploaded."
737
  msgstr ""
738
  "E-postmeddelande skickades inte eftersom det fanns inga filer som laddas upp."
739
 
740
+ #: lib/wfu_constants.php:177
741
  msgid ""
742
  "Notification email was not sent because no recipients were defined. Please "
743
  "check notifyrecipients attribute in the shortcode."
745
  "E-postmeddelande skickades inte eftersom inga mottagare definierades. "
746
  "Vänligen kontrollera notifyrecipients attribut i kortkod."
747
 
748
+ #: lib/wfu_constants.php:178
749
  msgid ""
750
  "Notification email was not sent due to an error. Please check "
751
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
753
  "E-postmeddelande skickades inte på grund av ett fel. Kontrollera "
754
  "notifyrecipients, notifysubject och notifymessage attribut för fel."
755
 
756
+ #: lib/wfu_constants.php:179
757
  msgid ""
758
  "Redirection not executed because redirection link is empty. Please check "
759
  "redirectlink attribute."
761
  "Omdirigering inte köras eftersom omdirigering länk är tom. Vänligen "
762
  "kontrollera redirectlink attribut."
763
 
764
+ #: lib/wfu_constants.php:180
765
  msgid ""
766
  "Redirection not executed because not all files were successfully uploaded."
767
  msgstr "Omdirigering av kördes inte eftersom inte alla filer har laddats."
768
 
769
+ #: lib/wfu_constants.php:181
770
  msgid "Potential Denial-Of-Service Attack on {SITE}"
771
  msgstr "Potentiell Denial-Of-Service Attack på {SIDA}"
772
 
773
+ #: lib/wfu_constants.php:182
774
  msgid ""
775
  "Hello admin\n"
776
  "\n"
806
  "\n"
807
  "Tack"
808
 
809
+ #: lib/wfu_constants.php:183
810
  msgid ""
811
  "You have activated an alternative insecure Iptanus Services Server. For "
812
  "details please contact info@iptanus.com."
813
  msgstr ""
814
 
815
+ #: lib/wfu_constants.php:184
816
  msgid ""
817
  "Iptanus Services Server is unreachable. This may cause problems on some "
818
  "plugin functions. Please read this :article: for resolution."
819
  msgstr ""
820
 
821
+ #: lib/wfu_constants.php:186
822
  msgid ""
823
  "Failed to add the shortcode to the page/post. Please try again. If the "
824
  "message persists, contact administrator."
826
  "Det gick inte att lägga till kortkoden till denna sida/inlägget. Vänligen "
827
  "försök igen. Om meddelandet kvarstår, kontakta administratören."
828
 
829
+ #: lib/wfu_constants.php:187
830
  msgid ""
831
  "Failed to edit the shortcode because the contents of the page changed. Try "
832
  "again to edit the shortcode."
834
  "Det gick inte att redigera kortkod eftersom innehållet på sidan har ändrats. "
835
  "Försök igen att redigera kortkod."
836
 
837
+ #: lib/wfu_constants.php:188
838
  msgid ""
839
  "Failed to delete the shortcode because the contents of the page changed. Try "
840
  "again to delete it."
842
  "Kunde inte ta bort kortkod eftersom innehållet på sidan är ändrat. Försök "
843
  "att ta bort den igen."
844
 
845
+ #: lib/wfu_constants.php:189
846
  msgid ""
847
  "The page containing the shortcode has been modified and it is no longer "
848
  "valid. Please go back to reload the shortcode."
850
  "Sidan som innehåller kortkod har ändrats och det är inte längre giltig. Gå "
851
  "tillbaka till Ladda kortkod."
852
 
853
+ #: lib/wfu_constants.php:190
854
  msgid ""
855
  "Failed to update the shortcode because the contents of the page changed. Go "
856
  "back to reload the shortcode."
858
  "Det gick inte att uppdatera kortkod eftersom innehållet på sidan ändrats. Gå "
859
  "tillbaka till Ladda kortkod."
860
 
861
+ #: lib/wfu_constants.php:191
862
  msgid ""
863
  "Failed to update the shortcode. Please try again. If the problem persists, "
864
  "go back and reload the shortcode."
866
  "Det gick inte att uppdatera kortkod. Vänligen försök igen. Om problemet "
867
  "kvarstår, gå tillbaka och ladda kortkod."
868
 
869
+ #: lib/wfu_constants.php:193
870
  msgid "This is a test message"
871
  msgstr "Testmeddelande skickat"
872
 
873
+ #: lib/wfu_constants.php:194
874
  msgid "This is a test administrator message"
875
  msgstr "Detta är ett testmeddelande för administratör"
876
 
877
+ #: lib/wfu_constants.php:195
878
  msgid "File testfile 1 under test"
879
  msgstr "Fil testfile 1 under test"
880
 
881
+ #: lib/wfu_constants.php:196
882
  msgid "File testfile 1 message"
883
  msgstr "Fil testfile 1 meddelande"
884
 
885
+ #: lib/wfu_constants.php:197
886
  msgid "File testfile 1 administrator message"
887
  msgstr "Fil testfile 1 administratör meddelande"
888
 
889
+ #: lib/wfu_constants.php:198
890
  msgid "File testfile 2 under test"
891
  msgstr "Fil testfile 2 under test"
892
 
893
+ #: lib/wfu_constants.php:199
894
  msgid "File testfile 2 message"
895
  msgstr "Fil testfile 2 meddelande"
896
 
897
+ #: lib/wfu_constants.php:200
898
  msgid "File testfile 2 administrator message"
899
  msgstr "Fil testfile 2 administratör meddelande"
900
 
901
+ #: lib/wfu_constants.php:202
902
  msgid ""
903
  "Insert variable %userid% inside text. It will be replaced by the id of the "
904
  "current user."
906
  "Infoga variabeln %userid% inuti texten. Det kommer att ersättas av id för "
907
  "den aktuella användaren."
908
 
909
+ #: lib/wfu_constants.php:203
910
  msgid ""
911
  "Insert variable %username% inside text. It will be replaced by the username "
912
  "of the current user."
914
  "Infoga miljövariabeln %username% inuti texten. Det kommer att ersättas av "
915
  "användarnamnet för den aktuella användaren."
916
 
917
+ #: lib/wfu_constants.php:204
918
  msgid ""
919
  "Insert variable %useremail% inside text. It will be replaced by the email of "
920
  "the current user."
922
  "Infoga variabeln %useremail% inuti texten. Det kommer att ersättas av e-post "
923
  "för den aktuella användaren."
924
 
925
+ #: lib/wfu_constants.php:205
926
  msgid ""
927
  "Insert variable %filename% inside text. It will be replaced by the filename "
928
  "of the uploaded file."
930
  "Infoga variabeln %filnamn% inuti texten. Det kommer att ersättas av "
931
  "filnamnet för den överförda filen."
932
 
933
+ #: lib/wfu_constants.php:206
934
  msgid ""
935
  "Insert variable %filepath% inside text. It will be replaced by the full "
936
  "filepath of the uploaded file."
938
  "Infoga variabeln %filepath% inuti texten. Det kommer att ersättas av den "
939
  "fullständiga sökvägen för den överförda filen."
940
 
941
+ #: lib/wfu_constants.php:207
942
  msgid ""
943
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
944
  "the website."
946
  "Infoga variabeln %blogid% inuti texten. Det kommer att ersättas av blogg id "
947
  "för webbplatsen."
948
 
949
+ #: lib/wfu_constants.php:208
950
  msgid ""
951
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
952
  "current page."
954
  "Infoga variabeln %pageid% inuti texten. Det kommer att ersättas av id för "
955
  "den aktuella sidan."
956
 
957
+ #: lib/wfu_constants.php:209
958
  msgid ""
959
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
960
  "the current page."
962
  "Infoga variabeln %pagetitle% inuti texten. Det kommer att ersättas av titeln "
963
  "på den aktuella sidan."
964
 
965
+ #: lib/wfu_constants.php:210
966
  msgid ""
967
  "Insert variable %userdataXXX% inside text. Select the user field from the "
968
  "drop-down list. It will be replaced by the value that the user entered in "
972
  "down listan. Det kommer att ersättas av det värde som användaren har angett "
973
  "i fältet."
974
 
975
+ #: lib/wfu_constants.php:211
976
  msgid "Insert variable %n% inside text to denote a line change."
977
  msgstr "Infoga variabeln %n% inuti texten betecknar en radändring."
978
 
979
+ #: lib/wfu_constants.php:213
980
  #, php-format
981
  msgid "File %filename% uploaded successfully but not saved"
982
  msgstr ""
983
 
984
+ #: lib/wfu_constants.php:214
985
  msgid "Test Mode"
986
  msgstr "Testmod"
987
 
988
+ #: lib/wfu_constants.php:215
989
  msgid "select dir..."
990
  msgstr "Välj katalog"
991
 
992
+ #: lib/wfu_constants.php:216
993
  msgid "type dir"
994
  msgstr "Typ"
995
 
996
+ #: lib/wfu_constants.php:217
997
  msgid "Upload path: %filepath%"
998
  msgstr "Ladda sökväg: %filepath%"
999
 
1000
+ #: lib/wfu_constants.php:218
1001
  msgid "Failed upload path: %filepath%"
1002
  msgstr "Misslyckades att ladda upp sökväg: %filepath%"
1003
 
1004
+ #: lib/wfu_constants.php:219
1005
  msgid " (required)"
1006
  msgstr "(obligatoriskt)"
1007
 
1008
+ #: lib/wfu_constants.php:220
1009
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
1010
  msgstr "Filer överförs. Är du säker på att du vill stänga sidan?"
1011
 
1012
+ #: lib/wfu_constants.php:221
1013
  msgid "checking captcha..."
1014
  msgstr "kontrollerar captcha..."
1015
 
1016
+ #: lib/wfu_constants.php:222
1017
  msgid "refreshing..."
1018
  msgstr "Förnyar..."
1019
 
1020
+ #: lib/wfu_constants.php:223
1021
  msgid "correct captcha"
1022
  msgstr "rätt captcha"
1023
 
1024
+ #: lib/wfu_constants.php:224
1025
  msgid "click to continue the upload"
1026
  msgstr "klicka för att fortsätta uppladdningen"
1027
 
1028
+ #: lib/wfu_constants.php:225
1029
  msgid "Are you sure you want to delete this file?"
1030
  msgstr "Är du säker på att du vill radera denna fil?"
1031
 
1032
+ #: lib/wfu_constants.php:226
1033
  msgid "Are you sure you want to delete these files?"
1034
  msgstr "Är du säker på att du vill radera dessa filer?"
1035
 
1036
+ #: lib/wfu_constants.php:227
1037
  msgid "Bulk Actions"
1038
  msgstr "Massåtgärder"
1039
 
1040
+ #: lib/wfu_constants.php:228
1041
  msgid "Apply"
1042
  msgstr "Utför"
1043
 
1044
+ #: lib/wfu_constants.php:230
1045
  msgid "of "
1046
  msgstr ""
1047
 
1048
+ #: lib/wfu_constants.php:231
1049
  msgid "Are you sure that you want to cancel the upload?"
1050
  msgstr "Är du säker på att du vill avbryta uppladdningen?"
1051
 
1052
+ #: lib/wfu_constants.php:232
1053
  msgid "cancel upload of this file"
1054
  msgstr "avbryt överföringen av denna fil"
1055
 
1056
+ #: lib/wfu_constants.php:233
1057
  msgid "Upload in progress"
1058
  msgstr "Ladda upp pågår"
1059
 
1060
+ #: lib/wfu_constants.php:234
1061
  msgid "Upload in progress with warnings!"
1062
  msgstr "Ladda upp fil/ladda upp filer"
1063
 
1064
+ #: lib/wfu_constants.php:235
1065
  msgid "Upload in progress but some files already failed!"
1066
  msgstr "Uppladdning pågår men vissa filer redan misslyckats!"
1067
 
1068
+ #: lib/wfu_constants.php:236
1069
  msgid "Upload in progress but no files uploaded so far!"
1070
  msgstr "Uppladdning pågår men inga filer uppladdade hittills!"
1071
 
1072
+ #: lib/wfu_constants.php:237
1073
  msgid "All files uploaded successfully"
1074
  msgstr "Uppladdningen lyckades"
1075
 
1076
+ #: lib/wfu_constants.php:238
1077
  msgid "All files uploaded successfully but there are warnings!"
1078
  msgstr "Alla filer som laddas upp korrekt men det finns varningar!"
1079
 
1080
+ #: lib/wfu_constants.php:239
1081
  msgid "File uploaded successfully but there are warnings!"
1082
  msgstr "Filen laddas upp korrekt men det finns varningar!"
1083
 
1084
+ #: lib/wfu_constants.php:240
1085
  msgid "Some files failed to upload!"
1086
  msgstr "Vissa filer misslyckades att ladda upp!"
1087
 
1088
+ #: lib/wfu_constants.php:241
1089
  msgid "All files failed to upload"
1090
  msgstr "Uppladdning misslyckades."
1091
 
1092
+ #: lib/wfu_constants.php:242
1093
  msgid "File failed to upload"
1094
  msgstr "Det gick inte att ladda upp filen"
1095
 
1096
+ #: lib/wfu_constants.php:243
1097
  msgid "There are no files to upload!"
1098
  msgstr "Släpp filer för att ladda upp"
1099
 
1100
+ #: lib/wfu_constants.php:244
1101
  msgid "Test upload message"
1102
  msgstr "Test uppladdning meddelande"
1103
 
1104
+ #: lib/wfu_constants.php:245
1105
  msgid "JSON parse warning!"
1106
  msgstr "JSON syntax varning!"
1107
 
1108
+ #: lib/wfu_constants.php:246
1109
  msgid "please wait while redirecting..."
1110
  msgstr "Vänta medan omdirigerar..."
1111
 
1112
+ #: lib/wfu_constants.php:248
1113
  msgid "Submitting data"
1114
  msgstr ""
1115
 
1116
+ #: lib/wfu_constants.php:249
1117
  msgid "Data submitted successfully!"
1118
  msgstr ""
1119
 
1120
+ #: lib/wfu_constants.php:250
1121
  msgid "Data were not submitted!"
1122
  msgstr ""
1123
 
1124
+ #: lib/wfu_constants.php:251
1125
  msgid "Cancelling upload"
1126
  msgstr ""
1127
 
1128
+ #: lib/wfu_constants.php:253
1129
  msgid "Upload succeeded!"
1130
  msgstr ""
1131
 
1132
+ #: lib/wfu_constants.php:254
1133
  msgid "Upload completed but no files were saved!"
1134
  msgstr ""
1135
 
1136
+ #: lib/wfu_constants.php:255
1137
  msgid "File was not saved due to personal data policy!"
1138
  msgstr ""
1139
 
1140
+ #: lib/wfu_constants.php:256
1141
  msgid "Open visual shortcode editor in new window"
1142
  msgstr "Öppna visual kortkod editor i nytt fönster"
1143
 
1144
+ #: lib/wfu_constants.php:257
1145
  msgid "loading visual editor"
1146
  msgstr "lastning visuell redigerare"
1147
 
1148
+ #: lib/wfu_constants.php:258
1149
  msgid "Clear file list?"
1150
  msgstr "Rensa fil-lista?"
1151
 
1152
+ #: lib/wfu_constants.php:259
1153
  msgid "DROP HERE"
1154
  msgstr "Släpp filen här"
1155
 
1156
+ #: lib/wfu_constants.php:261
1157
  msgid "record video"
1158
  msgstr "spela in video"
1159
 
1160
+ #: lib/wfu_constants.php:262
1161
  msgid "take a picture"
1162
  msgstr "ta en bild"
1163
 
1164
+ #: lib/wfu_constants.php:263
1165
  msgid "turn webcam on/off"
1166
  msgstr "vända webcam på/av"
1167
 
1168
+ #: lib/wfu_constants.php:264
1169
  msgid "go live again"
1170
  msgstr "gå live igen"
1171
 
1172
+ #: lib/wfu_constants.php:265
1173
  msgid "end recording"
1174
  msgstr "avsluta inspelning"
1175
 
1176
+ #: lib/wfu_constants.php:266
1177
  msgid "play"
1178
  msgstr "Spela"
1179
 
1180
+ #: lib/wfu_constants.php:267
1181
  msgid "pause"
1182
  msgstr "Paus"
1183
 
1184
+ #: lib/wfu_constants.php:268
1185
  msgid "go to the beginning"
1186
  msgstr "Gå till början"
1187
 
1188
+ #: lib/wfu_constants.php:269
1189
  msgid "go to the end"
1190
  msgstr "Gå till slutet"
1191
 
1192
+ #: lib/wfu_constants.php:271
1193
  msgid "Wordpress File Upload Form"
1194
  msgstr "WordPress filöverföringsformuläret"
1195
 
1196
+ #: lib/wfu_constants.php:272
1197
  msgid "Wordpress File Upload plugin uploader for sidebars"
1198
  msgstr "WordPress-fil ladda upp plugin uploader för sidofält"
1199
 
1200
+ #: lib/wfu_constants.php:273
1201
  msgid "Upload Files"
1202
  msgstr "Ladda upp filer"
1203
 
1204
+ #: lib/wfu_functions.php:8192
1205
+ #, fuzzy
1206
+ #| msgid "Wordpress File Upload Form"
1207
+ msgid "Wordpress File Upload Consent Status"
1208
+ msgstr "WordPress filöverföringsformuläret"
1209
+
1210
+ #: lib/wfu_functions.php:8195
1211
+ msgid "Consent Status"
1212
+ msgstr ""
1213
+
1214
+ #: lib/wfu_functions.php:8197
1215
+ msgid "You have given your consent to store personal data."
1216
+ msgstr ""
1217
+
1218
+ #: lib/wfu_functions.php:8197
1219
+ msgid "You have denied to store personal data."
1220
+ msgstr ""
1221
+
1222
+ #: lib/wfu_functions.php:8197
1223
+ #, fuzzy
1224
+ #| msgid "You are not allowed to download this file!"
1225
+ msgid "You have not answered to consent yet."
1226
+ msgstr "Du har inte tillgång till den här filen."
1227
+
1228
+ #: lib/wfu_functions.php:8203
1229
+ msgid "Change status to"
1230
+ msgstr ""
1231
+
1232
+ #: lib/wfu_functions.php:8205
1233
+ msgid "No change"
1234
+ msgstr ""
1235
+
1236
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1237
+ msgid "Revoke Consent"
1238
+ msgstr ""
1239
+
1240
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1241
+ msgid "Clear Consent"
1242
+ msgstr ""
1243
+
1244
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1245
+ msgid "Give Consent"
1246
+ msgstr ""
1247
+
1248
+ #: lib/wfu_widget.php:52
1249
+ msgid "Title:"
1250
+ msgstr ""
1251
+
1252
+ #: lib/wfu_widget.php:56
1253
+ msgid "Shortcode Attributes:"
1254
+ msgstr ""
1255
+
1256
  #~ msgid "Targer folder doesn't exist."
1257
  #~ msgstr "Targer mappen finns inte."
languages/wp-file-upload-zh_CN.mo CHANGED
Binary file
languages/wp-file-upload-zh_CN.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-05-18 15:33+0300\n"
6
- "PO-Revision-Date: 2020-05-18 15:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: zh_CN\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Generator: Poedit 2.2.1\n"
@@ -134,7 +135,7 @@ msgstr "大小"
134
  msgid "User"
135
  msgstr "用户"
136
 
137
- #: lib/wfu_constants.php:60 lib/wfu_constants.php:227
138
  msgid "Page"
139
  msgstr "页面"
140
 
@@ -265,87 +266,99 @@ msgid ""
265
  msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
266
 
267
  #: lib/wfu_constants.php:86
 
 
 
 
 
 
 
 
268
  msgid ""
269
  "Too many files are uploaded in a short period of time. This may be a Denial-"
270
  "Of-Service attack, so file was rejected. Please check the upload log for "
271
  "suspicious behaviour."
272
  msgstr ""
273
 
274
- #: lib/wfu_constants.php:87
275
  msgid ""
276
  "File not uploaded in order to prevent overflow of the website. Please "
277
  "contact administrator."
278
  msgstr ""
279
 
280
- #: lib/wfu_constants.php:88
281
  msgid "Target folder doesn't exist."
282
  msgstr ""
283
 
284
- #: lib/wfu_constants.php:89
285
  msgid "Upload failed! Missing a temporary folder."
286
  msgstr "加载失败!丢失一个临时文件夹。"
287
 
288
- #: lib/wfu_constants.php:90
 
 
 
 
289
  msgid "Upload failed! Permission denied to write to target folder."
290
  msgstr "加载失败!写入目标文件夹被拒绝。"
291
 
292
- #: lib/wfu_constants.php:91
293
  msgid "File not allowed."
294
  msgstr "文件不被允许。"
295
 
296
- #: lib/wfu_constants.php:92
297
  msgid "File is suspicious and was rejected."
298
  msgstr "可疑文件,被拒绝。"
299
 
300
- #: lib/wfu_constants.php:93
301
  msgid "The uploaded file exceeds the file size limit."
302
  msgstr "加载的文件超出文件尺寸限制。"
303
 
304
- #: lib/wfu_constants.php:94
305
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
306
  msgstr "上传文件超出2GB,服务器不支持。"
307
 
308
- #: lib/wfu_constants.php:95
309
  msgid ""
310
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
311
  "Please contact the administrator."
312
  msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
313
 
314
- #: lib/wfu_constants.php:96
315
  msgid ""
316
  "Upload failed! The duration of the upload exceeded the time limit of the "
317
  "server. Please contact the administrator."
318
  msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
319
 
320
- #: lib/wfu_constants.php:97
321
  msgid ""
322
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
323
  "was specified in the HTML form."
324
  msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
325
 
326
- #: lib/wfu_constants.php:98
327
  msgid "Upload failed! The uploaded file was only partially uploaded."
328
  msgstr "上传失败!只生产了部分加载文件。"
329
 
330
- #: lib/wfu_constants.php:99
331
  msgid "Upload failed! No file was uploaded."
332
  msgstr "上传失败!文件没有载入。"
333
 
334
- #: lib/wfu_constants.php:100
335
  msgid "Upload failed! Failed to write file to disk."
336
  msgstr "上传失败!写文件到磁盘失败。"
337
 
338
- #: lib/wfu_constants.php:101
339
  msgid ""
340
  "Upload failed! Error occured while moving temporary file. Please contact "
341
  "administrator."
342
  msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
343
 
344
- #: lib/wfu_constants.php:102 lib/wfu_constants.php:250
345
  msgid "Upload cancelled!"
346
  msgstr ""
347
 
348
- #: lib/wfu_constants.php:103
349
  msgid ""
350
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
351
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -354,146 +367,146 @@ msgstr ""
354
  "上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
355
  "查带 phpinfo() 的加载扩展名列表可能会有帮助。"
356
 
357
- #: lib/wfu_constants.php:104
358
  msgid "Upload failed! Error occured while attemting to upload the file."
359
  msgstr "上传失败!试图加载文件时出现错误。"
360
 
361
- #: lib/wfu_constants.php:105 lib/wfu_constants.php:245
362
  msgid "Upload failed!"
363
  msgstr "上传失败!"
364
 
365
- #: lib/wfu_constants.php:106
366
  msgid "No file!"
367
  msgstr "没有忘记!"
368
 
369
- #: lib/wfu_constants.php:107
370
  msgid ""
371
  "Upload failed! The upload has been canceled by the user or the browser "
372
  "dropped the connection."
373
  msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
374
 
375
- #: lib/wfu_constants.php:108
376
  msgid "Upload failed! Unknown error."
377
  msgstr "上传失败!未知故障。"
378
 
379
- #: lib/wfu_constants.php:109
380
  msgid "Please contact the administrator."
381
  msgstr "请联系管理员。"
382
 
383
- #: lib/wfu_constants.php:110
384
  msgid "No result from remote server!"
385
  msgstr "没有来自远程服务器的结果!"
386
 
387
- #: lib/wfu_constants.php:111
388
  msgid " but with warnings"
389
  msgstr "但是带警告提示"
390
 
391
- #: lib/wfu_constants.php:112 lib/wfu_constants.php:114
392
  msgid "Warning: JSON parse error."
393
  msgstr "警告:JSON 语法分析错误。"
394
 
395
- #: lib/wfu_constants.php:113
396
  msgid ""
397
  "Upload parameters of this file, passed as JSON string to the handler, could "
398
  "not be parsed."
399
  msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
400
 
401
- #: lib/wfu_constants.php:115
402
  msgid ""
403
  "UploadStates, passed as JSON string to the handler, could not be parsed."
404
  msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
405
 
406
- #: lib/wfu_constants.php:116
407
  msgid ""
408
  "Redirection to classic form functionality occurred due to unknown error."
409
  msgstr "由于未知故障,出现重新指向到classic form functionality"
410
 
411
- #: lib/wfu_constants.php:117
412
  msgid ""
413
  "Redirection to classic form functionality occurred because AJAX is not "
414
  "supported."
415
  msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
416
 
417
- #: lib/wfu_constants.php:118
418
  msgid ""
419
  "Redirection to classic form functionality occurred because HTML5 is not "
420
  "supported."
421
  msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
422
 
423
- #: lib/wfu_constants.php:119
424
  msgid ""
425
  "Redirection to classic form functionality occurred due to JSON parse error."
426
  msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
427
 
428
- #: lib/wfu_constants.php:120
429
  msgid "Please enable popup windows from the browser's settings!"
430
  msgstr "请在浏览器设置中启动 popup 打开窗口!"
431
 
432
- #: lib/wfu_constants.php:121
433
  msgid "cannot be empty!"
434
  msgstr "不能为空白!"
435
 
436
- #: lib/wfu_constants.php:122
437
  msgid "number not valid!"
438
  msgstr "无效数字!"
439
 
440
- #: lib/wfu_constants.php:123
441
  msgid "email not valid!"
442
  msgstr "无效邮件!"
443
 
444
- #: lib/wfu_constants.php:124
445
  msgid "emails do not match!"
446
  msgstr "邮箱不符!"
447
 
448
- #: lib/wfu_constants.php:125
449
  msgid "no base email field in group!"
450
  msgstr "在组中没有基本邮件区域!"
451
 
452
- #: lib/wfu_constants.php:126
453
  msgid "passwords do not match!"
454
  msgstr "口令不符!"
455
 
456
- #: lib/wfu_constants.php:127
457
  msgid "no base password field in group!"
458
  msgstr "在组中没有基本口令区域!"
459
 
460
- #: lib/wfu_constants.php:128
461
  msgid "checkbox unchecked!"
462
  msgstr "检查框没打记号!"
463
 
464
- #: lib/wfu_constants.php:129
465
  msgid "no option selected!"
466
  msgstr "没选择选项!"
467
 
468
- #: lib/wfu_constants.php:130
469
  msgid "no item selected!"
470
  msgstr "没选择任何物件!"
471
 
472
- #: lib/wfu_constants.php:131
473
  msgid ""
474
  "There are more than one instances of the plugin in this page with the same "
475
  "id. Please change it."
476
  msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
477
 
478
- #: lib/wfu_constants.php:132
479
  msgid ""
480
  "Cannot edit the shortcode because the page has been modified. Please reload "
481
  "the page."
482
  msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
483
 
484
- #: lib/wfu_constants.php:133
485
  msgid "Your browser does not support webcam capture!"
486
  msgstr ""
487
 
488
- #: lib/wfu_constants.php:134
489
  msgid "Your browser does not support video recording from the webcam!"
490
  msgstr ""
491
 
492
- #: lib/wfu_constants.php:135
493
  msgid "No video was recorded!"
494
  msgstr ""
495
 
496
- #: lib/wfu_constants.php:136
497
  msgid ""
498
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
499
  "or use RecaptchaV2 (no account)."
@@ -501,23 +514,23 @@ msgstr ""
501
  "错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
502
  "RecaptchaV2 。"
503
 
504
- #: lib/wfu_constants.php:137
505
  msgid ""
506
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
507
  "notify administrator."
508
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
509
 
510
- #: lib/wfu_constants.php:138
511
  msgid ""
512
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
513
  "use RecaptchaV1 (no account)."
514
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
515
 
516
- #: lib/wfu_constants.php:139
517
  msgid "ERROR: No site key. Please contact administrator!"
518
  msgstr "错误:没有site key. 请联系管理员!"
519
 
520
- #: lib/wfu_constants.php:140
521
  msgid ""
522
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
523
  "define Google Recaptcha keys."
@@ -525,152 +538,152 @@ msgstr ""
525
  "错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
526
  "keys。"
527
 
528
- #: lib/wfu_constants.php:141
529
  msgid "Bad captcha image!"
530
  msgstr "损坏的 captcha 图像!"
531
 
532
- #: lib/wfu_constants.php:142
533
  msgid "No input!"
534
  msgstr "没有输入!"
535
 
536
- #: lib/wfu_constants.php:143
537
  msgid "Captcha not completed!"
538
  msgstr "captcha 不完整!"
539
 
540
- #: lib/wfu_constants.php:144
541
  msgid "Wrong captcha!"
542
  msgstr "错误的 captcha!"
543
 
544
- #: lib/wfu_constants.php:145
545
  msgid "Error refreshing captcha!"
546
  msgstr "更新 captcha 故障!"
547
 
548
- #: lib/wfu_constants.php:146
549
  msgid "Unknown captcha error!"
550
  msgstr "未知 captcha 错误!"
551
 
552
- #: lib/wfu_constants.php:147
553
  msgid "Captcha not supported by your browser!"
554
  msgstr "你的浏览器不支持 captcha!"
555
 
556
- #: lib/wfu_constants.php:148
557
  msgid "the secret parameter is missing"
558
  msgstr "秘密参数丢失"
559
 
560
- #: lib/wfu_constants.php:149
561
  msgid "the secret parameter is invalid or malformed"
562
  msgstr "秘密参数无效或出错"
563
 
564
- #: lib/wfu_constants.php:150
565
  msgid "the response parameter is missing"
566
  msgstr "相应参数丢失"
567
 
568
- #: lib/wfu_constants.php:151
569
  msgid "the response parameter is invalid or malformed"
570
  msgstr "相应参数无效或出错"
571
 
572
- #: lib/wfu_constants.php:152
573
  msgid "Please do not use drag drop due to an internal problem."
574
  msgstr "由于内部问题,请不要使用托拽功能。"
575
 
576
- #: lib/wfu_constants.php:153
577
  #, php-format
578
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
579
  msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
580
 
581
- #: lib/wfu_constants.php:154
582
  msgid "Chunked upload is not allowed!"
583
  msgstr "不允许分片加载!"
584
 
585
- #: lib/wfu_constants.php:155
586
  msgid "Chunked upload aborted due to error in previous chunk!"
587
  msgstr "由于前一分片出错,分片加载终止!"
588
 
589
- #: lib/wfu_constants.php:156
590
  msgid "Chunked upload failed, final file could not be created!"
591
  msgstr "分片加载失败,不能生成最终文件!"
592
 
593
- #: lib/wfu_constants.php:157
594
  #, php-format
595
  msgid "Could not write file chuck to destination on chunk %d"
596
  msgstr "不能将文件分片写到分片 %d 中"
597
 
598
- #: lib/wfu_constants.php:158
599
  #, php-format
600
  msgid "Could not enlarge destination file on chunk %d"
601
  msgstr "不能加大分片 %d 上的目标文件"
602
 
603
- #: lib/wfu_constants.php:159
604
  #, php-format
605
  msgid "Could not open file handles on chunk %d"
606
  msgstr "不能打开分片 %d 上的文件 handles"
607
 
608
- #: lib/wfu_constants.php:160
609
  msgid "You are not allowed to download this file!"
610
  msgstr ""
611
 
612
- #: lib/wfu_constants.php:161
613
  msgid "File does not exist!"
614
  msgstr ""
615
 
616
- #: lib/wfu_constants.php:162
617
  msgid "Could not download file!"
618
  msgstr ""
619
 
620
- #: lib/wfu_constants.php:163
621
  msgid "You are not allowed to delete this file!"
622
  msgstr "不允许删除该文件!"
623
 
624
- #: lib/wfu_constants.php:164
625
  msgid "File was not deleted!"
626
  msgstr ""
627
 
628
- #: lib/wfu_constants.php:165
629
  msgid "No file was deleted!"
630
  msgstr ""
631
 
632
- #: lib/wfu_constants.php:166
633
  msgid "Some files were not deleted!"
634
  msgstr ""
635
 
636
- #: lib/wfu_constants.php:168
637
  msgid "Upload skipped! File already exists."
638
  msgstr "跳过加载!文件已经存在。"
639
 
640
- #: lib/wfu_constants.php:169
641
  msgid "The extension of the file does not match its contents."
642
  msgstr "该文件的扩展名与其内容不符。"
643
 
644
- #: lib/wfu_constants.php:170
645
  msgid ""
646
  "Upload succeeded but the file is suspicious because its contents do not "
647
  "match its extension. Its proper filename is: "
648
  msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
649
 
650
- #: lib/wfu_constants.php:171
651
  msgid "No files have been selected!"
652
  msgstr "没有选择文件!"
653
 
654
- #: lib/wfu_constants.php:172
655
  msgid "Please complete the consent question before continuing the upload!"
656
  msgstr ""
657
 
658
- #: lib/wfu_constants.php:173
659
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
660
  msgstr "因为没有加载的文件,WPFilebase 插件没更新"
661
 
662
- #: lib/wfu_constants.php:174
663
  msgid "Notification email was not sent because there were no files uploaded."
664
  msgstr "因为没有加载文件,通知邮件没发出。"
665
 
666
- #: lib/wfu_constants.php:175
667
  msgid ""
668
  "Notification email was not sent because no recipients were defined. Please "
669
  "check notifyrecipients attribute in the shortcode."
670
  msgstr ""
671
  "因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
672
 
673
- #: lib/wfu_constants.php:176
674
  msgid ""
675
  "Notification email was not sent due to an error. Please check "
676
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -678,22 +691,22 @@ msgstr ""
678
  "由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
679
  "notifymessage 属性"
680
 
681
- #: lib/wfu_constants.php:177
682
  msgid ""
683
  "Redirection not executed because redirection link is empty. Please check "
684
  "redirectlink attribute."
685
  msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
686
 
687
- #: lib/wfu_constants.php:178
688
  msgid ""
689
  "Redirection not executed because not all files were successfully uploaded."
690
  msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
691
 
692
- #: lib/wfu_constants.php:179
693
  msgid "Potential Denial-Of-Service Attack on {SITE}"
694
  msgstr ""
695
 
696
- #: lib/wfu_constants.php:180
697
  msgid ""
698
  "Hello admin\n"
699
  "\n"
@@ -713,135 +726,135 @@ msgid ""
713
  "Thanks"
714
  msgstr ""
715
 
716
- #: lib/wfu_constants.php:181
717
  msgid ""
718
  "You have activated an alternative insecure Iptanus Services Server. For "
719
  "details please contact info@iptanus.com."
720
  msgstr ""
721
 
722
- #: lib/wfu_constants.php:182
723
  msgid ""
724
  "Iptanus Services Server is unreachable. This may cause problems on some "
725
  "plugin functions. Please read this :article: for resolution."
726
  msgstr ""
727
 
728
- #: lib/wfu_constants.php:184
729
  msgid ""
730
  "Failed to add the shortcode to the page/post. Please try again. If the "
731
  "message persists, contact administrator."
732
  msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
733
 
734
- #: lib/wfu_constants.php:185
735
  msgid ""
736
  "Failed to edit the shortcode because the contents of the page changed. Try "
737
  "again to edit the shortcode."
738
  msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
739
 
740
- #: lib/wfu_constants.php:186
741
  msgid ""
742
  "Failed to delete the shortcode because the contents of the page changed. Try "
743
  "again to delete it."
744
  msgstr "因为页面内容改变,删除短码失败。再重新删除。"
745
 
746
- #: lib/wfu_constants.php:187
747
  msgid ""
748
  "The page containing the shortcode has been modified and it is no longer "
749
  "valid. Please go back to reload the shortcode."
750
  msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
751
 
752
- #: lib/wfu_constants.php:188
753
  msgid ""
754
  "Failed to update the shortcode because the contents of the page changed. Go "
755
  "back to reload the shortcode."
756
  msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
757
 
758
- #: lib/wfu_constants.php:189
759
  msgid ""
760
  "Failed to update the shortcode. Please try again. If the problem persists, "
761
  "go back and reload the shortcode."
762
  msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
763
 
764
- #: lib/wfu_constants.php:191
765
  msgid "This is a test message"
766
  msgstr "这是一个测试信息"
767
 
768
- #: lib/wfu_constants.php:192
769
  msgid "This is a test administrator message"
770
  msgstr "这是一个测试管理员信息"
771
 
772
- #: lib/wfu_constants.php:193
773
  msgid "File testfile 1 under test"
774
  msgstr "测试中的文件 testfile 1"
775
 
776
- #: lib/wfu_constants.php:194
777
  msgid "File testfile 1 message"
778
  msgstr "文件 testfile 1 信息"
779
 
780
- #: lib/wfu_constants.php:195
781
  msgid "File testfile 1 administrator message"
782
  msgstr "文件 testfile 1 管理员信息"
783
 
784
- #: lib/wfu_constants.php:196
785
  msgid "File testfile 2 under test"
786
  msgstr "测试中的文件 testfile 2"
787
 
788
- #: lib/wfu_constants.php:197
789
  msgid "File testfile 2 message"
790
  msgstr "文件 testfile 2 信息"
791
 
792
- #: lib/wfu_constants.php:198
793
  msgid "File testfile 2 administrator message"
794
  msgstr "文件 testfile 2 管理员信息"
795
 
796
- #: lib/wfu_constants.php:200
797
  msgid ""
798
  "Insert variable %userid% inside text. It will be replaced by the id of the "
799
  "current user."
800
  msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
801
 
802
- #: lib/wfu_constants.php:201
803
  msgid ""
804
  "Insert variable %username% inside text. It will be replaced by the username "
805
  "of the current user."
806
  msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
807
 
808
- #: lib/wfu_constants.php:202
809
  msgid ""
810
  "Insert variable %useremail% inside text. It will be replaced by the email of "
811
  "the current user."
812
  msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
813
 
814
- #: lib/wfu_constants.php:203
815
  msgid ""
816
  "Insert variable %filename% inside text. It will be replaced by the filename "
817
  "of the uploaded file."
818
  msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
819
 
820
- #: lib/wfu_constants.php:204
821
  msgid ""
822
  "Insert variable %filepath% inside text. It will be replaced by the full "
823
  "filepath of the uploaded file."
824
  msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
825
 
826
- #: lib/wfu_constants.php:205
827
  msgid ""
828
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
829
  "the website."
830
  msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
831
 
832
- #: lib/wfu_constants.php:206
833
  msgid ""
834
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
835
  "current page."
836
  msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
837
 
838
- #: lib/wfu_constants.php:207
839
  msgid ""
840
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
841
  "the current page."
842
  msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
843
 
844
- #: lib/wfu_constants.php:208
845
  msgid ""
846
  "Insert variable %userdataXXX% inside text. Select the user field from the "
847
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -850,234 +863,284 @@ msgstr ""
850
  "在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
851
  "输入的值替换。"
852
 
853
- #: lib/wfu_constants.php:209
854
  msgid "Insert variable %n% inside text to denote a line change."
855
  msgstr "在文本中插入变量 %n%。表明一行变化。"
856
 
857
- #: lib/wfu_constants.php:211
858
  #, php-format
859
  msgid "File %filename% uploaded successfully but not saved"
860
  msgstr ""
861
 
862
- #: lib/wfu_constants.php:212
863
  msgid "Test Mode"
864
  msgstr "测试模式"
865
 
866
- #: lib/wfu_constants.php:213
867
  msgid "select dir..."
868
  msgstr "选择 dir ..."
869
 
870
- #: lib/wfu_constants.php:214
871
  msgid "type dir"
872
  msgstr "键入 dir"
873
 
874
- #: lib/wfu_constants.php:215
875
  msgid "Upload path: %filepath%"
876
  msgstr "加载路径:%filepath%"
877
 
878
- #: lib/wfu_constants.php:216
879
  msgid "Failed upload path: %filepath%"
880
  msgstr "加载路径失败: %filepath%"
881
 
882
- #: lib/wfu_constants.php:217
883
  msgid " (required)"
884
  msgstr "(必需)"
885
 
886
- #: lib/wfu_constants.php:218
887
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
888
  msgstr "文件正在加载中,你确定要退出这个页面吗?"
889
 
890
- #: lib/wfu_constants.php:219
891
  msgid "checking captcha..."
892
  msgstr "正在检查 captcha ..."
893
 
894
- #: lib/wfu_constants.php:220
895
  msgid "refreshing..."
896
  msgstr "正在更新 ..."
897
 
898
- #: lib/wfu_constants.php:221
899
  msgid "correct captcha"
900
  msgstr "正确的 captcha"
901
 
902
- #: lib/wfu_constants.php:222
903
  msgid "click to continue the upload"
904
  msgstr "点击继续上传"
905
 
906
- #: lib/wfu_constants.php:223
907
  msgid "Are you sure you want to delete this file?"
908
  msgstr "确定要删除这个文件吗?"
909
 
910
- #: lib/wfu_constants.php:224
911
  msgid "Are you sure you want to delete these files?"
912
  msgstr ""
913
 
914
- #: lib/wfu_constants.php:225
915
  msgid "Bulk Actions"
916
  msgstr ""
917
 
918
- #: lib/wfu_constants.php:226
919
  msgid "Apply"
920
  msgstr ""
921
 
922
- #: lib/wfu_constants.php:228
923
  msgid "of "
924
  msgstr ""
925
 
926
- #: lib/wfu_constants.php:229
927
  msgid "Are you sure that you want to cancel the upload?"
928
  msgstr ""
929
 
930
- #: lib/wfu_constants.php:230
931
  msgid "cancel upload of this file"
932
  msgstr ""
933
 
934
- #: lib/wfu_constants.php:231
935
  msgid "Upload in progress"
936
  msgstr "上传正在进行中"
937
 
938
- #: lib/wfu_constants.php:232
939
  msgid "Upload in progress with warnings!"
940
  msgstr "上传正在进行中,有警告提示!"
941
 
942
- #: lib/wfu_constants.php:233
943
  msgid "Upload in progress but some files already failed!"
944
  msgstr "上传正在进行中,有些文件已经加载失败!"
945
 
946
- #: lib/wfu_constants.php:234
947
  msgid "Upload in progress but no files uploaded so far!"
948
  msgstr "上传正在进行中,还没有文件载入!"
949
 
950
- #: lib/wfu_constants.php:235
951
  msgid "All files uploaded successfully"
952
  msgstr "所有危机上传成功"
953
 
954
- #: lib/wfu_constants.php:236
955
  msgid "All files uploaded successfully but there are warnings!"
956
  msgstr "所有文件上传成功,但有警告提示!"
957
 
958
- #: lib/wfu_constants.php:237
959
  msgid "File uploaded successfully but there are warnings!"
960
  msgstr "文件上传成功,但有警告提示!"
961
 
962
- #: lib/wfu_constants.php:238
963
  msgid "Some files failed to upload!"
964
  msgstr "部分文件上传失败!"
965
 
966
- #: lib/wfu_constants.php:239
967
  msgid "All files failed to upload"
968
  msgstr "所以我就上传失败"
969
 
970
- #: lib/wfu_constants.php:240
971
  msgid "File failed to upload"
972
  msgstr "文件上传失败"
973
 
974
- #: lib/wfu_constants.php:241
975
  msgid "There are no files to upload!"
976
  msgstr "没有要上传的文件!"
977
 
978
- #: lib/wfu_constants.php:242
979
  msgid "Test upload message"
980
  msgstr "测试上传信息"
981
 
982
- #: lib/wfu_constants.php:243
983
  msgid "JSON parse warning!"
984
  msgstr "JSON语法分析警告!"
985
 
986
- #: lib/wfu_constants.php:244
987
  msgid "please wait while redirecting..."
988
  msgstr "请等候,正在重新定位 ..."
989
 
990
- #: lib/wfu_constants.php:246
991
  msgid "Submitting data"
992
  msgstr ""
993
 
994
- #: lib/wfu_constants.php:247
995
  msgid "Data submitted successfully!"
996
  msgstr ""
997
 
998
- #: lib/wfu_constants.php:248
999
  msgid "Data were not submitted!"
1000
  msgstr ""
1001
 
1002
- #: lib/wfu_constants.php:249
1003
  msgid "Cancelling upload"
1004
  msgstr ""
1005
 
1006
- #: lib/wfu_constants.php:251
1007
  msgid "Upload succeeded!"
1008
  msgstr ""
1009
 
1010
- #: lib/wfu_constants.php:252
1011
  msgid "Upload completed but no files were saved!"
1012
  msgstr ""
1013
 
1014
- #: lib/wfu_constants.php:253
1015
  msgid "File was not saved due to personal data policy!"
1016
  msgstr ""
1017
 
1018
- #: lib/wfu_constants.php:254
1019
  msgid "Open visual shortcode editor in new window"
1020
  msgstr "在新窗口打开视频 shortcode 编辑器"
1021
 
1022
- #: lib/wfu_constants.php:255
1023
  msgid "loading visual editor"
1024
  msgstr "加载视频编辑器"
1025
 
1026
- #: lib/wfu_constants.php:256
1027
  msgid "Clear file list?"
1028
  msgstr "清除文件列表?"
1029
 
1030
- #: lib/wfu_constants.php:257
1031
  msgid "DROP HERE"
1032
  msgstr "放在这里"
1033
 
1034
- #: lib/wfu_constants.php:259
1035
  msgid "record video"
1036
  msgstr ""
1037
 
1038
- #: lib/wfu_constants.php:260
1039
  msgid "take a picture"
1040
  msgstr ""
1041
 
1042
- #: lib/wfu_constants.php:261
1043
  msgid "turn webcam on/off"
1044
  msgstr ""
1045
 
1046
- #: lib/wfu_constants.php:262
1047
  msgid "go live again"
1048
  msgstr ""
1049
 
1050
- #: lib/wfu_constants.php:263
1051
  msgid "end recording"
1052
  msgstr ""
1053
 
1054
- #: lib/wfu_constants.php:264
1055
  msgid "play"
1056
  msgstr ""
1057
 
1058
- #: lib/wfu_constants.php:265
1059
  msgid "pause"
1060
  msgstr ""
1061
 
1062
- #: lib/wfu_constants.php:266
1063
  msgid "go to the beginning"
1064
  msgstr ""
1065
 
1066
- #: lib/wfu_constants.php:267
1067
  msgid "go to the end"
1068
  msgstr ""
1069
 
1070
- #: lib/wfu_constants.php:269
1071
  msgid "Wordpress File Upload Form"
1072
  msgstr "Wordpress 文件上传格式"
1073
 
1074
- #: lib/wfu_constants.php:270
1075
  msgid "Wordpress File Upload plugin uploader for sidebars"
1076
  msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
1077
 
1078
- #: lib/wfu_constants.php:271
1079
  msgid "Upload Files"
1080
  msgstr "上传文件"
1081
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1082
  #~ msgid "Targer folder doesn't exist."
1083
  #~ msgstr "目标文件夹不存在。"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-02-12 18:13+0200\n"
6
+ "PO-Revision-Date: 2022-02-12 18:13+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: zh_CN\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
  "X-Generator: Poedit 2.2.1\n"
135
  msgid "User"
136
  msgstr "用户"
137
 
138
+ #: lib/wfu_constants.php:60 lib/wfu_constants.php:229
139
  msgid "Page"
140
  msgstr "页面"
141
 
266
  msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
267
 
268
  #: lib/wfu_constants.php:86
269
+ #, fuzzy
270
+ #| msgid ""
271
+ #| "Error. This file was rejected because its extension is not correct. Its "
272
+ #| "proper filename is: "
273
+ msgid "Error. This file was rejected because its not a valid image."
274
+ msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
275
+
276
+ #: lib/wfu_constants.php:87
277
  msgid ""
278
  "Too many files are uploaded in a short period of time. This may be a Denial-"
279
  "Of-Service attack, so file was rejected. Please check the upload log for "
280
  "suspicious behaviour."
281
  msgstr ""
282
 
283
+ #: lib/wfu_constants.php:88
284
  msgid ""
285
  "File not uploaded in order to prevent overflow of the website. Please "
286
  "contact administrator."
287
  msgstr ""
288
 
289
+ #: lib/wfu_constants.php:89
290
  msgid "Target folder doesn't exist."
291
  msgstr ""
292
 
293
+ #: lib/wfu_constants.php:90
294
  msgid "Upload failed! Missing a temporary folder."
295
  msgstr "加载失败!丢失一个临时文件夹。"
296
 
297
+ #: lib/wfu_constants.php:91
298
+ msgid "Not allowed to upload to target folder."
299
+ msgstr ""
300
+
301
+ #: lib/wfu_constants.php:92
302
  msgid "Upload failed! Permission denied to write to target folder."
303
  msgstr "加载失败!写入目标文件夹被拒绝。"
304
 
305
+ #: lib/wfu_constants.php:93
306
  msgid "File not allowed."
307
  msgstr "文件不被允许。"
308
 
309
+ #: lib/wfu_constants.php:94
310
  msgid "File is suspicious and was rejected."
311
  msgstr "可疑文件,被拒绝。"
312
 
313
+ #: lib/wfu_constants.php:95
314
  msgid "The uploaded file exceeds the file size limit."
315
  msgstr "加载的文件超出文件尺寸限制。"
316
 
317
+ #: lib/wfu_constants.php:96
318
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
319
  msgstr "上传文件超出2GB,服务器不支持。"
320
 
321
+ #: lib/wfu_constants.php:97
322
  msgid ""
323
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
324
  "Please contact the administrator."
325
  msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
326
 
327
+ #: lib/wfu_constants.php:98
328
  msgid ""
329
  "Upload failed! The duration of the upload exceeded the time limit of the "
330
  "server. Please contact the administrator."
331
  msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
332
 
333
+ #: lib/wfu_constants.php:99
334
  msgid ""
335
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
336
  "was specified in the HTML form."
337
  msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
338
 
339
+ #: lib/wfu_constants.php:100
340
  msgid "Upload failed! The uploaded file was only partially uploaded."
341
  msgstr "上传失败!只生产了部分加载文件。"
342
 
343
+ #: lib/wfu_constants.php:101
344
  msgid "Upload failed! No file was uploaded."
345
  msgstr "上传失败!文件没有载入。"
346
 
347
+ #: lib/wfu_constants.php:102
348
  msgid "Upload failed! Failed to write file to disk."
349
  msgstr "上传失败!写文件到磁盘失败。"
350
 
351
+ #: lib/wfu_constants.php:103
352
  msgid ""
353
  "Upload failed! Error occured while moving temporary file. Please contact "
354
  "administrator."
355
  msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
356
 
357
+ #: lib/wfu_constants.php:104 lib/wfu_constants.php:252
358
  msgid "Upload cancelled!"
359
  msgstr ""
360
 
361
+ #: lib/wfu_constants.php:105
362
  msgid ""
363
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
364
  "a way to ascertain which extension caused the file upload to stop; examining "
367
  "上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
368
  "查带 phpinfo() 的加载扩展名列表可能会有帮助。"
369
 
370
+ #: lib/wfu_constants.php:106
371
  msgid "Upload failed! Error occured while attemting to upload the file."
372
  msgstr "上传失败!试图加载文件时出现错误。"
373
 
374
+ #: lib/wfu_constants.php:107 lib/wfu_constants.php:247
375
  msgid "Upload failed!"
376
  msgstr "上传失败!"
377
 
378
+ #: lib/wfu_constants.php:108
379
  msgid "No file!"
380
  msgstr "没有忘记!"
381
 
382
+ #: lib/wfu_constants.php:109
383
  msgid ""
384
  "Upload failed! The upload has been canceled by the user or the browser "
385
  "dropped the connection."
386
  msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
387
 
388
+ #: lib/wfu_constants.php:110
389
  msgid "Upload failed! Unknown error."
390
  msgstr "上传失败!未知故障。"
391
 
392
+ #: lib/wfu_constants.php:111
393
  msgid "Please contact the administrator."
394
  msgstr "请联系管理员。"
395
 
396
+ #: lib/wfu_constants.php:112
397
  msgid "No result from remote server!"
398
  msgstr "没有来自远程服务器的结果!"
399
 
400
+ #: lib/wfu_constants.php:113
401
  msgid " but with warnings"
402
  msgstr "但是带警告提示"
403
 
404
+ #: lib/wfu_constants.php:114 lib/wfu_constants.php:116
405
  msgid "Warning: JSON parse error."
406
  msgstr "警告:JSON 语法分析错误。"
407
 
408
+ #: lib/wfu_constants.php:115
409
  msgid ""
410
  "Upload parameters of this file, passed as JSON string to the handler, could "
411
  "not be parsed."
412
  msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
413
 
414
+ #: lib/wfu_constants.php:117
415
  msgid ""
416
  "UploadStates, passed as JSON string to the handler, could not be parsed."
417
  msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
418
 
419
+ #: lib/wfu_constants.php:118
420
  msgid ""
421
  "Redirection to classic form functionality occurred due to unknown error."
422
  msgstr "由于未知故障,出现重新指向到classic form functionality"
423
 
424
+ #: lib/wfu_constants.php:119
425
  msgid ""
426
  "Redirection to classic form functionality occurred because AJAX is not "
427
  "supported."
428
  msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
429
 
430
+ #: lib/wfu_constants.php:120
431
  msgid ""
432
  "Redirection to classic form functionality occurred because HTML5 is not "
433
  "supported."
434
  msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
435
 
436
+ #: lib/wfu_constants.php:121
437
  msgid ""
438
  "Redirection to classic form functionality occurred due to JSON parse error."
439
  msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
440
 
441
+ #: lib/wfu_constants.php:122
442
  msgid "Please enable popup windows from the browser's settings!"
443
  msgstr "请在浏览器设置中启动 popup 打开窗口!"
444
 
445
+ #: lib/wfu_constants.php:123
446
  msgid "cannot be empty!"
447
  msgstr "不能为空白!"
448
 
449
+ #: lib/wfu_constants.php:124
450
  msgid "number not valid!"
451
  msgstr "无效数字!"
452
 
453
+ #: lib/wfu_constants.php:125
454
  msgid "email not valid!"
455
  msgstr "无效邮件!"
456
 
457
+ #: lib/wfu_constants.php:126
458
  msgid "emails do not match!"
459
  msgstr "邮箱不符!"
460
 
461
+ #: lib/wfu_constants.php:127
462
  msgid "no base email field in group!"
463
  msgstr "在组中没有基本邮件区域!"
464
 
465
+ #: lib/wfu_constants.php:128
466
  msgid "passwords do not match!"
467
  msgstr "口令不符!"
468
 
469
+ #: lib/wfu_constants.php:129
470
  msgid "no base password field in group!"
471
  msgstr "在组中没有基本口令区域!"
472
 
473
+ #: lib/wfu_constants.php:130
474
  msgid "checkbox unchecked!"
475
  msgstr "检查框没打记号!"
476
 
477
+ #: lib/wfu_constants.php:131
478
  msgid "no option selected!"
479
  msgstr "没选择选项!"
480
 
481
+ #: lib/wfu_constants.php:132
482
  msgid "no item selected!"
483
  msgstr "没选择任何物件!"
484
 
485
+ #: lib/wfu_constants.php:133
486
  msgid ""
487
  "There are more than one instances of the plugin in this page with the same "
488
  "id. Please change it."
489
  msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
490
 
491
+ #: lib/wfu_constants.php:134
492
  msgid ""
493
  "Cannot edit the shortcode because the page has been modified. Please reload "
494
  "the page."
495
  msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
496
 
497
+ #: lib/wfu_constants.php:135
498
  msgid "Your browser does not support webcam capture!"
499
  msgstr ""
500
 
501
+ #: lib/wfu_constants.php:136
502
  msgid "Your browser does not support video recording from the webcam!"
503
  msgstr ""
504
 
505
+ #: lib/wfu_constants.php:137
506
  msgid "No video was recorded!"
507
  msgstr ""
508
 
509
+ #: lib/wfu_constants.php:138
510
  msgid ""
511
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
512
  "or use RecaptchaV2 (no account)."
514
  "错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
515
  "RecaptchaV2 。"
516
 
517
+ #: lib/wfu_constants.php:139
518
  msgid ""
519
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
520
  "notify administrator."
521
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
522
 
523
+ #: lib/wfu_constants.php:140
524
  msgid ""
525
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
526
  "use RecaptchaV1 (no account)."
527
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
528
 
529
+ #: lib/wfu_constants.php:141
530
  msgid "ERROR: No site key. Please contact administrator!"
531
  msgstr "错误:没有site key. 请联系管理员!"
532
 
533
+ #: lib/wfu_constants.php:142
534
  msgid ""
535
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
536
  "define Google Recaptcha keys."
538
  "错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
539
  "keys。"
540
 
541
+ #: lib/wfu_constants.php:143
542
  msgid "Bad captcha image!"
543
  msgstr "损坏的 captcha 图像!"
544
 
545
+ #: lib/wfu_constants.php:144
546
  msgid "No input!"
547
  msgstr "没有输入!"
548
 
549
+ #: lib/wfu_constants.php:145
550
  msgid "Captcha not completed!"
551
  msgstr "captcha 不完整!"
552
 
553
+ #: lib/wfu_constants.php:146
554
  msgid "Wrong captcha!"
555
  msgstr "错误的 captcha!"
556
 
557
+ #: lib/wfu_constants.php:147
558
  msgid "Error refreshing captcha!"
559
  msgstr "更新 captcha 故障!"
560
 
561
+ #: lib/wfu_constants.php:148
562
  msgid "Unknown captcha error!"
563
  msgstr "未知 captcha 错误!"
564
 
565
+ #: lib/wfu_constants.php:149
566
  msgid "Captcha not supported by your browser!"
567
  msgstr "你的浏览器不支持 captcha!"
568
 
569
+ #: lib/wfu_constants.php:150
570
  msgid "the secret parameter is missing"
571
  msgstr "秘密参数丢失"
572
 
573
+ #: lib/wfu_constants.php:151
574
  msgid "the secret parameter is invalid or malformed"
575
  msgstr "秘密参数无效或出错"
576
 
577
+ #: lib/wfu_constants.php:152
578
  msgid "the response parameter is missing"
579
  msgstr "相应参数丢失"
580
 
581
+ #: lib/wfu_constants.php:153
582
  msgid "the response parameter is invalid or malformed"
583
  msgstr "相应参数无效或出错"
584
 
585
+ #: lib/wfu_constants.php:154
586
  msgid "Please do not use drag drop due to an internal problem."
587
  msgstr "由于内部问题,请不要使用托拽功能。"
588
 
589
+ #: lib/wfu_constants.php:155
590
  #, php-format
591
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
592
  msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
593
 
594
+ #: lib/wfu_constants.php:156
595
  msgid "Chunked upload is not allowed!"
596
  msgstr "不允许分片加载!"
597
 
598
+ #: lib/wfu_constants.php:157
599
  msgid "Chunked upload aborted due to error in previous chunk!"
600
  msgstr "由于前一分片出错,分片加载终止!"
601
 
602
+ #: lib/wfu_constants.php:158
603
  msgid "Chunked upload failed, final file could not be created!"
604
  msgstr "分片加载失败,不能生成最终文件!"
605
 
606
+ #: lib/wfu_constants.php:159
607
  #, php-format
608
  msgid "Could not write file chuck to destination on chunk %d"
609
  msgstr "不能将文件分片写到分片 %d 中"
610
 
611
+ #: lib/wfu_constants.php:160
612
  #, php-format
613
  msgid "Could not enlarge destination file on chunk %d"
614
  msgstr "不能加大分片 %d 上的目标文件"
615
 
616
+ #: lib/wfu_constants.php:161
617
  #, php-format
618
  msgid "Could not open file handles on chunk %d"
619
  msgstr "不能打开分片 %d 上的文件 handles"
620
 
621
+ #: lib/wfu_constants.php:162
622
  msgid "You are not allowed to download this file!"
623
  msgstr ""
624
 
625
+ #: lib/wfu_constants.php:163
626
  msgid "File does not exist!"
627
  msgstr ""
628
 
629
+ #: lib/wfu_constants.php:164
630
  msgid "Could not download file!"
631
  msgstr ""
632
 
633
+ #: lib/wfu_constants.php:165
634
  msgid "You are not allowed to delete this file!"
635
  msgstr "不允许删除该文件!"
636
 
637
+ #: lib/wfu_constants.php:166
638
  msgid "File was not deleted!"
639
  msgstr ""
640
 
641
+ #: lib/wfu_constants.php:167
642
  msgid "No file was deleted!"
643
  msgstr ""
644
 
645
+ #: lib/wfu_constants.php:168
646
  msgid "Some files were not deleted!"
647
  msgstr ""
648
 
649
+ #: lib/wfu_constants.php:170
650
  msgid "Upload skipped! File already exists."
651
  msgstr "跳过加载!文件已经存在。"
652
 
653
+ #: lib/wfu_constants.php:171
654
  msgid "The extension of the file does not match its contents."
655
  msgstr "该文件的扩展名与其内容不符。"
656
 
657
+ #: lib/wfu_constants.php:172
658
  msgid ""
659
  "Upload succeeded but the file is suspicious because its contents do not "
660
  "match its extension. Its proper filename is: "
661
  msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
662
 
663
+ #: lib/wfu_constants.php:173
664
  msgid "No files have been selected!"
665
  msgstr "没有选择文件!"
666
 
667
+ #: lib/wfu_constants.php:174
668
  msgid "Please complete the consent question before continuing the upload!"
669
  msgstr ""
670
 
671
+ #: lib/wfu_constants.php:175
672
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
673
  msgstr "因为没有加载的文件,WPFilebase 插件没更新"
674
 
675
+ #: lib/wfu_constants.php:176
676
  msgid "Notification email was not sent because there were no files uploaded."
677
  msgstr "因为没有加载文件,通知邮件没发出。"
678
 
679
+ #: lib/wfu_constants.php:177
680
  msgid ""
681
  "Notification email was not sent because no recipients were defined. Please "
682
  "check notifyrecipients attribute in the shortcode."
683
  msgstr ""
684
  "因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
685
 
686
+ #: lib/wfu_constants.php:178
687
  msgid ""
688
  "Notification email was not sent due to an error. Please check "
689
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
691
  "由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
692
  "notifymessage 属性"
693
 
694
+ #: lib/wfu_constants.php:179
695
  msgid ""
696
  "Redirection not executed because redirection link is empty. Please check "
697
  "redirectlink attribute."
698
  msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
699
 
700
+ #: lib/wfu_constants.php:180
701
  msgid ""
702
  "Redirection not executed because not all files were successfully uploaded."
703
  msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
704
 
705
+ #: lib/wfu_constants.php:181
706
  msgid "Potential Denial-Of-Service Attack on {SITE}"
707
  msgstr ""
708
 
709
+ #: lib/wfu_constants.php:182
710
  msgid ""
711
  "Hello admin\n"
712
  "\n"
726
  "Thanks"
727
  msgstr ""
728
 
729
+ #: lib/wfu_constants.php:183
730
  msgid ""
731
  "You have activated an alternative insecure Iptanus Services Server. For "
732
  "details please contact info@iptanus.com."
733
  msgstr ""
734
 
735
+ #: lib/wfu_constants.php:184
736
  msgid ""
737
  "Iptanus Services Server is unreachable. This may cause problems on some "
738
  "plugin functions. Please read this :article: for resolution."
739
  msgstr ""
740
 
741
+ #: lib/wfu_constants.php:186
742
  msgid ""
743
  "Failed to add the shortcode to the page/post. Please try again. If the "
744
  "message persists, contact administrator."
745
  msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
746
 
747
+ #: lib/wfu_constants.php:187
748
  msgid ""
749
  "Failed to edit the shortcode because the contents of the page changed. Try "
750
  "again to edit the shortcode."
751
  msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
752
 
753
+ #: lib/wfu_constants.php:188
754
  msgid ""
755
  "Failed to delete the shortcode because the contents of the page changed. Try "
756
  "again to delete it."
757
  msgstr "因为页面内容改变,删除短码失败。再重新删除。"
758
 
759
+ #: lib/wfu_constants.php:189
760
  msgid ""
761
  "The page containing the shortcode has been modified and it is no longer "
762
  "valid. Please go back to reload the shortcode."
763
  msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
764
 
765
+ #: lib/wfu_constants.php:190
766
  msgid ""
767
  "Failed to update the shortcode because the contents of the page changed. Go "
768
  "back to reload the shortcode."
769
  msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
770
 
771
+ #: lib/wfu_constants.php:191
772
  msgid ""
773
  "Failed to update the shortcode. Please try again. If the problem persists, "
774
  "go back and reload the shortcode."
775
  msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
776
 
777
+ #: lib/wfu_constants.php:193
778
  msgid "This is a test message"
779
  msgstr "这是一个测试信息"
780
 
781
+ #: lib/wfu_constants.php:194
782
  msgid "This is a test administrator message"
783
  msgstr "这是一个测试管理员信息"
784
 
785
+ #: lib/wfu_constants.php:195
786
  msgid "File testfile 1 under test"
787
  msgstr "测试中的文件 testfile 1"
788
 
789
+ #: lib/wfu_constants.php:196
790
  msgid "File testfile 1 message"
791
  msgstr "文件 testfile 1 信息"
792
 
793
+ #: lib/wfu_constants.php:197
794
  msgid "File testfile 1 administrator message"
795
  msgstr "文件 testfile 1 管理员信息"
796
 
797
+ #: lib/wfu_constants.php:198
798
  msgid "File testfile 2 under test"
799
  msgstr "测试中的文件 testfile 2"
800
 
801
+ #: lib/wfu_constants.php:199
802
  msgid "File testfile 2 message"
803
  msgstr "文件 testfile 2 信息"
804
 
805
+ #: lib/wfu_constants.php:200
806
  msgid "File testfile 2 administrator message"
807
  msgstr "文件 testfile 2 管理员信息"
808
 
809
+ #: lib/wfu_constants.php:202
810
  msgid ""
811
  "Insert variable %userid% inside text. It will be replaced by the id of the "
812
  "current user."
813
  msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
814
 
815
+ #: lib/wfu_constants.php:203
816
  msgid ""
817
  "Insert variable %username% inside text. It will be replaced by the username "
818
  "of the current user."
819
  msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
820
 
821
+ #: lib/wfu_constants.php:204
822
  msgid ""
823
  "Insert variable %useremail% inside text. It will be replaced by the email of "
824
  "the current user."
825
  msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
826
 
827
+ #: lib/wfu_constants.php:205
828
  msgid ""
829
  "Insert variable %filename% inside text. It will be replaced by the filename "
830
  "of the uploaded file."
831
  msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
832
 
833
+ #: lib/wfu_constants.php:206
834
  msgid ""
835
  "Insert variable %filepath% inside text. It will be replaced by the full "
836
  "filepath of the uploaded file."
837
  msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
838
 
839
+ #: lib/wfu_constants.php:207
840
  msgid ""
841
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
842
  "the website."
843
  msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
844
 
845
+ #: lib/wfu_constants.php:208
846
  msgid ""
847
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
848
  "current page."
849
  msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
850
 
851
+ #: lib/wfu_constants.php:209
852
  msgid ""
853
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
854
  "the current page."
855
  msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
856
 
857
+ #: lib/wfu_constants.php:210
858
  msgid ""
859
  "Insert variable %userdataXXX% inside text. Select the user field from the "
860
  "drop-down list. It will be replaced by the value that the user entered in "
863
  "在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
864
  "输入的值替换。"
865
 
866
+ #: lib/wfu_constants.php:211
867
  msgid "Insert variable %n% inside text to denote a line change."
868
  msgstr "在文本中插入变量 %n%。表明一行变化。"
869
 
870
+ #: lib/wfu_constants.php:213
871
  #, php-format
872
  msgid "File %filename% uploaded successfully but not saved"
873
  msgstr ""
874
 
875
+ #: lib/wfu_constants.php:214
876
  msgid "Test Mode"
877
  msgstr "测试模式"
878
 
879
+ #: lib/wfu_constants.php:215
880
  msgid "select dir..."
881
  msgstr "选择 dir ..."
882
 
883
+ #: lib/wfu_constants.php:216
884
  msgid "type dir"
885
  msgstr "键入 dir"
886
 
887
+ #: lib/wfu_constants.php:217
888
  msgid "Upload path: %filepath%"
889
  msgstr "加载路径:%filepath%"
890
 
891
+ #: lib/wfu_constants.php:218
892
  msgid "Failed upload path: %filepath%"
893
  msgstr "加载路径失败: %filepath%"
894
 
895
+ #: lib/wfu_constants.php:219
896
  msgid " (required)"
897
  msgstr "(必需)"
898
 
899
+ #: lib/wfu_constants.php:220
900
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
901
  msgstr "文件正在加载中,你确定要退出这个页面吗?"
902
 
903
+ #: lib/wfu_constants.php:221
904
  msgid "checking captcha..."
905
  msgstr "正在检查 captcha ..."
906
 
907
+ #: lib/wfu_constants.php:222
908
  msgid "refreshing..."
909
  msgstr "正在更新 ..."
910
 
911
+ #: lib/wfu_constants.php:223
912
  msgid "correct captcha"
913
  msgstr "正确的 captcha"
914
 
915
+ #: lib/wfu_constants.php:224
916
  msgid "click to continue the upload"
917
  msgstr "点击继续上传"
918
 
919
+ #: lib/wfu_constants.php:225
920
  msgid "Are you sure you want to delete this file?"
921
  msgstr "确定要删除这个文件吗?"
922
 
923
+ #: lib/wfu_constants.php:226
924
  msgid "Are you sure you want to delete these files?"
925
  msgstr ""
926
 
927
+ #: lib/wfu_constants.php:227
928
  msgid "Bulk Actions"
929
  msgstr ""
930
 
931
+ #: lib/wfu_constants.php:228
932
  msgid "Apply"
933
  msgstr ""
934
 
935
+ #: lib/wfu_constants.php:230
936
  msgid "of "
937
  msgstr ""
938
 
939
+ #: lib/wfu_constants.php:231
940
  msgid "Are you sure that you want to cancel the upload?"
941
  msgstr ""
942
 
943
+ #: lib/wfu_constants.php:232
944
  msgid "cancel upload of this file"
945
  msgstr ""
946
 
947
+ #: lib/wfu_constants.php:233
948
  msgid "Upload in progress"
949
  msgstr "上传正在进行中"
950
 
951
+ #: lib/wfu_constants.php:234
952
  msgid "Upload in progress with warnings!"
953
  msgstr "上传正在进行中,有警告提示!"
954
 
955
+ #: lib/wfu_constants.php:235
956
  msgid "Upload in progress but some files already failed!"
957
  msgstr "上传正在进行中,有些文件已经加载失败!"
958
 
959
+ #: lib/wfu_constants.php:236
960
  msgid "Upload in progress but no files uploaded so far!"
961
  msgstr "上传正在进行中,还没有文件载入!"
962
 
963
+ #: lib/wfu_constants.php:237
964
  msgid "All files uploaded successfully"
965
  msgstr "所有危机上传成功"
966
 
967
+ #: lib/wfu_constants.php:238
968
  msgid "All files uploaded successfully but there are warnings!"
969
  msgstr "所有文件上传成功,但有警告提示!"
970
 
971
+ #: lib/wfu_constants.php:239
972
  msgid "File uploaded successfully but there are warnings!"
973
  msgstr "文件上传成功,但有警告提示!"
974
 
975
+ #: lib/wfu_constants.php:240
976
  msgid "Some files failed to upload!"
977
  msgstr "部分文件上传失败!"
978
 
979
+ #: lib/wfu_constants.php:241
980
  msgid "All files failed to upload"
981
  msgstr "所以我就上传失败"
982
 
983
+ #: lib/wfu_constants.php:242
984
  msgid "File failed to upload"
985
  msgstr "文件上传失败"
986
 
987
+ #: lib/wfu_constants.php:243
988
  msgid "There are no files to upload!"
989
  msgstr "没有要上传的文件!"
990
 
991
+ #: lib/wfu_constants.php:244
992
  msgid "Test upload message"
993
  msgstr "测试上传信息"
994
 
995
+ #: lib/wfu_constants.php:245
996
  msgid "JSON parse warning!"
997
  msgstr "JSON语法分析警告!"
998
 
999
+ #: lib/wfu_constants.php:246
1000
  msgid "please wait while redirecting..."
1001
  msgstr "请等候,正在重新定位 ..."
1002
 
1003
+ #: lib/wfu_constants.php:248
1004
  msgid "Submitting data"
1005
  msgstr ""
1006
 
1007
+ #: lib/wfu_constants.php:249
1008
  msgid "Data submitted successfully!"
1009
  msgstr ""
1010
 
1011
+ #: lib/wfu_constants.php:250
1012
  msgid "Data were not submitted!"
1013
  msgstr ""
1014
 
1015
+ #: lib/wfu_constants.php:251
1016
  msgid "Cancelling upload"
1017
  msgstr ""
1018
 
1019
+ #: lib/wfu_constants.php:253
1020
  msgid "Upload succeeded!"
1021
  msgstr ""
1022
 
1023
+ #: lib/wfu_constants.php:254
1024
  msgid "Upload completed but no files were saved!"
1025
  msgstr ""
1026
 
1027
+ #: lib/wfu_constants.php:255
1028
  msgid "File was not saved due to personal data policy!"
1029
  msgstr ""
1030
 
1031
+ #: lib/wfu_constants.php:256
1032
  msgid "Open visual shortcode editor in new window"
1033
  msgstr "在新窗口打开视频 shortcode 编辑器"
1034
 
1035
+ #: lib/wfu_constants.php:257
1036
  msgid "loading visual editor"
1037
  msgstr "加载视频编辑器"
1038
 
1039
+ #: lib/wfu_constants.php:258
1040
  msgid "Clear file list?"
1041
  msgstr "清除文件列表?"
1042
 
1043
+ #: lib/wfu_constants.php:259
1044
  msgid "DROP HERE"
1045
  msgstr "放在这里"
1046
 
1047
+ #: lib/wfu_constants.php:261
1048
  msgid "record video"
1049
  msgstr ""
1050
 
1051
+ #: lib/wfu_constants.php:262
1052
  msgid "take a picture"
1053
  msgstr ""
1054
 
1055
+ #: lib/wfu_constants.php:263
1056
  msgid "turn webcam on/off"
1057
  msgstr ""
1058
 
1059
+ #: lib/wfu_constants.php:264
1060
  msgid "go live again"
1061
  msgstr ""
1062
 
1063
+ #: lib/wfu_constants.php:265
1064
  msgid "end recording"
1065
  msgstr ""
1066
 
1067
+ #: lib/wfu_constants.php:266
1068
  msgid "play"
1069
  msgstr ""
1070
 
1071
+ #: lib/wfu_constants.php:267
1072
  msgid "pause"
1073
  msgstr ""
1074
 
1075
+ #: lib/wfu_constants.php:268
1076
  msgid "go to the beginning"
1077
  msgstr ""
1078
 
1079
+ #: lib/wfu_constants.php:269
1080
  msgid "go to the end"
1081
  msgstr ""
1082
 
1083
+ #: lib/wfu_constants.php:271
1084
  msgid "Wordpress File Upload Form"
1085
  msgstr "Wordpress 文件上传格式"
1086
 
1087
+ #: lib/wfu_constants.php:272
1088
  msgid "Wordpress File Upload plugin uploader for sidebars"
1089
  msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
1090
 
1091
+ #: lib/wfu_constants.php:273
1092
  msgid "Upload Files"
1093
  msgstr "上传文件"
1094
 
1095
+ #: lib/wfu_functions.php:8192
1096
+ #, fuzzy
1097
+ #| msgid "Wordpress File Upload Form"
1098
+ msgid "Wordpress File Upload Consent Status"
1099
+ msgstr "Wordpress 文件上传格式"
1100
+
1101
+ #: lib/wfu_functions.php:8195
1102
+ msgid "Consent Status"
1103
+ msgstr ""
1104
+
1105
+ #: lib/wfu_functions.php:8197
1106
+ msgid "You have given your consent to store personal data."
1107
+ msgstr ""
1108
+
1109
+ #: lib/wfu_functions.php:8197
1110
+ msgid "You have denied to store personal data."
1111
+ msgstr ""
1112
+
1113
+ #: lib/wfu_functions.php:8197
1114
+ msgid "You have not answered to consent yet."
1115
+ msgstr ""
1116
+
1117
+ #: lib/wfu_functions.php:8203
1118
+ msgid "Change status to"
1119
+ msgstr ""
1120
+
1121
+ #: lib/wfu_functions.php:8205
1122
+ msgid "No change"
1123
+ msgstr ""
1124
+
1125
+ #: lib/wfu_functions.php:8207 lib/wfu_functions.php:8215
1126
+ msgid "Revoke Consent"
1127
+ msgstr ""
1128
+
1129
+ #: lib/wfu_functions.php:8208 lib/wfu_functions.php:8212
1130
+ msgid "Clear Consent"
1131
+ msgstr ""
1132
+
1133
+ #: lib/wfu_functions.php:8211 lib/wfu_functions.php:8216
1134
+ msgid "Give Consent"
1135
+ msgstr ""
1136
+
1137
+ #: lib/wfu_widget.php:52
1138
+ msgid "Title:"
1139
+ msgstr ""
1140
+
1141
+ #: lib/wfu_widget.php:56
1142
+ msgid "Shortcode Attributes:"
1143
+ msgstr ""
1144
+
1145
  #~ msgid "Targer folder doesn't exist."
1146
  #~ msgstr "目标文件夹不存在。"
lib/wfu_attributes.php CHANGED
@@ -1,1853 +1,1853 @@
1
- <?php
2
-
3
- /**
4
- * Definition of Various Attributes of the Plugin
5
- *
6
- * This file contains definition of shortcode and formfield attributes of the
7
- * plugin.
8
- *
9
- * @link /lib/wfu_attributes.php
10
- *
11
- * @package WordPress File Upload Plugin
12
- * @subpackage Core Components
13
- * @since 2.1.2
14
- */
15
-
16
- /**
17
- * Definition of Uploader Form Elements
18
- *
19
- * This function defines the elements of the plugin upload form.
20
- *
21
- * @since 2.1.2
22
- *
23
- * @return array The list of uploader form elements (components).
24
- */
25
- function wfu_component_definitions() {
26
- $components = array(
27
- array(
28
- "id" => "title",
29
- "name" => "Title",
30
- "mode" => "free",
31
- "dimensions" => array("plugin/Plugin", "title/Title"),
32
- "multiplacements" => false,
33
- "help" => "A title text for the plugin"
34
- ),
35
- array(
36
- "id" => "filename",
37
- "name" => "Filename",
38
- "mode" => "free",
39
- "dimensions" => null,
40
- "multiplacements" => false,
41
- "help" => "It shows the name of the selected file (useful only for single file uploads)."
42
- ),
43
- array(
44
- "id" => "selectbutton",
45
- "name" => "Select Button",
46
- "mode" => "free",
47
- "dimensions" => null,
48
- "multiplacements" => false,
49
- "help" => "Represents the button to select the files for upload."
50
- ),
51
- array(
52
- "id" => "uploadbutton",
53
- "name" => "Upload Button",
54
- "mode" => "free",
55
- "dimensions" => null,
56
- "multiplacements" => false,
57
- "help" => "Represents the button to execute the upload after some files have been selected."
58
- ),
59
- array(
60
- "id" => "subfolders",
61
- "name" => "Subfolders",
62
- "mode" => "free",
63
- "dimensions" => array("uploadfolder_label/Upload Folder Label", "subfolders/Subfolders", "subfolders_label/Subfolders Label", "subfolders_select/Subfolders List"),
64
- "multiplacements" => false,
65
- "help" => "Allows the user to select the upload folder from a dropdown list."
66
- ),
67
- array(
68
- "id" => "webcam",
69
- "name" => "Webcam",
70
- "mode" => "commercial",
71
- "dimensions" => array("webcam/Webcam Box"),
72
- "multiplacements" => false,
73
- "help" => "Displays video from the device's webcam. The user can capture and upload screenshots or video streams."
74
- ),
75
- array(
76
- "id" => "progressbar",
77
- "name" => "Progressbar",
78
- "mode" => "free",
79
- "dimensions" => null,
80
- "multiplacements" => false,
81
- "help" => "Displays a simple progress bar, showing total progress of upload."
82
- ),
83
- array(
84
- "id" => "userdata",
85
- "name" => "User Fields",
86
- "mode" => "free",
87
- "dimensions" => array("userdata/User Fields", "userdata_label/User Fields Label", "userdata_value/User Fields Value"),
88
- "multiplacements" => true,
89
- "help" => "Displays additional fields that the user must fill-in together with the uploaded files."
90
- ),
91
- array(
92
- "id" => "consent",
93
- "name" => "Consent",
94
- "mode" => "free",
95
- "dimensions" => array("consent/Consent Block"),
96
- "multiplacements" => false,
97
- "help" => "Displays a checkbox asking user's consent for storing personal data."
98
- ),
99
- array(
100
- "id" => "message",
101
- "name" => "Message",
102
- "mode" => "free",
103
- "dimensions" => null,
104
- "multiplacements" => false,
105
- "help" => "Displays a message block with information about the upload, together with any warnings or errors."
106
- )
107
- );
108
-
109
- wfu_array_remove_nulls($components);
110
-
111
- return $components;
112
- }
113
-
114
- /**
115
- * Definition of Uploader Form Attribute Categories
116
- *
117
- * This function defines the categories of the plugin uploader shortcode
118
- * attributes. These categories show up as different tabs of the shortcode
119
- * composer.
120
- *
121
- * @since 2.1.2
122
- *
123
- * @return array The list of uploader form attribute categories.
124
- */
125
- function wfu_category_definitions() {
126
- $cats = array(
127
- "general" => "General",
128
- "placements" => "Placements",
129
- "labels" => "Labels",
130
- "notifications" => "Notifications",
131
- "personaldata" => "Personal Data",
132
- "colors" => "Colors",
133
- "dimensions" => "Dimensions",
134
- "userdata" => "Additional Fields",
135
- "interoperability" => "Interoperability",
136
- "webcam" => "Webcam"
137
- );
138
-
139
- return $cats;
140
- }
141
-
142
- /**
143
- * Definition of Uploader Form Custom Fields
144
- *
145
- * This function defines the plugin upload form custom fields and their
146
- * attributes.
147
- *
148
- * @since 3.3.0
149
- *
150
- * @return array The list of upload form custom fields.
151
- */
152
- function wfu_formfield_definitions() {
153
- //field properties have 2 parts separated by "/"; the first part determines if the property will be shown to the user (show or hide); the second part determines default value)
154
- //when making changes in the structure of formfield definitions, the following are affected:
155
- // - wfu_admin_composer.php function wfu_shortcode_composer
156
- // variable $fieldprops_basic
157
- // variable $fieldprops_default
158
- // variable $template
159
- // variable wfu_attribute_..._typeprops
160
- // variable $from_template
161
- // - wfu_functions.php function wfu_parse_userdata_attribute
162
- // variable $default
163
- // variable $fieldprops
164
- // - wfu_blocks.php function wfu_userdata_apply_template
165
- // return variable
166
- // - wordpress_file_upload_adminfuctions.js function wfu_formdata_type_changed
167
- // variable field
168
- // - wordpress_file_upload_adminfuctions.js function wfu_formdata_add_field
169
- // variable field
170
- // - wordpress_file_upload_adminfuctions.js function wfu_formdata_prepare_template
171
- // variable fieldprops_basic
172
- // variable template
173
- // - wordpress_file_upload_adminfuctions.js function wfu_update_formfield_value
174
- // variable part
175
- // - wordpress_file_upload_adminfuctions.js function wfu_apply_value
176
- // variable def
177
- // variable fieldprops
178
- $formfields = array(
179
- array(
180
- "type" => "text",
181
- "type_description" => "Simple Text",
182
- //label properties
183
- "label" => "",
184
- "label_label" => "Label",
185
- "label_hint" => "enter the label that will be shown next to the field",
186
- //checkbox properties
187
- "required" => "show/false",
188
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
189
- "donotautocomplete" => "show/false",
190
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
191
- "validate" => "hide/false",
192
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
193
- "typehook" => "hide/false",
194
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
195
- //dropdown properties
196
- "labelposition" => "show/left",
197
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
198
- "hintposition" => "show/right",
199
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
200
- //text properties
201
- "default" => "show/",
202
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
203
- "data" => "hide/",
204
- "data_label" => "Data",
205
- "data_hint" => "complete a list of values to be shown to the user",
206
- "group" => "hide/",
207
- "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
208
- "format" => "hide/",
209
- "format_hint" => "enter a format to format user selection"
210
- ),
211
- array(
212
- "type" => "multitext",
213
- "type_description" => "Multiple Lines Text",
214
- //label properties
215
- "label" => "",
216
- "label_label" => "Label",
217
- "label_hint" => "enter the label that will be shown next to the field",
218
- //checkbox properties
219
- "required" => "show/false",
220
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
221
- "donotautocomplete" => "hide/true",
222
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
223
- "validate" => "hide/false",
224
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
225
- "typehook" => "hide/false",
226
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
227
- //dropdown properties
228
- "labelposition" => "show/left",
229
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
230
- "hintposition" => "show/right",
231
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
232
- //text properties
233
- "default" => "hide/",
234
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
235
- "data" => "hide/",
236
- "data_label" => "Data",
237
- "data_hint" => "complete a list of values to be shown to the user",
238
- "group" => "hide/",
239
- "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
240
- "format" => "hide/",
241
- "format_hint" => "enter a format to format user selection"
242
- ),
243
- array(
244
- "type" => "number",
245
- "type_description" => "Number",
246
- //label properties
247
- "label" => "",
248
- "label_label" => "Label",
249
- "label_hint" => "enter the label that will be shown next to the field",
250
- //checkbox properties
251
- "required" => "show/false",
252
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
253
- "donotautocomplete" => "show/true",
254
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
255
- "validate" => "show/true",
256
- "validate_hint" => "if checked, then the number entered by the user will be checked if it is a valid number, based on the format defined, before file upload",
257
- "typehook" => "show/false",
258
- "typehook_hint" => "if checked, then only valid characters will be allowed during typing",
259
- //dropdown properties
260
- "labelposition" => "show/left",
261
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
262
- "hintposition" => "show/right",
263
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
264
- //text properties
265
- "default" => "show/",
266
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
267
- "data" => "hide/",
268
- "data_label" => "Data",
269
- "data_hint" => "complete a list of values to be shown to the user",
270
- "group" => "hide/",
271
- "group_hint" => "if a non-empty group value is set, then another email confirmation field belonging to the same group must have the same email value",
272
- "format" => "show/d",
273
- "format_hint" => "enter a format for the number:\\r\\n d for integers\\r\\n f for floating point numbers\\r\\nthe dot (.) symbol is used as a decimal separator"
274
- ),
275
- array(
276
- "type" => "email",
277
- "type_description" => "Email",
278
- //label properties
279
- "label" => "",
280
- "label_label" => "Label",
281
- "label_hint" => "enter the label that will be shown next to the field",
282
- //checkbox properties
283
- "required" => "show/false",
284
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
285
- "donotautocomplete" => "show/true",
286
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
287
- "validate" => "show/true",
288
- "validate_hint" => "if checked, then the email entered by the user will be checked if it is valid before file upload",
289
- "typehook" => "hide/false",
290
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
291
- //dropdown properties
292
- "labelposition" => "show/left",
293
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
294
- "hintposition" => "show/right",
295
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
296
- //text properties
297
- "default" => "show/",
298
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
299
- "data" => "hide/",
300
- "data_label" => "Data",
301
- "data_hint" => "complete a list of values to be shown to the user",
302
- "group" => "show/0",
303
- "group_hint" => "if a non-empty group value is set, then another email confirmation field belonging to the same group must have the same email value",
304
- "format" => "hide/",
305
- "format_hint" => "enter a format to format user selection"
306
- ),
307
- array(
308
- "type" => "confirmemail",
309
- "type_description" => "Confirmation Email",
310
- //label properties
311
- "label" => "",
312
- "label_label" => "Label",
313
- "label_hint" => "enter the label that will be shown next to the field",
314
- //checkbox properties
315
- "required" => "show/true",
316
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
317
- "donotautocomplete" => "show/true",
318
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
319
- "validate" => "hide/true",
320
- "validate_hint" => "if checked, then the confirmation email entered by the user will be checked if it is the same with the email belonging to the same group",
321
- "typehook" => "hide/false",
322
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
323
- //dropdown properties
324
- "labelposition" => "show/left",
325
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
326
- "hintposition" => "show/right",
327
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
328
- //text properties
329
- "default" => "hide/",
330
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
331
- "data" => "hide/",
332
- "data_label" => "Data",
333
- "data_hint" => "complete a list of values to be shown to the user",
334
- "group" => "show/0",
335
- "group_hint" => "enter a non-empty value to match this email confirmation field with another email field",
336
- "format" => "hide/",
337
- "format_hint" => "enter a format to format user selection"
338
- ),
339
- array(
340
- "type" => "password",
341
- "type_description" => "Password",
342
- //label properties
343
- "label" => "",
344
- "label_label" => "Label",
345
- "label_hint" => "enter the label that will be shown next to the field",
346
- //checkbox properties
347
- "required" => "show/true",
348
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
349
- "donotautocomplete" => "false/true",
350
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
351
- "validate" => "hide/false",
352
- "validate_hint" => "if checked, then the value entered by the user will be validated",
353
- "typehook" => "hide/false",
354
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
355
- //dropdown properties
356
- "labelposition" => "show/left",
357
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
358
- "hintposition" => "show/right",
359
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
360
- //text properties
361
- "default" => "hide/",
362
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
363
- "data" => "hide/",
364
- "data_label" => "Data",
365
- "data_hint" => "complete a list of values to be shown to the user",
366
- "group" => "show/0",
367
- "group_hint" => "if a non-empty group value is set, then another password confirmation field belonging to the same group must have the same password",
368
- "format" => "hide/",
369
- "format_hint" => "enter a format to format user selection"
370
- ),
371
- array(
372
- "type" => "confirmpassword",
373
- "type_description" => "Confirmation Password",
374
- //label properties
375
- "label" => "",
376
- "label_label" => "Label",
377
- "label_hint" => "enter the label that will be shown next to the field",
378
- //checkbox properties
379
- "required" => "show/true",
380
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
381
- "donotautocomplete" => "false/true",
382
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
383
- "validate" => "hide/true",
384
- "validate_hint" => "if checked, then the value entered by the user will be validated",
385
- "typehook" => "hide/false",
386
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
387
- //dropdown properties
388
- "labelposition" => "show/left",
389
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
390
- "hintposition" => "show/right",
391
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
392
- //text properties
393
- "default" => "hide/",
394
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
395
- "data" => "hide/",
396
- "data_label" => "Data",
397
- "data_hint" => "complete a list of values to be shown to the user",
398
- "group" => "show/0",
399
- "group_hint" => "if a non-empty group value is set, then another password confirmation field belonging to the same group must have the same password",
400
- "format" => "hide/",
401
- "format_hint" => "enter a format to format user selection"
402
- ),
403
- array(
404
- "type" => "checkbox",
405
- "type_description" => "Checkbox",
406
- //label properties
407
- "label" => "",
408
- "label_label" => "Label",
409
- "label_hint" => "enter the label that will be shown next to the field",
410
- //checkbox properties
411
- "required" => "show/false",
412
- "required_hint" => "if checked, then this checkbox field must be checked before file upload",
413
- "donotautocomplete" => "show/true",
414
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
415
- "validate" => "hide/false",
416
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
417
- "typehook" => "hide/false",
418
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
419
- //dropdown properties
420
- "labelposition" => "show/none",
421
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
422
- "hintposition" => "show/right",
423
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
424
- //text properties
425
- "default" => "show/false",
426
- "default_hint" => "enter a default value (true or false) for the field or leave it empty if you do not want a default value",
427
- "data" => "show/",
428
- "data_label" => "Description",
429
- "data_hint" => "enter a description for the checkbox",
430
- "group" => "hide/",
431
- "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
432
- "format" => "show/right",
433
- "format_hint" => "define the location of the description in relation to the check box\\r\\npossible values are: top, right, bottom, left"
434
- ),
435
- array(
436
- "type" => "radiobutton",
437
- "type_description" => "Radio button",
438
- //label properties
439
- "label" => "",
440
- "label_label" => "Label",
441
- "label_hint" => "enter the label that will be shown next to the field",
442
- //checkbox properties
443
- "required" => "show/false",
444
- "required_hint" => "if checked, then a radio button must be selected before file upload",
445
- "donotautocomplete" => "show/true",
446
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
447
- "validate" => "hide/false",
448
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
449
- "typehook" => "hide/false",
450
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
451
- //dropdown properties
452
- "labelposition" => "show/left",
453
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
454
- "hintposition" => "show/right",
455
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
456
- //text properties
457
- "default" => "show/",
458
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
459
- "data" => "show/",
460
- "data_label" => "Items",
461
- "data_hint" => "enter a comma delimited list of radio button items",
462
- "group" => "show/0",
463
- "group_hint" => "all radio buttons having the same group id belong to the same group",
464
- "format" => "show/",
465
- "format_hint" => "define the location of the radio labels in relation to their radio buttons (top, right, bottom, left)\\r\\nand the placement of the radio buttons (horizontal, vertical)"
466
- ),
467
- array(
468
- "type" => "date",
469
- "type_description" => "Date",
470
- //label properties
471
- "label" => "",
472
- "label_label" => "Label",
473
- "label_hint" => "enter the label that will be shown next to the field",
474
- //checkbox properties
475
- "required" => "show/false",
476
- "required_hint" => "if checked, then a date must be entered before file upload",
477
- "donotautocomplete" => "show/true",
478
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
479
- "validate" => "hide/false",
480
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
481
- "typehook" => "hide/false",
482
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
483
- //dropdown properties
484
- "labelposition" => "show/left",
485
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
486
- "hintposition" => "show/right",
487
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
488
- //text properties
489
- "default" => "show/",
490
- "default_hint" => "enter a default date for the field or leave it empty if you do not want a default value",
491
- "data" => "hide/",
492
- "data_label" => "Data",
493
- "data_hint" => "enter data items",
494
- "group" => "hide/",
495
- "group_hint" => "enter a group value",
496
- "format" => "show/",
497
- "format_hint" => "define the format of the date field as follows:\\r\\n d - day of month (no leading zero)\\r\\n dd - day of month (two digit)\\r\\n o - day of the year (no leading zeros)\\r\\n oo - day of the year (three digit)\\r\\n D - day name short\\r\\n DD - day name long\\r\\n m - month of year (no leading zero)\\r\\n mm - month of year (two digit)\\r\\n M - month name short\\r\\n MM - month name long\\r\\n y - year (two digit)\\r\\n yy - year (four digit)\\r\\n @ - Unix timestamp (ms since 01/01/1970)\\r\\n ! - Windows ticks (100ns since 01/01/0001)\\r\\n &#39;...&#39; - literal text\\r\\n &#39;&#39; - single quote\\r\\n anything else - literal text\\r\\nthe format must be in parenthesis ()"
498
- ),
499
- array(
500
- "type" => "time",
501
- "type_description" => "Time",
502
- //label properties
503
- "label" => "",
504
- "label_label" => "Label",
505
- "label_hint" => "enter the label that will be shown next to the field",
506
- //checkbox properties
507
- "required" => "show/false",
508
- "required_hint" => "if checked, then a time must be entered before file upload",
509
- "donotautocomplete" => "show/true",
510
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
511
- "validate" => "hide/false",
512
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
513
- "typehook" => "hide/false",
514
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
515
- //dropdown properties
516
- "labelposition" => "show/left",
517
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
518
- "hintposition" => "show/right",
519
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
520
- //text properties
521
- "default" => "show/",
522
- "default_hint" => "enter a default time for the field or leave it empty if you do not want a default value",
523
- "data" => "hide/",
524
- "data_label" => "Data",
525
- "data_hint" => "enter data items",
526
- "group" => "hide/",
527
- "group_hint" => "enter a group value",
528
- "format" => "show/",
529
- "format_hint" => "define the format of the time field as follows:\\r\\n H - hour with no leading 0 (24 hour)\\r\\n HH - hour with leading 0 (24 hour)\\r\\n h - hour with no leading 0 (12 hour)\\r\\n hh - hour with leading 0 (12 hour)\\r\\n m - minute with no leading 0\\r\\n mm - minute with leading 0\\r\\n s - second with no leading 0\\r\\n ss - second with leading 0\\r\\n l - milliseconds always with leading 0\\r\\n c - microseconds always with leading 0\\r\\n t - a or p for AM/PM\\r\\n T - A or P for AM/PM\\r\\n tt - am or pm for AM/PM\\r\\n TT - AM or PM for AM/PM\\r\\n z - timezone as defined by timezoneList\\r\\n Z - timezone in Iso 8601 format (+04:45)\\r\\n &#39;...&#39; - literal text\\r\\nthe format must be in parenthesis ()"
530
- ),
531
- array(
532
- "type" => "datetime",
533
- "type_description" => "DateTime",
534
- //label properties
535
- "label" => "",
536
- "label_label" => "Label",
537
- "label_hint" => "enter the label that will be shown next to the field",
538
- //checkbox properties
539
- "required" => "show/false",
540
- "required_hint" => "if checked, then a date and time must be entered before file upload",
541
- "donotautocomplete" => "show/true",
542
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
543
- "validate" => "hide/false",
544
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
545
- "typehook" => "hide/false",
546
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
547
- //dropdown properties
548
- "labelposition" => "show/left",
549
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
550
- "hintposition" => "show/right",
551
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
552
- //text properties
553
- "default" => "show/",
554
- "default_hint" => "enter a default date and time for the field or leave it empty if you do not want a default value",
555
- "data" => "hide/",
556
- "data_label" => "Data",
557
- "data_hint" => "enter data items",
558
- "group" => "hide/",
559
- "group_hint" => "enter a group value",
560
- "format" => "show/",
561
- "format_hint" => "define the format of the datetime field as follows:\\r\\n date(dateformat) where dateformat is:\\r\\n d - day of month (no leading zero)\\r\\n dd - day of month (two digit)\\r\\n o - day of the year (no leading zeros)\\r\\n oo - day of the year (three digit)\\r\\n D - day name short\\r\\n DD - day name long\\r\\n m - month of year (no leading zero)\\r\\n mm - month of year (two digit)\\r\\n M - month name short\\r\\n MM - month name long\\r\\n y - year (two digit)\\r\\n yy - year (four digit)\\r\\n @ - Unix timestamp (ms since 01/01/1970)\\r\\n ! - Windows ticks (100ns since 01/01/0001)\\r\\n &#39;...&#39; - literal text\\r\\n &#39;&#39; - single quote\\r\\n anything else - literal text\\r\\n time(timeformat) where timeformat is:\\r\\n H - hour with no leading 0 (24 hour)\\r\\n HH - hour with leading 0 (24 hour)\\r\\n h - hour with no leading 0 (12 hour)\\r\\n hh - hour with leading 0 (12 hour)\\r\\n m - minute with no leading 0\\r\\n mm - minute with leading 0\\r\\n s - second with no leading 0\\r\\n ss - second with leading 0\\r\\n l - milliseconds always with leading 0\\r\\n c - microseconds always with leading 0\\r\\n t - a or p for AM/PM\\r\\n T - A or P for AM/PM\\r\\n tt - am or pm for AM/PM\\r\\n TT - AM or PM for AM/PM\\r\\n z - timezone as defined by timezoneList\\r\\n Z - timezone in Iso 8601 format (+04:45)\\r\\n &#39;...&#39; - literal text"
562
- ),
563
- array(
564
- "type" => "list",
565
- "type_description" => "Listbox",
566
- //label properties
567
- "label" => "",
568
- "label_label" => "Label",
569
- "label_hint" => "enter the label that will be shown next to the field",
570
- //checkbox properties
571
- "required" => "show/false",
572
- "required_hint" => "if checked, then a list item must be selected before file upload",
573
- "donotautocomplete" => "show/true",
574
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
575
- "validate" => "hide/false",
576
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
577
- "typehook" => "hide/false",
578
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
579
- //dropdown properties
580
- "labelposition" => "show/left",
581
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
582
- "hintposition" => "show/right",
583
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
584
- //text properties
585
- "default" => "show/",
586
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
587
- "data" => "show/",
588
- "data_label" => "List Items",
589
- "data_hint" => "enter a comma delimited list of items",
590
- "group" => "hide/",
591
- "group_hint" => "all items having the same group id belong to the same group",
592
- "format" => "hide/",
593
- "format_hint" => "enter the format of the list"
594
- ),
595
- array(
596
- "type" => "dropdown",
597
- "type_description" => "Dropdown",
598
- //label properties
599
- "label" => "",
600
- "label_label" => "Label",
601
- "label_hint" => "enter the label that will be shown next to the field",
602
- //checkbox properties
603
- "required" => "show/false",
604
- "required_hint" => "if checked, then an item from the dropdown list must be selected before file upload",
605
- "donotautocomplete" => "show/true",
606
- "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
607
- "validate" => "hide/false",
608
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
609
- "typehook" => "hide/false",
610
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
611
- //dropdown properties
612
- "labelposition" => "show/left",
613
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
614
- "hintposition" => "show/right",
615
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
616
- //text properties
617
- "default" => "show/",
618
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
619
- "data" => "show/",
620
- "data_label" => "List Items",
621
- "data_hint" => "enter a comma delimited list of items",
622
- "group" => "hide/",
623
- "group_hint" => "all items having the same group id belong to the same group",
624
- "format" => "hide/",
625
- "format_hint" => "enter the format of the list"
626
- ),
627
- array(
628
- "type" => "honeypot",
629
- "type_description" => "Hidden Honeypot",
630
- //label properties
631
- "label" => "website",
632
- "label_label" => "Name",
633
- "label_hint" => "enter the name of the honeypot field; it must be a value that bots can easily recognize, like \'website\' or \'URL\'",
634
- //checkbox properties
635
- "required" => "hide/false",
636
- "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
637
- "donotautocomplete" => "hide/true",
638
- "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
639
- "validate" => "hide/false",
640
- "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
641
- "typehook" => "hide/false",
642
- "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
643
- //dropdown properties
644
- "labelposition" => "hide/none",
645
- "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
646
- "hintposition" => "hide/none",
647
- "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
648
- //text properties
649
- "default" => "hide/",
650
- "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
651
- "data" => "hide/",
652
- "data_label" => "Data",
653
- "data_hint" => "complete a list of values to be shown to the user",
654
- "group" => "hide/",
655
- "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
656
- "format" => "hide/",
657
- "format_hint" => "enter a format to format user selection"
658
- )
659
- );
660
-
661
- return $formfields;
662
- }
663
-
664
- /**
665
- * Definition of Uploader Form Attributes
666
- *
667
- * This function defines the plugin uploader shortcode attributes.
668
- *
669
- * @since 2.1.2
670
- *
671
- * @return array The list of uploader form attributes.
672
- */
673
- function wfu_attribute_definitions() {
674
- $defs = array(
675
- array(
676
- "name" => "Widget ID",
677
- "attribute" => "widgetid",
678
- "type" => "hidden",
679
- "validator" => "text",
680
- "listitems" => null,
681
- "value" => "",
682
- "mode" => "free",
683
- "category" => "",
684
- "subcategory" => "Basic ",
685
- "parent" => "",
686
- "dependencies" => null,
687
- "variables" => null,
688
- "help" => ""
689
- ),
690
- array(
691
- "name" => "Plugin ID",
692
- "attribute" => "uploadid",
693
- "type" => "integer",
694
- "validator" => "text",
695
- "listitems" => null,
696
- "value" => WFU_VAR("WFU_UPLOADID"),
697
- "mode" => "free",
698
- "category" => "general",
699
- "subcategory" => "Basic Functionalities",
700
- "parent" => "",
701
- "dependencies" => null,
702
- "variables" => null,
703
- "help" => "The unique id of each shortcode. When you have many shortcodes of this plugin in the same page, then you must use different id for each one."
704
- ),
705
- array(
706
- "name" => "Single Button Operation",
707
- "attribute" => "singlebutton",
708
- "type" => "onoff",
709
- "validator" => "text",
710
- "listitems" => null,
711
- "value" => WFU_VAR("WFU_SINGLEBUTTON"),
712
- "mode" => "free",
713
- "category" => "general",
714
- "subcategory" => "Basic Functionalities",
715
- "parent" => "",
716
- "dependencies" => array("!uploadbutton"),
717
- "variables" => null,
718
- "help" => "When it is activated, no Upload button will be shown, but upload will start automatically as soon as files are selected."
719
- ),
720
- array(
721
- "name" => "Upload Path",
722
- "attribute" => "uploadpath",
723
- "type" => "ltext",
724
- "validator" => "path",
725
- "listitems" => null,
726
- "value" => WFU_VAR("WFU_UPLOADPATH"),
727
- "mode" => "free",
728
- "category" => "general",
729
- "subcategory" => "Basic Functionalities",
730
- "parent" => "",
731
- "dependencies" => null,
732
- "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
733
- "help" => "This is the folder where the files will be uploaded. The path is relative to wp-contents folder of your Wordpress website. The path can be dynamic by including variables such as %username% or %blogid%. Please check Documentation on how to use variables inside uploadpath."
734
- ),
735
- array(
736
- "name" => "Plugin Fit Mode",
737
- "attribute" => "fitmode",
738
- "type" => "radio",
739
- "validator" => "text",
740
- "listitems" => array("fixed", "responsive"),
741
- "value" => WFU_VAR("WFU_FITMODE"),
742
- "mode" => "free",
743
- "category" => "general",
744
- "subcategory" => "Basic Functionalities",
745
- "parent" => "",
746
- "dependencies" => null,
747
- "variables" => null,
748
- "help" => "This defines how the plugin's elements will fit inside the page/post. If it is set to fixed, then the plugin's element positions will remain fixed no matter the width of the container page/post. If it is set to responsive, then the plugin's elements will wrap to fit the width of the container page/post."
749
- ),
750
- array(
751
- "name" => "Allow No File",
752
- "attribute" => "allownofile",
753
- "type" => "onoff",
754
- "validator" => "text",
755
- "listitems" => null,
756
- "value" => WFU_VAR("WFU_ALLOWNOFILE"),
757
- "mode" => "free",
758
- "category" => "general",
759
- "subcategory" => "Basic Functionalities",
760
- "parent" => "",
761
- "dependencies" => null,
762
- "variables" => null,
763
- "help" => "When it is activated a user can submit the upload form even if a file is not selected."
764
- ),
765
- array(
766
- "name" => "Reset Form Mode",
767
- "attribute" => "resetmode",
768
- "type" => "radio",
769
- "validator" => "text",
770
- "listitems" => array("always", "onsuccess", "never"),
771
- "value" => WFU_VAR("WFU_RESETMODE"),
772
- "mode" => "free",
773
- "category" => "general",
774
- "subcategory" => "Basic Functionalities",
775
- "parent" => "",
776
- "dependencies" => null,
777
- "variables" => null,
778
- "help" => "It defines whether the form will be reset after upload; 'always' means that it will be reset in any case, 'onsuccess' means that it will be reset only if upload was successful, 'never' means that it will never be reset."
779
- ),
780
- array(
781
- "name" => "Upload Roles",
782
- "attribute" => "uploadrole",
783
- "type" => "rolelist",
784
- "validator" => "text",
785
- "listitems" => array("default_administrator"),
786
- "value" => WFU_VAR("WFU_UPLOADROLE"),
787
- "mode" => "free",
788
- "category" => "general",
789
- "subcategory" => "Filters",
790
- "parent" => "",
791
- "dependencies" => null,
792
- "variables" => null,
793
- "help" => "Defines the categories (roles) of users allowed to upload files. Multiple selections can be made. If 'Select All' is checked, then all logged users can upload files. If 'Include Guests' is checked, then guests (not logged users) can also upload files. Default value is 'all,guests'."
794
- ),
795
- array(
796
- "name" => "Allowed File Extensions",
797
- "attribute" => "uploadpatterns",
798
- "type" => "text",
799
- "validator" => "text",
800
- "listitems" => null,
801
- "value" => WFU_VAR("WFU_UPLOADPATTERNS"),
802
- "mode" => "free",
803
- "category" => "general",
804
- "subcategory" => "Filters",
805
- "parent" => "",
806
- "dependencies" => null,
807
- "variables" => null,
808
- "help" => "Defines the allowed file extensions. Multiple extentions can be defined, separated with comma (,)."
809
- ),
810
- array(
811
- "name" => "Allowed File Size",
812
- "attribute" => "maxsize",
813
- "type" => "float",
814
- "validator" => "float",
815
- "listitems" => null,
816
- "value" => WFU_VAR("WFU_MAXSIZE"),
817
- "mode" => "free",
818
- "category" => "general",
819
- "subcategory" => "Filters",
820
- "parent" => "",
821
- "dependencies" => null,
822
- "variables" => null,
823
- "help" => "Defines the allowed file size in MBytes. Files larger than maxsize will not be uploaded. Floating point numbers can be used (e.g. '2.5')."
824
- ),
825
- array(
826
- "name" => "Create Upload Path",
827
- "attribute" => "createpath",
828
- "type" => "onoff",
829
- "validator" => "text",
830
- "listitems" => null,
831
- "value" => WFU_VAR("WFU_CREATEPATH"),
832
- "mode" => "free",
833
- "category" => "general",
834
- "subcategory" => "Upload Path and Files",
835
- "parent" => "",
836
- "dependencies" => null,
837
- "variables" => null,
838
- "help" => "If activated then the plugin will attempt to create the upload path, if it does not exist."
839
- ),
840
- array(
841
- "name" => "Do Not Change Filename",
842
- "attribute" => "forcefilename",
843
- "type" => "onoff",
844
- "validator" => "text",
845
- "listitems" => null,
846
- "value" => WFU_VAR("WFU_FORCEFILENAME"),
847
- "mode" => "free",
848
- "category" => "general",
849
- "subcategory" => "Upload Path and Files",
850
- "parent" => "",
851
- "dependencies" => null,
852
- "variables" => null,
853
- "help" => "The plugin by default will modify the filename if it contains invalid or non-english characters. By enabling this attribute the plugin will not change the filename."
854
- ),
855
- array(
856
- "name" => "Folder Access Method",
857
- "attribute" => "accessmethod",
858
- "type" => "radio",
859
- "validator" => "text",
860
- "listitems" => array("normal", "*ftp"),
861
- "value" => WFU_VAR("WFU_ACCESSMETHOD"),
862
- "mode" => "free",
863
- "category" => "general",
864
- "subcategory" => "Upload Path and Files",
865
- "parent" => "",
866
- "dependencies" => array("ftpinfo", "userftpdomain", "ftppassivemode", "ftpfilepermissions"),
867
- "variables" => null,
868
- "help" => "Some times files cannot be uploaded to the upload folder because of read/write permissions. A workaround is to use ftp to transfer the files, however ftp credentials must be declared, so use carefully and only if necessary."
869
- ),
870
- array(
871
- "name" => "FTP Access Credentials",
872
- "attribute" => "ftpinfo",
873
- "type" => "ftpinfo",
874
- "validator" => "text",
875
- "listitems" => null,
876
- "value" => WFU_VAR("WFU_FTPINFO"),
877
- "mode" => "free",
878
- "category" => "general",
879
- "subcategory" => "Upload Path and Files",
880
- "parent" => "accessmethod",
881
- "dependencies" => null,
882
- "variables" => null,
883
- "help" => "If FTP access method is selected, then FTP credentials must be declared here, in the form username:password@ftpdomain:port, e.g. myusername:mypass@ftpdomain.com:80. Port can be ommitted. The user can use Secure FTP (sftp) by putting the prefix 's' before the port number, e.g. myusername:mypass@ftpdomain.com:s22."
884
- ),
885
- array(
886
- "name" => "Use FTP Domain",
887
- "attribute" => "useftpdomain",
888
- "type" => "onoff",
889
- "validator" => "text",
890
- "listitems" => null,
891
- "value" => WFU_VAR("WFU_USEFTPDOMAIN"),
892
- "mode" => "free",
893
- "category" => "general",
894
- "subcategory" => "Upload Path and Files",
895
- "parent" => "accessmethod",
896
- "dependencies" => null,
897
- "variables" => null,
898
- "help" => "If FTP access method is selected, then sometimes the FTP domain is different than the domain of your Wordpress installation. In this case, enable this attribute if upload of files is not successful."
899
- ),
900
- array(
901
- "name" => "FTP Passive Mode",
902
- "attribute" => "ftppassivemode",
903
- "type" => "onoff",
904
- "validator" => "text",
905
- "listitems" => null,
906
- "value" => WFU_VAR("WFU_FTPPASSIVEMODE"),
907
- "mode" => "free",
908
- "category" => "general",
909
- "subcategory" => "Upload Path and Files",
910
- "parent" => "accessmethod",
911
- "dependencies" => null,
912
- "variables" => null,
913
- "help" => "If files fail to upload to the ftp domain then switching to passive FTP mode may solve the problem."
914
- ),
915
- array(
916
- "name" => "Permissions of Uploaded File",
917
- "attribute" => "ftpfilepermissions",
918
- "type" => "text",
919
- "validator" => "integer",
920
- "listitems" => null,
921
- "value" => WFU_VAR("WFU_FTPFILEPERMISSIONS"),
922
- "mode" => "free",
923
- "category" => "general",
924
- "subcategory" => "Upload Path and Files",
925
- "parent" => "accessmethod",
926
- "dependencies" => null,
927
- "variables" => null,
928
- "help" => "Force the uploaded files to have specific permissions. This is a 4-digit octal number, e.g. 0777. If left empty, then the ftp server will define the permissions."
929
- ),
930
- array(
931
- "name" => "Show Upload Folder Path",
932
- "attribute" => "showtargetfolder",
933
- "type" => "onoff",
934
- "validator" => "text",
935
- "listitems" => null,
936
- "value" => WFU_VAR("WFU_SHOWTARGETFOLDER"),
937
- "mode" => "free",
938
- "category" => "general",
939
- "subcategory" => "Upload Path and Files",
940
- "parent" => "",
941
- "dependencies" => array("targetfolderlabel"),
942
- "variables" => null,
943
- "help" => "It defines if a label with the upload directory will be shown."
944
- ),
945
- array(
946
- "name" => "Select Subfolder",
947
- "attribute" => "askforsubfolders",
948
- "type" => "onoff",
949
- "validator" => "text",
950
- "listitems" => null,
951
- "value" => WFU_VAR("WFU_ASKFORSUBFOLDERS"),
952
- "mode" => "free",
953
- "category" => "general",
954
- "subcategory" => "Upload Path and Files",
955
- "parent" => "",
956
- "dependencies" => array("subfoldertree", "subfolderlabel"),
957
- "variables" => null,
958
- "help" => "If enabled then user can select the upload folder from a drop down list. The list is defined in subfoldertree attribute. The folder paths are relative to the path defined in uploadpath."
959
- ),
960
- array(
961
- "name" => "List of Subfolders",
962
- "attribute" => "subfoldertree",
963
- "type" => "folderlist",
964
- "validator" => "text",
965
- "listitems" => null,
966
- "value" => WFU_VAR("WFU_SUBFOLDERTREE"),
967
- "mode" => "free",
968
- "category" => "general",
969
- "subcategory" => "Upload Path and Files",
970
- "parent" => "askforsubfolders",
971
- "dependencies" => null,
972
- "variables" => null,
973
- "help" => "The list of folders a user can select. Please see documentation on how to create the list of folders. If 'Auto-populate list' is selected, then the list will be filled automatically with the first-level subfolders inside the directory defined by uploadpath. If 'List is editable' is selected, then the user will have the capability to type the subfolder and filter the subfolder list and/or define a new subfolder."
974
- ),
975
- array(
976
- "name" => "File Duplicates Policy",
977
- "attribute" => "duplicatespolicy",
978
- "type" => "radio",
979
- "validator" => "text",
980
- "listitems" => array("overwrite", "reject", "*maintain both"),
981
- "value" => WFU_VAR("WFU_DUBLICATESPOLICY"),
982
- "mode" => "free",
983
- "category" => "general",
984
- "subcategory" => "Upload Path and Files",
985
- "parent" => "",
986
- "dependencies" => array("uniquepattern"),
987
- "variables" => null,
988
- "help" => "It determines what happens when an uploaded file has the same name with an existing file. The uploaded file can overwrite the existing one, be rejected or both can be kept by renaming the uploaded file according to a rule defined in uniquepattern attribute."
989
- ),
990
- array(
991
- "name" => "File Rename Rule",
992
- "attribute" => "uniquepattern",
993
- "type" => "radio",
994
- "validator" => "text",
995
- "listitems" => array("index", "datetimestamp"),
996
- "value" => WFU_VAR("WFU_UNIQUEPATTERN"),
997
- "mode" => "free",
998
- "category" => "general",
999
- "subcategory" => "Upload Path and Files",
1000
- "parent" => "duplicatespolicy",
1001
- "dependencies" => null,
1002
- "variables" => null,
1003
- "help" => "If duplicatespolicy is set to 'maintain both', then this rule defines how the uploaded file will be renamed, in order not to match an existing file. An incremental index number or a datetime stamp can be included in the uploaded file name to make it unique."
1004
- ),
1005
- array(
1006
- "name" => "Redirect after Upload",
1007
- "attribute" => "redirect",
1008
- "type" => "onoff",
1009
- "validator" => "text",
1010
- "listitems" => null,
1011
- "value" => WFU_VAR("WFU_REDIRECT"),
1012
- "mode" => "free",
1013
- "category" => "general",
1014
- "subcategory" => "Redirection",
1015
- "parent" => "",
1016
- "dependencies" => array("redirectlink"),
1017
- "variables" => null,
1018
- "help" => "If enabled, the user will be redirected to a url defined in redirectlink attribute upon successful upload of all the files."
1019
- ),
1020
- array(
1021
- "name" => "Redirection URL",
1022
- "attribute" => "redirectlink",
1023
- "type" => "ltext",
1024
- "validator" => "link",
1025
- "listitems" => null,
1026
- "value" => WFU_VAR("WFU_REDIRECTLINK"),
1027
- "mode" => "free",
1028
- "category" => "general",
1029
- "subcategory" => "Redirection",
1030
- "parent" => "redirect",
1031
- "dependencies" => null,
1032
- "variables" => array("%filename%", "%username%"),
1033
- "help" => "This is the redirect URL. The URL can be dynamic by using variables. Please see Documentation on how to use variables inside attributes."
1034
- ),
1035
- array(
1036
- "name" => "Show Detailed Admin Messages",
1037
- "attribute" => "adminmessages",
1038
- "type" => "onoff",
1039
- "validator" => "text",
1040
- "listitems" => null,
1041
- "value" => WFU_VAR("WFU_ADMINMESSAGES"),
1042
- "mode" => "free",
1043
- "category" => "general",
1044
- "subcategory" => "Other Administrator Options",
1045
- "parent" => "",
1046
- "dependencies" => null,
1047
- "variables" => null,
1048
- "help" => "If enabled then more detailed messages about upload operations will be shown to administrators for debugging or error detection."
1049
- ),
1050
- array(
1051
- "name" => "Disable AJAX",
1052
- "attribute" => "forceclassic",
1053
- "type" => "onoff",
1054
- "validator" => "text",
1055
- "listitems" => null,
1056
- "value" => WFU_VAR("WFU_FORCECLASSIC"),
1057
- "mode" => "free",
1058
- "category" => "general",
1059
- "subcategory" => "Other Administrator Options",
1060
- "parent" => "",
1061
- "dependencies" => null,
1062
- "variables" => null,
1063
- "help" => "If AJAX is disabled, then upload of files will be performed using HTML forms, meaning that page will refresh to complete the upload. Use it in case that AJAX is causing problems with your page (although the plugin has an auto-detection feature for checking if user's browser supports AJAX or not)."
1064
- ),
1065
- array(
1066
- "name" => "Test Mode",
1067
- "attribute" => "testmode",
1068
- "type" => "onoff",
1069
- "validator" => "text",
1070
- "listitems" => null,
1071
- "value" => WFU_VAR("WFU_TESTMODE"),
1072
- "mode" => "free",
1073
- "category" => "general",
1074
- "subcategory" => "Other Administrator Options",
1075
- "parent" => "",
1076
- "dependencies" => null,
1077
- "variables" => null,
1078
- "help" => "If enabled then the plugin will be shown in test mode, meaning that all selected features will be shown but no upload will be possible. Use it to review how the plugin looks like and style it according to your needs."
1079
- ),
1080
- array(
1081
- "name" => "Debug Mode",
1082
- "attribute" => "debugmode",
1083
- "type" => "onoff",
1084
- "validator" => "text",
1085
- "listitems" => null,
1086
- "value" => WFU_VAR("WFU_DEBUGMODE"),
1087
- "mode" => "free",
1088
- "category" => "general",
1089
- "subcategory" => "Other Administrator Options",
1090
- "parent" => "",
1091
- "dependencies" => null,
1092
- "variables" => null,
1093
- "help" => "If enabled then the plugin will show to administrators any internal PHP warnings and errors generated during the upload process inside the message box."
1094
- ),
1095
- array(
1096
- "name" => "Plugin Component Positions",
1097
- "attribute" => "placements",
1098
- "type" => "placements",
1099
- "validator" => "text",
1100
- "listitems" => null,
1101
- "value" => WFU_VAR("WFU_PLACEMENTS"),
1102
- "mode" => "free",
1103
- "category" => "placements",
1104
- "subcategory" => "Plugin Component Positions",
1105
- "parent" => "",
1106
- "dependencies" => null,
1107
- "variables" => null,
1108
- "help" => "It defines the positions of the selected plugin components. Drag the components from the right pane and drop them to the left one to define your own component positions."
1109
- ),
1110
- array(
1111
- "name" => "Plugin Title",
1112
- "attribute" => "uploadtitle",
1113
- "type" => "text",
1114
- "validator" => "text",
1115
- "listitems" => null,
1116
- "value" => WFU_UPLOADTITLE,
1117
- "mode" => "free",
1118
- "category" => "labels",
1119
- "subcategory" => "Title",
1120
- "parent" => "",
1121
- "dependencies" => null,
1122
- "variables" => null,
1123
- "help" => "A text representing the title of the plugin."
1124
- ),
1125
- array(
1126
- "name" => "Select Button Caption",
1127
- "attribute" => "selectbutton",
1128
- "type" => "text",
1129
- "validator" => "text",
1130
- "listitems" => null,
1131
- "value" => WFU_SELECTBUTTON,
1132
- "mode" => "free",
1133
- "category" => "labels",
1134
- "subcategory" => "Buttons",
1135
- "parent" => "",
1136
- "dependencies" => null,
1137
- "variables" => null,
1138
- "help" => "The caption of the button that selects the files for upload."
1139
- ),
1140
- array(
1141
- "name" => "Upload Button Caption",
1142
- "attribute" => "uploadbutton",
1143
- "type" => "text",
1144
- "validator" => "text",
1145
- "listitems" => null,
1146
- "value" => WFU_UPLOADBUTTON,
1147
- "mode" => "free",
1148
- "category" => "labels",
1149
- "subcategory" => "Buttons",
1150
- "parent" => "",
1151
- "dependencies" => null,
1152
- "variables" => null,
1153
- "help" => "The caption of the button that starts the upload."
1154
- ),
1155
- array(
1156
- "name" => "Upload Folder Label",
1157
- "attribute" => "targetfolderlabel",
1158
- "type" => "text",
1159
- "validator" => "text",
1160
- "listitems" => null,
1161
- "value" => WFU_VAR("WFU_TARGETFOLDERLABEL"),
1162
- "mode" => "free",
1163
- "category" => "labels",
1164
- "subcategory" => "Upload Folder",
1165
- "parent" => "",
1166
- "dependencies" => null,
1167
- "variables" => null,
1168
- "help" => "This is the label before the upload folder path, if the path is selected to be shown using the showtargetfolder attribute."
1169
- ),
1170
- array(
1171
- "name" => "Select Subfolder Label",
1172
- "attribute" => "subfolderlabel",
1173
- "type" => "text",
1174
- "validator" => "text",
1175
- "listitems" => null,
1176
- "value" => WFU_VAR("WFU_SUBFOLDERLABEL"),
1177
- "mode" => "free",
1178
- "category" => "labels",
1179
- "subcategory" => "Upload Folder",
1180
- "parent" => "",
1181
- "dependencies" => null,
1182
- "variables" => null,
1183
- "help" => "This is the label of the subfolder dropdown list. It is active when askforsubfolders attribute is on."
1184
- ),
1185
- array(
1186
- "name" => "Success Upload Message",
1187
- "attribute" => "successmessage",
1188
- "type" => "ltext",
1189
- "validator" => "text",
1190
- "listitems" => null,
1191
- "value" => WFU_SUCCESSMESSAGE,
1192
- "mode" => "free",
1193
- "category" => "labels",
1194
- "subcategory" => "Upload Messages",
1195
- "parent" => "",
1196
- "dependencies" => null,
1197
- "variables" => array("%filename%", "%filepath%"),
1198
- "help" => "This is the message that will be shown for every file that has been uploaded successfully."
1199
- ),
1200
- array(
1201
- "name" => "Warning Upload Message",
1202
- "attribute" => "warningmessage",
1203
- "type" => "ltext",
1204
- "validator" => "text",
1205
- "listitems" => null,
1206
- "value" => WFU_WARNINGMESSAGE,
1207
- "mode" => "free",
1208
- "category" => "labels",
1209
- "subcategory" => "Upload Messages",
1210
- "parent" => "",
1211
- "dependencies" => null,
1212
- "variables" => array("%filename%", "%filepath%"),
1213
- "help" => "This is the message that will be shown for every file that has been uploaded with warnings."
1214
- ),
1215
- array(
1216
- "name" => "Error Upload Message",
1217
- "attribute" => "errormessage",
1218
- "type" => "ltext",
1219
- "validator" => "text",
1220
- "listitems" => null,
1221
- "value" => WFU_ERRORMESSAGE,
1222
- "mode" => "free",
1223
- "category" => "labels",
1224
- "subcategory" => "Upload Messages",
1225
- "parent" => "",
1226
- "dependencies" => null,
1227
- "variables" => array("%filename%", "%filepath%"),
1228
- "help" => "This is the message that will be shown for every file that has failed to upload."
1229
- ),
1230
- array(
1231
- "name" => "Wait Upload Message",
1232
- "attribute" => "waitmessage",
1233
- "type" => "ltext",
1234
- "validator" => "text",
1235
- "listitems" => null,
1236
- "value" => WFU_WAITMESSAGE,
1237
- "mode" => "free",
1238
- "category" => "labels",
1239
- "subcategory" => "Upload Messages",
1240
- "parent" => "",
1241
- "dependencies" => null,
1242
- "variables" => array("%filename%", "%filepath%"),
1243
- "help" => "This is the message that will be shown while file is uploading."
1244
- ),
1245
- array(
1246
- "name" => "Upload Media Button Caption",
1247
- "attribute" => "uploadmediabutton",
1248
- "type" => "text",
1249
- "validator" => "text",
1250
- "listitems" => null,
1251
- "value" => WFU_UPLOADMEDIABUTTON,
1252
- "mode" => "free",
1253
- "category" => "labels",
1254
- "subcategory" => "Webcam Labels",
1255
- "parent" => "",
1256
- "dependencies" => null,
1257
- "variables" => null,
1258
- "help" => "The caption of the button that starts the upload when media capture from the webcam has been activated."
1259
- ),
1260
- array(
1261
- "name" => "Video Filename",
1262
- "attribute" => "videoname",
1263
- "type" => "text",
1264
- "validator" => "text",
1265
- "listitems" => null,
1266
- "value" => WFU_VIDEONAME,
1267
- "mode" => "free",
1268
- "category" => "labels",
1269
- "subcategory" => "Webcam Labels",
1270
- "parent" => "",
1271
- "dependencies" => null,
1272
- "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
1273
- "help" => "This is the file name of the captured video file."
1274
- ),
1275
- array(
1276
- "name" => "Image Filename",
1277
- "attribute" => "imagename",
1278
- "type" => "text",
1279
- "validator" => "text",
1280
- "listitems" => null,
1281
- "value" => WFU_IMAGENAME,
1282
- "mode" => "free",
1283
- "category" => "labels",
1284
- "subcategory" => "Webcam Labels",
1285
- "parent" => "",
1286
- "dependencies" => null,
1287
- "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
1288
- "help" => "This is the file name of the captured image file."
1289
- ),
1290
- array(
1291
- "name" => "Required Fields Suffix",
1292
- "attribute" => "requiredlabel",
1293
- "type" => "text",
1294
- "validator" => "text",
1295
- "listitems" => null,
1296
- "value" => WFU_USERDATA_REQUIREDLABEL,
1297
- "mode" => "free",
1298
- "category" => "labels",
1299
- "subcategory" => "Other Labels",
1300
- "parent" => "",
1301
- "dependencies" => null,
1302
- "variables" => null,
1303
- "help" => "This is the keyword that shows up next to user field labels in order to denote that they are required."
1304
- ),
1305
- array(
1306
- "name" => "Notify by Email",
1307
- "attribute" => "notify",
1308
- "type" => "onoff",
1309
- "validator" => "text",
1310
- "listitems" => null,
1311
- "value" => WFU_VAR("WFU_NOTIFY"),
1312
- "mode" => "free",
1313
- "category" => "notifications",
1314
- "subcategory" => "Email Notifications",
1315
- "parent" => "",
1316
- "dependencies" => array("notifyrecipients", "notifysubject", "notifymessage", "notifyheaders", "attachfile"),
1317
- "variables" => null,
1318
- "help" => "If activated then email will be sent to inform about successful file uploads."
1319
- ),
1320
- array(
1321
- "name" => "Email Recipients",
1322
- "attribute" => "notifyrecipients",
1323
- "type" => "mtext",
1324
- "validator" => "text",
1325
- "listitems" => null,
1326
- "value" => WFU_VAR("WFU_NOTIFYRECIPIENTS"),
1327
- "mode" => "free",
1328
- "category" => "notifications",
1329
- "subcategory" => "Email Notifications",
1330
- "parent" => "notify",
1331
- "dependencies" => null,
1332
- "variables" => array("%useremail%", "%userdataXXX%", "%n%", "%dq%"),
1333
- "help" => "Defines the recipients of the email notification. Can be dynamic by using variables. Please check Documentation on how to use variables in atributes."
1334
- ),
1335
- array(
1336
- "name" => "Email Headers",
1337
- "attribute" => "notifyheaders",
1338
- "type" => "mtext",
1339
- "validator" => "emailheaders",
1340
- "listitems" => null,
1341
- "value" => WFU_VAR("WFU_NOTIFYHEADERS"),
1342
- "mode" => "free",
1343
- "category" => "notifications",
1344
- "subcategory" => "Email Notifications",
1345
- "parent" => "notify",
1346
- "dependencies" => null,
1347
- "variables" => array("%n%", "%dq%"),
1348
- "help" => "Defines additional email headers, in case you want to sent an HTML message, or use Bcc list, or use a different From address and name or other more advanced email options."
1349
- ),
1350
- array(
1351
- "name" => "Email Subject",
1352
- "attribute" => "notifysubject",
1353
- "type" => "ltext",
1354
- "validator" => "emailsubject",
1355
- "listitems" => null,
1356
- "value" => WFU_NOTIFYSUBJECT,
1357
- "mode" => "free",
1358
- "category" => "notifications",
1359
- "subcategory" => "Email Notifications",
1360
- "parent" => "notify",
1361
- "dependencies" => null,
1362
- "variables" => array("%username%", "%useremail%", "%filename%", "%filepath%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%", "%dq%"),
1363
- "help" => "Defines the email subject. Can be dynamic by using variables. Please check Documentation on how to use variables in atributes."
1364
- ),
1365
- array(
1366
- "name" => "Email Body",
1367
- "attribute" => "notifymessage",
1368
- "type" => "mtext",
1369
- "validator" => "emailbody",
1370
- "listitems" => null,
1371
- "value" => WFU_NOTIFYMESSAGE,
1372
- "mode" => "free",
1373
- "category" => "notifications",
1374
- "subcategory" => "Email Notifications",
1375
- "parent" => "notify",
1376
- "dependencies" => null,
1377
- "variables" => array("%username%", "%useremail%", "%filename%", "%filepath%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%", "%n%", "%dq%"),
1378
- "help" => "Defines the email body. Can be dynamic by using variables. Please check Documentation on how to use variables in atributes."
1379
- ),
1380
- array(
1381
- "name" => "Attach Uploaded Files",
1382
- "attribute" => "attachfile",
1383
- "type" => "onoff",
1384
- "validator" => "text",
1385
- "listitems" => null,
1386
- "value" => WFU_VAR("WFU_ATTACHFILE"),
1387
- "mode" => "free",
1388
- "category" => "notifications",
1389
- "subcategory" => "Email Notifications",
1390
- "parent" => "notify",
1391
- "dependencies" => null,
1392
- "variables" => null,
1393
- "help" => "If activated, then uploaded files will be included in the notification email as attachments. Please use carefully."
1394
- ),
1395
- array(
1396
- "name" => "Ask for Consent",
1397
- "attribute" => "askconsent",
1398
- "type" => "onoff",
1399
- "validator" => "text",
1400
- "listitems" => null,
1401
- "value" => WFU_VAR("WFU_ASKCONSENT"),
1402
- "mode" => "free",
1403
- "category" => "personaldata",
1404
- "subcategory" => "General Personal Data Options",
1405
- "parent" => "",
1406
- "dependencies" => array("personaldatatypes"),
1407
- "variables" => null,
1408
- "help" => "If activated, then consent from users will be asked for storing their personal data. If users do not give consent, then their data will not be stored in the database, they will only be included in the notification email, if email notifications are active."
1409
- ),
1410
- array(
1411
- "name" => "Personal Data Types",
1412
- "attribute" => "personaldatatypes",
1413
- "type" => "radio",
1414
- "validator" => "text",
1415
- "listitems" => array("userdata", "userdata and files"),
1416
- "value" => WFU_VAR("WFU_PERSONALDATATYPES"),
1417
- "mode" => "free",
1418
- "category" => "personaldata",
1419
- "subcategory" => "General Personal Data Options",
1420
- "parent" => "askconsent",
1421
- "dependencies" => null,
1422
- "variables" => null,
1423
- "help" => "Determines which data are considered as personal data. By default only userdata are considered as personal data. If the 2nd option is selected, then files will also be considered as personal data. This means that if the users do not give their consent, then the files will not be uploaded on the website, they will only be inluded in the notification email as attachments, if email notifications are active."
1424
- ),
1425
- array(
1426
- "name" => "Do Not Remember Consent Answer",
1427
- "attribute" => "notrememberconsent",
1428
- "type" => "onoff",
1429
- "validator" => "text",
1430
- "listitems" => null,
1431
- "value" => WFU_VAR("WFU_NOTREMEMBERCONSENT"),
1432
- "mode" => "free",
1433
- "category" => "personaldata",
1434
- "subcategory" => "Consent Behaviour",
1435
- "parent" => "",
1436
- "dependencies" => null,
1437
- "variables" => null,
1438
- "help" => "If activated the plugin will not remember the consent answer provided by the user and the consent question will always show."
1439
- ),
1440
- array(
1441
- "name" => "Consent Denial Rejects Upload",
1442
- "attribute" => "consentrejectupload",
1443
- "type" => "onoff",
1444
- "validator" => "text",
1445
- "listitems" => null,
1446
- "value" => WFU_VAR("WFU_CONSENTREJECTUPLOAD"),
1447
- "mode" => "free",
1448
- "category" => "personaldata",
1449
- "subcategory" => "Consent Behaviour",
1450
- "parent" => "",
1451
- "dependencies" => array("consentrejectmessage"),
1452
- "variables" => null,
1453
- "help" => "If activated and user has denied consent then the upload will be rejected. If deactivated, then the upload will continue regardless of consent answer."
1454
- ),
1455
- array(
1456
- "name" => "Reject Message",
1457
- "attribute" => "consentrejectmessage",
1458
- "type" => "ltext",
1459
- "validator" => "text",
1460
- "listitems" => null,
1461
- "value" => WFU_CONSENTREJECTMESSAGE,
1462
- "mode" => "free",
1463
- "category" => "personaldata",
1464
- "subcategory" => "Consent Behaviour",
1465
- "parent" => "consentrejectupload",
1466
- "dependencies" => null,
1467
- "variables" => null,
1468
- "help" => "It defines the message that will appear to the user if upload cannot continue due to consent denial."
1469
- ),
1470
- array(
1471
- "name" => "Consent Format",
1472
- "attribute" => "consentformat",
1473
- "type" => "radio",
1474
- "validator" => "text",
1475
- "listitems" => array("checkbox", "radio", "prompt"),
1476
- "value" => WFU_VAR("WFU_CONSENTFORMAT"),
1477
- "mode" => "free",
1478
- "category" => "personaldata",
1479
- "subcategory" => "Consent Appearance",
1480
- "parent" => "",
1481
- "dependencies" => null,
1482
- "variables" => null,
1483
- "help" => "Determines how consent question will appear to the user. If 'checkbox' is selected then a checkbox will appear inside the upload form which the user needs to tick. If 'radio' is selected then a radio button with 'Yes' and 'No' answers will appear inside the form (this makes sure that the user will select something after all. If 'prompt' is selected then a dialog will appear on the user when pressing the upload button asking for consent."
1484
- ),
1485
- array(
1486
- "name" => "Preselected Answer",
1487
- "attribute" => "consentpreselect",
1488
- "type" => "radio",
1489
- "validator" => "text",
1490
- "listitems" => array("none", "yes", "no"),
1491
- "value" => WFU_VAR("WFU_CONSENTPRESELECT"),
1492
- "mode" => "free",
1493
- "category" => "personaldata",
1494
- "subcategory" => "Consent Appearance",
1495
- "parent" => "",
1496
- "dependencies" => null,
1497
- "variables" => null,
1498
- "help" => "Determines whether a default answer will be selected."
1499
- ),
1500
- array(
1501
- "name" => "Consent Question for Checkbox",
1502
- "attribute" => "consentquestion",
1503
- "type" => "ltext",
1504
- "validator" => "text",
1505
- "listitems" => null,
1506
- "value" => WFU_CONSENTQUESTION,
1507
- "mode" => "free",
1508
- "category" => "personaldata",
1509
- "subcategory" => "Consent Appearance",
1510
- "parent" => "",
1511
- "dependencies" => null,
1512
- "variables" => null,
1513
- "help" => "Defines the question that will appear to the user next to the checkbox, or radio buttons or inside the prompt dialog. If a word starting and ending with semicolon (:) is added in the question, e.g. :link:, then it will be replaced by a link defined in 'Consent Disclaimer Link' attribute. This way a link to a disclaimer can be added."
1514
- ),
1515
- array(
1516
- "name" => "Consent Disclaimer Link",
1517
- "attribute" => "consentdisclaimer",
1518
- "type" => "ltext",
1519
- "validator" => "text",
1520
- "listitems" => null,
1521
- "value" => WFU_VAR("WFU_CONSENTDISCLAIMER"),
1522
- "mode" => "free",
1523
- "category" => "personaldata",
1524
- "subcategory" => "Consent Appearance",
1525
- "parent" => "",
1526
- "dependencies" => null,
1527
- "variables" => null,
1528
- "help" => "Defines a link that displays a disclaimer to the user if the user presses the relevant link that is included inside the consent question."
1529
- ),
1530
- array(
1531
- "name" => "Success Upload Message Color",
1532
- "attribute" => "successmessagecolor",
1533
- "type" => "hidden",
1534
- "validator" => "colors",
1535
- "listitems" => null,
1536
- "value" => WFU_SUCCESSMESSAGECOLOR,
1537
- "mode" => "free",
1538
- "category" => "colors",
1539
- "subcategory" => "Upload Message Colors",
1540
- "parent" => "",
1541
- "dependencies" => null,
1542
- "variables" => null,
1543
- "help" => "It defines the color of the success message. This attribute has been replaced by successmessagecolors, however it is kept here for backward compatibility."
1544
- ),
1545
- array(
1546
- "name" => "Success Message Colors",
1547
- "attribute" => "successmessagecolors",
1548
- "type" => "color-triplet",
1549
- "validator" => "colors",
1550
- "listitems" => null,
1551
- "value" => WFU_VAR("WFU_SUCCESSMESSAGECOLORS"),
1552
- "mode" => "free",
1553
- "category" => "colors",
1554
- "subcategory" => "Upload Message Colors",
1555
- "parent" => "",
1556
- "dependencies" => null,
1557
- "variables" => null,
1558
- "help" => "It defines the text, background and border color of the success message."
1559
- ),
1560
- array(
1561
- "name" => "Warning Message Colors",
1562
- "attribute" => "warningmessagecolors",
1563
- "type" => "color-triplet",
1564
- "validator" => "colors",
1565
- "listitems" => null,
1566
- "value" => WFU_VAR("WFU_WARNINGMESSAGECOLORS"),
1567
- "mode" => "free",
1568
- "category" => "colors",
1569
- "subcategory" => "Upload Message Colors",
1570
- "parent" => "",
1571
- "dependencies" => null,
1572
- "variables" => null,
1573
- "help" => "It defines the text, background and border color of the warning message."
1574
- ),
1575
- array(
1576
- "name" => "Fail Message Colors",
1577
- "attribute" => "failmessagecolors",
1578
- "type" => "color-triplet",
1579
- "validator" => "colors",
1580
- "listitems" => null,
1581
- "value" => WFU_VAR("WFU_FAILMESSAGECOLORS"),
1582
- "mode" => "free",
1583
- "category" => "colors",
1584
- "subcategory" => "Upload Message Colors",
1585
- "parent" => "",
1586
- "dependencies" => null,
1587
- "variables" => null,
1588
- "help" => "It defines the text, background and border color of the fail (error) message."
1589
- ),
1590
- array(
1591
- "name" => "Wait Message Colors",
1592
- "attribute" => "waitmessagecolors",
1593
- "type" => "hidden",
1594
- "validator" => "colors",
1595
- "listitems" => null,
1596
- "value" => WFU_VAR("WFU_WAITMESSAGECOLORS"),
1597
- "mode" => "free",
1598
- "category" => "colors",
1599
- "subcategory" => "Upload Message Colors",
1600
- "parent" => "",
1601
- "dependencies" => null,
1602
- "variables" => null,
1603
- "help" => "It defines the text, background and border color of the wait message."
1604
- ),
1605
- array(
1606
- "name" => "Plugin Component Widths",
1607
- "attribute" => "widths",
1608
- "type" => "dimensions",
1609
- "validator" => "text",
1610
- "listitems" => null,
1611
- "value" => WFU_VAR("WFU_WIDTHS"),
1612
- "mode" => "free",
1613
- "category" => "dimensions",
1614
- "subcategory" => "Plugin Component Widths",
1615
- "parent" => "",
1616
- "dependencies" => null,
1617
- "variables" => null,
1618
- "help" => "It defines the widths of the selected plugin components."
1619
- ),
1620
- array(
1621
- "name" => "Plugin Component Heights",
1622
- "attribute" => "heights",
1623
- "type" => "dimensions",
1624
- "validator" => "text",
1625
- "listitems" => null,
1626
- "value" => WFU_VAR("WFU_HEIGHTS"),
1627
- "mode" => "free",
1628
- "category" => "dimensions",
1629
- "subcategory" => "Plugin Component Heights",
1630
- "parent" => "",
1631
- "dependencies" => null,
1632
- "variables" => null,
1633
- "help" => "It defines the heights of the selected plugin components."
1634
- ),
1635
- array(
1636
- "name" => "Include Additional Data Fields",
1637
- "attribute" => "userdata",
1638
- "type" => "onoff",
1639
- "validator" => "text",
1640
- "listitems" => null,
1641
- "value" => WFU_VAR("WFU_USERDATA"),
1642
- "mode" => "free",
1643
- "category" => "userdata",
1644
- "subcategory" => "Additional Data Fields",
1645
- "parent" => "",
1646
- "dependencies" => array("userdatalabel"),
1647
- "variables" => null,
1648
- "help" => "If enabled, then user can send additional information together with uploaded files (e.g. name, email etc), defined in userdatalabel attribute."
1649
- ),
1650
- array(
1651
- "name" => "Additional Data Fields",
1652
- "attribute" => "userdatalabel",
1653
- "type" => "formfields",
1654
- "validator" => "text",
1655
- "listitems" => wfu_formfield_definitions(),
1656
- "value" => WFU_USERDATALABEL,
1657
- "mode" => "free",
1658
- "category" => "userdata",
1659
- "subcategory" => "Additional Data Fields",
1660
- "parent" => "userdata",
1661
- "dependencies" => null,
1662
- "variables" => null,
1663
- "help" => "It defines the labels of the additional data fields and whether they are required or not."
1664
- ),
1665
- array(
1666
- "name" => "WP Filebase Plugin Connection",
1667
- "attribute" => "filebaselink",
1668
- "type" => "onoff",
1669
- "validator" => "text",
1670
- "listitems" => null,
1671
- "value" => WFU_VAR("WFU_FILEBASELINK"),
1672
- "mode" => "free",
1673
- "category" => "interoperability",
1674
- "subcategory" => "Connection With Other Plugins",
1675
- "parent" => "",
1676
- "dependencies" => null,
1677
- "variables" => null,
1678
- "help" => "If enabled then the WP Filebase Plugin will be informed about new file uploads."
1679
- ),
1680
- array(
1681
- "name" => "Add Uploaded Files To Media",
1682
- "attribute" => "medialink",
1683
- "type" => "onoff",
1684
- "validator" => "text",
1685
- "listitems" => null,
1686
- "value" => WFU_VAR("WFU_MEDIALINK"),
1687
- "mode" => "free",
1688
- "category" => "interoperability",
1689
- "subcategory" => "Connection With Other Wordpress Features",
1690
- "parent" => "",
1691
- "dependencies" => null,
1692
- "variables" => null,
1693
- "help" => "If enabled then the uploaded files will be added to the Media library of your Wordpress website. Please note that the upload path must be inside the wp-content/uploads directory (which is the default upload path)."
1694
- ),
1695
- array(
1696
- "name" => "Attach Uploaded Files To Post",
1697
- "attribute" => "postlink",
1698
- "type" => "onoff",
1699
- "validator" => "text",
1700
- "listitems" => null,
1701
- "value" => WFU_VAR("WFU_POSTLINK"),
1702
- "mode" => "free",
1703
- "category" => "interoperability",
1704
- "subcategory" => "Connection With Other Wordpress Features",
1705
- "parent" => "",
1706
- "dependencies" => null,
1707
- "variables" => null,
1708
- "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)."
1709
- ),
1710
- array(
1711
- "name" => "Enable Webcam",
1712
- "attribute" => "webcam",
1713
- "type" => "onoff",
1714
- "validator" => "text",
1715
- "listitems" => null,
1716
- "value" => WFU_VAR("WFU_WEBCAM"),
1717
- "mode" => "free",
1718
- "category" => "webcam",
1719
- "subcategory" => "Capture from Webcam (experimental)",
1720
- "parent" => "",
1721
- "dependencies" => array("webcammode", "audiocapture", "videowidth", "videoheight", "videoaspectratio", "videoframerate", "camerafacing", "maxrecordtime", "uploadmediabutton", "videoname", "imagename"),
1722
- "variables" => null,
1723
- "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."
1724
- ),
1725
- array(
1726
- "name" => "Capture Mode",
1727
- "attribute" => "webcammode",
1728
- "type" => "radio",
1729
- "validator" => "text",
1730
- "listitems" => array("capture video", "take photos", "both"),
1731
- "value" => WFU_VAR("WFU_WEBCAMMODE"),
1732
- "mode" => "free",
1733
- "category" => "webcam",
1734
- "subcategory" => "Capture from Webcam (experimental)",
1735
- "parent" => "webcam",
1736
- "dependencies" => null,
1737
- "variables" => null,
1738
- "help" => "It defines the webcam capture mode. The webcam can either capture video, still photos or both."
1739
- ),
1740
- array(
1741
- "name" => "Capture Audio",
1742
- "attribute" => "audiocapture",
1743
- "type" => "onoff",
1744
- "validator" => "text",
1745
- "listitems" => null,
1746
- "value" => WFU_VAR("WFU_AUDIOCAPTURE"),
1747
- "mode" => "free",
1748
- "category" => "webcam",
1749
- "subcategory" => "Capture from Webcam (experimental)",
1750
- "parent" => "webcam",
1751
- "dependencies" => null,
1752
- "variables" => null,
1753
- "help" => "It defines whether audio will be captured together with video from the webcam."
1754
- ),
1755
- array(
1756
- "name" => "Video Width",
1757
- "attribute" => "videowidth",
1758
- "type" => "text",
1759
- "validator" => "text",
1760
- "listitems" => null,
1761
- "value" => WFU_VAR("WFU_VIDEOWIDTH"),
1762
- "mode" => "free",
1763
- "category" => "webcam",
1764
- "subcategory" => "Capture from Webcam (experimental)",
1765
- "parent" => "webcam",
1766
- "dependencies" => null,
1767
- "variables" => null,
1768
- "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."
1769
- ),
1770
- array(
1771
- "name" => "Video Height",
1772
- "attribute" => "videoheight",
1773
- "type" => "text",
1774
- "validator" => "text",
1775
- "listitems" => null,
1776
- "value" => WFU_VAR("WFU_VIDEOHEIGHT"),
1777
- "mode" => "free",
1778
- "category" => "webcam",
1779
- "subcategory" => "Capture from Webcam (experimental)",
1780
- "parent" => "webcam",
1781
- "dependencies" => null,
1782
- "variables" => null,
1783
- "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."
1784
- ),
1785
- array(
1786
- "name" => "Video Aspect Ratio",
1787
- "attribute" => "videoaspectratio",
1788
- "type" => "text",
1789
- "validator" => "text",
1790
- "listitems" => null,
1791
- "value" => WFU_VAR("WFU_VIDEOASPECTRATIO"),
1792
- "mode" => "free",
1793
- "category" => "webcam",
1794
- "subcategory" => "Capture from Webcam (experimental)",
1795
- "parent" => "webcam",
1796
- "dependencies" => null,
1797
- "variables" => null,
1798
- "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."
1799
- ),
1800
- array(
1801
- "name" => "Video Frame Rate",
1802
- "attribute" => "videoframerate",
1803
- "type" => "text",
1804
- "validator" => "text",
1805
- "listitems" => null,
1806
- "value" => WFU_VAR("WFU_VIDEOFRAMERATE"),
1807
- "mode" => "free",
1808
- "category" => "webcam",
1809
- "subcategory" => "Capture from Webcam (experimental)",
1810
- "parent" => "webcam",
1811
- "dependencies" => null,
1812
- "variables" => null,
1813
- "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."
1814
- ),
1815
- array(
1816
- "name" => "Camera Facing Mode",
1817
- "attribute" => "camerafacing",
1818
- "type" => "radio",
1819
- "validator" => "text",
1820
- "listitems" => array("any", "front", "back"),
1821
- "value" => WFU_VAR("WFU_CAMERAFACING"),
1822
- "mode" => "free",
1823
- "category" => "webcam",
1824
- "subcategory" => "Capture from Webcam (experimental)",
1825
- "parent" => "webcam",
1826
- "dependencies" => null,
1827
- "variables" => null,
1828
- "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."
1829
- ),
1830
- array(
1831
- "name" => "Max Record Time",
1832
- "attribute" => "maxrecordtime",
1833
- "type" => "integer",
1834
- "validator" => "integer",
1835
- "listitems" => null,
1836
- "value" => WFU_VAR("WFU_MAXRECORDTIME"),
1837
- "mode" => "free",
1838
- "category" => "webcam",
1839
- "subcategory" => "Capture from Webcam (experimental)",
1840
- "parent" => "webcam",
1841
- "dependencies" => null,
1842
- "variables" => null,
1843
- "help" => "It defines the maximum time of video recording (in seconds). If it is set to -1, then there is no time limit."
1844
- ),
1845
- null
1846
- );
1847
-
1848
- wfu_array_remove_nulls($defs);
1849
-
1850
-
1851
- return $defs;
1852
- }
1853
-
1
+ <?php
2
+
3
+ /**
4
+ * Definition of Various Attributes of the Plugin
5
+ *
6
+ * This file contains definition of shortcode and formfield attributes of the
7
+ * plugin.
8
+ *
9
+ * @link /lib/wfu_attributes.php
10
+ *
11
+ * @package WordPress File Upload Plugin
12
+ * @subpackage Core Components
13
+ * @since 2.1.2
14
+ */
15
+
16
+ /**
17
+ * Definition of Uploader Form Elements
18
+ *
19
+ * This function defines the elements of the plugin upload form.
20
+ *
21
+ * @since 2.1.2
22
+ *
23
+ * @return array The list of uploader form elements (components).
24
+ */
25
+ function wfu_component_definitions() {
26
+ $components = array(
27
+ array(
28
+ "id" => "title",
29
+ "name" => "Title",
30
+ "mode" => "free",
31
+ "dimensions" => array("plugin/Plugin", "title/Title"),
32
+ "multiplacements" => false,
33
+ "help" => "A title text for the plugin"
34
+ ),
35
+ array(
36
+ "id" => "filename",
37
+ "name" => "Filename",
38
+ "mode" => "free",
39
+ "dimensions" => null,
40
+ "multiplacements" => false,
41
+ "help" => "It shows the name of the selected file (useful only for single file uploads)."
42
+ ),
43
+ array(
44
+ "id" => "selectbutton",
45
+ "name" => "Select Button",
46
+ "mode" => "free",
47
+ "dimensions" => null,
48
+ "multiplacements" => false,
49
+ "help" => "Represents the button to select the files for upload."
50
+ ),
51
+ array(
52
+ "id" => "uploadbutton",
53
+ "name" => "Upload Button",
54
+ "mode" => "free",
55
+ "dimensions" => null,
56
+ "multiplacements" => false,
57
+ "help" => "Represents the button to execute the upload after some files have been selected."
58
+ ),
59
+ array(
60
+ "id" => "subfolders",
61
+ "name" => "Subfolders",
62
+ "mode" => "free",
63
+ "dimensions" => array("uploadfolder_label/Upload Folder Label", "subfolders/Subfolders", "subfolders_label/Subfolders Label", "subfolders_select/Subfolders List"),
64
+ "multiplacements" => false,
65
+ "help" => "Allows the user to select the upload folder from a dropdown list."
66
+ ),
67
+ array(
68
+ "id" => "webcam",
69
+ "name" => "Webcam",
70
+ "mode" => "commercial",
71
+ "dimensions" => array("webcam/Webcam Box"),
72
+ "multiplacements" => false,
73
+ "help" => "Displays video from the device's webcam. The user can capture and upload screenshots or video streams."
74
+ ),
75
+ array(
76
+ "id" => "progressbar",
77
+ "name" => "Progressbar",
78
+ "mode" => "free",
79
+ "dimensions" => null,
80
+ "multiplacements" => false,
81
+ "help" => "Displays a simple progress bar, showing total progress of upload."
82
+ ),
83
+ array(
84
+ "id" => "userdata",
85
+ "name" => "User Fields",
86
+ "mode" => "free",
87
+ "dimensions" => array("userdata/User Fields", "userdata_label/User Fields Label", "userdata_value/User Fields Value"),
88
+ "multiplacements" => true,
89
+ "help" => "Displays additional fields that the user must fill-in together with the uploaded files."
90
+ ),
91
+ array(
92
+ "id" => "consent",
93
+ "name" => "Consent",
94
+ "mode" => "free",
95
+ "dimensions" => array("consent/Consent Block"),
96
+ "multiplacements" => false,
97
+ "help" => "Displays a checkbox asking user's consent for storing personal data."
98
+ ),
99
+ array(
100
+ "id" => "message",
101
+ "name" => "Message",
102
+ "mode" => "free",
103
+ "dimensions" => null,
104
+ "multiplacements" => false,
105
+ "help" => "Displays a message block with information about the upload, together with any warnings or errors."
106
+ )
107
+ );
108
+
109
+ wfu_array_remove_nulls($components);
110
+
111
+ return $components;
112
+ }
113
+
114
+ /**
115
+ * Definition of Uploader Form Attribute Categories
116
+ *
117
+ * This function defines the categories of the plugin uploader shortcode
118
+ * attributes. These categories show up as different tabs of the shortcode
119
+ * composer.
120
+ *
121
+ * @since 2.1.2
122
+ *
123
+ * @return array The list of uploader form attribute categories.
124
+ */
125
+ function wfu_category_definitions() {
126
+ $cats = array(
127
+ "general" => "General",
128
+ "placements" => "Placements",
129
+ "labels" => "Labels",
130
+ "notifications" => "Notifications",
131
+ "personaldata" => "Personal Data",
132
+ "colors" => "Colors",
133
+ "dimensions" => "Dimensions",
134
+ "userdata" => "Additional Fields",
135
+ "interoperability" => "Interoperability",
136
+ "webcam" => "Webcam"
137
+ );
138
+
139
+ return $cats;
140
+ }
141
+
142
+ /**
143
+ * Definition of Uploader Form Custom Fields
144
+ *
145
+ * This function defines the plugin upload form custom fields and their
146
+ * attributes.
147
+ *
148
+ * @since 3.3.0
149
+ *
150
+ * @return array The list of upload form custom fields.
151
+ */
152
+ function wfu_formfield_definitions() {
153
+ //field properties have 2 parts separated by "/"; the first part determines if the property will be shown to the user (show or hide); the second part determines default value)
154
+ //when making changes in the structure of formfield definitions, the following are affected:
155
+ // - wfu_admin_composer.php function wfu_shortcode_composer
156
+ // variable $fieldprops_basic
157
+ // variable $fieldprops_default
158
+ // variable $template
159
+ // variable wfu_attribute_..._typeprops
160
+ // variable $from_template
161
+ // - wfu_functions.php function wfu_parse_userdata_attribute
162
+ // variable $default
163
+ // variable $fieldprops
164
+ // - wfu_blocks.php function wfu_userdata_apply_template
165
+ // return variable
166
+ // - wordpress_file_upload_adminfuctions.js function wfu_formdata_type_changed
167
+ // variable field
168
+ // - wordpress_file_upload_adminfuctions.js function wfu_formdata_add_field
169
+ // variable field
170
+ // - wordpress_file_upload_adminfuctions.js function wfu_formdata_prepare_template
171
+ // variable fieldprops_basic
172
+ // variable template
173
+ // - wordpress_file_upload_adminfuctions.js function wfu_update_formfield_value
174
+ // variable part
175
+ // - wordpress_file_upload_adminfuctions.js function wfu_apply_value
176
+ // variable def
177
+ // variable fieldprops
178
+ $formfields = array(
179
+ array(
180
+ "type" => "text",
181
+ "type_description" => "Simple Text",
182
+ //label properties
183
+ "label" => "",
184
+ "label_label" => "Label",
185
+ "label_hint" => "enter the label that will be shown next to the field",
186
+ //checkbox properties
187
+ "required" => "show/false",
188
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
189
+ "donotautocomplete" => "show/false",
190
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
191
+ "validate" => "hide/false",
192
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
193
+ "typehook" => "hide/false",
194
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
195
+ //dropdown properties
196
+ "labelposition" => "show/left",
197
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
198
+ "hintposition" => "show/right",
199
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
200
+ //text properties
201
+ "default" => "show/",
202
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
203
+ "data" => "hide/",
204
+ "data_label" => "Data",
205
+ "data_hint" => "complete a list of values to be shown to the user",
206
+ "group" => "hide/",
207
+ "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
208
+ "format" => "hide/",
209
+ "format_hint" => "enter a format to format user selection"
210
+ ),
211
+ array(
212
+ "type" => "multitext",
213
+ "type_description" => "Multiple Lines Text",
214
+ //label properties
215
+ "label" => "",
216
+ "label_label" => "Label",
217
+ "label_hint" => "enter the label that will be shown next to the field",
218
+ //checkbox properties
219
+ "required" => "show/false",
220
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
221
+ "donotautocomplete" => "hide/true",
222
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
223
+ "validate" => "hide/false",
224
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
225
+ "typehook" => "hide/false",
226
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
227
+ //dropdown properties
228
+ "labelposition" => "show/left",
229
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
230
+ "hintposition" => "show/right",
231
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
232
+ //text properties
233
+ "default" => "hide/",
234
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
235
+ "data" => "hide/",
236
+ "data_label" => "Data",
237
+ "data_hint" => "complete a list of values to be shown to the user",
238
+ "group" => "hide/",
239
+ "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
240
+ "format" => "hide/",
241
+ "format_hint" => "enter a format to format user selection"
242
+ ),
243
+ array(
244
+ "type" => "number",
245
+ "type_description" => "Number",
246
+ //label properties
247
+ "label" => "",
248
+ "label_label" => "Label",
249
+ "label_hint" => "enter the label that will be shown next to the field",
250
+ //checkbox properties
251
+ "required" => "show/false",
252
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
253
+ "donotautocomplete" => "show/true",
254
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
255
+ "validate" => "show/true",
256
+ "validate_hint" => "if checked, then the number entered by the user will be checked if it is a valid number, based on the format defined, before file upload",
257
+ "typehook" => "show/false",
258
+ "typehook_hint" => "if checked, then only valid characters will be allowed during typing",
259
+ //dropdown properties
260
+ "labelposition" => "show/left",
261
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
262
+ "hintposition" => "show/right",
263
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
264
+ //text properties
265
+ "default" => "show/",
266
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
267
+ "data" => "hide/",
268
+ "data_label" => "Data",
269
+ "data_hint" => "complete a list of values to be shown to the user",
270
+ "group" => "hide/",
271
+ "group_hint" => "if a non-empty group value is set, then another email confirmation field belonging to the same group must have the same email value",
272
+ "format" => "show/d",
273
+ "format_hint" => "enter a format for the number:\\r\\n d for integers\\r\\n f for floating point numbers\\r\\nthe dot (.) symbol is used as a decimal separator"
274
+ ),
275
+ array(
276
+ "type" => "email",
277
+ "type_description" => "Email",
278
+ //label properties
279
+ "label" => "",
280
+ "label_label" => "Label",
281
+ "label_hint" => "enter the label that will be shown next to the field",
282
+ //checkbox properties
283
+ "required" => "show/false",
284
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
285
+ "donotautocomplete" => "show/true",
286
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
287
+ "validate" => "show/true",
288
+ "validate_hint" => "if checked, then the email entered by the user will be checked if it is valid before file upload",
289
+ "typehook" => "hide/false",
290
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
291
+ //dropdown properties
292
+ "labelposition" => "show/left",
293
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
294
+ "hintposition" => "show/right",
295
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
296
+ //text properties
297
+ "default" => "show/",
298
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
299
+ "data" => "hide/",
300
+ "data_label" => "Data",
301
+ "data_hint" => "complete a list of values to be shown to the user",
302
+ "group" => "show/0",
303
+ "group_hint" => "if a non-empty group value is set, then another email confirmation field belonging to the same group must have the same email value",
304
+ "format" => "hide/",
305
+ "format_hint" => "enter a format to format user selection"
306
+ ),
307
+ array(
308
+ "type" => "confirmemail",
309
+ "type_description" => "Confirmation Email",
310
+ //label properties
311
+ "label" => "",
312
+ "label_label" => "Label",
313
+ "label_hint" => "enter the label that will be shown next to the field",
314
+ //checkbox properties
315
+ "required" => "show/true",
316
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
317
+ "donotautocomplete" => "show/true",
318
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
319
+ "validate" => "hide/true",
320
+ "validate_hint" => "if checked, then the confirmation email entered by the user will be checked if it is the same with the email belonging to the same group",
321
+ "typehook" => "hide/false",
322
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
323
+ //dropdown properties
324
+ "labelposition" => "show/left",
325
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
326
+ "hintposition" => "show/right",
327
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
328
+ //text properties
329
+ "default" => "hide/",
330
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
331
+ "data" => "hide/",
332
+ "data_label" => "Data",
333
+ "data_hint" => "complete a list of values to be shown to the user",
334
+ "group" => "show/0",
335
+ "group_hint" => "enter a non-empty value to match this email confirmation field with another email field",
336
+ "format" => "hide/",
337
+ "format_hint" => "enter a format to format user selection"
338
+ ),
339
+ array(
340
+ "type" => "password",
341
+ "type_description" => "Password",
342
+ //label properties
343
+ "label" => "",
344
+ "label_label" => "Label",
345
+ "label_hint" => "enter the label that will be shown next to the field",
346
+ //checkbox properties
347
+ "required" => "show/true",
348
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
349
+ "donotautocomplete" => "false/true",
350
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
351
+ "validate" => "hide/false",
352
+ "validate_hint" => "if checked, then the value entered by the user will be validated",
353
+ "typehook" => "hide/false",
354
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
355
+ //dropdown properties
356
+ "labelposition" => "show/left",
357
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
358
+ "hintposition" => "show/right",
359
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
360
+ //text properties
361
+ "default" => "hide/",
362
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
363
+ "data" => "hide/",
364
+ "data_label" => "Data",
365
+ "data_hint" => "complete a list of values to be shown to the user",
366
+ "group" => "show/0",
367
+ "group_hint" => "if a non-empty group value is set, then another password confirmation field belonging to the same group must have the same password",
368
+ "format" => "hide/",
369
+ "format_hint" => "enter a format to format user selection"
370
+ ),
371
+ array(
372
+ "type" => "confirmpassword",
373
+ "type_description" => "Confirmation Password",
374
+ //label properties
375
+ "label" => "",
376
+ "label_label" => "Label",
377
+ "label_hint" => "enter the label that will be shown next to the field",
378
+ //checkbox properties
379
+ "required" => "show/true",
380
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
381
+ "donotautocomplete" => "false/true",
382
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
383
+ "validate" => "hide/true",
384
+ "validate_hint" => "if checked, then the value entered by the user will be validated",
385
+ "typehook" => "hide/false",
386
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
387
+ //dropdown properties
388
+ "labelposition" => "show/left",
389
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
390
+ "hintposition" => "show/right",
391
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
392
+ //text properties
393
+ "default" => "hide/",
394
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
395
+ "data" => "hide/",
396
+ "data_label" => "Data",
397
+ "data_hint" => "complete a list of values to be shown to the user",
398
+ "group" => "show/0",
399
+ "group_hint" => "if a non-empty group value is set, then another password confirmation field belonging to the same group must have the same password",
400
+ "format" => "hide/",
401
+ "format_hint" => "enter a format to format user selection"
402
+ ),
403
+ array(
404
+ "type" => "checkbox",
405
+ "type_description" => "Checkbox",
406
+ //label properties
407
+ "label" => "",
408
+ "label_label" => "Label",
409
+ "label_hint" => "enter the label that will be shown next to the field",
410
+ //checkbox properties
411
+ "required" => "show/false",
412
+ "required_hint" => "if checked, then this checkbox field must be checked before file upload",
413
+ "donotautocomplete" => "show/true",
414
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
415
+ "validate" => "hide/false",
416
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
417
+ "typehook" => "hide/false",
418
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
419
+ //dropdown properties
420
+ "labelposition" => "show/none",
421
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
422
+ "hintposition" => "show/right",
423
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
424
+ //text properties
425
+ "default" => "show/false",
426
+ "default_hint" => "enter a default value (true or false) for the field or leave it empty if you do not want a default value",
427
+ "data" => "show/",
428
+ "data_label" => "Description",
429
+ "data_hint" => "enter a description for the checkbox",
430
+ "group" => "hide/",
431
+ "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
432
+ "format" => "show/right",
433
+ "format_hint" => "define the location of the description in relation to the check box\\r\\npossible values are: top, right, bottom, left"
434
+ ),
435
+ array(
436
+ "type" => "radiobutton",
437
+ "type_description" => "Radio button",
438
+ //label properties
439
+ "label" => "",
440
+ "label_label" => "Label",
441
+ "label_hint" => "enter the label that will be shown next to the field",
442
+ //checkbox properties
443
+ "required" => "show/false",
444
+ "required_hint" => "if checked, then a radio button must be selected before file upload",
445
+ "donotautocomplete" => "show/true",
446
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
447
+ "validate" => "hide/false",
448
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
449
+ "typehook" => "hide/false",
450
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
451
+ //dropdown properties
452
+ "labelposition" => "show/left",
453
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
454
+ "hintposition" => "show/right",
455
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
456
+ //text properties
457
+ "default" => "show/",
458
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
459
+ "data" => "show/",
460
+ "data_label" => "Items",
461
+ "data_hint" => "enter a comma delimited list of radio button items",
462
+ "group" => "show/0",
463
+ "group_hint" => "all radio buttons having the same group id belong to the same group",
464
+ "format" => "show/",
465
+ "format_hint" => "define the location of the radio labels in relation to their radio buttons (top, right, bottom, left)\\r\\nand the placement of the radio buttons (horizontal, vertical)"
466
+ ),
467
+ array(
468
+ "type" => "date",
469
+ "type_description" => "Date",
470
+ //label properties
471
+ "label" => "",
472
+ "label_label" => "Label",
473
+ "label_hint" => "enter the label that will be shown next to the field",
474
+ //checkbox properties
475
+ "required" => "show/false",
476
+ "required_hint" => "if checked, then a date must be entered before file upload",
477
+ "donotautocomplete" => "show/true",
478
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
479
+ "validate" => "hide/false",
480
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
481
+ "typehook" => "hide/false",
482
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
483
+ //dropdown properties
484
+ "labelposition" => "show/left",
485
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
486
+ "hintposition" => "show/right",
487
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
488
+ //text properties
489
+ "default" => "show/",
490
+ "default_hint" => "enter a default date for the field or leave it empty if you do not want a default value",
491
+ "data" => "hide/",
492
+ "data_label" => "Data",
493
+ "data_hint" => "enter data items",
494
+ "group" => "hide/",
495
+ "group_hint" => "enter a group value",
496
+ "format" => "show/",
497
+ "format_hint" => "define the format of the date field as follows:\\r\\n d - day of month (no leading zero)\\r\\n dd - day of month (two digit)\\r\\n o - day of the year (no leading zeros)\\r\\n oo - day of the year (three digit)\\r\\n D - day name short\\r\\n DD - day name long\\r\\n m - month of year (no leading zero)\\r\\n mm - month of year (two digit)\\r\\n M - month name short\\r\\n MM - month name long\\r\\n y - year (two digit)\\r\\n yy - year (four digit)\\r\\n @ - Unix timestamp (ms since 01/01/1970)\\r\\n ! - Windows ticks (100ns since 01/01/0001)\\r\\n &#39;...&#39; - literal text\\r\\n &#39;&#39; - single quote\\r\\n anything else - literal text\\r\\nthe format must be in parenthesis ()"
498
+ ),
499
+ array(
500
+ "type" => "time",
501
+ "type_description" => "Time",
502
+ //label properties
503
+ "label" => "",
504
+ "label_label" => "Label",
505
+ "label_hint" => "enter the label that will be shown next to the field",
506
+ //checkbox properties
507
+ "required" => "show/false",
508
+ "required_hint" => "if checked, then a time must be entered before file upload",
509
+ "donotautocomplete" => "show/true",
510
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
511
+ "validate" => "hide/false",
512
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
513
+ "typehook" => "hide/false",
514
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
515
+ //dropdown properties
516
+ "labelposition" => "show/left",
517
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
518
+ "hintposition" => "show/right",
519
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
520
+ //text properties
521
+ "default" => "show/",
522
+ "default_hint" => "enter a default time for the field or leave it empty if you do not want a default value",
523
+ "data" => "hide/",
524
+ "data_label" => "Data",
525
+ "data_hint" => "enter data items",
526
+ "group" => "hide/",
527
+ "group_hint" => "enter a group value",
528
+ "format" => "show/",
529
+ "format_hint" => "define the format of the time field as follows:\\r\\n H - hour with no leading 0 (24 hour)\\r\\n HH - hour with leading 0 (24 hour)\\r\\n h - hour with no leading 0 (12 hour)\\r\\n hh - hour with leading 0 (12 hour)\\r\\n m - minute with no leading 0\\r\\n mm - minute with leading 0\\r\\n s - second with no leading 0\\r\\n ss - second with leading 0\\r\\n l - milliseconds always with leading 0\\r\\n c - microseconds always with leading 0\\r\\n t - a or p for AM/PM\\r\\n T - A or P for AM/PM\\r\\n tt - am or pm for AM/PM\\r\\n TT - AM or PM for AM/PM\\r\\n z - timezone as defined by timezoneList\\r\\n Z - timezone in Iso 8601 format (+04:45)\\r\\n &#39;...&#39; - literal text\\r\\nthe format must be in parenthesis ()"
530
+ ),
531
+ array(
532
+ "type" => "datetime",
533
+ "type_description" => "DateTime",
534
+ //label properties
535
+ "label" => "",
536
+ "label_label" => "Label",
537
+ "label_hint" => "enter the label that will be shown next to the field",
538
+ //checkbox properties
539
+ "required" => "show/false",
540
+ "required_hint" => "if checked, then a date and time must be entered before file upload",
541
+ "donotautocomplete" => "show/true",
542
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
543
+ "validate" => "hide/false",
544
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
545
+ "typehook" => "hide/false",
546
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
547
+ //dropdown properties
548
+ "labelposition" => "show/left",
549
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
550
+ "hintposition" => "show/right",
551
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
552
+ //text properties
553
+ "default" => "show/",
554
+ "default_hint" => "enter a default date and time for the field or leave it empty if you do not want a default value",
555
+ "data" => "hide/",
556
+ "data_label" => "Data",
557
+ "data_hint" => "enter data items",
558
+ "group" => "hide/",
559
+ "group_hint" => "enter a group value",
560
+ "format" => "show/",
561
+ "format_hint" => "define the format of the datetime field as follows:\\r\\n date(dateformat) where dateformat is:\\r\\n d - day of month (no leading zero)\\r\\n dd - day of month (two digit)\\r\\n o - day of the year (no leading zeros)\\r\\n oo - day of the year (three digit)\\r\\n D - day name short\\r\\n DD - day name long\\r\\n m - month of year (no leading zero)\\r\\n mm - month of year (two digit)\\r\\n M - month name short\\r\\n MM - month name long\\r\\n y - year (two digit)\\r\\n yy - year (four digit)\\r\\n @ - Unix timestamp (ms since 01/01/1970)\\r\\n ! - Windows ticks (100ns since 01/01/0001)\\r\\n &#39;...&#39; - literal text\\r\\n &#39;&#39; - single quote\\r\\n anything else - literal text\\r\\n time(timeformat) where timeformat is:\\r\\n H - hour with no leading 0 (24 hour)\\r\\n HH - hour with leading 0 (24 hour)\\r\\n h - hour with no leading 0 (12 hour)\\r\\n hh - hour with leading 0 (12 hour)\\r\\n m - minute with no leading 0\\r\\n mm - minute with leading 0\\r\\n s - second with no leading 0\\r\\n ss - second with leading 0\\r\\n l - milliseconds always with leading 0\\r\\n c - microseconds always with leading 0\\r\\n t - a or p for AM/PM\\r\\n T - A or P for AM/PM\\r\\n tt - am or pm for AM/PM\\r\\n TT - AM or PM for AM/PM\\r\\n z - timezone as defined by timezoneList\\r\\n Z - timezone in Iso 8601 format (+04:45)\\r\\n &#39;...&#39; - literal text"
562
+ ),
563
+ array(
564
+ "type" => "list",
565
+ "type_description" => "Listbox",
566
+ //label properties
567
+ "label" => "",
568
+ "label_label" => "Label",
569
+ "label_hint" => "enter the label that will be shown next to the field",
570
+ //checkbox properties
571
+ "required" => "show/false",
572
+ "required_hint" => "if checked, then a list item must be selected before file upload",
573
+ "donotautocomplete" => "show/true",
574
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
575
+ "validate" => "hide/false",
576
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
577
+ "typehook" => "hide/false",
578
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
579
+ //dropdown properties
580
+ "labelposition" => "show/left",
581
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
582
+ "hintposition" => "show/right",
583
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
584
+ //text properties
585
+ "default" => "show/",
586
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
587
+ "data" => "show/",
588
+ "data_label" => "List Items",
589
+ "data_hint" => "enter a comma delimited list of items",
590
+ "group" => "hide/",
591
+ "group_hint" => "all items having the same group id belong to the same group",
592
+ "format" => "hide/",
593
+ "format_hint" => "enter the format of the list"
594
+ ),
595
+ array(
596
+ "type" => "dropdown",
597
+ "type_description" => "Dropdown",
598
+ //label properties
599
+ "label" => "",
600
+ "label_label" => "Label",
601
+ "label_hint" => "enter the label that will be shown next to the field",
602
+ //checkbox properties
603
+ "required" => "show/false",
604
+ "required_hint" => "if checked, then an item from the dropdown list must be selected before file upload",
605
+ "donotautocomplete" => "show/true",
606
+ "donotautocomplete_hint" => "if checked, then the field will not be autocompleted by browsers",
607
+ "validate" => "hide/false",
608
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
609
+ "typehook" => "hide/false",
610
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
611
+ //dropdown properties
612
+ "labelposition" => "show/left",
613
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
614
+ "hintposition" => "show/right",
615
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
616
+ //text properties
617
+ "default" => "show/",
618
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
619
+ "data" => "show/",
620
+ "data_label" => "List Items",
621
+ "data_hint" => "enter a comma delimited list of items",
622
+ "group" => "hide/",
623
+ "group_hint" => "all items having the same group id belong to the same group",
624
+ "format" => "hide/",
625
+ "format_hint" => "enter the format of the list"
626
+ ),
627
+ array(
628
+ "type" => "honeypot",
629
+ "type_description" => "Hidden Honeypot",
630
+ //label properties
631
+ "label" => "website",
632
+ "label_label" => "Name",
633
+ "label_hint" => "enter the name of the honeypot field; it must be a value that bots can easily recognize, like \'website\' or \'URL\'",
634
+ //checkbox properties
635
+ "required" => "hide/false",
636
+ "required_hint" => "if checked, then this field must have a non-empty value for the file to be uploaded",
637
+ "donotautocomplete" => "hide/true",
638
+ "donotautocomplete_hint" => "if checked, then the field will notify the browsers not to fill it with autocomplete data when the plugin is reloaded",
639
+ "validate" => "hide/false",
640
+ "validate_hint" => "if checked, then the field value entered by the user will be validated before file upload",
641
+ "typehook" => "hide/false",
642
+ "typehook_hint" => "if checked, then text suggestions will be shown below the field as the user types more text inside",
643
+ //dropdown properties
644
+ "labelposition" => "hide/none",
645
+ "labelposition_hint" => "select the position of the field&#39;s label; the position is relative to the field",
646
+ "hintposition" => "hide/none",
647
+ "hintposition_hint" => "select the position of the hint that will be shown to notify the user that something is wrong\\r\\nthe position is relative to the field",
648
+ //text properties
649
+ "default" => "hide/",
650
+ "default_hint" => "enter a default value for the field or leave it empty if you do not want a default value",
651
+ "data" => "hide/",
652
+ "data_label" => "Data",
653
+ "data_hint" => "complete a list of values to be shown to the user",
654
+ "group" => "hide/",
655
+ "group_hint" => "if a value is set, then all fields having the same value will belong to the same group",
656
+ "format" => "hide/",
657
+ "format_hint" => "enter a format to format user selection"
658
+ )
659
+ );
660
+
661
+ return $formfields;
662
+ }
663
+
664
+ /**
665
+ * Definition of Uploader Form Attributes
666
+ *
667
+ * This function defines the plugin uploader shortcode attributes.
668
+ *
669
+ * @since 2.1.2
670
+ *
671
+ * @return array The list of uploader form attributes.
672
+ */
673
+ function wfu_attribute_definitions() {
674
+ $defs = array(
675
+ array(
676
+ "name" => "Widget ID",
677
+ "attribute" => "widgetid",
678
+ "type" => "hidden",
679
+ "validator" => "widgetid",
680
+ "listitems" => null,
681
+ "value" => "",
682
+ "mode" => "free",
683
+ "category" => "",
684
+ "subcategory" => "Basic ",
685
+ "parent" => "",
686
+ "dependencies" => null,
687
+ "variables" => null,
688
+ "help" => ""
689
+ ),
690
+ array(
691
+ "name" => "Plugin ID",
692
+ "attribute" => "uploadid",
693
+ "type" => "integer",
694
+ "validator" => "integer+",
695
+ "listitems" => null,
696
+ "value" => WFU_VAR("WFU_UPLOADID"),
697
+ "mode" => "free",
698
+ "category" => "general",
699
+ "subcategory" => "Basic Functionalities",
700
+ "parent" => "",
701
+ "dependencies" => null,
702
+ "variables" => null,
703
+ "help" => "The unique id of each shortcode. When you have many shortcodes of this plugin in the same page, then you must use different id for each one."
704
+ ),
705
+ array(
706
+ "name" => "Single Button Operation",
707
+ "attribute" => "singlebutton",
708
+ "type" => "onoff",
709
+ "validator" => "onoff",
710
+ "listitems" => null,
711
+ "value" => WFU_VAR("WFU_SINGLEBUTTON"),
712
+ "mode" => "free",
713
+ "category" => "general",
714
+ "subcategory" => "Basic Functionalities",
715
+ "parent" => "",
716
+ "dependencies" => array("!uploadbutton"),
717
+ "variables" => null,
718
+ "help" => "When it is activated, no Upload button will be shown, but upload will start automatically as soon as files are selected."
719
+ ),
720
+ array(
721
+ "name" => "Upload Path",
722
+ "attribute" => "uploadpath",
723
+ "type" => "ltext",
724
+ "validator" => "path",
725
+ "listitems" => null,
726
+ "value" => WFU_VAR("WFU_UPLOADPATH"),
727
+ "mode" => "free",
728
+ "category" => "general",
729
+ "subcategory" => "Basic Functionalities",
730
+ "parent" => "",
731
+ "dependencies" => null,
732
+ "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
733
+ "help" => "This is the folder where the files will be uploaded. The path is relative to wp-contents folder of your Wordpress website. The path can be dynamic by including variables such as %username% or %blogid%. Please check Documentation on how to use variables inside uploadpath."
734
+ ),
735
+ array(
736
+ "name" => "Plugin Fit Mode",
737
+ "attribute" => "fitmode",
738
+ "type" => "radio",
739
+ "validator" => "listitem",
740
+ "listitems" => array("fixed", "responsive"),
741
+ "value" => WFU_VAR("WFU_FITMODE"),
742
+ "mode" => "free",
743
+ "category" => "general",
744
+ "subcategory" => "Basic Functionalities",
745
+ "parent" => "",
746
+ "dependencies" => null,
747
+ "variables" => null,
748
+ "help" => "This defines how the plugin's elements will fit inside the page/post. If it is set to fixed, then the plugin's element positions will remain fixed no matter the width of the container page/post. If it is set to responsive, then the plugin's elements will wrap to fit the width of the container page/post."
749
+ ),
750
+ array(
751
+ "name" => "Allow No File",
752
+ "attribute" => "allownofile",
753
+ "type" => "onoff",
754
+ "validator" => "onoff",
755
+ "listitems" => null,
756
+ "value" => WFU_VAR("WFU_ALLOWNOFILE"),
757
+ "mode" => "free",
758
+ "category" => "general",
759
+ "subcategory" => "Basic Functionalities",
760
+ "parent" => "",
761
+ "dependencies" => null,
762
+ "variables" => null,
763
+ "help" => "When it is activated a user can submit the upload form even if a file is not selected."
764
+ ),
765
+ array(
766
+ "name" => "Reset Form Mode",
767
+ "attribute" => "resetmode",
768
+ "type" => "radio",
769
+ "validator" => "listitem",
770
+ "listitems" => array("always", "onsuccess", "never"),
771
+ "value" => WFU_VAR("WFU_RESETMODE"),
772
+ "mode" => "free",
773
+ "category" => "general",
774
+ "subcategory" => "Basic Functionalities",
775
+ "parent" => "",
776
+ "dependencies" => null,
777
+ "variables" => null,
778
+ "help" => "It defines whether the form will be reset after upload; 'always' means that it will be reset in any case, 'onsuccess' means that it will be reset only if upload was successful, 'never' means that it will never be reset."
779
+ ),
780
+ array(
781
+ "name" => "Upload Roles",
782
+ "attribute" => "uploadrole",
783
+ "type" => "rolelist",
784
+ "validator" => "text",
785
+ "listitems" => array("default_administrator"),
786
+ "value" => WFU_VAR("WFU_UPLOADROLE"),
787
+ "mode" => "free",
788
+ "category" => "general",
789
+ "subcategory" => "Filters",
790
+ "parent" => "",
791
+ "dependencies" => null,
792
+ "variables" => null,
793
+ "help" => "Defines the categories (roles) of users allowed to upload files. Multiple selections can be made. If 'Select All' is checked, then all logged users can upload files. If 'Include Guests' is checked, then guests (not logged users) can also upload files. Default value is 'all,guests'."
794
+ ),
795
+ array(
796
+ "name" => "Allowed File Extensions",
797
+ "attribute" => "uploadpatterns",
798
+ "type" => "text",
799
+ "validator" => "text",
800
+ "listitems" => null,
801
+ "value" => WFU_VAR("WFU_UPLOADPATTERNS"),
802
+ "mode" => "free",
803
+ "category" => "general",
804
+ "subcategory" => "Filters",
805
+ "parent" => "",
806
+ "dependencies" => null,
807
+ "variables" => null,
808
+ "help" => "Defines the allowed file extensions. Multiple extentions can be defined, separated with comma (,)."
809
+ ),
810
+ array(
811
+ "name" => "Allowed File Size",
812
+ "attribute" => "maxsize",
813
+ "type" => "float",
814
+ "validator" => "float",
815
+ "listitems" => null,
816
+ "value" => WFU_VAR("WFU_MAXSIZE"),
817
+ "mode" => "free",
818
+ "category" => "general",
819
+ "subcategory" => "Filters",
820
+ "parent" => "",
821
+ "dependencies" => null,
822
+ "variables" => null,
823
+ "help" => "Defines the allowed file size in MBytes. Files larger than maxsize will not be uploaded. Floating point numbers can be used (e.g. '2.5')."
824
+ ),
825
+ array(
826
+ "name" => "Create Upload Path",
827
+ "attribute" => "createpath",
828
+ "type" => "onoff",
829
+ "validator" => "onoff",
830
+ "listitems" => null,
831
+ "value" => WFU_VAR("WFU_CREATEPATH"),
832
+ "mode" => "free",
833
+ "category" => "general",
834
+ "subcategory" => "Upload Path and Files",
835
+ "parent" => "",
836
+ "dependencies" => null,
837
+ "variables" => null,
838
+ "help" => "If activated then the plugin will attempt to create the upload path, if it does not exist."
839
+ ),
840
+ array(
841
+ "name" => "Do Not Change Filename",
842
+ "attribute" => "forcefilename",
843
+ "type" => "onoff",
844
+ "validator" => "onoff",
845
+ "listitems" => null,
846
+ "value" => WFU_VAR("WFU_FORCEFILENAME"),
847
+ "mode" => "free",
848
+ "category" => "general",
849
+ "subcategory" => "Upload Path and Files",
850
+ "parent" => "",
851
+ "dependencies" => null,
852
+ "variables" => null,
853
+ "help" => "The plugin by default will modify the filename if it contains invalid or non-english characters. By enabling this attribute the plugin will not change the filename."
854
+ ),
855
+ array(
856
+ "name" => "Folder Access Method",
857
+ "attribute" => "accessmethod",
858
+ "type" => "radio",
859
+ "validator" => "listitem",
860
+ "listitems" => array("normal", "*ftp"),
861
+ "value" => WFU_VAR("WFU_ACCESSMETHOD"),
862
+ "mode" => "free",
863
+ "category" => "general",
864
+ "subcategory" => "Upload Path and Files",
865
+ "parent" => "",
866
+ "dependencies" => array("ftpinfo", "userftpdomain", "ftppassivemode", "ftpfilepermissions"),
867
+ "variables" => null,
868
+ "help" => "Some times files cannot be uploaded to the upload folder because of read/write permissions. A workaround is to use ftp to transfer the files, however ftp credentials must be declared, so use carefully and only if necessary."
869
+ ),
870
+ array(
871
+ "name" => "FTP Access Credentials",
872
+ "attribute" => "ftpinfo",
873
+ "type" => "ftpinfo",
874
+ "validator" => "text",
875
+ "listitems" => null,
876
+ "value" => WFU_VAR("WFU_FTPINFO"),
877
+ "mode" => "free",
878
+ "category" => "general",
879
+ "subcategory" => "Upload Path and Files",
880
+ "parent" => "accessmethod",
881
+ "dependencies" => null,
882
+ "variables" => null,
883
+ "help" => "If FTP access method is selected, then FTP credentials must be declared here, in the form username:password@ftpdomain:port, e.g. myusername:mypass@ftpdomain.com:80. Port can be ommitted. The user can use Secure FTP (sftp) by putting the prefix 's' before the port number, e.g. myusername:mypass@ftpdomain.com:s22."
884
+ ),
885
+ array(
886
+ "name" => "Use FTP Domain",
887
+ "attribute" => "useftpdomain",
888
+ "type" => "onoff",
889
+ "validator" => "onoff",
890
+ "listitems" => null,
891
+ "value" => WFU_VAR("WFU_USEFTPDOMAIN"),
892
+ "mode" => "free",
893
+ "category" => "general",
894
+ "subcategory" => "Upload Path and Files",
895
+ "parent" => "accessmethod",
896
+ "dependencies" => null,
897
+ "variables" => null,
898
+ "help" => "If FTP access method is selected, then sometimes the FTP domain is different than the domain of your Wordpress installation. In this case, enable this attribute if upload of files is not successful."
899
+ ),
900
+ array(
901
+ "name" => "FTP Passive Mode",
902
+ "attribute" => "ftppassivemode",
903
+ "type" => "onoff",
904
+ "validator" => "onoff",
905
+ "listitems" => null,
906
+ "value" => WFU_VAR("WFU_FTPPASSIVEMODE"),
907
+ "mode" => "free",
908
+ "category" => "general",
909
+ "subcategory" => "Upload Path and Files",
910
+ "parent" => "accessmethod",
911
+ "dependencies" => null,
912
+ "variables" => null,
913
+ "help" => "If files fail to upload to the ftp domain then switching to passive FTP mode may solve the problem."
914
+ ),
915
+ array(
916
+ "name" => "Permissions of Uploaded File",
917
+ "attribute" => "ftpfilepermissions",
918
+ "type" => "text",
919
+ "validator" => "integer",
920
+ "listitems" => null,
921
+ "value" => WFU_VAR("WFU_FTPFILEPERMISSIONS"),
922
+ "mode" => "free",
923
+ "category" => "general",
924
+ "subcategory" => "Upload Path and Files",
925
+ "parent" => "accessmethod",
926
+ "dependencies" => null,
927
+ "variables" => null,
928
+ "help" => "Force the uploaded files to have specific permissions. This is a 4-digit octal number, e.g. 0777. If left empty, then the ftp server will define the permissions."
929
+ ),
930
+ array(
931
+ "name" => "Show Upload Folder Path",
932
+ "attribute" => "showtargetfolder",
933
+ "type" => "onoff",
934
+ "validator" => "onoff",
935
+ "listitems" => null,
936
+ "value" => WFU_VAR("WFU_SHOWTARGETFOLDER"),
937
+ "mode" => "free",
938
+ "category" => "general",
939
+ "subcategory" => "Upload Path and Files",
940
+ "parent" => "",
941
+ "dependencies" => array("targetfolderlabel"),
942
+ "variables" => null,
943
+ "help" => "It defines if a label with the upload directory will be shown."
944
+ ),
945
+ array(
946
+ "name" => "Select Subfolder",
947
+ "attribute" => "askforsubfolders",
948
+ "type" => "onoff",
949
+ "validator" => "onoff",
950
+ "listitems" => null,
951
+ "value" => WFU_VAR("WFU_ASKFORSUBFOLDERS"),
952
+ "mode" => "free",
953
+ "category" => "general",
954
+ "subcategory" => "Upload Path and Files",
955
+ "parent" => "",
956
+ "dependencies" => array("subfoldertree", "subfolderlabel"),
957
+ "variables" => null,
958
+ "help" => "If enabled then user can select the upload folder from a drop down list. The list is defined in subfoldertree attribute. The folder paths are relative to the path defined in uploadpath."
959
+ ),
960
+ array(
961
+ "name" => "List of Subfolders",
962
+ "attribute" => "subfoldertree",
963
+ "type" => "folderlist",
964
+ "validator" => "text",
965
+ "listitems" => null,
966
+ "value" => WFU_VAR("WFU_SUBFOLDERTREE"),
967
+ "mode" => "free",
968
+ "category" => "general",
969
+ "subcategory" => "Upload Path and Files",
970
+ "parent" => "askforsubfolders",
971
+ "dependencies" => null,
972
+ "variables" => null,
973
+ "help" => "The list of folders a user can select. Please see documentation on how to create the list of folders. If 'Auto-populate list' is selected, then the list will be filled automatically with the first-level subfolders inside the directory defined by uploadpath. If 'List is editable' is selected, then the user will have the capability to type the subfolder and filter the subfolder list and/or define a new subfolder."
974
+ ),
975
+ array(
976
+ "name" => "File Duplicates Policy",
977
+ "attribute" => "duplicatespolicy",
978
+ "type" => "radio",
979
+ "validator" => "listitem",
980
+ "listitems" => array("overwrite", "reject", "*maintain both"),
981
+ "value" => WFU_VAR("WFU_DUBLICATESPOLICY"),
982
+ "mode" => "free",
983
+ "category" => "general",
984
+ "subcategory" => "Upload Path and Files",
985
+ "parent" => "",
986
+ "dependencies" => array("uniquepattern"),
987
+ "variables" => null,
988
+ "help" => "It determines what happens when an uploaded file has the same name with an existing file. The uploaded file can overwrite the existing one, be rejected or both can be kept by renaming the uploaded file according to a rule defined in uniquepattern attribute."
989
+ ),
990
+ array(
991
+ "name" => "File Rename Rule",
992
+ "attribute" => "uniquepattern",
993
+ "type" => "radio",
994
+ "validator" => "listitem",
995
+ "listitems" => array("index", "datetimestamp"),
996
+ "value" => WFU_VAR("WFU_UNIQUEPATTERN"),
997
+ "mode" => "free",
998
+ "category" => "general",
999
+ "subcategory" => "Upload Path and Files",
1000
+ "parent" => "duplicatespolicy",
1001
+ "dependencies" => null,
1002
+ "variables" => null,
1003
+ "help" => "If duplicatespolicy is set to 'maintain both', then this rule defines how the uploaded file will be renamed, in order not to match an existing file. An incremental index number or a datetime stamp can be included in the uploaded file name to make it unique."
1004
+ ),
1005
+ array(
1006
+ "name" => "Redirect after Upload",
1007
+ "attribute" => "redirect",
1008
+ "type" => "onoff",
1009
+ "validator" => "onoff",
1010
+ "listitems" => null,
1011
+ "value" => WFU_VAR("WFU_REDIRECT"),
1012
+ "mode" => "free",
1013
+ "category" => "general",
1014
+ "subcategory" => "Redirection",
1015
+ "parent" => "",
1016
+ "dependencies" => array("redirectlink"),
1017
+ "variables" => null,
1018
+ "help" => "If enabled, the user will be redirected to a url defined in redirectlink attribute upon successful upload of all the files."
1019
+ ),
1020
+ array(
1021
+ "name" => "Redirection URL",
1022
+ "attribute" => "redirectlink",
1023
+ "type" => "ltext",
1024
+ "validator" => "link",
1025
+ "listitems" => null,
1026
+ "value" => WFU_VAR("WFU_REDIRECTLINK"),
1027
+ "mode" => "free",
1028
+ "category" => "general",
1029
+ "subcategory" => "Redirection",
1030
+ "parent" => "redirect",
1031
+ "dependencies" => null,
1032
+ "variables" => array("%filename%", "%username%"),
1033
+ "help" => "This is the redirect URL. The URL can be dynamic by using variables. Please see Documentation on how to use variables inside attributes."
1034
+ ),
1035
+ array(
1036
+ "name" => "Show Detailed Admin Messages",
1037
+ "attribute" => "adminmessages",
1038
+ "type" => "onoff",
1039
+ "validator" => "onoff",
1040
+ "listitems" => null,
1041
+ "value" => WFU_VAR("WFU_ADMINMESSAGES"),
1042
+ "mode" => "free",
1043
+ "category" => "general",
1044
+ "subcategory" => "Other Administrator Options",
1045
+ "parent" => "",
1046
+ "dependencies" => null,
1047
+ "variables" => null,
1048
+ "help" => "If enabled then more detailed messages about upload operations will be shown to administrators for debugging or error detection."
1049
+ ),
1050
+ array(
1051
+ "name" => "Disable AJAX",
1052
+ "attribute" => "forceclassic",
1053
+ "type" => "onoff",
1054
+ "validator" => "onoff",
1055
+ "listitems" => null,
1056
+ "value" => WFU_VAR("WFU_FORCECLASSIC"),
1057
+ "mode" => "free",
1058
+ "category" => "general",
1059
+ "subcategory" => "Other Administrator Options",
1060
+ "parent" => "",
1061
+ "dependencies" => null,
1062
+ "variables" => null,
1063
+ "help" => "If AJAX is disabled, then upload of files will be performed using HTML forms, meaning that page will refresh to complete the upload. Use it in case that AJAX is causing problems with your page (although the plugin has an auto-detection feature for checking if user's browser supports AJAX or not)."
1064
+ ),
1065
+ array(
1066
+ "name" => "Test Mode",
1067
+ "attribute" => "testmode",
1068
+ "type" => "onoff",
1069
+ "validator" => "onoff",
1070
+ "listitems" => null,
1071
+ "value" => WFU_VAR("WFU_TESTMODE"),
1072
+ "mode" => "free",
1073
+ "category" => "general",
1074
+ "subcategory" => "Other Administrator Options",
1075
+ "parent" => "",
1076
+ "dependencies" => null,
1077
+ "variables" => null,
1078
+ "help" => "If enabled then the plugin will be shown in test mode, meaning that all selected features will be shown but no upload will be possible. Use it to review how the plugin looks like and style it according to your needs."
1079
+ ),
1080
+ array(
1081
+ "name" => "Debug Mode",
1082
+ "attribute" => "debugmode",
1083
+ "type" => "onoff",
1084
+ "validator" => "onoff",
1085
+ "listitems" => null,
1086
+ "value" => WFU_VAR("WFU_DEBUGMODE"),
1087
+ "mode" => "free",
1088
+ "category" => "general",
1089
+ "subcategory" => "Other Administrator Options",
1090
+ "parent" => "",
1091
+ "dependencies" => null,
1092
+ "variables" => null,
1093
+ "help" => "If enabled then the plugin will show to administrators any internal PHP warnings and errors generated during the upload process inside the message box."
1094
+ ),
1095
+ array(
1096
+ "name" => "Plugin Component Positions",
1097
+ "attribute" => "placements",
1098
+ "type" => "placements",
1099
+ "validator" => "text",
1100
+ "listitems" => null,
1101
+ "value" => WFU_VAR("WFU_PLACEMENTS"),
1102
+ "mode" => "free",
1103
+ "category" => "placements",
1104
+ "subcategory" => "Plugin Component Positions",
1105
+ "parent" => "",
1106
+ "dependencies" => null,
1107
+ "variables" => null,
1108
+ "help" => "It defines the positions of the selected plugin components. Drag the components from the right pane and drop them to the left one to define your own component positions."
1109
+ ),
1110
+ array(
1111
+ "name" => "Plugin Title",
1112
+ "attribute" => "uploadtitle",
1113
+ "type" => "text",
1114
+ "validator" => "text",
1115
+ "listitems" => null,
1116
+ "value" => WFU_UPLOADTITLE,
1117
+ "mode" => "free",
1118
+ "category" => "labels",
1119
+ "subcategory" => "Title",
1120
+ "parent" => "",
1121
+ "dependencies" => null,
1122
+ "variables" => null,
1123
+ "help" => "A text representing the title of the plugin."
1124
+ ),
1125
+ array(
1126
+ "name" => "Select Button Caption",
1127
+ "attribute" => "selectbutton",
1128
+ "type" => "text",
1129
+ "validator" => "text",
1130
+ "listitems" => null,
1131
+ "value" => WFU_SELECTBUTTON,
1132
+ "mode" => "free",
1133
+ "category" => "labels",
1134
+ "subcategory" => "Buttons",
1135
+ "parent" => "",
1136
+ "dependencies" => null,
1137
+ "variables" => null,
1138
+ "help" => "The caption of the button that selects the files for upload."
1139
+ ),
1140
+ array(
1141
+ "name" => "Upload Button Caption",
1142
+ "attribute" => "uploadbutton",
1143
+ "type" => "text",
1144
+ "validator" => "text",
1145
+ "listitems" => null,
1146
+ "value" => WFU_UPLOADBUTTON,
1147
+ "mode" => "free",
1148
+ "category" => "labels",
1149
+ "subcategory" => "Buttons",
1150
+ "parent" => "",
1151
+ "dependencies" => null,
1152
+ "variables" => null,
1153
+ "help" => "The caption of the button that starts the upload."
1154
+ ),
1155
+ array(
1156
+ "name" => "Upload Folder Label",
1157
+ "attribute" => "targetfolderlabel",
1158
+ "type" => "text",
1159
+ "validator" => "text",
1160
+ "listitems" => null,
1161
+ "value" => WFU_VAR("WFU_TARGETFOLDERLABEL"),
1162
+ "mode" => "free",
1163
+ "category" => "labels",
1164
+ "subcategory" => "Upload Folder",
1165
+ "parent" => "",
1166
+ "dependencies" => null,
1167
+ "variables" => null,
1168
+ "help" => "This is the label before the upload folder path, if the path is selected to be shown using the showtargetfolder attribute."
1169
+ ),
1170
+ array(
1171
+ "name" => "Select Subfolder Label",
1172
+ "attribute" => "subfolderlabel",
1173
+ "type" => "text",
1174
+ "validator" => "text",
1175
+ "listitems" => null,
1176
+ "value" => WFU_VAR("WFU_SUBFOLDERLABEL"),
1177
+ "mode" => "free",
1178
+ "category" => "labels",
1179
+ "subcategory" => "Upload Folder",
1180
+ "parent" => "",
1181
+ "dependencies" => null,
1182
+ "variables" => null,
1183
+ "help" => "This is the label of the subfolder dropdown list. It is active when askforsubfolders attribute is on."
1184
+ ),
1185
+ array(
1186
+ "name" => "Success Upload Message",
1187
+ "attribute" => "successmessage",
1188
+ "type" => "ltext",
1189
+ "validator" => "text",
1190
+ "listitems" => null,
1191
+ "value" => WFU_SUCCESSMESSAGE,
1192
+ "mode" => "free",
1193
+ "category" => "labels",
1194
+ "subcategory" => "Upload Messages",
1195
+ "parent" => "",
1196
+ "dependencies" => null,
1197
+ "variables" => array("%filename%", "%filepath%"),
1198
+ "help" => "This is the message that will be shown for every file that has been uploaded successfully."
1199
+ ),
1200
+ array(
1201
+ "name" => "Warning Upload Message",
1202
+ "attribute" => "warningmessage",
1203
+ "type" => "ltext",
1204
+ "validator" => "text",
1205
+ "listitems" => null,
1206
+ "value" => WFU_WARNINGMESSAGE,
1207
+ "mode" => "free",
1208
+ "category" => "labels",
1209
+ "subcategory" => "Upload Messages",
1210
+ "parent" => "",
1211
+ "dependencies" => null,
1212
+ "variables" => array("%filename%", "%filepath%"),
1213
+ "help" => "This is the message that will be shown for every file that has been uploaded with warnings."
1214
+ ),
1215
+ array(
1216
+ "name" => "Error Upload Message",
1217
+ "attribute" => "errormessage",
1218
+ "type" => "ltext",
1219
+ "validator" => "text",
1220
+ "listitems" => null,
1221
+ "value" => WFU_ERRORMESSAGE,
1222
+ "mode" => "free",
1223
+ "category" => "labels",
1224
+ "subcategory" => "Upload Messages",
1225
+ "parent" => "",
1226
+ "dependencies" => null,
1227
+ "variables" => array("%filename%", "%filepath%"),
1228
+ "help" => "This is the message that will be shown for every file that has failed to upload."
1229
+ ),
1230
+ array(
1231
+ "name" => "Wait Upload Message",
1232
+ "attribute" => "waitmessage",
1233
+ "type" => "ltext",
1234
+ "validator" => "text",
1235
+ "listitems" => null,
1236
+ "value" => WFU_WAITMESSAGE,
1237
+ "mode" => "free",
1238
+ "category" => "labels",
1239
+ "subcategory" => "Upload Messages",
1240
+ "parent" => "",
1241
+ "dependencies" => null,
1242
+ "variables" => array("%filename%", "%filepath%"),
1243
+ "help" => "This is the message that will be shown while file is uploading."
1244
+ ),
1245
+ array(
1246
+ "name" => "Upload Media Button Caption",
1247
+ "attribute" => "uploadmediabutton",
1248
+ "type" => "text",
1249
+ "validator" => "text",
1250
+ "listitems" => null,
1251
+ "value" => WFU_UPLOADMEDIABUTTON,
1252
+ "mode" => "free",
1253
+ "category" => "labels",
1254
+ "subcategory" => "Webcam Labels",
1255
+ "parent" => "",
1256
+ "dependencies" => null,
1257
+ "variables" => null,
1258
+ "help" => "The caption of the button that starts the upload when media capture from the webcam has been activated."
1259
+ ),
1260
+ array(
1261
+ "name" => "Video Filename",
1262
+ "attribute" => "videoname",
1263
+ "type" => "text",
1264
+ "validator" => "text",
1265
+ "listitems" => null,
1266
+ "value" => WFU_VIDEONAME,
1267
+ "mode" => "free",
1268
+ "category" => "labels",
1269
+ "subcategory" => "Webcam Labels",
1270
+ "parent" => "",
1271
+ "dependencies" => null,
1272
+ "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
1273
+ "help" => "This is the file name of the captured video file."
1274
+ ),
1275
+ array(
1276
+ "name" => "Image Filename",
1277
+ "attribute" => "imagename",
1278
+ "type" => "text",
1279
+ "validator" => "text",
1280
+ "listitems" => null,
1281
+ "value" => WFU_IMAGENAME,
1282
+ "mode" => "free",
1283
+ "category" => "labels",
1284
+ "subcategory" => "Webcam Labels",
1285
+ "parent" => "",
1286
+ "dependencies" => null,
1287
+ "variables" => array("%userid%", "%username%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%"),
1288
+ "help" => "This is the file name of the captured image file."
1289
+ ),
1290
+ array(
1291
+ "name" => "Required Fields Suffix",
1292
+ "attribute" => "requiredlabel",
1293
+ "type" => "text",
1294
+ "validator" => "text",
1295
+ "listitems" => null,
1296
+ "value" => WFU_USERDATA_REQUIREDLABEL,
1297
+ "mode" => "free",
1298
+ "category" => "labels",
1299
+ "subcategory" => "Other Labels",
1300
+ "parent" => "",
1301
+ "dependencies" => null,
1302
+ "variables" => null,
1303
+ "help" => "This is the keyword that shows up next to user field labels in order to denote that they are required."
1304
+ ),
1305
+ array(
1306
+ "name" => "Notify by Email",
1307
+ "attribute" => "notify",
1308
+ "type" => "onoff",
1309
+ "validator" => "onoff",
1310
+ "listitems" => null,
1311
+ "value" => WFU_VAR("WFU_NOTIFY"),
1312
+ "mode" => "free",
1313
+ "category" => "notifications",
1314
+ "subcategory" => "Email Notifications",
1315
+ "parent" => "",
1316
+ "dependencies" => array("notifyrecipients", "notifysubject", "notifymessage", "notifyheaders", "attachfile"),
1317
+ "variables" => null,
1318
+ "help" => "If activated then email will be sent to inform about successful file uploads."
1319
+ ),
1320
+ array(
1321
+ "name" => "Email Recipients",
1322
+ "attribute" => "notifyrecipients",
1323
+ "type" => "mtext",
1324
+ "validator" => "text",
1325
+ "listitems" => null,
1326
+ "value" => WFU_VAR("WFU_NOTIFYRECIPIENTS"),
1327
+ "mode" => "free",
1328
+ "category" => "notifications",
1329
+ "subcategory" => "Email Notifications",
1330
+ "parent" => "notify",
1331
+ "dependencies" => null,
1332
+ "variables" => array("%useremail%", "%userdataXXX%", "%n%", "%dq%"),
1333
+ "help" => "Defines the recipients of the email notification. Can be dynamic by using variables. Please check Documentation on how to use variables in atributes."
1334
+ ),
1335
+ array(
1336
+ "name" => "Email Headers",
1337
+ "attribute" => "notifyheaders",
1338
+ "type" => "mtext",
1339
+ "validator" => "emailheaders",
1340
+ "listitems" => null,
1341
+ "value" => WFU_VAR("WFU_NOTIFYHEADERS"),
1342
+ "mode" => "free",
1343
+ "category" => "notifications",
1344
+ "subcategory" => "Email Notifications",
1345
+ "parent" => "notify",
1346
+ "dependencies" => null,
1347
+ "variables" => array("%n%", "%dq%"),
1348
+ "help" => "Defines additional email headers, in case you want to sent an HTML message, or use Bcc list, or use a different From address and name or other more advanced email options."
1349
+ ),
1350
+ array(
1351
+ "name" => "Email Subject",
1352
+ "attribute" => "notifysubject",
1353
+ "type" => "ltext",
1354
+ "validator" => "emailsubject",
1355
+ "listitems" => null,
1356
+ "value" => WFU_NOTIFYSUBJECT,
1357
+ "mode" => "free",
1358
+ "category" => "notifications",
1359
+ "subcategory" => "Email Notifications",
1360
+ "parent" => "notify",
1361
+ "dependencies" => null,
1362
+ "variables" => array("%username%", "%useremail%", "%filename%", "%filepath%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%", "%dq%"),
1363
+ "help" => "Defines the email subject. Can be dynamic by using variables. Please check Documentation on how to use variables in atributes."
1364
+ ),
1365
+ array(
1366
+ "name" => "Email Body",
1367
+ "attribute" => "notifymessage",
1368
+ "type" => "mtext",
1369
+ "validator" => "emailbody",
1370
+ "listitems" => null,
1371
+ "value" => WFU_NOTIFYMESSAGE,
1372
+ "mode" => "free",
1373
+ "category" => "notifications",
1374
+ "subcategory" => "Email Notifications",
1375
+ "parent" => "notify",
1376
+ "dependencies" => null,
1377
+ "variables" => array("%username%", "%useremail%", "%filename%", "%filepath%", "%blogid%", "%pageid%", "%pagetitle%", "%userdataXXX%", "%n%", "%dq%"),
1378
+ "help" => "Defines the email body. Can be dynamic by using variables. Please check Documentation on how to use variables in atributes."
1379
+ ),
1380
+ array(
1381
+ "name" => "Attach Uploaded Files",
1382
+ "attribute" => "attachfile",
1383
+ "type" => "onoff",
1384
+ "validator" => "onoff",
1385
+ "listitems" => null,
1386
+ "value" => WFU_VAR("WFU_ATTACHFILE"),
1387
+ "mode" => "free",
1388
+ "category" => "notifications",
1389
+ "subcategory" => "Email Notifications",
1390
+ "parent" => "notify",
1391
+ "dependencies" => null,
1392
+ "variables" => null,
1393
+ "help" => "If activated, then uploaded files will be included in the notification email as attachments. Please use carefully."
1394
+ ),
1395
+ array(
1396
+ "name" => "Ask for Consent",
1397
+ "attribute" => "askconsent",
1398
+ "type" => "onoff",
1399
+ "validator" => "onoff",
1400
+ "listitems" => null,
1401
+ "value" => WFU_VAR("WFU_ASKCONSENT"),
1402
+ "mode" => "free",
1403
+ "category" => "personaldata",
1404
+ "subcategory" => "General Personal Data Options",
1405
+ "parent" => "",
1406
+ "dependencies" => array("personaldatatypes"),
1407
+ "variables" => null,
1408
+ "help" => "If activated, then consent from users will be asked for storing their personal data. If users do not give consent, then their data will not be stored in the database, they will only be included in the notification email, if email notifications are active."
1409
+ ),
1410
+ array(
1411
+ "name" => "Personal Data Types",
1412
+ "attribute" => "personaldatatypes",
1413
+ "type" => "radio",
1414
+ "validator" => "listitem",
1415
+ "listitems" => array("userdata", "userdata and files"),
1416
+ "value" => WFU_VAR("WFU_PERSONALDATATYPES"),
1417
+ "mode" => "free",
1418
+ "category" => "personaldata",
1419
+ "subcategory" => "General Personal Data Options",
1420
+ "parent" => "askconsent",
1421
+ "dependencies" => null,
1422
+ "variables" => null,
1423
+ "help" => "Determines which data are considered as personal data. By default only userdata are considered as personal data. If the 2nd option is selected, then files will also be considered as personal data. This means that if the users do not give their consent, then the files will not be uploaded on the website, they will only be inluded in the notification email as attachments, if email notifications are active."
1424
+ ),
1425
+ array(
1426
+ "name" => "Do Not Remember Consent Answer",
1427
+ "attribute" => "notrememberconsent",
1428
+ "type" => "onoff",
1429
+ "validator" => "onoff",
1430
+ "listitems" => null,
1431
+ "value" => WFU_VAR("WFU_NOTREMEMBERCONSENT"),
1432
+ "mode" => "free",
1433
+ "category" => "personaldata",
1434
+ "subcategory" => "Consent Behaviour",
1435
+ "parent" => "",
1436
+ "dependencies" => null,
1437
+ "variables" => null,
1438
+ "help" => "If activated the plugin will not remember the consent answer provided by the user and the consent question will always show."
1439
+ ),
1440
+ array(
1441
+ "name" => "Consent Denial Rejects Upload",
1442
+ "attribute" => "consentrejectupload",
1443
+ "type" => "onoff",
1444
+ "validator" => "onoff",
1445
+ "listitems" => null,
1446
+ "value" => WFU_VAR("WFU_CONSENTREJECTUPLOAD"),
1447
+ "mode" => "free",
1448
+ "category" => "personaldata",
1449
+ "subcategory" => "Consent Behaviour",
1450
+ "parent" => "",
1451
+ "dependencies" => array("consentrejectmessage"),
1452
+ "variables" => null,
1453
+ "help" => "If activated and user has denied consent then the upload will be rejected. If deactivated, then the upload will continue regardless of consent answer."
1454
+ ),
1455
+ array(
1456
+ "name" => "Reject Message",
1457
+ "attribute" => "consentrejectmessage",
1458
+ "type" => "ltext",
1459
+ "validator" => "text",
1460
+ "listitems" => null,
1461
+ "value" => WFU_CONSENTREJECTMESSAGE,
1462
+ "mode" => "free",
1463
+ "category" => "personaldata",
1464
+ "subcategory" => "Consent Behaviour",
1465
+ "parent" => "consentrejectupload",
1466
+ "dependencies" => null,
1467
+ "variables" => null,
1468
+ "help" => "It defines the message that will appear to the user if upload cannot continue due to consent denial."
1469
+ ),
1470
+ array(
1471
+ "name" => "Consent Format",
1472
+ "attribute" => "consentformat",
1473
+ "type" => "radio",
1474
+ "validator" => "listitem",
1475
+ "listitems" => array("checkbox", "radio", "prompt"),
1476
+ "value" => WFU_VAR("WFU_CONSENTFORMAT"),
1477
+ "mode" => "free",
1478
+ "category" => "personaldata",
1479
+ "subcategory" => "Consent Appearance",
1480
+ "parent" => "",
1481
+ "dependencies" => null,
1482
+ "variables" => null,
1483
+ "help" => "Determines how consent question will appear to the user. If 'checkbox' is selected then a checkbox will appear inside the upload form which the user needs to tick. If 'radio' is selected then a radio button with 'Yes' and 'No' answers will appear inside the form (this makes sure that the user will select something after all. If 'prompt' is selected then a dialog will appear on the user when pressing the upload button asking for consent."
1484
+ ),
1485
+ array(
1486
+ "name" => "Preselected Answer",
1487
+ "attribute" => "consentpreselect",
1488
+ "type" => "radio",
1489
+ "validator" => "listitem",
1490
+ "listitems" => array("none", "yes", "no"),
1491
+ "value" => WFU_VAR("WFU_CONSENTPRESELECT"),
1492
+ "mode" => "free",
1493
+ "category" => "personaldata",
1494
+ "subcategory" => "Consent Appearance",
1495
+ "parent" => "",
1496
+ "dependencies" => null,
1497
+ "variables" => null,
1498
+ "help" => "Determines whether a default answer will be selected."
1499
+ ),
1500
+ array(
1501
+ "name" => "Consent Question for Checkbox",
1502
+ "attribute" => "consentquestion",
1503
+ "type" => "ltext",
1504
+ "validator" => "text",
1505
+ "listitems" => null,
1506
+ "value" => WFU_CONSENTQUESTION,
1507
+ "mode" => "free",
1508
+ "category" => "personaldata",
1509
+ "subcategory" => "Consent Appearance",
1510
+ "parent" => "",
1511
+ "dependencies" => null,
1512
+ "variables" => null,
1513
+ "help" => "Defines the question that will appear to the user next to the checkbox, or radio buttons or inside the prompt dialog. If a word starting and ending with semicolon (:) is added in the question, e.g. :link:, then it will be replaced by a link defined in 'Consent Disclaimer Link' attribute. This way a link to a disclaimer can be added."
1514
+ ),
1515
+ array(
1516
+ "name" => "Consent Disclaimer Link",
1517
+ "attribute" => "consentdisclaimer",
1518
+ "type" => "ltext",
1519
+ "validator" => "text",
1520
+ "listitems" => null,
1521
+ "value" => WFU_VAR("WFU_CONSENTDISCLAIMER"),
1522
+ "mode" => "free",
1523
+ "category" => "personaldata",
1524
+ "subcategory" => "Consent Appearance",
1525
+ "parent" => "",
1526
+ "dependencies" => null,
1527
+ "variables" => null,
1528
+ "help" => "Defines a link that displays a disclaimer to the user if the user presses the relevant link that is included inside the consent question."
1529
+ ),
1530
+ array(
1531
+ "name" => "Success Upload Message Color",
1532
+ "attribute" => "successmessagecolor",
1533
+ "type" => "hidden",
1534
+ "validator" => "colors",
1535
+ "listitems" => null,
1536
+ "value" => WFU_SUCCESSMESSAGECOLOR,
1537
+ "mode" => "free",
1538
+ "category" => "colors",
1539
+ "subcategory" => "Upload Message Colors",
1540
+ "parent" => "",
1541
+ "dependencies" => null,
1542
+ "variables" => null,
1543
+ "help" => "It defines the color of the success message. This attribute has been replaced by successmessagecolors, however it is kept here for backward compatibility."
1544
+ ),
1545
+ array(
1546
+ "name" => "Success Message Colors",
1547
+ "attribute" => "successmessagecolors",
1548
+ "type" => "color-triplet",
1549
+ "validator" => "colors",
1550
+ "listitems" => null,
1551
+ "value" => WFU_VAR("WFU_SUCCESSMESSAGECOLORS"),
1552
+ "mode" => "free",
1553
+ "category" => "colors",
1554
+ "subcategory" => "Upload Message Colors",
1555
+ "parent" => "",
1556
+ "dependencies" => null,
1557
+ "variables" => null,
1558
+ "help" => "It defines the text, background and border color of the success message."
1559
+ ),
1560
+ array(
1561
+ "name" => "Warning Message Colors",
1562
+ "attribute" => "warningmessagecolors",
1563
+ "type" => "color-triplet",
1564
+ "validator" => "colors",
1565
+ "listitems" => null,
1566
+ "value" => WFU_VAR("WFU_WARNINGMESSAGECOLORS"),
1567
+ "mode" => "free",
1568
+ "category" => "colors",
1569
+ "subcategory" => "Upload Message Colors",
1570
+ "parent" => "",
1571
+ "dependencies" => null,
1572
+ "variables" => null,
1573
+ "help" => "It defines the text, background and border color of the warning message."
1574
+ ),
1575
+ array(
1576
+ "name" => "Fail Message Colors",
1577
+ "attribute" => "failmessagecolors",
1578
+ "type" => "color-triplet",
1579
+ "validator" => "colors",
1580
+ "listitems" => null,
1581
+ "value" => WFU_VAR("WFU_FAILMESSAGECOLORS"),
1582
+ "mode" => "free",
1583
+ "category" => "colors",
1584
+ "subcategory" => "Upload Message Colors",
1585
+ "parent" => "",
1586
+ "dependencies" => null,
1587
+ "variables" => null,
1588
+ "help" => "It defines the text, background and border color of the fail (error) message."
1589
+ ),
1590
+ array(
1591
+ "name" => "Wait Message Colors",
1592
+ "attribute" => "waitmessagecolors",
1593
+ "type" => "hidden",
1594
+ "validator" => "colors",
1595
+ "listitems" => null,
1596
+ "value" => WFU_VAR("WFU_WAITMESSAGECOLORS"),
1597
+ "mode" => "free",
1598
+ "category" => "colors",
1599
+ "subcategory" => "Upload Message Colors",
1600
+ "parent" => "",
1601
+ "dependencies" => null,
1602
+ "variables" => null,
1603
+ "help" => "It defines the text, background and border color of the wait message."
1604
+ ),
1605
+ array(
1606
+ "name" => "Plugin Component Widths",
1607
+ "attribute" => "widths",
1608
+ "type" => "dimensions",
1609
+ "validator" => "text",
1610
+ "listitems" => null,
1611
+ "value" => WFU_VAR("WFU_WIDTHS"),
1612
+ "mode" => "free",
1613
+ "category" => "dimensions",
1614
+ "subcategory" => "Plugin Component Widths",
1615
+ "parent" => "",
1616
+ "dependencies" => null,
1617
+ "variables" => null,
1618
+ "help" => "It defines the widths of the selected plugin components."
1619
+ ),
1620
+ array(
1621
+ "name" => "Plugin Component Heights",
1622
+ "attribute" => "heights",
1623
+ "type" => "dimensions",
1624
+ "validator" => "text",
1625
+ "listitems" => null,
1626
+ "value" => WFU_VAR("WFU_HEIGHTS"),
1627
+ "mode" => "free",
1628
+ "category" => "dimensions",
1629
+ "subcategory" => "Plugin Component Heights",
1630
+ "parent" => "",
1631
+ "dependencies" => null,
1632
+ "variables" => null,
1633
+ "help" => "It defines the heights of the selected plugin components."
1634
+ ),
1635
+ array(
1636
+ "name" => "Include Additional Data Fields",
1637
+ "attribute" => "userdata",
1638
+ "type" => "onoff",
1639
+ "validator" => "onoff",
1640
+ "listitems" => null,
1641
+ "value" => WFU_VAR("WFU_USERDATA"),
1642
+ "mode" => "free",
1643
+ "category" => "userdata",
1644
+ "subcategory" => "Additional Data Fields",
1645
+ "parent" => "",
1646
+ "dependencies" => array("userdatalabel"),
1647
+ "variables" => null,
1648
+ "help" => "If enabled, then user can send additional information together with uploaded files (e.g. name, email etc), defined in userdatalabel attribute."
1649
+ ),
1650
+ array(
1651
+ "name" => "Additional Data Fields",
1652
+ "attribute" => "userdatalabel",
1653
+ "type" => "formfields",
1654
+ "validator" => "text",
1655
+ "listitems" => wfu_formfield_definitions(),
1656
+ "value" => WFU_USERDATALABEL,
1657
+ "mode" => "free",
1658
+ "category" => "userdata",
1659
+ "subcategory" => "Additional Data Fields",
1660
+ "parent" => "userdata",
1661
+ "dependencies" => null,
1662
+ "variables" => null,
1663
+ "help" => "It defines the labels of the additional data fields and whether they are required or not."
1664
+ ),
1665
+ array(
1666
+ "name" => "WP Filebase Plugin Connection",
1667
+ "attribute" => "filebaselink",
1668
+ "type" => "onoff",
1669
+ "validator" => "onoff",
1670
+ "listitems" => null,
1671
+ "value" => WFU_VAR("WFU_FILEBASELINK"),
1672
+ "mode" => "free",
1673
+ "category" => "interoperability",
1674
+ "subcategory" => "Connection With Other Plugins",
1675
+ "parent" => "",
1676
+ "dependencies" => null,
1677
+ "variables" => null,
1678
+ "help" => "If enabled then the WP Filebase Plugin will be informed about new file uploads."
1679
+ ),
1680
+ array(
1681
+ "name" => "Add Uploaded Files To Media",
1682
+ "attribute" => "medialink",
1683
+ "type" => "onoff",
1684
+ "validator" => "onoff",
1685
+ "listitems" => null,
1686
+ "value" => WFU_VAR("WFU_MEDIALINK"),
1687
+ "mode" => "free",
1688
+ "category" => "interoperability",
1689
+ "subcategory" => "Connection With Other Wordpress Features",
1690
+ "parent" => "",
1691
+ "dependencies" => null,
1692
+ "variables" => null,
1693
+ "help" => "If enabled then the uploaded files will be added to the Media library of your Wordpress website. Please note that the upload path must be inside the wp-content/uploads directory (which is the default upload path)."
1694
+ ),
1695
+ array(
1696
+ "name" => "Attach Uploaded Files To Post",
1697
+ "attribute" => "postlink",
1698
+ "type" => "onoff",
1699
+ "validator" => "onoff",
1700
+ "listitems" => null,
1701
+ "value" => WFU_VAR("WFU_POSTLINK"),
1702
+ "mode" => "free",
1703
+ "category" => "interoperability",
1704
+ "subcategory" => "Connection With Other Wordpress Features",
1705
+ "parent" => "",
1706
+ "dependencies" => null,
1707
+ "variables" => null,
1708
+ "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)."
1709
+ ),
1710
+ array(
1711
+ "name" => "Enable Webcam",
1712
+ "attribute" => "webcam",
1713
+ "type" => "onoff",
1714
+ "validator" => "onoff",
1715
+ "listitems" => null,
1716
+ "value" => WFU_VAR("WFU_WEBCAM"),
1717
+ "mode" => "free",
1718
+ "category" => "webcam",
1719
+ "subcategory" => "Capture from Webcam (experimental)",
1720
+ "parent" => "",
1721
+ "dependencies" => array("webcammode", "audiocapture", "videowidth", "videoheight", "videoaspectratio", "videoframerate", "camerafacing", "maxrecordtime", "uploadmediabutton", "videoname", "imagename"),
1722
+ "variables" => null,
1723
+ "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."
1724
+ ),
1725
+ array(
1726
+ "name" => "Capture Mode",
1727
+ "attribute" => "webcammode",
1728
+ "type" => "radio",
1729
+ "validator" => "listitem",
1730
+ "listitems" => array("capture video", "take photos", "both"),
1731
+ "value" => WFU_VAR("WFU_WEBCAMMODE"),
1732
+ "mode" => "free",
1733
+ "category" => "webcam",
1734
+ "subcategory" => "Capture from Webcam (experimental)",
1735
+ "parent" => "webcam",
1736
+ "dependencies" => null,
1737
+ "variables" => null,
1738
+ "help" => "It defines the webcam capture mode. The webcam can either capture video, still photos or both."
1739
+ ),
1740
+ array(
1741
+ "name" => "Capture Audio",
1742
+ "attribute" => "audiocapture",
1743
+ "type" => "onoff",
1744
+ "validator" => "onoff",
1745
+ "listitems" => null,
1746
+ "value" => WFU_VAR("WFU_AUDIOCAPTURE"),
1747
+ "mode" => "free",
1748
+ "category" => "webcam",
1749
+ "subcategory" => "Capture from Webcam (experimental)",
1750
+ "parent" => "webcam",
1751
+ "dependencies" => null,
1752
+ "variables" => null,
1753
+ "help" => "It defines whether audio will be captured together with video from the webcam."
1754
+ ),
1755
+ array(
1756
+ "name" => "Video Width",
1757
+ "attribute" => "videowidth",
1758
+ "type" => "text",
1759
+ "validator" => "text",
1760
+ "listitems" => null,
1761
+ "value" => WFU_VAR("WFU_VIDEOWIDTH"),
1762
+ "mode" => "free",
1763
+ "category" => "webcam",
1764
+ "subcategory" => "Capture from Webcam (experimental)",
1765
+ "parent" => "webcam",
1766
+ "dependencies" => null,
1767
+ "variables" => null,
1768
+ "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."
1769
+ ),
1770
+ array(
1771
+ "name" => "Video Height",
1772
+ "attribute" => "videoheight",
1773
+ "type" => "text",
1774
+ "validator" => "text",
1775
+ "listitems" => null,
1776
+ "value" => WFU_VAR("WFU_VIDEOHEIGHT"),
1777
+ "mode" => "free",
1778
+ "category" => "webcam",
1779
+ "subcategory" => "Capture from Webcam (experimental)",
1780
+ "parent" => "webcam",
1781
+ "dependencies" => null,
1782
+ "variables" => null,
1783
+ "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."
1784
+ ),
1785
+ array(
1786
+ "name" => "Video Aspect Ratio",
1787
+ "attribute" => "videoaspectratio",
1788
+ "type" => "text",
1789
+ "validator" => "text",
1790
+ "listitems" => null,
1791
+ "value" => WFU_VAR("WFU_VIDEOASPECTRATIO"),
1792
+ "mode" => "free",
1793
+ "category" => "webcam",
1794
+ "subcategory" => "Capture from Webcam (experimental)",
1795
+ "parent" => "webcam",
1796
+ "dependencies" => null,
1797
+ "variables" => null,
1798
+ "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."
1799
+ ),
1800
+ array(
1801
+ "name" => "Video Frame Rate",
1802
+ "attribute" => "videoframerate",
1803
+ "type" => "text",
1804
+ "validator" => "text",
1805
+ "listitems" => null,
1806
+ "value" => WFU_VAR("WFU_VIDEOFRAMERATE"),
1807
+ "mode" => "free",
1808
+ "category" => "webcam",
1809
+ "subcategory" => "Capture from Webcam (experimental)",
1810
+ "parent" => "webcam",
1811
+ "dependencies" => null,
1812
+ "variables" => null,
1813
+ "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."
1814
+ ),
1815
+ array(
1816
+ "name" => "Camera Facing Mode",
1817
+ "attribute" => "camerafacing",
1818
+ "type" => "radio",
1819
+ "validator" => "listitem",
1820
+ "listitems" => array("any", "front", "back"),
1821
+ "value" => WFU_VAR("WFU_CAMERAFACING"),
1822
+ "mode" => "free",
1823
+ "category" => "webcam",
1824
+ "subcategory" => "Capture from Webcam (experimental)",
1825
+ "parent" => "webcam",
1826
+ "dependencies" => null,
1827
+ "variables" => null,
1828
+ "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."
1829
+ ),
1830
+ array(
1831
+ "name" => "Max Record Time",
1832
+ "attribute" => "maxrecordtime",
1833
+ "type" => "integer",
1834
+ "validator" => "integer",
1835
+ "listitems" => null,
1836
+ "value" => WFU_VAR("WFU_MAXRECORDTIME"),
1837
+ "mode" => "free",
1838
+ "category" => "webcam",
1839
+ "subcategory" => "Capture from Webcam (experimental)",
1840
+ "parent" => "webcam",
1841
+ "dependencies" => null,
1842
+ "variables" => null,
1843
+ "help" => "It defines the maximum time of video recording (in seconds). If it is set to -1, then there is no time limit."
1844
+ ),
1845
+ null
1846
+ );
1847
+
1848
+ wfu_array_remove_nulls($defs);
1849
+
1850
+
1851
+ return $defs;
1852
+ }
1853
+
lib/wfu_blocks.php CHANGED
@@ -1,818 +1,855 @@
1
- <?php
2
-
3
- /**
4
- * Plugin Upload Form Blocks
5
- *
6
- * This file contains functions related to preparation of the elements of the
7
- * upload form of the plugin.
8
- *
9
- * @link /lib/wfu_blocks.php
10
- *
11
- * @package WordPress File Upload Plugin
12
- * @subpackage Core Components
13
- * @since 2.1.2
14
- */
15
-
16
- /**
17
- * Prepare the Upload Form Generic Element.
18
- *
19
- * This function prepares the display properties of the generic top-level
20
- * element of the plugin's upload form.
21
- *
22
- * @since 4.1.0
23
- *
24
- * @param array $params The uploader shortcode attributes.
25
- * @param array $additional_params A list of additional parameters passed to the
26
- * function.
27
- * @param integer $occurrence_index The occurrence index of this element inside
28
- * the upload form.
29
- *
30
- * @return array The display properties of the generic top-level element.
31
- */
32
- function wfu_prepare_base_block($params, $additional_params, $occurrence_index) {
33
- //prepare data for template
34
- $data["ID"] = $params["uploadid"];
35
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
36
- $data["testmode"] = ( $params["testmode"] == "true" );
37
- $data["params"] = $params;
38
-
39
- $base_item["title"] = '';
40
- $base_item["hidden"] = false;
41
- $base_item["width"] = "";
42
- $base_item["object"] = "GlobalData.WFU[".$data["ID"]."].base";
43
- //read html output from template
44
- $base_item += wfu_read_template_output("base", $data);
45
-
46
- return $base_item;
47
- }
48
-
49
- /**
50
- * Prepare the Upload Form Visual Editor Element.
51
- *
52
- * This function prepares the display properties of the visual editor element of
53
- * the plugin's upload form.
54
- *
55
- * @since 4.0.0
56
- *
57
- * @param array $params The uploader shortcode attributes.
58
- * @param array $additional_params A list of additional parameters passed to the
59
- * function.
60
- * @param integer $occurrence_index The occurrence index of this element inside
61
- * the upload form.
62
- *
63
- * @return array The display properties of the visual editor element.
64
- */
65
- function wfu_prepare_visualeditorbutton_block($params, $additional_params, $occurrence_index) {
66
- if ( isset($params["uploadid"]) ) {
67
- $ID = $params["uploadid"];
68
- $JS_Object = "GlobalData.WFU[".$ID."].visualeditorbutton";
69
- }
70
- else {
71
- $ID = $params["browserid"];
72
- $JS_Object = "GlobalData.WFUB[".$ID."].visualeditorbutton";
73
- }
74
- //prepare data for template
75
- $data["ID"] = $ID;
76
- $data["shortcode_tag"] = $additional_params['shortcode_tag'];
77
- $data["JS_Object"] = $JS_Object;
78
- $data["params"] = $params;
79
-
80
- $visualeditorbutton_item["title"] = '';
81
- $visualeditorbutton_item["hidden"] = false;
82
- $visualeditorbutton_item["width"] = "";
83
- $visualeditorbutton_item["object"] = $JS_Object;
84
- //read html output from template
85
- $visualeditorbutton_item += wfu_read_template_output("visualeditorbutton", $data);
86
- //initialize title object properties
87
- $visualeditorbutton_item["js"] = $JS_Object." = { ".
88
- "shortcode_tag: \"".$data["shortcode_tag"]."\", ".
89
- "attachInvokeHandler: function(invoke_function) {}, ".
90
- "onInvoke: function() {}, ".
91
- "afterInvoke: function() {}".
92
- "};\n\n".$visualeditorbutton_item["js"];
93
- //append javascript variable that checks if title exists or not
94
- $visualeditorbutton_item["js"] .= "\n\n".$JS_Object."_exist = true;";
95
-
96
- return $visualeditorbutton_item;
97
- }
98
-
99
-
100
- /**
101
- * Prepare the Upload Form Subfolders Element.
102
- *
103
- * This function prepares the display properties of the subfolders element of
104
- * the plugin's upload form.
105
- *
106
- * @since 2.1.2
107
- *
108
- * @param array $params The uploader shortcode attributes.
109
- * @param array $additional_params A list of additional parameters passed to the
110
- * function.
111
- * @param integer $occurrence_index The occurrence index of this element inside
112
- * the upload form.
113
- *
114
- * @return array The display properties of the subfolders element.
115
- */
116
- function wfu_prepare_subfolders_block($params, $additional_params, $occurrence_index) {
117
- //prepare data for template
118
- $data["ID"] = $params["uploadid"];
119
- $data["widths"] = $additional_params['widths'];
120
- $data["heights"] = $additional_params['heights'];
121
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
122
- $data["testmode"] = ( $params["testmode"] == "true" );
123
- $data["show_uploadfolder"] = ( $params["showtargetfolder"] == "true" );
124
- $data["show_subfolders"] = ( $params["askforsubfolders"] == "true" );
125
- $data["editable"] = ( substr($params["subfoldertree"], 0, 5) == "auto+" );
126
- $data["uploadfolder"] = wfu_upload_plugin_directory($params["uploadpath"]);
127
- $data["uploadfolder_title"] = $params["targetfolderlabel"];
128
- $data["subfolders"] = array( 'path' => array(), 'label' => array(), 'level' => array(), 'default' => array() );
129
- $data["subfolders_title"] = $params["subfolderlabel"];
130
- $data["index"] = $occurrence_index;
131
- $data["params"] = $params;
132
- //prepare data of subfolders
133
- if ( $data["show_subfolders"] && !$data["testmode"] ) {
134
- if ( substr($params["subfoldertree"], 0, 4) == "auto" ) {
135
- $upload_directory = wfu_upload_plugin_full_path($params);
136
- $dirtree = wfu_getTree($upload_directory);
137
- foreach ( $dirtree as &$dir ) $dir = '*'.$dir;
138
- $params["subfoldertree"] = implode(',', $dirtree);
139
- }
140
- $subfolders = wfu_parse_folderlist($params["subfoldertree"]);
141
- if ( count($subfolders['path']) == 0 ) {
142
- array_push($subfolders['path'], "");
143
- array_push($subfolders['label'], wfu_upload_plugin_directory($params["uploadpath"]));
144
- array_push($subfolders['level'], 0);
145
- array_push($subfolders['default'], false);
146
- }
147
- $data["subfolders"] = $subfolders;
148
- }
149
-
150
- $subfolders_item = null;
151
- if ( $data["show_uploadfolder"] || $data["show_subfolders"] ) {
152
- $subfolders_item["title"] = 'wordpress_file_upload_subfolders_'.$data["ID"];
153
- $subfolders_item["hidden"] = false;
154
- $subfolders_item["width"] = "";
155
- $subfolders_item["object"] = "GlobalData.WFU[".$data["ID"]."].subfolders";
156
- //for responsive plugin adjust width
157
- if ( $data["responsive"] ) $subfolders_item["width"] = $data["width"];
158
- //read html output from template
159
- $subfolders_item += wfu_read_template_output("subfolders", $data);
160
- //initialize subfolders object properties
161
- $subfolders_item["js"] = "GlobalData.WFU[".$data["ID"]."].subfolders = { ".
162
- "update_handler: function(new_value) { document.getElementById('hiddeninput_".$data["ID"]."').value = new_value; }, ".
163
- "check: function() { return true; }, ".
164
- "index: function() { return -1; }, ".
165
- "reset: function() {}, ".
166
- "toggle: function(enabled) {}".
167
- "};\n\n".$subfolders_item["js"];
168
- //append javascript variable that checks if subfolders element exists or not
169
- if ( $data["show_subfolders"] ) $subfolders_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].subfolders_exist = true;";
170
- }
171
-
172
- return $subfolders_item;
173
- }
174
-
175
- /**
176
- * Prepare the Upload Form Title Element.
177
- *
178
- * This function prepares the display properties of the title element of the
179
- * plugin's upload form.
180
- *
181
- * @since 2.1.2
182
- *
183
- * @param array $params The uploader shortcode attributes.
184
- * @param array $additional_params A list of additional parameters passed to the
185
- * function.
186
- * @param integer $occurrence_index The occurrence index of this element inside
187
- * the upload form.
188
- *
189
- * @return array The display properties of the title element.
190
- */
191
- function wfu_prepare_title_block($params, $additional_params, $occurrence_index) {
192
- //prepare data for template
193
- $data["ID"] = $params["uploadid"];
194
- $data["width"] = $additional_params['widths']['title'];
195
- $data["height"] = $additional_params['heights']['title'];
196
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
197
- $data["testmode"] = ( $params["testmode"] == "true" );
198
- $data["title"] = $params["uploadtitle"];
199
- $data["index"] = $occurrence_index;
200
- $data["params"] = $params;
201
-
202
- $title_item["title"] = 'wordpress_file_upload_title_'.$data["ID"];
203
- $title_item["hidden"] = false;
204
- $title_item["width"] = "";
205
- $title_item["object"] = "GlobalData.WFU[".$data["ID"]."].title";
206
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
207
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $title_item["width"] = $data["width"];
208
- //read html output from template
209
- $title_item += wfu_read_template_output("title", $data);
210
- //initialize title object properties
211
- $title_item["js"] = "GlobalData.WFU[".$data["ID"]."].title = {};\n\n".$title_item["js"];
212
- //append javascript variable that checks if title exists or not
213
- $title_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].title_exist = true;";
214
-
215
- return $title_item;
216
- }
217
-
218
- /**
219
- * Prepare the Upload Form Filename Element.
220
- *
221
- * This function prepares the display properties of the filename (textbox)
222
- * element of the plugin's upload form.
223
- *
224
- * @since 2.1.2
225
- *
226
- * @param array $params The uploader shortcode attributes.
227
- * @param array $additional_params A list of additional parameters passed to the
228
- * function.
229
- * @param integer $occurrence_index The occurrence index of this element inside
230
- * the upload form.
231
- *
232
- * @return array The display properties of the filename element.
233
- */
234
- function wfu_prepare_textbox_block($params, $additional_params, $occurrence_index) {
235
- //prepare data for template
236
- $data["ID"] = $params["uploadid"];
237
- $data["width"] = $additional_params['widths']['filename'];
238
- $data["height"] = $additional_params['heights']['filename'];
239
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
240
- $data["testmode"] = ( $params["testmode"] == "true" );
241
- $data["index"] = $occurrence_index;
242
- $data["params"] = $params;
243
-
244
-
245
- $textbox_item["title"] = 'wordpress_file_upload_textbox_'.$data["ID"];
246
- $textbox_item["hidden"] = false;
247
- $textbox_item["width"] = "";
248
- $textbox_item["object"] = "GlobalData.WFU[".$data["ID"]."].textbox";
249
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
250
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $textbox_item["width"] = $data["width"];
251
- //read html output from template
252
- $textbox_item += wfu_read_template_output("textbox", $data);
253
- //initialize textbox object properties
254
- $textbox_item["js"] = "GlobalData.WFU[".$data["ID"]."].textbox = { ".
255
- "attachCancelHandler: function(cancel_function) {}, ".
256
- "dettachCancelHandler: function() {}, ".
257
- "update: function(action, filenames) {} ".
258
- "};\n\n".$textbox_item["js"];
259
- //append javascript variable that checks if textbox exists or not
260
- $textbox_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].textbox_exist = true;";
261
-
262
- return $textbox_item;
263
- }
264
-
265
- /**
266
- * Prepare the Upload Form Main Form Element.
267
- *
268
- * This function prepares the display properties of the form element of the
269
- * plugin's upload form. This element also contains the select button element.
270
- *
271
- * @since 2.1.2
272
- *
273
- * @param array $params The uploader shortcode attributes.
274
- * @param array $additional_params A list of additional parameters passed to the
275
- * function.
276
- * @param integer $occurrence_index The occurrence index of this element inside
277
- * the upload form.
278
- *
279
- * @return array The display properties of the main form element.
280
- */
281
- function wfu_prepare_uploadform_block($params, $additional_params, $occurrence_index) {
282
- //prepare data for template
283
- $data["ID"] = $params["uploadid"];
284
- $data["width"] = $additional_params['widths']['selectbutton'];
285
- $data["height"] = $additional_params['heights']['selectbutton'];
286
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
287
- $data["testmode"] = ( $params["testmode"] == "true" );
288
- $data["label"] = $params["selectbutton"];
289
- $data["filename"] = "uploadedfile_".$data["ID"];
290
- $data["hidden_elements"] = array(
291
- array( "id" => "wfu_uploader_nonce_".$data["ID"], "name" => "wfu_uploader_nonce", "value" => wp_create_nonce("wfu-uploader-nonce") ),
292
- array( "id" => "hiddeninput_".$data["ID"], "name" => "hiddeninput_".$data["ID"], "value" => "" ),
293
- array( "id" => "uniqueuploadid_".$data["ID"], "name" => "uniqueuploadid_".$data["ID"], "value" => "" ),
294
- array( "id" => "nofileupload_".$data["ID"], "name" => "nofileupload_".$data["ID"], "value" => "0" ),
295
- array( "id" => "uploadedfile_".$data["ID"]."_name", "name" => "uploadedfile_".$data["ID"]."_name", "value" => wfu_plugin_encode_string("dummy.txt") ),
296
- array( "id" => "uploadedfile_".$data["ID"]."_size", "name" => "uploadedfile_".$data["ID"]."_size", "value" => "0" ),
297
- array( "id" => "adminerrorcodes_".$data["ID"], "name" => "adminerrorcodes_".$data["ID"], "value" => "" )
298
- );
299
- if ( $additional_params["require_consent"] ) array_push( $data["hidden_elements"],
300
- array( "id" => "consentresult_".$data["ID"], "name" => "consentresult_".$data["ID"], "value" => "" )
301
- );
302
- foreach ($params["userdata_fields"] as $userdata_key => $userdata_field)
303
- array_push($data["hidden_elements"], array( "id" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "name" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "value" => "" ));
304
- $data["index"] = $occurrence_index;
305
- $data["params"] = $params;
306
-
307
- $uploadform_item["title"] = 'wordpress_file_upload_form_'.$data["ID"];
308
- // selectbutton block is mandatory because it contains the upload form element, so in case it is not included in the placements
309
- // attribute then we set its visibility to hidden
310
- $uploadform_item["hidden"] = ( strpos($params["placements"], "selectbutton") === false );
311
- $uploadform_item["width"] = "";
312
- $uploadform_item["object"] = "GlobalData.WFU[".$data["ID"]."].uploadform";
313
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
314
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $uploadform_item["width"] = $data["width"];
315
-
316
- //read html output from template
317
- $uploadform_item += wfu_read_template_output("uploadform", $data);
318
- //initialize uploadform object properties
319
- $uploadform_item["js"] = "GlobalData.WFU[".$data["ID"]."].uploadform = { ".
320
- "attachActions: function(clickaction, changeaction) {}, ".
321
- "reset: function() {}, ".
322
- "resetDummy: function() {}, ".
323
- "submit: function() {}, ".
324
- "lock: function() {}, ".
325
- "unlock: function() {}, ".
326
- "changeFileName: function(new_filename) {}, ".
327
- "files: function() { return []; } ".
328
- "};\n\n".$uploadform_item["js"];
329
- //append javascript variable that checks if uploadform element exists or not
330
- $uploadform_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].uploadform_exist = true;";
331
-
332
- return $uploadform_item;
333
- }
334
-
335
- /**
336
- * Prepare the Upload Form Submit Button Element.
337
- *
338
- * This function prepares the display properties of the submit button element of
339
- * the plugin's upload form.
340
- *
341
- * @since 2.1.2
342
- *
343
- * @param array $params The uploader shortcode attributes.
344
- * @param array $additional_params A list of additional parameters passed to the
345
- * function.
346
- * @param integer $occurrence_index The occurrence index of this element inside
347
- * the upload form.
348
- *
349
- * @return array The display properties of the submit button element.
350
- */
351
- function wfu_prepare_submit_block($params, $additional_params, $occurrence_index) {
352
- //prepare data for template
353
- $data["ID"] = $params["uploadid"];
354
- $data["width"] = $additional_params['widths']['uploadbutton'];
355
- $data["height"] = $additional_params['heights']['uploadbutton'];
356
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
357
- $data["testmode"] = ( $params["testmode"] == "true" );
358
- $data["allownofile"] = ( $params["allownofile"] == "true" );
359
- $data["label"] = $params["uploadbutton"];
360
- $data["index"] = $occurrence_index;
361
- $data["params"] = $params;
362
-
363
- $submit_item["title"] = 'wordpress_file_upload_submit_'.$data["ID"];
364
- $submit_item["hidden"] = false;
365
- $submit_item["width"] = "";
366
- $submit_item["object"] = "GlobalData.WFU[".$data["ID"]."].submit";
367
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
368
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $submit_item["width"] = $data["width"];
369
-
370
- //read html output from template
371
- $submit_item += wfu_read_template_output("submit", $data);
372
- //initialize submit element (upload button) object properties
373
- $submit_item["js"] = "GlobalData.WFU[".$data["ID"]."].submit = { ".
374
- "label_default: '".$data["label"]."', ".
375
- "attachClickAction: function(clickaction) { }, ".
376
- "updateLabel: function(new_label) { }, ".
377
- "toggle: function(status) { } ".
378
- "};\n\n".$submit_item["js"];
379
- //append javascript variable that checks if upload button element exists
380
- $submit_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].submit_exist = true;";
381
-
382
- return $submit_item;
383
- }
384
-
385
-
386
- /**
387
- * Prepare the Upload Form Webcam Element.
388
- *
389
- * This function prepares the display properties of the webcam element of the
390
- * plugin's upload form.
391
- *
392
- * @since 3.8.0
393
- *
394
- * @param array $params The uploader shortcode attributes.
395
- * @param array $additional_params A list of additional parameters passed to the
396
- * function.
397
- * @param integer $occurrence_index The occurrence index of this element inside
398
- * the upload form.
399
- *
400
- * @return array The display properties of the webcam element.
401
- */
402
- function wfu_prepare_webcam_block($params, $additional_params, $occurrence_index) {
403
- //prepare data for template
404
- $data["ID"] = $params["uploadid"];
405
- $data["width"] = $additional_params['widths']['webcam'];
406
- $data["height"] = $additional_params['heights']['webcam'];
407
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
408
- $data["testmode"] = ( $params["testmode"] == "true" );
409
- $data["index"] = $occurrence_index;
410
- $data["params"] = $params;
411
-
412
- $webcam_item["title"] = 'wordpress_file_upload_webcam_'.$data["ID"];
413
- $webcam_item["hidden"] = false;
414
- $webcam_item["width"] = "";
415
- $webcam_item["object"] = "GlobalData.WFU[".$data["ID"]."].webcam";
416
-
417
- $webcam_init = "\n".'var wfu_webrtc_ref = document.createElement("SCRIPT");';
418
- $webcam_init .= "\n".'wfu_webrtc_ref.setAttribute("type", "text/javascript");';
419
- $webcam_init .= "\n".'wfu_webrtc_ref.setAttribute("src", "https://webrtc.github.io/adapter/adapter-latest.js");';
420
- $webcam_init .= "\n".'document.getElementById(GlobalData.WFU['.$data["ID"].'].container_id).appendChild(wfu_webrtc_ref);';
421
- $webcam_init .= "\n".'var wfu_initialize_webcam_loader_'.$data["ID"].' = function() { wfu_initialize_webcam('.$data["ID"].', "'.$params["webcammode"].'", "'.$params["audiocapture"].'", "'.$params["videowidth"].'", "'.$params["videoheight"].'", "'.$params["videoaspectratio"].'", "'.$params["videoframerate"].'", "'.$params["camerafacing"].'", '.$params["maxrecordtime"].'); }';
422
- $webcam_init .= "\n".'if(window.addEventListener) { window.addEventListener("load", wfu_initialize_webcam_loader_'.$data["ID"].', false); } else if(window.attachEvent) { window.attachEvent("onload", wfu_initialize_webcam_loader_'.$data["ID"].'); } else { window["onload"] = wfu_initialize_webcam_loader_'.$data["ID"].'; }';
423
-
424
- //read html output from template
425
- $webcam_item += wfu_read_template_output("webcam", $data);
426
- //initialize captcha object properties
427
- $webcam_item["js"] = "GlobalData.WFU[".$data["ID"]."].webcam = { ".
428
- "initCallback: function() {},".
429
- "initButtons: function(mode) {},".
430
- "updateStatus: function(status) {},".
431
- "updateButtonStatus: function(status) {},".
432
- "updateTimer: function(time) {},".
433
- "updatePlayProgress: function(duration) {},".
434
- "setVideoProperties: function(props) {},".
435
- "videoSize: function() { return null; },".
436
- "readyState: function() { return -1; },".
437
- "screenshot: function(savefunc, image_type) {},".
438
- "play: function() {},".
439
- "pause: function() {},".
440
- "back: function() {},".
441
- "fwd: function(duration) {},".
442
- "ended: function() {}".
443
- "};\n\n".$webcam_item["js"].$webcam_init;
444
- //append javascript variable that checks if webcam element exists or not
445
- $webcam_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].webcam_exist = true;";
446
-
447
- return $webcam_item;
448
- }
449
-
450
- /**
451
- * Prepare the Upload Form Progress Bar Element.
452
- *
453
- * This function prepares the display properties of the progress bar element of
454
- * the plugin's upload form.
455
- *
456
- * @since 3.8.0
457
- *
458
- * @param array $params The uploader shortcode attributes.
459
- * @param array $additional_params A list of additional parameters passed to the
460
- * function.
461
- * @param integer $occurrence_index The occurrence index of this element inside
462
- * the upload form.
463
- *
464
- * @return array The display properties of the progress bar element.
465
- */
466
- function wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index) {
467
- //prepare data for template
468
- $data["ID"] = $params["uploadid"];
469
- $data["width"] = $additional_params['widths']['progressbar'];
470
- $data["height"] = $additional_params['heights']['progressbar'];
471
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
472
- $data["testmode"] = ( $params["testmode"] == "true" );
473
- $data["index"] = $occurrence_index;
474
- $data["params"] = $params;
475
-
476
- $progressbar_item["title"] = 'wordpress_file_upload_progressbar_'.$data["ID"];
477
- $progressbar_item["hidden"] = ( $params["testmode"] != "true" );
478
- $progressbar_item["width"] = "";
479
- $progressbar_item["object"] = "GlobalData.WFU[".$data["ID"]."].progressbar";
480
- //for responsive plugin adjust container's parent width if a % width has been defined
481
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $progressbar_item["width"] = $data["width"];
482
- //read html output from template
483
- $progressbar_item += wfu_read_template_output("progressbar", $data);
484
- //initialize progressbar object properties
485
- $progressbar_item["js"] = "GlobalData.WFU[".$data["ID"]."].progressbar = { ".
486
- "show: function(mode) {}, ".
487
- "hide: function() {}, ".
488
- "update: function(progress) {} ".
489
- "};\n\n".$progressbar_item["js"];
490
- //append javascript variable that checks if progress bar exists or not
491
- $progressbar_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].progressbar_exist = true;";
492
-
493
- return $progressbar_item;
494
- }
495
-
496
- /**
497
- * Prepare the Upload Form Message Element.
498
- *
499
- * This function prepares the display properties of the message element of the
500
- * plugin's upload form.
501
- *
502
- * @since 2.1.2
503
- *
504
- * @param array $params The uploader shortcode attributes.
505
- * @param array $additional_params A list of additional parameters passed to the
506
- * function.
507
- * @param integer $occurrence_index The occurrence index of this element inside
508
- * the upload form.
509
- *
510
- * @return array The display properties of the message element.
511
- */
512
- function wfu_prepare_message_block($params, $additional_params, $occurrence_index) {
513
- //prepare data for template
514
- $data["ID"] = $params["uploadid"];
515
- $data["width"] = $additional_params['widths']['message'];
516
- $data["height"] = $additional_params['heights']['message'];
517
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
518
- $data["testmode"] = ( $params["testmode"] == "true" );
519
- $data["index"] = $occurrence_index;
520
- $data["params"] = $params;
521
-
522
- $header_styles["State0"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE0"));
523
- $header_styles["State0"]['message'] = WFU_UPLOAD_STATE0;
524
- $header_styles["State1"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
525
- $header_styles["State1"]['message'] = WFU_UPLOAD_STATE1;
526
- $header_styles["State2"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
527
- $header_styles["State2"]['message'] = WFU_UPLOAD_STATE2;
528
- $header_styles["State3"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
529
- $header_styles["State3"]['message'] = WFU_UPLOAD_STATE3;
530
- $header_styles["State4"] = wfu_prepare_message_colors($params["successmessagecolors"]);
531
- $header_styles["State4"]['message'] = WFU_UPLOAD_STATE4;
532
- $header_styles["State5"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
533
- $header_styles["State5"]['message'] = WFU_UPLOAD_STATE5;
534
- $header_styles["State5_singlefile"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE5"));
535
- $header_styles["State5_singlefile"]['message'] = WFU_UPLOAD_STATE5_SINGLEFILE;
536
- $header_styles["State6"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
537
- $header_styles["State6"]['message'] = WFU_UPLOAD_STATE6;
538
- $header_styles["State7"] = wfu_prepare_message_colors($params["failmessagecolors"]);
539
- $header_styles["State7"]['message'] = WFU_UPLOAD_STATE7;
540
- $header_styles["State7_singlefile"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE7"));
541
- $header_styles["State7_singlefile"]['message'] = WFU_UPLOAD_STATE7_SINGLEFILE;
542
- $header_styles["State8"] = wfu_prepare_message_colors($params["failmessagecolors"]);
543
- $header_styles["State8"]['message'] = WFU_UPLOAD_STATE8;
544
- $header_styles["State9"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE9"));
545
- $header_styles["State9"]['message'] = WFU_UPLOAD_STATE9;
546
- $header_styles["State10"] = wfu_prepare_message_colors($params["failmessagecolors"]);
547
- $header_styles["State10"]['message'] = WFU_UPLOAD_STATE10;
548
- $header_styles["State11"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE11"));
549
- $header_styles["State11"]['message'] = WFU_UPLOAD_STATE11;
550
- $header_styles["State12"] = wfu_prepare_message_colors($params["failmessagecolors"]);
551
- $header_styles["State12"]['message'] = WFU_UPLOAD_STATE12;
552
- $header_styles["State13"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE13"));
553
- $header_styles["State13"]['message'] = WFU_UPLOAD_STATE13;
554
- $header_styles["State14"] = wfu_prepare_message_colors($params["successmessagecolors"]);
555
- $header_styles["State14"]['message'] = WFU_UPLOAD_STATE14;
556
- $header_styles["State15"] = wfu_prepare_message_colors($params["failmessagecolors"]);
557
- $header_styles["State15"]['message'] = WFU_UPLOAD_STATE15;
558
- $header_styles["State16"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE16"));
559
- $header_styles["State16"]['message'] = WFU_UPLOAD_STATE16;
560
- $header_styles["State17"] = wfu_prepare_message_colors($params["failmessagecolors"]);
561
- $header_styles["State17"]['message'] = WFU_UPLOAD_STATE17;
562
- $header_styles["State18"] = wfu_prepare_message_colors($params["successmessagecolors"]);
563
- $header_styles["State18"]['message'] = WFU_UPLOAD_STATE18;
564
- $header_styles["State19"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
565
- $header_styles["State19"]['message'] = WFU_UPLOAD_STATE19;
566
- $data["header_styles"] = $header_styles;
567
-
568
- $message_item["title"] = 'wordpress_file_upload_message_'.$data["ID"];
569
- $message_item["hidden"] = false;
570
- $message_item["width"] = "";
571
- $message_item["object"] = "GlobalData.WFU[".$data["ID"]."].message";
572
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
573
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $message_item["width"] = $data["width"];
574
-
575
- // $message_block = wfu_prepare_message_block_skeleton($sid, $styles, ( $params["testmode"] == "true" ));
576
- // $message_item = $message_block["msgblock"];
577
-
578
- $message_init = "\n".'if (!GlobalData.States) {';
579
- $message_init .= "\n\t".'GlobalData.States = {};';
580
- foreach ( $data["header_styles"] as $state => $statedata )
581
- $message_init .= "\n\t\t".'GlobalData.States.'.$state.' = { color:"'.$statedata["color"].'", bgcolor:"'.$statedata["bgcolor"].'", borcolor:"'.$statedata["borcolor"].'", message:"'.$statedata["message"].'" };';
582
- $message_init .= "\n\t".'GlobalData.Colors = {';
583
- $message_init .= "\n\t\t".'default: "'.WFU_VAR("WFU_DEFAULTMESSAGECOLORS").'".split(","),';
584
- $message_init .= "\n\t\t".'success: "'.$params['successmessagecolors'].'".split(","),';
585
- $message_init .= "\n\t\t".'warning: "'.$params['warningmessagecolors'].'".split(","),';
586
- $message_init .= "\n\t\t".'error: "'.$params['failmessagecolors'].'".split(",")';
587
- $message_init .= "\n\t".'};';
588
- $message_init .= "\n".'}';
589
-
590
- //read html output from template
591
- $message_item += wfu_read_template_output("message", $data);
592
- //extract header_template and file_template
593
- $header_template = "";
594
- $header_template_line = "";
595
- $in_header_template_block = false;
596
- $file_template = "";
597
- $file_template_line = "";
598
- $in_file_template_block = false;
599
- foreach ( $message_item as $key => $item ) {
600
- if ( $in_header_template_block ) {
601
- unset($message_item[$key]);
602
- if ( $item != "</header_template><file_template>" ) $header_template .= $item."\n";
603
- else {
604
- $in_header_template_block = false;
605
- $in_file_template_block = true;
606
- }
607
- }
608
- elseif ( $in_file_template_block ) {
609
- unset($message_item[$key]);
610
- if ( $item != "</file_template>" ) $file_template .= $item."\n";
611
- else $in_file_template_block = false;
612
- }
613
- elseif ( substr($key, 0, 4) == "line" ) {
614
- if ( $item == "<header_template>" ) {
615
- unset($message_item[$key]);
616
- $in_header_template_block = true;
617
- }
618
- elseif ( strpos($item, "[header_template]") !== false ) $header_template_line = $key;
619
- elseif ( strpos($item, "[file_template]") !== false ) $file_template_line = $key;
620
- }
621
- }
622
- if ( $header_template_line != "" )
623
- $message_item[$header_template_line] = str_replace("[header_template]", wfu_plugin_encode_string(trim($header_template)), $message_item[$header_template_line]);
624
- if ( $file_template_line != "" )
625
- $message_item[$file_template_line] = str_replace("[file_template]", wfu_plugin_encode_string(trim($file_template)), $message_item[$file_template_line]);
626
- //initialize message object properties
627
- $message_item["js"] = "GlobalData.WFU[".$data["ID"]."].message = { ".
628
- "update: function(data) {},".
629
- "reset: function() {}".
630
- "};\n\n".$message_item["js"].$message_init;
631
- //append javascript variable that checks if message block exists or not
632
- $message_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].message_exist = true;";
633
-
634
- return $message_item;
635
- }
636
-
637
- /**
638
- * Prepare the Upload Form User Data Element.
639
- *
640
- * This function prepares the display properties of the user data element of the
641
- * plugin's upload form.
642
- *
643
- * @since 2.1.2
644
- *
645
- * @param array $params The uploader shortcode attributes.
646
- * @param array $additional_params A list of additional parameters passed to the
647
- * function.
648
- * @param integer $occurrence_index The occurrence index of this element inside
649
- * the upload form.
650
- *
651
- * @return array The display properties of the user data element.
652
- */
653
- function wfu_prepare_userdata_block($params, $additional_params, $occurrence_index) {
654
- $data["ID"] = $params["uploadid"];
655
- $data["width"] = $additional_params['widths']['userdata'];
656
- $data["height"] = $additional_params['heights']['userdata'];
657
- $data["width_label"] = $additional_params['widths']['userdata_label'];
658
- $data["height_label"] = $additional_params['heights']['userdata_label'];
659
- $data["width_value"] = $additional_params['widths']['userdata_value'];
660
- $data["height_value"] = $additional_params['heights']['userdata_value'];
661
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
662
- $data["testmode"] = ( $params["testmode"] == "true" );
663
- $data["props"] = array();
664
- $data["index"] = $occurrence_index;
665
- $data["params"] = $params;
666
- //fill $data["props"] variable with properties of existing userdata fields
667
- foreach ($params["userdata_fields"] as $userdata_key => $userdata_field) {
668
- //use only fields belonging to $occurrence_index
669
- if ( $occurrence_index == 0 || $userdata_field["occurrence"] == $occurrence_index ) {
670
- $props = $userdata_field;
671
- $props["key"] = $userdata_key;
672
- array_push($data["props"], $props);
673
- }
674
- }
675
-
676
- $userdata_item["title"] = 'wordpress_file_upload_userdata_'.$data["ID"].( $occurrence_index == 0 ? "" : "_".($occurrence_index - 1) );
677
- $userdata_item["hidden"] = false;
678
- $userdata_item["width"] = "";
679
- $userdata_item["object"] = "GlobalData.WFU[".$data["ID"]."].userdata";
680
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
681
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $userdata_item["width"] = $data["width"];
682
- $userdata_item += wfu_read_template_output("userdata", $data);
683
- //extract templates of field types
684
- $templates_html = "";
685
- foreach ( $userdata_item as $key => $item ) {
686
- if ( substr($key, 0, 4) == "line" ) {
687
- $templates_html .= ( $templates_html == "" ? "" : "\r\n" ).$item;
688
- unset($userdata_item[$key]);
689
- }
690
- }
691
- //subclass init() function of userdata object so that it fills WFU.userdata
692
- //object with properties and code handlers of the userdata fields;
693
- //the subclassed init() function is carefully written because userdata is a
694
- //multiplacements component, so init() function will run more than once
695
- //and every time it runs we need to make sure that only the elements
696
- //corresponding to the specific $occurrence_index will be initialized
697
- $init_index = ( $occurrence_index <= 1 ? 0 : $occurrence_index - 1 );
698
- $userdata_init = "";
699
- $userdata_init .= "\n".'GlobalData.WFU['.$data["ID"].'].userdata._init'.$init_index.' = GlobalData.WFU['.$data["ID"].'].userdata.init;';
700
- $userdata_init .= "\n".'GlobalData.WFU['.$data["ID"].'].userdata.init = function() {';
701
- $userdata_init .= "\n\t".'GlobalData.WFU['.$data["ID"].'].userdata._init'.$init_index.'();';
702
- $userdata_init .= "\n\t".'var WFU = GlobalData.WFU['.$data["ID"].'];';
703
- if ( $init_index == 0 ) {
704
- $userdata_init .= "\n\t".'if (typeof WFU.userdata.init_count == "undefined") {';
705
- $userdata_init .= "\n\t\t".'WFU.userdata.init_count = 0;';
706
- $userdata_init .= "\n\t\t".'WFU.userdata.codes = [];';
707
- $userdata_init .= "\n\t\t".'WFU.userdata.props = [];';
708
- $userdata_init .= "\n\t".'}';
709
- $userdata_init .= "\n\t".'else WFU.userdata.init_count ++;';
710
- }
711
- $userdata_init .= "\n\t".'if (WFU.userdata.init_count == '.$init_index.') {';
712
- $i = 1;
713
- foreach ($params["userdata_fields"] as $userdata_key => $userdata_field) {
714
- //show only fields belonging to $occurrence_index
715
- if ( $occurrence_index == 0 || $userdata_field["occurrence"] == $occurrence_index ) {
716
- $userdata_field["key"] = $userdata_key;
717
- //get field template
718
- $template = "";
719
- $matches = array();
720
- preg_match("/<userdata_".$userdata_field["key"]."_template>(.*?)<\/userdata_".$userdata_field["key"]."_template>/s", $templates_html, $matches);
721
- if ( isset($matches[1]) ) $template = $matches[1];
722
- //generate html code
723
- foreach ( explode("\r\n", $template) as $line ) $userdata_item["line".$i++] = $line;
724
- //generate javascript code
725
- $userdata_init .= "\n\t\t".'WFU.userdata.codes['.$userdata_field["key"].'] = {};';
726
- $userdata_init .= "\n\t\t".'WFU.userdata.props['.$userdata_field["key"].'] = '.wfu_PHP_array_to_JS_object($userdata_field).';';
727
- $userdata_init .= "\n\t\t".'WFU.userdata.props['.$userdata_field["key"].'].store = function() { document.getElementById("hiddeninput_'.$data["ID"].'_userdata_'.$userdata_field["key"].'").value = WFU.userdata.codes['.$userdata_field["key"].'].value(); };';
728
- $userdata_init .= "\n\t\t".'WFU.userdata.props['.$userdata_field["key"].'].getstored = function() { return document.getElementById("hiddeninput_'.$data["ID"].'_userdata_'.$userdata_field["key"].'").value; };';
729
- $userdata_init .= "\n\t\t".'wfu_init_userdata_handlers('.$data["ID"].', '.$userdata_field["key"].');';
730
- }
731
- }
732
- $userdata_init .= "\n\t".'}';
733
- $userdata_init .= "\n".'}';
734
- //initialize userdata object properties only for the first $occurrence_index
735
- if ( $init_index == 0 ) {
736
- $userdata_item["js"] = "GlobalData.WFU[".$data["ID"]."].userdata = { ".
737
- "initField: function(props) {}, ".
738
- "attachHandlers: function(props, handlerfunc) {}, ".
739
- "getValue: function(props) { return ''; }, ".
740
- "setValue: function(props, value) {}, ".
741
- "enable: function(props) {}, ".
742
- "disable: function(props) {}, ".
743
- "prompt: function(props, message) {}".
744
- "};\n\n".$userdata_item["js"];
745
- }
746
- else $userdata_item["js"] = "";
747
- $userdata_item["js"] .= $userdata_init;
748
- //append javascript additional userdata variables only for the first
749
- //$occurrence_index
750
- if ( $init_index == 0 ) {
751
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata_exist = true;";
752
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_empty = \"".WFU_ERROR_USERDATA_EMPTY."\";";
753
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_invalid_number = \"".WFU_ERROR_USERDATANUMBER_INVALID."\";";
754
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_invalid_email = \"".WFU_ERROR_USERDATAEMAIL_INVALID."\";";
755
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_email_nomatch = \"".WFU_ERROR_USERDATACONFIRMEMAIL_NOMATCH."\";";
756
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_email_nobase = \"".WFU_ERROR_USERDATACONFIRMEMAIL_NOBASE."\";";
757
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_password_nomatch = \"".WFU_ERROR_USERDATACONFIRMPASSWORD_NOMATCH."\";";
758
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_password_nobase = \"".WFU_ERROR_USERDATACONFIRMPASSWORD_NOBASE."\";";
759
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_checkbox_notchecked = \"".WFU_ERROR_USERDATACHECKBOX_NOTCHECKED."\";";
760
- $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_radio_notselected = \"".WFU_ERROR_USERDATARADIO_NOTSELECTED."\";";
761
- }
762
-
763
- return $userdata_item;
764
- }
765
-
766
- /**
767
- * Prepare the Upload Form Consent Element.
768
- *
769
- * This function prepares the display properties of the consent element of the
770
- * plugin's upload form.
771
- *
772
- * @since 4.5.0
773
- *
774
- * @param array $params The uploader shortcode attributes.
775
- * @param array $additional_params A list of additional parameters passed to the
776
- * function.
777
- * @param integer $occurrence_index The occurrence index of this element inside
778
- * the upload form.
779
- *
780
- * @return array The display properties of the consent element.
781
- */
782
- function wfu_prepare_consent_block($params, $additional_params, $occurrence_index) {
783
- //prepare data for template
784
- $data["ID"] = $params["uploadid"];
785
- $data["width"] = $additional_params['widths']['consent'];
786
- $data["height"] = $additional_params['heights']['consent'];
787
- $data["responsive"] = ( $params["fitmode"] == "responsive" );
788
- $data["testmode"] = ( $params["testmode"] == "true" );
789
- $data["index"] = $occurrence_index;
790
- $data["format"] = $params["consentformat"];
791
- $data["preselected"] = $params["consentpreselect"];
792
- $data["question"] = preg_replace("/:(\w*):/", "<a href=\"".$params["consentdisclaimer"]."\">$1</a>", $params["consentquestion"]);
793
- $data["params"] = $params;
794
-
795
- $consent_item["title"] = 'wordpress_file_upload_consent_'.$data["ID"];
796
- $consent_item["hidden"] = ( $params["consentformat"] == "prompt" );
797
- $consent_item["width"] = "";
798
- $consent_item["object"] = "GlobalData.WFU[".$data["ID"]."].consent";
799
- //for responsive plugin adjust container and container's parent widths if a % width has been defined
800
- if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $consent_item["width"] = $data["width"];
801
- //read html output from template
802
- $consent_item += wfu_read_template_output("consent", $data);
803
- //initialize consent object properties
804
- $consent_item["js"] = "GlobalData.WFU[".$data["ID"]."].consent = { ".
805
- "consentCompleted: function() { return false; }, ".
806
- "attachActions: function(completeaction) {}, ".
807
- "update: function(action) {} ".
808
- "};\n\n".$consent_item["js"];
809
- //append javascript variable that checks if consent exists or not
810
- $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent_exist = true;";
811
- //append additional consent parameters
812
- $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.remember_consent = ".( $params["notrememberconsent"] != "true" ? "true" : "false" ).";";
813
- $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.no_rejects_upload = ".( $params["consentrejectupload"] == "true" ? "true" : "false" ).";";
814
- $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.consent_format = '".$params["consentformat"]."';";
815
- $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.consent_question = '".preg_replace("/:(\w):/", "<a href=\"".$params["consentdisclaimer"]."\">$1</a>", $params["consentquestion"])."';";
816
-
817
- return $consent_item;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
818
  }
1
+ <?php
2
+
3
+ /**
4
+ * Plugin Upload Form Blocks
5
+ *
6
+ * This file contains functions related to preparation of the elements of the
7
+ * upload form of the plugin.
8
+ *
9
+ * @link /lib/wfu_blocks.php
10
+ *
11
+ * @package WordPress File Upload Plugin
12
+ * @subpackage Core Components
13
+ * @since 2.1.2
14
+ */
15
+
16
+ /**
17
+ * Prepare the Upload Form Generic Element.
18
+ *
19
+ * This function prepares the display properties of the generic top-level
20
+ * element of the plugin's upload form.
21
+ *
22
+ * @since 4.1.0
23
+ *
24
+ * @redeclarable
25
+ *
26
+ * @param array $params The uploader shortcode attributes.
27
+ * @param array $additional_params A list of additional parameters passed to the
28
+ * function.
29
+ * @param integer $occurrence_index The occurrence index of this element inside
30
+ * the upload form.
31
+ *
32
+ * @return array The display properties of the generic top-level element.
33
+ */
34
+ function wfu_prepare_base_block($params, $additional_params, $occurrence_index) {
35
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
36
+ //prepare data for template
37
+ $data["ID"] = $params["uploadid"];
38
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
39
+ $data["testmode"] = ( $params["testmode"] == "true" );
40
+ $data["params"] = $params;
41
+
42
+ $base_item["title"] = '';
43
+ $base_item["hidden"] = false;
44
+ $base_item["width"] = "";
45
+ $base_item["object"] = "GlobalData.WFU[".$data["ID"]."].base";
46
+ //read html output from template
47
+ $base_item += wfu_read_template_output("base", $data);
48
+
49
+ return $base_item;
50
+ }
51
+
52
+ /**
53
+ * Prepare the Upload Form Visual Editor Element.
54
+ *
55
+ * This function prepares the display properties of the visual editor element of
56
+ * the plugin's upload form.
57
+ *
58
+ * @since 4.0.0
59
+ *
60
+ * @redeclarable
61
+ *
62
+ * @param array $params The uploader shortcode attributes.
63
+ * @param array $additional_params A list of additional parameters passed to the
64
+ * function.
65
+ * @param integer $occurrence_index The occurrence index of this element inside
66
+ * the upload form.
67
+ *
68
+ * @return array The display properties of the visual editor element.
69
+ */
70
+ function wfu_prepare_visualeditorbutton_block($params, $additional_params, $occurrence_index) {
71
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
72
+ if ( isset($params["uploadid"]) ) {
73
+ $ID = $params["uploadid"];
74
+ $JS_Object = "GlobalData.WFU[".$ID."].visualeditorbutton";
75
+ }
76
+ else {
77
+ $ID = $params["browserid"];
78
+ $JS_Object = "GlobalData.WFUB[".$ID."].visualeditorbutton";
79
+ }
80
+ //prepare data for template
81
+ $data["ID"] = $ID;
82
+ $data["shortcode_tag"] = $additional_params['shortcode_tag'];
83
+ $data["JS_Object"] = $JS_Object;
84
+ $data["params"] = $params;
85
+
86
+ $visualeditorbutton_item["title"] = '';
87
+ $visualeditorbutton_item["hidden"] = false;
88
+ $visualeditorbutton_item["width"] = "";
89
+ $visualeditorbutton_item["object"] = $JS_Object;
90
+ //read html output from template
91
+ $visualeditorbutton_item += wfu_read_template_output("visualeditorbutton", $data);
92
+ //initialize title object properties
93
+ $visualeditorbutton_item["js"] = $JS_Object." = { ".
94
+ "shortcode_tag: \"".$data["shortcode_tag"]."\", ".
95
+ "attachInvokeHandler: function(invoke_function) {}, ".
96
+ "onInvoke: function() {}, ".
97
+ "afterInvoke: function() {}".
98
+ "};\n\n".$visualeditorbutton_item["js"];
99
+ //append javascript variable that checks if title exists or not
100
+ $visualeditorbutton_item["js"] .= "\n\n".$JS_Object."_exist = true;";
101
+
102
+ return $visualeditorbutton_item;
103
+ }
104
+
105
+
106
+ /**
107
+ * Prepare the Upload Form Subfolders Element.
108
+ *
109
+ * This function prepares the display properties of the subfolders element of
110
+ * the plugin's upload form.
111
+ *
112
+ * @since 2.1.2
113
+ *
114
+ * @redeclarable
115
+ *
116
+ * @param array $params The uploader shortcode attributes.
117
+ * @param array $additional_params A list of additional parameters passed to the
118
+ * function.
119
+ * @param integer $occurrence_index The occurrence index of this element inside
120
+ * the upload form.
121
+ *
122
+ * @return array The display properties of the subfolders element.
123
+ */
124
+ function wfu_prepare_subfolders_block($params, $additional_params, $occurrence_index) {
125
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
126
+ //prepare data for template
127
+ $data["ID"] = $params["uploadid"];
128
+ $data["widths"] = $additional_params['widths'];
129
+ $data["heights"] = $additional_params['heights'];
130
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
131
+ $data["testmode"] = ( $params["testmode"] == "true" );
132
+ $data["show_uploadfolder"] = ( $params["showtargetfolder"] == "true" );
133
+ $data["show_subfolders"] = ( $params["askforsubfolders"] == "true" );
134
+ $data["editable"] = ( substr($params["subfoldertree"], 0, 5) == "auto+" );
135
+ $data["uploadfolder"] = wfu_upload_plugin_directory($params["uploadpath"]);
136
+ $data["uploadfolder_title"] = $params["targetfolderlabel"];
137
+ $data["subfolders"] = array( 'path' => array(), 'label' => array(), 'level' => array(), 'default' => array() );
138
+ $data["subfolders_title"] = $params["subfolderlabel"];
139
+ $data["index"] = $occurrence_index;
140
+ $data["params"] = $params;
141
+ //prepare data of subfolders
142
+ if ( $data["show_subfolders"] && !$data["testmode"] ) {
143
+ if ( substr($params["subfoldertree"], 0, 4) == "auto" ) {
144
+ $upload_directory = wfu_upload_plugin_full_path($params);
145
+ $dirtree = wfu_getTree($upload_directory);
146
+ foreach ( $dirtree as &$dir ) $dir = '*'.$dir;
147
+ $params["subfoldertree"] = implode(',', $dirtree);
148
+ }
149
+ $subfolders = wfu_parse_folderlist($params["subfoldertree"]);
150
+ if ( count($subfolders['path']) == 0 ) {
151
+ array_push($subfolders['path'], "");
152
+ array_push($subfolders['label'], wfu_upload_plugin_directory($params["uploadpath"]));
153
+ array_push($subfolders['level'], 0);
154
+ array_push($subfolders['default'], false);
155
+ }
156
+ $data["subfolders"] = $subfolders;
157
+ }
158
+
159
+ $subfolders_item = null;
160
+ if ( $data["show_uploadfolder"] || $data["show_subfolders"] ) {
161
+ $subfolders_item["title"] = 'wordpress_file_upload_subfolders_'.$data["ID"];
162
+ $subfolders_item["hidden"] = false;
163
+ $subfolders_item["width"] = "";
164
+ $subfolders_item["object"] = "GlobalData.WFU[".$data["ID"]."].subfolders";
165
+ //for responsive plugin adjust width
166
+ if ( $data["responsive"] ) $subfolders_item["width"] = $data["width"];
167
+ //read html output from template
168
+ $subfolders_item += wfu_read_template_output("subfolders", $data);
169
+ //initialize subfolders object properties
170
+ $subfolders_item["js"] = "GlobalData.WFU[".$data["ID"]."].subfolders = { ".
171
+ "update_handler: function(new_value) { document.getElementById('hiddeninput_".$data["ID"]."').value = new_value; }, ".
172
+ "check: function() { return true; }, ".
173
+ "index: function() { return -1; }, ".
174
+ "reset: function() {}, ".
175
+ "toggle: function(enabled) {}".
176
+ "};\n\n".$subfolders_item["js"];
177
+ //append javascript variable that checks if subfolders element exists or not
178
+ if ( $data["show_subfolders"] ) $subfolders_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].subfolders_exist = true;";
179
+ }
180
+
181
+ return $subfolders_item;
182
+ }
183
+
184
+ /**
185
+ * Prepare the Upload Form Title Element.
186
+ *
187
+ * This function prepares the display properties of the title element of the
188
+ * plugin's upload form.
189
+ *
190
+ * @since 2.1.2
191
+ *
192
+ * @redeclarable
193
+ *
194
+ * @param array $params The uploader shortcode attributes.
195
+ * @param array $additional_params A list of additional parameters passed to the
196
+ * function.
197
+ * @param integer $occurrence_index The occurrence index of this element inside
198
+ * the upload form.
199
+ *
200
+ * @return array The display properties of the title element.
201
+ */
202
+ function wfu_prepare_title_block($params, $additional_params, $occurrence_index) {
203
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
204
+ //prepare data for template
205
+ $data["ID"] = $params["uploadid"];
206
+ $data["width"] = $additional_params['widths']['title'];
207
+ $data["height"] = $additional_params['heights']['title'];
208
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
209
+ $data["testmode"] = ( $params["testmode"] == "true" );
210
+ $data["title"] = $params["uploadtitle"];
211
+ $data["index"] = $occurrence_index;
212
+ $data["params"] = $params;
213
+
214
+ $title_item["title"] = 'wordpress_file_upload_title_'.$data["ID"];
215
+ $title_item["hidden"] = false;
216
+ $title_item["width"] = "";
217
+ $title_item["object"] = "GlobalData.WFU[".$data["ID"]."].title";
218
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
219
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $title_item["width"] = $data["width"];
220
+ //read html output from template
221
+ $title_item += wfu_read_template_output("title", $data);
222
+ //initialize title object properties
223
+ $title_item["js"] = "GlobalData.WFU[".$data["ID"]."].title = {};\n\n".$title_item["js"];
224
+ //append javascript variable that checks if title exists or not
225
+ $title_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].title_exist = true;";
226
+
227
+ return $title_item;
228
+ }
229
+
230
+ /**
231
+ * Prepare the Upload Form Filename Element.
232
+ *
233
+ * This function prepares the display properties of the filename (textbox)
234
+ * element of the plugin's upload form.
235
+ *
236
+ * @since 2.1.2
237
+ *
238
+ * @redeclarable
239
+ *
240
+ * @param array $params The uploader shortcode attributes.
241
+ * @param array $additional_params A list of additional parameters passed to the
242
+ * function.
243
+ * @param integer $occurrence_index The occurrence index of this element inside
244
+ * the upload form.
245
+ *
246
+ * @return array The display properties of the filename element.
247
+ */
248
+ function wfu_prepare_textbox_block($params, $additional_params, $occurrence_index) {
249
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
250
+ //prepare data for template
251
+ $data["ID"] = $params["uploadid"];
252
+ $data["width"] = $additional_params['widths']['filename'];
253
+ $data["height"] = $additional_params['heights']['filename'];
254
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
255
+ $data["testmode"] = ( $params["testmode"] == "true" );
256
+ $data["index"] = $occurrence_index;
257
+ $data["params"] = $params;
258
+
259
+
260
+ $textbox_item["title"] = 'wordpress_file_upload_textbox_'.$data["ID"];
261
+ $textbox_item["hidden"] = false;
262
+ $textbox_item["width"] = "";
263
+ $textbox_item["object"] = "GlobalData.WFU[".$data["ID"]."].textbox";
264
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
265
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $textbox_item["width"] = $data["width"];
266
+ //read html output from template
267
+ $textbox_item += wfu_read_template_output("textbox", $data);
268
+ //initialize textbox object properties
269
+ $textbox_item["js"] = "GlobalData.WFU[".$data["ID"]."].textbox = { ".
270
+ "attachCancelHandler: function(cancel_function) {}, ".
271
+ "dettachCancelHandler: function() {}, ".
272
+ "update: function(action, filenames) {} ".
273
+ "};\n\n".$textbox_item["js"];
274
+ //append javascript variable that checks if textbox exists or not
275
+ $textbox_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].textbox_exist = true;";
276
+
277
+ return $textbox_item;
278
+ }
279
+
280
+ /**
281
+ * Prepare the Upload Form Main Form Element.
282
+ *
283
+ * This function prepares the display properties of the form element of the
284
+ * plugin's upload form. This element also contains the select button element.
285
+ *
286
+ * @since 2.1.2
287
+ *
288
+ * @redeclarable
289
+ *
290
+ * @param array $params The uploader shortcode attributes.
291
+ * @param array $additional_params A list of additional parameters passed to the
292
+ * function.
293
+ * @param integer $occurrence_index The occurrence index of this element inside
294
+ * the upload form.
295
+ *
296
+ * @return array The display properties of the main form element.
297
+ */
298
+ function wfu_prepare_uploadform_block($params, $additional_params, $occurrence_index) {
299
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
300
+ //prepare data for template
301
+ $data["ID"] = $params["uploadid"];
302
+ $data["width"] = $additional_params['widths']['selectbutton'];
303
+ $data["height"] = $additional_params['heights']['selectbutton'];
304
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
305
+ $data["testmode"] = ( $params["testmode"] == "true" );
306
+ $data["label"] = $params["selectbutton"];
307
+ $data["filename"] = "uploadedfile_".$data["ID"];
308
+ $data["hidden_elements"] = array(
309
+ array( "id" => "wfu_uploader_nonce_".$data["ID"], "name" => "wfu_uploader_nonce", "value" => wp_create_nonce("wfu-uploader-nonce") ),
310
+ array( "id" => "hiddeninput_".$data["ID"], "name" => "hiddeninput_".$data["ID"], "value" => "" ),
311
+ array( "id" => "uniqueuploadid_".$data["ID"], "name" => "uniqueuploadid_".$data["ID"], "value" => "" ),
312
+ array( "id" => "nofileupload_".$data["ID"], "name" => "nofileupload_".$data["ID"], "value" => "0" ),
313
+ array( "id" => "uploadedfile_".$data["ID"]."_name", "name" => "uploadedfile_".$data["ID"]."_name", "value" => wfu_plugin_encode_string("dummy.txt") ),
314
+ array( "id" => "uploadedfile_".$data["ID"]."_size", "name" => "uploadedfile_".$data["ID"]."_size", "value" => "0" ),
315
+ array( "id" => "adminerrorcodes_".$data["ID"], "name" => "adminerrorcodes_".$data["ID"], "value" => "" )
316
+ );
317
+ if ( $additional_params["require_consent"] ) array_push( $data["hidden_elements"],
318
+ array( "id" => "consentresult_".$data["ID"], "name" => "consentresult_".$data["ID"], "value" => "" )
319
+ );
320
+ foreach ($params["userdata_fields"] as $userdata_key => $userdata_field)
321
+ array_push($data["hidden_elements"], array( "id" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "name" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "value" => "" ));
322
+ $data["index"] = $occurrence_index;
323
+ $data["params"] = $params;
324
+
325
+ $uploadform_item["title"] = 'wordpress_file_upload_form_'.$data["ID"];
326
+ // selectbutton block is mandatory because it contains the upload form element, so in case it is not included in the placements
327
+ // attribute then we set its visibility to hidden
328
+ $uploadform_item["hidden"] = ( strpos($params["placements"], "selectbutton") === false );
329
+ $uploadform_item["width"] = "";
330
+ $uploadform_item["object"] = "GlobalData.WFU[".$data["ID"]."].uploadform";
331
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
332
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $uploadform_item["width"] = $data["width"];
333
+
334
+ //read html output from template
335
+ $uploadform_item += wfu_read_template_output("uploadform", $data);
336
+ //initialize uploadform object properties
337
+ $uploadform_item["js"] = "GlobalData.WFU[".$data["ID"]."].uploadform = { ".
338
+ "attachActions: function(clickaction, changeaction) {}, ".
339
+ "reset: function() {}, ".
340
+ "resetDummy: function() {}, ".
341
+ "submit: function() {}, ".
342
+ "lock: function() {}, ".
343
+ "unlock: function() {}, ".
344
+ "changeFileName: function(new_filename) {}, ".
345
+ "files: function() { return []; } ".
346
+ "};\n\n".$uploadform_item["js"];
347
+ //append javascript variable that checks if uploadform element exists or not
348
+ $uploadform_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].uploadform_exist = true;";
349
+
350
+ return $uploadform_item;
351
+ }
352
+
353
+ /**
354
+ * Prepare the Upload Form Submit Button Element.
355
+ *
356
+ * This function prepares the display properties of the submit button element of
357
+ * the plugin's upload form.
358
+ *
359
+ * @since 2.1.2
360
+ *
361
+ * @redeclarable
362
+ *
363
+ * @param array $params The uploader shortcode attributes.
364
+ * @param array $additional_params A list of additional parameters passed to the
365
+ * function.
366
+ * @param integer $occurrence_index The occurrence index of this element inside
367
+ * the upload form.
368
+ *
369
+ * @return array The display properties of the submit button element.
370
+ */
371
+ function wfu_prepare_submit_block($params, $additional_params, $occurrence_index) {
372
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
373
+ //prepare data for template
374
+ $data["ID"] = $params["uploadid"];
375
+ $data["width"] = $additional_params['widths']['uploadbutton'];
376
+ $data["height"] = $additional_params['heights']['uploadbutton'];
377
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
378
+ $data["testmode"] = ( $params["testmode"] == "true" );
379
+ $data["allownofile"] = ( $params["allownofile"] == "true" );
380
+ $data["label"] = $params["uploadbutton"];
381
+ $data["index"] = $occurrence_index;
382
+ $data["params"] = $params;
383
+
384
+ $submit_item["title"] = 'wordpress_file_upload_submit_'.$data["ID"];
385
+ $submit_item["hidden"] = false;
386
+ $submit_item["width"] = "";
387
+ $submit_item["object"] = "GlobalData.WFU[".$data["ID"]."].submit";
388
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
389
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $submit_item["width"] = $data["width"];
390
+
391
+ //read html output from template
392
+ $submit_item += wfu_read_template_output("submit", $data);
393
+ //initialize submit element (upload button) object properties
394
+ $submit_item["js"] = "GlobalData.WFU[".$data["ID"]."].submit = { ".
395
+ "label_default: '".$data["label"]."', ".
396
+ "attachClickAction: function(clickaction) { }, ".
397
+ "updateLabel: function(new_label) { }, ".
398
+ "toggle: function(status) { } ".
399
+ "};\n\n".$submit_item["js"];
400
+ //append javascript variable that checks if upload button element exists
401
+ $submit_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].submit_exist = true;";
402
+
403
+ return $submit_item;
404
+ }
405
+
406
+
407
+ /**
408
+ * Prepare the Upload Form Webcam Element.
409
+ *
410
+ * This function prepares the display properties of the webcam element of the
411
+ * plugin's upload form.
412
+ *
413
+ * @since 3.8.0
414
+ *
415
+ * @redeclarable
416
+ *
417
+ * @param array $params The uploader shortcode attributes.
418
+ * @param array $additional_params A list of additional parameters passed to the
419
+ * function.
420
+ * @param integer $occurrence_index The occurrence index of this element inside
421
+ * the upload form.
422
+ *
423
+ * @return array The display properties of the webcam element.
424
+ */
425
+ function wfu_prepare_webcam_block($params, $additional_params, $occurrence_index) {
426
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
427
+ //prepare data for template
428
+ $data["ID"] = $params["uploadid"];
429
+ $data["width"] = $additional_params['widths']['webcam'];
430
+ $data["height"] = $additional_params['heights']['webcam'];
431
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
432
+ $data["testmode"] = ( $params["testmode"] == "true" );
433
+ $data["index"] = $occurrence_index;
434
+ $data["params"] = $params;
435
+
436
+ $webcam_item["title"] = 'wordpress_file_upload_webcam_'.$data["ID"];
437
+ $webcam_item["hidden"] = false;
438
+ $webcam_item["width"] = "";
439
+ $webcam_item["object"] = "GlobalData.WFU[".$data["ID"]."].webcam";
440
+
441
+ $webcam_init = "\n".'var wfu_webrtc_ref = document.createElement("SCRIPT");';
442
+ $webcam_init .= "\n".'wfu_webrtc_ref.setAttribute("type", "text/javascript");';
443
+ $webcam_init .= "\n".'wfu_webrtc_ref.setAttribute("src", "https://webrtc.github.io/adapter/adapter-latest.js");';
444
+ $webcam_init .= "\n".'document.getElementById(GlobalData.WFU['.$data["ID"].'].container_id).appendChild(wfu_webrtc_ref);';
445
+ $webcam_init .= "\n".'var wfu_initialize_webcam_loader_'.$data["ID"].' = function() { wfu_initialize_webcam('.$data["ID"].', "'.$params["webcammode"].'", "'.$params["audiocapture"].'", "'.esc_html($params["videowidth"]).'", "'.esc_html($params["videoheight"]).'", "'.esc_html($params["videoaspectratio"]).'", "'.esc_html($params["videoframerate"]).'", "'.$params["camerafacing"].'", '.$params["maxrecordtime"].'); }';
446
+ $webcam_init .= "\n".'if(window.addEventListener) { window.addEventListener("load", wfu_initialize_webcam_loader_'.$data["ID"].', false); } else if(window.attachEvent) { window.attachEvent("onload", wfu_initialize_webcam_loader_'.$data["ID"].'); } else { window["onload"] = wfu_initialize_webcam_loader_'.$data["ID"].'; }';
447
+
448
+ //read html output from template
449
+ $webcam_item += wfu_read_template_output("webcam", $data);
450
+ //initialize captcha object properties
451
+ $webcam_item["js"] = "GlobalData.WFU[".$data["ID"]."].webcam = { ".
452
+ "initCallback: function() {},".
453
+ "initButtons: function(mode) {},".
454
+ "updateStatus: function(status) {},".
455
+ "updateButtonStatus: function(status) {},".
456
+ "updateTimer: function(time) {},".
457
+ "updatePlayProgress: function(duration) {},".
458
+ "setVideoProperties: function(props) {},".
459
+ "videoSize: function() { return null; },".
460
+ "readyState: function() { return -1; },".
461
+ "screenshot: function(savefunc, image_type) {},".
462
+ "play: function() {},".
463
+ "pause: function() {},".
464
+ "back: function() {},".
465
+ "fwd: function(duration) {},".
466
+ "ended: function() {}".
467
+ "};\n\n".$webcam_item["js"].$webcam_init;
468
+ //append javascript variable that checks if webcam element exists or not
469
+ $webcam_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].webcam_exist = true;";
470
+
471
+ return $webcam_item;
472
+ }
473
+
474
+ /**
475
+ * Prepare the Upload Form Progress Bar Element.
476
+ *
477
+ * This function prepares the display properties of the progress bar element of
478
+ * the plugin's upload form.
479
+ *
480
+ * @since 3.8.0
481
+ *
482
+ * @redeclarable
483
+ *
484
+ * @param array $params The uploader shortcode attributes.
485
+ * @param array $additional_params A list of additional parameters passed to the
486
+ * function.
487
+ * @param integer $occurrence_index The occurrence index of this element inside
488
+ * the upload form.
489
+ *
490
+ * @return array The display properties of the progress bar element.
491
+ */
492
+ function wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index) {
493
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
494
+ //prepare data for template
495
+ $data["ID"] = $params["uploadid"];
496
+ $data["width"] = $additional_params['widths']['progressbar'];
497
+ $data["height"] = $additional_params['heights']['progressbar'];
498
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
499
+ $data["testmode"] = ( $params["testmode"] == "true" );
500
+ $data["index"] = $occurrence_index;
501
+ $data["params"] = $params;
502
+
503
+ $progressbar_item["title"] = 'wordpress_file_upload_progressbar_'.$data["ID"];
504
+ $progressbar_item["hidden"] = ( $params["testmode"] != "true" );
505
+ $progressbar_item["width"] = "";
506
+ $progressbar_item["object"] = "GlobalData.WFU[".$data["ID"]."].progressbar";
507
+ //for responsive plugin adjust container's parent width if a % width has been defined
508
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $progressbar_item["width"] = $data["width"];
509
+ //read html output from template
510
+ $progressbar_item += wfu_read_template_output("progressbar", $data);
511
+ //initialize progressbar object properties
512
+ $progressbar_item["js"] = "GlobalData.WFU[".$data["ID"]."].progressbar = { ".
513
+ "show: function(mode) {}, ".
514
+ "hide: function() {}, ".
515
+ "update: function(progress) {} ".
516
+ "};\n\n".$progressbar_item["js"];
517
+ //append javascript variable that checks if progress bar exists or not
518
+ $progressbar_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].progressbar_exist = true;";
519
+
520
+ return $progressbar_item;
521
+ }
522
+
523
+ /**
524
+ * Prepare the Upload Form Message Element.
525
+ *
526
+ * This function prepares the display properties of the message element of the
527
+ * plugin's upload form.
528
+ *
529
+ * @since 2.1.2
530
+ *
531
+ * @redeclarable
532
+ *
533
+ * @param array $params The uploader shortcode attributes.
534
+ * @param array $additional_params A list of additional parameters passed to the
535
+ * function.
536
+ * @param integer $occurrence_index The occurrence index of this element inside
537
+ * the upload form.
538
+ *
539
+ * @return array The display properties of the message element.
540
+ */
541
+ function wfu_prepare_message_block($params, $additional_params, $occurrence_index) {
542
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
543
+ //prepare data for template
544
+ $data["ID"] = $params["uploadid"];
545
+ $data["width"] = $additional_params['widths']['message'];
546
+ $data["height"] = $additional_params['heights']['message'];
547
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
548
+ $data["testmode"] = ( $params["testmode"] == "true" );
549
+ $data["index"] = $occurrence_index;
550
+ $data["params"] = $params;
551
+
552
+ $header_styles["State0"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE0"));
553
+ $header_styles["State0"]['message'] = WFU_UPLOAD_STATE0;
554
+ $header_styles["State1"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
555
+ $header_styles["State1"]['message'] = WFU_UPLOAD_STATE1;
556
+ $header_styles["State2"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
557
+ $header_styles["State2"]['message'] = WFU_UPLOAD_STATE2;
558
+ $header_styles["State3"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
559
+ $header_styles["State3"]['message'] = WFU_UPLOAD_STATE3;
560
+ $header_styles["State4"] = wfu_prepare_message_colors($params["successmessagecolors"]);
561
+ $header_styles["State4"]['message'] = WFU_UPLOAD_STATE4;
562
+ $header_styles["State5"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
563
+ $header_styles["State5"]['message'] = WFU_UPLOAD_STATE5;
564
+ $header_styles["State5_singlefile"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE5"));
565
+ $header_styles["State5_singlefile"]['message'] = WFU_UPLOAD_STATE5_SINGLEFILE;
566
+ $header_styles["State6"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
567
+ $header_styles["State6"]['message'] = WFU_UPLOAD_STATE6;
568
+ $header_styles["State7"] = wfu_prepare_message_colors($params["failmessagecolors"]);
569
+ $header_styles["State7"]['message'] = WFU_UPLOAD_STATE7;
570
+ $header_styles["State7_singlefile"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE7"));
571
+ $header_styles["State7_singlefile"]['message'] = WFU_UPLOAD_STATE7_SINGLEFILE;
572
+ $header_styles["State8"] = wfu_prepare_message_colors($params["failmessagecolors"]);
573
+ $header_styles["State8"]['message'] = WFU_UPLOAD_STATE8;
574
+ $header_styles["State9"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE9"));
575
+ $header_styles["State9"]['message'] = WFU_UPLOAD_STATE9;
576
+ $header_styles["State10"] = wfu_prepare_message_colors($params["failmessagecolors"]);
577
+ $header_styles["State10"]['message'] = WFU_UPLOAD_STATE10;
578
+ $header_styles["State11"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE11"));
579
+ $header_styles["State11"]['message'] = WFU_UPLOAD_STATE11;
580
+ $header_styles["State12"] = wfu_prepare_message_colors($params["failmessagecolors"]);
581
+ $header_styles["State12"]['message'] = WFU_UPLOAD_STATE12;
582
+ $header_styles["State13"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE13"));
583
+ $header_styles["State13"]['message'] = WFU_UPLOAD_STATE13;
584
+ $header_styles["State14"] = wfu_prepare_message_colors($params["successmessagecolors"]);
585
+ $header_styles["State14"]['message'] = WFU_UPLOAD_STATE14;
586
+ $header_styles["State15"] = wfu_prepare_message_colors($params["failmessagecolors"]);
587
+ $header_styles["State15"]['message'] = WFU_UPLOAD_STATE15;
588
+ $header_styles["State16"] = wfu_prepare_message_colors(WFU_VAR("WFU_HEADERMESSAGECOLORS_STATE16"));
589
+ $header_styles["State16"]['message'] = WFU_UPLOAD_STATE16;
590
+ $header_styles["State17"] = wfu_prepare_message_colors($params["failmessagecolors"]);
591
+ $header_styles["State17"]['message'] = WFU_UPLOAD_STATE17;
592
+ $header_styles["State18"] = wfu_prepare_message_colors($params["successmessagecolors"]);
593
+ $header_styles["State18"]['message'] = WFU_UPLOAD_STATE18;
594
+ $header_styles["State19"] = wfu_prepare_message_colors($params["warningmessagecolors"]);
595
+ $header_styles["State19"]['message'] = WFU_UPLOAD_STATE19;
596
+ $data["header_styles"] = $header_styles;
597
+
598
+ $message_item["title"] = 'wordpress_file_upload_message_'.$data["ID"];
599
+ $message_item["hidden"] = false;
600
+ $message_item["width"] = "";
601
+ $message_item["object"] = "GlobalData.WFU[".$data["ID"]."].message";
602
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
603
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $message_item["width"] = $data["width"];
604
+
605
+ // $message_block = wfu_prepare_message_block_skeleton($sid, $styles, ( $params["testmode"] == "true" ));
606
+ // $message_item = $message_block["msgblock"];
607
+
608
+ $message_init = "\n".'if (!GlobalData.States) {';
609
+ $message_init .= "\n\t".'GlobalData.States = {};';
610
+ foreach ( $data["header_styles"] as $state => $statedata )
611
+ $message_init .= "\n\t\t".'GlobalData.States.'.$state.' = { color:"'.$statedata["color"].'", bgcolor:"'.$statedata["bgcolor"].'", borcolor:"'.$statedata["borcolor"].'", message:"'.$statedata["message"].'" };';
612
+ $message_init .= "\n\t".'GlobalData.Colors = {';
613
+ $message_init .= "\n\t\t".'default: "'.WFU_VAR("WFU_DEFAULTMESSAGECOLORS").'".split(","),';
614
+ $message_init .= "\n\t\t".'success: "'.$params['successmessagecolors'].'".split(","),';
615
+ $message_init .= "\n\t\t".'warning: "'.$params['warningmessagecolors'].'".split(","),';
616
+ $message_init .= "\n\t\t".'error: "'.$params['failmessagecolors'].'".split(",")';
617
+ $message_init .= "\n\t".'};';
618
+ $message_init .= "\n".'}';
619
+
620
+ //read html output from template
621
+ $message_item += wfu_read_template_output("message", $data);
622
+ //extract header_template and file_template
623
+ $header_template = "";
624
+ $header_template_line = "";
625
+ $in_header_template_block = false;
626
+ $file_template = "";
627
+ $file_template_line = "";
628
+ $in_file_template_block = false;
629
+ foreach ( $message_item as $key => $item ) {
630
+ if ( $in_header_template_block ) {
631
+ unset($message_item[$key]);
632
+ if ( $item != "</header_template><file_template>" ) $header_template .= $item."\n";
633
+ else {
634
+ $in_header_template_block = false;
635
+ $in_file_template_block = true;
636
+ }
637
+ }
638
+ elseif ( $in_file_template_block ) {
639
+ unset($message_item[$key]);
640
+ if ( $item != "</file_template>" ) $file_template .= $item."\n";
641
+ else $in_file_template_block = false;
642
+ }
643
+ elseif ( substr($key, 0, 4) == "line" ) {
644
+ if ( $item == "<header_template>" ) {
645
+ unset($message_item[$key]);
646
+ $in_header_template_block = true;
647
+ }
648
+ elseif ( strpos($item, "[header_template]") !== false ) $header_template_line = $key;
649
+ elseif ( strpos($item, "[file_template]") !== false ) $file_template_line = $key;
650
+ }
651
+ }
652
+ if ( $header_template_line != "" )
653
+ $message_item[$header_template_line] = str_replace("[header_template]", wfu_plugin_encode_string(trim($header_template)), $message_item[$header_template_line]);
654
+ if ( $file_template_line != "" )
655
+ $message_item[$file_template_line] = str_replace("[file_template]", wfu_plugin_encode_string(trim($file_template)), $message_item[$file_template_line]);
656
+ //initialize message object properties
657
+ $message_item["js"] = "GlobalData.WFU[".$data["ID"]."].message = { ".
658
+ "update: function(data) {},".
659
+ "reset: function() {}".
660
+ "};\n\n".$message_item["js"].$message_init;
661
+ //append javascript variable that checks if message block exists or not
662
+ $message_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].message_exist = true;";
663
+
664
+ return $message_item;
665
+ }
666
+
667
+ /**
668
+ * Prepare the Upload Form User Data Element.
669
+ *
670
+ * This function prepares the display properties of the user data element of the
671
+ * plugin's upload form.
672
+ *
673
+ * @since 2.1.2
674
+ *
675
+ * @redeclarable
676
+ *
677
+ * @param array $params The uploader shortcode attributes.
678
+ * @param array $additional_params A list of additional parameters passed to the
679
+ * function.
680
+ * @param integer $occurrence_index The occurrence index of this element inside
681
+ * the upload form.
682
+ *
683
+ * @return array The display properties of the user data element.
684
+ */
685
+ function wfu_prepare_userdata_block($params, $additional_params, $occurrence_index) {
686
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
687
+ $data["ID"] = $params["uploadid"];
688
+ $data["width"] = $additional_params['widths']['userdata'];
689
+ $data["height"] = $additional_params['heights']['userdata'];
690
+ $data["width_label"] = $additional_params['widths']['userdata_label'];
691
+ $data["height_label"] = $additional_params['heights']['userdata_label'];
692
+ $data["width_value"] = $additional_params['widths']['userdata_value'];
693
+ $data["height_value"] = $additional_params['heights']['userdata_value'];
694
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
695
+ $data["testmode"] = ( $params["testmode"] == "true" );
696
+ $data["props"] = array();
697
+ $data["index"] = $occurrence_index;
698
+ $data["params"] = $params;
699
+ //fill $data["props"] variable with properties of existing userdata fields
700
+ foreach ($params["userdata_fields"] as $userdata_key => $userdata_field) {
701
+ //use only fields belonging to $occurrence_index
702
+ if ( $occurrence_index == 0 || $userdata_field["occurrence"] == $occurrence_index ) {
703
+ $props = $userdata_field;
704
+ $props["key"] = $userdata_key;
705
+ array_push($data["props"], $props);
706
+ }
707
+ }
708
+
709
+ $userdata_item["title"] = 'wordpress_file_upload_userdata_'.$data["ID"].( $occurrence_index == 0 ? "" : "_".($occurrence_index - 1) );
710
+ $userdata_item["hidden"] = false;
711
+ $userdata_item["width"] = "";
712
+ $userdata_item["object"] = "GlobalData.WFU[".$data["ID"]."].userdata";
713
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
714
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $userdata_item["width"] = $data["width"];
715
+ $userdata_item += wfu_read_template_output("userdata", $data);
716
+ //extract templates of field types
717
+ $templates_html = "";
718
+ foreach ( $userdata_item as $key => $item ) {
719
+ if ( substr($key, 0, 4) == "line" ) {
720
+ $templates_html .= ( $templates_html == "" ? "" : "\r\n" ).$item;
721
+ unset($userdata_item[$key]);
722
+ }
723
+ }
724
+ //subclass init() function of userdata object so that it fills WFU.userdata
725
+ //object with properties and code handlers of the userdata fields;
726
+ //the subclassed init() function is carefully written because userdata is a
727
+ //multiplacements component, so init() function will run more than once
728
+ //and every time it runs we need to make sure that only the elements
729
+ //corresponding to the specific $occurrence_index will be initialized
730
+ $init_index = ( $occurrence_index <= 1 ? 0 : $occurrence_index - 1 );
731
+ $userdata_init = "";
732
+ $userdata_init .= "\n".'GlobalData.WFU['.$data["ID"].'].userdata._init'.$init_index.' = GlobalData.WFU['.$data["ID"].'].userdata.init;';
733
+ $userdata_init .= "\n".'GlobalData.WFU['.$data["ID"].'].userdata.init = function() {';
734
+ $userdata_init .= "\n\t".'GlobalData.WFU['.$data["ID"].'].userdata._init'.$init_index.'();';
735
+ $userdata_init .= "\n\t".'var WFU = GlobalData.WFU['.$data["ID"].'];';
736
+ if ( $init_index == 0 ) {
737
+ $userdata_init .= "\n\t".'if (typeof WFU.userdata.init_count == "undefined") {';
738
+ $userdata_init .= "\n\t\t".'WFU.userdata.init_count = 0;';
739
+ $userdata_init .= "\n\t\t".'WFU.userdata.codes = [];';
740
+ $userdata_init .= "\n\t\t".'WFU.userdata.props = [];';
741
+ $userdata_init .= "\n\t".'}';
742
+ $userdata_init .= "\n\t".'else WFU.userdata.init_count ++;';
743
+ }
744
+ $userdata_init .= "\n\t".'if (WFU.userdata.init_count == '.$init_index.') {';
745
+ $i = 1;
746
+ foreach ($params["userdata_fields"] as $userdata_key => $userdata_field) {
747
+ //show only fields belonging to $occurrence_index
748
+ if ( $occurrence_index == 0 || $userdata_field["occurrence"] == $occurrence_index ) {
749
+ $userdata_field["key"] = $userdata_key;
750
+ //get field template
751
+ $template = "";
752
+ $matches = array();
753
+ preg_match("/<userdata_".$userdata_field["key"]."_template>(.*?)<\/userdata_".$userdata_field["key"]."_template>/s", $templates_html, $matches);
754
+ if ( isset($matches[1]) ) $template = $matches[1];
755
+ //generate html code
756
+ foreach ( explode("\r\n", $template) as $line ) $userdata_item["line".$i++] = $line;
757
+ //generate javascript code
758
+ $userdata_init .= "\n\t\t".'WFU.userdata.codes['.$userdata_field["key"].'] = {};';
759
+ $userdata_init .= "\n\t\t".'WFU.userdata.props['.$userdata_field["key"].'] = '.wfu_PHP_array_to_JS_object($userdata_field).';';
760
+ $userdata_init .= "\n\t\t".'WFU.userdata.props['.$userdata_field["key"].'].store = function() { document.getElementById("hiddeninput_'.$data["ID"].'_userdata_'.$userdata_field["key"].'").value = WFU.userdata.codes['.$userdata_field["key"].'].value(); };';
761
+ $userdata_init .= "\n\t\t".'WFU.userdata.props['.$userdata_field["key"].'].getstored = function() { return document.getElementById("hiddeninput_'.$data["ID"].'_userdata_'.$userdata_field["key"].'").value; };';
762
+ $userdata_init .= "\n\t\t".'wfu_init_userdata_handlers('.$data["ID"].', '.$userdata_field["key"].');';
763
+ }
764
+ }
765
+ $userdata_init .= "\n\t".'}';
766
+ $userdata_init .= "\n".'}';
767
+ //initialize userdata object properties only for the first $occurrence_index
768
+ if ( $init_index == 0 ) {
769
+ $userdata_item["js"] = "GlobalData.WFU[".$data["ID"]."].userdata = { ".
770
+ "initField: function(props) {}, ".
771
+ "attachHandlers: function(props, handlerfunc) {}, ".
772
+ "getValue: function(props) { return ''; }, ".
773
+ "setValue: function(props, value) {}, ".
774
+ "enable: function(props) {}, ".
775
+ "disable: function(props) {}, ".
776
+ "prompt: function(props, message) {}".
777
+ "};\n\n".$userdata_item["js"];
778
+ }
779
+ else $userdata_item["js"] = "";
780
+ $userdata_item["js"] .= $userdata_init;
781
+ //append javascript additional userdata variables only for the first
782
+ //$occurrence_index
783
+ if ( $init_index == 0 ) {
784
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata_exist = true;";
785
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_empty = \"".WFU_ERROR_USERDATA_EMPTY."\";";
786
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_invalid_number = \"".WFU_ERROR_USERDATANUMBER_INVALID."\";";
787
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_invalid_email = \"".WFU_ERROR_USERDATAEMAIL_INVALID."\";";
788
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_email_nomatch = \"".WFU_ERROR_USERDATACONFIRMEMAIL_NOMATCH."\";";
789
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_email_nobase = \"".WFU_ERROR_USERDATACONFIRMEMAIL_NOBASE."\";";
790
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_password_nomatch = \"".WFU_ERROR_USERDATACONFIRMPASSWORD_NOMATCH."\";";
791
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_confirm_password_nobase = \"".WFU_ERROR_USERDATACONFIRMPASSWORD_NOBASE."\";";
792
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_checkbox_notchecked = \"".WFU_ERROR_USERDATACHECKBOX_NOTCHECKED."\";";
793
+ $userdata_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].userdata.error_radio_notselected = \"".WFU_ERROR_USERDATARADIO_NOTSELECTED."\";";
794
+ }
795
+
796
+ return $userdata_item;
797
+ }
798
+
799
+ /**
800
+ * Prepare the Upload Form Consent Element.
801
+ *
802
+ * This function prepares the display properties of the consent element of the
803
+ * plugin's upload form.
804
+ *
805
+ * @since 4.5.0
806
+ *
807
+ * @redeclarable
808
+ *
809
+ * @param array $params The uploader shortcode attributes.
810
+ * @param array $additional_params A list of additional parameters passed to the
811
+ * function.
812
+ * @param integer $occurrence_index The occurrence index of this element inside
813
+ * the upload form.
814
+ *
815
+ * @return array The display properties of the consent element.
816
+ */
817
+ function wfu_prepare_consent_block($params, $additional_params, $occurrence_index) {
818
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
819
+ //prepare data for template
820
+ $data["ID"] = $params["uploadid"];
821
+ $data["width"] = $additional_params['widths']['consent'];
822
+ $data["height"] = $additional_params['heights']['consent'];
823
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
824
+ $data["testmode"] = ( $params["testmode"] == "true" );
825
+ $data["index"] = $occurrence_index;
826
+ $data["format"] = $params["consentformat"];
827
+ $data["preselected"] = $params["consentpreselect"];
828
+ $question = preg_replace("/:(\w*):/", "<a href=\"".esc_html($params["consentdisclaimer"])."\">$1</a>", esc_html($params["consentquestion"]));
829
+ $data["question"] = $question;
830
+ $data["params"] = $params;
831
+
832
+ $consent_item["title"] = 'wordpress_file_upload_consent_'.$data["ID"];
833
+ $consent_item["hidden"] = ( $params["consentformat"] == "prompt" );
834
+ $consent_item["width"] = "";
835
+ $consent_item["object"] = "GlobalData.WFU[".$data["ID"]."].consent";
836
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
837
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $consent_item["width"] = $data["width"];
838
+ //read html output from template
839
+ $consent_item += wfu_read_template_output("consent", $data);
840
+ //initialize consent object properties
841
+ $consent_item["js"] = "GlobalData.WFU[".$data["ID"]."].consent = { ".
842
+ "consentCompleted: function() { return false; }, ".
843
+ "attachActions: function(completeaction) {}, ".
844
+ "update: function(action) {} ".
845
+ "};\n\n".$consent_item["js"];
846
+ //append javascript variable that checks if consent exists or not
847
+ $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent_exist = true;";
848
+ //append additional consent parameters
849
+ $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.remember_consent = ".( $params["notrememberconsent"] != "true" ? "true" : "false" ).";";
850
+ $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.no_rejects_upload = ".( $params["consentrejectupload"] == "true" ? "true" : "false" ).";";
851
+ $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.consent_format = '".$params["consentformat"]."';";
852
+ $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent.consent_question = '".$question."';";
853
+
854
+ return $consent_item;
855
  }
lib/wfu_constants.php CHANGED
@@ -79,6 +79,7 @@ function wfu_initialize_i18n_strings() {
79
  DEFINE("WFU_ERROR_DOS_ATTACK", __("File not uploaded in order to prevent overflow of the website. Please contact administrator.", "wp-file-upload"));
80
  DEFINE("WFU_ERROR_DIR_EXIST", __("Target folder doesn't exist.", "wp-file-upload"));
81
  DEFINE("WFU_ERROR_DIR_NOTEMP", __("Upload failed! Missing a temporary folder.", "wp-file-upload"));
 
82
  DEFINE("WFU_ERROR_DIR_PERMISSION", __("Upload failed! Permission denied to write to target folder.", "wp-file-upload"));
83
  DEFINE("WFU_ERROR_FILE_ALLOW", __("File not allowed.", "wp-file-upload"));
84
  DEFINE("WFU_ERROR_FILE_REJECT", __("File is suspicious and was rejected.", "wp-file-upload"));
@@ -452,6 +453,7 @@ $GLOBALS["WFU_GLOBALS"]["WFU_USE_ALT_IPTANUS_SERVER"][5] = false;
452
  /************** Constant Values ***************/
453
  //other plugin values
454
  DEFINE("WFU_SUCCESSMESSAGECOLOR", "green");
 
455
  DEFINE("WFU_MAX_TIME_LIMIT", ini_get("max_input_time"));
456
  DEFINE("WFU_RESPONSE_URL", WPFILEUPLOAD_DIR."wfu_response.php");
457
  DEFINE("WFU_SERVICES_SERVER_URL", 'https://services2.iptanus.com');
79
  DEFINE("WFU_ERROR_DOS_ATTACK", __("File not uploaded in order to prevent overflow of the website. Please contact administrator.", "wp-file-upload"));
80
  DEFINE("WFU_ERROR_DIR_EXIST", __("Target folder doesn't exist.", "wp-file-upload"));
81
  DEFINE("WFU_ERROR_DIR_NOTEMP", __("Upload failed! Missing a temporary folder.", "wp-file-upload"));
82
+ DEFINE("WFU_ERROR_DIR_ALLOW", __("Not allowed to upload to target folder.", "wp-file-upload"));
83
  DEFINE("WFU_ERROR_DIR_PERMISSION", __("Upload failed! Permission denied to write to target folder.", "wp-file-upload"));
84
  DEFINE("WFU_ERROR_FILE_ALLOW", __("File not allowed.", "wp-file-upload"));
85
  DEFINE("WFU_ERROR_FILE_REJECT", __("File is suspicious and was rejected.", "wp-file-upload"));
453
  /************** Constant Values ***************/
454
  //other plugin values
455
  DEFINE("WFU_SUCCESSMESSAGECOLOR", "green");
456
+ DEFINE("WFU_WIDGET_BASEID", "wordpress_file_upload_widget");
457
  DEFINE("WFU_MAX_TIME_LIMIT", ini_get("max_input_time"));
458
  DEFINE("WFU_RESPONSE_URL", WPFILEUPLOAD_DIR."wfu_response.php");
459
  DEFINE("WFU_SERVICES_SERVER_URL", 'https://services2.iptanus.com');
lib/wfu_functions.php CHANGED
@@ -475,6 +475,22 @@ function wfu_sanitize_int($code) {
475
  return preg_replace("/[^0-9+\-]/", "", $code);
476
  }
477
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
  /**
479
  * Sanitize a Float.
480
  *
@@ -572,6 +588,42 @@ function wfu_sanitize_urls($urls, $separator) {
572
  return implode($separator, $urls_arr);
573
  }
574
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  /**
576
  * Sanitize a Shortcode.
577
  *
@@ -614,6 +666,9 @@ function wfu_sanitize_shortcode_array($attrs, $shortcode_tag) {
614
  // get validator types for defs
615
  $def_validators = array();
616
  foreach ( $defs as $def ) $def_validators[$def['attribute']] = $def['validator'];
 
 
 
617
  // sanitize each attribute
618
  foreach ( $attrs as $attr => $value ) {
619
  //first sanitize the attribute name
@@ -626,6 +681,23 @@ function wfu_sanitize_shortcode_array($attrs, $shortcode_tag) {
626
  //get validator type
627
  $validator = "text";
628
  if ( isset($def_validators[$flat]) ) $validator = $def_validators[$flat];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
629
  //sanitize value based on validator type
630
  $new_value = $value;
631
  switch( $validator ) {
@@ -635,9 +707,21 @@ function wfu_sanitize_shortcode_array($attrs, $shortcode_tag) {
635
  case "integer":
636
  $new_value = wfu_sanitize_int($value);
637
  break;
 
 
 
638
  case "float":
639
  $new_value = wfu_sanitize_float($value);
640
  break;
 
 
 
 
 
 
 
 
 
641
  case "path":
642
  $new_value = wp_strip_all_tags($value);
643
  break;
@@ -1386,7 +1470,7 @@ function wfu_init_run_js_script() {
1386
  function wfu_PHP_array_to_JS_object($arr) {
1387
  $ret = "";
1388
  foreach ( $arr as $prop => $value ) {
1389
- if ( is_string($value) ) $ret .= ( $ret == "" ? "" : ", " )."$prop: \"$value\"";
1390
  elseif ( is_numeric($value) ) $ret .= ( $ret == "" ? "" : ", " )."$prop: $value";
1391
  elseif ( is_bool($value) ) $ret .= ( $ret == "" ? "" : ", " )."$prop: ".( $value ? "true" : "false" );
1392
  }
475
  return preg_replace("/[^0-9+\-]/", "", $code);
476
  }
477
 
478
+ /**
479
+ * Sanitize a Positive Integer.
480
+ *
481
+ * This function sanitizes a positive integer (passed as string). A positive
482
+ * integer must only contain numbers.
483
+ *
484
+ * @since 4.16.3
485
+ *
486
+ * @param string $code The integer to sanitize passed as string.
487
+ *
488
+ * @return string The sanitized integer returned as string.
489
+ */
490
+ function wfu_sanitize_posint($code) {
491
+ return preg_replace("/[^0-9]/", "", $code);
492
+ }
493
+
494
  /**
495
  * Sanitize a Float.
496
  *
588
  return implode($separator, $urls_arr);
589
  }
590
 
591
+ /**
592
+ * Sanitize String Based on List of Values.
593
+ *
594
+ * This function sanitizes a string by checking if it belongs in a list. If not,
595
+ * it returns an empty string.
596
+ *
597
+ * @since 4.16.3
598
+ *
599
+ * @param string $text The string to sanitize.
600
+ * @param array $list The list of values the string must belong to.
601
+ * @param bool $case_sensitive Optional. Case sensitivity of matching.
602
+ *
603
+ * @return string The sanitized string.
604
+ */
605
+ function wfu_sanitize_listitem($text, $list, $case_sensitive = false) {
606
+ $text0 = $text;
607
+ if ( !$case_sensitive ) {
608
+ $text = strtolower($text);
609
+ foreach ( $list as $key => $item ) $list[$key] = strtolower($item);
610
+ }
611
+ return ( in_array($text, $list) ? $text0 : "" );
612
+ }
613
+
614
+ /**
615
+ * Sanitize Widget ID.
616
+ *
617
+ * This function sanitizes the widget ID of the plugin.
618
+ *
619
+ * @since 4.16.3
620
+ *
621
+ * @return string The sanitized widget ID.
622
+ */
623
+ function wfu_sanitize_widgetid($widgetid) {
624
+ return ( preg_match("/".WFU_WIDGET_BASEID."-\d+/", $widgetid, $m) === 1 ? $m[0] : "" );
625
+ }
626
+
627
  /**
628
  * Sanitize a Shortcode.
629
  *
666
  // get validator types for defs
667
  $def_validators = array();
668
  foreach ( $defs as $def ) $def_validators[$def['attribute']] = $def['validator'];
669
+ // get list items for defs
670
+ $def_listitems = array();
671
+ foreach ( $defs as $def ) $def_listitems[$def['attribute']] = $def['listitems'];
672
  // sanitize each attribute
673
  foreach ( $attrs as $attr => $value ) {
674
  //first sanitize the attribute name
681
  //get validator type
682
  $validator = "text";
683
  if ( isset($def_validators[$flat]) ) $validator = $def_validators[$flat];
684
+ //get list items
685
+ $listitems = array();
686
+ if ( isset($def_listitems[$flat]) ) {
687
+ $listitems0 = $def_listitems[$flat];
688
+ foreach ( $listitems0 as $listitem ) {
689
+ if ( is_string($listitem) ) {
690
+ $parts = explode('/', $listitem);
691
+ //remove the label if exists and keep only the item
692
+ if ( count($parts) > 1 && $parts[0] != "" ) $listitem = $parts[0];
693
+ //remove asterisk if exists
694
+ if ( substr($listitem, 0, 1) == "*" ) $listitem = substr($listitem, 1);
695
+ array_push($listitems, $listitem);
696
+ //also add the item preceeded with asterisk for string items
697
+ array_push($listitems, "*".$listitem);
698
+ }
699
+ }
700
+ }
701
  //sanitize value based on validator type
702
  $new_value = $value;
703
  switch( $validator ) {
707
  case "integer":
708
  $new_value = wfu_sanitize_int($value);
709
  break;
710
+ case "integer+":
711
+ $new_value = wfu_sanitize_posint($value);
712
+ break;
713
  case "float":
714
  $new_value = wfu_sanitize_float($value);
715
  break;
716
+ case "onoff":
717
+ $new_value = wfu_sanitize_listitem($value, array("true", "false"));
718
+ break;
719
+ case "listitem":
720
+ $new_value = wfu_sanitize_listitem($value, $listitems);
721
+ break;
722
+ case "widgetid":
723
+ $new_value = wfu_sanitize_widgetid($value);
724
+ break;
725
  case "path":
726
  $new_value = wp_strip_all_tags($value);
727
  break;
1470
  function wfu_PHP_array_to_JS_object($arr) {
1471
  $ret = "";
1472
  foreach ( $arr as $prop => $value ) {
1473
+ if ( is_string($value) ) $ret .= ( $ret == "" ? "" : ", " )."$prop: \"".esc_html($value)."\"";
1474
  elseif ( is_numeric($value) ) $ret .= ( $ret == "" ? "" : ", " )."$prop: $value";
1475
  elseif ( is_bool($value) ) $ret .= ( $ret == "" ? "" : ", " )."$prop: ".( $value ? "true" : "false" );
1476
  }
lib/wfu_processfiles.php CHANGED
@@ -1,897 +1,905 @@
1
- <?php
2
-
3
- function wfu_process_files_queue($params, $method) {
4
- $sid = $params["uploadid"];
5
- $unique_id = sanitize_text_field($_POST['uniqueuploadid_'.$sid]);
6
- $queue = "wfu_queue_".$unique_id;
7
- if ( $unique_id != "" ) {
8
- $queue_id = wfu_create_random_string(16);
9
- wfu_join_queue($queue, $queue_id);
10
- while (true) {
11
- $cur_id = wfu_get_queue_thread($queue);
12
- if ( $cur_id == $queue_id ) break;
13
- usleep(100000);
14
- }
15
- }
16
- $queue_count = intval(wfu_get_option("wfu_queue_".$unique_id."_count", 0, "string")) + 1;
17
- $chunk_data = explode(",", ( isset($_POST['chunk_data']) ? $_POST['chunk_data'] : "0,0,0,0," ));
18
- if ( count($chunk_data) != 5 ) $chunk_data = array( "0", "0", "0", "0", "" );
19
- list($file_id, $file_size, $chunk_count, $chunk_id, $filename_enc) = $chunk_data;
20
- $file_id = wfu_sanitize_int($file_id);
21
- $file_size = wfu_sanitize_int($file_size);
22
- $chunk_id = wfu_sanitize_int($chunk_id);
23
- wfu_update_option("wfu_queue_".$unique_id."_count", $queue_count, "string");
24
- /*if ( $queue_count >= 3 && $queue_count <= 5 ) $ret = "abort";
25
- else */$ret = wfu_process_files_net($params, $method);
26
- wfu_advance_queue($queue);
27
- return $ret;
28
- }
29
-
30
- function wfu_process_files($params, $method) {
31
- $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
32
- $sid = $params["uploadid"];
33
- $sesid = wfu_get_session_id();
34
- $user = wp_get_current_user();
35
- if ( 0 == $user->ID ) {
36
- $user_id = 0;
37
- $user_login = "guest";
38
- $user_email = "";
39
- $is_admin = false;
40
- }
41
- else {
42
- $user_id = $user->ID;
43
- $user_login = $user->user_login;
44
- $user_email = $user->user_email;
45
- $is_admin = current_user_can('manage_options');
46
- }
47
- $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
48
- $unique_id = sanitize_text_field($_POST['uniqueuploadid_'.$sid]);
49
- // determine if this routine is only for checking the file
50
- $only_check = ( isset($_POST['only_check']) ? ( $_POST['only_check'] == "1" ) : false );
51
- // determine if this is an upload without a file
52
- $nofileupload = ( $params["allownofile"] == "true" && isset($_POST['nofileupload_'.$sid]) ? ( $_POST['nofileupload_'.$sid] == "1" ) : false );
53
- $force_notifications = ( WFU_VAR("WFU_FORCE_NOTIFICATIONS") == "true" );
54
- $consent_revoked = ( $plugin_options["personaldata"] == "1" && $params["consent_result"] == "0" );
55
- $not_store_files = ( $params["personaldatatypes"] == "userdata and files" );
56
- $empty_userdata_fields = $params["userdata_fields"];
57
- $store_nothing = ( $consent_revoked && $not_store_files );
58
-
59
- $suppress_admin_messages = ( $params["adminmessages"] != "true" || !$is_admin );
60
- $success_count = 0;
61
- $warning_count = 0;
62
- $error_count = 0;
63
- $default_colors = wfu_prepare_message_colors(WFU_VAR("WFU_DEFAULTMESSAGECOLORS"));
64
- $notify_by_email = 0;
65
- $notify_target_path_list = array();
66
- $uploadedfile = 'uploadedfile_'.$sid;
67
- $hiddeninput = 'hiddeninput_'.$sid;
68
- $allowed_patterns = explode(",",$params["uploadpatterns"]);
69
- foreach ($allowed_patterns as $key => $allowed_pattern) {
70
- $allowed_patterns[$key] = trim($allowed_pattern);
71
- }
72
- $userdata_fields = $params["userdata_fields"];
73
- foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
74
- $userdata_fields[$userdata_key]["value"] = ( isset($_POST[$hiddeninput.'_userdata_'.$userdata_key]) ? strip_tags($_POST[$hiddeninput.'_userdata_'.$userdata_key]) : "" );
75
- }
76
- $params_output_array["version"] = "full";
77
- $params_output_array["general"]['shortcode_id'] = $sid;
78
- $params_output_array["general"]['unique_id'] = $unique_id;
79
- $params_output_array["general"]['state'] = 0;
80
- $params_output_array["general"]['files_count'] = 0;
81
- $params_output_array["general"]['update_wpfilebase'] = "";
82
- $params_output_array["general"]['redirect_link'] = ( $params["redirect"] == "true" ? $params["redirectlink"] : "" );
83
- $params_output_array["general"]['upload_finish_time'] = 0;
84
- $params_output_array["general"]['message'] = "";
85
- $params_output_array["general"]['message_type'] = "";
86
- $params_output_array["general"]['admin_messages']['wpfilebase'] = "";
87
- $params_output_array["general"]['admin_messages']['notify'] = "";
88
- $params_output_array["general"]['admin_messages']['redirect'] = "";
89
- $params_output_array["general"]['admin_messages']['other'] = "";
90
- $params_output_array["general"]['errors']['wpfilebase'] = "";
91
- $params_output_array["general"]['errors']['notify'] = "";
92
- $params_output_array["general"]['errors']['redirect'] = "";
93
- $params_output_array["general"]['color'] = $default_colors['color'];
94
- $params_output_array["general"]['bgcolor'] = $default_colors['bgcolor'];
95
- $params_output_array["general"]['borcolor'] = $default_colors['borcolor'];
96
- $params_output_array["general"]['notify_by_email'] = 0;
97
- $params_output_array["general"]['fail_message'] = "";
98
- $params_output_array["general"]['fail_admin_message'] = "";
99
- /* safe_output is a minimized version of params_output_array, that is passed as text, in case JSON parse fails
100
- its data are separated by semicolon (;) and are the following:
101
- upload state: the upload state number
102
- default colors: the default color, bgcolor and borcolor values, separated by comma(,)
103
- file_count: the number of files processed
104
- filedata: message type, header, message and admin message of each file, encoded and separated by comma (,) */
105
- $params_output_array["general"]['safe_output'] = "";
106
- /* js_script is javascript code that is executed after each file upload and is defined in wfu_after_file_upload action */
107
- $params_output_array["general"]['js_script'] = "";
108
-
109
- /* adjust $uploadedfile variable (holding file data) if this is a redirection caused because the browser of the user could not handle AJAX upload */
110
- if ( isset($_FILES[$uploadedfile.'_redirected']) ) $uploadedfile .= '_redirected';
111
- /* notify admin if this is a redirection caused because the browser of the user could not handle AJAX upload */
112
- $params_output_array["general"]['admin_messages']['other'] = $params['adminerrors'];
113
-
114
- if ( isset($_FILES[$uploadedfile]['error']) || $only_check || $nofileupload ) {
115
- $files_count = 1;
116
- // in case of checking of file or no file upload, then the $_FILES
117
- // variable has not been set because no file has been uploaded,
118
- // so we set it manually in order to allow the routine to continue
119
- if ( $only_check || $nofileupload ) {
120
- //use wfu_basename() function to avoid directory traversal attacks
121
- $_FILES[$uploadedfile]['name'] = wfu_basename(wfu_plugin_decode_string($_POST[$uploadedfile.'_name']));
122
- $_FILES[$uploadedfile]['type'] = 'any';
123
- $_FILES[$uploadedfile]['tmp_name'] = 'any';
124
- $_FILES[$uploadedfile]['error'] = '';
125
- $_FILES[$uploadedfile]['size'] = wfu_sanitize_int($_POST[$uploadedfile.'_size']);
126
- }
127
- }
128
- else $files_count = 0;
129
- $params_output_array["general"]['files_count'] = $files_count;
130
- // index of uploaded file in case of ajax uploads (in ajax uploads only one file is uploaded in every ajax call)
131
- // the index is used to store any file data in session variables, in case the file is uploaded in two or more passes
132
- // (like the case were in the first pass it is only checked)
133
- $single_file_index = ( isset($_POST[$uploadedfile.'_index']) ? $_POST[$uploadedfile.'_index'] : -1 );
134
- $single_file_index = wfu_sanitize_int($single_file_index);
135
-
136
- /* append userdata fields to upload path */
137
- $search = array ( );
138
- $replace = array ( );
139
- foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
140
- $ind = 1 + $userdata_key;
141
- array_push($search, '/%userdata'.$ind.'%/');
142
- array_push($replace, $userdata_field["value"]);
143
- }
144
- $params["uploadpath"] = preg_replace($search, $replace, $params["uploadpath"]);
145
-
146
- /* append subfolder name to upload path */
147
- if ( $params["askforsubfolders"] == "true" ) {
148
- if ( $params["subfoldertree"] == "auto+" && $params['subdir_selection_index'] != '' ) {
149
- if ( substr($params["uploadpath"], -1, 1) == "/" ) $params["uploadpath"] .= $params['subdir_selection_index'];
150
- else $params["uploadpath"] .= '/'.$params['subdir_selection_index'];
151
- }
152
- elseif ( $params["subfoldertree"] != "auto+" && $params['subdir_selection_index'] >= 1 ) {
153
- if ( substr($params["uploadpath"], -1, 1) == "/" ) $params["uploadpath"] .= $params['subfoldersarray'][$params['subdir_selection_index']];
154
- else $params["uploadpath"] .= '/'.$params['subfoldersarray'][$params['subdir_selection_index']];
155
- }
156
- }
157
-
158
- /* if webcam uploads are enabled, then correct the filename */
159
- if ( strpos($params["placements"], "webcam") !== false && $params["webcam"] == "true" ) {
160
- $initial_file_name = $_FILES[$uploadedfile]['name'];
161
- $dotfileext = wfu_fileext($initial_file_name, true);
162
- $file_name = wfu_filename($initial_file_name);
163
- if ( $file_name == "video" ) $file_name = $params["videoname"];
164
- else $file_name = $params["imagename"];
165
- $search = array ('/%userid%/', '/%username%/', '/%blogid%/', '/%pageid%/', '/%pagetitle%/');
166
- $replace = array ($user_id, $user_login, $params['blogid'], $params['pageid'], get_the_title($params['pageid']));
167
- foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
168
- $ind = 1 + $userdata_key;
169
- array_push($search, '/%userdata'.$ind.'%/');
170
- array_push($replace, $userdata_field["value"]);
171
- }
172
- $file_name = preg_replace($search, $replace, $file_name);
173
- $_FILES[$uploadedfile]['name'] = $file_name.$dotfileext;
174
- }
175
-
176
- if ( $files_count == 1 ) {
177
-
178
- foreach ( $_FILES[$uploadedfile] as $key => $prop )
179
- $fileprops[$key] = $prop;
180
-
181
- $sftp_not_supported = false;
182
- $upload_path_ok = false;
183
- $allowed_file_ok = false;
184
- $size_file_ok = false;
185
- $size_file_phpenv_ok = true;
186
- $ignore_server_actions = false;
187
- $file_output['color'] = $default_colors['color'];
188
- $file_output['bgcolor'] = $default_colors['bgcolor'];
189
- $file_output['borcolor'] = $default_colors['borcolor'];
190
- $file_output['header'] = "";
191
- $file_output['message'] = "";
192
- $file_output['message_type'] = "";
193
- $file_output['admin_messages'] = "";
194
- $file_output['uploaded_file_props'] = "";
195
- $fileid = -1;
196
-
197
- //calculate index of file
198
- $real_file_index = $single_file_index;
199
- if ( $single_file_index == -1 ) $real_file_index = ( isset($i) ? $i : 0 );
200
- // determine if file data have been saved to session variables, due to a previous pass of this file
201
- $file_map = "filedata_".$unique_id."_".$real_file_index;
202
- // retrieve unique id of the file, used in filter actions for identifying each separate file
203
- if ( WFU_USVAR_exists($file_map) ) {
204
- $file_map_arr = WFU_USVAR($file_map);
205
- $file_unique_id = $file_map_arr['file_unique_id'];
206
- }
207
- else $file_unique_id = '';
208
- $filedata_previously_defined = ( $file_unique_id != '' );
209
- /* generate unique id for each file for use in filter actions if it has not been previously defined */
210
- if ( !$filedata_previously_defined )
211
- $file_unique_id = wfu_create_random_string(20);
212
-
213
- /* Get uploaded file size in Mbytes */
214
- // correct file size in case of checking of file or no file upload
215
- // otherwise $upload_file_size will be zero and the routine will fail
216
- if ( $only_check || $nofileupload ) {
217
- $upload_file_size = $fileprops['size'];
218
- if ( $upload_file_size == 0 ) $upload_file_size ++;
219
- }
220
- else {
221
- $upload_file_size = filesize($fileprops['tmp_name']);
222
- if ( $upload_file_size == 0 && file_exists($fileprops['tmp_name']) && $fileprops['error'] == 0 ) $upload_file_size ++;
223
- }
224
- $upload_file_size_MB = $upload_file_size / 1024 / 1024;
225
-
226
- $only_filename = $fileprops['name'];
227
- $target_path = wfu_upload_plugin_full_path($params).$only_filename;
228
-
229
- if ( $upload_file_size > 0 ) {
230
- /* Section to perform filter action wfu_before_file_check before file is checked in order to perform
231
- any filename or userdata modifications or reject the upload of the file by setting error_message item
232
- of $ret_data array to a non-empty value */
233
- $filter_error_message = '';
234
- $filter_admin_message = '';
235
- if ( $file_unique_id != '' && !$filedata_previously_defined ) {
236
- // get correct file size
237
- if ( $only_check || $nofileupload ) $filesize = $fileprops['size'];
238
- else $filesize = filesize($fileprops['tmp_name']);
239
- /* store file data and upload result to filedata session array
240
- for use by after_upload filters */
241
- if ( !$nofileupload ) {
242
- if ( !WFU_USVAR_exists("filedata_".$unique_id) ) WFU_USVAR_store("filedata_".$unique_id, array());
243
- $filedata_id = WFU_USVAR("filedata_".$unique_id);
244
- $filedata_id[$real_file_index] = array(
245
- "file_unique_id" => $file_unique_id,
246
- "original_filename" => $only_filename,
247
- "filesize" => $filesize,
248
- );
249
- WFU_USVAR_store("filedata_".$unique_id, $filedata_id);
250
- }
251
- // prepare parameters for wfu_before_file_check filter
252
- // if this is a no file upload the prepare parameters for
253
- // wfu_before_data_submit filter
254
- if ( !$nofileupload ) $changable_data['file_path'] = $target_path;
255
- $changable_data['user_data'] = $userdata_fields;
256
- $changable_data['error_message'] = $filter_error_message;
257
- $changable_data['admin_message'] = $filter_admin_message;
258
- $additional_data['shortcode_id'] = $sid;
259
- $additional_data['unique_id'] = $unique_id;
260
- if ( !$nofileupload ) $additional_data['file_unique_id'] = $file_unique_id;
261
- if ( !$nofileupload ) $additional_data['file_size'] = $filesize;
262
- $additional_data['user_id'] = $user->ID;
263
- $additional_data['page_id'] = $params["pageid"];
264
- if ( !$nofileupload ) $ret_data = apply_filters('wfu_before_file_check', $changable_data, $additional_data);
265
- else $ret_data = apply_filters('wfu_before_data_submit', $changable_data, $additional_data);
266
- if ( !$nofileupload ) $target_path = $ret_data['file_path'];
267
- if ( !$nofileupload ) $only_filename = wfu_basename($target_path);
268
- $userdata_fields = $ret_data['user_data'];
269
- $filter_error_message = $ret_data['error_message'];
270
- $filter_admin_message = $ret_data['admin_message'];
271
- // if this is a file check, which means that a second pass of
272
- // the file will follow, then we do not want to apply the
273
- // filters again, so we store the changable data to session
274
- // variables for this specific file
275
- if ( $only_check && !$nofileupload ) {
276
- if ( !WFU_USVAR_exists($file_map) ) WFU_USVAR_store($file_map, array());
277
- $file_map_arr = WFU_USVAR($file_map);
278
- $file_map_arr['file_unique_id'] = $file_unique_id;
279
- $file_map_arr['filepath'] = $target_path;
280
- $file_map_arr['userdata'] = $userdata_fields;
281
- WFU_USVAR_store($file_map, $file_map_arr);
282
- }
283
- }
284
- // if this is a second pass of the file, because a first pass with file checking was done before, then retrieve
285
- // file data that may have previously changed because of application of filters
286
- if ( $filedata_previously_defined ) {
287
- $file_map_arr = WFU_USVAR($file_map);
288
- $target_path = $file_map_arr['filepath'];
289
- $only_filename = wfu_basename($target_path);
290
- $userdata_fields = $file_map_arr['userdata'];
291
- }
292
- if ( $filter_error_message != '' ) {
293
- //errorabort flag designates that file will be aborted and no resuming will be attempted
294
- $file_output['message_type'] = "errorabort";
295
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], $filter_error_message);
296
- if ( $filter_admin_message != '' )
297
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $filter_admin_message);
298
- }
299
- /* Perform security test for denial-of-service (DOS) attacks by
300
- counting the number of files that have been uploaded within a
301
- specific time interval, if DOS Attack Check is enabled. If the
302
- number of files exceeds the limit then the file is rejected and a
303
- message is sent to the administrator. */
304
- elseif ( WFU_VAR("WFU_DOS_ATTACKS_CHECK") == "true" && wfu_check_DOS_attack() ) {
305
- //notify admin about DOS attacks
306
- $last_notification = wfu_get_option("wfu_admin_notification_about_DOS", null);
307
- if ( $last_notification == null || time() - (int)$last_notification > (int)WFU_VAR("WFU_DOS_ATTACKS_ADMIN_EMAIL_FREQUENCY") ) {
308
- $home = get_option("home");
309
- $subject = str_replace("{SITE}", $home, WFU_WARNING_POTENTIAL_DOS_EMAIL_SUBJECT);
310
- $message = str_replace(array( "{SITE}", "{FILENUM}", "{INTERVAL}" ), array( $home, WFU_VAR("WFU_DOS_ATTACKS_FILE_LIMIT"), WFU_VAR("WFU_DOS_ATTACKS_TIME_INTERVAL") ), WFU_WARNING_POTENTIAL_DOS_EMAIL_MESSAGE);
311
- wfu_notify_admin($subject, $message);
312
- wfu_update_option("wfu_admin_notification_about_DOS", time());
313
- }
314
- //errorabort flag designates that file will be aborted and no resuming will be attempted
315
- $file_output['message_type'] = "errorabort";
316
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DOS_ATTACK);
317
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DOS_ATTACK);
318
- }
319
- else {
320
- if ( !$nofileupload ) {
321
- /* generate safe filename by removing invalid characters if
322
- forcefilename is deactivated */
323
- if ( $params['forcefilename'] != "true" ) $only_filename = wfu_upload_plugin_clean( $only_filename );
324
- /* in case that forcefilename is activated then strip tags
325
- as a minimum measure against hacking */
326
- else $only_filename = strip_tags( $only_filename );
327
- //reconstruct target_path
328
- $target_path = wfu_basedir($target_path).$only_filename;
329
-
330
- /* if medialink or postlink is activated then the target path becomes the current wordpress upload folder */
331
- if ( $params["medialink"] == "true" || $params["postlink"] == "true" ) {
332
- $mediapath = wp_upload_dir();
333
- $target_path = $mediapath['path'].'/'.$only_filename;
334
- }
335
- /* Check if this is an sftp upload and sftp is supported */
336
- if ( substr($target_path, 0, 7) == "sftp://" && !function_exists("ssh2_connect") ) {
337
- $upload_path_ok = false;
338
- $sftp_not_supported = true;
339
- }
340
- /* Check if upload path exists */
341
- elseif ( wfu_is_dir( wfu_basedir($target_path), $params["ftpinfo"] ) ) {
342
- $upload_path_ok = true;
343
- }
344
- /* Attempt to create path if user has selected to do so */
345
- else if ( $params["createpath"] == "true" ) {
346
- $wfu_create_directory_ret = wfu_create_directory(wfu_basedir($target_path), $params["accessmethod"], $params["ftpinfo"]);
347
- if ( $wfu_create_directory_ret != "" ) {
348
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $wfu_create_directory_ret);
349
- }
350
- if ( wfu_is_dir( wfu_basedir($target_path), $params["ftpinfo"] ) ) {
351
- $upload_path_ok = true;
352
- }
353
- }
354
-
355
- /* File name control, reject files with .php, .js (and other) extensions for security reasons.
356
- This is the first pass of extension control, which only checks the filename.
357
- A second pass is performed after the file has completely uploaded, using WP inherent file
358
- extension control, which provides better security. */
359
- if ( !wfu_file_extension_blacklisted(strtolower($only_filename)) )
360
- foreach ($allowed_patterns as $allowed_pattern) {
361
- if ( wfu_file_extension_matches_pattern($allowed_pattern, strtolower($only_filename)) ) {
362
- $allowed_file_ok = true;
363
- break ;
364
- }
365
- }
366
-
367
- /* File contents control. It checks if file contents contain
368
- PHP tags. By default, it checks only common images types
369
- that may be executed, however it can be extended to check
370
- all files by setting WFU_CHECKPHPTAGS_FILETYPES variable
371
- to 'all'. */
372
- if ( $allowed_file_ok && is_uploaded_file($fileprops['tmp_name']) && !$only_check ) {
373
- $allowed_file_ok = !wfu_file_has_php_tags($fileprops['tmp_name'], strtolower(wfu_fileext($only_filename)));
374
- }
375
-
376
- /* File size control */
377
- if ( $upload_file_size_MB <= $params["maxsize"] ) {
378
- if ( $params['php_env'] == '32bit' && $upload_file_size > 2147483647 ) $size_file_phpenv_ok = false;
379
- else $size_file_ok = true;
380
- }
381
- }
382
- /* In case of no file upload then bypass above checks */
383
- else {
384
- $upload_path_ok = true;
385
- $allowed_file_ok = true;
386
- $size_file_ok = true;
387
- }
388
-
389
- if ( !$upload_path_ok or !$allowed_file_ok or !$size_file_ok ) {
390
- //abort the file, no resuming will be attempted
391
- $file_output['message_type'] = "errorabort";
392
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UPLOAD_FAILED);
393
-
394
- if ( !$upload_path_ok ) $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], ( $sftp_not_supported ? WFU_ERROR_ADMIN_SFTP_UNSUPPORTED : WFU_ERROR_DIR_EXIST ));
395
- if ( !$allowed_file_ok ) $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_ALLOW);
396
- if ( !$size_file_ok ) {
397
- if ( $size_file_phpenv_ok ) $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_PLUGIN_SIZE);
398
- else $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_PLUGIN_2GBSIZE);
399
- }
400
- }
401
- }
402
- }
403
- else {
404
- // This block is executed when there is an error
405
- $upload_error = $fileprops['error'];
406
- if ( $upload_error == 1 ) {
407
- $message_text = WFU_ERROR_FILE_PHP_SIZE;
408
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_FILE_PHP_SIZE);
409
- }
410
- elseif ( $upload_error == 2 ) $message_text = WFU_ERROR_FILE_HTML_SIZE;
411
- elseif ( $upload_error == 3 ) $message_text = WFU_ERROR_FILE_PARTIAL;
412
- elseif ( $upload_error == 4 ) $message_text = WFU_ERROR_FILE_NOTHING;
413
- elseif ( $upload_error == 6 ) $message_text = WFU_ERROR_DIR_NOTEMP;
414
- elseif ( $upload_error == 7 ) $message_text = WFU_ERROR_FILE_WRITE;
415
- elseif ( $upload_error == 8 ) $message_text = WFU_ERROR_UPLOAD_STOPPED;
416
- else {
417
- $upload_time_limit = ini_get("max_input_time");
418
- $params_output_array["general"]['upload_finish_time'] = $params["upload_start_time"] + $upload_time_limit * 1000;
419
- $message_text = WFU_ERROR_FILE_PHP_TIME;
420
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_FILE_PHP_TIME);
421
- }
422
- //error (and not errorabort) flag designates that a resuming of the file may be attempted
423
- $file_output['message_type'] = "error";
424
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], $message_text);
425
- }
426
-
427
- $message_processed = false;
428
- // if ( $upload_path_ok and $allowed_file_ok and $size_file_ok ) {
429
- if ( substr($file_output['message_type'], 0, 5) != "error" ) {
430
-
431
- if ( is_uploaded_file($fileprops['tmp_name']) || $only_check || $nofileupload ) {
432
- $source_path = $fileprops['tmp_name'];
433
-
434
- if ( $only_check || $ignore_server_actions || $nofileupload ) $file_copied = true;
435
- else {
436
- $file_copied = false;
437
-
438
- if ($source_path) {
439
- $file_exists = wfu_file_exists_extended($target_path);
440
- if ( !$file_exists || $params["duplicatespolicy"] == "" || $params["duplicatespolicy"] == "overwrite" ) {
441
- //redirect echo in internal buffer to receive and process any unwanted warning messages from wfu_upload_file
442
- ob_start();
443
- ob_clean();
444
- /* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
445
- If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
446
- previous filter wfu_before_file_check, corresponding them to the unique file id */
447
- if ( $file_unique_id != '' ) {
448
- $target_path = apply_filters('wfu_before_file_upload', $target_path, $file_unique_id);
449
- $file_map_arr = WFU_USVAR($file_map);
450
- $file_map_arr['filepath'] = $target_path;
451
- WFU_USVAR_store($file_map, $file_map_arr);
452
- }
453
- //recalculate $only_filename in case it changed with wfu_before_file_upload filter
454
- $only_filename = wfu_basename($target_path);
455
- //move the uploaded file to its final destination
456
- $wfu_upload_file_ret = wfu_upload_file($source_path, $target_path, $params["accessmethod"], $params["ftpinfo"], $params["ftppassivemode"], $params["ftpfilepermissions"]);
457
- $file_copied = $wfu_upload_file_ret["uploaded"];
458
- //process warning messages from wfu_upload_file
459
- $echo_message = ob_get_contents();
460
- //finish redirecting of echo to internal buffer
461
- ob_end_clean();
462
- if ( $echo_message != "" && !$file_copied ) {
463
- //error (and not errorabort) flag designates that file may be resumed
464
- $file_output['message_type'] = "error";
465
- if ( stristr($echo_message, "warning") && stristr($echo_message, "permission denied") && stristr($echo_message, "unable to move") ) {
466
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DIR_PERMISSION);
467
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DIR_PERMISSION);
468
- }
469
- else {
470
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_MOVE);
471
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], strip_tags($echo_message));
472
- }
473
- $message_processed = true;
474
- }
475
- if ( $wfu_upload_file_ret["admin_message"] != "" ) {
476
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $wfu_upload_file_ret["admin_message"]);
477
- }
478
- }
479
- else if ( $file_exists && $params["duplicatespolicy"] == "maintain both" ) {
480
- $full_path = wfu_basedir($target_path);
481
- $name_part = $only_filename;
482
- $ext_part = "";
483
- $dot_pos = strrpos($name_part, ".");
484
- if ( $dot_pos ) {
485
- $ext_part = substr($name_part, $dot_pos);
486
- $name_part = substr($name_part, 0, $dot_pos);
487
- }
488
- if ( $params["uniquepattern"] != "datetimestamp" ) {
489
- $unique_ind = 1;
490
- do {
491
- $unique_ind += 1;
492
- $only_filename = $name_part . "(" . $unique_ind . ")" . $ext_part;
493
- $target_path = $full_path . $only_filename;
494
- }
495
- while ( wfu_file_exists_extended($target_path) );
496
- }
497
- else {
498
- $current_datetime = gmdate("U") - 1;
499
- do {
500
- $current_datetime += 1;
501
- $only_filename = $name_part . "-" . gmdate("YmdHis", $current_datetime) . $ext_part;
502
- $target_path = $full_path . $only_filename;
503
- }
504
- while ( wfu_file_exists_extended($target_path) );
505
- }
506
- //redirect echo in internal buffer to receive and process any unwanted warning messages from move_uploaded_file
507
- ob_start();
508
- ob_clean();
509
- /* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
510
- If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
511
- previous filter wfu_before_file_check, corresponding them to the unique file id */
512
- if ( $file_unique_id != '' ) {
513
- $target_path = apply_filters('wfu_before_file_upload', $target_path, $file_unique_id);
514
- $file_map_arr = WFU_USVAR($file_map);
515
- $file_map_arr['filepath'] = $target_path;
516
- WFU_USVAR_store($file_map, $file_map_arr);
517
- }
518
- //recalculate $only_filename in case it changed with wfu_before_file_upload filter
519
- $only_filename = wfu_basename($target_path);
520
- //move the uploaded file to its final destination
521
- $wfu_upload_file_ret = wfu_upload_file($source_path, $target_path, $params["accessmethod"], $params["ftpinfo"], $params["ftppassivemode"], $params["ftpfilepermissions"]);
522
- $file_copied = $wfu_upload_file_ret["uploaded"];
523
- //process warning messages from move_uploaded_file
524
- $echo_message = ob_get_contents();
525
- //finish redirecting of echo to internal buffer
526
- ob_end_clean();
527
- if ( $echo_message != "" && !$file_copied ) {
528
- //error (and not errorabort) flag designates that file may be resumed
529
- $file_output['message_type'] = "error";
530
- if ( stristr($echo_message, "warning") && stristr($echo_message, "permission denied") && stristr($echo_message, "unable to move") ) {
531
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DIR_PERMISSION);
532
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DIR_PERMISSION);
533
- }
534
- else {
535
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_MOVE);
536
- $file_output['admin_messages'] = wfu_join_strings("<br />n", $file_output['admin_messages'], strip_tags($echo_message));
537
- }
538
- $message_processed = true;
539
- }
540
- if ( $wfu_upload_file_ret["admin_message"] != "" ) {
541
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $wfu_upload_file_ret["admin_message"]);
542
- }
543
- }
544
- else {
545
- //abort the file and do not allow resuming
546
- $file_output['message_type'] = "errorabort";
547
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_WARNING_FILE_EXISTS);
548
- $message_processed = true;
549
- $file_copied = false;
550
- }
551
- }
552
- }
553
-
554
- if ( $file_copied ) {
555
- /* prepare email notification parameters if email notification is enabled */
556
- if ( $params["notify"] == "true" && (!$only_check || $nofileupload) ) {
557
- if ( !$nofileupload ) array_push($notify_target_path_list, $target_path);
558
- }
559
-
560
- /* prepare redirect link if redirection is enabled */
561
- if ( $params["redirect"] == "true" ) {
562
- /* Define dynamic redirect link from variables */
563
- $search = array ('/%filename%/', '/%username%/');
564
- $replace = array ($only_filename, $user_login);
565
- $params_output_array["general"]['redirect_link'] = trim(preg_replace($search, $replace, $params["redirectlink"]));
566
- }
567
-
568
- if ( !$message_processed ) {
569
- $file_output['message_type'] = "success";
570
- }
571
- }
572
- else if ( !$message_processed ) {
573
- //abort the file and do not allow resuming
574
- $file_output['message_type'] = "errorabort";
575
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UNKNOWN);
576
- }
577
-
578
- /* Delete temporary file (in tmp directory) */
579
- // unlink($source_path);
580
- }
581
- else {
582
- //abort the file and do not allow resuming
583
- $file_output['message_type'] = "errorabort";
584
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UNKNOWN);
585
- }
586
- }
587
-
588
- /* last check of output file status */
589
- if ( $file_output['message_type'] == "" ) {
590
- if ( $file_copied ) $file_output['message_type'] = "success";
591
- else {
592
- //abort the file and do not allow resuming
593
- $file_output['message_type'] = "errorabort";
594
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UNKNOWN);
595
- }
596
- }
597
-
598
- /* suppress any admin messages if user is not administrator or adminmessages is not activated */
599
- if ( $suppress_admin_messages ) $file_output['admin_messages'] = "";
600
-
601
- /* set file status to "warning" if the file has been uploaded but there are messages */
602
- if ( $file_output['message_type'] == "success" ) {
603
- if ( $file_output['message'] != "" || $file_output['admin_messages'] != "" )
604
- $file_output['message_type'] = "warning";
605
- }
606
-
607
- /* set success status of the file, to be used for medialink and post actions */
608
- $file_finished_successfully = ( (!$only_check || $nofileupload) && ( $file_output['message_type'] == "success" || $file_output['message_type'] == "warning" ) );
609
- /* set non-success status of the file, to be used for medialink and post actions */
610
- $file_finished_unsuccessfully = ( substr($file_output['message_type'], 0, 5) == "error" );
611
-
612
-
613
- /* perform custom actions after file is completely uploaded in order to
614
- determine if file is valid ir not */
615
- if ( $file_finished_successfully && !$ignore_server_actions && !$nofileupload ) {
616
- /* Here the second pass of file extension control is performed after
617
- the file has completely uploaded, using WP inherent functions
618
- that determine the real extension from analyzing the data and not
619
- from the filename extension. If this check reveals an extension
620
- which is not permitted then the file will be rejected and erased.
621
- If the real extension is different than the original one but it
622
- is permitted, then the file will remain as it is but a warning
623
- message will notify the user that the extension of the file does
624
- not match its contents. */
625
- $check = wfu_wp_check_filetype_and_ext( $target_path, $only_filename, null );
626
- if ( $check['proper_filename'] !== false ) {
627
- $proper_filename = $check['proper_filename'];
628
- if ( wfu_file_extension_blacklisted(strtolower($proper_filename)) ) {
629
- $file_finished_successfully = false;
630
- $file_finished_unsuccessfully = true;
631
- wfu_unlink($target_path, "wfu_process_files:1");
632
- $file_output['message_type'] = "errorabort";
633
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_REJECT);
634
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_FILE_WRONGEXT.$check['proper_filename']);
635
- }
636
- else {
637
- $file_output['message_type'] = "warning";
638
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_WARNING_FILE_SUSPICIOUS);
639
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_WARNING_ADMIN_FILE_SUSPICIOUS.$check['proper_filename']);
640
- }
641
- }
642
- // run any wfu_after_file_loaded filters to make any last file checks and accept or reject it
643
- if ( $file_finished_successfully ) {
644
- $filter_error_message = '';
645
- $filter_admin_message = '';
646
- $changable_data['error_message'] = $filter_error_message;
647
- $changable_data['admin_message'] = $filter_admin_message;
648
- $additional_data['file_unique_id'] = $file_unique_id;
649
- $additional_data['file_path'] = $target_path;
650
- $additional_data['shortcode_id'] = $sid;
651
- $ret_data = apply_filters('wfu_after_file_loaded', $changable_data, $additional_data);
652
- //this is a call to wfu_after_file_complete filters, which is
653
- //the old name of wfu_after_file_loaded filters, for maintaining
654
- //backward compatibility
655
- $changable_data = $ret_data;
656
- $ret_data = apply_filters('wfu_after_file_complete', $changable_data, $additional_data);
657
- $filter_error_message = $ret_data['error_message'];
658
- $filter_admin_message = $ret_data['admin_message'];
659
- if ( $filter_error_message != '' ) {
660
- $file_finished_successfully = false;
661
- $file_finished_unsuccessfully = true;
662
- wfu_unlink($target_path, "wfu_process_files:3");
663
- $file_output['message_type'] = "errorabort";
664
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], $filter_error_message);
665
- if ( $filter_admin_message != '' )
666
- $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $filter_admin_message);
667
- }
668
- }
669
- }
670
-
671
- /* in case that the file will not be saved due to personal data policy
672
- then convert any success message_type to warning */
673
- if ( $store_nothing && $file_output['message_type'] == "success" ) {
674
- $file_output['message_type'] = "warning";
675
- $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_UPLOAD_STATE19_SINGLEFILE);
676
- }
677
-
678
- /* adjust message details and colors according to file result */
679
- /* FileResult: A */
680
- $search = array ('/%username%/', '/%useremail%/', '/%filename%/', '/%filepath%/');
681
- $replace = array ($user_login, ( $user_email == "" ? "no email" : $user_email ), $only_filename, $target_path);
682
- if ( $file_output['message_type'] == "success" ) {
683
- $success_count ++;
684
- $color_array = explode(",", $params['successmessagecolors']);
685
- $file_output['color'] = $color_array[0];
686
- $file_output['bgcolor'] = $color_array[1];
687
- $file_output['borcolor'] = $color_array[2];
688
- $file_output['header'] = preg_replace($search, $replace, $params['successmessage']);
689
- /* prepare details of successful file upload, visible only to administrator */
690
- $file_output['admin_messages'] = wfu_join_strings("<br />", preg_replace($search, $replace, WFU_SUCCESSMESSAGE_DETAILS), $file_output['admin_messages']);
691
- }
692
- /* FileResult: B */
693
- elseif ( $file_output['message_type'] == "warning" ) {
694
- $warning_count ++;
695
- $color_array = explode(",", $params['warningmessagecolors']);
696
- $file_output['color'] = $color_array[0];
697
- $file_output['bgcolor'] = $color_array[1];
698
- $file_output['borcolor'] = $color_array[2];
699
- $file_output['header'] = preg_replace($search, $replace, ( $store_nothing ? WFU_WARNINGMESSAGE_NOSAVE : $params['warningmessage'] ));
700
- /* prepare and prepend details of successful file upload, visible only to administrator */
701
- $file_output['admin_messages'] = wfu_join_strings("<br />", preg_replace($search, $replace, WFU_SUCCESSMESSAGE_DETAILS), $file_output['admin_messages']);
702
- }
703
- /* FileResult: C */
704
- elseif ( substr($file_output['message_type'], 0, 5) == "error" ) {
705
- $error_count ++;
706
- $color_array = explode(",", $params['failmessagecolors']);
707
- $file_output['color'] = $color_array[0];
708
- $file_output['bgcolor'] = $color_array[1];
709
- $file_output['borcolor'] = $color_array[2];
710
- $replace = array ($user_login, ( $user_email == "" ? "no email" : $user_email ), $only_filename, $target_path);
711
- $file_output['header'] = preg_replace($search, $replace, $params['errormessage']);
712
- /* prepare and prepend details of failed file upload, visible only to administrator */
713
- if ( !$nofileupload ) $file_output['admin_messages'] = wfu_join_strings("<br />", preg_replace($search, $replace, WFU_FAILMESSAGE_DETAILS), $file_output['admin_messages']);
714
- }
715
-
716
- /* suppress again any admin messages if user is not administrator or adminmessages is not activated */
717
- if ( $suppress_admin_messages ) $file_output['admin_messages'] = "";
718
-
719
- $params_output_array[0] = $file_output;
720
-
721
- if ( $file_unique_id != '' && $file_finished_unsuccessfully && !$ignore_server_actions ) {
722
- /* Apply wfu_after_file_upload filter after failed upload, in order to allow the user to perform any post-upload actions.
723
- If additional data are required, such as user_id or userdata values or filepath, they can be retrieved by implementing
724
- the previous filters wfu_before_file_check and wfu_before_file_upload, corresponding them to the unique file id.
725
- This actions allows to define custom javascript code to run after each file finishes (either succeeded or failed).
726
- For backward compatibility, the wfu_after_file_upload action that was implemented in previous version of the plugin
727
- still remains. */
728
- $changable_data['ret_value'] = null;
729
- $changable_data['js_script'] = '';
730
- $additional_data['shortcode_id'] = $sid;
731
- $additional_data['unique_id'] = $unique_id;
732
- if ( !$nofileupload ) $additional_data['file_unique_id'] = $file_unique_id;
733
- if ( !$nofileupload ) $additional_data['upload_result'] = $file_output['message_type'];
734
- else $additional_data['submit_result'] = $file_output['message_type'];
735
- $additional_data['error_message'] = $file_output['message'];
736
- $additional_data['admin_messages'] = $file_output['admin_messages'];
737
- if ( !$nofileupload ) $ret_data = apply_filters('wfu_after_file_upload', $changable_data, $additional_data);
738
- else $ret_data = apply_filters('wfu_after_data_submit', $changable_data, $additional_data);
739
- $params_output_array["general"]['js_script'] = $ret_data['js_script'];
740
- // do_action('wfu_after_file_upload', $file_unique_id, $file_output['message_type'], $file_output['message'], $file_output['admin_messages']);
741
- }
742
-
743
- if ( $file_finished_successfully && !$ignore_server_actions ) {
744
- /* Log file upload action if file has finished uploading
745
- uccessfully. If this is a no file upload then log action will be
746
- datasubmit. */
747
- if ( !$nofileupload ) {
748
- if ( !$consent_revoked ) $fileid = wfu_log_action('upload', $target_path, $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
749
- elseif ( !$not_store_files ) $fileid = wfu_log_action('upload', $target_path, 0, $unique_id, $params['pageid'], $params['blogid'], $sid, $empty_userdata_fields);
750
- }
751
- else {
752
- if ( !$consent_revoked ) $fileid = wfu_log_action('datasubmit', '', $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
753
- }
754
- /* Apply wfu_after_file_upload filter after failed upload, in order to allow the user to perform any post-upload actions.
755
- If additional data are required, such as user_id or userdata values or filepath, they can be retrieved by implementing
756
- the previous filters wfu_before_file_check and wfu_before_file_upload, corresponding them to the unique file id.
757
- This actions allows to define custom javascript code to run after each file finishes (either suceeded or failed).
758
- For backward compatibility, the wfu_after_file_upload action that was implemented in previous version of the plugin
759
- still remains. */
760
- $changable_data['ret_value'] = null;
761
- $changable_data['js_script'] = '';
762
- $additional_data['shortcode_id'] = $sid;
763
- $additional_data['unique_id'] = $unique_id;
764
- if ( !$nofileupload ) $additional_data['file_unique_id'] = $file_unique_id;
765
- if ( !$nofileupload ) $additional_data['upload_result'] = $file_output['message_type'];
766
- else $additional_data['submit_result'] = $file_output['message_type'];
767
- $additional_data['error_message'] = $file_output['message'];
768
- $additional_data['admin_messages'] = $file_output['admin_messages'];
769
- if ( !$nofileupload ) $ret_data = apply_filters('wfu_after_file_upload', $changable_data, $additional_data);
770
- else $ret_data = apply_filters('wfu_after_data_submit', $changable_data, $additional_data);
771
- $params_output_array["general"]['js_script'] = $ret_data['js_script'];
772
- // do_action('wfu_after_file_upload', $file_unique_id, $file_output['message_type'], $file_output['message'], $file_output['admin_messages']);
773
- }
774
-
775
- /* add file to Media or attach file to current post if any of these options is activated and the file has finished uploading successfully */
776
- if ( ( $params["medialink"] == "true" || $params["postlink"] == "true" ) && $file_finished_successfully && !$ignore_server_actions && !$nofileupload ) {
777
- $pageid = ( $params["postlink"] == "true" ? $params['pageid'] : 0 );
778
- if ( !$consent_revoked ) wfu_process_media_insert($target_path, $userdata_fields, $pageid);
779
- elseif ( !$not_store_files ) wfu_process_media_insert($target_path, empty_userdata_fields, $pageid);
780
- }
781
-
782
- /* store final file data and upload result to filemap session array for
783
- use by after_upload filters */
784
- if ( ( $file_finished_successfully || $file_finished_unsuccessfully ) && !$ignore_server_actions && !$nofileupload ) {
785
- if ( WFU_USVAR_exists("filedata_".$unique_id) ) {
786
- $filedata_id = WFU_USVAR("filedata_".$unique_id);
787
- if ( isset($filedata_id[$real_file_index]) ) {
788
- $filedata_id[$real_file_index]["filepath"] = $target_path;
789
- $filedata_id[$real_file_index]["user_data"] = $userdata_fields;
790
- $filedata_id[$real_file_index]["upload_result"] = $file_output['message_type'];
791
- $filedata_id[$real_file_index]["message"] = $file_output['message'];
792
- $filedata_id[$real_file_index]["admin_messages"] = $file_output['admin_messages'];
793
- WFU_USVAR_store("filedata_".$unique_id, $filedata_id);
794
- }
795
- }
796
- }
797
- }
798
-
799
- // in case of file check set files_count to 0 in order to denote that the file was not really uploaded
800
- if ( $only_check && !$nofileupload ) $params_output_array["general"]['files_count'] = 0;
801
-
802
- $somefiles_Ok = ( ( $warning_count + $success_count ) > 0 );
803
- $allfiles_Ok = ( $somefiles_Ok && ( $error_count == 0 ) );
804
-
805
- /* Prepare WPFileBase Plugin update url, if this option has been selected and only if at least one file has been successfully uploaded.
806
- Execution will happen only if accumulated $params_output_array["general"]['update_wpfilebase'] is not empty */
807
- if ( $params["filebaselink"] == "true" && !$nofileupload ) {
808
- if ( $somefiles_Ok ) {
809
- $filebaseurl = site_url();
810
- if ( substr($filebaseurl, -1, 1) == "/" ) $filebaseurl = substr($filebaseurl, 0, strlen($filebaseurl) - 1);
811
- /* if the following variable is not empty, then WPFileBase Plugin update must be executed
812
- and any admin messages must be suppressed */
813
- $params_output_array["general"]['update_wpfilebase'] = $filebaseurl;
814
- }
815
- else {
816
- $params_output_array["general"]['admin_messages']['wpfilebase'] = WFU_WARNING_WPFILEBASE_NOTUPDATED_NOFILES;
817
- $params_output_array["general"]['errors']['wpfilebase'] = "error";
818
- }
819
- }
820
-
821
- /* Prepare email notification parameters if email notification is enabled and only if at least one file has been successfully uploaded
822
- if $method = "no-ajax" then send the email to the recipients
823
- if $method = "ajax" then return the notification parameters to the handler for further processing
824
- In case of ajax, execution will happen only if notify_by_email is greater than 0 */
825
- if ( $params["notify"] == "true" ) {
826
- /* verify that there are recipients */
827
- $notifyrecipients = trim(preg_replace('/%useremail%/', $user_email, $params["notifyrecipients"]));
828
- if ( $notifyrecipients != "" ) {
829
- if ( $somefiles_Ok || $force_notifications ) {
830
- if ( $method == 'no_ajax' && !$ignore_server_actions ) {
831
- $send_error = wfu_send_notification_email($user, $notify_target_path_list, $userdata_fields, $params);
832
- if ( $send_error != "" ) {
833
- $params_output_array["general"]['admin_messages']['notify'] = $send_error;
834
- $params_output_array["general"]['errors']['notify'] = "error";
835
- }
836
- }
837
- else {
838
- /* if the following variable is not empty, then email notification must be sent
839
- and any admin messages must be suppressed */
840
- $params_output_array["general"]['notify_by_email'] = ( !$nofileupload && !$force_notifications ? count($notify_target_path_list) : 1 );
841
- }
842
- }
843
- else {
844
- $params_output_array["general"]['admin_messages']['notify'] = WFU_WARNING_NOTIFY_NOTSENT_NOFILES;
845
- $params_output_array["general"]['errors']['notify'] = "error";
846
- }
847
- }
848
- else {
849
- $params_output_array["general"]['admin_messages']['notify'] = WFU_WARNING_NOTIFY_NOTSENT_NORECIPIENTS;
850
- $params_output_array["general"]['errors']['notify'] = "error";
851
- }
852
- }
853
-
854
- /* Prepare redirect link if redirection is enabled and only if all files have been successfully uploaded
855
- Execution will happen only if accumulated redirect_link is not empty and accumulated redirect errors are empty */
856
- if ( $params["redirect"] == "true" ) {
857
- if ( $params_output_array["general"]['redirect_link'] == "" ) {
858
- $params_output_array["general"]['admin_messages']['redirect'] = WFU_WARNING_REDIRECT_NOTEXECUTED_EMPTY;
859
- $params_output_array["general"]['errors']['redirect'] = "error";
860
- }
861
- elseif ( !$allfiles_Ok ) {
862
- $params_output_array["general"]['admin_messages']['redirect'] = WFU_WARNING_REDIRECT_NOTEXECUTED_FILESFAILED;
863
- $params_output_array["general"]['errors']['redirect'] = "error";
864
- }
865
- }
866
-
867
- /* suppress any admin messages if user is not administrator or adminmessages is not activated */
868
- if ( $suppress_admin_messages ) {
869
- $params_output_array["general"]['admin_messages']['wpfilebase'] = "";
870
- $params_output_array["general"]['admin_messages']['notify'] = "";
871
- $params_output_array["general"]['admin_messages']['redirect'] = "";
872
- $params_output_array["general"]['admin_messages']['other'] = "";
873
- }
874
-
875
- /* Calculate upload state from file results */
876
- if ( $allfiles_Ok && ( $warning_count == 0 ) ) $params_output_array["general"]['state'] = ( !$nofileupload ? 4 : 14 );
877
- else if ( $allfiles_Ok ) $params_output_array["general"]['state'] = 5;
878
- else if ( $somefiles_Ok ) $params_output_array["general"]['state'] = 6; //only valid in no-ajax method
879
- else if ( !$somefiles_Ok && $error_count > 0 ) $params_output_array["general"]['state'] = ( !$nofileupload ? 7 : 15 );
880
- else $params_output_array["general"]['state'] = 8;
881
- /* in case that the files will not be saved due to personal data policy
882
- then adjust general state accordingly (effective for no-ajax uploads) */
883
- if ( !$nofileupload && $somefiles_Ok && $store_nothing ) $params_output_array["general"]['state'] = 19;
884
-
885
- /* construct safe output */
886
- $sout = $params_output_array["general"]['state'].";".WFU_VAR("WFU_DEFAULTMESSAGECOLORS").";".$files_count;
887
- for ($i = 0; $i < $files_count; $i++) {
888
- $sout .= ";".wfu_plugin_encode_string($file_output['message_type']);
889
- $sout .= ",".wfu_plugin_encode_string($file_output['header']);
890
- $sout .= ",".wfu_plugin_encode_string($file_output['message']);
891
- $sout .= ",".wfu_plugin_encode_string($file_output['admin_messages']);
892
- $sout .= ",".$file_output['uploaded_file_props'];
893
- }
894
- $params_output_array["general"]['safe_output'] = $sout;
895
-
896
- return $params_output_array;
 
 
 
 
 
 
 
 
897
  }
1
+ <?php
2
+
3
+ function wfu_process_files_queue($params, $method) {
4
+ $sid = $params["uploadid"];
5
+ $unique_id = sanitize_text_field($_POST['uniqueuploadid_'.$sid]);
6
+ $queue = "wfu_queue_".$unique_id;
7
+ if ( $unique_id != "" ) {
8
+ $queue_id = wfu_create_random_string(16);
9
+ wfu_join_queue($queue, $queue_id);
10
+ while (true) {
11
+ $cur_id = wfu_get_queue_thread($queue);
12
+ if ( $cur_id == $queue_id ) break;
13
+ usleep(100000);
14
+ }
15
+ }
16
+ $queue_count = intval(wfu_get_option("wfu_queue_".$unique_id."_count", 0, "string")) + 1;
17
+ $chunk_data = explode(",", ( isset($_POST['chunk_data']) ? $_POST['chunk_data'] : "0,0,0,0," ));
18
+ if ( count($chunk_data) != 5 ) $chunk_data = array( "0", "0", "0", "0", "" );
19
+ list($file_id, $file_size, $chunk_count, $chunk_id, $filename_enc) = $chunk_data;
20
+ $file_id = wfu_sanitize_int($file_id);
21
+ $file_size = wfu_sanitize_int($file_size);
22
+ $chunk_id = wfu_sanitize_int($chunk_id);
23
+ wfu_update_option("wfu_queue_".$unique_id."_count", $queue_count, "string");
24
+ /*if ( $queue_count >= 3 && $queue_count <= 5 ) $ret = "abort";
25
+ else */$ret = wfu_process_files_net($params, $method);
26
+ wfu_advance_queue($queue);
27
+ return $ret;
28
+ }
29
+
30
+ function wfu_process_files($params, $method) {
31
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
32
+ $sid = $params["uploadid"];
33
+ $sesid = wfu_get_session_id();
34
+ $user = wp_get_current_user();
35
+ if ( 0 == $user->ID ) {
36
+ $user_id = 0;
37
+ $user_login = "guest";
38
+ $user_email = "";
39
+ $is_admin = false;
40
+ }
41
+ else {
42
+ $user_id = $user->ID;
43
+ $user_login = $user->user_login;
44
+ $user_email = $user->user_email;
45
+ $is_admin = current_user_can('manage_options');
46
+ }
47
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
48
+ $unique_id = sanitize_text_field($_POST['uniqueuploadid_'.$sid]);
49
+ // determine if this routine is only for checking the file
50
+ $only_check = ( isset($_POST['only_check']) ? ( $_POST['only_check'] == "1" ) : false );
51
+ // determine if this is an upload without a file
52
+ $nofileupload = ( $params["allownofile"] == "true" && isset($_POST['nofileupload_'.$sid]) ? ( $_POST['nofileupload_'.$sid] == "1" ) : false );
53
+ $force_notifications = ( WFU_VAR("WFU_FORCE_NOTIFICATIONS") == "true" );
54
+ $consent_revoked = ( $plugin_options["personaldata"] == "1" && $params["consent_result"] == "0" );
55
+ $not_store_files = ( $params["personaldatatypes"] == "userdata and files" );
56
+ $empty_userdata_fields = $params["userdata_fields"];
57
+ $store_nothing = ( $consent_revoked && $not_store_files );
58
+
59
+ $suppress_admin_messages = ( $params["adminmessages"] != "true" || !$is_admin );
60
+ $success_count = 0;
61
+ $warning_count = 0;
62
+ $error_count = 0;
63
+ $default_colors = wfu_prepare_message_colors(WFU_VAR("WFU_DEFAULTMESSAGECOLORS"));
64
+ $notify_by_email = 0;
65
+ $notify_target_path_list = array();
66
+ $uploadedfile = 'uploadedfile_'.$sid;
67
+ $hiddeninput = 'hiddeninput_'.$sid;
68
+ $allowed_patterns = explode(",",$params["uploadpatterns"]);
69
+ foreach ($allowed_patterns as $key => $allowed_pattern) {
70
+ $allowed_patterns[$key] = trim($allowed_pattern);
71
+ }
72
+ $userdata_fields = $params["userdata_fields"];
73
+ foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
74
+ $userdata_fields[$userdata_key]["value"] = ( isset($_POST[$hiddeninput.'_userdata_'.$userdata_key]) ? strip_tags($_POST[$hiddeninput.'_userdata_'.$userdata_key]) : "" );
75
+ }
76
+ $params_output_array["version"] = "full";
77
+ $params_output_array["general"]['shortcode_id'] = $sid;
78
+ $params_output_array["general"]['unique_id'] = $unique_id;
79
+ $params_output_array["general"]['state'] = 0;
80
+ $params_output_array["general"]['files_count'] = 0;
81
+ $params_output_array["general"]['update_wpfilebase'] = "";
82
+ $params_output_array["general"]['redirect_link'] = ( $params["redirect"] == "true" ? $params["redirectlink"] : "" );
83
+ $params_output_array["general"]['upload_finish_time'] = 0;
84
+ $params_output_array["general"]['message'] = "";
85
+ $params_output_array["general"]['message_type'] = "";
86
+ $params_output_array["general"]['admin_messages']['wpfilebase'] = "";
87
+ $params_output_array["general"]['admin_messages']['notify'] = "";
88
+ $params_output_array["general"]['admin_messages']['redirect'] = "";
89
+ $params_output_array["general"]['admin_messages']['other'] = "";
90
+ $params_output_array["general"]['errors']['wpfilebase'] = "";
91
+ $params_output_array["general"]['errors']['notify'] = "";
92
+ $params_output_array["general"]['errors']['redirect'] = "";
93
+ $params_output_array["general"]['color'] = $default_colors['color'];
94
+ $params_output_array["general"]['bgcolor'] = $default_colors['bgcolor'];
95
+ $params_output_array["general"]['borcolor'] = $default_colors['borcolor'];
96
+ $params_output_array["general"]['notify_by_email'] = 0;
97
+ $params_output_array["general"]['fail_message'] = "";
98
+ $params_output_array["general"]['fail_admin_message'] = "";
99
+ /* safe_output is a minimized version of params_output_array, that is passed as text, in case JSON parse fails
100
+ its data are separated by semicolon (;) and are the following:
101
+ upload state: the upload state number
102
+ default colors: the default color, bgcolor and borcolor values, separated by comma(,)
103
+ file_count: the number of files processed
104
+ filedata: message type, header, message and admin message of each file, encoded and separated by comma (,) */
105
+ $params_output_array["general"]['safe_output'] = "";
106
+ /* js_script is javascript code that is executed after each file upload and is defined in wfu_after_file_upload action */
107
+ $params_output_array["general"]['js_script'] = "";
108
+
109
+ /* adjust $uploadedfile variable (holding file data) if this is a redirection caused because the browser of the user could not handle AJAX upload */
110
+ if ( isset($_FILES[$uploadedfile.'_redirected']) ) $uploadedfile .= '_redirected';
111
+ /* notify admin if this is a redirection caused because the browser of the user could not handle AJAX upload */
112
+ $params_output_array["general"]['admin_messages']['other'] = $params['adminerrors'];
113
+
114
+ if ( isset($_FILES[$uploadedfile]['error']) || $only_check || $nofileupload ) {
115
+ $files_count = 1;
116
+ // in case of checking of file or no file upload, then the $_FILES
117
+ // variable has not been set because no file has been uploaded,
118
+ // so we set it manually in order to allow the routine to continue
119
+ if ( $only_check || $nofileupload ) {
120
+ //use wfu_basename() function to avoid directory traversal attacks
121
+ $_FILES[$uploadedfile]['name'] = wfu_basename(wfu_plugin_decode_string($_POST[$uploadedfile.'_name']));
122
+ $_FILES[$uploadedfile]['type'] = 'any';
123
+ $_FILES[$uploadedfile]['tmp_name'] = 'any';
124
+ $_FILES[$uploadedfile]['error'] = '';
125
+ $_FILES[$uploadedfile]['size'] = wfu_sanitize_int($_POST[$uploadedfile.'_size']);
126
+ }
127
+ }
128
+ else $files_count = 0;
129
+ $params_output_array["general"]['files_count'] = $files_count;
130
+ // index of uploaded file in case of ajax uploads (in ajax uploads only one file is uploaded in every ajax call)
131
+ // the index is used to store any file data in session variables, in case the file is uploaded in two or more passes
132
+ // (like the case were in the first pass it is only checked)
133
+ $single_file_index = ( isset($_POST[$uploadedfile.'_index']) ? $_POST[$uploadedfile.'_index'] : -1 );
134
+ $single_file_index = wfu_sanitize_int($single_file_index);
135
+
136
+ /* append userdata fields to upload path */
137
+ $search = array ( );
138
+ $replace = array ( );
139
+ foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
140
+ $ind = 1 + $userdata_key;
141
+ array_push($search, '/%userdata'.$ind.'%/');
142
+ array_push($replace, $userdata_field["value"]);
143
+ }
144
+ $params["uploadpath"] = preg_replace($search, $replace, $params["uploadpath"]);
145
+
146
+ /* append subfolder name to upload path */
147
+ if ( $params["askforsubfolders"] == "true" ) {
148
+ if ( $params["subfoldertree"] == "auto+" && $params['subdir_selection_index'] != '' ) {
149
+ if ( substr($params["uploadpath"], -1, 1) == "/" ) $params["uploadpath"] .= $params['subdir_selection_index'];
150
+ else $params["uploadpath"] .= '/'.$params['subdir_selection_index'];
151
+ }
152
+ elseif ( $params["subfoldertree"] != "auto+" && $params['subdir_selection_index'] >= 1 ) {
153
+ if ( substr($params["uploadpath"], -1, 1) == "/" ) $params["uploadpath"] .= $params['subfoldersarray'][$params['subdir_selection_index']];
154
+ else $params["uploadpath"] .= '/'.$params['subfoldersarray'][$params['subdir_selection_index']];
155
+ }
156
+ }
157
+
158
+ /* if webcam uploads are enabled, then correct the filename */
159
+ if ( strpos($params["placements"], "webcam") !== false && $params["webcam"] == "true" ) {
160
+ $initial_file_name = $_FILES[$uploadedfile]['name'];
161
+ $dotfileext = wfu_fileext($initial_file_name, true);
162
+ $file_name = wfu_filename($initial_file_name);
163
+ if ( $file_name == "video" ) $file_name = $params["videoname"];
164
+ else $file_name = $params["imagename"];
165
+ $search = array ('/%userid%/', '/%username%/', '/%blogid%/', '/%pageid%/', '/%pagetitle%/');
166
+ $replace = array ($user_id, $user_login, $params['blogid'], $params['pageid'], get_the_title($params['pageid']));
167
+ foreach ( $userdata_fields as $userdata_key => $userdata_field ) {
168
+ $ind = 1 + $userdata_key;
169
+ array_push($search, '/%userdata'.$ind.'%/');
170
+ array_push($replace, $userdata_field["value"]);
171
+ }
172
+ $file_name = preg_replace($search, $replace, $file_name);
173
+ //avoid directory traversal by using wfu_basename
174
+ $file_name = wfu_basename($file_name);
175
+ $_FILES[$uploadedfile]['name'] = $file_name.$dotfileext;
176
+ }
177
+
178
+ if ( $files_count == 1 ) {
179
+
180
+ foreach ( $_FILES[$uploadedfile] as $key => $prop )
181
+ $fileprops[$key] = $prop;
182
+
183
+ $sftp_not_supported = false;
184
+ $upload_path_forbidden = false;
185
+ $upload_path_ok = false;
186
+ $allowed_file_ok = false;
187
+ $size_file_ok = false;
188
+ $size_file_phpenv_ok = true;
189
+ $ignore_server_actions = false;
190
+ $file_output['color'] = $default_colors['color'];
191
+ $file_output['bgcolor'] = $default_colors['bgcolor'];
192
+ $file_output['borcolor'] = $default_colors['borcolor'];
193
+ $file_output['header'] = "";
194
+ $file_output['message'] = "";
195
+ $file_output['message_type'] = "";
196
+ $file_output['admin_messages'] = "";
197
+ $file_output['uploaded_file_props'] = "";
198
+ $fileid = -1;
199
+
200
+ //calculate index of file
201
+ $real_file_index = $single_file_index;
202
+ if ( $single_file_index == -1 ) $real_file_index = ( isset($i) ? $i : 0 );
203
+ // determine if file data have been saved to session variables, due to a previous pass of this file
204
+ $file_map = "filedata_".$unique_id."_".$real_file_index;
205
+ // retrieve unique id of the file, used in filter actions for identifying each separate file
206
+ if ( WFU_USVAR_exists($file_map) ) {
207
+ $file_map_arr = WFU_USVAR($file_map);
208
+ $file_unique_id = $file_map_arr['file_unique_id'];
209
+ }
210
+ else $file_unique_id = '';
211
+ $filedata_previously_defined = ( $file_unique_id != '' );
212
+ /* generate unique id for each file for use in filter actions if it has not been previously defined */
213
+ if ( !$filedata_previously_defined )
214
+ $file_unique_id = wfu_create_random_string(20);
215
+
216
+ /* Get uploaded file size in Mbytes */
217
+ // correct file size in case of checking of file or no file upload
218
+ // otherwise $upload_file_size will be zero and the routine will fail
219
+ if ( $only_check || $nofileupload ) {
220
+ $upload_file_size = $fileprops['size'];
221
+ if ( $upload_file_size == 0 ) $upload_file_size ++;
222
+ }
223
+ else {
224
+ $upload_file_size = filesize($fileprops['tmp_name']);
225
+ if ( $upload_file_size == 0 && file_exists($fileprops['tmp_name']) && $fileprops['error'] == 0 ) $upload_file_size ++;
226
+ }
227
+ $upload_file_size_MB = $upload_file_size / 1024 / 1024;
228
+
229
+ $only_filename = $fileprops['name'];
230
+ $target_path = wfu_upload_plugin_full_path($params).$only_filename;
231
+
232
+ if ( $upload_file_size > 0 ) {
233
+ /* Section to perform filter action wfu_before_file_check before file is checked in order to perform
234
+ any filename or userdata modifications or reject the upload of the file by setting error_message item
235
+ of $ret_data array to a non-empty value */
236
+ $filter_error_message = '';
237
+ $filter_admin_message = '';
238
+ if ( $file_unique_id != '' && !$filedata_previously_defined ) {
239
+ // get correct file size
240
+ if ( $only_check || $nofileupload ) $filesize = $fileprops['size'];
241
+ else $filesize = filesize($fileprops['tmp_name']);
242
+ /* store file data and upload result to filedata session array
243
+ for use by after_upload filters */
244
+ if ( !$nofileupload ) {
245
+ if ( !WFU_USVAR_exists("filedata_".$unique_id) ) WFU_USVAR_store("filedata_".$unique_id, array());
246
+ $filedata_id = WFU_USVAR("filedata_".$unique_id);
247
+ $filedata_id[$real_file_index] = array(
248
+ "file_unique_id" => $file_unique_id,
249
+ "original_filename" => $only_filename,
250
+ "filesize" => $filesize,
251
+ );
252
+ WFU_USVAR_store("filedata_".$unique_id, $filedata_id);
253
+ }
254
+ // prepare parameters for wfu_before_file_check filter
255
+ // if this is a no file upload the prepare parameters for
256
+ // wfu_before_data_submit filter
257
+ if ( !$nofileupload ) $changable_data['file_path'] = $target_path;
258
+ $changable_data['user_data'] = $userdata_fields;
259
+ $changable_data['error_message'] = $filter_error_message;
260
+ $changable_data['admin_message'] = $filter_admin_message;
261
+ $additional_data['shortcode_id'] = $sid;
262
+ $additional_data['unique_id'] = $unique_id;
263
+ if ( !$nofileupload ) $additional_data['file_unique_id'] = $file_unique_id;
264
+ if ( !$nofileupload ) $additional_data['file_size'] = $filesize;
265
+ $additional_data['user_id'] = $user->ID;
266
+ $additional_data['page_id'] = $params["pageid"];
267
+ if ( !$nofileupload ) $ret_data = apply_filters('wfu_before_file_check', $changable_data, $additional_data);
268
+ else $ret_data = apply_filters('wfu_before_data_submit', $changable_data, $additional_data);
269
+ if ( !$nofileupload ) $target_path = $ret_data['file_path'];
270
+ if ( !$nofileupload ) $only_filename = wfu_basename($target_path);
271
+ $userdata_fields = $ret_data['user_data'];
272
+ $filter_error_message = $ret_data['error_message'];
273
+ $filter_admin_message = $ret_data['admin_message'];
274
+ // if this is a file check, which means that a second pass of
275
+ // the file will follow, then we do not want to apply the
276
+ // filters again, so we store the changable data to session
277
+ // variables for this specific file
278
+ if ( $only_check && !$nofileupload ) {
279
+ if ( !WFU_USVAR_exists($file_map) ) WFU_USVAR_store($file_map, array());
280
+ $file_map_arr = WFU_USVAR($file_map);
281
+ $file_map_arr['file_unique_id'] = $file_unique_id;
282
+ $file_map_arr['filepath'] = $target_path;
283
+ $file_map_arr['userdata'] = $userdata_fields;
284
+ WFU_USVAR_store($file_map, $file_map_arr);
285
+ }
286
+ }
287
+ // if this is a second pass of the file, because a first pass with file checking was done before, then retrieve
288
+ // file data that may have previously changed because of application of filters
289
+ if ( $filedata_previously_defined ) {
290
+ $file_map_arr = WFU_USVAR($file_map);
291
+ $target_path = $file_map_arr['filepath'];
292
+ $only_filename = wfu_basename($target_path);
293
+ $userdata_fields = $file_map_arr['userdata'];
294
+ }
295
+ if ( $filter_error_message != '' ) {
296
+ //errorabort flag designates that file will be aborted and no resuming will be attempted
297
+ $file_output['message_type'] = "errorabort";
298
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], $filter_error_message);
299
+ if ( $filter_admin_message != '' )
300
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $filter_admin_message);
301
+ }
302
+ /* Perform security test for denial-of-service (DOS) attacks by
303
+ counting the number of files that have been uploaded within a
304
+ specific time interval, if DOS Attack Check is enabled. If the
305
+ number of files exceeds the limit then the file is rejected and a
306
+ message is sent to the administrator. */
307
+ elseif ( WFU_VAR("WFU_DOS_ATTACKS_CHECK") == "true" && wfu_check_DOS_attack() ) {
308
+ //notify admin about DOS attacks
309
+ $last_notification = wfu_get_option("wfu_admin_notification_about_DOS", null);
310
+ if ( $last_notification == null || time() - (int)$last_notification > (int)WFU_VAR("WFU_DOS_ATTACKS_ADMIN_EMAIL_FREQUENCY") ) {
311
+ $home = get_option("home");
312
+ $subject = str_replace("{SITE}", $home, WFU_WARNING_POTENTIAL_DOS_EMAIL_SUBJECT);
313
+ $message = str_replace(array( "{SITE}", "{FILENUM}", "{INTERVAL}" ), array( $home, WFU_VAR("WFU_DOS_ATTACKS_FILE_LIMIT"), WFU_VAR("WFU_DOS_ATTACKS_TIME_INTERVAL") ), WFU_WARNING_POTENTIAL_DOS_EMAIL_MESSAGE);
314
+ wfu_notify_admin($subject, $message);
315
+ wfu_update_option("wfu_admin_notification_about_DOS", time());
316
+ }
317
+ //errorabort flag designates that file will be aborted and no resuming will be attempted
318
+ $file_output['message_type'] = "errorabort";
319
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DOS_ATTACK);
320
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DOS_ATTACK);
321
+ }
322
+ else {
323
+ if ( !$nofileupload ) {
324
+ /* generate safe filename by removing invalid characters if
325
+ forcefilename is deactivated */
326
+ if ( $params['forcefilename'] != "true" ) $only_filename = wfu_upload_plugin_clean( $only_filename );
327
+ /* in case that forcefilename is activated then strip tags
328
+ as a minimum measure against hacking */
329
+ else $only_filename = strip_tags( $only_filename );
330
+ //reconstruct target_path
331
+ $target_path = wfu_basedir($target_path).$only_filename;
332
+
333
+ /* if medialink or postlink is activated then the target path becomes the current wordpress upload folder */
334
+ if ( $params["medialink"] == "true" || $params["postlink"] == "true" ) {
335
+ $mediapath = wp_upload_dir();
336
+ $target_path = $mediapath['path'].'/'.$only_filename;
337
+ }
338
+ /* Check if this is an sftp upload and sftp is supported */
339
+ if ( substr($target_path, 0, 7) == "sftp://" && !function_exists("ssh2_connect") ) {
340
+ $upload_path_ok = false;
341
+ $sftp_not_supported = true;
342
+ }
343
+ /* Check if upload path is forbidden */
344
+ elseif ( wfu_is_dir_blacklisted( wfu_basedir($target_path) ) ) {
345
+ $upload_path_ok = false;
346
+ $upload_path_forbidden = true;
347
+ }
348
+ /* Check if upload path exists */
349
+ elseif ( wfu_is_dir( wfu_basedir($target_path), $params["ftpinfo"] ) ) {
350
+ $upload_path_ok = true;
351
+ }
352
+ /* Attempt to create path if user has selected to do so */
353
+ else if ( $params["createpath"] == "true" ) {
354
+ $wfu_create_directory_ret = wfu_create_directory(wfu_basedir($target_path), $params["accessmethod"], $params["ftpinfo"]);
355
+ if ( $wfu_create_directory_ret != "" ) {
356
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $wfu_create_directory_ret);
357
+ }
358
+ if ( wfu_is_dir( wfu_basedir($target_path), $params["ftpinfo"] ) ) {
359
+ $upload_path_ok = true;
360
+ }
361
+ }
362
+
363
+ /* File name control, reject files with .php, .js (and other) extensions for security reasons.
364
+ This is the first pass of extension control, which only checks the filename.
365
+ A second pass is performed after the file has completely uploaded, using WP inherent file
366
+ extension control, which provides better security. */
367
+ if ( !wfu_file_extension_blacklisted(strtolower($only_filename)) )
368
+ foreach ($allowed_patterns as $allowed_pattern) {
369
+ if ( wfu_file_extension_matches_pattern($allowed_pattern, strtolower($only_filename)) ) {
370
+ $allowed_file_ok = true;
371
+ break ;
372
+ }
373
+ }
374
+
375
+ /* File contents control. It checks if file contents contain
376
+ PHP tags. By default, it checks only common images types
377
+ that may be executed, however it can be extended to check
378
+ all files by setting WFU_CHECKPHPTAGS_FILETYPES variable
379
+ to 'all'. */
380
+ if ( $allowed_file_ok && is_uploaded_file($fileprops['tmp_name']) && !$only_check ) {
381
+ $allowed_file_ok = !wfu_file_has_php_tags($fileprops['tmp_name'], strtolower(wfu_fileext($only_filename)));
382
+ }
383
+
384
+ /* File size control */
385
+ if ( $upload_file_size_MB <= $params["maxsize"] ) {
386
+ if ( $params['php_env'] == '32bit' && $upload_file_size > 2147483647 ) $size_file_phpenv_ok = false;
387
+ else $size_file_ok = true;
388
+ }
389
+ }
390
+ /* In case of no file upload then bypass above checks */
391
+ else {
392
+ $upload_path_ok = true;
393
+ $allowed_file_ok = true;
394
+ $size_file_ok = true;
395
+ }
396
+
397
+ if ( !$upload_path_ok or !$allowed_file_ok or !$size_file_ok ) {
398
+ //abort the file, no resuming will be attempted
399
+ $file_output['message_type'] = "errorabort";
400
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UPLOAD_FAILED);
401
+
402
+ if ( !$upload_path_ok ) $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], ( $sftp_not_supported ? WFU_ERROR_ADMIN_SFTP_UNSUPPORTED : ( $upload_path_forbidden ? WFU_ERROR_DIR_ALLOW : WFU_ERROR_DIR_EXIST ) ));
403
+ if ( !$allowed_file_ok ) $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_ALLOW);
404
+ if ( !$size_file_ok ) {
405
+ if ( $size_file_phpenv_ok ) $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_PLUGIN_SIZE);
406
+ else $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_PLUGIN_2GBSIZE);
407
+ }
408
+ }
409
+ }
410
+ }
411
+ else {
412
+ // This block is executed when there is an error
413
+ $upload_error = $fileprops['error'];
414
+ if ( $upload_error == 1 ) {
415
+ $message_text = WFU_ERROR_FILE_PHP_SIZE;
416
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_FILE_PHP_SIZE);
417
+ }
418
+ elseif ( $upload_error == 2 ) $message_text = WFU_ERROR_FILE_HTML_SIZE;
419
+ elseif ( $upload_error == 3 ) $message_text = WFU_ERROR_FILE_PARTIAL;
420
+ elseif ( $upload_error == 4 ) $message_text = WFU_ERROR_FILE_NOTHING;
421
+ elseif ( $upload_error == 6 ) $message_text = WFU_ERROR_DIR_NOTEMP;
422
+ elseif ( $upload_error == 7 ) $message_text = WFU_ERROR_FILE_WRITE;
423
+ elseif ( $upload_error == 8 ) $message_text = WFU_ERROR_UPLOAD_STOPPED;
424
+ else {
425
+ $upload_time_limit = ini_get("max_input_time");
426
+ $params_output_array["general"]['upload_finish_time'] = $params["upload_start_time"] + $upload_time_limit * 1000;
427
+ $message_text = WFU_ERROR_FILE_PHP_TIME;
428
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_FILE_PHP_TIME);
429
+ }
430
+ //error (and not errorabort) flag designates that a resuming of the file may be attempted
431
+ $file_output['message_type'] = "error";
432
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], $message_text);
433
+ }
434
+
435
+ $message_processed = false;
436
+ // if ( $upload_path_ok and $allowed_file_ok and $size_file_ok ) {
437
+ if ( substr($file_output['message_type'], 0, 5) != "error" ) {
438
+
439
+ if ( is_uploaded_file($fileprops['tmp_name']) || $only_check || $nofileupload ) {
440
+ $source_path = $fileprops['tmp_name'];
441
+
442
+ if ( $only_check || $ignore_server_actions || $nofileupload ) $file_copied = true;
443
+ else {
444
+ $file_copied = false;
445
+
446
+ if ($source_path) {
447
+ $file_exists = wfu_file_exists_extended($target_path);
448
+ if ( !$file_exists || $params["duplicatespolicy"] == "" || $params["duplicatespolicy"] == "overwrite" ) {
449
+ //redirect echo in internal buffer to receive and process any unwanted warning messages from wfu_upload_file
450
+ ob_start();
451
+ ob_clean();
452
+ /* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
453
+ If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
454
+ previous filter wfu_before_file_check, corresponding them to the unique file id */
455
+ if ( $file_unique_id != '' ) {
456
+ $target_path = apply_filters('wfu_before_file_upload', $target_path, $file_unique_id);
457
+ $file_map_arr = WFU_USVAR($file_map);
458
+ $file_map_arr['filepath'] = $target_path;
459
+ WFU_USVAR_store($file_map, $file_map_arr);
460
+ }
461
+ //recalculate $only_filename in case it changed with wfu_before_file_upload filter
462
+ $only_filename = wfu_basename($target_path);
463
+ //move the uploaded file to its final destination
464
+ $wfu_upload_file_ret = wfu_upload_file($source_path, $target_path, $params["accessmethod"], $params["ftpinfo"], $params["ftppassivemode"], $params["ftpfilepermissions"]);
465
+ $file_copied = $wfu_upload_file_ret["uploaded"];
466
+ //process warning messages from wfu_upload_file
467
+ $echo_message = ob_get_contents();
468
+ //finish redirecting of echo to internal buffer
469
+ ob_end_clean();
470
+ if ( $echo_message != "" && !$file_copied ) {
471
+ //error (and not errorabort) flag designates that file may be resumed
472
+ $file_output['message_type'] = "error";
473
+ if ( stristr($echo_message, "warning") && stristr($echo_message, "permission denied") && stristr($echo_message, "unable to move") ) {
474
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DIR_PERMISSION);
475
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DIR_PERMISSION);
476
+ }
477
+ else {
478
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_MOVE);
479
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], strip_tags($echo_message));
480
+ }
481
+ $message_processed = true;
482
+ }
483
+ if ( $wfu_upload_file_ret["admin_message"] != "" ) {
484
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $wfu_upload_file_ret["admin_message"]);
485
+ }
486
+ }
487
+ else if ( $file_exists && $params["duplicatespolicy"] == "maintain both" ) {
488
+ $full_path = wfu_basedir($target_path);
489
+ $name_part = $only_filename;
490
+ $ext_part = "";
491
+ $dot_pos = strrpos($name_part, ".");
492
+ if ( $dot_pos ) {
493
+ $ext_part = substr($name_part, $dot_pos);
494
+ $name_part = substr($name_part, 0, $dot_pos);
495
+ }
496
+ if ( $params["uniquepattern"] != "datetimestamp" ) {
497
+ $unique_ind = 1;
498
+ do {
499
+ $unique_ind += 1;
500
+ $only_filename = $name_part . "(" . $unique_ind . ")" . $ext_part;
501
+ $target_path = $full_path . $only_filename;
502
+ }
503
+ while ( wfu_file_exists_extended($target_path) );
504
+ }
505
+ else {
506
+ $current_datetime = gmdate("U") - 1;
507
+ do {
508
+ $current_datetime += 1;
509
+ $only_filename = $name_part . "-" . gmdate("YmdHis", $current_datetime) . $ext_part;
510
+ $target_path = $full_path . $only_filename;
511
+ }
512
+ while ( wfu_file_exists_extended($target_path) );
513
+ }
514
+ //redirect echo in internal buffer to receive and process any unwanted warning messages from move_uploaded_file
515
+ ob_start();
516
+ ob_clean();
517
+ /* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
518
+ If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
519
+ previous filter wfu_before_file_check, corresponding them to the unique file id */
520
+ if ( $file_unique_id != '' ) {
521
+ $target_path = apply_filters('wfu_before_file_upload', $target_path, $file_unique_id);
522
+ $file_map_arr = WFU_USVAR($file_map);
523
+ $file_map_arr['filepath'] = $target_path;
524
+ WFU_USVAR_store($file_map, $file_map_arr);
525
+ }
526
+ //recalculate $only_filename in case it changed with wfu_before_file_upload filter
527
+ $only_filename = wfu_basename($target_path);
528
+ //move the uploaded file to its final destination
529
+ $wfu_upload_file_ret = wfu_upload_file($source_path, $target_path, $params["accessmethod"], $params["ftpinfo"], $params["ftppassivemode"], $params["ftpfilepermissions"]);
530
+ $file_copied = $wfu_upload_file_ret["uploaded"];
531
+ //process warning messages from move_uploaded_file
532
+ $echo_message = ob_get_contents();
533
+ //finish redirecting of echo to internal buffer
534
+ ob_end_clean();
535
+ if ( $echo_message != "" && !$file_copied ) {
536
+ //error (and not errorabort) flag designates that file may be resumed
537
+ $file_output['message_type'] = "error";
538
+ if ( stristr($echo_message, "warning") && stristr($echo_message, "permission denied") && stristr($echo_message, "unable to move") ) {
539
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DIR_PERMISSION);
540
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DIR_PERMISSION);
541
+ }
542
+ else {
543
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_MOVE);
544
+ $file_output['admin_messages'] = wfu_join_strings("<br />n", $file_output['admin_messages'], strip_tags($echo_message));
545
+ }
546
+ $message_processed = true;
547
+ }
548
+ if ( $wfu_upload_file_ret["admin_message"] != "" ) {
549
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $wfu_upload_file_ret["admin_message"]);
550
+ }
551
+ }
552
+ else {
553
+ //abort the file and do not allow resuming
554
+ $file_output['message_type'] = "errorabort";
555
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_WARNING_FILE_EXISTS);
556
+ $message_processed = true;
557
+ $file_copied = false;
558
+ }
559
+ }
560
+ }
561
+
562
+ if ( $file_copied ) {
563
+ /* prepare email notification parameters if email notification is enabled */
564
+ if ( $params["notify"] == "true" && (!$only_check || $nofileupload) ) {
565
+ if ( !$nofileupload ) array_push($notify_target_path_list, $target_path);
566
+ }
567
+
568
+ /* prepare redirect link if redirection is enabled */
569
+ if ( $params["redirect"] == "true" ) {
570
+ /* Define dynamic redirect link from variables */
571
+ $search = array ('/%filename%/', '/%username%/');
572
+ $replace = array ($only_filename, $user_login);
573
+ $params_output_array["general"]['redirect_link'] = trim(preg_replace($search, $replace, $params["redirectlink"]));
574
+ }
575
+
576
+ if ( !$message_processed ) {
577
+ $file_output['message_type'] = "success";
578
+ }
579
+ }
580
+ else if ( !$message_processed ) {
581
+ //abort the file and do not allow resuming
582
+ $file_output['message_type'] = "errorabort";
583
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UNKNOWN);
584
+ }
585
+
586
+ /* Delete temporary file (in tmp directory) */
587
+ // unlink($source_path);
588
+ }
589
+ else {
590
+ //abort the file and do not allow resuming
591
+ $file_output['message_type'] = "errorabort";
592
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UNKNOWN);
593
+ }
594
+ }
595
+
596
+ /* last check of output file status */
597
+ if ( $file_output['message_type'] == "" ) {
598
+ if ( $file_copied ) $file_output['message_type'] = "success";
599
+ else {
600
+ //abort the file and do not allow resuming
601
+ $file_output['message_type'] = "errorabort";
602
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_UNKNOWN);
603
+ }
604
+ }
605
+
606
+ /* suppress any admin messages if user is not administrator or adminmessages is not activated */
607
+ if ( $suppress_admin_messages ) $file_output['admin_messages'] = "";
608
+
609
+ /* set file status to "warning" if the file has been uploaded but there are messages */
610
+ if ( $file_output['message_type'] == "success" ) {
611
+ if ( $file_output['message'] != "" || $file_output['admin_messages'] != "" )
612
+ $file_output['message_type'] = "warning";
613
+ }
614
+
615
+ /* set success status of the file, to be used for medialink and post actions */
616
+ $file_finished_successfully = ( (!$only_check || $nofileupload) && ( $file_output['message_type'] == "success" || $file_output['message_type'] == "warning" ) );
617
+ /* set non-success status of the file, to be used for medialink and post actions */
618
+ $file_finished_unsuccessfully = ( substr($file_output['message_type'], 0, 5) == "error" );
619
+
620
+
621
+ /* perform custom actions after file is completely uploaded in order to
622
+ determine if file is valid ir not */
623
+ if ( $file_finished_successfully && !$ignore_server_actions && !$nofileupload ) {
624
+ /* Here the second pass of file extension control is performed after
625
+ the file has completely uploaded, using WP inherent functions
626
+ that determine the real extension from analyzing the data and not
627
+ from the filename extension. If this check reveals an extension
628
+ which is not permitted then the file will be rejected and erased.
629
+ If the real extension is different than the original one but it
630
+ is permitted, then the file will remain as it is but a warning
631
+ message will notify the user that the extension of the file does
632
+ not match its contents. */
633
+ $check = wfu_wp_check_filetype_and_ext( $target_path, $only_filename, null );
634
+ if ( $check['proper_filename'] !== false ) {
635
+ $proper_filename = $check['proper_filename'];
636
+ if ( wfu_file_extension_blacklisted(strtolower($proper_filename)) ) {
637
+ $file_finished_successfully = false;
638
+ $file_finished_unsuccessfully = true;
639
+ wfu_unlink($target_path, "wfu_process_files:1");
640
+ $file_output['message_type'] = "errorabort";
641
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_FILE_REJECT);
642
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_FILE_WRONGEXT.$check['proper_filename']);
643
+ }
644
+ else {
645
+ $file_output['message_type'] = "warning";
646
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_WARNING_FILE_SUSPICIOUS);
647
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_WARNING_ADMIN_FILE_SUSPICIOUS.$check['proper_filename']);
648
+ }
649
+ }
650
+ // run any wfu_after_file_loaded filters to make any last file checks and accept or reject it
651
+ if ( $file_finished_successfully ) {
652
+ $filter_error_message = '';
653
+ $filter_admin_message = '';
654
+ $changable_data['error_message'] = $filter_error_message;
655
+ $changable_data['admin_message'] = $filter_admin_message;
656
+ $additional_data['file_unique_id'] = $file_unique_id;
657
+ $additional_data['file_path'] = $target_path;
658
+ $additional_data['shortcode_id'] = $sid;
659
+ $ret_data = apply_filters('wfu_after_file_loaded', $changable_data, $additional_data);
660
+ //this is a call to wfu_after_file_complete filters, which is
661
+ //the old name of wfu_after_file_loaded filters, for maintaining
662
+ //backward compatibility
663
+ $changable_data = $ret_data;
664
+ $ret_data = apply_filters('wfu_after_file_complete', $changable_data, $additional_data);
665
+ $filter_error_message = $ret_data['error_message'];
666
+ $filter_admin_message = $ret_data['admin_message'];
667
+ if ( $filter_error_message != '' ) {
668
+ $file_finished_successfully = false;
669
+ $file_finished_unsuccessfully = true;
670
+ wfu_unlink($target_path, "wfu_process_files:3");
671
+ $file_output['message_type'] = "errorabort";
672
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], $filter_error_message);
673
+ if ( $filter_admin_message != '' )
674
+ $file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $filter_admin_message);
675
+ }
676
+ }
677
+ }
678
+
679
+ /* in case that the file will not be saved due to personal data policy
680
+ then convert any success message_type to warning */
681
+ if ( $store_nothing && $file_output['message_type'] == "success" ) {
682
+ $file_output['message_type'] = "warning";
683
+ $file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_UPLOAD_STATE19_SINGLEFILE);
684
+ }
685
+
686
+ /* adjust message details and colors according to file result */
687
+ /* FileResult: A */
688
+ $search = array ('/%username%/', '/%useremail%/', '/%filename%/', '/%filepath%/');
689
+ $replace = array ($user_login, ( $user_email == "" ? "no email" : $user_email ), $only_filename, $target_path);
690
+ if ( $file_output['message_type'] == "success" ) {
691
+ $success_count ++;
692
+ $color_array = explode(",", $params['successmessagecolors']);
693
+ $file_output['color'] = $color_array[0];
694
+ $file_output['bgcolor'] = $color_array[1];
695
+ $file_output['borcolor'] = $color_array[2];
696
+ $file_output['header'] = esc_html(preg_replace($search, $replace, $params['successmessage']));
697
+ /* prepare details of successful file upload, visible only to administrator */
698
+ $file_output['admin_messages'] = wfu_join_strings("<br />", preg_replace($search, $replace, WFU_SUCCESSMESSAGE_DETAILS), $file_output['admin_messages']);
699
+ }
700
+ /* FileResult: B */
701
+ elseif ( $file_output['message_type'] == "warning" ) {
702
+ $warning_count ++;
703
+ $color_array = explode(",", $params['warningmessagecolors']);
704
+ $file_output['color'] = $color_array[0];
705
+ $file_output['bgcolor'] = $color_array[1];
706
+ $file_output['borcolor'] = $color_array[2];
707
+ $file_output['header'] = esc_html(preg_replace($search, $replace, ( $store_nothing ? WFU_WARNINGMESSAGE_NOSAVE : $params['warningmessage'] )));
708
+ /* prepare and prepend details of successful file upload, visible only to administrator */
709
+ $file_output['admin_messages'] = wfu_join_strings("<br />", preg_replace($search, $replace, WFU_SUCCESSMESSAGE_DETAILS), $file_output['admin_messages']);
710
+ }
711
+ /* FileResult: C */
712
+ elseif ( substr($file_output['message_type'], 0, 5) == "error" ) {
713
+ $error_count ++;
714
+ $color_array = explode(",", $params['failmessagecolors']);
715
+ $file_output['color'] = $color_array[0];
716
+ $file_output['bgcolor'] = $color_array[1];
717
+ $file_output['borcolor'] = $color_array[2];
718
+ $replace = array ($user_login, ( $user_email == "" ? "no email" : $user_email ), $only_filename, $target_path);
719
+ $file_output['header'] = esc_html(preg_replace($search, $replace, $params['errormessage']));
720
+ /* prepare and prepend details of failed file upload, visible only to administrator */
721
+ if ( !$nofileupload ) $file_output['admin_messages'] = wfu_join_strings("<br />", preg_replace($search, $replace, WFU_FAILMESSAGE_DETAILS), $file_output['admin_messages']);
722
+ }
723
+
724
+ /* suppress again any admin messages if user is not administrator or adminmessages is not activated */
725
+ if ( $suppress_admin_messages ) $file_output['admin_messages'] = "";
726
+
727
+ $params_output_array[0] = $file_output;
728
+
729
+ if ( $file_unique_id != '' && $file_finished_unsuccessfully && !$ignore_server_actions ) {
730
+ /* Apply wfu_after_file_upload filter after failed upload, in order to allow the user to perform any post-upload actions.
731
+ If additional data are required, such as user_id or userdata values or filepath, they can be retrieved by implementing
732
+ the previous filters wfu_before_file_check and wfu_before_file_upload, corresponding them to the unique file id.
733
+ This actions allows to define custom javascript code to run after each file finishes (either succeeded or failed).
734
+ For backward compatibility, the wfu_after_file_upload action that was implemented in previous version of the plugin
735
+ still remains. */
736
+ $changable_data['ret_value'] = null;
737
+ $changable_data['js_script'] = '';
738
+ $additional_data['shortcode_id'] = $sid;
739
+ $additional_data['unique_id'] = $unique_id;
740
+ if ( !$nofileupload ) $additional_data['file_unique_id'] = $file_unique_id;
741
+ if ( !$nofileupload ) $additional_data['upload_result'] = $file_output['message_type'];
742
+ else $additional_data['submit_result'] = $file_output['message_type'];
743
+ $additional_data['error_message'] = $file_output['message'];
744
+ $additional_data['admin_messages'] = $file_output['admin_messages'];
745
+ if ( !$nofileupload ) $ret_data = apply_filters('wfu_after_file_upload', $changable_data, $additional_data);
746
+ else $ret_data = apply_filters('wfu_after_data_submit', $changable_data, $additional_data);
747
+ $params_output_array["general"]['js_script'] = $ret_data['js_script'];
748
+ // do_action('wfu_after_file_upload', $file_unique_id, $file_output['message_type'], $file_output['message'], $file_output['admin_messages']);
749
+ }
750
+
751
+ if ( $file_finished_successfully && !$ignore_server_actions ) {
752
+ /* Log file upload action if file has finished uploading
753
+ uccessfully. If this is a no file upload then log action will be
754
+ datasubmit. */
755
+ if ( !$nofileupload ) {
756
+ if ( !$consent_revoked ) $fileid = wfu_log_action('upload', $target_path, $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
757
+ elseif ( !$not_store_files ) $fileid = wfu_log_action('upload', $target_path, 0, $unique_id, $params['pageid'], $params['blogid'], $sid, $empty_userdata_fields);
758
+ }
759
+ else {
760
+ if ( !$consent_revoked ) $fileid = wfu_log_action('datasubmit', '', $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
761
+ }
762
+ /* Apply wfu_after_file_upload filter after failed upload, in order to allow the user to perform any post-upload actions.
763
+ If additional data are required, such as user_id or userdata values or filepath, they can be retrieved by implementing
764
+ the previous filters wfu_before_file_check and wfu_before_file_upload, corresponding them to the unique file id.
765
+ This actions allows to define custom javascript code to run after each file finishes (either suceeded or failed).
766
+ For backward compatibility, the wfu_after_file_upload action that was implemented in previous version of the plugin
767
+ still remains. */
768
+ $changable_data['ret_value'] = null;
769
+ $changable_data['js_script'] = '';
770
+ $additional_data['shortcode_id'] = $sid;
771
+ $additional_data['unique_id'] = $unique_id;
772
+ if ( !$nofileupload ) $additional_data['file_unique_id'] = $file_unique_id;
773
+ if ( !$nofileupload ) $additional_data['upload_result'] = $file_output['message_type'];
774
+ else $additional_data['submit_result'] = $file_output['message_type'];
775
+ $additional_data['error_message'] = $file_output['message'];
776
+ $additional_data['admin_messages'] = $file_output['admin_messages'];
777
+ if ( !$nofileupload ) $ret_data = apply_filters('wfu_after_file_upload', $changable_data, $additional_data);
778
+ else $ret_data = apply_filters('wfu_after_data_submit', $changable_data, $additional_data);
779
+ $params_output_array["general"]['js_script'] = $ret_data['js_script'];
780
+ // do_action('wfu_after_file_upload', $file_unique_id, $file_output['message_type'], $file_output['message'], $file_output['admin_messages']);
781
+ }
782
+
783
+ /* add file to Media or attach file to current post if any of these options is activated and the file has finished uploading successfully */
784
+ if ( ( $params["medialink"] == "true" || $params["postlink"] == "true" ) && $file_finished_successfully && !$ignore_server_actions && !$nofileupload ) {
785
+ $pageid = ( $params["postlink"] == "true" ? $params['pageid'] : 0 );
786
+ if ( !$consent_revoked ) wfu_process_media_insert($target_path, $userdata_fields, $pageid);
787
+ elseif ( !$not_store_files ) wfu_process_media_insert($target_path, empty_userdata_fields, $pageid);
788
+ }
789
+
790
+ /* store final file data and upload result to filemap session array for
791
+ use by after_upload filters */
792
+ if ( ( $file_finished_successfully || $file_finished_unsuccessfully ) && !$ignore_server_actions && !$nofileupload ) {
793
+ if ( WFU_USVAR_exists("filedata_".$unique_id) ) {
794
+ $filedata_id = WFU_USVAR("filedata_".$unique_id);
795
+ if ( isset($filedata_id[$real_file_index]) ) {
796
+ $filedata_id[$real_file_index]["filepath"] = $target_path;
797
+ $filedata_id[$real_file_index]["user_data"] = $userdata_fields;
798
+ $filedata_id[$real_file_index]["upload_result"] = $file_output['message_type'];
799
+ $filedata_id[$real_file_index]["message"] = $file_output['message'];
800
+ $filedata_id[$real_file_index]["admin_messages"] = $file_output['admin_messages'];
801
+ WFU_USVAR_store("filedata_".$unique_id, $filedata_id);
802
+ }
803
+ }
804
+ }
805
+ }
806
+
807
+ // in case of file check set files_count to 0 in order to denote that the file was not really uploaded
808
+ if ( $only_check && !$nofileupload ) $params_output_array["general"]['files_count'] = 0;
809
+
810
+ $somefiles_Ok = ( ( $warning_count + $success_count ) > 0 );
811
+ $allfiles_Ok = ( $somefiles_Ok && ( $error_count == 0 ) );
812
+
813
+ /* Prepare WPFileBase Plugin update url, if this option has been selected and only if at least one file has been successfully uploaded.
814
+ Execution will happen only if accumulated $params_output_array["general"]['update_wpfilebase'] is not empty */
815
+ if ( $params["filebaselink"] == "true" && !$nofileupload ) {
816
+ if ( $somefiles_Ok ) {
817
+ $filebaseurl = site_url();
818
+ if ( substr($filebaseurl, -1, 1) == "/" ) $filebaseurl = substr($filebaseurl, 0, strlen($filebaseurl) - 1);
819
+ /* if the following variable is not empty, then WPFileBase Plugin update must be executed
820
+ and any admin messages must be suppressed */
821
+ $params_output_array["general"]['update_wpfilebase'] = $filebaseurl;
822
+ }
823
+ else {
824
+ $params_output_array["general"]['admin_messages']['wpfilebase'] = WFU_WARNING_WPFILEBASE_NOTUPDATED_NOFILES;
825
+ $params_output_array["general"]['errors']['wpfilebase'] = "error";
826
+ }
827
+ }
828
+
829
+ /* Prepare email notification parameters if email notification is enabled and only if at least one file has been successfully uploaded
830
+ if $method = "no-ajax" then send the email to the recipients
831
+ if $method = "ajax" then return the notification parameters to the handler for further processing
832
+ In case of ajax, execution will happen only if notify_by_email is greater than 0 */
833
+ if ( $params["notify"] == "true" ) {
834
+ /* verify that there are recipients */
835
+ $notifyrecipients = trim(preg_replace('/%useremail%/', $user_email, $params["notifyrecipients"]));
836
+ if ( $notifyrecipients != "" ) {
837
+ if ( $somefiles_Ok || $force_notifications ) {
838
+ if ( $method == 'no_ajax' && !$ignore_server_actions ) {
839
+ $send_error = wfu_send_notification_email($user, $notify_target_path_list, $userdata_fields, $params);
840
+ if ( $send_error != "" ) {
841
+ $params_output_array["general"]['admin_messages']['notify'] = $send_error;
842
+ $params_output_array["general"]['errors']['notify'] = "error";
843
+ }
844
+ }
845
+ else {
846
+ /* if the following variable is not empty, then email notification must be sent
847
+ and any admin messages must be suppressed */
848
+ $params_output_array["general"]['notify_by_email'] = ( !$nofileupload && !$force_notifications ? count($notify_target_path_list) : 1 );
849
+ }
850
+ }
851
+ else {
852
+ $params_output_array["general"]['admin_messages']['notify'] = WFU_WARNING_NOTIFY_NOTSENT_NOFILES;
853
+ $params_output_array["general"]['errors']['notify'] = "error";
854
+ }
855
+ }
856
+ else {
857
+ $params_output_array["general"]['admin_messages']['notify'] = WFU_WARNING_NOTIFY_NOTSENT_NORECIPIENTS;
858
+ $params_output_array["general"]['errors']['notify'] = "error";
859
+ }
860
+ }
861
+
862
+ /* Prepare redirect link if redirection is enabled and only if all files have been successfully uploaded
863
+ Execution will happen only if accumulated redirect_link is not empty and accumulated redirect errors are empty */
864
+ if ( $params["redirect"] == "true" ) {
865
+ if ( $params_output_array["general"]['redirect_link'] == "" ) {
866
+ $params_output_array["general"]['admin_messages']['redirect'] = WFU_WARNING_REDIRECT_NOTEXECUTED_EMPTY;
867
+ $params_output_array["general"]['errors']['redirect'] = "error";
868
+ }
869
+ elseif ( !$allfiles_Ok ) {
870
+ $params_output_array["general"]['admin_messages']['redirect'] = WFU_WARNING_REDIRECT_NOTEXECUTED_FILESFAILED;
871
+ $params_output_array["general"]['errors']['redirect'] = "error";
872
+ }
873
+ }
874
+
875
+ /* suppress any admin messages if user is not administrator or adminmessages is not activated */
876
+ if ( $suppress_admin_messages ) {
877
+ $params_output_array["general"]['admin_messages']['wpfilebase'] = "";
878
+ $params_output_array["general"]['admin_messages']['notify'] = "";
879
+ $params_output_array["general"]['admin_messages']['redirect'] = "";
880
+ $params_output_array["general"]['admin_messages']['other'] = "";
881
+ }
882
+
883
+ /* Calculate upload state from file results */
884
+ if ( $allfiles_Ok && ( $warning_count == 0 ) ) $params_output_array["general"]['state'] = ( !$nofileupload ? 4 : 14 );
885
+ else if ( $allfiles_Ok ) $params_output_array["general"]['state'] = 5;
886
+ else if ( $somefiles_Ok ) $params_output_array["general"]['state'] = 6; //only valid in no-ajax method
887
+ else if ( !$somefiles_Ok && $error_count > 0 ) $params_output_array["general"]['state'] = ( !$nofileupload ? 7 : 15 );
888
+ else $params_output_array["general"]['state'] = 8;
889
+ /* in case that the files will not be saved due to personal data policy
890
+ then adjust general state accordingly (effective for no-ajax uploads) */
891
+ if ( !$nofileupload && $somefiles_Ok && $store_nothing ) $params_output_array["general"]['state'] = 19;
892
+
893
+ /* construct safe output */
894
+ $sout = $params_output_array["general"]['state'].";".WFU_VAR("WFU_DEFAULTMESSAGECOLORS").";".$files_count;
895
+ for ($i = 0; $i < $files_count; $i++) {
896
+ $sout .= ";".wfu_plugin_encode_string($file_output['message_type']);
897
+ $sout .= ",".wfu_plugin_encode_string($file_output['header']);
898
+ $sout .= ",".wfu_plugin_encode_string($file_output['message']);
899
+ $sout .= ",".wfu_plugin_encode_string($file_output['admin_messages']);
900
+ $sout .= ",".$file_output['uploaded_file_props'];
901
+ }
902
+ $params_output_array["general"]['safe_output'] = $sout;
903
+
904
+ return $params_output_array;
905
  }
lib/wfu_security.php CHANGED
@@ -1,206 +1,242 @@
1
- <?php
2
-
3
- global $wfu_extension_blacklist;
4
- $wfu_extension_blacklist = array( "2clk" => 1, "386" => 1, "3dfbat" => 1, "3dm" => 1, "3dsx" => 1, "3rf" => 1, "4ge" => 1, "4gl" => 1, "4pk" => 1, "4th" => 1, "73i87A" => 1, "89x" => 1, "8xk" => 1, "8xp" => 1, "92x" => 1, "a" => 1, "a2w" => 1, "a2x" => 1, "a3c" => 1, "a3x" => 1, "a51" => 1, "a5r" => 1, "a5wcmp" => 1, "a66" => 1, "a6p" => 1, "a86" => 1, "a8s" => 1, "aaa" => 1, "aar" => 1, "aas" => 1, "abap" => 1, "abc" => 1, "abd" => 1, "abl" => 1, "abs" => 1, "ac" => 1, "acc" => 1, "accde" => 1, "acgi" => 1, "acm" => 1, "acr" => 1, "act" => 1, "action" => 1, "actionscript" => 1, "actproj" => 1, "actx" => 1, "acu" => 1, "acx" => 1, "ad" => 1, "ad2" => 1, "ada" => 1, "adb" => 1, "adba" => 1, "ade" => 1, "adiumscripts" => 1, "adp" => 1, "ads" => 1, "adt" => 1, "ae0" => 1, "aem" => 1, "aep" => 1, "aepl" => 1, "aex" => 1, "afb" => 1, "agc" => 1, "agi" => 1, "agls" => 1, "ago" => 1, "agp" => 1, "ags" => 1, "agt" => 1, "ahk" => 1, "ahtm" => 1, "ahtml" => 1, "aia" => 1, "aidl" => 1, "aif" => 1, "aifb" => 1, "air" => 1, "airi" => 1, "akp" => 1, "akt" => 1, "alan" => 1, "alb" => 1, "alg" => 1, "ali" => 1, "alm" => 1, "alx" => 1, "amf" => 1, "aml" => 1, "amos" => 1, "amw" => 1, "an" => 1, "ane" => 1, "anjuta" => 1, "anm" => 1, "ap" => 1, "apb" => 1, "apg" => 1, "api" => 1, "apifilters" => 1, "apk" => 1, "aplt" => 1, "apm" => 1, "app" => 1, "appcache" => 1, "applescript" => 1, "applet" => 1, "application" => 1, "apprefms" => 1, "appx" => 1, "appxmanifest" => 1, "appxsym" => 1, "appxupload" => 1, "aps" => 1, "apt" => 1, "aqf" => 1, "arb" => 1, "argo" => 1, "armx" => 1, "arnoldc" => 1, "aro" => 1, "arq" => 1, "arscript" => 1, "art" => 1, "artproj" => 1, "aru" => 1, "arxml" => 1, "ary" => 1, "as" => 1, "as3" => 1, "as4" => 1, "asa" => 1, "asax" => 1, "asbx" => 1, "asc" => 1, "ascx" => 1, "asgp" => 1, "ash" => 1, "ashx" => 1, "asi" => 1, "asic" => 1, "asis" => 1, "asm" => 1, "asmx" => 1, "aso" => 1, "asp" => 1, "asproj" => 1, "aspx" => 1, "asr" => 1, "ass" => 1, "asta" => 1, "astx" => 1, "asz" => 1, "ata" => 1, "atl" => 1, "atm" => 1, "atmn" => 1, "atom" => 1, "atomsvc" => 1, "atp" => 1, "ats" => 1, "au" => 1, "au3" => 1, "aus" => 1, "aut" => 1, "autoconf" => 1, "autoplay" => 1, "autosave" => 1, "avastconfig" => 1, "avb" => 1, "avc" => 1, "ave" => 1, "avs" => 1, "avsi" => 1, "awd" => 1, "awk" => 1, "awl" => 1, "awm" => 1, "awt" => 1, "axb" => 1, "axc" => 1, "axd" => 1, "axe" => 1, "axf" => 1, "axl" => 1, "axs" => 1, "azd" => 1, "azw2" => 1, "b" => 1, "b24" => 1, "b2d" => 1, "ba" => 1, "bal" => 1, "bas" => 1, "bash" => 1, "bat" => 1, "bau" => 1, "bax" => 1, "bb" => 1, "bbc" => 1, "bbe" => 1, "bbf" => 1, "bbproject" => 1, "bc" => 1, "bcc" => 1, "bcf" => 1, "bcp" => 1, "bcx" => 1, "bdh" => 1, "bdsproj" => 1, "bdt" => 1, "beam" => 1, "bed" => 1, "bet" => 1, "beta" => 1, "bfd" => 1, "bgi" => 1, "bgm" => 1, "bhs" => 1, "bhx" => 1, "bi" => 1, "bil" => 1, "bimd" => 1, "bin" => 1, "binarycookies" => 1, "bitcfg" => 1, "bitpim" => 1, "bkd" => 1, "bkmk" => 1, "bks" => 1, "blf" => 1, "bli" => 1, "bll" => 1, "bml" => 1, "bmml" => 1, "bmo" => 1, "bms" => 1, "bmw" => 1, "bochsrc" => 1, "bok" => 1, "boo" => 1, "bookexport" => 1, "bootstrap" => 1, "borland" => 1, "box" => 1, "bp" => 1, "bpk" => 1, "bpo" => 1, "bpp" => 1, "bpr" => 1, "bps" => 1, "bpt" => 1, "bqf" => 1, "breakingbad" => 1, "brg" => 1, "brml" => 1, "brs" => 1, "brx" => 1, "bs2" => 1, "bsc" => 1, "bsd" => 1, "bsh" => 1, "bsi" => 1, "bsl" => 1, "bsm" => 1, "bsml" => 1, "bson" => 1, "bsp" => 1, "bsv" => 1, "bt" => 1, "bt3" => 1, "btapp" => 1, "btc" => 1, "btf" => 1, "btm" => 1, "btproj" => 1, "btq" => 1, "btt" => 1, "btx" => 1, "bufferedimage" => 1, "build" => 1, "builder" => 1, "buildpath" => 1, "buk" => 1, "bup" => 1, "bur" => 1, "bus" => 1, "bwp" => 1, "bwz" => 1, "bxb" => 1, "bxl" => 1, "bxml" => 1, "bxp" => 1, "bxrc" => 1, "bxz" => 1, "bzs" => 1, "c" => 1, "c86" => 1, "ca" => 1, "cac" => 1, "cal" => 1, "cap" => 1, "capfile" => 1, "caps" => 1, "car" => 1, "cas" => 1, "cb" => 1, "cba" => 1, "cbl" => 1, "cbp" => 1, "cbq" => 1, "cbs" => 1, "cc" => 1, "ccb" => 1, "ccbjs" => 1, "ccc" => 1, "ccf" => 1, "ccfg" => 1, "cch" => 1, "ccp" => 1, "ccproj" => 1, "ccr" => 1, "ccs" => 1, "ccxml" => 1, "cd" => 1, "cdd" => 1, "cdf" => 1, "cdproj" => 1, "ce0" => 1, "ceid" => 1, "cel" => 1, "celx" => 1, "ceo" => 1, "cer" => 1, "cerber" => 1, "cert" => 1, "certauthorityconfig" => 1, "cezeokey" => 1, "cf" => 1, "cf3" => 1, "cfc" => 1, "cfg" => 1, "cfi" => 1, "cfm" => 1, "cfml" => 1, "cfo" => 1, "cfs" => 1, "cfxxe" => 1, "cg" => 1, "cgi" => 1, "cgvp" => 1, "cgx" => 1, "ch" => 1, "cha" => 1, "chat" => 1, "chd" => 1, "chef" => 1, "chf" => 1, "chh" => 1, "chl" => 1, "chtml" => 1, "cih" => 1, "ckm" => 1, "cl" => 1, "cla" => 1, "class" => 1, "classdiagram" => 1, "classpath" => 1, "cld" => 1, "clips" => 1, "clj" => 1, "clm" => 1, "clojure" => 1, "clp" => 1, "cls" => 1, "clu" => 1, "clw" => 1, "clx" => 1, "cm" => 1, "cma" => 1, "cmake" => 1, "cmd" => 1, "cml" => 1, "cmp" => 1, "cms" => 1, "cnf" => 1, "cnn" => 1, "cob" => 1, "cobol" => 1, "cod" => 1, "codasite" => 1, "coffee" => 1, "cola" => 1, "color" => 1, "com" => 1, "command" => 1, "common" => 1, "con" => 1, "conf" => 1, "confauto" => 1, "config" => 1, "configure" => 1, "confluence" => 1, "cook" => 1, "cord" => 1, "cos" => 1, "coverage" => 1, "coveragexml" => 1, "coverton" => 1, "cp" => 1, "cpb" => 1, "cpl" => 1, "cpp" => 1, "cpr" => 1, "cprr" => 1, "cpy" => 1, "cpz" => 1, "cq" => 1, "cql" => 1, "cr" => 1, "crdownload" => 1, "creole" => 1, "crinf" => 1, "crjoker" => 1, "crp" => 1, "crt" => 1, "cryp1" => 1, "crypt" => 1, "crypted" => 1, "cryptolocker" => 1, "cryptowall" => 1, "crypz" => 1, "cs" => 1, "csb" => 1, "csc" => 1, "cscfg" => 1, "cscpkt" => 1, "csd" => 1, "csf" => 1, "csgrad" => 1, "cshrc" => 1, "cshtml" => 1, "csi" => 1, "csm" => 1, "csml" => 1, "csp" => 1, "cspkg" => 1, "csproj" => 1, "csr" => 1, "css" => 1, "css1" => 1, "csview" => 1, "csx" => 1, "ctbl" => 1, "ctl" => 1, "ctp" => 1, "ctr" => 1, "ctt" => 1, "cu" => 1, "cuh" => 1, "cus" => 1, "cvsrc" => 1, "cwc" => 1, "cx" => 1, "cxe" => 1, "cxl" => 1, "cxp" => 1, "cxq" => 1, "cxs" => 1, "cxt" => 1, "cxx" => 1, "cya" => 1, "cyw" => 1, "czvxce" => 1, "d" => 1, "d2j" => 1, "d4" => 1, "da" => 1, "dadx" => 1, "daemonscript" => 1, "dap" => 1, "darkness" => 1, "das" => 1, "datasource" => 1, "db" => 1, "db2" => 1, "db2tbl" => 1, "db2tr" => 1, "db2vw" => 1, "dba" => 1, "dbc" => 1, "dbd" => 1, "dbg" => 1, "dbheader" => 1, "dbmdl" => 1, "dbmg" => 1, "dbml" => 1, "dbnx" => 1, "dbo" => 1, "dbp" => 1, "dbpro" => 1, "dbproj" => 1, "dbr" => 1, "dc" => 1, "dcb" => 1, "dcc" => 1, "dcd" => 1, "dcf" => 1, "dcfg" => 1, "dcr" => 1, "dctmp" => 1, "dd" => 1, "ddb" => 1, "ddp" => 1, "ddt" => 1, "deb" => 1, "defaultsite" => 1, "defi" => 1, "delf" => 1, "dep" => 1, "depend" => 1, "der" => 1, "derp" => 1, "des" => 1, "dev" => 1, "devicemetadatams" => 1, "devpak" => 1, "dex" => 1, "dexe" => 1, "dfb" => 1, "dfc" => 1, "dfd" => 1, "dfm" => 1, "dfn" => 1, "dg" => 1, "dgml" => 1, "dgscript" => 1, "dgsl" => 1, "dht" => 1, "dhtml" => 1, "di" => 1, "dia" => 1, "diagcfg" => 1, "dic" => 1, "dif" => 1, "diff" => 1, "dil" => 1, "dime" => 1, "din" => 1, "discomap" => 1, "dispositionnotification" => 1, "dita" => 1, "djg" => 1, "dks" => 1, "dlb" => 1, "dlc" => 1, "dlg" => 1, "dli" => 1, "dll" => 1, "dllx" => 1, "dmb" => 1, "dmc" => 1, "dml" => 1, "dms" => 1, "dno" => 1, "do" => 1, "dob" => 1, "dockerignore" => 1, "docstates" => 1, "dol" => 1, "dom" => 1, "dor" => 1, "download" => 1, "dpd" => 1, "dpj" => 1, "dpk" => 1, "dplt" => 1, "dpq" => 1, "dpr" => 1, "dpsml" => 1, "dqy" => 1, "drc" => 1, "drh" => 1, "dro" => 1, "dropbox" => 1, "drv" => 1, "ds" => 1, "dsa" => 1, "dsb" => 1, "dsd" => 1, "dse" => 1, "dso" => 1, "dsp" => 1, "dsq" => 1, "dsr" => 1, "dsym" => 1, "dt" => 1, "dtd" => 1, "dtml" => 1, "dto" => 1, "dtpc" => 1, "dts" => 1, "dtsconfig" => 1, "dtsearch" => 1, "dtx" => 1, "dun" => 1, "dvb" => 1, "dvp" => 1, "dwarf" => 1, "dwp" => 1, "dws" => 1, "dwt" => 1, "dx" => 1, "dxl" => 1, "dxz" => 1, "dyc" => 1, "dyv" => 1, "dyz" => 1, "e" => 1, "eaf" => 1, "ebc" => 1, "ebm" => 1, "ebs" => 1, "ebs2" => 1, "ebuild" => 1, "ebx" => 1, "ecc" => 1, "ece" => 1, "ecf" => 1, "ecore" => 1, "ecorediag" => 1, "ecu" => 1, "ed2k" => 1, "edml" => 1, "eek" => 1, "efss" => 1, "eg2" => 1, "egg" => 1, "egginfo" => 1, "eham" => 1, "ehi" => 1, "ejs" => 1, "ekm" => 1, "el" => 1, "elc" => 1, "eld" => 1, "elf" => 1, "email" => 1, "emakefile" => 1, "emakerfile" => 1, "eml" => 1, "emv" => 1, "EnCiPhErEd" => 1, "encrypt" => 1, "encrypted" => 1, "enigma" => 1, "enml" => 1, "ent" => 1, "entitlements" => 1, "epa" => 1, "epf" => 1, "ephtml" => 1, "epibrw" => 1, "epj" => 1, "epl" => 1, "epp" => 1, "ept" => 1, "eqconfig" => 1, "eql" => 1, "eqn" => 1, "erb" => 1, "erl" => 1, "erubis" => 1, "es" => 1, "esp" => 1, "esproj" => 1, "ev3p" => 1, "evm" => 1, "evp" => 1, "ew" => 1, "ewc" => 1, "ex" => 1, "exc" => 1, "exe" => 1, "exe1" => 1, "exe4j" => 1, "exec" => 1, "exerenamed" => 1, "exp" => 1, "exprwdconfig" => 1, "exprwdxsl" => 1, "exsd" => 1, "exu" => 1, "exv" => 1, "exw" => 1, "exx" => 1, "ezc" => 1, "eze" => 1, "ezhex" => 1, "ezt" => 1, "ezz" => 1, "f" => 1, "f03" => 1, "f40" => 1, "f77" => 1, "f90" => 1, "f95" => 1, "factorypath" => 1, "fag" => 1, "faq" => 1, "farrun" => 1, "fas" => 1, "fasl" => 1, "fbk" => 1, "fbp6" => 1, "fbz6" => 1, "fcg" => 1, "fcgi" => 1, "fdml" => 1, "fdp" => 1, "fdt" => 1, "feedms" => 1, "feedsdbms" => 1, "ff" => 1, "ffsbatch" => 1, "ffsgui" => 1, "ffsreal" => 1, "fgb" => 1, "fgl" => 1, "fhtml" => 1, "fhx" => 1, "fig" => 1, "fil" => 1, "fjl" => 1, "flm" => 1, "fmb" => 1, "fml" => 1, "fmp" => 1, "fmt" => 1, "fmx" => 1, "fnr" => 1, "folder" => 1, "for" => 1, "form" => 1, "forth" => 1, "fountain" => 1, "fox" => 1, "fp" => 1, "fpc" => 1, "fpi" => 1, "fpp" => 1, "fpsml" => 1, "fpweb" => 1, "fpx" => 1, "fpxml" => 1, "fqy" => 1, "frj" => 1, "frm" => 1, "frs" => 1, "frt" => 1, "fs" => 1, "fsb" => 1, "fsi" => 1, "fsproj" => 1, "fsscript" => 1, "fst" => 1, "fsx" => 1, "ftn" => 1, "ftp" => 1, "FTT" => 1, "fuj" => 1, "fun" => 1, "fus" => 1, "fwaction" => 1, "fwactionb" => 1, "fweb" => 1, "fwp" => 1, "fwt" => 1, "fwx" => 1, "fxc" => 1, "fxcproj" => 1, "fxl" => 1, "fxml" => 1, "fxp" => 1, "fzs" => 1, "g16" => 1, "g1m" => 1, "g3a" => 1, "gadgeprj" => 1, "gadget" => 1, "galaxy" => 1, "gambas" => 1, "gas" => 1, "gbap" => 1, "gbl" => 1, "gc3" => 1, "gch" => 1, "gcl" => 1, "gcode" => 1, "gdg" => 1, "gdm" => 1, "gdoc" => 1, "gdraw" => 1, "gdt" => 1, "geany" => 1, "gek" => 1, "gemfile" => 1, "gen" => 1, "generictest" => 1, "genmodel" => 1, "geojson" => 1, "getright" => 1, "gfa" => 1, "gfe" => 1, "gform" => 1, "gg" => 1, "ghc" => 1, "ghi" => 1, "ghp" => 1, "gim" => 1, "git" => 1, "gitconfig" => 1, "glade" => 1, "gladinetsp" => 1, "gld" => 1, "glf" => 1, "glink" => 1, "global" => 1, "gls" => 1, "gml" => 1, "gne" => 1, "gnt" => 1, "gnumakefile" => 1, "go" => 1, "gobj" => 1, "goc" => 1, "god" => 1, "good" => 1, "gp" => 1, "gpc" => 1, "gpe" => 1, "gpu" => 1, "gradle" => 1, "graphml" => 1, "graphmlz" => 1, "grd" => 1, "greenfoot" => 1, "groovy" => 1, "grx" => 1, "grxml" => 1, "gs" => 1, "gsb" => 1, "gsc" => 1, "gscript" => 1, "gsd" => 1, "gsheet" => 1, "gsk" => 1, "gslides" => 1, "gss" => 1, "gst" => 1, "gsym" => 1, "gtable" => 1, "gtp" => 1, "gup" => 1, "gus" => 1, "gv" => 1, "gvy" => 1, "gxl" => 1, "gyg" => 1, "gyp" => 1, "gypi" => 1, "gzquar" => 1, "h" => 1, "h2o" => 1, "h6h" => 1, "ha3" => 1, "hal" => 1, "haml" => 1, "handlebars" => 1, "has" => 1, "hathdl" => 1, "hay" => 1, "hbm" => 1, "hbs" => 1, "hbx" => 1, "hbz" => 1, "hc" => 1, "hcfg" => 1, "hcm" => 1, "hcr" => 1, "hcu" => 1, "hcw" => 1, "hdf" => 1, "hdl" => 1, "hdm" => 1, "hdml" => 1, "hei" => 1, "helpcfg" => 1, "herbst" => 1, "hexdwc" => 1, "hfc" => 1, "hfmx" => 1, "hh" => 1, "hhh" => 1, "hic" => 1, "hid" => 1, "history" => 1, "hkp" => 1, "hla" => 1, "hlp" => 1, "hlsl" => 1, "hlw" => 1, "hms" => 1, "hoic" => 1, "hom" => 1, "hot" => 1, "hp" => 1, "hpf" => 1, "hpj" => 1, "hpp" => 1, "hrh" => 1, "hrl" => 1, "hs" => 1, "hsc" => 1, "hsdl" => 1, "hse" => 1, "hsm" => 1, "hsq" => 1, "hsql" => 1, "ht" => 1, "ht4" => 1, "hta" => 1, "htaccess" => 1, "htc" => 1, "htd" => 1, "htm" => 1, "html" => 1, "html5" => 1, "htmls" => 1, "htms" => 1, "htpasswd" => 1, "htr" => 1, "hts" => 1, "htx" => 1, "hx" => 1, "hxa" => 1, "hxml" => 1, "hxp" => 1, "hxproj" => 1, "hxx" => 1, "hydra" => 1, "i" => 1, "ia" => 1, "iadaction" => 1, "iadclass" => 1, "iadpage" => 1, "iadstyle" => 1, "iaf" => 1, "iap" => 1, "ic" => 1, "ica" => 1, "ice" => 1, "icl" => 1, "icn" => 1, "iconfig" => 1, "icte" => 1, "idb" => 1, "ide" => 1, "idl" => 1, "idle" => 1, "ie3" => 1, "ifb" => 1, "ifp" => 1, "ifs" => 1, "ig" => 1, "igd" => 1, "ihtml" => 1, "ii" => 1, "iim" => 1, "iip" => 1, "ijc" => 1, "ijs" => 1, "ik" => 1, "il" => 1, "ilht" => 1, "ilk" => 1, "imap" => 1, "ime" => 1, "imh" => 1, "iml" => 1, "imp" => 1, "imported" => 1, "inc" => 1, "inf" => 1, "ini" => 1, "ini2" => 1, "ino" => 1, "inp" => 1, "ins" => 1, "install" => 1, "int" => 1, "inuse" => 1, "inz" => 1, "io" => 1, "iok" => 1, "iom" => 1, "ipb" => 1, "ipch" => 1, "ipf" => 1, "ipp" => 1, "ipproj" => 1, "ipr" => 1, "ips" => 1, "ipu" => 1, "ipy" => 1, "irafhosts" => 1, "irbrc" => 1, "irc" => 1, "irev" => 1, "irobo" => 1, "irx" => 1, "is" => 1, "isa" => 1, "isc" => 1, "ism" => 1, "isp" => 1, "iss" => 1, "isu" => 1, "isym" => 1, "itcl" => 1, "itmx" => 1, "its" => 1, "iva" => 1, "ivc" => 1, "ivp" => 1, "iws" => 1, "ix3" => 1, "ixx" => 1, "izs" => 1, "j" => 1, "j3d" => 1, "jacl" => 1, "jad" => 1, "jade" => 1, "jak" => 1, "jar" => 1, "jardesc" => 1, "jav" => 1, "java" => 1, "javajet" => 1, "jax" => 1, "jbi" => 1, "jbp" => 1, "jccfg3" => 1, "jcd" => 1, "jcf" => 1, "jcl" => 1, "jcm" => 1, "jcs" => 1, "jcw" => 1, "jcz" => 1, "jdc" => 1, "jdp" => 1, "jetinc" => 1, "jgc" => 1, "jgs" => 1, "jhtml" => 1, "jic" => 1, "jkm" => 1, "jks" => 1, "jl" => 1, "jlc" => 1, "jml" => 1, "jomproj" => 1, "joy" => 1, "jpage" => 1, "jpd" => 1, "js" => 1, "jsa" => 1, "jsb" => 1, "jsc" => 1, "jscript" => 1, "jsdtscope" => 1, "jse" => 1, "jsf" => 1, "jsfl" => 1, "jsh" => 1, "jsm" => 1, "jsobj" => 1, "json" => 1, "jsonp" => 1, "jsp" => 1, "jspa" => 1, "jspx" => 1, "jss" => 1, "jst" => 1, "jsx" => 1, "jsxbin" => 1, "jsxinc" => 1, "jtb" => 1, "jtg" => 1, "ju" => 1, "judo" => 1, "jvr" => 1, "jws" => 1, "kb" => 1, "kbs" => 1, "kcd" => 1, "kcf" => 1, "kcl" => 1, "kd" => 1, "kdevprj" => 1, "ked" => 1, "kernelcomplete" => 1, "kernelpid" => 1, "kerneltime" => 1, "kex" => 1, "keyboard" => 1, "keybtcinboxcom" => 1, "kgr" => 1, "kimcilware" => 1, "kismac" => 1, "kix" => 1, "kkk" => 1, "kl3" => 1, "kmd" => 1, "kmdi" => 1, "kml" => 1, "kmr" => 1, "kmt" => 1, "kodu" => 1, "komodo" => 1, "kon" => 1, "kpl" => 1, "kraken" => 1, "ks" => 1, "ksc" => 1, "ksh" => 1, "kst" => 1, "ktspack" => 1, "kumac" => 1, "kv" => 1, "l" => 1, "l1i" => 1, "lamp" => 1, "lap" => 1, "lasso" => 1, "launch" => 1, "lavs" => 1, "lay" => 1, "lbc" => 1, "lbi" => 1, "lbj" => 1, "lcc" => 1, "lct" => 1, "ld" => 1, "ldap" => 1, "ldmt" => 1, "lds" => 1, "ldz" => 1, "le" => 1, "leases" => 1, "LeChiffre" => 1, "les" => 1, "less" => 1, "let" => 1, "lex" => 1, "lgt" => 1, "lhs" => 1, "li" => 1, "lib" => 1, "licx" => 1, "lik" => 1, "link" => 1, "liquid" => 1, "lisp" => 1, "lit" => 1, "litcoffee" => 1, "lkh" => 1, "lku" => 1, "ll" => 1, "llf" => 1, "llp" => 1, "lml" => 1, "lmp" => 1, "lmv" => 1, "lng" => 1, "lnk" => 1, "lnp" => 1, "lnt" => 1, "lnx" => 1, "lo" => 1, "loc" => 1, "locked" => 1, "locky" => 1, "login" => 1, "lok" => 1, "lol" => 1, "lols" => 1, "lp" => 1, "lpaq5" => 1, "lpd" => 1, "lpr" => 1, "lpx" => 1, "lrf" => 1, "lrs" => 1, "ls1" => 1, "ls3proj" => 1, "lsh" => 1, "lsp" => 1, "lss" => 1, "lsx" => 1, "lsxtproj" => 1, "lua" => 1, "luac" => 1, "lub" => 1, "luca" => 1, "lwa" => 1, "lwac" => 1, "lwbm" => 1, "lwmw" => 1, "lwtt" => 1, "lxk" => 1, "lxsproj" => 1, "lzx" => 1, "m" => 1, "m2" => 1, "m2r" => 1, "m3" => 1, "m4" => 1, "m4x" => 1, "m51" => 1, "m6m" => 1, "mab" => 1, "mac" => 1, "mad" => 1, "maf" => 1, "mag" => 1, "magic" => 1, "magik" => 1, "magnet" => 1, "mai" => 1, "mak" => 1, "make" => 1, "maki" => 1, "mako" => 1, "mam" => 1, "maml" => 1, "map" => 1, "mapx" => 1, "maq" => 1, "mar" => 1, "mas" => 1, "mash" => 1, "master" => 1, "mat" => 1, "matlab" => 1, "mau" => 1, "mav" => 1, "maw" => 1, "mb" => 1, "mbam" => 1, "mbas" => 1, "mbs" => 1, "mbtemmplate" => 1, "mc" => 1, "mc6" => 1, "mca" => 1, "mcc" => 1, "mcd" => 1, "mcml" => 1, "mcp" => 1, "mcr" => 1, "mcserver" => 1, "mcw" => 1, "md" => 1, "mda" => 1, "mdb" => 1, "mde" => 1, "mdex" => 1, "mdf" => 1, "mdp" => 1, "mdrc" => 1, "mdt" => 1, "mdw" => 1, "mdz" => 1, "me" => 1, "mec" => 1, "mediawiki" => 1, "mel" => 1, "mem" => 1, "met" => 1, "meta4" => 1, "metadata" => 1, "metalink" => 1, "mew" => 1, "mex" => 1, "mexw32" => 1, "mf" => 1, "mfa" => 1, "mfcribbonms" => 1, "mfl" => 1, "mfps" => 1, "mfu" => 1, "mg" => 1, "mhc" => 1, "mhl" => 1, "mhtm" => 1, "mhtml" => 1, "mi" => 1, "mib" => 1, "micro" => 1, "mime" => 1, "mingw" => 1, "mingw32" => 1, "mix" => 1, "mjg" => 1, "mjk" => 1, "mjz" => 1, "mk" => 1, "mkb" => 1, "mke" => 1, "mky" => 1, "ml" => 1, "mli" => 1, "mln" => 1, "mls" => 1, "mlsxml" => 1, "mlv" => 1, "mlx" => 1, "mly" => 1, "mm" => 1, "mm3" => 1, "mm4" => 1, "mman" => 1, "mmb" => 1, "mmbas" => 1, "mmch" => 1, "mme" => 1, "mmf" => 1, "mmh" => 1, "mmjs" => 1, "mml" => 1, "mmrc" => 1, "mnd" => 1, "mo" => 1, "mobileconfig" => 1, "mobileprovision" => 1, "moc" => 1, "module" => 1, "mom" => 1, "moss" => 1, "mozconfig" => 1, "mp" => 1, "mpd" => 1, "mpkt" => 1, "mpm" => 1, "mpx" => 1, "mqt" => 1, "mrc" => 1, "mrd" => 1, "mrl" => 1, "mrs" => 1, "ms" => 1, "msc" => 1, "mscr" => 1, "msct" => 1, "msdev" => 1, "msdl" => 1, "msf" => 1, "msh" => 1, "msh1" => 1, "msh1xml" => 1, "msh2" => 1, "msh2xml" => 1, "msha" => 1, "mshxml" => 1, "msi" => 1, "msie" => 1, "msil" => 1, "msl" => 1, "msm" => 1, "mso" => 1, "msp" => 1, "mspl" => 1, "mspx" => 1, "msrcincident" => 1, "mss" => 1, "mst" => 1, "mstnef" => 1, "msvc" => 1, "msym" => 1, "mtml" => 1, "mtp" => 1, "mtx" => 1, "murl" => 1, "mvba" => 1, "mvc" => 1, "mvpl" => 1, "mw" => 1, "mwe" => 1, "mwp" => 1, "mx" => 1, "mxd" => 1, "mxe" => 1, "mxm" => 1, "mxml" => 1, "mxu" => 1, "myapp" => 1, "mzp" => 1, "napj" => 1, "nas" => 1, "nba" => 1, "nbin" => 1, "nbk" => 1, "nbo" => 1, "ncb" => 1, "ncc" => 1, "ncf" => 1, "ncfg" => 1, "nch" => 1, "nck" => 1, "ncm" => 1, "ncx" => 1, "nd" => 1, "ndr" => 1, "ne0" => 1, "neko" => 1, "nes" => 1, "net" => 1, "netboot" => 1, "netproject" => 1, "netsh" => 1, "newsloc" => 1, "nexe" => 1, "nfg" => 1, "ngage" => 1, "nhs" => 1, "nk" => 1, "nlc" => 1, "nlpj" => 1, "nls" => 1, "nmk" => 1, "nmpj" => 1, "nms" => 1, "nns" => 1, "nof" => 1, "nokogiri" => 1, "nopj" => 1, "npi" => 1, "nppj" => 1, "nqc" => 1, "nrs" => 1, "ns2p" => 1, "nsconfig" => 1, "nsd" => 1, "nse" => 1, "nsi" => 1, "nspj" => 1, "nsu" => 1, "nsx" => 1, "nt" => 1, "nunit" => 1, "nupkg" => 1, "nvi" => 1, "nxc" => 1, "nxe" => 1, "nxg" => 1, "nzb" => 1, "o" => 1, "oar" => 1, "oat" => 1, "obj" => 1, "obml" => 1, "obml15" => 1, "obml16" => 1, "obr" => 1, "ocamlmakefile" => 1, "ocb" => 1, "ocr" => 1, "ocx" => 1, "od" => 1, "odc" => 1, "odcodc" => 1, "odex" => 1, "odh" => 1, "odl" => 1, "ogl" => 1, "ognc" => 1, "ogr" => 1, "ogs" => 1, "ogx" => 1, "okm" => 1, "oks" => 1, "olt" => 1, "ook" => 1, "opdownload" => 1, "opf" => 1, "oplm" => 1, "opml" => 1, "oppo" => 1, "ops" => 1, "opt" => 1, "options" => 1, "opts" => 1, "opv" => 1, "opx" => 1, "oqy" => 1, "ora" => 1, "orc" => 1, "orl" => 1, "orq" => 1, "osa" => 1, "osas" => 1, "osax" => 1, "osd" => 1, "osg" => 1, "osx" => 1, "ovpn" => 1, "ow" => 1, "owd" => 1, "owl" => 1, "owm" => 1, "owx" => 1, "ox" => 1, "ozd" => 1, "p" => 1, "p5tkjw" => 1, "p7" => 1, "p7b" => 1, "p7c" => 1, "p7r" => 1, "p9d" => 1, "pac" => 1, "paf" => 1, "pag" => 1, "page" => 1, "pando" => 1, "par" => 1, "param" => 1, "parm" => 1, "part" => 1, "partial" => 1, "pas" => 1, "pat" => 1, "pawn" => 1, "paym" => 1, "paymrss" => 1, "payms" => 1, "paymst" => 1, "paymts" => 1, "payrms" => 1, "pays" => 1, "pb" => 1, "pb2" => 1, "pba" => 1, "pbi" => 1, "pbl" => 1, "pbp" => 1, "pbq" => 1, "pbx5script" => 1, "pbxbtree" => 1, "pbxproj" => 1, "pbxscript" => 1, "pc" => 1, "pc2" => 1, "pc3" => 1, "pcd" => 1, "pce" => 1, "pcf" => 1, "pch" => 1, "pcp" => 1, "pcs" => 1, "pd" => 1, "pdb" => 1, "pdcr" => 1, "pde" => 1, "pdk" => 1, "pdl" => 1, "pdml" => 1, "pdo" => 1, "pds" => 1, "pe" => 1, "pem" => 1, "perfmoncfg" => 1, "perl" => 1, "pf" => 1, "pf0" => 1, "pf1" => 1, "pf2" => 1, "pf4" => 1, "pfa" => 1, "pfc" => 1, "pfg" => 1, "pfx" => 1, "pgm" => 1, "pgml" => 1, "ph" => 1, "phar" => 1, "phl" => 1, "php" => 1, "php1" => 1, "php2" => 1, "php3" => 1, "php4" => 1, "php5" => 1, "php6" => 1, "phpproj" => 1, "phps" => 1, "phpt" => 1, "phs" => 1, "pht" => 1, "phtm" => 1, "phtml" => 1, "pickle" => 1, "pid" => 1, "pif" => 1, "pih" => 1, "pika" => 1, "pike" => 1, "pim" => 1, "pjt" => 1, "pjx" => 1, "pkb" => 1, "pkh" => 1, "pki" => 1, "pl" => 1, "pl1" => 1, "pl7" => 1, "plac" => 1, "playground" => 1, "plc" => 1, "plg" => 1, "pli" => 1, "pln" => 1, "plog" => 1, "pls" => 1, "pltcfg" => 1, "plx" => 1, "pm" => 1, "pmb" => 1, "pml" => 1, "pmod" => 1, "pmp" => 1, "pna" => 1, "pnagent" => 1, "pnc" => 1, "pnproj" => 1, "pnpt" => 1, "PoAr2w" => 1, "poc" => 1, "pod" => 1, "poix" => 1, "policy" => 1, "pom" => 1, "pou" => 1, "pp" => 1, "pp1" => 1, "ppa" => 1, "ppam" => 1, "ppml" => 1, "ppo" => 1, "ppp9" => 1, "ppz9" => 1, "pr" => 1, "pr7" => 1, "prb" => 1, "prc" => 1, "prf" => 1, "prg" => 1, "pri" => 1, "prl" => 1, "prm" => 1, "pro" => 1, "profiles" => 1, "properties" => 1, "propertiesjet" => 1, "proto" => 1, "proxy" => 1, "prp" => 1, "prt" => 1, "prx" => 1, "ps1" => 1, "ps1xml" => 1, "ps2" => 1, "ps2xml" => 1, "psc1" => 1, "psc2" => 1, "psd1" => 1, "psf" => 1, "psl" => 1, "psm1" => 1, "psml" => 1, "pspscript" => 1, "psu" => 1, "pt" => 1, "ptb" => 1, "ptg" => 1, "pti" => 1, "ptl" => 1, "ptx" => 1, "ptxml" => 1, "pubkr" => 1, "pui" => 1, "pun" => 1, "pva" => 1, "pvs" => 1, "pvx" => 1, "pwn" => 1, "pwo" => 1, "pwr" => 1, "pwz" => 1, "pxc" => 1, "pxd" => 1, "pxg" => 1, "pxi" => 1, "pxl" => 1, "pxml" => 1, "pxt" => 1, "py" => 1, "pyc" => 1, "pyd" => 1, "pym" => 1, "pyo" => 1, "pyt" => 1, "pyw" => 1, "pyx" => 1, "pyz" => 1, "pyzw" => 1, "pzdc" => 1, "qac" => 1, "qcf" => 1, "qdl" => 1, "qdr" => 1, "qf" => 1, "qit" => 1, "qlc" => 1, "qml" => 1, "qpkg" => 1, "qpr" => 1, "qpx" => 1, "qqq" => 1, "qrm" => 1, "qrn" => 1, "qry" => 1, "qs" => 1, "qsc" => 1, "qt3d" => 1, "qvs" => 1, "qvt" => 1, "qwc" => 1, "qx" => 1, "qxm" => 1, "r" => 1, "r5a" => 1, "radius" => 1, "rak" => 1, "rake" => 1, "rakefile" => 1, "rap" => 1, "rapc" => 1, "rat" => 1, "rb" => 1, "rbc" => 1, "rbf" => 1, "rbp" => 1, "rbs" => 1, "rbt" => 1, "rbtx" => 1, "rbvcp" => 1, "rbw" => 1, "rbx" => 1, "rc" => 1, "rc2" => 1, "rc3" => 1, "rcc" => 1, "rcf" => 1, "rcg" => 1, "rdf" => 1, "rdg" => 1, "rdm" => 1, "rdoc" => 1, "rdoff" => 1, "rdp" => 1, "re" => 1, "reb" => 1, "reg" => 1, "rej" => 1, "res" => 1, "resjson" => 1, "resourceconfig" => 1, "resources" => 1, "resx" => 1, "rex" => 1, "rexx" => 1, "rfs" => 1, "rfx" => 1, "rgs" => 1, "rguninst" => 1, "rh" => 1, "rhk" => 1, "rhs" => 1, "rhtml" => 1, "rip" => 1, "rjs" => 1, "rkt" => 1, "rmh" => 1, "rmi" => 1, "rml" => 1, "rmn" => 1, "rna" => 1, "rng" => 1, "rnk" => 1, "rnw" => 1, "rob" => 1, "robo" => 1, "rokku" => 1, "ror" => 1, "rpg" => 1, "rpj" => 1, "rpm" => 1, "rpo" => 1, "rpprj" => 1, "rpres" => 1, "rprofile" => 1, "rproj" => 1, "rptproj" => 1, "rpy" => 1, "rpyc" => 1, "rpym" => 1, "rqb" => 1, "rqy" => 1, "rrc" => 1, "rrh" => 1, "rrk" => 1, "rsctmp" => 1, "rsl" => 1, "rsm" => 1, "rsp" => 1, "rss" => 1, "rssc" => 1, "rsym" => 1, "rta" => 1, "rtk" => 1, "rtl" => 1, "rts" => 1, "rub" => 1, "rule" => 1, "run" => 1, "rvb" => 1, "rvp" => 1, "rvt" => 1, "rws" => 1, "rwsw" => 1, "rxe" => 1, "rxs" => 1, "ryb" => 1, "s" => 1, "s2a" => 1, "s2s" => 1, "s43" => 1, "s4e" => 1, "s5d" => 1, "s7p" => 1, "saas" => 1, "sal" => 1, "sam" => 1, "sami" => 1, "sap" => 1, "sar" => 1, "sas" => 1, "sasf" => 1, "sass" => 1, "saveddeck" => 1, "sax" => 1, "sb" => 1, "sbh" => 1, "sbi" => 1, "sbml" => 1, "sbr" => 1, "sbs" => 1, "sc" => 1, "sca" => 1, "scala" => 1, "scar" => 1, "scb" => 1, "scc" => 1, "scf" => 1, "sch" => 1, "scm" => 1, "sconscript" => 1, "sconstruct" => 1, "scp" => 1, "scpt" => 1, "scptd" => 1, "scr" => 1, "script" => 1, "scriptsuite" => 1, "scriptterminology" => 1, "scro" => 1, "scs" => 1, "scss" => 1, "sct" => 1, "scx" => 1, "scz" => 1, "sdb" => 1, "sdef" => 1, "sdg" => 1, "sdi" => 1, "sdl" => 1, "sdsb" => 1, "seam" => 1, "securedownload" => 1, "security" => 1, "seestyle" => 1, "self" => 1, "seman" => 1, "ser" => 1, "set" => 1, "settingcontentms" => 1, "sex" => 1, "sf" => 1, "sfl" => 1, "sflb" => 1, "sfm" => 1, "sfp" => 1, "sfr" => 1, "sfx" => 1, "sgc" => 1, "sh" => 1, "shb" => 1, "shfb" => 1, "shfbproj" => 1, "shit" => 1, "shs" => 1, "sht" => 1, "shtm" => 1, "shtml" => 1, "sid" => 1, "sim" => 1, "simba" => 1, "simple" => 1, "sis" => 1, "sisx" => 1, "sit" => 1, "sitemap" => 1, "siz" => 1, "sjava" => 1, "sjc" => 1, "sjs" => 1, "sk" => 1, "ska" => 1, "sko" => 1, "skp" => 1, "sl" => 1, "slackbuild" => 1, "slim" => 1, "sln" => 1, "slogo" => 1, "slogt" => 1, "slt" => 1, "sltng" => 1, "sm" => 1, "sma" => 1, "smali" => 1, "smd" => 1, "smi" => 1, "smil" => 1, "sml" => 1, "smm" => 1, "smtmp" => 1, "smw" => 1, "smx" => 1, "snapx" => 1, "snippet" => 1, "snm" => 1, "sno" => 1, "soc" => 1, "sol" => 1, "som" => 1, "sop" => 1, "sox" => 1, "sp" => 1, "spam" => 1, "spd" => 1, "spdesignconfig" => 1, "spdesignopen" => 1, "spdesignsitemap" => 1, "spk" => 1, "spm" => 1, "spml" => 1, "spr" => 1, "sps" => 1, "spt" => 1, "spx" => 1, "sqldataprovider" => 1, "sqljet" => 1, "sqlproj" => 1, "src" => 1, "srf" => 1, "srv" => 1, "srx" => 1, "srz" => 1, "ss" => 1, "ssage" => 1, "ssc" => 1, "sscs" => 1, "ssh" => 1, "ssi" => 1, "ssml" => 1, "ssq" => 1, "ssy" => 1, "st" => 1, "startlet" => 1, "status" => 1, "stl" => 1, "stm" => 1, "stml" => 1, "sts" => 1, "stuffit11task" => 1, "stx" => 1, "styl" => 1, "sublimeworkspace" => 1, "sup" => 1, "surprise" => 1, "sus" => 1, "svc" => 1, "svnbase" => 1, "svo" => 1, "svr" => 1, "svx" => 1, "svy" => 1, "sw" => 1, "swg" => 1, "swift" => 1, "swt" => 1, "swz" => 1, "sxp" => 1, "sxs" => 1, "sxt" => 1, "sxv" => 1, "sxx" => 1, "sym" => 1, "synwproj" => 1, "syp" => 1, "sys" => 1, "t" => 1, "t4" => 1, "tab" => 1, "tag" => 1, "tal" => 1, "targets" => 1, "tatxtt" => 1, "tbasic" => 1, "tbasicc" => 1, "tbasicx" => 1, "tbr" => 1, "tc" => 1, "tcl" => 1, "tcp" => 1, "tcsh" => 1, "tcz" => 1, "td" => 1, "td2" => 1, "tdo" => 1, "tds" => 1, "tdw" => 1, "tea" => 1, "tec" => 1, "tem" => 1, "texinfo" => 1, "textile" => 1, "tf" => 1, "tfa" => 1, "tgb" => 1, "tgml" => 1, "tgz" => 1, "thor" => 1, "thtml" => 1, "ti" => 1, "tig" => 1, "tik" => 1, "tikz" => 1, "tilemap" => 1, "tim" => 1, "tiprogram" => 1, "tk" => 1, "tko" => 1, "tkp" => 1, "tla" => 1, "tlc" => 1, "tld" => 1, "tlh" => 1, "tli" => 1, "tll" => 1, "tlv" => 1, "tm" => 1, "tmap" => 1, "tmh" => 1, "tml" => 1, "tmo" => 1, "tmp" => 1, "tokend" => 1, "top" => 1, "torrent" => 1, "tpm" => 1, "tpr" => 1, "tps" => 1, "tpsml" => 1, "tpt" => 1, "tpx" => 1, "tql" => 1, "tra" => 1, "tracwiki" => 1, "transcriptstyle" => 1, "triples" => 1, "trs" => 1, "trt" => 1, "tru" => 1, "ts0" => 1, "tsa" => 1, "tsc" => 1, "tsk" => 1, "tsm" => 1, "tsp" => 1, "tsq" => 1, "tst" => 1, "tstream" => 1, "ttcn" => 1, "tti" => 1, "ttinclude" => 1, "ttml" => 1, "ttt" => 1, "tu" => 1, "tur" => 1, "turboc3" => 1, "tvc" => 1, "tvpi" => 1, "tvvi" => 1, "twc" => 1, "twig" => 1, "txc" => 1, "txl" => 1, "txm" => 1, "txml" => 1, "txs" => 1, "txx" => 1, "tzs" => 1, "tzx" => 1, "uae" => 1, "ubb" => 1, "ubj" => 1, "ubr" => 1, "ucb" => 1, "ucf" => 1, "udf" => 1, "ufdl" => 1, "uhtml" => 1, "uih" => 1, "uit" => 1, "uix" => 1, "ulp" => 1, "umlclass" => 1, "ump" => 1, "und" => 1, "unx" => 1, "upa" => 1, "upl" => 1, "upload" => 1, "uri" => 1, "uris" => 1, "url" => 1, "urls" => 1, "usi" => 1, "usr" => 1, "uvoptx" => 1, "uvprjx" => 1, "uvproj" => 1, "uvprojx" => 1, "uzy" => 1, "v" => 1, "v3s" => 1, "v4e" => 1, "v4s" => 1, "vad" => 1, "vala" => 1, "vap" => 1, "var" => 1, "vb" => 1, "vba" => 1, "vbe" => 1, "vbg" => 1, "vbhtml" => 1, "vbi" => 1, "vbm" => 1, "vbp" => 1, "vbproj" => 1, "vbs" => 1, "vbscript" => 1, "vbw" => 1, "vbx" => 1, "vc" => 1, "vc1" => 1, "vc15" => 1, "vc2" => 1, "vc4" => 1, "vc5" => 1, "vc6" => 1, "vc7" => 1, "vce" => 1, "vcp" => 1, "vcproj" => 1, "vcwin32" => 1, "vcxproj" => 1, "vd" => 1, "vddproj" => 1, "vdm" => 1, "vdp" => 1, "vdproj" => 1, "vdw" => 1, "vexe" => 1, "vfb" => 1, "vgc" => 1, "vic" => 1, "vim" => 1, "vimrc" => 1, "vip" => 1, "viw" => 1, "vjp" => 1, "vjsproj" => 1, "vls" => 1, "vlx" => 1, "vmc" => 1, "vmsg" => 1, "vmx" => 1, "vnu" => 1, "vpc" => 1, "vpi" => 1, "vpl" => 1, "vpn" => 1, "vps" => 1, "vrf" => 1, "vrm" => 1, "vrml" => 1, "vrp" => 1, "vsc" => 1, "vscontent" => 1, "vsct" => 1, "vsdisco" => 1, "vsh" => 1, "vsixmanifest" => 1, "vsl" => 1, "vsmacros" => 1, "vspolicy" => 1, "vsprops" => 1, "vss" => 1, "vssscc" => 1, "vst" => 1, "vstemplate" => 1, "vsw" => 1, "vsy" => 1, "vtm" => 1, "vtml" => 1, "vue" => 1, "vup" => 1, "vv" => 1, "vxd" => 1, "vxml" => 1, "vzr" => 1, "w" => 1, "w32" => 1, "wadcfg" => 1, "wam" => 1, "war" => 1, "was" => 1, "wax" => 1, "wbc" => 1, "wbf" => 1, "wbl" => 1, "wbs" => 1, "wbt" => 1, "wbx" => 1, "wbxml" => 1, "wcf" => 1, "wch" => 1, "wcm" => 1, "wcr" => 1, "wda" => 1, "wdgt" => 1, "wdi" => 1, "wdk" => 1, "wdl" => 1, "wdproj" => 1, "wdw" => 1, "wdx9" => 1, "webarchivexml" => 1, "webbookmark" => 1, "webdoc" => 1, "webhistory" => 1, "webintents" => 1, "webloc" => 1, "webpnp" => 1, "webpublishhistory" => 1, "website" => 1, "webtest" => 1, "wed" => 1, "wfs" => 1, "wgt" => 1, "widget" => 1, "wie" => 1, "wiki" => 1, "wim" => 1, "win" => 1, "win32manifest" => 1, "wince" => 1, "windowslivegroup" => 1, "wis" => 1, "wix" => 1, "wixout" => 1, "wiz" => 1, "wli" => 1, "wlm" => 1, "wlpginstall" => 1, "wmc" => 1, "wmd" => 1, "wml" => 1, "wmlc" => 1, "wmls" => 1, "wmlsc" => 1, "wms" => 1, "wmw" => 1, "woa" => 1, "wod" => 1, "wowproj" => 1, "wpj" => 1, "wpk" => 1, "wpm" => 1, "ws" => 1, "wsc" => 1, "wsd" => 1, "wsdd" => 1, "wsdl" => 1, "wsf" => 1, "wsh" => 1, "wsil" => 1, "wsp" => 1, "wspd" => 1, "wsym" => 1, "wti" => 1, "wtk" => 1, "wwe" => 1, "wwt" => 1, "wx" => 1, "wxa" => 1, "wxi" => 1, "wxl" => 1, "wxs" => 1, "wys" => 1, "wzs" => 1, "x" => 1, "x4k" => 1, "x86" => 1, "xaml" => 1, "xamlx" => 1, "xap" => 1, "xbap" => 1, "xbc" => 1, "xbd" => 1, "xbl" => 1, "xblr" => 1, "xcl" => 1, "xcodeproj" => 1, "xcp" => 1, "xct" => 1, "xda" => 1, "xdfl" => 1, "xds" => 1, "xdu" => 1, "xex" => 1, "xfm" => 1, "xht" => 1, "xhtm" => 1, "xhtml" => 1, "xib" => 1, "xig" => 1, "xilize" => 1, "xin" => 1, "xip" => 1, "xir" => 1, "xjb" => 1, "xl" => 1, "xla" => 1, "xlm" => 1, "xlm3" => 1, "xlm4" => 1, "xlnk" => 1, "xlv" => 1, "xlx" => 1, "xmap" => 1, "xmc" => 1, "xme" => 1, "xml" => 1, "xmla" => 1, "xmljet" => 1, "xmllog" => 1, "xmsc" => 1, "xmss" => 1, "xmt" => 1, "xmta" => 1, "xn" => 1, "xnf" => 1, "xnk" => 1, "xnp" => 1, "xnt" => 1, "xnxx" => 1, "xojobinaryproject" => 1, "xojoproject" => 1, "xojoxmlproject" => 1, "xoml" => 1, "xpb" => 1, "xpd" => 1, "xpdl" => 1, "xpgt" => 1, "xpl" => 1, "xql" => 1, "xqr" => 1, "xr" => 1, "xrc" => 1, "xrds" => 1, "xsc" => 1, "xscscpt" => 1, "xsd" => 1, "xsl" => 1, "xslt" => 1, "xsql" => 1, "xtbl" => 1, "xtml" => 1, "xtx" => 1, "xtxt" => 1, "xui" => 1, "xul" => 1, "xweb3htm" => 1, "xweb4asax" => 1, "xweb4htt" => 1, "xweb4stm" => 1, "xxx" => 1, "xys" => 1, "xyz" => 1, "y" => 1, "yab" => 1, "yajl" => 1, "yaml" => 1, "yaws" => 1, "yml2" => 1, "ypf" => 1, "yt" => 1, "ywl" => 1, "yxx" => 1, "z" => 1, "zasm" => 1, "zbd" => 1, "zbi" => 1, "zc" => 1, "zcc" => 1, "zcfg" => 1, "zcls" => 1, "zcrypt" => 1, "zed" => 1, "zero" => 1, "zfd" => 1, "zfo" => 1, "zfrm" => 1, "zfs" => 1, "zhtml" => 1, "zhtw" => 1, "zit" => 1, "zix" => 1, "zms" => 1, "zpd" => 1, "zpk" => 1, "zpkg" => 1, "zpl" => 1, "zpweb" => 1, "zrx" => 1, "zs" => 1, "zsc" => 1, "zsh" => 1, "zsrc" => 1, "zts" => 1, "zul" => 1, "zup" => 1, "zvz" => 1, "zws" => 1, "zyklon" => 1, "zzb" => 1, "zzc" => 1, "zzd" => 1, "zze" => 1, "zzf" => 1, "zzk" => 1, "zzp" => 1, "zzt" => 1, "zzz" => 1 );
5
-
6
- /**
7
- * Checks if file extension is blacklisted
8
- *
9
- * This function will check if the extension of the file is included in the
10
- * black list. If the filename contains more that one dot (.) characters the
11
- * function will consider that it has more than one extensions. In this case it
12
- * will check the last two ones (because in some web servers files like e.g.
13
- * myfile.php.png are considered as php files and may be executed). If any of
14
- * the extensions are included in the black list, then true will be returned.
15
- *
16
- * @param string $filename the filename of the uploaded file
17
- *
18
- * @return bool whether any of the file extensions is blacklisted or not
19
- */
20
- function wfu_file_extension_blacklisted($filename) {
21
- $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
22
- global $wfu_extension_blacklist;
23
- //extract and check extensions from filename
24
- $parts = explode(".", $filename);
25
- $exists = false;
26
- for ($i = count($parts) - 1; $i > max(0, count($parts) - 3); $i--) {
27
- $exists = isset($wfu_extension_blacklist[$parts[$i]]);
28
- if ( $exists ) break;
29
- }
30
- return $exists;
31
- }
32
-
33
- /**
34
- * Checks if file extension is whitelisted
35
- *
36
- * This function will check if the extension of the file is included in the
37
- * white list. It will check only the last extension of the file.
38
- *
39
- * @param string $filename the filename of the uploaded file
40
- *
41
- * @return bool whether the file extension is whitelisted or not
42
- *
43
- * @details Details
44
- */
45
- function wfu_file_extension_whitelisted($filename) {
46
- $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
47
- $whitelist = array( "1st" => 1, "264" => 1, "3g2" => 1, "3ga" => 1, "3gp" => 1, "aac" => 1, "abw" => 1, "ai" => 1, "aiff" => 1, "amr" => 1, "ape" => 1, "arf" => 1, "asf" => 1, "asx" => 1, "avi" => 1, "aww" => 1, "bik" => 1, "bmp" => 1, "cda" => 1, "cdr" => 1, "csv" => 1, "dash" => 1, "dat" => 1, "dds" => 1, "dib" => 1, "djvu" => 1, "dng" => 1, "doc" => 1, "docx" => 1, "drw" => 1, "dt2" => 1, "dvf" => 1, "dvr" => 1, "emf" => 1, "emz" => 1, "eng" => 1, "epub" => 1, "file" => 1, "flac" => 1, "gif" => 1, "gp4" => 1, "gp5" => 1, "gpx" => 1, "h264" => 1, "ind" => 1, "indd" => 1, "jpeg" => 1, "jpg" => 1, "key" => 1, "log" => 1, "logic" => 1, "lrc" => 1, "m2t" => 1, "m2ts" => 1, "m4a" => 1, "m4b" => 1, "m4p" => 1, "m4v" => 1, "midi" => 1, "mkv" => 1, "mov" => 1, "mp3" => 1, "mp4" => 1, "mpeg" => 1, "mpg" => 1, "mpp" => 1, "mpt" => 1, "mts" => 1, "nfo" => 1, "odf" => 1, "odg" => 1, "ods" => 1, "odt" => 1, "ogg" => 1, "ogv" => 1, "ott" => 1, "oxps" => 1, "pages" => 1, "pcm" => 1, "pdf" => 1, "pic" => 1, "plist" => 1, "pmd" => 1, "png" => 1, "pot" => 1, "potx" => 1, "pps" => 1, "ppsx" => 1, "ppt" => 1, "pptx" => 1, "prn" => 1, "ps" => 1, "psd" => 1, "psdx" => 1, "pts" => 1, "pub" => 1, "pwi" => 1, "raw" => 1, "rec" => 1, "rep" => 1, "rmvb" => 1, "rtf" => 1, "sdd" => 1, "sdw" => 1, "snd" => 1, "sng" => 1, "snp" => 1, "sub" => 1, "sxw" => 1, "tbl" => 1, "tga" => 1, "tif" => 1, "tiff" => 1, "tod" => 1, "tp" => 1, "ts" => 1, "txt" => 1, "uax" => 1, "vob" => 1, "vsd" => 1, "wav" => 1, "wbmp" => 1, "wdp" => 1, "wlmp" => 1, "wma" => 1, "wmv" => 1, "wpd" => 1, "wpl" => 1, "wps" => 1, "wri" => 1, "xls" => 1, "xlsx" => 1, "xps" => 1, "zab" => 1 );
48
- //extract and check extension from filename
49
- $ext = wfu_fileext($filename);
50
- return isset($whitelist[$ext]);
51
- }
52
-
53
- /**
54
- * Checks if wildcard pattern is wide
55
- *
56
- * This function checks whether the wildcard pattern defines a very wide
57
- * extension range. To do this, it first finds the extension part of the
58
- * pattern, by finding the last occurrence of dot (.) or question mark (?) or
59
- * dot in square brackets ([.]). All following characters are the extension.
60
- * If the extension part contains the asterisk symbol (*) or the question mark
61
- * (?) symbol, then the extension is considered to be very wide. In this case
62
- * the uploaded file's extension must be included in the white list of allowed
63
- * extensions. It is noted that the asterisk symbol (*) does not match all
64
- * characters, as it is defined by the wildcard syntax, but all except the dot
65
- * (.). This policy applies to uploadpatterns attribute of the plugin's
66
- * shortcode in order to improve security. An administrator can change this
67
- * policy and make the asterisk symbol match all characters (including dot) by
68
- * setting the environment variable "Wildcard Asterisk Mode" to "loose". In
69
- * this case the function modifies its logic a little bit.
70
- *
71
- * @param string $pattern the wildcard pattern
72
- *
73
- * @return bool whether the pattern is wide or not
74
- */
75
- function wfu_is_pattern_wide($pattern) {
76
- $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
77
- $in_brackets = false;
78
- $pos = -1;
79
- $asterisk_count = 0;
80
- $last_asterisk_pos = 0;
81
- $question_mark_count = 0;
82
- $last_question_mark_pos = -1;
83
- //in case that the asterisk mode is loose (we allow the asterisk to match a
84
- //dot) then a loose mode asterisk (*) is equivalent to two strict mode
85
- //asterisks and a dot in between (*.*)
86
- if ( WFU_VAR("WFU_WILDCARD_ASTERISK_MODE") != "strict" )
87
- $pattern = str_replace("*", "*.*", $pattern);
88
- for ($i = strlen($pattern) - 1; $i >= 0; $i--) {
89
- $c = $pattern[$i];
90
- if ( !$in_brackets && $c == "." ) {
91
- $pos = $i;
92
- break;
93
- }
94
- elseif ( !$in_brackets && $c == "*" ) {
95
- $asterisk_count ++;
96
- if ( $asterisk_count == 1 ) $last_asterisk_pos = $i;
97
- }
98
- elseif ( !$in_brackets && $c == "?" ) {
99
- $question_mark_count ++;
100
- if ( $question_mark_count == 1 ) $last_question_mark_pos = $i;
101
- }
102
- elseif ( !$in_brackets && $c == "]" ) {
103
- $in_brackets = true;
104
- $pos = $i;
105
- }
106
- elseif ( $in_brackets && $c == "." ) break;
107
- elseif ( $in_brackets && $c == "[" ) {
108
- $in_brackets = false;
109
- $pos = -1;
110
- }
111
- }
112
- $is_wide = false;
113
- //if there is a dot symbol in pattern, then the pattern is wide if it
114
- //contains at least one asterisk or question mark
115
- if ( $pos > -1 ) $is_wide = ( $asterisk_count + $question_mark_count > 0 );
116
- //if there is no dot symbol in pattern however there are at least two
117
- //question marks, this makes the pattern wide
118
- elseif ( $question_mark_count > 1 ) $is_wide = true;
119
- //if there is no dot symbol in pattern however there is one question mark
120
- //then the pattern is wide if there is at least one asterisk after the
121
- //question mark
122
- elseif ( $question_mark_count == 1 ) $is_wide = ( $asterisk_count > 0 && $last_asterisk_pos < $last_question_mark_pos );
123
- return $is_wide;
124
- }
125
-
126
- /**
127
- * Checks if the file extension matches the wildcard pattern
128
- *
129
- * This function checks whether the extension of the file matches the wildcard
130
- * pattern. If it does, then it will also check whether the pattern is very
131
- * wide. In this case, it will also check if the extension of the file is
132
- * included in the white list, otherwise the file will be rejected. This is
133
- * an additional measure to avoid unwanted files getting uploaded. It will
134
- * force the administrators to impose stricter patterns. If an administrator
135
- * wants to avoid the whitelist check, he/she can use the square brackets to
136
- * define range of characters, e.g. *.mp[2-4ag] will match .mp2, .mp3, .mp4,
137
- * .mpa and .mpg files without performing the whitelist check. It is noted that
138
- * the asterisk symbol (*) does not match all characters, as it is defined by
139
- * the wildcard syntax, but all except the dot (.). This policy applies to
140
- * uploadpatterns attribute of the plugin's shortcode in order to improve
141
- * security.
142
- *
143
- * @param string $pattern the wildcard pattern
144
- * @param string $filename the uploaded file
145
- *
146
- * @return bool whether the file extension matches the pattern or not
147
- */
148
- function wfu_file_extension_matches_pattern($pattern, $filename) {
149
- $match = ( wfu_upload_plugin_wildcard_match($pattern, $filename, ( WFU_VAR("WFU_WILDCARD_ASTERISK_MODE") == "strict" )) ? true : false );
150
- //in case the file extension matches the pattern, however the pattern is
151
- //very wide, then we also need to check that the extension is whitelisted
152
- if ( $match && wfu_is_pattern_wide($pattern) )
153
- $match = wfu_file_extension_whitelisted($filename);
154
- return $match;
155
- }
156
-
157
- /**
158
- * Checks if the upload is a Denial-Of-Service (DOS) attack
159
- *
160
- * This function checks how many files have been uploaded within a specific
161
- * amount of time, defined by 'Denial-Of-Service Time Interval' environment
162
- * variable. If the number of files, defined by 'Denial-Of-Service File Limit'
163
- * environment variable, has been exceeded then this is considered to be a
164
- * Denial-Of-Service (DOS) attack.
165
- *
166
- * @return bool whether this is a Denial-Of-Service (DOS) attack or not.
167
- */
168
- function wfu_check_DOS_attack() {
169
- $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
170
- global $wpdb;
171
- $DOS_attack = false;
172
- $now = time();
173
- $table_name1 = $wpdb->prefix . "wfu_log";
174
- $filelimit = (int)WFU_VAR("WFU_DOS_ATTACKS_FILE_LIMIT") - 1;
175
- $timeinterval = (int)WFU_VAR("WFU_DOS_ATTACKS_TIME_INTERVAL");
176
- $backtime = $wpdb->get_var("SELECT uploadtime FROM ".$table_name1." WHERE action = 'upload' ORDER BY idlog DESC LIMIT ".$filelimit.",1");
177
- if ( $backtime != null ) $DOS_attack = ( $now - $backtime <= $timeinterval );
178
- return $DOS_attack;
179
- }
180
-
181
- /**
182
- * Checks if File Contains PHP Tags
183
- *
184
- * This function checks if file contents contain PHP tags. It will check files
185
- * depending on WFU_CHECKPHPTAGS_FILETYPES variable. It will also check if
186
- * the contents of the file can be retrieved or not.
187
- *
188
- * @since 4.13.1
189
- *
190
- * @redeclarable
191
- *
192
- * @param string $file The file path.
193
- * @param string $ext The file extension.
194
- *
195
- * @return bool True if the file contains PHP tags or if its contents cannot be
196
- * retrieved.
197
- */
198
- function wfu_file_has_php_tags($file, $ext) {
199
- $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
200
- if ( WFU_VAR("WFU_CHECKPHPTAGS_FILETYPES") == "none" ) return false;
201
- if ( WFU_VAR("WFU_CHECKPHPTAGS_FILETYPES") != "commonimages" || wfu_file_extension_is_common_image($ext) ) {
202
- if ( ($data = wfu_file_get_contents($file, "wfu_file_has_php_tags")) === false ) return true;
203
- return preg_match('/<\?(php)/i', $data);
204
- }
205
- return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  }
1
+ <?php
2
+
3
+ global $wfu_extension_blacklist;
4
+ global $wfu_dir_blacklist;
5
+ $wfu_extension_blacklist = array( "2clk" => 1, "386" => 1, "3dfbat" => 1, "3dm" => 1, "3dsx" => 1, "3rf" => 1, "4ge" => 1, "4gl" => 1, "4pk" => 1, "4th" => 1, "73i87A" => 1, "89x" => 1, "8xk" => 1, "8xp" => 1, "92x" => 1, "a" => 1, "a2w" => 1, "a2x" => 1, "a3c" => 1, "a3x" => 1, "a51" => 1, "a5r" => 1, "a5wcmp" => 1, "a66" => 1, "a6p" => 1, "a86" => 1, "a8s" => 1, "aaa" => 1, "aar" => 1, "aas" => 1, "abap" => 1, "abc" => 1, "abd" => 1, "abl" => 1, "abs" => 1, "ac" => 1, "acc" => 1, "accde" => 1, "acgi" => 1, "acm" => 1, "acr" => 1, "act" => 1, "action" => 1, "actionscript" => 1, "actproj" => 1, "actx" => 1, "acu" => 1, "acx" => 1, "ad" => 1, "ad2" => 1, "ada" => 1, "adb" => 1, "adba" => 1, "ade" => 1, "adiumscripts" => 1, "adp" => 1, "ads" => 1, "adt" => 1, "ae0" => 1, "aem" => 1, "aep" => 1, "aepl" => 1, "aex" => 1, "afb" => 1, "agc" => 1, "agi" => 1, "agls" => 1, "ago" => 1, "agp" => 1, "ags" => 1, "agt" => 1, "ahk" => 1, "ahtm" => 1, "ahtml" => 1, "aia" => 1, "aidl" => 1, "aif" => 1, "aifb" => 1, "air" => 1, "airi" => 1, "akp" => 1, "akt" => 1, "alan" => 1, "alb" => 1, "alg" => 1, "ali" => 1, "alm" => 1, "alx" => 1, "amf" => 1, "aml" => 1, "amos" => 1, "amw" => 1, "an" => 1, "ane" => 1, "anjuta" => 1, "anm" => 1, "ap" => 1, "apb" => 1, "apg" => 1, "api" => 1, "apifilters" => 1, "apk" => 1, "aplt" => 1, "apm" => 1, "app" => 1, "appcache" => 1, "applescript" => 1, "applet" => 1, "application" => 1, "apprefms" => 1, "appx" => 1, "appxmanifest" => 1, "appxsym" => 1, "appxupload" => 1, "aps" => 1, "apt" => 1, "aqf" => 1, "arb" => 1, "argo" => 1, "armx" => 1, "arnoldc" => 1, "aro" => 1, "arq" => 1, "arscript" => 1, "art" => 1, "artproj" => 1, "aru" => 1, "arxml" => 1, "ary" => 1, "as" => 1, "as3" => 1, "as4" => 1, "asa" => 1, "asax" => 1, "asbx" => 1, "asc" => 1, "ascx" => 1, "asgp" => 1, "ash" => 1, "ashx" => 1, "asi" => 1, "asic" => 1, "asis" => 1, "asm" => 1, "asmx" => 1, "aso" => 1, "asp" => 1, "asproj" => 1, "aspx" => 1, "asr" => 1, "ass" => 1, "asta" => 1, "astx" => 1, "asz" => 1, "ata" => 1, "atl" => 1, "atm" => 1, "atmn" => 1, "atom" => 1, "atomsvc" => 1, "atp" => 1, "ats" => 1, "au" => 1, "au3" => 1, "aus" => 1, "aut" => 1, "autoconf" => 1, "autoplay" => 1, "autosave" => 1, "avastconfig" => 1, "avb" => 1, "avc" => 1, "ave" => 1, "avs" => 1, "avsi" => 1, "awd" => 1, "awk" => 1, "awl" => 1, "awm" => 1, "awt" => 1, "axb" => 1, "axc" => 1, "axd" => 1, "axe" => 1, "axf" => 1, "axl" => 1, "axs" => 1, "azd" => 1, "azw2" => 1, "b" => 1, "b24" => 1, "b2d" => 1, "ba" => 1, "bal" => 1, "bas" => 1, "bash" => 1, "bat" => 1, "bau" => 1, "bax" => 1, "bb" => 1, "bbc" => 1, "bbe" => 1, "bbf" => 1, "bbproject" => 1, "bc" => 1, "bcc" => 1, "bcf" => 1, "bcp" => 1, "bcx" => 1, "bdh" => 1, "bdsproj" => 1, "bdt" => 1, "beam" => 1, "bed" => 1, "bet" => 1, "beta" => 1, "bfd" => 1, "bgi" => 1, "bgm" => 1, "bhs" => 1, "bhx" => 1, "bi" => 1, "bil" => 1, "bimd" => 1, "bin" => 1, "binarycookies" => 1, "bitcfg" => 1, "bitpim" => 1, "bkd" => 1, "bkmk" => 1, "bks" => 1, "blf" => 1, "bli" => 1, "bll" => 1, "bml" => 1, "bmml" => 1, "bmo" => 1, "bms" => 1, "bmw" => 1, "bochsrc" => 1, "bok" => 1, "boo" => 1, "bookexport" => 1, "bootstrap" => 1, "borland" => 1, "box" => 1, "bp" => 1, "bpk" => 1, "bpo" => 1, "bpp" => 1, "bpr" => 1, "bps" => 1, "bpt" => 1, "bqf" => 1, "breakingbad" => 1, "brg" => 1, "brml" => 1, "brs" => 1, "brx" => 1, "bs2" => 1, "bsc" => 1, "bsd" => 1, "bsh" => 1, "bsi" => 1, "bsl" => 1, "bsm" => 1, "bsml" => 1, "bson" => 1, "bsp" => 1, "bsv" => 1, "bt" => 1, "bt3" => 1, "btapp" => 1, "btc" => 1, "btf" => 1, "btm" => 1, "btproj" => 1, "btq" => 1, "btt" => 1, "btx" => 1, "bufferedimage" => 1, "build" => 1, "builder" => 1, "buildpath" => 1, "buk" => 1, "bup" => 1, "bur" => 1, "bus" => 1, "bwp" => 1, "bwz" => 1, "bxb" => 1, "bxl" => 1, "bxml" => 1, "bxp" => 1, "bxrc" => 1, "bxz" => 1, "bzs" => 1, "c" => 1, "c86" => 1, "ca" => 1, "cac" => 1, "cal" => 1, "cap" => 1, "capfile" => 1, "caps" => 1, "car" => 1, "cas" => 1, "cb" => 1, "cba" => 1, "cbl" => 1, "cbp" => 1, "cbq" => 1, "cbs" => 1, "cc" => 1, "ccb" => 1, "ccbjs" => 1, "ccc" => 1, "ccf" => 1, "ccfg" => 1, "cch" => 1, "ccp" => 1, "ccproj" => 1, "ccr" => 1, "ccs" => 1, "ccxml" => 1, "cd" => 1, "cdd" => 1, "cdf" => 1, "cdproj" => 1, "ce0" => 1, "ceid" => 1, "cel" => 1, "celx" => 1, "ceo" => 1, "cer" => 1, "cerber" => 1, "cert" => 1, "certauthorityconfig" => 1, "cezeokey" => 1, "cf" => 1, "cf3" => 1, "cfc" => 1, "cfg" => 1, "cfi" => 1, "cfm" => 1, "cfml" => 1, "cfo" => 1, "cfs" => 1, "cfxxe" => 1, "cg" => 1, "cgi" => 1, "cgvp" => 1, "cgx" => 1, "ch" => 1, "cha" => 1, "chat" => 1, "chd" => 1, "chef" => 1, "chf" => 1, "chh" => 1, "chl" => 1, "chtml" => 1, "cih" => 1, "ckm" => 1, "cl" => 1, "cla" => 1, "class" => 1, "classdiagram" => 1, "classpath" => 1, "cld" => 1, "clips" => 1, "clj" => 1, "clm" => 1, "clojure" => 1, "clp" => 1, "cls" => 1, "clu" => 1, "clw" => 1, "clx" => 1, "cm" => 1, "cma" => 1, "cmake" => 1, "cmd" => 1, "cml" => 1, "cmp" => 1, "cms" => 1, "cnf" => 1, "cnn" => 1, "cob" => 1, "cobol" => 1, "cod" => 1, "codasite" => 1, "coffee" => 1, "cola" => 1, "color" => 1, "com" => 1, "command" => 1, "common" => 1, "con" => 1, "conf" => 1, "confauto" => 1, "config" => 1, "configure" => 1, "confluence" => 1, "cook" => 1, "cord" => 1, "cos" => 1, "coverage" => 1, "coveragexml" => 1, "coverton" => 1, "cp" => 1, "cpb" => 1, "cpl" => 1, "cpp" => 1, "cpr" => 1, "cprr" => 1, "cpy" => 1, "cpz" => 1, "cq" => 1, "cql" => 1, "cr" => 1, "crdownload" => 1, "creole" => 1, "crinf" => 1, "crjoker" => 1, "crp" => 1, "crt" => 1, "cryp1" => 1, "crypt" => 1, "crypted" => 1, "cryptolocker" => 1, "cryptowall" => 1, "crypz" => 1, "cs" => 1, "csb" => 1, "csc" => 1, "cscfg" => 1, "cscpkt" => 1, "csd" => 1, "csf" => 1, "csgrad" => 1, "cshrc" => 1, "cshtml" => 1, "csi" => 1, "csm" => 1, "csml" => 1, "csp" => 1, "cspkg" => 1, "csproj" => 1, "csr" => 1, "css" => 1, "css1" => 1, "csview" => 1, "csx" => 1, "ctbl" => 1, "ctl" => 1, "ctp" => 1, "ctr" => 1, "ctt" => 1, "cu" => 1, "cuh" => 1, "cus" => 1, "cvsrc" => 1, "cwc" => 1, "cx" => 1, "cxe" => 1, "cxl" => 1, "cxp" => 1, "cxq" => 1, "cxs" => 1, "cxt" => 1, "cxx" => 1, "cya" => 1, "cyw" => 1, "czvxce" => 1, "d" => 1, "d2j" => 1, "d4" => 1, "da" => 1, "dadx" => 1, "daemonscript" => 1, "dap" => 1, "darkness" => 1, "das" => 1, "datasource" => 1, "db" => 1, "db2" => 1, "db2tbl" => 1, "db2tr" => 1, "db2vw" => 1, "dba" => 1, "dbc" => 1, "dbd" => 1, "dbg" => 1, "dbheader" => 1, "dbmdl" => 1, "dbmg" => 1, "dbml" => 1, "dbnx" => 1, "dbo" => 1, "dbp" => 1, "dbpro" => 1, "dbproj" => 1, "dbr" => 1, "dc" => 1, "dcb" => 1, "dcc" => 1, "dcd" => 1, "dcf" => 1, "dcfg" => 1, "dcr" => 1, "dctmp" => 1, "dd" => 1, "ddb" => 1, "ddp" => 1, "ddt" => 1, "deb" => 1, "defaultsite" => 1, "defi" => 1, "delf" => 1, "dep" => 1, "depend" => 1, "der" => 1, "derp" => 1, "des" => 1, "dev" => 1, "devicemetadatams" => 1, "devpak" => 1, "dex" => 1, "dexe" => 1, "dfb" => 1, "dfc" => 1, "dfd" => 1, "dfm" => 1, "dfn" => 1, "dg" => 1, "dgml" => 1, "dgscript" => 1, "dgsl" => 1, "dht" => 1, "dhtml" => 1, "di" => 1, "dia" => 1, "diagcfg" => 1, "dic" => 1, "dif" => 1, "diff" => 1, "dil" => 1, "dime" => 1, "din" => 1, "discomap" => 1, "dispositionnotification" => 1, "dita" => 1, "djg" => 1, "dks" => 1, "dlb" => 1, "dlc" => 1, "dlg" => 1, "dli" => 1, "dll" => 1, "dllx" => 1, "dmb" => 1, "dmc" => 1, "dml" => 1, "dms" => 1, "dno" => 1, "do" => 1, "dob" => 1, "dockerignore" => 1, "docstates" => 1, "dol" => 1, "dom" => 1, "dor" => 1, "download" => 1, "dpd" => 1, "dpj" => 1, "dpk" => 1, "dplt" => 1, "dpq" => 1, "dpr" => 1, "dpsml" => 1, "dqy" => 1, "drc" => 1, "drh" => 1, "dro" => 1, "dropbox" => 1, "drv" => 1, "ds" => 1, "dsa" => 1, "dsb" => 1, "dsd" => 1, "dse" => 1, "dso" => 1, "dsp" => 1, "dsq" => 1, "dsr" => 1, "dsym" => 1, "dt" => 1, "dtd" => 1, "dtml" => 1, "dto" => 1, "dtpc" => 1, "dts" => 1, "dtsconfig" => 1, "dtsearch" => 1, "dtx" => 1, "dun" => 1, "dvb" => 1, "dvp" => 1, "dwarf" => 1, "dwp" => 1, "dws" => 1, "dwt" => 1, "dx" => 1, "dxl" => 1, "dxz" => 1, "dyc" => 1, "dyv" => 1, "dyz" => 1, "e" => 1, "eaf" => 1, "ebc" => 1, "ebm" => 1, "ebs" => 1, "ebs2" => 1, "ebuild" => 1, "ebx" => 1, "ecc" => 1, "ece" => 1, "ecf" => 1, "ecore" => 1, "ecorediag" => 1, "ecu" => 1, "ed2k" => 1, "edml" => 1, "eek" => 1, "efss" => 1, "eg2" => 1, "egg" => 1, "egginfo" => 1, "eham" => 1, "ehi" => 1, "ejs" => 1, "ekm" => 1, "el" => 1, "elc" => 1, "eld" => 1, "elf" => 1, "email" => 1, "emakefile" => 1, "emakerfile" => 1, "eml" => 1, "emv" => 1, "EnCiPhErEd" => 1, "encrypt" => 1, "encrypted" => 1, "enigma" => 1, "enml" => 1, "ent" => 1, "entitlements" => 1, "epa" => 1, "epf" => 1, "ephtml" => 1, "epibrw" => 1, "epj" => 1, "epl" => 1, "epp" => 1, "ept" => 1, "eqconfig" => 1, "eql" => 1, "eqn" => 1, "erb" => 1, "erl" => 1, "erubis" => 1, "es" => 1, "esp" => 1, "esproj" => 1, "ev3p" => 1, "evm" => 1, "evp" => 1, "ew" => 1, "ewc" => 1, "ex" => 1, "exc" => 1, "exe" => 1, "exe1" => 1, "exe4j" => 1, "exec" => 1, "exerenamed" => 1, "exp" => 1, "exprwdconfig" => 1, "exprwdxsl" => 1, "exsd" => 1, "exu" => 1, "exv" => 1, "exw" => 1, "exx" => 1, "ezc" => 1, "eze" => 1, "ezhex" => 1, "ezt" => 1, "ezz" => 1, "f" => 1, "f03" => 1, "f40" => 1, "f77" => 1, "f90" => 1, "f95" => 1, "factorypath" => 1, "fag" => 1, "faq" => 1, "farrun" => 1, "fas" => 1, "fasl" => 1, "fbk" => 1, "fbp6" => 1, "fbz6" => 1, "fcg" => 1, "fcgi" => 1, "fdml" => 1, "fdp" => 1, "fdt" => 1, "feedms" => 1, "feedsdbms" => 1, "ff" => 1, "ffsbatch" => 1, "ffsgui" => 1, "ffsreal" => 1, "fgb" => 1, "fgl" => 1, "fhtml" => 1, "fhx" => 1, "fig" => 1, "fil" => 1, "fjl" => 1, "flm" => 1, "fmb" => 1, "fml" => 1, "fmp" => 1, "fmt" => 1, "fmx" => 1, "fnr" => 1, "folder" => 1, "for" => 1, "form" => 1, "forth" => 1, "fountain" => 1, "fox" => 1, "fp" => 1, "fpc" => 1, "fpi" => 1, "fpp" => 1, "fpsml" => 1, "fpweb" => 1, "fpx" => 1, "fpxml" => 1, "fqy" => 1, "frj" => 1, "frm" => 1, "frs" => 1, "frt" => 1, "fs" => 1, "fsb" => 1, "fsi" => 1, "fsproj" => 1, "fsscript" => 1, "fst" => 1, "fsx" => 1, "ftn" => 1, "ftp" => 1, "FTT" => 1, "fuj" => 1, "fun" => 1, "fus" => 1, "fwaction" => 1, "fwactionb" => 1, "fweb" => 1, "fwp" => 1, "fwt" => 1, "fwx" => 1, "fxc" => 1, "fxcproj" => 1, "fxl" => 1, "fxml" => 1, "fxp" => 1, "fzs" => 1, "g16" => 1, "g1m" => 1, "g3a" => 1, "gadgeprj" => 1, "gadget" => 1, "galaxy" => 1, "gambas" => 1, "gas" => 1, "gbap" => 1, "gbl" => 1, "gc3" => 1, "gch" => 1, "gcl" => 1, "gcode" => 1, "gdg" => 1, "gdm" => 1, "gdoc" => 1, "gdraw" => 1, "gdt" => 1, "geany" => 1, "gek" => 1, "gemfile" => 1, "gen" => 1, "generictest" => 1, "genmodel" => 1, "geojson" => 1, "getright" => 1, "gfa" => 1, "gfe" => 1, "gform" => 1, "gg" => 1, "ghc" => 1, "ghi" => 1, "ghp" => 1, "gim" => 1, "git" => 1, "gitconfig" => 1, "glade" => 1, "gladinetsp" => 1, "gld" => 1, "glf" => 1, "glink" => 1, "global" => 1, "gls" => 1, "gml" => 1, "gne" => 1, "gnt" => 1, "gnumakefile" => 1, "go" => 1, "gobj" => 1, "goc" => 1, "god" => 1, "good" => 1, "gp" => 1, "gpc" => 1, "gpe" => 1, "gpu" => 1, "gradle" => 1, "graphml" => 1, "graphmlz" => 1, "grd" => 1, "greenfoot" => 1, "groovy" => 1, "grx" => 1, "grxml" => 1, "gs" => 1, "gsb" => 1, "gsc" => 1, "gscript" => 1, "gsd" => 1, "gsheet" => 1, "gsk" => 1, "gslides" => 1, "gss" => 1, "gst" => 1, "gsym" => 1, "gtable" => 1, "gtp" => 1, "gup" => 1, "gus" => 1, "gv" => 1, "gvy" => 1, "gxl" => 1, "gyg" => 1, "gyp" => 1, "gypi" => 1, "gzquar" => 1, "h" => 1, "h2o" => 1, "h6h" => 1, "ha3" => 1, "hal" => 1, "haml" => 1, "handlebars" => 1, "has" => 1, "hathdl" => 1, "hay" => 1, "hbm" => 1, "hbs" => 1, "hbx" => 1, "hbz" => 1, "hc" => 1, "hcfg" => 1, "hcm" => 1, "hcr" => 1, "hcu" => 1, "hcw" => 1, "hdf" => 1, "hdl" => 1, "hdm" => 1, "hdml" => 1, "hei" => 1, "helpcfg" => 1, "herbst" => 1, "hexdwc" => 1, "hfc" => 1, "hfmx" => 1, "hh" => 1, "hhh" => 1, "hic" => 1, "hid" => 1, "history" => 1, "hkp" => 1, "hla" => 1, "hlp" => 1, "hlsl" => 1, "hlw" => 1, "hms" => 1, "hoic" => 1, "hom" => 1, "hot" => 1, "hp" => 1, "hpf" => 1, "hpj" => 1, "hpp" => 1, "hrh" => 1, "hrl" => 1, "hs" => 1, "hsc" => 1, "hsdl" => 1, "hse" => 1, "hsm" => 1, "hsq" => 1, "hsql" => 1, "ht" => 1, "ht4" => 1, "hta" => 1, "htaccess" => 1, "htc" => 1, "htd" => 1, "htm" => 1, "html" => 1, "html5" => 1, "htmls" => 1, "htms" => 1, "htpasswd" => 1, "htr" => 1, "hts" => 1, "htx" => 1, "hx" => 1, "hxa" => 1, "hxml" => 1, "hxp" => 1, "hxproj" => 1, "hxx" => 1, "hydra" => 1, "i" => 1, "ia" => 1, "iadaction" => 1, "iadclass" => 1, "iadpage" => 1, "iadstyle" => 1, "iaf" => 1, "iap" => 1, "ic" => 1, "ica" => 1, "ice" => 1, "icl" => 1, "icn" => 1, "iconfig" => 1, "icte" => 1, "idb" => 1, "ide" => 1, "idl" => 1, "idle" => 1, "ie3" => 1, "ifb" => 1, "ifp" => 1, "ifs" => 1, "ig" => 1, "igd" => 1, "ihtml" => 1, "ii" => 1, "iim" => 1, "iip" => 1, "ijc" => 1, "ijs" => 1, "ik" => 1, "il" => 1, "ilht" => 1, "ilk" => 1, "imap" => 1, "ime" => 1, "imh" => 1, "iml" => 1, "imp" => 1, "imported" => 1, "inc" => 1, "inf" => 1, "ini" => 1, "ini2" => 1, "ino" => 1, "inp" => 1, "ins" => 1, "install" => 1, "int" => 1, "inuse" => 1, "inz" => 1, "io" => 1, "iok" => 1, "iom" => 1, "ipb" => 1, "ipch" => 1, "ipf" => 1, "ipp" => 1, "ipproj" => 1, "ipr" => 1, "ips" => 1, "ipu" => 1, "ipy" => 1, "irafhosts" => 1, "irbrc" => 1, "irc" => 1, "irev" => 1, "irobo" => 1, "irx" => 1, "is" => 1, "isa" => 1, "isc" => 1, "ism" => 1, "isp" => 1, "iss" => 1, "isu" => 1, "isym" => 1, "itcl" => 1, "itmx" => 1, "its" => 1, "iva" => 1, "ivc" => 1, "ivp" => 1, "iws" => 1, "ix3" => 1, "ixx" => 1, "izs" => 1, "j" => 1, "j3d" => 1, "jacl" => 1, "jad" => 1, "jade" => 1, "jak" => 1, "jar" => 1, "jardesc" => 1, "jav" => 1, "java" => 1, "javajet" => 1, "jax" => 1, "jbi" => 1, "jbp" => 1, "jccfg3" => 1, "jcd" => 1, "jcf" => 1, "jcl" => 1, "jcm" => 1, "jcs" => 1, "jcw" => 1, "jcz" => 1, "jdc" => 1, "jdp" => 1, "jetinc" => 1, "jgc" => 1, "jgs" => 1, "jhtml" => 1, "jic" => 1, "jkm" => 1, "jks" => 1, "jl" => 1, "jlc" => 1, "jml" => 1, "jomproj" => 1, "joy" => 1, "jpage" => 1, "jpd" => 1, "js" => 1, "jsa" => 1, "jsb" => 1, "jsc" => 1, "jscript" => 1, "jsdtscope" => 1, "jse" => 1, "jsf" => 1, "jsfl" => 1, "jsh" => 1, "jsm" => 1, "jsobj" => 1, "json" => 1, "jsonp" => 1, "jsp" => 1, "jspa" => 1, "jspx" => 1, "jss" => 1, "jst" => 1, "jsx" => 1, "jsxbin" => 1, "jsxinc" => 1, "jtb" => 1, "jtg" => 1, "ju" => 1, "judo" => 1, "jvr" => 1, "jws" => 1, "kb" => 1, "kbs" => 1, "kcd" => 1, "kcf" => 1, "kcl" => 1, "kd" => 1, "kdevprj" => 1, "ked" => 1, "kernelcomplete" => 1, "kernelpid" => 1, "kerneltime" => 1, "kex" => 1, "keyboard" => 1, "keybtcinboxcom" => 1, "kgr" => 1, "kimcilware" => 1, "kismac" => 1, "kix" => 1, "kkk" => 1, "kl3" => 1, "kmd" => 1, "kmdi" => 1, "kml" => 1, "kmr" => 1, "kmt" => 1, "kodu" => 1, "komodo" => 1, "kon" => 1, "kpl" => 1, "kraken" => 1, "ks" => 1, "ksc" => 1, "ksh" => 1, "kst" => 1, "ktspack" => 1, "kumac" => 1, "kv" => 1, "l" => 1, "l1i" => 1, "lamp" => 1, "lap" => 1, "lasso" => 1, "launch" => 1, "lavs" => 1, "lay" => 1, "lbc" => 1, "lbi" => 1, "lbj" => 1, "lcc" => 1, "lct" => 1, "ld" => 1, "ldap" => 1, "ldmt" => 1, "lds" => 1, "ldz" => 1, "le" => 1, "leases" => 1, "LeChiffre" => 1, "les" => 1, "less" => 1, "let" => 1, "lex" => 1, "lgt" => 1, "lhs" => 1, "li" => 1, "lib" => 1, "licx" => 1, "lik" => 1, "link" => 1, "liquid" => 1, "lisp" => 1, "lit" => 1, "litcoffee" => 1, "lkh" => 1, "lku" => 1, "ll" => 1, "llf" => 1, "llp" => 1, "lml" => 1, "lmp" => 1, "lmv" => 1, "lng" => 1, "lnk" => 1, "lnp" => 1, "lnt" => 1, "lnx" => 1, "lo" => 1, "loc" => 1, "locked" => 1, "locky" => 1, "login" => 1, "lok" => 1, "lol" => 1, "lols" => 1, "lp" => 1, "lpaq5" => 1, "lpd" => 1, "lpr" => 1, "lpx" => 1, "lrf" => 1, "lrs" => 1, "ls1" => 1, "ls3proj" => 1, "lsh" => 1, "lsp" => 1, "lss" => 1, "lsx" => 1, "lsxtproj" => 1, "lua" => 1, "luac" => 1, "lub" => 1, "luca" => 1, "lwa" => 1, "lwac" => 1, "lwbm" => 1, "lwmw" => 1, "lwtt" => 1, "lxk" => 1, "lxsproj" => 1, "lzx" => 1, "m" => 1, "m2" => 1, "m2r" => 1, "m3" => 1, "m4" => 1, "m4x" => 1, "m51" => 1, "m6m" => 1, "mab" => 1, "mac" => 1, "mad" => 1, "maf" => 1, "mag" => 1, "magic" => 1, "magik" => 1, "magnet" => 1, "mai" => 1, "mak" => 1, "make" => 1, "maki" => 1, "mako" => 1, "mam" => 1, "maml" => 1, "map" => 1, "mapx" => 1, "maq" => 1, "mar" => 1, "mas" => 1, "mash" => 1, "master" => 1, "mat" => 1, "matlab" => 1, "mau" => 1, "mav" => 1, "maw" => 1, "mb" => 1, "mbam" => 1, "mbas" => 1, "mbs" => 1, "mbtemmplate" => 1, "mc" => 1, "mc6" => 1, "mca" => 1, "mcc" => 1, "mcd" => 1, "mcml" => 1, "mcp" => 1, "mcr" => 1, "mcserver" => 1, "mcw" => 1, "md" => 1, "mda" => 1, "mdb" => 1, "mde" => 1, "mdex" => 1, "mdf" => 1, "mdp" => 1, "mdrc" => 1, "mdt" => 1, "mdw" => 1, "mdz" => 1, "me" => 1, "mec" => 1, "mediawiki" => 1, "mel" => 1, "mem" => 1, "met" => 1, "meta4" => 1, "metadata" => 1, "metalink" => 1, "mew" => 1, "mex" => 1, "mexw32" => 1, "mf" => 1, "mfa" => 1, "mfcribbonms" => 1, "mfl" => 1, "mfps" => 1, "mfu" => 1, "mg" => 1, "mhc" => 1, "mhl" => 1, "mhtm" => 1, "mhtml" => 1, "mi" => 1, "mib" => 1, "micro" => 1, "mime" => 1, "mingw" => 1, "mingw32" => 1, "mix" => 1, "mjg" => 1, "mjk" => 1, "mjz" => 1, "mk" => 1, "mkb" => 1, "mke" => 1, "mky" => 1, "ml" => 1, "mli" => 1, "mln" => 1, "mls" => 1, "mlsxml" => 1, "mlv" => 1, "mlx" => 1, "mly" => 1, "mm" => 1, "mm3" => 1, "mm4" => 1, "mman" => 1, "mmb" => 1, "mmbas" => 1, "mmch" => 1, "mme" => 1, "mmf" => 1, "mmh" => 1, "mmjs" => 1, "mml" => 1, "mmrc" => 1, "mnd" => 1, "mo" => 1, "mobileconfig" => 1, "mobileprovision" => 1, "moc" => 1, "module" => 1, "mom" => 1, "moss" => 1, "mozconfig" => 1, "mp" => 1, "mpd" => 1, "mpkt" => 1, "mpm" => 1, "mpx" => 1, "mqt" => 1, "mrc" => 1, "mrd" => 1, "mrl" => 1, "mrs" => 1, "ms" => 1, "msc" => 1, "mscr" => 1, "msct" => 1, "msdev" => 1, "msdl" => 1, "msf" => 1, "msh" => 1, "msh1" => 1, "msh1xml" => 1, "msh2" => 1, "msh2xml" => 1, "msha" => 1, "mshxml" => 1, "msi" => 1, "msie" => 1, "msil" => 1, "msl" => 1, "msm" => 1, "mso" => 1, "msp" => 1, "mspl" => 1, "mspx" => 1, "msrcincident" => 1, "mss" => 1, "mst" => 1, "mstnef" => 1, "msvc" => 1, "msym" => 1, "mtml" => 1, "mtp" => 1, "mtx" => 1, "murl" => 1, "mvba" => 1, "mvc" => 1, "mvpl" => 1, "mw" => 1, "mwe" => 1, "mwp" => 1, "mx" => 1, "mxd" => 1, "mxe" => 1, "mxm" => 1, "mxml" => 1, "mxu" => 1, "myapp" => 1, "mzp" => 1, "napj" => 1, "nas" => 1, "nba" => 1, "nbin" => 1, "nbk" => 1, "nbo" => 1, "ncb" => 1, "ncc" => 1, "ncf" => 1, "ncfg" => 1, "nch" => 1, "nck" => 1, "ncm" => 1, "ncx" => 1, "nd" => 1, "ndr" => 1, "ne0" => 1, "neko" => 1, "nes" => 1, "net" => 1, "netboot" => 1, "netproject" => 1, "netsh" => 1, "newsloc" => 1, "nexe" => 1, "nfg" => 1, "ngage" => 1, "nhs" => 1, "nk" => 1, "nlc" => 1, "nlpj" => 1, "nls" => 1, "nmk" => 1, "nmpj" => 1, "nms" => 1, "nns" => 1, "nof" => 1, "nokogiri" => 1, "nopj" => 1, "npi" => 1, "nppj" => 1, "nqc" => 1, "nrs" => 1, "ns2p" => 1, "nsconfig" => 1, "nsd" => 1, "nse" => 1, "nsi" => 1, "nspj" => 1, "nsu" => 1, "nsx" => 1, "nt" => 1, "nunit" => 1, "nupkg" => 1, "nvi" => 1, "nxc" => 1, "nxe" => 1, "nxg" => 1, "nzb" => 1, "o" => 1, "oar" => 1, "oat" => 1, "obj" => 1, "obml" => 1, "obml15" => 1, "obml16" => 1, "obr" => 1, "ocamlmakefile" => 1, "ocb" => 1, "ocr" => 1, "ocx" => 1, "od" => 1, "odc" => 1, "odcodc" => 1, "odex" => 1, "odh" => 1, "odl" => 1, "ogl" => 1, "ognc" => 1, "ogr" => 1, "ogs" => 1, "ogx" => 1, "okm" => 1, "oks" => 1, "olt" => 1, "ook" => 1, "opdownload" => 1, "opf" => 1, "oplm" => 1, "opml" => 1, "oppo" => 1, "ops" => 1, "opt" => 1, "options" => 1, "opts" => 1, "opv" => 1, "opx" => 1, "oqy" => 1, "ora" => 1, "orc" => 1, "orl" => 1, "orq" => 1, "osa" => 1, "osas" => 1, "osax" => 1, "osd" => 1, "osg" => 1, "osx" => 1, "ovpn" => 1, "ow" => 1, "owd" => 1, "owl" => 1, "owm" => 1, "owx" => 1, "ox" => 1, "ozd" => 1, "p" => 1, "p5tkjw" => 1, "p7" => 1, "p7b" => 1, "p7c" => 1, "p7r" => 1, "p9d" => 1, "pac" => 1, "paf" => 1, "pag" => 1, "page" => 1, "pando" => 1, "par" => 1, "param" => 1, "parm" => 1, "part" => 1, "partial" => 1, "pas" => 1, "pat" => 1, "pawn" => 1, "paym" => 1, "paymrss" => 1, "payms" => 1, "paymst" => 1, "paymts" => 1, "payrms" => 1, "pays" => 1, "pb" => 1, "pb2" => 1, "pba" => 1, "pbi" => 1, "pbl" => 1, "pbp" => 1, "pbq" => 1, "pbx5script" => 1, "pbxbtree" => 1, "pbxproj" => 1, "pbxscript" => 1, "pc" => 1, "pc2" => 1, "pc3" => 1, "pcd" => 1, "pce" => 1, "pcf" => 1, "pch" => 1, "pcp" => 1, "pcs" => 1, "pd" => 1, "pdb" => 1, "pdcr" => 1, "pde" => 1, "pdk" => 1, "pdl" => 1, "pdml" => 1, "pdo" => 1, "pds" => 1, "pe" => 1, "pem" => 1, "perfmoncfg" => 1, "perl" => 1, "pf" => 1, "pf0" => 1, "pf1" => 1, "pf2" => 1, "pf4" => 1, "pfa" => 1, "pfc" => 1, "pfg" => 1, "pfx" => 1, "pgm" => 1, "pgml" => 1, "ph" => 1, "phar" => 1, "phl" => 1, "php" => 1, "php1" => 1, "php2" => 1, "php3" => 1, "php4" => 1, "php5" => 1, "php6" => 1, "phpproj" => 1, "phps" => 1, "phpt" => 1, "phs" => 1, "pht" => 1, "phtm" => 1, "phtml" => 1, "pickle" => 1, "pid" => 1, "pif" => 1, "pih" => 1, "pika" => 1, "pike" => 1, "pim" => 1, "pjt" => 1, "pjx" => 1, "pkb" => 1, "pkh" => 1, "pki" => 1, "pl" => 1, "pl1" => 1, "pl7" => 1, "plac" => 1, "playground" => 1, "plc" => 1, "plg" => 1, "pli" => 1, "pln" => 1, "plog" => 1, "pls" => 1, "pltcfg" => 1, "plx" => 1, "pm" => 1, "pmb" => 1, "pml" => 1, "pmod" => 1, "pmp" => 1, "pna" => 1, "pnagent" => 1, "pnc" => 1, "pnproj" => 1, "pnpt" => 1, "PoAr2w" => 1, "poc" => 1, "pod" => 1, "poix" => 1, "policy" => 1, "pom" => 1, "pou" => 1, "pp" => 1, "pp1" => 1, "ppa" => 1, "ppam" => 1, "ppml" => 1, "ppo" => 1, "ppp9" => 1, "ppz9" => 1, "pr" => 1, "pr7" => 1, "prb" => 1, "prc" => 1, "prf" => 1, "prg" => 1, "pri" => 1, "prl" => 1, "prm" => 1, "pro" => 1, "profiles" => 1, "properties" => 1, "propertiesjet" => 1, "proto" => 1, "proxy" => 1, "prp" => 1, "prt" => 1, "prx" => 1, "ps1" => 1, "ps1xml" => 1, "ps2" => 1, "ps2xml" => 1, "psc1" => 1, "psc2" => 1, "psd1" => 1, "psf" => 1, "psl" => 1, "psm1" => 1, "psml" => 1, "pspscript" => 1, "psu" => 1, "pt" => 1, "ptb" => 1, "ptg" => 1, "pti" => 1, "ptl" => 1, "ptx" => 1, "ptxml" => 1, "pubkr" => 1, "pui" => 1, "pun" => 1, "pva" => 1, "pvs" => 1, "pvx" => 1, "pwn" => 1, "pwo" => 1, "pwr" => 1, "pwz" => 1, "pxc" => 1, "pxd" => 1, "pxg" => 1, "pxi" => 1, "pxl" => 1, "pxml" => 1, "pxt" => 1, "py" => 1, "pyc" => 1, "pyd" => 1, "pym" => 1, "pyo" => 1, "pyt" => 1, "pyw" => 1, "pyx" => 1, "pyz" => 1, "pyzw" => 1, "pzdc" => 1, "qac" => 1, "qcf" => 1, "qdl" => 1, "qdr" => 1, "qf" => 1, "qit" => 1, "qlc" => 1, "qml" => 1, "qpkg" => 1, "qpr" => 1, "qpx" => 1, "qqq" => 1, "qrm" => 1, "qrn" => 1, "qry" => 1, "qs" => 1, "qsc" => 1, "qt3d" => 1, "qvs" => 1, "qvt" => 1, "qwc" => 1, "qx" => 1, "qxm" => 1, "r" => 1, "r5a" => 1, "radius" => 1, "rak" => 1, "rake" => 1, "rakefile" => 1, "rap" => 1, "rapc" => 1, "rat" => 1, "rb" => 1, "rbc" => 1, "rbf" => 1, "rbp" => 1, "rbs" => 1, "rbt" => 1, "rbtx" => 1, "rbvcp" => 1, "rbw" => 1, "rbx" => 1, "rc" => 1, "rc2" => 1, "rc3" => 1, "rcc" => 1, "rcf" => 1, "rcg" => 1, "rdf" => 1, "rdg" => 1, "rdm" => 1, "rdoc" => 1, "rdoff" => 1, "rdp" => 1, "re" => 1, "reb" => 1, "reg" => 1, "rej" => 1, "res" => 1, "resjson" => 1, "resourceconfig" => 1, "resources" => 1, "resx" => 1, "rex" => 1, "rexx" => 1, "rfs" => 1, "rfx" => 1, "rgs" => 1, "rguninst" => 1, "rh" => 1, "rhk" => 1, "rhs" => 1, "rhtml" => 1, "rip" => 1, "rjs" => 1, "rkt" => 1, "rmh" => 1, "rmi" => 1, "rml" => 1, "rmn" => 1, "rna" => 1, "rng" => 1, "rnk" => 1, "rnw" => 1, "rob" => 1, "robo" => 1, "rokku" => 1, "ror" => 1, "rpg" => 1, "rpj" => 1, "rpm" => 1, "rpo" => 1, "rpprj" => 1, "rpres" => 1, "rprofile" => 1, "rproj" => 1, "rptproj" => 1, "rpy" => 1, "rpyc" => 1, "rpym" => 1, "rqb" => 1, "rqy" => 1, "rrc" => 1, "rrh" => 1, "rrk" => 1, "rsctmp" => 1, "rsl" => 1, "rsm" => 1, "rsp" => 1, "rss" => 1, "rssc" => 1, "rsym" => 1, "rta" => 1, "rtk" => 1, "rtl" => 1, "rts" => 1, "rub" => 1, "rule" => 1, "run" => 1, "rvb" => 1, "rvp" => 1, "rvt" => 1, "rws" => 1, "rwsw" => 1, "rxe" => 1, "rxs" => 1, "ryb" => 1, "s" => 1, "s2a" => 1, "s2s" => 1, "s43" => 1, "s4e" => 1, "s5d" => 1, "s7p" => 1, "saas" => 1, "sal" => 1, "sam" => 1, "sami" => 1, "sap" => 1, "sar" => 1, "sas" => 1, "sasf" => 1, "sass" => 1, "saveddeck" => 1, "sax" => 1, "sb" => 1, "sbh" => 1, "sbi" => 1, "sbml" => 1, "sbr" => 1, "sbs" => 1, "sc" => 1, "sca" => 1, "scala" => 1, "scar" => 1, "scb" => 1, "scc" => 1, "scf" => 1, "sch" => 1, "scm" => 1, "sconscript" => 1, "sconstruct" => 1, "scp" => 1, "scpt" => 1, "scptd" => 1, "scr" => 1, "script" => 1, "scriptsuite" => 1, "scriptterminology" => 1, "scro" => 1, "scs" => 1, "scss" => 1, "sct" => 1, "scx" => 1, "scz" => 1, "sdb" => 1, "sdef" => 1, "sdg" => 1, "sdi" => 1, "sdl" => 1, "sdsb" => 1, "seam" => 1, "securedownload" => 1, "security" => 1, "seestyle" => 1, "self" => 1, "seman" => 1, "ser" => 1, "set" => 1, "settingcontentms" => 1, "sex" => 1, "sf" => 1, "sfl" => 1, "sflb" => 1, "sfm" => 1, "sfp" => 1, "sfr" => 1, "sfx" => 1, "sgc" => 1, "sh" => 1, "shb" => 1, "shfb" => 1, "shfbproj" => 1, "shit" => 1, "shs" => 1, "sht" => 1, "shtm" => 1, "shtml" => 1, "sid" => 1, "sim" => 1, "simba" => 1, "simple" => 1, "sis" => 1, "sisx" => 1, "sit" => 1, "sitemap" => 1, "siz" => 1, "sjava" => 1, "sjc" => 1, "sjs" => 1, "sk" => 1, "ska" => 1, "sko" => 1, "skp" => 1, "sl" => 1, "slackbuild" => 1, "slim" => 1, "sln" => 1, "slogo" => 1, "slogt" => 1, "slt" => 1, "sltng" => 1, "sm" => 1, "sma" => 1, "smali" => 1, "smd" => 1, "smi" => 1, "smil" => 1, "sml" => 1, "smm" => 1, "smtmp" => 1, "smw" => 1, "smx" => 1, "snapx" => 1, "snippet" => 1, "snm" => 1, "sno" => 1, "soc" => 1, "sol" => 1, "som" => 1, "sop" => 1, "sox" => 1, "sp" => 1, "spam" => 1, "spd" => 1, "spdesignconfig" => 1, "spdesignopen" => 1, "spdesignsitemap" => 1, "spk" => 1, "spm" => 1, "spml" => 1, "spr" => 1, "sps" => 1, "spt" => 1, "spx" => 1, "sqldataprovider" => 1, "sqljet" => 1, "sqlproj" => 1, "src" => 1, "srf" => 1, "srv" => 1, "srx" => 1, "srz" => 1, "ss" => 1, "ssage" => 1, "ssc" => 1, "sscs" => 1, "ssh" => 1, "ssi" => 1, "ssml" => 1, "ssq" => 1, "ssy" => 1, "st" => 1, "startlet" => 1, "status" => 1, "stl" => 1, "stm" => 1, "stml" => 1, "sts" => 1, "stuffit11task" => 1, "stx" => 1, "styl" => 1, "sublimeworkspace" => 1, "sup" => 1, "surprise" => 1, "sus" => 1, "svc" => 1, "svg" => 1, "svnbase" => 1, "svo" => 1, "svr" => 1, "svx" => 1, "svy" => 1, "sw" => 1, "swg" => 1, "swift" => 1, "swt" => 1, "swz" => 1, "sxp" => 1, "sxs" => 1, "sxt" => 1, "sxv" => 1, "sxx" => 1, "sym" => 1, "synwproj" => 1, "syp" => 1, "sys" => 1, "t" => 1, "t4" => 1, "tab" => 1, "tag" => 1, "tal" => 1, "targets" => 1, "tatxtt" => 1, "tbasic" => 1, "tbasicc" => 1, "tbasicx" => 1, "tbr" => 1, "tc" => 1, "tcl" => 1, "tcp" => 1, "tcsh" => 1, "tcz" => 1, "td" => 1, "td2" => 1, "tdo" => 1, "tds" => 1, "tdw" => 1, "tea" => 1, "tec" => 1, "tem" => 1, "texinfo" => 1, "textile" => 1, "tf" => 1, "tfa" => 1, "tgb" => 1, "tgml" => 1, "tgz" => 1, "thor" => 1, "thtml" => 1, "ti" => 1, "tig" => 1, "tik" => 1, "tikz" => 1, "tilemap" => 1, "tim" => 1, "tiprogram" => 1, "tk" => 1, "tko" => 1, "tkp" => 1, "tla" => 1, "tlc" => 1, "tld" => 1, "tlh" => 1, "tli" => 1, "tll" => 1, "tlv" => 1, "tm" => 1, "tmap" => 1, "tmh" => 1, "tml" => 1, "tmo" => 1, "tmp" => 1, "tokend" => 1, "top" => 1, "torrent" => 1, "tpm" => 1, "tpr" => 1, "tps" => 1, "tpsml" => 1, "tpt" => 1, "tpx" => 1, "tql" => 1, "tra" => 1, "tracwiki" => 1, "transcriptstyle" => 1, "triples" => 1, "trs" => 1, "trt" => 1, "tru" => 1, "ts0" => 1, "tsa" => 1, "tsc" => 1, "tsk" => 1, "tsm" => 1, "tsp" => 1, "tsq" => 1, "tst" => 1, "tstream" => 1, "ttcn" => 1, "tti" => 1, "ttinclude" => 1, "ttml" => 1, "ttt" => 1, "tu" => 1, "tur" => 1, "turboc3" => 1, "tvc" => 1, "tvpi" => 1, "tvvi" => 1, "twc" => 1, "twig" => 1, "txc" => 1, "txl" => 1, "txm" => 1, "txml" => 1, "txs" => 1, "txx" => 1, "tzs" => 1, "tzx" => 1, "uae" => 1, "ubb" => 1, "ubj" => 1, "ubr" => 1, "ucb" => 1, "ucf" => 1, "udf" => 1, "ufdl" => 1, "uhtml" => 1, "uih" => 1, "uit" => 1, "uix" => 1, "ulp" => 1, "umlclass" => 1, "ump" => 1, "und" => 1, "unx" => 1, "upa" => 1, "upl" => 1, "upload" => 1, "uri" => 1, "uris" => 1, "url" => 1, "urls" => 1, "usi" => 1, "usr" => 1, "uvoptx" => 1, "uvprjx" => 1, "uvproj" => 1, "uvprojx" => 1, "uzy" => 1, "v" => 1, "v3s" => 1, "v4e" => 1, "v4s" => 1, "vad" => 1, "vala" => 1, "vap" => 1, "var" => 1, "vb" => 1, "vba" => 1, "vbe" => 1, "vbg" => 1, "vbhtml" => 1, "vbi" => 1, "vbm" => 1, "vbp" => 1, "vbproj" => 1, "vbs" => 1, "vbscript" => 1, "vbw" => 1, "vbx" => 1, "vc" => 1, "vc1" => 1, "vc15" => 1, "vc2" => 1, "vc4" => 1, "vc5" => 1, "vc6" => 1, "vc7" => 1, "vce" => 1, "vcp" => 1, "vcproj" => 1, "vcwin32" => 1, "vcxproj" => 1, "vd" => 1, "vddproj" => 1, "vdm" => 1, "vdp" => 1, "vdproj" => 1, "vdw" => 1, "vexe" => 1, "vfb" => 1, "vgc" => 1, "vic" => 1, "vim" => 1, "vimrc" => 1, "vip" => 1, "viw" => 1, "vjp" => 1, "vjsproj" => 1, "vls" => 1, "vlx" => 1, "vmc" => 1, "vmsg" => 1, "vmx" => 1, "vnu" => 1, "vpc" => 1, "vpi" => 1, "vpl" => 1, "vpn" => 1, "vps" => 1, "vrf" => 1, "vrm" => 1, "vrml" => 1, "vrp" => 1, "vsc" => 1, "vscontent" => 1, "vsct" => 1, "vsdisco" => 1, "vsh" => 1, "vsixmanifest" => 1, "vsl" => 1, "vsmacros" => 1, "vspolicy" => 1, "vsprops" => 1, "vss" => 1, "vssscc" => 1, "vst" => 1, "vstemplate" => 1, "vsw" => 1, "vsy" => 1, "vtm" => 1, "vtml" => 1, "vue" => 1, "vup" => 1, "vv" => 1, "vxd" => 1, "vxml" => 1, "vzr" => 1, "w" => 1, "w32" => 1, "wadcfg" => 1, "wam" => 1, "war" => 1, "was" => 1, "wax" => 1, "wbc" => 1, "wbf" => 1, "wbl" => 1, "wbs" => 1, "wbt" => 1, "wbx" => 1, "wbxml" => 1, "wcf" => 1, "wch" => 1, "wcm" => 1, "wcr" => 1, "wda" => 1, "wdgt" => 1, "wdi" => 1, "wdk" => 1, "wdl" => 1, "wdproj" => 1, "wdw" => 1, "wdx9" => 1, "webarchivexml" => 1, "webbookmark" => 1, "webdoc" => 1, "webhistory" => 1, "webintents" => 1, "webloc" => 1, "webpnp" => 1, "webpublishhistory" => 1, "website" => 1, "webtest" => 1, "wed" => 1, "wfs" => 1, "wgt" => 1, "widget" => 1, "wie" => 1, "wiki" => 1, "wim" => 1, "win" => 1, "win32manifest" => 1, "wince" => 1, "windowslivegroup" => 1, "wis" => 1, "wix" => 1, "wixout" => 1, "wiz" => 1, "wli" => 1, "wlm" => 1, "wlpginstall" => 1, "wmc" => 1, "wmd" => 1, "wml" => 1, "wmlc" => 1, "wmls" => 1, "wmlsc" => 1, "wms" => 1, "wmw" => 1, "woa" => 1, "wod" => 1, "wowproj" => 1, "wpj" => 1, "wpk" => 1, "wpm" => 1, "ws" => 1, "wsc" => 1, "wsd" => 1, "wsdd" => 1, "wsdl" => 1, "wsf" => 1, "wsh" => 1, "wsil" => 1, "wsp" => 1, "wspd" => 1, "wsym" => 1, "wti" => 1, "wtk" => 1, "wwe" => 1, "wwt" => 1, "wx" => 1, "wxa" => 1, "wxi" => 1, "wxl" => 1, "wxs" => 1, "wys" => 1, "wzs" => 1, "x" => 1, "x4k" => 1, "x86" => 1, "xaml" => 1, "xamlx" => 1, "xap" => 1, "xbap" => 1, "xbc" => 1, "xbd" => 1, "xbl" => 1, "xblr" => 1, "xcl" => 1, "xcodeproj" => 1, "xcp" => 1, "xct" => 1, "xda" => 1, "xdfl" => 1, "xds" => 1, "xdu" => 1, "xex" => 1, "xfm" => 1, "xht" => 1, "xhtm" => 1, "xhtml" => 1, "xib" => 1, "xig" => 1, "xilize" => 1, "xin" => 1, "xip" => 1, "xir" => 1, "xjb" => 1, "xl" => 1, "xla" => 1, "xlm" => 1, "xlm3" => 1, "xlm4" => 1, "xlnk" => 1, "xlv" => 1, "xlx" => 1, "xmap" => 1, "xmc" => 1, "xme" => 1, "xml" => 1, "xmla" => 1, "xmljet" => 1, "xmllog" => 1, "xmsc" => 1, "xmss" => 1, "xmt" => 1, "xmta" => 1, "xn" => 1, "xnf" => 1, "xnk" => 1, "xnp" => 1, "xnt" => 1, "xnxx" => 1, "xojobinaryproject" => 1, "xojoproject" => 1, "xojoxmlproject" => 1, "xoml" => 1, "xpb" => 1, "xpd" => 1, "xpdl" => 1, "xpgt" => 1, "xpl" => 1, "xql" => 1, "xqr" => 1, "xr" => 1, "xrc" => 1, "xrds" => 1, "xsc" => 1, "xscscpt" => 1, "xsd" => 1, "xsl" => 1, "xslt" => 1, "xsql" => 1, "xtbl" => 1, "xtml" => 1, "xtx" => 1, "xtxt" => 1, "xui" => 1, "xul" => 1, "xweb3htm" => 1, "xweb4asax" => 1, "xweb4htt" => 1, "xweb4stm" => 1, "xxx" => 1, "xys" => 1, "xyz" => 1, "y" => 1, "yab" => 1, "yajl" => 1, "yaml" => 1, "yaws" => 1, "yml2" => 1, "ypf" => 1, "yt" => 1, "ywl" => 1, "yxx" => 1, "z" => 1, "zasm" => 1, "zbd" => 1, "zbi" => 1, "zc" => 1, "zcc" => 1, "zcfg" => 1, "zcls" => 1, "zcrypt" => 1, "zed" => 1, "zero" => 1, "zfd" => 1, "zfo" => 1, "zfrm" => 1, "zfs" => 1, "zhtml" => 1, "zhtw" => 1, "zit" => 1, "zix" => 1, "zms" => 1, "zpd" => 1, "zpk" => 1, "zpkg" => 1, "zpl" => 1, "zpweb" => 1, "zrx" => 1, "zs" => 1, "zsc" => 1, "zsh" => 1, "zsrc" => 1, "zts" => 1, "zul" => 1, "zup" => 1, "zvz" => 1, "zws" => 1, "zyklon" => 1, "zzb" => 1, "zzc" => 1, "zzd" => 1, "zze" => 1, "zzf" => 1, "zzk" => 1, "zzp" => 1, "zzt" => 1, "zzz" => 1 );
6
+
7
+ $wfu_dir_blacklist = array(
8
+ defined("WP_PLUGIN_DIR") ? WP_PLUGIN_DIR : preg_replace("/^(.*?)(\/|\\\\)[^\/\\\\]*(\/|\\\\)$/", "$1", ABSWPFILEUPLOAD_DIR)
9
+ );
10
+
11
+ /**
12
+ * Checks if file extension is blacklisted
13
+ *
14
+ * This function will check if the extension of the file is included in the
15
+ * black list. If the filename contains more that one dot (.) characters the
16
+ * function will consider that it has more than one extensions. In this case it
17
+ * will check the last two ones (because in some web servers files like e.g.
18
+ * myfile.php.png are considered as php files and may be executed). If any of
19
+ * the extensions are included in the black list, then true will be returned.
20
+ *
21
+ * @param string $filename the filename of the uploaded file
22
+ *
23
+ * @return bool whether any of the file extensions is blacklisted or not
24
+ */
25
+ function wfu_file_extension_blacklisted($filename) {
26
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
27
+ global $wfu_extension_blacklist;
28
+ //extract and check extensions from filename
29
+ $parts = explode(".", $filename);
30
+ $exists = false;
31
+ for ($i = count($parts) - 1; $i > max(0, count($parts) - 3); $i--) {
32
+ $exists = isset($wfu_extension_blacklist[$parts[$i]]);
33
+ if ( $exists ) break;
34
+ }
35
+ return $exists;
36
+ }
37
+
38
+ /**
39
+ * Checks if file extension is whitelisted
40
+ *
41
+ * This function will check if the extension of the file is included in the
42
+ * white list. It will check only the last extension of the file.
43
+ *
44
+ * @param string $filename the filename of the uploaded file
45
+ *
46
+ * @return bool whether the file extension is whitelisted or not
47
+ *
48
+ * @details Details
49
+ */
50
+ function wfu_file_extension_whitelisted($filename) {
51
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
52
+ $whitelist = array( "1st" => 1, "264" => 1, "3g2" => 1, "3ga" => 1, "3gp" => 1, "aac" => 1, "abw" => 1, "ai" => 1, "aiff" => 1, "amr" => 1, "ape" => 1, "arf" => 1, "asf" => 1, "asx" => 1, "avi" => 1, "aww" => 1, "bik" => 1, "bmp" => 1, "cda" => 1, "cdr" => 1, "csv" => 1, "dash" => 1, "dat" => 1, "dds" => 1, "dib" => 1, "djvu" => 1, "dng" => 1, "doc" => 1, "docx" => 1, "drw" => 1, "dt2" => 1, "dvf" => 1, "dvr" => 1, "emf" => 1, "emz" => 1, "eng" => 1, "epub" => 1, "file" => 1, "flac" => 1, "gif" => 1, "gp4" => 1, "gp5" => 1, "gpx" => 1, "h264" => 1, "ind" => 1, "indd" => 1, "jpeg" => 1, "jpg" => 1, "key" => 1, "log" => 1, "logic" => 1, "lrc" => 1, "m2t" => 1, "m2ts" => 1, "m4a" => 1, "m4b" => 1, "m4p" => 1, "m4v" => 1, "midi" => 1, "mkv" => 1, "mov" => 1, "mp3" => 1, "mp4" => 1, "mpeg" => 1, "mpg" => 1, "mpp" => 1, "mpt" => 1, "mts" => 1, "nfo" => 1, "odf" => 1, "odg" => 1, "ods" => 1, "odt" => 1, "ogg" => 1, "ogv" => 1, "ott" => 1, "oxps" => 1, "pages" => 1, "pcm" => 1, "pdf" => 1, "pic" => 1, "plist" => 1, "pmd" => 1, "png" => 1, "pot" => 1, "potx" => 1, "pps" => 1, "ppsx" => 1, "ppt" => 1, "pptx" => 1, "prn" => 1, "ps" => 1, "psd" => 1, "psdx" => 1, "pts" => 1, "pub" => 1, "pwi" => 1, "raw" => 1, "rec" => 1, "rep" => 1, "rmvb" => 1, "rtf" => 1, "sdd" => 1, "sdw" => 1, "snd" => 1, "sng" => 1, "snp" => 1, "sub" => 1, "sxw" => 1, "tbl" => 1, "tga" => 1, "tif" => 1, "tiff" => 1, "tod" => 1, "tp" => 1, "ts" => 1, "txt" => 1, "uax" => 1, "vob" => 1, "vsd" => 1, "wav" => 1, "wbmp" => 1, "wdp" => 1, "wlmp" => 1, "wma" => 1, "wmv" => 1, "wpd" => 1, "wpl" => 1, "wps" => 1, "wri" => 1, "xls" => 1, "xlsx" => 1, "xps" => 1, "zab" => 1 );
53
+ //extract and check extension from filename
54
+ $ext = wfu_fileext($filename);
55
+ return isset($whitelist[$ext]);
56
+ }
57
+
58
+ /**
59
+ * Checks if wildcard pattern is wide
60
+ *
61
+ * This function checks whether the wildcard pattern defines a very wide
62
+ * extension range. To do this, it first finds the extension part of the
63
+ * pattern, by finding the last occurrence of dot (.) or question mark (?) or
64
+ * dot in square brackets ([.]). All following characters are the extension.
65
+ * If the extension part contains the asterisk symbol (*) or the question mark
66
+ * (?) symbol, then the extension is considered to be very wide. In this case
67
+ * the uploaded file's extension must be included in the white list of allowed
68
+ * extensions. It is noted that the asterisk symbol (*) does not match all
69
+ * characters, as it is defined by the wildcard syntax, but all except the dot
70
+ * (.). This policy applies to uploadpatterns attribute of the plugin's
71
+ * shortcode in order to improve security. An administrator can change this
72
+ * policy and make the asterisk symbol match all characters (including dot) by
73
+ * setting the environment variable "Wildcard Asterisk Mode" to "loose". In
74
+ * this case the function modifies its logic a little bit.
75
+ *
76
+ * @param string $pattern the wildcard pattern
77
+ *
78
+ * @return bool whether the pattern is wide or not
79
+ */
80
+ function wfu_is_pattern_wide($pattern) {
81
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
82
+ $in_brackets = false;
83
+ $pos = -1;
84
+ $asterisk_count = 0;
85
+ $last_asterisk_pos = 0;
86
+ $question_mark_count = 0;
87
+ $last_question_mark_pos = -1;
88
+ //in case that the asterisk mode is loose (we allow the asterisk to match a
89
+ //dot) then a loose mode asterisk (*) is equivalent to two strict mode
90
+ //asterisks and a dot in between (*.*)
91
+ if ( WFU_VAR("WFU_WILDCARD_ASTERISK_MODE") != "strict" )
92
+ $pattern = str_replace("*", "*.*", $pattern);
93
+ for ($i = strlen($pattern) - 1; $i >= 0; $i--) {
94
+ $c = $pattern[$i];
95
+ if ( !$in_brackets && $c == "." ) {
96
+ $pos = $i;
97
+ break;
98
+ }
99
+ elseif ( !$in_brackets && $c == "*" ) {
100
+ $asterisk_count ++;
101
+ if ( $asterisk_count == 1 ) $last_asterisk_pos = $i;
102
+ }
103
+ elseif ( !$in_brackets && $c == "?" ) {
104
+ $question_mark_count ++;
105
+ if ( $question_mark_count == 1 ) $last_question_mark_pos = $i;
106
+ }
107
+ elseif ( !$in_brackets && $c == "]" ) {
108
+ $in_brackets = true;
109
+ $pos = $i;
110
+ }
111
+ elseif ( $in_brackets && $c == "." ) break;
112
+ elseif ( $in_brackets && $c == "[" ) {
113
+ $in_brackets = false;
114
+ $pos = -1;
115
+ }
116
+ }
117
+ $is_wide = false;
118
+ //if there is a dot symbol in pattern, then the pattern is wide if it
119
+ //contains at least one asterisk or question mark
120
+ if ( $pos > -1 ) $is_wide = ( $asterisk_count + $question_mark_count > 0 );
121
+ //if there is no dot symbol in pattern however there are at least two
122
+ //question marks, this makes the pattern wide
123
+ elseif ( $question_mark_count > 1 ) $is_wide = true;
124
+ //if there is no dot symbol in pattern however there is one question mark
125
+ //then the pattern is wide if there is at least one asterisk after the
126
+ //question mark
127
+ elseif ( $question_mark_count == 1 ) $is_wide = ( $asterisk_count > 0 && $last_asterisk_pos < $last_question_mark_pos );
128
+ return $is_wide;
129
+ }
130
+
131
+ /**
132
+ * Checks if the file extension matches the wildcard pattern
133
+ *
134
+ * This function checks whether the extension of the file matches the wildcard
135
+ * pattern. If it does, then it will also check whether the pattern is very
136
+ * wide. In this case, it will also check if the extension of the file is
137
+ * included in the white list, otherwise the file will be rejected. This is
138
+ * an additional measure to avoid unwanted files getting uploaded. It will
139
+ * force the administrators to impose stricter patterns. If an administrator
140
+ * wants to avoid the whitelist check, he/she can use the square brackets to
141
+ * define range of characters, e.g. *.mp[2-4ag] will match .mp2, .mp3, .mp4,
142
+ * .mpa and .mpg files without performing the whitelist check. It is noted that
143
+ * the asterisk symbol (*) does not match all characters, as it is defined by
144
+ * the wildcard syntax, but all except the dot (.). This policy applies to
145
+ * uploadpatterns attribute of the plugin's shortcode in order to improve
146
+ * security.
147
+ *
148
+ * @param string $pattern the wildcard pattern
149
+ * @param string $filename the uploaded file
150
+ *
151
+ * @return bool whether the file extension matches the pattern or not
152
+ */
153
+ function wfu_file_extension_matches_pattern($pattern, $filename) {
154
+ $match = ( wfu_upload_plugin_wildcard_match($pattern, $filename, ( WFU_VAR("WFU_WILDCARD_ASTERISK_MODE") == "strict" )) ? true : false );
155
+ //in case the file extension matches the pattern, however the pattern is
156
+ //very wide, then we also need to check that the extension is whitelisted
157
+ if ( $match && wfu_is_pattern_wide($pattern) )
158
+ $match = wfu_file_extension_whitelisted($filename);
159
+ return $match;
160
+ }
161
+
162
+ /**
163
+ * Checks if the upload is a Denial-Of-Service (DOS) attack
164
+ *
165
+ * This function checks how many files have been uploaded within a specific
166
+ * amount of time, defined by 'Denial-Of-Service Time Interval' environment
167
+ * variable. If the number of files, defined by 'Denial-Of-Service File Limit'
168
+ * environment variable, has been exceeded then this is considered to be a
169
+ * Denial-Of-Service (DOS) attack.
170
+ *
171
+ * @return bool whether this is a Denial-Of-Service (DOS) attack or not.
172
+ */
173
+ function wfu_check_DOS_attack() {
174
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
175
+ global $wpdb;
176
+ $DOS_attack = false;
177
+ $now = time();
178
+ $table_name1 = $wpdb->prefix . "wfu_log";
179
+ $filelimit = (int)WFU_VAR("WFU_DOS_ATTACKS_FILE_LIMIT") - 1;
180
+ $timeinterval = (int)WFU_VAR("WFU_DOS_ATTACKS_TIME_INTERVAL");
181
+ $backtime = $wpdb->get_var("SELECT uploadtime FROM ".$table_name1." WHERE action = 'upload' ORDER BY idlog DESC LIMIT ".$filelimit.",1");
182
+ if ( $backtime != null ) $DOS_attack = ( $now - $backtime <= $timeinterval );
183
+ return $DOS_attack;
184
+ }
185
+
186
+ /**
187
+ * Checks if File Contains PHP Tags
188
+ *
189
+ * This function checks if file contents contain PHP tags. It will check files
190
+ * depending on WFU_CHECKPHPTAGS_FILETYPES variable. It will also check if
191
+ * the contents of the file can be retrieved or not.
192
+ *
193
+ * @since 4.13.1
194
+ *
195
+ * @redeclarable
196
+ *
197
+ * @param string $file The file path.
198
+ * @param string $ext The file extension.
199
+ *
200
+ * @return bool True if the file contains PHP tags or if its contents cannot be
201
+ * retrieved.
202
+ */
203
+ function wfu_file_has_php_tags($file, $ext) {
204
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
205
+ if ( WFU_VAR("WFU_CHECKPHPTAGS_FILETYPES") == "none" ) return false;
206
+ if ( WFU_VAR("WFU_CHECKPHPTAGS_FILETYPES") != "commonimages" || wfu_file_extension_is_common_image($ext) ) {
207
+ if ( ($data = wfu_file_get_contents($file, "wfu_file_has_php_tags")) === false ) return true;
208
+ return preg_match('/<\?(php)/i', $data);
209
+ }
210
+ return false;
211
+ }
212
+
213
+ /**
214
+ * Checks if Upload Dir is Forbidden
215
+ *
216
+ * This function checks if the upload dir belongs to the forbidden ones.
217
+ *
218
+ * @since 4.16.3
219
+ *
220
+ * @redeclarable
221
+ *
222
+ * @param string $dir The upload dir.
223
+ *
224
+ * @return bool True if the dir is forbidden, false otherwise.
225
+ */
226
+ function wfu_is_dir_blacklisted($dir) {
227
+ $a = func_get_args(); $a = WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out); if (isset($out['vars'])) foreach($out['vars'] as $p => $v) $$p = $v; switch($a) { case 'R': return $out['output']; break; case 'D': die($out['output']); }
228
+ global $wfu_dir_blacklist;
229
+ //normalize and compare paths
230
+ $dir = strtolower(str_replace('\\', '/', $dir));
231
+ if ( substr($dir, -1) != '/' ) $dir .= '/';
232
+ $found = false;
233
+ foreach ( $wfu_dir_blacklist as $key => $item ) {
234
+ $item = strtolower(str_replace('\\', '/', $item));
235
+ if ( substr($item, -1) != '/' ) $item .= '/';
236
+ if ( substr($dir, 0, strlen($item)) == $item ) {
237
+ $found = true;
238
+ break;
239
+ }
240
+ }
241
+ return $found;
242
  }
lib/wfu_template.php CHANGED
@@ -1,4386 +1,4386 @@
1
- <?php
2
-
3
- class WFU_Original_Template {
4
-
5
- private static $instance = array();
6
-
7
- public static function get_instance() {
8
- $that = get_called_class();
9
- if ( !isset(self::$instance[$that]) ) {
10
- self::$instance[$that] = new $that();
11
- }
12
-
13
- return self::$instance[$that];
14
- }
15
-
16
- public static function get_name() {
17
- return get_called_class();
18
- }
19
-
20
- function wfu_base_template($data) {?>
21
- <?php /*************************************************************************
22
- the following lines contain initialization of PHP variables
23
- *******************************************************************************/
24
- /* do not change this line */extract($data);
25
- /*
26
- * The following variables are available for use:
27
- *
28
- * @var $ID int the upload ID
29
- * @var $responsive bool true if responsive mode is enabled
30
- * @var $testmode bool true if the plugin is in test mode
31
- * @var $params array all plugin's attributes defined through the shortcode
32
- *
33
- * It is noted that $ID can also be used inside CSS, Javascript and HTML code.
34
- */
35
- if ( $testmode ) {}
36
- /*******************************************************************************
37
- the following lines contain CSS styling rules
38
- *********************************************************************/ ?><style>
39
- div.wfu_container
40
- {
41
- }
42
- </style><?php /*****************************************************************
43
- the following lines contain Javascript code
44
- *********************************************/ ?><script type="text/javascript">
45
- var dummy = 0;
46
- </script><?php /****************************************************************
47
- the following lines contain additional HTML output
48
- ****************************************************************************/ ?>
49
- <!-- init -->
50
- <?php /*************************************************************************
51
- end of HTML output
52
- *****************************************************************************/ }
53
-
54
- function wfu_row_container_template($data) {?>
55
- <?php /*************************************************************************
56
- the following lines contain initialization of PHP variables
57
- *******************************************************************************/
58
- /* do not change this line */extract($data);
59
- /*
60
- * The following variables are available for use:
61
- *
62
- * @var $ID int the upload ID
63
- * @var $responsive bool true if responsive mode is enabled
64
- * @var $testmode bool true if the plugin is in test mode
65
- * @var $items an array if block items contained in row
66
- * @var $params array all plugin's attributes defined through the shortcode
67
- *
68
- * It is noted that $ID can also be used inside CSS, Javascript and HTML code.
69
- */
70
- $items_count = count($items);
71
- $item_props = array();
72
- for ( $i = 0; $i < $items_count; $i++ ) {
73
- $item_prop["title"] = $items[$i]["title"];
74
- $item_prop["is_first"] = ( $i == 0 );
75
- $item_prop["is_last"] = ( $i == $items_count - 1 );
76
- $style = "";
77
- if ( $items[$i]["width"] != "" ) $style .= 'width: '.$items[$i]["width"].'; ';
78
- if ( $items[$i]["hidden"] ) $style .= 'display: none; ';
79
- $item_prop["style"] = $style;
80
- $item_prop["lines"] = array();
81
- $k = 1;
82
- while ( isset($items[$i]["line".$k]) ) {
83
- if ( $items[$i]["line".$k] != "" )
84
- array_push($item_prop["lines"], $items[$i]["line".$k]);
85
- $k++;
86
- }
87
- if ( isset($items[$i]["object"]) ) $item_prop["object"] = $items[$i]["object"];
88
- array_push($item_props, $item_prop);
89
- }
90
- /*******************************************************************************
91
- the following lines contain the HTML output
92
- ****************************************************************************/ ?>
93
- <?php if ( $responsive ): ?>
94
- <?php foreach ( $item_props as $p ): ?>
95
- <div id="<?php echo $p["title"]; ?>" class="file_div_clean_responsive" style="<?php echo $p["style"]; ?>">
96
- <?php foreach ( $p["lines"] as $line ): ?>
97
- <?php echo $line; ?>
98
- <?php endforeach ?>
99
- <div class="file_space_clean"></div>
100
- <?php if ( isset($p["object"]) ): ?>
101
- <script type="text/javascript">wfu_run_js("<?php echo $p["object"]; ?>", "init");</script>
102
- <?php endif ?>
103
- </div>
104
- <?php endforeach ?>
105
- <br />
106
- <?php else: ?>
107
- <div class="file_div_clean">
108
- <table class="file_table_clean">
109
- <tbody>
110
- <tr>
111
- <?php foreach ( $item_props as $p ): ?>
112
- <td class="file_td_clean" style="<?php echo ( $p["is_last"] ? "" : "padding: 0 4px 0 0;" ); ?>">
113
- <div id="<?php echo $p["title"]; ?>" class="file_div_clean" style="<?php echo $p["style"]; ?>">
114
- <?php foreach ( $p["lines"] as $line ): ?>
115
- <?php echo $line; ?>
116
- <?php endforeach ?>
117
- <div class="file_space_clean"></div>
118
- <?php if ( isset($p["object"]) ): ?>
119
- <script type="text/javascript">wfu_run_js("<?php echo $p["object"]; ?>", "init");</script>
120
- <?php endif ?>
121
- </div>
122
- </td>
123
- <?php endforeach ?>
124
- </tr>
125
- </tbody>
126
- </table>
127
- </div>
128
- <?php endif ?>
129
- <?php /*************************************************************************
130
- end of HTML output
131
- *****************************************************************************/ }
132
-
133
- function wfu_visualeditorbutton_template($data) {?>
134
- <?php /*************************************************************************
135
- the following lines contain initialization of PHP variables
136
- *******************************************************************************/
137
- /* do not change this line */extract($data);
138
- /*
139
- * The following variables are available for use:
140
- *
141
- * @var $ID int the shortcode ID
142
- * @var $shortcode_tag string the shortcode tag
143
- * @var $JS_Object string the Javascript object of the visual editor button
144
- * @var $params array all plugin's attributes defined through the shortcode
145
- *
146
- * It is noted that $ID can also be used inside CSS, Javascript and HTML code.
147
- */
148
- /*******************************************************************************
149
- the following lines contain CSS styling rules
150
- *********************************************************************/ ?><style>
151
- div.wfu_overlay_editor {
152
- width: 18px;
153
- height: 18px;
154
- padding: 2px;
155
- box-shadow: 1px 1px 2px #aaa;
156
- position: absolute;
157
- top: 0;
158
- left: 0;
159
- z-index: 2;
160
- display: none;
161
- background-color: white;
162
- line-height: 1;
163
- }
164
-
165
- .wfu_container:hover div.wfu_overlay_editor, .wfu_browser_container:hover div.wfu_overlay_editor {
166
- display: block;
167
- }
168
-
169
- div.wfu_overlay_editor:hover {
170
- background-color: yellow;
171
- }
172
-
173
- button.wfu_overlay_editor_button, button.wfu_overlay_editor_button:focus {
174
- background: none;
175
- border: none;
176
- margin: 0;
177
- padding: 0;
178
- width: 100%;
179
- height: 100%;
180
- outline: none;
181
- display: block;
182
- }
183
-
184
- img.wfu_overlay_editor_img
185
- {
186
- vertical-align: top;
187
- }
188
-
189
- div.wfu_overlay_container {
190
- position: absolute;
191
- width: 100%;
192
- height: 100%;
193
- top: 0;
194
- left: 0;
195
- margin: 0;
196
- padding: 0;
197
- background-color: rgba(255, 255, 255, 0.7);
198
- z-index: 2;
199
- display: none;
200
- }
201
-
202
- table.wfu_overlay_table, table.wfu_overlay_table tr, table.wfu_overlay_table td {
203
- border: none;
204
- margin: 0;
205
- padding: 0;
206
- background: none;
207
- width: 100%;
208
- height: 100%;
209
- }
210
-
211
- table.wfu_overlay_table td {
212
- text-align: center;
213
- vertical-align: middle;
214
- }
215
-
216
- div.wfu_overlay_container_inner {
217
- position: absolute;
218
- width: 100%;
219
- height: 100%;
220
- top: 0;
221
- left: 0;
222
- margin: 0;
223
- padding: 0;
224
- background: none;
225
- }
226
-
227
- div.wfu_overlay_container label {
228
- margin-left: 4px;
229
- }
230
- </style><?php /*****************************************************************
231
- the following lines contain Javascript code
232
- *********************************************/ ?><script type="text/javascript">
233
- /* do not change this line */<?php echo $JS_Object; ?>.init = function() {
234
- /***
235
- * The following visual editor button params have been defined and can be used
236
- * in Javascript code:
237
- *
238
- * @var shortcode_tag string the shortcode tag, can be either
239
- * "wordpress_file_upload" or "wordpress_file_upload_browser"
240
- *
241
- * The following visual editor button methods can be defined by the template,
242
- * together with other initialization actions:
243
- *
244
- * @method attachInvokeHandler attaches the handler that opens the visual
245
- * editor
246
- * @method update updates the button status
247
- * @method onInvoke executes custom actions when the button is pressed
248
- * @method afterInvoke executes custom actions after the button is pressed and
249
- * the visual editor has opened
250
- */
251
- /**
252
- * attaches the handler that opens the visual editor
253
- *
254
- * @param invoke_function function the function that must be run when the
255
- * button is clicked in order to open the visual editor
256
- *
257
- * @return void
258
- */
259
- this.attachInvokeHandler = function(invoke_function) {
260
- var btn = document.querySelector("#" + this.shortcode_tag + "_editor_$ID > button");
261
- if (btn) btn.onclick = function() { invoke_function(); }
262
- }
263
-
264
- /**
265
- * updates the button status
266
- *
267
- * @param status string the status of the button, it can have these values:
268
- * "on_invoke": runs right after the visual editor button has been
269
- * pressed in order to execute custom actions, such as lock the
270
- * form until the visual editor opens
271
- * "on_open": runs right after the visual editor has opened in order
272
- * to execute custom actions, such as unlock the form
273
- *
274
- * @return void
275
- */
276
- this.update = function(status) {
277
- if (status == "on_invoke") {
278
- document.getElementById(this.shortcode_tag + "_editor_$ID").style.display = "none";
279
- document.getElementById(this.shortcode_tag + "_overlay_$ID").style.display = "block";
280
- }
281
- else if (status == "on_open") {
282
- document.getElementById(this.shortcode_tag + "_overlay_$ID").style.display = "none";
283
- document.getElementById(this.shortcode_tag + "_editor_$ID").removeAttribute("style");
284
- }
285
- }
286
- /* do not change this line */}
287
- </script><?php /****************************************************************
288
- the following lines contain the HTML output
289
- ****************************************************************************/ ?>
290
- <div id="<?php echo $shortcode_tag; ?>_editor_$ID" class="wfu_overlay_editor">
291
- <button class="wfu_overlay_editor_button" title="<?php echo WFU_PAGE_PLUGINEDITOR_BUTTONTITLE; ?>"><img src="<?php echo WFU_IMAGE_OVERLAY_EDITOR; ?>" class="wfu_overlay_editor_img" width="20px" height="20px" /></button>
292
- </div>
293
- <div id="<?php echo $shortcode_tag; ?>_overlay_$ID" class="wfu_overlay_container">
294
- <table class="wfu_overlay_table"><tbody><tr><td><img src="<?php echo WFU_IMAGE_OVERLAY_LOADING; ?>" /><label><?php echo WFU_PAGE_PLUGINEDITOR_LOADING; ?></label></td></tr></tbody></table>
295
- <div class="wfu_overlay_container_inner"></div>
296
- </div>
297
- <?php /*************************************************************************
298
- end of HTML output
299
- *****************************************************************************/ }
300
-
301
-
302
- function wfu_title_template($data) {?>
303
- <?php /*************************************************************************
304
- the following lines contain initialization of PHP variables
305
- *******************************************************************************/
306
- /* do not change this line */extract($data);
307
- /*
308
- * The following variables are available for use:
309
- *
310
- * @var $ID int the upload ID
311
- * @var $width string assigned width of title element
312
- * @var $height string assigned height of title element
313
- * @var $responsive bool true if responsive mode is enabled
314
- * @var $testmode bool true if the plugin is in test mode
315
- * @var $title string the title text
316
- * @var $index int the index of occurrence of the element inside the plugin,
317
- * in case that it appears more than once
318
- * @var $params array all plugin's attributes defined through the shortcode
319
- *
320
- * It is noted that $ID can also be used inside CSS, Javascript and HTML code.
321
- */
322
- $styles = "";
323
- //for responsive plugin adjust container's widths if a % width has been defined
324
- if ( $responsive && strlen($width) > 1 && substr($width, -1, 1) == "%" ) $styles = 'width: 100%;';
325
- elseif ( $width != "" ) $styles = "width: $width; ";
326
- if ( $height != "" ) $styles .= "height: $height; ";
327
- /*******************************************************************************
328
- the following lines contain CSS styling rules
329
- *********************************************************************/ ?><style>
330
- span.file_title_clean
331
- {
332
- margin: 0px; /*relax*/
333
- padding: 0px; /*relax*/
334
- border-style: none; /*relax*/
335
- background: none; /*relax*/
336
- color: black; /*relax*/
337
- }
338
- </style><?php /*****************************************************************
339
- the following lines contain Javascript code
340
- *********************************************/ ?><script type="text/javascript">
341
- /* do not change this line */GlobalData.WFU[$ID].title.init = function() {
342
-
343
- /* do not change this line */}
344
- </script><?php /****************************************************************
345
- the following lines contain the HTML output
346
- ****************************************************************************/ ?>
347
- <span class="file_title_clean" style="<?php echo $styles; ?>"><?php echo $title; ?></span>
348
- <?php /*************************************************************************
349
- end of HTML output
350
- *****************************************************************************/ }
351
-
352
- function wfu_textbox_template($data) {?>
353
- <?php /*************************************************************************
354
- the following lines contain initialization of PHP variables
355
- *******************************************************************************/
356
- /* do not change this line */extract($data);
357
- /*
358
- * The following variables are available for use:
359
- *
360
- * @var $ID int the upload ID
361
- * @var $width string assigned width of textbox element
362
- * @var $height string assigned height of textbox element
363
- * @var $responsive bool true if responsive mode is enabled
364
- * @var $testmode bool true if the plugin is in test mode
365
- * @var $index int the index of occurrence of the element inside the plugin,
366
- * in case that it appears more than once
367
- * @var $params array all plugin's attributes defined through the shortcode
368
- *
369
- * It is noted that $ID can also be used inside CSS, Javascript and HTML code.
370
- */
371
- $styles = "";
372
- //for responsive plugin adjust container's widths if a % width has been defined
373
- if ( $responsive && strlen($width) > 1 && substr($width, -1, 1) == "%" ) $styles = 'width: 100%;';
374
- elseif ( $width != "" ) $styles = "width: $width; ";
375
- if ( $height != "" ) $styles .= "height: $height; ";
376
- /*******************************************************************************
377
- the following lines contain CSS styling rules
378
- *********************************************************************/ ?><style>
379
- input[type="text"].file_input_textbox
380
- {
381
- position: relative;
382
- width: 150px; /*relax*/
383
- height: 25px; /*relax*/
384
- margin: 0px; /*relax*/
385
- padding: 0px; /*relax*/
386
- border: 1px solid; /*relax*/
387
- border-color: #BBBBBB; /*relax*/
388
- background-color: white; /*relax*/
389
- color: black; /*relax*/
390
- }
391
-
392
- input[type="text"].file_input_textbox:disabled
393
- {
394
- position: relative;
395
- width: 150px; /*relax*/
396
- height: 25px; /*relax*/
397
- margin: 0px; /*relax*/
398
- padding: 0px; /*relax*/
399
- border: 1px solid; /*relax*/
400
- border-color: #BBBBBB; /*relax*/
401
- background-color: white; /*relax*/
402
- color: silver; /*relax*/
403
- }
404
-
405
- input[type="text"].file_input_textbox_nofile
406
- {
407
- position: relative;
408
- width: 150px; /*relax*/
409
- height: 25px; /*relax*/
410
- margin: 0px; /*relax*/
411
- padding: 0px; /*relax*/
412
- border: 1px solid; /*relax*/
413
- border-color: #BBBBBB; /*relax*/
414
- background-color: red;
415
- color: black; /*relax*/
416
- }
417
- </style><?php /*****************************************************************
418
- the following lines contain Javascript code
419
- *********************************************/ ?><script type="text/javascript">
420
- /* do not change this line */GlobalData.WFU[$ID].textbox.init = function() {
421
- /***
422
- * The following textbox methods can be defined by the template, together
423
- * with other initialization actions:
424
- *
425
- * @method attachCancelHandler attaches a cancel handler to the textbox that
426
- * cancels the upload
427
- * @method dettachCancelHandler dettaches the cancel handler
428
- * @method update updates the textbox contents
429
- */
430
- /**
431
- * attaches a cancel handler to textbox item
432
- *
433
- * If it is set, this method attaches a cancel handler to the textbox element
434
- * which cancels the current upload of files. The handler is executed when the
435
- * Esc button is pressed while the cursor is inside the textbox.
436
- *
437
- * @param cancel_function function it holds a function object that must be
438
- * executed when the user presses the Esc button while the cursor is
439
- * inside the textbox. The function returns true if the upload has been
440
- * cancelled or false if cancellation has been aborted for some reason.
441
- *
442
- * @return void
443
- */
444
- this.attachCancelHandler = function(cancel_function) {
445
- var textbox = document.getElementById('fileName_$ID');
446
- textbox.onkeyup = function(e) {
447
- var result = false;
448
- if (e.keyCode == 27) result = cancel_function();
449
- //if cancellation was executed then detach the handler
450
- if (result) textbox.onkeyup = null;
451
- }
452
- }
453
-
454
- /**
455
- * dettaches cancel handler from textbox item
456
- *
457
- * If attachCancelHandler is set, then dettachCancelHandler must also be set as
458
- * a function to dettach the cancel handler.
459
- *
460
- * @return void
461
- */
462
- this.dettachCancelHandler = function() {
463
- var textbox = document.getElementById('fileName_$ID');
464
- textbox.onkeyup = null;
465
- }
466
-
467
- /**
468
- * updates textbox status depending on action
469
- *
470
- * If it is set, this method adjusts the textbox contents and appearance
471
- * depending on action variable. If action is 'clear' then the textbox contents
472
- * are cleared. If action is 'set' then the contents are set as a comma-
473
- * separated list of file names. If action is 'nofile' then the textbox becomes
474
- * red notifying that no file has been selected. If action is 'lock' or
475
- * 'unlock' then the textbox is prepared for locking of plugin elements right
476
- * before upload and unlocking right after upload. The default textbox does not
477
- * change anything on 'lock' or 'unlock' actions. There is also 'init' action
478
- * which occurs when the 'Select Files' button of the upload form is pressed.
479
- * At the moment 'init' action resets the textbox class.
480
- *
481
- * @param action string the update action. Can be 'init', 'clear', 'set',
482
- * 'nofile', 'lock' and 'unlock'.
483
- * @param filenames array it holds an array of names of the uploaded files if
484
- * action is 'set'.
485
- *
486
- * @return void
487
- */
488
- this.update = function(action, filenames) {
489
- var textbox = document.getElementById('fileName_$ID');
490
- if (action == "init" && textbox.className == "file_input_textbox_nofile") {
491
- textbox.value = "";
492
- textbox.className = "file_input_textbox";
493
- }
494
- else if (action == "clear") {
495
- textbox.value = "";
496
- textbox.className = "file_input_textbox";
497
- }
498
- else if (action == "set") {
499
- var txt = '';
500
- for (var i = 0; i < filenames.length; i++) {
501
- if (txt != '') txt += ', ';
502
- // txt += filenames[i].replace(/c:\\fakepath\\/i, "");
503
- var dbs = String.fromCharCode(92);
504
- txt += filenames[i].replace(new RegExp('c:' + dbs + dbs + 'fakepath' + dbs + dbs, 'i'), "");
505
- }
506
- textbox.value = txt;
507
- textbox.className = "file_input_textbox";
508
- }
509
- else if (action == "nofile") {
510
- textbox.value = GlobalData.consts.nofilemessage;
511
- textbox.className = "file_input_textbox_nofile";
512
- }
513
- else if (action == "lock") {
514
- }
515
- else if (action == "unlock") {
516
- }
517
- }
518
- /* do not change this line */}
519
- </script><?php /****************************************************************
520
- the following lines contain the HTML output
521
- ****************************************************************************/ ?>
522
- <input type="text" id="fileName_$ID" class="file_input_textbox" style="<?php echo $styles; ?>" readonly="readonly" />
523
- <?php /*************************************************************************
524
- end of HTML output
525
- *****************************************************************************/ }
526
-
527
- function wfu_progressbar_template($data) {?>
528
- <?php /*************************************************************************
529
- the following lines contain initialization of PHP variables
530
- *******************************************************************************/
531
- /* do not change this line */extract($data);
532
- /*
533
- * The following variables are available for use:
534
- *
535
- * @var $ID int the upload ID
536
- * @var $width string assigned width of progress bar element
537
- * @var $height string assigned height of progress bar element
538
- * @var $responsive bool true if responsive mode is enabled
539
- * @var $testmode bool true if the plugin is in test mode
540
- * @var $index int the index of occurrence o