WordPress File Upload - Version 4.5.0

Version Description

  • added basic compliance with GDPR
  • added several shortcode attributes to configure personal data consent appearance and behaviour
  • added area in User Profile from where users can review and change their consent status
  • added Personal Data option in Settings that enables personal data operations
  • added Personal Data tab in plugin's area in Dashboard from where administrators can export and erase users' personal data
  • corrected bug not accepting subfolder dimensions when subfolder element was active
Download this release

Release Info

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

Code changes from version 4.4.0 to 4.5.0

Files changed (44) hide show
  1. css/wordpress_file_upload_adminstyle.css +1 -1
  2. js/wordpress_file_upload_adminfunctions.js +141 -3
  3. js/wordpress_file_upload_functions.js +23 -19
  4. languages/wp-file-upload-de_DE.mo +0 -0
  5. languages/wp-file-upload-de_DE.po +207 -198
  6. languages/wp-file-upload-el_GR.mo +0 -0
  7. languages/wp-file-upload-el_GR.po +210 -198
  8. languages/wp-file-upload-en_US.mo +0 -0
  9. languages/wp-file-upload-en_US.po +207 -198
  10. languages/wp-file-upload-es_ES.mo +0 -0
  11. languages/wp-file-upload-es_ES.po +207 -198
  12. languages/wp-file-upload-fa_IR.mo +0 -0
  13. languages/wp-file-upload-fa_IR.po +210 -201
  14. languages/wp-file-upload-fr_FR.mo +0 -0
  15. languages/wp-file-upload-fr_FR.po +207 -198
  16. languages/wp-file-upload-it_IT.mo +0 -0
  17. languages/wp-file-upload-it_IT.po +207 -198
  18. languages/wp-file-upload-nl_NL.mo +0 -0
  19. languages/wp-file-upload-nl_NL.po +207 -198
  20. languages/wp-file-upload-pl_PL.mo +0 -0
  21. languages/wp-file-upload-pl_PL.po +207 -198
  22. languages/wp-file-upload-sr_RS.mo +0 -0
  23. languages/wp-file-upload-sr_RS.po +207 -198
  24. languages/wp-file-upload-sv_SE.mo +0 -0
  25. languages/wp-file-upload-sv_SE.po +207 -198
  26. languages/wp-file-upload-zh_CN.mo +0 -0
  27. languages/wp-file-upload-zh_CN.po +207 -198
  28. languages/wp-file-upload.pot +207 -198
  29. lib/wfu_admin.php +19 -0
  30. lib/wfu_admin_composer.php +4 -1
  31. lib/wfu_admin_settings.php +12 -0
  32. lib/wfu_ajaxactions.php +39 -3
  33. lib/wfu_attributes.php +99 -2
  34. lib/wfu_blocks.php +39 -2
  35. lib/wfu_constants.php +13 -3
  36. lib/wfu_functions.php +142 -14
  37. lib/wfu_pd_classes.php +219 -0
  38. lib/wfu_pd_definitions.php +665 -0
  39. lib/wfu_personaldata.php +626 -0
  40. lib/wfu_processfiles.php +13 -3
  41. lib/wfu_template.php +177 -12
  42. readme.txt +13 -1
  43. release_notes.txt +8 -2
  44. wordpress_file_upload.php +23 -1
css/wordpress_file_upload_adminstyle.css CHANGED
@@ -1 +1 @@
1
- div.wfu_help_container,div.wfu_restore_container,div.wfu_shortcode_container,div.wfu_td_div{background:0 0;border:none;padding:0;position:relative}select.wfu_variable,span.wfu_variable{font-size:smaller;color:#333;-webkit-touch-callout:none;-khtml-user-select:none;cursor:default}div.wfu_shortcode_container{display:inline-block;width:50%;margin:0}div.wfu_container input.wfu_long_text,textarea.wfu_shortcode{width:100%}div.wfu_container{margin-top:10px}div.wfu_help_container{display:inline-block;top:4px;margin:0}div.wfu_help_container img{visibility:hidden}table.wfu_inner_table th:hover div.wfu_help_container img,table.wfu_main_table th:hover div.wfu_help_container img{visibility:visible}div.wfu_restore_container{display:inline-block;top:4px;margin:0}div.wfu_restore_container img{visibility:hidden}div.wfu_mchecklist_item:hover img,table.wfu_inner_table th:hover div.wfu_restore_container img,table.wfu_main_table th:hover div.wfu_restore_container img{visibility:visible}div.wfu_td_div{display:block;width:100%;height:100%;margin:0}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 table.wfu_inner_table tr,table.wfu_main_table tr:nth-child(even){background-color:transparent}select.wfu_variable,span.wfu_variable,table.wfu_main_table tr.wfu_subcategory{background-color:#ddd}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>th{padding-top:0;padding-bottom:0}select.wfu_variable{padding:0;margin:0;height:auto;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}span.wfu_variable{padding:1px;margin:0;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}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}div.wfu_subfolders_inner_shadow{position:absolute;width:100%;height:100%;padding:0;margin:0;border:none;background-color:rgba(255,255,255,.8)}div.wfu_subfolder_nav_container,table.wfu_subfolder_nav,table.wfu_subfolder_nav td,table.wfu_subfolder_nav tr{background:0 0;margin:0;padding:0;border:none}option.wfu_select_folders_option_default{color:#00f}div.wfu_subfolder_nav_container{width:40px;display:inline-block;vertical-align:top}table.wfu_subfolder_nav{table-layout:fixed;width:100%;border-spacing:1px}table.wfu_subfolder_nav td{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}.wfu_subfolder_tools_disabled,table.wfu_subfolder_nav button.button:disabled,table.wfu_subfolder_tools 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.wfu_subfolder_tools input{width:100%;padding:0;margin:0}table.wfu_subfolder_tools{table-layout:fixed;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:disabled{width:100%;padding:0;margin:0;color:silver}table.wfu_subfolder_tools button.button{margin:0;padding:1px 0 0;width:17px;font-size:smaller;height:17px;line-height:1;position:absolute;bottom:2px}table.wfu_subfolder_tools button.button:disabled img{opacity:.4}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_bloglist_checkbtn,div.wfu_mchecklist_checkall,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;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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-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,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(6,109,171,1)),color-stop(100%,rgba(197,222,234,1)));background:-webkit-linear-gradient(top,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:-o-linear-gradient(top,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:-ms-linear-gradient(top,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:linear-gradient(to bottom,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea', GradientType=0 )}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,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(204,204,204,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 )}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,div.wfu_component_box_base{width:80px;height:30px;background-color:#ddd;padding:4px;cursor:default;font-size:12px;line-height:1;white-space:normal}div.wfu_component_box_base{display:block;position:absolute;left:-1px;top:-1px;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}div.wfu_component_box{display:inline-block;position:relative;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;z-index:1}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_separator_hor,div.wfu_component_separator_ver{position:relative;background-color:transparent;border:1px solid transparent;cursor:default;z-index:1}div.wfu_component_box_dragged{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}div.wfu_component_separator_ver{display:inline-block;width:8px;height:26px;margin:6px -8px;padding:0 8px}div.wfu_component_separator_hor{display:block;width:100%;height:8px;margin:-8px 0;padding:8px 0}div.wfu_component_bar_hor,div.wfu_component_bar_ver{background-color:silver;border:none;display:none;position:absolute}div.wfu_component_bar_hor{width:auto;height:4px;left:10px;right:0;margin:11px 0 0;padding:0}div.wfu_component_bar_ver{width:4px;height:40px;margin:-6px 0 0 11px;padding:0}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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-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{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-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}div.wfu_color_container{display:block;position:relative;padding:0;margin:0;background:0 0;border:none;white-space:nowrap;z-index:1}span.wfu_save_label,span.wfu_save_label_fail{border-radius:6px;padding:1px 2px;box-shadow:1px 1px 1px;opacity:0;font-size:smaller}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}span.wfu_save_label_fail{background-color:beige;color:#f08080}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 label.wfu_columnprops_label_disabled,table.wfu_main_table table.wfu_columnprops_container_disabled label{color:#ccc}button.wfu_columns_addbutton{font-size:smaller}option.wfu_columns_item_required{color:gray}
1
+ div.wfu_help_container,div.wfu_restore_container,div.wfu_shortcode_container,div.wfu_td_div{background:0 0;border:none;padding:0;position:relative}select.wfu_variable,span.wfu_variable{font-size:smaller;color:#333;-webkit-touch-callout:none;-khtml-user-select:none;cursor:default}.wfu_conquestions_optable,.wfu_logactions_table,.wfu_permissions_table{border-collapse:collapse}div.wfu_shortcode_container{display:inline-block;width:50%;margin:0}div.wfu_container input.wfu_long_text,textarea.wfu_shortcode{width:100%}div.wfu_container{margin-top:10px}div.wfu_help_container{display:inline-block;top:4px;margin:0}div.wfu_help_container img{visibility:hidden}table.wfu_inner_table th:hover div.wfu_help_container img,table.wfu_main_table th:hover div.wfu_help_container img{visibility:visible}div.wfu_restore_container{display:inline-block;top:4px;margin:0}div.wfu_restore_container img{visibility:hidden}div.wfu_mchecklist_item:hover img,table.wfu_inner_table th:hover div.wfu_restore_container img,table.wfu_main_table th:hover div.wfu_restore_container img{visibility:visible}div.wfu_td_div{display:block;width:100%;height:100%;margin:0}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 table.wfu_inner_table tr,table.wfu_main_table tr:nth-child(even){background-color:transparent}select.wfu_variable,span.wfu_variable,table.wfu_main_table tr.wfu_subcategory{background-color:#ddd}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>th{padding-top:0;padding-bottom:0}select.wfu_variable{padding:0;margin:0;height:auto;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}span.wfu_variable{padding:1px;margin:0;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}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}div.wfu_subfolders_inner_shadow{position:absolute;width:100%;height:100%;padding:0;margin:0;border:none;background-color:rgba(255,255,255,.8)}div.wfu_subfolder_nav_container,table.wfu_subfolder_nav,table.wfu_subfolder_nav td,table.wfu_subfolder_nav tr{background:0 0;margin:0;padding:0;border:none}option.wfu_select_folders_option_default{color:#00f}div.wfu_subfolder_nav_container{width:40px;display:inline-block;vertical-align:top}table.wfu_subfolder_nav{table-layout:fixed;width:100%;border-spacing:1px}table.wfu_subfolder_nav td{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}.wfu_subfolder_tools_disabled,table.wfu_subfolder_nav button.button:disabled,table.wfu_subfolder_tools 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.wfu_subfolder_tools input{width:100%;padding:0;margin:0}table.wfu_subfolder_tools{table-layout:fixed;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:disabled{width:100%;padding:0;margin:0;color:silver}table.wfu_subfolder_tools button.button{margin:0;padding:1px 0 0;width:17px;font-size:smaller;height:17px;line-height:1;position:absolute;bottom:2px}table.wfu_subfolder_tools button.button:disabled img{opacity:.4}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_bloglist_checkbtn,div.wfu_mchecklist_checkall,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;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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-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,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(6,109,171,1)),color-stop(100%,rgba(197,222,234,1)));background:-webkit-linear-gradient(top,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:-o-linear-gradient(top,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:-ms-linear-gradient(top,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);background:linear-gradient(to bottom,rgba(6,109,171,1) 0,rgba(197,222,234,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea', GradientType=0 )}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,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(204,204,204,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(204,204,204,1) 0,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 )}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,div.wfu_component_box_base{width:80px;height:30px;background-color:#ddd;padding:4px;cursor:default;font-size:12px;line-height:1;white-space:normal}div.wfu_component_box_base{display:block;position:absolute;left:-1px;top:-1px;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}div.wfu_component_box{display:inline-block;position:relative;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;z-index:1}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_separator_hor,div.wfu_component_separator_ver{position:relative;background-color:transparent;border:1px solid transparent;z-index:1;cursor:default}div.wfu_component_box_dragged{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}div.wfu_component_separator_ver{display:inline-block;width:8px;height:26px;margin:6px -8px;padding:0 8px}div.wfu_component_separator_hor{display:block;width:100%;height:8px;margin:-8px 0;padding:8px 0}div.wfu_component_bar_hor,div.wfu_component_bar_ver{background-color:silver;border:none;display:none;position:absolute}div.wfu_component_bar_hor{width:auto;height:4px;left:10px;right:0;margin:11px 0 0;padding:0}div.wfu_component_bar_ver{width:4px;height:40px;margin:-6px 0 0 11px;padding:0}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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-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{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-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}div.wfu_color_container{display:block;position:relative;padding:0;margin:0;background:0 0;border:none;white-space:nowrap;z-index:1}span.wfu_save_label,span.wfu_save_label_fail{border-radius:6px;padding:1px 2px;box-shadow:1px 1px 1px;opacity:0;font-size:smaller}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}span.wfu_save_label_fail{background-color:beige;color:#f08080}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}.wfu_conop_panel,.wfu_conop_topmost_panel,.wfu_pdop_panel,.wfu_pdop_topmost_panel{margin-left:40px;overflow:hidden}table.wfu_main_table table.wfu_columnprops_container label.wfu_columnprops_label_disabled,table.wfu_main_table table.wfu_columnprops_container_disabled label{color:#ccc}button.wfu_columns_addbutton{font-size:smaller}option.wfu_columns_item_required{color:gray}.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_conop_panel,.wfu_pdop_panel{display:none}.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_conop_level_4,.wfu_conop_level_5,.wfu_pdop_level_3,.wfu_pdop_level_4,.wfu_pdop_level_5{padding:2px}.wfu_conop_header:hover,.wfu_pdop_header:hover{background-color:rgba(0,0,0,.2)}.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{-webkit-appearance:checkbox;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 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_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;vertical-align:top;min-width:10em;min-height:4ex;resize:both;overflow:auto}.wfu_pd_user_select0,.wfu_pdusers_roles_leftpanel select,.wfu_pdusers_users_leftpanel select{min-width:100px;min-height:100px}.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{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_item_selected{background-color:rgba(0,0,0,.2)}.wfu_item_assigned{color:#00f}.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}.wfu_log_button,.wfu_perm_button{width:1.5ex;height:1.5ex;cursor:pointer;display:inline-block;vertical-align:middle;text-align:center}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 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;position:relative}.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 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;position:relative}.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}.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_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:100px;display:block}.wfu_pdusers_roles_leftpanel select{height:100%!important;line-height:100%!important}.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_back.active{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_role 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_role span:after,.wfu_pdusers_users_role 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_role span:before{transform:rotate(45deg)}.wfu_pdusers_roles_role span:after,.wfu_pdusers_users_role span:after{transform:rotate(-45deg)}.wfu_pdusers_roles_role span:hover,.wfu_pdusers_users_role 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_role span:hover:after,.wfu_pdusers_users_role 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{width:100%;height:100px!important;line-height:100px!important}
js/wordpress_file_upload_adminfunctions.js CHANGED
@@ -1,9 +1,11 @@
1
- var DraggedItem=null;var ShortcodeNextSave=0;var ShortcodeTimeOut=null;var ShortcodeString="";var Autosave=false;var PageObsolete=false;var PageUpdating=false;var CheckObsolescenceTimeOut=5E3;var wfu_transfers_observer_interval=100;jQuery(document).ready(function($){$(".wfu_color_field").wpColorPicker({change:function(event,ui){event.target.value=ui.color.toString();if(event.target.name=="wfu_text_elements")wfu_update_text_value(event);else if(event.target.name=="wfu_triplecolor_elements")wfu_update_triplecolor_value(event)}})});
 
2
  function wfu_admin_activate_tab(key){var tabs=document.getElementById("wfu_tab_container");var tab,tabkey;for(var i=0;i<tabs.childNodes.length;i++){tab=tabs.childNodes[i];if(tab.nodeType===1){tabkey=tab.id.substr(8);if(tab.className.indexOf("nav-tab-active")>-1){tab.className="nav-tab";document.getElementById("wfu_container_"+tabkey).style.display="none"}}}document.getElementById("wfu_tab_"+key).className="nav-tab nav-tab-active";document.getElementById("wfu_container_"+key).style.display="block"}
3
  function wfu_admin_onoff_clicked(key){var onoff=document.getElementById("wfu_attribute_"+key);var shadows=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key);var shadows_inv=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key+"_inv");var status=onoff.className.substr(onoff.className.length-2)=="on";status=!status;if(status){document.getElementById("wfu_attribute_value_"+key).value="true";onoff.className="wfu_onoff_container_on";for(var i=0;i<shadows.length;i++)shadows[i].style.display=
4
  "none";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display="block"}else{document.getElementById("wfu_attribute_value_"+key).value="false";onoff.className="wfu_onoff_container_off";for(var i=0;i<shadows.length;i++)shadows[i].style.display="block";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display="none"}wfu_generate_shortcode();if(key=="userdata"||key=="formdata")wfu_update_formfield_variables()}
5
  function wfu_admin_radio_clicked(key){var radios=document.getElementsByName("wfu_radioattribute_"+key);var shadows=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key);var shadows_inv=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key+"_inv");var val="";for(i=0;i<radios.length;i++)if(radios[i].checked)val=radios[i].value;var status=val.substr(0,1)=="*";if(status){val=val.substr(1);for(var i=0;i<shadows.length;i++)shadows[i].style.display="none";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display=
6
- "block"}else{for(var i=0;i<shadows.length;i++)shadows[i].style.display="block";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display="none"}document.getElementById("wfu_attribute_value_"+key).value=val;wfu_generate_shortcode()}function wfu_addEventHandler(obj,evt,handler){if(obj.addEventListener)obj.addEventListener(evt,handler,false);else if(obj.attachEvent)obj.attachEvent("on"+evt,handler);else obj["on"+evt]=handler}
 
7
  function wfu_attach_separator_dragdrop_events(){var container=document.getElementById("wfu_placements_container");var item;for(var i=0;i<container.childNodes.length;i++){item=container.childNodes[i];if(item.className=="wfu_component_separator_hor"||item.className=="wfu_component_separator_ver"){wfu_addEventHandler(item,"dragenter",wfu_separator_dragenter);wfu_addEventHandler(item,"dragover",wfu_default_dragover);wfu_addEventHandler(item,"dragleave",wfu_separator_dragleave);wfu_addEventHandler(item,
8
  "drop",wfu_separator_drop)}}}
9
  function wfu_Attach_Admin_DragDrop_Events(){if(window.FileReader){var container=document.getElementById("wfu_placements_container");if(container){var available_container=document.getElementById("wfu_componentlist_container");var item;for(var i=0;i<container.childNodes.length;i++){item=container.childNodes[i];if(item.className=="wfu_component_box"){wfu_addEventHandler(item,"dragstart",wfu_component_dragstart);wfu_addEventHandler(item,"dragend",wfu_component_dragend)}}for(var i=0;i<available_container.childNodes.length;i++){item=
@@ -265,4 +267,140 @@ function wfu_adminbrowser_selector_changed(obj){var selectors_count=document.que
265
  function wfu_apply_adminbrowser_bulkaction(){var actionselector=document.getElementById("wfu_adminbrowser_bulkactions");if(actionselector.selectedIndex<1)return;var action=actionselector.options[actionselector.selectedIndex].value;var selected=document.querySelectorAll(".wfu_selectors:checked");if(selected.length==0)return;var codes=[];var codes_included=0,codes_not_included=0;for(var i=0;i<selected.length;i++){var file_code=selected[i].className.replace(/.*?wfu_selcode_/,"");if(file_code!=""){var included=
266
  selected[i].className.indexOf("wfu_included")>-1;if(included)codes_included++;else codes_not_included++;if(action=="delete"&&!included||action=="include"&&included)selected[i].checked=false;else codes.push(file_code)}}if(action=="delete"&&codes_not_included>0)alert("Notice! Files that were not uploaded using the plugin cannot be deleted and have been deselected.");else if(action=="include"&&codes_included>0)alert("Notice! Files already included in the plugin have been deselected.");if(codes.length==
267
  0)return;var url=document.getElementById("wfu_adminbrowser_action_url").value;var referer=document.getElementById("wfu_adminbrowser_referer").value;if(action=="delete"||action=="include"){var form=document.createElement("FORM");form.method="POST";form.action=url;form.style.display="none";var field1=document.createElement("INPUT");field1.type="hidden";field1.name="action";field1.value=action+"_file";form.appendChild(field1);var field2=document.createElement("INPUT");field2.type="hidden";field2.name=
268
- "file";field2.value="list:"+codes.join();form.appendChild(field2);var field3=document.createElement("INPUT");field3.type="hidden";field3.name="referer";field3.value=referer;form.appendChild(field3);document.body.appendChild(form);form.submit()}};
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var DraggedItem=null;var ShortcodeNextSave=0;var ShortcodeTimeOut=null;var ShortcodeString="";var Autosave=false;var PageObsolete=false;var PageUpdating=false;var CheckObsolescenceTimeOut=5E3;var wfu_transfers_observer_interval=100;var wfu_allops_freeze_events=false;var wfu_allops_bank={};
2
+ jQuery(document).ready(function($){$(".wfu_color_field").wpColorPicker({change:function(event,ui){event.target.value=ui.color.toString();if(event.target.name=="wfu_text_elements")wfu_update_text_value(event);else if(event.target.name=="wfu_triplecolor_elements")wfu_update_triplecolor_value(event)}})});
3
  function wfu_admin_activate_tab(key){var tabs=document.getElementById("wfu_tab_container");var tab,tabkey;for(var i=0;i<tabs.childNodes.length;i++){tab=tabs.childNodes[i];if(tab.nodeType===1){tabkey=tab.id.substr(8);if(tab.className.indexOf("nav-tab-active")>-1){tab.className="nav-tab";document.getElementById("wfu_container_"+tabkey).style.display="none"}}}document.getElementById("wfu_tab_"+key).className="nav-tab nav-tab-active";document.getElementById("wfu_container_"+key).style.display="block"}
4
  function wfu_admin_onoff_clicked(key){var onoff=document.getElementById("wfu_attribute_"+key);var shadows=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key);var shadows_inv=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key+"_inv");var status=onoff.className.substr(onoff.className.length-2)=="on";status=!status;if(status){document.getElementById("wfu_attribute_value_"+key).value="true";onoff.className="wfu_onoff_container_on";for(var i=0;i<shadows.length;i++)shadows[i].style.display=
5
  "none";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display="block"}else{document.getElementById("wfu_attribute_value_"+key).value="false";onoff.className="wfu_onoff_container_off";for(var i=0;i<shadows.length;i++)shadows[i].style.display="block";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display="none"}wfu_generate_shortcode();if(key=="userdata"||key=="formdata")wfu_update_formfield_variables()}
6
  function wfu_admin_radio_clicked(key){var radios=document.getElementsByName("wfu_radioattribute_"+key);var shadows=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key);var shadows_inv=document.querySelectorAll("#wfu_wrapper div.wfu_shadow_"+key+"_inv");var val="";for(i=0;i<radios.length;i++)if(radios[i].checked)val=radios[i].value;var status=val.substr(0,1)=="*";if(status){val=val.substr(1);for(var i=0;i<shadows.length;i++)shadows[i].style.display="none";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display=
7
+ "block"}else{for(var i=0;i<shadows.length;i++)shadows[i].style.display="block";for(var i=0;i<shadows_inv.length;i++)shadows_inv[i].style.display="none"}document.getElementById("wfu_attribute_value_"+key).value=val;wfu_generate_shortcode()}function wfu_set_checkbox_status(check,status){if(status==0){check.checked=false;check.indeterminate=true;check.classList.add("indeterminate")}else{check.indeterminate=false;check.classList.remove("indeterminate");check.checked=status==1}}
8
+ function wfu_addEventHandler(obj,evt,handler){if(obj.addEventListener)obj.addEventListener(evt,handler,false);else if(obj.attachEvent)obj.attachEvent("on"+evt,handler);else obj["on"+evt]=handler}
9
  function wfu_attach_separator_dragdrop_events(){var container=document.getElementById("wfu_placements_container");var item;for(var i=0;i<container.childNodes.length;i++){item=container.childNodes[i];if(item.className=="wfu_component_separator_hor"||item.className=="wfu_component_separator_ver"){wfu_addEventHandler(item,"dragenter",wfu_separator_dragenter);wfu_addEventHandler(item,"dragover",wfu_default_dragover);wfu_addEventHandler(item,"dragleave",wfu_separator_dragleave);wfu_addEventHandler(item,
10
  "drop",wfu_separator_drop)}}}
11
  function wfu_Attach_Admin_DragDrop_Events(){if(window.FileReader){var container=document.getElementById("wfu_placements_container");if(container){var available_container=document.getElementById("wfu_componentlist_container");var item;for(var i=0;i<container.childNodes.length;i++){item=container.childNodes[i];if(item.className=="wfu_component_box"){wfu_addEventHandler(item,"dragstart",wfu_component_dragstart);wfu_addEventHandler(item,"dragend",wfu_component_dragend)}}for(var i=0;i<available_container.childNodes.length;i++){item=
267
  function wfu_apply_adminbrowser_bulkaction(){var actionselector=document.getElementById("wfu_adminbrowser_bulkactions");if(actionselector.selectedIndex<1)return;var action=actionselector.options[actionselector.selectedIndex].value;var selected=document.querySelectorAll(".wfu_selectors:checked");if(selected.length==0)return;var codes=[];var codes_included=0,codes_not_included=0;for(var i=0;i<selected.length;i++){var file_code=selected[i].className.replace(/.*?wfu_selcode_/,"");if(file_code!=""){var included=
268
  selected[i].className.indexOf("wfu_included")>-1;if(included)codes_included++;else codes_not_included++;if(action=="delete"&&!included||action=="include"&&included)selected[i].checked=false;else codes.push(file_code)}}if(action=="delete"&&codes_not_included>0)alert("Notice! Files that were not uploaded using the plugin cannot be deleted and have been deselected.");else if(action=="include"&&codes_included>0)alert("Notice! Files already included in the plugin have been deselected.");if(codes.length==
269
  0)return;var url=document.getElementById("wfu_adminbrowser_action_url").value;var referer=document.getElementById("wfu_adminbrowser_referer").value;if(action=="delete"||action=="include"){var form=document.createElement("FORM");form.method="POST";form.action=url;form.style.display="none";var field1=document.createElement("INPUT");field1.type="hidden";field1.name="action";field1.value=action+"_file";form.appendChild(field1);var field2=document.createElement("INPUT");field2.type="hidden";field2.name=
270
+ "file";field2.value="list:"+codes.join();form.appendChild(field2);var field3=document.createElement("INPUT");field3.type="hidden";field3.name="referer";field3.value=referer;form.appendChild(field3);document.body.appendChild(form);form.submit()}}
271
+ function wfu_initialize_consent_policy(params){wfu_allops_bank.params=params;wfu_adjust_pdops_levels();wfu_adjust_permissions_levels();wfu_adjust_logactions_levels();wfu_attach_pdops_events();wfu_attach_conops_events();wfu_pdops_update(true);wfu_allops_freeze_events=true;wfu_conops_update();wfu_consent_question_optable_recreate();wfu_update_consent_questions();wfu_consent_question_operations_reassign();wfu_update_consent_question_itemprops(0,-1);wfu_permissions_update(true);wfu_logactions_update(true);
272
+ wfu_pdusers_update();wfu_allops_freeze_events=false}function wfu_get_consent_policy(){var policy_str=wfu_plugin_decode_string(document.getElementById("wfu_consent_policy").value);var policy=null;try{policy=JSON.parse(policy_str)}catch(e){}return policy}function wfu_get_permissions_policy(){var policy_str=wfu_plugin_decode_string(document.getElementById("wfu_permissions_policy").value);var policy=null;try{policy=JSON.parse(policy_str)}catch(e){}return policy}
273
+ function wfu_get_logactions_policy(){var policy_str=wfu_plugin_decode_string(document.getElementById("wfu_logactions_policy").value);var policy=null;try{policy=JSON.parse(policy_str)}catch(e){}return policy}function wfu_get_pd_users(){var pd_users_str=wfu_plugin_decode_string(document.getElementById("wfu_assigned_users").value);var pd_users=null;try{pd_users=JSON.parse(pd_users_str)}catch(e){}return pd_users}
274
+ function wfu_set_consent_policy(new_policy){var policy_str=JSON.stringify(new_policy);document.getElementById("wfu_consent_policy").value=wfu_plugin_encode_string(policy_str)}function wfu_set_logactions_policy(new_policy){var policy_str=JSON.stringify(new_policy);document.getElementById("wfu_logactions_policy").value=wfu_plugin_encode_string(policy_str)}
275
+ function wfu_set_permissions_policy(new_policy){var policy_str=JSON.stringify(new_policy);document.getElementById("wfu_permissions_policy").value=wfu_plugin_encode_string(policy_str)}
276
+ function wfu_adjust_pdops_levels(){function _wfu_force_pdop_update_nested(item){var id=item.ID;if(item.children.length>0)for(var j=0;j<item.children.length;j++)_wfu_force_pdop_update_nested(item.children[j]);else policy.operations[id].Allowed=true}function _wfu_nested_adjust_pdops_levels(item,level){if(item.children.length>0)for(var j=0;j<item.children.length;j++)_wfu_nested_adjust_pdops_levels(item.children[j],level+1);var id=item.ID;if(wfu_allops_bank.allowedstatus[id]==0&&level==wfu_allops_bank.params.oplevels){_wfu_force_pdop_update_nested(item);
277
+ wfu_allops_bank.allowedstatus[id]=1;policy_needs_update=true}}wfu_pdops_update(false);var policy=wfu_get_consent_policy();if(policy){console.log(policy);var policy_needs_update=false;for(var i=0;i<policy.structure.length;i++)_wfu_nested_adjust_pdops_levels(policy.structure[i],1);if(policy_needs_update)wfu_set_consent_policy(policy)}}
278
+ function wfu_attach_pdops_events(){var acc=document.querySelectorAll(".wfu_pdop_button");var i;for(i=0;i<acc.length;i++)acc[i].addEventListener("click",function(){this.classList.toggle("expanded");var panel=this.parentElement.nextElementSibling;if(this.classList.contains("expanded"))panel.style.display="block";else panel.style.display="none"})}
279
+ function wfu_attach_conops_events(){var acc=document.querySelectorAll(".wfu_conop_button");var i;for(i=0;i<acc.length;i++)acc[i].addEventListener("click",function(){this.classList.toggle("expanded");var panel=this.parentElement.nextElementSibling;if(this.classList.contains("expanded"))panel.style.display="block";else panel.style.display="none"})}
280
+ function wfu_pdop_toggle(obj){if(wfu_allops_freeze_events)return;if(obj.id.indexOf("wfu_pdop_")==-1)return;var id=obj.id.replace("wfu_pdop_","");var policy=wfu_get_consent_policy();if(policy){if(typeof policy.operations[id]=="undefined")return;var prev_status=obj.classList.contains("indeterminate")?0:obj.checked?-1:1;var new_status=obj.classList.contains("indeterminate")?true:obj.checked;if(!obj.indeterminate)obj.classList.remove("indeterminate");if(policy.children_index[id].length>0){var level=1;
281
+ var parid=id;while((parid=policy.operations[parid].Parent)>0)level++;if((wfu_allops_bank.params.oplevels<1||level<wfu_allops_bank.params.oplevels)&&!confirm("This will set all children operations to "+(new_status?"allowed":"not allowed")+". Continue?")){wfu_allops_freeze_events=true;wfu_set_checkbox_status(obj,prev_status);wfu_allops_freeze_events=false;return}for(var i=0;i<policy.children_index[id].length;i++){var id2=policy.children_index[id][i];if(policy.children_index[id2].length==0)policy.operations[id2].Allowed=
282
+ new_status}}else policy.operations[id].Allowed=new_status;wfu_set_consent_policy(policy);wfu_allops_freeze_events=true;wfu_pdops_update(true);wfu_conops_update();wfu_update_consent_question_itemprops(0,-1);wfu_consent_question_optable_recreate();wfu_consent_question_operations_reassign();wfu_consent_question_optable_update(0,0);wfu_allops_freeze_events=false}}
283
+ function wfu_conop_toggle(obj){if(wfu_allops_freeze_events)return;if(obj.id.indexOf("wfu_conop_")==-1)return;var id=obj.id.replace("wfu_conop_","");var policy=wfu_get_consent_policy();if(policy){if(typeof policy.operations[id]=="undefined")return;var prev_status=obj.classList.contains("indeterminate")?0:obj.checked?-1:1;var new_status=obj.classList.contains("indeterminate")?true:obj.checked;if(!obj.indeterminate)check.classList.remove("indeterminate");if(policy.children_index[id].length>0){var level=
284
+ 1;var parid=id;while((parid=policy.operations[parid].Parent)>0)level++;if((wfu_allops_bank.params.oplevels<1||level<wfu_allops_bank.params.oplevels)&&!confirm("This will make all children operations "+(new_status?"require":"not require")+" consent. Continue?")){wfu_allops_freeze_events=true;wfu_set_checkbox_status(obj,prev_status);wfu_allops_freeze_events=false;return}for(var i=0;i<policy.children_index[id].length;i++){var id2=policy.children_index[id][i];if(policy.children_index[id2].length==0)policy.operations[id2].NeedsConsent=
285
+ new_status}}else policy.operations[id].NeedsConsent=new_status;wfu_set_consent_policy(policy);wfu_allops_freeze_events=true;wfu_conops_update();wfu_update_consent_question_itemprops(0,-1);wfu_consent_question_optable_recreate();wfu_consent_question_operations_reassign();wfu_consent_question_optable_update(0,0);wfu_allops_freeze_events=false}}
286
+ function wfu_pdops_update(updatehtml){function _wfu_atomic_pdop_update(id){var allowed=policy.operations[id].Allowed;policy.operations[id].allowedstatus={};for(var k=0;k<policy.operations[id].Datatypes.length;k++){var type=policy.operations[id].Datatypes[k];policy.operations[id].allowedstatus[type]=allowed?1:-1}var condition=policy.operations[id].Condition;if(condition=="")policy.operations[id].pdvisible=true;else{var negative=false;if(condition.substr(0,1)=="!"){negative=true;condition=condition.replace("!",
287
+ "")}var allowedstatus2=policy.operations[parseInt(condition)].allowedstatus;var enabled=false;for(var type in allowedstatus2)if(allowedstatus2.hasOwnProperty(type))if(allowedstatus2[type]>-1){enabled=true;break}policy.operations[id].pdvisible=negative?!enabled:enabled}}function _wfu_nested_pdops_update(item,level){var id=item.ID;if(item.children.length>0){policy.operations[id].allowedstatus={};policy.operations[id].pdvisible=false;for(var j=0;j<item.children.length;j++){_wfu_nested_pdops_update(item.children[j],
288
+ level+1);var id2=item.children[j].ID;if(policy.operations[id2].pdvisible){var allowed=policy.operations[id2].Allowed;for(var type in policy.operations[id2].allowedstatus)if(policy.operations[id2].allowedstatus.hasOwnProperty(type)){var allowedstatus2=policy.operations[id2].allowedstatus[type];if(typeof policy.operations[id].allowedstatus[type]=="undefined")policy.operations[id].allowedstatus[type]=allowedstatus2;else if(policy.operations[id].allowedstatus[type]*allowedstatus2<1)policy.operations[id].allowedstatus[type]=
289
+ 0}if(!policy.operations[id].pdvisible)policy.operations[id].pdvisible=policy.operations[id2].pdvisible}}}else _wfu_atomic_pdop_update(id);var allowedstatus=-2;for(var type in policy.operations[id].allowedstatus)if(policy.operations[id].allowedstatus.hasOwnProperty(type)){var allowedstatus2=policy.operations[id].allowedstatus[type];if(allowedstatus==-2)allowedstatus=allowedstatus2;else if(allowedstatus*allowedstatus2<1){allowedstatus=0;break}}if(typeof wfu_allops_bank.allowedstatus=="undefined")wfu_allops_bank.allowedstatus=
290
+ {};wfu_allops_bank.allowedstatus[id]=allowedstatus;if(typeof wfu_allops_bank.level=="undefined")wfu_allops_bank.level={};wfu_allops_bank.level[id]=level;if(updatehtml){var check=document.getElementById("wfu_pdop_"+id);wfu_set_checkbox_status(check,allowedstatus);var container=document.getElementById("wfu_pdop_container_"+id);if(container)container.style.display=policy.operations[id].pdvisible&&(wfu_allops_bank.params.oplevels<1||level<=wfu_allops_bank.params.oplevels)?"block":"none"}}var policy=wfu_get_consent_policy();
291
+ if(policy){wfu_allops_freeze_events=true;for(var i=0;i<policy.structure.length;i++)_wfu_nested_pdops_update(policy.structure[i],1);wfu_allops_freeze_events=false}}
292
+ function wfu_conops_update(){function _wfu_atomic_conop_update(id){policy.operations[id].needsconsentstatus=policy.operations[id].Allowed&&policy.operations[id].NeedsConsent?1:-1;var condition=policy.operations[id].Condition;if(condition=="")policy.operations[id].convisible=true;else{var negative=false;if(condition.substr(0,1)=="!"){negative=true;condition=condition.replace("!","")}var enabled=wfu_allops_bank.allowedstatus[parseInt(condition)]>-1;policy.operations[id].convisible=negative?!enabled:
293
+ enabled}policy.operations[id].convisible=policy.operations[id].convisible&&policy.operations[id].Allowed}function _wfu_nested_conops_update(item,level){var id=item.ID;if(item.children.length>0){policy.operations[id].needsconsentstatus=-2;policy.operations[id].convisible=false;for(var j=0;j<item.children.length;j++){_wfu_nested_conops_update(item.children[j],level+1);var id2=item.children[j].ID;if(policy.operations[id2].convisible){var needsconsentstatus2=policy.operations[id2].needsconsentstatus;
294
+ if(policy.operations[id].needsconsentstatus==-2)policy.operations[id].needsconsentstatus=needsconsentstatus2;else if(policy.operations[id].needsconsentstatus*needsconsentstatus2<1)policy.operations[id].needsconsentstatus=0;if(!policy.operations[id].convisible)policy.operations[id].convisible=policy.operations[id2].convisible}}}else _wfu_atomic_conop_update(id);if(typeof wfu_allops_bank.visible=="undefined")wfu_allops_bank.visible={};wfu_allops_bank.visible[id]=policy.operations[id].convisible;if(typeof wfu_allops_bank.needsconsentstatus==
295
+ "undefined")wfu_allops_bank.needsconsentstatus={};wfu_allops_bank.needsconsentstatus[id]=policy.operations[id].needsconsentstatus;var check=document.getElementById("wfu_conop_"+id);wfu_set_checkbox_status(check,policy.operations[id].needsconsentstatus);var container=document.getElementById("wfu_conop_container_"+id);if(container)container.style.display=policy.operations[id].convisible&&(wfu_allops_bank.params.oplevels<1||level<=wfu_allops_bank.params.oplevels)?"block":"none"}var policy=wfu_get_consent_policy();
296
+ if(policy){wfu_allops_freeze_events=true;for(var i=0;i<policy.structure.length;i++)_wfu_nested_conops_update(policy.structure[i],1);wfu_allops_freeze_events=false}}
297
+ function wfu_update_consent_questions(){var policy=wfu_get_consent_policy();if(policy){var maincontainer=document.getElementById("wfu_conquestions_container");wfu_allops_freeze_events=true;for(var i=0;i<policy.questions.length;i++){var container=wfu_render_consent_question(i);if(container){maincontainer.appendChild(container);wfu_update_consent_question(i,true)}}wfu_update_conquestion_header();wfu_allops_freeze_events=false}}
298
+ function wfu_render_consent_question(index){var policy=wfu_get_consent_policy();if(!policy)return null;var question=policy.questions[index];var i=index+1;var container=document.createElement("DIV");container.className="wfu_conquestion_container";container.id="wfu_conquestion_container_"+i;var header=document.createElement("DIV");header.className="wfu_conquestion_header";var headerlabel=document.createElement("LABEL");headerlabel.className="wfu_conquestion_headerlabel";headerlabel.innerHTML="Question "+
299
+ i;header.appendChild(headerlabel);var tools=document.createElement("DIV");tools.className="wfu_conquestion_tools";var add_btn=document.getElementById("wfu_conquestion_add").cloneNode(true);add_btn.removeAttribute("id");wfu_addEventHandler(add_btn,"click",wfu_conquestion_tools_handler);var remove_btn=document.getElementById("wfu_conquestion_remove").cloneNode(true);remove_btn.removeAttribute("id");wfu_addEventHandler(remove_btn,"click",wfu_conquestion_tools_handler);var up_btn=document.getElementById("wfu_conquestion_up").cloneNode(true);
300
+ up_btn.removeAttribute("id");wfu_addEventHandler(up_btn,"click",wfu_conquestion_tools_handler);var down_btn=document.getElementById("wfu_conquestion_down").cloneNode(true);down_btn.removeAttribute("id");wfu_addEventHandler(down_btn,"click",wfu_conquestion_tools_handler);tools.appendChild(add_btn);tools.appendChild(remove_btn);tools.appendChild(up_btn);tools.appendChild(down_btn);header.appendChild(tools);var subcontainer=document.createElement("DIV");subcontainer.className="wfu_conquestion_subcontainer";
301
+ var mainprops=document.createElement("DIV");mainprops.className="wfu_conquestion_mainprops";var mainpropstitle=document.createElement("LABEL");mainpropstitle.className="wfu_conquestion_mainpropstitle";mainpropstitle.innerHTML="Main Properties";var titlelabel=document.createElement("LABEL");titlelabel.className="wfu_conquestion_titlelabel";titlelabel.innerHTML="Title";var titletext=document.createElement("INPUT");titletext.className="wfu_conquestion_titletext";titletext.value=question.title;wfu_attach_element_handlers(titletext,
302
+ wfu_conquestion_mainprops_handler);var titlelocationlabel=document.createElement("LABEL");titlelocationlabel.className="wfu_conquestion_titlelocationlabel";titlelocationlabel.innerHTML="Title Location";var titlelocationlist=document.createElement("SELECT");titlelocationlist.className="wfu_conquestion_titlelocationlist";var opt=document.createElement("OPTION");opt.value="top";opt.innerHTML="Top";opt.selected=question.location=="top";titlelocationlist.add(opt);var opt=document.createElement("OPTION");
303
+ opt.value="bottom";opt.innerHTML="Bottom";opt.selected=question.location=="bottom";titlelocationlist.add(opt);wfu_addEventHandler(titlelocationlist,"change",wfu_conquestion_mainprops_handler);var matrixlabel=document.createElement("LABEL");matrixlabel.className="wfu_conquestion_matrixlabel";matrixlabel.innerHTML="Number of Items";var matrix_x=document.createElement("INPUT");matrix_x.className="wfu_conquestion_matrix_x";matrix_x.type="number";matrix_x.min=1;var qx=parseInt(question.x);if(qx<=0)qx=
304
+ 1;question.x=qx;matrix_x.value=qx;wfu_attach_element_handlers(matrix_x,wfu_conquestion_mainprops_handler);var matrixsep=document.createElement("LABEL");matrixsep.className="wfu_conquestion_matrixsep";matrixsep.innerHTML="x";var matrix_y=document.createElement("INPUT");matrix_y.className="wfu_conquestion_matrix_y";matrix_y.type="number";matrix_y.min=1;var qy=parseInt(question.y);if(qy<=0)qy=1;question.y=qy;matrix_y.value=qy;wfu_attach_element_handlers(matrix_y,wfu_conquestion_mainprops_handler);var groupedlabel=
305
+ document.createElement("LABEL");groupedlabel.className="wfu_conquestion_groupedlabel";groupedlabel.innerHTML="Grouped";var groupedbox=document.createElement("INPUT");groupedbox.className="wfu_conquestion_groupedbox";groupedbox.type="checkbox";groupedbox.checked=question.grouped==1;wfu_addEventHandler(groupedbox,"change",wfu_conquestion_mainprops_handler);var typelabel=document.createElement("LABEL");typelabel.className="wfu_conquestion_typelabel";typelabel.innerHTML="Type";var typelist=document.createElement("SELECT");
306
+ typelist.className="wfu_conquestion_typelist";var opt=document.createElement("OPTION");opt.value="checkbox";opt.innerHTML="Checkbox";opt.selected=question.type=="checkbox";typelist.add(opt);var opt=document.createElement("OPTION");opt.value="radio";opt.innerHTML="Radio";opt.selected=question.type=="radio";typelist.add(opt);wfu_addEventHandler(typelist,"change",wfu_conquestion_mainprops_handler);mainprops.appendChild(mainpropstitle);mainprops.appendChild(matrixlabel);mainprops.appendChild(matrix_x);
307
+ mainprops.appendChild(matrixsep);mainprops.appendChild(matrix_y);mainprops.appendChild(titlelabel);mainprops.appendChild(titletext);mainprops.appendChild(titlelocationlabel);mainprops.appendChild(titlelocationlist);mainprops.appendChild(groupedlabel);mainprops.appendChild(groupedbox);mainprops.appendChild(typelabel);mainprops.appendChild(typelist);var itemspreview=document.createElement("DIV");itemspreview.className="wfu_conquestion_itemspreview";var itemspreviewtitle=document.createElement("LABEL");
308
+ itemspreviewtitle.className="wfu_conquestion_itemspreviewtitle";itemspreviewtitle.innerHTML="Items";var displayedtitle=document.createElement("LABEL");displayedtitle.className="wfu_conquestion_displayedtitle";displayedtitle.innerHTML=question.title;var itemtable=document.createElement("TABLE");itemtable.className="wfu_conquestion_itemtable";itemspreview.appendChild(itemspreviewtitle);if(question.location!="bottom")itemspreview.appendChild(displayedtitle);itemspreview.appendChild(itemtable);if(question.location==
309
+ "bottom")itemspreview.appendChild(displayedtitle);wfu_addEventHandler(itemspreview,"click",wfu_conquestion_itempreviewer_handler);var itemprops=document.createElement("DIV");itemprops.className="wfu_conquestion_itemprops";var itempropstitle=document.createElement("LABEL");itempropstitle.className="wfu_conquestion_itempropstitle";itempropstitle.innerHTML="Item Properties";var labellabel=document.createElement("LABEL");labellabel.className="wfu_conquestion_labellabel";labellabel.innerHTML="Label";var labeltext=
310
+ document.createElement("INPUT");labeltext.className="wfu_conquestion_labeltext";labeltext.value="";wfu_attach_element_handlers(labeltext,wfu_conquestion_mainprops_handler);var labellocationlabel=document.createElement("LABEL");labellocationlabel.className="wfu_conquestion_labellocationlabel";labellocationlabel.innerHTML="Label Location";var labellocationlist=document.createElement("SELECT");labellocationlist.className="wfu_conquestion_labellocationlist";var opt=document.createElement("OPTION");opt.value=
311
+ "top";opt.innerHTML="Top";opt.selected=false;labellocationlist.add(opt);var opt=document.createElement("OPTION");opt.value="left";opt.innerHTML="Left";opt.selected=false;labellocationlist.add(opt);var opt=document.createElement("OPTION");opt.value="right";opt.innerHTML="Right";opt.selected=true;labellocationlist.add(opt);var opt=document.createElement("OPTION");opt.value="bottom";opt.innerHTML="Bottom";opt.selected=false;labellocationlist.add(opt);wfu_addEventHandler(labellocationlist,"change",wfu_conquestion_mainprops_handler);
312
+ var preselectedlabel=document.createElement("LABEL");preselectedlabel.className="wfu_conquestion_preselectedlabel";preselectedlabel.innerHTML="Preselected";var preselectedbox=document.createElement("INPUT");preselectedbox.className="wfu_conquestion_preselectedbox";preselectedbox.type="checkbox";preselectedbox.checked=false;wfu_addEventHandler(preselectedbox,"change",wfu_conquestion_mainprops_handler);itemprops.appendChild(itempropstitle);itemprops.appendChild(labellabel);itemprops.appendChild(labeltext);
313
+ itemprops.appendChild(labellocationlabel);itemprops.appendChild(labellocationlist);itemprops.appendChild(preselectedlabel);itemprops.appendChild(preselectedbox);subcontainer.appendChild(mainprops);subcontainer.appendChild(itemspreview);subcontainer.appendChild(itemprops);container.appendChild(header);container.appendChild(subcontainer);return container}
314
+ function wfu_consent_question_action(action,index){var policy=wfu_get_consent_policy();if(!policy)return;var maincontainer=document.getElementById("wfu_conquestions_container");var qcount=document.querySelectorAll(".wfu_conquestion_container").length;if(action=="add"){var question={title:"",location:"top",x:1,y:1,grouped:0,type:"checkbox",items:[{index:1,label:"I agree to allow the plugin to use my personal data",location:"right",preselect:0,operations:{}}]};policy.questions.splice(index+1,0,question);
315
+ wfu_set_consent_policy(policy);var container=wfu_render_consent_question(index+1);if(container){for(var j=index+2;j<=qcount;j++)document.getElementById("wfu_conquestion_container_"+j).id="wfu_conquestion_container_"+(j+1);maincontainer.insertBefore(container,document.getElementById("wfu_conquestion_container_"+(index+3)));wfu_update_consent_question(index+1,true)}}else if(action=="remove"){if(qcount<=1)return;policy.questions.splice(index,1);wfu_set_consent_policy(policy);maincontainer.removeChild(document.getElementById("wfu_conquestion_container_"+
316
+ (index+1)));for(var j=index+2;j<=qcount;j++)document.getElementById("wfu_conquestion_container_"+j).id="wfu_conquestion_container_"+(j-1)}else if(action=="up"){if(index<=0)return;var tempq=policy.questions[index];policy.questions[index]=policy.questions[index-1];policy.questions[index-1]=tempq;wfu_set_consent_policy(policy);var container1=document.getElementById("wfu_conquestion_container_"+(index+1));var container2=document.getElementById("wfu_conquestion_container_"+index);container1.id="wfu_conquestion_container_"+
317
+ index+"_temp";container2.id="wfu_conquestion_container_"+(index+1);container1.id="wfu_conquestion_container_"+index;maincontainer.insertBefore(container1,container2)}else if(action=="down"){if(index>=qcount-1)return;var tempq=policy.questions[index];policy.questions[index]=policy.questions[index+1];policy.questions[index+1]=tempq;wfu_set_consent_policy(policy);var container1=document.getElementById("wfu_conquestion_container_"+(index+2));var container2=document.getElementById("wfu_conquestion_container_"+
318
+ (index+1));container1.id="wfu_conquestion_container_"+(index+1)+"_temp";container2.id="wfu_conquestion_container_"+(index+2);container1.id="wfu_conquestion_container_"+(index+1);maincontainer.insertBefore(container1,container2)}}
319
+ function wfu_update_consent_question(index,recreate){var policy=wfu_get_consent_policy();if(!policy)return;var question=policy.questions[index];var i=index+1;var itemspreview=document.querySelector("#wfu_conquestion_container_"+i+" .wfu_conquestion_itemspreview");var itemtable=document.querySelector("#wfu_conquestion_container_"+i+" .wfu_conquestion_itemtable");var displayedtitle=document.querySelector("#wfu_conquestion_container_"+i+" .wfu_conquestion_displayedtitle");if(!itemspreview)return;if(recreate)while(itemtable.rows.length>
320
+ 0)itemtable.deleteRow(0);var qnum=question.x*question.y;var qitems=[];for(var j=0;j<qnum;j++)qitems.push({label:"",location:"right",preselect:false,operations:{}});for(var j=0;j<question.items.length;j++){var ind=question.items[j].index-1;if(ind>=0&&ind<qnum){qitems[ind].label=question.items[j].label;qitems[ind].location=question.items[j].location;qitems[ind].preselect=question.items[j].preselect==1;qitems[ind].operations=question.items[j].operations}}var j=0;for(var k=0;k<question.x;k++){var row;
321
+ if(recreate)row=itemtable.insertRow(k);else row=itemtable.rows[k];for(var l=0;l<question.y;l++){var cell;if(recreate){cell=row.insertCell(l);cell.classList.add("wfu_conquestion_itemcontainer")}else cell=row.cells[l];while(cell.childNodes.length>0)cell.removeChild(cell.childNodes[0]);var itemlabel=document.createElement("LABEL");itemlabel.className="wfu_conquestion_itemlabel";if(qitems[j].label==""){itemlabel.classList.add("wfu_empty_label");itemlabel.innerHTML="{no label}"}else{itemlabel.classList.remove("wfu_empty_label");
322
+ itemlabel.innerHTML=qitems[j].label}var itembox=document.createElement("INPUT");itembox.className="wfu_conquestion_itembox wfu_frozen";itembox.type=question.type;itembox.checked=qitems[j].preselect;if(qitems[j].location=="top"){cell.appendChild(itemlabel);cell.appendChild(document.createElement("BR"));cell.appendChild(itembox)}else if(qitems[j].location=="left"){cell.appendChild(itemlabel);cell.appendChild(itembox)}else if(qitems[j].location=="bottom"){cell.appendChild(itembox);cell.appendChild(document.createElement("BR"));
323
+ cell.appendChild(itemlabel)}else{cell.appendChild(itembox);cell.appendChild(itemlabel)}j++}}if(question.title==""){displayedtitle.classList.add("wfu_empty_label");displayedtitle.innerHTML="{no title}"}else{displayedtitle.classList.remove("wfu_empty_label");displayedtitle.innerHTML=question.title}if(question.location!="bottom")itemspreview.insertBefore(displayedtitle,itemtable);else itemspreview.insertBefore(displayedtitle,null)}
324
+ function wfu_conquestion_mainprops_handler(e){if(wfu_allops_freeze_events)return;var policy=wfu_get_consent_policy();if(!policy)return;e=e||window.event;var item=par=e.target;while((par=par.parentElement)&&!par.classList.contains("wfu_conquestion_container"));var i=parseInt(par.id.replace("wfu_conquestion_container_",""));var index=i-1;var question=policy.questions[index];var recreate=true;var is_mainprop=true;if(item.classList.contains("wfu_conquestion_titletext"))question.title=item.value;else if(item.classList.contains("wfu_conquestion_matrix_x"))question.x=
325
+ item.value;else if(item.classList.contains("wfu_conquestion_matrix_y"))question.y=item.value;else if(item.classList.contains("wfu_conquestion_titlelocationlist"))question.location=item.value;else if(item.classList.contains("wfu_conquestion_groupedbox")){question.grouped=item.checked?1:0;if(question.grouped==1){var qpreselect_count=0;for(var j=0;j<question.items.length;j++)if(qpreselect_count==1)question.items[j].preselect=0;else if(question.items[j].preselect==1)qpreselect_count++}}else if(item.classList.contains("wfu_conquestion_typelist"))question.type=
326
+ item.value;else{var itemcontainers=document.querySelectorAll("#wfu_conquestion_container_"+i+" .wfu_conquestion_itemcontainer.wfu_item_selected");if(itemcontainers.length==0)return;var itemindex=itemcontainers[0].parentNode.rowIndex*itemcontainers[0].parentNode.cells.length+itemcontainers[0].cellIndex+1;var qitem=null;var qindex=question.items.length;for(var j=0;j<question.items.length;j++)if(question.items[j].index==itemindex){qitem=question.items[j];break}else if(question.items[j].index>itemindex){qindex=
327
+ j;break}if(!qitem){qitem={index:itemindex,label:"",location:"right",preselect:false,operations:{}};question.items.splice(qindex,0,qitem)}if(item.classList.contains("wfu_conquestion_labeltext"))qitem.label=item.value;else if(item.classList.contains("wfu_conquestion_labellocationlist"))qitem.location=item.value;else if(item.classList.contains("wfu_conquestion_preselectedbox")){if(item.checked&&question.grouped==1)for(var j=0;j<question.items.length;j++)question.items[j].preselect=0;qitem.preselect=
328
+ item.checked?1:0}recreate=false;is_mainprop=false}wfu_set_consent_policy(policy);wfu_allops_freeze_events=true;wfu_update_consent_question(index,recreate);if(is_mainprop){wfu_update_consent_question_itemprops(index,-1);wfu_consent_question_operations_reassign()}wfu_allops_freeze_events=false}
329
+ function wfu_conquestion_itempreviewer_handler(e){if(wfu_allops_freeze_events)return;e=e||window.event;var item=par=e.target;var qcount=document.querySelectorAll(".wfu_conquestion_container").length;while((par=par.parentElement)&&!par.classList.contains("wfu_conquestion_container"));var i=parseInt(par.id.replace("wfu_conquestion_container_",""));var index=i-1;if(!item.classList.contains("wfu_conquestion_itemcontainer"))item=item.parentNode;var itemindex=-1;if(item.classList.contains("wfu_conquestion_itemcontainer"))itemindex=
330
+ item.parentNode.rowIndex*item.parentNode.cells.length+item.cellIndex+1;wfu_allops_freeze_events=true;for(var j=0;j<qcount;j++)wfu_update_consent_question_itemprops(j,-1);wfu_update_consent_question_itemprops(index,itemindex);wfu_allops_freeze_events=false}
331
+ function wfu_update_consent_question_itemprops(index,itemindex){var policy=wfu_get_consent_policy();if(!policy)return;var question=policy.questions[index];var i=index+1;var itemcontainers=document.querySelectorAll("#wfu_conquestions_container .wfu_conquestion_itemcontainer");var itemcontainer=null;var contindex=0;var contitemindex=1;for(var j=0;j<itemcontainers.length;j++){itemcontainers[j].classList.remove("wfu_item_selected");var par=itemcontainers[j];while((par=par.parentElement)&&!par.classList.contains("wfu_conquestion_container"));
332
+ if(parseInt(par.id.replace("wfu_conquestion_container_",""))>contindex){contindex++;contitemindex=1}if(contindex==i&&contitemindex==itemindex)itemcontainer=itemcontainers[j];contitemindex++}if(itemcontainer)itemcontainer.classList.add("wfu_item_selected");var labeltext=document.querySelector("#wfu_conquestion_container_"+i+" .wfu_conquestion_labeltext");var labellocationlist=document.querySelector("#wfu_conquestion_container_"+i+" .wfu_conquestion_labellocationlist");var preselectedbox=document.querySelector("#wfu_conquestion_container_"+
333
+ i+" .wfu_conquestion_preselectedbox");var qindex=-1;for(var j=0;j<question.items.length;j++)if(question.items[j].index==itemindex){qindex=j;break}if(qindex<0){labeltext.value="";labeltext.disabled=itemindex<1;labellocationlist.value="right";labellocationlist.disabled=itemindex<1;preselectedbox.checked=false;preselectedbox.disabled=itemindex<1}else{labeltext.disabled=false;labeltext.value=question.items[qindex].label;labellocationlist.disabled=false;labellocationlist.value=question.items[qindex].location;
334
+ preselectedbox.disabled=false;preselectedbox.checked=question.items[qindex].preselect==1}wfu_consent_question_optable_update(i,itemindex)}
335
+ function wfu_consent_question_optable_recreate(){var oplist=[];var policy=wfu_get_consent_policy();if(policy){if(typeof wfu_allops_bank.conops!="undefined")for(var id in wfu_allops_bank.conops)if(wfu_allops_bank.conops.hasOwnProperty(id))wfu_allops_bank.conops[id].active=false;var optable=document.getElementById("wfu_conquestions_optable");var body=optable.tBodies[0];while(body.rows.length>0)optable.rows[0].remove();var i=0;for(var id in wfu_allops_bank.allowedstatus)if(wfu_allops_bank.allowedstatus.hasOwnProperty(id)){var included=
336
+ true;included=included&&(policy.children_index[id].length==0&&(wfu_allops_bank.params.oplevels<1||wfu_allops_bank.level[id]<=wfu_allops_bank.params.oplevels)||policy.children_index[id].length>0&&wfu_allops_bank.level[id]==wfu_allops_bank.params.oplevels);included=included&&wfu_allops_bank.needsconsentstatus[id]==1;included=included&&wfu_allops_bank.visible[id];if(included){if(typeof wfu_allops_bank.conops=="undefined")wfu_allops_bank.conops={};wfu_allops_bank.conops[id]={active:true,qindex:1,itemindex:1,
337
+ inverse:false,unassigned:true};var row=body.insertRow(i);row.id="wfu_conquestions_oprow_"+id;var cell=row.insertCell(0);var name=policy.operations[id].Name;var parid=id;while((parid=policy.operations[parid].Parent)>0)name=policy.operations[parid].Name+"/"+name;cell.innerHTML=name;var cell=row.insertCell(1);var selbox=document.createElement("INPUT");selbox.type="radio";selbox.className="wfu_conquestions_opsel wfu_frozen";wfu_addEventHandler(selbox,"click",wfu_conquestion_optable_handler);cell.appendChild(selbox);
338
+ var cell=row.insertCell(2);var invbox=document.createElement("INPUT");invbox.type="checkbox";invbox.className="wfu_conquestions_opinv wfu_frozen";invbox.disabled=true;wfu_addEventHandler(invbox,"change",wfu_conquestion_optable_handler);cell.appendChild(invbox);i++}}}}
339
+ function wfu_consent_question_operations_reassign(){var policy=wfu_get_consent_policy();if(policy){for(var opid in wfu_allops_bank.conops)if(wfu_allops_bank.conops.hasOwnProperty(opid)){wfu_allops_bank.conops[opid].qindex=0;wfu_allops_bank.conops[opid].itemindex=0;wfu_allops_bank.conops[opid].unassigned=true}for(var i=0;i<policy.questions.length;i++){var question=policy.questions[i];for(var j=0;j<question.items.length;j++){var qitem=question.items[j];for(var opid in qitem.operations)if(qitem.operations.hasOwnProperty(opid))if(typeof wfu_allops_bank.conops[opid]!=
340
+ "undefined")if(wfu_allops_bank.conops[opid].qindex==0){wfu_allops_bank.conops[opid].qindex=i+1;wfu_allops_bank.conops[opid].itemindex=j+1;wfu_allops_bank.conops[opid].inverse=qitem.operations[opid]==-1;wfu_allops_bank.conops[opid].unassigned=false}else delete qitem.operations[opid]}}for(var opid in wfu_allops_bank.conops)if(wfu_allops_bank.conops.hasOwnProperty(opid)){var qindex=wfu_allops_bank.conops[opid].qindex;var itemindex=wfu_allops_bank.conops[opid].itemindex;var reassign=false;if(qindex<1||
341
+ qindex>policy.questions.length)reassign=true;else{var question=policy.questions[qindex-1];var qnum=question.x*question.y;if(itemindex<1||itemindex>qnum)reassign=true}if(reassign){wfu_allops_bank.conops[opid].qindex=1;wfu_allops_bank.conops[opid].itemindex=1;wfu_allops_bank.conops[opid].unassigned=true}}wfu_set_consent_policy(policy);wfu_update_consent_question_item_assignments()}}
342
+ function wfu_update_consent_question_item_assignments(){var containers=document.querySelectorAll("#wfu_conquestions_container .wfu_conquestion_itemcontainer");for(var i=0;i<containers.length;i++)containers[i].classList.remove("wfu_item_assigned");for(var opid in wfu_allops_bank.conops)if(wfu_allops_bank.conops.hasOwnProperty(opid)&&wfu_allops_bank.conops[opid].active){var qindex=wfu_allops_bank.conops[opid].qindex;var itemindex=wfu_allops_bank.conops[opid].itemindex;var itemtable=document.querySelector("#wfu_conquestion_container_"+
343
+ qindex+" .wfu_conquestion_itemtable");var x=itemtable.rows[0].cells.length;var rowindex=Math.floor((itemindex-1)/x);var cellindex=(itemindex-1)%x;itemtable.rows[rowindex].cells[cellindex].classList.add("wfu_item_assigned")}}
344
+ function wfu_consent_question_optable_update(index,itemindex){var freeze=index<1||itemindex<1;for(var opid in wfu_allops_bank.conops)if(wfu_allops_bank.conops.hasOwnProperty(opid)&&wfu_allops_bank.conops[opid].active){var oprow=document.getElementById("wfu_conquestions_oprow_"+opid);var selbox=document.querySelector("#wfu_conquestions_oprow_"+opid+" .wfu_conquestions_opsel");var invbox=document.querySelector("#wfu_conquestions_oprow_"+opid+" .wfu_conquestions_opinv");if(wfu_allops_bank.conops[opid].unassigned)oprow.classList.add("wfu_op_unassigned");
345
+ else oprow.classList.remove("wfu_op_unassigned");selbox.checked=!freeze&&wfu_allops_bank.conops[opid].qindex==index&&wfu_allops_bank.conops[opid].itemindex==itemindex;invbox.checked=wfu_allops_bank.conops[opid].inverse;invbox.disabled=!(!freeze&&wfu_allops_bank.conops[opid].qindex==index&&wfu_allops_bank.conops[opid].itemindex==itemindex);if(freeze){selbox.classList.add("wfu_frozen");invbox.classList.add("wfu_frozen")}else{selbox.classList.remove("wfu_frozen");invbox.classList.remove("wfu_frozen")}}}
346
+ function wfu_conquestion_optable_handler(e){if(wfu_allops_freeze_events)return;e=e||window.event;var item=e.target;var itemcontainer=document.querySelector("#wfu_conquestions_container .wfu_conquestion_itemcontainer.wfu_item_selected");if(!itemcontainer)return;var par=itemcontainer;while((par=par.parentElement)&&!par.classList.contains("wfu_conquestion_container"));var index=parseInt(par.id.replace("wfu_conquestion_container_",""));var itemcontainers=document.querySelectorAll("#wfu_conquestion_container_"+
347
+ index+" .wfu_conquestion_itemcontainer");var itemindex=-1;for(var j=0;j<itemcontainers.length;j++)if(itemcontainers[j]==itemcontainer){itemindex=j+1;break}var policy=wfu_get_consent_policy();if(!policy)return;if(!item.classList.contains("wfu_conquestions_opsel")&&!item.classList.contains("wfu_conquestions_opinv"))return;var opid=parseInt(item.parentNode.parentNode.id.replace("wfu_conquestions_oprow_",""));var opas=wfu_allops_bank.conops[opid];if(opas.qindex!=index||opas.itemindex!=itemindex||opas.unassigned){var question=
348
+ policy.questions[opas.qindex-1];for(var j=0;j<question.items.length;j++)if(question.items[j].index==opas.itemindex){if(typeof question.items[j].operations[opid]!="undefined")delete question.items[j].operations[opid];break}opas.qindex=index;opas.itemindex=itemindex;opas.inverse=document.querySelector("#wfu_conquestions_oprow_"+opid+" .wfu_conquestions_opinv").checked;opas.unassigned=false;var question=policy.questions[opas.qindex-1];var qitem=null;var qindex=question.items.length;for(var j=0;j<question.items.length;j++)if(question.items[j].index==
349
+ opas.itemindex){qitem=question.items[j];qitem.operations[opid]=opas.inverse?-1:1;break}else if(question.items[j].index>itemindex){qindex=j;break}if(!qitem){qitem={index:opas.itemindex,label:"",location:"right",preselect:false,operations:{}};qitem.operations[opid]=opas.inverse?-1:1;question.items.splice(qindex,0,qitem)}wfu_set_consent_policy(policy);wfu_allops_freeze_events=true;document.getElementById("wfu_conquestions_oprow_"+opid).classList.remove("wfu_op_unassigned");document.querySelector("#wfu_conquestions_oprow_"+
350
+ opid+" .wfu_conquestions_opinv").disabled=false;wfu_update_consent_question_item_assignments();wfu_allops_freeze_events=false}else if(item.classList.contains("wfu_conquestions_opinv")){var opas=wfu_allops_bank.conops[opid];opas.inverse=item.checked;var question=policy.questions[opas.qindex-1];for(var j=0;j<question.items.length;j++)if(question.items[j].index==opas.itemindex){question.items[j].operations[opid]=opas.inverse?-1:1;break}wfu_set_consent_policy(policy)}}
351
+ function wfu_conquestion_tools_handler(e){if(wfu_allops_freeze_events)return;e=e||window.event;var item=e.target;var qcount=document.querySelectorAll(".wfu_conquestion_container").length;var par=item;while((par=par.parentElement)&&!par.classList.contains("wfu_conquestion_container"));var index=parseInt(par.id.replace("wfu_conquestion_container_",""))-1;wfu_allops_freeze_events=true;var action="";if(item.classList.contains("wfu_conquestion_add"))action="add";else if(item.classList.contains("wfu_conquestion_remove")&&
352
+ qcount>1)action="remove";else if(item.classList.contains("wfu_conquestion_up")&&index>0)action="up";else if(item.classList.contains("wfu_conquestion_down")&&index<qcount-1)action="down";if(action!=""){wfu_update_consent_question_itemprops(0,-1);wfu_consent_question_action(action,index);wfu_consent_question_operations_reassign();wfu_consent_question_optable_update(0,0);wfu_update_conquestion_header()}wfu_allops_freeze_events=false}
353
+ function wfu_update_conquestion_header(){var labels=document.querySelectorAll(".wfu_conquestion_headerlabel");var add_btns=document.querySelectorAll(".wfu_conquestion_tools .wfu_conquestion_btn.wfu_conquestion_add");var remove_btns=document.querySelectorAll(".wfu_conquestion_tools .wfu_conquestion_btn.wfu_conquestion_remove");var up_btns=document.querySelectorAll(".wfu_conquestion_tools .wfu_conquestion_btn.wfu_conquestion_up");var down_btns=document.querySelectorAll(".wfu_conquestion_tools .wfu_conquestion_btn.wfu_conquestion_down");
354
+ for(var i=0;i<labels.length;i++){labels[i].innerHTML="Question "+(i+1);if(labels.length>1)remove_btns[i].classList.remove("wfu_tool_disabled");else remove_btns[i].classList.add("wfu_tool_disabled");if(i>0)up_btns[i].classList.remove("wfu_tool_disabled");else up_btns[i].classList.add("wfu_tool_disabled");if(i<labels.length-1)down_btns[i].classList.remove("wfu_tool_disabled");else down_btns[i].classList.add("wfu_tool_disabled")}}
355
+ function wfu_permissions_update(updatehtml){function _wfu_nested_perms_update(item,level){var id=item.ID;if(item.children.length>0){policy.permissions[id].allowedstatus={};for(var j=0;j<item.children.length;j++){_wfu_nested_perms_update(item.children[j],level+1);var id2=item.children[j].ID;for(var locid in policy.permissions[id2].allowedstatus)if(policy.permissions[id2].allowedstatus.hasOwnProperty(locid)){var allowedstatus2=policy.permissions[id2].allowedstatus[locid];if(typeof policy.permissions[id].allowedstatus[locid]==
356
+ "undefined")policy.permissions[id].allowedstatus[locid]=allowedstatus2;else if(policy.permissions[id].allowedstatus[locid]*allowedstatus2<1)policy.permissions[id].allowedstatus[locid]=0}}}else{var allowed=policy.permissions[id].Allowed;policy.permissions[id].allowedstatus={};for(var k=0;k<policy.permissions[id].Locations.length;k++){var locid=policy.permissions[id].Locations[k];policy.permissions[id].allowedstatus[locid]=allowed.indexOf(locid)>-1?1:-1}}if(typeof wfu_allops_bank.perallowedstatus==
357
+ "undefined")wfu_allops_bank.perallowedstatus={};wfu_allops_bank.perallowedstatus[id]=policy.permissions[id].allowedstatus;if(updatehtml){var row=document.getElementById("wfu_perm_row_"+id);for(var locid in policy.permissions[id].allowedstatus)if(policy.permissions[id].allowedstatus.hasOwnProperty(locid)){var check=document.querySelector("#wfu_perm_row_"+id+" .wfu_location_cell:nth-child("+(parseInt(locid)+1)+") input");wfu_set_checkbox_status(check,policy.permissions[id].allowedstatus[locid])}}}var policy=
358
+ wfu_get_permissions_policy();if(policy){console.log(policy);wfu_allops_freeze_events=true;for(var i=0;i<policy.structure.length;i++)_wfu_nested_perms_update(policy.structure[i],1);wfu_allops_freeze_events=false}}
359
+ function wfu_adjust_permissions_levels(){function _wfu_force_permission_update_nested(item,locid){var id=item.ID;if(item.children.length>0)for(var j=0;j<item.children.length;j++)_wfu_force_permission_update_nested(item.children[j],locid);else if(policy.permissions[id].Allowed.indexOf(locid)==-1&&policy.permissions[id].Locations.indexOf(locid)>-1)policy.permissions[id].Allowed.push(locid)}function _wfu_nested_adjust_permissions_levels(item,level){if(item.children.length>0)for(var j=0;j<item.children.length;j++)_wfu_nested_adjust_permissions_levels(item.children[j],
360
+ level+1);var id=item.ID;for(var locid in wfu_allops_bank.perallowedstatus[id])if(wfu_allops_bank.perallowedstatus[id].hasOwnProperty(locid))if(wfu_allops_bank.perallowedstatus[id][locid]==0&&level==wfu_allops_bank.params.perlevels){_wfu_force_permission_update_nested(item,parseInt(locid));wfu_allops_bank.perallowedstatus[id][locid]=1;policy_needs_update=true}}wfu_permissions_update(false);var policy=wfu_get_permissions_policy();if(policy){var policy_needs_update=false;for(var i=0;i<policy.structure.length;i++)_wfu_nested_adjust_permissions_levels(policy.structure[i],
361
+ 1);if(policy_needs_update)wfu_set_permissions_policy(policy)}}
362
+ function wfu_perm_toggle(obj){if(wfu_allops_freeze_events)return;if(!obj.classList.contains("wfu_location_selector"))return;var id=obj.parentNode.parentNode.id.replace("wfu_perm_row_","");var locid=obj.parentNode.cellIndex;var policy=wfu_get_permissions_policy();if(policy){if(typeof policy.permissions[id]=="undefined")return;var prev_status=obj.classList.contains("indeterminate")?0:obj.checked?-1:1;var new_status=obj.classList.contains("indeterminate")?true:obj.checked;if(!obj.indeterminate)obj.classList.remove("indeterminate");
363
+ if(policy.children_index[id].length>0){var level=1;var parid=id;while((parid=policy.permissions[parid].Parent)>0)level++;if((wfu_allops_bank.params.perlevels<1||level<wfu_allops_bank.params.perlevels)&&!confirm("This will make all children permissions "+(new_status?"allowed":"not allowed")+". Continue?")){wfu_allops_freeze_events=true;wfu_set_checkbox_status(obj,prev_status);wfu_allops_freeze_events=false;return}for(var i=0;i<policy.children_index[id].length;i++){var id2=policy.children_index[id][i];
364
+ if(policy.children_index[id2].length==0){var locindex2=policy.permissions[id2].Allowed.indexOf(locid);if(new_status&&locindex2==-1&&policy.permissions[id2].Locations.indexOf(locid)>-1)policy.permissions[id2].Allowed.push(locid);else if(!new_status&&locindex2>-1)policy.permissions[id2].Allowed.splice(locindex2,1)}}}else{var locindex=policy.permissions[id].Allowed.indexOf(locid);if(new_status&&locindex==-1&&policy.permissions[id].Locations.indexOf(locid)>-1)policy.permissions[id].Allowed.push(locid);
365
+ else if(!new_status&&locindex>-1)policy.permissions[id].Allowed.splice(locindex,1)}wfu_set_permissions_policy(policy);wfu_allops_freeze_events=true;wfu_permissions_update(true);wfu_allops_freeze_events=false}}
366
+ function wfu_perm_button_action(obj){if(wfu_allops_freeze_events)return;if(!obj.classList.contains("wfu_perm_button"))return;var policy=wfu_get_permissions_policy();if(policy){var par=obj;while((par=par.parentElement)&&!par.classList.contains("wfu_perm_row"));var id=parseInt(par.id.replace("wfu_perm_row_",""));obj.classList.toggle("expanded");for(var i=0;i<policy.children_index[id].length;i++){var id2=policy.children_index[id][i];var parid=id2;var visible=true;while((parid=policy.permissions[parid].Parent)>
367
+ 0)visible=visible&&document.querySelector("#wfu_perm_row_"+parid+" .wfu_perm_button")&&document.querySelector("#wfu_perm_row_"+parid+" .wfu_perm_button").classList.contains("expanded");document.getElementById("wfu_perm_row_"+id2).style.display=visible?"table-row":"none"}}}
368
+ function wfu_logactions_update(updatehtml){function _wfu_nested_logactions_update(item,level){var id=item.ID;if(item.children.length>0){policy.logactions[id].allowedstatus={};for(var j=0;j<item.children.length;j++){_wfu_nested_logactions_update(item.children[j],level+1);var id2=item.children[j].ID;for(var entid in policy.logactions[id2].allowedstatus)if(policy.logactions[id2].allowedstatus.hasOwnProperty(entid)){var allowedstatus2=policy.logactions[id2].allowedstatus[entid];if(typeof policy.logactions[id].allowedstatus[entid]==
369
+ "undefined")policy.logactions[id].allowedstatus[entid]=allowedstatus2;else if(policy.logactions[id].allowedstatus[entid]*allowedstatus2<1)policy.logactions[id].allowedstatus[entid]=0}}}else{var allowed=policy.logactions[id].Allowed;policy.logactions[id].allowedstatus={};for(var k=0;k<policy.logactions[id].Entities.length;k++){var entid=policy.logactions[id].Entities[k];policy.logactions[id].allowedstatus[entid]=allowed.indexOf(entid)>-1?1:-1}}if(typeof wfu_allops_bank.logallowedstatus=="undefined")wfu_allops_bank.logallowedstatus=
370
+ {};wfu_allops_bank.logallowedstatus[id]=policy.logactions[id].allowedstatus;if(updatehtml){var row=document.getElementById("wfu_log_row_"+id);for(var entid in policy.logactions[id].allowedstatus)if(policy.logactions[id].allowedstatus.hasOwnProperty(entid)){var check=document.querySelector("#wfu_log_row_"+id+" .wfu_entity_cell:nth-child("+(parseInt(entid)+1)+") input");wfu_set_checkbox_status(check,policy.logactions[id].allowedstatus[entid])}}}var policy=wfu_get_logactions_policy();if(policy){console.log(policy);
371
+ wfu_allops_freeze_events=true;for(var i=0;i<policy.structure.length;i++)_wfu_nested_logactions_update(policy.structure[i],1);wfu_allops_freeze_events=false}}
372
+ function wfu_adjust_logactions_levels(){function _wfu_force_logaction_update_nested(item,entid){var id=item.ID;if(item.children.length>0)for(var j=0;j<item.children.length;j++)_wfu_force_logaction_update_nested(item.children[j],entid);else if(policy.logactions[id].Allowed.indexOf(entid)==-1&&policy.logactions[id].Entities.indexOf(entid)>-1)policy.logactions[id].Allowed.push(entid)}function _wfu_nested_adjust_logactions_levels(item,level){if(item.children.length>0)for(var j=0;j<item.children.length;j++)_wfu_nested_adjust_logactions_levels(item.children[j],
373
+ level+1);var id=item.ID;for(var entid in wfu_allops_bank.logallowedstatus[id])if(wfu_allops_bank.logallowedstatus[id].hasOwnProperty(entid))if(wfu_allops_bank.logallowedstatus[id][entid]==0&&level==wfu_allops_bank.params.loglevels){_wfu_force_logaction_update_nested(item,parseInt(entid));wfu_allops_bank.logallowedstatus[id][entid]=1;policy_needs_update=true}}wfu_logactions_update(false);var policy=wfu_get_logactions_policy();if(policy){var policy_needs_update=false;for(var i=0;i<policy.structure.length;i++)_wfu_nested_adjust_logactions_levels(policy.structure[i],
374
+ 1);if(policy_needs_update)wfu_set_logactions_policy(policy)}}
375
+ function wfu_log_toggle(obj){if(wfu_allops_freeze_events)return;if(!obj.classList.contains("wfu_entity_selector"))return;var id=obj.parentNode.parentNode.id.replace("wfu_log_row_","");var entid=obj.parentNode.cellIndex;var policy=wfu_get_logactions_policy();if(policy){if(typeof policy.logactions[id]=="undefined")return;var prev_status=obj.classList.contains("indeterminate")?0:obj.checked?-1:1;var new_status=obj.classList.contains("indeterminate")?true:obj.checked;if(!obj.indeterminate)obj.classList.remove("indeterminate");
376
+ if(policy.children_index[id].length>0){var level=1;var parid=id;while((parid=policy.logactions[parid].Parent)>0)level++;if((wfu_allops_bank.params.loglevels<1||level<wfu_allops_bank.params.loglevels)&&!confirm("This will make all children log actions "+(new_status?"allowed":"not allowed")+". Continue?")){wfu_allops_freeze_events=true;wfu_set_checkbox_status(obj,prev_status);wfu_allops_freeze_events=false;return}for(var i=0;i<policy.children_index[id].length;i++){var id2=policy.children_index[id][i];
377
+ if(policy.children_index[id2].length==0){var entindex2=policy.logactions[id2].Allowed.indexOf(entid);if(new_status&&entindex2==-1&&policy.logactions[id2].Entities.indexOf(entid)>-1)policy.logactions[id2].Allowed.push(entid);else if(!new_status&&entindex2>-1)policy.logactions[id2].Allowed.splice(entindex2,1)}}}else{var entindex=policy.logactions[id].Allowed.indexOf(entid);if(new_status&&entindex==-1&&policy.logactions[id].Entities.indexOf(entid)>-1)policy.logactions[id].Allowed.push(entid);else if(!new_status&&
378
+ entindex>-1)policy.logactions[id].Allowed.splice(entindex,1)}wfu_set_logactions_policy(policy);wfu_allops_freeze_events=true;wfu_logactions_update(true);wfu_allops_freeze_events=false}}
379
+ function wfu_log_button_action(obj){if(wfu_allops_freeze_events)return;if(!obj.classList.contains("wfu_log_button"))return;var policy=wfu_get_logactions_policy();if(policy){var par=obj;while((par=par.parentElement)&&!par.classList.contains("wfu_log_row"));var id=parseInt(par.id.replace("wfu_log_row_",""));obj.classList.toggle("expanded");for(var i=0;i<policy.children_index[id].length;i++){var id2=policy.children_index[id][i];var parid=id2;var visible=true;while((parid=policy.logactions[parid].Parent)>
380
+ 0)visible=visible&&document.querySelector("#wfu_log_row_"+parid+" .wfu_log_button")&&document.querySelector("#wfu_log_row_"+parid+" .wfu_log_button").classList.contains("expanded");document.getElementById("wfu_log_row_"+id2).style.display=visible?"table-row":"none"}}}
381
+ function wfu_pdusers_addrole_handler(obj){if(wfu_allops_freeze_events)return;if(!obj.classList.contains("wfu_pdusers_roles_add"))return;var par=obj;while((par=par.parentElement)&&!par.classList.contains("wfu_pdusers_roles_container"));var type=par.id.replace(/^wfu_pdusers_roles_(in|out)_container$/,"$1");var roles=document.querySelector("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_list");var names=[];for(var i=0;i<roles.options.length;i++)if(roles.options[i].selected)names.push(roles.options[i].value);
382
+ wfu_allops_freeze_events=true;wfu_pdusers_add_roles(type,names);wfu_allops_freeze_events=false}
383
+ function wfu_pdusers_add_roles(type,names){var show=document.querySelector("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_show");var roles=document.querySelector("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_list");var selected=document.querySelectorAll("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_rightpanel .wfu_pdusers_roles_role");var source=document.querySelector('#wfu_pdusers_roles_in_container input[type="radio"]').checked?"in":"out";var btype=type=="in"?
384
+ "included":"excluded";var count=selected.length;for(var i=0;i<names.length;i++){var title="";if(names[i]=="all")title="All";else for(var j=0;j<roles.options.length;j++)if(roles.options[j].value==names[i]){title=roles.options[j].innerHTML;break}if(title!=""){var already_in=false;for(var j=0;j<selected.length;j++)if(selected[j].classList.contains(names[i])){already_in=true;break}if(!already_in){var pos=wfu_allops_bank.pdusers.rolestates[source][btype].indexOf(names[i]);if(pos==-1)wfu_allops_bank.pdusers.rolestates[source][btype].push(names[i]);
385
+ if(count>0)show.appendChild(document.createElement("BR"));var role=document.createElement("DIV");role.classList.add("wfu_pdusers_roles_role");role.classList.add(names[i]);role.innerHTML=title;if(names[i]=="all")role.classList.add("wfu_pdusers_roles_all");else{var delbtn=document.createElement("SPAN");wfu_addEventHandler(delbtn,"click",wfu_pdusers_removerole_handler);role.appendChild(delbtn)}show.appendChild(role);count++}}}}
386
+ function wfu_pdusers_clear_roles(type){var show=document.querySelector("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_show");var selected=document.querySelectorAll("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_rightpanel .wfu_pdusers_roles_role");var brs=document.querySelectorAll("#wfu_pdusers_roles_"+type+"_container .wfu_pdusers_roles_rightpanel br");for(var i=0;i<selected.length;i++)show.removeChild(selected[i]);for(var i=0;i<brs.length;i++)show.removeChild(brs[i])}
387
+ function wfu_pdusers_removerole_handler(e){if(wfu_allops_freeze_events)return;e=e||window.event;var item=e.target;if(!item.parentNode.classList.contains("wfu_pdusers_roles_role"))return;var role=item.parentNode.className.replace("wfu_pdusers_roles_role","").trim();var par=item;while((par=par.parentElement)&&!par.classList.contains("wfu_pdusers_roles_container"));var type=par.id.replace(/^wfu_pdusers_roles_(in|out)_container$/,"$1");var source=document.querySelector('#wfu_pdusers_roles_in_container input[type="radio"]').checked?
388
+ "in":"out";var btype=type=="in"?"included":"excluded";var pos=wfu_allops_bank.pdusers.rolestates[source][btype].indexOf(role);if(pos>-1)wfu_allops_bank.pdusers.rolestates[source][btype].splice(pos,1);var br1=item.parentNode.previousSibling;var br2=item.parentNode.nextSibling;var show=document.querySelector("#"+par.id+" .wfu_pdusers_roles_show");wfu_allops_freeze_events=true;show.removeChild(item.parentNode);if(br1&&br1.tagName&&br1.tagName=="BR")show.removeChild(br1);else if(br2&&br2.tagName&&br2.tagName==
389
+ "BR")show.removeChild(br2);wfu_allops_freeze_events=false}
390
+ function wfu_pdusers_update(){var pd_users=wfu_get_pd_users();if(pd_users){console.log(pd_users);wfu_allops_bank.pdusers={rolestates:{"in":{included:[],excluded:[]},out:{included:["all"],excluded:[]}}};var userin_input=document.querySelector('#wfu_pdusers_users_in_container .wfu_pdusers_users_leftpanel input[type="text"]');wfu_attach_element_handlers(userin_input,wfu_pdusers_get_users);var userout_input=document.querySelector('#wfu_pdusers_users_out_container .wfu_pdusers_users_leftpanel input[type="text"]');wfu_attach_element_handlers(userout_input,
391
+ wfu_pdusers_get_users);wfu_allops_bank.pdusers.userinput={"in":{prev_value:""},out:{prev_value:""},xhr:null};var radioin=document.querySelector('#wfu_pdusers_roles_in_container input[type="radio"]');var rolein_list=document.querySelector("#wfu_pdusers_roles_in_container .wfu_pdusers_roles_list");var rolein_back=document.querySelector("#wfu_pdusers_roles_in_container .wfu_pdusers_roles_back");var radioout=document.querySelector('#wfu_pdusers_roles_out_container input[type="radio"]');var roleout_list=
392
+ document.querySelector("#wfu_pdusers_roles_out_container .wfu_pdusers_roles_list");var roleout_back=document.querySelector("#wfu_pdusers_roles_out_container .wfu_pdusers_roles_back");if(pd_users.roles_included.length>0&&pd_users.roles_included[0]!="all"||pd_users.roles_excluded.length==1&&pd_users.roles_excluded[0]=="all"||pd_users.roles_included.length==0&&pd_users.roles_excluded.length==0){wfu_allops_bank.pdusers.rolestates["in"].included=pd_users.roles_included;rolein_list.disabled=false;rolein_back.classList.add("active");
393
+ roleout_list.disabled=true;roleout_back.classList.remove("active");radioin.checked=true;wfu_pdusers_add_roles("in",pd_users.roles_included);wfu_pdusers_add_roles("out",[])}else{wfu_allops_bank.pdusers.rolestates.out.excluded=pd_users.roles_excluded;rolein_list.disabled=true;rolein_back.classList.remove("active");roleout_list.disabled=false;roleout_back.classList.add("active");radioout.checked=true;wfu_pdusers_add_roles("in",["all"]);wfu_pdusers_add_roles("out",pd_users.roles_excluded)}}}
394
+ function wfu_pdusers_roletype_handle(obj){if(wfu_allops_freeze_events)return;if(obj.name!="wfu_pdusers_roletypes")return;var radioin=document.querySelector('#wfu_pdusers_roles_in_container input[type="radio"]');var rolein_list=document.querySelector("#wfu_pdusers_roles_in_container .wfu_pdusers_roles_list");var rolein_back=document.querySelector("#wfu_pdusers_roles_in_container .wfu_pdusers_roles_back");var radioout=document.querySelector('#wfu_pdusers_roles_out_container input[type="radio"]');var roleout_list=
395
+ document.querySelector("#wfu_pdusers_roles_out_container .wfu_pdusers_roles_list");var roleout_back=document.querySelector("#wfu_pdusers_roles_out_container .wfu_pdusers_roles_back");wfu_allops_freeze_events=true;wfu_pdusers_clear_roles("in");wfu_pdusers_clear_roles("out");if(obj.value=="include"){rolein_list.disabled=false;rolein_back.classList.add("active");roleout_list.disabled=true;roleout_back.classList.remove("active");radioin.checked=true;wfu_pdusers_add_roles("in",wfu_allops_bank.pdusers.rolestates["in"].included);
396
+ wfu_pdusers_add_roles("out",wfu_allops_bank.pdusers.rolestates["in"].excluded)}else{rolein_list.disabled=true;rolein_back.classList.remove("active");roleout_list.disabled=false;roleout_back.classList.add("active");radioout.checked=true;wfu_pdusers_add_roles("in",wfu_allops_bank.pdusers.rolestates.out.included);wfu_pdusers_add_roles("out",wfu_allops_bank.pdusers.rolestates.out.excluded)}wfu_allops_freeze_events=false}
397
+ function wfu_pdusers_get_users(e){if(wfu_allops_freeze_events)return;e=e||window.event;var item=e.target;if(!item.parentNode.classList.contains("wfu_pdusers_users_leftpanel"))return;var par=item;while((par=par.parentElement)&&!par.classList.contains("wfu_pdusers_users_container"));var type=par.id.replace(/^wfu_pdusers_users_(in|out)_container$/,"$1");if(item.value==wfu_allops_bank.pdusers.userinput[type].prev_value)return;wfu_allops_bank.pdusers.userinput[type].prev_value=item.value;if(wfu_allops_bank.pdusers.xhr!=
398
+ null){wfu_allops_bank.pdusers.xhr.abort();wfu_allops_bank.pdusers.xhr=null}if(item.value==""){var userlist=document.querySelector("#wfu_pdusers_users_"+type+"_container .wfu_pdusers_users_list");var length=userlist.options.length;for(i=0;i<length;i++)userlist.options[i]=null;return}var xhr=wfu_GetHttpRequestObject();if(xhr==null)return;var url=AdminParams.wfu_ajax_url;params=new Array(3);params[0]=new Array(2);params[0][0]="action";params[0][1]="wfu_ajax_action_pdusers_get_users";params[1]=new Array(2);
399
+ params[1][0]="nonce";params[1][1]=document.getElementById("_wpnonce").value;params[2]=new Array(2);params[2][0]="query";params[2][1]=item.value;var parameters="";for(var i=0;i<params.length;i++)parameters+=(i>0?"&":"")+params[i][0]+"="+encodeURI(params[i][1]);xhr.open("POST",url,true);xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded");xhr.onreadystatechange=function(){if(xhr.readyState==4)if(xhr.status==200)console.log(xhr.responseText)};wfu_allops_bank.pdusers.xhr=xhr;xhr.send(parameters)}
400
+ function wfu_initialize_consent_policy_basic(){wfu_allops_bank.userinput={prev_value:"",xhr:null,prev_select:-1};wfu_attach_element_handlers(document.getElementById("wfu_pd_user_box0"),wfu_pd_get_users_basic)}
401
+ function wfu_pd_get_users_basic(e){e=e||window.event;var item=e.target;if(!item.classList.contains("wfu_pd_user_box0"))return;if(item.value==wfu_allops_bank.userinput)return;var userlist=document.getElementById("wfu_pd_user_select0");wfu_allops_bank.userinput=item.value;if(wfu_allops_bank.userinput.xhr!=null){wfu_allops_bank.userinput.xhr.abort();wfu_allops_bank.userinput.xhr=null}if(item.value==""){var length=userlist.options.length;for(i=0;i<length;i++)userlist.options[i]=null;return}var xhr=wfu_GetHttpRequestObject();
402
+ if(xhr==null)return;var url=AdminParams.wfu_ajax_url;params=new Array(3);params[0]=new Array(2);params[0][0]="action";params[0][1]="wfu_ajax_action_pdusers_get_users";params[1]=new Array(2);params[1][0]="nonce";params[1][1]=document.getElementById("_wpnonce").value;params[2]=new Array(2);params[2][0]="query";params[2][1]=item.value;var parameters="";for(var i=0;i<params.length;i++)parameters+=(i>0?"&":"")+params[i][0]+"="+encodeURI(params[i][1]);xhr.open("POST",url,true);xhr.setRequestHeader("Content-type",
403
+ "application/x-www-form-urlencoded");xhr.onreadystatechange=function(){if(xhr.readyState==4)if(xhr.status==200){var start_text="pdusers_get_users:";var pos=xhr.responseText.indexOf(start_text);if(pos==-1)pos=xhr.responseText.length;var messages=xhr.responseText.substr(0,pos);var response=xhr.responseText.substr(pos+start_text.length,xhr.responseText.length-pos-start_text.length);var users_str=wfu_plugin_decode_string(response);var users=null;try{users=JSON.parse(users_str)}catch(e$2){}var length=
404
+ userlist.options.length;for(i=0;i<length;i++)userlist.options[i]=null;for(i=0;i<users.length;i++){var opt=document.createElement("OPTION");opt.value=users[i].user_login;opt.innerHTML=users[i].display_name+" ("+users[i].user_login+")";userlist.options.add(opt)}}};wfu_allops_bank.userinput.xhr=xhr;xhr.send(parameters)}
405
+ function wfu_export_user_data(){var userlist=document.getElementById("wfu_pd_user_select0");if(userlist.selectedIndex<0){alert("No user has been selected!");return}var params={username:userlist.options[userlist.selectedIndex].value};var params_str=JSON.stringify(params);wfu_download_file("exportdata:"+params_str,1)}
406
+ function wfu_erase_user_data_check(){var userlist=document.getElementById("wfu_pd_user_select0");var anchor=document.getElementById("wfu_erase_userdata0");if(userlist.selectedIndex<0){alert("No user has been selected!");return false}else{anchor.href=anchor.href.replace(/action=erase_userdata_ask.*$/,"action=erase_userdata_ask&username="+userlist.options[userlist.selectedIndex].value);return true}};
js/wordpress_file_upload_functions.js CHANGED
@@ -8,8 +8,8 @@ list[j]=list[i-1];list[i-1]=temp;var temp=idlist[j];idlist[j]=idlist[i-1];idlist
8
  item[section].func;if(func!=null){val=func.apply(this,Array.prototype.slice.call(arguments,1));arguments[1]=val}}return val};this.do_action=function(section){var idlist=this._calc_prioritized_list(section);if(idlist.length==0)return;for(var i=0;i<idlist.length;i++){var item=this.items[idlist[i]];var func=null;if(typeof item[section]=="function")func=item[section];else if(typeof item[section].func=="function")func=item[section].func;if(func!=null)func.apply(this,Array.prototype.slice.call(arguments,
9
  1))}}}
10
  function wfu_plugin_load_action(sid){var WFU=GlobalData.WFU[sid];wfu_install_unload_hook();if(!!WFU.visualeditorbutton_exist){WFU.visualeditorbutton.init();var invoke_function=function(){wfu_invoke_shortcode_editor(WFU)};WFU.visualeditorbutton.attachInvokeHandler(invoke_function)}if(WFU.is_formupload)WFU.uploadaction=function(){wfu_redirect_to_classic(sid,0,0)};else WFU.uploadaction=function(){wfu_HTML5UploadFile(sid)};var clickaction=function(){wfu_selectbutton_clicked(sid)};var changeaction=function(fileselected){var WFU=
11
- GlobalData.WFU[sid];var usefilearray=0;wfu_selectbutton_changed(sid,usefilearray);wfu_update_uploadbutton_status(sid);if(WFU.singlebutton&&fileselected)WFU.uploadaction()};if(!!WFU.uploadform_exist)WFU.uploadform.attachActions(clickaction,changeaction);if(!!WFU.submit_exist){if(WFU.testmode)clickaction=function(){alert(GlobalData.consts.notify_testmode)};else clickaction=function(){WFU.uploadaction()};WFU.submit.attachClickAction(clickaction)}}
12
- function wfu_install_unload_hook(){window.onbeforeunload=wfu_unload_hook}function wfu_unload_hook(){if(GlobalData.UploadInProgressString!="")if(GlobalData.UploadInProgressString.trim()!="")return GlobalData.consts.wfu_pageexit_prompt}
13
  function wfu_Check_Browser_Capabilities(){if(typeof wfu_BrowserCaps!="undefined")return;wfu_BrowserCaps=new Object;var xmlhttp=wfu_GetHttpRequestObject();wfu_BrowserCaps.supportsAJAX=xmlhttp!=null;wfu_BrowserCaps.supportsUploadProgress=!!(xmlhttp&&"upload"in xmlhttp&&"onprogress"in xmlhttp.upload);var fd=null;try{var fd=new FormData}catch(e$0){}wfu_BrowserCaps.supportsHTML5=fd!=null;var e=document.createElement("iframe");wfu_BrowserCaps.supportsIFRAME=e!=null;wfu_BrowserCaps.supportsDRAGDROP=window.FileReader?
14
  true:false;wfu_BrowserCaps.supportsAnimation=wfu_check_animation();wfu_BrowserCaps.isSafari=Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0}
15
  function wfu_check_animation(){var animation=false,animationstring="animation",keyframeprefix="",domPrefixes="Webkit Moz O ms Khtml".split(" "),pfx="";var elm=document.createElement("DIV");if(elm.style.animationName)animation=true;if(animation===false)for(var i=0;i<domPrefixes.length;i++)if(elm.style[domPrefixes[i]+"AnimationName"]!==undefined){pfx=domPrefixes[i];animationstring=pfx+"Animation";keyframeprefix="-"+pfx.toLowerCase()+"-";animation=true;break}return animation}
@@ -60,23 +60,24 @@ txt=txt.replace("force_errorabort_code","")}if(txt.indexOf("force_cancel_code")>
60
  result_data.substr(pos+1)}if(debug_data_str!=""){var title="";if(this.requesttype=="fileupload")title="Debug Data - File: "+this.file_id;else if(this.requesttype=="email")title="Debug Data - Email Notification";debug_data={title:title,data:debug_data_str}}if(safe_params!=""){var safe_parts=safe_params.split(";");if(parseInt(safe_parts[2])==1){var filedata=safe_parts[3].split(",");file_status=wfu_plugin_decode_string(filedata[0]);uploaded_file_props=filedata[4]}}}if(upload_params==""||safe_params==
61
  ""){var error_colors=WFU.fail_colors.split(",");var Params=wfu_Initialize_Params();Params.general.shortcode_id=sid;Params.general.unique_id=this.unique_id;Params.general.state=7;Params.general.files_count=this.requesttype=="fileupload"?1:0;Params.general.upload_finish_time=this.finish_time;if(error_code!="errorcancel"){Params.general.fail_message=GlobalData.consts.message_unknown;Params.general.fail_admin_message=wfu_join_strings("<br />",this.error_adminmessage_unknown,this.requesttype+":"+result_data)}else{Params.general.fail_message=
62
  GlobalData.consts.file_cancelled;Params.general.fail_admin_message=""}if(Params.general.files_count>0){Params[0]={};Params[0]["color"]=error_colors[0];Params[0]["bgcolor"]=error_colors[1];Params[0]["borcolor"]=error_colors[2];Params[0]["message_type"]=error_code;file_status=error_code;Params[0]["header"]=this.error_message_header;Params[0]["message"]=GlobalData.consts.message_timelimit;Params[0]["admin_messages"]=WFU.is_admin?GlobalData.consts.message_admin_timelimit:""}else Params.general.admin_messages.other=
63
- WFU.is_admin?GlobalData.consts.message_admin_timelimit:"";if(Params.general.upload_finish_time>0)if(d.getTime()<Params.general.upload_finish_time)if(Params.general.files_count>0){Params[0]["message"]=Params.general.fail_message;Params[0]["admin_messages"]=WFU.is_admin?Params.general.fail_admin_message:""}else Params.general.admin_messages.other=WFU.is_admin?Params.general.fail_admin_message:""}if(upload_params==""||safe_params=="")last=wfu_ProcessUploadComplete(sid,this.file_id,Params,this.unique_id,
64
- "",[WFU.debugmode,debug_data,WFU.is_admin],this.requesttype,"");else last=wfu_ProcessUploadComplete(sid,this.file_id,upload_params,this.unique_id,safe_params,[WFU.debugmode,debug_data,WFU.is_admin],this.requesttype,js_script_enc);if(last){wfu_dettach_cancel_event(sid);wfu_unlock_upload(sid);if(!!WFU.progressbar_exist)WFU.progressbar.hide();wfu_clear(sid)}if(evt.target.return_status)return file_status}
 
65
  function wfu_ProcessUploadComplete(sid,file_id,upload_params,unique_id,safe_output,debug_data,request_type,js_script_enc){var WFU=GlobalData.WFU[sid];if(!sid||sid<0)return;if(upload_params==null||upload_params=="")return;if(unique_id=="")return;if(unique_id!="no-ajax"&&!GlobalData[sid])return;var do_redirect=false;if(typeof upload_params==="string"){upload_params=wfu_plugin_decode_string(upload_params.replace(/^\s+|\s+$/g,""));var Params=null;try{Params=JSON.parse(upload_params)}catch(e){}if(Params==
66
  null){var safe_parts=safe_output.split(";");Params=wfu_Initialize_Params();Params.general.shortcode_id=sid;Params.general.unique_id=unique_id;Params.general.state=safe_parts[0];if(Params.general.state==4)Params.general.state++;var default_colors=safe_parts[1].split(",");var filedata="";var error_jsonparse_filemessage=GlobalData.consts.jsonparse_filemessage;var error_jsonparse_message=GlobalData.consts.jsonparse_message;var error_jsonparse_adminmessage=GlobalData.consts.jsonparse_adminmessage;Params.general.files_count=
67
  parseInt(safe_parts[2]);for(var i=0;i<Params.general.files_count;i++){Params[i]={};Params[i]["color"]=default_colors[0];Params[i]["bgcolor"]=default_colors[1];Params[i]["borcolor"]=default_colors[2];filedata=safe_parts[i+3].split(",");Params[i]["message_type"]=wfu_plugin_decode_string(filedata[0]);Params[i]["header"]=wfu_plugin_decode_string(filedata[1]);if(Params[i]["message_type"]=="success"){Params[i]["header"]+=error_jsonparse_filemessage;Params[i]["message_type"]="warning"}Params[i]["message"]=
68
- wfu_join_strings("<br />",error_jsonparse_message,wfu_plugin_decode_string(filedata[2]));Params[i]["admin_messages"]=wfu_join_strings("<br />",error_jsonparse_adminmessage,wfu_plugin_decode_string(filedata[3]))}}}else if(typeof upload_params==="object")var Params=upload_params;else return;i=0;while(Params[i]){if(Params[i].message_type)if(Params[i].message_type.substr(0,5)=="error")Params[i].message_type=Params[i].message_type.substr(0,5);i++}if(!GlobalData[sid])GlobalData[sid]=Object();var G=GlobalData[sid];
69
- if(unique_id=="no-ajax"){G.last=false;G.unique_id="";G.files_count=Params.general.files_count;if(Params.general.state==0)Params.general.files_count=0;G.files_processed=Params.general.files_count;G.upload_state=Params.general.state;G.nofileupload=Params.general.state>12&&Params.general.state<16;if(!("message"in G))G.message=[];if(Params.general.message!="")G.message.push(Params.general.message);else G.message=[];G.update_wpfilebase=Params.general.update_wpfilebase;G.redirect_link=Params.general.redirect_link;
70
- G.notify_by_email=0;G.admin_messages={};G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase;G.admin_messages.notify=Params.general.admin_messages.notify;G.admin_messages.redirect=Params.general.admin_messages.redirect;if(!("debug"in G.admin_messages))G.admin_messages.debug=[];if(debug_data[1]!==null)G.admin_messages.debug.push(debug_data[1]);if(!("other"in G.admin_messages))G.admin_messages.other=[];if(Params.general.admin_messages.other!="")G.admin_messages.other.push(Params.general.admin_messages.other);
71
- G.errors={};G.errors.wpfilebase=Params.general.errors.wpfilebase;G.errors.notify=Params.general.errors.notify;G.errors.redirect=Params.general.errors.redirect;G.current_size=0;G.total_size=0}else{if(G.unique_id==""||G.unique_id!=unique_id||G.unique_id!=Params.general.unique_id)return;if(G.last)return;if(Params.general.files_count==0&&Params[0])if(Params[0].message_type=="error")Params.general.files_count=1;var file_status="";for(var i=0;i<Params.general.files_count;i++){if(Params[i].message_type==
72
- "error"&&G.files_processed==0)file_status="error1";else if(Params[i].message_type=="error"&&G.files_processed>0)file_status="error2";else file_status=Params[i].message_type;G.upload_state=GlobalData.filestatematch[file_status][G.upload_state]}G.files_processed+=Params.general.files_count;if(Params.general.message!="")G.message.push(Params.general.message);if(G.update_wpfilebase=="")G.update_wpfilebase=Params.general.update_wpfilebase;if(!request_type||request_type&&request_type!="email")G.redirect_link=
73
- Params.general.redirect_link;G.notify_by_email+=parseInt("0"+Params.general.notify_by_email);if(debug_data[1]!==null)G.admin_messages.debug.push(debug_data[1]);if(Params.general.admin_messages.other!="")G.admin_messages.other.push(Params.general.admin_messages.other);if(G.admin_messages.wpfilebase=="")G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase;if(G.admin_messages.notify=="")G.admin_messages.notify=Params.general.admin_messages.notify;if(G.admin_messages.redirect=="")G.admin_messages.redirect=
74
- Params.general.admin_messages.redirect;if(G.errors.wpfilebase=="")G.errors.wpfilebase=Params.general.errors.wpfilebase;if(G.errors.notify=="")G.errors.notify=Params.general.errors.notify;if(G.errors.redirect=="")G.errors.redirect=Params.general.errors.redirect}if(G.files_processed==G.files_count){G.last=true;if(G.update_wpfilebase!=""){G.admin_messages.wpfilebase="";wfu_notify_WPFilebase(WFU.params_index,WFU.session)}if(G.notify_by_email>0){G.admin_messages.notify="";wfu_send_email_notification(sid,
75
- unique_id);G.last=false;G.notify_by_email=0}if(G.last){if(unique_id!="no-ajax"&&!G.nofileupload)wfu_notify_server_upload_ended(sid,unique_id);GlobalData.UploadInProgressString=GlobalData.UploadInProgressString.replace(new RegExp("\\["+unique_id+"\\]","g"),"")}if(G.errors.redirect!="")G.redirect_link="";if(G.redirect_link!=""&&G.last&&GlobalData.UploadInProgressString.trim()==""){G.upload_state=11;do_redirect=true}}var nonadmin_message=G.message;var admin_message=[].concat(G.admin_messages.other,G.admin_messages.wpfilebase!=
76
- ""?[G.admin_messages.wpfilebase]:[],G.admin_messages.notify!=""?[G.admin_messages.notify]:[],G.admin_messages.redirect!=""?[G.admin_messages.redirect]:[]);if(G.last)if(G.nofileupload){if(unique_id!="no-ajax")if(G.upload_state==0)G.upload_state=14;else if(G.upload_state<4)G.upload_state=15;if(G.upload_state==15&&Params[0]){nonadmin_message.push(Params[0].message);admin_message.push(Params[0].admin_messages)}}else{if(G.files_count==0&&G.upload_state!=12&&G.upload_state<16)G.upload_state=8;else if(G.upload_state<
77
- 4)G.upload_state+=4;if(G.upload_state==4&&admin_message.length>0)G.upload_state++;else if(G.upload_state==5&&admin_message.length==0&&nonadmin_message.length==0)G.upload_state--}if(!!WFU.message_exist){var suffix="";if(G.files_count==1&&(G.upload_state==5||G.upload_state==7))suffix="_singlefile";var final_upload_state=G.upload_state==0&&G.nofileupload?13:G.upload_state;var data={files_count:!G.nofileupload?G.files_count:0,files_processed:!G.nofileupload?G.files_processed:0,state:final_upload_state,
78
- single:G.files_count==1&&nonadmin_message.length==0&&admin_message.length==0&&G.last&&!do_redirect&&!G.nofileupload,color:GlobalData.States["State"+final_upload_state+suffix].color,bgcolor:GlobalData.States["State"+final_upload_state+suffix].bgcolor,borcolor:GlobalData.States["State"+final_upload_state+suffix].borcolor,message1:GlobalData.States["State"+final_upload_state+suffix].message,message2:nonadmin_message,message3:admin_message,debug_data:G.admin_messages.debug,files:[]};for(var i=0;i<Params.general.files_count;i++)data.files[i]=
79
- {index:i+file_id,result:Params[i].message_type,message1:Params[i].header,message2:Params[i].message,message3:Params[i].admin_messages};WFU.message.update(data)}if(js_script_enc)eval(wfu_plugin_decode_string(js_script_enc));if(do_redirect)wfu_Redirect(G.redirect_link);return G.last}
80
  function wfu_uploadFailed(evt,debugmode){if(debugmode){console.log("failure report following");console.log(evt)}var xhr=evt.target;var new_evt={target:{responseText:"",shortcode_id:xhr.shortcode_id}};wfu_uploadComplete.call(xhr,new_evt)}function wfu_uploadCanceled(evt){}
81
  function wfu_notify_server_upload_ended(sid,unique_id){var WFU=GlobalData.WFU[sid];var xhr=wfu_GetHttpRequestObject();if(xhr==null)return;var url=GlobalData.consts.ajax_url;params=new Array(6);params[0]=new Array(2);params[0][0]="action";params[0][1]="wfu_ajax_action";params[1]=new Array(2);params[1][0]="wfu_uploader_nonce";params[1][1]=document.getElementById("wfu_uploader_nonce_"+sid).value;params[2]=new Array(2);params[2][0]="uniqueuploadid_"+sid;params[2][1]=unique_id;params[3]=new Array(2);params[3][0]=
82
  "params_index";params[3][1]=WFU.params_index;params[4]=new Array(2);params[4][0]="session_token";params[4][1]=WFU.session;params[5]=new Array(2);params[5][0]="upload_finished";params[5][1]=1;var parameters="";for(var i=0;i<params.length;i++)parameters+=(i>0?"&":"")+params[i][0]+"="+encodeURI(params[i][1]);xhr.open("POST",url,true);xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded");xhr.onreadystatechange=function(){if(xhr.readyState==4)if(xhr.status==200)wfu_Code_Objects[sid].do_action("after_upload",
@@ -90,10 +91,13 @@ document.getElementById("nofileupload_"+sid).value=nofileupload?"1":"0";var suff
90
  sid).value=adminerrorcode;else document.getElementById("adminerrorcodes_"+sid).value="";if(!!WFU.uploadform_exist){WFU.uploadform.submit();WFU.uploadform.lock()}}else if(pos_error>-1){txt_value=responseText.substr(pos_error+error_txt.length);wfu_unlock_upload(sid);wfu_Code_Objects[sid].do_action("askserver_error",txt_value)}};var unique_id=wfu_randomString(10);wfu_lock_upload(sid);wfu_Code_Objects[sid].do_action("pre_start");var pass_params="";var params_obj=wfu_Code_Objects[sid].apply_filters("askserver_pass_params",
91
  {});for(var prop in params_obj)if(params_obj.hasOwnProperty(prop))pass_params+="&"+prop+"="+params_obj[prop];var d=new Date;var url=GlobalData.consts.ajax_url+"?action=wfu_ajax_action_ask_server&wfu_uploader_nonce="+document.getElementById("wfu_uploader_nonce_"+sid).value+"&sid="+sid+"&unique_id="+unique_id+"&start_time="+d.getTime()+"&session_token="+GlobalData.WFU[sid].session+pass_params;var xmlhttp=wfu_GetHttpRequestObject();if(xmlhttp==null){var i=document.createElement("iframe");if(i){i.style.display=
92
  "none";i.src=url;document.body.appendChild(i);i.onload=function(){process_function(i.contentDocument.body.innerHTML)};return}else{wfu_Code_Objects[sid].do_action("not_supported");return}}xmlhttp.open("GET",url,true);xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4)if(xmlhttp.status==200)process_function(xmlhttp.responseText);else{alert(GlobalData.consts.remoteserver_noresult);wfu_Code_Objects[sid].do_action("askserver_noresult")}};xmlhttp.send(null)}
93
- Code_Initializators[Code_Initializators.length]=function(sid){var CBUV_Code_Objects={};CBUV_Code_Objects.pre_start_ask_server=function(attr,has_filters){if(attr)return attr;var sid=this.sid;return has_filters=="true"};CBUV_Code_Objects.askserver_pass_params=function(params){var sid=this.sid;var farr=wfu_get_filelist(sid);var filenames="";var filesizes="";for(var i=0;i<farr.length;i++){if(i>0){filenames+=";";filesizes+=";"}filenames+=wfu_plugin_encode_string(farr[i].name);filesizes+=farr[i].size}params.filenames=
 
94
  filenames;params.filesizes=filesizes;return params};CBUV_Code_Objects.askserver_success=function(response,mode){var sid=this.sid;var upload_status="success";var txt_match=response.match(/CBUVJS\[(.*?)\]/);var txt_header=txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!="")eval(wfu_plugin_decode_string(txt_header))};CBUV_Code_Objects.askserver_error=function(response,mode){var sid=this.sid;var upload_status="error";var txt_match=response.match(/CBUVJS\[(.*?)\]/);var txt_header=
95
- txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!="")eval(wfu_plugin_decode_string(txt_header));txt_match=response.match(/CBUV\[(.*?)\]/);txt_header=txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!=""){var Params=wfu_Initialize_Params();GlobalData[sid]={};Params.general.shortcode_id=sid;Params.general.message=txt_header;Params.general.state=12;wfu_ProcessUploadComplete(sid,0,Params,"no-ajax","",[false,null,false]);wfu_clear(sid)}};CBUV_Code_Objects.after_upload=
96
- function(response){var sid=this.sid;var txt_match=response.match(/CBUVJS\[(.*?)\]/);var txt_header=txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!="")eval(wfu_plugin_decode_string(txt_header))};return CBUV_Code_Objects};function wfu_filesselected(sid){var WFU=GlobalData.WFU[sid];var farr=wfu_get_filelist(sid);if(farr.length==0&&!WFU.allownofile&&!!WFU.textbox_exist)WFU.textbox.update("nofile");return farr.length}
 
 
97
  function wfu_check_required_userdata(sid,prompt){var WFU=GlobalData.WFU[sid];var userdata_count=wfu_get_userdata_count(sid);var req_empty=false;for(var i=0;i<userdata_count;i++){WFU.userdata.props[i].store();var error_message="";if(WFU.userdata.props[i].required)error_message=WFU.userdata.codes[i].empty();if(error_message===""&&WFU.userdata.codes[i].validate!=null&&WFU.userdata.props[i].validate)error_message=WFU.userdata.codes[i].validate();if(error_message!==""){if(prompt)WFU.userdata.prompt(WFU.userdata.props[i],
98
  error_message);req_empty=true}}return!req_empty}
99
  function wfu_HTML5UploadFile(sid){var WFU=GlobalData.WFU[sid];if(!wfu_BrowserCaps.supportsAJAX){wfu_redirect_to_classic(sid,1,1);return}if(!wfu_BrowserCaps.supportsHTML5){wfu_redirect_to_classic(sid,1,2);return}var xhr=wfu_GetHttpRequestObject();if(xhr==null)return;var numfiles=wfu_filesselected(sid);if(numfiles==0&&!WFU.allownofile)return;if(numfiles==0)wfu_selectbutton_clicked(sid);if(!!WFU.subfolders_exist&&numfiles>0&&!WFU.subfolders.check()){if(WFU.singlebutton)wfu_clear_files(sid);return}var numpasses=
8
  item[section].func;if(func!=null){val=func.apply(this,Array.prototype.slice.call(arguments,1));arguments[1]=val}}return val};this.do_action=function(section){var idlist=this._calc_prioritized_list(section);if(idlist.length==0)return;for(var i=0;i<idlist.length;i++){var item=this.items[idlist[i]];var func=null;if(typeof item[section]=="function")func=item[section];else if(typeof item[section].func=="function")func=item[section].func;if(func!=null)func.apply(this,Array.prototype.slice.call(arguments,
9
  1))}}}
10
  function wfu_plugin_load_action(sid){var WFU=GlobalData.WFU[sid];wfu_install_unload_hook();if(!!WFU.visualeditorbutton_exist){WFU.visualeditorbutton.init();var invoke_function=function(){wfu_invoke_shortcode_editor(WFU)};WFU.visualeditorbutton.attachInvokeHandler(invoke_function)}if(WFU.is_formupload)WFU.uploadaction=function(){wfu_redirect_to_classic(sid,0,0)};else WFU.uploadaction=function(){wfu_HTML5UploadFile(sid)};var clickaction=function(){wfu_selectbutton_clicked(sid)};var changeaction=function(fileselected){var WFU=
11
+ GlobalData.WFU[sid];var usefilearray=0;wfu_selectbutton_changed(sid,usefilearray);wfu_update_uploadbutton_status(sid);if(WFU.singlebutton&&fileselected)WFU.uploadaction()};if(!!WFU.uploadform_exist)WFU.uploadform.attachActions(clickaction,changeaction);var completeaction=function(status){document.getElementById("consentresult_"+sid).value=status?"yes":"no"};if(!!WFU.consent_exist){WFU.consent.attachActions(completeaction);WFU.consent.update("init")}if(!!WFU.submit_exist){if(WFU.testmode)clickaction=
12
+ function(){alert(GlobalData.consts.notify_testmode)};else clickaction=function(){WFU.uploadaction()};WFU.submit.attachClickAction(clickaction)}}function wfu_install_unload_hook(){window.onbeforeunload=wfu_unload_hook}function wfu_unload_hook(){if(GlobalData.UploadInProgressString!="")if(GlobalData.UploadInProgressString.trim()!="")return GlobalData.consts.wfu_pageexit_prompt}
13
  function wfu_Check_Browser_Capabilities(){if(typeof wfu_BrowserCaps!="undefined")return;wfu_BrowserCaps=new Object;var xmlhttp=wfu_GetHttpRequestObject();wfu_BrowserCaps.supportsAJAX=xmlhttp!=null;wfu_BrowserCaps.supportsUploadProgress=!!(xmlhttp&&"upload"in xmlhttp&&"onprogress"in xmlhttp.upload);var fd=null;try{var fd=new FormData}catch(e$0){}wfu_BrowserCaps.supportsHTML5=fd!=null;var e=document.createElement("iframe");wfu_BrowserCaps.supportsIFRAME=e!=null;wfu_BrowserCaps.supportsDRAGDROP=window.FileReader?
14
  true:false;wfu_BrowserCaps.supportsAnimation=wfu_check_animation();wfu_BrowserCaps.isSafari=Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0}
15
  function wfu_check_animation(){var animation=false,animationstring="animation",keyframeprefix="",domPrefixes="Webkit Moz O ms Khtml".split(" "),pfx="";var elm=document.createElement("DIV");if(elm.style.animationName)animation=true;if(animation===false)for(var i=0;i<domPrefixes.length;i++)if(elm.style[domPrefixes[i]+"AnimationName"]!==undefined){pfx=domPrefixes[i];animationstring=pfx+"Animation";keyframeprefix="-"+pfx.toLowerCase()+"-";animation=true;break}return animation}
60
  result_data.substr(pos+1)}if(debug_data_str!=""){var title="";if(this.requesttype=="fileupload")title="Debug Data - File: "+this.file_id;else if(this.requesttype=="email")title="Debug Data - Email Notification";debug_data={title:title,data:debug_data_str}}if(safe_params!=""){var safe_parts=safe_params.split(";");if(parseInt(safe_parts[2])==1){var filedata=safe_parts[3].split(",");file_status=wfu_plugin_decode_string(filedata[0]);uploaded_file_props=filedata[4]}}}if(upload_params==""||safe_params==
61
  ""){var error_colors=WFU.fail_colors.split(",");var Params=wfu_Initialize_Params();Params.general.shortcode_id=sid;Params.general.unique_id=this.unique_id;Params.general.state=7;Params.general.files_count=this.requesttype=="fileupload"?1:0;Params.general.upload_finish_time=this.finish_time;if(error_code!="errorcancel"){Params.general.fail_message=GlobalData.consts.message_unknown;Params.general.fail_admin_message=wfu_join_strings("<br />",this.error_adminmessage_unknown,this.requesttype+":"+result_data)}else{Params.general.fail_message=
62
  GlobalData.consts.file_cancelled;Params.general.fail_admin_message=""}if(Params.general.files_count>0){Params[0]={};Params[0]["color"]=error_colors[0];Params[0]["bgcolor"]=error_colors[1];Params[0]["borcolor"]=error_colors[2];Params[0]["message_type"]=error_code;file_status=error_code;Params[0]["header"]=this.error_message_header;Params[0]["message"]=GlobalData.consts.message_timelimit;Params[0]["admin_messages"]=WFU.is_admin?GlobalData.consts.message_admin_timelimit:""}else Params.general.admin_messages.other=
63
+ WFU.is_admin?GlobalData.consts.message_admin_timelimit:"";if(Params.general.upload_finish_time>0)if(d.getTime()<Params.general.upload_finish_time)if(Params.general.files_count>0){Params[0]["message"]=Params.general.fail_message;Params[0]["admin_messages"]=WFU.is_admin?Params.general.fail_admin_message:""}else Params.general.admin_messages.other=WFU.is_admin?Params.general.fail_admin_message:""}if(upload_params==""||safe_params==""){if(WFU.debugmode)console.log("wfu_ProcessUploadComplete: ",sid,this.file_id,
64
+ "Params obj",this.unique_id,"",[WFU.debugmode,debug_data,WFU.is_admin],this.requesttype,"");last=wfu_ProcessUploadComplete(sid,this.file_id,Params,this.unique_id,"",[WFU.debugmode,debug_data,WFU.is_admin],this.requesttype,"")}else{if(WFU.debugmode)console.log("wfu_ProcessUploadComplete: ",sid,this.file_id,"Params str",this.unique_id,safe_params,[WFU.debugmode,debug_data,WFU.is_admin],this.requesttype,js_script_enc);last=wfu_ProcessUploadComplete(sid,this.file_id,upload_params,this.unique_id,safe_params,
65
+ [WFU.debugmode,debug_data,WFU.is_admin],this.requesttype,js_script_enc)}if(last){wfu_dettach_cancel_event(sid);wfu_unlock_upload(sid);if(!!WFU.progressbar_exist)WFU.progressbar.hide();wfu_clear(sid)}if(evt.target.return_status)return file_status}
66
  function wfu_ProcessUploadComplete(sid,file_id,upload_params,unique_id,safe_output,debug_data,request_type,js_script_enc){var WFU=GlobalData.WFU[sid];if(!sid||sid<0)return;if(upload_params==null||upload_params=="")return;if(unique_id=="")return;if(unique_id!="no-ajax"&&!GlobalData[sid])return;var do_redirect=false;if(typeof upload_params==="string"){upload_params=wfu_plugin_decode_string(upload_params.replace(/^\s+|\s+$/g,""));var Params=null;try{Params=JSON.parse(upload_params)}catch(e){}if(Params==
67
  null){var safe_parts=safe_output.split(";");Params=wfu_Initialize_Params();Params.general.shortcode_id=sid;Params.general.unique_id=unique_id;Params.general.state=safe_parts[0];if(Params.general.state==4)Params.general.state++;var default_colors=safe_parts[1].split(",");var filedata="";var error_jsonparse_filemessage=GlobalData.consts.jsonparse_filemessage;var error_jsonparse_message=GlobalData.consts.jsonparse_message;var error_jsonparse_adminmessage=GlobalData.consts.jsonparse_adminmessage;Params.general.files_count=
68
  parseInt(safe_parts[2]);for(var i=0;i<Params.general.files_count;i++){Params[i]={};Params[i]["color"]=default_colors[0];Params[i]["bgcolor"]=default_colors[1];Params[i]["borcolor"]=default_colors[2];filedata=safe_parts[i+3].split(",");Params[i]["message_type"]=wfu_plugin_decode_string(filedata[0]);Params[i]["header"]=wfu_plugin_decode_string(filedata[1]);if(Params[i]["message_type"]=="success"){Params[i]["header"]+=error_jsonparse_filemessage;Params[i]["message_type"]="warning"}Params[i]["message"]=
69
+ wfu_join_strings("<br />",error_jsonparse_message,wfu_plugin_decode_string(filedata[2]));Params[i]["admin_messages"]=wfu_join_strings("<br />",error_jsonparse_adminmessage,wfu_plugin_decode_string(filedata[3]))}}}else if(typeof upload_params==="object")var Params=upload_params;else return;if(WFU.debugmode)console.log("wfu_ProcessUploadComplete debug: ",debug_data);if(WFU.debugmode)console.log("wfu_ProcessUploadComplete Params: ",Params);i=0;while(Params[i]){if(Params[i].message_type)if(Params[i].message_type.substr(0,
70
+ 5)=="error")Params[i].message_type=Params[i].message_type.substr(0,5);i++}if(!GlobalData[sid])GlobalData[sid]=Object();var G=GlobalData[sid];if(unique_id=="no-ajax"){G.last=false;G.unique_id="";G.files_count=Params.general.files_count;if(Params.general.state==0)Params.general.files_count=0;G.files_processed=Params.general.files_count;G.upload_state=Params.general.state;G.nofileupload=Params.general.state>12&&Params.general.state<16;if(!("message"in G))G.message=[];if(Params.general.message!="")G.message.push(Params.general.message);
71
+ else G.message=[];G.update_wpfilebase=Params.general.update_wpfilebase;G.redirect_link=Params.general.redirect_link;G.notify_by_email=0;G.admin_messages={};G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase;G.admin_messages.notify=Params.general.admin_messages.notify;G.admin_messages.redirect=Params.general.admin_messages.redirect;if(!("debug"in G.admin_messages))G.admin_messages.debug=[];if(debug_data[1]!==null)G.admin_messages.debug.push(debug_data[1]);if(!("other"in G.admin_messages))G.admin_messages.other=
72
+ [];if(Params.general.admin_messages.other!="")G.admin_messages.other.push(Params.general.admin_messages.other);G.errors={};G.errors.wpfilebase=Params.general.errors.wpfilebase;G.errors.notify=Params.general.errors.notify;G.errors.redirect=Params.general.errors.redirect;G.current_size=0;G.total_size=0}else{if(G.unique_id==""||G.unique_id!=unique_id||G.unique_id!=Params.general.unique_id)return;if(G.last)return;if(Params.general.files_count==0&&Params[0])if(Params[0].message_type=="error")Params.general.files_count=
73
+ 1;var file_status="";for(var i=0;i<Params.general.files_count;i++){if(Params[i].message_type=="error"&&G.files_processed==0)file_status="error1";else if(Params[i].message_type=="error"&&G.files_processed>0)file_status="error2";else file_status=Params[i].message_type;G.upload_state=GlobalData.filestatematch[file_status][G.upload_state]}G.files_processed+=Params.general.files_count;if(Params.general.message!="")G.message.push(Params.general.message);if(G.update_wpfilebase=="")G.update_wpfilebase=Params.general.update_wpfilebase;
74
+ if(!request_type||request_type&&request_type!="email")G.redirect_link=Params.general.redirect_link;G.notify_by_email+=parseInt("0"+Params.general.notify_by_email);if(debug_data[1]!==null)G.admin_messages.debug.push(debug_data[1]);if(Params.general.admin_messages.other!="")G.admin_messages.other.push(Params.general.admin_messages.other);if(G.admin_messages.wpfilebase=="")G.admin_messages.wpfilebase=Params.general.admin_messages.wpfilebase;if(G.admin_messages.notify=="")G.admin_messages.notify=Params.general.admin_messages.notify;
75
+ if(G.admin_messages.redirect=="")G.admin_messages.redirect=Params.general.admin_messages.redirect;if(G.errors.wpfilebase=="")G.errors.wpfilebase=Params.general.errors.wpfilebase;if(G.errors.notify=="")G.errors.notify=Params.general.errors.notify;if(G.errors.redirect=="")G.errors.redirect=Params.general.errors.redirect}if(G.files_processed==G.files_count){G.last=true;if(G.update_wpfilebase!=""){G.admin_messages.wpfilebase="";wfu_notify_WPFilebase(WFU.params_index,WFU.session)}if(G.notify_by_email>
76
+ 0){G.admin_messages.notify="";wfu_send_email_notification(sid,unique_id);G.last=false;G.notify_by_email=0}if(G.last){if(unique_id!="no-ajax"&&!G.nofileupload)wfu_notify_server_upload_ended(sid,unique_id);GlobalData.UploadInProgressString=GlobalData.UploadInProgressString.replace(new RegExp("\\["+unique_id+"\\]","g"),"")}if(G.errors.redirect!="")G.redirect_link="";if(G.redirect_link!=""&&G.last&&GlobalData.UploadInProgressString.trim()==""){G.upload_state=11;do_redirect=true}}var nonadmin_message=
77
+ G.message;var admin_message=[].concat(G.admin_messages.other,G.admin_messages.wpfilebase!=""?[G.admin_messages.wpfilebase]:[],G.admin_messages.notify!=""?[G.admin_messages.notify]:[],G.admin_messages.redirect!=""?[G.admin_messages.redirect]:[]);if(G.last)if(G.nofileupload){if(unique_id!="no-ajax")if(G.upload_state==0)G.upload_state=14;else if(G.upload_state<4)G.upload_state=15;if(G.upload_state==15&&Params[0]){nonadmin_message.push(Params[0].message);admin_message.push(Params[0].admin_messages)}}else{if(G.files_count==
78
+ 0&&G.upload_state!=12&&G.upload_state<16)G.upload_state=8;else if(G.upload_state<4)G.upload_state+=4;if(G.upload_state==4&&admin_message.length>0)G.upload_state++;else if(G.upload_state==5&&admin_message.length==0&&nonadmin_message.length==0)G.upload_state--}if(!!WFU.message_exist){var suffix="";if(G.files_count==1&&(G.upload_state==5||G.upload_state==7))suffix="_singlefile";var final_upload_state=G.upload_state==0&&G.nofileupload?13:G.upload_state;var data={files_count:!G.nofileupload?G.files_count:
79
+ 0,files_processed:!G.nofileupload?G.files_processed:0,state:final_upload_state,single:G.files_count==1&&nonadmin_message.length==0&&admin_message.length==0&&G.last&&!do_redirect&&!G.nofileupload,color:GlobalData.States["State"+final_upload_state+suffix].color,bgcolor:GlobalData.States["State"+final_upload_state+suffix].bgcolor,borcolor:GlobalData.States["State"+final_upload_state+suffix].borcolor,message1:GlobalData.States["State"+final_upload_state+suffix].message,message2:nonadmin_message,message3:admin_message,
80
+ debug_data:G.admin_messages.debug,files:[]};for(var i=0;i<Params.general.files_count;i++)data.files[i]={index:i+file_id,result:Params[i].message_type,message1:Params[i].header,message2:Params[i].message,message3:Params[i].admin_messages};WFU.message.update(data)}if(js_script_enc)eval(wfu_plugin_decode_string(js_script_enc));if(do_redirect)wfu_Redirect(G.redirect_link);return G.last}
81
  function wfu_uploadFailed(evt,debugmode){if(debugmode){console.log("failure report following");console.log(evt)}var xhr=evt.target;var new_evt={target:{responseText:"",shortcode_id:xhr.shortcode_id}};wfu_uploadComplete.call(xhr,new_evt)}function wfu_uploadCanceled(evt){}
82
  function wfu_notify_server_upload_ended(sid,unique_id){var WFU=GlobalData.WFU[sid];var xhr=wfu_GetHttpRequestObject();if(xhr==null)return;var url=GlobalData.consts.ajax_url;params=new Array(6);params[0]=new Array(2);params[0][0]="action";params[0][1]="wfu_ajax_action";params[1]=new Array(2);params[1][0]="wfu_uploader_nonce";params[1][1]=document.getElementById("wfu_uploader_nonce_"+sid).value;params[2]=new Array(2);params[2][0]="uniqueuploadid_"+sid;params[2][1]=unique_id;params[3]=new Array(2);params[3][0]=
83
  "params_index";params[3][1]=WFU.params_index;params[4]=new Array(2);params[4][0]="session_token";params[4][1]=WFU.session;params[5]=new Array(2);params[5][0]="upload_finished";params[5][1]=1;var parameters="";for(var i=0;i<params.length;i++)parameters+=(i>0?"&":"")+params[i][0]+"="+encodeURI(params[i][1]);xhr.open("POST",url,true);xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded");xhr.onreadystatechange=function(){if(xhr.readyState==4)if(xhr.status==200)wfu_Code_Objects[sid].do_action("after_upload",
91
  sid).value=adminerrorcode;else document.getElementById("adminerrorcodes_"+sid).value="";if(!!WFU.uploadform_exist){WFU.uploadform.submit();WFU.uploadform.lock()}}else if(pos_error>-1){txt_value=responseText.substr(pos_error+error_txt.length);wfu_unlock_upload(sid);wfu_Code_Objects[sid].do_action("askserver_error",txt_value)}};var unique_id=wfu_randomString(10);wfu_lock_upload(sid);wfu_Code_Objects[sid].do_action("pre_start");var pass_params="";var params_obj=wfu_Code_Objects[sid].apply_filters("askserver_pass_params",
92
  {});for(var prop in params_obj)if(params_obj.hasOwnProperty(prop))pass_params+="&"+prop+"="+params_obj[prop];var d=new Date;var url=GlobalData.consts.ajax_url+"?action=wfu_ajax_action_ask_server&wfu_uploader_nonce="+document.getElementById("wfu_uploader_nonce_"+sid).value+"&sid="+sid+"&unique_id="+unique_id+"&start_time="+d.getTime()+"&session_token="+GlobalData.WFU[sid].session+pass_params;var xmlhttp=wfu_GetHttpRequestObject();if(xmlhttp==null){var i=document.createElement("iframe");if(i){i.style.display=
93
  "none";i.src=url;document.body.appendChild(i);i.onload=function(){process_function(i.contentDocument.body.innerHTML)};return}else{wfu_Code_Objects[sid].do_action("not_supported");return}}xmlhttp.open("GET",url,true);xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4)if(xmlhttp.status==200)process_function(xmlhttp.responseText);else{alert(GlobalData.consts.remoteserver_noresult);wfu_Code_Objects[sid].do_action("askserver_noresult")}};xmlhttp.send(null)}
94
+ Code_Initializators[Code_Initializators.length]=function(sid){var CBUV_Code_Objects={};CBUV_Code_Objects.pre_start_check=function(attr){if(!attr)return attr;var sid=this.sid;var result=true;if(!!GlobalData.WFU[sid].consent_exist)if(GlobalData.WFU[sid].consent_format!="prompt"&&document.getElementById("consentresult_"+sid).value==""){alert(GlobalData.consts.wfu_consent_notcompleted);result=false}else if(GlobalData.WFU[sid].consent_format=="prompt"){document.getElementById("consentresult_"+sid).value=
95
+ confirm(GlobalData.WFU[sid].consent_question)?"yes":"no";result=true}return result};CBUV_Code_Objects.pre_start_ask_server=function(attr,has_filters){if(attr)return attr;var sid=this.sid;return has_filters=="true"};CBUV_Code_Objects.askserver_pass_params=function(params){var sid=this.sid;var farr=wfu_get_filelist(sid);var filenames="";var filesizes="";for(var i=0;i<farr.length;i++){if(i>0){filenames+=";";filesizes+=";"}filenames+=wfu_plugin_encode_string(farr[i].name);filesizes+=farr[i].size}params.filenames=
96
  filenames;params.filesizes=filesizes;return params};CBUV_Code_Objects.askserver_success=function(response,mode){var sid=this.sid;var upload_status="success";var txt_match=response.match(/CBUVJS\[(.*?)\]/);var txt_header=txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!="")eval(wfu_plugin_decode_string(txt_header))};CBUV_Code_Objects.askserver_error=function(response,mode){var sid=this.sid;var upload_status="error";var txt_match=response.match(/CBUVJS\[(.*?)\]/);var txt_header=
97
+ txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!="")eval(wfu_plugin_decode_string(txt_header));txt_match=response.match(/CBUV\[(.*?)\]/);txt_header=txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!=""){var Params=wfu_Initialize_Params();GlobalData[sid]={};Params.general.shortcode_id=sid;Params.general.message=txt_header;Params.general.state=12;wfu_ProcessUploadComplete(sid,0,Params,"no-ajax","",[false,null,false]);wfu_clear(sid)}};CBUV_Code_Objects.lock_upload=
98
+ function(){var sid=this.sid;if(!!GlobalData.WFU[sid].consent_exist)GlobalData.WFU[sid].consent.update("lock")};CBUV_Code_Objects.unlock_upload=function(){var sid=this.sid;if(!!GlobalData.WFU[sid].consent_exist)GlobalData.WFU[sid].consent.update("unlock")};CBUV_Code_Objects.clear_upload=function(){var sid=this.sid;if(!!GlobalData.WFU[sid].consent_exist){GlobalData.WFU[sid].consent.update("clear");GlobalData.WFU[sid].consent_exist=false}};CBUV_Code_Objects.upload_pass_params=function(params,mode){var sid=
99
+ this.sid;if(!!GlobalData.WFU[sid].consent_exist)params.consent_result=document.getElementById("consentresult_"+sid).value;return params};CBUV_Code_Objects.after_upload=function(response){var sid=this.sid;var txt_match=response.match(/CBUVJS\[(.*?)\]/);var txt_header=txt_match?typeof txt_match[1]!="undefined"?txt_match[1]:"":"";if(txt_header!="")eval(wfu_plugin_decode_string(txt_header))};return CBUV_Code_Objects};
100
+ function wfu_filesselected(sid){var WFU=GlobalData.WFU[sid];var farr=wfu_get_filelist(sid);if(farr.length==0&&!WFU.allownofile&&!!WFU.textbox_exist)WFU.textbox.update("nofile");return farr.length}
101
  function wfu_check_required_userdata(sid,prompt){var WFU=GlobalData.WFU[sid];var userdata_count=wfu_get_userdata_count(sid);var req_empty=false;for(var i=0;i<userdata_count;i++){WFU.userdata.props[i].store();var error_message="";if(WFU.userdata.props[i].required)error_message=WFU.userdata.codes[i].empty();if(error_message===""&&WFU.userdata.codes[i].validate!=null&&WFU.userdata.props[i].validate)error_message=WFU.userdata.codes[i].validate();if(error_message!==""){if(prompt)WFU.userdata.prompt(WFU.userdata.props[i],
102
  error_message);req_empty=true}}return!req_empty}
103
  function wfu_HTML5UploadFile(sid){var WFU=GlobalData.WFU[sid];if(!wfu_BrowserCaps.supportsAJAX){wfu_redirect_to_classic(sid,1,1);return}if(!wfu_BrowserCaps.supportsHTML5){wfu_redirect_to_classic(sid,1,2);return}var xhr=wfu_GetHttpRequestObject();if(xhr==null)return;var numfiles=wfu_filesselected(sid);if(numfiles==0&&!WFU.allownofile)return;if(numfiles==0)wfu_selectbutton_clicked(sid);if(!!WFU.subfolders_exist&&numfiles>0&&!WFU.subfolders.check()){if(WFU.singlebutton)wfu_clear_files(sid);return}var numpasses=
languages/wp-file-upload-de_DE.mo CHANGED
Binary file
languages/wp-file-upload-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:24+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:24+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: de_DE\n"
@@ -89,59 +89,64 @@ msgstr "videostream"
89
  msgid "screenshot"
90
  msgstr "screenshot"
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
93
  msgid "File"
94
  msgstr "Datei"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Datum"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Grösse"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Benutzer"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Seite"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Benutzerfelder:"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Herunterladen"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Diese datei herunterladen"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Löschen"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Diese datei löschen"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Sortieren sie diese liste auf der grundlage dieser spalte"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "Gast"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "unbekannt"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
@@ -149,12 +154,12 @@ msgstr ""
149
  "Fehler. Der FTP-Ordner des FTP-Ziels konnte nicht aufgelöst werden. "
150
  "Überprüfen Sie die Domäne in \"ftpinfo\"-Attribut."
151
 
152
- #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr ""
155
  "Fehler. Ungültiger ftp-Informationen. Überprüfen Sie das 'ftpinfo'-Attribut."
156
 
157
- #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
@@ -162,7 +167,7 @@ msgstr ""
162
  "Fehler. Ftp-Daten konnte nicht aus dem 'ftpinfo'-Attribut extrahiert werden. "
163
  "Überprüfen Sie die Schreibweise."
164
 
165
- #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
@@ -170,39 +175,39 @@ msgstr ""
170
  "Fehler. Ftp-Zieldateiname konnte nicht aufgelöst werden. Überprüfen Sie die "
171
  "Domäne im 'ftpinfo'-Attribut."
172
 
173
- #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. Could not open source file for ftp upload. Check if file is "
176
  "accessible."
177
  msgstr ""
178
 
179
- #: lib/wfu_constants.php:50
180
  msgid "Error. Could not send data to ftp target file."
181
  msgstr ""
182
 
183
- #: lib/wfu_constants.php:51
184
  msgid ""
185
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
186
  "attribute."
187
  msgstr ""
188
 
189
- #: lib/wfu_constants.php:52
190
  msgid ""
191
  "Error. Could not authenticate to ftp host. Check username and password in "
192
  "'ftpinfo' attribute."
193
  msgstr ""
194
 
195
- #: lib/wfu_constants.php:53
196
  msgid ""
197
  "Error. Could not initialize sftp subsystem. Please check if the server "
198
  "supports sftp."
199
  msgstr ""
200
 
201
- #: lib/wfu_constants.php:54
202
  msgid "Error. The web server does not support sftp."
203
  msgstr ""
204
 
205
- #: lib/wfu_constants.php:55
206
  msgid ""
207
  "Error. The upload size limit of PHP directive upload_max_filesize is "
208
  "preventing the upload of big files.\n"
@@ -212,7 +217,7 @@ msgstr ""
212
  "hat das Hochladen von großen Dateien verhindern.\n"
213
  "Das upload_max_filesize-Limit beträgt derzeit:"
214
 
215
- #: lib/wfu_constants.php:56
216
  msgid ""
217
  "The upload time limit of PHP directive max_input_time is preventing the "
218
  "upload of big files.\n"
@@ -222,7 +227,7 @@ msgstr ""
222
  "Hochladen von großen Dateien. \n"
223
  "Das max_input_time Limit ist derzeit:"
224
 
225
- #: lib/wfu_constants.php:57
226
  msgid ""
227
  "Error. Permission denied to write to target folder.\n"
228
  "Check and correct read/write permissions of target folder."
@@ -230,58 +235,58 @@ msgstr ""
230
  "Fehler. Schreibzugriff im Zielordner verweigert. \n"
231
  "Prüfen und korrigieren Sie Schreib-/Lese-Berechtigungen des Zielordners."
232
 
233
- #: lib/wfu_constants.php:58
234
  msgid ""
235
  "Error. This file was rejected because its extension is not correct. Its "
236
  "proper filename is: "
237
  msgstr ""
238
 
239
- #: lib/wfu_constants.php:59
240
  msgid ""
241
  "Too many files are uploaded in a short period of time. This may be a Denial-"
242
  "Of-Service attack, so file was rejected. Please check the upload log for "
243
  "suspicious behaviour."
244
  msgstr ""
245
 
246
- #: lib/wfu_constants.php:60
247
  msgid ""
248
  "File not uploaded in order to prevent overflow of the website. Please "
249
  "contact administrator."
250
  msgstr ""
251
 
252
- #: lib/wfu_constants.php:61
253
  msgid "Targer folder doesn't exist."
254
  msgstr "Ziel-Ordner nicht vorhanden ist."
255
 
256
- #: lib/wfu_constants.php:62
257
  msgid "Upload failed! Missing a temporary folder."
258
  msgstr ""
259
  "Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
260
 
261
- #: lib/wfu_constants.php:63
262
  msgid "Upload failed! Permission denied to write to target folder."
263
  msgstr ""
264
  "Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
265
 
266
- #: lib/wfu_constants.php:64
267
  msgid "File not allowed."
268
  msgstr "Dateiformat nicht erlaubt"
269
 
270
- #: lib/wfu_constants.php:65
271
  msgid "File is suspicious and was rejected."
272
  msgstr "Die Datei ist verdächtig und wurde abgelehnt."
273
 
274
- #: lib/wfu_constants.php:66
275
  msgid "The uploaded file exceeds the file size limit."
276
  msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
277
 
278
- #: lib/wfu_constants.php:67
279
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
280
  msgstr ""
281
  "Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
282
  "unterstützt."
283
 
284
- #: lib/wfu_constants.php:68
285
  msgid ""
286
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
287
  "Please contact the administrator."
@@ -289,7 +294,7 @@ msgstr ""
289
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
290
  "Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
291
 
292
- #: lib/wfu_constants.php:69
293
  msgid ""
294
  "Upload failed! The duration of the upload exceeded the time limit of the "
295
  "server. Please contact the administrator."
@@ -298,7 +303,7 @@ msgstr ""
298
  "Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
299
  "Datei von einem Rechner mit schnellerer Internetverbindung."
300
 
301
- #: lib/wfu_constants.php:70
302
  msgid ""
303
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
304
  "was specified in the HTML form."
@@ -306,21 +311,21 @@ msgstr ""
306
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
307
  "MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
308
 
309
- #: lib/wfu_constants.php:71
310
  msgid "Upload failed! The uploaded file was only partially uploaded."
311
  msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
312
 
313
- #: lib/wfu_constants.php:72
314
  msgid "Upload failed! No file was uploaded."
315
  msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
316
 
317
- #: lib/wfu_constants.php:73
318
  msgid "Upload failed! Failed to write file to disk."
319
  msgstr ""
320
  "Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
321
  "schreiben."
322
 
323
- #: lib/wfu_constants.php:74
324
  msgid ""
325
  "Upload failed! Error occured while moving temporary file. Please contact "
326
  "administrator."
@@ -328,11 +333,11 @@ msgstr ""
328
  "Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
329
  "Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
330
 
331
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
332
  msgid "Upload cancelled!"
333
  msgstr "Upload-abgesagt!"
334
 
335
- #: lib/wfu_constants.php:76
336
  msgid ""
337
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
338
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -343,21 +348,21 @@ msgstr ""
343
  "Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
344
  "kann phpinfo() helfen."
345
 
346
- #: lib/wfu_constants.php:77
347
  msgid "Upload failed! Error occured while attemting to upload the file."
348
  msgstr ""
349
  "Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
350
  "aufgetreten."
351
 
352
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
353
  msgid "Upload failed!"
354
  msgstr "Hochladen fehlgeschlagen!"
355
 
356
- #: lib/wfu_constants.php:79
357
  msgid "No file!"
358
  msgstr "Keine Datei!"
359
 
360
- #: lib/wfu_constants.php:80
361
  msgid ""
362
  "Upload failed! The upload has been canceled by the user or the browser "
363
  "dropped the connection."
@@ -365,27 +370,27 @@ msgstr ""
365
  "Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
366
  "oder der Browser hat die Verbindung verloren."
367
 
368
- #: lib/wfu_constants.php:81
369
  msgid "Upload failed! Unknown error."
370
  msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
371
 
372
- #: lib/wfu_constants.php:82
373
  msgid "Please contact the administrator."
374
  msgstr "Bitte kontaktieren Sie den Administrator."
375
 
376
- #: lib/wfu_constants.php:83
377
  msgid "No result from remote server!"
378
  msgstr "Kein Ergebnis vom Remote-Server!"
379
 
380
- #: lib/wfu_constants.php:84
381
  msgid " but with warnings"
382
  msgstr " aber mit Warnhinweisen"
383
 
384
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
385
  msgid "Warning: JSON parse error."
386
  msgstr "Warnung: JSON-Parser-Fehler."
387
 
388
- #: lib/wfu_constants.php:86
389
  msgid ""
390
  "Upload parameters of this file, passed as JSON string to the handler, could "
391
  "not be parsed."
@@ -393,21 +398,21 @@ msgstr ""
393
  "Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
394
  "konnte nicht analysiert werden."
395
 
396
- #: lib/wfu_constants.php:88
397
  msgid ""
398
  "UploadStates, passed as JSON string to the handler, could not be parsed."
399
  msgstr ""
400
  "Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
401
  "analysiert werden."
402
 
403
- #: lib/wfu_constants.php:89
404
  msgid ""
405
  "Redirection to classic form functionality occurred due to unknown error."
406
  msgstr ""
407
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
408
  "unbekannter Fehler aufgetreten."
409
 
410
- #: lib/wfu_constants.php:90
411
  msgid ""
412
  "Redirection to classic form functionality occurred because AJAX is not "
413
  "supported."
@@ -415,7 +420,7 @@ msgstr ""
415
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
416
  "aufgetreten, weil AJAX nicht unterstützt wird."
417
 
418
- #: lib/wfu_constants.php:91
419
  msgid ""
420
  "Redirection to classic form functionality occurred because HTML5 is not "
421
  "supported."
@@ -423,59 +428,59 @@ msgstr ""
423
  "Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
424
  "aufgetreten, da HTML5 nicht unterstützt wird."
425
 
426
- #: lib/wfu_constants.php:92
427
  msgid ""
428
  "Redirection to classic form functionality occurred due to JSON parse error."
429
  msgstr ""
430
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
431
  "aufgetreten beim Parsen von JSON."
432
 
433
- #: lib/wfu_constants.php:93
434
  msgid "Please enable popup windows from the browser's settings!"
435
  msgstr ""
436
  "Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
437
 
438
- #: lib/wfu_constants.php:94
439
  msgid "cannot be empty!"
440
  msgstr "darf nicht leer sein!"
441
 
442
- #: lib/wfu_constants.php:95
443
  msgid "number not valid!"
444
  msgstr "Nummer nicht gültig!"
445
 
446
- #: lib/wfu_constants.php:96
447
  msgid "email not valid!"
448
  msgstr "email adresse ist ungültig!"
449
 
450
- #: lib/wfu_constants.php:97
451
  msgid "emails do not match!"
452
  msgstr "emails stimmen nicht überein!"
453
 
454
- #: lib/wfu_constants.php:98
455
  msgid "no base email field in group!"
456
  msgstr "keine basis email feld in der gruppe!"
457
 
458
- #: lib/wfu_constants.php:99
459
  msgid "passwords do not match!"
460
  msgstr "passwörter stimmen nicht überein"
461
 
462
- #: lib/wfu_constants.php:100
463
  msgid "no base password field in group!"
464
  msgstr "keine basispasswortfeld in der gruppe!"
465
 
466
- #: lib/wfu_constants.php:101
467
  msgid "checkbox unchecked!"
468
  msgstr "checkBox nicht aktiviert!"
469
 
470
- #: lib/wfu_constants.php:102
471
  msgid "no option selected!"
472
  msgstr "keine optionen selektiert!"
473
 
474
- #: lib/wfu_constants.php:103
475
  msgid "no item selected!"
476
  msgstr "keine dateien ausgewählt!"
477
 
478
- #: lib/wfu_constants.php:104
479
  msgid ""
480
  "There are more than one instances of the plugin in this page with the same "
481
  "id. Please change it."
@@ -483,7 +488,7 @@ msgstr ""
483
  "Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
484
  "Bitte ändern Sie dies."
485
 
486
- #: lib/wfu_constants.php:105
487
  msgid ""
488
  "Cannot edit the shortcode because the page has been modified. Please reload "
489
  "the page."
@@ -491,19 +496,19 @@ msgstr ""
491
  "Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
492
  "Laden Sie die Seite erneut."
493
 
494
- #: lib/wfu_constants.php:106
495
  msgid "Your browser does not support webcam capture!"
496
  msgstr ""
497
 
498
- #: lib/wfu_constants.php:107
499
  msgid "Your browser does not support video recording from the webcam!"
500
  msgstr ""
501
 
502
- #: lib/wfu_constants.php:108
503
  msgid "No video was recorded!"
504
  msgstr ""
505
 
506
- #: lib/wfu_constants.php:109
507
  msgid ""
508
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
509
  "or use RecaptchaV2 (no account)."
@@ -511,23 +516,23 @@ msgstr ""
511
  "Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
512
  "Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
513
 
514
- #: lib/wfu_constants.php:110
515
  msgid ""
516
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
517
  "notify administrator."
518
  msgstr ""
519
 
520
- #: lib/wfu_constants.php:111
521
  msgid ""
522
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
523
  "use RecaptchaV1 (no account)."
524
  msgstr ""
525
 
526
- #: lib/wfu_constants.php:112
527
  msgid "ERROR: No site key. Please contact administrator!"
528
  msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
529
 
530
- #: lib/wfu_constants.php:113
531
  msgid ""
532
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
533
  "define Google Recaptcha keys."
@@ -535,148 +540,152 @@ msgstr ""
535
  "Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
536
  "Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
537
 
538
- #: lib/wfu_constants.php:114
539
  msgid "Bad captcha image!"
540
  msgstr "Schlechten Captcha-Bild!"
541
 
542
- #: lib/wfu_constants.php:115
543
  msgid "No input!"
544
  msgstr "Keine Eingabe!"
545
 
546
- #: lib/wfu_constants.php:116
547
  msgid "Captcha not completed!"
548
  msgstr "Captcha nicht abgeschlossen!"
549
 
550
- #: lib/wfu_constants.php:117
551
  msgid "Wrong captcha!"
552
  msgstr "Falsche Captcha!"
553
 
554
- #: lib/wfu_constants.php:118
555
  msgid "Error refreshing captcha!"
556
  msgstr "Fehler erfrischenden captcha!"
557
 
558
- #: lib/wfu_constants.php:119
559
  msgid "Unknown captcha error!"
560
  msgstr "Captcha unbekannter Fehler"
561
 
562
- #: lib/wfu_constants.php:120
563
  msgid "Captcha not supported by your browser!"
564
  msgstr "Captcha von Ihrem Browser nicht unterstützt!"
565
 
566
- #: lib/wfu_constants.php:121
567
  msgid "the secret parameter is missing"
568
  msgstr "das Geheimnis Parameter fehlt"
569
 
570
- #: lib/wfu_constants.php:122
571
  msgid "the secret parameter is invalid or malformed"
572
  msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
573
 
574
- #: lib/wfu_constants.php:123
575
  msgid "the response parameter is missing"
576
  msgstr "die Antwort Parameter fehlt"
577
 
578
- #: lib/wfu_constants.php:124
579
  msgid "the response parameter is invalid or malformed"
580
  msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
581
 
582
- #: lib/wfu_constants.php:125
583
  msgid "Please do not use drag drop due to an internal problem."
584
  msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
585
 
586
- #: lib/wfu_constants.php:126
587
  #, php-format
588
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
589
  msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
590
 
591
- #: lib/wfu_constants.php:127
592
  msgid "Chunked upload is not allowed!"
593
  msgstr "Chunked Hochladen ist nicht erlaubt!"
594
 
595
- #: lib/wfu_constants.php:128
596
  msgid "Chunked upload aborted due to error in previous chunk!"
597
  msgstr ""
598
  "Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
599
 
600
- #: lib/wfu_constants.php:129
601
  msgid "Chunked upload failed, final file could not be created!"
602
  msgstr ""
603
  "Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
604
  "werden!"
605
 
606
- #: lib/wfu_constants.php:130
607
  #, php-format
608
  msgid "Could not write file chuck to destination on chunk %d"
609
  msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
610
 
611
- #: lib/wfu_constants.php:131
612
  #, php-format
613
  msgid "Could not enlarge destination file on chunk %d"
614
  msgstr "Datei konnte nicht vergrößern am chunk %d"
615
 
616
- #: lib/wfu_constants.php:132
617
  #, php-format
618
  msgid "Could not open file handles on chunk %d"
619
  msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
620
 
621
- #: lib/wfu_constants.php:133
622
  msgid "You are not allowed to download this file!"
623
  msgstr ""
624
 
625
- #: lib/wfu_constants.php:134
626
  msgid "File does not exist!"
627
  msgstr ""
628
 
629
- #: lib/wfu_constants.php:135
630
  msgid "Could not download file!"
631
  msgstr ""
632
 
633
- #: lib/wfu_constants.php:136
634
  msgid "You are not allowed to delete this file!"
635
  msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
636
 
637
- #: lib/wfu_constants.php:137
638
  msgid "File was not deleted!"
639
  msgstr ""
640
 
641
- #: lib/wfu_constants.php:138
642
  msgid "No file was deleted!"
643
  msgstr ""
644
 
645
- #: lib/wfu_constants.php:139
646
  msgid "Some files were not deleted!"
647
  msgstr ""
648
 
649
- #: lib/wfu_constants.php:141
650
  msgid "Upload skipped! File already exists."
651
  msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
652
 
653
- #: lib/wfu_constants.php:142
654
  msgid "The extension of the file does not match its contents."
655
  msgstr ""
656
 
657
- #: lib/wfu_constants.php:143
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:144
664
  msgid "No files have been selected!"
665
  msgstr "Keine Dateien ausgewählt!"
666
 
667
- #: lib/wfu_constants.php:145
 
 
 
 
668
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
669
  msgstr ""
670
  "WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
671
  "hochgeladen wurden."
672
 
673
- #: lib/wfu_constants.php:146
674
  msgid "Notification email was not sent because there were no files uploaded."
675
  msgstr ""
676
  "Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
677
  "hochgeladen worden sind."
678
 
679
- #: lib/wfu_constants.php:147
680
  msgid ""
681
  "Notification email was not sent because no recipients were defined. Please "
682
  "check notifyrecipients attribute in the shortcode."
@@ -685,7 +694,7 @@ msgstr ""
685
  "definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
686
  "Shortcode."
687
 
688
- #: lib/wfu_constants.php:148
689
  msgid ""
690
  "Notification email was not sent due to an error. Please check "
691
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -693,7 +702,7 @@ msgstr ""
693
  "E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
694
  "überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
695
 
696
- #: lib/wfu_constants.php:149
697
  msgid ""
698
  "Redirection not executed because redirection link is empty. Please check "
699
  "redirectlink attribute."
@@ -701,18 +710,18 @@ msgstr ""
701
  "Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
702
  "überprüfen Sie das redirectlink Attribut."
703
 
704
- #: lib/wfu_constants.php:150
705
  msgid ""
706
  "Redirection not executed because not all files were successfully uploaded."
707
  msgstr ""
708
  "Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
709
  "wurden."
710
 
711
- #: lib/wfu_constants.php:151
712
  msgid "Potential Denial-Of-Service Attack on {SITE}"
713
  msgstr ""
714
 
715
- #: lib/wfu_constants.php:152
716
  msgid ""
717
  "Hello admin\n"
718
  "\n"
@@ -732,19 +741,19 @@ msgid ""
732
  "Thanks"
733
  msgstr ""
734
 
735
- #: lib/wfu_constants.php:153
736
  msgid ""
737
  "You have activated an alternative insecure Iptanus Services Server. For "
738
  "details please contact info@iptanus.com."
739
  msgstr ""
740
 
741
- #: lib/wfu_constants.php:154
742
  msgid ""
743
  "Iptanus Services Server is unreachable. This may cause problems in some "
744
  "plugin functions. Please contact info@iptanus.com for details."
745
  msgstr ""
746
 
747
- #: lib/wfu_constants.php:156
748
  msgid ""
749
  "Failed to add the shortcode to the page/post. Please try again. If the "
750
  "message persists, contact administrator."
@@ -753,7 +762,7 @@ msgstr ""
753
  "versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
754
  "Administrator."
755
 
756
- #: lib/wfu_constants.php:157
757
  msgid ""
758
  "Failed to edit the shortcode because the contents of the page changed. Try "
759
  "again to edit the shortcode."
@@ -761,7 +770,7 @@ msgstr ""
761
  "Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
762
  "hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
763
 
764
- #: lib/wfu_constants.php:158
765
  msgid ""
766
  "Failed to delete the shortcode because the contents of the page changed. Try "
767
  "again to delete it."
@@ -769,7 +778,7 @@ msgstr ""
769
  "Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
770
  "geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
771
 
772
- #: lib/wfu_constants.php:159
773
  msgid ""
774
  "The page containing the shortcode has been modified and it is no longer "
775
  "valid. Please go back to reload the shortcode."
@@ -777,7 +786,7 @@ msgstr ""
777
  "Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
778
  "Bitte gehen Sie zurück um zu den Shortcode zu laden."
779
 
780
- #: lib/wfu_constants.php:160
781
  msgid ""
782
  "Failed to update the shortcode because the contents of the page changed. Go "
783
  "back to reload the shortcode."
@@ -785,7 +794,7 @@ msgstr ""
785
  "Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
786
  "geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
787
 
788
- #: lib/wfu_constants.php:161
789
  msgid ""
790
  "Failed to update the shortcode. Please try again. If the problem persists, "
791
  "go back and reload the shortcode."
@@ -794,39 +803,39 @@ msgstr ""
794
  "Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
795
  "Shortcode neu."
796
 
797
- #: lib/wfu_constants.php:163
798
  msgid "This is a test message"
799
  msgstr "This is a test message"
800
 
801
- #: lib/wfu_constants.php:164
802
  msgid "This is a test administrator message"
803
  msgstr "Dies ist eine Test-Admin-Nachricht"
804
 
805
- #: lib/wfu_constants.php:165
806
  msgid "File testfile 1 under test"
807
  msgstr "Datei testfile 1 wird getestet"
808
 
809
- #: lib/wfu_constants.php:166
810
  msgid "File testfile 1 message"
811
  msgstr "Datei testfile 1 Nachricht"
812
 
813
- #: lib/wfu_constants.php:167
814
  msgid "File testfile 1 administrator message"
815
  msgstr "Datei testfile 1 Admin-Nachricht"
816
 
817
- #: lib/wfu_constants.php:168
818
  msgid "File testfile 2 under test"
819
  msgstr "File testfile 2 wird getestet"
820
 
821
- #: lib/wfu_constants.php:169
822
  msgid "File testfile 2 message"
823
  msgstr "Datei testfile 2 Nachricht"
824
 
825
- #: lib/wfu_constants.php:170
826
  msgid "File testfile 2 administrator message"
827
  msgstr "Datei testfile 2 Admin-Nachricht"
828
 
829
- #: lib/wfu_constants.php:172
830
  msgid ""
831
  "Insert variable %userid% inside text. It will be replaced by the id of the "
832
  "current user."
@@ -834,7 +843,7 @@ msgstr ""
834
  "Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
835
  "aktuellen Benutzers ersetzt."
836
 
837
- #: lib/wfu_constants.php:173
838
  msgid ""
839
  "Insert variable %username% inside text. It will be replaced by the username "
840
  "of the current user."
@@ -842,7 +851,7 @@ msgstr ""
842
  "Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
843
  "Benutzernamen des aktuellen Benutzers ersetzt."
844
 
845
- #: lib/wfu_constants.php:174
846
  msgid ""
847
  "Insert variable %useremail% inside text. It will be replaced by the email of "
848
  "the current user."
@@ -850,7 +859,7 @@ msgstr ""
850
  "Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
851
  "Mail-Adresse des aktuellen Benutzers ersetzt."
852
 
853
- #: lib/wfu_constants.php:175
854
  msgid ""
855
  "Insert variable %filename% inside text. It will be replaced by the filename "
856
  "of the uploaded file."
@@ -858,7 +867,7 @@ msgstr ""
858
  "Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
859
  "der hochgeladenen Dateien ersetzt."
860
 
861
- #: lib/wfu_constants.php:176
862
  msgid ""
863
  "Insert variable %filepath% inside text. It will be replaced by the full "
864
  "filepath of the uploaded file."
@@ -866,7 +875,7 @@ msgstr ""
866
  "Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
867
  "vollständige Dateipfad der hochgeladenen Dateien ersetzt."
868
 
869
- #: lib/wfu_constants.php:177
870
  msgid ""
871
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
872
  "the website."
@@ -874,7 +883,7 @@ msgstr ""
874
  "Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
875
  "der Website ersetzt werden."
876
 
877
- #: lib/wfu_constants.php:178
878
  msgid ""
879
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
880
  "current page."
@@ -882,7 +891,7 @@ msgstr ""
882
  "Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
883
  "aktuellen Seite ersetzt."
884
 
885
- #: lib/wfu_constants.php:179
886
  msgid ""
887
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
888
  "the current page."
@@ -890,7 +899,7 @@ msgstr ""
890
  "Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
891
  "Title des aktuellen Benutzers ersetzt."
892
 
893
- #: lib/wfu_constants.php:180
894
  msgid ""
895
  "Insert variable %userdataXXX% inside text. Select the user field from the "
896
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -900,215 +909,215 @@ msgstr ""
900
  "Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
901
  "ersetzt, die der Benutzer in dieses Feld eingetragen hat."
902
 
903
- #: lib/wfu_constants.php:181
904
  msgid "Insert variable %n% inside text to denote a line change."
905
  msgstr ""
906
  "Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
907
  "kennzeichnen."
908
 
909
- #: lib/wfu_constants.php:183
910
  msgid "Test Mode"
911
  msgstr "Test Modus"
912
 
913
- #: lib/wfu_constants.php:184
914
  msgid "select dir..."
915
  msgstr "Wählen Sie das Verzeichnis ..."
916
 
917
- #: lib/wfu_constants.php:185
918
  msgid "type dir"
919
  msgstr "Geben Sie das Verzeichnis ein"
920
 
921
- #: lib/wfu_constants.php:186
922
  msgid "Upload path: %filepath%"
923
  msgstr "Upload-Pfad: %filepath%"
924
 
925
- #: lib/wfu_constants.php:187
926
  msgid "Failed upload path: %filepath%"
927
  msgstr "Fehlerhafter Upload-Pfad: %filepath%"
928
 
929
- #: lib/wfu_constants.php:188
930
  msgid " (required)"
931
  msgstr "(erforderlich)"
932
 
933
- #: lib/wfu_constants.php:189
934
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
935
  msgstr ""
936
  "Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
937
  "verlassen wollen?"
938
 
939
- #: lib/wfu_constants.php:190
940
  msgid "checking captcha..."
941
  msgstr "Prüfung captcha..."
942
 
943
- #: lib/wfu_constants.php:191
944
  msgid "refreshing..."
945
  msgstr "erfrischend..."
946
 
947
- #: lib/wfu_constants.php:192
948
  msgid "correct captcha"
949
  msgstr "korrekte captcha"
950
 
951
- #: lib/wfu_constants.php:193
952
  msgid "click to continue the upload"
953
  msgstr "Klicken Sie, um das Hochladen fortsetzen"
954
 
955
- #: lib/wfu_constants.php:194
956
  msgid "Are you sure you want to delete this file?"
957
  msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
958
 
959
- #: lib/wfu_constants.php:195
960
  msgid "Are you sure you want to delete these files?"
961
  msgstr ""
962
 
963
- #: lib/wfu_constants.php:196
964
  msgid "Bulk Actions"
965
  msgstr ""
966
 
967
- #: lib/wfu_constants.php:197
968
  msgid "Apply"
969
  msgstr ""
970
 
971
- #: lib/wfu_constants.php:198
972
  msgid "Are you sure that you want to cancel the upload?"
973
  msgstr ""
974
 
975
- #: lib/wfu_constants.php:199
976
  msgid "cancel upload of this file"
977
  msgstr ""
978
 
979
- #: lib/wfu_constants.php:200
980
  msgid "Upload in progress"
981
  msgstr "Upload läuft"
982
 
983
- #: lib/wfu_constants.php:201
984
  msgid "Upload in progress with warnings!"
985
  msgstr "Upload läuft mit Warnhinweisen!"
986
 
987
- #: lib/wfu_constants.php:202
988
  msgid "Upload in progress but some files already failed!"
989
  msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
990
 
991
- #: lib/wfu_constants.php:203
992
  msgid "Upload in progress but no files uploaded so far!"
993
  msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
994
 
995
- #: lib/wfu_constants.php:204
996
  msgid "All files uploaded successfully"
997
  msgstr "Alle Dateien erfolgreich hochgeladen"
998
 
999
- #: lib/wfu_constants.php:205
1000
  msgid "All files uploaded successfully but there are warnings!"
1001
  msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1002
 
1003
- #: lib/wfu_constants.php:206
1004
  msgid "File uploaded successfully but there are warnings!"
1005
  msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1006
 
1007
- #: lib/wfu_constants.php:207
1008
  msgid "Some files failed to upload!"
1009
  msgstr "Einige Dateien konnten nicht hochgeladen werden!"
1010
 
1011
- #: lib/wfu_constants.php:208
1012
  msgid "All files failed to upload"
1013
  msgstr "Alle Dateien konnten nicht hochgeladen werden"
1014
 
1015
- #: lib/wfu_constants.php:209
1016
  msgid "File failed to upload"
1017
  msgstr "Datei konnte nicht hochgeladen werden"
1018
 
1019
- #: lib/wfu_constants.php:210
1020
  msgid "There are no files to upload!"
1021
  msgstr "Es gibt keine Dateien zum Hochladen!"
1022
 
1023
- #: lib/wfu_constants.php:211
1024
  msgid "Test upload message"
1025
  msgstr "Test-Upload-Nachricht"
1026
 
1027
- #: lib/wfu_constants.php:212
1028
  msgid "JSON parse warning!"
1029
  msgstr "JSON parse Warnung!"
1030
 
1031
- #: lib/wfu_constants.php:213
1032
  msgid "please wait while redirecting..."
1033
  msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
1034
 
1035
- #: lib/wfu_constants.php:215
1036
  msgid "Submitting data"
1037
  msgstr ""
1038
 
1039
- #: lib/wfu_constants.php:216
1040
  msgid "Data submitted successfully!"
1041
  msgstr ""
1042
 
1043
- #: lib/wfu_constants.php:217
1044
  msgid "Data were not submitted!"
1045
  msgstr ""
1046
 
1047
- #: lib/wfu_constants.php:218
1048
  msgid "Cancelling upload"
1049
  msgstr ""
1050
 
1051
- #: lib/wfu_constants.php:220
1052
  msgid "Open visual shortcode editor in new window"
1053
  msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
1054
 
1055
- #: lib/wfu_constants.php:221
1056
  msgid "loading visual editor"
1057
  msgstr "visueller Editor laden"
1058
 
1059
- #: lib/wfu_constants.php:222
1060
  msgid "Clear file list?"
1061
  msgstr "Klar Dateiliste?"
1062
 
1063
- #: lib/wfu_constants.php:223
1064
  msgid "DROP HERE"
1065
  msgstr "HIER ABLEGEN"
1066
 
1067
- #: lib/wfu_constants.php:225
1068
  msgid "record video"
1069
  msgstr ""
1070
 
1071
- #: lib/wfu_constants.php:226
1072
  msgid "take a picture"
1073
  msgstr ""
1074
 
1075
- #: lib/wfu_constants.php:227
1076
  msgid "turn webcam on/off"
1077
  msgstr ""
1078
 
1079
- #: lib/wfu_constants.php:228
1080
  msgid "go live again"
1081
  msgstr ""
1082
 
1083
- #: lib/wfu_constants.php:229
1084
  msgid "end recording"
1085
  msgstr ""
1086
 
1087
- #: lib/wfu_constants.php:230
1088
  msgid "play"
1089
  msgstr ""
1090
 
1091
- #: lib/wfu_constants.php:231
1092
  msgid "pause"
1093
  msgstr ""
1094
 
1095
- #: lib/wfu_constants.php:232
1096
  msgid "go to the beginning"
1097
  msgstr ""
1098
 
1099
- #: lib/wfu_constants.php:233
1100
  msgid "go to the end"
1101
  msgstr ""
1102
 
1103
- #: lib/wfu_constants.php:235
1104
  msgid "Wordpress File Upload Form"
1105
  msgstr "Wordpress Datei Upload Formular"
1106
 
1107
- #: lib/wfu_constants.php:236
1108
  msgid "Wordpress File Upload plugin uploader for sidebars"
1109
  msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
1110
 
1111
- #: lib/wfu_constants.php:237
1112
  msgid "Upload Files"
1113
  msgstr "Dateien hochladen"
1114
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:00+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:00+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: de_DE\n"
89
  msgid "screenshot"
90
  msgstr "screenshot"
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+
97
+ #: lib/wfu_constants.php:32
98
  msgid "File"
99
  msgstr "Datei"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Date"
103
  msgstr "Datum"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "Size"
107
  msgstr "Grösse"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "User"
111
  msgstr "Benutzer"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "Page"
115
  msgstr "Seite"
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "User Fields"
119
  msgstr "Benutzerfelder:"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download"
123
  msgstr "Herunterladen"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Download this file"
127
  msgstr "Diese datei herunterladen"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete"
131
  msgstr "Löschen"
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Delete this file"
135
  msgstr "Diese datei löschen"
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "Sort list based on this column"
139
  msgstr "Sortieren sie diese liste auf der grundlage dieser spalte"
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "guest"
143
  msgstr "Gast"
144
 
145
+ #: lib/wfu_constants.php:44
146
  msgid "unknown"
147
  msgstr "unbekannt"
148
 
149
+ #: lib/wfu_constants.php:46
150
  msgid ""
151
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
152
  "attribute."
154
  "Fehler. Der FTP-Ordner des FTP-Ziels konnte nicht aufgelöst werden. "
155
  "Überprüfen Sie die Domäne in \"ftpinfo\"-Attribut."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
159
  msgstr ""
160
  "Fehler. Ungültiger ftp-Informationen. Überprüfen Sie das 'ftpinfo'-Attribut."
161
 
162
+ #: lib/wfu_constants.php:48
163
  msgid ""
164
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
165
  "syntax."
167
  "Fehler. Ftp-Daten konnte nicht aus dem 'ftpinfo'-Attribut extrahiert werden. "
168
  "Überprüfen Sie die Schreibweise."
169
 
170
+ #: lib/wfu_constants.php:49
171
  msgid ""
172
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
173
  "attribute."
175
  "Fehler. Ftp-Zieldateiname konnte nicht aufgelöst werden. Überprüfen Sie die "
176
  "Domäne im 'ftpinfo'-Attribut."
177
 
178
+ #: lib/wfu_constants.php:50
179
  msgid ""
180
  "Error. Could not open source file for ftp upload. Check if file is "
181
  "accessible."
182
  msgstr ""
183
 
184
+ #: lib/wfu_constants.php:51
185
  msgid "Error. Could not send data to ftp target file."
186
  msgstr ""
187
 
188
+ #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
191
  "attribute."
192
  msgstr ""
193
 
194
+ #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not authenticate to ftp host. Check username and password in "
197
  "'ftpinfo' attribute."
198
  msgstr ""
199
 
200
+ #: lib/wfu_constants.php:54
201
  msgid ""
202
  "Error. Could not initialize sftp subsystem. Please check if the server "
203
  "supports sftp."
204
  msgstr ""
205
 
206
+ #: lib/wfu_constants.php:55
207
  msgid "Error. The web server does not support sftp."
208
  msgstr ""
209
 
210
+ #: lib/wfu_constants.php:56
211
  msgid ""
212
  "Error. The upload size limit of PHP directive upload_max_filesize is "
213
  "preventing the upload of big files.\n"
217
  "hat das Hochladen von großen Dateien verhindern.\n"
218
  "Das upload_max_filesize-Limit beträgt derzeit:"
219
 
220
+ #: lib/wfu_constants.php:57
221
  msgid ""
222
  "The upload time limit of PHP directive max_input_time is preventing the "
223
  "upload of big files.\n"
227
  "Hochladen von großen Dateien. \n"
228
  "Das max_input_time Limit ist derzeit:"
229
 
230
+ #: lib/wfu_constants.php:58
231
  msgid ""
232
  "Error. Permission denied to write to target folder.\n"
233
  "Check and correct read/write permissions of target folder."
235
  "Fehler. Schreibzugriff im Zielordner verweigert. \n"
236
  "Prüfen und korrigieren Sie Schreib-/Lese-Berechtigungen des Zielordners."
237
 
238
+ #: lib/wfu_constants.php:59
239
  msgid ""
240
  "Error. This file was rejected because its extension is not correct. Its "
241
  "proper filename is: "
242
  msgstr ""
243
 
244
+ #: lib/wfu_constants.php:60
245
  msgid ""
246
  "Too many files are uploaded in a short period of time. This may be a Denial-"
247
  "Of-Service attack, so file was rejected. Please check the upload log for "
248
  "suspicious behaviour."
249
  msgstr ""
250
 
251
+ #: lib/wfu_constants.php:61
252
  msgid ""
253
  "File not uploaded in order to prevent overflow of the website. Please "
254
  "contact administrator."
255
  msgstr ""
256
 
257
+ #: lib/wfu_constants.php:62
258
  msgid "Targer folder doesn't exist."
259
  msgstr "Ziel-Ordner nicht vorhanden ist."
260
 
261
+ #: lib/wfu_constants.php:63
262
  msgid "Upload failed! Missing a temporary folder."
263
  msgstr ""
264
  "Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
265
 
266
+ #: lib/wfu_constants.php:64
267
  msgid "Upload failed! Permission denied to write to target folder."
268
  msgstr ""
269
  "Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
270
 
271
+ #: lib/wfu_constants.php:65
272
  msgid "File not allowed."
273
  msgstr "Dateiformat nicht erlaubt"
274
 
275
+ #: lib/wfu_constants.php:66
276
  msgid "File is suspicious and was rejected."
277
  msgstr "Die Datei ist verdächtig und wurde abgelehnt."
278
 
279
+ #: lib/wfu_constants.php:67
280
  msgid "The uploaded file exceeds the file size limit."
281
  msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
282
 
283
+ #: lib/wfu_constants.php:68
284
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
285
  msgstr ""
286
  "Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
287
  "unterstützt."
288
 
289
+ #: lib/wfu_constants.php:69
290
  msgid ""
291
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
292
  "Please contact the administrator."
294
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
295
  "Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
296
 
297
+ #: lib/wfu_constants.php:70
298
  msgid ""
299
  "Upload failed! The duration of the upload exceeded the time limit of the "
300
  "server. Please contact the administrator."
303
  "Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
304
  "Datei von einem Rechner mit schnellerer Internetverbindung."
305
 
306
+ #: lib/wfu_constants.php:71
307
  msgid ""
308
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
309
  "was specified in the HTML form."
311
  "Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
312
  "MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
313
 
314
+ #: lib/wfu_constants.php:72
315
  msgid "Upload failed! The uploaded file was only partially uploaded."
316
  msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
317
 
318
+ #: lib/wfu_constants.php:73
319
  msgid "Upload failed! No file was uploaded."
320
  msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
321
 
322
+ #: lib/wfu_constants.php:74
323
  msgid "Upload failed! Failed to write file to disk."
324
  msgstr ""
325
  "Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
326
  "schreiben."
327
 
328
+ #: lib/wfu_constants.php:75
329
  msgid ""
330
  "Upload failed! Error occured while moving temporary file. Please contact "
331
  "administrator."
333
  "Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
334
  "Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
335
 
336
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
337
  msgid "Upload cancelled!"
338
  msgstr "Upload-abgesagt!"
339
 
340
+ #: lib/wfu_constants.php:77
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 "
348
  "Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
349
  "kann phpinfo() helfen."
350
 
351
+ #: lib/wfu_constants.php:78
352
  msgid "Upload failed! Error occured while attemting to upload the file."
353
  msgstr ""
354
  "Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
355
  "aufgetreten."
356
 
357
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
358
  msgid "Upload failed!"
359
  msgstr "Hochladen fehlgeschlagen!"
360
 
361
+ #: lib/wfu_constants.php:80
362
  msgid "No file!"
363
  msgstr "Keine Datei!"
364
 
365
+ #: lib/wfu_constants.php:81
366
  msgid ""
367
  "Upload failed! The upload has been canceled by the user or the browser "
368
  "dropped the connection."
370
  "Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
371
  "oder der Browser hat die Verbindung verloren."
372
 
373
+ #: lib/wfu_constants.php:82
374
  msgid "Upload failed! Unknown error."
375
  msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
376
 
377
+ #: lib/wfu_constants.php:83
378
  msgid "Please contact the administrator."
379
  msgstr "Bitte kontaktieren Sie den Administrator."
380
 
381
+ #: lib/wfu_constants.php:84
382
  msgid "No result from remote server!"
383
  msgstr "Kein Ergebnis vom Remote-Server!"
384
 
385
+ #: lib/wfu_constants.php:85
386
  msgid " but with warnings"
387
  msgstr " aber mit Warnhinweisen"
388
 
389
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
390
  msgid "Warning: JSON parse error."
391
  msgstr "Warnung: JSON-Parser-Fehler."
392
 
393
+ #: lib/wfu_constants.php:87
394
  msgid ""
395
  "Upload parameters of this file, passed as JSON string to the handler, could "
396
  "not be parsed."
398
  "Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
399
  "konnte nicht analysiert werden."
400
 
401
+ #: lib/wfu_constants.php:89
402
  msgid ""
403
  "UploadStates, passed as JSON string to the handler, could not be parsed."
404
  msgstr ""
405
  "Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
406
  "analysiert werden."
407
 
408
+ #: lib/wfu_constants.php:90
409
  msgid ""
410
  "Redirection to classic form functionality occurred due to unknown error."
411
  msgstr ""
412
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
413
  "unbekannter Fehler aufgetreten."
414
 
415
+ #: lib/wfu_constants.php:91
416
  msgid ""
417
  "Redirection to classic form functionality occurred because AJAX is not "
418
  "supported."
420
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
421
  "aufgetreten, weil AJAX nicht unterstützt wird."
422
 
423
+ #: lib/wfu_constants.php:92
424
  msgid ""
425
  "Redirection to classic form functionality occurred because HTML5 is not "
426
  "supported."
428
  "Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
429
  "aufgetreten, da HTML5 nicht unterstützt wird."
430
 
431
+ #: lib/wfu_constants.php:93
432
  msgid ""
433
  "Redirection to classic form functionality occurred due to JSON parse error."
434
  msgstr ""
435
  "Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
436
  "aufgetreten beim Parsen von JSON."
437
 
438
+ #: lib/wfu_constants.php:94
439
  msgid "Please enable popup windows from the browser's settings!"
440
  msgstr ""
441
  "Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
442
 
443
+ #: lib/wfu_constants.php:95
444
  msgid "cannot be empty!"
445
  msgstr "darf nicht leer sein!"
446
 
447
+ #: lib/wfu_constants.php:96
448
  msgid "number not valid!"
449
  msgstr "Nummer nicht gültig!"
450
 
451
+ #: lib/wfu_constants.php:97
452
  msgid "email not valid!"
453
  msgstr "email adresse ist ungültig!"
454
 
455
+ #: lib/wfu_constants.php:98
456
  msgid "emails do not match!"
457
  msgstr "emails stimmen nicht überein!"
458
 
459
+ #: lib/wfu_constants.php:99
460
  msgid "no base email field in group!"
461
  msgstr "keine basis email feld in der gruppe!"
462
 
463
+ #: lib/wfu_constants.php:100
464
  msgid "passwords do not match!"
465
  msgstr "passwörter stimmen nicht überein"
466
 
467
+ #: lib/wfu_constants.php:101
468
  msgid "no base password field in group!"
469
  msgstr "keine basispasswortfeld in der gruppe!"
470
 
471
+ #: lib/wfu_constants.php:102
472
  msgid "checkbox unchecked!"
473
  msgstr "checkBox nicht aktiviert!"
474
 
475
+ #: lib/wfu_constants.php:103
476
  msgid "no option selected!"
477
  msgstr "keine optionen selektiert!"
478
 
479
+ #: lib/wfu_constants.php:104
480
  msgid "no item selected!"
481
  msgstr "keine dateien ausgewählt!"
482
 
483
+ #: lib/wfu_constants.php:105
484
  msgid ""
485
  "There are more than one instances of the plugin in this page with the same "
486
  "id. Please change it."
488
  "Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
489
  "Bitte ändern Sie dies."
490
 
491
+ #: lib/wfu_constants.php:106
492
  msgid ""
493
  "Cannot edit the shortcode because the page has been modified. Please reload "
494
  "the page."
496
  "Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
497
  "Laden Sie die Seite erneut."
498
 
499
+ #: lib/wfu_constants.php:107
500
  msgid "Your browser does not support webcam capture!"
501
  msgstr ""
502
 
503
+ #: lib/wfu_constants.php:108
504
  msgid "Your browser does not support video recording from the webcam!"
505
  msgstr ""
506
 
507
+ #: lib/wfu_constants.php:109
508
  msgid "No video was recorded!"
509
  msgstr ""
510
 
511
+ #: lib/wfu_constants.php:110
512
  msgid ""
513
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
514
  "or use RecaptchaV2 (no account)."
516
  "Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
517
  "Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
518
 
519
+ #: lib/wfu_constants.php:111
520
  msgid ""
521
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
522
  "notify administrator."
523
  msgstr ""
524
 
525
+ #: lib/wfu_constants.php:112
526
  msgid ""
527
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
528
  "use RecaptchaV1 (no account)."
529
  msgstr ""
530
 
531
+ #: lib/wfu_constants.php:113
532
  msgid "ERROR: No site key. Please contact administrator!"
533
  msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
534
 
535
+ #: lib/wfu_constants.php:114
536
  msgid ""
537
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
538
  "define Google Recaptcha keys."
540
  "Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
541
  "Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
542
 
543
+ #: lib/wfu_constants.php:115
544
  msgid "Bad captcha image!"
545
  msgstr "Schlechten Captcha-Bild!"
546
 
547
+ #: lib/wfu_constants.php:116
548
  msgid "No input!"
549
  msgstr "Keine Eingabe!"
550
 
551
+ #: lib/wfu_constants.php:117
552
  msgid "Captcha not completed!"
553
  msgstr "Captcha nicht abgeschlossen!"
554
 
555
+ #: lib/wfu_constants.php:118
556
  msgid "Wrong captcha!"
557
  msgstr "Falsche Captcha!"
558
 
559
+ #: lib/wfu_constants.php:119
560
  msgid "Error refreshing captcha!"
561
  msgstr "Fehler erfrischenden captcha!"
562
 
563
+ #: lib/wfu_constants.php:120
564
  msgid "Unknown captcha error!"
565
  msgstr "Captcha unbekannter Fehler"
566
 
567
+ #: lib/wfu_constants.php:121
568
  msgid "Captcha not supported by your browser!"
569
  msgstr "Captcha von Ihrem Browser nicht unterstützt!"
570
 
571
+ #: lib/wfu_constants.php:122
572
  msgid "the secret parameter is missing"
573
  msgstr "das Geheimnis Parameter fehlt"
574
 
575
+ #: lib/wfu_constants.php:123
576
  msgid "the secret parameter is invalid or malformed"
577
  msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
578
 
579
+ #: lib/wfu_constants.php:124
580
  msgid "the response parameter is missing"
581
  msgstr "die Antwort Parameter fehlt"
582
 
583
+ #: lib/wfu_constants.php:125
584
  msgid "the response parameter is invalid or malformed"
585
  msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
586
 
587
+ #: lib/wfu_constants.php:126
588
  msgid "Please do not use drag drop due to an internal problem."
589
  msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
590
 
591
+ #: lib/wfu_constants.php:127
592
  #, php-format
593
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
594
  msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
595
 
596
+ #: lib/wfu_constants.php:128
597
  msgid "Chunked upload is not allowed!"
598
  msgstr "Chunked Hochladen ist nicht erlaubt!"
599
 
600
+ #: lib/wfu_constants.php:129
601
  msgid "Chunked upload aborted due to error in previous chunk!"
602
  msgstr ""
603
  "Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
604
 
605
+ #: lib/wfu_constants.php:130
606
  msgid "Chunked upload failed, final file could not be created!"
607
  msgstr ""
608
  "Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
609
  "werden!"
610
 
611
+ #: lib/wfu_constants.php:131
612
  #, php-format
613
  msgid "Could not write file chuck to destination on chunk %d"
614
  msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
615
 
616
+ #: lib/wfu_constants.php:132
617
  #, php-format
618
  msgid "Could not enlarge destination file on chunk %d"
619
  msgstr "Datei konnte nicht vergrößern am chunk %d"
620
 
621
+ #: lib/wfu_constants.php:133
622
  #, php-format
623
  msgid "Could not open file handles on chunk %d"
624
  msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
625
 
626
+ #: lib/wfu_constants.php:134
627
  msgid "You are not allowed to download this file!"
628
  msgstr ""
629
 
630
+ #: lib/wfu_constants.php:135
631
  msgid "File does not exist!"
632
  msgstr ""
633
 
634
+ #: lib/wfu_constants.php:136
635
  msgid "Could not download file!"
636
  msgstr ""
637
 
638
+ #: lib/wfu_constants.php:137
639
  msgid "You are not allowed to delete this file!"
640
  msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
641
 
642
+ #: lib/wfu_constants.php:138
643
  msgid "File was not deleted!"
644
  msgstr ""
645
 
646
+ #: lib/wfu_constants.php:139
647
  msgid "No file was deleted!"
648
  msgstr ""
649
 
650
+ #: lib/wfu_constants.php:140
651
  msgid "Some files were not deleted!"
652
  msgstr ""
653
 
654
+ #: lib/wfu_constants.php:142
655
  msgid "Upload skipped! File already exists."
656
  msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
657
 
658
+ #: lib/wfu_constants.php:143
659
  msgid "The extension of the file does not match its contents."
660
  msgstr ""
661
 
662
+ #: lib/wfu_constants.php:144
663
  msgid ""
664
  "Upload succeeded but the file is suspicious because its contents do not "
665
  "match its extension. Its proper filename is: "
666
  msgstr ""
667
 
668
+ #: lib/wfu_constants.php:145
669
  msgid "No files have been selected!"
670
  msgstr "Keine Dateien ausgewählt!"
671
 
672
+ #: lib/wfu_constants.php:146
673
+ msgid "Please complete the consent question before continuing the upload!"
674
+ msgstr ""
675
+
676
+ #: lib/wfu_constants.php:147
677
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
678
  msgstr ""
679
  "WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
680
  "hochgeladen wurden."
681
 
682
+ #: lib/wfu_constants.php:148
683
  msgid "Notification email was not sent because there were no files uploaded."
684
  msgstr ""
685
  "Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
686
  "hochgeladen worden sind."
687
 
688
+ #: lib/wfu_constants.php:149
689
  msgid ""
690
  "Notification email was not sent because no recipients were defined. Please "
691
  "check notifyrecipients attribute in the shortcode."
694
  "definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
695
  "Shortcode."
696
 
697
+ #: lib/wfu_constants.php:150
698
  msgid ""
699
  "Notification email was not sent due to an error. Please check "
700
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
702
  "E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
703
  "überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
704
 
705
+ #: lib/wfu_constants.php:151
706
  msgid ""
707
  "Redirection not executed because redirection link is empty. Please check "
708
  "redirectlink attribute."
710
  "Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
711
  "überprüfen Sie das redirectlink Attribut."
712
 
713
+ #: lib/wfu_constants.php:152
714
  msgid ""
715
  "Redirection not executed because not all files were successfully uploaded."
716
  msgstr ""
717
  "Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
718
  "wurden."
719
 
720
+ #: lib/wfu_constants.php:153
721
  msgid "Potential Denial-Of-Service Attack on {SITE}"
722
  msgstr ""
723
 
724
+ #: lib/wfu_constants.php:154
725
  msgid ""
726
  "Hello admin\n"
727
  "\n"
741
  "Thanks"
742
  msgstr ""
743
 
744
+ #: lib/wfu_constants.php:155
745
  msgid ""
746
  "You have activated an alternative insecure Iptanus Services Server. For "
747
  "details please contact info@iptanus.com."
748
  msgstr ""
749
 
750
+ #: lib/wfu_constants.php:156
751
  msgid ""
752
  "Iptanus Services Server is unreachable. This may cause problems in some "
753
  "plugin functions. Please contact info@iptanus.com for details."
754
  msgstr ""
755
 
756
+ #: lib/wfu_constants.php:158
757
  msgid ""
758
  "Failed to add the shortcode to the page/post. Please try again. If the "
759
  "message persists, contact administrator."
762
  "versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
763
  "Administrator."
764
 
765
+ #: lib/wfu_constants.php:159
766
  msgid ""
767
  "Failed to edit the shortcode because the contents of the page changed. Try "
768
  "again to edit the shortcode."
770
  "Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
771
  "hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
772
 
773
+ #: lib/wfu_constants.php:160
774
  msgid ""
775
  "Failed to delete the shortcode because the contents of the page changed. Try "
776
  "again to delete it."
778
  "Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
779
  "geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
780
 
781
+ #: lib/wfu_constants.php:161
782
  msgid ""
783
  "The page containing the shortcode has been modified and it is no longer "
784
  "valid. Please go back to reload the shortcode."
786
  "Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
787
  "Bitte gehen Sie zurück um zu den Shortcode zu laden."
788
 
789
+ #: lib/wfu_constants.php:162
790
  msgid ""
791
  "Failed to update the shortcode because the contents of the page changed. Go "
792
  "back to reload the shortcode."
794
  "Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
795
  "geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
796
 
797
+ #: lib/wfu_constants.php:163
798
  msgid ""
799
  "Failed to update the shortcode. Please try again. If the problem persists, "
800
  "go back and reload the shortcode."
803
  "Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
804
  "Shortcode neu."
805
 
806
+ #: lib/wfu_constants.php:165
807
  msgid "This is a test message"
808
  msgstr "This is a test message"
809
 
810
+ #: lib/wfu_constants.php:166
811
  msgid "This is a test administrator message"
812
  msgstr "Dies ist eine Test-Admin-Nachricht"
813
 
814
+ #: lib/wfu_constants.php:167
815
  msgid "File testfile 1 under test"
816
  msgstr "Datei testfile 1 wird getestet"
817
 
818
+ #: lib/wfu_constants.php:168
819
  msgid "File testfile 1 message"
820
  msgstr "Datei testfile 1 Nachricht"
821
 
822
+ #: lib/wfu_constants.php:169
823
  msgid "File testfile 1 administrator message"
824
  msgstr "Datei testfile 1 Admin-Nachricht"
825
 
826
+ #: lib/wfu_constants.php:170
827
  msgid "File testfile 2 under test"
828
  msgstr "File testfile 2 wird getestet"
829
 
830
+ #: lib/wfu_constants.php:171
831
  msgid "File testfile 2 message"
832
  msgstr "Datei testfile 2 Nachricht"
833
 
834
+ #: lib/wfu_constants.php:172
835
  msgid "File testfile 2 administrator message"
836
  msgstr "Datei testfile 2 Admin-Nachricht"
837
 
838
+ #: lib/wfu_constants.php:174
839
  msgid ""
840
  "Insert variable %userid% inside text. It will be replaced by the id of the "
841
  "current user."
843
  "Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
844
  "aktuellen Benutzers ersetzt."
845
 
846
+ #: lib/wfu_constants.php:175
847
  msgid ""
848
  "Insert variable %username% inside text. It will be replaced by the username "
849
  "of the current user."
851
  "Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
852
  "Benutzernamen des aktuellen Benutzers ersetzt."
853
 
854
+ #: lib/wfu_constants.php:176
855
  msgid ""
856
  "Insert variable %useremail% inside text. It will be replaced by the email of "
857
  "the current user."
859
  "Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
860
  "Mail-Adresse des aktuellen Benutzers ersetzt."
861
 
862
+ #: lib/wfu_constants.php:177
863
  msgid ""
864
  "Insert variable %filename% inside text. It will be replaced by the filename "
865
  "of the uploaded file."
867
  "Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
868
  "der hochgeladenen Dateien ersetzt."
869
 
870
+ #: lib/wfu_constants.php:178
871
  msgid ""
872
  "Insert variable %filepath% inside text. It will be replaced by the full "
873
  "filepath of the uploaded file."
875
  "Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
876
  "vollständige Dateipfad der hochgeladenen Dateien ersetzt."
877
 
878
+ #: lib/wfu_constants.php:179
879
  msgid ""
880
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
881
  "the website."
883
  "Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
884
  "der Website ersetzt werden."
885
 
886
+ #: lib/wfu_constants.php:180
887
  msgid ""
888
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
889
  "current page."
891
  "Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
892
  "aktuellen Seite ersetzt."
893
 
894
+ #: lib/wfu_constants.php:181
895
  msgid ""
896
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
897
  "the current page."
899
  "Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
900
  "Title des aktuellen Benutzers ersetzt."
901
 
902
+ #: lib/wfu_constants.php:182
903
  msgid ""
904
  "Insert variable %userdataXXX% inside text. Select the user field from the "
905
  "drop-down list. It will be replaced by the value that the user entered in "
909
  "Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
910
  "ersetzt, die der Benutzer in dieses Feld eingetragen hat."
911
 
912
+ #: lib/wfu_constants.php:183
913
  msgid "Insert variable %n% inside text to denote a line change."
914
  msgstr ""
915
  "Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
916
  "kennzeichnen."
917
 
918
+ #: lib/wfu_constants.php:185
919
  msgid "Test Mode"
920
  msgstr "Test Modus"
921
 
922
+ #: lib/wfu_constants.php:186
923
  msgid "select dir..."
924
  msgstr "Wählen Sie das Verzeichnis ..."
925
 
926
+ #: lib/wfu_constants.php:187
927
  msgid "type dir"
928
  msgstr "Geben Sie das Verzeichnis ein"
929
 
930
+ #: lib/wfu_constants.php:188
931
  msgid "Upload path: %filepath%"
932
  msgstr "Upload-Pfad: %filepath%"
933
 
934
+ #: lib/wfu_constants.php:189
935
  msgid "Failed upload path: %filepath%"
936
  msgstr "Fehlerhafter Upload-Pfad: %filepath%"
937
 
938
+ #: lib/wfu_constants.php:190
939
  msgid " (required)"
940
  msgstr "(erforderlich)"
941
 
942
+ #: lib/wfu_constants.php:191
943
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
944
  msgstr ""
945
  "Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
946
  "verlassen wollen?"
947
 
948
+ #: lib/wfu_constants.php:192
949
  msgid "checking captcha..."
950
  msgstr "Prüfung captcha..."
951
 
952
+ #: lib/wfu_constants.php:193
953
  msgid "refreshing..."
954
  msgstr "erfrischend..."
955
 
956
+ #: lib/wfu_constants.php:194
957
  msgid "correct captcha"
958
  msgstr "korrekte captcha"
959
 
960
+ #: lib/wfu_constants.php:195
961
  msgid "click to continue the upload"
962
  msgstr "Klicken Sie, um das Hochladen fortsetzen"
963
 
964
+ #: lib/wfu_constants.php:196
965
  msgid "Are you sure you want to delete this file?"
966
  msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
967
 
968
+ #: lib/wfu_constants.php:197
969
  msgid "Are you sure you want to delete these files?"
970
  msgstr ""
971
 
972
+ #: lib/wfu_constants.php:198
973
  msgid "Bulk Actions"
974
  msgstr ""
975
 
976
+ #: lib/wfu_constants.php:199
977
  msgid "Apply"
978
  msgstr ""
979
 
980
+ #: lib/wfu_constants.php:200
981
  msgid "Are you sure that you want to cancel the upload?"
982
  msgstr ""
983
 
984
+ #: lib/wfu_constants.php:201
985
  msgid "cancel upload of this file"
986
  msgstr ""
987
 
988
+ #: lib/wfu_constants.php:202
989
  msgid "Upload in progress"
990
  msgstr "Upload läuft"
991
 
992
+ #: lib/wfu_constants.php:203
993
  msgid "Upload in progress with warnings!"
994
  msgstr "Upload läuft mit Warnhinweisen!"
995
 
996
+ #: lib/wfu_constants.php:204
997
  msgid "Upload in progress but some files already failed!"
998
  msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
999
 
1000
+ #: lib/wfu_constants.php:205
1001
  msgid "Upload in progress but no files uploaded so far!"
1002
  msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
1003
 
1004
+ #: lib/wfu_constants.php:206
1005
  msgid "All files uploaded successfully"
1006
  msgstr "Alle Dateien erfolgreich hochgeladen"
1007
 
1008
+ #: lib/wfu_constants.php:207
1009
  msgid "All files uploaded successfully but there are warnings!"
1010
  msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1011
 
1012
+ #: lib/wfu_constants.php:208
1013
  msgid "File uploaded successfully but there are warnings!"
1014
  msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
1015
 
1016
+ #: lib/wfu_constants.php:209
1017
  msgid "Some files failed to upload!"
1018
  msgstr "Einige Dateien konnten nicht hochgeladen werden!"
1019
 
1020
+ #: lib/wfu_constants.php:210
1021
  msgid "All files failed to upload"
1022
  msgstr "Alle Dateien konnten nicht hochgeladen werden"
1023
 
1024
+ #: lib/wfu_constants.php:211
1025
  msgid "File failed to upload"
1026
  msgstr "Datei konnte nicht hochgeladen werden"
1027
 
1028
+ #: lib/wfu_constants.php:212
1029
  msgid "There are no files to upload!"
1030
  msgstr "Es gibt keine Dateien zum Hochladen!"
1031
 
1032
+ #: lib/wfu_constants.php:213
1033
  msgid "Test upload message"
1034
  msgstr "Test-Upload-Nachricht"
1035
 
1036
+ #: lib/wfu_constants.php:214
1037
  msgid "JSON parse warning!"
1038
  msgstr "JSON parse Warnung!"
1039
 
1040
+ #: lib/wfu_constants.php:215
1041
  msgid "please wait while redirecting..."
1042
  msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
1043
 
1044
+ #: lib/wfu_constants.php:217
1045
  msgid "Submitting data"
1046
  msgstr ""
1047
 
1048
+ #: lib/wfu_constants.php:218
1049
  msgid "Data submitted successfully!"
1050
  msgstr ""
1051
 
1052
+ #: lib/wfu_constants.php:219
1053
  msgid "Data were not submitted!"
1054
  msgstr ""
1055
 
1056
+ #: lib/wfu_constants.php:220
1057
  msgid "Cancelling upload"
1058
  msgstr ""
1059
 
1060
+ #: lib/wfu_constants.php:222
1061
  msgid "Open visual shortcode editor in new window"
1062
  msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
1063
 
1064
+ #: lib/wfu_constants.php:223
1065
  msgid "loading visual editor"
1066
  msgstr "visueller Editor laden"
1067
 
1068
+ #: lib/wfu_constants.php:224
1069
  msgid "Clear file list?"
1070
  msgstr "Klar Dateiliste?"
1071
 
1072
+ #: lib/wfu_constants.php:225
1073
  msgid "DROP HERE"
1074
  msgstr "HIER ABLEGEN"
1075
 
1076
+ #: lib/wfu_constants.php:227
1077
  msgid "record video"
1078
  msgstr ""
1079
 
1080
+ #: lib/wfu_constants.php:228
1081
  msgid "take a picture"
1082
  msgstr ""
1083
 
1084
+ #: lib/wfu_constants.php:229
1085
  msgid "turn webcam on/off"
1086
  msgstr ""
1087
 
1088
+ #: lib/wfu_constants.php:230
1089
  msgid "go live again"
1090
  msgstr ""
1091
 
1092
+ #: lib/wfu_constants.php:231
1093
  msgid "end recording"
1094
  msgstr ""
1095
 
1096
+ #: lib/wfu_constants.php:232
1097
  msgid "play"
1098
  msgstr ""
1099
 
1100
+ #: lib/wfu_constants.php:233
1101
  msgid "pause"
1102
  msgstr ""
1103
 
1104
+ #: lib/wfu_constants.php:234
1105
  msgid "go to the beginning"
1106
  msgstr ""
1107
 
1108
+ #: lib/wfu_constants.php:235
1109
  msgid "go to the end"
1110
  msgstr ""
1111
 
1112
+ #: lib/wfu_constants.php:237
1113
  msgid "Wordpress File Upload Form"
1114
  msgstr "Wordpress Datei Upload Formular"
1115
 
1116
+ #: lib/wfu_constants.php:238
1117
  msgid "Wordpress File Upload plugin uploader for sidebars"
1118
  msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
1119
 
1120
+ #: lib/wfu_constants.php:239
1121
  msgid "Upload Files"
1122
  msgstr "Dateien hochladen"
1123
 
languages/wp-file-upload-el_GR.mo CHANGED
Binary file
languages/wp-file-upload-el_GR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:24+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:31+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: el\n"
@@ -89,59 +89,66 @@ msgstr "videostream"
89
  msgid "screenshot"
90
  msgstr "screenshot"
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
 
 
93
  msgid "File"
94
  msgstr "Αρχείο"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Ημερομηνία"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Μέγεθος"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Χρήστης"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Σελίδα"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Πεδία Χρήστη"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Λήψη"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Λήψη αυτού του αρχείου"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Διαγραφή"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Διαγραφή αυτού του αρχείου"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Ταξινόμηση λίστας με βάση αυτήν τη στήλη"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "επισκέπτης"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "άγνωστος"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
@@ -149,11 +156,11 @@ msgstr ""
149
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του καταλόγου προορισμού ftp. Ελέγξτε το "
150
  "domain στην ιδιότητα 'ftpinfo'."
151
 
152
- #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr "Σφάλμα. Μη έγκυρες πληροφορίες ftp. Ελέγξτε την ιδιότητα 'ftpinfo'."
155
 
156
- #: lib/wfu_constants.php:47
157
  msgid ""
158
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
159
  "syntax."
@@ -161,7 +168,7 @@ msgstr ""
161
  "Σφάλμα. Δεν ήταν δυνατή η εξαγωγή πληροφοριών ftp από την ιδιότητα "
162
  "'ftpinfo'. Ελέγξτε τη σύνταξή της."
163
 
164
- #: lib/wfu_constants.php:48
165
  msgid ""
166
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
167
  "attribute."
@@ -169,7 +176,7 @@ msgstr ""
169
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του ονόματος αρχείου προορισμού ftp. "
170
  "Ελέγξτε το domain στην ιδιότητα 'ftpinfo'."
171
 
172
- #: lib/wfu_constants.php:49
173
  msgid ""
174
  "Error. Could not open source file for ftp upload. Check if file is "
175
  "accessible."
@@ -177,12 +184,12 @@ msgstr ""
177
  "Σφάλμα. Δεν ήταν δυνατό το άνοιγμα του πηγαίου αρχείου για ftp μεταφόρτωση. "
178
  "Ελέγξτε αν το αρχείο είναι προσβάσιμο."
179
 
180
- #: lib/wfu_constants.php:50
181
  msgid "Error. Could not send data to ftp target file."
182
  msgstr ""
183
  "Σφάλμα. Δεν ήταν δυνατή η αποστολή δεδομένων στο ftp αρχείο προορισμού."
184
 
185
- #: lib/wfu_constants.php:51
186
  msgid ""
187
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
188
  "attribute."
@@ -190,7 +197,7 @@ msgstr ""
190
  "Σφάλμα. Δεν ήταν δυνατή η σύνδεση στο φιλοξενητή ftp. Ελέγξτε το όνομα χώρου "
191
  "στην ιδιότητα 'ftpinfo'."
192
 
193
- #: lib/wfu_constants.php:52
194
  msgid ""
195
  "Error. Could not authenticate to ftp host. Check username and password in "
196
  "'ftpinfo' attribute."
@@ -198,7 +205,7 @@ msgstr ""
198
  "Σφάλμα. Δεν ήταν δυνατή η αυθεντικοποίηση στο φιλοξενητή ftp. Ελέγξτε το "
199
  "όνομα χρήστη και κωδικό στην ιδιότητα 'ftpinfo'."
200
 
201
- #: lib/wfu_constants.php:53
202
  msgid ""
203
  "Error. Could not initialize sftp subsystem. Please check if the server "
204
  "supports sftp."
@@ -206,11 +213,11 @@ msgstr ""
206
  "Σφάλμα. Δεν ήταν δυνατή η αρχικοποίηση του υποσυστήματος sftp. Παρακαλώ "
207
  "ελέγξτε αν ο εξυπηρετητής υποστηρίζει sftp."
208
 
209
- #: lib/wfu_constants.php:54
210
  msgid "Error. The web server does not support sftp."
211
  msgstr "Σφάλμα. Ο εξυπηρετητής web δεν υποστηρίζει sftp."
212
 
213
- #: lib/wfu_constants.php:55
214
  msgid ""
215
  "Error. The upload size limit of PHP directive upload_max_filesize is "
216
  "preventing the upload of big files.\n"
@@ -220,7 +227,7 @@ msgstr ""
220
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
221
  "Το όριο της PHP ιδιότητας upload_max_filesize είναι:"
222
 
223
- #: lib/wfu_constants.php:56
224
  msgid ""
225
  "The upload time limit of PHP directive max_input_time is preventing the "
226
  "upload of big files.\n"
@@ -230,7 +237,7 @@ msgstr ""
230
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
231
  "Το όριο της PHP ιδιότητας max_input_time είναι:"
232
 
233
- #: lib/wfu_constants.php:57
234
  msgid ""
235
  "Error. Permission denied to write to target folder.\n"
236
  "Check and correct read/write permissions of target folder."
@@ -238,7 +245,7 @@ msgstr ""
238
  "Σφάλμα. Δεν επιτρέπεται η εγραφή στο φάκελο προορισμού.\n"
239
  "Ελέγξτε και διορθώστε τα δικαιώματα ανάγνωσης/εγγραφής στο φάκελο προορισμού."
240
 
241
- #: lib/wfu_constants.php:58
242
  msgid ""
243
  "Error. This file was rejected because its extension is not correct. Its "
244
  "proper filename is: "
@@ -246,7 +253,7 @@ msgstr ""
246
  "Σφάλμα. Το αρχείο απορρίφθηκε διότι η επέκτασή του δεν είναι σωστή. Το σωστό "
247
  "του όνομα είναι: "
248
 
249
- #: lib/wfu_constants.php:59
250
  msgid ""
251
  "Too many files are uploaded in a short period of time. This may be a Denial-"
252
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -257,7 +264,7 @@ msgstr ""
257
  "απορρίφθηκε. Παρακαλώ ελέγξτε το αρχείο καταγραφής των αποστελλόμενων "
258
  "αρχείων για ύποπτη συμπεριφορά."
259
 
260
- #: lib/wfu_constants.php:60
261
  msgid ""
262
  "File not uploaded in order to prevent overflow of the website. Please "
263
  "contact administrator."
@@ -265,37 +272,37 @@ msgstr ""
265
  "Το αρχείο δεν απεστάλλη προκειμένου να αποφευχθεί υπερφόρτωση της "
266
  "ιστοσελίδας. Παρακαλώ επικοινωνήστε με το διαχειριστή."
267
 
268
- #: lib/wfu_constants.php:61
269
  msgid "Targer folder doesn't exist."
270
  msgstr "Ο φάκελος προορισμού δεν υπάρχει."
271
 
272
- #: lib/wfu_constants.php:62
273
  msgid "Upload failed! Missing a temporary folder."
274
  msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
275
 
276
- #: lib/wfu_constants.php:63
277
  msgid "Upload failed! Permission denied to write to target folder."
278
  msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
279
 
280
- #: lib/wfu_constants.php:64
281
  msgid "File not allowed."
282
  msgstr "Το αρχείο δεν επιτρέπεται."
283
 
284
- #: lib/wfu_constants.php:65
285
  msgid "File is suspicious and was rejected."
286
  msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
287
 
288
- #: lib/wfu_constants.php:66
289
  msgid "The uploaded file exceeds the file size limit."
290
  msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
291
 
292
- #: lib/wfu_constants.php:67
293
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
294
  msgstr ""
295
  "Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
296
  "server."
297
 
298
- #: lib/wfu_constants.php:68
299
  msgid ""
300
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
301
  "Please contact the administrator."
@@ -303,7 +310,7 @@ msgstr ""
303
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
304
  "αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
305
 
306
- #: lib/wfu_constants.php:69
307
  msgid ""
308
  "Upload failed! The duration of the upload exceeded the time limit of the "
309
  "server. Please contact the administrator."
@@ -311,7 +318,7 @@ msgstr ""
311
  "Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
312
  "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
313
 
314
- #: lib/wfu_constants.php:70
315
  msgid ""
316
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
317
  "was specified in the HTML form."
@@ -319,19 +326,19 @@ msgstr ""
319
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
320
  "MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
321
 
322
- #: lib/wfu_constants.php:71
323
  msgid "Upload failed! The uploaded file was only partially uploaded."
324
  msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
325
 
326
- #: lib/wfu_constants.php:72
327
  msgid "Upload failed! No file was uploaded."
328
  msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
329
 
330
- #: lib/wfu_constants.php:73
331
  msgid "Upload failed! Failed to write file to disk."
332
  msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
333
 
334
- #: lib/wfu_constants.php:74
335
  msgid ""
336
  "Upload failed! Error occured while moving temporary file. Please contact "
337
  "administrator."
@@ -339,11 +346,11 @@ msgstr ""
339
  "Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
340
  "αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
341
 
342
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
343
  msgid "Upload cancelled!"
344
  msgstr "Η αποστολή ακυρώθηκε!"
345
 
346
- #: lib/wfu_constants.php:76
347
  msgid ""
348
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
349
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -354,20 +361,20 @@ msgstr ""
354
  "εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
355
  "βοηθήσει."
356
 
357
- #: lib/wfu_constants.php:77
358
  msgid "Upload failed! Error occured while attemting to upload the file."
359
  msgstr ""
360
  "Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
361
 
362
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
363
  msgid "Upload failed!"
364
  msgstr "Η αποστολή απέτυχε!"
365
 
366
- #: lib/wfu_constants.php:79
367
  msgid "No file!"
368
  msgstr "Κανένα αρχείο!"
369
 
370
- #: lib/wfu_constants.php:80
371
  msgid ""
372
  "Upload failed! The upload has been canceled by the user or the browser "
373
  "dropped the connection."
@@ -375,27 +382,27 @@ msgstr ""
375
  "Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
376
  "έχασε τη σύνδεση."
377
 
378
- #: lib/wfu_constants.php:81
379
  msgid "Upload failed! Unknown error."
380
  msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
381
 
382
- #: lib/wfu_constants.php:82
383
  msgid "Please contact the administrator."
384
  msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
385
 
386
- #: lib/wfu_constants.php:83
387
  msgid "No result from remote server!"
388
  msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
389
 
390
- #: lib/wfu_constants.php:84
391
  msgid " but with warnings"
392
  msgstr " αλλά με προειδοποιήσεις"
393
 
394
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
395
  msgid "Warning: JSON parse error."
396
  msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
397
 
398
- #: lib/wfu_constants.php:86
399
  msgid ""
400
  "Upload parameters of this file, passed as JSON string to the handler, could "
401
  "not be parsed."
@@ -403,19 +410,19 @@ msgstr ""
403
  "Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
404
  "συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
405
 
406
- #: lib/wfu_constants.php:88
407
  msgid ""
408
  "UploadStates, passed as JSON string to the handler, could not be parsed."
409
  msgstr ""
410
  "Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
411
  "JSON, δεν μπόρεσε να μετατραπεί."
412
 
413
- #: lib/wfu_constants.php:89
414
  msgid ""
415
  "Redirection to classic form functionality occurred due to unknown error."
416
  msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
417
 
418
- #: lib/wfu_constants.php:90
419
  msgid ""
420
  "Redirection to classic form functionality occurred because AJAX is not "
421
  "supported."
@@ -423,7 +430,7 @@ msgstr ""
423
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
424
  "AJAX."
425
 
426
- #: lib/wfu_constants.php:91
427
  msgid ""
428
  "Redirection to classic form functionality occurred because HTML5 is not "
429
  "supported."
@@ -431,60 +438,60 @@ msgstr ""
431
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
432
  "HTML5."
433
 
434
- #: lib/wfu_constants.php:92
435
  msgid ""
436
  "Redirection to classic form functionality occurred due to JSON parse error."
437
  msgstr ""
438
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
439
  "JSON."
440
 
441
- #: lib/wfu_constants.php:93
442
  msgid "Please enable popup windows from the browser's settings!"
443
  msgstr ""
444
  "Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
445
  "προγράμματος περιήγησης!"
446
 
447
- #: lib/wfu_constants.php:94
448
  msgid "cannot be empty!"
449
  msgstr "δεν μπορεί να είναι κενό!"
450
 
451
- #: lib/wfu_constants.php:95
452
  msgid "number not valid!"
453
  msgstr "μη έγκυρος αριθμός!"
454
 
455
- #: lib/wfu_constants.php:96
456
  msgid "email not valid!"
457
  msgstr "το email δεν είναι έγκυρο!"
458
 
459
- #: lib/wfu_constants.php:97
460
  msgid "emails do not match!"
461
  msgstr "τα emails δεν ταιριάζουν!"
462
 
463
- #: lib/wfu_constants.php:98
464
  msgid "no base email field in group!"
465
  msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
466
 
467
- #: lib/wfu_constants.php:99
468
  msgid "passwords do not match!"
469
  msgstr "οι κωδικοί δεν ταιριάζουν!"
470
 
471
- #: lib/wfu_constants.php:100
472
  msgid "no base password field in group!"
473
  msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
474
 
475
- #: lib/wfu_constants.php:101
476
  msgid "checkbox unchecked!"
477
  msgstr "το checkbox είναι μη επιλεγμένο!"
478
 
479
- #: lib/wfu_constants.php:102
480
  msgid "no option selected!"
481
  msgstr "δεν έχει γίνει επιλογή!"
482
 
483
- #: lib/wfu_constants.php:103
484
  msgid "no item selected!"
485
  msgstr "δεν έχει γίνει επιλογή!"
486
 
487
- #: lib/wfu_constants.php:104
488
  msgid ""
489
  "There are more than one instances of the plugin in this page with the same "
490
  "id. Please change it."
@@ -492,7 +499,7 @@ msgstr ""
492
  "Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
493
  "ίδιο id. Παρακαλούμε να το αλλάξετε."
494
 
495
- #: lib/wfu_constants.php:105
496
  msgid ""
497
  "Cannot edit the shortcode because the page has been modified. Please reload "
498
  "the page."
@@ -500,19 +507,19 @@ msgstr ""
500
  "Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
501
  "Παρακαλούμε ξαναφορτώστε τη σελίδα."
502
 
503
- #: lib/wfu_constants.php:106
504
  msgid "Your browser does not support webcam capture!"
505
  msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
506
 
507
- #: lib/wfu_constants.php:107
508
  msgid "Your browser does not support video recording from the webcam!"
509
  msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
510
 
511
- #: lib/wfu_constants.php:108
512
  msgid "No video was recorded!"
513
  msgstr "Δεν καταγράφηκε video!"
514
 
515
- #: lib/wfu_constants.php:109
516
  msgid ""
517
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
518
  "or use RecaptchaV2 (no account)."
@@ -520,7 +527,7 @@ msgstr ""
520
  "ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
521
  "Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
522
 
523
- #: lib/wfu_constants.php:110
524
  msgid ""
525
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
526
  "notify administrator."
@@ -528,7 +535,7 @@ msgstr ""
528
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
529
  "σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
530
 
531
- #: lib/wfu_constants.php:111
532
  msgid ""
533
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
534
  "use RecaptchaV1 (no account)."
@@ -536,12 +543,12 @@ msgstr ""
536
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
537
  "σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
538
 
539
- #: lib/wfu_constants.php:112
540
  msgid "ERROR: No site key. Please contact administrator!"
541
  msgstr ""
542
  "ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
543
 
544
- #: lib/wfu_constants.php:113
545
  msgid ""
546
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
547
  "define Google Recaptcha keys."
@@ -549,128 +556,128 @@ msgstr ""
549
  "ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
550
  "plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
551
 
552
- #: lib/wfu_constants.php:114
553
  msgid "Bad captcha image!"
554
  msgstr "Μη έγκυρη εικόνα captcha!"
555
 
556
- #: lib/wfu_constants.php:115
557
  msgid "No input!"
558
  msgstr "Κενό!"
559
 
560
- #: lib/wfu_constants.php:116
561
  msgid "Captcha not completed!"
562
  msgstr "Το captcha δε συμπληρώθηκε!"
563
 
564
- #: lib/wfu_constants.php:117
565
  msgid "Wrong captcha!"
566
  msgstr "Λάθος captcha!"
567
 
568
- #: lib/wfu_constants.php:118
569
  msgid "Error refreshing captcha!"
570
  msgstr "Σφάλμα ανανέωσης του captcha!"
571
 
572
- #: lib/wfu_constants.php:119
573
  msgid "Unknown captcha error!"
574
  msgstr "Άγνωστο σφάλμα captcha!"
575
 
576
- #: lib/wfu_constants.php:120
577
  msgid "Captcha not supported by your browser!"
578
  msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
579
 
580
- #: lib/wfu_constants.php:121
581
  msgid "the secret parameter is missing"
582
  msgstr "η μυστική παράμετρος λείπει"
583
 
584
- #: lib/wfu_constants.php:122
585
  msgid "the secret parameter is invalid or malformed"
586
  msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
587
 
588
- #: lib/wfu_constants.php:123
589
  msgid "the response parameter is missing"
590
  msgstr "η παράμετρος απάντησης λείπει"
591
 
592
- #: lib/wfu_constants.php:124
593
  msgid "the response parameter is invalid or malformed"
594
  msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
595
 
596
- #: lib/wfu_constants.php:125
597
  msgid "Please do not use drag drop due to an internal problem."
598
  msgstr ""
599
  "Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
600
 
601
- #: lib/wfu_constants.php:126
602
  #, php-format
603
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
604
  msgstr ""
605
  "Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
606
  "τμήμα %d"
607
 
608
- #: lib/wfu_constants.php:127
609
  msgid "Chunked upload is not allowed!"
610
  msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
611
 
612
- #: lib/wfu_constants.php:128
613
  msgid "Chunked upload aborted due to error in previous chunk!"
614
  msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
615
 
616
- #: lib/wfu_constants.php:129
617
  msgid "Chunked upload failed, final file could not be created!"
618
  msgstr ""
619
  "Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
620
  "δημιουργηθεί!"
621
 
622
- #: lib/wfu_constants.php:130
623
  #, php-format
624
  msgid "Could not write file chuck to destination on chunk %d"
625
  msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
626
 
627
- #: lib/wfu_constants.php:131
628
  #, php-format
629
  msgid "Could not enlarge destination file on chunk %d"
630
  msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
631
 
632
- #: lib/wfu_constants.php:132
633
  #, php-format
634
  msgid "Could not open file handles on chunk %d"
635
  msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
636
 
637
- #: lib/wfu_constants.php:133
638
  msgid "You are not allowed to download this file!"
639
  msgstr "Δεν επιτρέπεται να κατεβάσετε αυτό το αρχείο!"
640
 
641
- #: lib/wfu_constants.php:134
642
  msgid "File does not exist!"
643
  msgstr "Το αρχείο δεν υπάρχει!"
644
 
645
- #: lib/wfu_constants.php:135
646
  msgid "Could not download file!"
647
  msgstr "Δεν ήταν δυνατό το κατέβασμα του αρχείου!"
648
 
649
- #: lib/wfu_constants.php:136
650
  msgid "You are not allowed to delete this file!"
651
  msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
652
 
653
- #: lib/wfu_constants.php:137
654
  msgid "File was not deleted!"
655
  msgstr "Το αρχείο δε διαγράφηκε!"
656
 
657
- #: lib/wfu_constants.php:138
658
  msgid "No file was deleted!"
659
  msgstr "Δε διαγράφηκε κανένα αρχείο!"
660
 
661
- #: lib/wfu_constants.php:139
662
  msgid "Some files were not deleted!"
663
  msgstr "Μερικά αρχεία δε διαγράφηκαν!"
664
 
665
- #: lib/wfu_constants.php:141
666
  msgid "Upload skipped! File already exists."
667
  msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
668
 
669
- #: lib/wfu_constants.php:142
670
  msgid "The extension of the file does not match its contents."
671
  msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
672
 
673
- #: lib/wfu_constants.php:143
674
  msgid ""
675
  "Upload succeeded but the file is suspicious because its contents do not "
676
  "match its extension. Its proper filename is: "
@@ -678,20 +685,25 @@ msgstr ""
678
  "Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
679
  "του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
680
 
681
- #: lib/wfu_constants.php:144
682
  msgid "No files have been selected!"
683
  msgstr "Δεν επιλέχθηκαν αρχεία!"
684
 
685
- #: lib/wfu_constants.php:145
 
 
 
 
 
686
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
687
  msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
688
 
689
- #: lib/wfu_constants.php:146
690
  msgid "Notification email was not sent because there were no files uploaded."
691
  msgstr ""
692
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
693
 
694
- #: lib/wfu_constants.php:147
695
  msgid ""
696
  "Notification email was not sent because no recipients were defined. Please "
697
  "check notifyrecipients attribute in the shortcode."
@@ -699,7 +711,7 @@ msgstr ""
699
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
700
  "Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
701
 
702
- #: lib/wfu_constants.php:148
703
  msgid ""
704
  "Notification email was not sent due to an error. Please check "
705
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -707,7 +719,7 @@ msgstr ""
707
  "Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
708
  "τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
709
 
710
- #: lib/wfu_constants.php:149
711
  msgid ""
712
  "Redirection not executed because redirection link is empty. Please check "
713
  "redirectlink attribute."
@@ -715,18 +727,18 @@ msgstr ""
715
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
716
  "κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
717
 
718
- #: lib/wfu_constants.php:150
719
  msgid ""
720
  "Redirection not executed because not all files were successfully uploaded."
721
  msgstr ""
722
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
723
  "επιτυχώς."
724
 
725
- #: lib/wfu_constants.php:151
726
  msgid "Potential Denial-Of-Service Attack on {SITE}"
727
  msgstr "Πιθανή Επίθεση Τύπου Denial-Of-Service στο {SITE}"
728
 
729
- #: lib/wfu_constants.php:152
730
  msgid ""
731
  "Hello admin\n"
732
  "\n"
@@ -763,7 +775,7 @@ msgstr ""
763
  "\n"
764
  "Ευχαριστώ"
765
 
766
- #: lib/wfu_constants.php:153
767
  msgid ""
768
  "You have activated an alternative insecure Iptanus Services Server. For "
769
  "details please contact info@iptanus.com."
@@ -771,7 +783,7 @@ msgstr ""
771
  "Έχετε ενεργοποιήσει έναν εναλλακτικό μη ασφαλή Iptanus Services Server. Για "
772
  "λεπτομέρειες παρακαλούμε επικοινωνήστε με το info@iptanus.com."
773
 
774
- #: lib/wfu_constants.php:154
775
  msgid ""
776
  "Iptanus Services Server is unreachable. This may cause problems in some "
777
  "plugin functions. Please contact info@iptanus.com for details."
@@ -780,7 +792,7 @@ msgstr ""
780
  "να προκαλέσει προβλήματα σε κάποιες λειτουργίες του plugin. Παρακαλούμε "
781
  "επικοινωνήστε με το info@iptanus.com για λεπτομέρειες."
782
 
783
- #: lib/wfu_constants.php:156
784
  msgid ""
785
  "Failed to add the shortcode to the page/post. Please try again. If the "
786
  "message persists, contact administrator."
@@ -788,7 +800,7 @@ msgstr ""
788
  "Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
789
  "προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
790
 
791
- #: lib/wfu_constants.php:157
792
  msgid ""
793
  "Failed to edit the shortcode because the contents of the page changed. Try "
794
  "again to edit the shortcode."
@@ -796,7 +808,7 @@ msgstr ""
796
  "Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
797
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
798
 
799
- #: lib/wfu_constants.php:158
800
  msgid ""
801
  "Failed to delete the shortcode because the contents of the page changed. Try "
802
  "again to delete it."
@@ -804,7 +816,7 @@ msgstr ""
804
  "Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
805
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
806
 
807
- #: lib/wfu_constants.php:159
808
  msgid ""
809
  "The page containing the shortcode has been modified and it is no longer "
810
  "valid. Please go back to reload the shortcode."
@@ -812,7 +824,7 @@ msgstr ""
812
  "Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
813
  "ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
814
 
815
- #: lib/wfu_constants.php:160
816
  msgid ""
817
  "Failed to update the shortcode because the contents of the page changed. Go "
818
  "back to reload the shortcode."
@@ -820,7 +832,7 @@ msgstr ""
820
  "Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
821
  "άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
822
 
823
- #: lib/wfu_constants.php:161
824
  msgid ""
825
  "Failed to update the shortcode. Please try again. If the problem persists, "
826
  "go back and reload the shortcode."
@@ -828,39 +840,39 @@ msgstr ""
828
  "Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
829
  "πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
830
 
831
- #: lib/wfu_constants.php:163
832
  msgid "This is a test message"
833
  msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
834
 
835
- #: lib/wfu_constants.php:164
836
  msgid "This is a test administrator message"
837
  msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
838
 
839
- #: lib/wfu_constants.php:165
840
  msgid "File testfile 1 under test"
841
  msgstr "Αρχείο testfile 1 υπό έλεγχο"
842
 
843
- #: lib/wfu_constants.php:166
844
  msgid "File testfile 1 message"
845
  msgstr "Μήνυμα αρχείου testfile 1"
846
 
847
- #: lib/wfu_constants.php:167
848
  msgid "File testfile 1 administrator message"
849
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
850
 
851
- #: lib/wfu_constants.php:168
852
  msgid "File testfile 2 under test"
853
  msgstr "Αρχείο testfile 2 υπό έλεγχο"
854
 
855
- #: lib/wfu_constants.php:169
856
  msgid "File testfile 2 message"
857
  msgstr "Μήνυμα αρχείου testfile 2"
858
 
859
- #: lib/wfu_constants.php:170
860
  msgid "File testfile 2 administrator message"
861
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
862
 
863
- #: lib/wfu_constants.php:172
864
  msgid ""
865
  "Insert variable %userid% inside text. It will be replaced by the id of the "
866
  "current user."
@@ -868,7 +880,7 @@ msgstr ""
868
  "Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
869
  "τρέχοντος χρήστη."
870
 
871
- #: lib/wfu_constants.php:173
872
  msgid ""
873
  "Insert variable %username% inside text. It will be replaced by the username "
874
  "of the current user."
@@ -876,7 +888,7 @@ msgstr ""
876
  "Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
877
  "του τρέχοντος χρήστη."
878
 
879
- #: lib/wfu_constants.php:174
880
  msgid ""
881
  "Insert variable %useremail% inside text. It will be replaced by the email of "
882
  "the current user."
@@ -884,7 +896,7 @@ msgstr ""
884
  "Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
885
  "email του τρέχοντος χρήστη."
886
 
887
- #: lib/wfu_constants.php:175
888
  msgid ""
889
  "Insert variable %filename% inside text. It will be replaced by the filename "
890
  "of the uploaded file."
@@ -892,7 +904,7 @@ msgstr ""
892
  "Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
893
  "του αποστελλομένου αρχείου."
894
 
895
- #: lib/wfu_constants.php:176
896
  msgid ""
897
  "Insert variable %filepath% inside text. It will be replaced by the full "
898
  "filepath of the uploaded file."
@@ -900,7 +912,7 @@ msgstr ""
900
  "Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
901
  "πλήρη διαδρομή του αποστελλομένου αρχείου."
902
 
903
- #: lib/wfu_constants.php:177
904
  msgid ""
905
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
906
  "the website."
@@ -908,7 +920,7 @@ msgstr ""
908
  "Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
909
  "της ιστοσελίδας."
910
 
911
- #: lib/wfu_constants.php:178
912
  msgid ""
913
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
914
  "current page."
@@ -916,7 +928,7 @@ msgstr ""
916
  "Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
917
  "τρέχουσας σελίδας."
918
 
919
- #: lib/wfu_constants.php:179
920
  msgid ""
921
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
922
  "the current page."
@@ -924,7 +936,7 @@ msgstr ""
924
  "Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
925
  "τίτλο της τρέχουσας σελίδας."
926
 
927
- #: lib/wfu_constants.php:180
928
  msgid ""
929
  "Insert variable %userdataXXX% inside text. Select the user field from the "
930
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -934,213 +946,213 @@ msgstr ""
934
  "από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
935
  "εισήγαγε ο χρήστης σε αυτό το πεδίο."
936
 
937
- #: lib/wfu_constants.php:181
938
  msgid "Insert variable %n% inside text to denote a line change."
939
  msgstr ""
940
  "Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
941
 
942
- #: lib/wfu_constants.php:183
943
  msgid "Test Mode"
944
  msgstr "Κατάσταση Ελέγχου"
945
 
946
- #: lib/wfu_constants.php:184
947
  msgid "select dir..."
948
  msgstr "επιλογή καταλόγου..."
949
 
950
- #: lib/wfu_constants.php:185
951
  msgid "type dir"
952
  msgstr "εισάγετε κατάλογο"
953
 
954
- #: lib/wfu_constants.php:186
955
  msgid "Upload path: %filepath%"
956
  msgstr "Διαδρομή προορισμού: %filepath%"
957
 
958
- #: lib/wfu_constants.php:187
959
  msgid "Failed upload path: %filepath%"
960
  msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
961
 
962
- #: lib/wfu_constants.php:188
963
  msgid " (required)"
964
  msgstr " (απαραίτητο)"
965
 
966
- #: lib/wfu_constants.php:189
967
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
968
  msgstr ""
969
  "Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
970
 
971
- #: lib/wfu_constants.php:190
972
  msgid "checking captcha..."
973
  msgstr "έλεγχος captcha..."
974
 
975
- #: lib/wfu_constants.php:191
976
  msgid "refreshing..."
977
  msgstr "ανανέωση..."
978
 
979
- #: lib/wfu_constants.php:192
980
  msgid "correct captcha"
981
  msgstr "σωστό captcha"
982
 
983
- #: lib/wfu_constants.php:193
984
  msgid "click to continue the upload"
985
  msgstr "πατήστε click για να συνεχίσει η αποστολή"
986
 
987
- #: lib/wfu_constants.php:194
988
  msgid "Are you sure you want to delete this file?"
989
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
990
 
991
- #: lib/wfu_constants.php:195
992
  msgid "Are you sure you want to delete these files?"
993
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτά τα αρχεία;"
994
 
995
- #: lib/wfu_constants.php:196
996
  msgid "Bulk Actions"
997
  msgstr "Μαζικές Ενέργειες"
998
 
999
- #: lib/wfu_constants.php:197
1000
  msgid "Apply"
1001
  msgstr "Εκτέλεση"
1002
 
1003
- #: lib/wfu_constants.php:198
1004
  msgid "Are you sure that you want to cancel the upload?"
1005
  msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
1006
 
1007
- #: lib/wfu_constants.php:199
1008
  msgid "cancel upload of this file"
1009
  msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
1010
 
1011
- #: lib/wfu_constants.php:200
1012
  msgid "Upload in progress"
1013
  msgstr "Αποστολή σε εξέλιξη"
1014
 
1015
- #: lib/wfu_constants.php:201
1016
  msgid "Upload in progress with warnings!"
1017
  msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
1018
 
1019
- #: lib/wfu_constants.php:202
1020
  msgid "Upload in progress but some files already failed!"
1021
  msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
1022
 
1023
- #: lib/wfu_constants.php:203
1024
  msgid "Upload in progress but no files uploaded so far!"
1025
  msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
1026
 
1027
- #: lib/wfu_constants.php:204
1028
  msgid "All files uploaded successfully"
1029
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
1030
 
1031
- #: lib/wfu_constants.php:205
1032
  msgid "All files uploaded successfully but there are warnings!"
1033
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1034
 
1035
- #: lib/wfu_constants.php:206
1036
  msgid "File uploaded successfully but there are warnings!"
1037
  msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1038
 
1039
- #: lib/wfu_constants.php:207
1040
  msgid "Some files failed to upload!"
1041
  msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
1042
 
1043
- #: lib/wfu_constants.php:208
1044
  msgid "All files failed to upload"
1045
  msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
1046
 
1047
- #: lib/wfu_constants.php:209
1048
  msgid "File failed to upload"
1049
  msgstr "Το αρχείο απέτυχε να αποσταλεί"
1050
 
1051
- #: lib/wfu_constants.php:210
1052
  msgid "There are no files to upload!"
1053
  msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
1054
 
1055
- #: lib/wfu_constants.php:211
1056
  msgid "Test upload message"
1057
  msgstr "Μήνυμα αποστολής ελέγχου"
1058
 
1059
- #: lib/wfu_constants.php:212
1060
  msgid "JSON parse warning!"
1061
  msgstr "Προειδοποίηση μετατροπής JSON!"
1062
 
1063
- #: lib/wfu_constants.php:213
1064
  msgid "please wait while redirecting..."
1065
  msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
1066
 
1067
- #: lib/wfu_constants.php:215
1068
  msgid "Submitting data"
1069
  msgstr "Τα δεδομένα αποστέλλονται"
1070
 
1071
- #: lib/wfu_constants.php:216
1072
  msgid "Data submitted successfully!"
1073
  msgstr "Τα δεδομένα αποστάλθηκαν με επιτυχία!"
1074
 
1075
- #: lib/wfu_constants.php:217
1076
  msgid "Data were not submitted!"
1077
  msgstr "Τα δεδομένα δεν αποστάλθηκαν!"
1078
 
1079
- #: lib/wfu_constants.php:218
1080
  msgid "Cancelling upload"
1081
  msgstr "Αποστολή αρχείων σε ακύρωση"
1082
 
1083
- #: lib/wfu_constants.php:220
1084
  msgid "Open visual shortcode editor in new window"
1085
  msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
1086
 
1087
- #: lib/wfu_constants.php:221
1088
  msgid "loading visual editor"
1089
  msgstr "φόρτωση του γραφικού επεξεργαστή"
1090
 
1091
- #: lib/wfu_constants.php:222
1092
  msgid "Clear file list?"
1093
  msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
1094
 
1095
- #: lib/wfu_constants.php:223
1096
  msgid "DROP HERE"
1097
  msgstr "ΑΦΗΣΤΕ ΕΔΩ"
1098
 
1099
- #: lib/wfu_constants.php:225
1100
  msgid "record video"
1101
  msgstr "εγγραφή video"
1102
 
1103
- #: lib/wfu_constants.php:226
1104
  msgid "take a picture"
1105
  msgstr "φωτογραφία"
1106
 
1107
- #: lib/wfu_constants.php:227
1108
  msgid "turn webcam on/off"
1109
  msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
1110
 
1111
- #: lib/wfu_constants.php:228
1112
  msgid "go live again"
1113
  msgstr "επιστροφή σε ζωντανή λήψη"
1114
 
1115
- #: lib/wfu_constants.php:229
1116
  msgid "end recording"
1117
  msgstr "τέλος εγγραφής"
1118
 
1119
- #: lib/wfu_constants.php:230
1120
  msgid "play"
1121
  msgstr "αναπαραγωγή"
1122
 
1123
- #: lib/wfu_constants.php:231
1124
  msgid "pause"
1125
  msgstr "παύση"
1126
 
1127
- #: lib/wfu_constants.php:232
1128
  msgid "go to the beginning"
1129
  msgstr "μετάβαση στην αρχή"
1130
 
1131
- #: lib/wfu_constants.php:233
1132
  msgid "go to the end"
1133
  msgstr "μετάβαση στο τέλος"
1134
 
1135
- #: lib/wfu_constants.php:235
1136
  msgid "Wordpress File Upload Form"
1137
  msgstr "Φόρμα του Wordpress File Upload"
1138
 
1139
- #: lib/wfu_constants.php:236
1140
  msgid "Wordpress File Upload plugin uploader for sidebars"
1141
  msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
1142
 
1143
- #: lib/wfu_constants.php:237
1144
  msgid "Upload Files"
1145
  msgstr "Αποστολή αρχείων"
1146
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:03+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:03+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: el\n"
89
  msgid "screenshot"
90
  msgstr "screenshot"
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+ "Με την ενεργοποίηση αυτής της επιλογής συμφωνώ να επιτρέπω στην ιστοσελίδα "
97
+ "να τηρεί προσωπικά μου δεδομένα"
98
+
99
+ #: lib/wfu_constants.php:32
100
  msgid "File"
101
  msgstr "Αρχείο"
102
 
103
+ #: lib/wfu_constants.php:33
104
  msgid "Date"
105
  msgstr "Ημερομηνία"
106
 
107
+ #: lib/wfu_constants.php:34
108
  msgid "Size"
109
  msgstr "Μέγεθος"
110
 
111
+ #: lib/wfu_constants.php:35
112
  msgid "User"
113
  msgstr "Χρήστης"
114
 
115
+ #: lib/wfu_constants.php:36
116
  msgid "Page"
117
  msgstr "Σελίδα"
118
 
119
+ #: lib/wfu_constants.php:37
120
  msgid "User Fields"
121
  msgstr "Πεδία Χρήστη"
122
 
123
+ #: lib/wfu_constants.php:38
124
  msgid "Download"
125
  msgstr "Λήψη"
126
 
127
+ #: lib/wfu_constants.php:39
128
  msgid "Download this file"
129
  msgstr "Λήψη αυτού του αρχείου"
130
 
131
+ #: lib/wfu_constants.php:40
132
  msgid "Delete"
133
  msgstr "Διαγραφή"
134
 
135
+ #: lib/wfu_constants.php:41
136
  msgid "Delete this file"
137
  msgstr "Διαγραφή αυτού του αρχείου"
138
 
139
+ #: lib/wfu_constants.php:42
140
  msgid "Sort list based on this column"
141
  msgstr "Ταξινόμηση λίστας με βάση αυτήν τη στήλη"
142
 
143
+ #: lib/wfu_constants.php:43
144
  msgid "guest"
145
  msgstr "επισκέπτης"
146
 
147
+ #: lib/wfu_constants.php:44
148
  msgid "unknown"
149
  msgstr "άγνωστος"
150
 
151
+ #: lib/wfu_constants.php:46
152
  msgid ""
153
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
154
  "attribute."
156
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του καταλόγου προορισμού ftp. Ελέγξτε το "
157
  "domain στην ιδιότητα 'ftpinfo'."
158
 
159
+ #: lib/wfu_constants.php:47
160
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
161
  msgstr "Σφάλμα. Μη έγκυρες πληροφορίες ftp. Ελέγξτε την ιδιότητα 'ftpinfo'."
162
 
163
+ #: lib/wfu_constants.php:48
164
  msgid ""
165
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
166
  "syntax."
168
  "Σφάλμα. Δεν ήταν δυνατή η εξαγωγή πληροφοριών ftp από την ιδιότητα "
169
  "'ftpinfo'. Ελέγξτε τη σύνταξή της."
170
 
171
+ #: lib/wfu_constants.php:49
172
  msgid ""
173
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
174
  "attribute."
176
  "Σφάλμα. Δεν ήταν δυνατή η επίλυση του ονόματος αρχείου προορισμού ftp. "
177
  "Ελέγξτε το domain στην ιδιότητα 'ftpinfo'."
178
 
179
+ #: lib/wfu_constants.php:50
180
  msgid ""
181
  "Error. Could not open source file for ftp upload. Check if file is "
182
  "accessible."
184
  "Σφάλμα. Δεν ήταν δυνατό το άνοιγμα του πηγαίου αρχείου για ftp μεταφόρτωση. "
185
  "Ελέγξτε αν το αρχείο είναι προσβάσιμο."
186
 
187
+ #: lib/wfu_constants.php:51
188
  msgid "Error. Could not send data to ftp target file."
189
  msgstr ""
190
  "Σφάλμα. Δεν ήταν δυνατή η αποστολή δεδομένων στο ftp αρχείο προορισμού."
191
 
192
+ #: lib/wfu_constants.php:52
193
  msgid ""
194
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
195
  "attribute."
197
  "Σφάλμα. Δεν ήταν δυνατή η σύνδεση στο φιλοξενητή ftp. Ελέγξτε το όνομα χώρου "
198
  "στην ιδιότητα 'ftpinfo'."
199
 
200
+ #: lib/wfu_constants.php:53
201
  msgid ""
202
  "Error. Could not authenticate to ftp host. Check username and password in "
203
  "'ftpinfo' attribute."
205
  "Σφάλμα. Δεν ήταν δυνατή η αυθεντικοποίηση στο φιλοξενητή ftp. Ελέγξτε το "
206
  "όνομα χρήστη και κωδικό στην ιδιότητα 'ftpinfo'."
207
 
208
+ #: lib/wfu_constants.php:54
209
  msgid ""
210
  "Error. Could not initialize sftp subsystem. Please check if the server "
211
  "supports sftp."
213
  "Σφάλμα. Δεν ήταν δυνατή η αρχικοποίηση του υποσυστήματος sftp. Παρακαλώ "
214
  "ελέγξτε αν ο εξυπηρετητής υποστηρίζει sftp."
215
 
216
+ #: lib/wfu_constants.php:55
217
  msgid "Error. The web server does not support sftp."
218
  msgstr "Σφάλμα. Ο εξυπηρετητής web δεν υποστηρίζει sftp."
219
 
220
+ #: lib/wfu_constants.php:56
221
  msgid ""
222
  "Error. The upload size limit of PHP directive upload_max_filesize is "
223
  "preventing the upload of big files.\n"
227
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
228
  "Το όριο της PHP ιδιότητας upload_max_filesize είναι:"
229
 
230
+ #: lib/wfu_constants.php:57
231
  msgid ""
232
  "The upload time limit of PHP directive max_input_time is preventing the "
233
  "upload of big files.\n"
237
  "εμποδίζει την αποστολή μεγάλων αρχείων.\n"
238
  "Το όριο της PHP ιδιότητας max_input_time είναι:"
239
 
240
+ #: lib/wfu_constants.php:58
241
  msgid ""
242
  "Error. Permission denied to write to target folder.\n"
243
  "Check and correct read/write permissions of target folder."
245
  "Σφάλμα. Δεν επιτρέπεται η εγραφή στο φάκελο προορισμού.\n"
246
  "Ελέγξτε και διορθώστε τα δικαιώματα ανάγνωσης/εγγραφής στο φάκελο προορισμού."
247
 
248
+ #: lib/wfu_constants.php:59
249
  msgid ""
250
  "Error. This file was rejected because its extension is not correct. Its "
251
  "proper filename is: "
253
  "Σφάλμα. Το αρχείο απορρίφθηκε διότι η επέκτασή του δεν είναι σωστή. Το σωστό "
254
  "του όνομα είναι: "
255
 
256
+ #: lib/wfu_constants.php:60
257
  msgid ""
258
  "Too many files are uploaded in a short period of time. This may be a Denial-"
259
  "Of-Service attack, so file was rejected. Please check the upload log for "
264
  "απορρίφθηκε. Παρακαλώ ελέγξτε το αρχείο καταγραφής των αποστελλόμενων "
265
  "αρχείων για ύποπτη συμπεριφορά."
266
 
267
+ #: lib/wfu_constants.php:61
268
  msgid ""
269
  "File not uploaded in order to prevent overflow of the website. Please "
270
  "contact administrator."
272
  "Το αρχείο δεν απεστάλλη προκειμένου να αποφευχθεί υπερφόρτωση της "
273
  "ιστοσελίδας. Παρακαλώ επικοινωνήστε με το διαχειριστή."
274
 
275
+ #: lib/wfu_constants.php:62
276
  msgid "Targer folder doesn't exist."
277
  msgstr "Ο φάκελος προορισμού δεν υπάρχει."
278
 
279
+ #: lib/wfu_constants.php:63
280
  msgid "Upload failed! Missing a temporary folder."
281
  msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
282
 
283
+ #: lib/wfu_constants.php:64
284
  msgid "Upload failed! Permission denied to write to target folder."
285
  msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
286
 
287
+ #: lib/wfu_constants.php:65
288
  msgid "File not allowed."
289
  msgstr "Το αρχείο δεν επιτρέπεται."
290
 
291
+ #: lib/wfu_constants.php:66
292
  msgid "File is suspicious and was rejected."
293
  msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
294
 
295
+ #: lib/wfu_constants.php:67
296
  msgid "The uploaded file exceeds the file size limit."
297
  msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
298
 
299
+ #: lib/wfu_constants.php:68
300
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
301
  msgstr ""
302
  "Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
303
  "server."
304
 
305
+ #: lib/wfu_constants.php:69
306
  msgid ""
307
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
308
  "Please contact the administrator."
310
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
311
  "αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
312
 
313
+ #: lib/wfu_constants.php:70
314
  msgid ""
315
  "Upload failed! The duration of the upload exceeded the time limit of the "
316
  "server. Please contact the administrator."
318
  "Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
319
  "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
320
 
321
+ #: lib/wfu_constants.php:71
322
  msgid ""
323
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
324
  "was specified in the HTML form."
326
  "Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
327
  "MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
328
 
329
+ #: lib/wfu_constants.php:72
330
  msgid "Upload failed! The uploaded file was only partially uploaded."
331
  msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
332
 
333
+ #: lib/wfu_constants.php:73
334
  msgid "Upload failed! No file was uploaded."
335
  msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
336
 
337
+ #: lib/wfu_constants.php:74
338
  msgid "Upload failed! Failed to write file to disk."
339
  msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
340
 
341
+ #: lib/wfu_constants.php:75
342
  msgid ""
343
  "Upload failed! Error occured while moving temporary file. Please contact "
344
  "administrator."
346
  "Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
347
  "αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
348
 
349
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
350
  msgid "Upload cancelled!"
351
  msgstr "Η αποστολή ακυρώθηκε!"
352
 
353
+ #: lib/wfu_constants.php:77
354
  msgid ""
355
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
356
  "a way to ascertain which extension caused the file upload to stop; examining "
361
  "εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
362
  "βοηθήσει."
363
 
364
+ #: lib/wfu_constants.php:78
365
  msgid "Upload failed! Error occured while attemting to upload the file."
366
  msgstr ""
367
  "Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
368
 
369
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
370
  msgid "Upload failed!"
371
  msgstr "Η αποστολή απέτυχε!"
372
 
373
+ #: lib/wfu_constants.php:80
374
  msgid "No file!"
375
  msgstr "Κανένα αρχείο!"
376
 
377
+ #: lib/wfu_constants.php:81
378
  msgid ""
379
  "Upload failed! The upload has been canceled by the user or the browser "
380
  "dropped the connection."
382
  "Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
383
  "έχασε τη σύνδεση."
384
 
385
+ #: lib/wfu_constants.php:82
386
  msgid "Upload failed! Unknown error."
387
  msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
388
 
389
+ #: lib/wfu_constants.php:83
390
  msgid "Please contact the administrator."
391
  msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
392
 
393
+ #: lib/wfu_constants.php:84
394
  msgid "No result from remote server!"
395
  msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
396
 
397
+ #: lib/wfu_constants.php:85
398
  msgid " but with warnings"
399
  msgstr " αλλά με προειδοποιήσεις"
400
 
401
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
402
  msgid "Warning: JSON parse error."
403
  msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
404
 
405
+ #: lib/wfu_constants.php:87
406
  msgid ""
407
  "Upload parameters of this file, passed as JSON string to the handler, could "
408
  "not be parsed."
410
  "Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
411
  "συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
412
 
413
+ #: lib/wfu_constants.php:89
414
  msgid ""
415
  "UploadStates, passed as JSON string to the handler, could not be parsed."
416
  msgstr ""
417
  "Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
418
  "JSON, δεν μπόρεσε να μετατραπεί."
419
 
420
+ #: lib/wfu_constants.php:90
421
  msgid ""
422
  "Redirection to classic form functionality occurred due to unknown error."
423
  msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
424
 
425
+ #: lib/wfu_constants.php:91
426
  msgid ""
427
  "Redirection to classic form functionality occurred because AJAX is not "
428
  "supported."
430
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
431
  "AJAX."
432
 
433
+ #: lib/wfu_constants.php:92
434
  msgid ""
435
  "Redirection to classic form functionality occurred because HTML5 is not "
436
  "supported."
438
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
439
  "HTML5."
440
 
441
+ #: lib/wfu_constants.php:93
442
  msgid ""
443
  "Redirection to classic form functionality occurred due to JSON parse error."
444
  msgstr ""
445
  "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
446
  "JSON."
447
 
448
+ #: lib/wfu_constants.php:94
449
  msgid "Please enable popup windows from the browser's settings!"
450
  msgstr ""
451
  "Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
452
  "προγράμματος περιήγησης!"
453
 
454
+ #: lib/wfu_constants.php:95
455
  msgid "cannot be empty!"
456
  msgstr "δεν μπορεί να είναι κενό!"
457
 
458
+ #: lib/wfu_constants.php:96
459
  msgid "number not valid!"
460
  msgstr "μη έγκυρος αριθμός!"
461
 
462
+ #: lib/wfu_constants.php:97
463
  msgid "email not valid!"
464
  msgstr "το email δεν είναι έγκυρο!"
465
 
466
+ #: lib/wfu_constants.php:98
467
  msgid "emails do not match!"
468
  msgstr "τα emails δεν ταιριάζουν!"
469
 
470
+ #: lib/wfu_constants.php:99
471
  msgid "no base email field in group!"
472
  msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
473
 
474
+ #: lib/wfu_constants.php:100
475
  msgid "passwords do not match!"
476
  msgstr "οι κωδικοί δεν ταιριάζουν!"
477
 
478
+ #: lib/wfu_constants.php:101
479
  msgid "no base password field in group!"
480
  msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
481
 
482
+ #: lib/wfu_constants.php:102
483
  msgid "checkbox unchecked!"
484
  msgstr "το checkbox είναι μη επιλεγμένο!"
485
 
486
+ #: lib/wfu_constants.php:103
487
  msgid "no option selected!"
488
  msgstr "δεν έχει γίνει επιλογή!"
489
 
490
+ #: lib/wfu_constants.php:104
491
  msgid "no item selected!"
492
  msgstr "δεν έχει γίνει επιλογή!"
493
 
494
+ #: lib/wfu_constants.php:105
495
  msgid ""
496
  "There are more than one instances of the plugin in this page with the same "
497
  "id. Please change it."
499
  "Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
500
  "ίδιο id. Παρακαλούμε να το αλλάξετε."
501
 
502
+ #: lib/wfu_constants.php:106
503
  msgid ""
504
  "Cannot edit the shortcode because the page has been modified. Please reload "
505
  "the page."
507
  "Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
508
  "Παρακαλούμε ξαναφορτώστε τη σελίδα."
509
 
510
+ #: lib/wfu_constants.php:107
511
  msgid "Your browser does not support webcam capture!"
512
  msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
513
 
514
+ #: lib/wfu_constants.php:108
515
  msgid "Your browser does not support video recording from the webcam!"
516
  msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
517
 
518
+ #: lib/wfu_constants.php:109
519
  msgid "No video was recorded!"
520
  msgstr "Δεν καταγράφηκε video!"
521
 
522
+ #: lib/wfu_constants.php:110
523
  msgid ""
524
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
525
  "or use RecaptchaV2 (no account)."
527
  "ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
528
  "Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
529
 
530
+ #: lib/wfu_constants.php:111
531
  msgid ""
532
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
533
  "notify administrator."
535
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
536
  "σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
537
 
538
+ #: lib/wfu_constants.php:112
539
  msgid ""
540
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
541
  "use RecaptchaV1 (no account)."
543
  "ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
544
  "σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
545
 
546
+ #: lib/wfu_constants.php:113
547
  msgid "ERROR: No site key. Please contact administrator!"
548
  msgstr ""
549
  "ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
550
 
551
+ #: lib/wfu_constants.php:114
552
  msgid ""
553
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
554
  "define Google Recaptcha keys."
556
  "ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
557
  "plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
558
 
559
+ #: lib/wfu_constants.php:115
560
  msgid "Bad captcha image!"
561
  msgstr "Μη έγκυρη εικόνα captcha!"
562
 
563
+ #: lib/wfu_constants.php:116
564
  msgid "No input!"
565
  msgstr "Κενό!"
566
 
567
+ #: lib/wfu_constants.php:117
568
  msgid "Captcha not completed!"
569
  msgstr "Το captcha δε συμπληρώθηκε!"
570
 
571
+ #: lib/wfu_constants.php:118
572
  msgid "Wrong captcha!"
573
  msgstr "Λάθος captcha!"
574
 
575
+ #: lib/wfu_constants.php:119
576
  msgid "Error refreshing captcha!"
577
  msgstr "Σφάλμα ανανέωσης του captcha!"
578
 
579
+ #: lib/wfu_constants.php:120
580
  msgid "Unknown captcha error!"
581
  msgstr "Άγνωστο σφάλμα captcha!"
582
 
583
+ #: lib/wfu_constants.php:121
584
  msgid "Captcha not supported by your browser!"
585
  msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
586
 
587
+ #: lib/wfu_constants.php:122
588
  msgid "the secret parameter is missing"
589
  msgstr "η μυστική παράμετρος λείπει"
590
 
591
+ #: lib/wfu_constants.php:123
592
  msgid "the secret parameter is invalid or malformed"
593
  msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
594
 
595
+ #: lib/wfu_constants.php:124
596
  msgid "the response parameter is missing"
597
  msgstr "η παράμετρος απάντησης λείπει"
598
 
599
+ #: lib/wfu_constants.php:125
600
  msgid "the response parameter is invalid or malformed"
601
  msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
602
 
603
+ #: lib/wfu_constants.php:126
604
  msgid "Please do not use drag drop due to an internal problem."
605
  msgstr ""
606
  "Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
607
 
608
+ #: lib/wfu_constants.php:127
609
  #, php-format
610
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
611
  msgstr ""
612
  "Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
613
  "τμήμα %d"
614
 
615
+ #: lib/wfu_constants.php:128
616
  msgid "Chunked upload is not allowed!"
617
  msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
618
 
619
+ #: lib/wfu_constants.php:129
620
  msgid "Chunked upload aborted due to error in previous chunk!"
621
  msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
622
 
623
+ #: lib/wfu_constants.php:130
624
  msgid "Chunked upload failed, final file could not be created!"
625
  msgstr ""
626
  "Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
627
  "δημιουργηθεί!"
628
 
629
+ #: lib/wfu_constants.php:131
630
  #, php-format
631
  msgid "Could not write file chuck to destination on chunk %d"
632
  msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
633
 
634
+ #: lib/wfu_constants.php:132
635
  #, php-format
636
  msgid "Could not enlarge destination file on chunk %d"
637
  msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
638
 
639
+ #: lib/wfu_constants.php:133
640
  #, php-format
641
  msgid "Could not open file handles on chunk %d"
642
  msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
643
 
644
+ #: lib/wfu_constants.php:134
645
  msgid "You are not allowed to download this file!"
646
  msgstr "Δεν επιτρέπεται να κατεβάσετε αυτό το αρχείο!"
647
 
648
+ #: lib/wfu_constants.php:135
649
  msgid "File does not exist!"
650
  msgstr "Το αρχείο δεν υπάρχει!"
651
 
652
+ #: lib/wfu_constants.php:136
653
  msgid "Could not download file!"
654
  msgstr "Δεν ήταν δυνατό το κατέβασμα του αρχείου!"
655
 
656
+ #: lib/wfu_constants.php:137
657
  msgid "You are not allowed to delete this file!"
658
  msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
659
 
660
+ #: lib/wfu_constants.php:138
661
  msgid "File was not deleted!"
662
  msgstr "Το αρχείο δε διαγράφηκε!"
663
 
664
+ #: lib/wfu_constants.php:139
665
  msgid "No file was deleted!"
666
  msgstr "Δε διαγράφηκε κανένα αρχείο!"
667
 
668
+ #: lib/wfu_constants.php:140
669
  msgid "Some files were not deleted!"
670
  msgstr "Μερικά αρχεία δε διαγράφηκαν!"
671
 
672
+ #: lib/wfu_constants.php:142
673
  msgid "Upload skipped! File already exists."
674
  msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
675
 
676
+ #: lib/wfu_constants.php:143
677
  msgid "The extension of the file does not match its contents."
678
  msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
679
 
680
+ #: lib/wfu_constants.php:144
681
  msgid ""
682
  "Upload succeeded but the file is suspicious because its contents do not "
683
  "match its extension. Its proper filename is: "
685
  "Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
686
  "του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
687
 
688
+ #: lib/wfu_constants.php:145
689
  msgid "No files have been selected!"
690
  msgstr "Δεν επιλέχθηκαν αρχεία!"
691
 
692
+ #: lib/wfu_constants.php:146
693
+ msgid "Please complete the consent question before continuing the upload!"
694
+ msgstr ""
695
+ "Παρακαλώ απαντήστε στην ερώτηση συναίνεσης για να επιτραπεί η αποστολή!"
696
+
697
+ #: lib/wfu_constants.php:147
698
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
699
  msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
700
 
701
+ #: lib/wfu_constants.php:148
702
  msgid "Notification email was not sent because there were no files uploaded."
703
  msgstr ""
704
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
705
 
706
+ #: lib/wfu_constants.php:149
707
  msgid ""
708
  "Notification email was not sent because no recipients were defined. Please "
709
  "check notifyrecipients attribute in the shortcode."
711
  "Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
712
  "Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
713
 
714
+ #: lib/wfu_constants.php:150
715
  msgid ""
716
  "Notification email was not sent due to an error. Please check "
717
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
719
  "Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
720
  "τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
721
 
722
+ #: lib/wfu_constants.php:151
723
  msgid ""
724
  "Redirection not executed because redirection link is empty. Please check "
725
  "redirectlink attribute."
727
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
728
  "κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
729
 
730
+ #: lib/wfu_constants.php:152
731
  msgid ""
732
  "Redirection not executed because not all files were successfully uploaded."
733
  msgstr ""
734
  "Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
735
  "επιτυχώς."
736
 
737
+ #: lib/wfu_constants.php:153
738
  msgid "Potential Denial-Of-Service Attack on {SITE}"
739
  msgstr "Πιθανή Επίθεση Τύπου Denial-Of-Service στο {SITE}"
740
 
741
+ #: lib/wfu_constants.php:154
742
  msgid ""
743
  "Hello admin\n"
744
  "\n"
775
  "\n"
776
  "Ευχαριστώ"
777
 
778
+ #: lib/wfu_constants.php:155
779
  msgid ""
780
  "You have activated an alternative insecure Iptanus Services Server. For "
781
  "details please contact info@iptanus.com."
783
  "Έχετε ενεργοποιήσει έναν εναλλακτικό μη ασφαλή Iptanus Services Server. Για "
784
  "λεπτομέρειες παρακαλούμε επικοινωνήστε με το info@iptanus.com."
785
 
786
+ #: lib/wfu_constants.php:156
787
  msgid ""
788
  "Iptanus Services Server is unreachable. This may cause problems in some "
789
  "plugin functions. Please contact info@iptanus.com for details."
792
  "να προκαλέσει προβλήματα σε κάποιες λειτουργίες του plugin. Παρακαλούμε "
793
  "επικοινωνήστε με το info@iptanus.com για λεπτομέρειες."
794
 
795
+ #: lib/wfu_constants.php:158
796
  msgid ""
797
  "Failed to add the shortcode to the page/post. Please try again. If the "
798
  "message persists, contact administrator."
800
  "Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
801
  "προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
802
 
803
+ #: lib/wfu_constants.php:159
804
  msgid ""
805
  "Failed to edit the shortcode because the contents of the page changed. Try "
806
  "again to edit the shortcode."
808
  "Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
809
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
810
 
811
+ #: lib/wfu_constants.php:160
812
  msgid ""
813
  "Failed to delete the shortcode because the contents of the page changed. Try "
814
  "again to delete it."
816
  "Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
817
  "άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
818
 
819
+ #: lib/wfu_constants.php:161
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
  "Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
825
  "ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
826
 
827
+ #: lib/wfu_constants.php:162
828
  msgid ""
829
  "Failed to update the shortcode because the contents of the page changed. Go "
830
  "back to reload the shortcode."
832
  "Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
833
  "άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
834
 
835
+ #: lib/wfu_constants.php:163
836
  msgid ""
837
  "Failed to update the shortcode. Please try again. If the problem persists, "
838
  "go back and reload the shortcode."
840
  "Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
841
  "πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
842
 
843
+ #: lib/wfu_constants.php:165
844
  msgid "This is a test message"
845
  msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
846
 
847
+ #: lib/wfu_constants.php:166
848
  msgid "This is a test administrator message"
849
  msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
850
 
851
+ #: lib/wfu_constants.php:167
852
  msgid "File testfile 1 under test"
853
  msgstr "Αρχείο testfile 1 υπό έλεγχο"
854
 
855
+ #: lib/wfu_constants.php:168
856
  msgid "File testfile 1 message"
857
  msgstr "Μήνυμα αρχείου testfile 1"
858
 
859
+ #: lib/wfu_constants.php:169
860
  msgid "File testfile 1 administrator message"
861
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
862
 
863
+ #: lib/wfu_constants.php:170
864
  msgid "File testfile 2 under test"
865
  msgstr "Αρχείο testfile 2 υπό έλεγχο"
866
 
867
+ #: lib/wfu_constants.php:171
868
  msgid "File testfile 2 message"
869
  msgstr "Μήνυμα αρχείου testfile 2"
870
 
871
+ #: lib/wfu_constants.php:172
872
  msgid "File testfile 2 administrator message"
873
  msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
874
 
875
+ #: lib/wfu_constants.php:174
876
  msgid ""
877
  "Insert variable %userid% inside text. It will be replaced by the id of the "
878
  "current user."
880
  "Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
881
  "τρέχοντος χρήστη."
882
 
883
+ #: lib/wfu_constants.php:175
884
  msgid ""
885
  "Insert variable %username% inside text. It will be replaced by the username "
886
  "of the current user."
888
  "Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
889
  "του τρέχοντος χρήστη."
890
 
891
+ #: lib/wfu_constants.php:176
892
  msgid ""
893
  "Insert variable %useremail% inside text. It will be replaced by the email of "
894
  "the current user."
896
  "Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
897
  "email του τρέχοντος χρήστη."
898
 
899
+ #: lib/wfu_constants.php:177
900
  msgid ""
901
  "Insert variable %filename% inside text. It will be replaced by the filename "
902
  "of the uploaded file."
904
  "Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
905
  "του αποστελλομένου αρχείου."
906
 
907
+ #: lib/wfu_constants.php:178
908
  msgid ""
909
  "Insert variable %filepath% inside text. It will be replaced by the full "
910
  "filepath of the uploaded file."
912
  "Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
913
  "πλήρη διαδρομή του αποστελλομένου αρχείου."
914
 
915
+ #: lib/wfu_constants.php:179
916
  msgid ""
917
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
918
  "the website."
920
  "Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
921
  "της ιστοσελίδας."
922
 
923
+ #: lib/wfu_constants.php:180
924
  msgid ""
925
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
926
  "current page."
928
  "Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
929
  "τρέχουσας σελίδας."
930
 
931
+ #: lib/wfu_constants.php:181
932
  msgid ""
933
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
934
  "the current page."
936
  "Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
937
  "τίτλο της τρέχουσας σελίδας."
938
 
939
+ #: lib/wfu_constants.php:182
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
  "από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
947
  "εισήγαγε ο χρήστης σε αυτό το πεδίο."
948
 
949
+ #: lib/wfu_constants.php:183
950
  msgid "Insert variable %n% inside text to denote a line change."
951
  msgstr ""
952
  "Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
953
 
954
+ #: lib/wfu_constants.php:185
955
  msgid "Test Mode"
956
  msgstr "Κατάσταση Ελέγχου"
957
 
958
+ #: lib/wfu_constants.php:186
959
  msgid "select dir..."
960
  msgstr "επιλογή καταλόγου..."
961
 
962
+ #: lib/wfu_constants.php:187
963
  msgid "type dir"
964
  msgstr "εισάγετε κατάλογο"
965
 
966
+ #: lib/wfu_constants.php:188
967
  msgid "Upload path: %filepath%"
968
  msgstr "Διαδρομή προορισμού: %filepath%"
969
 
970
+ #: lib/wfu_constants.php:189
971
  msgid "Failed upload path: %filepath%"
972
  msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
973
 
974
+ #: lib/wfu_constants.php:190
975
  msgid " (required)"
976
  msgstr " (απαραίτητο)"
977
 
978
+ #: lib/wfu_constants.php:191
979
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
980
  msgstr ""
981
  "Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
982
 
983
+ #: lib/wfu_constants.php:192
984
  msgid "checking captcha..."
985
  msgstr "έλεγχος captcha..."
986
 
987
+ #: lib/wfu_constants.php:193
988
  msgid "refreshing..."
989
  msgstr "ανανέωση..."
990
 
991
+ #: lib/wfu_constants.php:194
992
  msgid "correct captcha"
993
  msgstr "σωστό captcha"
994
 
995
+ #: lib/wfu_constants.php:195
996
  msgid "click to continue the upload"
997
  msgstr "πατήστε click για να συνεχίσει η αποστολή"
998
 
999
+ #: lib/wfu_constants.php:196
1000
  msgid "Are you sure you want to delete this file?"
1001
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
1002
 
1003
+ #: lib/wfu_constants.php:197
1004
  msgid "Are you sure you want to delete these files?"
1005
  msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτά τα αρχεία;"
1006
 
1007
+ #: lib/wfu_constants.php:198
1008
  msgid "Bulk Actions"
1009
  msgstr "Μαζικές Ενέργειες"
1010
 
1011
+ #: lib/wfu_constants.php:199
1012
  msgid "Apply"
1013
  msgstr "Εκτέλεση"
1014
 
1015
+ #: lib/wfu_constants.php:200
1016
  msgid "Are you sure that you want to cancel the upload?"
1017
  msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
1018
 
1019
+ #: lib/wfu_constants.php:201
1020
  msgid "cancel upload of this file"
1021
  msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
1022
 
1023
+ #: lib/wfu_constants.php:202
1024
  msgid "Upload in progress"
1025
  msgstr "Αποστολή σε εξέλιξη"
1026
 
1027
+ #: lib/wfu_constants.php:203
1028
  msgid "Upload in progress with warnings!"
1029
  msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
1030
 
1031
+ #: lib/wfu_constants.php:204
1032
  msgid "Upload in progress but some files already failed!"
1033
  msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
1034
 
1035
+ #: lib/wfu_constants.php:205
1036
  msgid "Upload in progress but no files uploaded so far!"
1037
  msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
1038
 
1039
+ #: lib/wfu_constants.php:206
1040
  msgid "All files uploaded successfully"
1041
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
1042
 
1043
+ #: lib/wfu_constants.php:207
1044
  msgid "All files uploaded successfully but there are warnings!"
1045
  msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1046
 
1047
+ #: lib/wfu_constants.php:208
1048
  msgid "File uploaded successfully but there are warnings!"
1049
  msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
1050
 
1051
+ #: lib/wfu_constants.php:209
1052
  msgid "Some files failed to upload!"
1053
  msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
1054
 
1055
+ #: lib/wfu_constants.php:210
1056
  msgid "All files failed to upload"
1057
  msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
1058
 
1059
+ #: lib/wfu_constants.php:211
1060
  msgid "File failed to upload"
1061
  msgstr "Το αρχείο απέτυχε να αποσταλεί"
1062
 
1063
+ #: lib/wfu_constants.php:212
1064
  msgid "There are no files to upload!"
1065
  msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
1066
 
1067
+ #: lib/wfu_constants.php:213
1068
  msgid "Test upload message"
1069
  msgstr "Μήνυμα αποστολής ελέγχου"
1070
 
1071
+ #: lib/wfu_constants.php:214
1072
  msgid "JSON parse warning!"
1073
  msgstr "Προειδοποίηση μετατροπής JSON!"
1074
 
1075
+ #: lib/wfu_constants.php:215
1076
  msgid "please wait while redirecting..."
1077
  msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
1078
 
1079
+ #: lib/wfu_constants.php:217
1080
  msgid "Submitting data"
1081
  msgstr "Τα δεδομένα αποστέλλονται"
1082
 
1083
+ #: lib/wfu_constants.php:218
1084
  msgid "Data submitted successfully!"
1085
  msgstr "Τα δεδομένα αποστάλθηκαν με επιτυχία!"
1086
 
1087
+ #: lib/wfu_constants.php:219
1088
  msgid "Data were not submitted!"
1089
  msgstr "Τα δεδομένα δεν αποστάλθηκαν!"
1090
 
1091
+ #: lib/wfu_constants.php:220
1092
  msgid "Cancelling upload"
1093
  msgstr "Αποστολή αρχείων σε ακύρωση"
1094
 
1095
+ #: lib/wfu_constants.php:222
1096
  msgid "Open visual shortcode editor in new window"
1097
  msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
1098
 
1099
+ #: lib/wfu_constants.php:223
1100
  msgid "loading visual editor"
1101
  msgstr "φόρτωση του γραφικού επεξεργαστή"
1102
 
1103
+ #: lib/wfu_constants.php:224
1104
  msgid "Clear file list?"
1105
  msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
1106
 
1107
+ #: lib/wfu_constants.php:225
1108
  msgid "DROP HERE"
1109
  msgstr "ΑΦΗΣΤΕ ΕΔΩ"
1110
 
1111
+ #: lib/wfu_constants.php:227
1112
  msgid "record video"
1113
  msgstr "εγγραφή video"
1114
 
1115
+ #: lib/wfu_constants.php:228
1116
  msgid "take a picture"
1117
  msgstr "φωτογραφία"
1118
 
1119
+ #: lib/wfu_constants.php:229
1120
  msgid "turn webcam on/off"
1121
  msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
1122
 
1123
+ #: lib/wfu_constants.php:230
1124
  msgid "go live again"
1125
  msgstr "επιστροφή σε ζωντανή λήψη"
1126
 
1127
+ #: lib/wfu_constants.php:231
1128
  msgid "end recording"
1129
  msgstr "τέλος εγγραφής"
1130
 
1131
+ #: lib/wfu_constants.php:232
1132
  msgid "play"
1133
  msgstr "αναπαραγωγή"
1134
 
1135
+ #: lib/wfu_constants.php:233
1136
  msgid "pause"
1137
  msgstr "παύση"
1138
 
1139
+ #: lib/wfu_constants.php:234
1140
  msgid "go to the beginning"
1141
  msgstr "μετάβαση στην αρχή"
1142
 
1143
+ #: lib/wfu_constants.php:235
1144
  msgid "go to the end"
1145
  msgstr "μετάβαση στο τέλος"
1146
 
1147
+ #: lib/wfu_constants.php:237
1148
  msgid "Wordpress File Upload Form"
1149
  msgstr "Φόρμα του Wordpress File Upload"
1150
 
1151
+ #: lib/wfu_constants.php:238
1152
  msgid "Wordpress File Upload plugin uploader for sidebars"
1153
  msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
1154
 
1155
+ #: lib/wfu_constants.php:239
1156
  msgid "Upload Files"
1157
  msgstr "Αποστολή αρχείων"
1158
 
languages/wp-file-upload-en_US.mo CHANGED
Binary file
languages/wp-file-upload-en_US.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
@@ -87,555 +87,564 @@ msgstr ""
87
  msgid "screenshot"
88
  msgstr ""
89
 
90
- #: lib/wfu_constants.php:31
91
- msgid "File"
 
92
  msgstr ""
93
 
94
  #: lib/wfu_constants.php:32
95
- msgid "Date"
96
  msgstr ""
97
 
98
  #: lib/wfu_constants.php:33
99
- msgid "Size"
100
  msgstr ""
101
 
102
  #: lib/wfu_constants.php:34
103
- msgid "User"
104
  msgstr ""
105
 
106
  #: lib/wfu_constants.php:35
107
- msgid "Page"
108
  msgstr ""
109
 
110
  #: lib/wfu_constants.php:36
111
- msgid "User Fields"
112
  msgstr ""
113
 
114
  #: lib/wfu_constants.php:37
115
- msgid "Download"
116
  msgstr ""
117
 
118
  #: lib/wfu_constants.php:38
119
- msgid "Download this file"
120
  msgstr ""
121
 
122
  #: lib/wfu_constants.php:39
123
- msgid "Delete"
124
  msgstr ""
125
 
126
  #: lib/wfu_constants.php:40
127
- msgid "Delete this file"
128
  msgstr ""
129
 
130
  #: lib/wfu_constants.php:41
131
- msgid "Sort list based on this column"
132
  msgstr ""
133
 
134
  #: lib/wfu_constants.php:42
135
- msgid "guest"
136
  msgstr ""
137
 
138
  #: lib/wfu_constants.php:43
 
 
 
 
139
  msgid "unknown"
140
  msgstr ""
141
 
142
- #: lib/wfu_constants.php:45
143
  msgid ""
144
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
145
  "attribute."
146
  msgstr ""
147
 
148
- #: lib/wfu_constants.php:46
149
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
150
  msgstr ""
151
 
152
- #: lib/wfu_constants.php:47
153
  msgid ""
154
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
155
  "syntax."
156
  msgstr ""
157
 
158
- #: lib/wfu_constants.php:48
159
  msgid ""
160
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
161
  "attribute."
162
  msgstr ""
163
 
164
- #: lib/wfu_constants.php:49
165
  msgid ""
166
  "Error. Could not open source file for ftp upload. Check if file is "
167
  "accessible."
168
  msgstr ""
169
 
170
- #: lib/wfu_constants.php:50
171
  msgid "Error. Could not send data to ftp target file."
172
  msgstr ""
173
 
174
- #: lib/wfu_constants.php:51
175
  msgid ""
176
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
177
  "attribute."
178
  msgstr ""
179
 
180
- #: lib/wfu_constants.php:52
181
  msgid ""
182
  "Error. Could not authenticate to ftp host. Check username and password in "
183
  "'ftpinfo' attribute."
184
  msgstr ""
185
 
186
- #: lib/wfu_constants.php:53
187
  msgid ""
188
  "Error. Could not initialize sftp subsystem. Please check if the server "
189
  "supports sftp."
190
  msgstr ""
191
 
192
- #: lib/wfu_constants.php:54
193
  msgid "Error. The web server does not support sftp."
194
  msgstr ""
195
 
196
- #: lib/wfu_constants.php:55
197
  msgid ""
198
  "Error. The upload size limit of PHP directive upload_max_filesize is "
199
  "preventing the upload of big files.\n"
200
  "PHP directive upload_max_filesize limit is: "
201
  msgstr ""
202
 
203
- #: lib/wfu_constants.php:56
204
  msgid ""
205
  "The upload time limit of PHP directive max_input_time is preventing the "
206
  "upload of big files.\n"
207
  "PHP directive max_input_time limit is: "
208
  msgstr ""
209
 
210
- #: lib/wfu_constants.php:57
211
  msgid ""
212
  "Error. Permission denied to write to target folder.\n"
213
  "Check and correct read/write permissions of target folder."
214
  msgstr ""
215
 
216
- #: lib/wfu_constants.php:58
217
  msgid ""
218
  "Error. This file was rejected because its extension is not correct. Its "
219
  "proper filename is: "
220
  msgstr ""
221
 
222
- #: lib/wfu_constants.php:59
223
  msgid ""
224
  "Too many files are uploaded in a short period of time. This may be a Denial-"
225
  "Of-Service attack, so file was rejected. Please check the upload log for "
226
  "suspicious behaviour."
227
  msgstr ""
228
 
229
- #: lib/wfu_constants.php:60
230
  msgid ""
231
  "File not uploaded in order to prevent overflow of the website. Please "
232
  "contact administrator."
233
  msgstr ""
234
 
235
- #: lib/wfu_constants.php:61
236
  msgid "Targer folder doesn't exist."
237
  msgstr ""
238
 
239
- #: lib/wfu_constants.php:62
240
  msgid "Upload failed! Missing a temporary folder."
241
  msgstr ""
242
 
243
- #: lib/wfu_constants.php:63
244
  msgid "Upload failed! Permission denied to write to target folder."
245
  msgstr ""
246
 
247
- #: lib/wfu_constants.php:64
248
  msgid "File not allowed."
249
  msgstr ""
250
 
251
- #: lib/wfu_constants.php:65
252
  msgid "File is suspicious and was rejected."
253
  msgstr ""
254
 
255
- #: lib/wfu_constants.php:66
256
  msgid "The uploaded file exceeds the file size limit."
257
  msgstr ""
258
 
259
- #: lib/wfu_constants.php:67
260
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
261
  msgstr ""
262
 
263
- #: lib/wfu_constants.php:68
264
  msgid ""
265
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
266
  "Please contact the administrator."
267
  msgstr ""
268
 
269
- #: lib/wfu_constants.php:69
270
  msgid ""
271
  "Upload failed! The duration of the upload exceeded the time limit of the "
272
  "server. Please contact the administrator."
273
  msgstr ""
274
 
275
- #: lib/wfu_constants.php:70
276
  msgid ""
277
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
278
  "was specified in the HTML form."
279
  msgstr ""
280
 
281
- #: lib/wfu_constants.php:71
282
  msgid "Upload failed! The uploaded file was only partially uploaded."
283
  msgstr ""
284
 
285
- #: lib/wfu_constants.php:72
286
  msgid "Upload failed! No file was uploaded."
287
  msgstr ""
288
 
289
- #: lib/wfu_constants.php:73
290
  msgid "Upload failed! Failed to write file to disk."
291
  msgstr ""
292
 
293
- #: lib/wfu_constants.php:74
294
  msgid ""
295
  "Upload failed! Error occured while moving temporary file. Please contact "
296
  "administrator."
297
  msgstr ""
298
 
299
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
300
  msgid "Upload cancelled!"
301
  msgstr ""
302
 
303
- #: lib/wfu_constants.php:76
304
  msgid ""
305
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
306
  "a way to ascertain which extension caused the file upload to stop; examining "
307
  "the list of loaded extensions with phpinfo() may help."
308
  msgstr ""
309
 
310
- #: lib/wfu_constants.php:77
311
  msgid "Upload failed! Error occured while attemting to upload the file."
312
  msgstr ""
313
 
314
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
315
  msgid "Upload failed!"
316
  msgstr ""
317
 
318
- #: lib/wfu_constants.php:79
319
  msgid "No file!"
320
  msgstr ""
321
 
322
- #: lib/wfu_constants.php:80
323
  msgid ""
324
  "Upload failed! The upload has been canceled by the user or the browser "
325
  "dropped the connection."
326
  msgstr ""
327
 
328
- #: lib/wfu_constants.php:81
329
  msgid "Upload failed! Unknown error."
330
  msgstr ""
331
 
332
- #: lib/wfu_constants.php:82
333
  msgid "Please contact the administrator."
334
  msgstr ""
335
 
336
- #: lib/wfu_constants.php:83
337
  msgid "No result from remote server!"
338
  msgstr ""
339
 
340
- #: lib/wfu_constants.php:84
341
  msgid " but with warnings"
342
  msgstr ""
343
 
344
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
345
  msgid "Warning: JSON parse error."
346
  msgstr ""
347
 
348
- #: lib/wfu_constants.php:86
349
  msgid ""
350
  "Upload parameters of this file, passed as JSON string to the handler, could "
351
  "not be parsed."
352
  msgstr ""
353
 
354
- #: lib/wfu_constants.php:88
355
  msgid ""
356
  "UploadStates, passed as JSON string to the handler, could not be parsed."
357
  msgstr ""
358
 
359
- #: lib/wfu_constants.php:89
360
  msgid ""
361
  "Redirection to classic form functionality occurred due to unknown error."
362
  msgstr ""
363
 
364
- #: lib/wfu_constants.php:90
365
  msgid ""
366
  "Redirection to classic form functionality occurred because AJAX is not "
367
  "supported."
368
  msgstr ""
369
 
370
- #: lib/wfu_constants.php:91
371
  msgid ""
372
  "Redirection to classic form functionality occurred because HTML5 is not "
373
  "supported."
374
  msgstr ""
375
 
376
- #: lib/wfu_constants.php:92
377
  msgid ""
378
  "Redirection to classic form functionality occurred due to JSON parse error."
379
  msgstr ""
380
 
381
- #: lib/wfu_constants.php:93
382
  msgid "Please enable popup windows from the browser's settings!"
383
  msgstr ""
384
 
385
- #: lib/wfu_constants.php:94
386
  msgid "cannot be empty!"
387
  msgstr ""
388
 
389
- #: lib/wfu_constants.php:95
390
  msgid "number not valid!"
391
  msgstr ""
392
 
393
- #: lib/wfu_constants.php:96
394
  msgid "email not valid!"
395
  msgstr ""
396
 
397
- #: lib/wfu_constants.php:97
398
  msgid "emails do not match!"
399
  msgstr ""
400
 
401
- #: lib/wfu_constants.php:98
402
  msgid "no base email field in group!"
403
  msgstr ""
404
 
405
- #: lib/wfu_constants.php:99
406
  msgid "passwords do not match!"
407
  msgstr ""
408
 
409
- #: lib/wfu_constants.php:100
410
  msgid "no base password field in group!"
411
  msgstr ""
412
 
413
- #: lib/wfu_constants.php:101
414
  msgid "checkbox unchecked!"
415
  msgstr ""
416
 
417
- #: lib/wfu_constants.php:102
418
  msgid "no option selected!"
419
  msgstr ""
420
 
421
- #: lib/wfu_constants.php:103
422
  msgid "no item selected!"
423
  msgstr ""
424
 
425
- #: lib/wfu_constants.php:104
426
  msgid ""
427
  "There are more than one instances of the plugin in this page with the same "
428
  "id. Please change it."
429
  msgstr ""
430
 
431
- #: lib/wfu_constants.php:105
432
  msgid ""
433
  "Cannot edit the shortcode because the page has been modified. Please reload "
434
  "the page."
435
  msgstr ""
436
 
437
- #: lib/wfu_constants.php:106
438
  msgid "Your browser does not support webcam capture!"
439
  msgstr ""
440
 
441
- #: lib/wfu_constants.php:107
442
  msgid "Your browser does not support video recording from the webcam!"
443
  msgstr ""
444
 
445
- #: lib/wfu_constants.php:108
446
  msgid "No video was recorded!"
447
  msgstr ""
448
 
449
- #: lib/wfu_constants.php:109
450
  msgid ""
451
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
452
  "or use RecaptchaV2 (no account)."
453
  msgstr ""
454
 
455
- #: lib/wfu_constants.php:110
456
  msgid ""
457
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
458
  "notify administrator."
459
  msgstr ""
460
 
461
- #: lib/wfu_constants.php:111
462
  msgid ""
463
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
464
  "use RecaptchaV1 (no account)."
465
  msgstr ""
466
 
467
- #: lib/wfu_constants.php:112
468
  msgid "ERROR: No site key. Please contact administrator!"
469
  msgstr ""
470
 
471
- #: lib/wfu_constants.php:113
472
  msgid ""
473
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
474
  "define Google Recaptcha keys."
475
  msgstr ""
476
 
477
- #: lib/wfu_constants.php:114
478
  msgid "Bad captcha image!"
479
  msgstr ""
480
 
481
- #: lib/wfu_constants.php:115
482
  msgid "No input!"
483
  msgstr ""
484
 
485
- #: lib/wfu_constants.php:116
486
  msgid "Captcha not completed!"
487
  msgstr ""
488
 
489
- #: lib/wfu_constants.php:117
490
  msgid "Wrong captcha!"
491
  msgstr ""
492
 
493
- #: lib/wfu_constants.php:118
494
  msgid "Error refreshing captcha!"
495
  msgstr ""
496
 
497
- #: lib/wfu_constants.php:119
498
  msgid "Unknown captcha error!"
499
  msgstr ""
500
 
501
- #: lib/wfu_constants.php:120
502
  msgid "Captcha not supported by your browser!"
503
  msgstr ""
504
 
505
- #: lib/wfu_constants.php:121
506
  msgid "the secret parameter is missing"
507
  msgstr ""
508
 
509
- #: lib/wfu_constants.php:122
510
  msgid "the secret parameter is invalid or malformed"
511
  msgstr ""
512
 
513
- #: lib/wfu_constants.php:123
514
  msgid "the response parameter is missing"
515
  msgstr ""
516
 
517
- #: lib/wfu_constants.php:124
518
  msgid "the response parameter is invalid or malformed"
519
  msgstr ""
520
 
521
- #: lib/wfu_constants.php:125
522
  msgid "Please do not use drag drop due to an internal problem."
523
  msgstr ""
524
 
525
- #: lib/wfu_constants.php:126
526
  #, php-format
527
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
528
  msgstr ""
529
 
530
- #: lib/wfu_constants.php:127
531
  msgid "Chunked upload is not allowed!"
532
  msgstr ""
533
 
534
- #: lib/wfu_constants.php:128
535
  msgid "Chunked upload aborted due to error in previous chunk!"
536
  msgstr ""
537
 
538
- #: lib/wfu_constants.php:129
539
  msgid "Chunked upload failed, final file could not be created!"
540
  msgstr ""
541
 
542
- #: lib/wfu_constants.php:130
543
  #, php-format
544
  msgid "Could not write file chuck to destination on chunk %d"
545
  msgstr ""
546
 
547
- #: lib/wfu_constants.php:131
548
  #, php-format
549
  msgid "Could not enlarge destination file on chunk %d"
550
  msgstr ""
551
 
552
- #: lib/wfu_constants.php:132
553
  #, php-format
554
  msgid "Could not open file handles on chunk %d"
555
  msgstr ""
556
 
557
- #: lib/wfu_constants.php:133
558
  msgid "You are not allowed to download this file!"
559
  msgstr ""
560
 
561
- #: lib/wfu_constants.php:134
562
  msgid "File does not exist!"
563
  msgstr ""
564
 
565
- #: lib/wfu_constants.php:135
566
  msgid "Could not download file!"
567
  msgstr ""
568
 
569
- #: lib/wfu_constants.php:136
570
  msgid "You are not allowed to delete this file!"
571
  msgstr ""
572
 
573
- #: lib/wfu_constants.php:137
574
  msgid "File was not deleted!"
575
  msgstr ""
576
 
577
- #: lib/wfu_constants.php:138
578
  msgid "No file was deleted!"
579
  msgstr ""
580
 
581
- #: lib/wfu_constants.php:139
582
  msgid "Some files were not deleted!"
583
  msgstr ""
584
 
585
- #: lib/wfu_constants.php:141
586
  msgid "Upload skipped! File already exists."
587
  msgstr ""
588
 
589
- #: lib/wfu_constants.php:142
590
  msgid "The extension of the file does not match its contents."
591
  msgstr ""
592
 
593
- #: lib/wfu_constants.php:143
594
  msgid ""
595
  "Upload succeeded but the file is suspicious because its contents do not "
596
  "match its extension. Its proper filename is: "
597
  msgstr ""
598
 
599
- #: lib/wfu_constants.php:144
600
  msgid "No files have been selected!"
601
  msgstr ""
602
 
603
- #: lib/wfu_constants.php:145
 
 
 
 
604
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
605
  msgstr ""
606
 
607
- #: lib/wfu_constants.php:146
608
  msgid "Notification email was not sent because there were no files uploaded."
609
  msgstr ""
610
 
611
- #: lib/wfu_constants.php:147
612
  msgid ""
613
  "Notification email was not sent because no recipients were defined. Please "
614
  "check notifyrecipients attribute in the shortcode."
615
  msgstr ""
616
 
617
- #: lib/wfu_constants.php:148
618
  msgid ""
619
  "Notification email was not sent due to an error. Please check "
620
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
621
  msgstr ""
622
 
623
- #: lib/wfu_constants.php:149
624
  msgid ""
625
  "Redirection not executed because redirection link is empty. Please check "
626
  "redirectlink attribute."
627
  msgstr ""
628
 
629
- #: lib/wfu_constants.php:150
630
  msgid ""
631
  "Redirection not executed because not all files were successfully uploaded."
632
  msgstr ""
633
 
634
- #: lib/wfu_constants.php:151
635
  msgid "Potential Denial-Of-Service Attack on {SITE}"
636
  msgstr ""
637
 
638
- #: lib/wfu_constants.php:152
639
  msgid ""
640
  "Hello admin\n"
641
  "\n"
@@ -655,345 +664,345 @@ msgid ""
655
  "Thanks"
656
  msgstr ""
657
 
658
- #: lib/wfu_constants.php:153
659
  msgid ""
660
  "You have activated an alternative insecure Iptanus Services Server. For "
661
  "details please contact info@iptanus.com."
662
  msgstr ""
663
 
664
- #: lib/wfu_constants.php:154
665
  msgid ""
666
  "Iptanus Services Server is unreachable. This may cause problems in some "
667
  "plugin functions. Please contact info@iptanus.com for details."
668
  msgstr ""
669
 
670
- #: lib/wfu_constants.php:156
671
  msgid ""
672
  "Failed to add the shortcode to the page/post. Please try again. If the "
673
  "message persists, contact administrator."
674
  msgstr ""
675
 
676
- #: lib/wfu_constants.php:157
677
  msgid ""
678
  "Failed to edit the shortcode because the contents of the page changed. Try "
679
  "again to edit the shortcode."
680
  msgstr ""
681
 
682
- #: lib/wfu_constants.php:158
683
  msgid ""
684
  "Failed to delete the shortcode because the contents of the page changed. Try "
685
  "again to delete it."
686
  msgstr ""
687
 
688
- #: lib/wfu_constants.php:159
689
  msgid ""
690
  "The page containing the shortcode has been modified and it is no longer "
691
  "valid. Please go back to reload the shortcode."
692
  msgstr ""
693
 
694
- #: lib/wfu_constants.php:160
695
  msgid ""
696
  "Failed to update the shortcode because the contents of the page changed. Go "
697
  "back to reload the shortcode."
698
  msgstr ""
699
 
700
- #: lib/wfu_constants.php:161
701
  msgid ""
702
  "Failed to update the shortcode. Please try again. If the problem persists, "
703
  "go back and reload the shortcode."
704
  msgstr ""
705
 
706
- #: lib/wfu_constants.php:163
707
  msgid "This is a test message"
708
  msgstr ""
709
 
710
- #: lib/wfu_constants.php:164
711
  msgid "This is a test administrator message"
712
  msgstr ""
713
 
714
- #: lib/wfu_constants.php:165
715
  msgid "File testfile 1 under test"
716
  msgstr ""
717
 
718
- #: lib/wfu_constants.php:166
719
  msgid "File testfile 1 message"
720
  msgstr ""
721
 
722
- #: lib/wfu_constants.php:167
723
  msgid "File testfile 1 administrator message"
724
  msgstr ""
725
 
726
- #: lib/wfu_constants.php:168
727
  msgid "File testfile 2 under test"
728
  msgstr ""
729
 
730
- #: lib/wfu_constants.php:169
731
  msgid "File testfile 2 message"
732
  msgstr ""
733
 
734
- #: lib/wfu_constants.php:170
735
  msgid "File testfile 2 administrator message"
736
  msgstr ""
737
 
738
- #: lib/wfu_constants.php:172
739
  msgid ""
740
  "Insert variable %userid% inside text. It will be replaced by the id of the "
741
  "current user."
742
  msgstr ""
743
 
744
- #: lib/wfu_constants.php:173
745
  msgid ""
746
  "Insert variable %username% inside text. It will be replaced by the username "
747
  "of the current user."
748
  msgstr ""
749
 
750
- #: lib/wfu_constants.php:174
751
  msgid ""
752
  "Insert variable %useremail% inside text. It will be replaced by the email of "
753
  "the current user."
754
  msgstr ""
755
 
756
- #: lib/wfu_constants.php:175
757
  msgid ""
758
  "Insert variable %filename% inside text. It will be replaced by the filename "
759
  "of the uploaded file."
760
  msgstr ""
761
 
762
- #: lib/wfu_constants.php:176
763
  msgid ""
764
  "Insert variable %filepath% inside text. It will be replaced by the full "
765
  "filepath of the uploaded file."
766
  msgstr ""
767
 
768
- #: lib/wfu_constants.php:177
769
  msgid ""
770
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
771
  "the website."
772
  msgstr ""
773
 
774
- #: lib/wfu_constants.php:178
775
  msgid ""
776
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
777
  "current page."
778
  msgstr ""
779
 
780
- #: lib/wfu_constants.php:179
781
  msgid ""
782
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
783
  "the current page."
784
  msgstr ""
785
 
786
- #: lib/wfu_constants.php:180
787
  msgid ""
788
  "Insert variable %userdataXXX% inside text. Select the user field from the "
789
  "drop-down list. It will be replaced by the value that the user entered in "
790
  "this field."
791
  msgstr ""
792
 
793
- #: lib/wfu_constants.php:181
794
  msgid "Insert variable %n% inside text to denote a line change."
795
  msgstr ""
796
 
797
- #: lib/wfu_constants.php:183
798
  msgid "Test Mode"
799
  msgstr ""
800
 
801
- #: lib/wfu_constants.php:184
802
  msgid "select dir..."
803
  msgstr ""
804
 
805
- #: lib/wfu_constants.php:185
806
  msgid "type dir"
807
  msgstr ""
808
 
809
- #: lib/wfu_constants.php:186
810
  msgid "Upload path: %filepath%"
811
  msgstr ""
812
 
813
- #: lib/wfu_constants.php:187
814
  msgid "Failed upload path: %filepath%"
815
  msgstr ""
816
 
817
- #: lib/wfu_constants.php:188
818
  msgid " (required)"
819
  msgstr ""
820
 
821
- #: lib/wfu_constants.php:189
822
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
823
  msgstr ""
824
 
825
- #: lib/wfu_constants.php:190
826
  msgid "checking captcha..."
827
  msgstr ""
828
 
829
- #: lib/wfu_constants.php:191
830
  msgid "refreshing..."
831
  msgstr ""
832
 
833
- #: lib/wfu_constants.php:192
834
  msgid "correct captcha"
835
  msgstr ""
836
 
837
- #: lib/wfu_constants.php:193
838
  msgid "click to continue the upload"
839
  msgstr ""
840
 
841
- #: lib/wfu_constants.php:194
842
  msgid "Are you sure you want to delete this file?"
843
  msgstr ""
844
 
845
- #: lib/wfu_constants.php:195
846
  msgid "Are you sure you want to delete these files?"
847
  msgstr ""
848
 
849
- #: lib/wfu_constants.php:196
850
  msgid "Bulk Actions"
851
  msgstr ""
852
 
853
- #: lib/wfu_constants.php:197
854
  msgid "Apply"
855
  msgstr ""
856
 
857
- #: lib/wfu_constants.php:198
858
  msgid "Are you sure that you want to cancel the upload?"
859
  msgstr ""
860
 
861
- #: lib/wfu_constants.php:199
862
  msgid "cancel upload of this file"
863
  msgstr ""
864
 
865
- #: lib/wfu_constants.php:200
866
  msgid "Upload in progress"
867
  msgstr "Uploading..."
868
 
869
- #: lib/wfu_constants.php:201
870
  msgid "Upload in progress with warnings!"
871
  msgstr ""
872
 
873
- #: lib/wfu_constants.php:202
874
  msgid "Upload in progress but some files already failed!"
875
  msgstr ""
876
 
877
- #: lib/wfu_constants.php:203
878
  msgid "Upload in progress but no files uploaded so far!"
879
  msgstr ""
880
 
881
- #: lib/wfu_constants.php:204
882
  msgid "All files uploaded successfully"
883
  msgstr ""
884
 
885
- #: lib/wfu_constants.php:205
886
  msgid "All files uploaded successfully but there are warnings!"
887
  msgstr ""
888
 
889
- #: lib/wfu_constants.php:206
890
  msgid "File uploaded successfully but there are warnings!"
891
  msgstr ""
892
 
893
- #: lib/wfu_constants.php:207
894
  msgid "Some files failed to upload!"
895
  msgstr ""
896
 
897
- #: lib/wfu_constants.php:208
898
  msgid "All files failed to upload"
899
  msgstr ""
900
 
901
- #: lib/wfu_constants.php:209
902
  msgid "File failed to upload"
903
  msgstr ""
904
 
905
- #: lib/wfu_constants.php:210
906
  msgid "There are no files to upload!"
907
  msgstr ""
908
 
909
- #: lib/wfu_constants.php:211
910
  msgid "Test upload message"
911
  msgstr ""
912
 
913
- #: lib/wfu_constants.php:212
914
  msgid "JSON parse warning!"
915
  msgstr ""
916
 
917
- #: lib/wfu_constants.php:213
918
  msgid "please wait while redirecting..."
919
  msgstr ""
920
 
921
- #: lib/wfu_constants.php:215
922
  msgid "Submitting data"
923
  msgstr ""
924
 
925
- #: lib/wfu_constants.php:216
926
  msgid "Data submitted successfully!"
927
  msgstr ""
928
 
929
- #: lib/wfu_constants.php:217
930
  msgid "Data were not submitted!"
931
  msgstr ""
932
 
933
- #: lib/wfu_constants.php:218
934
  msgid "Cancelling upload"
935
  msgstr ""
936
 
937
- #: lib/wfu_constants.php:220
938
  msgid "Open visual shortcode editor in new window"
939
  msgstr ""
940
 
941
- #: lib/wfu_constants.php:221
942
  msgid "loading visual editor"
943
  msgstr ""
944
 
945
- #: lib/wfu_constants.php:222
946
  msgid "Clear file list?"
947
  msgstr ""
948
 
949
- #: lib/wfu_constants.php:223
950
  msgid "DROP HERE"
951
  msgstr ""
952
 
953
- #: lib/wfu_constants.php:225
954
  msgid "record video"
955
  msgstr ""
956
 
957
- #: lib/wfu_constants.php:226
958
  msgid "take a picture"
959
  msgstr ""
960
 
961
- #: lib/wfu_constants.php:227
962
  msgid "turn webcam on/off"
963
  msgstr ""
964
 
965
- #: lib/wfu_constants.php:228
966
  msgid "go live again"
967
  msgstr ""
968
 
969
- #: lib/wfu_constants.php:229
970
  msgid "end recording"
971
  msgstr ""
972
 
973
- #: lib/wfu_constants.php:230
974
  msgid "play"
975
  msgstr ""
976
 
977
- #: lib/wfu_constants.php:231
978
  msgid "pause"
979
  msgstr ""
980
 
981
- #: lib/wfu_constants.php:232
982
  msgid "go to the beginning"
983
  msgstr ""
984
 
985
- #: lib/wfu_constants.php:233
986
  msgid "go to the end"
987
  msgstr ""
988
 
989
- #: lib/wfu_constants.php:235
990
  msgid "Wordpress File Upload Form"
991
  msgstr ""
992
 
993
- #: lib/wfu_constants.php:236
994
  msgid "Wordpress File Upload plugin uploader for sidebars"
995
  msgstr ""
996
 
997
- #: lib/wfu_constants.php:237
998
  msgid "Upload Files"
999
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:03+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:03+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
87
  msgid "screenshot"
88
  msgstr ""
89
 
90
+ #: lib/wfu_constants.php:30
91
+ msgid ""
92
+ "By activating this option I agree to let the website keep my personal data"
93
  msgstr ""
94
 
95
  #: lib/wfu_constants.php:32
96
+ msgid "File"
97
  msgstr ""
98
 
99
  #: lib/wfu_constants.php:33
100
+ msgid "Date"
101
  msgstr ""
102
 
103
  #: lib/wfu_constants.php:34
104
+ msgid "Size"
105
  msgstr ""
106
 
107
  #: lib/wfu_constants.php:35
108
+ msgid "User"
109
  msgstr ""
110
 
111
  #: lib/wfu_constants.php:36
112
+ msgid "Page"
113
  msgstr ""
114
 
115
  #: lib/wfu_constants.php:37
116
+ msgid "User Fields"
117
  msgstr ""
118
 
119
  #: lib/wfu_constants.php:38
120
+ msgid "Download"
121
  msgstr ""
122
 
123
  #: lib/wfu_constants.php:39
124
+ msgid "Download this file"
125
  msgstr ""
126
 
127
  #: lib/wfu_constants.php:40
128
+ msgid "Delete"
129
  msgstr ""
130
 
131
  #: lib/wfu_constants.php:41
132
+ msgid "Delete this file"
133
  msgstr ""
134
 
135
  #: lib/wfu_constants.php:42
136
+ msgid "Sort list based on this column"
137
  msgstr ""
138
 
139
  #: lib/wfu_constants.php:43
140
+ msgid "guest"
141
+ msgstr ""
142
+
143
+ #: lib/wfu_constants.php:44
144
  msgid "unknown"
145
  msgstr ""
146
 
147
+ #: lib/wfu_constants.php:46
148
  msgid ""
149
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
150
  "attribute."
151
  msgstr ""
152
 
153
+ #: lib/wfu_constants.php:47
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr ""
156
 
157
+ #: lib/wfu_constants.php:48
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
161
  msgstr ""
162
 
163
+ #: lib/wfu_constants.php:49
164
  msgid ""
165
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
166
  "attribute."
167
  msgstr ""
168
 
169
+ #: lib/wfu_constants.php:50
170
  msgid ""
171
  "Error. Could not open source file for ftp upload. Check if file is "
172
  "accessible."
173
  msgstr ""
174
 
175
+ #: lib/wfu_constants.php:51
176
  msgid "Error. Could not send data to ftp target file."
177
  msgstr ""
178
 
179
+ #: lib/wfu_constants.php:52
180
  msgid ""
181
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
182
  "attribute."
183
  msgstr ""
184
 
185
+ #: lib/wfu_constants.php:53
186
  msgid ""
187
  "Error. Could not authenticate to ftp host. Check username and password in "
188
  "'ftpinfo' attribute."
189
  msgstr ""
190
 
191
+ #: lib/wfu_constants.php:54
192
  msgid ""
193
  "Error. Could not initialize sftp subsystem. Please check if the server "
194
  "supports sftp."
195
  msgstr ""
196
 
197
+ #: lib/wfu_constants.php:55
198
  msgid "Error. The web server does not support sftp."
199
  msgstr ""
200
 
201
+ #: lib/wfu_constants.php:56
202
  msgid ""
203
  "Error. The upload size limit of PHP directive upload_max_filesize is "
204
  "preventing the upload of big files.\n"
205
  "PHP directive upload_max_filesize limit is: "
206
  msgstr ""
207
 
208
+ #: lib/wfu_constants.php:57
209
  msgid ""
210
  "The upload time limit of PHP directive max_input_time is preventing the "
211
  "upload of big files.\n"
212
  "PHP directive max_input_time limit is: "
213
  msgstr ""
214
 
215
+ #: lib/wfu_constants.php:58
216
  msgid ""
217
  "Error. Permission denied to write to target folder.\n"
218
  "Check and correct read/write permissions of target folder."
219
  msgstr ""
220
 
221
+ #: lib/wfu_constants.php:59
222
  msgid ""
223
  "Error. This file was rejected because its extension is not correct. Its "
224
  "proper filename is: "
225
  msgstr ""
226
 
227
+ #: lib/wfu_constants.php:60
228
  msgid ""
229
  "Too many files are uploaded in a short period of time. This may be a Denial-"
230
  "Of-Service attack, so file was rejected. Please check the upload log for "
231
  "suspicious behaviour."
232
  msgstr ""
233
 
234
+ #: lib/wfu_constants.php:61
235
  msgid ""
236
  "File not uploaded in order to prevent overflow of the website. Please "
237
  "contact administrator."
238
  msgstr ""
239
 
240
+ #: lib/wfu_constants.php:62
241
  msgid "Targer folder doesn't exist."
242
  msgstr ""
243
 
244
+ #: lib/wfu_constants.php:63
245
  msgid "Upload failed! Missing a temporary folder."
246
  msgstr ""
247
 
248
+ #: lib/wfu_constants.php:64
249
  msgid "Upload failed! Permission denied to write to target folder."
250
  msgstr ""
251
 
252
+ #: lib/wfu_constants.php:65
253
  msgid "File not allowed."
254
  msgstr ""
255
 
256
+ #: lib/wfu_constants.php:66
257
  msgid "File is suspicious and was rejected."
258
  msgstr ""
259
 
260
+ #: lib/wfu_constants.php:67
261
  msgid "The uploaded file exceeds the file size limit."
262
  msgstr ""
263
 
264
+ #: lib/wfu_constants.php:68
265
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
266
  msgstr ""
267
 
268
+ #: lib/wfu_constants.php:69
269
  msgid ""
270
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
271
  "Please contact the administrator."
272
  msgstr ""
273
 
274
+ #: lib/wfu_constants.php:70
275
  msgid ""
276
  "Upload failed! The duration of the upload exceeded the time limit of the "
277
  "server. Please contact the administrator."
278
  msgstr ""
279
 
280
+ #: lib/wfu_constants.php:71
281
  msgid ""
282
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
283
  "was specified in the HTML form."
284
  msgstr ""
285
 
286
+ #: lib/wfu_constants.php:72
287
  msgid "Upload failed! The uploaded file was only partially uploaded."
288
  msgstr ""
289
 
290
+ #: lib/wfu_constants.php:73
291
  msgid "Upload failed! No file was uploaded."
292
  msgstr ""
293
 
294
+ #: lib/wfu_constants.php:74
295
  msgid "Upload failed! Failed to write file to disk."
296
  msgstr ""
297
 
298
+ #: lib/wfu_constants.php:75
299
  msgid ""
300
  "Upload failed! Error occured while moving temporary file. Please contact "
301
  "administrator."
302
  msgstr ""
303
 
304
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
305
  msgid "Upload cancelled!"
306
  msgstr ""
307
 
308
+ #: lib/wfu_constants.php:77
309
  msgid ""
310
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
311
  "a way to ascertain which extension caused the file upload to stop; examining "
312
  "the list of loaded extensions with phpinfo() may help."
313
  msgstr ""
314
 
315
+ #: lib/wfu_constants.php:78
316
  msgid "Upload failed! Error occured while attemting to upload the file."
317
  msgstr ""
318
 
319
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
320
  msgid "Upload failed!"
321
  msgstr ""
322
 
323
+ #: lib/wfu_constants.php:80
324
  msgid "No file!"
325
  msgstr ""
326
 
327
+ #: lib/wfu_constants.php:81
328
  msgid ""
329
  "Upload failed! The upload has been canceled by the user or the browser "
330
  "dropped the connection."
331
  msgstr ""
332
 
333
+ #: lib/wfu_constants.php:82
334
  msgid "Upload failed! Unknown error."
335
  msgstr ""
336
 
337
+ #: lib/wfu_constants.php:83
338
  msgid "Please contact the administrator."
339
  msgstr ""
340
 
341
+ #: lib/wfu_constants.php:84
342
  msgid "No result from remote server!"
343
  msgstr ""
344
 
345
+ #: lib/wfu_constants.php:85
346
  msgid " but with warnings"
347
  msgstr ""
348
 
349
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
350
  msgid "Warning: JSON parse error."
351
  msgstr ""
352
 
353
+ #: lib/wfu_constants.php:87
354
  msgid ""
355
  "Upload parameters of this file, passed as JSON string to the handler, could "
356
  "not be parsed."
357
  msgstr ""
358
 
359
+ #: lib/wfu_constants.php:89
360
  msgid ""
361
  "UploadStates, passed as JSON string to the handler, could not be parsed."
362
  msgstr ""
363
 
364
+ #: lib/wfu_constants.php:90
365
  msgid ""
366
  "Redirection to classic form functionality occurred due to unknown error."
367
  msgstr ""
368
 
369
+ #: lib/wfu_constants.php:91
370
  msgid ""
371
  "Redirection to classic form functionality occurred because AJAX is not "
372
  "supported."
373
  msgstr ""
374
 
375
+ #: lib/wfu_constants.php:92
376
  msgid ""
377
  "Redirection to classic form functionality occurred because HTML5 is not "
378
  "supported."
379
  msgstr ""
380
 
381
+ #: lib/wfu_constants.php:93
382
  msgid ""
383
  "Redirection to classic form functionality occurred due to JSON parse error."
384
  msgstr ""
385
 
386
+ #: lib/wfu_constants.php:94
387
  msgid "Please enable popup windows from the browser's settings!"
388
  msgstr ""
389
 
390
+ #: lib/wfu_constants.php:95
391
  msgid "cannot be empty!"
392
  msgstr ""
393
 
394
+ #: lib/wfu_constants.php:96
395
  msgid "number not valid!"
396
  msgstr ""
397
 
398
+ #: lib/wfu_constants.php:97
399
  msgid "email not valid!"
400
  msgstr ""
401
 
402
+ #: lib/wfu_constants.php:98
403
  msgid "emails do not match!"
404
  msgstr ""
405
 
406
+ #: lib/wfu_constants.php:99
407
  msgid "no base email field in group!"
408
  msgstr ""
409
 
410
+ #: lib/wfu_constants.php:100
411
  msgid "passwords do not match!"
412
  msgstr ""
413
 
414
+ #: lib/wfu_constants.php:101
415
  msgid "no base password field in group!"
416
  msgstr ""
417
 
418
+ #: lib/wfu_constants.php:102
419
  msgid "checkbox unchecked!"
420
  msgstr ""
421
 
422
+ #: lib/wfu_constants.php:103
423
  msgid "no option selected!"
424
  msgstr ""
425
 
426
+ #: lib/wfu_constants.php:104
427
  msgid "no item selected!"
428
  msgstr ""
429
 
430
+ #: lib/wfu_constants.php:105
431
  msgid ""
432
  "There are more than one instances of the plugin in this page with the same "
433
  "id. Please change it."
434
  msgstr ""
435
 
436
+ #: lib/wfu_constants.php:106
437
  msgid ""
438
  "Cannot edit the shortcode because the page has been modified. Please reload "
439
  "the page."
440
  msgstr ""
441
 
442
+ #: lib/wfu_constants.php:107
443
  msgid "Your browser does not support webcam capture!"
444
  msgstr ""
445
 
446
+ #: lib/wfu_constants.php:108
447
  msgid "Your browser does not support video recording from the webcam!"
448
  msgstr ""
449
 
450
+ #: lib/wfu_constants.php:109
451
  msgid "No video was recorded!"
452
  msgstr ""
453
 
454
+ #: lib/wfu_constants.php:110
455
  msgid ""
456
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
457
  "or use RecaptchaV2 (no account)."
458
  msgstr ""
459
 
460
+ #: lib/wfu_constants.php:111
461
  msgid ""
462
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
463
  "notify administrator."
464
  msgstr ""
465
 
466
+ #: lib/wfu_constants.php:112
467
  msgid ""
468
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
469
  "use RecaptchaV1 (no account)."
470
  msgstr ""
471
 
472
+ #: lib/wfu_constants.php:113
473
  msgid "ERROR: No site key. Please contact administrator!"
474
  msgstr ""
475
 
476
+ #: lib/wfu_constants.php:114
477
  msgid ""
478
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
479
  "define Google Recaptcha keys."
480
  msgstr ""
481
 
482
+ #: lib/wfu_constants.php:115
483
  msgid "Bad captcha image!"
484
  msgstr ""
485
 
486
+ #: lib/wfu_constants.php:116
487
  msgid "No input!"
488
  msgstr ""
489
 
490
+ #: lib/wfu_constants.php:117
491
  msgid "Captcha not completed!"
492
  msgstr ""
493
 
494
+ #: lib/wfu_constants.php:118
495
  msgid "Wrong captcha!"
496
  msgstr ""
497
 
498
+ #: lib/wfu_constants.php:119
499
  msgid "Error refreshing captcha!"
500
  msgstr ""
501
 
502
+ #: lib/wfu_constants.php:120
503
  msgid "Unknown captcha error!"
504
  msgstr ""
505
 
506
+ #: lib/wfu_constants.php:121
507
  msgid "Captcha not supported by your browser!"
508
  msgstr ""
509
 
510
+ #: lib/wfu_constants.php:122
511
  msgid "the secret parameter is missing"
512
  msgstr ""
513
 
514
+ #: lib/wfu_constants.php:123
515
  msgid "the secret parameter is invalid or malformed"
516
  msgstr ""
517
 
518
+ #: lib/wfu_constants.php:124
519
  msgid "the response parameter is missing"
520
  msgstr ""
521
 
522
+ #: lib/wfu_constants.php:125
523
  msgid "the response parameter is invalid or malformed"
524
  msgstr ""
525
 
526
+ #: lib/wfu_constants.php:126
527
  msgid "Please do not use drag drop due to an internal problem."
528
  msgstr ""
529
 
530
+ #: lib/wfu_constants.php:127
531
  #, php-format
532
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
533
  msgstr ""
534
 
535
+ #: lib/wfu_constants.php:128
536
  msgid "Chunked upload is not allowed!"
537
  msgstr ""
538
 
539
+ #: lib/wfu_constants.php:129
540
  msgid "Chunked upload aborted due to error in previous chunk!"
541
  msgstr ""
542
 
543
+ #: lib/wfu_constants.php:130
544
  msgid "Chunked upload failed, final file could not be created!"
545
  msgstr ""
546
 
547
+ #: lib/wfu_constants.php:131
548
  #, php-format
549
  msgid "Could not write file chuck to destination on chunk %d"
550
  msgstr ""
551
 
552
+ #: lib/wfu_constants.php:132
553
  #, php-format
554
  msgid "Could not enlarge destination file on chunk %d"
555
  msgstr ""
556
 
557
+ #: lib/wfu_constants.php:133
558
  #, php-format
559
  msgid "Could not open file handles on chunk %d"
560
  msgstr ""
561
 
562
+ #: lib/wfu_constants.php:134
563
  msgid "You are not allowed to download this file!"
564
  msgstr ""
565
 
566
+ #: lib/wfu_constants.php:135
567
  msgid "File does not exist!"
568
  msgstr ""
569
 
570
+ #: lib/wfu_constants.php:136
571
  msgid "Could not download file!"
572
  msgstr ""
573
 
574
+ #: lib/wfu_constants.php:137
575
  msgid "You are not allowed to delete this file!"
576
  msgstr ""
577
 
578
+ #: lib/wfu_constants.php:138
579
  msgid "File was not deleted!"
580
  msgstr ""
581
 
582
+ #: lib/wfu_constants.php:139
583
  msgid "No file was deleted!"
584
  msgstr ""
585
 
586
+ #: lib/wfu_constants.php:140
587
  msgid "Some files were not deleted!"
588
  msgstr ""
589
 
590
+ #: lib/wfu_constants.php:142
591
  msgid "Upload skipped! File already exists."
592
  msgstr ""
593
 
594
+ #: lib/wfu_constants.php:143
595
  msgid "The extension of the file does not match its contents."
596
  msgstr ""
597
 
598
+ #: lib/wfu_constants.php:144
599
  msgid ""
600
  "Upload succeeded but the file is suspicious because its contents do not "
601
  "match its extension. Its proper filename is: "
602
  msgstr ""
603
 
604
+ #: lib/wfu_constants.php:145
605
  msgid "No files have been selected!"
606
  msgstr ""
607
 
608
+ #: lib/wfu_constants.php:146
609
+ msgid "Please complete the consent question before continuing the upload!"
610
+ msgstr ""
611
+
612
+ #: lib/wfu_constants.php:147
613
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
614
  msgstr ""
615
 
616
+ #: lib/wfu_constants.php:148
617
  msgid "Notification email was not sent because there were no files uploaded."
618
  msgstr ""
619
 
620
+ #: lib/wfu_constants.php:149
621
  msgid ""
622
  "Notification email was not sent because no recipients were defined. Please "
623
  "check notifyrecipients attribute in the shortcode."
624
  msgstr ""
625
 
626
+ #: lib/wfu_constants.php:150
627
  msgid ""
628
  "Notification email was not sent due to an error. Please check "
629
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
630
  msgstr ""
631
 
632
+ #: lib/wfu_constants.php:151
633
  msgid ""
634
  "Redirection not executed because redirection link is empty. Please check "
635
  "redirectlink attribute."
636
  msgstr ""
637
 
638
+ #: lib/wfu_constants.php:152
639
  msgid ""
640
  "Redirection not executed because not all files were successfully uploaded."
641
  msgstr ""
642
 
643
+ #: lib/wfu_constants.php:153
644
  msgid "Potential Denial-Of-Service Attack on {SITE}"
645
  msgstr ""
646
 
647
+ #: lib/wfu_constants.php:154
648
  msgid ""
649
  "Hello admin\n"
650
  "\n"
664
  "Thanks"
665
  msgstr ""
666
 
667
+ #: lib/wfu_constants.php:155
668
  msgid ""
669
  "You have activated an alternative insecure Iptanus Services Server. For "
670
  "details please contact info@iptanus.com."
671
  msgstr ""
672
 
673
+ #: lib/wfu_constants.php:156
674
  msgid ""
675
  "Iptanus Services Server is unreachable. This may cause problems in some "
676
  "plugin functions. Please contact info@iptanus.com for details."
677
  msgstr ""
678
 
679
+ #: lib/wfu_constants.php:158
680
  msgid ""
681
  "Failed to add the shortcode to the page/post. Please try again. If the "
682
  "message persists, contact administrator."
683
  msgstr ""
684
 
685
+ #: lib/wfu_constants.php:159
686
  msgid ""
687
  "Failed to edit the shortcode because the contents of the page changed. Try "
688
  "again to edit the shortcode."
689
  msgstr ""
690
 
691
+ #: lib/wfu_constants.php:160
692
  msgid ""
693
  "Failed to delete the shortcode because the contents of the page changed. Try "
694
  "again to delete it."
695
  msgstr ""
696
 
697
+ #: lib/wfu_constants.php:161
698
  msgid ""
699
  "The page containing the shortcode has been modified and it is no longer "
700
  "valid. Please go back to reload the shortcode."
701
  msgstr ""
702
 
703
+ #: lib/wfu_constants.php:162
704
  msgid ""
705
  "Failed to update the shortcode because the contents of the page changed. Go "
706
  "back to reload the shortcode."
707
  msgstr ""
708
 
709
+ #: lib/wfu_constants.php:163
710
  msgid ""
711
  "Failed to update the shortcode. Please try again. If the problem persists, "
712
  "go back and reload the shortcode."
713
  msgstr ""
714
 
715
+ #: lib/wfu_constants.php:165
716
  msgid "This is a test message"
717
  msgstr ""
718
 
719
+ #: lib/wfu_constants.php:166
720
  msgid "This is a test administrator message"
721
  msgstr ""
722
 
723
+ #: lib/wfu_constants.php:167
724
  msgid "File testfile 1 under test"
725
  msgstr ""
726
 
727
+ #: lib/wfu_constants.php:168
728
  msgid "File testfile 1 message"
729
  msgstr ""
730
 
731
+ #: lib/wfu_constants.php:169
732
  msgid "File testfile 1 administrator message"
733
  msgstr ""
734
 
735
+ #: lib/wfu_constants.php:170
736
  msgid "File testfile 2 under test"
737
  msgstr ""
738
 
739
+ #: lib/wfu_constants.php:171
740
  msgid "File testfile 2 message"
741
  msgstr ""
742
 
743
+ #: lib/wfu_constants.php:172
744
  msgid "File testfile 2 administrator message"
745
  msgstr ""
746
 
747
+ #: lib/wfu_constants.php:174
748
  msgid ""
749
  "Insert variable %userid% inside text. It will be replaced by the id of the "
750
  "current user."
751
  msgstr ""
752
 
753
+ #: lib/wfu_constants.php:175
754
  msgid ""
755
  "Insert variable %username% inside text. It will be replaced by the username "
756
  "of the current user."
757
  msgstr ""
758
 
759
+ #: lib/wfu_constants.php:176
760
  msgid ""
761
  "Insert variable %useremail% inside text. It will be replaced by the email of "
762
  "the current user."
763
  msgstr ""
764
 
765
+ #: lib/wfu_constants.php:177
766
  msgid ""
767
  "Insert variable %filename% inside text. It will be replaced by the filename "
768
  "of the uploaded file."
769
  msgstr ""
770
 
771
+ #: lib/wfu_constants.php:178
772
  msgid ""
773
  "Insert variable %filepath% inside text. It will be replaced by the full "
774
  "filepath of the uploaded file."
775
  msgstr ""
776
 
777
+ #: lib/wfu_constants.php:179
778
  msgid ""
779
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
780
  "the website."
781
  msgstr ""
782
 
783
+ #: lib/wfu_constants.php:180
784
  msgid ""
785
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
786
  "current page."
787
  msgstr ""
788
 
789
+ #: lib/wfu_constants.php:181
790
  msgid ""
791
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
792
  "the current page."
793
  msgstr ""
794
 
795
+ #: lib/wfu_constants.php:182
796
  msgid ""
797
  "Insert variable %userdataXXX% inside text. Select the user field from the "
798
  "drop-down list. It will be replaced by the value that the user entered in "
799
  "this field."
800
  msgstr ""
801
 
802
+ #: lib/wfu_constants.php:183
803
  msgid "Insert variable %n% inside text to denote a line change."
804
  msgstr ""
805
 
806
+ #: lib/wfu_constants.php:185
807
  msgid "Test Mode"
808
  msgstr ""
809
 
810
+ #: lib/wfu_constants.php:186
811
  msgid "select dir..."
812
  msgstr ""
813
 
814
+ #: lib/wfu_constants.php:187
815
  msgid "type dir"
816
  msgstr ""
817
 
818
+ #: lib/wfu_constants.php:188
819
  msgid "Upload path: %filepath%"
820
  msgstr ""
821
 
822
+ #: lib/wfu_constants.php:189
823
  msgid "Failed upload path: %filepath%"
824
  msgstr ""
825
 
826
+ #: lib/wfu_constants.php:190
827
  msgid " (required)"
828
  msgstr ""
829
 
830
+ #: lib/wfu_constants.php:191
831
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
832
  msgstr ""
833
 
834
+ #: lib/wfu_constants.php:192
835
  msgid "checking captcha..."
836
  msgstr ""
837
 
838
+ #: lib/wfu_constants.php:193
839
  msgid "refreshing..."
840
  msgstr ""
841
 
842
+ #: lib/wfu_constants.php:194
843
  msgid "correct captcha"
844
  msgstr ""
845
 
846
+ #: lib/wfu_constants.php:195
847
  msgid "click to continue the upload"
848
  msgstr ""
849
 
850
+ #: lib/wfu_constants.php:196
851
  msgid "Are you sure you want to delete this file?"
852
  msgstr ""
853
 
854
+ #: lib/wfu_constants.php:197
855
  msgid "Are you sure you want to delete these files?"
856
  msgstr ""
857
 
858
+ #: lib/wfu_constants.php:198
859
  msgid "Bulk Actions"
860
  msgstr ""
861
 
862
+ #: lib/wfu_constants.php:199
863
  msgid "Apply"
864
  msgstr ""
865
 
866
+ #: lib/wfu_constants.php:200
867
  msgid "Are you sure that you want to cancel the upload?"
868
  msgstr ""
869
 
870
+ #: lib/wfu_constants.php:201
871
  msgid "cancel upload of this file"
872
  msgstr ""
873
 
874
+ #: lib/wfu_constants.php:202
875
  msgid "Upload in progress"
876
  msgstr "Uploading..."
877
 
878
+ #: lib/wfu_constants.php:203
879
  msgid "Upload in progress with warnings!"
880
  msgstr ""
881
 
882
+ #: lib/wfu_constants.php:204
883
  msgid "Upload in progress but some files already failed!"
884
  msgstr ""
885
 
886
+ #: lib/wfu_constants.php:205
887
  msgid "Upload in progress but no files uploaded so far!"
888
  msgstr ""
889
 
890
+ #: lib/wfu_constants.php:206
891
  msgid "All files uploaded successfully"
892
  msgstr ""
893
 
894
+ #: lib/wfu_constants.php:207
895
  msgid "All files uploaded successfully but there are warnings!"
896
  msgstr ""
897
 
898
+ #: lib/wfu_constants.php:208
899
  msgid "File uploaded successfully but there are warnings!"
900
  msgstr ""
901
 
902
+ #: lib/wfu_constants.php:209
903
  msgid "Some files failed to upload!"
904
  msgstr ""
905
 
906
+ #: lib/wfu_constants.php:210
907
  msgid "All files failed to upload"
908
  msgstr ""
909
 
910
+ #: lib/wfu_constants.php:211
911
  msgid "File failed to upload"
912
  msgstr ""
913
 
914
+ #: lib/wfu_constants.php:212
915
  msgid "There are no files to upload!"
916
  msgstr ""
917
 
918
+ #: lib/wfu_constants.php:213
919
  msgid "Test upload message"
920
  msgstr ""
921
 
922
+ #: lib/wfu_constants.php:214
923
  msgid "JSON parse warning!"
924
  msgstr ""
925
 
926
+ #: lib/wfu_constants.php:215
927
  msgid "please wait while redirecting..."
928
  msgstr ""
929
 
930
+ #: lib/wfu_constants.php:217
931
  msgid "Submitting data"
932
  msgstr ""
933
 
934
+ #: lib/wfu_constants.php:218
935
  msgid "Data submitted successfully!"
936
  msgstr ""
937
 
938
+ #: lib/wfu_constants.php:219
939
  msgid "Data were not submitted!"
940
  msgstr ""
941
 
942
+ #: lib/wfu_constants.php:220
943
  msgid "Cancelling upload"
944
  msgstr ""
945
 
946
+ #: lib/wfu_constants.php:222
947
  msgid "Open visual shortcode editor in new window"
948
  msgstr ""
949
 
950
+ #: lib/wfu_constants.php:223
951
  msgid "loading visual editor"
952
  msgstr ""
953
 
954
+ #: lib/wfu_constants.php:224
955
  msgid "Clear file list?"
956
  msgstr ""
957
 
958
+ #: lib/wfu_constants.php:225
959
  msgid "DROP HERE"
960
  msgstr ""
961
 
962
+ #: lib/wfu_constants.php:227
963
  msgid "record video"
964
  msgstr ""
965
 
966
+ #: lib/wfu_constants.php:228
967
  msgid "take a picture"
968
  msgstr ""
969
 
970
+ #: lib/wfu_constants.php:229
971
  msgid "turn webcam on/off"
972
  msgstr ""
973
 
974
+ #: lib/wfu_constants.php:230
975
  msgid "go live again"
976
  msgstr ""
977
 
978
+ #: lib/wfu_constants.php:231
979
  msgid "end recording"
980
  msgstr ""
981
 
982
+ #: lib/wfu_constants.php:232
983
  msgid "play"
984
  msgstr ""
985
 
986
+ #: lib/wfu_constants.php:233
987
  msgid "pause"
988
  msgstr ""
989
 
990
+ #: lib/wfu_constants.php:234
991
  msgid "go to the beginning"
992
  msgstr ""
993
 
994
+ #: lib/wfu_constants.php:235
995
  msgid "go to the end"
996
  msgstr ""
997
 
998
+ #: lib/wfu_constants.php:237
999
  msgid "Wordpress File Upload Form"
1000
  msgstr ""
1001
 
1002
+ #: lib/wfu_constants.php:238
1003
  msgid "Wordpress File Upload plugin uploader for sidebars"
1004
  msgstr ""
1005
 
1006
+ #: lib/wfu_constants.php:239
1007
  msgid "Upload Files"
1008
  msgstr ""
languages/wp-file-upload-es_ES.mo CHANGED
Binary file
languages/wp-file-upload-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: es\n"
@@ -89,59 +89,64 @@ msgstr "videostream"
89
  msgid "screenshot"
90
  msgstr "captura"
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
93
  msgid "File"
94
  msgstr "Archivo"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Fecha"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Tamaño"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Usuario"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Página"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Campos de Usuario"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Descargar"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Descargar este archivo"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Eliminar"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Eliminar este archivo"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Ordenar lista basado en columna"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "visitante"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "desconocido"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
@@ -149,13 +154,13 @@ msgstr ""
149
  "Error. No se pudo encontrar el destino ftp. Verificar el dominio en el "
150
  "atributo 'ftpinfo'."
151
 
152
- #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr ""
155
  "Error. Información de ftp inválida en el atributo 'ftpinfo'. Verificar el "
156
  "atributo 'ftpinfo'."
157
 
158
- #: lib/wfu_constants.php:47
159
  msgid ""
160
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
161
  "syntax."
@@ -163,7 +168,7 @@ msgstr ""
163
  "Error. No se pudo extraer la información de ftp desde el atributo 'ftpinfo'. "
164
  "Verificar su sintaxis."
165
 
166
- #: lib/wfu_constants.php:48
167
  msgid ""
168
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
169
  "attribute."
@@ -171,39 +176,39 @@ msgstr ""
171
  "Error. No se pudo encontrar el archivo de destino. Verificar el dominio en "
172
  "el atributo 'ftpinfo'."
173
 
174
- #: lib/wfu_constants.php:49
175
  msgid ""
176
  "Error. Could not open source file for ftp upload. Check if file is "
177
  "accessible."
178
  msgstr ""
179
 
180
- #: lib/wfu_constants.php:50
181
  msgid "Error. Could not send data to ftp target file."
182
  msgstr ""
183
 
184
- #: lib/wfu_constants.php:51
185
  msgid ""
186
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
187
  "attribute."
188
  msgstr ""
189
 
190
- #: lib/wfu_constants.php:52
191
  msgid ""
192
  "Error. Could not authenticate to ftp host. Check username and password in "
193
  "'ftpinfo' attribute."
194
  msgstr ""
195
 
196
- #: lib/wfu_constants.php:53
197
  msgid ""
198
  "Error. Could not initialize sftp subsystem. Please check if the server "
199
  "supports sftp."
200
  msgstr ""
201
 
202
- #: lib/wfu_constants.php:54
203
  msgid "Error. The web server does not support sftp."
204
  msgstr ""
205
 
206
- #: lib/wfu_constants.php:55
207
  msgid ""
208
  "Error. The upload size limit of PHP directive upload_max_filesize is "
209
  "preventing the upload of big files.\n"
@@ -213,7 +218,7 @@ msgstr ""
213
  "la carga de archivos grandes.\n"
214
  "El tamaño actual en la directiva PHP upload_max_filesize es:"
215
 
216
- #: lib/wfu_constants.php:56
217
  msgid ""
218
  "The upload time limit of PHP directive max_input_time is preventing the "
219
  "upload of big files.\n"
@@ -223,7 +228,7 @@ msgstr ""
223
  "carga de archivos grandes.\n"
224
  "El límite actual en la directiva PHP max_input_time es:"
225
 
226
- #: lib/wfu_constants.php:57
227
  msgid ""
228
  "Error. Permission denied to write to target folder.\n"
229
  "Check and correct read/write permissions of target folder."
@@ -231,7 +236,7 @@ msgstr ""
231
  "Error. Permiso denegado para escribir en la carpeta de destino.\n"
232
  "Verificar y corregir los permisos de lectura/escritura de la carpeta destino."
233
 
234
- #: lib/wfu_constants.php:58
235
  msgid ""
236
  "Error. This file was rejected because its extension is not correct. Its "
237
  "proper filename is: "
@@ -239,7 +244,7 @@ msgstr ""
239
  "Error. Este archivo fue rechazado debido a que su extensión no es correcta. "
240
  "El nombre adecuado es:"
241
 
242
- #: lib/wfu_constants.php:59
243
  msgid ""
244
  "Too many files are uploaded in a short period of time. This may be a Denial-"
245
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -250,7 +255,7 @@ msgstr ""
250
  "archivo. Por favor verifique el registro de carga por comportamientos "
251
  "sospechosos."
252
 
253
- #: lib/wfu_constants.php:60
254
  msgid ""
255
  "File not uploaded in order to prevent overflow of the website. Please "
256
  "contact administrator."
@@ -258,36 +263,36 @@ msgstr ""
258
  "El archivo no fue cargado para prevenir una sobrecarga del sitio. Por favor "
259
  "contacte al administrador."
260
 
261
- #: lib/wfu_constants.php:61
262
  msgid "Targer folder doesn't exist."
263
  msgstr "La carpeta de destino no existe."
264
 
265
- #: lib/wfu_constants.php:62
266
  msgid "Upload failed! Missing a temporary folder."
267
  msgstr "Fallo en la carga! Falta una carpeta temporal."
268
 
269
- #: lib/wfu_constants.php:63
270
  msgid "Upload failed! Permission denied to write to target folder."
271
  msgstr ""
272
  "Fallo en la carga! Permiso denegado para escribir en la carpeta de destino."
273
 
274
- #: lib/wfu_constants.php:64
275
  msgid "File not allowed."
276
  msgstr "Archivo no admitido."
277
 
278
- #: lib/wfu_constants.php:65
279
  msgid "File is suspicious and was rejected."
280
  msgstr "El archivo es sospechoso y fue rechazado."
281
 
282
- #: lib/wfu_constants.php:66
283
  msgid "The uploaded file exceeds the file size limit."
284
  msgstr "El archivo cargado excede el límite de tamaño permitido."
285
 
286
- #: lib/wfu_constants.php:67
287
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
288
  msgstr "El archivo cargado excede 2GB y el servidor no lo soporta."
289
 
290
- #: lib/wfu_constants.php:68
291
  msgid ""
292
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
293
  "Please contact the administrator."
@@ -295,7 +300,7 @@ msgstr ""
295
  "Fallo en la carga! El archivo cargado excede el límite de tamaño admitido "
296
  "por el servidor. Por favor contacte al administrador."
297
 
298
- #: lib/wfu_constants.php:69
299
  msgid ""
300
  "Upload failed! The duration of the upload exceeded the time limit of the "
301
  "server. Please contact the administrator."
@@ -303,7 +308,7 @@ msgstr ""
303
  "Fallo en la carga! La duración de la carga excede el límite de tiempo "
304
  "establecido por el servidor. Por favor contacte al administrador."
305
 
306
- #: lib/wfu_constants.php:70
307
  msgid ""
308
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
309
  "was specified in the HTML form."
@@ -311,19 +316,19 @@ msgstr ""
311
  "Fallo en la carga! El archivo cargado excede la directiva MAX_FILE_SIZE "
312
  "especificada en el formulario HTML."
313
 
314
- #: lib/wfu_constants.php:71
315
  msgid "Upload failed! The uploaded file was only partially uploaded."
316
  msgstr "Fallo en la carga! El archivo fue cargado sólo parcialmente."
317
 
318
- #: lib/wfu_constants.php:72
319
  msgid "Upload failed! No file was uploaded."
320
  msgstr "Fallo en la carga! No se cargó ningún archivo."
321
 
322
- #: lib/wfu_constants.php:73
323
  msgid "Upload failed! Failed to write file to disk."
324
  msgstr "Fallo en la carga! Fallo al escribir el archivo al disco."
325
 
326
- #: lib/wfu_constants.php:74
327
  msgid ""
328
  "Upload failed! Error occured while moving temporary file. Please contact "
329
  "administrator."
@@ -331,11 +336,11 @@ msgstr ""
331
  "Fallo en la carga! Ocurrió un error al mover el archivo temporal. Por favor "
332
  "contacte al administrador."
333
 
334
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
335
  msgid "Upload cancelled!"
336
  msgstr "Carga cancelada!"
337
 
338
- #: lib/wfu_constants.php:76
339
  msgid ""
340
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
341
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -345,19 +350,19 @@ msgstr ""
345
  "manera de determinar cuál extensión ocasionó que la carga se detenga; "
346
  "examinar la lista de extensiones cargadas con phpinfo() puede ayudar."
347
 
348
- #: lib/wfu_constants.php:77
349
  msgid "Upload failed! Error occured while attemting to upload the file."
350
  msgstr "Fallo en la carga! Ocurrió un error al intentar cargar el archivo."
351
 
352
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
353
  msgid "Upload failed!"
354
  msgstr "Fallo en la carga!"
355
 
356
- #: lib/wfu_constants.php:79
357
  msgid "No file!"
358
  msgstr "Sin archivo!"
359
 
360
- #: lib/wfu_constants.php:80
361
  msgid ""
362
  "Upload failed! The upload has been canceled by the user or the browser "
363
  "dropped the connection."
@@ -365,27 +370,27 @@ msgstr ""
365
  "Fallo en la carga! La carga fue cancelada por el usuario o el navegador "
366
  "cerró la conexión."
367
 
368
- #: lib/wfu_constants.php:81
369
  msgid "Upload failed! Unknown error."
370
  msgstr "Fallo en la carga! Error desconocido."
371
 
372
- #: lib/wfu_constants.php:82
373
  msgid "Please contact the administrator."
374
  msgstr "Por favor contacte al administrador."
375
 
376
- #: lib/wfu_constants.php:83
377
  msgid "No result from remote server!"
378
  msgstr "Sin resultados desde el servidor remoto!"
379
 
380
- #: lib/wfu_constants.php:84
381
  msgid " but with warnings"
382
  msgstr "pero con errores"
383
 
384
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
385
  msgid "Warning: JSON parse error."
386
  msgstr "Advertencia: Error al procesar JSON."
387
 
388
- #: lib/wfu_constants.php:86
389
  msgid ""
390
  "Upload parameters of this file, passed as JSON string to the handler, could "
391
  "not be parsed."
@@ -393,19 +398,19 @@ msgstr ""
393
  "Los parámetros de carga de este archivo, enviados como cadena JSON, no "
394
  "pudieron ser procesados."
395
 
396
- #: lib/wfu_constants.php:88
397
  msgid ""
398
  "UploadStates, passed as JSON string to the handler, could not be parsed."
399
  msgstr "UploadStates, enviados como cadena JSON, no pudieron ser procesados."
400
 
401
- #: lib/wfu_constants.php:89
402
  msgid ""
403
  "Redirection to classic form functionality occurred due to unknown error."
404
  msgstr ""
405
  "Ocurrió una redirección a la funcionalidad clásica del formulario, debido a "
406
  "un error desconocido."
407
 
408
- #: lib/wfu_constants.php:90
409
  msgid ""
410
  "Redirection to classic form functionality occurred because AJAX is not "
411
  "supported."
@@ -413,7 +418,7 @@ msgstr ""
413
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque "
414
  "AJAX no está soportado."
415
 
416
- #: lib/wfu_constants.php:91
417
  msgid ""
418
  "Redirection to classic form functionality occurred because HTML5 is not "
419
  "supported."
@@ -421,59 +426,59 @@ msgstr ""
421
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque no "
422
  "se soporta HTML5."
423
 
424
- #: lib/wfu_constants.php:92
425
  msgid ""
426
  "Redirection to classic form functionality occurred due to JSON parse error."
427
  msgstr ""
428
  "Ocurrió una redirección a la funcionalidad clásica del formulario debido a "
429
  "un error de procesamiento JSON."
430
 
431
- #: lib/wfu_constants.php:93
432
  msgid "Please enable popup windows from the browser's settings!"
433
  msgstr ""
434
  "Por favor activar las ventanas emergentes desde las opciones del navegador!"
435
 
436
- #: lib/wfu_constants.php:94
437
  msgid "cannot be empty!"
438
  msgstr "no puede estar vacío!"
439
 
440
- #: lib/wfu_constants.php:95
441
  msgid "number not valid!"
442
  msgstr "número no válido!"
443
 
444
- #: lib/wfu_constants.php:96
445
  msgid "email not valid!"
446
  msgstr "email no válido!"
447
 
448
- #: lib/wfu_constants.php:97
449
  msgid "emails do not match!"
450
  msgstr "los emails no coinciden!"
451
 
452
- #: lib/wfu_constants.php:98
453
  msgid "no base email field in group!"
454
  msgstr "sin campo base de email en el grupo!"
455
 
456
- #: lib/wfu_constants.php:99
457
  msgid "passwords do not match!"
458
  msgstr "las contraseñas no coinciden!"
459
 
460
- #: lib/wfu_constants.php:100
461
  msgid "no base password field in group!"
462
  msgstr "sin campo base de contraseña en el grupo!"
463
 
464
- #: lib/wfu_constants.php:101
465
  msgid "checkbox unchecked!"
466
  msgstr "opción desmarcada!"
467
 
468
- #: lib/wfu_constants.php:102
469
  msgid "no option selected!"
470
  msgstr "no se seleccionó opción!"
471
 
472
- #: lib/wfu_constants.php:103
473
  msgid "no item selected!"
474
  msgstr "ningún item seleccionado!"
475
 
476
- #: lib/wfu_constants.php:104
477
  msgid ""
478
  "There are more than one instances of the plugin in this page with the same "
479
  "id. Please change it."
@@ -481,7 +486,7 @@ msgstr ""
481
  "Hay más de una instancia del complemento con el mismo id en esta página. Por "
482
  "favor cambiarlo."
483
 
484
- #: lib/wfu_constants.php:105
485
  msgid ""
486
  "Cannot edit the shortcode because the page has been modified. Please reload "
487
  "the page."
@@ -489,19 +494,19 @@ msgstr ""
489
  "No se puede editar el shortcode porque la página fue modificada. Por favor "
490
  "recargar la página."
491
 
492
- #: lib/wfu_constants.php:106
493
  msgid "Your browser does not support webcam capture!"
494
  msgstr "Su navegador no soporta captura desde webcam!"
495
 
496
- #: lib/wfu_constants.php:107
497
  msgid "Your browser does not support video recording from the webcam!"
498
  msgstr "Su navegador no soporta la grabación de video desde webcam!"
499
 
500
- #: lib/wfu_constants.php:108
501
  msgid "No video was recorded!"
502
  msgstr "Video no grabado."
503
 
504
- #: lib/wfu_constants.php:109
505
  msgid ""
506
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
507
  "or use RecaptchaV2 (no account)."
@@ -509,7 +514,7 @@ msgstr ""
509
  "ERROR: Captcha no soportado! La versión de PHP es muy antigua. Actualizar "
510
  "PHP o utilizar RecaptchaV2 (sin cuenta)."
511
 
512
- #: lib/wfu_constants.php:110
513
  msgid ""
514
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
515
  "notify administrator."
@@ -517,7 +522,7 @@ msgstr ""
517
  "ERROR. Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
518
  "Por favor notificar al administrador."
519
 
520
- #: lib/wfu_constants.php:111
521
  msgid ""
522
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
523
  "use RecaptchaV1 (no account)."
@@ -525,11 +530,11 @@ msgstr ""
525
  "ERROR: Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
526
  "Por favor utilizar RecaptchaV1 (sin cuenta)."
527
 
528
- #: lib/wfu_constants.php:112
529
  msgid "ERROR: No site key. Please contact administrator!"
530
  msgstr "ERROR: Sin key para el sitio. Por favor contactar al administrador!"
531
 
532
- #: lib/wfu_constants.php:113
533
  msgid ""
534
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
535
  "define Google Recaptcha keys."
@@ -537,123 +542,123 @@ msgstr ""
537
  "ERROR: La site key no fue definida! Por favor entrar a las opciones del "
538
  "complemento en el Escritorio para definir las keys de Google Recaptcha."
539
 
540
- #: lib/wfu_constants.php:114
541
  msgid "Bad captcha image!"
542
  msgstr "Mala imagen de captcha!"
543
 
544
- #: lib/wfu_constants.php:115
545
  msgid "No input!"
546
  msgstr "Sin entrada!"
547
 
548
- #: lib/wfu_constants.php:116
549
  msgid "Captcha not completed!"
550
  msgstr "Captcha no completado!"
551
 
552
- #: lib/wfu_constants.php:117
553
  msgid "Wrong captcha!"
554
  msgstr "Mal captcha!"
555
 
556
- #: lib/wfu_constants.php:118
557
  msgid "Error refreshing captcha!"
558
  msgstr "Error recargando captcha!"
559
 
560
- #: lib/wfu_constants.php:119
561
  msgid "Unknown captcha error!"
562
  msgstr "Error de captcha desconocido!"
563
 
564
- #: lib/wfu_constants.php:120
565
  msgid "Captcha not supported by your browser!"
566
  msgstr "Captcha no soportado por su navegador!"
567
 
568
- #: lib/wfu_constants.php:121
569
  msgid "the secret parameter is missing"
570
  msgstr "falta el parámetro secreto"
571
 
572
- #: lib/wfu_constants.php:122
573
  msgid "the secret parameter is invalid or malformed"
574
  msgstr "el parámetro secreto es inválido o está malformado"
575
 
576
- #: lib/wfu_constants.php:123
577
  msgid "the response parameter is missing"
578
  msgstr "falta el parámetro response"
579
 
580
- #: lib/wfu_constants.php:124
581
  msgid "the response parameter is invalid or malformed"
582
  msgstr "el parámetro response es inválido o está malformado"
583
 
584
- #: lib/wfu_constants.php:125
585
  msgid "Please do not use drag drop due to an internal problem."
586
  msgstr "Por favor no arrastre y suelte debido a un problema interno."
587
 
588
- #: lib/wfu_constants.php:126
589
  #, php-format
590
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
591
  msgstr "Error durante carga por partes. ID único en blanco en parte %d"
592
 
593
- #: lib/wfu_constants.php:127
594
  msgid "Chunked upload is not allowed!"
595
  msgstr "No se admite carga por partes!"
596
 
597
- #: lib/wfu_constants.php:128
598
  msgid "Chunked upload aborted due to error in previous chunk!"
599
  msgstr "La carga por partes se abortó debido a un error en la parte anterior!"
600
 
601
- #: lib/wfu_constants.php:129
602
  msgid "Chunked upload failed, final file could not be created!"
603
  msgstr "Falló la carga por partes. el archivo final no pudo ser creado!"
604
 
605
- #: lib/wfu_constants.php:130
606
  #, php-format
607
  msgid "Could not write file chuck to destination on chunk %d"
608
  msgstr "No se puede escribir esta parte al destino en parte %d"
609
 
610
- #: lib/wfu_constants.php:131
611
  #, php-format
612
  msgid "Could not enlarge destination file on chunk %d"
613
  msgstr "No se puede agrandar el archivo de destino en parte %d"
614
 
615
- #: lib/wfu_constants.php:132
616
  #, php-format
617
  msgid "Could not open file handles on chunk %d"
618
  msgstr "No se pudieron abrir los identificadores de archivo en parte %d"
619
 
620
- #: lib/wfu_constants.php:133
621
  msgid "You are not allowed to download this file!"
622
  msgstr "¡No se puede descargar este archivo!"
623
 
624
- #: lib/wfu_constants.php:134
625
  msgid "File does not exist!"
626
  msgstr "El archivo no existe!"
627
 
628
- #: lib/wfu_constants.php:135
629
  msgid "Could not download file!"
630
  msgstr "No se puede descargar el archivo!"
631
 
632
- #: lib/wfu_constants.php:136
633
  msgid "You are not allowed to delete this file!"
634
  msgstr "Sin permiso para eliminar este archivo!"
635
 
636
- #: lib/wfu_constants.php:137
637
  msgid "File was not deleted!"
638
  msgstr "El archivo no fue eliminado!"
639
 
640
- #: lib/wfu_constants.php:138
641
  msgid "No file was deleted!"
642
  msgstr "Ningún archivo fue eliminado!"
643
 
644
- #: lib/wfu_constants.php:139
645
  msgid "Some files were not deleted!"
646
  msgstr "Algunos archivos no fueron eliminados!"
647
 
648
- #: lib/wfu_constants.php:141
649
  msgid "Upload skipped! File already exists."
650
  msgstr "Carga omitida! El archivo ya existe."
651
 
652
- #: lib/wfu_constants.php:142
653
  msgid "The extension of the file does not match its contents."
654
  msgstr "La extensión del archivo no coincide con su conenido."
655
 
656
- #: lib/wfu_constants.php:143
657
  msgid ""
658
  "Upload succeeded but the file is suspicious because its contents do not "
659
  "match its extension. Its proper filename is: "
@@ -661,21 +666,25 @@ msgstr ""
661
  "La carga fue satisfactoria pero el archivo es sospechoso porque su contenido "
662
  "no coincide con la extensión. El nombre de archivo adecuado es:"
663
 
664
- #: lib/wfu_constants.php:144
665
  msgid "No files have been selected!"
666
  msgstr "Ningún archivo seleccionado!"
667
 
668
- #: lib/wfu_constants.php:145
 
 
 
 
669
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
670
  msgstr ""
671
  "El complemento WPFilebase no fue actualizado porque ningún archivo fue "
672
  "cargado."
673
 
674
- #: lib/wfu_constants.php:146
675
  msgid "Notification email was not sent because there were no files uploaded."
676
  msgstr "No se envió email de notificación porque ningún archivo fue cargado."
677
 
678
- #: lib/wfu_constants.php:147
679
  msgid ""
680
  "Notification email was not sent because no recipients were defined. Please "
681
  "check notifyrecipients attribute in the shortcode."
@@ -683,7 +692,7 @@ msgstr ""
683
  "No se envió email de notificación porque no se definieron destinatarios. Por "
684
  "favor verificar el atributo notifyrecipients del shortcode."
685
 
686
- #: lib/wfu_constants.php:148
687
  msgid ""
688
  "Notification email was not sent due to an error. Please check "
689
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -692,7 +701,7 @@ msgstr ""
692
  "no haya errores en los atributos notifyrecipients, notifysubject y "
693
  "notifymessage."
694
 
695
- #: lib/wfu_constants.php:149
696
  msgid ""
697
  "Redirection not executed because redirection link is empty. Please check "
698
  "redirectlink attribute."
@@ -700,18 +709,18 @@ msgstr ""
700
  "La redirección no fue ejecutada porque el enlace de redirección está vacío. "
701
  "Por favor verificar el atributo redirectlink."
702
 
703
- #: lib/wfu_constants.php:150
704
  msgid ""
705
  "Redirection not executed because not all files were successfully uploaded."
706
  msgstr ""
707
  "La redirección no fue ejecutada porque no todos los archivos se cargaron "
708
  "satisfactoriamente."
709
 
710
- #: lib/wfu_constants.php:151
711
  msgid "Potential Denial-Of-Service Attack on {SITE}"
712
  msgstr "Potencial ataque de Denegación-De-Servicio en {SITE}"
713
 
714
- #: lib/wfu_constants.php:152
715
  msgid ""
716
  "Hello admin\n"
717
  "\n"
@@ -748,19 +757,19 @@ msgstr ""
748
  "\n"
749
  "Gracias"
750
 
751
- #: lib/wfu_constants.php:153
752
  msgid ""
753
  "You have activated an alternative insecure Iptanus Services Server. For "
754
  "details please contact info@iptanus.com."
755
  msgstr ""
756
 
757
- #: lib/wfu_constants.php:154
758
  msgid ""
759
  "Iptanus Services Server is unreachable. This may cause problems in some "
760
  "plugin functions. Please contact info@iptanus.com for details."
761
  msgstr ""
762
 
763
- #: lib/wfu_constants.php:156
764
  msgid ""
765
  "Failed to add the shortcode to the page/post. Please try again. If the "
766
  "message persists, contact administrator."
@@ -768,7 +777,7 @@ msgstr ""
768
  "Fallo al agregar el shortcode a la página/entrada. Por favor intente "
769
  "nuevamente. Si el mensaje persiste, contacte al administrador."
770
 
771
- #: lib/wfu_constants.php:157
772
  msgid ""
773
  "Failed to edit the shortcode because the contents of the page changed. Try "
774
  "again to edit the shortcode."
@@ -776,7 +785,7 @@ msgstr ""
776
  "Fallo al editar el shortcode porque el contenido de la página cambió. "
777
  "Intente editar el shortcode nuevamente."
778
 
779
- #: lib/wfu_constants.php:158
780
  msgid ""
781
  "Failed to delete the shortcode because the contents of the page changed. Try "
782
  "again to delete it."
@@ -784,7 +793,7 @@ msgstr ""
784
  "Fallo al eliminar el shortcode porque el contenido de la página cambió. "
785
  "Intente eliminarlo nuevamente."
786
 
787
- #: lib/wfu_constants.php:159
788
  msgid ""
789
  "The page containing the shortcode has been modified and it is no longer "
790
  "valid. Please go back to reload the shortcode."
@@ -792,7 +801,7 @@ msgstr ""
792
  "La página que contiene el shortcode fue modificada y ya no es válida. Por "
793
  "favor vuelva a cargar el shortcode."
794
 
795
- #: lib/wfu_constants.php:160
796
  msgid ""
797
  "Failed to update the shortcode because the contents of the page changed. Go "
798
  "back to reload the shortcode."
@@ -800,7 +809,7 @@ msgstr ""
800
  "Fallo al actualizar el shortcode porque el contenido de la página cambió. "
801
  "Vuelva a cargar el shortcode."
802
 
803
- #: lib/wfu_constants.php:161
804
  msgid ""
805
  "Failed to update the shortcode. Please try again. If the problem persists, "
806
  "go back and reload the shortcode."
@@ -808,39 +817,39 @@ msgstr ""
808
  "Fallo al actualizar el shortcode. Por favor intente nuevamente. Si el "
809
  "problema persiste, vuelva a cargar el shortcode."
810
 
811
- #: lib/wfu_constants.php:163
812
  msgid "This is a test message"
813
  msgstr "Este es un mensaje de prueba"
814
 
815
- #: lib/wfu_constants.php:164
816
  msgid "This is a test administrator message"
817
  msgstr "Este es un mensaje de prueba del administrador"
818
 
819
- #: lib/wfu_constants.php:165
820
  msgid "File testfile 1 under test"
821
  msgstr "Archivo testfile 1 en prueba"
822
 
823
- #: lib/wfu_constants.php:166
824
  msgid "File testfile 1 message"
825
  msgstr "Archivo testfile 1 mensaje"
826
 
827
- #: lib/wfu_constants.php:167
828
  msgid "File testfile 1 administrator message"
829
  msgstr "Archivo testfile 1 mensaje de administrador"
830
 
831
- #: lib/wfu_constants.php:168
832
  msgid "File testfile 2 under test"
833
  msgstr "Archivo testfile 2 en prueba"
834
 
835
- #: lib/wfu_constants.php:169
836
  msgid "File testfile 2 message"
837
  msgstr "Archivo testfile 2 mensaje"
838
 
839
- #: lib/wfu_constants.php:170
840
  msgid "File testfile 2 administrator message"
841
  msgstr "Archivo testfile 2 mensaje de administrador"
842
 
843
- #: lib/wfu_constants.php:172
844
  msgid ""
845
  "Insert variable %userid% inside text. It will be replaced by the id of the "
846
  "current user."
@@ -848,7 +857,7 @@ msgstr ""
848
  "Insertar la variable %userid% dentro del texto. Será reemplazada por el id "
849
  "del usuario actual."
850
 
851
- #: lib/wfu_constants.php:173
852
  msgid ""
853
  "Insert variable %username% inside text. It will be replaced by the username "
854
  "of the current user."
@@ -856,7 +865,7 @@ msgstr ""
856
  "Insertar la variable %username% dentro del texto. Será reemplazada por el "
857
  "nombre del usuario actual."
858
 
859
- #: lib/wfu_constants.php:174
860
  msgid ""
861
  "Insert variable %useremail% inside text. It will be replaced by the email of "
862
  "the current user."
@@ -864,7 +873,7 @@ msgstr ""
864
  "Insertar la variable %useremail% dentro del texto. Será reemplazada por el "
865
  "email del usuario actual."
866
 
867
- #: lib/wfu_constants.php:175
868
  msgid ""
869
  "Insert variable %filename% inside text. It will be replaced by the filename "
870
  "of the uploaded file."
@@ -872,7 +881,7 @@ msgstr ""
872
  "Insertar la variable %filename% dentro del texto. Será reemplazada por el "
873
  "nombre del archivo cargado."
874
 
875
- #: lib/wfu_constants.php:176
876
  msgid ""
877
  "Insert variable %filepath% inside text. It will be replaced by the full "
878
  "filepath of the uploaded file."
@@ -880,7 +889,7 @@ msgstr ""
880
  "Insertar la variable %filepath% dentro del texto. Será reemplazada por la "
881
  "ruta completa al archivo cargado."
882
 
883
- #: lib/wfu_constants.php:177
884
  msgid ""
885
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
886
  "the website."
@@ -888,7 +897,7 @@ msgstr ""
888
  "Insertar la variable %blogid% dentro del texto. Será reemplazada por la blog "
889
  "id del sitio web."
890
 
891
- #: lib/wfu_constants.php:178
892
  msgid ""
893
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
894
  "current page."
@@ -896,7 +905,7 @@ msgstr ""
896
  "Insertar la variable %pageid% dentro del texto. Será reemplazada por el id "
897
  "de la página actual."
898
 
899
- #: lib/wfu_constants.php:179
900
  msgid ""
901
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
902
  "the current page."
@@ -904,7 +913,7 @@ msgstr ""
904
  "Insertar variable %pagetitle% dentro del texto. Será reemplazada por el "
905
  "título de la página actual."
906
 
907
- #: lib/wfu_constants.php:180
908
  msgid ""
909
  "Insert variable %userdataXXX% inside text. Select the user field from the "
910
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -914,212 +923,212 @@ msgstr ""
914
  "usuario de la lista desplegable. Será reemplazada por el valor que el "
915
  "usuario ingresó en este campo."
916
 
917
- #: lib/wfu_constants.php:181
918
  msgid "Insert variable %n% inside text to denote a line change."
919
  msgstr ""
920
  "Insertar la variable %n% dentro del texto para denotar un cambio de línea."
921
 
922
- #: lib/wfu_constants.php:183
923
  msgid "Test Mode"
924
  msgstr "Modo de Prueba"
925
 
926
- #: lib/wfu_constants.php:184
927
  msgid "select dir..."
928
  msgstr "elegir carpeta..."
929
 
930
- #: lib/wfu_constants.php:185
931
  msgid "type dir"
932
  msgstr "ingresar carpeta"
933
 
934
- #: lib/wfu_constants.php:186
935
  msgid "Upload path: %filepath%"
936
  msgstr "Ruta de carga: %filepath%"
937
 
938
- #: lib/wfu_constants.php:187
939
  msgid "Failed upload path: %filepath%"
940
  msgstr "Falló la ruta de carga: %filepath%"
941
 
942
- #: lib/wfu_constants.php:188
943
  msgid " (required)"
944
  msgstr "(requerido)"
945
 
946
- #: lib/wfu_constants.php:189
947
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
948
  msgstr "Los archivos están siendo cargados. ¿Desea salir de la página?"
949
 
950
- #: lib/wfu_constants.php:190
951
  msgid "checking captcha..."
952
  msgstr "verificando captcha..."
953
 
954
- #: lib/wfu_constants.php:191
955
  msgid "refreshing..."
956
  msgstr "recargando..."
957
 
958
- #: lib/wfu_constants.php:192
959
  msgid "correct captcha"
960
  msgstr "captcha correcto"
961
 
962
- #: lib/wfu_constants.php:193
963
  msgid "click to continue the upload"
964
  msgstr "click para continuar la carga"
965
 
966
- #: lib/wfu_constants.php:194
967
  msgid "Are you sure you want to delete this file?"
968
  msgstr "¿Desea eliminar este archivo?"
969
 
970
- #: lib/wfu_constants.php:195
971
  msgid "Are you sure you want to delete these files?"
972
  msgstr "¿Desea eliminar estos archivos?"
973
 
974
- #: lib/wfu_constants.php:196
975
  msgid "Bulk Actions"
976
  msgstr "Acciones en conjunto"
977
 
978
- #: lib/wfu_constants.php:197
979
  msgid "Apply"
980
  msgstr "Aplicar"
981
 
982
- #: lib/wfu_constants.php:198
983
  msgid "Are you sure that you want to cancel the upload?"
984
  msgstr "¿Desea cancelar la carga?"
985
 
986
- #: lib/wfu_constants.php:199
987
  msgid "cancel upload of this file"
988
  msgstr "cancelar carga de este archivo"
989
 
990
- #: lib/wfu_constants.php:200
991
  msgid "Upload in progress"
992
  msgstr "Carga en progreso"
993
 
994
- #: lib/wfu_constants.php:201
995
  msgid "Upload in progress with warnings!"
996
  msgstr "Carga en progreso con advertencias!"
997
 
998
- #: lib/wfu_constants.php:202
999
  msgid "Upload in progress but some files already failed!"
1000
  msgstr "Carga en progreso pero algunos archivos ya fallaron!"
1001
 
1002
- #: lib/wfu_constants.php:203
1003
  msgid "Upload in progress but no files uploaded so far!"
1004
  msgstr "Carga en progreso pero ningún archivo fue cargado aún!"
1005
 
1006
- #: lib/wfu_constants.php:204
1007
  msgid "All files uploaded successfully"
1008
  msgstr "Todos los archivos fueron cargados satisfactoriamente"
1009
 
1010
- #: lib/wfu_constants.php:205
1011
  msgid "All files uploaded successfully but there are warnings!"
1012
  msgstr ""
1013
  "Todos los archivos fueron cargados satisfactoriamente pero hay advertencias!"
1014
 
1015
- #: lib/wfu_constants.php:206
1016
  msgid "File uploaded successfully but there are warnings!"
1017
  msgstr "El archivo fue cargado satisfactoriamente pero hubo advertencias!"
1018
 
1019
- #: lib/wfu_constants.php:207
1020
  msgid "Some files failed to upload!"
1021
  msgstr "Falló la carga de algunos archivos!"
1022
 
1023
- #: lib/wfu_constants.php:208
1024
  msgid "All files failed to upload"
1025
  msgstr "Falló la carga de todos los archivos"
1026
 
1027
- #: lib/wfu_constants.php:209
1028
  msgid "File failed to upload"
1029
  msgstr "Falló la carga del archivo"
1030
 
1031
- #: lib/wfu_constants.php:210
1032
  msgid "There are no files to upload!"
1033
  msgstr "No hay archivos para cargar!"
1034
 
1035
- #: lib/wfu_constants.php:211
1036
  msgid "Test upload message"
1037
  msgstr "Mensaje de prueba de carga."
1038
 
1039
- #: lib/wfu_constants.php:212
1040
  msgid "JSON parse warning!"
1041
  msgstr "Advertencia de procesamiento JSON!"
1042
 
1043
- #: lib/wfu_constants.php:213
1044
  msgid "please wait while redirecting..."
1045
  msgstr "por favor espere mientras se redirecciona..."
1046
 
1047
- #: lib/wfu_constants.php:215
1048
  msgid "Submitting data"
1049
  msgstr ""
1050
 
1051
- #: lib/wfu_constants.php:216
1052
  msgid "Data submitted successfully!"
1053
  msgstr ""
1054
 
1055
- #: lib/wfu_constants.php:217
1056
  msgid "Data were not submitted!"
1057
  msgstr ""
1058
 
1059
- #: lib/wfu_constants.php:218
1060
  msgid "Cancelling upload"
1061
  msgstr ""
1062
 
1063
- #: lib/wfu_constants.php:220
1064
  msgid "Open visual shortcode editor in new window"
1065
  msgstr "Abrir el editor visual de shortcode en una nueva ventana"
1066
 
1067
- #: lib/wfu_constants.php:221
1068
  msgid "loading visual editor"
1069
  msgstr "cargando editor visual"
1070
 
1071
- #: lib/wfu_constants.php:222
1072
  msgid "Clear file list?"
1073
  msgstr "Limpiar lista de archivos?"
1074
 
1075
- #: lib/wfu_constants.php:223
1076
  msgid "DROP HERE"
1077
  msgstr "SOLTAR AQUÍ"
1078
 
1079
- #: lib/wfu_constants.php:225
1080
  msgid "record video"
1081
  msgstr "grabar video"
1082
 
1083
- #: lib/wfu_constants.php:226
1084
  msgid "take a picture"
1085
  msgstr "tomar fotografía"
1086
 
1087
- #: lib/wfu_constants.php:227
1088
  msgid "turn webcam on/off"
1089
  msgstr "encender/apagar webcam"
1090
 
1091
- #: lib/wfu_constants.php:228
1092
  msgid "go live again"
1093
  msgstr "salir en vivo otra vez"
1094
 
1095
- #: lib/wfu_constants.php:229
1096
  msgid "end recording"
1097
  msgstr "finalizar grabación"
1098
 
1099
- #: lib/wfu_constants.php:230
1100
  msgid "play"
1101
  msgstr "reproducir"
1102
 
1103
- #: lib/wfu_constants.php:231
1104
  msgid "pause"
1105
  msgstr "pausa"
1106
 
1107
- #: lib/wfu_constants.php:232
1108
  msgid "go to the beginning"
1109
  msgstr "ir al principio"
1110
 
1111
- #: lib/wfu_constants.php:233
1112
  msgid "go to the end"
1113
  msgstr "ir al final"
1114
 
1115
- #: lib/wfu_constants.php:235
1116
  msgid "Wordpress File Upload Form"
1117
  msgstr "Formulario Wordpress File Upload"
1118
 
1119
- #: lib/wfu_constants.php:236
1120
  msgid "Wordpress File Upload plugin uploader for sidebars"
1121
  msgstr "Cargador de complemento Wordpress File Uploader para sidebars"
1122
 
1123
- #: lib/wfu_constants.php:237
1124
  msgid "Upload Files"
1125
  msgstr "Cargar Archivos"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:03+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:03+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: es\n"
89
  msgid "screenshot"
90
  msgstr "captura"
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+
97
+ #: lib/wfu_constants.php:32
98
  msgid "File"
99
  msgstr "Archivo"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Date"
103
  msgstr "Fecha"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "Size"
107
  msgstr "Tamaño"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "User"
111
  msgstr "Usuario"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "Page"
115
  msgstr "Página"
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "User Fields"
119
  msgstr "Campos de Usuario"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download"
123
  msgstr "Descargar"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Download this file"
127
  msgstr "Descargar este archivo"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete"
131
  msgstr "Eliminar"
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Delete this file"
135
  msgstr "Eliminar este archivo"
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "Sort list based on this column"
139
  msgstr "Ordenar lista basado en columna"
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "guest"
143
  msgstr "visitante"
144
 
145
+ #: lib/wfu_constants.php:44
146
  msgid "unknown"
147
  msgstr "desconocido"
148
 
149
+ #: lib/wfu_constants.php:46
150
  msgid ""
151
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
152
  "attribute."
154
  "Error. No se pudo encontrar el destino ftp. Verificar el dominio en el "
155
  "atributo 'ftpinfo'."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
159
  msgstr ""
160
  "Error. Información de ftp inválida en el atributo 'ftpinfo'. Verificar el "
161
  "atributo 'ftpinfo'."
162
 
163
+ #: lib/wfu_constants.php:48
164
  msgid ""
165
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
166
  "syntax."
168
  "Error. No se pudo extraer la información de ftp desde el atributo 'ftpinfo'. "
169
  "Verificar su sintaxis."
170
 
171
+ #: lib/wfu_constants.php:49
172
  msgid ""
173
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
174
  "attribute."
176
  "Error. No se pudo encontrar el archivo de destino. Verificar el dominio en "
177
  "el atributo 'ftpinfo'."
178
 
179
+ #: lib/wfu_constants.php:50
180
  msgid ""
181
  "Error. Could not open source file for ftp upload. Check if file is "
182
  "accessible."
183
  msgstr ""
184
 
185
+ #: lib/wfu_constants.php:51
186
  msgid "Error. Could not send data to ftp target file."
187
  msgstr ""
188
 
189
+ #: lib/wfu_constants.php:52
190
  msgid ""
191
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
192
  "attribute."
193
  msgstr ""
194
 
195
+ #: lib/wfu_constants.php:53
196
  msgid ""
197
  "Error. Could not authenticate to ftp host. Check username and password in "
198
  "'ftpinfo' attribute."
199
  msgstr ""
200
 
201
+ #: lib/wfu_constants.php:54
202
  msgid ""
203
  "Error. Could not initialize sftp subsystem. Please check if the server "
204
  "supports sftp."
205
  msgstr ""
206
 
207
+ #: lib/wfu_constants.php:55
208
  msgid "Error. The web server does not support sftp."
209
  msgstr ""
210
 
211
+ #: lib/wfu_constants.php:56
212
  msgid ""
213
  "Error. The upload size limit of PHP directive upload_max_filesize is "
214
  "preventing the upload of big files.\n"
218
  "la carga de archivos grandes.\n"
219
  "El tamaño actual en la directiva PHP upload_max_filesize es:"
220
 
221
+ #: lib/wfu_constants.php:57
222
  msgid ""
223
  "The upload time limit of PHP directive max_input_time is preventing the "
224
  "upload of big files.\n"
228
  "carga de archivos grandes.\n"
229
  "El límite actual en la directiva PHP max_input_time es:"
230
 
231
+ #: lib/wfu_constants.php:58
232
  msgid ""
233
  "Error. Permission denied to write to target folder.\n"
234
  "Check and correct read/write permissions of target folder."
236
  "Error. Permiso denegado para escribir en la carpeta de destino.\n"
237
  "Verificar y corregir los permisos de lectura/escritura de la carpeta destino."
238
 
239
+ #: lib/wfu_constants.php:59
240
  msgid ""
241
  "Error. This file was rejected because its extension is not correct. Its "
242
  "proper filename is: "
244
  "Error. Este archivo fue rechazado debido a que su extensión no es correcta. "
245
  "El nombre adecuado es:"
246
 
247
+ #: lib/wfu_constants.php:60
248
  msgid ""
249
  "Too many files are uploaded in a short period of time. This may be a Denial-"
250
  "Of-Service attack, so file was rejected. Please check the upload log for "
255
  "archivo. Por favor verifique el registro de carga por comportamientos "
256
  "sospechosos."
257
 
258
+ #: lib/wfu_constants.php:61
259
  msgid ""
260
  "File not uploaded in order to prevent overflow of the website. Please "
261
  "contact administrator."
263
  "El archivo no fue cargado para prevenir una sobrecarga del sitio. Por favor "
264
  "contacte al administrador."
265
 
266
+ #: lib/wfu_constants.php:62
267
  msgid "Targer folder doesn't exist."
268
  msgstr "La carpeta de destino no existe."
269
 
270
+ #: lib/wfu_constants.php:63
271
  msgid "Upload failed! Missing a temporary folder."
272
  msgstr "Fallo en la carga! Falta una carpeta temporal."
273
 
274
+ #: lib/wfu_constants.php:64
275
  msgid "Upload failed! Permission denied to write to target folder."
276
  msgstr ""
277
  "Fallo en la carga! Permiso denegado para escribir en la carpeta de destino."
278
 
279
+ #: lib/wfu_constants.php:65
280
  msgid "File not allowed."
281
  msgstr "Archivo no admitido."
282
 
283
+ #: lib/wfu_constants.php:66
284
  msgid "File is suspicious and was rejected."
285
  msgstr "El archivo es sospechoso y fue rechazado."
286
 
287
+ #: lib/wfu_constants.php:67
288
  msgid "The uploaded file exceeds the file size limit."
289
  msgstr "El archivo cargado excede el límite de tamaño permitido."
290
 
291
+ #: lib/wfu_constants.php:68
292
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
293
  msgstr "El archivo cargado excede 2GB y el servidor no lo soporta."
294
 
295
+ #: lib/wfu_constants.php:69
296
  msgid ""
297
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
298
  "Please contact the administrator."
300
  "Fallo en la carga! El archivo cargado excede el límite de tamaño admitido "
301
  "por el servidor. Por favor contacte al administrador."
302
 
303
+ #: lib/wfu_constants.php:70
304
  msgid ""
305
  "Upload failed! The duration of the upload exceeded the time limit of the "
306
  "server. Please contact the administrator."
308
  "Fallo en la carga! La duración de la carga excede el límite de tiempo "
309
  "establecido por el servidor. Por favor contacte al administrador."
310
 
311
+ #: lib/wfu_constants.php:71
312
  msgid ""
313
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
314
  "was specified in the HTML form."
316
  "Fallo en la carga! El archivo cargado excede la directiva MAX_FILE_SIZE "
317
  "especificada en el formulario HTML."
318
 
319
+ #: lib/wfu_constants.php:72
320
  msgid "Upload failed! The uploaded file was only partially uploaded."
321
  msgstr "Fallo en la carga! El archivo fue cargado sólo parcialmente."
322
 
323
+ #: lib/wfu_constants.php:73
324
  msgid "Upload failed! No file was uploaded."
325
  msgstr "Fallo en la carga! No se cargó ningún archivo."
326
 
327
+ #: lib/wfu_constants.php:74
328
  msgid "Upload failed! Failed to write file to disk."
329
  msgstr "Fallo en la carga! Fallo al escribir el archivo al disco."
330
 
331
+ #: lib/wfu_constants.php:75
332
  msgid ""
333
  "Upload failed! Error occured while moving temporary file. Please contact "
334
  "administrator."
336
  "Fallo en la carga! Ocurrió un error al mover el archivo temporal. Por favor "
337
  "contacte al administrador."
338
 
339
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
340
  msgid "Upload cancelled!"
341
  msgstr "Carga cancelada!"
342
 
343
+ #: lib/wfu_constants.php:77
344
  msgid ""
345
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
346
  "a way to ascertain which extension caused the file upload to stop; examining "
350
  "manera de determinar cuál extensión ocasionó que la carga se detenga; "
351
  "examinar la lista de extensiones cargadas con phpinfo() puede ayudar."
352
 
353
+ #: lib/wfu_constants.php:78
354
  msgid "Upload failed! Error occured while attemting to upload the file."
355
  msgstr "Fallo en la carga! Ocurrió un error al intentar cargar el archivo."
356
 
357
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
358
  msgid "Upload failed!"
359
  msgstr "Fallo en la carga!"
360
 
361
+ #: lib/wfu_constants.php:80
362
  msgid "No file!"
363
  msgstr "Sin archivo!"
364
 
365
+ #: lib/wfu_constants.php:81
366
  msgid ""
367
  "Upload failed! The upload has been canceled by the user or the browser "
368
  "dropped the connection."
370
  "Fallo en la carga! La carga fue cancelada por el usuario o el navegador "
371
  "cerró la conexión."
372
 
373
+ #: lib/wfu_constants.php:82
374
  msgid "Upload failed! Unknown error."
375
  msgstr "Fallo en la carga! Error desconocido."
376
 
377
+ #: lib/wfu_constants.php:83
378
  msgid "Please contact the administrator."
379
  msgstr "Por favor contacte al administrador."
380
 
381
+ #: lib/wfu_constants.php:84
382
  msgid "No result from remote server!"
383
  msgstr "Sin resultados desde el servidor remoto!"
384
 
385
+ #: lib/wfu_constants.php:85
386
  msgid " but with warnings"
387
  msgstr "pero con errores"
388
 
389
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
390
  msgid "Warning: JSON parse error."
391
  msgstr "Advertencia: Error al procesar JSON."
392
 
393
+ #: lib/wfu_constants.php:87
394
  msgid ""
395
  "Upload parameters of this file, passed as JSON string to the handler, could "
396
  "not be parsed."
398
  "Los parámetros de carga de este archivo, enviados como cadena JSON, no "
399
  "pudieron ser procesados."
400
 
401
+ #: lib/wfu_constants.php:89
402
  msgid ""
403
  "UploadStates, passed as JSON string to the handler, could not be parsed."
404
  msgstr "UploadStates, enviados como cadena JSON, no pudieron ser procesados."
405
 
406
+ #: lib/wfu_constants.php:90
407
  msgid ""
408
  "Redirection to classic form functionality occurred due to unknown error."
409
  msgstr ""
410
  "Ocurrió una redirección a la funcionalidad clásica del formulario, debido a "
411
  "un error desconocido."
412
 
413
+ #: lib/wfu_constants.php:91
414
  msgid ""
415
  "Redirection to classic form functionality occurred because AJAX is not "
416
  "supported."
418
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque "
419
  "AJAX no está soportado."
420
 
421
+ #: lib/wfu_constants.php:92
422
  msgid ""
423
  "Redirection to classic form functionality occurred because HTML5 is not "
424
  "supported."
426
  "Ocurrió una redirección a la funcionalidad clásica del formulario, porque no "
427
  "se soporta HTML5."
428
 
429
+ #: lib/wfu_constants.php:93
430
  msgid ""
431
  "Redirection to classic form functionality occurred due to JSON parse error."
432
  msgstr ""
433
  "Ocurrió una redirección a la funcionalidad clásica del formulario debido a "
434
  "un error de procesamiento JSON."
435
 
436
+ #: lib/wfu_constants.php:94
437
  msgid "Please enable popup windows from the browser's settings!"
438
  msgstr ""
439
  "Por favor activar las ventanas emergentes desde las opciones del navegador!"
440
 
441
+ #: lib/wfu_constants.php:95
442
  msgid "cannot be empty!"
443
  msgstr "no puede estar vacío!"
444
 
445
+ #: lib/wfu_constants.php:96
446
  msgid "number not valid!"
447
  msgstr "número no válido!"
448
 
449
+ #: lib/wfu_constants.php:97
450
  msgid "email not valid!"
451
  msgstr "email no válido!"
452
 
453
+ #: lib/wfu_constants.php:98
454
  msgid "emails do not match!"
455
  msgstr "los emails no coinciden!"
456
 
457
+ #: lib/wfu_constants.php:99
458
  msgid "no base email field in group!"
459
  msgstr "sin campo base de email en el grupo!"
460
 
461
+ #: lib/wfu_constants.php:100
462
  msgid "passwords do not match!"
463
  msgstr "las contraseñas no coinciden!"
464
 
465
+ #: lib/wfu_constants.php:101
466
  msgid "no base password field in group!"
467
  msgstr "sin campo base de contraseña en el grupo!"
468
 
469
+ #: lib/wfu_constants.php:102
470
  msgid "checkbox unchecked!"
471
  msgstr "opción desmarcada!"
472
 
473
+ #: lib/wfu_constants.php:103
474
  msgid "no option selected!"
475
  msgstr "no se seleccionó opción!"
476
 
477
+ #: lib/wfu_constants.php:104
478
  msgid "no item selected!"
479
  msgstr "ningún item seleccionado!"
480
 
481
+ #: lib/wfu_constants.php:105
482
  msgid ""
483
  "There are more than one instances of the plugin in this page with the same "
484
  "id. Please change it."
486
  "Hay más de una instancia del complemento con el mismo id en esta página. Por "
487
  "favor cambiarlo."
488
 
489
+ #: lib/wfu_constants.php:106
490
  msgid ""
491
  "Cannot edit the shortcode because the page has been modified. Please reload "
492
  "the page."
494
  "No se puede editar el shortcode porque la página fue modificada. Por favor "
495
  "recargar la página."
496
 
497
+ #: lib/wfu_constants.php:107
498
  msgid "Your browser does not support webcam capture!"
499
  msgstr "Su navegador no soporta captura desde webcam!"
500
 
501
+ #: lib/wfu_constants.php:108
502
  msgid "Your browser does not support video recording from the webcam!"
503
  msgstr "Su navegador no soporta la grabación de video desde webcam!"
504
 
505
+ #: lib/wfu_constants.php:109
506
  msgid "No video was recorded!"
507
  msgstr "Video no grabado."
508
 
509
+ #: lib/wfu_constants.php:110
510
  msgid ""
511
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
512
  "or use RecaptchaV2 (no account)."
514
  "ERROR: Captcha no soportado! La versión de PHP es muy antigua. Actualizar "
515
  "PHP o utilizar RecaptchaV2 (sin cuenta)."
516
 
517
+ #: lib/wfu_constants.php:111
518
  msgid ""
519
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
520
  "notify administrator."
522
  "ERROR. Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
523
  "Por favor notificar al administrador."
524
 
525
+ #: lib/wfu_constants.php:112
526
  msgid ""
527
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
528
  "use RecaptchaV1 (no account)."
530
  "ERROR: Sólo una instancia de RecaptchaV1 puede existir en la misma página. "
531
  "Por favor utilizar RecaptchaV1 (sin cuenta)."
532
 
533
+ #: lib/wfu_constants.php:113
534
  msgid "ERROR: No site key. Please contact administrator!"
535
  msgstr "ERROR: Sin key para el sitio. Por favor contactar al administrador!"
536
 
537
+ #: lib/wfu_constants.php:114
538
  msgid ""
539
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
540
  "define Google Recaptcha keys."
542
  "ERROR: La site key no fue definida! Por favor entrar a las opciones del "
543
  "complemento en el Escritorio para definir las keys de Google Recaptcha."
544
 
545
+ #: lib/wfu_constants.php:115
546
  msgid "Bad captcha image!"
547
  msgstr "Mala imagen de captcha!"
548
 
549
+ #: lib/wfu_constants.php:116
550
  msgid "No input!"
551
  msgstr "Sin entrada!"
552
 
553
+ #: lib/wfu_constants.php:117
554
  msgid "Captcha not completed!"
555
  msgstr "Captcha no completado!"
556
 
557
+ #: lib/wfu_constants.php:118
558
  msgid "Wrong captcha!"
559
  msgstr "Mal captcha!"
560
 
561
+ #: lib/wfu_constants.php:119
562
  msgid "Error refreshing captcha!"
563
  msgstr "Error recargando captcha!"
564
 
565
+ #: lib/wfu_constants.php:120
566
  msgid "Unknown captcha error!"
567
  msgstr "Error de captcha desconocido!"
568
 
569
+ #: lib/wfu_constants.php:121
570
  msgid "Captcha not supported by your browser!"
571
  msgstr "Captcha no soportado por su navegador!"
572
 
573
+ #: lib/wfu_constants.php:122
574
  msgid "the secret parameter is missing"
575
  msgstr "falta el parámetro secreto"
576
 
577
+ #: lib/wfu_constants.php:123
578
  msgid "the secret parameter is invalid or malformed"
579
  msgstr "el parámetro secreto es inválido o está malformado"
580
 
581
+ #: lib/wfu_constants.php:124
582
  msgid "the response parameter is missing"
583
  msgstr "falta el parámetro response"
584
 
585
+ #: lib/wfu_constants.php:125
586
  msgid "the response parameter is invalid or malformed"
587
  msgstr "el parámetro response es inválido o está malformado"
588
 
589
+ #: lib/wfu_constants.php:126
590
  msgid "Please do not use drag drop due to an internal problem."
591
  msgstr "Por favor no arrastre y suelte debido a un problema interno."
592
 
593
+ #: lib/wfu_constants.php:127
594
  #, php-format
595
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
596
  msgstr "Error durante carga por partes. ID único en blanco en parte %d"
597
 
598
+ #: lib/wfu_constants.php:128
599
  msgid "Chunked upload is not allowed!"
600
  msgstr "No se admite carga por partes!"
601
 
602
+ #: lib/wfu_constants.php:129
603
  msgid "Chunked upload aborted due to error in previous chunk!"
604
  msgstr "La carga por partes se abortó debido a un error en la parte anterior!"
605
 
606
+ #: lib/wfu_constants.php:130
607
  msgid "Chunked upload failed, final file could not be created!"
608
  msgstr "Falló la carga por partes. el archivo final no pudo ser creado!"
609
 
610
+ #: lib/wfu_constants.php:131
611
  #, php-format
612
  msgid "Could not write file chuck to destination on chunk %d"
613
  msgstr "No se puede escribir esta parte al destino en parte %d"
614
 
615
+ #: lib/wfu_constants.php:132
616
  #, php-format
617
  msgid "Could not enlarge destination file on chunk %d"
618
  msgstr "No se puede agrandar el archivo de destino en parte %d"
619
 
620
+ #: lib/wfu_constants.php:133
621
  #, php-format
622
  msgid "Could not open file handles on chunk %d"
623
  msgstr "No se pudieron abrir los identificadores de archivo en parte %d"
624
 
625
+ #: lib/wfu_constants.php:134
626
  msgid "You are not allowed to download this file!"
627
  msgstr "¡No se puede descargar este archivo!"
628
 
629
+ #: lib/wfu_constants.php:135
630
  msgid "File does not exist!"
631
  msgstr "El archivo no existe!"
632
 
633
+ #: lib/wfu_constants.php:136
634
  msgid "Could not download file!"
635
  msgstr "No se puede descargar el archivo!"
636
 
637
+ #: lib/wfu_constants.php:137
638
  msgid "You are not allowed to delete this file!"
639
  msgstr "Sin permiso para eliminar este archivo!"
640
 
641
+ #: lib/wfu_constants.php:138
642
  msgid "File was not deleted!"
643
  msgstr "El archivo no fue eliminado!"
644
 
645
+ #: lib/wfu_constants.php:139
646
  msgid "No file was deleted!"
647
  msgstr "Ningún archivo fue eliminado!"
648
 
649
+ #: lib/wfu_constants.php:140
650
  msgid "Some files were not deleted!"
651
  msgstr "Algunos archivos no fueron eliminados!"
652
 
653
+ #: lib/wfu_constants.php:142
654
  msgid "Upload skipped! File already exists."
655
  msgstr "Carga omitida! El archivo ya existe."
656
 
657
+ #: lib/wfu_constants.php:143
658
  msgid "The extension of the file does not match its contents."
659
  msgstr "La extensión del archivo no coincide con su conenido."
660
 
661
+ #: lib/wfu_constants.php:144
662
  msgid ""
663
  "Upload succeeded but the file is suspicious because its contents do not "
664
  "match its extension. Its proper filename is: "
666
  "La carga fue satisfactoria pero el archivo es sospechoso porque su contenido "
667
  "no coincide con la extensión. El nombre de archivo adecuado es:"
668
 
669
+ #: lib/wfu_constants.php:145
670
  msgid "No files have been selected!"
671
  msgstr "Ningún archivo seleccionado!"
672
 
673
+ #: lib/wfu_constants.php:146
674
+ msgid "Please complete the consent question before continuing the upload!"
675
+ msgstr ""
676
+
677
+ #: lib/wfu_constants.php:147
678
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
679
  msgstr ""
680
  "El complemento WPFilebase no fue actualizado porque ningún archivo fue "
681
  "cargado."
682
 
683
+ #: lib/wfu_constants.php:148
684
  msgid "Notification email was not sent because there were no files uploaded."
685
  msgstr "No se envió email de notificación porque ningún archivo fue cargado."
686
 
687
+ #: lib/wfu_constants.php:149
688
  msgid ""
689
  "Notification email was not sent because no recipients were defined. Please "
690
  "check notifyrecipients attribute in the shortcode."
692
  "No se envió email de notificación porque no se definieron destinatarios. Por "
693
  "favor verificar el atributo notifyrecipients del shortcode."
694
 
695
+ #: lib/wfu_constants.php:150
696
  msgid ""
697
  "Notification email was not sent due to an error. Please check "
698
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
701
  "no haya errores en los atributos notifyrecipients, notifysubject y "
702
  "notifymessage."
703
 
704
+ #: lib/wfu_constants.php:151
705
  msgid ""
706
  "Redirection not executed because redirection link is empty. Please check "
707
  "redirectlink attribute."
709
  "La redirección no fue ejecutada porque el enlace de redirección está vacío. "
710
  "Por favor verificar el atributo redirectlink."
711
 
712
+ #: lib/wfu_constants.php:152
713
  msgid ""
714
  "Redirection not executed because not all files were successfully uploaded."
715
  msgstr ""
716
  "La redirección no fue ejecutada porque no todos los archivos se cargaron "
717
  "satisfactoriamente."
718
 
719
+ #: lib/wfu_constants.php:153
720
  msgid "Potential Denial-Of-Service Attack on {SITE}"
721
  msgstr "Potencial ataque de Denegación-De-Servicio en {SITE}"
722
 
723
+ #: lib/wfu_constants.php:154
724
  msgid ""
725
  "Hello admin\n"
726
  "\n"
757
  "\n"
758
  "Gracias"
759
 
760
+ #: lib/wfu_constants.php:155
761
  msgid ""
762
  "You have activated an alternative insecure Iptanus Services Server. For "
763
  "details please contact info@iptanus.com."
764
  msgstr ""
765
 
766
+ #: lib/wfu_constants.php:156
767
  msgid ""
768
  "Iptanus Services Server is unreachable. This may cause problems in some "
769
  "plugin functions. Please contact info@iptanus.com for details."
770
  msgstr ""
771
 
772
+ #: lib/wfu_constants.php:158
773
  msgid ""
774
  "Failed to add the shortcode to the page/post. Please try again. If the "
775
  "message persists, contact administrator."
777
  "Fallo al agregar el shortcode a la página/entrada. Por favor intente "
778
  "nuevamente. Si el mensaje persiste, contacte al administrador."
779
 
780
+ #: lib/wfu_constants.php:159
781
  msgid ""
782
  "Failed to edit the shortcode because the contents of the page changed. Try "
783
  "again to edit the shortcode."
785
  "Fallo al editar el shortcode porque el contenido de la página cambió. "
786
  "Intente editar el shortcode nuevamente."
787
 
788
+ #: lib/wfu_constants.php:160
789
  msgid ""
790
  "Failed to delete the shortcode because the contents of the page changed. Try "
791
  "again to delete it."
793
  "Fallo al eliminar el shortcode porque el contenido de la página cambió. "
794
  "Intente eliminarlo nuevamente."
795
 
796
+ #: lib/wfu_constants.php:161
797
  msgid ""
798
  "The page containing the shortcode has been modified and it is no longer "
799
  "valid. Please go back to reload the shortcode."
801
  "La página que contiene el shortcode fue modificada y ya no es válida. Por "
802
  "favor vuelva a cargar el shortcode."
803
 
804
+ #: lib/wfu_constants.php:162
805
  msgid ""
806
  "Failed to update the shortcode because the contents of the page changed. Go "
807
  "back to reload the shortcode."
809
  "Fallo al actualizar el shortcode porque el contenido de la página cambió. "
810
  "Vuelva a cargar el shortcode."
811
 
812
+ #: lib/wfu_constants.php:163
813
  msgid ""
814
  "Failed to update the shortcode. Please try again. If the problem persists, "
815
  "go back and reload the shortcode."
817
  "Fallo al actualizar el shortcode. Por favor intente nuevamente. Si el "
818
  "problema persiste, vuelva a cargar el shortcode."
819
 
820
+ #: lib/wfu_constants.php:165
821
  msgid "This is a test message"
822
  msgstr "Este es un mensaje de prueba"
823
 
824
+ #: lib/wfu_constants.php:166
825
  msgid "This is a test administrator message"
826
  msgstr "Este es un mensaje de prueba del administrador"
827
 
828
+ #: lib/wfu_constants.php:167
829
  msgid "File testfile 1 under test"
830
  msgstr "Archivo testfile 1 en prueba"
831
 
832
+ #: lib/wfu_constants.php:168
833
  msgid "File testfile 1 message"
834
  msgstr "Archivo testfile 1 mensaje"
835
 
836
+ #: lib/wfu_constants.php:169
837
  msgid "File testfile 1 administrator message"
838
  msgstr "Archivo testfile 1 mensaje de administrador"
839
 
840
+ #: lib/wfu_constants.php:170
841
  msgid "File testfile 2 under test"
842
  msgstr "Archivo testfile 2 en prueba"
843
 
844
+ #: lib/wfu_constants.php:171
845
  msgid "File testfile 2 message"
846
  msgstr "Archivo testfile 2 mensaje"
847
 
848
+ #: lib/wfu_constants.php:172
849
  msgid "File testfile 2 administrator message"
850
  msgstr "Archivo testfile 2 mensaje de administrador"
851
 
852
+ #: lib/wfu_constants.php:174
853
  msgid ""
854
  "Insert variable %userid% inside text. It will be replaced by the id of the "
855
  "current user."
857
  "Insertar la variable %userid% dentro del texto. Será reemplazada por el id "
858
  "del usuario actual."
859
 
860
+ #: lib/wfu_constants.php:175
861
  msgid ""
862
  "Insert variable %username% inside text. It will be replaced by the username "
863
  "of the current user."
865
  "Insertar la variable %username% dentro del texto. Será reemplazada por el "
866
  "nombre del usuario actual."
867
 
868
+ #: lib/wfu_constants.php:176
869
  msgid ""
870
  "Insert variable %useremail% inside text. It will be replaced by the email of "
871
  "the current user."
873
  "Insertar la variable %useremail% dentro del texto. Será reemplazada por el "
874
  "email del usuario actual."
875
 
876
+ #: lib/wfu_constants.php:177
877
  msgid ""
878
  "Insert variable %filename% inside text. It will be replaced by the filename "
879
  "of the uploaded file."
881
  "Insertar la variable %filename% dentro del texto. Será reemplazada por el "
882
  "nombre del archivo cargado."
883
 
884
+ #: lib/wfu_constants.php:178
885
  msgid ""
886
  "Insert variable %filepath% inside text. It will be replaced by the full "
887
  "filepath of the uploaded file."
889
  "Insertar la variable %filepath% dentro del texto. Será reemplazada por la "
890
  "ruta completa al archivo cargado."
891
 
892
+ #: lib/wfu_constants.php:179
893
  msgid ""
894
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
895
  "the website."
897
  "Insertar la variable %blogid% dentro del texto. Será reemplazada por la blog "
898
  "id del sitio web."
899
 
900
+ #: lib/wfu_constants.php:180
901
  msgid ""
902
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
903
  "current page."
905
  "Insertar la variable %pageid% dentro del texto. Será reemplazada por el id "
906
  "de la página actual."
907
 
908
+ #: lib/wfu_constants.php:181
909
  msgid ""
910
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
911
  "the current page."
913
  "Insertar variable %pagetitle% dentro del texto. Será reemplazada por el "
914
  "título de la página actual."
915
 
916
+ #: lib/wfu_constants.php:182
917
  msgid ""
918
  "Insert variable %userdataXXX% inside text. Select the user field from the "
919
  "drop-down list. It will be replaced by the value that the user entered in "
923
  "usuario de la lista desplegable. Será reemplazada por el valor que el "
924
  "usuario ingresó en este campo."
925
 
926
+ #: lib/wfu_constants.php:183
927
  msgid "Insert variable %n% inside text to denote a line change."
928
  msgstr ""
929
  "Insertar la variable %n% dentro del texto para denotar un cambio de línea."
930
 
931
+ #: lib/wfu_constants.php:185
932
  msgid "Test Mode"
933
  msgstr "Modo de Prueba"
934
 
935
+ #: lib/wfu_constants.php:186
936
  msgid "select dir..."
937
  msgstr "elegir carpeta..."
938
 
939
+ #: lib/wfu_constants.php:187
940
  msgid "type dir"
941
  msgstr "ingresar carpeta"
942
 
943
+ #: lib/wfu_constants.php:188
944
  msgid "Upload path: %filepath%"
945
  msgstr "Ruta de carga: %filepath%"
946
 
947
+ #: lib/wfu_constants.php:189
948
  msgid "Failed upload path: %filepath%"
949
  msgstr "Falló la ruta de carga: %filepath%"
950
 
951
+ #: lib/wfu_constants.php:190
952
  msgid " (required)"
953
  msgstr "(requerido)"
954
 
955
+ #: lib/wfu_constants.php:191
956
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
957
  msgstr "Los archivos están siendo cargados. ¿Desea salir de la página?"
958
 
959
+ #: lib/wfu_constants.php:192
960
  msgid "checking captcha..."
961
  msgstr "verificando captcha..."
962
 
963
+ #: lib/wfu_constants.php:193
964
  msgid "refreshing..."
965
  msgstr "recargando..."
966
 
967
+ #: lib/wfu_constants.php:194
968
  msgid "correct captcha"
969
  msgstr "captcha correcto"
970
 
971
+ #: lib/wfu_constants.php:195
972
  msgid "click to continue the upload"
973
  msgstr "click para continuar la carga"
974
 
975
+ #: lib/wfu_constants.php:196
976
  msgid "Are you sure you want to delete this file?"
977
  msgstr "¿Desea eliminar este archivo?"
978
 
979
+ #: lib/wfu_constants.php:197
980
  msgid "Are you sure you want to delete these files?"
981
  msgstr "¿Desea eliminar estos archivos?"
982
 
983
+ #: lib/wfu_constants.php:198
984
  msgid "Bulk Actions"
985
  msgstr "Acciones en conjunto"
986
 
987
+ #: lib/wfu_constants.php:199
988
  msgid "Apply"
989
  msgstr "Aplicar"
990
 
991
+ #: lib/wfu_constants.php:200
992
  msgid "Are you sure that you want to cancel the upload?"
993
  msgstr "¿Desea cancelar la carga?"
994
 
995
+ #: lib/wfu_constants.php:201
996
  msgid "cancel upload of this file"
997
  msgstr "cancelar carga de este archivo"
998
 
999
+ #: lib/wfu_constants.php:202
1000
  msgid "Upload in progress"
1001
  msgstr "Carga en progreso"
1002
 
1003
+ #: lib/wfu_constants.php:203
1004
  msgid "Upload in progress with warnings!"
1005
  msgstr "Carga en progreso con advertencias!"
1006
 
1007
+ #: lib/wfu_constants.php:204
1008
  msgid "Upload in progress but some files already failed!"
1009
  msgstr "Carga en progreso pero algunos archivos ya fallaron!"
1010
 
1011
+ #: lib/wfu_constants.php:205
1012
  msgid "Upload in progress but no files uploaded so far!"
1013
  msgstr "Carga en progreso pero ningún archivo fue cargado aún!"
1014
 
1015
+ #: lib/wfu_constants.php:206
1016
  msgid "All files uploaded successfully"
1017
  msgstr "Todos los archivos fueron cargados satisfactoriamente"
1018
 
1019
+ #: lib/wfu_constants.php:207
1020
  msgid "All files uploaded successfully but there are warnings!"
1021
  msgstr ""
1022
  "Todos los archivos fueron cargados satisfactoriamente pero hay advertencias!"
1023
 
1024
+ #: lib/wfu_constants.php:208
1025
  msgid "File uploaded successfully but there are warnings!"
1026
  msgstr "El archivo fue cargado satisfactoriamente pero hubo advertencias!"
1027
 
1028
+ #: lib/wfu_constants.php:209
1029
  msgid "Some files failed to upload!"
1030
  msgstr "Falló la carga de algunos archivos!"
1031
 
1032
+ #: lib/wfu_constants.php:210
1033
  msgid "All files failed to upload"
1034
  msgstr "Falló la carga de todos los archivos"
1035
 
1036
+ #: lib/wfu_constants.php:211
1037
  msgid "File failed to upload"
1038
  msgstr "Falló la carga del archivo"
1039
 
1040
+ #: lib/wfu_constants.php:212
1041
  msgid "There are no files to upload!"
1042
  msgstr "No hay archivos para cargar!"
1043
 
1044
+ #: lib/wfu_constants.php:213
1045
  msgid "Test upload message"
1046
  msgstr "Mensaje de prueba de carga."
1047
 
1048
+ #: lib/wfu_constants.php:214
1049
  msgid "JSON parse warning!"
1050
  msgstr "Advertencia de procesamiento JSON!"
1051
 
1052
+ #: lib/wfu_constants.php:215
1053
  msgid "please wait while redirecting..."
1054
  msgstr "por favor espere mientras se redirecciona..."
1055
 
1056
+ #: lib/wfu_constants.php:217
1057
  msgid "Submitting data"
1058
  msgstr ""
1059
 
1060
+ #: lib/wfu_constants.php:218
1061
  msgid "Data submitted successfully!"
1062
  msgstr ""
1063
 
1064
+ #: lib/wfu_constants.php:219
1065
  msgid "Data were not submitted!"
1066
  msgstr ""
1067
 
1068
+ #: lib/wfu_constants.php:220
1069
  msgid "Cancelling upload"
1070
  msgstr ""
1071
 
1072
+ #: lib/wfu_constants.php:222
1073
  msgid "Open visual shortcode editor in new window"
1074
  msgstr "Abrir el editor visual de shortcode en una nueva ventana"
1075
 
1076
+ #: lib/wfu_constants.php:223
1077
  msgid "loading visual editor"
1078
  msgstr "cargando editor visual"
1079
 
1080
+ #: lib/wfu_constants.php:224
1081
  msgid "Clear file list?"
1082
  msgstr "Limpiar lista de archivos?"
1083
 
1084
+ #: lib/wfu_constants.php:225
1085
  msgid "DROP HERE"
1086
  msgstr "SOLTAR AQUÍ"
1087
 
1088
+ #: lib/wfu_constants.php:227
1089
  msgid "record video"
1090
  msgstr "grabar video"
1091
 
1092
+ #: lib/wfu_constants.php:228
1093
  msgid "take a picture"
1094
  msgstr "tomar fotografía"
1095
 
1096
+ #: lib/wfu_constants.php:229
1097
  msgid "turn webcam on/off"
1098
  msgstr "encender/apagar webcam"
1099
 
1100
+ #: lib/wfu_constants.php:230
1101
  msgid "go live again"
1102
  msgstr "salir en vivo otra vez"
1103
 
1104
+ #: lib/wfu_constants.php:231
1105
  msgid "end recording"
1106
  msgstr "finalizar grabación"
1107
 
1108
+ #: lib/wfu_constants.php:232
1109
  msgid "play"
1110
  msgstr "reproducir"
1111
 
1112
+ #: lib/wfu_constants.php:233
1113
  msgid "pause"
1114
  msgstr "pausa"
1115
 
1116
+ #: lib/wfu_constants.php:234
1117
  msgid "go to the beginning"
1118
  msgstr "ir al principio"
1119
 
1120
+ #: lib/wfu_constants.php:235
1121
  msgid "go to the end"
1122
  msgstr "ir al final"
1123
 
1124
+ #: lib/wfu_constants.php:237
1125
  msgid "Wordpress File Upload Form"
1126
  msgstr "Formulario Wordpress File Upload"
1127
 
1128
+ #: lib/wfu_constants.php:238
1129
  msgid "Wordpress File Upload plugin uploader for sidebars"
1130
  msgstr "Cargador de complemento Wordpress File Uploader para sidebars"
1131
 
1132
+ #: lib/wfu_constants.php:239
1133
  msgid "Upload Files"
1134
  msgstr "Cargar Archivos"
languages/wp-file-upload-fa_IR.mo CHANGED
Binary file
languages/wp-file-upload-fa_IR.po CHANGED
@@ -2,18 +2,18 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 14:45+0430\n"
6
- "PO-Revision-Date: 2017-08-29 14:07+0430\n"
 
7
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
  "X-Poedit-KeywordsList: __;gettext;gettext_noop\n"
12
  "X-Poedit-Basepath: ..\n"
13
  "Plural-Forms: nplurals=1; plural=0;\n"
14
- "X-Generator: Poedit 1.8.11\n"
15
- "Last-Translator: \n"
16
- "Language: fa_IR\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: vendor\n"
19
  "X-Poedit-SearchPathExcluded-1: minified\n"
@@ -89,70 +89,75 @@ msgstr "پخش ویدیو"
89
  msgid "screenshot"
90
  msgstr "اسکرین شات"
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
93
  msgid "File"
94
  msgstr "فایل"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "تاریخ"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "اندازه"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "کاربر"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "برگه"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "فیلدهای کاربر"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "دانلود"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "دانلود این فایل"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "حذف"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "حذف این فایل"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "مرتب سازی بر اساس این ستون"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "مهمان"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "ناشناس"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
148
  msgstr ""
149
  "خطا: نمی توان دایرکتوری ftp هدف را پیدا کند. ویژگی های 'ftpinfo' را برسی کنید"
150
 
151
- #: lib/wfu_constants.php:46
152
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
153
  msgstr "خطا: اطلاعات ftp نادرست است. 'ftpinfo' را برسی کنید"
154
 
155
- #: lib/wfu_constants.php:47
156
  msgid ""
157
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
158
  "syntax."
@@ -160,7 +165,7 @@ msgstr ""
160
  "خطا: نمی توان اطلاعات ftp را از 'ftpinfo' استخراج کرد. نحوه ورود اطلاعات را "
161
  "برسی کنید."
162
 
163
- #: lib/wfu_constants.php:48
164
  msgid ""
165
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
166
  "attribute."
@@ -168,7 +173,7 @@ msgstr ""
168
  "خطا: نمی توان مشکل نام فایل هدف در ftp را حل کرد. ویژگی های 'ftpinfo' را "
169
  "برسی کنید"
170
 
171
- #: lib/wfu_constants.php:49
172
  msgid ""
173
  "Error. Could not open source file for ftp upload. Check if file is "
174
  "accessible."
@@ -176,17 +181,17 @@ msgstr ""
176
  "خطا: نمی توان فایل باز را برای ftp بارگزاری کرد. برسی کنید فایل قابل دسترسی "
177
  "است."
178
 
179
- #: lib/wfu_constants.php:50
180
  msgid "Error. Could not send data to ftp target file."
181
  msgstr "خطا: نمی توان داده را به فایل هدف ftp فرستاد."
182
 
183
- #: lib/wfu_constants.php:51
184
  msgid ""
185
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
186
  "attribute."
187
  msgstr "خطا: نمی توان به میزبان ftp متصل شد. ویژگی های 'ftpinfo' را برسی کنید"
188
 
189
- #: lib/wfu_constants.php:52
190
  msgid ""
191
  "Error. Could not authenticate to ftp host. Check username and password in "
192
  "'ftpinfo' attribute."
@@ -194,7 +199,7 @@ msgstr ""
194
  "خطا: احراز هویت به میزبان ftp امکان پذیر نیست. یوزر و پسورد در 'ftpinfo' را "
195
  "برسی نمایید"
196
 
197
- #: lib/wfu_constants.php:53
198
  msgid ""
199
  "Error. Could not initialize sftp subsystem. Please check if the server "
200
  "supports sftp."
@@ -202,11 +207,11 @@ msgstr ""
202
  "خطا: نمی توان زیر سیستم sftp را مقداردهی کند. برسی کنید که سرور شما از sftp "
203
  "پشتیبانی می کند."
204
 
205
- #: lib/wfu_constants.php:54
206
  msgid "Error. The web server does not support sftp."
207
  msgstr "خطا: وب سرور قادر به پشتیبانی از sftp نیست"
208
 
209
- #: lib/wfu_constants.php:55
210
  msgid ""
211
  "Error. The upload size limit of PHP directive upload_max_filesize is "
212
  "preventing the upload of big files.\n"
@@ -216,7 +221,7 @@ msgstr ""
216
  "فایل های بزرگ را نمی دهد.\n"
217
  "محدودیت اپلود از طریق upload_max_filesize:"
218
 
219
- #: lib/wfu_constants.php:56
220
  msgid ""
221
  "The upload time limit of PHP directive max_input_time is preventing the "
222
  "upload of big files.\n"
@@ -226,7 +231,7 @@ msgstr ""
226
  "را نمی دهد.\n"
227
  "محدودیت در زمان بارگزاری max_input_time:"
228
 
229
- #: lib/wfu_constants.php:57
230
  msgid ""
231
  "Error. Permission denied to write to target folder.\n"
232
  "Check and correct read/write permissions of target folder."
@@ -234,13 +239,13 @@ msgstr ""
234
  "خطا: حق دسترسی برای نوشتن در فولدر هدف وجود ندارد.\n"
235
  "برسی کنید حق دسترسی برای خواندن/نوشتن در فولدر هدف وجود داشته باشد"
236
 
237
- #: lib/wfu_constants.php:58
238
  msgid ""
239
  "Error. This file was rejected because its extension is not correct. Its "
240
  "proper filename is: "
241
  msgstr "خطا: این فایل به دلیل صحیح نبودن پسوند رد شد. نام پرونده:"
242
 
243
- #: lib/wfu_constants.php:59
244
  msgid ""
245
  "Too many files are uploaded in a short period of time. This may be a Denial-"
246
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -249,42 +254,42 @@ msgstr ""
249
  "فایل های بسیاری در یک بازه زمان کوتاه بارگزاری شده اند. همانند حملات DDOS. "
250
  "بنابراین فایل رد شد. لطفا لاگ سیستم را برای موارد مشکوک برسی کنید."
251
 
252
- #: lib/wfu_constants.php:60
253
  msgid ""
254
  "File not uploaded in order to prevent overflow of the website. Please "
255
  "contact administrator."
256
  msgstr ""
257
  "فایل به دلیل پر بودن فضای سایت بارگزاری نشد. لطفا با مدیر سایت تماس بگیرید."
258
 
259
- #: lib/wfu_constants.php:61
260
  msgid "Targer folder doesn't exist."
261
  msgstr "فولدر هدف وجود ندارد."
262
 
263
- #: lib/wfu_constants.php:62
264
  msgid "Upload failed! Missing a temporary folder."
265
  msgstr "بارگزاری با خطا مواجه شد! فولدر موقت گم شده است."
266
 
267
- #: lib/wfu_constants.php:63
268
  msgid "Upload failed! Permission denied to write to target folder."
269
  msgstr "بارگزاری با خطا مواجه شد! دسترسی برای نوشتن در فولدر هدف وجود ندارد."
270
 
271
- #: lib/wfu_constants.php:64
272
  msgid "File not allowed."
273
  msgstr "فایل مجاز نیست"
274
 
275
- #: lib/wfu_constants.php:65
276
  msgid "File is suspicious and was rejected."
277
  msgstr "فایل مشکوک است و پذیرفته نشد."
278
 
279
- #: lib/wfu_constants.php:66
280
  msgid "The uploaded file exceeds the file size limit."
281
  msgstr "حجم فایل بارگزاری شده بیش از حد مجاز است"
282
 
283
- #: lib/wfu_constants.php:67
284
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
285
  msgstr "فایل بیشتر از 2GB حجم دارد و این سرور آن را پشتیبانی نمی کند"
286
 
287
- #: lib/wfu_constants.php:68
288
  msgid ""
289
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
290
  "Please contact the administrator."
@@ -292,7 +297,7 @@ msgstr ""
292
  "بارگزاری با خطا مواجه شد. فایل بارگزاری شده از حد مجاز سرور بزرگتر است. با "
293
  "مدیر سایت تماس بگیرید."
294
 
295
- #: lib/wfu_constants.php:69
296
  msgid ""
297
  "Upload failed! The duration of the upload exceeded the time limit of the "
298
  "server. Please contact the administrator."
@@ -300,7 +305,7 @@ msgstr ""
300
  "بارگزاری با خطا مواجه شد! مدت زمان بارگزاری از زمان مشخص شده در سرور بیشتر "
301
  "است. با مدیر سایت تماس بگیرید."
302
 
303
- #: lib/wfu_constants.php:70
304
  msgid ""
305
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
306
  "was specified in the HTML form."
@@ -308,19 +313,19 @@ msgstr ""
308
  "فایل آپلود شده بزرگتر از دستورالعمل MAX_FILE_SIZE است که در فرم HTML مشخص "
309
  "شده است."
310
 
311
- #: lib/wfu_constants.php:71
312
  msgid "Upload failed! The uploaded file was only partially uploaded."
313
  msgstr "بارگزاری با خطا مواجه شد! تنها بخشی از فایل بارگزاری شد."
314
 
315
- #: lib/wfu_constants.php:72
316
  msgid "Upload failed! No file was uploaded."
317
  msgstr "بارگزاری با خطا مواجه شد! فایل بارگزاری نشد."
318
 
319
- #: lib/wfu_constants.php:73
320
  msgid "Upload failed! Failed to write file to disk."
321
  msgstr "بارگزاری با خطا مواجه شد! خطا در نوشتن روی دیسک"
322
 
323
- #: lib/wfu_constants.php:74
324
  msgid ""
325
  "Upload failed! Error occured while moving temporary file. Please contact "
326
  "administrator."
@@ -328,11 +333,11 @@ msgstr ""
328
  "بارگزاری با خطا مواجه شد! خطا در هنگام انتقال فایل موقت. لطفا با مدیر سایت "
329
  "تماس بگیرید."
330
 
331
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
332
  msgid "Upload cancelled!"
333
  msgstr "از بارگزاری انصراف داده شد."
334
 
335
- #: lib/wfu_constants.php:76
336
  msgid ""
337
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
338
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -342,19 +347,19 @@ msgstr ""
342
  "اچ پی به شما اطمینان نمی دهد کدام افزونه باعث توقف بارگزاری شده است. شاید "
343
  "phpinfo() به شما کمک کند."
344
 
345
- #: lib/wfu_constants.php:77
346
  msgid "Upload failed! Error occured while attemting to upload the file."
347
  msgstr "بارگزاری با خطا مواجه شد! هنگام بارگزاری فایل خطایی رخ داد."
348
 
349
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
350
  msgid "Upload failed!"
351
  msgstr "بارگزاری با خطا مواجه شد."
352
 
353
- #: lib/wfu_constants.php:79
354
  msgid "No file!"
355
  msgstr "هیچ فایل!"
356
 
357
- #: lib/wfu_constants.php:80
358
  msgid ""
359
  "Upload failed! The upload has been canceled by the user or the browser "
360
  "dropped the connection."
@@ -362,27 +367,27 @@ msgstr ""
362
  "بارگزاری با خطا مواجه شد! کاربر از بارگزاری فایل انصراف داد یا اینکه مرورگر "
363
  "ارتباط را بست."
364
 
365
- #: lib/wfu_constants.php:81
366
  msgid "Upload failed! Unknown error."
367
  msgstr "بارگزاری با خطا مواجه شد! خطای ناشناخته!"
368
 
369
- #: lib/wfu_constants.php:82
370
  msgid "Please contact the administrator."
371
  msgstr "لطفا با مدیر سایت تماس بگیرید."
372
 
373
- #: lib/wfu_constants.php:83
374
  msgid "No result from remote server!"
375
  msgstr "نتیجه ای از سرور راه دور در بر نداشت."
376
 
377
- #: lib/wfu_constants.php:84
378
  msgid " but with warnings"
379
  msgstr "اما با اخطار"
380
 
381
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
382
  msgid "Warning: JSON parse error."
383
  msgstr "اخطار: خطای تجزیه و تحلیل JSON"
384
 
385
- #: lib/wfu_constants.php:86
386
  msgid ""
387
  "Upload parameters of this file, passed as JSON string to the handler, could "
388
  "not be parsed."
@@ -390,86 +395,86 @@ msgstr ""
390
  "بارگزاری پارامتر این فایل که به رشته JSON منتقل شد نمی تواند تجزیه و تحلیل "
391
  "شود"
392
 
393
- #: lib/wfu_constants.php:88
394
  msgid ""
395
  "UploadStates, passed as JSON string to the handler, could not be parsed."
396
  msgstr ""
397
  "وضعیت بارگزاری این فایل که به رشته JSON منتقل شد، نمی تواند تجزیه و تحلیل شود"
398
 
399
- #: lib/wfu_constants.php:89
400
  msgid ""
401
  "Redirection to classic form functionality occurred due to unknown error."
402
  msgstr "تغییر به فرم کلاسیک به دلیل خطای ناشناخته."
403
 
404
- #: lib/wfu_constants.php:90
405
  msgid ""
406
  "Redirection to classic form functionality occurred because AJAX is not "
407
  "supported."
408
  msgstr "تغییر به فرم کلاسیک به دلیل پشتیبانی نکردن اجاکس"
409
 
410
- #: lib/wfu_constants.php:91
411
  msgid ""
412
  "Redirection to classic form functionality occurred because HTML5 is not "
413
  "supported."
414
  msgstr "تغییر به فرم کلاسیک به دلیل عدم پشتیبانی HTML 5."
415
 
416
- #: lib/wfu_constants.php:92
417
  msgid ""
418
  "Redirection to classic form functionality occurred due to JSON parse error."
419
  msgstr "تغییر به فرم کلاسیک به دلیل خطا در تجزیه و تحلیل JSON"
420
 
421
- #: lib/wfu_constants.php:93
422
  msgid "Please enable popup windows from the browser's settings!"
423
  msgstr "لطفا نمایش پاپ آپ را در تنظیمات مرورگر فعال کنید."
424
 
425
- #: lib/wfu_constants.php:94
426
  msgid "cannot be empty!"
427
  msgstr "نمی تواند خالی باشد!"
428
 
429
- #: lib/wfu_constants.php:95
430
  msgid "number not valid!"
431
  msgstr "شماره معتبر نیست"
432
 
433
- #: lib/wfu_constants.php:96
434
  msgid "email not valid!"
435
  msgstr "ایمیل اشتباه است"
436
 
437
- #: lib/wfu_constants.php:97
438
  msgid "emails do not match!"
439
  msgstr "ایمیل اشتباه وارد شده!"
440
 
441
- #: lib/wfu_constants.php:98
442
  msgid "no base email field in group!"
443
  msgstr "فیلد ایمیل در گروه وجود ندارد"
444
 
445
- #: lib/wfu_constants.php:99
446
  msgid "passwords do not match!"
447
  msgstr "رمز عبورهای عبور مطابقت ندارند!"
448
 
449
- #: lib/wfu_constants.php:100
450
  msgid "no base password field in group!"
451
  msgstr "فیلد رمز عبور در گروه وجود ندارد"
452
 
453
- #: lib/wfu_constants.php:101
454
  msgid "checkbox unchecked!"
455
  msgstr "چک باکس بدون تیک! "
456
 
457
- #: lib/wfu_constants.php:102
458
  msgid "no option selected!"
459
  msgstr "گزینه انتخاب نشده است"
460
 
461
- #: lib/wfu_constants.php:103
462
  msgid "no item selected!"
463
  msgstr "موردی انتخاب نشده است"
464
 
465
- #: lib/wfu_constants.php:104
466
  msgid ""
467
  "There are more than one instances of the plugin in this page with the same "
468
  "id. Please change it."
469
  msgstr ""
470
  "بیش از یک نمونه از این افزونه در این صفحه وجود دارد. لطفا آن را تغییر دهید."
471
 
472
- #: lib/wfu_constants.php:105
473
  msgid ""
474
  "Cannot edit the shortcode because the page has been modified. Please reload "
475
  "the page."
@@ -477,19 +482,19 @@ msgstr ""
477
  "نمی تواند شورت کد را ویرایش کند. به دلیل اینکه صفحه تغیر داده شده است. لطفا "
478
  "صفحه را ریلود نمایید."
479
 
480
- #: lib/wfu_constants.php:106
481
  msgid "Your browser does not support webcam capture!"
482
  msgstr "مرورگر شما ضبط از طریق وب کم را پشتیبانی نمی کند"
483
 
484
- #: lib/wfu_constants.php:107
485
  msgid "Your browser does not support video recording from the webcam!"
486
  msgstr "مرورگر شما ضبط ویدیو را از طریق وب کم را پشتیبانی نمی کند"
487
 
488
- #: lib/wfu_constants.php:108
489
  msgid "No video was recorded!"
490
  msgstr "ویدیو ضبط نشد!"
491
 
492
- #: lib/wfu_constants.php:109
493
  msgid ""
494
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
495
  "or use RecaptchaV2 (no account)."
@@ -497,7 +502,7 @@ msgstr ""
497
  "خطا: کپچا پشتیبانی نمی شود! شما از نسخه قدیمی پی اچ پی استفاده می کنید، پی "
498
  "اچ پی را ارتقا دهید یا از Recaptcha V2 استفاده کنید."
499
 
500
- #: lib/wfu_constants.php:110
501
  msgid ""
502
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
503
  "notify administrator."
@@ -505,7 +510,7 @@ msgstr ""
505
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. به مدیر "
506
  "سایت اطلاع دهید."
507
 
508
- #: lib/wfu_constants.php:111
509
  msgid ""
510
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
511
  "use RecaptchaV1 (no account)."
@@ -513,11 +518,11 @@ msgstr ""
513
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. لطفا از "
514
  "RecaptchaV1 استفاده کنید (بدون حساب کاربری)"
515
 
516
- #: lib/wfu_constants.php:112
517
  msgid "ERROR: No site key. Please contact administrator!"
518
  msgstr "خطا: بدون کلید سایت. با مدیر سایت تماس بگیرید."
519
 
520
- #: lib/wfu_constants.php:113
521
  msgid ""
522
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
523
  "define Google Recaptcha keys."
@@ -525,123 +530,123 @@ msgstr ""
525
  "خطا: کلید برای سایت تعریف نشده است! لطفا به تنظیمات افزونه در پیشخوان بروید "
526
  "و از کلید های گوگل ریکپچا استفاده نمایید"
527
 
528
- #: lib/wfu_constants.php:114
529
  msgid "Bad captcha image!"
530
  msgstr "تصویر کپچا نادرست"
531
 
532
- #: lib/wfu_constants.php:115
533
  msgid "No input!"
534
  msgstr "بدون ورودی!"
535
 
536
- #: lib/wfu_constants.php:116
537
  msgid "Captcha not completed!"
538
  msgstr "کپچا کامل نشده است!"
539
 
540
- #: lib/wfu_constants.php:117
541
  msgid "Wrong captcha!"
542
  msgstr "کپچا اشتباه است!"
543
 
544
- #: lib/wfu_constants.php:118
545
  msgid "Error refreshing captcha!"
546
  msgstr "خطا در بارگزاری مجدد کپچا"
547
 
548
- #: lib/wfu_constants.php:119
549
  msgid "Unknown captcha error!"
550
  msgstr "خطای ناشناخته کپچا"
551
 
552
- #: lib/wfu_constants.php:120
553
  msgid "Captcha not supported by your browser!"
554
  msgstr "کپچا توسط مرورگر شما پشتیبانی نمی شود."
555
 
556
- #: lib/wfu_constants.php:121
557
  msgid "the secret parameter is missing"
558
  msgstr "پارامتر امنیتی گم شده یا وارد نشده"
559
 
560
- #: lib/wfu_constants.php:122
561
  msgid "the secret parameter is invalid or malformed"
562
  msgstr "پارامتر امنیتی نامعتبر یا ناقص است"
563
 
564
- #: lib/wfu_constants.php:123
565
  msgid "the response parameter is missing"
566
  msgstr "پاسخ پارامتر درست نیست."
567
 
568
- #: lib/wfu_constants.php:124
569
  msgid "the response parameter is invalid or malformed"
570
  msgstr "پاسخ پارامتر نامعتبر یا ناقص است"
571
 
572
- #: lib/wfu_constants.php:125
573
  msgid "Please do not use drag drop due to an internal problem."
574
  msgstr "لطفا برای مشکلات داخلی از درگ اند دراپ استفاده نکنید."
575
 
576
- #: lib/wfu_constants.php:126
577
  #, php-format
578
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
579
  msgstr "خطا در هنگام بارگزاری یک بخش. شناسه منحصر به فرد خالی در بخش %d"
580
 
581
- #: lib/wfu_constants.php:127
582
  msgid "Chunked upload is not allowed!"
583
  msgstr "بارگزاری یک بخش مجاز نیست"
584
 
585
- #: lib/wfu_constants.php:128
586
  msgid "Chunked upload aborted due to error in previous chunk!"
587
  msgstr "بارگزاری یک بخش به دلیل خطا در بخش قبل متوقف شد"
588
 
589
- #: lib/wfu_constants.php:129
590
  msgid "Chunked upload failed, final file could not be created!"
591
  msgstr "بارگزاری یک بخش با خطا مواجه شد. فایل نهایی قابل ایجاد نیست."
592
 
593
- #: lib/wfu_constants.php:130
594
  #, php-format
595
  msgid "Could not write file chuck to destination on chunk %d"
596
  msgstr "نمی توان بخشی از فایل را در قسمتی از بخش %d نوشت"
597
 
598
- #: lib/wfu_constants.php:131
599
  #, php-format
600
  msgid "Could not enlarge destination file on chunk %d"
601
  msgstr "نمی توان فایل مقصد را در بخش %d گسترش داد"
602
 
603
- #: lib/wfu_constants.php:132
604
  #, php-format
605
  msgid "Could not open file handles on chunk %d"
606
  msgstr "نمی توان فایل های دستی را در chunk %d باز کرد"
607
 
608
- #: lib/wfu_constants.php:133
609
  msgid "You are not allowed to download this file!"
610
  msgstr "شما اجازه دانلود این فایل را ندارید"
611
 
612
- #: lib/wfu_constants.php:134
613
  msgid "File does not exist!"
614
  msgstr "فایل وجود ندارد"
615
 
616
- #: lib/wfu_constants.php:135
617
  msgid "Could not download file!"
618
  msgstr "فایل دانلود نشد."
619
 
620
- #: lib/wfu_constants.php:136
621
  msgid "You are not allowed to delete this file!"
622
  msgstr "شما اجازه حذف این فایل را ندارید"
623
 
624
- #: lib/wfu_constants.php:137
625
  msgid "File was not deleted!"
626
  msgstr "فایل حذف نشد"
627
 
628
- #: lib/wfu_constants.php:138
629
  msgid "No file was deleted!"
630
  msgstr "هیچ فایلی حذف نشد!"
631
 
632
- #: lib/wfu_constants.php:139
633
  msgid "Some files were not deleted!"
634
  msgstr "برخی از فایل ها حذف نشدند!"
635
 
636
- #: lib/wfu_constants.php:141
637
  msgid "Upload skipped! File already exists."
638
  msgstr "بارگزاری رد شد. فایل وجود دارد."
639
 
640
- #: lib/wfu_constants.php:142
641
  msgid "The extension of the file does not match its contents."
642
  msgstr "فرمت فایل با محتوای آن مطابقت ندارد."
643
 
644
- #: lib/wfu_constants.php:143
645
  msgid ""
646
  "Upload succeeded but the file is suspicious because its contents do not "
647
  "match its extension. Its proper filename is: "
@@ -649,19 +654,23 @@ msgstr ""
649
  "بارگزاری انجام شد اما فایل مشکوک است و محتوا با فرمت آن مطابقت ندارد. نام "
650
  "فایل مناسب است: "
651
 
652
- #: lib/wfu_constants.php:144
653
  msgid "No files have been selected!"
654
  msgstr "هیچ فایلی انتخاب نشده است"
655
 
656
- #: lib/wfu_constants.php:145
 
 
 
 
657
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
658
  msgstr "افزونه WPFilebase بروز نشد زیرا فایل ها بارگزاری نشده است"
659
 
660
- #: lib/wfu_constants.php:146
661
  msgid "Notification email was not sent because there were no files uploaded."
662
  msgstr "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا فایل ها بارگزاری نشده است"
663
 
664
- #: lib/wfu_constants.php:147
665
  msgid ""
666
  "Notification email was not sent because no recipients were defined. Please "
667
  "check notifyrecipients attribute in the shortcode."
@@ -669,7 +678,7 @@ msgstr ""
669
  "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا گیرنده ایمیل انتخاب نشده است. لطفا "
670
  "گیرنده را در ویژگی های شورت کد برسی کنید."
671
 
672
- #: lib/wfu_constants.php:148
673
  msgid ""
674
  "Notification email was not sent due to an error. Please check "
675
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -677,7 +686,7 @@ msgstr ""
677
  "اطلاع رسانی ایمیل به دلیل خطا ارسال نخواهد شد. لطفا گیرنده، موضوع و پیام را "
678
  "برای خطاها کنترل کنید."
679
 
680
- #: lib/wfu_constants.php:149
681
  msgid ""
682
  "Redirection not executed because redirection link is empty. Please check "
683
  "redirectlink attribute."
@@ -685,16 +694,16 @@ msgstr ""
685
  "تغیر مسیر انجام نمی شود زیرا لینک تغیر مسیر خالی است. لطفا ویژگی تغیر مسیر "
686
  "را برسی کنید."
687
 
688
- #: lib/wfu_constants.php:150
689
  msgid ""
690
  "Redirection not executed because not all files were successfully uploaded."
691
  msgstr "تغیر مسیر انجام نمی شود زیرا همه فایل ها با موفقیت بارگزاری نشده اند"
692
 
693
- #: lib/wfu_constants.php:151
694
  msgid "Potential Denial-Of-Service Attack on {SITE}"
695
  msgstr "حمله احتمالی DDOS در {SITE}"
696
 
697
- #: lib/wfu_constants.php:152
698
  msgid ""
699
  "Hello admin\n"
700
  "\n"
@@ -730,7 +739,7 @@ msgstr ""
730
  "\n"
731
  "متشکریم."
732
 
733
- #: lib/wfu_constants.php:153
734
  msgid ""
735
  "You have activated an alternative insecure Iptanus Services Server. For "
736
  "details please contact info@iptanus.com."
@@ -738,7 +747,7 @@ msgstr ""
738
  "شما سرویس غیر امن Iptanus را فعال نموده اید. برای اطلاعات بیشتر با "
739
  "info@iptanus.com تماس بگیرید"
740
 
741
- #: lib/wfu_constants.php:154
742
  msgid ""
743
  "Iptanus Services Server is unreachable. This may cause problems in some "
744
  "plugin functions. Please contact info@iptanus.com for details."
@@ -746,7 +755,7 @@ msgstr ""
746
  "سرویس Iptanus قابل دسترسی نیست. ممکن است این مشکل به خاطر برخی از توابع "
747
  "افزونه ها باشد. لطفا با info@iptanus.com تماس بگیرید."
748
 
749
- #: lib/wfu_constants.php:156
750
  msgid ""
751
  "Failed to add the shortcode to the page/post. Please try again. If the "
752
  "message persists, contact administrator."
@@ -754,7 +763,7 @@ msgstr ""
754
  "خطا در اضافه کردن شورت کد به برگه/نوشته. لطفا مجددا امتحان کنید. در صورت "
755
  "مشاهده مجدد این پیام با مدیر کل تماس بگیرید."
756
 
757
- #: lib/wfu_constants.php:157
758
  msgid ""
759
  "Failed to edit the shortcode because the contents of the page changed. Try "
760
  "again to edit the shortcode."
@@ -762,14 +771,14 @@ msgstr ""
762
  "ویرایش شورت کد با خطا مواجه شد زیرا محتوای صفحه تغیر پیدا کرده است. لطفا "
763
  "مجددا شورت کد را ویرایش کنید."
764
 
765
- #: lib/wfu_constants.php:158
766
  msgid ""
767
  "Failed to delete the shortcode because the contents of the page changed. Try "
768
  "again to delete it."
769
  msgstr ""
770
  "خطا در حذف شورت کد. زیرا محتوای صفحه تغیر کرده است. دوباره ان را حذف کنید."
771
 
772
- #: lib/wfu_constants.php:159
773
  msgid ""
774
  "The page containing the shortcode has been modified and it is no longer "
775
  "valid. Please go back to reload the shortcode."
@@ -777,7 +786,7 @@ msgstr ""
777
  "این صفحه حاوی شورت کد است که تغیر داده شده است و دیگر معتبر نیست. لطفا "
778
  "بازگشته و شورت کد را ریلود نمایید."
779
 
780
- #: lib/wfu_constants.php:160
781
  msgid ""
782
  "Failed to update the shortcode because the contents of the page changed. Go "
783
  "back to reload the shortcode."
@@ -785,7 +794,7 @@ msgstr ""
785
  "خطا در بروزرسانی شورت کد. زیرا محتوای این صفحه تغییر کرده است. بازگشته و "
786
  "شورت کد را ریلود نمایید."
787
 
788
- #: lib/wfu_constants.php:161
789
  msgid ""
790
  "Failed to update the shortcode. Please try again. If the problem persists, "
791
  "go back and reload the shortcode."
@@ -793,92 +802,92 @@ msgstr ""
793
  "خطا در بروزرسانی شورت کد. لطفا مجددا امتحان کنید. اگر این مشکل ادامه داشت "
794
  "بازگشه و شورک کد را ریلود نمایید."
795
 
796
- #: lib/wfu_constants.php:163
797
  msgid "This is a test message"
798
  msgstr "این یک پیام تست است."
799
 
800
- #: lib/wfu_constants.php:164
801
  msgid "This is a test administrator message"
802
  msgstr "این یک پیام مدیریتی تست است."
803
 
804
- #: lib/wfu_constants.php:165
805
  msgid "File testfile 1 under test"
806
  msgstr "تست فایل testfile 1 "
807
 
808
- #: lib/wfu_constants.php:166
809
  msgid "File testfile 1 message"
810
  msgstr "پیام فایل testfile 1 "
811
 
812
- #: lib/wfu_constants.php:167
813
  msgid "File testfile 1 administrator message"
814
  msgstr "پیام مدیریتی testfile 1"
815
 
816
- #: lib/wfu_constants.php:168
817
  msgid "File testfile 2 under test"
818
  msgstr "تست فایل testfile 2"
819
 
820
- #: lib/wfu_constants.php:169
821
  msgid "File testfile 2 message"
822
  msgstr "پیام فایل testfile 2"
823
 
824
- #: lib/wfu_constants.php:170
825
  msgid "File testfile 2 administrator message"
826
  msgstr "پیام مدیریتی testfile 2"
827
 
828
- #: lib/wfu_constants.php:172
829
  msgid ""
830
  "Insert variable %userid% inside text. It will be replaced by the id of the "
831
  "current user."
832
  msgstr "وارد کردن متغیر %userid% در متن. با آی دی کاربر جاری جایگزین خواهد شد."
833
 
834
- #: lib/wfu_constants.php:173
835
  msgid ""
836
  "Insert variable %username% inside text. It will be replaced by the username "
837
  "of the current user."
838
  msgstr ""
839
  "وارد کردن متغیر %username% در متن. با نام کاربری کاربر جاری جایگزین خواهد شد"
840
 
841
- #: lib/wfu_constants.php:174
842
  msgid ""
843
  "Insert variable %useremail% inside text. It will be replaced by the email of "
844
  "the current user."
845
  msgstr ""
846
  "وارد کردن متغیر %useremail% در متن. با ایمیل کاربر جاری جایگزین خواهد شد"
847
 
848
- #: lib/wfu_constants.php:175
849
  msgid ""
850
  "Insert variable %filename% inside text. It will be replaced by the filename "
851
  "of the uploaded file."
852
  msgstr ""
853
  "وارد کردن متغیر %filename% در متن. با نام فایل بارگزاری شده جایگزین خواهد شد"
854
 
855
- #: lib/wfu_constants.php:176
856
  msgid ""
857
  "Insert variable %filepath% inside text. It will be replaced by the full "
858
  "filepath of the uploaded file."
859
  msgstr "وارد کردن متغیر %filepath% در متن. با مسیر فایل جایگزین خواهد شد."
860
 
861
- #: lib/wfu_constants.php:177
862
  msgid ""
863
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
864
  "the website."
865
  msgstr ""
866
  "وارد کردن متغیر %blogid% در متن. با ای دی سایت در وب سایت جایگزین خواهد شد."
867
 
868
- #: lib/wfu_constants.php:178
869
  msgid ""
870
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
871
  "current page."
872
  msgstr "وارد کردن متغیر %pageid% در متن. با آی دی صفحه جاری جایگزین خواهد شد."
873
 
874
- #: lib/wfu_constants.php:179
875
  msgid ""
876
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
877
  "the current page."
878
  msgstr ""
879
  "وارد کردن متغیر %pagetitle% در متن. با عنوان صفحه جاری جایگزین خواهد شد"
880
 
881
- #: lib/wfu_constants.php:180
882
  msgid ""
883
  "Insert variable %userdataXXX% inside text. Select the user field from the "
884
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -887,210 +896,210 @@ msgstr ""
887
  "وارد کردن متغیر %userdataXXX% در متن. فیلد کاربر را از لیست کشویی انتخاب "
888
  "کنید. مقدار وارد شده توسط کاربر برای هر فیلد جایگزین خواهد شد."
889
 
890
- #: lib/wfu_constants.php:181
891
  msgid "Insert variable %n% inside text to denote a line change."
892
  msgstr "وارد کردن متغیر %n% در متن. باعث رفتن به خط بعد خواهد شد."
893
 
894
- #: lib/wfu_constants.php:183
895
  msgid "Test Mode"
896
  msgstr "حالت تست"
897
 
898
- #: lib/wfu_constants.php:184
899
  msgid "select dir..."
900
  msgstr "انتخاب مسیر"
901
 
902
- #: lib/wfu_constants.php:185
903
  msgid "type dir"
904
  msgstr "نوع مسیر"
905
 
906
- #: lib/wfu_constants.php:186
907
  msgid "Upload path: %filepath%"
908
  msgstr "مسیر بارگزاری: %filepath%"
909
 
910
- #: lib/wfu_constants.php:187
911
  msgid "Failed upload path: %filepath%"
912
  msgstr "خطا در مسیر بارگزاری: %filepath%"
913
 
914
- #: lib/wfu_constants.php:188
915
  msgid " (required)"
916
  msgstr "(الزامی)"
917
 
918
- #: lib/wfu_constants.php:189
919
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
920
  msgstr "فایل ها در حال بارگزاری هستند. از خارج شدن از این صفحه مطمئن هستید؟"
921
 
922
- #: lib/wfu_constants.php:190
923
  msgid "checking captcha..."
924
  msgstr "برسی کپچا...."
925
 
926
- #: lib/wfu_constants.php:191
927
  msgid "refreshing..."
928
  msgstr "در حال رفرش...."
929
 
930
- #: lib/wfu_constants.php:192
931
  msgid "correct captcha"
932
  msgstr "کپچا صحیح"
933
 
934
- #: lib/wfu_constants.php:193
935
  msgid "click to continue the upload"
936
  msgstr "برای ادامه بارگزاری کلیک کنید"
937
 
938
- #: lib/wfu_constants.php:194
939
  msgid "Are you sure you want to delete this file?"
940
  msgstr "از حذف این فایل مطمئن هستید؟"
941
 
942
- #: lib/wfu_constants.php:195
943
  msgid "Are you sure you want to delete these files?"
944
  msgstr "از حذف این فایل ها مطمئن هستید؟"
945
 
946
- #: lib/wfu_constants.php:196
947
  msgid "Bulk Actions"
948
  msgstr "انجام همه"
949
 
950
- #: lib/wfu_constants.php:197
951
  msgid "Apply"
952
  msgstr "تایید"
953
 
954
- #: lib/wfu_constants.php:198
955
  msgid "Are you sure that you want to cancel the upload?"
956
  msgstr "آیا از انصراف از بارگزاری مطمئن هستید؟"
957
 
958
- #: lib/wfu_constants.php:199
959
  msgid "cancel upload of this file"
960
  msgstr "انصراف از بارگزاری این فایل"
961
 
962
- #: lib/wfu_constants.php:200
963
  msgid "Upload in progress"
964
  msgstr "در حال بارگزاری..."
965
 
966
- #: lib/wfu_constants.php:201
967
  msgid "Upload in progress with warnings!"
968
  msgstr "در حال بارگزاری با اخطارها!"
969
 
970
- #: lib/wfu_constants.php:202
971
  msgid "Upload in progress but some files already failed!"
972
  msgstr "بارگزاری در حال انجام است، اما برخی فایل های با خطا مواجه شد!"
973
 
974
- #: lib/wfu_constants.php:203
975
  msgid "Upload in progress but no files uploaded so far!"
976
  msgstr "بارگزاری در حال انجام است اما فایلی تاکنون بارگزاری نشده است!"
977
 
978
- #: lib/wfu_constants.php:204
979
  msgid "All files uploaded successfully"
980
  msgstr "همه فایل ها با موفقیت بارگزاری شدند."
981
 
982
- #: lib/wfu_constants.php:205
983
  msgid "All files uploaded successfully but there are warnings!"
984
  msgstr "همه فایل ها با موفقیت بارگزاری شدند اما با برخی اخطار"
985
 
986
- #: lib/wfu_constants.php:206
987
  msgid "File uploaded successfully but there are warnings!"
988
  msgstr "فایل با موفقیت بارگزاری شد. اما با برخی از اخطارها!"
989
 
990
- #: lib/wfu_constants.php:207
991
  msgid "Some files failed to upload!"
992
  msgstr "برخی از فایل ها بارگزاری نشد"
993
 
994
- #: lib/wfu_constants.php:208
995
  msgid "All files failed to upload"
996
  msgstr "همه فایل ها بارگزاری نشد."
997
 
998
- #: lib/wfu_constants.php:209
999
  msgid "File failed to upload"
1000
  msgstr "فایل بارگزاری نشد"
1001
 
1002
- #: lib/wfu_constants.php:210
1003
  msgid "There are no files to upload!"
1004
  msgstr "فایلی برای بارگزاری وجود ندارد"
1005
 
1006
- #: lib/wfu_constants.php:211
1007
  msgid "Test upload message"
1008
  msgstr "پیام بارگزاری تست"
1009
 
1010
- #: lib/wfu_constants.php:212
1011
  msgid "JSON parse warning!"
1012
  msgstr "اخطار در تجزیه و تحلیل JSON"
1013
 
1014
- #: lib/wfu_constants.php:213
1015
  msgid "please wait while redirecting..."
1016
  msgstr "لطفا تا زمان تغیر مسیر صبر کنید..."
1017
 
1018
- #: lib/wfu_constants.php:215
1019
  msgid "Submitting data"
1020
  msgstr "در حال ارسال داده ها"
1021
 
1022
- #: lib/wfu_constants.php:216
1023
  msgid "Data submitted successfully!"
1024
  msgstr "داده ها با موفقیت ارسال شدند!"
1025
 
1026
- #: lib/wfu_constants.php:217
1027
  msgid "Data were not submitted!"
1028
  msgstr "داده ها ارسال نشدند!"
1029
 
1030
- #: lib/wfu_constants.php:218
1031
  msgid "Cancelling upload"
1032
  msgstr "در حال انصراف از بارگزاری"
1033
 
1034
- #: lib/wfu_constants.php:220
1035
  msgid "Open visual shortcode editor in new window"
1036
  msgstr "ویرایشگر شورت کد را در پنجره جدید باز کن"
1037
 
1038
- #: lib/wfu_constants.php:221
1039
  msgid "loading visual editor"
1040
  msgstr "لود شدن ویرایشگر دیداری"
1041
 
1042
- #: lib/wfu_constants.php:222
1043
  msgid "Clear file list?"
1044
  msgstr "پاک کردن لیست فایل؟"
1045
 
1046
- #: lib/wfu_constants.php:223
1047
  msgid "DROP HERE"
1048
  msgstr "حذف کن"
1049
 
1050
- #: lib/wfu_constants.php:225
1051
  msgid "record video"
1052
  msgstr "ضبط ویدیو"
1053
 
1054
- #: lib/wfu_constants.php:226
1055
  msgid "take a picture"
1056
  msgstr "گرفتن تصویر"
1057
 
1058
- #: lib/wfu_constants.php:227
1059
  msgid "turn webcam on/off"
1060
  msgstr "روشن/خاموش کردن وب کم"
1061
 
1062
- #: lib/wfu_constants.php:228
1063
  msgid "go live again"
1064
  msgstr "زنده گرفتن"
1065
 
1066
- #: lib/wfu_constants.php:229
1067
  msgid "end recording"
1068
  msgstr "پایان ضبط"
1069
 
1070
- #: lib/wfu_constants.php:230
1071
  msgid "play"
1072
  msgstr "شروع"
1073
 
1074
- #: lib/wfu_constants.php:231
1075
  msgid "pause"
1076
  msgstr "توقف"
1077
 
1078
- #: lib/wfu_constants.php:232
1079
  msgid "go to the beginning"
1080
  msgstr "رفتن به ابتدا"
1081
 
1082
- #: lib/wfu_constants.php:233
1083
  msgid "go to the end"
1084
  msgstr "رفتن به انتها"
1085
 
1086
- #: lib/wfu_constants.php:235
1087
  msgid "Wordpress File Upload Form"
1088
  msgstr "فرم بارگزاری فایل وردپرس"
1089
 
1090
- #: lib/wfu_constants.php:236
1091
  msgid "Wordpress File Upload plugin uploader for sidebars"
1092
  msgstr "بارگزارنده افزونه بارگزاری فایل وردپرس برای ستون کناری"
1093
 
1094
- #: lib/wfu_constants.php:237
1095
  msgid "Upload Files"
1096
  msgstr "بارگزاری فایل"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:03+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:03+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: __;gettext;gettext_noop\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 1.7.5\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: vendor\n"
19
  "X-Poedit-SearchPathExcluded-1: minified\n"
89
  msgid "screenshot"
90
  msgstr "اسکرین شات"
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+
97
+ #: lib/wfu_constants.php:32
98
  msgid "File"
99
  msgstr "فایل"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Date"
103
  msgstr "تاریخ"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "Size"
107
  msgstr "اندازه"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "User"
111
  msgstr "کاربر"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "Page"
115
  msgstr "برگه"
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "User Fields"
119
  msgstr "فیلدهای کاربر"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download"
123
  msgstr "دانلود"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Download this file"
127
  msgstr "دانلود این فایل"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete"
131
  msgstr "حذف"
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Delete this file"
135
  msgstr "حذف این فایل"
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "Sort list based on this column"
139
  msgstr "مرتب سازی بر اساس این ستون"
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "guest"
143
  msgstr "مهمان"
144
 
145
+ #: lib/wfu_constants.php:44
146
  msgid "unknown"
147
  msgstr "ناشناس"
148
 
149
+ #: lib/wfu_constants.php:46
150
  msgid ""
151
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
152
  "attribute."
153
  msgstr ""
154
  "خطا: نمی توان دایرکتوری ftp هدف را پیدا کند. ویژگی های 'ftpinfo' را برسی کنید"
155
 
156
+ #: lib/wfu_constants.php:47
157
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
158
  msgstr "خطا: اطلاعات ftp نادرست است. 'ftpinfo' را برسی کنید"
159
 
160
+ #: lib/wfu_constants.php:48
161
  msgid ""
162
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
163
  "syntax."
165
  "خطا: نمی توان اطلاعات ftp را از 'ftpinfo' استخراج کرد. نحوه ورود اطلاعات را "
166
  "برسی کنید."
167
 
168
+ #: lib/wfu_constants.php:49
169
  msgid ""
170
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
171
  "attribute."
173
  "خطا: نمی توان مشکل نام فایل هدف در ftp را حل کرد. ویژگی های 'ftpinfo' را "
174
  "برسی کنید"
175
 
176
+ #: lib/wfu_constants.php:50
177
  msgid ""
178
  "Error. Could not open source file for ftp upload. Check if file is "
179
  "accessible."
181
  "خطا: نمی توان فایل باز را برای ftp بارگزاری کرد. برسی کنید فایل قابل دسترسی "
182
  "است."
183
 
184
+ #: lib/wfu_constants.php:51
185
  msgid "Error. Could not send data to ftp target file."
186
  msgstr "خطا: نمی توان داده را به فایل هدف ftp فرستاد."
187
 
188
+ #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
191
  "attribute."
192
  msgstr "خطا: نمی توان به میزبان ftp متصل شد. ویژگی های 'ftpinfo' را برسی کنید"
193
 
194
+ #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not authenticate to ftp host. Check username and password in "
197
  "'ftpinfo' attribute."
199
  "خطا: احراز هویت به میزبان ftp امکان پذیر نیست. یوزر و پسورد در 'ftpinfo' را "
200
  "برسی نمایید"
201
 
202
+ #: lib/wfu_constants.php:54
203
  msgid ""
204
  "Error. Could not initialize sftp subsystem. Please check if the server "
205
  "supports sftp."
207
  "خطا: نمی توان زیر سیستم sftp را مقداردهی کند. برسی کنید که سرور شما از sftp "
208
  "پشتیبانی می کند."
209
 
210
+ #: lib/wfu_constants.php:55
211
  msgid "Error. The web server does not support sftp."
212
  msgstr "خطا: وب سرور قادر به پشتیبانی از sftp نیست"
213
 
214
+ #: lib/wfu_constants.php:56
215
  msgid ""
216
  "Error. The upload size limit of PHP directive upload_max_filesize is "
217
  "preventing the upload of big files.\n"
221
  "فایل های بزرگ را نمی دهد.\n"
222
  "محدودیت اپلود از طریق upload_max_filesize:"
223
 
224
+ #: lib/wfu_constants.php:57
225
  msgid ""
226
  "The upload time limit of PHP directive max_input_time is preventing the "
227
  "upload of big files.\n"
231
  "را نمی دهد.\n"
232
  "محدودیت در زمان بارگزاری max_input_time:"
233
 
234
+ #: lib/wfu_constants.php:58
235
  msgid ""
236
  "Error. Permission denied to write to target folder.\n"
237
  "Check and correct read/write permissions of target folder."
239
  "خطا: حق دسترسی برای نوشتن در فولدر هدف وجود ندارد.\n"
240
  "برسی کنید حق دسترسی برای خواندن/نوشتن در فولدر هدف وجود داشته باشد"
241
 
242
+ #: lib/wfu_constants.php:59
243
  msgid ""
244
  "Error. This file was rejected because its extension is not correct. Its "
245
  "proper filename is: "
246
  msgstr "خطا: این فایل به دلیل صحیح نبودن پسوند رد شد. نام پرونده:"
247
 
248
+ #: lib/wfu_constants.php:60
249
  msgid ""
250
  "Too many files are uploaded in a short period of time. This may be a Denial-"
251
  "Of-Service attack, so file was rejected. Please check the upload log for "
254
  "فایل های بسیاری در یک بازه زمان کوتاه بارگزاری شده اند. همانند حملات DDOS. "
255
  "بنابراین فایل رد شد. لطفا لاگ سیستم را برای موارد مشکوک برسی کنید."
256
 
257
+ #: lib/wfu_constants.php:61
258
  msgid ""
259
  "File not uploaded in order to prevent overflow of the website. Please "
260
  "contact administrator."
261
  msgstr ""
262
  "فایل به دلیل پر بودن فضای سایت بارگزاری نشد. لطفا با مدیر سایت تماس بگیرید."
263
 
264
+ #: lib/wfu_constants.php:62
265
  msgid "Targer folder doesn't exist."
266
  msgstr "فولدر هدف وجود ندارد."
267
 
268
+ #: lib/wfu_constants.php:63
269
  msgid "Upload failed! Missing a temporary folder."
270
  msgstr "بارگزاری با خطا مواجه شد! فولدر موقت گم شده است."
271
 
272
+ #: lib/wfu_constants.php:64
273
  msgid "Upload failed! Permission denied to write to target folder."
274
  msgstr "بارگزاری با خطا مواجه شد! دسترسی برای نوشتن در فولدر هدف وجود ندارد."
275
 
276
+ #: lib/wfu_constants.php:65
277
  msgid "File not allowed."
278
  msgstr "فایل مجاز نیست"
279
 
280
+ #: lib/wfu_constants.php:66
281
  msgid "File is suspicious and was rejected."
282
  msgstr "فایل مشکوک است و پذیرفته نشد."
283
 
284
+ #: lib/wfu_constants.php:67
285
  msgid "The uploaded file exceeds the file size limit."
286
  msgstr "حجم فایل بارگزاری شده بیش از حد مجاز است"
287
 
288
+ #: lib/wfu_constants.php:68
289
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
290
  msgstr "فایل بیشتر از 2GB حجم دارد و این سرور آن را پشتیبانی نمی کند"
291
 
292
+ #: lib/wfu_constants.php:69
293
  msgid ""
294
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
295
  "Please contact the administrator."
297
  "بارگزاری با خطا مواجه شد. فایل بارگزاری شده از حد مجاز سرور بزرگتر است. با "
298
  "مدیر سایت تماس بگیرید."
299
 
300
+ #: lib/wfu_constants.php:70
301
  msgid ""
302
  "Upload failed! The duration of the upload exceeded the time limit of the "
303
  "server. Please contact the administrator."
305
  "بارگزاری با خطا مواجه شد! مدت زمان بارگزاری از زمان مشخص شده در سرور بیشتر "
306
  "است. با مدیر سایت تماس بگیرید."
307
 
308
+ #: lib/wfu_constants.php:71
309
  msgid ""
310
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
311
  "was specified in the HTML form."
313
  "فایل آپلود شده بزرگتر از دستورالعمل MAX_FILE_SIZE است که در فرم HTML مشخص "
314
  "شده است."
315
 
316
+ #: lib/wfu_constants.php:72
317
  msgid "Upload failed! The uploaded file was only partially uploaded."
318
  msgstr "بارگزاری با خطا مواجه شد! تنها بخشی از فایل بارگزاری شد."
319
 
320
+ #: lib/wfu_constants.php:73
321
  msgid "Upload failed! No file was uploaded."
322
  msgstr "بارگزاری با خطا مواجه شد! فایل بارگزاری نشد."
323
 
324
+ #: lib/wfu_constants.php:74
325
  msgid "Upload failed! Failed to write file to disk."
326
  msgstr "بارگزاری با خطا مواجه شد! خطا در نوشتن روی دیسک"
327
 
328
+ #: lib/wfu_constants.php:75
329
  msgid ""
330
  "Upload failed! Error occured while moving temporary file. Please contact "
331
  "administrator."
333
  "بارگزاری با خطا مواجه شد! خطا در هنگام انتقال فایل موقت. لطفا با مدیر سایت "
334
  "تماس بگیرید."
335
 
336
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
337
  msgid "Upload cancelled!"
338
  msgstr "از بارگزاری انصراف داده شد."
339
 
340
+ #: lib/wfu_constants.php:77
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 "
347
  "اچ پی به شما اطمینان نمی دهد کدام افزونه باعث توقف بارگزاری شده است. شاید "
348
  "phpinfo() به شما کمک کند."
349
 
350
+ #: lib/wfu_constants.php:78
351
  msgid "Upload failed! Error occured while attemting to upload the file."
352
  msgstr "بارگزاری با خطا مواجه شد! هنگام بارگزاری فایل خطایی رخ داد."
353
 
354
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
355
  msgid "Upload failed!"
356
  msgstr "بارگزاری با خطا مواجه شد."
357
 
358
+ #: lib/wfu_constants.php:80
359
  msgid "No file!"
360
  msgstr "هیچ فایل!"
361
 
362
+ #: lib/wfu_constants.php:81
363
  msgid ""
364
  "Upload failed! The upload has been canceled by the user or the browser "
365
  "dropped the connection."
367
  "بارگزاری با خطا مواجه شد! کاربر از بارگزاری فایل انصراف داد یا اینکه مرورگر "
368
  "ارتباط را بست."
369
 
370
+ #: lib/wfu_constants.php:82
371
  msgid "Upload failed! Unknown error."
372
  msgstr "بارگزاری با خطا مواجه شد! خطای ناشناخته!"
373
 
374
+ #: lib/wfu_constants.php:83
375
  msgid "Please contact the administrator."
376
  msgstr "لطفا با مدیر سایت تماس بگیرید."
377
 
378
+ #: lib/wfu_constants.php:84
379
  msgid "No result from remote server!"
380
  msgstr "نتیجه ای از سرور راه دور در بر نداشت."
381
 
382
+ #: lib/wfu_constants.php:85
383
  msgid " but with warnings"
384
  msgstr "اما با اخطار"
385
 
386
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
387
  msgid "Warning: JSON parse error."
388
  msgstr "اخطار: خطای تجزیه و تحلیل JSON"
389
 
390
+ #: lib/wfu_constants.php:87
391
  msgid ""
392
  "Upload parameters of this file, passed as JSON string to the handler, could "
393
  "not be parsed."
395
  "بارگزاری پارامتر این فایل که به رشته JSON منتقل شد نمی تواند تجزیه و تحلیل "
396
  "شود"
397
 
398
+ #: lib/wfu_constants.php:89
399
  msgid ""
400
  "UploadStates, passed as JSON string to the handler, could not be parsed."
401
  msgstr ""
402
  "وضعیت بارگزاری این فایل که به رشته JSON منتقل شد، نمی تواند تجزیه و تحلیل شود"
403
 
404
+ #: lib/wfu_constants.php:90
405
  msgid ""
406
  "Redirection to classic form functionality occurred due to unknown error."
407
  msgstr "تغییر به فرم کلاسیک به دلیل خطای ناشناخته."
408
 
409
+ #: lib/wfu_constants.php:91
410
  msgid ""
411
  "Redirection to classic form functionality occurred because AJAX is not "
412
  "supported."
413
  msgstr "تغییر به فرم کلاسیک به دلیل پشتیبانی نکردن اجاکس"
414
 
415
+ #: lib/wfu_constants.php:92
416
  msgid ""
417
  "Redirection to classic form functionality occurred because HTML5 is not "
418
  "supported."
419
  msgstr "تغییر به فرم کلاسیک به دلیل عدم پشتیبانی HTML 5."
420
 
421
+ #: lib/wfu_constants.php:93
422
  msgid ""
423
  "Redirection to classic form functionality occurred due to JSON parse error."
424
  msgstr "تغییر به فرم کلاسیک به دلیل خطا در تجزیه و تحلیل JSON"
425
 
426
+ #: lib/wfu_constants.php:94
427
  msgid "Please enable popup windows from the browser's settings!"
428
  msgstr "لطفا نمایش پاپ آپ را در تنظیمات مرورگر فعال کنید."
429
 
430
+ #: lib/wfu_constants.php:95
431
  msgid "cannot be empty!"
432
  msgstr "نمی تواند خالی باشد!"
433
 
434
+ #: lib/wfu_constants.php:96
435
  msgid "number not valid!"
436
  msgstr "شماره معتبر نیست"
437
 
438
+ #: lib/wfu_constants.php:97
439
  msgid "email not valid!"
440
  msgstr "ایمیل اشتباه است"
441
 
442
+ #: lib/wfu_constants.php:98
443
  msgid "emails do not match!"
444
  msgstr "ایمیل اشتباه وارد شده!"
445
 
446
+ #: lib/wfu_constants.php:99
447
  msgid "no base email field in group!"
448
  msgstr "فیلد ایمیل در گروه وجود ندارد"
449
 
450
+ #: lib/wfu_constants.php:100
451
  msgid "passwords do not match!"
452
  msgstr "رمز عبورهای عبور مطابقت ندارند!"
453
 
454
+ #: lib/wfu_constants.php:101
455
  msgid "no base password field in group!"
456
  msgstr "فیلد رمز عبور در گروه وجود ندارد"
457
 
458
+ #: lib/wfu_constants.php:102
459
  msgid "checkbox unchecked!"
460
  msgstr "چک باکس بدون تیک! "
461
 
462
+ #: lib/wfu_constants.php:103
463
  msgid "no option selected!"
464
  msgstr "گزینه انتخاب نشده است"
465
 
466
+ #: lib/wfu_constants.php:104
467
  msgid "no item selected!"
468
  msgstr "موردی انتخاب نشده است"
469
 
470
+ #: lib/wfu_constants.php:105
471
  msgid ""
472
  "There are more than one instances of the plugin in this page with the same "
473
  "id. Please change it."
474
  msgstr ""
475
  "بیش از یک نمونه از این افزونه در این صفحه وجود دارد. لطفا آن را تغییر دهید."
476
 
477
+ #: lib/wfu_constants.php:106
478
  msgid ""
479
  "Cannot edit the shortcode because the page has been modified. Please reload "
480
  "the page."
482
  "نمی تواند شورت کد را ویرایش کند. به دلیل اینکه صفحه تغیر داده شده است. لطفا "
483
  "صفحه را ریلود نمایید."
484
 
485
+ #: lib/wfu_constants.php:107
486
  msgid "Your browser does not support webcam capture!"
487
  msgstr "مرورگر شما ضبط از طریق وب کم را پشتیبانی نمی کند"
488
 
489
+ #: lib/wfu_constants.php:108
490
  msgid "Your browser does not support video recording from the webcam!"
491
  msgstr "مرورگر شما ضبط ویدیو را از طریق وب کم را پشتیبانی نمی کند"
492
 
493
+ #: lib/wfu_constants.php:109
494
  msgid "No video was recorded!"
495
  msgstr "ویدیو ضبط نشد!"
496
 
497
+ #: lib/wfu_constants.php:110
498
  msgid ""
499
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
500
  "or use RecaptchaV2 (no account)."
502
  "خطا: کپچا پشتیبانی نمی شود! شما از نسخه قدیمی پی اچ پی استفاده می کنید، پی "
503
  "اچ پی را ارتقا دهید یا از Recaptcha V2 استفاده کنید."
504
 
505
+ #: lib/wfu_constants.php:111
506
  msgid ""
507
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
508
  "notify administrator."
510
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. به مدیر "
511
  "سایت اطلاع دهید."
512
 
513
+ #: lib/wfu_constants.php:112
514
  msgid ""
515
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
516
  "use RecaptchaV1 (no account)."
518
  "خطا: تنها یک نمونه از RecaptchaV1 می تواند در صفحه وجود داشته باشد. لطفا از "
519
  "RecaptchaV1 استفاده کنید (بدون حساب کاربری)"
520
 
521
+ #: lib/wfu_constants.php:113
522
  msgid "ERROR: No site key. Please contact administrator!"
523
  msgstr "خطا: بدون کلید سایت. با مدیر سایت تماس بگیرید."
524
 
525
+ #: lib/wfu_constants.php:114
526
  msgid ""
527
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
528
  "define Google Recaptcha keys."
530
  "خطا: کلید برای سایت تعریف نشده است! لطفا به تنظیمات افزونه در پیشخوان بروید "
531
  "و از کلید های گوگل ریکپچا استفاده نمایید"
532
 
533
+ #: lib/wfu_constants.php:115
534
  msgid "Bad captcha image!"
535
  msgstr "تصویر کپچا نادرست"
536
 
537
+ #: lib/wfu_constants.php:116
538
  msgid "No input!"
539
  msgstr "بدون ورودی!"
540
 
541
+ #: lib/wfu_constants.php:117
542
  msgid "Captcha not completed!"
543
  msgstr "کپچا کامل نشده است!"
544
 
545
+ #: lib/wfu_constants.php:118
546
  msgid "Wrong captcha!"
547
  msgstr "کپچا اشتباه است!"
548
 
549
+ #: lib/wfu_constants.php:119
550
  msgid "Error refreshing captcha!"
551
  msgstr "خطا در بارگزاری مجدد کپچا"
552
 
553
+ #: lib/wfu_constants.php:120
554
  msgid "Unknown captcha error!"
555
  msgstr "خطای ناشناخته کپچا"
556
 
557
+ #: lib/wfu_constants.php:121
558
  msgid "Captcha not supported by your browser!"
559
  msgstr "کپچا توسط مرورگر شما پشتیبانی نمی شود."
560
 
561
+ #: lib/wfu_constants.php:122
562
  msgid "the secret parameter is missing"
563
  msgstr "پارامتر امنیتی گم شده یا وارد نشده"
564
 
565
+ #: lib/wfu_constants.php:123
566
  msgid "the secret parameter is invalid or malformed"
567
  msgstr "پارامتر امنیتی نامعتبر یا ناقص است"
568
 
569
+ #: lib/wfu_constants.php:124
570
  msgid "the response parameter is missing"
571
  msgstr "پاسخ پارامتر درست نیست."
572
 
573
+ #: lib/wfu_constants.php:125
574
  msgid "the response parameter is invalid or malformed"
575
  msgstr "پاسخ پارامتر نامعتبر یا ناقص است"
576
 
577
+ #: lib/wfu_constants.php:126
578
  msgid "Please do not use drag drop due to an internal problem."
579
  msgstr "لطفا برای مشکلات داخلی از درگ اند دراپ استفاده نکنید."
580
 
581
+ #: lib/wfu_constants.php:127
582
  #, php-format
583
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
584
  msgstr "خطا در هنگام بارگزاری یک بخش. شناسه منحصر به فرد خالی در بخش %d"
585
 
586
+ #: lib/wfu_constants.php:128
587
  msgid "Chunked upload is not allowed!"
588
  msgstr "بارگزاری یک بخش مجاز نیست"
589
 
590
+ #: lib/wfu_constants.php:129
591
  msgid "Chunked upload aborted due to error in previous chunk!"
592
  msgstr "بارگزاری یک بخش به دلیل خطا در بخش قبل متوقف شد"
593
 
594
+ #: lib/wfu_constants.php:130
595
  msgid "Chunked upload failed, final file could not be created!"
596
  msgstr "بارگزاری یک بخش با خطا مواجه شد. فایل نهایی قابل ایجاد نیست."
597
 
598
+ #: lib/wfu_constants.php:131
599
  #, php-format
600
  msgid "Could not write file chuck to destination on chunk %d"
601
  msgstr "نمی توان بخشی از فایل را در قسمتی از بخش %d نوشت"
602
 
603
+ #: lib/wfu_constants.php:132
604
  #, php-format
605
  msgid "Could not enlarge destination file on chunk %d"
606
  msgstr "نمی توان فایل مقصد را در بخش %d گسترش داد"
607
 
608
+ #: lib/wfu_constants.php:133
609
  #, php-format
610
  msgid "Could not open file handles on chunk %d"
611
  msgstr "نمی توان فایل های دستی را در chunk %d باز کرد"
612
 
613
+ #: lib/wfu_constants.php:134
614
  msgid "You are not allowed to download this file!"
615
  msgstr "شما اجازه دانلود این فایل را ندارید"
616
 
617
+ #: lib/wfu_constants.php:135
618
  msgid "File does not exist!"
619
  msgstr "فایل وجود ندارد"
620
 
621
+ #: lib/wfu_constants.php:136
622
  msgid "Could not download file!"
623
  msgstr "فایل دانلود نشد."
624
 
625
+ #: lib/wfu_constants.php:137
626
  msgid "You are not allowed to delete this file!"
627
  msgstr "شما اجازه حذف این فایل را ندارید"
628
 
629
+ #: lib/wfu_constants.php:138
630
  msgid "File was not deleted!"
631
  msgstr "فایل حذف نشد"
632
 
633
+ #: lib/wfu_constants.php:139
634
  msgid "No file was deleted!"
635
  msgstr "هیچ فایلی حذف نشد!"
636
 
637
+ #: lib/wfu_constants.php:140
638
  msgid "Some files were not deleted!"
639
  msgstr "برخی از فایل ها حذف نشدند!"
640
 
641
+ #: lib/wfu_constants.php:142
642
  msgid "Upload skipped! File already exists."
643
  msgstr "بارگزاری رد شد. فایل وجود دارد."
644
 
645
+ #: lib/wfu_constants.php:143
646
  msgid "The extension of the file does not match its contents."
647
  msgstr "فرمت فایل با محتوای آن مطابقت ندارد."
648
 
649
+ #: lib/wfu_constants.php:144
650
  msgid ""
651
  "Upload succeeded but the file is suspicious because its contents do not "
652
  "match its extension. Its proper filename is: "
654
  "بارگزاری انجام شد اما فایل مشکوک است و محتوا با فرمت آن مطابقت ندارد. نام "
655
  "فایل مناسب است: "
656
 
657
+ #: lib/wfu_constants.php:145
658
  msgid "No files have been selected!"
659
  msgstr "هیچ فایلی انتخاب نشده است"
660
 
661
+ #: lib/wfu_constants.php:146
662
+ msgid "Please complete the consent question before continuing the upload!"
663
+ msgstr ""
664
+
665
+ #: lib/wfu_constants.php:147
666
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
667
  msgstr "افزونه WPFilebase بروز نشد زیرا فایل ها بارگزاری نشده است"
668
 
669
+ #: lib/wfu_constants.php:148
670
  msgid "Notification email was not sent because there were no files uploaded."
671
  msgstr "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا فایل ها بارگزاری نشده است"
672
 
673
+ #: lib/wfu_constants.php:149
674
  msgid ""
675
  "Notification email was not sent because no recipients were defined. Please "
676
  "check notifyrecipients attribute in the shortcode."
678
  "اطلاع رسانی ایمیل ارسال نخواهد شد. زیرا گیرنده ایمیل انتخاب نشده است. لطفا "
679
  "گیرنده را در ویژگی های شورت کد برسی کنید."
680
 
681
+ #: lib/wfu_constants.php:150
682
  msgid ""
683
  "Notification email was not sent due to an error. Please check "
684
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
686
  "اطلاع رسانی ایمیل به دلیل خطا ارسال نخواهد شد. لطفا گیرنده، موضوع و پیام را "
687
  "برای خطاها کنترل کنید."
688
 
689
+ #: lib/wfu_constants.php:151
690
  msgid ""
691
  "Redirection not executed because redirection link is empty. Please check "
692
  "redirectlink attribute."
694
  "تغیر مسیر انجام نمی شود زیرا لینک تغیر مسیر خالی است. لطفا ویژگی تغیر مسیر "
695
  "را برسی کنید."
696
 
697
+ #: lib/wfu_constants.php:152
698
  msgid ""
699
  "Redirection not executed because not all files were successfully uploaded."
700
  msgstr "تغیر مسیر انجام نمی شود زیرا همه فایل ها با موفقیت بارگزاری نشده اند"
701
 
702
+ #: lib/wfu_constants.php:153
703
  msgid "Potential Denial-Of-Service Attack on {SITE}"
704
  msgstr "حمله احتمالی DDOS در {SITE}"
705
 
706
+ #: lib/wfu_constants.php:154
707
  msgid ""
708
  "Hello admin\n"
709
  "\n"
739
  "\n"
740
  "متشکریم."
741
 
742
+ #: lib/wfu_constants.php:155
743
  msgid ""
744
  "You have activated an alternative insecure Iptanus Services Server. For "
745
  "details please contact info@iptanus.com."
747
  "شما سرویس غیر امن Iptanus را فعال نموده اید. برای اطلاعات بیشتر با "
748
  "info@iptanus.com تماس بگیرید"
749
 
750
+ #: lib/wfu_constants.php:156
751
  msgid ""
752
  "Iptanus Services Server is unreachable. This may cause problems in some "
753
  "plugin functions. Please contact info@iptanus.com for details."
755
  "سرویس Iptanus قابل دسترسی نیست. ممکن است این مشکل به خاطر برخی از توابع "
756
  "افزونه ها باشد. لطفا با info@iptanus.com تماس بگیرید."
757
 
758
+ #: lib/wfu_constants.php:158
759
  msgid ""
760
  "Failed to add the shortcode to the page/post. Please try again. If the "
761
  "message persists, contact administrator."
763
  "خطا در اضافه کردن شورت کد به برگه/نوشته. لطفا مجددا امتحان کنید. در صورت "
764
  "مشاهده مجدد این پیام با مدیر کل تماس بگیرید."
765
 
766
+ #: lib/wfu_constants.php:159
767
  msgid ""
768
  "Failed to edit the shortcode because the contents of the page changed. Try "
769
  "again to edit the shortcode."
771
  "ویرایش شورت کد با خطا مواجه شد زیرا محتوای صفحه تغیر پیدا کرده است. لطفا "
772
  "مجددا شورت کد را ویرایش کنید."
773
 
774
+ #: lib/wfu_constants.php:160
775
  msgid ""
776
  "Failed to delete the shortcode because the contents of the page changed. Try "
777
  "again to delete it."
778
  msgstr ""
779
  "خطا در حذف شورت کد. زیرا محتوای صفحه تغیر کرده است. دوباره ان را حذف کنید."
780
 
781
+ #: lib/wfu_constants.php:161
782
  msgid ""
783
  "The page containing the shortcode has been modified and it is no longer "
784
  "valid. Please go back to reload the shortcode."
786
  "این صفحه حاوی شورت کد است که تغیر داده شده است و دیگر معتبر نیست. لطفا "
787
  "بازگشته و شورت کد را ریلود نمایید."
788
 
789
+ #: lib/wfu_constants.php:162
790
  msgid ""
791
  "Failed to update the shortcode because the contents of the page changed. Go "
792
  "back to reload the shortcode."
794
  "خطا در بروزرسانی شورت کد. زیرا محتوای این صفحه تغییر کرده است. بازگشته و "
795
  "شورت کد را ریلود نمایید."
796
 
797
+ #: lib/wfu_constants.php:163
798
  msgid ""
799
  "Failed to update the shortcode. Please try again. If the problem persists, "
800
  "go back and reload the shortcode."
802
  "خطا در بروزرسانی شورت کد. لطفا مجددا امتحان کنید. اگر این مشکل ادامه داشت "
803
  "بازگشه و شورک کد را ریلود نمایید."
804
 
805
+ #: lib/wfu_constants.php:165
806
  msgid "This is a test message"
807
  msgstr "این یک پیام تست است."
808
 
809
+ #: lib/wfu_constants.php:166
810
  msgid "This is a test administrator message"
811
  msgstr "این یک پیام مدیریتی تست است."
812
 
813
+ #: lib/wfu_constants.php:167
814
  msgid "File testfile 1 under test"
815
  msgstr "تست فایل testfile 1 "
816
 
817
+ #: lib/wfu_constants.php:168
818
  msgid "File testfile 1 message"
819
  msgstr "پیام فایل testfile 1 "
820
 
821
+ #: lib/wfu_constants.php:169
822
  msgid "File testfile 1 administrator message"
823
  msgstr "پیام مدیریتی testfile 1"
824
 
825
+ #: lib/wfu_constants.php:170
826
  msgid "File testfile 2 under test"
827
  msgstr "تست فایل testfile 2"
828
 
829
+ #: lib/wfu_constants.php:171
830
  msgid "File testfile 2 message"
831
  msgstr "پیام فایل testfile 2"
832
 
833
+ #: lib/wfu_constants.php:172
834
  msgid "File testfile 2 administrator message"
835
  msgstr "پیام مدیریتی testfile 2"
836
 
837
+ #: lib/wfu_constants.php:174
838
  msgid ""
839
  "Insert variable %userid% inside text. It will be replaced by the id of the "
840
  "current user."
841
  msgstr "وارد کردن متغیر %userid% در متن. با آی دی کاربر جاری جایگزین خواهد شد."
842
 
843
+ #: lib/wfu_constants.php:175
844
  msgid ""
845
  "Insert variable %username% inside text. It will be replaced by the username "
846
  "of the current user."
847
  msgstr ""
848
  "وارد کردن متغیر %username% در متن. با نام کاربری کاربر جاری جایگزین خواهد شد"
849
 
850
+ #: lib/wfu_constants.php:176
851
  msgid ""
852
  "Insert variable %useremail% inside text. It will be replaced by the email of "
853
  "the current user."
854
  msgstr ""
855
  "وارد کردن متغیر %useremail% در متن. با ایمیل کاربر جاری جایگزین خواهد شد"
856
 
857
+ #: lib/wfu_constants.php:177
858
  msgid ""
859
  "Insert variable %filename% inside text. It will be replaced by the filename "
860
  "of the uploaded file."
861
  msgstr ""
862
  "وارد کردن متغیر %filename% در متن. با نام فایل بارگزاری شده جایگزین خواهد شد"
863
 
864
+ #: lib/wfu_constants.php:178
865
  msgid ""
866
  "Insert variable %filepath% inside text. It will be replaced by the full "
867
  "filepath of the uploaded file."
868
  msgstr "وارد کردن متغیر %filepath% در متن. با مسیر فایل جایگزین خواهد شد."
869
 
870
+ #: lib/wfu_constants.php:179
871
  msgid ""
872
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
873
  "the website."
874
  msgstr ""
875
  "وارد کردن متغیر %blogid% در متن. با ای دی سایت در وب سایت جایگزین خواهد شد."
876
 
877
+ #: lib/wfu_constants.php:180
878
  msgid ""
879
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
880
  "current page."
881
  msgstr "وارد کردن متغیر %pageid% در متن. با آی دی صفحه جاری جایگزین خواهد شد."
882
 
883
+ #: lib/wfu_constants.php:181
884
  msgid ""
885
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
886
  "the current page."
887
  msgstr ""
888
  "وارد کردن متغیر %pagetitle% در متن. با عنوان صفحه جاری جایگزین خواهد شد"
889
 
890
+ #: lib/wfu_constants.php:182
891
  msgid ""
892
  "Insert variable %userdataXXX% inside text. Select the user field from the "
893
  "drop-down list. It will be replaced by the value that the user entered in "
896
  "وارد کردن متغیر %userdataXXX% در متن. فیلد کاربر را از لیست کشویی انتخاب "
897
  "کنید. مقدار وارد شده توسط کاربر برای هر فیلد جایگزین خواهد شد."
898
 
899
+ #: lib/wfu_constants.php:183
900
  msgid "Insert variable %n% inside text to denote a line change."
901
  msgstr "وارد کردن متغیر %n% در متن. باعث رفتن به خط بعد خواهد شد."
902
 
903
+ #: lib/wfu_constants.php:185
904
  msgid "Test Mode"
905
  msgstr "حالت تست"
906
 
907
+ #: lib/wfu_constants.php:186
908
  msgid "select dir..."
909
  msgstr "انتخاب مسیر"
910
 
911
+ #: lib/wfu_constants.php:187
912
  msgid "type dir"
913
  msgstr "نوع مسیر"
914
 
915
+ #: lib/wfu_constants.php:188
916
  msgid "Upload path: %filepath%"
917
  msgstr "مسیر بارگزاری: %filepath%"
918
 
919
+ #: lib/wfu_constants.php:189
920
  msgid "Failed upload path: %filepath%"
921
  msgstr "خطا در مسیر بارگزاری: %filepath%"
922
 
923
+ #: lib/wfu_constants.php:190
924
  msgid " (required)"
925
  msgstr "(الزامی)"
926
 
927
+ #: lib/wfu_constants.php:191
928
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
929
  msgstr "فایل ها در حال بارگزاری هستند. از خارج شدن از این صفحه مطمئن هستید؟"
930
 
931
+ #: lib/wfu_constants.php:192
932
  msgid "checking captcha..."
933
  msgstr "برسی کپچا...."
934
 
935
+ #: lib/wfu_constants.php:193
936
  msgid "refreshing..."
937
  msgstr "در حال رفرش...."
938
 
939
+ #: lib/wfu_constants.php:194
940
  msgid "correct captcha"
941
  msgstr "کپچا صحیح"
942
 
943
+ #: lib/wfu_constants.php:195
944
  msgid "click to continue the upload"
945
  msgstr "برای ادامه بارگزاری کلیک کنید"
946
 
947
+ #: lib/wfu_constants.php:196
948
  msgid "Are you sure you want to delete this file?"
949
  msgstr "از حذف این فایل مطمئن هستید؟"
950
 
951
+ #: lib/wfu_constants.php:197
952
  msgid "Are you sure you want to delete these files?"
953
  msgstr "از حذف این فایل ها مطمئن هستید؟"
954
 
955
+ #: lib/wfu_constants.php:198
956
  msgid "Bulk Actions"
957
  msgstr "انجام همه"
958
 
959
+ #: lib/wfu_constants.php:199
960
  msgid "Apply"
961
  msgstr "تایید"
962
 
963
+ #: lib/wfu_constants.php:200
964
  msgid "Are you sure that you want to cancel the upload?"
965
  msgstr "آیا از انصراف از بارگزاری مطمئن هستید؟"
966
 
967
+ #: lib/wfu_constants.php:201
968
  msgid "cancel upload of this file"
969
  msgstr "انصراف از بارگزاری این فایل"
970
 
971
+ #: lib/wfu_constants.php:202
972
  msgid "Upload in progress"
973
  msgstr "در حال بارگزاری..."
974
 
975
+ #: lib/wfu_constants.php:203
976
  msgid "Upload in progress with warnings!"
977
  msgstr "در حال بارگزاری با اخطارها!"
978
 
979
+ #: lib/wfu_constants.php:204
980
  msgid "Upload in progress but some files already failed!"
981
  msgstr "بارگزاری در حال انجام است، اما برخی فایل های با خطا مواجه شد!"
982
 
983
+ #: lib/wfu_constants.php:205
984
  msgid "Upload in progress but no files uploaded so far!"
985
  msgstr "بارگزاری در حال انجام است اما فایلی تاکنون بارگزاری نشده است!"
986
 
987
+ #: lib/wfu_constants.php:206
988
  msgid "All files uploaded successfully"
989
  msgstr "همه فایل ها با موفقیت بارگزاری شدند."
990
 
991
+ #: lib/wfu_constants.php:207
992
  msgid "All files uploaded successfully but there are warnings!"
993
  msgstr "همه فایل ها با موفقیت بارگزاری شدند اما با برخی اخطار"
994
 
995
+ #: lib/wfu_constants.php:208
996
  msgid "File uploaded successfully but there are warnings!"
997
  msgstr "فایل با موفقیت بارگزاری شد. اما با برخی از اخطارها!"
998
 
999
+ #: lib/wfu_constants.php:209
1000
  msgid "Some files failed to upload!"
1001
  msgstr "برخی از فایل ها بارگزاری نشد"
1002
 
1003
+ #: lib/wfu_constants.php:210
1004
  msgid "All files failed to upload"
1005
  msgstr "همه فایل ها بارگزاری نشد."
1006
 
1007
+ #: lib/wfu_constants.php:211
1008
  msgid "File failed to upload"
1009
  msgstr "فایل بارگزاری نشد"
1010
 
1011
+ #: lib/wfu_constants.php:212
1012
  msgid "There are no files to upload!"
1013
  msgstr "فایلی برای بارگزاری وجود ندارد"
1014
 
1015
+ #: lib/wfu_constants.php:213
1016
  msgid "Test upload message"
1017
  msgstr "پیام بارگزاری تست"
1018
 
1019
+ #: lib/wfu_constants.php:214
1020
  msgid "JSON parse warning!"
1021
  msgstr "اخطار در تجزیه و تحلیل JSON"
1022
 
1023
+ #: lib/wfu_constants.php:215
1024
  msgid "please wait while redirecting..."
1025
  msgstr "لطفا تا زمان تغیر مسیر صبر کنید..."
1026
 
1027
+ #: lib/wfu_constants.php:217
1028
  msgid "Submitting data"
1029
  msgstr "در حال ارسال داده ها"
1030
 
1031
+ #: lib/wfu_constants.php:218
1032
  msgid "Data submitted successfully!"
1033
  msgstr "داده ها با موفقیت ارسال شدند!"
1034
 
1035
+ #: lib/wfu_constants.php:219
1036
  msgid "Data were not submitted!"
1037
  msgstr "داده ها ارسال نشدند!"
1038
 
1039
+ #: lib/wfu_constants.php:220
1040
  msgid "Cancelling upload"
1041
  msgstr "در حال انصراف از بارگزاری"
1042
 
1043
+ #: lib/wfu_constants.php:222
1044
  msgid "Open visual shortcode editor in new window"
1045
  msgstr "ویرایشگر شورت کد را در پنجره جدید باز کن"
1046
 
1047
+ #: lib/wfu_constants.php:223
1048
  msgid "loading visual editor"
1049
  msgstr "لود شدن ویرایشگر دیداری"
1050
 
1051
+ #: lib/wfu_constants.php:224
1052
  msgid "Clear file list?"
1053
  msgstr "پاک کردن لیست فایل؟"
1054
 
1055
+ #: lib/wfu_constants.php:225
1056
  msgid "DROP HERE"
1057
  msgstr "حذف کن"
1058
 
1059
+ #: lib/wfu_constants.php:227
1060
  msgid "record video"
1061
  msgstr "ضبط ویدیو"
1062
 
1063
+ #: lib/wfu_constants.php:228
1064
  msgid "take a picture"
1065
  msgstr "گرفتن تصویر"
1066
 
1067
+ #: lib/wfu_constants.php:229
1068
  msgid "turn webcam on/off"
1069
  msgstr "روشن/خاموش کردن وب کم"
1070
 
1071
+ #: lib/wfu_constants.php:230
1072
  msgid "go live again"
1073
  msgstr "زنده گرفتن"
1074
 
1075
+ #: lib/wfu_constants.php:231
1076
  msgid "end recording"
1077
  msgstr "پایان ضبط"
1078
 
1079
+ #: lib/wfu_constants.php:232
1080
  msgid "play"
1081
  msgstr "شروع"
1082
 
1083
+ #: lib/wfu_constants.php:233
1084
  msgid "pause"
1085
  msgstr "توقف"
1086
 
1087
+ #: lib/wfu_constants.php:234
1088
  msgid "go to the beginning"
1089
  msgstr "رفتن به ابتدا"
1090
 
1091
+ #: lib/wfu_constants.php:235
1092
  msgid "go to the end"
1093
  msgstr "رفتن به انتها"
1094
 
1095
+ #: lib/wfu_constants.php:237
1096
  msgid "Wordpress File Upload Form"
1097
  msgstr "فرم بارگزاری فایل وردپرس"
1098
 
1099
+ #: lib/wfu_constants.php:238
1100
  msgid "Wordpress File Upload plugin uploader for sidebars"
1101
  msgstr "بارگزارنده افزونه بارگزاری فایل وردپرس برای ستون کناری"
1102
 
1103
+ #: lib/wfu_constants.php:239
1104
  msgid "Upload Files"
1105
  msgstr "بارگزاری فایل"
languages/wp-file-upload-fr_FR.mo CHANGED
Binary file
languages/wp-file-upload-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
@@ -91,59 +91,64 @@ msgstr "videostream"
91
  msgid "screenshot"
92
  msgstr "screenshot"
93
 
94
- #: lib/wfu_constants.php:31
 
 
 
 
 
95
  msgid "File"
96
  msgstr "Fichier"
97
 
98
- #: lib/wfu_constants.php:32
99
  msgid "Date"
100
  msgstr "Date"
101
 
102
- #: lib/wfu_constants.php:33
103
  msgid "Size"
104
  msgstr "Taille"
105
 
106
- #: lib/wfu_constants.php:34
107
  msgid "User"
108
  msgstr "Utilisateur"
109
 
110
- #: lib/wfu_constants.php:35
111
  msgid "Page"
112
  msgstr "Page"
113
 
114
- #: lib/wfu_constants.php:36
115
  msgid "User Fields"
116
  msgstr "Champ utilisateur"
117
 
118
- #: lib/wfu_constants.php:37
119
  msgid "Download"
120
  msgstr "Télécharger"
121
 
122
- #: lib/wfu_constants.php:38
123
  msgid "Download this file"
124
  msgstr "Télécharger ce fichier"
125
 
126
- #: lib/wfu_constants.php:39
127
  msgid "Delete"
128
  msgstr "Supprimer"
129
 
130
- #: lib/wfu_constants.php:40
131
  msgid "Delete this file"
132
  msgstr "Supprimer ce fichier"
133
 
134
- #: lib/wfu_constants.php:41
135
  msgid "Sort list based on this column"
136
  msgstr "Trier la liste à partir de cette colonne"
137
 
138
- #: lib/wfu_constants.php:42
139
  msgid "guest"
140
  msgstr "Visiteur"
141
 
142
- #: lib/wfu_constants.php:43
143
  msgid "unknown"
144
  msgstr "Inconnu"
145
 
146
- #: lib/wfu_constants.php:45
147
  msgid ""
148
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
149
  "attribute."
@@ -151,13 +156,13 @@ msgstr ""
151
  "Erreur : Impossible d'atteindre le repertoire ftp de destination. Vérifier "
152
  "le domaine dans l'attribut 'ftpinfo'."
153
 
154
- #: lib/wfu_constants.php:46
155
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
156
  msgstr ""
157
  "Erreur : Les informations FTP sont invalides. Vérifier le domaine dans "
158
  "l'attribut 'ftpinfo'."
159
 
160
- #: lib/wfu_constants.php:47
161
  msgid ""
162
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
163
  "syntax."
@@ -165,7 +170,7 @@ msgstr ""
165
  "Erreur : Impossible d'obtenir les informations dans l'attribut 'ftpinfo'. "
166
  "Vérifez sa syntaxe."
167
 
168
- #: lib/wfu_constants.php:48
169
  msgid ""
170
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
171
  "attribute."
@@ -173,39 +178,39 @@ msgstr ""
173
  "Erreur : Impossible de résoudre le nom de fichier de destination FTP. "
174
  "Vérifiez le domaine dans l'attribut 'ftpinfo'."
175
 
176
- #: lib/wfu_constants.php:49
177
  msgid ""
178
  "Error. Could not open source file for ftp upload. Check if file is "
179
  "accessible."
180
  msgstr ""
181
 
182
- #: lib/wfu_constants.php:50
183
  msgid "Error. Could not send data to ftp target file."
184
  msgstr ""
185
 
186
- #: lib/wfu_constants.php:51
187
  msgid ""
188
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
189
  "attribute."
190
  msgstr ""
191
 
192
- #: lib/wfu_constants.php:52
193
  msgid ""
194
  "Error. Could not authenticate to ftp host. Check username and password in "
195
  "'ftpinfo' attribute."
196
  msgstr ""
197
 
198
- #: lib/wfu_constants.php:53
199
  msgid ""
200
  "Error. Could not initialize sftp subsystem. Please check if the server "
201
  "supports sftp."
202
  msgstr ""
203
 
204
- #: lib/wfu_constants.php:54
205
  msgid "Error. The web server does not support sftp."
206
  msgstr ""
207
 
208
- #: lib/wfu_constants.php:55
209
  msgid ""
210
  "Error. The upload size limit of PHP directive upload_max_filesize is "
211
  "preventing the upload of big files.\n"
@@ -215,7 +220,7 @@ msgstr ""
215
  "upload_max_filesize, empêche l'envoi de gros fichier.\n"
216
  "La limite de la directive PHP upload_max_filesize est de :"
217
 
218
- #: lib/wfu_constants.php:56
219
  msgid ""
220
  "The upload time limit of PHP directive max_input_time is preventing the "
221
  "upload of big files.\n"
@@ -225,7 +230,7 @@ msgstr ""
225
  "l'envoi de gros fichier.\n"
226
  "La limite de la directive PHP max_input_time est de :"
227
 
228
- #: lib/wfu_constants.php:57
229
  msgid ""
230
  "Error. Permission denied to write to target folder.\n"
231
  "Check and correct read/write permissions of target folder."
@@ -234,56 +239,56 @@ msgstr ""
234
  "Vérifiez et corrigez les permission en lecture/ecriture du repertoire de "
235
  "destination."
236
 
237
- #: lib/wfu_constants.php:58
238
  msgid ""
239
  "Error. This file was rejected because its extension is not correct. Its "
240
  "proper filename is: "
241
  msgstr ""
242
 
243
- #: lib/wfu_constants.php:59
244
  msgid ""
245
  "Too many files are uploaded in a short period of time. This may be a Denial-"
246
  "Of-Service attack, so file was rejected. Please check the upload log for "
247
  "suspicious behaviour."
248
  msgstr ""
249
 
250
- #: lib/wfu_constants.php:60
251
  msgid ""
252
  "File not uploaded in order to prevent overflow of the website. Please "
253
  "contact administrator."
254
  msgstr ""
255
 
256
- #: lib/wfu_constants.php:61
257
  msgid "Targer folder doesn't exist."
258
  msgstr "Le répertoire de destination n'existe pas."
259
 
260
- #: lib/wfu_constants.php:62
261
  msgid "Upload failed! Missing a temporary folder."
262
  msgstr "Envoi impossible ! Il manque un répertoire temporaire."
263
 
264
- #: lib/wfu_constants.php:63
265
  msgid "Upload failed! Permission denied to write to target folder."
266
  msgstr ""
267
  "Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
268
  "destination."
269
 
270
- #: lib/wfu_constants.php:64
271
  msgid "File not allowed."
272
  msgstr "Type de fichier non autorisé."
273
 
274
- #: lib/wfu_constants.php:65
275
  msgid "File is suspicious and was rejected."
276
  msgstr ""
277
 
278
- #: lib/wfu_constants.php:66
279
  msgid "The uploaded file exceeds the file size limit."
280
  msgstr "La taille du fichier est supérieure à la taille limite."
281
 
282
- #: lib/wfu_constants.php:67
283
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
284
  msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
285
 
286
- #: lib/wfu_constants.php:68
287
  msgid ""
288
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
289
  "Please contact the administrator."
@@ -291,7 +296,7 @@ msgstr ""
291
  "Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
292
  "Contactez l'administrateur."
293
 
294
- #: lib/wfu_constants.php:69
295
  msgid ""
296
  "Upload failed! The duration of the upload exceeded the time limit of the "
297
  "server. Please contact the administrator."
@@ -299,7 +304,7 @@ msgstr ""
299
  "Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
300
  "l'administrateur."
301
 
302
- #: lib/wfu_constants.php:70
303
  msgid ""
304
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
305
  "was specified in the HTML form."
@@ -307,19 +312,19 @@ msgstr ""
307
  "Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
308
  "spécifiée dans le formulaire HTML."
309
 
310
- #: lib/wfu_constants.php:71
311
  msgid "Upload failed! The uploaded file was only partially uploaded."
312
  msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
313
 
314
- #: lib/wfu_constants.php:72
315
  msgid "Upload failed! No file was uploaded."
316
  msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
317
 
318
- #: lib/wfu_constants.php:73
319
  msgid "Upload failed! Failed to write file to disk."
320
  msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
321
 
322
- #: lib/wfu_constants.php:74
323
  msgid ""
324
  "Upload failed! Error occured while moving temporary file. Please contact "
325
  "administrator."
@@ -327,11 +332,11 @@ msgstr ""
327
  "Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
328
  "temporaire. Contactez l'administrateur."
329
 
330
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
331
  msgid "Upload cancelled!"
332
  msgstr "Envoi annulé!"
333
 
334
- #: lib/wfu_constants.php:76
335
  msgid ""
336
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
337
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -341,21 +346,21 @@ msgstr ""
341
  "peut pas fournir avec certitude quelle extension est en cause. Examinez la "
342
  "liste des extensions chargées avec phpinfo() peut être utile."
343
 
344
- #: lib/wfu_constants.php:77
345
  msgid "Upload failed! Error occured while attemting to upload the file."
346
  msgstr ""
347
  "Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
348
  "fichier."
349
 
350
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
351
  msgid "Upload failed!"
352
  msgstr "Envoi impossible !"
353
 
354
- #: lib/wfu_constants.php:79
355
  msgid "No file!"
356
  msgstr "Pas de fichier !"
357
 
358
- #: lib/wfu_constants.php:80
359
  msgid ""
360
  "Upload failed! The upload has been canceled by the user or the browser "
361
  "dropped the connection."
@@ -363,27 +368,27 @@ msgstr ""
363
  "Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
364
  "interrompu la connexion."
365
 
366
- #: lib/wfu_constants.php:81
367
  msgid "Upload failed! Unknown error."
368
  msgstr "Envoi impossible! Erreur inconnue."
369
 
370
- #: lib/wfu_constants.php:82
371
  msgid "Please contact the administrator."
372
  msgstr "Merci de contacter l'administrateur."
373
 
374
- #: lib/wfu_constants.php:83
375
  msgid "No result from remote server!"
376
  msgstr "Pas de réponse du serveur distant !"
377
 
378
- #: lib/wfu_constants.php:84
379
  msgid " but with warnings"
380
  msgstr "mais avec des avertissements"
381
 
382
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
383
  msgid "Warning: JSON parse error."
384
  msgstr "Attention : Erreur d'analyse JSON"
385
 
386
- #: lib/wfu_constants.php:86
387
  msgid ""
388
  "Upload parameters of this file, passed as JSON string to the handler, could "
389
  "not be parsed."
@@ -391,19 +396,19 @@ msgstr ""
391
  "Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
392
  "peuvent pas être analysés."
393
 
394
- #: lib/wfu_constants.php:88
395
  msgid ""
396
  "UploadStates, passed as JSON string to the handler, could not be parsed."
397
  msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
398
 
399
- #: lib/wfu_constants.php:89
400
  msgid ""
401
  "Redirection to classic form functionality occurred due to unknown error."
402
  msgstr ""
403
  "La redirection vers la fonctionnalité classique des formulaires s'est "
404
  "produit à cause d'une erreur inconue."
405
 
406
- #: lib/wfu_constants.php:90
407
  msgid ""
408
  "Redirection to classic form functionality occurred because AJAX is not "
409
  "supported."
@@ -411,7 +416,7 @@ msgstr ""
411
  "La redirection vers la fonctionnalité classique des formulaire s'est produit "
412
  "car AJAX n'est pas supporté."
413
 
414
- #: lib/wfu_constants.php:91
415
  msgid ""
416
  "Redirection to classic form functionality occurred because HTML5 is not "
417
  "supported."
@@ -419,60 +424,60 @@ msgstr ""
419
  "La redirection vers la fonctionnalité classique des formulaires s'est "
420
  "produit car HTML5 n'est pas supporté."
421
 
422
- #: lib/wfu_constants.php:92
423
  msgid ""
424
  "Redirection to classic form functionality occurred due to JSON parse error."
425
  msgstr ""
426
  "La redirection vers la fonctionnalité classique des formulaires s'est "
427
  "produit à cause d'une erreur d'analyse JSON."
428
 
429
- #: lib/wfu_constants.php:93
430
  msgid "Please enable popup windows from the browser's settings!"
431
  msgstr ""
432
  "Veuillez activer les fenêtres contextuelles dans les paramètres du "
433
  "navigateur !"
434
 
435
- #: lib/wfu_constants.php:94
436
  msgid "cannot be empty!"
437
  msgstr "Ne peut pas être vide !"
438
 
439
- #: lib/wfu_constants.php:95
440
  msgid "number not valid!"
441
  msgstr "Nombre non valide !"
442
 
443
- #: lib/wfu_constants.php:96
444
  msgid "email not valid!"
445
  msgstr "L'e-mail n'est pas valide !"
446
 
447
- #: lib/wfu_constants.php:97
448
  msgid "emails do not match!"
449
  msgstr "Les e-mails ne correspondent pas !"
450
 
451
- #: lib/wfu_constants.php:98
452
  msgid "no base email field in group!"
453
  msgstr "Aucun champ email de base en groupe !"
454
 
455
- #: lib/wfu_constants.php:99
456
  msgid "passwords do not match!"
457
  msgstr "Les mots de passe ne correspondent pas !"
458
 
459
- #: lib/wfu_constants.php:100
460
  msgid "no base password field in group!"
461
  msgstr "Aucun champ de mot de passe de base dans le groupe !"
462
 
463
- #: lib/wfu_constants.php:101
464
  msgid "checkbox unchecked!"
465
  msgstr "Case à cocher désactivée !"
466
 
467
- #: lib/wfu_constants.php:102
468
  msgid "no option selected!"
469
  msgstr "Aucune option sélectionnée !"
470
 
471
- #: lib/wfu_constants.php:103
472
  msgid "no item selected!"
473
  msgstr "Aucun article sélectionné !"
474
 
475
- #: lib/wfu_constants.php:104
476
  msgid ""
477
  "There are more than one instances of the plugin in this page with the same "
478
  "id. Please change it."
@@ -480,7 +485,7 @@ msgstr ""
480
  "Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
481
  "id). Modifiez votre page."
482
 
483
- #: lib/wfu_constants.php:105
484
  msgid ""
485
  "Cannot edit the shortcode because the page has been modified. Please reload "
486
  "the page."
@@ -488,19 +493,19 @@ msgstr ""
488
  "Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
489
  "recharger la page."
490
 
491
- #: lib/wfu_constants.php:106
492
  msgid "Your browser does not support webcam capture!"
493
  msgstr ""
494
 
495
- #: lib/wfu_constants.php:107
496
  msgid "Your browser does not support video recording from the webcam!"
497
  msgstr ""
498
 
499
- #: lib/wfu_constants.php:108
500
  msgid "No video was recorded!"
501
  msgstr ""
502
 
503
- #: lib/wfu_constants.php:109
504
  msgid ""
505
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
506
  "or use RecaptchaV2 (no account)."
@@ -508,24 +513,24 @@ msgstr ""
508
  "Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
509
  "Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
510
 
511
- #: lib/wfu_constants.php:110
512
  msgid ""
513
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
514
  "notify administrator."
515
  msgstr ""
516
 
517
- #: lib/wfu_constants.php:111
518
  msgid ""
519
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
520
  "use RecaptchaV1 (no account)."
521
  msgstr ""
522
 
523
- #: lib/wfu_constants.php:112
524
  msgid "ERROR: No site key. Please contact administrator!"
525
  msgstr ""
526
  "Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
527
 
528
- #: lib/wfu_constants.php:113
529
  msgid ""
530
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
531
  "define Google Recaptcha keys."
@@ -533,147 +538,151 @@ msgstr ""
533
  "Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
534
  "Tableau de bord pour définir des clés de Google Recaptcha."
535
 
536
- #: lib/wfu_constants.php:114
537
  msgid "Bad captcha image!"
538
  msgstr "Mauvaise image de captcha !"
539
 
540
- #: lib/wfu_constants.php:115
541
  msgid "No input!"
542
  msgstr "Aucune entrée !"
543
 
544
- #: lib/wfu_constants.php:116
545
  msgid "Captcha not completed!"
546
  msgstr "Captcha incomplet !"
547
 
548
- #: lib/wfu_constants.php:117
549
  msgid "Wrong captcha!"
550
  msgstr "Mauvaise saisie captcha!"
551
 
552
- #: lib/wfu_constants.php:118
553
  msgid "Error refreshing captcha!"
554
  msgstr "Erreur mise à jour du captcha!"
555
 
556
- #: lib/wfu_constants.php:119
557
  msgid "Unknown captcha error!"
558
  msgstr "Captcha erreur inconnue!"
559
 
560
- #: lib/wfu_constants.php:120
561
  msgid "Captcha not supported by your browser!"
562
  msgstr "Captcha n'a pas supporté par votre navigateur!"
563
 
564
- #: lib/wfu_constants.php:121
565
  msgid "the secret parameter is missing"
566
  msgstr "le paramètre secret est manquant"
567
 
568
- #: lib/wfu_constants.php:122
569
  msgid "the secret parameter is invalid or malformed"
570
  msgstr "le paramètre secret est invalide ou malformé"
571
 
572
- #: lib/wfu_constants.php:123
573
  msgid "the response parameter is missing"
574
  msgstr "le paramètre de réponse est manquant"
575
 
576
- #: lib/wfu_constants.php:124
577
  msgid "the response parameter is invalid or malformed"
578
  msgstr "le paramètre de réponse est invalide ou malformé"
579
 
580
- #: lib/wfu_constants.php:125
581
  msgid "Please do not use drag drop due to an internal problem."
582
  msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
583
 
584
- #: lib/wfu_constants.php:126
585
  #, php-format
586
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
587
  msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
588
 
589
- #: lib/wfu_constants.php:127
590
  msgid "Chunked upload is not allowed!"
591
  msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
592
 
593
- #: lib/wfu_constants.php:128
594
  msgid "Chunked upload aborted due to error in previous chunk!"
595
  msgstr ""
596
  "Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
597
 
598
- #: lib/wfu_constants.php:129
599
  msgid "Chunked upload failed, final file could not be created!"
600
  msgstr ""
601
  "Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
602
 
603
- #: lib/wfu_constants.php:130
604
  #, php-format
605
  msgid "Could not write file chuck to destination on chunk %d"
606
  msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
607
 
608
- #: lib/wfu_constants.php:131
609
  #, php-format
610
  msgid "Could not enlarge destination file on chunk %d"
611
  msgstr "Impossible agrandir fichier de destination sur bloc %d"
612
 
613
- #: lib/wfu_constants.php:132
614
  #, php-format
615
  msgid "Could not open file handles on chunk %d"
616
  msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
617
 
618
- #: lib/wfu_constants.php:133
619
  msgid "You are not allowed to download this file!"
620
  msgstr ""
621
 
622
- #: lib/wfu_constants.php:134
623
  msgid "File does not exist!"
624
  msgstr ""
625
 
626
- #: lib/wfu_constants.php:135
627
  msgid "Could not download file!"
628
  msgstr ""
629
 
630
- #: lib/wfu_constants.php:136
631
  msgid "You are not allowed to delete this file!"
632
  msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
633
 
634
- #: lib/wfu_constants.php:137
635
  msgid "File was not deleted!"
636
  msgstr ""
637
 
638
- #: lib/wfu_constants.php:138
639
  msgid "No file was deleted!"
640
  msgstr ""
641
 
642
- #: lib/wfu_constants.php:139
643
  msgid "Some files were not deleted!"
644
  msgstr ""
645
 
646
- #: lib/wfu_constants.php:141
647
  msgid "Upload skipped! File already exists."
648
  msgstr "Envoi ignoré ! Le fichier existe déjà."
649
 
650
- #: lib/wfu_constants.php:142
651
  msgid "The extension of the file does not match its contents."
652
  msgstr ""
653
 
654
- #: lib/wfu_constants.php:143
655
  msgid ""
656
  "Upload succeeded but the file is suspicious because its contents do not "
657
  "match its extension. Its proper filename is: "
658
  msgstr ""
659
 
660
- #: lib/wfu_constants.php:144
661
  msgid "No files have been selected!"
662
  msgstr "Aucun fichier n'a été envoyé !"
663
 
664
- #: lib/wfu_constants.php:145
 
 
 
 
665
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
666
  msgstr ""
667
  "WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
668
  "envoyer."
669
 
670
- #: lib/wfu_constants.php:146
671
  msgid "Notification email was not sent because there were no files uploaded."
672
  msgstr ""
673
  "Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
674
  "envoyer."
675
 
676
- #: lib/wfu_constants.php:147
677
  msgid ""
678
  "Notification email was not sent because no recipients were defined. Please "
679
  "check notifyrecipients attribute in the shortcode."
@@ -681,7 +690,7 @@ msgstr ""
681
  "Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
682
  "Merci de vérifier l'attribut notifyrecipients dans le shortcode."
683
 
684
- #: lib/wfu_constants.php:148
685
  msgid ""
686
  "Notification email was not sent due to an error. Please check "
687
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -689,7 +698,7 @@ msgstr ""
689
  "Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
690
  "vérifier les attributs notifyrecipients, notifysubject et notifymessage."
691
 
692
- #: lib/wfu_constants.php:149
693
  msgid ""
694
  "Redirection not executed because redirection link is empty. Please check "
695
  "redirectlink attribute."
@@ -697,18 +706,18 @@ msgstr ""
697
  "La redirection n'a pas été effectuée car le lien de redirection est vide. "
698
  "Merci de vérifier l'attribut redirectlink."
699
 
700
- #: lib/wfu_constants.php:150
701
  msgid ""
702
  "Redirection not executed because not all files were successfully uploaded."
703
  msgstr ""
704
  "La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
705
  "envoyés."
706
 
707
- #: lib/wfu_constants.php:151
708
  msgid "Potential Denial-Of-Service Attack on {SITE}"
709
  msgstr ""
710
 
711
- #: lib/wfu_constants.php:152
712
  msgid ""
713
  "Hello admin\n"
714
  "\n"
@@ -728,19 +737,19 @@ msgid ""
728
  "Thanks"
729
  msgstr ""
730
 
731
- #: lib/wfu_constants.php:153
732
  msgid ""
733
  "You have activated an alternative insecure Iptanus Services Server. For "
734
  "details please contact info@iptanus.com."
735
  msgstr ""
736
 
737
- #: lib/wfu_constants.php:154
738
  msgid ""
739
  "Iptanus Services Server is unreachable. This may cause problems in some "
740
  "plugin functions. Please contact info@iptanus.com for details."
741
  msgstr ""
742
 
743
- #: lib/wfu_constants.php:156
744
  msgid ""
745
  "Failed to add the shortcode to the page/post. Please try again. If the "
746
  "message persists, contact administrator."
@@ -748,7 +757,7 @@ msgstr ""
748
  "Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
749
  "le message persiste, contactez l' administrateur."
750
 
751
- #: lib/wfu_constants.php:157
752
  msgid ""
753
  "Failed to edit the shortcode because the contents of the page changed. Try "
754
  "again to edit the shortcode."
@@ -756,7 +765,7 @@ msgstr ""
756
  "Impossible de modifier le shortcode parce que le contenu de la page a "
757
  "changé. Essayez à nouveau de modifier le shortcode."
758
 
759
- #: lib/wfu_constants.php:158
760
  msgid ""
761
  "Failed to delete the shortcode because the contents of the page changed. Try "
762
  "again to delete it."
@@ -764,7 +773,7 @@ msgstr ""
764
  "Impossible de supprimer le shortcode parce que le contenu de la page a "
765
  "changé. Essayez à nouveau de le supprimer."
766
 
767
- #: lib/wfu_constants.php:159
768
  msgid ""
769
  "The page containing the shortcode has been modified and it is no longer "
770
  "valid. Please go back to reload the shortcode."
@@ -772,7 +781,7 @@ msgstr ""
772
  "La page contenant le shortcode a été modifié et il n'est plus valide. "
773
  "Rechargez le shortcode."
774
 
775
- #: lib/wfu_constants.php:160
776
  msgid ""
777
  "Failed to update the shortcode because the contents of the page changed. Go "
778
  "back to reload the shortcode."
@@ -780,7 +789,7 @@ msgstr ""
780
  "Impossible de mettre à jour le shortcode parce que le contenu de la page a "
781
  "changé. Rechargez le shortcode."
782
 
783
- #: lib/wfu_constants.php:161
784
  msgid ""
785
  "Failed to update the shortcode. Please try again. If the problem persists, "
786
  "go back and reload the shortcode."
@@ -788,39 +797,39 @@ msgstr ""
788
  "Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
789
  "persiste, rechargez le shortcode."
790
 
791
- #: lib/wfu_constants.php:163
792
  msgid "This is a test message"
793
  msgstr "Ceci est un message de test"
794
 
795
- #: lib/wfu_constants.php:164
796
  msgid "This is a test administrator message"
797
  msgstr "Ceci est un message administrateur de test"
798
 
799
- #: lib/wfu_constants.php:165
800
  msgid "File testfile 1 under test"
801
  msgstr "File testfile 1 under test"
802
 
803
- #: lib/wfu_constants.php:166
804
  msgid "File testfile 1 message"
805
  msgstr "File testfile 1 message"
806
 
807
- #: lib/wfu_constants.php:167
808
  msgid "File testfile 1 administrator message"
809
  msgstr "Message administrateur File testfile"
810
 
811
- #: lib/wfu_constants.php:168
812
  msgid "File testfile 2 under test"
813
  msgstr "En test File testfile"
814
 
815
- #: lib/wfu_constants.php:169
816
  msgid "File testfile 2 message"
817
  msgstr "Message File testfile 2"
818
 
819
- #: lib/wfu_constants.php:170
820
  msgid "File testfile 2 administrator message"
821
  msgstr "Message administrateur File testfile 2"
822
 
823
- #: lib/wfu_constants.php:172
824
  msgid ""
825
  "Insert variable %userid% inside text. It will be replaced by the id of the "
826
  "current user."
@@ -828,7 +837,7 @@ msgstr ""
828
  "Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
829
  "l'utilisateur courant."
830
 
831
- #: lib/wfu_constants.php:173
832
  msgid ""
833
  "Insert variable %username% inside text. It will be replaced by the username "
834
  "of the current user."
@@ -836,7 +845,7 @@ msgstr ""
836
  "Insérez la variable %username% dans le texte. Il sera remplacé par le "
837
  "username de l'utilisateur courant."
838
 
839
- #: lib/wfu_constants.php:174
840
  msgid ""
841
  "Insert variable %useremail% inside text. It will be replaced by the email of "
842
  "the current user."
@@ -844,7 +853,7 @@ msgstr ""
844
  "Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
845
  "de l'utilisateur courant."
846
 
847
- #: lib/wfu_constants.php:175
848
  msgid ""
849
  "Insert variable %filename% inside text. It will be replaced by the filename "
850
  "of the uploaded file."
@@ -852,7 +861,7 @@ msgstr ""
852
  "Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
853
  "fichier à envoyer."
854
 
855
- #: lib/wfu_constants.php:176
856
  msgid ""
857
  "Insert variable %filepath% inside text. It will be replaced by the full "
858
  "filepath of the uploaded file."
@@ -860,7 +869,7 @@ msgstr ""
860
  "Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
861
  "complet du fichier envoyé."
862
 
863
- #: lib/wfu_constants.php:177
864
  msgid ""
865
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
866
  "the website."
@@ -868,7 +877,7 @@ msgstr ""
868
  "Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
869
  "blog du site web."
870
 
871
- #: lib/wfu_constants.php:178
872
  msgid ""
873
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
874
  "current page."
@@ -876,7 +885,7 @@ msgstr ""
876
  "Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
877
  "page en cours."
878
 
879
- #: lib/wfu_constants.php:179
880
  msgid ""
881
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
882
  "the current page."
@@ -884,7 +893,7 @@ msgstr ""
884
  "Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
885
  "la page courante."
886
 
887
- #: lib/wfu_constants.php:180
888
  msgid ""
889
  "Insert variable %userdataXXX% inside text. Select the user field from the "
890
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -894,214 +903,214 @@ msgstr ""
894
  "l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
895
  "l'utilisateur aura entré dans ce champ."
896
 
897
- #: lib/wfu_constants.php:181
898
  msgid "Insert variable %n% inside text to denote a line change."
899
  msgstr ""
900
  "Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
901
  "de ligne."
902
 
903
- #: lib/wfu_constants.php:183
904
  msgid "Test Mode"
905
  msgstr "Mode de test"
906
 
907
- #: lib/wfu_constants.php:184
908
  msgid "select dir..."
909
  msgstr "Sélectionnez dir"
910
 
911
- #: lib/wfu_constants.php:185
912
  msgid "type dir"
913
  msgstr "Saisir dir"
914
 
915
- #: lib/wfu_constants.php:186
916
  msgid "Upload path: %filepath%"
917
  msgstr "Chemin d'upload : %filepath%"
918
 
919
- #: lib/wfu_constants.php:187
920
  msgid "Failed upload path: %filepath%"
921
  msgstr "Mauvais répertoire d'envoi : %filepath%"
922
 
923
- #: lib/wfu_constants.php:188
924
  msgid " (required)"
925
  msgstr " (*)"
926
 
927
- #: lib/wfu_constants.php:189
928
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
929
  msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
930
 
931
- #: lib/wfu_constants.php:190
932
  msgid "checking captcha..."
933
  msgstr "Vérifiez captcha..."
934
 
935
- #: lib/wfu_constants.php:191
936
  msgid "refreshing..."
937
  msgstr "Mise à jour..."
938
 
939
- #: lib/wfu_constants.php:192
940
  msgid "correct captcha"
941
  msgstr "Captcha correctement saisi"
942
 
943
- #: lib/wfu_constants.php:193
944
  msgid "click to continue the upload"
945
  msgstr "Cliquer pour continuer l'envoi"
946
 
947
- #: lib/wfu_constants.php:194
948
  msgid "Are you sure you want to delete this file?"
949
  msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
950
 
951
- #: lib/wfu_constants.php:195
952
  msgid "Are you sure you want to delete these files?"
953
  msgstr ""
954
 
955
- #: lib/wfu_constants.php:196
956
  msgid "Bulk Actions"
957
  msgstr ""
958
 
959
- #: lib/wfu_constants.php:197
960
  msgid "Apply"
961
  msgstr ""
962
 
963
- #: lib/wfu_constants.php:198
964
  msgid "Are you sure that you want to cancel the upload?"
965
  msgstr ""
966
 
967
- #: lib/wfu_constants.php:199
968
  msgid "cancel upload of this file"
969
  msgstr ""
970
 
971
- #: lib/wfu_constants.php:200
972
  msgid "Upload in progress"
973
  msgstr "Envoi en cours"
974
 
975
- #: lib/wfu_constants.php:201
976
  msgid "Upload in progress with warnings!"
977
  msgstr "Envoi en cours mais avec des avertissements!"
978
 
979
- #: lib/wfu_constants.php:202
980
  msgid "Upload in progress but some files already failed!"
981
  msgstr "Envoi en cours mais certains fichiers ont échoués!"
982
 
983
- #: lib/wfu_constants.php:203
984
  msgid "Upload in progress but no files uploaded so far!"
985
  msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
986
 
987
- #: lib/wfu_constants.php:204
988
  msgid "All files uploaded successfully"
989
  msgstr "Tous les fichiers ont été envoyés avec succès"
990
 
991
- #: lib/wfu_constants.php:205
992
  msgid "All files uploaded successfully but there are warnings!"
993
  msgstr ""
994
  "Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
995
 
996
- #: lib/wfu_constants.php:206
997
  msgid "File uploaded successfully but there are warnings!"
998
  msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
999
 
1000
- #: lib/wfu_constants.php:207
1001
  msgid "Some files failed to upload!"
1002
  msgstr "Certains fichiers n'ont pas été envoyé"
1003
 
1004
- #: lib/wfu_constants.php:208
1005
  msgid "All files failed to upload"
1006
  msgstr "Impossible d'envoyer les fichiers"
1007
 
1008
- #: lib/wfu_constants.php:209
1009
  msgid "File failed to upload"
1010
  msgstr "Impossible d'envoyer le fichier"
1011
 
1012
- #: lib/wfu_constants.php:210
1013
  msgid "There are no files to upload!"
1014
  msgstr "Il n'y a pas de fichiers à envoyer"
1015
 
1016
- #: lib/wfu_constants.php:211
1017
  msgid "Test upload message"
1018
  msgstr "Message de test d'upload"
1019
 
1020
- #: lib/wfu_constants.php:212
1021
  msgid "JSON parse warning!"
1022
  msgstr "Avertissements d'analyse JSON."
1023
 
1024
- #: lib/wfu_constants.php:213
1025
  msgid "please wait while redirecting..."
1026
  msgstr "Merci de patienter pendant la redirection..."
1027
 
1028
- #: lib/wfu_constants.php:215
1029
  msgid "Submitting data"
1030
  msgstr ""
1031
 
1032
- #: lib/wfu_constants.php:216
1033
  msgid "Data submitted successfully!"
1034
  msgstr ""
1035
 
1036
- #: lib/wfu_constants.php:217
1037
  msgid "Data were not submitted!"
1038
  msgstr ""
1039
 
1040
- #: lib/wfu_constants.php:218
1041
  msgid "Cancelling upload"
1042
  msgstr ""
1043
 
1044
- #: lib/wfu_constants.php:220
1045
  msgid "Open visual shortcode editor in new window"
1046
  msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
1047
 
1048
- #: lib/wfu_constants.php:221
1049
  msgid "loading visual editor"
1050
  msgstr "Chargement de l'éditeur visuel"
1051
 
1052
- #: lib/wfu_constants.php:222
1053
  msgid "Clear file list?"
1054
  msgstr "Effacer la liste des fichiers ?"
1055
 
1056
- #: lib/wfu_constants.php:223
1057
  msgid "DROP HERE"
1058
  msgstr "Déposer ici"
1059
 
1060
- #: lib/wfu_constants.php:225
1061
  msgid "record video"
1062
  msgstr ""
1063
 
1064
- #: lib/wfu_constants.php:226
1065
  msgid "take a picture"
1066
  msgstr ""
1067
 
1068
- #: lib/wfu_constants.php:227
1069
  msgid "turn webcam on/off"
1070
  msgstr ""
1071
 
1072
- #: lib/wfu_constants.php:228
1073
  msgid "go live again"
1074
  msgstr ""
1075
 
1076
- #: lib/wfu_constants.php:229
1077
  msgid "end recording"
1078
  msgstr ""
1079
 
1080
- #: lib/wfu_constants.php:230
1081
  msgid "play"
1082
  msgstr ""
1083
 
1084
- #: lib/wfu_constants.php:231
1085
  msgid "pause"
1086
  msgstr ""
1087
 
1088
- #: lib/wfu_constants.php:232
1089
  msgid "go to the beginning"
1090
  msgstr ""
1091
 
1092
- #: lib/wfu_constants.php:233
1093
  msgid "go to the end"
1094
  msgstr ""
1095
 
1096
- #: lib/wfu_constants.php:235
1097
  msgid "Wordpress File Upload Form"
1098
  msgstr "Wordpress File Upload Formulaire"
1099
 
1100
- #: lib/wfu_constants.php:236
1101
  msgid "Wordpress File Upload plugin uploader for sidebars"
1102
  msgstr "Wordpress File Upload extension d'upload pour sidebar."
1103
 
1104
- #: lib/wfu_constants.php:237
1105
  msgid "Upload Files"
1106
  msgstr "Envoyer des fichiers"
1107
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:03+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:03+0200\n"
7
  "Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
91
  msgid "screenshot"
92
  msgstr "screenshot"
93
 
94
+ #: lib/wfu_constants.php:30
95
+ msgid ""
96
+ "By activating this option I agree to let the website keep my personal data"
97
+ msgstr ""
98
+
99
+ #: lib/wfu_constants.php:32
100
  msgid "File"
101
  msgstr "Fichier"
102
 
103
+ #: lib/wfu_constants.php:33
104
  msgid "Date"
105
  msgstr "Date"
106
 
107
+ #: lib/wfu_constants.php:34
108
  msgid "Size"
109
  msgstr "Taille"
110
 
111
+ #: lib/wfu_constants.php:35
112
  msgid "User"
113
  msgstr "Utilisateur"
114
 
115
+ #: lib/wfu_constants.php:36
116
  msgid "Page"
117
  msgstr "Page"
118
 
119
+ #: lib/wfu_constants.php:37
120
  msgid "User Fields"
121
  msgstr "Champ utilisateur"
122
 
123
+ #: lib/wfu_constants.php:38
124
  msgid "Download"
125
  msgstr "Télécharger"
126
 
127
+ #: lib/wfu_constants.php:39
128
  msgid "Download this file"
129
  msgstr "Télécharger ce fichier"
130
 
131
+ #: lib/wfu_constants.php:40
132
  msgid "Delete"
133
  msgstr "Supprimer"
134
 
135
+ #: lib/wfu_constants.php:41
136
  msgid "Delete this file"
137
  msgstr "Supprimer ce fichier"
138
 
139
+ #: lib/wfu_constants.php:42
140
  msgid "Sort list based on this column"
141
  msgstr "Trier la liste à partir de cette colonne"
142
 
143
+ #: lib/wfu_constants.php:43
144
  msgid "guest"
145
  msgstr "Visiteur"
146
 
147
+ #: lib/wfu_constants.php:44
148
  msgid "unknown"
149
  msgstr "Inconnu"
150
 
151
+ #: lib/wfu_constants.php:46
152
  msgid ""
153
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
154
  "attribute."
156
  "Erreur : Impossible d'atteindre le repertoire ftp de destination. Vérifier "
157
  "le domaine dans l'attribut 'ftpinfo'."
158
 
159
+ #: lib/wfu_constants.php:47
160
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
161
  msgstr ""
162
  "Erreur : Les informations FTP sont invalides. Vérifier le domaine dans "
163
  "l'attribut 'ftpinfo'."
164
 
165
+ #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
168
  "syntax."
170
  "Erreur : Impossible d'obtenir les informations dans l'attribut 'ftpinfo'. "
171
  "Vérifez sa syntaxe."
172
 
173
+ #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
176
  "attribute."
178
  "Erreur : Impossible de résoudre le nom de fichier de destination FTP. "
179
  "Vérifiez le domaine dans l'attribut 'ftpinfo'."
180
 
181
+ #: lib/wfu_constants.php:50
182
  msgid ""
183
  "Error. Could not open source file for ftp upload. Check if file is "
184
  "accessible."
185
  msgstr ""
186
 
187
+ #: lib/wfu_constants.php:51
188
  msgid "Error. Could not send data to ftp target file."
189
  msgstr ""
190
 
191
+ #: lib/wfu_constants.php:52
192
  msgid ""
193
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
194
  "attribute."
195
  msgstr ""
196
 
197
+ #: lib/wfu_constants.php:53
198
  msgid ""
199
  "Error. Could not authenticate to ftp host. Check username and password in "
200
  "'ftpinfo' attribute."
201
  msgstr ""
202
 
203
+ #: lib/wfu_constants.php:54
204
  msgid ""
205
  "Error. Could not initialize sftp subsystem. Please check if the server "
206
  "supports sftp."
207
  msgstr ""
208
 
209
+ #: lib/wfu_constants.php:55
210
  msgid "Error. The web server does not support sftp."
211
  msgstr ""
212
 
213
+ #: lib/wfu_constants.php:56
214
  msgid ""
215
  "Error. The upload size limit of PHP directive upload_max_filesize is "
216
  "preventing the upload of big files.\n"
220
  "upload_max_filesize, empêche l'envoi de gros fichier.\n"
221
  "La limite de la directive PHP upload_max_filesize est de :"
222
 
223
+ #: lib/wfu_constants.php:57
224
  msgid ""
225
  "The upload time limit of PHP directive max_input_time is preventing the "
226
  "upload of big files.\n"
230
  "l'envoi de gros fichier.\n"
231
  "La limite de la directive PHP max_input_time est de :"
232
 
233
+ #: lib/wfu_constants.php:58
234
  msgid ""
235
  "Error. Permission denied to write to target folder.\n"
236
  "Check and correct read/write permissions of target folder."
239
  "Vérifiez et corrigez les permission en lecture/ecriture du repertoire de "
240
  "destination."
241
 
242
+ #: lib/wfu_constants.php:59
243
  msgid ""
244
  "Error. This file was rejected because its extension is not correct. Its "
245
  "proper filename is: "
246
  msgstr ""
247
 
248
+ #: lib/wfu_constants.php:60
249
  msgid ""
250
  "Too many files are uploaded in a short period of time. This may be a Denial-"
251
  "Of-Service attack, so file was rejected. Please check the upload log for "
252
  "suspicious behaviour."
253
  msgstr ""
254
 
255
+ #: lib/wfu_constants.php:61
256
  msgid ""
257
  "File not uploaded in order to prevent overflow of the website. Please "
258
  "contact administrator."
259
  msgstr ""
260
 
261
+ #: lib/wfu_constants.php:62
262
  msgid "Targer folder doesn't exist."
263
  msgstr "Le répertoire de destination n'existe pas."
264
 
265
+ #: lib/wfu_constants.php:63
266
  msgid "Upload failed! Missing a temporary folder."
267
  msgstr "Envoi impossible ! Il manque un répertoire temporaire."
268
 
269
+ #: lib/wfu_constants.php:64
270
  msgid "Upload failed! Permission denied to write to target folder."
271
  msgstr ""
272
  "Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
273
  "destination."
274
 
275
+ #: lib/wfu_constants.php:65
276
  msgid "File not allowed."
277
  msgstr "Type de fichier non autorisé."
278
 
279
+ #: lib/wfu_constants.php:66
280
  msgid "File is suspicious and was rejected."
281
  msgstr ""
282
 
283
+ #: lib/wfu_constants.php:67
284
  msgid "The uploaded file exceeds the file size limit."
285
  msgstr "La taille du fichier est supérieure à la taille limite."
286
 
287
+ #: lib/wfu_constants.php:68
288
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
289
  msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
290
 
291
+ #: lib/wfu_constants.php:69
292
  msgid ""
293
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
294
  "Please contact the administrator."
296
  "Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
297
  "Contactez l'administrateur."
298
 
299
+ #: lib/wfu_constants.php:70
300
  msgid ""
301
  "Upload failed! The duration of the upload exceeded the time limit of the "
302
  "server. Please contact the administrator."
304
  "Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
305
  "l'administrateur."
306
 
307
+ #: lib/wfu_constants.php:71
308
  msgid ""
309
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
310
  "was specified in the HTML form."
312
  "Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
313
  "spécifiée dans le formulaire HTML."
314
 
315
+ #: lib/wfu_constants.php:72
316
  msgid "Upload failed! The uploaded file was only partially uploaded."
317
  msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
318
 
319
+ #: lib/wfu_constants.php:73
320
  msgid "Upload failed! No file was uploaded."
321
  msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
322
 
323
+ #: lib/wfu_constants.php:74
324
  msgid "Upload failed! Failed to write file to disk."
325
  msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
326
 
327
+ #: lib/wfu_constants.php:75
328
  msgid ""
329
  "Upload failed! Error occured while moving temporary file. Please contact "
330
  "administrator."
332
  "Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
333
  "temporaire. Contactez l'administrateur."
334
 
335
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
336
  msgid "Upload cancelled!"
337
  msgstr "Envoi annulé!"
338
 
339
+ #: lib/wfu_constants.php:77
340
  msgid ""
341
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
342
  "a way to ascertain which extension caused the file upload to stop; examining "
346
  "peut pas fournir avec certitude quelle extension est en cause. Examinez la "
347
  "liste des extensions chargées avec phpinfo() peut être utile."
348
 
349
+ #: lib/wfu_constants.php:78
350
  msgid "Upload failed! Error occured while attemting to upload the file."
351
  msgstr ""
352
  "Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
353
  "fichier."
354
 
355
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
356
  msgid "Upload failed!"
357
  msgstr "Envoi impossible !"
358
 
359
+ #: lib/wfu_constants.php:80
360
  msgid "No file!"
361
  msgstr "Pas de fichier !"
362
 
363
+ #: lib/wfu_constants.php:81
364
  msgid ""
365
  "Upload failed! The upload has been canceled by the user or the browser "
366
  "dropped the connection."
368
  "Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
369
  "interrompu la connexion."
370
 
371
+ #: lib/wfu_constants.php:82
372
  msgid "Upload failed! Unknown error."
373
  msgstr "Envoi impossible! Erreur inconnue."
374
 
375
+ #: lib/wfu_constants.php:83
376
  msgid "Please contact the administrator."
377
  msgstr "Merci de contacter l'administrateur."
378
 
379
+ #: lib/wfu_constants.php:84
380
  msgid "No result from remote server!"
381
  msgstr "Pas de réponse du serveur distant !"
382
 
383
+ #: lib/wfu_constants.php:85
384
  msgid " but with warnings"
385
  msgstr "mais avec des avertissements"
386
 
387
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
388
  msgid "Warning: JSON parse error."
389
  msgstr "Attention : Erreur d'analyse JSON"
390
 
391
+ #: lib/wfu_constants.php:87
392
  msgid ""
393
  "Upload parameters of this file, passed as JSON string to the handler, could "
394
  "not be parsed."
396
  "Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
397
  "peuvent pas être analysés."
398
 
399
+ #: lib/wfu_constants.php:89
400
  msgid ""
401
  "UploadStates, passed as JSON string to the handler, could not be parsed."
402
  msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
403
 
404
+ #: lib/wfu_constants.php:90
405
  msgid ""
406
  "Redirection to classic form functionality occurred due to unknown error."
407
  msgstr ""
408
  "La redirection vers la fonctionnalité classique des formulaires s'est "
409
  "produit à cause d'une erreur inconue."
410
 
411
+ #: lib/wfu_constants.php:91
412
  msgid ""
413
  "Redirection to classic form functionality occurred because AJAX is not "
414
  "supported."
416
  "La redirection vers la fonctionnalité classique des formulaire s'est produit "
417
  "car AJAX n'est pas supporté."
418
 
419
+ #: lib/wfu_constants.php:92
420
  msgid ""
421
  "Redirection to classic form functionality occurred because HTML5 is not "
422
  "supported."
424
  "La redirection vers la fonctionnalité classique des formulaires s'est "
425
  "produit car HTML5 n'est pas supporté."
426
 
427
+ #: lib/wfu_constants.php:93
428
  msgid ""
429
  "Redirection to classic form functionality occurred due to JSON parse error."
430
  msgstr ""
431
  "La redirection vers la fonctionnalité classique des formulaires s'est "
432
  "produit à cause d'une erreur d'analyse JSON."
433
 
434
+ #: lib/wfu_constants.php:94
435
  msgid "Please enable popup windows from the browser's settings!"
436
  msgstr ""
437
  "Veuillez activer les fenêtres contextuelles dans les paramètres du "
438
  "navigateur !"
439
 
440
+ #: lib/wfu_constants.php:95
441
  msgid "cannot be empty!"
442
  msgstr "Ne peut pas être vide !"
443
 
444
+ #: lib/wfu_constants.php:96
445
  msgid "number not valid!"
446
  msgstr "Nombre non valide !"
447
 
448
+ #: lib/wfu_constants.php:97
449
  msgid "email not valid!"
450
  msgstr "L'e-mail n'est pas valide !"
451
 
452
+ #: lib/wfu_constants.php:98
453
  msgid "emails do not match!"
454
  msgstr "Les e-mails ne correspondent pas !"
455
 
456
+ #: lib/wfu_constants.php:99
457
  msgid "no base email field in group!"
458
  msgstr "Aucun champ email de base en groupe !"
459
 
460
+ #: lib/wfu_constants.php:100
461
  msgid "passwords do not match!"
462
  msgstr "Les mots de passe ne correspondent pas !"
463
 
464
+ #: lib/wfu_constants.php:101
465
  msgid "no base password field in group!"
466
  msgstr "Aucun champ de mot de passe de base dans le groupe !"
467
 
468
+ #: lib/wfu_constants.php:102
469
  msgid "checkbox unchecked!"
470
  msgstr "Case à cocher désactivée !"
471
 
472
+ #: lib/wfu_constants.php:103
473
  msgid "no option selected!"
474
  msgstr "Aucune option sélectionnée !"
475
 
476
+ #: lib/wfu_constants.php:104
477
  msgid "no item selected!"
478
  msgstr "Aucun article sélectionné !"
479
 
480
+ #: lib/wfu_constants.php:105
481
  msgid ""
482
  "There are more than one instances of the plugin in this page with the same "
483
  "id. Please change it."
485
  "Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
486
  "id). Modifiez votre page."
487
 
488
+ #: lib/wfu_constants.php:106
489
  msgid ""
490
  "Cannot edit the shortcode because the page has been modified. Please reload "
491
  "the page."
493
  "Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
494
  "recharger la page."
495
 
496
+ #: lib/wfu_constants.php:107
497
  msgid "Your browser does not support webcam capture!"
498
  msgstr ""
499
 
500
+ #: lib/wfu_constants.php:108
501
  msgid "Your browser does not support video recording from the webcam!"
502
  msgstr ""
503
 
504
+ #: lib/wfu_constants.php:109
505
  msgid "No video was recorded!"
506
  msgstr ""
507
 
508
+ #: lib/wfu_constants.php:110
509
  msgid ""
510
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
511
  "or use RecaptchaV2 (no account)."
513
  "Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
514
  "Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
515
 
516
+ #: lib/wfu_constants.php:111
517
  msgid ""
518
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
519
  "notify administrator."
520
  msgstr ""
521
 
522
+ #: lib/wfu_constants.php:112
523
  msgid ""
524
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
525
  "use RecaptchaV1 (no account)."
526
  msgstr ""
527
 
528
+ #: lib/wfu_constants.php:113
529
  msgid "ERROR: No site key. Please contact administrator!"
530
  msgstr ""
531
  "Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
532
 
533
+ #: lib/wfu_constants.php:114
534
  msgid ""
535
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
536
  "define Google Recaptcha keys."
538
  "Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
539
  "Tableau de bord pour définir des clés de Google Recaptcha."
540
 
541
+ #: lib/wfu_constants.php:115
542
  msgid "Bad captcha image!"
543
  msgstr "Mauvaise image de captcha !"
544
 
545
+ #: lib/wfu_constants.php:116
546
  msgid "No input!"
547
  msgstr "Aucune entrée !"
548
 
549
+ #: lib/wfu_constants.php:117
550
  msgid "Captcha not completed!"
551
  msgstr "Captcha incomplet !"
552
 
553
+ #: lib/wfu_constants.php:118
554
  msgid "Wrong captcha!"
555
  msgstr "Mauvaise saisie captcha!"
556
 
557
+ #: lib/wfu_constants.php:119
558
  msgid "Error refreshing captcha!"
559
  msgstr "Erreur mise à jour du captcha!"
560
 
561
+ #: lib/wfu_constants.php:120
562
  msgid "Unknown captcha error!"
563
  msgstr "Captcha erreur inconnue!"
564
 
565
+ #: lib/wfu_constants.php:121
566
  msgid "Captcha not supported by your browser!"
567
  msgstr "Captcha n'a pas supporté par votre navigateur!"
568
 
569
+ #: lib/wfu_constants.php:122
570
  msgid "the secret parameter is missing"
571
  msgstr "le paramètre secret est manquant"
572
 
573
+ #: lib/wfu_constants.php:123
574
  msgid "the secret parameter is invalid or malformed"
575
  msgstr "le paramètre secret est invalide ou malformé"
576
 
577
+ #: lib/wfu_constants.php:124
578
  msgid "the response parameter is missing"
579
  msgstr "le paramètre de réponse est manquant"
580
 
581
+ #: lib/wfu_constants.php:125
582
  msgid "the response parameter is invalid or malformed"
583
  msgstr "le paramètre de réponse est invalide ou malformé"
584
 
585
+ #: lib/wfu_constants.php:126
586
  msgid "Please do not use drag drop due to an internal problem."
587
  msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
588
 
589
+ #: lib/wfu_constants.php:127
590
  #, php-format
591
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
592
  msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
593
 
594
+ #: lib/wfu_constants.php:128
595
  msgid "Chunked upload is not allowed!"
596
  msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
597
 
598
+ #: lib/wfu_constants.php:129
599
  msgid "Chunked upload aborted due to error in previous chunk!"
600
  msgstr ""
601
  "Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
602
 
603
+ #: lib/wfu_constants.php:130
604
  msgid "Chunked upload failed, final file could not be created!"
605
  msgstr ""
606
  "Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
607
 
608
+ #: lib/wfu_constants.php:131
609
  #, php-format
610
  msgid "Could not write file chuck to destination on chunk %d"
611
  msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
612
 
613
+ #: lib/wfu_constants.php:132
614
  #, php-format
615
  msgid "Could not enlarge destination file on chunk %d"
616
  msgstr "Impossible agrandir fichier de destination sur bloc %d"
617
 
618
+ #: lib/wfu_constants.php:133
619
  #, php-format
620
  msgid "Could not open file handles on chunk %d"
621
  msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
622
 
623
+ #: lib/wfu_constants.php:134
624
  msgid "You are not allowed to download this file!"
625
  msgstr ""
626
 
627
+ #: lib/wfu_constants.php:135
628
  msgid "File does not exist!"
629
  msgstr ""
630
 
631
+ #: lib/wfu_constants.php:136
632
  msgid "Could not download file!"
633
  msgstr ""
634
 
635
+ #: lib/wfu_constants.php:137
636
  msgid "You are not allowed to delete this file!"
637
  msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
638
 
639
+ #: lib/wfu_constants.php:138
640
  msgid "File was not deleted!"
641
  msgstr ""
642
 
643
+ #: lib/wfu_constants.php:139
644
  msgid "No file was deleted!"
645
  msgstr ""
646
 
647
+ #: lib/wfu_constants.php:140
648
  msgid "Some files were not deleted!"
649
  msgstr ""
650
 
651
+ #: lib/wfu_constants.php:142
652
  msgid "Upload skipped! File already exists."
653
  msgstr "Envoi ignoré ! Le fichier existe déjà."
654
 
655
+ #: lib/wfu_constants.php:143
656
  msgid "The extension of the file does not match its contents."
657
  msgstr ""
658
 
659
+ #: lib/wfu_constants.php:144
660
  msgid ""
661
  "Upload succeeded but the file is suspicious because its contents do not "
662
  "match its extension. Its proper filename is: "
663
  msgstr ""
664
 
665
+ #: lib/wfu_constants.php:145
666
  msgid "No files have been selected!"
667
  msgstr "Aucun fichier n'a été envoyé !"
668
 
669
+ #: lib/wfu_constants.php:146
670
+ msgid "Please complete the consent question before continuing the upload!"
671
+ msgstr ""
672
+
673
+ #: lib/wfu_constants.php:147
674
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
675
  msgstr ""
676
  "WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
677
  "envoyer."
678
 
679
+ #: lib/wfu_constants.php:148
680
  msgid "Notification email was not sent because there were no files uploaded."
681
  msgstr ""
682
  "Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
683
  "envoyer."
684
 
685
+ #: lib/wfu_constants.php:149
686
  msgid ""
687
  "Notification email was not sent because no recipients were defined. Please "
688
  "check notifyrecipients attribute in the shortcode."
690
  "Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
691
  "Merci de vérifier l'attribut notifyrecipients dans le shortcode."
692
 
693
+ #: lib/wfu_constants.php:150
694
  msgid ""
695
  "Notification email was not sent due to an error. Please check "
696
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
698
  "Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
699
  "vérifier les attributs notifyrecipients, notifysubject et notifymessage."
700
 
701
+ #: lib/wfu_constants.php:151
702
  msgid ""
703
  "Redirection not executed because redirection link is empty. Please check "
704
  "redirectlink attribute."
706
  "La redirection n'a pas été effectuée car le lien de redirection est vide. "
707
  "Merci de vérifier l'attribut redirectlink."
708
 
709
+ #: lib/wfu_constants.php:152
710
  msgid ""
711
  "Redirection not executed because not all files were successfully uploaded."
712
  msgstr ""
713
  "La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
714
  "envoyés."
715
 
716
+ #: lib/wfu_constants.php:153
717
  msgid "Potential Denial-Of-Service Attack on {SITE}"
718
  msgstr ""
719
 
720
+ #: lib/wfu_constants.php:154
721
  msgid ""
722
  "Hello admin\n"
723
  "\n"
737
  "Thanks"
738
  msgstr ""
739
 
740
+ #: lib/wfu_constants.php:155
741
  msgid ""
742
  "You have activated an alternative insecure Iptanus Services Server. For "
743
  "details please contact info@iptanus.com."
744
  msgstr ""
745
 
746
+ #: lib/wfu_constants.php:156
747
  msgid ""
748
  "Iptanus Services Server is unreachable. This may cause problems in some "
749
  "plugin functions. Please contact info@iptanus.com for details."
750
  msgstr ""
751
 
752
+ #: lib/wfu_constants.php:158
753
  msgid ""
754
  "Failed to add the shortcode to the page/post. Please try again. If the "
755
  "message persists, contact administrator."
757
  "Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
758
  "le message persiste, contactez l' administrateur."
759
 
760
+ #: lib/wfu_constants.php:159
761
  msgid ""
762
  "Failed to edit the shortcode because the contents of the page changed. Try "
763
  "again to edit the shortcode."
765
  "Impossible de modifier le shortcode parce que le contenu de la page a "
766
  "changé. Essayez à nouveau de modifier le shortcode."
767
 
768
+ #: lib/wfu_constants.php:160
769
  msgid ""
770
  "Failed to delete the shortcode because the contents of the page changed. Try "
771
  "again to delete it."
773
  "Impossible de supprimer le shortcode parce que le contenu de la page a "
774
  "changé. Essayez à nouveau de le supprimer."
775
 
776
+ #: lib/wfu_constants.php:161
777
  msgid ""
778
  "The page containing the shortcode has been modified and it is no longer "
779
  "valid. Please go back to reload the shortcode."
781
  "La page contenant le shortcode a été modifié et il n'est plus valide. "
782
  "Rechargez le shortcode."
783
 
784
+ #: lib/wfu_constants.php:162
785
  msgid ""
786
  "Failed to update the shortcode because the contents of the page changed. Go "
787
  "back to reload the shortcode."
789
  "Impossible de mettre à jour le shortcode parce que le contenu de la page a "
790
  "changé. Rechargez le shortcode."
791
 
792
+ #: lib/wfu_constants.php:163
793
  msgid ""
794
  "Failed to update the shortcode. Please try again. If the problem persists, "
795
  "go back and reload the shortcode."
797
  "Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
798
  "persiste, rechargez le shortcode."
799
 
800
+ #: lib/wfu_constants.php:165
801
  msgid "This is a test message"
802
  msgstr "Ceci est un message de test"
803
 
804
+ #: lib/wfu_constants.php:166
805
  msgid "This is a test administrator message"
806
  msgstr "Ceci est un message administrateur de test"
807
 
808
+ #: lib/wfu_constants.php:167
809
  msgid "File testfile 1 under test"
810
  msgstr "File testfile 1 under test"
811
 
812
+ #: lib/wfu_constants.php:168
813
  msgid "File testfile 1 message"
814
  msgstr "File testfile 1 message"
815
 
816
+ #: lib/wfu_constants.php:169
817
  msgid "File testfile 1 administrator message"
818
  msgstr "Message administrateur File testfile"
819
 
820
+ #: lib/wfu_constants.php:170
821
  msgid "File testfile 2 under test"
822
  msgstr "En test File testfile"
823
 
824
+ #: lib/wfu_constants.php:171
825
  msgid "File testfile 2 message"
826
  msgstr "Message File testfile 2"
827
 
828
+ #: lib/wfu_constants.php:172
829
  msgid "File testfile 2 administrator message"
830
  msgstr "Message administrateur File testfile 2"
831
 
832
+ #: lib/wfu_constants.php:174
833
  msgid ""
834
  "Insert variable %userid% inside text. It will be replaced by the id of the "
835
  "current user."
837
  "Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
838
  "l'utilisateur courant."
839
 
840
+ #: lib/wfu_constants.php:175
841
  msgid ""
842
  "Insert variable %username% inside text. It will be replaced by the username "
843
  "of the current user."
845
  "Insérez la variable %username% dans le texte. Il sera remplacé par le "
846
  "username de l'utilisateur courant."
847
 
848
+ #: lib/wfu_constants.php:176
849
  msgid ""
850
  "Insert variable %useremail% inside text. It will be replaced by the email of "
851
  "the current user."
853
  "Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
854
  "de l'utilisateur courant."
855
 
856
+ #: lib/wfu_constants.php:177
857
  msgid ""
858
  "Insert variable %filename% inside text. It will be replaced by the filename "
859
  "of the uploaded file."
861
  "Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
862
  "fichier à envoyer."
863
 
864
+ #: lib/wfu_constants.php:178
865
  msgid ""
866
  "Insert variable %filepath% inside text. It will be replaced by the full "
867
  "filepath of the uploaded file."
869
  "Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
870
  "complet du fichier envoyé."
871
 
872
+ #: lib/wfu_constants.php:179
873
  msgid ""
874
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
875
  "the website."
877
  "Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
878
  "blog du site web."
879
 
880
+ #: lib/wfu_constants.php:180
881
  msgid ""
882
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
883
  "current page."
885
  "Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
886
  "page en cours."
887
 
888
+ #: lib/wfu_constants.php:181
889
  msgid ""
890
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
891
  "the current page."
893
  "Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
894
  "la page courante."
895
 
896
+ #: lib/wfu_constants.php:182
897
  msgid ""
898
  "Insert variable %userdataXXX% inside text. Select the user field from the "
899
  "drop-down list. It will be replaced by the value that the user entered in "
903
  "l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
904
  "l'utilisateur aura entré dans ce champ."
905
 
906
+ #: lib/wfu_constants.php:183
907
  msgid "Insert variable %n% inside text to denote a line change."
908
  msgstr ""
909
  "Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
910
  "de ligne."
911
 
912
+ #: lib/wfu_constants.php:185
913
  msgid "Test Mode"
914
  msgstr "Mode de test"
915
 
916
+ #: lib/wfu_constants.php:186
917
  msgid "select dir..."
918
  msgstr "Sélectionnez dir"
919
 
920
+ #: lib/wfu_constants.php:187
921
  msgid "type dir"
922
  msgstr "Saisir dir"
923
 
924
+ #: lib/wfu_constants.php:188
925
  msgid "Upload path: %filepath%"
926
  msgstr "Chemin d'upload : %filepath%"
927
 
928
+ #: lib/wfu_constants.php:189
929
  msgid "Failed upload path: %filepath%"
930
  msgstr "Mauvais répertoire d'envoi : %filepath%"
931
 
932
+ #: lib/wfu_constants.php:190
933
  msgid " (required)"
934
  msgstr " (*)"
935
 
936
+ #: lib/wfu_constants.php:191
937
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
938
  msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
939
 
940
+ #: lib/wfu_constants.php:192
941
  msgid "checking captcha..."
942
  msgstr "Vérifiez captcha..."
943
 
944
+ #: lib/wfu_constants.php:193
945
  msgid "refreshing..."
946
  msgstr "Mise à jour..."
947
 
948
+ #: lib/wfu_constants.php:194
949
  msgid "correct captcha"
950
  msgstr "Captcha correctement saisi"
951
 
952
+ #: lib/wfu_constants.php:195
953
  msgid "click to continue the upload"
954
  msgstr "Cliquer pour continuer l'envoi"
955
 
956
+ #: lib/wfu_constants.php:196
957
  msgid "Are you sure you want to delete this file?"
958
  msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
959
 
960
+ #: lib/wfu_constants.php:197
961
  msgid "Are you sure you want to delete these files?"
962
  msgstr ""
963
 
964
+ #: lib/wfu_constants.php:198
965
  msgid "Bulk Actions"
966
  msgstr ""
967
 
968
+ #: lib/wfu_constants.php:199
969
  msgid "Apply"
970
  msgstr ""
971
 
972
+ #: lib/wfu_constants.php:200
973
  msgid "Are you sure that you want to cancel the upload?"
974
  msgstr ""
975
 
976
+ #: lib/wfu_constants.php:201
977
  msgid "cancel upload of this file"
978
  msgstr ""
979
 
980
+ #: lib/wfu_constants.php:202
981
  msgid "Upload in progress"
982
  msgstr "Envoi en cours"
983
 
984
+ #: lib/wfu_constants.php:203
985
  msgid "Upload in progress with warnings!"
986
  msgstr "Envoi en cours mais avec des avertissements!"
987
 
988
+ #: lib/wfu_constants.php:204
989
  msgid "Upload in progress but some files already failed!"
990
  msgstr "Envoi en cours mais certains fichiers ont échoués!"
991
 
992
+ #: lib/wfu_constants.php:205
993
  msgid "Upload in progress but no files uploaded so far!"
994
  msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
995
 
996
+ #: lib/wfu_constants.php:206
997
  msgid "All files uploaded successfully"
998
  msgstr "Tous les fichiers ont été envoyés avec succès"
999
 
1000
+ #: lib/wfu_constants.php:207
1001
  msgid "All files uploaded successfully but there are warnings!"
1002
  msgstr ""
1003
  "Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
1004
 
1005
+ #: lib/wfu_constants.php:208
1006
  msgid "File uploaded successfully but there are warnings!"
1007
  msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
1008
 
1009
+ #: lib/wfu_constants.php:209
1010
  msgid "Some files failed to upload!"
1011
  msgstr "Certains fichiers n'ont pas été envoyé"
1012
 
1013
+ #: lib/wfu_constants.php:210
1014
  msgid "All files failed to upload"
1015
  msgstr "Impossible d'envoyer les fichiers"
1016
 
1017
+ #: lib/wfu_constants.php:211
1018
  msgid "File failed to upload"
1019
  msgstr "Impossible d'envoyer le fichier"
1020
 
1021
+ #: lib/wfu_constants.php:212
1022
  msgid "There are no files to upload!"
1023
  msgstr "Il n'y a pas de fichiers à envoyer"
1024
 
1025
+ #: lib/wfu_constants.php:213
1026
  msgid "Test upload message"
1027
  msgstr "Message de test d'upload"
1028
 
1029
+ #: lib/wfu_constants.php:214
1030
  msgid "JSON parse warning!"
1031
  msgstr "Avertissements d'analyse JSON."
1032
 
1033
+ #: lib/wfu_constants.php:215
1034
  msgid "please wait while redirecting..."
1035
  msgstr "Merci de patienter pendant la redirection..."
1036
 
1037
+ #: lib/wfu_constants.php:217
1038
  msgid "Submitting data"
1039
  msgstr ""
1040
 
1041
+ #: lib/wfu_constants.php:218
1042
  msgid "Data submitted successfully!"
1043
  msgstr ""
1044
 
1045
+ #: lib/wfu_constants.php:219
1046
  msgid "Data were not submitted!"
1047
  msgstr ""
1048
 
1049
+ #: lib/wfu_constants.php:220
1050
  msgid "Cancelling upload"
1051
  msgstr ""
1052
 
1053
+ #: lib/wfu_constants.php:222
1054
  msgid "Open visual shortcode editor in new window"
1055
  msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
1056
 
1057
+ #: lib/wfu_constants.php:223
1058
  msgid "loading visual editor"
1059
  msgstr "Chargement de l'éditeur visuel"
1060
 
1061
+ #: lib/wfu_constants.php:224
1062
  msgid "Clear file list?"
1063
  msgstr "Effacer la liste des fichiers ?"
1064
 
1065
+ #: lib/wfu_constants.php:225
1066
  msgid "DROP HERE"
1067
  msgstr "Déposer ici"
1068
 
1069
+ #: lib/wfu_constants.php:227
1070
  msgid "record video"
1071
  msgstr ""
1072
 
1073
+ #: lib/wfu_constants.php:228
1074
  msgid "take a picture"
1075
  msgstr ""
1076
 
1077
+ #: lib/wfu_constants.php:229
1078
  msgid "turn webcam on/off"
1079
  msgstr ""
1080
 
1081
+ #: lib/wfu_constants.php:230
1082
  msgid "go live again"
1083
  msgstr ""
1084
 
1085
+ #: lib/wfu_constants.php:231
1086
  msgid "end recording"
1087
  msgstr ""
1088
 
1089
+ #: lib/wfu_constants.php:232
1090
  msgid "play"
1091
  msgstr ""
1092
 
1093
+ #: lib/wfu_constants.php:233
1094
  msgid "pause"
1095
  msgstr ""
1096
 
1097
+ #: lib/wfu_constants.php:234
1098
  msgid "go to the beginning"
1099
  msgstr ""
1100
 
1101
+ #: lib/wfu_constants.php:235
1102
  msgid "go to the end"
1103
  msgstr ""
1104
 
1105
+ #: lib/wfu_constants.php:237
1106
  msgid "Wordpress File Upload Form"
1107
  msgstr "Wordpress File Upload Formulaire"
1108
 
1109
+ #: lib/wfu_constants.php:238
1110
  msgid "Wordpress File Upload plugin uploader for sidebars"
1111
  msgstr "Wordpress File Upload extension d'upload pour sidebar."
1112
 
1113
+ #: lib/wfu_constants.php:239
1114
  msgid "Upload Files"
1115
  msgstr "Envoyer des fichiers"
1116
 
languages/wp-file-upload-it_IT.mo CHANGED
Binary file
languages/wp-file-upload-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: it\n"
@@ -90,59 +90,64 @@ msgstr "flusso video"
90
  msgid "screenshot"
91
  msgstr "schermata"
92
 
93
- #: lib/wfu_constants.php:31
 
 
 
 
 
94
  msgid "File"
95
  msgstr "File"
96
 
97
- #: lib/wfu_constants.php:32
98
  msgid "Date"
99
  msgstr "Data"
100
 
101
- #: lib/wfu_constants.php:33
102
  msgid "Size"
103
  msgstr "Dimensione"
104
 
105
- #: lib/wfu_constants.php:34
106
  msgid "User"
107
  msgstr "Utente"
108
 
109
- #: lib/wfu_constants.php:35
110
  msgid "Page"
111
  msgstr "Pagina"
112
 
113
- #: lib/wfu_constants.php:36
114
  msgid "User Fields"
115
  msgstr "Campi utente"
116
 
117
- #: lib/wfu_constants.php:37
118
  msgid "Download"
119
  msgstr "Scarica"
120
 
121
- #: lib/wfu_constants.php:38
122
  msgid "Download this file"
123
  msgstr "Scarica questo file"
124
 
125
- #: lib/wfu_constants.php:39
126
  msgid "Delete"
127
  msgstr "Cancella"
128
 
129
- #: lib/wfu_constants.php:40
130
  msgid "Delete this file"
131
  msgstr "Cancella questo file"
132
 
133
- #: lib/wfu_constants.php:41
134
  msgid "Sort list based on this column"
135
  msgstr "Ordina la lista in base a questa colonna"
136
 
137
- #: lib/wfu_constants.php:42
138
  msgid "guest"
139
  msgstr "ospite"
140
 
141
- #: lib/wfu_constants.php:43
142
  msgid "unknown"
143
  msgstr "sconosciuto"
144
 
145
- #: lib/wfu_constants.php:45
146
  msgid ""
147
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
148
  "attribute."
@@ -150,11 +155,11 @@ msgstr ""
150
  "Errore. Non riesco a trovare la destinazione e la cartella FTP. Controlla il "
151
  "dominio nell'attributo 'ftpinfo'."
152
 
153
- #: lib/wfu_constants.php:46
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr "Errore. Informazioni FTP non valide. Controlla l'attributo 'ftpinfo'."
156
 
157
- #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
@@ -162,7 +167,7 @@ msgstr ""
162
  "Errore. Non riesco ad estrarre le informazioni su FTP dall'attributo "
163
  "'ftpinfo'. Controlla la sintassi."
164
 
165
- #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
@@ -170,39 +175,39 @@ msgstr ""
170
  "Errore. Non riesco a risolvere il nome della destinazione FTP. Controlla il "
171
  "dominio nell'attributo 'ftpinfo'"
172
 
173
- #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. Could not open source file for ftp upload. Check if file is "
176
  "accessible."
177
  msgstr ""
178
 
179
- #: lib/wfu_constants.php:50
180
  msgid "Error. Could not send data to ftp target file."
181
  msgstr ""
182
 
183
- #: lib/wfu_constants.php:51
184
  msgid ""
185
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
186
  "attribute."
187
  msgstr ""
188
 
189
- #: lib/wfu_constants.php:52
190
  msgid ""
191
  "Error. Could not authenticate to ftp host. Check username and password in "
192
  "'ftpinfo' attribute."
193
  msgstr ""
194
 
195
- #: lib/wfu_constants.php:53
196
  msgid ""
197
  "Error. Could not initialize sftp subsystem. Please check if the server "
198
  "supports sftp."
199
  msgstr ""
200
 
201
- #: lib/wfu_constants.php:54
202
  msgid "Error. The web server does not support sftp."
203
  msgstr ""
204
 
205
- #: lib/wfu_constants.php:55
206
  msgid ""
207
  "Error. The upload size limit of PHP directive upload_max_filesize is "
208
  "preventing the upload of big files.\n"
@@ -212,7 +217,7 @@ msgstr ""
212
  "direttiva PHP upload_max_filesize (php.ini)\n"
213
  "La direttiva PHP upload_max_filesize è:"
214
 
215
- #: lib/wfu_constants.php:56
216
  msgid ""
217
  "The upload time limit of PHP directive max_input_time is preventing the "
218
  "upload of big files.\n"
@@ -222,7 +227,7 @@ msgstr ""
222
  "impedito dalla direttiva PHP max_input_time (php.ini)\n"
223
  "La direttiva PHP max_input_time è:"
224
 
225
- #: lib/wfu_constants.php:57
226
  msgid ""
227
  "Error. Permission denied to write to target folder.\n"
228
  "Check and correct read/write permissions of target folder."
@@ -231,7 +236,7 @@ msgstr ""
231
  "Controlla e correggi i permessi di lettura e scrittura della cartella di "
232
  "destinazione."
233
 
234
- #: lib/wfu_constants.php:58
235
  msgid ""
236
  "Error. This file was rejected because its extension is not correct. Its "
237
  "proper filename is: "
@@ -239,7 +244,7 @@ msgstr ""
239
  "Errore. Questo file è stato rifiutato perchè l'estensione non è corretta. Il "
240
  "nome del file giusto è: "
241
 
242
- #: lib/wfu_constants.php:59
243
  msgid ""
244
  "Too many files are uploaded in a short period of time. This may be a Denial-"
245
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -250,7 +255,7 @@ msgstr ""
250
  "rifiutato. Cortesemente controlla il log di caricamento dei file per "
251
  "verificare comportamenti sospetti."
252
 
253
- #: lib/wfu_constants.php:60
254
  msgid ""
255
  "File not uploaded in order to prevent overflow of the website. Please "
256
  "contact administrator."
@@ -258,37 +263,37 @@ msgstr ""
258
  "File non caricato per evitare un sovraccarico del sito web. Cortesemenete "
259
  "contatta l'amministratore."
260
 
261
- #: lib/wfu_constants.php:61
262
  msgid "Targer folder doesn't exist."
263
  msgstr "La cartella di destinazione non esiste."
264
 
265
- #: lib/wfu_constants.php:62
266
  msgid "Upload failed! Missing a temporary folder."
267
  msgstr "Caricamento fallito! Non trovo la cartella temporanea."
268
 
269
- #: lib/wfu_constants.php:63
270
  msgid "Upload failed! Permission denied to write to target folder."
271
  msgstr ""
272
  "Caricamento fallito! Permesso di scrittura negato nella cartella di "
273
  "destinazione."
274
 
275
- #: lib/wfu_constants.php:64
276
  msgid "File not allowed."
277
  msgstr "File non consentito."
278
 
279
- #: lib/wfu_constants.php:65
280
  msgid "File is suspicious and was rejected."
281
  msgstr "Il file è sospetto ed è stato rifiutato."
282
 
283
- #: lib/wfu_constants.php:66
284
  msgid "The uploaded file exceeds the file size limit."
285
  msgstr "Il file caricato supera il limite di dimensione dei file."
286
 
287
- #: lib/wfu_constants.php:67
288
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
289
  msgstr "Il file caricato supera i 2GB e non è supportato da questo server."
290
 
291
- #: lib/wfu_constants.php:68
292
  msgid ""
293
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
294
  "Please contact the administrator."
@@ -296,7 +301,7 @@ msgstr ""
296
  "Caricamento fallito! Il file caricato supera il limite di dimensione dei "
297
  "file del server. Cortesemente contatta l'amministratore."
298
 
299
- #: lib/wfu_constants.php:69
300
  msgid ""
301
  "Upload failed! The duration of the upload exceeded the time limit of the "
302
  "server. Please contact the administrator."
@@ -304,7 +309,7 @@ msgstr ""
304
  "Caricamento fallito! La durata del caricamento ha superato il limite "
305
  "temporale del server. Cortesemente contatta l'amministratore."
306
 
307
- #: lib/wfu_constants.php:70
308
  msgid ""
309
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
310
  "was specified in the HTML form."
@@ -312,19 +317,19 @@ msgstr ""
312
  "Caricamento fallito! Il file caricato supera la direttiva MAX_FILE_SIZE che "
313
  "è stata specificata nel form HTML."
314
 
315
- #: lib/wfu_constants.php:71
316
  msgid "Upload failed! The uploaded file was only partially uploaded."
317
  msgstr "Caricamento fallito! Il file è stato caricato solo parzialmente."
318
 
319
- #: lib/wfu_constants.php:72
320
  msgid "Upload failed! No file was uploaded."
321
  msgstr "Caricamento fallito! Nessun file caricato."
322
 
323
- #: lib/wfu_constants.php:73
324
  msgid "Upload failed! Failed to write file to disk."
325
  msgstr "Caricamento fallito! Scrittura sul disco fallita."
326
 
327
- #: lib/wfu_constants.php:74
328
  msgid ""
329
  "Upload failed! Error occured while moving temporary file. Please contact "
330
  "administrator."
@@ -332,11 +337,11 @@ msgstr ""
332
  "Caricamento fallito! E' stato generato un erroe nello spostamento del file "
333
  "temporaneo. Cortesemente contatta l'amministratore di sistema."
334
 
335
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
336
  msgid "Upload cancelled!"
337
  msgstr "Caricamento cancellato! "
338
 
339
- #: lib/wfu_constants.php:76
340
  msgid ""
341
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
342
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -347,21 +352,21 @@ msgstr ""
347
  "causato questa interruzione; esaminare la lista delle estensioni caricate "
348
  "con phpinfo() potrebbe essere d'aiuto."
349
 
350
- #: lib/wfu_constants.php:77
351
  msgid "Upload failed! Error occured while attemting to upload the file."
352
  msgstr ""
353
  "Caricamento fallito! Un errore è stato generato durante il caricamento del "
354
  "file."
355
 
356
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
357
  msgid "Upload failed!"
358
  msgstr "Caricamento fallito! "
359
 
360
- #: lib/wfu_constants.php:79
361
  msgid "No file!"
362
  msgstr "Nessun file!"
363
 
364
- #: lib/wfu_constants.php:80
365
  msgid ""
366
  "Upload failed! The upload has been canceled by the user or the browser "
367
  "dropped the connection."
@@ -369,27 +374,27 @@ msgstr ""
369
  "Caricamento fallito! Il caricamento è stato interrotto dall'utente o il "
370
  "browser ha interrotto la connessione."
371
 
372
- #: lib/wfu_constants.php:81
373
  msgid "Upload failed! Unknown error."
374
  msgstr "Caricamento fallito! Errore sconosciuto."
375
 
376
- #: lib/wfu_constants.php:82
377
  msgid "Please contact the administrator."
378
  msgstr "Cortesemente contatta l'amministratore."
379
 
380
- #: lib/wfu_constants.php:83
381
  msgid "No result from remote server!"
382
  msgstr "Nessuna risposta dal server remoto!"
383
 
384
- #: lib/wfu_constants.php:84
385
  msgid " but with warnings"
386
  msgstr "ma con avvertimenti"
387
 
388
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
389
  msgid "Warning: JSON parse error."
390
  msgstr "Attenzione: errore durante l'analisi del JSON"
391
 
392
- #: lib/wfu_constants.php:86
393
  msgid ""
394
  "Upload parameters of this file, passed as JSON string to the handler, could "
395
  "not be parsed."
@@ -397,20 +402,20 @@ msgstr ""
397
  "I parametri di caricamento di questo file, passati come stringa JSON "
398
  "all'handler, non sono analizzabili."
399
 
400
- #: lib/wfu_constants.php:88
401
  msgid ""
402
  "UploadStates, passed as JSON string to the handler, could not be parsed."
403
  msgstr ""
404
  "UploadStates, passato come stringa JSON all'handler, non sono analizzabili."
405
 
406
- #: lib/wfu_constants.php:89
407
  msgid ""
408
  "Redirection to classic form functionality occurred due to unknown error."
409
  msgstr ""
410
  "Reindirizzamento alle funzionalità classiche del form per un errore "
411
  "sconosciuto."
412
 
413
- #: lib/wfu_constants.php:90
414
  msgid ""
415
  "Redirection to classic form functionality occurred because AJAX is not "
416
  "supported."
@@ -418,7 +423,7 @@ msgstr ""
418
  "Reindirizzamento alle funzionalità classiche del form perchè AJAX non è "
419
  "supportato."
420
 
421
- #: lib/wfu_constants.php:91
422
  msgid ""
423
  "Redirection to classic form functionality occurred because HTML5 is not "
424
  "supported."
@@ -426,57 +431,57 @@ msgstr ""
426
  "Reindirizzamento alle funzionalità classiche del form percheè HTML5 non è "
427
  "supportato."
428
 
429
- #: lib/wfu_constants.php:92
430
  msgid ""
431
  "Redirection to classic form functionality occurred due to JSON parse error."
432
  msgstr "Reindirizzamento alle funzionalità classiche del form "
433
 
434
- #: lib/wfu_constants.php:93
435
  msgid "Please enable popup windows from the browser's settings!"
436
  msgstr ""
437
  "Cortesemente abilita le finestre popup dalle impostazioni del tuo browser!"
438
 
439
- #: lib/wfu_constants.php:94
440
  msgid "cannot be empty!"
441
  msgstr "non può essere vuoto!"
442
 
443
- #: lib/wfu_constants.php:95
444
  msgid "number not valid!"
445
  msgstr "numero non valido!"
446
 
447
- #: lib/wfu_constants.php:96
448
  msgid "email not valid!"
449
  msgstr "email non valida!"
450
 
451
- #: lib/wfu_constants.php:97
452
  msgid "emails do not match!"
453
  msgstr "gli indirizzi email non combaciano!"
454
 
455
- #: lib/wfu_constants.php:98
456
  msgid "no base email field in group!"
457
  msgstr "nessun campo email nel gruppo!"
458
 
459
- #: lib/wfu_constants.php:99
460
  msgid "passwords do not match!"
461
  msgstr "le password non combaciano!"
462
 
463
- #: lib/wfu_constants.php:100
464
  msgid "no base password field in group!"
465
  msgstr "nessun campo base per la password nel gruppo!"
466
 
467
- #: lib/wfu_constants.php:101
468
  msgid "checkbox unchecked!"
469
  msgstr "casella di controllo non spuntata!"
470
 
471
- #: lib/wfu_constants.php:102
472
  msgid "no option selected!"
473
  msgstr "nessuna opzione selezionata!"
474
 
475
- #: lib/wfu_constants.php:103
476
  msgid "no item selected!"
477
  msgstr "nessun oggetto selezionato!"
478
 
479
- #: lib/wfu_constants.php:104
480
  msgid ""
481
  "There are more than one instances of the plugin in this page with the same "
482
  "id. Please change it."
@@ -484,7 +489,7 @@ msgstr ""
484
  "Ci sono più istanze di questo plugin su questa pagina con lo stesso id. "
485
  "Cambia l'id, grazie."
486
 
487
- #: lib/wfu_constants.php:105
488
  msgid ""
489
  "Cannot edit the shortcode because the page has been modified. Please reload "
490
  "the page."
@@ -492,19 +497,19 @@ msgstr ""
492
  "Non posso modificare il codice breve perchè la pagina è stata modificata. "
493
  "Ricarica la pagina, grazie."
494
 
495
- #: lib/wfu_constants.php:106
496
  msgid "Your browser does not support webcam capture!"
497
  msgstr "Il tuo browser non supporta il flusso da webcam!"
498
 
499
- #: lib/wfu_constants.php:107
500
  msgid "Your browser does not support video recording from the webcam!"
501
  msgstr "Il tuo browser non supporta la registrazione dei video dalla webcam!"
502
 
503
- #: lib/wfu_constants.php:108
504
  msgid "No video was recorded!"
505
  msgstr "Nessun video registrato!"
506
 
507
- #: lib/wfu_constants.php:109
508
  msgid ""
509
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
510
  "or use RecaptchaV2 (no account)."
@@ -512,7 +517,7 @@ msgstr ""
512
  "ERRORE: Captcha non supportato! Hai una versione di PHP vecchia. Aggiornata "
513
  "PHP o use RecaptchaV2 (no account)."
514
 
515
- #: lib/wfu_constants.php:110
516
  msgid ""
517
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
518
  "notify administrator."
@@ -520,7 +525,7 @@ msgstr ""
520
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
521
  "Cortesemente avvisa l'amministratore."
522
 
523
- #: lib/wfu_constants.php:111
524
  msgid ""
525
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
526
  "use RecaptchaV1 (no account)."
@@ -528,11 +533,11 @@ msgstr ""
528
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
529
  "Cortesemente usa RecaptchaV1 (no account)."
530
 
531
- #: lib/wfu_constants.php:112
532
  msgid "ERROR: No site key. Please contact administrator!"
533
  msgstr "ERRORE: nessuna chiave sito. Cortesemente contatta l'amministratore!"
534
 
535
- #: lib/wfu_constants.php:113
536
  msgid ""
537
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
538
  "define Google Recaptcha keys."
@@ -540,126 +545,126 @@ msgstr ""
540
  "ERRORE: nessuna chiave sito è stata definita. Cortesemente definisci le "
541
  "chiavi di Google Recaptcha nelle impostazioni del plugin, nella Dashboard."
542
 
543
- #: lib/wfu_constants.php:114
544
  msgid "Bad captcha image!"
545
  msgstr "Immagine captcha sbagliata!"
546
 
547
- #: lib/wfu_constants.php:115
548
  msgid "No input!"
549
  msgstr "Nessun input!"
550
 
551
- #: lib/wfu_constants.php:116
552
  msgid "Captcha not completed!"
553
  msgstr "Captcha non completato!"
554
 
555
- #: lib/wfu_constants.php:117
556
  msgid "Wrong captcha!"
557
  msgstr "Captcha sbagliato!"
558
 
559
- #: lib/wfu_constants.php:118
560
  msgid "Error refreshing captcha!"
561
  msgstr "Errore nel ricaricamento del captcha!"
562
 
563
- #: lib/wfu_constants.php:119
564
  msgid "Unknown captcha error!"
565
  msgstr "Errore captcha sconosciuto!"
566
 
567
- #: lib/wfu_constants.php:120
568
  msgid "Captcha not supported by your browser!"
569
  msgstr "Captcha non supportato dal tuo browser!"
570
 
571
- #: lib/wfu_constants.php:121
572
  msgid "the secret parameter is missing"
573
  msgstr "manca il parametro segreto"
574
 
575
- #: lib/wfu_constants.php:122
576
  msgid "the secret parameter is invalid or malformed"
577
  msgstr "il parametro segreto non è valido o è malformato"
578
 
579
- #: lib/wfu_constants.php:123
580
  msgid "the response parameter is missing"
581
  msgstr "manca il parametro di risposta"
582
 
583
- #: lib/wfu_constants.php:124
584
  msgid "the response parameter is invalid or malformed"
585
  msgstr "il paramentro di risposta manca o è malformato"
586
 
587
- #: lib/wfu_constants.php:125
588
  msgid "Please do not use drag drop due to an internal problem."
589
  msgstr ""
590
  "Cortesemente non usare il trascinamento, è presente un problema interno."
591
 
592
- #: lib/wfu_constants.php:126
593
  #, php-format
594
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
595
  msgstr ""
596
  "Erroe durante il caricamento a blocchi. Un blocco vuoto con ID unico è %d"
597
 
598
- #: lib/wfu_constants.php:127
599
  msgid "Chunked upload is not allowed!"
600
  msgstr "Il caricamento a blocchi non è consentito!"
601
 
602
- #: lib/wfu_constants.php:128
603
  msgid "Chunked upload aborted due to error in previous chunk!"
604
  msgstr "Caricamento a blocchi interrotto per un errore nel blocco precedente!"
605
 
606
- #: lib/wfu_constants.php:129
607
  msgid "Chunked upload failed, final file could not be created!"
608
  msgstr "Caricamento a blocchi fallito, il file finale non può essere creato!"
609
 
610
- #: lib/wfu_constants.php:130
611
  #, php-format
612
  msgid "Could not write file chuck to destination on chunk %d"
613
  msgstr ""
614
  "Non riesco a scrivere il blocco del file nella destinazione nel blocco %d"
615
 
616
- #: lib/wfu_constants.php:131
617
  #, php-format
618
  msgid "Could not enlarge destination file on chunk %d"
619
  msgstr "Non posso allargare il file di destinazione nel blocco %d"
620
 
621
- #: lib/wfu_constants.php:132
622
  #, php-format
623
  msgid "Could not open file handles on chunk %d"
624
  msgstr "Non riesco ad a maneggiare i file nel chunk %d"
625
 
626
- #: lib/wfu_constants.php:133
627
  msgid "You are not allowed to download this file!"
628
  msgstr ""
629
 
630
- #: lib/wfu_constants.php:134
631
  msgid "File does not exist!"
632
  msgstr ""
633
 
634
- #: lib/wfu_constants.php:135
635
  msgid "Could not download file!"
636
  msgstr ""
637
 
638
- #: lib/wfu_constants.php:136
639
  msgid "You are not allowed to delete this file!"
640
  msgstr "Non hai il permesso di cancellare questo file!"
641
 
642
- #: lib/wfu_constants.php:137
643
  msgid "File was not deleted!"
644
  msgstr "Il file non è stato cancellato!"
645
 
646
- #: lib/wfu_constants.php:138
647
  msgid "No file was deleted!"
648
  msgstr "Nessun file cancellato!"
649
 
650
- #: lib/wfu_constants.php:139
651
  msgid "Some files were not deleted!"
652
  msgstr "Alcuni file non sono stati cancellati!"
653
 
654
- #: lib/wfu_constants.php:141
655
  msgid "Upload skipped! File already exists."
656
  msgstr "Caricamento saltato! Il file esiste già."
657
 
658
- #: lib/wfu_constants.php:142
659
  msgid "The extension of the file does not match its contents."
660
  msgstr "L'estensione del file non corrisponde al contenuto del file."
661
 
662
- #: lib/wfu_constants.php:143
663
  msgid ""
664
  "Upload succeeded but the file is suspicious because its contents do not "
665
  "match its extension. Its proper filename is: "
@@ -668,20 +673,24 @@ msgstr ""
668
  "non corrisponde alla sua estensione. Il nome del file corretto dovrebbe "
669
  "essere: "
670
 
671
- #: lib/wfu_constants.php:144
672
  msgid "No files have been selected!"
673
  msgstr "Nessun file selezionato!"
674
 
675
- #: lib/wfu_constants.php:145
 
 
 
 
676
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
677
  msgstr "WPFilebase Plugin non aggiornato perchè nessun file è stato caricato."
678
 
679
- #: lib/wfu_constants.php:146
680
  msgid "Notification email was not sent because there were no files uploaded."
681
  msgstr ""
682
  "L'email di notifica non è stata inviata perchè nessun file è stato caricato."
683
 
684
- #: lib/wfu_constants.php:147
685
  msgid ""
686
  "Notification email was not sent because no recipients were defined. Please "
687
  "check notifyrecipients attribute in the shortcode."
@@ -690,7 +699,7 @@ msgstr ""
690
  "destinatario. Cortesemente controlla l'attributo notifyrecipients nei codici "
691
  "brevi."
692
 
693
- #: lib/wfu_constants.php:148
694
  msgid ""
695
  "Notification email was not sent due to an error. Please check "
696
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -698,7 +707,7 @@ msgstr ""
698
  "L'email di notifica non è stata inviata a causa di un errore. Cortesemente "
699
  "controlla gli attributi notifyrecipients,notifysubject e notifymessage."
700
 
701
- #: lib/wfu_constants.php:149
702
  msgid ""
703
  "Redirection not executed because redirection link is empty. Please check "
704
  "redirectlink attribute."
@@ -706,18 +715,18 @@ msgstr ""
706
  "Reindirizzamento non avvenuto perchè il link di destinazione è vuoto. "
707
  "Cortesemente controlla l'attributo redirectlink."
708
 
709
- #: lib/wfu_constants.php:150
710
  msgid ""
711
  "Redirection not executed because not all files were successfully uploaded."
712
  msgstr ""
713
  "Reindirizzamento non avvenuto perchè non tutti i file sono stati caricati "
714
  "correttamente."
715
 
716
- #: lib/wfu_constants.php:151
717
  msgid "Potential Denial-Of-Service Attack on {SITE}"
718
  msgstr "Possibile attacco Denial-Of-Service su {SITE}"
719
 
720
- #: lib/wfu_constants.php:152
721
  msgid ""
722
  "Hello admin\n"
723
  "\n"
@@ -755,19 +764,19 @@ msgstr ""
755
  "\n"
756
  "Grazie"
757
 
758
- #: lib/wfu_constants.php:153
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:154
765
  msgid ""
766
  "Iptanus Services Server is unreachable. This may cause problems in some "
767
  "plugin functions. Please contact info@iptanus.com for details."
768
  msgstr ""
769
 
770
- #: lib/wfu_constants.php:156
771
  msgid ""
772
  "Failed to add the shortcode to the page/post. Please try again. If the "
773
  "message persists, contact administrator."
@@ -775,7 +784,7 @@ msgstr ""
775
  "Aggiuta del codice breve nella pagina/post fallita. Prova ancora. Se il "
776
  "messaggio persiste contatta l'amministratore."
777
 
778
- #: lib/wfu_constants.php:157
779
  msgid ""
780
  "Failed to edit the shortcode because the contents of the page changed. Try "
781
  "again to edit the shortcode."
@@ -783,7 +792,7 @@ msgstr ""
783
  "Modifica del codice breve fallita perchè il contenuto della pagina è "
784
  "cambiato. Prova a modificare ancora il codice breve."
785
 
786
- #: lib/wfu_constants.php:158
787
  msgid ""
788
  "Failed to delete the shortcode because the contents of the page changed. Try "
789
  "again to delete it."
@@ -791,7 +800,7 @@ msgstr ""
791
  "Eliminazione del codice breve fallita perchè il contenuto della pagina è "
792
  "cambiato. Prova ad eliminare ancora il codice breve."
793
 
794
- #: lib/wfu_constants.php:159
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,7 +808,7 @@ msgstr ""
799
  "La pagina contenente il codice breve è stata modificata e non è più valida. "
800
  "Cortesemente torna indietro e ricarica il codice breve."
801
 
802
- #: lib/wfu_constants.php:160
803
  msgid ""
804
  "Failed to update the shortcode because the contents of the page changed. Go "
805
  "back to reload the shortcode."
@@ -807,7 +816,7 @@ msgstr ""
807
  "Ricaricamento del codice breve fallita perchè il contenuto della pagina è "
808
  "cambiato. Prova a ricaricare ancora il codice breve."
809
 
810
- #: lib/wfu_constants.php:161
811
  msgid ""
812
  "Failed to update the shortcode. Please try again. If the problem persists, "
813
  "go back and reload the shortcode."
@@ -815,39 +824,39 @@ msgstr ""
815
  "Ricaricamento del codice breve fallita. Prova ancora. Se il problema "
816
  "persiste, prova a ricaricare ancora il codice breve."
817
 
818
- #: lib/wfu_constants.php:163
819
  msgid "This is a test message"
820
  msgstr "Questo è un messaggio di prova"
821
 
822
- #: lib/wfu_constants.php:164
823
  msgid "This is a test administrator message"
824
  msgstr "Questo è un messaggio di prova dell'amministratore"
825
 
826
- #: lib/wfu_constants.php:165
827
  msgid "File testfile 1 under test"
828
  msgstr "File testfile1 in fase di test"
829
 
830
- #: lib/wfu_constants.php:166
831
  msgid "File testfile 1 message"
832
  msgstr "File testfile 1 messaggio"
833
 
834
- #: lib/wfu_constants.php:167
835
  msgid "File testfile 1 administrator message"
836
  msgstr "File testfile 1 messaggio amministratore"
837
 
838
- #: lib/wfu_constants.php:168
839
  msgid "File testfile 2 under test"
840
  msgstr "File testfile 2 in fase di test"
841
 
842
- #: lib/wfu_constants.php:169
843
  msgid "File testfile 2 message"
844
  msgstr "File testfile 2 messaggio"
845
 
846
- #: lib/wfu_constants.php:170
847
  msgid "File testfile 2 administrator message"
848
  msgstr "File testfile 2 messaggio amministratore"
849
 
850
- #: lib/wfu_constants.php:172
851
  msgid ""
852
  "Insert variable %userid% inside text. It will be replaced by the id of the "
853
  "current user."
@@ -855,7 +864,7 @@ msgstr ""
855
  "Inserisci la variabile %userid% nel testo. Verrà sostituita dall'id "
856
  "dell'utente corrente."
857
 
858
- #: lib/wfu_constants.php:173
859
  msgid ""
860
  "Insert variable %username% inside text. It will be replaced by the username "
861
  "of the current user."
@@ -863,7 +872,7 @@ msgstr ""
863
  "Inserisci la variabile %username% nel testo. Verrà sostituita dal nome "
864
  "utente dell'utente corrente."
865
 
866
- #: lib/wfu_constants.php:174
867
  msgid ""
868
  "Insert variable %useremail% inside text. It will be replaced by the email of "
869
  "the current user."
@@ -871,7 +880,7 @@ msgstr ""
871
  "Inserisci la variabile %useremail% nel testo. Verrà sostituita dall'email "
872
  "dell'utente corrente."
873
 
874
- #: lib/wfu_constants.php:175
875
  msgid ""
876
  "Insert variable %filename% inside text. It will be replaced by the filename "
877
  "of the uploaded file."
@@ -879,7 +888,7 @@ msgstr ""
879
  "Inserisci la variabile %filename% nel testo. Verrà sostituita dal nome del "
880
  "file caricato."
881
 
882
- #: lib/wfu_constants.php:176
883
  msgid ""
884
  "Insert variable %filepath% inside text. It will be replaced by the full "
885
  "filepath of the uploaded file."
@@ -887,7 +896,7 @@ msgstr ""
887
  "Inserisci la variabile %filepath% nel testo. Verrà sostituita dal percorso "
888
  "completo del file caricato."
889
 
890
- #: lib/wfu_constants.php:177
891
  msgid ""
892
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
893
  "the website."
@@ -895,7 +904,7 @@ msgstr ""
895
  "Inserisci la variabile %blogid% nel testo. Verrà sostituita dall'id "
896
  "dell'articolo del sito."
897
 
898
- #: lib/wfu_constants.php:178
899
  msgid ""
900
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
901
  "current page."
@@ -903,7 +912,7 @@ msgstr ""
903
  "Inserisci la variabile %pageid% nel testo. Verrà sostituita dall'id della "
904
  "pagina corrente."
905
 
906
- #: lib/wfu_constants.php:179
907
  msgid ""
908
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
909
  "the current page."
@@ -911,7 +920,7 @@ msgstr ""
911
  "Inserisci la variabile %pagetitle% nel testo. Verrà sostituita dall titolo "
912
  "della pagina corrente."
913
 
914
- #: lib/wfu_constants.php:180
915
  msgid ""
916
  "Insert variable %userdataXXX% inside text. Select the user field from the "
917
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -920,214 +929,214 @@ msgstr ""
920
  "Inserisci la variabile %userdataXXX% nel testo. Scegli il campo utente dal "
921
  "menu a tendina. Verrà sostituita dal valore inserito dalll'utente nel campo."
922
 
923
- #: lib/wfu_constants.php:181
924
  msgid "Insert variable %n% inside text to denote a line change."
925
  msgstr ""
926
  "Inserisci la varibaile %n% nel testo per avere una nuova linea (newline)"
927
 
928
- #: lib/wfu_constants.php:183
929
  msgid "Test Mode"
930
  msgstr "Modalità di test"
931
 
932
- #: lib/wfu_constants.php:184
933
  msgid "select dir..."
934
  msgstr "scegli cartella..."
935
 
936
- #: lib/wfu_constants.php:185
937
  msgid "type dir"
938
  msgstr "digita cartella..."
939
 
940
- #: lib/wfu_constants.php:186
941
  msgid "Upload path: %filepath%"
942
  msgstr "Percorso di caricamento: %filepath%"
943
 
944
- #: lib/wfu_constants.php:187
945
  msgid "Failed upload path: %filepath%"
946
  msgstr "Fallimento nel percorso di caricamento: %filepath%"
947
 
948
- #: lib/wfu_constants.php:188
949
  msgid " (required)"
950
  msgstr " (richiesto)"
951
 
952
- #: lib/wfu_constants.php:189
953
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
954
  msgstr ""
955
  "I file sono in fase di caricamento. Sei sicuro di volere uscire da questa "
956
  "pagina?"
957
 
958
- #: lib/wfu_constants.php:190
959
  msgid "checking captcha..."
960
  msgstr "controllo il captcha..."
961
 
962
- #: lib/wfu_constants.php:191
963
  msgid "refreshing..."
964
  msgstr "aggiornamento..."
965
 
966
- #: lib/wfu_constants.php:192
967
  msgid "correct captcha"
968
  msgstr "captcha corretto"
969
 
970
- #: lib/wfu_constants.php:193
971
  msgid "click to continue the upload"
972
  msgstr "clicca per continuare il caricamento"
973
 
974
- #: lib/wfu_constants.php:194
975
  msgid "Are you sure you want to delete this file?"
976
  msgstr "Sei sicuro che vuoi cancellare questo file?"
977
 
978
- #: lib/wfu_constants.php:195
979
  msgid "Are you sure you want to delete these files?"
980
  msgstr "Sei sicuro che vuoi cancellare questi file?"
981
 
982
- #: lib/wfu_constants.php:196
983
  msgid "Bulk Actions"
984
  msgstr "Azioni in massa (bulk)"
985
 
986
- #: lib/wfu_constants.php:197
987
  msgid "Apply"
988
  msgstr "Applica"
989
 
990
- #: lib/wfu_constants.php:198
991
  msgid "Are you sure that you want to cancel the upload?"
992
  msgstr "Sei sicuro di voler cancellare il caricamento?"
993
 
994
- #: lib/wfu_constants.php:199
995
  msgid "cancel upload of this file"
996
  msgstr "cancella il caricamento di questo file"
997
 
998
- #: lib/wfu_constants.php:200
999
  msgid "Upload in progress"
1000
  msgstr "Caricamento in corso"
1001
 
1002
- #: lib/wfu_constants.php:201
1003
  msgid "Upload in progress with warnings!"
1004
  msgstr "Caricamento in corso con avvertimenti!"
1005
 
1006
- #: lib/wfu_constants.php:202
1007
  msgid "Upload in progress but some files already failed!"
1008
  msgstr "Caricamento in corso ma alcuni file hanno già fallito!"
1009
 
1010
- #: lib/wfu_constants.php:203
1011
  msgid "Upload in progress but no files uploaded so far!"
1012
  msgstr "Caricamento in corso ma nessun file è stato caricato per ora!"
1013
 
1014
- #: lib/wfu_constants.php:204
1015
  msgid "All files uploaded successfully"
1016
  msgstr "Tutti i file sono stati caricati correttamente"
1017
 
1018
- #: lib/wfu_constants.php:205
1019
  msgid "All files uploaded successfully but there are warnings!"
1020
  msgstr ""
1021
  "Tutti i file sono stati caricati correttamente ma ci sono degli avvertimenti"
1022
 
1023
- #: lib/wfu_constants.php:206
1024
  msgid "File uploaded successfully but there are warnings!"
1025
  msgstr "File caricato correttamente ma con degli avvertimenti!"
1026
 
1027
- #: lib/wfu_constants.php:207
1028
  msgid "Some files failed to upload!"
1029
  msgstr "Alcuni file non sono stati caricati!"
1030
 
1031
- #: lib/wfu_constants.php:208
1032
  msgid "All files failed to upload"
1033
  msgstr "Tutti i file hanno fallito il caricamento"
1034
 
1035
- #: lib/wfu_constants.php:209
1036
  msgid "File failed to upload"
1037
  msgstr "Il file ha fallito il caricamento"
1038
 
1039
- #: lib/wfu_constants.php:210
1040
  msgid "There are no files to upload!"
1041
  msgstr "Non ci sono file da caricare!"
1042
 
1043
- #: lib/wfu_constants.php:211
1044
  msgid "Test upload message"
1045
  msgstr "Prova il messaggio di caricamento"
1046
 
1047
- #: lib/wfu_constants.php:212
1048
  msgid "JSON parse warning!"
1049
  msgstr "Avvertimento nell'analisi del JSON!"
1050
 
1051
- #: lib/wfu_constants.php:213
1052
  msgid "please wait while redirecting..."
1053
  msgstr "Un attimo ancora, grazie..."
1054
 
1055
- #: lib/wfu_constants.php:215
1056
  msgid "Submitting data"
1057
  msgstr ""
1058
 
1059
- #: lib/wfu_constants.php:216
1060
  msgid "Data submitted successfully!"
1061
  msgstr ""
1062
 
1063
- #: lib/wfu_constants.php:217
1064
  msgid "Data were not submitted!"
1065
  msgstr ""
1066
 
1067
- #: lib/wfu_constants.php:218
1068
  msgid "Cancelling upload"
1069
  msgstr ""
1070
 
1071
- #: lib/wfu_constants.php:220
1072
  msgid "Open visual shortcode editor in new window"
1073
  msgstr "Apri l'editor visuale per i codici brevi in una nuova finestra"
1074
 
1075
- #: lib/wfu_constants.php:221
1076
  msgid "loading visual editor"
1077
  msgstr "Caricamento dell'editor visuale"
1078
 
1079
- #: lib/wfu_constants.php:222
1080
  msgid "Clear file list?"
1081
  msgstr "Pulire la lista dei file?"
1082
 
1083
- #: lib/wfu_constants.php:223
1084
  msgid "DROP HERE"
1085
  msgstr "TRASCINA QUI"
1086
 
1087
- #: lib/wfu_constants.php:225
1088
  msgid "record video"
1089
  msgstr "registra video"
1090
 
1091
- #: lib/wfu_constants.php:226
1092
  msgid "take a picture"
1093
  msgstr "scatta una foto"
1094
 
1095
- #: lib/wfu_constants.php:227
1096
  msgid "turn webcam on/off"
1097
  msgstr "accendi o spegni la webcam"
1098
 
1099
- #: lib/wfu_constants.php:228
1100
  msgid "go live again"
1101
  msgstr "torna in diretta"
1102
 
1103
- #: lib/wfu_constants.php:229
1104
  msgid "end recording"
1105
  msgstr "termina registrazione"
1106
 
1107
- #: lib/wfu_constants.php:230
1108
  msgid "play"
1109
  msgstr "riproduci"
1110
 
1111
- #: lib/wfu_constants.php:231
1112
  msgid "pause"
1113
  msgstr "pausa"
1114
 
1115
- #: lib/wfu_constants.php:232
1116
  msgid "go to the beginning"
1117
  msgstr "vai all'inizio"
1118
 
1119
- #: lib/wfu_constants.php:233
1120
  msgid "go to the end"
1121
  msgstr "vai alla fine"
1122
 
1123
- #: lib/wfu_constants.php:235
1124
  msgid "Wordpress File Upload Form"
1125
  msgstr "Wordpress File Upload Form"
1126
 
1127
- #: lib/wfu_constants.php:236
1128
  msgid "Wordpress File Upload plugin uploader for sidebars"
1129
  msgstr "Wordpress File Upload plugin per barre laterali"
1130
 
1131
- #: lib/wfu_constants.php:237
1132
  msgid "Upload Files"
1133
  msgstr "Carica Files"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:03+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:03+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: it\n"
90
  msgid "screenshot"
91
  msgstr "schermata"
92
 
93
+ #: lib/wfu_constants.php:30
94
+ msgid ""
95
+ "By activating this option I agree to let the website keep my personal data"
96
+ msgstr ""
97
+
98
+ #: lib/wfu_constants.php:32
99
  msgid "File"
100
  msgstr "File"
101
 
102
+ #: lib/wfu_constants.php:33
103
  msgid "Date"
104
  msgstr "Data"
105
 
106
+ #: lib/wfu_constants.php:34
107
  msgid "Size"
108
  msgstr "Dimensione"
109
 
110
+ #: lib/wfu_constants.php:35
111
  msgid "User"
112
  msgstr "Utente"
113
 
114
+ #: lib/wfu_constants.php:36
115
  msgid "Page"
116
  msgstr "Pagina"
117
 
118
+ #: lib/wfu_constants.php:37
119
  msgid "User Fields"
120
  msgstr "Campi utente"
121
 
122
+ #: lib/wfu_constants.php:38
123
  msgid "Download"
124
  msgstr "Scarica"
125
 
126
+ #: lib/wfu_constants.php:39
127
  msgid "Download this file"
128
  msgstr "Scarica questo file"
129
 
130
+ #: lib/wfu_constants.php:40
131
  msgid "Delete"
132
  msgstr "Cancella"
133
 
134
+ #: lib/wfu_constants.php:41
135
  msgid "Delete this file"
136
  msgstr "Cancella questo file"
137
 
138
+ #: lib/wfu_constants.php:42
139
  msgid "Sort list based on this column"
140
  msgstr "Ordina la lista in base a questa colonna"
141
 
142
+ #: lib/wfu_constants.php:43
143
  msgid "guest"
144
  msgstr "ospite"
145
 
146
+ #: lib/wfu_constants.php:44
147
  msgid "unknown"
148
  msgstr "sconosciuto"
149
 
150
+ #: lib/wfu_constants.php:46
151
  msgid ""
152
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
153
  "attribute."
155
  "Errore. Non riesco a trovare la destinazione e la cartella FTP. Controlla il "
156
  "dominio nell'attributo 'ftpinfo'."
157
 
158
+ #: lib/wfu_constants.php:47
159
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
160
  msgstr "Errore. Informazioni FTP non valide. Controlla l'attributo 'ftpinfo'."
161
 
162
+ #: lib/wfu_constants.php:48
163
  msgid ""
164
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
165
  "syntax."
167
  "Errore. Non riesco ad estrarre le informazioni su FTP dall'attributo "
168
  "'ftpinfo'. Controlla la sintassi."
169
 
170
+ #: lib/wfu_constants.php:49
171
  msgid ""
172
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
173
  "attribute."
175
  "Errore. Non riesco a risolvere il nome della destinazione FTP. Controlla il "
176
  "dominio nell'attributo 'ftpinfo'"
177
 
178
+ #: lib/wfu_constants.php:50
179
  msgid ""
180
  "Error. Could not open source file for ftp upload. Check if file is "
181
  "accessible."
182
  msgstr ""
183
 
184
+ #: lib/wfu_constants.php:51
185
  msgid "Error. Could not send data to ftp target file."
186
  msgstr ""
187
 
188
+ #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
191
  "attribute."
192
  msgstr ""
193
 
194
+ #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not authenticate to ftp host. Check username and password in "
197
  "'ftpinfo' attribute."
198
  msgstr ""
199
 
200
+ #: lib/wfu_constants.php:54
201
  msgid ""
202
  "Error. Could not initialize sftp subsystem. Please check if the server "
203
  "supports sftp."
204
  msgstr ""
205
 
206
+ #: lib/wfu_constants.php:55
207
  msgid "Error. The web server does not support sftp."
208
  msgstr ""
209
 
210
+ #: lib/wfu_constants.php:56
211
  msgid ""
212
  "Error. The upload size limit of PHP directive upload_max_filesize is "
213
  "preventing the upload of big files.\n"
217
  "direttiva PHP upload_max_filesize (php.ini)\n"
218
  "La direttiva PHP upload_max_filesize è:"
219
 
220
+ #: lib/wfu_constants.php:57
221
  msgid ""
222
  "The upload time limit of PHP directive max_input_time is preventing the "
223
  "upload of big files.\n"
227
  "impedito dalla direttiva PHP max_input_time (php.ini)\n"
228
  "La direttiva PHP max_input_time è:"
229
 
230
+ #: lib/wfu_constants.php:58
231
  msgid ""
232
  "Error. Permission denied to write to target folder.\n"
233
  "Check and correct read/write permissions of target folder."
236
  "Controlla e correggi i permessi di lettura e scrittura della cartella di "
237
  "destinazione."
238
 
239
+ #: lib/wfu_constants.php:59
240
  msgid ""
241
  "Error. This file was rejected because its extension is not correct. Its "
242
  "proper filename is: "
244
  "Errore. Questo file è stato rifiutato perchè l'estensione non è corretta. Il "
245
  "nome del file giusto è: "
246
 
247
+ #: lib/wfu_constants.php:60
248
  msgid ""
249
  "Too many files are uploaded in a short period of time. This may be a Denial-"
250
  "Of-Service attack, so file was rejected. Please check the upload log for "
255
  "rifiutato. Cortesemente controlla il log di caricamento dei file per "
256
  "verificare comportamenti sospetti."
257
 
258
+ #: lib/wfu_constants.php:61
259
  msgid ""
260
  "File not uploaded in order to prevent overflow of the website. Please "
261
  "contact administrator."
263
  "File non caricato per evitare un sovraccarico del sito web. Cortesemenete "
264
  "contatta l'amministratore."
265
 
266
+ #: lib/wfu_constants.php:62
267
  msgid "Targer folder doesn't exist."
268
  msgstr "La cartella di destinazione non esiste."
269
 
270
+ #: lib/wfu_constants.php:63
271
  msgid "Upload failed! Missing a temporary folder."
272
  msgstr "Caricamento fallito! Non trovo la cartella temporanea."
273
 
274
+ #: lib/wfu_constants.php:64
275
  msgid "Upload failed! Permission denied to write to target folder."
276
  msgstr ""
277
  "Caricamento fallito! Permesso di scrittura negato nella cartella di "
278
  "destinazione."
279
 
280
+ #: lib/wfu_constants.php:65
281
  msgid "File not allowed."
282
  msgstr "File non consentito."
283
 
284
+ #: lib/wfu_constants.php:66
285
  msgid "File is suspicious and was rejected."
286
  msgstr "Il file è sospetto ed è stato rifiutato."
287
 
288
+ #: lib/wfu_constants.php:67
289
  msgid "The uploaded file exceeds the file size limit."
290
  msgstr "Il file caricato supera il limite di dimensione dei file."
291
 
292
+ #: lib/wfu_constants.php:68
293
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
294
  msgstr "Il file caricato supera i 2GB e non è supportato da questo server."
295
 
296
+ #: lib/wfu_constants.php:69
297
  msgid ""
298
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
299
  "Please contact the administrator."
301
  "Caricamento fallito! Il file caricato supera il limite di dimensione dei "
302
  "file del server. Cortesemente contatta l'amministratore."
303
 
304
+ #: lib/wfu_constants.php:70
305
  msgid ""
306
  "Upload failed! The duration of the upload exceeded the time limit of the "
307
  "server. Please contact the administrator."
309
  "Caricamento fallito! La durata del caricamento ha superato il limite "
310
  "temporale del server. Cortesemente contatta l'amministratore."
311
 
312
+ #: lib/wfu_constants.php:71
313
  msgid ""
314
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
315
  "was specified in the HTML form."
317
  "Caricamento fallito! Il file caricato supera la direttiva MAX_FILE_SIZE che "
318
  "è stata specificata nel form HTML."
319
 
320
+ #: lib/wfu_constants.php:72
321
  msgid "Upload failed! The uploaded file was only partially uploaded."
322
  msgstr "Caricamento fallito! Il file è stato caricato solo parzialmente."
323
 
324
+ #: lib/wfu_constants.php:73
325
  msgid "Upload failed! No file was uploaded."
326
  msgstr "Caricamento fallito! Nessun file caricato."
327
 
328
+ #: lib/wfu_constants.php:74
329
  msgid "Upload failed! Failed to write file to disk."
330
  msgstr "Caricamento fallito! Scrittura sul disco fallita."
331
 
332
+ #: lib/wfu_constants.php:75
333
  msgid ""
334
  "Upload failed! Error occured while moving temporary file. Please contact "
335
  "administrator."
337
  "Caricamento fallito! E' stato generato un erroe nello spostamento del file "
338
  "temporaneo. Cortesemente contatta l'amministratore di sistema."
339
 
340
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
341
  msgid "Upload cancelled!"
342
  msgstr "Caricamento cancellato! "
343
 
344
+ #: lib/wfu_constants.php:77
345
  msgid ""
346
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
347
  "a way to ascertain which extension caused the file upload to stop; examining "
352
  "causato questa interruzione; esaminare la lista delle estensioni caricate "
353
  "con phpinfo() potrebbe essere d'aiuto."
354
 
355
+ #: lib/wfu_constants.php:78
356
  msgid "Upload failed! Error occured while attemting to upload the file."
357
  msgstr ""
358
  "Caricamento fallito! Un errore è stato generato durante il caricamento del "
359
  "file."
360
 
361
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
362
  msgid "Upload failed!"
363
  msgstr "Caricamento fallito! "
364
 
365
+ #: lib/wfu_constants.php:80
366
  msgid "No file!"
367
  msgstr "Nessun file!"
368
 
369
+ #: lib/wfu_constants.php:81
370
  msgid ""
371
  "Upload failed! The upload has been canceled by the user or the browser "
372
  "dropped the connection."
374
  "Caricamento fallito! Il caricamento è stato interrotto dall'utente o il "
375
  "browser ha interrotto la connessione."
376
 
377
+ #: lib/wfu_constants.php:82
378
  msgid "Upload failed! Unknown error."
379
  msgstr "Caricamento fallito! Errore sconosciuto."
380
 
381
+ #: lib/wfu_constants.php:83
382
  msgid "Please contact the administrator."
383
  msgstr "Cortesemente contatta l'amministratore."
384
 
385
+ #: lib/wfu_constants.php:84
386
  msgid "No result from remote server!"
387
  msgstr "Nessuna risposta dal server remoto!"
388
 
389
+ #: lib/wfu_constants.php:85
390
  msgid " but with warnings"
391
  msgstr "ma con avvertimenti"
392
 
393
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
394
  msgid "Warning: JSON parse error."
395
  msgstr "Attenzione: errore durante l'analisi del JSON"
396
 
397
+ #: lib/wfu_constants.php:87
398
  msgid ""
399
  "Upload parameters of this file, passed as JSON string to the handler, could "
400
  "not be parsed."
402
  "I parametri di caricamento di questo file, passati come stringa JSON "
403
  "all'handler, non sono analizzabili."
404
 
405
+ #: lib/wfu_constants.php:89
406
  msgid ""
407
  "UploadStates, passed as JSON string to the handler, could not be parsed."
408
  msgstr ""
409
  "UploadStates, passato come stringa JSON all'handler, non sono analizzabili."
410
 
411
+ #: lib/wfu_constants.php:90
412
  msgid ""
413
  "Redirection to classic form functionality occurred due to unknown error."
414
  msgstr ""
415
  "Reindirizzamento alle funzionalità classiche del form per un errore "
416
  "sconosciuto."
417
 
418
+ #: lib/wfu_constants.php:91
419
  msgid ""
420
  "Redirection to classic form functionality occurred because AJAX is not "
421
  "supported."
423
  "Reindirizzamento alle funzionalità classiche del form perchè AJAX non è "
424
  "supportato."
425
 
426
+ #: lib/wfu_constants.php:92
427
  msgid ""
428
  "Redirection to classic form functionality occurred because HTML5 is not "
429
  "supported."
431
  "Reindirizzamento alle funzionalità classiche del form percheè HTML5 non è "
432
  "supportato."
433
 
434
+ #: lib/wfu_constants.php:93
435
  msgid ""
436
  "Redirection to classic form functionality occurred due to JSON parse error."
437
  msgstr "Reindirizzamento alle funzionalità classiche del form "
438
 
439
+ #: lib/wfu_constants.php:94
440
  msgid "Please enable popup windows from the browser's settings!"
441
  msgstr ""
442
  "Cortesemente abilita le finestre popup dalle impostazioni del tuo browser!"
443
 
444
+ #: lib/wfu_constants.php:95
445
  msgid "cannot be empty!"
446
  msgstr "non può essere vuoto!"
447
 
448
+ #: lib/wfu_constants.php:96
449
  msgid "number not valid!"
450
  msgstr "numero non valido!"
451
 
452
+ #: lib/wfu_constants.php:97
453
  msgid "email not valid!"
454
  msgstr "email non valida!"
455
 
456
+ #: lib/wfu_constants.php:98
457
  msgid "emails do not match!"
458
  msgstr "gli indirizzi email non combaciano!"
459
 
460
+ #: lib/wfu_constants.php:99
461
  msgid "no base email field in group!"
462
  msgstr "nessun campo email nel gruppo!"
463
 
464
+ #: lib/wfu_constants.php:100
465
  msgid "passwords do not match!"
466
  msgstr "le password non combaciano!"
467
 
468
+ #: lib/wfu_constants.php:101
469
  msgid "no base password field in group!"
470
  msgstr "nessun campo base per la password nel gruppo!"
471
 
472
+ #: lib/wfu_constants.php:102
473
  msgid "checkbox unchecked!"
474
  msgstr "casella di controllo non spuntata!"
475
 
476
+ #: lib/wfu_constants.php:103
477
  msgid "no option selected!"
478
  msgstr "nessuna opzione selezionata!"
479
 
480
+ #: lib/wfu_constants.php:104
481
  msgid "no item selected!"
482
  msgstr "nessun oggetto selezionato!"
483
 
484
+ #: lib/wfu_constants.php:105
485
  msgid ""
486
  "There are more than one instances of the plugin in this page with the same "
487
  "id. Please change it."
489
  "Ci sono più istanze di questo plugin su questa pagina con lo stesso id. "
490
  "Cambia l'id, grazie."
491
 
492
+ #: lib/wfu_constants.php:106
493
  msgid ""
494
  "Cannot edit the shortcode because the page has been modified. Please reload "
495
  "the page."
497
  "Non posso modificare il codice breve perchè la pagina è stata modificata. "
498
  "Ricarica la pagina, grazie."
499
 
500
+ #: lib/wfu_constants.php:107
501
  msgid "Your browser does not support webcam capture!"
502
  msgstr "Il tuo browser non supporta il flusso da webcam!"
503
 
504
+ #: lib/wfu_constants.php:108
505
  msgid "Your browser does not support video recording from the webcam!"
506
  msgstr "Il tuo browser non supporta la registrazione dei video dalla webcam!"
507
 
508
+ #: lib/wfu_constants.php:109
509
  msgid "No video was recorded!"
510
  msgstr "Nessun video registrato!"
511
 
512
+ #: lib/wfu_constants.php:110
513
  msgid ""
514
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
515
  "or use RecaptchaV2 (no account)."
517
  "ERRORE: Captcha non supportato! Hai una versione di PHP vecchia. Aggiornata "
518
  "PHP o use RecaptchaV2 (no account)."
519
 
520
+ #: lib/wfu_constants.php:111
521
  msgid ""
522
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
523
  "notify administrator."
525
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
526
  "Cortesemente avvisa l'amministratore."
527
 
528
+ #: lib/wfu_constants.php:112
529
  msgid ""
530
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
531
  "use RecaptchaV1 (no account)."
533
  "ERRORE: Solo un'istanza di RecaptchaV1 può esistere su una pagina. "
534
  "Cortesemente usa RecaptchaV1 (no account)."
535
 
536
+ #: lib/wfu_constants.php:113
537
  msgid "ERROR: No site key. Please contact administrator!"
538
  msgstr "ERRORE: nessuna chiave sito. Cortesemente contatta l'amministratore!"
539
 
540
+ #: lib/wfu_constants.php:114
541
  msgid ""
542
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
543
  "define Google Recaptcha keys."
545
  "ERRORE: nessuna chiave sito è stata definita. Cortesemente definisci le "
546
  "chiavi di Google Recaptcha nelle impostazioni del plugin, nella Dashboard."
547
 
548
+ #: lib/wfu_constants.php:115
549
  msgid "Bad captcha image!"
550
  msgstr "Immagine captcha sbagliata!"
551
 
552
+ #: lib/wfu_constants.php:116
553
  msgid "No input!"
554
  msgstr "Nessun input!"
555
 
556
+ #: lib/wfu_constants.php:117
557
  msgid "Captcha not completed!"
558
  msgstr "Captcha non completato!"
559
 
560
+ #: lib/wfu_constants.php:118
561
  msgid "Wrong captcha!"
562
  msgstr "Captcha sbagliato!"
563
 
564
+ #: lib/wfu_constants.php:119
565
  msgid "Error refreshing captcha!"
566
  msgstr "Errore nel ricaricamento del captcha!"
567
 
568
+ #: lib/wfu_constants.php:120
569
  msgid "Unknown captcha error!"
570
  msgstr "Errore captcha sconosciuto!"
571
 
572
+ #: lib/wfu_constants.php:121
573
  msgid "Captcha not supported by your browser!"
574
  msgstr "Captcha non supportato dal tuo browser!"
575
 
576
+ #: lib/wfu_constants.php:122
577
  msgid "the secret parameter is missing"
578
  msgstr "manca il parametro segreto"
579
 
580
+ #: lib/wfu_constants.php:123
581
  msgid "the secret parameter is invalid or malformed"
582
  msgstr "il parametro segreto non è valido o è malformato"
583
 
584
+ #: lib/wfu_constants.php:124
585
  msgid "the response parameter is missing"
586
  msgstr "manca il parametro di risposta"
587
 
588
+ #: lib/wfu_constants.php:125
589
  msgid "the response parameter is invalid or malformed"
590
  msgstr "il paramentro di risposta manca o è malformato"
591
 
592
+ #: lib/wfu_constants.php:126
593
  msgid "Please do not use drag drop due to an internal problem."
594
  msgstr ""
595
  "Cortesemente non usare il trascinamento, è presente un problema interno."
596
 
597
+ #: lib/wfu_constants.php:127
598
  #, php-format
599
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
600
  msgstr ""
601
  "Erroe durante il caricamento a blocchi. Un blocco vuoto con ID unico è %d"
602
 
603
+ #: lib/wfu_constants.php:128
604
  msgid "Chunked upload is not allowed!"
605
  msgstr "Il caricamento a blocchi non è consentito!"
606
 
607
+ #: lib/wfu_constants.php:129
608
  msgid "Chunked upload aborted due to error in previous chunk!"
609
  msgstr "Caricamento a blocchi interrotto per un errore nel blocco precedente!"
610
 
611
+ #: lib/wfu_constants.php:130
612
  msgid "Chunked upload failed, final file could not be created!"
613
  msgstr "Caricamento a blocchi fallito, il file finale non può essere creato!"
614
 
615
+ #: lib/wfu_constants.php:131
616
  #, php-format
617
  msgid "Could not write file chuck to destination on chunk %d"
618
  msgstr ""
619
  "Non riesco a scrivere il blocco del file nella destinazione nel blocco %d"
620
 
621
+ #: lib/wfu_constants.php:132
622
  #, php-format
623
  msgid "Could not enlarge destination file on chunk %d"
624
  msgstr "Non posso allargare il file di destinazione nel blocco %d"
625
 
626
+ #: lib/wfu_constants.php:133
627
  #, php-format
628
  msgid "Could not open file handles on chunk %d"
629
  msgstr "Non riesco ad a maneggiare i file nel chunk %d"
630
 
631
+ #: lib/wfu_constants.php:134
632
  msgid "You are not allowed to download this file!"
633
  msgstr ""
634
 
635
+ #: lib/wfu_constants.php:135
636
  msgid "File does not exist!"
637
  msgstr ""
638
 
639
+ #: lib/wfu_constants.php:136
640
  msgid "Could not download file!"
641
  msgstr ""
642
 
643
+ #: lib/wfu_constants.php:137
644
  msgid "You are not allowed to delete this file!"
645
  msgstr "Non hai il permesso di cancellare questo file!"
646
 
647
+ #: lib/wfu_constants.php:138
648
  msgid "File was not deleted!"
649
  msgstr "Il file non è stato cancellato!"
650
 
651
+ #: lib/wfu_constants.php:139
652
  msgid "No file was deleted!"
653
  msgstr "Nessun file cancellato!"
654
 
655
+ #: lib/wfu_constants.php:140
656
  msgid "Some files were not deleted!"
657
  msgstr "Alcuni file non sono stati cancellati!"
658
 
659
+ #: lib/wfu_constants.php:142
660
  msgid "Upload skipped! File already exists."
661
  msgstr "Caricamento saltato! Il file esiste già."
662
 
663
+ #: lib/wfu_constants.php:143
664
  msgid "The extension of the file does not match its contents."
665
  msgstr "L'estensione del file non corrisponde al contenuto del file."
666
 
667
+ #: lib/wfu_constants.php:144
668
  msgid ""
669
  "Upload succeeded but the file is suspicious because its contents do not "
670
  "match its extension. Its proper filename is: "
673
  "non corrisponde alla sua estensione. Il nome del file corretto dovrebbe "
674
  "essere: "
675
 
676
+ #: lib/wfu_constants.php:145
677
  msgid "No files have been selected!"
678
  msgstr "Nessun file selezionato!"
679
 
680
+ #: lib/wfu_constants.php:146
681
+ msgid "Please complete the consent question before continuing the upload!"
682
+ msgstr ""
683
+
684
+ #: lib/wfu_constants.php:147
685
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
686
  msgstr "WPFilebase Plugin non aggiornato perchè nessun file è stato caricato."
687
 
688
+ #: lib/wfu_constants.php:148
689
  msgid "Notification email was not sent because there were no files uploaded."
690
  msgstr ""
691
  "L'email di notifica non è stata inviata perchè nessun file è stato caricato."
692
 
693
+ #: lib/wfu_constants.php:149
694
  msgid ""
695
  "Notification email was not sent because no recipients were defined. Please "
696
  "check notifyrecipients attribute in the shortcode."
699
  "destinatario. Cortesemente controlla l'attributo notifyrecipients nei codici "
700
  "brevi."
701
 
702
+ #: lib/wfu_constants.php:150
703
  msgid ""
704
  "Notification email was not sent due to an error. Please check "
705
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
707
  "L'email di notifica non è stata inviata a causa di un errore. Cortesemente "
708
  "controlla gli attributi notifyrecipients,notifysubject e notifymessage."
709
 
710
+ #: lib/wfu_constants.php:151
711
  msgid ""
712
  "Redirection not executed because redirection link is empty. Please check "
713
  "redirectlink attribute."
715
  "Reindirizzamento non avvenuto perchè il link di destinazione è vuoto. "
716
  "Cortesemente controlla l'attributo redirectlink."
717
 
718
+ #: lib/wfu_constants.php:152
719
  msgid ""
720
  "Redirection not executed because not all files were successfully uploaded."
721
  msgstr ""
722
  "Reindirizzamento non avvenuto perchè non tutti i file sono stati caricati "
723
  "correttamente."
724
 
725
+ #: lib/wfu_constants.php:153
726
  msgid "Potential Denial-Of-Service Attack on {SITE}"
727
  msgstr "Possibile attacco Denial-Of-Service su {SITE}"
728
 
729
+ #: lib/wfu_constants.php:154
730
  msgid ""
731
  "Hello admin\n"
732
  "\n"
764
  "\n"
765
  "Grazie"
766
 
767
+ #: lib/wfu_constants.php:155
768
  msgid ""
769
  "You have activated an alternative insecure Iptanus Services Server. For "
770
  "details please contact info@iptanus.com."
771
  msgstr ""
772
 
773
+ #: lib/wfu_constants.php:156
774
  msgid ""
775
  "Iptanus Services Server is unreachable. This may cause problems in some "
776
  "plugin functions. Please contact info@iptanus.com for details."
777
  msgstr ""
778
 
779
+ #: lib/wfu_constants.php:158
780
  msgid ""
781
  "Failed to add the shortcode to the page/post. Please try again. If the "
782
  "message persists, contact administrator."
784
  "Aggiuta del codice breve nella pagina/post fallita. Prova ancora. Se il "
785
  "messaggio persiste contatta l'amministratore."
786
 
787
+ #: lib/wfu_constants.php:159
788
  msgid ""
789
  "Failed to edit the shortcode because the contents of the page changed. Try "
790
  "again to edit the shortcode."
792
  "Modifica del codice breve fallita perchè il contenuto della pagina è "
793
  "cambiato. Prova a modificare ancora il codice breve."
794
 
795
+ #: lib/wfu_constants.php:160
796
  msgid ""
797
  "Failed to delete the shortcode because the contents of the page changed. Try "
798
  "again to delete it."
800
  "Eliminazione del codice breve fallita perchè il contenuto della pagina è "
801
  "cambiato. Prova ad eliminare ancora il codice breve."
802
 
803
+ #: lib/wfu_constants.php:161
804
  msgid ""
805
  "The page containing the shortcode has been modified and it is no longer "
806
  "valid. Please go back to reload the shortcode."
808
  "La pagina contenente il codice breve è stata modificata e non è più valida. "
809
  "Cortesemente torna indietro e ricarica il codice breve."
810
 
811
+ #: lib/wfu_constants.php:162
812
  msgid ""
813
  "Failed to update the shortcode because the contents of the page changed. Go "
814
  "back to reload the shortcode."
816
  "Ricaricamento del codice breve fallita perchè il contenuto della pagina è "
817
  "cambiato. Prova a ricaricare ancora il codice breve."
818
 
819
+ #: lib/wfu_constants.php:163
820
  msgid ""
821
  "Failed to update the shortcode. Please try again. If the problem persists, "
822
  "go back and reload the shortcode."
824
  "Ricaricamento del codice breve fallita. Prova ancora. Se il problema "
825
  "persiste, prova a ricaricare ancora il codice breve."
826
 
827
+ #: lib/wfu_constants.php:165
828
  msgid "This is a test message"
829
  msgstr "Questo è un messaggio di prova"
830
 
831
+ #: lib/wfu_constants.php:166
832
  msgid "This is a test administrator message"
833
  msgstr "Questo è un messaggio di prova dell'amministratore"
834
 
835
+ #: lib/wfu_constants.php:167
836
  msgid "File testfile 1 under test"
837
  msgstr "File testfile1 in fase di test"
838
 
839
+ #: lib/wfu_constants.php:168
840
  msgid "File testfile 1 message"
841
  msgstr "File testfile 1 messaggio"
842
 
843
+ #: lib/wfu_constants.php:169
844
  msgid "File testfile 1 administrator message"
845
  msgstr "File testfile 1 messaggio amministratore"
846
 
847
+ #: lib/wfu_constants.php:170
848
  msgid "File testfile 2 under test"
849
  msgstr "File testfile 2 in fase di test"
850
 
851
+ #: lib/wfu_constants.php:171
852
  msgid "File testfile 2 message"
853
  msgstr "File testfile 2 messaggio"
854
 
855
+ #: lib/wfu_constants.php:172
856
  msgid "File testfile 2 administrator message"
857
  msgstr "File testfile 2 messaggio amministratore"
858
 
859
+ #: lib/wfu_constants.php:174
860
  msgid ""
861
  "Insert variable %userid% inside text. It will be replaced by the id of the "
862
  "current user."
864
  "Inserisci la variabile %userid% nel testo. Verrà sostituita dall'id "
865
  "dell'utente corrente."
866
 
867
+ #: lib/wfu_constants.php:175
868
  msgid ""
869
  "Insert variable %username% inside text. It will be replaced by the username "
870
  "of the current user."
872
  "Inserisci la variabile %username% nel testo. Verrà sostituita dal nome "
873
  "utente dell'utente corrente."
874
 
875
+ #: lib/wfu_constants.php:176
876
  msgid ""
877
  "Insert variable %useremail% inside text. It will be replaced by the email of "
878
  "the current user."
880
  "Inserisci la variabile %useremail% nel testo. Verrà sostituita dall'email "
881
  "dell'utente corrente."
882
 
883
+ #: lib/wfu_constants.php:177
884
  msgid ""
885
  "Insert variable %filename% inside text. It will be replaced by the filename "
886
  "of the uploaded file."
888
  "Inserisci la variabile %filename% nel testo. Verrà sostituita dal nome del "
889
  "file caricato."
890
 
891
+ #: lib/wfu_constants.php:178
892
  msgid ""
893
  "Insert variable %filepath% inside text. It will be replaced by the full "
894
  "filepath of the uploaded file."
896
  "Inserisci la variabile %filepath% nel testo. Verrà sostituita dal percorso "
897
  "completo del file caricato."
898
 
899
+ #: lib/wfu_constants.php:179
900
  msgid ""
901
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
902
  "the website."
904
  "Inserisci la variabile %blogid% nel testo. Verrà sostituita dall'id "
905
  "dell'articolo del sito."
906
 
907
+ #: lib/wfu_constants.php:180
908
  msgid ""
909
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
910
  "current page."
912
  "Inserisci la variabile %pageid% nel testo. Verrà sostituita dall'id della "
913
  "pagina corrente."
914
 
915
+ #: lib/wfu_constants.php:181
916
  msgid ""
917
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
918
  "the current page."
920
  "Inserisci la variabile %pagetitle% nel testo. Verrà sostituita dall titolo "
921
  "della pagina corrente."
922
 
923
+ #: lib/wfu_constants.php:182
924
  msgid ""
925
  "Insert variable %userdataXXX% inside text. Select the user field from the "
926
  "drop-down list. It will be replaced by the value that the user entered in "
929
  "Inserisci la variabile %userdataXXX% nel testo. Scegli il campo utente dal "
930
  "menu a tendina. Verrà sostituita dal valore inserito dalll'utente nel campo."
931
 
932
+ #: lib/wfu_constants.php:183
933
  msgid "Insert variable %n% inside text to denote a line change."
934
  msgstr ""
935
  "Inserisci la varibaile %n% nel testo per avere una nuova linea (newline)"
936
 
937
+ #: lib/wfu_constants.php:185
938
  msgid "Test Mode"
939
  msgstr "Modalità di test"
940
 
941
+ #: lib/wfu_constants.php:186
942
  msgid "select dir..."
943
  msgstr "scegli cartella..."
944
 
945
+ #: lib/wfu_constants.php:187
946
  msgid "type dir"
947
  msgstr "digita cartella..."
948
 
949
+ #: lib/wfu_constants.php:188
950
  msgid "Upload path: %filepath%"
951
  msgstr "Percorso di caricamento: %filepath%"
952
 
953
+ #: lib/wfu_constants.php:189
954
  msgid "Failed upload path: %filepath%"
955
  msgstr "Fallimento nel percorso di caricamento: %filepath%"
956
 
957
+ #: lib/wfu_constants.php:190
958
  msgid " (required)"
959
  msgstr " (richiesto)"
960
 
961
+ #: lib/wfu_constants.php:191
962
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
963
  msgstr ""
964
  "I file sono in fase di caricamento. Sei sicuro di volere uscire da questa "
965
  "pagina?"
966
 
967
+ #: lib/wfu_constants.php:192
968
  msgid "checking captcha..."
969
  msgstr "controllo il captcha..."
970
 
971
+ #: lib/wfu_constants.php:193
972
  msgid "refreshing..."
973
  msgstr "aggiornamento..."
974
 
975
+ #: lib/wfu_constants.php:194
976
  msgid "correct captcha"
977
  msgstr "captcha corretto"
978
 
979
+ #: lib/wfu_constants.php:195
980
  msgid "click to continue the upload"
981
  msgstr "clicca per continuare il caricamento"
982
 
983
+ #: lib/wfu_constants.php:196
984
  msgid "Are you sure you want to delete this file?"
985
  msgstr "Sei sicuro che vuoi cancellare questo file?"
986
 
987
+ #: lib/wfu_constants.php:197
988
  msgid "Are you sure you want to delete these files?"
989
  msgstr "Sei sicuro che vuoi cancellare questi file?"
990
 
991
+ #: lib/wfu_constants.php:198
992
  msgid "Bulk Actions"
993
  msgstr "Azioni in massa (bulk)"
994
 
995
+ #: lib/wfu_constants.php:199
996
  msgid "Apply"
997
  msgstr "Applica"
998
 
999
+ #: lib/wfu_constants.php:200
1000
  msgid "Are you sure that you want to cancel the upload?"
1001
  msgstr "Sei sicuro di voler cancellare il caricamento?"
1002
 
1003
+ #: lib/wfu_constants.php:201
1004
  msgid "cancel upload of this file"
1005
  msgstr "cancella il caricamento di questo file"
1006
 
1007
+ #: lib/wfu_constants.php:202
1008
  msgid "Upload in progress"
1009
  msgstr "Caricamento in corso"
1010
 
1011
+ #: lib/wfu_constants.php:203
1012
  msgid "Upload in progress with warnings!"
1013
  msgstr "Caricamento in corso con avvertimenti!"
1014
 
1015
+ #: lib/wfu_constants.php:204
1016
  msgid "Upload in progress but some files already failed!"
1017
  msgstr "Caricamento in corso ma alcuni file hanno già fallito!"
1018
 
1019
+ #: lib/wfu_constants.php:205
1020
  msgid "Upload in progress but no files uploaded so far!"
1021
  msgstr "Caricamento in corso ma nessun file è stato caricato per ora!"
1022
 
1023
+ #: lib/wfu_constants.php:206
1024
  msgid "All files uploaded successfully"
1025
  msgstr "Tutti i file sono stati caricati correttamente"
1026
 
1027
+ #: lib/wfu_constants.php:207
1028
  msgid "All files uploaded successfully but there are warnings!"
1029
  msgstr ""
1030
  "Tutti i file sono stati caricati correttamente ma ci sono degli avvertimenti"
1031
 
1032
+ #: lib/wfu_constants.php:208
1033
  msgid "File uploaded successfully but there are warnings!"
1034
  msgstr "File caricato correttamente ma con degli avvertimenti!"
1035
 
1036
+ #: lib/wfu_constants.php:209
1037
  msgid "Some files failed to upload!"
1038
  msgstr "Alcuni file non sono stati caricati!"
1039
 
1040
+ #: lib/wfu_constants.php:210
1041
  msgid "All files failed to upload"
1042
  msgstr "Tutti i file hanno fallito il caricamento"
1043
 
1044
+ #: lib/wfu_constants.php:211
1045
  msgid "File failed to upload"
1046
  msgstr "Il file ha fallito il caricamento"
1047
 
1048
+ #: lib/wfu_constants.php:212
1049
  msgid "There are no files to upload!"
1050
  msgstr "Non ci sono file da caricare!"
1051
 
1052
+ #: lib/wfu_constants.php:213
1053
  msgid "Test upload message"
1054
  msgstr "Prova il messaggio di caricamento"
1055
 
1056
+ #: lib/wfu_constants.php:214
1057
  msgid "JSON parse warning!"
1058
  msgstr "Avvertimento nell'analisi del JSON!"
1059
 
1060
+ #: lib/wfu_constants.php:215
1061
  msgid "please wait while redirecting..."
1062
  msgstr "Un attimo ancora, grazie..."
1063
 
1064
+ #: lib/wfu_constants.php:217
1065
  msgid "Submitting data"
1066
  msgstr ""
1067
 
1068
+ #: lib/wfu_constants.php:218
1069
  msgid "Data submitted successfully!"
1070
  msgstr ""
1071
 
1072
+ #: lib/wfu_constants.php:219
1073
  msgid "Data were not submitted!"
1074
  msgstr ""
1075
 
1076
+ #: lib/wfu_constants.php:220
1077
  msgid "Cancelling upload"
1078
  msgstr ""
1079
 
1080
+ #: lib/wfu_constants.php:222
1081
  msgid "Open visual shortcode editor in new window"
1082
  msgstr "Apri l'editor visuale per i codici brevi in una nuova finestra"
1083
 
1084
+ #: lib/wfu_constants.php:223
1085
  msgid "loading visual editor"
1086
  msgstr "Caricamento dell'editor visuale"
1087
 
1088
+ #: lib/wfu_constants.php:224
1089
  msgid "Clear file list?"
1090
  msgstr "Pulire la lista dei file?"
1091
 
1092
+ #: lib/wfu_constants.php:225
1093
  msgid "DROP HERE"
1094
  msgstr "TRASCINA QUI"
1095
 
1096
+ #: lib/wfu_constants.php:227
1097
  msgid "record video"
1098
  msgstr "registra video"
1099
 
1100
+ #: lib/wfu_constants.php:228
1101
  msgid "take a picture"
1102
  msgstr "scatta una foto"
1103
 
1104
+ #: lib/wfu_constants.php:229
1105
  msgid "turn webcam on/off"
1106
  msgstr "accendi o spegni la webcam"
1107
 
1108
+ #: lib/wfu_constants.php:230
1109
  msgid "go live again"
1110
  msgstr "torna in diretta"
1111
 
1112
+ #: lib/wfu_constants.php:231
1113
  msgid "end recording"
1114
  msgstr "termina registrazione"
1115
 
1116
+ #: lib/wfu_constants.php:232
1117
  msgid "play"
1118
  msgstr "riproduci"
1119
 
1120
+ #: lib/wfu_constants.php:233
1121
  msgid "pause"
1122
  msgstr "pausa"
1123
 
1124
+ #: lib/wfu_constants.php:234
1125
  msgid "go to the beginning"
1126
  msgstr "vai all'inizio"
1127
 
1128
+ #: lib/wfu_constants.php:235
1129
  msgid "go to the end"
1130
  msgstr "vai alla fine"
1131
 
1132
+ #: lib/wfu_constants.php:237
1133
  msgid "Wordpress File Upload Form"
1134
  msgstr "Wordpress File Upload Form"
1135
 
1136
+ #: lib/wfu_constants.php:238
1137
  msgid "Wordpress File Upload plugin uploader for sidebars"
1138
  msgstr "Wordpress File Upload plugin per barre laterali"
1139
 
1140
+ #: lib/wfu_constants.php:239
1141
  msgid "Upload Files"
1142
  msgstr "Carica Files"
languages/wp-file-upload-nl_NL.mo CHANGED
Binary file
languages/wp-file-upload-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: nl_NL\n"
@@ -89,59 +89,64 @@ msgstr ""
89
  msgid "screenshot"
90
  msgstr ""
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
93
  msgid "File"
94
  msgstr "Bestand"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Datum"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Grootte"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Gebruiker"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Pagina"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Gebruikersvelden"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Download"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Download dit bestand"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Verwijderen"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Verwijder dit bestand"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Sorteer lijst gebaseerd op deze kolom"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "gast"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "onbekend"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
@@ -149,11 +154,11 @@ msgstr ""
149
  "Fout. Kon het ftp doel filedir niet vinden. Controleer het domein in "
150
  "'ftpinfo' attribuut."
151
 
152
- #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr "Fout. Foutieve ftp informatie. Controleer 'ftpinfo' attribuut."
155
 
156
- #: lib/wfu_constants.php:47
157
  msgid ""
158
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
159
  "syntax."
@@ -161,7 +166,7 @@ msgstr ""
161
  "Fout. Kon geen ftp informatie halen uit 'ftpinfo' attribuut. Controleer de "
162
  "syntax."
163
 
164
- #: lib/wfu_constants.php:48
165
  msgid ""
166
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
167
  "attribute."
@@ -169,39 +174,39 @@ msgstr ""
169
  "Fout. Kon het ftp bestandsnaamdoel niet vinden. Controleer het domein in "
170
  "'ftpinfo' attribuut."
171
 
172
- #: lib/wfu_constants.php:49
173
  msgid ""
174
  "Error. Could not open source file for ftp upload. Check if file is "
175
  "accessible."
176
  msgstr ""
177
 
178
- #: lib/wfu_constants.php:50
179
  msgid "Error. Could not send data to ftp target file."
180
  msgstr ""
181
 
182
- #: lib/wfu_constants.php:51
183
  msgid ""
184
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
185
  "attribute."
186
  msgstr ""
187
 
188
- #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not authenticate to ftp host. Check username and password in "
191
  "'ftpinfo' attribute."
192
  msgstr ""
193
 
194
- #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not initialize sftp subsystem. Please check if the server "
197
  "supports sftp."
198
  msgstr ""
199
 
200
- #: lib/wfu_constants.php:54
201
  msgid "Error. The web server does not support sftp."
202
  msgstr ""
203
 
204
- #: lib/wfu_constants.php:55
205
  msgid ""
206
  "Error. The upload size limit of PHP directive upload_max_filesize is "
207
  "preventing the upload of big files.\n"
@@ -211,7 +216,7 @@ msgstr ""
211
  "weerhoudt je om grote bestanden te uploaden.\n"
212
  "De PHP directive upload_max_filesize limiet is: "
213
 
214
- #: lib/wfu_constants.php:56
215
  msgid ""
216
  "The upload time limit of PHP directive max_input_time is preventing the "
217
  "upload of big files.\n"
@@ -221,7 +226,7 @@ msgstr ""
221
  "van grote bestanden.\n"
222
  "PHP directive max_input_time limiet is: "
223
 
224
- #: lib/wfu_constants.php:57
225
  msgid ""
226
  "Error. Permission denied to write to target folder.\n"
227
  "Check and correct read/write permissions of target folder."
@@ -229,7 +234,7 @@ msgstr ""
229
  "Fout. Geen toestemming tot schrijven naar doelmap.\n"
230
  "Controleer en corrigeer de lees/schrijf rechten van de doelmap."
231
 
232
- #: lib/wfu_constants.php:58
233
  msgid ""
234
  "Error. This file was rejected because its extension is not correct. Its "
235
  "proper filename is: "
@@ -237,50 +242,50 @@ msgstr ""
237
  "Fout. Dit bestand werd geweigerd omdat de extensie niet correct is. De "
238
  "correcte bestandnaam is: "
239
 
240
- #: lib/wfu_constants.php:59
241
  msgid ""
242
  "Too many files are uploaded in a short period of time. This may be a Denial-"
243
  "Of-Service attack, so file was rejected. Please check the upload log for "
244
  "suspicious behaviour."
245
  msgstr ""
246
 
247
- #: lib/wfu_constants.php:60
248
  msgid ""
249
  "File not uploaded in order to prevent overflow of the website. Please "
250
  "contact administrator."
251
  msgstr ""
252
 
253
- #: lib/wfu_constants.php:61
254
  msgid "Targer folder doesn't exist."
255
  msgstr "Doelmap bestaat niet."
256
 
257
- #: lib/wfu_constants.php:62
258
  msgid "Upload failed! Missing a temporary folder."
259
  msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
260
 
261
- #: lib/wfu_constants.php:63
262
  msgid "Upload failed! Permission denied to write to target folder."
263
  msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
264
 
265
- #: lib/wfu_constants.php:64
266
  msgid "File not allowed."
267
  msgstr "Bestand niet toegelaten."
268
 
269
- #: lib/wfu_constants.php:65
270
  msgid "File is suspicious and was rejected."
271
  msgstr "Bestand is dubieus en werd niet toegelaten."
272
 
273
- #: lib/wfu_constants.php:66
274
  msgid "The uploaded file exceeds the file size limit."
275
  msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
276
 
277
- #: lib/wfu_constants.php:67
278
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
279
  msgstr ""
280
  "Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
281
  "server."
282
 
283
- #: lib/wfu_constants.php:68
284
  msgid ""
285
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
286
  "Please contact the administrator."
@@ -288,7 +293,7 @@ msgstr ""
288
  "Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
289
  "server. Neem contact op met de beheerder."
290
 
291
- #: lib/wfu_constants.php:69
292
  msgid ""
293
  "Upload failed! The duration of the upload exceeded the time limit of the "
294
  "server. Please contact the administrator."
@@ -296,7 +301,7 @@ msgstr ""
296
  "Upload mislukt! De duur van de upload overschreed de termijn van de server. "
297
  "Neem contact op met de beheerder."
298
 
299
- #: lib/wfu_constants.php:70
300
  msgid ""
301
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
302
  "was specified in the HTML form."
@@ -304,20 +309,20 @@ msgstr ""
304
  "Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
305
  "aangegeven voor dit HTML formulier."
306
 
307
- #: lib/wfu_constants.php:71
308
  msgid "Upload failed! The uploaded file was only partially uploaded."
309
  msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
310
 
311
- #: lib/wfu_constants.php:72
312
  msgid "Upload failed! No file was uploaded."
313
  msgstr "Upload mislukt! Er werd geen bestand geüpload."
314
 
315
- #: lib/wfu_constants.php:73
316
  msgid "Upload failed! Failed to write file to disk."
317
  msgstr ""
318
  "Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
319
 
320
- #: lib/wfu_constants.php:74
321
  msgid ""
322
  "Upload failed! Error occured while moving temporary file. Please contact "
323
  "administrator."
@@ -325,11 +330,11 @@ msgstr ""
325
  "Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
326
  "tijdelijke bestand. Contacteer de beheerder."
327
 
328
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
329
  msgid "Upload cancelled!"
330
  msgstr "Upload geannuleerd!"
331
 
332
- #: lib/wfu_constants.php:76
333
  msgid ""
334
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
335
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -339,19 +344,19 @@ msgstr ""
339
  "mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
340
  "de lijst met actieve extensies met phpinfo() kan nuttig zijn."
341
 
342
- #: lib/wfu_constants.php:77
343
  msgid "Upload failed! Error occured while attemting to upload the file."
344
  msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
345
 
346
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
347
  msgid "Upload failed!"
348
  msgstr "Upload mislukt!"
349
 
350
- #: lib/wfu_constants.php:79
351
  msgid "No file!"
352
  msgstr "Geen bestand!"
353
 
354
- #: lib/wfu_constants.php:80
355
  msgid ""
356
  "Upload failed! The upload has been canceled by the user or the browser "
357
  "dropped the connection."
@@ -359,27 +364,27 @@ msgstr ""
359
  "Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
360
  "verbinding met de server werd verbroken."
361
 
362
- #: lib/wfu_constants.php:81
363
  msgid "Upload failed! Unknown error."
364
  msgstr "Upload mislukt! Onbekende fout."
365
 
366
- #: lib/wfu_constants.php:82
367
  msgid "Please contact the administrator."
368
  msgstr "Contacteer de beheerder."
369
 
370
- #: lib/wfu_constants.php:83
371
  msgid "No result from remote server!"
372
  msgstr "Geen resultaten van de server!"
373
 
374
- #: lib/wfu_constants.php:84
375
  msgid " but with warnings"
376
  msgstr " maar met waarschuwingen"
377
 
378
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
379
  msgid "Warning: JSON parse error."
380
  msgstr "Opgelet: JSON parseerfout."
381
 
382
- #: lib/wfu_constants.php:86
383
  msgid ""
384
  "Upload parameters of this file, passed as JSON string to the handler, could "
385
  "not be parsed."
@@ -387,20 +392,20 @@ msgstr ""
387
  "De uploadparameters van dit bestand, doorgegeven als JSON string to the "
388
  "handler, kon niet worden ontleed."
389
 
390
- #: lib/wfu_constants.php:88
391
  msgid ""
392
  "UploadStates, passed as JSON string to the handler, could not be parsed."
393
  msgstr ""
394
  "UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
395
  "ontleed."
396
 
397
- #: lib/wfu_constants.php:89
398
  msgid ""
399
  "Redirection to classic form functionality occurred due to unknown error."
400
  msgstr ""
401
  "Doorsturen naar classic form functionaliteit trad op door onbekende fout."
402
 
403
- #: lib/wfu_constants.php:90
404
  msgid ""
405
  "Redirection to classic form functionality occurred because AJAX is not "
406
  "supported."
@@ -408,7 +413,7 @@ msgstr ""
408
  "Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
409
  "ondersteund."
410
 
411
- #: lib/wfu_constants.php:91
412
  msgid ""
413
  "Redirection to classic form functionality occurred because HTML5 is not "
414
  "supported."
@@ -416,57 +421,57 @@ msgstr ""
416
  "Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
417
  "ondersteund."
418
 
419
- #: lib/wfu_constants.php:92
420
  msgid ""
421
  "Redirection to classic form functionality occurred due to JSON parse error."
422
  msgstr ""
423
  "Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
424
 
425
- #: lib/wfu_constants.php:93
426
  msgid "Please enable popup windows from the browser's settings!"
427
  msgstr "Activeer popup vensters in de browserinstellingen!"
428
 
429
- #: lib/wfu_constants.php:94
430
  msgid "cannot be empty!"
431
  msgstr "kan niet leeg zijn!"
432
 
433
- #: lib/wfu_constants.php:95
434
  msgid "number not valid!"
435
  msgstr "nummer niet geldig!"
436
 
437
- #: lib/wfu_constants.php:96
438
  msgid "email not valid!"
439
  msgstr "e-mail niet geldig!"
440
 
441
- #: lib/wfu_constants.php:97
442
  msgid "emails do not match!"
443
  msgstr "e-mails komen niet overeen!"
444
 
445
- #: lib/wfu_constants.php:98
446
  msgid "no base email field in group!"
447
  msgstr "geen hoofd e-mailveld in de groep!"
448
 
449
- #: lib/wfu_constants.php:99
450
  msgid "passwords do not match!"
451
  msgstr "Wachtwoorden komen niet overeen!"
452
 
453
- #: lib/wfu_constants.php:100
454
  msgid "no base password field in group!"
455
  msgstr "geen hoofd wachtwoordveld in de groep!"
456
 
457
- #: lib/wfu_constants.php:101
458
  msgid "checkbox unchecked!"
459
  msgstr "checkbox niet aangevinkt!"
460
 
461
- #: lib/wfu_constants.php:102
462
  msgid "no option selected!"
463
  msgstr "geen optie geselecteerd!"
464
 
465
- #: lib/wfu_constants.php:103
466
  msgid "no item selected!"
467
  msgstr "geen item geselecteerd!"
468
 
469
- #: lib/wfu_constants.php:104
470
  msgid ""
471
  "There are more than one instances of the plugin in this page with the same "
472
  "id. Please change it."
@@ -474,7 +479,7 @@ msgstr ""
474
  "Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
475
  "Pas dit aan."
476
 
477
- #: lib/wfu_constants.php:105
478
  msgid ""
479
  "Cannot edit the shortcode because the page has been modified. Please reload "
480
  "the page."
@@ -482,19 +487,19 @@ msgstr ""
482
  "Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
483
  "pagina."
484
 
485
- #: lib/wfu_constants.php:106
486
  msgid "Your browser does not support webcam capture!"
487
  msgstr ""
488
 
489
- #: lib/wfu_constants.php:107
490
  msgid "Your browser does not support video recording from the webcam!"
491
  msgstr ""
492
 
493
- #: lib/wfu_constants.php:108
494
  msgid "No video was recorded!"
495
  msgstr ""
496
 
497
- #: lib/wfu_constants.php:109
498
  msgid ""
499
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
500
  "or use RecaptchaV2 (no account)."
@@ -502,7 +507,7 @@ msgstr ""
502
  "FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
503
  "jouw PHP of gebruik RecaptchaV2 (geen account)."
504
 
505
- #: lib/wfu_constants.php:110
506
  msgid ""
507
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
508
  "notify administrator."
@@ -510,7 +515,7 @@ msgstr ""
510
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
511
  "Informeer de beheerder."
512
 
513
- #: lib/wfu_constants.php:111
514
  msgid ""
515
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
516
  "use RecaptchaV1 (no account)."
@@ -518,11 +523,11 @@ msgstr ""
518
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
519
  "Gebruik RecaptchaV1 (geen account)."
520
 
521
- #: lib/wfu_constants.php:112
522
  msgid "ERROR: No site key. Please contact administrator!"
523
  msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
524
 
525
- #: lib/wfu_constants.php:113
526
  msgid ""
527
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
528
  "define Google Recaptcha keys."
@@ -530,123 +535,123 @@ msgstr ""
530
  "FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
531
  "het Dashboard om de Google Recaptcha sleutels te bepalen."
532
 
533
- #: lib/wfu_constants.php:114
534
  msgid "Bad captcha image!"
535
  msgstr "Foute captcha afbeelding!"
536
 
537
- #: lib/wfu_constants.php:115
538
  msgid "No input!"
539
  msgstr "Geen invoer!"
540
 
541
- #: lib/wfu_constants.php:116
542
  msgid "Captcha not completed!"
543
  msgstr "Captcha niet voltooid!"
544
 
545
- #: lib/wfu_constants.php:117
546
  msgid "Wrong captcha!"
547
  msgstr "Foute captcha!"
548
 
549
- #: lib/wfu_constants.php:118
550
  msgid "Error refreshing captcha!"
551
  msgstr "Fout bij het verversen van de captcha!"
552
 
553
- #: lib/wfu_constants.php:119
554
  msgid "Unknown captcha error!"
555
  msgstr "Onbekende captchafout!"
556
 
557
- #: lib/wfu_constants.php:120
558
  msgid "Captcha not supported by your browser!"
559
  msgstr "Captcha niet ondersteund door jouw browser!"
560
 
561
- #: lib/wfu_constants.php:121
562
  msgid "the secret parameter is missing"
563
  msgstr "de geheime parameter ontbreekt"
564
 
565
- #: lib/wfu_constants.php:122
566
  msgid "the secret parameter is invalid or malformed"
567
  msgstr "de geheime parameter is ongeldig of foutief gevormd"
568
 
569
- #: lib/wfu_constants.php:123
570
  msgid "the response parameter is missing"
571
  msgstr "de antwoord parameter ontbreekt"
572
 
573
- #: lib/wfu_constants.php:124
574
  msgid "the response parameter is invalid or malformed"
575
  msgstr "de antwoord parameter is ongeldig of foutief gevormd"
576
 
577
- #: lib/wfu_constants.php:125
578
  msgid "Please do not use drag drop due to an internal problem."
579
  msgstr "Gebruik geen drag drop wegens een intern probleem."
580
 
581
- #: lib/wfu_constants.php:126
582
  #, php-format
583
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
584
  msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
585
 
586
- #: lib/wfu_constants.php:127
587
  msgid "Chunked upload is not allowed!"
588
  msgstr "Blok upload is niet toegestaan!"
589
 
590
- #: lib/wfu_constants.php:128
591
  msgid "Chunked upload aborted due to error in previous chunk!"
592
  msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
593
 
594
- #: lib/wfu_constants.php:129
595
  msgid "Chunked upload failed, final file could not be created!"
596
  msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
597
 
598
- #: lib/wfu_constants.php:130
599
  #, php-format
600
  msgid "Could not write file chuck to destination on chunk %d"
601
  msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
602
 
603
- #: lib/wfu_constants.php:131
604
  #, php-format
605
  msgid "Could not enlarge destination file on chunk %d"
606
  msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
607
 
608
- #: lib/wfu_constants.php:132
609
  #, php-format
610
  msgid "Could not open file handles on chunk %d"
611
  msgstr "Kon het bestand op blok %d niet openen"
612
 
613
- #: lib/wfu_constants.php:133
614
  msgid "You are not allowed to download this file!"
615
  msgstr ""
616
 
617
- #: lib/wfu_constants.php:134
618
  msgid "File does not exist!"
619
  msgstr ""
620
 
621
- #: lib/wfu_constants.php:135
622
  msgid "Could not download file!"
623
  msgstr ""
624
 
625
- #: lib/wfu_constants.php:136
626
  msgid "You are not allowed to delete this file!"
627
  msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
628
 
629
- #: lib/wfu_constants.php:137
630
  msgid "File was not deleted!"
631
  msgstr ""
632
 
633
- #: lib/wfu_constants.php:138
634
  msgid "No file was deleted!"
635
  msgstr ""
636
 
637
- #: lib/wfu_constants.php:139
638
  msgid "Some files were not deleted!"
639
  msgstr ""
640
 
641
- #: lib/wfu_constants.php:141
642
  msgid "Upload skipped! File already exists."
643
  msgstr "Upload overgeslagen! Bestand bestaat al."
644
 
645
- #: lib/wfu_constants.php:142
646
  msgid "The extension of the file does not match its contents."
647
  msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
648
 
649
- #: lib/wfu_constants.php:143
650
  msgid ""
651
  "Upload succeeded but the file is suspicious because its contents do not "
652
  "match its extension. Its proper filename is: "
@@ -654,22 +659,26 @@ msgstr ""
654
  "Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
655
  "komt met de extensie. De correcte bestandsnaam is "
656
 
657
- #: lib/wfu_constants.php:144
658
  msgid "No files have been selected!"
659
  msgstr "Er werden geen bestanden geselecteerd!"
660
 
661
- #: lib/wfu_constants.php:145
 
 
 
 
662
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
663
  msgstr ""
664
  "WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
665
  "geüpload."
666
 
667
- #: lib/wfu_constants.php:146
668
  msgid "Notification email was not sent because there were no files uploaded."
669
  msgstr ""
670
  "Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
671
 
672
- #: lib/wfu_constants.php:147
673
  msgid ""
674
  "Notification email was not sent because no recipients were defined. Please "
675
  "check notifyrecipients attribute in the shortcode."
@@ -677,7 +686,7 @@ msgstr ""
677
  "Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
678
  "toegekend. Controleer de notifyrecipients attribuut in de shortcode."
679
 
680
- #: lib/wfu_constants.php:148
681
  msgid ""
682
  "Notification email was not sent due to an error. Please check "
683
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -685,7 +694,7 @@ msgstr ""
685
  "Meldingsmail werd niet verstuurd wegens een fout. Controleer "
686
  "notifyrecipients, notifysubject en notifymessage attributen op fouten."
687
 
688
- #: lib/wfu_constants.php:149
689
  msgid ""
690
  "Redirection not executed because redirection link is empty. Please check "
691
  "redirectlink attribute."
@@ -693,18 +702,18 @@ msgstr ""
693
  "Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
694
  "omleidingslink attribuut."
695
 
696
- #: lib/wfu_constants.php:150
697
  msgid ""
698
  "Redirection not executed because not all files were successfully uploaded."
699
  msgstr ""
700
  "Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
701
  "geüpload."
702
 
703
- #: lib/wfu_constants.php:151
704
  msgid "Potential Denial-Of-Service Attack on {SITE}"
705
  msgstr ""
706
 
707
- #: lib/wfu_constants.php:152
708
  msgid ""
709
  "Hello admin\n"
710
  "\n"
@@ -724,19 +733,19 @@ msgid ""
724
  "Thanks"
725
  msgstr ""
726
 
727
- #: lib/wfu_constants.php:153
728
  msgid ""
729
  "You have activated an alternative insecure Iptanus Services Server. For "
730
  "details please contact info@iptanus.com."
731
  msgstr ""
732
 
733
- #: lib/wfu_constants.php:154
734
  msgid ""
735
  "Iptanus Services Server is unreachable. This may cause problems in some "
736
  "plugin functions. Please contact info@iptanus.com for details."
737
  msgstr ""
738
 
739
- #: lib/wfu_constants.php:156
740
  msgid ""
741
  "Failed to add the shortcode to the page/post. Please try again. If the "
742
  "message persists, contact administrator."
@@ -744,7 +753,7 @@ msgstr ""
744
  "De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
745
  "Contacteer de beheerder wanneer dit bericht blijft verschijnen."
746
 
747
- #: lib/wfu_constants.php:157
748
  msgid ""
749
  "Failed to edit the shortcode because the contents of the page changed. Try "
750
  "again to edit the shortcode."
@@ -752,7 +761,7 @@ msgstr ""
752
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
753
  "veranderd. Probeer de shortcode opnieuw aan te passen."
754
 
755
- #: lib/wfu_constants.php:158
756
  msgid ""
757
  "Failed to delete the shortcode because the contents of the page changed. Try "
758
  "again to delete it."
@@ -760,7 +769,7 @@ msgstr ""
760
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
761
  "veranderd. Probeer opnieuw te verwijderen."
762
 
763
- #: lib/wfu_constants.php:159
764
  msgid ""
765
  "The page containing the shortcode has been modified and it is no longer "
766
  "valid. Please go back to reload the shortcode."
@@ -768,7 +777,7 @@ msgstr ""
768
  "De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
769
  "geldig. Ga terug om de shortcode te herladen."
770
 
771
- #: lib/wfu_constants.php:160
772
  msgid ""
773
  "Failed to update the shortcode because the contents of the page changed. Go "
774
  "back to reload the shortcode."
@@ -776,7 +785,7 @@ msgstr ""
776
  "Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
777
  "gewijzigd. Ga terug om de shortcode te herladen."
778
 
779
- #: lib/wfu_constants.php:161
780
  msgid ""
781
  "Failed to update the shortcode. Please try again. If the problem persists, "
782
  "go back and reload the shortcode."
@@ -784,39 +793,39 @@ msgstr ""
784
  "Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
785
  "blijft voordoen, ga dan terug en herlaadt de shortcode."
786
 
787
- #: lib/wfu_constants.php:163
788
  msgid "This is a test message"
789
  msgstr "Dit is een testbericht"
790
 
791
- #: lib/wfu_constants.php:164
792
  msgid "This is a test administrator message"
793
  msgstr "Dit is een test beheerdersbericht"
794
 
795
- #: lib/wfu_constants.php:165
796
  msgid "File testfile 1 under test"
797
  msgstr "Bestand testfile 1 onder test"
798
 
799
- #: lib/wfu_constants.php:166
800
  msgid "File testfile 1 message"
801
  msgstr "Bestand testfile 1 bericht"
802
 
803
- #: lib/wfu_constants.php:167
804
  msgid "File testfile 1 administrator message"
805
  msgstr "Bestand testfile 1 beheerdersbericht"
806
 
807
- #: lib/wfu_constants.php:168
808
  msgid "File testfile 2 under test"
809
  msgstr "Bestand tesfile 2 onder test"
810
 
811
- #: lib/wfu_constants.php:169
812
  msgid "File testfile 2 message"
813
  msgstr "Bestand testfile 2 bericht"
814
 
815
- #: lib/wfu_constants.php:170
816
  msgid "File testfile 2 administrator message"
817
  msgstr "Bestand testfile 2 beheerdersbericht"
818
 
819
- #: lib/wfu_constants.php:172
820
  msgid ""
821
  "Insert variable %userid% inside text. It will be replaced by the id of the "
822
  "current user."
@@ -824,7 +833,7 @@ msgstr ""
824
  "Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
825
  "id van de huidige gebruiker."
826
 
827
- #: lib/wfu_constants.php:173
828
  msgid ""
829
  "Insert variable %username% inside text. It will be replaced by the username "
830
  "of the current user."
@@ -832,7 +841,7 @@ msgstr ""
832
  "Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
833
  "gebruikersnaam van de huidige gebruiker."
834
 
835
- #: lib/wfu_constants.php:174
836
  msgid ""
837
  "Insert variable %useremail% inside text. It will be replaced by the email of "
838
  "the current user."
@@ -840,7 +849,7 @@ msgstr ""
840
  "Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
841
  "het e-mailadres van de huidige gebruiker."
842
 
843
- #: lib/wfu_constants.php:175
844
  msgid ""
845
  "Insert variable %filename% inside text. It will be replaced by the filename "
846
  "of the uploaded file."
@@ -848,7 +857,7 @@ msgstr ""
848
  "Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
849
  "bestandsnaam van het geüploade bestand."
850
 
851
- #: lib/wfu_constants.php:176
852
  msgid ""
853
  "Insert variable %filepath% inside text. It will be replaced by the full "
854
  "filepath of the uploaded file."
@@ -856,7 +865,7 @@ msgstr ""
856
  "Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
857
  "het volledige bestandspad van het geüploade bestand."
858
 
859
- #: lib/wfu_constants.php:177
860
  msgid ""
861
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
862
  "the website."
@@ -864,7 +873,7 @@ msgstr ""
864
  "Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
865
  "blog id van de website."
866
 
867
- #: lib/wfu_constants.php:178
868
  msgid ""
869
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
870
  "current page."
@@ -872,7 +881,7 @@ msgstr ""
872
  "Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
873
  "id van de huidige pagina."
874
 
875
- #: lib/wfu_constants.php:179
876
  msgid ""
877
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
878
  "the current page."
@@ -880,7 +889,7 @@ msgstr ""
880
  "Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
881
  "de titel van de huidige pagina."
882
 
883
- #: lib/wfu_constants.php:180
884
  msgid ""
885
  "Insert variable %userdataXXX% inside text. Select the user field from the "
886
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -890,212 +899,212 @@ msgstr ""
890
  "via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
891
  "in dit veld heeft ingevuld."
892
 
893
- #: lib/wfu_constants.php:181
894
  msgid "Insert variable %n% inside text to denote a line change."
895
  msgstr ""
896
  "Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
897
 
898
- #: lib/wfu_constants.php:183
899
  msgid "Test Mode"
900
  msgstr "Test Modus"
901
 
902
- #: lib/wfu_constants.php:184
903
  msgid "select dir..."
904
  msgstr "selecteer dir..."
905
 
906
- #: lib/wfu_constants.php:185
907
  msgid "type dir"
908
  msgstr "type dir"
909
 
910
- #: lib/wfu_constants.php:186
911
  msgid "Upload path: %filepath%"
912
  msgstr "Uploadpad: %filepath%"
913
 
914
- #: lib/wfu_constants.php:187
915
  msgid "Failed upload path: %filepath%"
916
  msgstr "Foutief uploadpad: %filepath%"
917
 
918
- #: lib/wfu_constants.php:188
919
  msgid " (required)"
920
  msgstr "(verplicht)"
921
 
922
- #: lib/wfu_constants.php:189
923
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
924
  msgstr ""
925
  "Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
926
 
927
- #: lib/wfu_constants.php:190
928
  msgid "checking captcha..."
929
  msgstr "captcha controleren..."
930
 
931
- #: lib/wfu_constants.php:191
932
  msgid "refreshing..."
933
  msgstr "verversen..."
934
 
935
- #: lib/wfu_constants.php:192
936
  msgid "correct captcha"
937
  msgstr "correcte captcha"
938
 
939
- #: lib/wfu_constants.php:193
940
  msgid "click to continue the upload"
941
  msgstr "Klik om door te gaan met uploaden"
942
 
943
- #: lib/wfu_constants.php:194
944
  msgid "Are you sure you want to delete this file?"
945
  msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
946
 
947
- #: lib/wfu_constants.php:195
948
  msgid "Are you sure you want to delete these files?"
949
  msgstr ""
950
 
951
- #: lib/wfu_constants.php:196
952
  msgid "Bulk Actions"
953
  msgstr ""
954
 
955
- #: lib/wfu_constants.php:197
956
  msgid "Apply"
957
  msgstr ""
958
 
959
- #: lib/wfu_constants.php:198
960
  msgid "Are you sure that you want to cancel the upload?"
961
  msgstr ""
962
 
963
- #: lib/wfu_constants.php:199
964
  msgid "cancel upload of this file"
965
  msgstr "uploaden van dit bestand annuleren"
966
 
967
- #: lib/wfu_constants.php:200
968
  msgid "Upload in progress"
969
  msgstr "Upload is bezig"
970
 
971
- #: lib/wfu_constants.php:201
972
  msgid "Upload in progress with warnings!"
973
  msgstr "Upload is bezig met waarschuwingen!"
974
 
975
- #: lib/wfu_constants.php:202
976
  msgid "Upload in progress but some files already failed!"
977
  msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
978
 
979
- #: lib/wfu_constants.php:203
980
  msgid "Upload in progress but no files uploaded so far!"
981
  msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
982
 
983
- #: lib/wfu_constants.php:204
984
  msgid "All files uploaded successfully"
985
  msgstr "Alle bestanden met succes geüpload"
986
 
987
- #: lib/wfu_constants.php:205
988
  msgid "All files uploaded successfully but there are warnings!"
989
  msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
990
 
991
- #: lib/wfu_constants.php:206
992
  msgid "File uploaded successfully but there are warnings!"
993
  msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
994
 
995
- #: lib/wfu_constants.php:207
996
  msgid "Some files failed to upload!"
997
  msgstr "Sommige bestanden werden niet geüpload!"
998
 
999
- #: lib/wfu_constants.php:208
1000
  msgid "All files failed to upload"
1001
  msgstr "Upload mislukt voor alle bestanden"
1002
 
1003
- #: lib/wfu_constants.php:209
1004
  msgid "File failed to upload"
1005
  msgstr "Upload mislukt voor bestand"
1006
 
1007
- #: lib/wfu_constants.php:210
1008
  msgid "There are no files to upload!"
1009
  msgstr "Er zijn geen bestanden om te uploaden!"
1010
 
1011
- #: lib/wfu_constants.php:211
1012
  msgid "Test upload message"
1013
  msgstr "Test upload berciht"
1014
 
1015
- #: lib/wfu_constants.php:212
1016
  msgid "JSON parse warning!"
1017
  msgstr "JSON parseer waarschuwing!"
1018
 
1019
- #: lib/wfu_constants.php:213
1020
  msgid "please wait while redirecting..."
1021
  msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
1022
 
1023
- #: lib/wfu_constants.php:215
1024
  msgid "Submitting data"
1025
  msgstr ""
1026
 
1027
- #: lib/wfu_constants.php:216
1028
  msgid "Data submitted successfully!"
1029
  msgstr ""
1030
 
1031
- #: lib/wfu_constants.php:217
1032
  msgid "Data were not submitted!"
1033
  msgstr ""
1034
 
1035
- #: lib/wfu_constants.php:218
1036
  msgid "Cancelling upload"
1037
  msgstr ""
1038
 
1039
- #: lib/wfu_constants.php:220
1040
  msgid "Open visual shortcode editor in new window"
1041
  msgstr "Open de visuele shortcode editor in een nieuw venster"
1042
 
1043
- #: lib/wfu_constants.php:221
1044
  msgid "loading visual editor"
1045
  msgstr "laden visuele editor"
1046
 
1047
- #: lib/wfu_constants.php:222
1048
  msgid "Clear file list?"
1049
  msgstr "Bestandenlijst wissen?"
1050
 
1051
- #: lib/wfu_constants.php:223
1052
  msgid "DROP HERE"
1053
  msgstr "PLAATS HIER"
1054
 
1055
- #: lib/wfu_constants.php:225
1056
  msgid "record video"
1057
  msgstr ""
1058
 
1059
- #: lib/wfu_constants.php:226
1060
  msgid "take a picture"
1061
  msgstr ""
1062
 
1063
- #: lib/wfu_constants.php:227
1064
  msgid "turn webcam on/off"
1065
  msgstr ""
1066
 
1067
- #: lib/wfu_constants.php:228
1068
  msgid "go live again"
1069
  msgstr ""
1070
 
1071
- #: lib/wfu_constants.php:229
1072
  msgid "end recording"
1073
  msgstr ""
1074
 
1075
- #: lib/wfu_constants.php:230
1076
  msgid "play"
1077
  msgstr ""
1078
 
1079
- #: lib/wfu_constants.php:231
1080
  msgid "pause"
1081
  msgstr ""
1082
 
1083
- #: lib/wfu_constants.php:232
1084
  msgid "go to the beginning"
1085
  msgstr ""
1086
 
1087
- #: lib/wfu_constants.php:233
1088
  msgid "go to the end"
1089
  msgstr ""
1090
 
1091
- #: lib/wfu_constants.php:235
1092
  msgid "Wordpress File Upload Form"
1093
  msgstr "Wordpress File Upload Formulier"
1094
 
1095
- #: lib/wfu_constants.php:236
1096
  msgid "Wordpress File Upload plugin uploader for sidebars"
1097
  msgstr "Wordpress File Upload plugin uploader voor zijbalken"
1098
 
1099
- #: lib/wfu_constants.php:237
1100
  msgid "Upload Files"
1101
  msgstr "Upload Bestanden"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:04+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:04+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: nl_NL\n"
89
  msgid "screenshot"
90
  msgstr ""
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+
97
+ #: lib/wfu_constants.php:32
98
  msgid "File"
99
  msgstr "Bestand"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Date"
103
  msgstr "Datum"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "Size"
107
  msgstr "Grootte"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "User"
111
  msgstr "Gebruiker"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "Page"
115
  msgstr "Pagina"
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "User Fields"
119
  msgstr "Gebruikersvelden"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download"
123
  msgstr "Download"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Download this file"
127
  msgstr "Download dit bestand"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete"
131
  msgstr "Verwijderen"
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Delete this file"
135
  msgstr "Verwijder dit bestand"
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "Sort list based on this column"
139
  msgstr "Sorteer lijst gebaseerd op deze kolom"
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "guest"
143
  msgstr "gast"
144
 
145
+ #: lib/wfu_constants.php:44
146
  msgid "unknown"
147
  msgstr "onbekend"
148
 
149
+ #: lib/wfu_constants.php:46
150
  msgid ""
151
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
152
  "attribute."
154
  "Fout. Kon het ftp doel filedir niet vinden. Controleer het domein in "
155
  "'ftpinfo' attribuut."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
159
  msgstr "Fout. Foutieve ftp informatie. Controleer 'ftpinfo' attribuut."
160
 
161
+ #: lib/wfu_constants.php:48
162
  msgid ""
163
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
164
  "syntax."
166
  "Fout. Kon geen ftp informatie halen uit 'ftpinfo' attribuut. Controleer de "
167
  "syntax."
168
 
169
+ #: lib/wfu_constants.php:49
170
  msgid ""
171
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
172
  "attribute."
174
  "Fout. Kon het ftp bestandsnaamdoel niet vinden. Controleer het domein in "
175
  "'ftpinfo' attribuut."
176
 
177
+ #: lib/wfu_constants.php:50
178
  msgid ""
179
  "Error. Could not open source file for ftp upload. Check if file is "
180
  "accessible."
181
  msgstr ""
182
 
183
+ #: lib/wfu_constants.php:51
184
  msgid "Error. Could not send data to ftp target file."
185
  msgstr ""
186
 
187
+ #: lib/wfu_constants.php:52
188
  msgid ""
189
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
190
  "attribute."
191
  msgstr ""
192
 
193
+ #: lib/wfu_constants.php:53
194
  msgid ""
195
  "Error. Could not authenticate to ftp host. Check username and password in "
196
  "'ftpinfo' attribute."
197
  msgstr ""
198
 
199
+ #: lib/wfu_constants.php:54
200
  msgid ""
201
  "Error. Could not initialize sftp subsystem. Please check if the server "
202
  "supports sftp."
203
  msgstr ""
204
 
205
+ #: lib/wfu_constants.php:55
206
  msgid "Error. The web server does not support sftp."
207
  msgstr ""
208
 
209
+ #: lib/wfu_constants.php:56
210
  msgid ""
211
  "Error. The upload size limit of PHP directive upload_max_filesize is "
212
  "preventing the upload of big files.\n"
216
  "weerhoudt je om grote bestanden te uploaden.\n"
217
  "De PHP directive upload_max_filesize limiet is: "
218
 
219
+ #: lib/wfu_constants.php:57
220
  msgid ""
221
  "The upload time limit of PHP directive max_input_time is preventing the "
222
  "upload of big files.\n"
226
  "van grote bestanden.\n"
227
  "PHP directive max_input_time limiet is: "
228
 
229
+ #: lib/wfu_constants.php:58
230
  msgid ""
231
  "Error. Permission denied to write to target folder.\n"
232
  "Check and correct read/write permissions of target folder."
234
  "Fout. Geen toestemming tot schrijven naar doelmap.\n"
235
  "Controleer en corrigeer de lees/schrijf rechten van de doelmap."
236
 
237
+ #: lib/wfu_constants.php:59
238
  msgid ""
239
  "Error. This file was rejected because its extension is not correct. Its "
240
  "proper filename is: "
242
  "Fout. Dit bestand werd geweigerd omdat de extensie niet correct is. De "
243
  "correcte bestandnaam is: "
244
 
245
+ #: lib/wfu_constants.php:60
246
  msgid ""
247
  "Too many files are uploaded in a short period of time. This may be a Denial-"
248
  "Of-Service attack, so file was rejected. Please check the upload log for "
249
  "suspicious behaviour."
250
  msgstr ""
251
 
252
+ #: lib/wfu_constants.php:61
253
  msgid ""
254
  "File not uploaded in order to prevent overflow of the website. Please "
255
  "contact administrator."
256
  msgstr ""
257
 
258
+ #: lib/wfu_constants.php:62
259
  msgid "Targer folder doesn't exist."
260
  msgstr "Doelmap bestaat niet."
261
 
262
+ #: lib/wfu_constants.php:63
263
  msgid "Upload failed! Missing a temporary folder."
264
  msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
265
 
266
+ #: lib/wfu_constants.php:64
267
  msgid "Upload failed! Permission denied to write to target folder."
268
  msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
269
 
270
+ #: lib/wfu_constants.php:65
271
  msgid "File not allowed."
272
  msgstr "Bestand niet toegelaten."
273
 
274
+ #: lib/wfu_constants.php:66
275
  msgid "File is suspicious and was rejected."
276
  msgstr "Bestand is dubieus en werd niet toegelaten."
277
 
278
+ #: lib/wfu_constants.php:67
279
  msgid "The uploaded file exceeds the file size limit."
280
  msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
281
 
282
+ #: lib/wfu_constants.php:68
283
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
284
  msgstr ""
285
  "Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
286
  "server."
287
 
288
+ #: lib/wfu_constants.php:69
289
  msgid ""
290
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
291
  "Please contact the administrator."
293
  "Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
294
  "server. Neem contact op met de beheerder."
295
 
296
+ #: lib/wfu_constants.php:70
297
  msgid ""
298
  "Upload failed! The duration of the upload exceeded the time limit of the "
299
  "server. Please contact the administrator."
301
  "Upload mislukt! De duur van de upload overschreed de termijn van de server. "
302
  "Neem contact op met de beheerder."
303
 
304
+ #: lib/wfu_constants.php:71
305
  msgid ""
306
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
307
  "was specified in the HTML form."
309
  "Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
310
  "aangegeven voor dit HTML formulier."
311
 
312
+ #: lib/wfu_constants.php:72
313
  msgid "Upload failed! The uploaded file was only partially uploaded."
314
  msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
315
 
316
+ #: lib/wfu_constants.php:73
317
  msgid "Upload failed! No file was uploaded."
318
  msgstr "Upload mislukt! Er werd geen bestand geüpload."
319
 
320
+ #: lib/wfu_constants.php:74
321
  msgid "Upload failed! Failed to write file to disk."
322
  msgstr ""
323
  "Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
324
 
325
+ #: lib/wfu_constants.php:75
326
  msgid ""
327
  "Upload failed! Error occured while moving temporary file. Please contact "
328
  "administrator."
330
  "Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
331
  "tijdelijke bestand. Contacteer de beheerder."
332
 
333
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
334
  msgid "Upload cancelled!"
335
  msgstr "Upload geannuleerd!"
336
 
337
+ #: lib/wfu_constants.php:77
338
  msgid ""
339
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
340
  "a way to ascertain which extension caused the file upload to stop; examining "
344
  "mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
345
  "de lijst met actieve extensies met phpinfo() kan nuttig zijn."
346
 
347
+ #: lib/wfu_constants.php:78
348
  msgid "Upload failed! Error occured while attemting to upload the file."
349
  msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
350
 
351
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
352
  msgid "Upload failed!"
353
  msgstr "Upload mislukt!"
354
 
355
+ #: lib/wfu_constants.php:80
356
  msgid "No file!"
357
  msgstr "Geen bestand!"
358
 
359
+ #: lib/wfu_constants.php:81
360
  msgid ""
361
  "Upload failed! The upload has been canceled by the user or the browser "
362
  "dropped the connection."
364
  "Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
365
  "verbinding met de server werd verbroken."
366
 
367
+ #: lib/wfu_constants.php:82
368
  msgid "Upload failed! Unknown error."
369
  msgstr "Upload mislukt! Onbekende fout."
370
 
371
+ #: lib/wfu_constants.php:83
372
  msgid "Please contact the administrator."
373
  msgstr "Contacteer de beheerder."
374
 
375
+ #: lib/wfu_constants.php:84
376
  msgid "No result from remote server!"
377
  msgstr "Geen resultaten van de server!"
378
 
379
+ #: lib/wfu_constants.php:85
380
  msgid " but with warnings"
381
  msgstr " maar met waarschuwingen"
382
 
383
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
384
  msgid "Warning: JSON parse error."
385
  msgstr "Opgelet: JSON parseerfout."
386
 
387
+ #: lib/wfu_constants.php:87
388
  msgid ""
389
  "Upload parameters of this file, passed as JSON string to the handler, could "
390
  "not be parsed."
392
  "De uploadparameters van dit bestand, doorgegeven als JSON string to the "
393
  "handler, kon niet worden ontleed."
394
 
395
+ #: lib/wfu_constants.php:89
396
  msgid ""
397
  "UploadStates, passed as JSON string to the handler, could not be parsed."
398
  msgstr ""
399
  "UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
400
  "ontleed."
401
 
402
+ #: lib/wfu_constants.php:90
403
  msgid ""
404
  "Redirection to classic form functionality occurred due to unknown error."
405
  msgstr ""
406
  "Doorsturen naar classic form functionaliteit trad op door onbekende fout."
407
 
408
+ #: lib/wfu_constants.php:91
409
  msgid ""
410
  "Redirection to classic form functionality occurred because AJAX is not "
411
  "supported."
413
  "Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
414
  "ondersteund."
415
 
416
+ #: lib/wfu_constants.php:92
417
  msgid ""
418
  "Redirection to classic form functionality occurred because HTML5 is not "
419
  "supported."
421
  "Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
422
  "ondersteund."
423
 
424
+ #: lib/wfu_constants.php:93
425
  msgid ""
426
  "Redirection to classic form functionality occurred due to JSON parse error."
427
  msgstr ""
428
  "Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
429
 
430
+ #: lib/wfu_constants.php:94
431
  msgid "Please enable popup windows from the browser's settings!"
432
  msgstr "Activeer popup vensters in de browserinstellingen!"
433
 
434
+ #: lib/wfu_constants.php:95
435
  msgid "cannot be empty!"
436
  msgstr "kan niet leeg zijn!"
437
 
438
+ #: lib/wfu_constants.php:96
439
  msgid "number not valid!"
440
  msgstr "nummer niet geldig!"
441
 
442
+ #: lib/wfu_constants.php:97
443
  msgid "email not valid!"
444
  msgstr "e-mail niet geldig!"
445
 
446
+ #: lib/wfu_constants.php:98
447
  msgid "emails do not match!"
448
  msgstr "e-mails komen niet overeen!"
449
 
450
+ #: lib/wfu_constants.php:99
451
  msgid "no base email field in group!"
452
  msgstr "geen hoofd e-mailveld in de groep!"
453
 
454
+ #: lib/wfu_constants.php:100
455
  msgid "passwords do not match!"
456
  msgstr "Wachtwoorden komen niet overeen!"
457
 
458
+ #: lib/wfu_constants.php:101
459
  msgid "no base password field in group!"
460
  msgstr "geen hoofd wachtwoordveld in de groep!"
461
 
462
+ #: lib/wfu_constants.php:102
463
  msgid "checkbox unchecked!"
464
  msgstr "checkbox niet aangevinkt!"
465
 
466
+ #: lib/wfu_constants.php:103
467
  msgid "no option selected!"
468
  msgstr "geen optie geselecteerd!"
469
 
470
+ #: lib/wfu_constants.php:104
471
  msgid "no item selected!"
472
  msgstr "geen item geselecteerd!"
473
 
474
+ #: lib/wfu_constants.php:105
475
  msgid ""
476
  "There are more than one instances of the plugin in this page with the same "
477
  "id. Please change it."
479
  "Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
480
  "Pas dit aan."
481
 
482
+ #: lib/wfu_constants.php:106
483
  msgid ""
484
  "Cannot edit the shortcode because the page has been modified. Please reload "
485
  "the page."
487
  "Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
488
  "pagina."
489
 
490
+ #: lib/wfu_constants.php:107
491
  msgid "Your browser does not support webcam capture!"
492
  msgstr ""
493
 
494
+ #: lib/wfu_constants.php:108
495
  msgid "Your browser does not support video recording from the webcam!"
496
  msgstr ""
497
 
498
+ #: lib/wfu_constants.php:109
499
  msgid "No video was recorded!"
500
  msgstr ""
501
 
502
+ #: lib/wfu_constants.php:110
503
  msgid ""
504
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
505
  "or use RecaptchaV2 (no account)."
507
  "FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
508
  "jouw PHP of gebruik RecaptchaV2 (geen account)."
509
 
510
+ #: lib/wfu_constants.php:111
511
  msgid ""
512
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
513
  "notify administrator."
515
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
516
  "Informeer de beheerder."
517
 
518
+ #: lib/wfu_constants.php:112
519
  msgid ""
520
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
521
  "use RecaptchaV1 (no account)."
523
  "FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
524
  "Gebruik RecaptchaV1 (geen account)."
525
 
526
+ #: lib/wfu_constants.php:113
527
  msgid "ERROR: No site key. Please contact administrator!"
528
  msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
529
 
530
+ #: lib/wfu_constants.php:114
531
  msgid ""
532
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
533
  "define Google Recaptcha keys."
535
  "FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
536
  "het Dashboard om de Google Recaptcha sleutels te bepalen."
537
 
538
+ #: lib/wfu_constants.php:115
539
  msgid "Bad captcha image!"
540
  msgstr "Foute captcha afbeelding!"
541
 
542
+ #: lib/wfu_constants.php:116
543
  msgid "No input!"
544
  msgstr "Geen invoer!"
545
 
546
+ #: lib/wfu_constants.php:117
547
  msgid "Captcha not completed!"
548
  msgstr "Captcha niet voltooid!"
549
 
550
+ #: lib/wfu_constants.php:118
551
  msgid "Wrong captcha!"
552
  msgstr "Foute captcha!"
553
 
554
+ #: lib/wfu_constants.php:119
555
  msgid "Error refreshing captcha!"
556
  msgstr "Fout bij het verversen van de captcha!"
557
 
558
+ #: lib/wfu_constants.php:120
559
  msgid "Unknown captcha error!"
560
  msgstr "Onbekende captchafout!"
561
 
562
+ #: lib/wfu_constants.php:121
563
  msgid "Captcha not supported by your browser!"
564
  msgstr "Captcha niet ondersteund door jouw browser!"
565
 
566
+ #: lib/wfu_constants.php:122
567
  msgid "the secret parameter is missing"
568
  msgstr "de geheime parameter ontbreekt"
569
 
570
+ #: lib/wfu_constants.php:123
571
  msgid "the secret parameter is invalid or malformed"
572
  msgstr "de geheime parameter is ongeldig of foutief gevormd"
573
 
574
+ #: lib/wfu_constants.php:124
575
  msgid "the response parameter is missing"
576
  msgstr "de antwoord parameter ontbreekt"
577
 
578
+ #: lib/wfu_constants.php:125
579
  msgid "the response parameter is invalid or malformed"
580
  msgstr "de antwoord parameter is ongeldig of foutief gevormd"
581
 
582
+ #: lib/wfu_constants.php:126
583
  msgid "Please do not use drag drop due to an internal problem."
584
  msgstr "Gebruik geen drag drop wegens een intern probleem."
585
 
586
+ #: lib/wfu_constants.php:127
587
  #, php-format
588
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
589
  msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
590
 
591
+ #: lib/wfu_constants.php:128
592
  msgid "Chunked upload is not allowed!"
593
  msgstr "Blok upload is niet toegestaan!"
594
 
595
+ #: lib/wfu_constants.php:129
596
  msgid "Chunked upload aborted due to error in previous chunk!"
597
  msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
598
 
599
+ #: lib/wfu_constants.php:130
600
  msgid "Chunked upload failed, final file could not be created!"
601
  msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
602
 
603
+ #: lib/wfu_constants.php:131
604
  #, php-format
605
  msgid "Could not write file chuck to destination on chunk %d"
606
  msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
607
 
608
+ #: lib/wfu_constants.php:132
609
  #, php-format
610
  msgid "Could not enlarge destination file on chunk %d"
611
  msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
612
 
613
+ #: lib/wfu_constants.php:133
614
  #, php-format
615
  msgid "Could not open file handles on chunk %d"
616
  msgstr "Kon het bestand op blok %d niet openen"
617
 
618
+ #: lib/wfu_constants.php:134
619
  msgid "You are not allowed to download this file!"
620
  msgstr ""
621
 
622
+ #: lib/wfu_constants.php:135
623
  msgid "File does not exist!"
624
  msgstr ""
625
 
626
+ #: lib/wfu_constants.php:136
627
  msgid "Could not download file!"
628
  msgstr ""
629
 
630
+ #: lib/wfu_constants.php:137
631
  msgid "You are not allowed to delete this file!"
632
  msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
633
 
634
+ #: lib/wfu_constants.php:138
635
  msgid "File was not deleted!"
636
  msgstr ""
637
 
638
+ #: lib/wfu_constants.php:139
639
  msgid "No file was deleted!"
640
  msgstr ""
641
 
642
+ #: lib/wfu_constants.php:140
643
  msgid "Some files were not deleted!"
644
  msgstr ""
645
 
646
+ #: lib/wfu_constants.php:142
647
  msgid "Upload skipped! File already exists."
648
  msgstr "Upload overgeslagen! Bestand bestaat al."
649
 
650
+ #: lib/wfu_constants.php:143
651
  msgid "The extension of the file does not match its contents."
652
  msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
653
 
654
+ #: lib/wfu_constants.php:144
655
  msgid ""
656
  "Upload succeeded but the file is suspicious because its contents do not "
657
  "match its extension. Its proper filename is: "
659
  "Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
660
  "komt met de extensie. De correcte bestandsnaam is "
661
 
662
+ #: lib/wfu_constants.php:145
663
  msgid "No files have been selected!"
664
  msgstr "Er werden geen bestanden geselecteerd!"
665
 
666
+ #: lib/wfu_constants.php:146
667
+ msgid "Please complete the consent question before continuing the upload!"
668
+ msgstr ""
669
+
670
+ #: lib/wfu_constants.php:147
671
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
672
  msgstr ""
673
  "WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
674
  "geüpload."
675
 
676
+ #: lib/wfu_constants.php:148
677
  msgid "Notification email was not sent because there were no files uploaded."
678
  msgstr ""
679
  "Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
680
 
681
+ #: lib/wfu_constants.php:149
682
  msgid ""
683
  "Notification email was not sent because no recipients were defined. Please "
684
  "check notifyrecipients attribute in the shortcode."
686
  "Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
687
  "toegekend. Controleer de notifyrecipients attribuut in de shortcode."
688
 
689
+ #: lib/wfu_constants.php:150
690
  msgid ""
691
  "Notification email was not sent due to an error. Please check "
692
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
694
  "Meldingsmail werd niet verstuurd wegens een fout. Controleer "
695
  "notifyrecipients, notifysubject en notifymessage attributen op fouten."
696
 
697
+ #: lib/wfu_constants.php:151
698
  msgid ""
699
  "Redirection not executed because redirection link is empty. Please check "
700
  "redirectlink attribute."
702
  "Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
703
  "omleidingslink attribuut."
704
 
705
+ #: lib/wfu_constants.php:152
706
  msgid ""
707
  "Redirection not executed because not all files were successfully uploaded."
708
  msgstr ""
709
  "Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
710
  "geüpload."
711
 
712
+ #: lib/wfu_constants.php:153
713
  msgid "Potential Denial-Of-Service Attack on {SITE}"
714
  msgstr ""
715
 
716
+ #: lib/wfu_constants.php:154
717
  msgid ""
718
  "Hello admin\n"
719
  "\n"
733
  "Thanks"
734
  msgstr ""
735
 
736
+ #: lib/wfu_constants.php:155
737
  msgid ""
738
  "You have activated an alternative insecure Iptanus Services Server. For "
739
  "details please contact info@iptanus.com."
740
  msgstr ""
741
 
742
+ #: lib/wfu_constants.php:156
743
  msgid ""
744
  "Iptanus Services Server is unreachable. This may cause problems in some "
745
  "plugin functions. Please contact info@iptanus.com for details."
746
  msgstr ""
747
 
748
+ #: lib/wfu_constants.php:158
749
  msgid ""
750
  "Failed to add the shortcode to the page/post. Please try again. If the "
751
  "message persists, contact administrator."
753
  "De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
754
  "Contacteer de beheerder wanneer dit bericht blijft verschijnen."
755
 
756
+ #: lib/wfu_constants.php:159
757
  msgid ""
758
  "Failed to edit the shortcode because the contents of the page changed. Try "
759
  "again to edit the shortcode."
761
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
762
  "veranderd. Probeer de shortcode opnieuw aan te passen."
763
 
764
+ #: lib/wfu_constants.php:160
765
  msgid ""
766
  "Failed to delete the shortcode because the contents of the page changed. Try "
767
  "again to delete it."
769
  "De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
770
  "veranderd. Probeer opnieuw te verwijderen."
771
 
772
+ #: lib/wfu_constants.php:161
773
  msgid ""
774
  "The page containing the shortcode has been modified and it is no longer "
775
  "valid. Please go back to reload the shortcode."
777
  "De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
778
  "geldig. Ga terug om de shortcode te herladen."
779
 
780
+ #: lib/wfu_constants.php:162
781
  msgid ""
782
  "Failed to update the shortcode because the contents of the page changed. Go "
783
  "back to reload the shortcode."
785
  "Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
786
  "gewijzigd. Ga terug om de shortcode te herladen."
787
 
788
+ #: lib/wfu_constants.php:163
789
  msgid ""
790
  "Failed to update the shortcode. Please try again. If the problem persists, "
791
  "go back and reload the shortcode."
793
  "Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
794
  "blijft voordoen, ga dan terug en herlaadt de shortcode."
795
 
796
+ #: lib/wfu_constants.php:165
797
  msgid "This is a test message"
798
  msgstr "Dit is een testbericht"
799
 
800
+ #: lib/wfu_constants.php:166
801
  msgid "This is a test administrator message"
802
  msgstr "Dit is een test beheerdersbericht"
803
 
804
+ #: lib/wfu_constants.php:167
805
  msgid "File testfile 1 under test"
806
  msgstr "Bestand testfile 1 onder test"
807
 
808
+ #: lib/wfu_constants.php:168
809
  msgid "File testfile 1 message"
810
  msgstr "Bestand testfile 1 bericht"
811
 
812
+ #: lib/wfu_constants.php:169
813
  msgid "File testfile 1 administrator message"
814
  msgstr "Bestand testfile 1 beheerdersbericht"
815
 
816
+ #: lib/wfu_constants.php:170
817
  msgid "File testfile 2 under test"
818
  msgstr "Bestand tesfile 2 onder test"
819
 
820
+ #: lib/wfu_constants.php:171
821
  msgid "File testfile 2 message"
822
  msgstr "Bestand testfile 2 bericht"
823
 
824
+ #: lib/wfu_constants.php:172
825
  msgid "File testfile 2 administrator message"
826
  msgstr "Bestand testfile 2 beheerdersbericht"
827
 
828
+ #: lib/wfu_constants.php:174
829
  msgid ""
830
  "Insert variable %userid% inside text. It will be replaced by the id of the "
831
  "current user."
833
  "Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
834
  "id van de huidige gebruiker."
835
 
836
+ #: lib/wfu_constants.php:175
837
  msgid ""
838
  "Insert variable %username% inside text. It will be replaced by the username "
839
  "of the current user."
841
  "Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
842
  "gebruikersnaam van de huidige gebruiker."
843
 
844
+ #: lib/wfu_constants.php:176
845
  msgid ""
846
  "Insert variable %useremail% inside text. It will be replaced by the email of "
847
  "the current user."
849
  "Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
850
  "het e-mailadres van de huidige gebruiker."
851
 
852
+ #: lib/wfu_constants.php:177
853
  msgid ""
854
  "Insert variable %filename% inside text. It will be replaced by the filename "
855
  "of the uploaded file."
857
  "Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
858
  "bestandsnaam van het geüploade bestand."
859
 
860
+ #: lib/wfu_constants.php:178
861
  msgid ""
862
  "Insert variable %filepath% inside text. It will be replaced by the full "
863
  "filepath of the uploaded file."
865
  "Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
866
  "het volledige bestandspad van het geüploade bestand."
867
 
868
+ #: lib/wfu_constants.php:179
869
  msgid ""
870
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
871
  "the website."
873
  "Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
874
  "blog id van de website."
875
 
876
+ #: lib/wfu_constants.php:180
877
  msgid ""
878
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
879
  "current page."
881
  "Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
882
  "id van de huidige pagina."
883
 
884
+ #: lib/wfu_constants.php:181
885
  msgid ""
886
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
887
  "the current page."
889
  "Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
890
  "de titel van de huidige pagina."
891
 
892
+ #: lib/wfu_constants.php:182
893
  msgid ""
894
  "Insert variable %userdataXXX% inside text. Select the user field from the "
895
  "drop-down list. It will be replaced by the value that the user entered in "
899
  "via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
900
  "in dit veld heeft ingevuld."
901
 
902
+ #: lib/wfu_constants.php:183
903
  msgid "Insert variable %n% inside text to denote a line change."
904
  msgstr ""
905
  "Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
906
 
907
+ #: lib/wfu_constants.php:185
908
  msgid "Test Mode"
909
  msgstr "Test Modus"
910
 
911
+ #: lib/wfu_constants.php:186
912
  msgid "select dir..."
913
  msgstr "selecteer dir..."
914
 
915
+ #: lib/wfu_constants.php:187
916
  msgid "type dir"
917
  msgstr "type dir"
918
 
919
+ #: lib/wfu_constants.php:188
920
  msgid "Upload path: %filepath%"
921
  msgstr "Uploadpad: %filepath%"
922
 
923
+ #: lib/wfu_constants.php:189
924
  msgid "Failed upload path: %filepath%"
925
  msgstr "Foutief uploadpad: %filepath%"
926
 
927
+ #: lib/wfu_constants.php:190
928
  msgid " (required)"
929
  msgstr "(verplicht)"
930
 
931
+ #: lib/wfu_constants.php:191
932
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
933
  msgstr ""
934
  "Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
935
 
936
+ #: lib/wfu_constants.php:192
937
  msgid "checking captcha..."
938
  msgstr "captcha controleren..."
939
 
940
+ #: lib/wfu_constants.php:193
941
  msgid "refreshing..."
942
  msgstr "verversen..."
943
 
944
+ #: lib/wfu_constants.php:194
945
  msgid "correct captcha"
946
  msgstr "correcte captcha"
947
 
948
+ #: lib/wfu_constants.php:195
949
  msgid "click to continue the upload"
950
  msgstr "Klik om door te gaan met uploaden"
951
 
952
+ #: lib/wfu_constants.php:196
953
  msgid "Are you sure you want to delete this file?"
954
  msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
955
 
956
+ #: lib/wfu_constants.php:197
957
  msgid "Are you sure you want to delete these files?"
958
  msgstr ""
959
 
960
+ #: lib/wfu_constants.php:198
961
  msgid "Bulk Actions"
962
  msgstr ""
963
 
964
+ #: lib/wfu_constants.php:199
965
  msgid "Apply"
966
  msgstr ""
967
 
968
+ #: lib/wfu_constants.php:200
969
  msgid "Are you sure that you want to cancel the upload?"
970
  msgstr ""
971
 
972
+ #: lib/wfu_constants.php:201
973
  msgid "cancel upload of this file"
974
  msgstr "uploaden van dit bestand annuleren"
975
 
976
+ #: lib/wfu_constants.php:202
977
  msgid "Upload in progress"
978
  msgstr "Upload is bezig"
979
 
980
+ #: lib/wfu_constants.php:203
981
  msgid "Upload in progress with warnings!"
982
  msgstr "Upload is bezig met waarschuwingen!"
983
 
984
+ #: lib/wfu_constants.php:204
985
  msgid "Upload in progress but some files already failed!"
986
  msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
987
 
988
+ #: lib/wfu_constants.php:205
989
  msgid "Upload in progress but no files uploaded so far!"
990
  msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
991
 
992
+ #: lib/wfu_constants.php:206
993
  msgid "All files uploaded successfully"
994
  msgstr "Alle bestanden met succes geüpload"
995
 
996
+ #: lib/wfu_constants.php:207
997
  msgid "All files uploaded successfully but there are warnings!"
998
  msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
999
 
1000
+ #: lib/wfu_constants.php:208
1001
  msgid "File uploaded successfully but there are warnings!"
1002
  msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
1003
 
1004
+ #: lib/wfu_constants.php:209
1005
  msgid "Some files failed to upload!"
1006
  msgstr "Sommige bestanden werden niet geüpload!"
1007
 
1008
+ #: lib/wfu_constants.php:210
1009
  msgid "All files failed to upload"
1010
  msgstr "Upload mislukt voor alle bestanden"
1011
 
1012
+ #: lib/wfu_constants.php:211
1013
  msgid "File failed to upload"
1014
  msgstr "Upload mislukt voor bestand"
1015
 
1016
+ #: lib/wfu_constants.php:212
1017
  msgid "There are no files to upload!"
1018
  msgstr "Er zijn geen bestanden om te uploaden!"
1019
 
1020
+ #: lib/wfu_constants.php:213
1021
  msgid "Test upload message"
1022
  msgstr "Test upload berciht"
1023
 
1024
+ #: lib/wfu_constants.php:214
1025
  msgid "JSON parse warning!"
1026
  msgstr "JSON parseer waarschuwing!"
1027
 
1028
+ #: lib/wfu_constants.php:215
1029
  msgid "please wait while redirecting..."
1030
  msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
1031
 
1032
+ #: lib/wfu_constants.php:217
1033
  msgid "Submitting data"
1034
  msgstr ""
1035
 
1036
+ #: lib/wfu_constants.php:218
1037
  msgid "Data submitted successfully!"
1038
  msgstr ""
1039
 
1040
+ #: lib/wfu_constants.php:219
1041
  msgid "Data were not submitted!"
1042
  msgstr ""
1043
 
1044
+ #: lib/wfu_constants.php:220
1045
  msgid "Cancelling upload"
1046
  msgstr ""
1047
 
1048
+ #: lib/wfu_constants.php:222
1049
  msgid "Open visual shortcode editor in new window"
1050
  msgstr "Open de visuele shortcode editor in een nieuw venster"
1051
 
1052
+ #: lib/wfu_constants.php:223
1053
  msgid "loading visual editor"
1054
  msgstr "laden visuele editor"
1055
 
1056
+ #: lib/wfu_constants.php:224
1057
  msgid "Clear file list?"
1058
  msgstr "Bestandenlijst wissen?"
1059
 
1060
+ #: lib/wfu_constants.php:225
1061
  msgid "DROP HERE"
1062
  msgstr "PLAATS HIER"
1063
 
1064
+ #: lib/wfu_constants.php:227
1065
  msgid "record video"
1066
  msgstr ""
1067
 
1068
+ #: lib/wfu_constants.php:228
1069
  msgid "take a picture"
1070
  msgstr ""
1071
 
1072
+ #: lib/wfu_constants.php:229
1073
  msgid "turn webcam on/off"
1074
  msgstr ""
1075
 
1076
+ #: lib/wfu_constants.php:230
1077
  msgid "go live again"
1078
  msgstr ""
1079
 
1080
+ #: lib/wfu_constants.php:231
1081
  msgid "end recording"
1082
  msgstr ""
1083
 
1084
+ #: lib/wfu_constants.php:232
1085
  msgid "play"
1086
  msgstr ""
1087
 
1088
+ #: lib/wfu_constants.php:233
1089
  msgid "pause"
1090
  msgstr ""
1091
 
1092
+ #: lib/wfu_constants.php:234
1093
  msgid "go to the beginning"
1094
  msgstr ""
1095
 
1096
+ #: lib/wfu_constants.php:235
1097
  msgid "go to the end"
1098
  msgstr ""
1099
 
1100
+ #: lib/wfu_constants.php:237
1101
  msgid "Wordpress File Upload Form"
1102
  msgstr "Wordpress File Upload Formulier"
1103
 
1104
+ #: lib/wfu_constants.php:238
1105
  msgid "Wordpress File Upload plugin uploader for sidebars"
1106
  msgstr "Wordpress File Upload plugin uploader voor zijbalken"
1107
 
1108
+ #: lib/wfu_constants.php:239
1109
  msgid "Upload Files"
1110
  msgstr "Upload Bestanden"
languages/wp-file-upload-pl_PL.mo CHANGED
Binary file
languages/wp-file-upload-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pl_PL\n"
@@ -90,59 +90,64 @@ msgstr ""
90
  msgid "screenshot"
91
  msgstr ""
92
 
93
- #: lib/wfu_constants.php:31
 
 
 
 
 
94
  msgid "File"
95
  msgstr "Plik"
96
 
97
- #: lib/wfu_constants.php:32
98
  msgid "Date"
99
  msgstr "Data"
100
 
101
- #: lib/wfu_constants.php:33
102
  msgid "Size"
103
  msgstr "Rozmiar"
104
 
105
- #: lib/wfu_constants.php:34
106
  msgid "User"
107
  msgstr "Użytkownik"
108
 
109
- #: lib/wfu_constants.php:35
110
  msgid "Page"
111
  msgstr "Strona"
112
 
113
- #: lib/wfu_constants.php:36
114
  msgid "User Fields"
115
  msgstr ""
116
 
117
- #: lib/wfu_constants.php:37
118
  msgid "Download"
119
  msgstr ""
120
 
121
- #: lib/wfu_constants.php:38
122
  msgid "Download this file"
123
  msgstr ""
124
 
125
- #: lib/wfu_constants.php:39
126
  msgid "Delete"
127
  msgstr ""
128
 
129
- #: lib/wfu_constants.php:40
130
  msgid "Delete this file"
131
  msgstr ""
132
 
133
- #: lib/wfu_constants.php:41
134
  msgid "Sort list based on this column"
135
  msgstr ""
136
 
137
- #: lib/wfu_constants.php:42
138
  msgid "guest"
139
  msgstr ""
140
 
141
- #: lib/wfu_constants.php:43
142
  msgid "unknown"
143
  msgstr ""
144
 
145
- #: lib/wfu_constants.php:45
146
  msgid ""
147
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
148
  "attribute."
@@ -150,11 +155,11 @@ msgstr ""
150
  "Błąd. Nie można rozpoznać ftp cel filedir. Sprawdzanie domeny atrybutu "
151
  "'ftpinfo'."
152
 
153
- #: lib/wfu_constants.php:46
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr "Błąd. Informacje nieprawidłowe ftp. Sprawdź atrybut \"ftpinfo\"."
156
 
157
- #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
@@ -162,7 +167,7 @@ msgstr ""
162
  "Błąd. Nie można wyodrębnić informacje ftp z atrybutu 'ftpinfo'. Sprawdzanie "
163
  "składni."
164
 
165
- #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
@@ -170,39 +175,39 @@ msgstr ""
170
  "Błąd. Nie można rozpoznać ftp pliku miejsce docelowe. Sprawdzanie domeny "
171
  "atrybutu 'ftpinfo'."
172
 
173
- #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. Could not open source file for ftp upload. Check if file is "
176
  "accessible."
177
  msgstr ""
178
 
179
- #: lib/wfu_constants.php:50
180
  msgid "Error. Could not send data to ftp target file."
181
  msgstr ""
182
 
183
- #: lib/wfu_constants.php:51
184
  msgid ""
185
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
186
  "attribute."
187
  msgstr ""
188
 
189
- #: lib/wfu_constants.php:52
190
  msgid ""
191
  "Error. Could not authenticate to ftp host. Check username and password in "
192
  "'ftpinfo' attribute."
193
  msgstr ""
194
 
195
- #: lib/wfu_constants.php:53
196
  msgid ""
197
  "Error. Could not initialize sftp subsystem. Please check if the server "
198
  "supports sftp."
199
  msgstr ""
200
 
201
- #: lib/wfu_constants.php:54
202
  msgid "Error. The web server does not support sftp."
203
  msgstr ""
204
 
205
- #: lib/wfu_constants.php:55
206
  msgid ""
207
  "Error. The upload size limit of PHP directive upload_max_filesize is "
208
  "preventing the upload of big files.\n"
@@ -212,7 +217,7 @@ msgstr ""
212
  "przesyłanie dużych plików.\n"
213
  "PHP dyrektywy upload_max_filesize wynosi:"
214
 
215
- #: lib/wfu_constants.php:56
216
  msgid ""
217
  "The upload time limit of PHP directive max_input_time is preventing the "
218
  "upload of big files.\n"
@@ -222,60 +227,60 @@ msgstr ""
222
  "przesyłanie dużych plików.\n"
223
  "Limit PHP max_input_time dyrektywy jest:"
224
 
225
- #: lib/wfu_constants.php:57
226
  msgid ""
227
  "Error. Permission denied to write to target folder.\n"
228
  "Check and correct read/write permissions of target folder."
229
  msgstr ""
230
 
231
- #: lib/wfu_constants.php:58
232
  msgid ""
233
  "Error. This file was rejected because its extension is not correct. Its "
234
  "proper filename is: "
235
  msgstr ""
236
 
237
- #: lib/wfu_constants.php:59
238
  msgid ""
239
  "Too many files are uploaded in a short period of time. This may be a Denial-"
240
  "Of-Service attack, so file was rejected. Please check the upload log for "
241
  "suspicious behaviour."
242
  msgstr ""
243
 
244
- #: lib/wfu_constants.php:60
245
  msgid ""
246
  "File not uploaded in order to prevent overflow of the website. Please "
247
  "contact administrator."
248
  msgstr ""
249
 
250
- #: lib/wfu_constants.php:61
251
  msgid "Targer folder doesn't exist."
252
  msgstr "Targer folder nie istnieje."
253
 
254
- #: lib/wfu_constants.php:62
255
  msgid "Upload failed! Missing a temporary folder."
256
  msgstr "Brak folderu tymczasowego"
257
 
258
- #: lib/wfu_constants.php:63
259
  msgid "Upload failed! Permission denied to write to target folder."
260
  msgstr "Nie udało się utworzyć folderu"
261
 
262
- #: lib/wfu_constants.php:64
263
  msgid "File not allowed."
264
  msgstr "Rozszerzenie pliku nie jest dozwolone."
265
 
266
- #: lib/wfu_constants.php:65
267
  msgid "File is suspicious and was rejected."
268
  msgstr ""
269
 
270
- #: lib/wfu_constants.php:66
271
  msgid "The uploaded file exceeds the file size limit."
272
  msgstr "Przesłany plik przekracza limit rozmiaru pliku."
273
 
274
- #: lib/wfu_constants.php:67
275
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
276
  msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
277
 
278
- #: lib/wfu_constants.php:68
279
  msgid ""
280
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
281
  "Please contact the administrator."
@@ -283,7 +288,7 @@ msgstr ""
283
  "Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
284
  "serwera. Proszę skontaktuj się z administratorem."
285
 
286
- #: lib/wfu_constants.php:69
287
  msgid ""
288
  "Upload failed! The duration of the upload exceeded the time limit of the "
289
  "server. Please contact the administrator."
@@ -291,7 +296,7 @@ msgstr ""
291
  "Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
292
  "serwera. Proszę skontaktuj się z administratorem."
293
 
294
- #: lib/wfu_constants.php:70
295
  msgid ""
296
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
297
  "was specified in the HTML form."
@@ -299,50 +304,50 @@ msgstr ""
299
  "Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
300
  "MAX_FILE_SIZE, który został określony w formularzu HTML."
301
 
302
- #: lib/wfu_constants.php:71
303
  msgid "Upload failed! The uploaded file was only partially uploaded."
304
  msgstr ""
305
  "Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
306
 
307
- #: lib/wfu_constants.php:72
308
  msgid "Upload failed! No file was uploaded."
309
  msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
310
 
311
- #: lib/wfu_constants.php:73
312
  msgid "Upload failed! Failed to write file to disk."
313
  msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
314
 
315
- #: lib/wfu_constants.php:74
316
  msgid ""
317
  "Upload failed! Error occured while moving temporary file. Please contact "
318
  "administrator."
319
  msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
320
 
321
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
322
  msgid "Upload cancelled!"
323
  msgstr ""
324
 
325
- #: lib/wfu_constants.php:76
326
  msgid ""
327
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
328
  "a way to ascertain which extension caused the file upload to stop; examining "
329
  "the list of loaded extensions with phpinfo() may help."
330
  msgstr ""
331
 
332
- #: lib/wfu_constants.php:77
333
  msgid "Upload failed! Error occured while attemting to upload the file."
334
  msgstr ""
335
  "Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
336
 
337
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
338
  msgid "Upload failed!"
339
  msgstr "BŁĄD PRZESYŁANIA!!!"
340
 
341
- #: lib/wfu_constants.php:79
342
  msgid "No file!"
343
  msgstr "Brak pliku"
344
 
345
- #: lib/wfu_constants.php:80
346
  msgid ""
347
  "Upload failed! The upload has been canceled by the user or the browser "
348
  "dropped the connection."
@@ -350,27 +355,27 @@ msgstr ""
350
  "Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
351
  "lub utracone połączenie."
352
 
353
- #: lib/wfu_constants.php:81
354
  msgid "Upload failed! Unknown error."
355
  msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
356
 
357
- #: lib/wfu_constants.php:82
358
  msgid "Please contact the administrator."
359
  msgstr "Proszę skontaktuj się z administratorem."
360
 
361
- #: lib/wfu_constants.php:83
362
  msgid "No result from remote server!"
363
  msgstr "Nie wynik z serwera zdalnego!"
364
 
365
- #: lib/wfu_constants.php:84
366
  msgid " but with warnings"
367
  msgstr "Ostrzeżenia"
368
 
369
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
370
  msgid "Warning: JSON parse error."
371
  msgstr "\"Błąd analizowania\""
372
 
373
- #: lib/wfu_constants.php:86
374
  msgid ""
375
  "Upload parameters of this file, passed as JSON string to the handler, could "
376
  "not be parsed."
@@ -378,27 +383,27 @@ msgstr ""
378
  "Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
379
  "nie można przeanalizować."
380
 
381
- #: lib/wfu_constants.php:88
382
  msgid ""
383
  "UploadStates, passed as JSON string to the handler, could not be parsed."
384
  msgstr ""
385
  "UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
386
  "przeanalizować."
387
 
388
- #: lib/wfu_constants.php:89
389
  msgid ""
390
  "Redirection to classic form functionality occurred due to unknown error."
391
  msgstr ""
392
  "Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
393
  "błędu."
394
 
395
- #: lib/wfu_constants.php:90
396
  msgid ""
397
  "Redirection to classic form functionality occurred because AJAX is not "
398
  "supported."
399
  msgstr ""
400
 
401
- #: lib/wfu_constants.php:91
402
  msgid ""
403
  "Redirection to classic form functionality occurred because HTML5 is not "
404
  "supported."
@@ -406,58 +411,58 @@ msgstr ""
406
  "Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
407
  "nieobsługiwana."
408
 
409
- #: lib/wfu_constants.php:92
410
  msgid ""
411
  "Redirection to classic form functionality occurred due to JSON parse error."
412
  msgstr ""
413
  "Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
414
  "analizy JSON."
415
 
416
- #: lib/wfu_constants.php:93
417
  msgid "Please enable popup windows from the browser's settings!"
418
  msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
419
 
420
- #: lib/wfu_constants.php:94
421
  msgid "cannot be empty!"
422
  msgstr "Pole nie może być puste!"
423
 
424
- #: lib/wfu_constants.php:95
425
  msgid "number not valid!"
426
  msgstr "Błędny numer!"
427
 
428
- #: lib/wfu_constants.php:96
429
  msgid "email not valid!"
430
  msgstr "Niepoprawny e-mail!"
431
 
432
- #: lib/wfu_constants.php:97
433
  msgid "emails do not match!"
434
  msgstr "e-maile nie pasują!"
435
 
436
- #: lib/wfu_constants.php:98
437
  msgid "no base email field in group!"
438
  msgstr ""
439
 
440
- #: lib/wfu_constants.php:99
441
  msgid "passwords do not match!"
442
  msgstr "Hasła nie są identyczne"
443
 
444
- #: lib/wfu_constants.php:100
445
  msgid "no base password field in group!"
446
  msgstr ""
447
 
448
- #: lib/wfu_constants.php:101
449
  msgid "checkbox unchecked!"
450
  msgstr "niezaznaczone pole wyboru!"
451
 
452
- #: lib/wfu_constants.php:102
453
  msgid "no option selected!"
454
  msgstr "Nie wybrano żadnej opcji"
455
 
456
- #: lib/wfu_constants.php:103
457
  msgid "no item selected!"
458
  msgstr "Nie wybrano żadnego elementu."
459
 
460
- #: lib/wfu_constants.php:104
461
  msgid ""
462
  "There are more than one instances of the plugin in this page with the same "
463
  "id. Please change it."
@@ -465,7 +470,7 @@ msgstr ""
465
  "Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
466
  "identyfikatorze. Zmień go."
467
 
468
- #: lib/wfu_constants.php:105
469
  msgid ""
470
  "Cannot edit the shortcode because the page has been modified. Please reload "
471
  "the page."
@@ -473,184 +478,188 @@ msgstr ""
473
  "Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
474
  "odświeżyć stronę."
475
 
476
- #: lib/wfu_constants.php:106
477
  msgid "Your browser does not support webcam capture!"
478
  msgstr ""
479
 
480
- #: lib/wfu_constants.php:107
481
  msgid "Your browser does not support video recording from the webcam!"
482
  msgstr ""
483
 
484
- #: lib/wfu_constants.php:108
485
  msgid "No video was recorded!"
486
  msgstr ""
487
 
488
- #: lib/wfu_constants.php:109
489
  msgid ""
490
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
491
  "or use RecaptchaV2 (no account)."
492
  msgstr ""
493
 
494
- #: lib/wfu_constants.php:110
495
  msgid ""
496
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
497
  "notify administrator."
498
  msgstr ""
499
 
500
- #: lib/wfu_constants.php:111
501
  msgid ""
502
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
503
  "use RecaptchaV1 (no account)."
504
  msgstr ""
505
 
506
- #: lib/wfu_constants.php:112
507
  msgid "ERROR: No site key. Please contact administrator!"
508
  msgstr ""
509
 
510
- #: lib/wfu_constants.php:113
511
  msgid ""
512
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
513
  "define Google Recaptcha keys."
514
  msgstr ""
515
 
516
- #: lib/wfu_constants.php:114
517
  msgid "Bad captcha image!"
518
  msgstr ""
519
 
520
- #: lib/wfu_constants.php:115
521
  msgid "No input!"
522
  msgstr ""
523
 
524
- #: lib/wfu_constants.php:116
525
  msgid "Captcha not completed!"
526
  msgstr ""
527
 
528
- #: lib/wfu_constants.php:117
529
  msgid "Wrong captcha!"
530
  msgstr ""
531
 
532
- #: lib/wfu_constants.php:118
533
  msgid "Error refreshing captcha!"
534
  msgstr ""
535
 
536
- #: lib/wfu_constants.php:119
537
  msgid "Unknown captcha error!"
538
  msgstr ""
539
 
540
- #: lib/wfu_constants.php:120
541
  msgid "Captcha not supported by your browser!"
542
  msgstr ""
543
 
544
- #: lib/wfu_constants.php:121
545
  msgid "the secret parameter is missing"
546
  msgstr ""
547
 
548
- #: lib/wfu_constants.php:122
549
  msgid "the secret parameter is invalid or malformed"
550
  msgstr ""
551
 
552
- #: lib/wfu_constants.php:123
553
  msgid "the response parameter is missing"
554
  msgstr ""
555
 
556
- #: lib/wfu_constants.php:124
557
  msgid "the response parameter is invalid or malformed"
558
  msgstr ""
559
 
560
- #: lib/wfu_constants.php:125
561
  msgid "Please do not use drag drop due to an internal problem."
562
  msgstr ""
563
 
564
- #: lib/wfu_constants.php:126
565
  #, php-format
566
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
567
  msgstr ""
568
 
569
- #: lib/wfu_constants.php:127
570
  msgid "Chunked upload is not allowed!"
571
  msgstr ""
572
 
573
- #: lib/wfu_constants.php:128
574
  msgid "Chunked upload aborted due to error in previous chunk!"
575
  msgstr ""
576
 
577
- #: lib/wfu_constants.php:129
578
  msgid "Chunked upload failed, final file could not be created!"
579
  msgstr ""
580
 
581
- #: lib/wfu_constants.php:130
582
  #, php-format
583
  msgid "Could not write file chuck to destination on chunk %d"
584
  msgstr ""
585
 
586
- #: lib/wfu_constants.php:131
587
  #, php-format
588
  msgid "Could not enlarge destination file on chunk %d"
589
  msgstr ""
590
 
591
- #: lib/wfu_constants.php:132
592
  #, php-format
593
  msgid "Could not open file handles on chunk %d"
594
  msgstr ""
595
 
596
- #: lib/wfu_constants.php:133
597
  msgid "You are not allowed to download this file!"
598
  msgstr ""
599
 
600
- #: lib/wfu_constants.php:134
601
  msgid "File does not exist!"
602
  msgstr ""
603
 
604
- #: lib/wfu_constants.php:135
605
  msgid "Could not download file!"
606
  msgstr ""
607
 
608
- #: lib/wfu_constants.php:136
609
  msgid "You are not allowed to delete this file!"
610
  msgstr ""
611
 
612
- #: lib/wfu_constants.php:137
613
  msgid "File was not deleted!"
614
  msgstr ""
615
 
616
- #: lib/wfu_constants.php:138
617
  msgid "No file was deleted!"
618
  msgstr ""
619
 
620
- #: lib/wfu_constants.php:139
621
  msgid "Some files were not deleted!"
622
  msgstr ""
623
 
624
- #: lib/wfu_constants.php:141
625
  msgid "Upload skipped! File already exists."
626
  msgstr "Przepraszamy, ten plik już istnieje!"
627
 
628
- #: lib/wfu_constants.php:142
629
  msgid "The extension of the file does not match its contents."
630
  msgstr ""
631
 
632
- #: lib/wfu_constants.php:143
633
  msgid ""
634
  "Upload succeeded but the file is suspicious because its contents do not "
635
  "match its extension. Its proper filename is: "
636
  msgstr ""
637
 
638
- #: lib/wfu_constants.php:144
639
  msgid "No files have been selected!"
640
  msgstr "Nie wybrano żadnych plików"
641
 
642
- #: lib/wfu_constants.php:145
 
 
 
 
643
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
644
  msgstr ""
645
  "WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
646
 
647
- #: lib/wfu_constants.php:146
648
  msgid "Notification email was not sent because there were no files uploaded."
649
  msgstr ""
650
  "Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
651
  "pliki."
652
 
653
- #: lib/wfu_constants.php:147
654
  msgid ""
655
  "Notification email was not sent because no recipients were defined. Please "
656
  "check notifyrecipients attribute in the shortcode."
@@ -658,7 +667,7 @@ msgstr ""
658
  "Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
659
  "zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
660
 
661
- #: lib/wfu_constants.php:148
662
  msgid ""
663
  "Notification email was not sent due to an error. Please check "
664
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -666,7 +675,7 @@ msgstr ""
666
  "Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
667
  "notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
668
 
669
- #: lib/wfu_constants.php:149
670
  msgid ""
671
  "Redirection not executed because redirection link is empty. Please check "
672
  "redirectlink attribute."
@@ -674,18 +683,18 @@ msgstr ""
674
  "Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
675
  "Sprawdź atrybut redirectlink."
676
 
677
- #: lib/wfu_constants.php:150
678
  msgid ""
679
  "Redirection not executed because not all files were successfully uploaded."
680
  msgstr ""
681
  "Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
682
  "załadowane."
683
 
684
- #: lib/wfu_constants.php:151
685
  msgid "Potential Denial-Of-Service Attack on {SITE}"
686
  msgstr ""
687
 
688
- #: lib/wfu_constants.php:152
689
  msgid ""
690
  "Hello admin\n"
691
  "\n"
@@ -705,19 +714,19 @@ msgid ""
705
  "Thanks"
706
  msgstr ""
707
 
708
- #: lib/wfu_constants.php:153
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:154
715
  msgid ""
716
  "Iptanus Services Server is unreachable. This may cause problems in some "
717
  "plugin functions. Please contact info@iptanus.com for details."
718
  msgstr ""
719
 
720
- #: lib/wfu_constants.php:156
721
  msgid ""
722
  "Failed to add the shortcode to the page/post. Please try again. If the "
723
  "message persists, contact administrator."
@@ -725,7 +734,7 @@ msgstr ""
725
  "Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
726
  "komunikat będzie się powtarzał, skontaktuj się z administratorem."
727
 
728
- #: lib/wfu_constants.php:157
729
  msgid ""
730
  "Failed to edit the shortcode because the contents of the page changed. Try "
731
  "again to edit the shortcode."
@@ -733,7 +742,7 @@ msgstr ""
733
  "Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
734
  "ponownie."
735
 
736
- #: lib/wfu_constants.php:158
737
  msgid ""
738
  "Failed to delete the shortcode because the contents of the page changed. Try "
739
  "again to delete it."
@@ -741,7 +750,7 @@ msgstr ""
741
  "Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
742
  "ponownie."
743
 
744
- #: lib/wfu_constants.php:159
745
  msgid ""
746
  "The page containing the shortcode has been modified and it is no longer "
747
  "valid. Please go back to reload the shortcode."
@@ -749,7 +758,7 @@ msgstr ""
749
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
750
  "przeładować shortcode."
751
 
752
- #: lib/wfu_constants.php:160
753
  msgid ""
754
  "Failed to update the shortcode because the contents of the page changed. Go "
755
  "back to reload the shortcode."
@@ -757,7 +766,7 @@ msgstr ""
757
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
758
  "przeładować shortcode."
759
 
760
- #: lib/wfu_constants.php:161
761
  msgid ""
762
  "Failed to update the shortcode. Please try again. If the problem persists, "
763
  "go back and reload the shortcode."
@@ -765,39 +774,39 @@ msgstr ""
765
  "Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
766
  "nie ustąpi, wrócić i ponownie załadować shortcode."
767
 
768
- #: lib/wfu_constants.php:163
769
  msgid "This is a test message"
770
  msgstr "To jest wiadomość testowa"
771
 
772
- #: lib/wfu_constants.php:164
773
  msgid "This is a test administrator message"
774
  msgstr "To jest wiadomość testowa administratora"
775
 
776
- #: lib/wfu_constants.php:165
777
  msgid "File testfile 1 under test"
778
  msgstr ""
779
 
780
- #: lib/wfu_constants.php:166
781
  msgid "File testfile 1 message"
782
  msgstr ""
783
 
784
- #: lib/wfu_constants.php:167
785
  msgid "File testfile 1 administrator message"
786
  msgstr ""
787
 
788
- #: lib/wfu_constants.php:168
789
  msgid "File testfile 2 under test"
790
  msgstr ""
791
 
792
- #: lib/wfu_constants.php:169
793
  msgid "File testfile 2 message"
794
  msgstr ""
795
 
796
- #: lib/wfu_constants.php:170
797
  msgid "File testfile 2 administrator message"
798
  msgstr ""
799
 
800
- #: lib/wfu_constants.php:172
801
  msgid ""
802
  "Insert variable %userid% inside text. It will be replaced by the id of the "
803
  "current user."
@@ -805,7 +814,7 @@ msgstr ""
805
  "Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
806
  "identyfikator bieżącego użytkownika."
807
 
808
- #: lib/wfu_constants.php:173
809
  msgid ""
810
  "Insert variable %username% inside text. It will be replaced by the username "
811
  "of the current user."
@@ -813,7 +822,7 @@ msgstr ""
813
  "Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
814
  "użytkownika bieżącego użytkownika."
815
 
816
- #: lib/wfu_constants.php:174
817
  msgid ""
818
  "Insert variable %useremail% inside text. It will be replaced by the email of "
819
  "the current user."
@@ -821,7 +830,7 @@ msgstr ""
821
  "Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
822
  "mail bieżącego użytkownika."
823
 
824
- #: lib/wfu_constants.php:175
825
  msgid ""
826
  "Insert variable %filename% inside text. It will be replaced by the filename "
827
  "of the uploaded file."
@@ -829,7 +838,7 @@ msgstr ""
829
  "Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
830
  "pliku przesłane."
831
 
832
- #: lib/wfu_constants.php:176
833
  msgid ""
834
  "Insert variable %filepath% inside text. It will be replaced by the full "
835
  "filepath of the uploaded file."
@@ -837,7 +846,7 @@ msgstr ""
837
  "Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
838
  "filepath przesy┼éanego pliku."
839
 
840
- #: lib/wfu_constants.php:177
841
  msgid ""
842
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
843
  "the website."
@@ -845,13 +854,13 @@ msgstr ""
845
  "Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
846
  "identyfikator blog strony internetowej."
847
 
848
- #: lib/wfu_constants.php:178
849
  msgid ""
850
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
851
  "current page."
852
  msgstr ""
853
 
854
- #: lib/wfu_constants.php:179
855
  msgid ""
856
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
857
  "the current page."
@@ -859,7 +868,7 @@ msgstr ""
859
  "Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
860
  "bieżącej strony."
861
 
862
- #: lib/wfu_constants.php:180
863
  msgid ""
864
  "Insert variable %userdataXXX% inside text. Select the user field from the "
865
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -869,211 +878,211 @@ msgstr ""
869
  "listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
870
  "wpisuje w tej dziedzinie."
871
 
872
- #: lib/wfu_constants.php:181
873
  msgid "Insert variable %n% inside text to denote a line change."
874
  msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
875
 
876
- #: lib/wfu_constants.php:183
877
  msgid "Test Mode"
878
  msgstr "Tryb testowy"
879
 
880
- #: lib/wfu_constants.php:184
881
  msgid "select dir..."
882
  msgstr "Wybierz dir..."
883
 
884
- #: lib/wfu_constants.php:185
885
  msgid "type dir"
886
  msgstr "Typ dir"
887
 
888
- #: lib/wfu_constants.php:186
889
  msgid "Upload path: %filepath%"
890
  msgstr "Wgraj %filepath%"
891
 
892
- #: lib/wfu_constants.php:187
893
  msgid "Failed upload path: %filepath%"
894
  msgstr "Nieudane przesyłanie: %filepath%"
895
 
896
- #: lib/wfu_constants.php:188
897
  msgid " (required)"
898
  msgstr "*"
899
 
900
- #: lib/wfu_constants.php:189
901
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
902
  msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
903
 
904
- #: lib/wfu_constants.php:190
905
  msgid "checking captcha..."
906
  msgstr ""
907
 
908
- #: lib/wfu_constants.php:191
909
  msgid "refreshing..."
910
  msgstr ""
911
 
912
- #: lib/wfu_constants.php:192
913
  msgid "correct captcha"
914
  msgstr ""
915
 
916
- #: lib/wfu_constants.php:193
917
  msgid "click to continue the upload"
918
  msgstr ""
919
 
920
- #: lib/wfu_constants.php:194
921
  msgid "Are you sure you want to delete this file?"
922
  msgstr ""
923
 
924
- #: lib/wfu_constants.php:195
925
  msgid "Are you sure you want to delete these files?"
926
  msgstr ""
927
 
928
- #: lib/wfu_constants.php:196
929
  msgid "Bulk Actions"
930
  msgstr ""
931
 
932
- #: lib/wfu_constants.php:197
933
  msgid "Apply"
934
  msgstr ""
935
 
936
- #: lib/wfu_constants.php:198
937
  msgid "Are you sure that you want to cancel the upload?"
938
  msgstr ""
939
 
940
- #: lib/wfu_constants.php:199
941
  msgid "cancel upload of this file"
942
  msgstr ""
943
 
944
- #: lib/wfu_constants.php:200
945
  msgid "Upload in progress"
946
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
947
 
948
- #: lib/wfu_constants.php:201
949
  msgid "Upload in progress with warnings!"
950
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
951
 
952
- #: lib/wfu_constants.php:202
953
  msgid "Upload in progress but some files already failed!"
954
  msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
955
 
956
- #: lib/wfu_constants.php:203
957
  msgid "Upload in progress but no files uploaded so far!"
958
  msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
959
 
960
- #: lib/wfu_constants.php:204
961
  msgid "All files uploaded successfully"
962
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
963
 
964
- #: lib/wfu_constants.php:205
965
  msgid "All files uploaded successfully but there are warnings!"
966
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
967
 
968
- #: lib/wfu_constants.php:206
969
  msgid "File uploaded successfully but there are warnings!"
970
  msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
971
 
972
- #: lib/wfu_constants.php:207
973
  msgid "Some files failed to upload!"
974
  msgstr "Niektóre pliki zostały anulowane!"
975
 
976
- #: lib/wfu_constants.php:208
977
  msgid "All files failed to upload"
978
  msgstr "Wszystkie pliki zostały anulowane"
979
 
980
- #: lib/wfu_constants.php:209
981
  msgid "File failed to upload"
982
  msgstr "Nie udało się przesłać pliku"
983
 
984
- #: lib/wfu_constants.php:210
985
  msgid "There are no files to upload!"
986
  msgstr "Brak plików do wysłania"
987
 
988
- #: lib/wfu_constants.php:211
989
  msgid "Test upload message"
990
  msgstr "To jest wiadomość testowa"
991
 
992
- #: lib/wfu_constants.php:212
993
  msgid "JSON parse warning!"
994
  msgstr "JSON analizować ostrzeżenie!"
995
 
996
- #: lib/wfu_constants.php:213
997
  msgid "please wait while redirecting..."
998
  msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
999
 
1000
- #: lib/wfu_constants.php:215
1001
  msgid "Submitting data"
1002
  msgstr ""
1003
 
1004
- #: lib/wfu_constants.php:216
1005
  msgid "Data submitted successfully!"
1006
  msgstr ""
1007
 
1008
- #: lib/wfu_constants.php:217
1009
  msgid "Data were not submitted!"
1010
  msgstr ""
1011
 
1012
- #: lib/wfu_constants.php:218
1013
  msgid "Cancelling upload"
1014
  msgstr ""
1015
 
1016
- #: lib/wfu_constants.php:220
1017
  msgid "Open visual shortcode editor in new window"
1018
  msgstr "Otwórz edytor w nowym oknie"
1019
 
1020
- #: lib/wfu_constants.php:221
1021
  msgid "loading visual editor"
1022
  msgstr "Ładowanie wizualnego edytora"
1023
 
1024
- #: lib/wfu_constants.php:222
1025
  msgid "Clear file list?"
1026
  msgstr ""
1027
 
1028
- #: lib/wfu_constants.php:223
1029
  msgid "DROP HERE"
1030
  msgstr ""
1031
 
1032
- #: lib/wfu_constants.php:225
1033
  msgid "record video"
1034
  msgstr ""
1035
 
1036
- #: lib/wfu_constants.php:226
1037
  msgid "take a picture"
1038
  msgstr ""
1039
 
1040
- #: lib/wfu_constants.php:227
1041
  msgid "turn webcam on/off"
1042
  msgstr ""
1043
 
1044
- #: lib/wfu_constants.php:228
1045
  msgid "go live again"
1046
  msgstr ""
1047
 
1048
- #: lib/wfu_constants.php:229
1049
  msgid "end recording"
1050
  msgstr ""
1051
 
1052
- #: lib/wfu_constants.php:230
1053
  msgid "play"
1054
  msgstr ""
1055
 
1056
- #: lib/wfu_constants.php:231
1057
  msgid "pause"
1058
  msgstr ""
1059
 
1060
- #: lib/wfu_constants.php:232
1061
  msgid "go to the beginning"
1062
  msgstr ""
1063
 
1064
- #: lib/wfu_constants.php:233
1065
  msgid "go to the end"
1066
  msgstr ""
1067
 
1068
- #: lib/wfu_constants.php:235
1069
  msgid "Wordpress File Upload Form"
1070
  msgstr "Formularz przesyłania plików WPFU"
1071
 
1072
- #: lib/wfu_constants.php:236
1073
  msgid "Wordpress File Upload plugin uploader for sidebars"
1074
  msgstr ""
1075
 
1076
- #: lib/wfu_constants.php:237
1077
  msgid "Upload Files"
1078
  msgstr ""
1079
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:04+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:04+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: pl_PL\n"
90
  msgid "screenshot"
91
  msgstr ""
92
 
93
+ #: lib/wfu_constants.php:30
94
+ msgid ""
95
+ "By activating this option I agree to let the website keep my personal data"
96
+ msgstr ""
97
+
98
+ #: lib/wfu_constants.php:32
99
  msgid "File"
100
  msgstr "Plik"
101
 
102
+ #: lib/wfu_constants.php:33
103
  msgid "Date"
104
  msgstr "Data"
105
 
106
+ #: lib/wfu_constants.php:34
107
  msgid "Size"
108
  msgstr "Rozmiar"
109
 
110
+ #: lib/wfu_constants.php:35
111
  msgid "User"
112
  msgstr "Użytkownik"
113
 
114
+ #: lib/wfu_constants.php:36
115
  msgid "Page"
116
  msgstr "Strona"
117
 
118
+ #: lib/wfu_constants.php:37
119
  msgid "User Fields"
120
  msgstr ""
121
 
122
+ #: lib/wfu_constants.php:38
123
  msgid "Download"
124
  msgstr ""
125
 
126
+ #: lib/wfu_constants.php:39
127
  msgid "Download this file"
128
  msgstr ""
129
 
130
+ #: lib/wfu_constants.php:40
131
  msgid "Delete"
132
  msgstr ""
133
 
134
+ #: lib/wfu_constants.php:41
135
  msgid "Delete this file"
136
  msgstr ""
137
 
138
+ #: lib/wfu_constants.php:42
139
  msgid "Sort list based on this column"
140
  msgstr ""
141
 
142
+ #: lib/wfu_constants.php:43
143
  msgid "guest"
144
  msgstr ""
145
 
146
+ #: lib/wfu_constants.php:44
147
  msgid "unknown"
148
  msgstr ""
149
 
150
+ #: lib/wfu_constants.php:46
151
  msgid ""
152
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
153
  "attribute."
155
  "Błąd. Nie można rozpoznać ftp cel filedir. Sprawdzanie domeny atrybutu "
156
  "'ftpinfo'."
157
 
158
+ #: lib/wfu_constants.php:47
159
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
160
  msgstr "Błąd. Informacje nieprawidłowe ftp. Sprawdź atrybut \"ftpinfo\"."
161
 
162
+ #: lib/wfu_constants.php:48
163
  msgid ""
164
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
165
  "syntax."
167
  "Błąd. Nie można wyodrębnić informacje ftp z atrybutu 'ftpinfo'. Sprawdzanie "
168
  "składni."
169
 
170
+ #: lib/wfu_constants.php:49
171
  msgid ""
172
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
173
  "attribute."
175
  "Błąd. Nie można rozpoznać ftp pliku miejsce docelowe. Sprawdzanie domeny "
176
  "atrybutu 'ftpinfo'."
177
 
178
+ #: lib/wfu_constants.php:50
179
  msgid ""
180
  "Error. Could not open source file for ftp upload. Check if file is "
181
  "accessible."
182
  msgstr ""
183
 
184
+ #: lib/wfu_constants.php:51
185
  msgid "Error. Could not send data to ftp target file."
186
  msgstr ""
187
 
188
+ #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
191
  "attribute."
192
  msgstr ""
193
 
194
+ #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not authenticate to ftp host. Check username and password in "
197
  "'ftpinfo' attribute."
198
  msgstr ""
199
 
200
+ #: lib/wfu_constants.php:54
201
  msgid ""
202
  "Error. Could not initialize sftp subsystem. Please check if the server "
203
  "supports sftp."
204
  msgstr ""
205
 
206
+ #: lib/wfu_constants.php:55
207
  msgid "Error. The web server does not support sftp."
208
  msgstr ""
209
 
210
+ #: lib/wfu_constants.php:56
211
  msgid ""
212
  "Error. The upload size limit of PHP directive upload_max_filesize is "
213
  "preventing the upload of big files.\n"
217
  "przesyłanie dużych plików.\n"
218
  "PHP dyrektywy upload_max_filesize wynosi:"
219
 
220
+ #: lib/wfu_constants.php:57
221
  msgid ""
222
  "The upload time limit of PHP directive max_input_time is preventing the "
223
  "upload of big files.\n"
227
  "przesyłanie dużych plików.\n"
228
  "Limit PHP max_input_time dyrektywy jest:"
229
 
230
+ #: lib/wfu_constants.php:58
231
  msgid ""
232
  "Error. Permission denied to write to target folder.\n"
233
  "Check and correct read/write permissions of target folder."
234
  msgstr ""
235
 
236
+ #: lib/wfu_constants.php:59
237
  msgid ""
238
  "Error. This file was rejected because its extension is not correct. Its "
239
  "proper filename is: "
240
  msgstr ""
241
 
242
+ #: lib/wfu_constants.php:60
243
  msgid ""
244
  "Too many files are uploaded in a short period of time. This may be a Denial-"
245
  "Of-Service attack, so file was rejected. Please check the upload log for "
246
  "suspicious behaviour."
247
  msgstr ""
248
 
249
+ #: lib/wfu_constants.php:61
250
  msgid ""
251
  "File not uploaded in order to prevent overflow of the website. Please "
252
  "contact administrator."
253
  msgstr ""
254
 
255
+ #: lib/wfu_constants.php:62
256
  msgid "Targer folder doesn't exist."
257
  msgstr "Targer folder nie istnieje."
258
 
259
+ #: lib/wfu_constants.php:63
260
  msgid "Upload failed! Missing a temporary folder."
261
  msgstr "Brak folderu tymczasowego"
262
 
263
+ #: lib/wfu_constants.php:64
264
  msgid "Upload failed! Permission denied to write to target folder."
265
  msgstr "Nie udało się utworzyć folderu"
266
 
267
+ #: lib/wfu_constants.php:65
268
  msgid "File not allowed."
269
  msgstr "Rozszerzenie pliku nie jest dozwolone."
270
 
271
+ #: lib/wfu_constants.php:66
272
  msgid "File is suspicious and was rejected."
273
  msgstr ""
274
 
275
+ #: lib/wfu_constants.php:67
276
  msgid "The uploaded file exceeds the file size limit."
277
  msgstr "Przesłany plik przekracza limit rozmiaru pliku."
278
 
279
+ #: lib/wfu_constants.php:68
280
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
281
  msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
282
 
283
+ #: lib/wfu_constants.php:69
284
  msgid ""
285
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
286
  "Please contact the administrator."
288
  "Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
289
  "serwera. Proszę skontaktuj się z administratorem."
290
 
291
+ #: lib/wfu_constants.php:70
292
  msgid ""
293
  "Upload failed! The duration of the upload exceeded the time limit of the "
294
  "server. Please contact the administrator."
296
  "Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
297
  "serwera. Proszę skontaktuj się z administratorem."
298
 
299
+ #: lib/wfu_constants.php:71
300
  msgid ""
301
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
302
  "was specified in the HTML form."
304
  "Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
305
  "MAX_FILE_SIZE, który został określony w formularzu HTML."
306
 
307
+ #: lib/wfu_constants.php:72
308
  msgid "Upload failed! The uploaded file was only partially uploaded."
309
  msgstr ""
310
  "Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
311
 
312
+ #: lib/wfu_constants.php:73
313
  msgid "Upload failed! No file was uploaded."
314
  msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
315
 
316
+ #: lib/wfu_constants.php:74
317
  msgid "Upload failed! Failed to write file to disk."
318
  msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
319
 
320
+ #: lib/wfu_constants.php:75
321
  msgid ""
322
  "Upload failed! Error occured while moving temporary file. Please contact "
323
  "administrator."
324
  msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
325
 
326
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
327
  msgid "Upload cancelled!"
328
  msgstr ""
329
 
330
+ #: lib/wfu_constants.php:77
331
  msgid ""
332
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
333
  "a way to ascertain which extension caused the file upload to stop; examining "
334
  "the list of loaded extensions with phpinfo() may help."
335
  msgstr ""
336
 
337
+ #: lib/wfu_constants.php:78
338
  msgid "Upload failed! Error occured while attemting to upload the file."
339
  msgstr ""
340
  "Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
341
 
342
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
343
  msgid "Upload failed!"
344
  msgstr "BŁĄD PRZESYŁANIA!!!"
345
 
346
+ #: lib/wfu_constants.php:80
347
  msgid "No file!"
348
  msgstr "Brak pliku"
349
 
350
+ #: lib/wfu_constants.php:81
351
  msgid ""
352
  "Upload failed! The upload has been canceled by the user or the browser "
353
  "dropped the connection."
355
  "Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
356
  "lub utracone połączenie."
357
 
358
+ #: lib/wfu_constants.php:82
359
  msgid "Upload failed! Unknown error."
360
  msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
361
 
362
+ #: lib/wfu_constants.php:83
363
  msgid "Please contact the administrator."
364
  msgstr "Proszę skontaktuj się z administratorem."
365
 
366
+ #: lib/wfu_constants.php:84
367
  msgid "No result from remote server!"
368
  msgstr "Nie wynik z serwera zdalnego!"
369
 
370
+ #: lib/wfu_constants.php:85
371
  msgid " but with warnings"
372
  msgstr "Ostrzeżenia"
373
 
374
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
375
  msgid "Warning: JSON parse error."
376
  msgstr "\"Błąd analizowania\""
377
 
378
+ #: lib/wfu_constants.php:87
379
  msgid ""
380
  "Upload parameters of this file, passed as JSON string to the handler, could "
381
  "not be parsed."
383
  "Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
384
  "nie można przeanalizować."
385
 
386
+ #: lib/wfu_constants.php:89
387
  msgid ""
388
  "UploadStates, passed as JSON string to the handler, could not be parsed."
389
  msgstr ""
390
  "UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
391
  "przeanalizować."
392
 
393
+ #: lib/wfu_constants.php:90
394
  msgid ""
395
  "Redirection to classic form functionality occurred due to unknown error."
396
  msgstr ""
397
  "Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
398
  "błędu."
399
 
400
+ #: lib/wfu_constants.php:91
401
  msgid ""
402
  "Redirection to classic form functionality occurred because AJAX is not "
403
  "supported."
404
  msgstr ""
405
 
406
+ #: lib/wfu_constants.php:92
407
  msgid ""
408
  "Redirection to classic form functionality occurred because HTML5 is not "
409
  "supported."
411
  "Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
412
  "nieobsługiwana."
413
 
414
+ #: lib/wfu_constants.php:93
415
  msgid ""
416
  "Redirection to classic form functionality occurred due to JSON parse error."
417
  msgstr ""
418
  "Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
419
  "analizy JSON."
420
 
421
+ #: lib/wfu_constants.php:94
422
  msgid "Please enable popup windows from the browser's settings!"
423
  msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
424
 
425
+ #: lib/wfu_constants.php:95
426
  msgid "cannot be empty!"
427
  msgstr "Pole nie może być puste!"
428
 
429
+ #: lib/wfu_constants.php:96
430
  msgid "number not valid!"
431
  msgstr "Błędny numer!"
432
 
433
+ #: lib/wfu_constants.php:97
434
  msgid "email not valid!"
435
  msgstr "Niepoprawny e-mail!"
436
 
437
+ #: lib/wfu_constants.php:98
438
  msgid "emails do not match!"
439
  msgstr "e-maile nie pasują!"
440
 
441
+ #: lib/wfu_constants.php:99
442
  msgid "no base email field in group!"
443
  msgstr ""
444
 
445
+ #: lib/wfu_constants.php:100
446
  msgid "passwords do not match!"
447
  msgstr "Hasła nie są identyczne"
448
 
449
+ #: lib/wfu_constants.php:101
450
  msgid "no base password field in group!"
451
  msgstr ""
452
 
453
+ #: lib/wfu_constants.php:102
454
  msgid "checkbox unchecked!"
455
  msgstr "niezaznaczone pole wyboru!"
456
 
457
+ #: lib/wfu_constants.php:103
458
  msgid "no option selected!"
459
  msgstr "Nie wybrano żadnej opcji"
460
 
461
+ #: lib/wfu_constants.php:104
462
  msgid "no item selected!"
463
  msgstr "Nie wybrano żadnego elementu."
464
 
465
+ #: lib/wfu_constants.php:105
466
  msgid ""
467
  "There are more than one instances of the plugin in this page with the same "
468
  "id. Please change it."
470
  "Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
471
  "identyfikatorze. Zmień go."
472
 
473
+ #: lib/wfu_constants.php:106
474
  msgid ""
475
  "Cannot edit the shortcode because the page has been modified. Please reload "
476
  "the page."
478
  "Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
479
  "odświeżyć stronę."
480
 
481
+ #: lib/wfu_constants.php:107
482
  msgid "Your browser does not support webcam capture!"
483
  msgstr ""
484
 
485
+ #: lib/wfu_constants.php:108
486
  msgid "Your browser does not support video recording from the webcam!"
487
  msgstr ""
488
 
489
+ #: lib/wfu_constants.php:109
490
  msgid "No video was recorded!"
491
  msgstr ""
492
 
493
+ #: lib/wfu_constants.php:110
494
  msgid ""
495
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
496
  "or use RecaptchaV2 (no account)."
497
  msgstr ""
498
 
499
+ #: lib/wfu_constants.php:111
500
  msgid ""
501
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
502
  "notify administrator."
503
  msgstr ""
504
 
505
+ #: lib/wfu_constants.php:112
506
  msgid ""
507
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
508
  "use RecaptchaV1 (no account)."
509
  msgstr ""
510
 
511
+ #: lib/wfu_constants.php:113
512
  msgid "ERROR: No site key. Please contact administrator!"
513
  msgstr ""
514
 
515
+ #: lib/wfu_constants.php:114
516
  msgid ""
517
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
518
  "define Google Recaptcha keys."
519
  msgstr ""
520
 
521
+ #: lib/wfu_constants.php:115
522
  msgid "Bad captcha image!"
523
  msgstr ""
524
 
525
+ #: lib/wfu_constants.php:116
526
  msgid "No input!"
527
  msgstr ""
528
 
529
+ #: lib/wfu_constants.php:117
530
  msgid "Captcha not completed!"
531
  msgstr ""
532
 
533
+ #: lib/wfu_constants.php:118
534
  msgid "Wrong captcha!"
535
  msgstr ""
536
 
537
+ #: lib/wfu_constants.php:119
538
  msgid "Error refreshing captcha!"
539
  msgstr ""
540
 
541
+ #: lib/wfu_constants.php:120
542
  msgid "Unknown captcha error!"
543
  msgstr ""
544
 
545
+ #: lib/wfu_constants.php:121
546
  msgid "Captcha not supported by your browser!"
547
  msgstr ""
548
 
549
+ #: lib/wfu_constants.php:122
550
  msgid "the secret parameter is missing"
551
  msgstr ""
552
 
553
+ #: lib/wfu_constants.php:123
554
  msgid "the secret parameter is invalid or malformed"
555
  msgstr ""
556
 
557
+ #: lib/wfu_constants.php:124
558
  msgid "the response parameter is missing"
559
  msgstr ""
560
 
561
+ #: lib/wfu_constants.php:125
562
  msgid "the response parameter is invalid or malformed"
563
  msgstr ""
564
 
565
+ #: lib/wfu_constants.php:126
566
  msgid "Please do not use drag drop due to an internal problem."
567
  msgstr ""
568
 
569
+ #: lib/wfu_constants.php:127
570
  #, php-format
571
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
572
  msgstr ""
573
 
574
+ #: lib/wfu_constants.php:128
575
  msgid "Chunked upload is not allowed!"
576
  msgstr ""
577
 
578
+ #: lib/wfu_constants.php:129
579
  msgid "Chunked upload aborted due to error in previous chunk!"
580
  msgstr ""
581
 
582
+ #: lib/wfu_constants.php:130
583
  msgid "Chunked upload failed, final file could not be created!"
584
  msgstr ""
585
 
586
+ #: lib/wfu_constants.php:131
587
  #, php-format
588
  msgid "Could not write file chuck to destination on chunk %d"
589
  msgstr ""
590
 
591
+ #: lib/wfu_constants.php:132
592
  #, php-format
593
  msgid "Could not enlarge destination file on chunk %d"
594
  msgstr ""
595
 
596
+ #: lib/wfu_constants.php:133
597
  #, php-format
598
  msgid "Could not open file handles on chunk %d"
599
  msgstr ""
600
 
601
+ #: lib/wfu_constants.php:134
602
  msgid "You are not allowed to download this file!"
603
  msgstr ""
604
 
605
+ #: lib/wfu_constants.php:135
606
  msgid "File does not exist!"
607
  msgstr ""
608
 
609
+ #: lib/wfu_constants.php:136
610
  msgid "Could not download file!"
611
  msgstr ""
612
 
613
+ #: lib/wfu_constants.php:137
614
  msgid "You are not allowed to delete this file!"
615
  msgstr ""
616
 
617
+ #: lib/wfu_constants.php:138
618
  msgid "File was not deleted!"
619
  msgstr ""
620
 
621
+ #: lib/wfu_constants.php:139
622
  msgid "No file was deleted!"
623
  msgstr ""
624
 
625
+ #: lib/wfu_constants.php:140
626
  msgid "Some files were not deleted!"
627
  msgstr ""
628
 
629
+ #: lib/wfu_constants.php:142
630
  msgid "Upload skipped! File already exists."
631
  msgstr "Przepraszamy, ten plik już istnieje!"
632
 
633
+ #: lib/wfu_constants.php:143
634
  msgid "The extension of the file does not match its contents."
635
  msgstr ""
636
 
637
+ #: lib/wfu_constants.php:144
638
  msgid ""
639
  "Upload succeeded but the file is suspicious because its contents do not "
640
  "match its extension. Its proper filename is: "
641
  msgstr ""
642
 
643
+ #: lib/wfu_constants.php:145
644
  msgid "No files have been selected!"
645
  msgstr "Nie wybrano żadnych plików"
646
 
647
+ #: lib/wfu_constants.php:146
648
+ msgid "Please complete the consent question before continuing the upload!"
649
+ msgstr ""
650
+
651
+ #: lib/wfu_constants.php:147
652
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
653
  msgstr ""
654
  "WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
655
 
656
+ #: lib/wfu_constants.php:148
657
  msgid "Notification email was not sent because there were no files uploaded."
658
  msgstr ""
659
  "Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
660
  "pliki."
661
 
662
+ #: lib/wfu_constants.php:149
663
  msgid ""
664
  "Notification email was not sent because no recipients were defined. Please "
665
  "check notifyrecipients attribute in the shortcode."
667
  "Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
668
  "zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
669
 
670
+ #: lib/wfu_constants.php:150
671
  msgid ""
672
  "Notification email was not sent due to an error. Please check "
673
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
675
  "Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
676
  "notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
677
 
678
+ #: lib/wfu_constants.php:151
679
  msgid ""
680
  "Redirection not executed because redirection link is empty. Please check "
681
  "redirectlink attribute."
683
  "Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
684
  "Sprawdź atrybut redirectlink."
685
 
686
+ #: lib/wfu_constants.php:152
687
  msgid ""
688
  "Redirection not executed because not all files were successfully uploaded."
689
  msgstr ""
690
  "Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
691
  "załadowane."
692
 
693
+ #: lib/wfu_constants.php:153
694
  msgid "Potential Denial-Of-Service Attack on {SITE}"
695
  msgstr ""
696
 
697
+ #: lib/wfu_constants.php:154
698
  msgid ""
699
  "Hello admin\n"
700
  "\n"
714
  "Thanks"
715
  msgstr ""
716
 
717
+ #: lib/wfu_constants.php:155
718
  msgid ""
719
  "You have activated an alternative insecure Iptanus Services Server. For "
720
  "details please contact info@iptanus.com."
721
  msgstr ""
722
 
723
+ #: lib/wfu_constants.php:156
724
  msgid ""
725
  "Iptanus Services Server is unreachable. This may cause problems in some "
726
  "plugin functions. Please contact info@iptanus.com for details."
727
  msgstr ""
728
 
729
+ #: lib/wfu_constants.php:158
730
  msgid ""
731
  "Failed to add the shortcode to the page/post. Please try again. If the "
732
  "message persists, contact administrator."
734
  "Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
735
  "komunikat będzie się powtarzał, skontaktuj się z administratorem."
736
 
737
+ #: lib/wfu_constants.php:159
738
  msgid ""
739
  "Failed to edit the shortcode because the contents of the page changed. Try "
740
  "again to edit the shortcode."
742
  "Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
743
  "ponownie."
744
 
745
+ #: lib/wfu_constants.php:160
746
  msgid ""
747
  "Failed to delete the shortcode because the contents of the page changed. Try "
748
  "again to delete it."
750
  "Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
751
  "ponownie."
752
 
753
+ #: lib/wfu_constants.php:161
754
  msgid ""
755
  "The page containing the shortcode has been modified and it is no longer "
756
  "valid. Please go back to reload the shortcode."
758
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
759
  "przeładować shortcode."
760
 
761
+ #: lib/wfu_constants.php:162
762
  msgid ""
763
  "Failed to update the shortcode because the contents of the page changed. Go "
764
  "back to reload the shortcode."
766
  "Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
767
  "przeładować shortcode."
768
 
769
+ #: lib/wfu_constants.php:163
770
  msgid ""
771
  "Failed to update the shortcode. Please try again. If the problem persists, "
772
  "go back and reload the shortcode."
774
  "Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
775
  "nie ustąpi, wrócić i ponownie załadować shortcode."
776
 
777
+ #: lib/wfu_constants.php:165
778
  msgid "This is a test message"
779
  msgstr "To jest wiadomość testowa"
780
 
781
+ #: lib/wfu_constants.php:166
782
  msgid "This is a test administrator message"
783
  msgstr "To jest wiadomość testowa administratora"
784
 
785
+ #: lib/wfu_constants.php:167
786
  msgid "File testfile 1 under test"
787
  msgstr ""
788
 
789
+ #: lib/wfu_constants.php:168
790
  msgid "File testfile 1 message"
791
  msgstr ""
792
 
793
+ #: lib/wfu_constants.php:169
794
  msgid "File testfile 1 administrator message"
795
  msgstr ""
796
 
797
+ #: lib/wfu_constants.php:170
798
  msgid "File testfile 2 under test"
799
  msgstr ""
800
 
801
+ #: lib/wfu_constants.php:171
802
  msgid "File testfile 2 message"
803
  msgstr ""
804
 
805
+ #: lib/wfu_constants.php:172
806
  msgid "File testfile 2 administrator message"
807
  msgstr ""
808
 
809
+ #: lib/wfu_constants.php:174
810
  msgid ""
811
  "Insert variable %userid% inside text. It will be replaced by the id of the "
812
  "current user."
814
  "Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
815
  "identyfikator bieżącego użytkownika."
816
 
817
+ #: lib/wfu_constants.php:175
818
  msgid ""
819
  "Insert variable %username% inside text. It will be replaced by the username "
820
  "of the current user."
822
  "Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
823
  "użytkownika bieżącego użytkownika."
824
 
825
+ #: lib/wfu_constants.php:176
826
  msgid ""
827
  "Insert variable %useremail% inside text. It will be replaced by the email of "
828
  "the current user."
830
  "Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
831
  "mail bieżącego użytkownika."
832
 
833
+ #: lib/wfu_constants.php:177
834
  msgid ""
835
  "Insert variable %filename% inside text. It will be replaced by the filename "
836
  "of the uploaded file."
838
  "Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
839
  "pliku przesłane."
840
 
841
+ #: lib/wfu_constants.php:178
842
  msgid ""
843
  "Insert variable %filepath% inside text. It will be replaced by the full "
844
  "filepath of the uploaded file."
846
  "Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
847
  "filepath przesy┼éanego pliku."
848
 
849
+ #: lib/wfu_constants.php:179
850
  msgid ""
851
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
852
  "the website."
854
  "Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
855
  "identyfikator blog strony internetowej."
856
 
857
+ #: lib/wfu_constants.php:180
858
  msgid ""
859
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
860
  "current page."
861
  msgstr ""
862
 
863
+ #: lib/wfu_constants.php:181
864
  msgid ""
865
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
866
  "the current page."
868
  "Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
869
  "bieżącej strony."
870
 
871
+ #: lib/wfu_constants.php:182
872
  msgid ""
873
  "Insert variable %userdataXXX% inside text. Select the user field from the "
874
  "drop-down list. It will be replaced by the value that the user entered in "
878
  "listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
879
  "wpisuje w tej dziedzinie."
880
 
881
+ #: lib/wfu_constants.php:183
882
  msgid "Insert variable %n% inside text to denote a line change."
883
  msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
884
 
885
+ #: lib/wfu_constants.php:185
886
  msgid "Test Mode"
887
  msgstr "Tryb testowy"
888
 
889
+ #: lib/wfu_constants.php:186
890
  msgid "select dir..."
891
  msgstr "Wybierz dir..."
892
 
893
+ #: lib/wfu_constants.php:187
894
  msgid "type dir"
895
  msgstr "Typ dir"
896
 
897
+ #: lib/wfu_constants.php:188
898
  msgid "Upload path: %filepath%"
899
  msgstr "Wgraj %filepath%"
900
 
901
+ #: lib/wfu_constants.php:189
902
  msgid "Failed upload path: %filepath%"
903
  msgstr "Nieudane przesyłanie: %filepath%"
904
 
905
+ #: lib/wfu_constants.php:190
906
  msgid " (required)"
907
  msgstr "*"
908
 
909
+ #: lib/wfu_constants.php:191
910
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
911
  msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
912
 
913
+ #: lib/wfu_constants.php:192
914
  msgid "checking captcha..."
915
  msgstr ""
916
 
917
+ #: lib/wfu_constants.php:193
918
  msgid "refreshing..."
919
  msgstr ""
920
 
921
+ #: lib/wfu_constants.php:194
922
  msgid "correct captcha"
923
  msgstr ""
924
 
925
+ #: lib/wfu_constants.php:195
926
  msgid "click to continue the upload"
927
  msgstr ""
928
 
929
+ #: lib/wfu_constants.php:196
930
  msgid "Are you sure you want to delete this file?"
931
  msgstr ""
932
 
933
+ #: lib/wfu_constants.php:197
934
  msgid "Are you sure you want to delete these files?"
935
  msgstr ""
936
 
937
+ #: lib/wfu_constants.php:198
938
  msgid "Bulk Actions"
939
  msgstr ""
940
 
941
+ #: lib/wfu_constants.php:199
942
  msgid "Apply"
943
  msgstr ""
944
 
945
+ #: lib/wfu_constants.php:200
946
  msgid "Are you sure that you want to cancel the upload?"
947
  msgstr ""
948
 
949
+ #: lib/wfu_constants.php:201
950
  msgid "cancel upload of this file"
951
  msgstr ""
952
 
953
+ #: lib/wfu_constants.php:202
954
  msgid "Upload in progress"
955
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
956
 
957
+ #: lib/wfu_constants.php:203
958
  msgid "Upload in progress with warnings!"
959
  msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
960
 
961
+ #: lib/wfu_constants.php:204
962
  msgid "Upload in progress but some files already failed!"
963
  msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
964
 
965
+ #: lib/wfu_constants.php:205
966
  msgid "Upload in progress but no files uploaded so far!"
967
  msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
968
 
969
+ #: lib/wfu_constants.php:206
970
  msgid "All files uploaded successfully"
971
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
972
 
973
+ #: lib/wfu_constants.php:207
974
  msgid "All files uploaded successfully but there are warnings!"
975
  msgstr "Przesyłanie plików zakończyło się powodzeniem"
976
 
977
+ #: lib/wfu_constants.php:208
978
  msgid "File uploaded successfully but there are warnings!"
979
  msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
980
 
981
+ #: lib/wfu_constants.php:209
982
  msgid "Some files failed to upload!"
983
  msgstr "Niektóre pliki zostały anulowane!"
984
 
985
+ #: lib/wfu_constants.php:210
986
  msgid "All files failed to upload"
987
  msgstr "Wszystkie pliki zostały anulowane"
988
 
989
+ #: lib/wfu_constants.php:211
990
  msgid "File failed to upload"
991
  msgstr "Nie udało się przesłać pliku"
992
 
993
+ #: lib/wfu_constants.php:212
994
  msgid "There are no files to upload!"
995
  msgstr "Brak plików do wysłania"
996
 
997
+ #: lib/wfu_constants.php:213
998
  msgid "Test upload message"
999
  msgstr "To jest wiadomość testowa"
1000
 
1001
+ #: lib/wfu_constants.php:214
1002
  msgid "JSON parse warning!"
1003
  msgstr "JSON analizować ostrzeżenie!"
1004
 
1005
+ #: lib/wfu_constants.php:215
1006
  msgid "please wait while redirecting..."
1007
  msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
1008
 
1009
+ #: lib/wfu_constants.php:217
1010
  msgid "Submitting data"
1011
  msgstr ""
1012
 
1013
+ #: lib/wfu_constants.php:218
1014
  msgid "Data submitted successfully!"
1015
  msgstr ""
1016
 
1017
+ #: lib/wfu_constants.php:219
1018
  msgid "Data were not submitted!"
1019
  msgstr ""
1020
 
1021
+ #: lib/wfu_constants.php:220
1022
  msgid "Cancelling upload"
1023
  msgstr ""
1024
 
1025
+ #: lib/wfu_constants.php:222
1026
  msgid "Open visual shortcode editor in new window"
1027
  msgstr "Otwórz edytor w nowym oknie"
1028
 
1029
+ #: lib/wfu_constants.php:223
1030
  msgid "loading visual editor"
1031
  msgstr "Ładowanie wizualnego edytora"
1032
 
1033
+ #: lib/wfu_constants.php:224
1034
  msgid "Clear file list?"
1035
  msgstr ""
1036
 
1037
+ #: lib/wfu_constants.php:225
1038
  msgid "DROP HERE"
1039
  msgstr ""
1040
 
1041
+ #: lib/wfu_constants.php:227
1042
  msgid "record video"
1043
  msgstr ""
1044
 
1045
+ #: lib/wfu_constants.php:228
1046
  msgid "take a picture"
1047
  msgstr ""
1048
 
1049
+ #: lib/wfu_constants.php:229
1050
  msgid "turn webcam on/off"
1051
  msgstr ""
1052
 
1053
+ #: lib/wfu_constants.php:230
1054
  msgid "go live again"
1055
  msgstr ""
1056
 
1057
+ #: lib/wfu_constants.php:231
1058
  msgid "end recording"
1059
  msgstr ""
1060
 
1061
+ #: lib/wfu_constants.php:232
1062
  msgid "play"
1063
  msgstr ""
1064
 
1065
+ #: lib/wfu_constants.php:233
1066
  msgid "pause"
1067
  msgstr ""
1068
 
1069
+ #: lib/wfu_constants.php:234
1070
  msgid "go to the beginning"
1071
  msgstr ""
1072
 
1073
+ #: lib/wfu_constants.php:235
1074
  msgid "go to the end"
1075
  msgstr ""
1076
 
1077
+ #: lib/wfu_constants.php:237
1078
  msgid "Wordpress File Upload Form"
1079
  msgstr "Formularz przesyłania plików WPFU"
1080
 
1081
+ #: lib/wfu_constants.php:238
1082
  msgid "Wordpress File Upload plugin uploader for sidebars"
1083
  msgstr ""
1084
 
1085
+ #: lib/wfu_constants.php:239
1086
  msgid "Upload Files"
1087
  msgstr ""
1088
 
languages/wp-file-upload-sr_RS.mo CHANGED
Binary file
languages/wp-file-upload-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sr\n"
@@ -90,59 +90,64 @@ msgstr ""
90
  msgid "screenshot"
91
  msgstr ""
92
 
93
- #: lib/wfu_constants.php:31
 
 
 
 
 
94
  msgid "File"
95
  msgstr "Datoteka"
96
 
97
- #: lib/wfu_constants.php:32
98
  msgid "Date"
99
  msgstr "Датум"
100
 
101
- #: lib/wfu_constants.php:33
102
  msgid "Size"
103
  msgstr "Veličina"
104
 
105
- #: lib/wfu_constants.php:34
106
  msgid "User"
107
  msgstr "Korisnik"
108
 
109
- #: lib/wfu_constants.php:35
110
  msgid "Page"
111
  msgstr "Strana"
112
 
113
- #: lib/wfu_constants.php:36
114
  msgid "User Fields"
115
  msgstr ""
116
 
117
- #: lib/wfu_constants.php:37
118
  msgid "Download"
119
  msgstr "Preuzimanje"
120
 
121
- #: lib/wfu_constants.php:38
122
  msgid "Download this file"
123
  msgstr "Преузми датотеку"
124
 
125
- #: lib/wfu_constants.php:39
126
  msgid "Delete"
127
  msgstr "Obrišite"
128
 
129
- #: lib/wfu_constants.php:40
130
  msgid "Delete this file"
131
  msgstr ""
132
 
133
- #: lib/wfu_constants.php:41
134
  msgid "Sort list based on this column"
135
  msgstr ""
136
 
137
- #: lib/wfu_constants.php:42
138
  msgid "guest"
139
  msgstr ""
140
 
141
- #: lib/wfu_constants.php:43
142
  msgid "unknown"
143
  msgstr ""
144
 
145
- #: lib/wfu_constants.php:45
146
  msgid ""
147
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
148
  "attribute."
@@ -150,11 +155,11 @@ msgstr ""
150
  "Greška. Ciljni direktorijum datoteke nije mogao biti razrešen. Proverite "
151
  "domen u 'ftpinfo' atributu."
152
 
153
- #: lib/wfu_constants.php:46
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr "Greška. Nevažeći ftp podaci. Proverite 'ftpinfo' atribut."
156
 
157
- #: lib/wfu_constants.php:47
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
@@ -162,7 +167,7 @@ msgstr ""
162
  "Greška. Neuspelo izvlačenje ftp podataka iz 'ftpinfo' atributa. Proverite "
163
  "njegovu sintaksu. "
164
 
165
- #: lib/wfu_constants.php:48
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
@@ -170,39 +175,39 @@ msgstr ""
170
  "Greška. Ftp naziv ciljne datoteke nije mogao biti razrešen. Proverite domen "
171
  "u 'ftpinfo' atributu."
172
 
173
- #: lib/wfu_constants.php:49
174
  msgid ""
175
  "Error. Could not open source file for ftp upload. Check if file is "
176
  "accessible."
177
  msgstr ""
178
 
179
- #: lib/wfu_constants.php:50
180
  msgid "Error. Could not send data to ftp target file."
181
  msgstr ""
182
 
183
- #: lib/wfu_constants.php:51
184
  msgid ""
185
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
186
  "attribute."
187
  msgstr ""
188
 
189
- #: lib/wfu_constants.php:52
190
  msgid ""
191
  "Error. Could not authenticate to ftp host. Check username and password in "
192
  "'ftpinfo' attribute."
193
  msgstr ""
194
 
195
- #: lib/wfu_constants.php:53
196
  msgid ""
197
  "Error. Could not initialize sftp subsystem. Please check if the server "
198
  "supports sftp."
199
  msgstr ""
200
 
201
- #: lib/wfu_constants.php:54
202
  msgid "Error. The web server does not support sftp."
203
  msgstr ""
204
 
205
- #: lib/wfu_constants.php:55
206
  msgid ""
207
  "Error. The upload size limit of PHP directive upload_max_filesize is "
208
  "preventing the upload of big files.\n"
@@ -212,7 +217,7 @@ msgstr ""
212
  "datoteke, sprečava otpremanje velikih datoteka. \n"
213
  "PHP direktiva ograničenja otpremi_max_veličinu datoteke je:"
214
 
215
- #: lib/wfu_constants.php:56
216
  msgid ""
217
  "The upload time limit of PHP directive max_input_time is preventing the "
218
  "upload of big files.\n"
@@ -222,7 +227,7 @@ msgstr ""
222
  "otpremanje velikih datoteka. \n"
223
  "PHP direktiva ograničenja max_vreme_unosa je:"
224
 
225
- #: lib/wfu_constants.php:57
226
  msgid ""
227
  "Error. Permission denied to write to target folder.\n"
228
  "Check and correct read/write permissions of target folder."
@@ -230,55 +235,55 @@ msgstr ""
230
  "Greška. Odbijena je dozvola za pisanje u ciljnoj fascikli. Proverite i "
231
  "ispravite dozvole za čitanje/pisanje u ciljnoj fascikli. "
232
 
233
- #: lib/wfu_constants.php:58
234
  msgid ""
235
  "Error. This file was rejected because its extension is not correct. Its "
236
  "proper filename is: "
237
  msgstr ""
238
 
239
- #: lib/wfu_constants.php:59
240
  msgid ""
241
  "Too many files are uploaded in a short period of time. This may be a Denial-"
242
  "Of-Service attack, so file was rejected. Please check the upload log for "
243
  "suspicious behaviour."
244
  msgstr ""
245
 
246
- #: lib/wfu_constants.php:60
247
  msgid ""
248
  "File not uploaded in order to prevent overflow of the website. Please "
249
  "contact administrator."
250
  msgstr ""
251
 
252
- #: lib/wfu_constants.php:61
253
  msgid "Targer folder doesn't exist."
254
  msgstr "Ciljna fascikla ne postoji."
255
 
256
- #: lib/wfu_constants.php:62
257
  msgid "Upload failed! Missing a temporary folder."
258
  msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
259
 
260
- #: lib/wfu_constants.php:63
261
  msgid "Upload failed! Permission denied to write to target folder."
262
  msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
263
 
264
- #: lib/wfu_constants.php:64
265
  msgid "File not allowed."
266
  msgstr "Datoteka nije dozvoljena."
267
 
268
- #: lib/wfu_constants.php:65
269
  msgid "File is suspicious and was rejected."
270
  msgstr ""
271
 
272
- #: lib/wfu_constants.php:66
273
  msgid "The uploaded file exceeds the file size limit."
274
  msgstr ""
275
  "Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
276
 
277
- #: lib/wfu_constants.php:67
278
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
279
  msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
280
 
281
- #: lib/wfu_constants.php:68
282
  msgid ""
283
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
284
  "Please contact the administrator."
@@ -286,7 +291,7 @@ msgstr ""
286
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
287
  "za veličinu datoteke. Obratite se administratoru."
288
 
289
- #: lib/wfu_constants.php:69
290
  msgid ""
291
  "Upload failed! The duration of the upload exceeded the time limit of the "
292
  "server. Please contact the administrator."
@@ -294,7 +299,7 @@ msgstr ""
294
  "Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
295
  "ograničenje servera. Obratite se administratoru."
296
 
297
- #: lib/wfu_constants.php:70
298
  msgid ""
299
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
300
  "was specified in the HTML form."
@@ -302,19 +307,19 @@ msgstr ""
302
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
303
  "MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
304
 
305
- #: lib/wfu_constants.php:71
306
  msgid "Upload failed! The uploaded file was only partially uploaded."
307
  msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
308
 
309
- #: lib/wfu_constants.php:72
310
  msgid "Upload failed! No file was uploaded."
311
  msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
312
 
313
- #: lib/wfu_constants.php:73
314
  msgid "Upload failed! Failed to write file to disk."
315
  msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
316
 
317
- #: lib/wfu_constants.php:74
318
  msgid ""
319
  "Upload failed! Error occured while moving temporary file. Please contact "
320
  "administrator."
@@ -322,11 +327,11 @@ msgstr ""
322
  "Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
323
  "datoteke. Obratite se administratoru."
324
 
325
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
326
  msgid "Upload cancelled!"
327
  msgstr ""
328
 
329
- #: lib/wfu_constants.php:76
330
  msgid ""
331
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
332
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -336,21 +341,21 @@ msgstr ""
336
  "ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
337
  "Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
338
 
339
- #: lib/wfu_constants.php:77
340
  msgid "Upload failed! Error occured while attemting to upload the file."
341
  msgstr ""
342
  "Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
343
  "datoteka."
344
 
345
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
346
  msgid "Upload failed!"
347
  msgstr "Otpremanje neuspešno! "
348
 
349
- #: lib/wfu_constants.php:79
350
  msgid "No file!"
351
  msgstr "Nema datoteke!"
352
 
353
- #: lib/wfu_constants.php:80
354
  msgid ""
355
  "Upload failed! The upload has been canceled by the user or the browser "
356
  "dropped the connection."
@@ -358,27 +363,27 @@ msgstr ""
358
  "Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
359
  "izgubio internet vezu."
360
 
361
- #: lib/wfu_constants.php:81
362
  msgid "Upload failed! Unknown error."
363
  msgstr "Otpremanje neuspešno! Nepoznata greška."
364
 
365
- #: lib/wfu_constants.php:82
366
  msgid "Please contact the administrator."
367
  msgstr "Obratite se administratoru."
368
 
369
- #: lib/wfu_constants.php:83
370
  msgid "No result from remote server!"
371
  msgstr "Nema rezultata sa udaljenog servera!"
372
 
373
- #: lib/wfu_constants.php:84
374
  msgid " but with warnings"
375
  msgstr "ali sa upozorenjima"
376
 
377
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
378
  msgid "Warning: JSON parse error."
379
  msgstr "Upozorenje: Greška prilikom JSON parsiranja."
380
 
381
- #: lib/wfu_constants.php:86
382
  msgid ""
383
  "Upload parameters of this file, passed as JSON string to the handler, could "
384
  "not be parsed."
@@ -386,20 +391,20 @@ msgstr ""
386
  "Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
387
  "mogle biti parsirane. "
388
 
389
- #: lib/wfu_constants.php:88
390
  msgid ""
391
  "UploadStates, passed as JSON string to the handler, could not be parsed."
392
  msgstr ""
393
  "UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
394
 
395
- #: lib/wfu_constants.php:89
396
  msgid ""
397
  "Redirection to classic form functionality occurred due to unknown error."
398
  msgstr ""
399
  "Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
400
  "obrasca."
401
 
402
- #: lib/wfu_constants.php:90
403
  msgid ""
404
  "Redirection to classic form functionality occurred because AJAX is not "
405
  "supported."
@@ -407,7 +412,7 @@ msgstr ""
407
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
408
  "podržan AJAX."
409
 
410
- #: lib/wfu_constants.php:91
411
  msgid ""
412
  "Redirection to classic form functionality occurred because HTML5 is not "
413
  "supported."
@@ -415,58 +420,58 @@ msgstr ""
415
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
416
  "podržan HTML5."
417
 
418
- #: lib/wfu_constants.php:92
419
  msgid ""
420
  "Redirection to classic form functionality occurred due to JSON parse error."
421
  msgstr ""
422
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
423
  "greške prilikom parsiranja."
424
 
425
- #: lib/wfu_constants.php:93
426
  msgid "Please enable popup windows from the browser's settings!"
427
  msgstr ""
428
 
429
- #: lib/wfu_constants.php:94
430
  msgid "cannot be empty!"
431
  msgstr "ne može biti prazno!"
432
 
433
- #: lib/wfu_constants.php:95
434
  msgid "number not valid!"
435
  msgstr ""
436
 
437
- #: lib/wfu_constants.php:96
438
  msgid "email not valid!"
439
  msgstr ""
440
 
441
- #: lib/wfu_constants.php:97
442
  msgid "emails do not match!"
443
  msgstr ""
444
 
445
- #: lib/wfu_constants.php:98
446
  msgid "no base email field in group!"
447
  msgstr ""
448
 
449
- #: lib/wfu_constants.php:99
450
  msgid "passwords do not match!"
451
  msgstr ""
452
 
453
- #: lib/wfu_constants.php:100
454
  msgid "no base password field in group!"
455
  msgstr ""
456
 
457
- #: lib/wfu_constants.php:101
458
  msgid "checkbox unchecked!"
459
  msgstr ""
460
 
461
- #: lib/wfu_constants.php:102
462
  msgid "no option selected!"
463
  msgstr ""
464
 
465
- #: lib/wfu_constants.php:103
466
  msgid "no item selected!"
467
  msgstr ""
468
 
469
- #: lib/wfu_constants.php:104
470
  msgid ""
471
  "There are more than one instances of the plugin in this page with the same "
472
  "id. Please change it."
@@ -474,7 +479,7 @@ msgstr ""
474
  "Na ovoj stranici ima više od jednog primera plugin-a sa istom "
475
  "identifikacijom."
476
 
477
- #: lib/wfu_constants.php:105
478
  msgid ""
479
  "Cannot edit the shortcode because the page has been modified. Please reload "
480
  "the page."
@@ -482,19 +487,19 @@ msgstr ""
482
  "Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
483
  "učitajte stranicu."
484
 
485
- #: lib/wfu_constants.php:106
486
  msgid "Your browser does not support webcam capture!"
487
  msgstr ""
488
 
489
- #: lib/wfu_constants.php:107
490
  msgid "Your browser does not support video recording from the webcam!"
491
  msgstr ""
492
 
493
- #: lib/wfu_constants.php:108
494
  msgid "No video was recorded!"
495
  msgstr ""
496
 
497
- #: lib/wfu_constants.php:109
498
  msgid ""
499
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
500
  "or use RecaptchaV2 (no account)."
@@ -502,23 +507,23 @@ msgstr ""
502
  "GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
503
  "ili koristite RecaptchaV2 (bez naloga)."
504
 
505
- #: lib/wfu_constants.php:110
506
  msgid ""
507
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
508
  "notify administrator."
509
  msgstr ""
510
 
511
- #: lib/wfu_constants.php:111
512
  msgid ""
513
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
514
  "use RecaptchaV1 (no account)."
515
  msgstr ""
516
 
517
- #: lib/wfu_constants.php:112
518
  msgid "ERROR: No site key. Please contact administrator!"
519
  msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
520
 
521
- #: lib/wfu_constants.php:113
522
  msgid ""
523
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
524
  "define Google Recaptcha keys."
@@ -526,151 +531,155 @@ msgstr ""
526
  "GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
527
  "plugin-a da biste odredili Google Recaptcha ključeve."
528
 
529
- #: lib/wfu_constants.php:114
530
  msgid "Bad captcha image!"
531
  msgstr "Loša captcha slika!"
532
 
533
- #: lib/wfu_constants.php:115
534
  msgid "No input!"
535
  msgstr "Nema unosa!"
536
 
537
- #: lib/wfu_constants.php:116
538
  msgid "Captcha not completed!"
539
  msgstr "Captcha nije kompletan!"
540
 
541
- #: lib/wfu_constants.php:117
542
  msgid "Wrong captcha!"
543
  msgstr "Pogrešan captcha!"
544
 
545
- #: lib/wfu_constants.php:118
546
  msgid "Error refreshing captcha!"
547
  msgstr "Greška u osvežavanju captcha!"
548
 
549
- #: lib/wfu_constants.php:119
550
  msgid "Unknown captcha error!"
551
  msgstr "Nepoznata captcha greška!"
552
 
553
- #: lib/wfu_constants.php:120
554
  msgid "Captcha not supported by your browser!"
555
  msgstr "Vaš pretraživač ne podržava captcha!"
556
 
557
- #: lib/wfu_constants.php:121
558
  msgid "the secret parameter is missing"
559
  msgstr "nedostaje tajni parametar"
560
 
561
- #: lib/wfu_constants.php:122
562
  msgid "the secret parameter is invalid or malformed"
563
  msgstr "tajni parametar je nevažeći ili loše formulisan"
564
 
565
- #: lib/wfu_constants.php:123
566
  msgid "the response parameter is missing"
567
  msgstr "nedostaje parametar odgovora "
568
 
569
- #: lib/wfu_constants.php:124
570
  msgid "the response parameter is invalid or malformed"
571
  msgstr "parametar odgovora je nevažeći ili loše formulisan"
572
 
573
- #: lib/wfu_constants.php:125
574
  msgid "Please do not use drag drop due to an internal problem."
575
  msgstr ""
576
  "Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
577
  "problema."
578
 
579
- #: lib/wfu_constants.php:126
580
  #, php-format
581
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
582
  msgstr ""
583
  "Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
584
  "jedinici memorije %d"
585
 
586
- #: lib/wfu_constants.php:127
587
  msgid "Chunked upload is not allowed!"
588
  msgstr "Parcijalno otpremanje nije dozvoljeno!"
589
 
590
- #: lib/wfu_constants.php:128
591
  msgid "Chunked upload aborted due to error in previous chunk!"
592
  msgstr ""
593
  "Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
594
  "memorije!"
595
 
596
- #: lib/wfu_constants.php:129
597
  msgid "Chunked upload failed, final file could not be created!"
598
  msgstr ""
599
  "Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
600
  "kreirati!"
601
 
602
- #: lib/wfu_constants.php:130
603
  #, php-format
604
  msgid "Could not write file chuck to destination on chunk %d"
605
  msgstr ""
606
  "Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
607
 
608
- #: lib/wfu_constants.php:131
609
  #, php-format
610
  msgid "Could not enlarge destination file on chunk %d"
611
  msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
612
 
613
- #: lib/wfu_constants.php:132
614
  #, php-format
615
  msgid "Could not open file handles on chunk %d"
616
  msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
617
 
618
- #: lib/wfu_constants.php:133
619
  msgid "You are not allowed to download this file!"
620
  msgstr ""
621
 
622
- #: lib/wfu_constants.php:134
623
  msgid "File does not exist!"
624
  msgstr ""
625
 
626
- #: lib/wfu_constants.php:135
627
  msgid "Could not download file!"
628
  msgstr ""
629
 
630
- #: lib/wfu_constants.php:136
631
  msgid "You are not allowed to delete this file!"
632
  msgstr ""
633
 
634
- #: lib/wfu_constants.php:137
635
  msgid "File was not deleted!"
636
  msgstr ""
637
 
638
- #: lib/wfu_constants.php:138
639
  msgid "No file was deleted!"
640
  msgstr ""
641
 
642
- #: lib/wfu_constants.php:139
643
  msgid "Some files were not deleted!"
644
  msgstr ""
645
 
646
- #: lib/wfu_constants.php:141
647
  msgid "Upload skipped! File already exists."
648
  msgstr "Otpremanje preskočeno! Datoteka već postoji."
649
 
650
- #: lib/wfu_constants.php:142
651
  msgid "The extension of the file does not match its contents."
652
  msgstr ""
653
 
654
- #: lib/wfu_constants.php:143
655
  msgid ""
656
  "Upload succeeded but the file is suspicious because its contents do not "
657
  "match its extension. Its proper filename is: "
658
  msgstr ""
659
 
660
- #: lib/wfu_constants.php:144
661
  msgid "No files have been selected!"
662
  msgstr "Datoteke nisu odabrane!"
663
 
664
- #: lib/wfu_constants.php:145
 
 
 
 
665
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
666
  msgstr ""
667
  "WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
668
 
669
- #: lib/wfu_constants.php:146
670
  msgid "Notification email was not sent because there were no files uploaded."
671
  msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
672
 
673
- #: lib/wfu_constants.php:147
674
  msgid ""
675
  "Notification email was not sent because no recipients were defined. Please "
676
  "check notifyrecipients attribute in the shortcode."
@@ -678,7 +687,7 @@ msgstr ""
678
  "Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
679
  "notifyrecipients atribut u shortcode-u."
680
 
681
- #: lib/wfu_constants.php:148
682
  msgid ""
683
  "Notification email was not sent due to an error. Please check "
684
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -686,7 +695,7 @@ msgstr ""
686
  "Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
687
  "notifysubject i notifymessage atribute da biste našli greške."
688
 
689
- #: lib/wfu_constants.php:149
690
  msgid ""
691
  "Redirection not executed because redirection link is empty. Please check "
692
  "redirectlink attribute."
@@ -694,17 +703,17 @@ msgstr ""
694
  "Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
695
  "Proverite redirectlink atribut."
696
 
697
- #: lib/wfu_constants.php:150
698
  msgid ""
699
  "Redirection not executed because not all files were successfully uploaded."
700
  msgstr ""
701
  "Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
702
 
703
- #: lib/wfu_constants.php:151
704
  msgid "Potential Denial-Of-Service Attack on {SITE}"
705
  msgstr ""
706
 
707
- #: lib/wfu_constants.php:152
708
  msgid ""
709
  "Hello admin\n"
710
  "\n"
@@ -724,25 +733,25 @@ msgid ""
724
  "Thanks"
725
  msgstr ""
726
 
727
- #: lib/wfu_constants.php:153
728
  msgid ""
729
  "You have activated an alternative insecure Iptanus Services Server. For "
730
  "details please contact info@iptanus.com."
731
  msgstr ""
732
 
733
- #: lib/wfu_constants.php:154
734
  msgid ""
735
  "Iptanus Services Server is unreachable. This may cause problems in some "
736
  "plugin functions. Please contact info@iptanus.com for details."
737
  msgstr ""
738
 
739
- #: lib/wfu_constants.php:156
740
  msgid ""
741
  "Failed to add the shortcode to the page/post. Please try again. If the "
742
  "message persists, contact administrator."
743
  msgstr ""
744
 
745
- #: lib/wfu_constants.php:157
746
  msgid ""
747
  "Failed to edit the shortcode because the contents of the page changed. Try "
748
  "again to edit the shortcode."
@@ -750,7 +759,7 @@ msgstr ""
750
  "Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
751
  "ponovo da uredite shortcode."
752
 
753
- #: lib/wfu_constants.php:158
754
  msgid ""
755
  "Failed to delete the shortcode because the contents of the page changed. Try "
756
  "again to delete it."
@@ -758,7 +767,7 @@ msgstr ""
758
  "Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
759
  "ponovo da ga obrišete."
760
 
761
- #: lib/wfu_constants.php:159
762
  msgid ""
763
  "The page containing the shortcode has been modified and it is no longer "
764
  "valid. Please go back to reload the shortcode."
@@ -766,7 +775,7 @@ msgstr ""
766
  "Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
767
  "da ponovo učitate shortcode."
768
 
769
- #: lib/wfu_constants.php:160
770
  msgid ""
771
  "Failed to update the shortcode because the contents of the page changed. Go "
772
  "back to reload the shortcode."
@@ -774,7 +783,7 @@ msgstr ""
774
  "Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
775
  "da ponovo učitate shortcode."
776
 
777
- #: lib/wfu_constants.php:161
778
  msgid ""
779
  "Failed to update the shortcode. Please try again. If the problem persists, "
780
  "go back and reload the shortcode."
@@ -782,39 +791,39 @@ msgstr ""
782
  "Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
783
  "vratite se i opet učitajte shortcode."
784
 
785
- #: lib/wfu_constants.php:163
786
  msgid "This is a test message"
787
  msgstr "Ovo je poruka testa"
788
 
789
- #: lib/wfu_constants.php:164
790
  msgid "This is a test administrator message"
791
  msgstr "Ovo je poruka testa administratora "
792
 
793
- #: lib/wfu_constants.php:165
794
  msgid "File testfile 1 under test"
795
  msgstr "Datoteka testfile 1 na testiranju"
796
 
797
- #: lib/wfu_constants.php:166
798
  msgid "File testfile 1 message"
799
  msgstr "Datoteka testfile 1 poruka"
800
 
801
- #: lib/wfu_constants.php:167
802
  msgid "File testfile 1 administrator message"
803
  msgstr "Datoteka testfile 1 poruka administratora"
804
 
805
- #: lib/wfu_constants.php:168
806
  msgid "File testfile 2 under test"
807
  msgstr "Datoteka testfile 2 na testiranju"
808
 
809
- #: lib/wfu_constants.php:169
810
  msgid "File testfile 2 message"
811
  msgstr "Datoteka testfile 2 poruka"
812
 
813
- #: lib/wfu_constants.php:170
814
  msgid "File testfile 2 administrator message"
815
  msgstr "Datoteka testfile 2 poruka administratora"
816
 
817
- #: lib/wfu_constants.php:172
818
  msgid ""
819
  "Insert variable %userid% inside text. It will be replaced by the id of the "
820
  "current user."
@@ -822,7 +831,7 @@ msgstr ""
822
  "Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
823
  "korisnika."
824
 
825
- #: lib/wfu_constants.php:173
826
  msgid ""
827
  "Insert variable %username% inside text. It will be replaced by the username "
828
  "of the current user."
@@ -830,7 +839,7 @@ msgstr ""
830
  "Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
831
  "imenom tekućeg korisnika."
832
 
833
- #: lib/wfu_constants.php:174
834
  msgid ""
835
  "Insert variable %useremail% inside text. It will be replaced by the email of "
836
  "the current user."
@@ -838,7 +847,7 @@ msgstr ""
838
  "Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
839
  "korisnika."
840
 
841
- #: lib/wfu_constants.php:175
842
  msgid ""
843
  "Insert variable %filename% inside text. It will be replaced by the filename "
844
  "of the uploaded file."
@@ -846,7 +855,7 @@ msgstr ""
846
  "Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
847
  "otpremljene datoteke."
848
 
849
- #: lib/wfu_constants.php:176
850
  msgid ""
851
  "Insert variable %filepath% inside text. It will be replaced by the full "
852
  "filepath of the uploaded file."
@@ -854,7 +863,7 @@ msgstr ""
854
  "Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
855
  "otpremljene datoteke."
856
 
857
- #: lib/wfu_constants.php:177
858
  msgid ""
859
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
860
  "the website."
@@ -862,7 +871,7 @@ msgstr ""
862
  "Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
863
  "a."
864
 
865
- #: lib/wfu_constants.php:178
866
  msgid ""
867
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
868
  "current page."
@@ -870,7 +879,7 @@ msgstr ""
870
  "Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
871
  "stranice."
872
 
873
- #: lib/wfu_constants.php:179
874
  msgid ""
875
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
876
  "the current page."
@@ -878,7 +887,7 @@ msgstr ""
878
  "Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
879
  "stranice."
880
 
881
- #: lib/wfu_constants.php:180
882
  msgid ""
883
  "Insert variable %userdataXXX% inside text. Select the user field from the "
884
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -887,211 +896,211 @@ msgstr ""
887
  "Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
888
  "opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
889
 
890
- #: lib/wfu_constants.php:181
891
  msgid "Insert variable %n% inside text to denote a line change."
892
  msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
893
 
894
- #: lib/wfu_constants.php:183
895
  msgid "Test Mode"
896
  msgstr "Režim testiranja"
897
 
898
- #: lib/wfu_constants.php:184
899
  msgid "select dir..."
900
  msgstr "odaberite dir..."
901
 
902
- #: lib/wfu_constants.php:185
903
  msgid "type dir"
904
  msgstr "vrsta direktorijuma "
905
 
906
- #: lib/wfu_constants.php:186
907
  msgid "Upload path: %filepath%"
908
  msgstr "Putanja otpremanja: %filepath%"
909
 
910
- #: lib/wfu_constants.php:187
911
  msgid "Failed upload path: %filepath%"
912
  msgstr "Putanja otpremanja neuspešna: %filepath%"
913
 
914
- #: lib/wfu_constants.php:188
915
  msgid " (required)"
916
  msgstr "(obavezna)"
917
 
918
- #: lib/wfu_constants.php:189
919
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
920
  msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
921
 
922
- #: lib/wfu_constants.php:190
923
  msgid "checking captcha..."
924
  msgstr "captcha se proverava..."
925
 
926
- #: lib/wfu_constants.php:191
927
  msgid "refreshing..."
928
  msgstr "osvežava se..."
929
 
930
- #: lib/wfu_constants.php:192
931
  msgid "correct captcha"
932
  msgstr "ispravi captcha"
933
 
934
- #: lib/wfu_constants.php:193
935
  msgid "click to continue the upload"
936
  msgstr "kliknite da biste nastavili otpremanje"
937
 
938
- #: lib/wfu_constants.php:194
939
  msgid "Are you sure you want to delete this file?"
940
  msgstr ""
941
 
942
- #: lib/wfu_constants.php:195
943
  msgid "Are you sure you want to delete these files?"
944
  msgstr ""
945
 
946
- #: lib/wfu_constants.php:196
947
  msgid "Bulk Actions"
948
  msgstr ""
949
 
950
- #: lib/wfu_constants.php:197
951
  msgid "Apply"
952
  msgstr ""
953
 
954
- #: lib/wfu_constants.php:198
955
  msgid "Are you sure that you want to cancel the upload?"
956
  msgstr ""
957
 
958
- #: lib/wfu_constants.php:199
959
  msgid "cancel upload of this file"
960
  msgstr ""
961
 
962
- #: lib/wfu_constants.php:200
963
  msgid "Upload in progress"
964
  msgstr "Otpremanje u toku"
965
 
966
- #: lib/wfu_constants.php:201
967
  msgid "Upload in progress with warnings!"
968
  msgstr "Otpremanje sa upozorenjima u toku!"
969
 
970
- #: lib/wfu_constants.php:202
971
  msgid "Upload in progress but some files already failed!"
972
  msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
973
 
974
- #: lib/wfu_constants.php:203
975
  msgid "Upload in progress but no files uploaded so far!"
976
  msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
977
 
978
- #: lib/wfu_constants.php:204
979
  msgid "All files uploaded successfully"
980
  msgstr "Sve datoteke uspešno su otpremljene"
981
 
982
- #: lib/wfu_constants.php:205
983
  msgid "All files uploaded successfully but there are warnings!"
984
  msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
985
 
986
- #: lib/wfu_constants.php:206
987
  msgid "File uploaded successfully but there are warnings!"
988
  msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
989
 
990
- #: lib/wfu_constants.php:207
991
  msgid "Some files failed to upload!"
992
  msgstr "Neke datoteke nisu otpremljene!"
993
 
994
- #: lib/wfu_constants.php:208
995
  msgid "All files failed to upload"
996
  msgstr "Nijedna datoteka nije otpremljena"
997
 
998
- #: lib/wfu_constants.php:209
999
  msgid "File failed to upload"
1000
  msgstr "Datoteka nije uspešno otpremljena"
1001
 
1002
- #: lib/wfu_constants.php:210
1003
  msgid "There are no files to upload!"
1004
  msgstr "Nema datoteka za otpremanje"
1005
 
1006
- #: lib/wfu_constants.php:211
1007
  msgid "Test upload message"
1008
  msgstr "Testiraj poruku za otpremanje"
1009
 
1010
- #: lib/wfu_constants.php:212
1011
  msgid "JSON parse warning!"
1012
  msgstr "Upozorenje za JSON parsiranje!"
1013
 
1014
- #: lib/wfu_constants.php:213
1015
  msgid "please wait while redirecting..."
1016
  msgstr "Molimo sačekajte preusmeravanje..."
1017
 
1018
- #: lib/wfu_constants.php:215
1019
  msgid "Submitting data"
1020
  msgstr ""
1021
 
1022
- #: lib/wfu_constants.php:216
1023
  msgid "Data submitted successfully!"
1024
  msgstr ""
1025
 
1026
- #: lib/wfu_constants.php:217
1027
  msgid "Data were not submitted!"
1028
  msgstr ""
1029
 
1030
- #: lib/wfu_constants.php:218
1031
  msgid "Cancelling upload"
1032
  msgstr ""
1033
 
1034
- #: lib/wfu_constants.php:220
1035
  msgid "Open visual shortcode editor in new window"
1036
  msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
1037
 
1038
- #: lib/wfu_constants.php:221
1039
  msgid "loading visual editor"
1040
  msgstr "učitavanje vizuelnog uređivača"
1041
 
1042
- #: lib/wfu_constants.php:222
1043
  msgid "Clear file list?"
1044
  msgstr "Obriši listu datoteke?"
1045
 
1046
- #: lib/wfu_constants.php:223
1047
  msgid "DROP HERE"
1048
  msgstr "POZICIONIRAJ OVDE"
1049
 
1050
- #: lib/wfu_constants.php:225
1051
  msgid "record video"
1052
  msgstr ""
1053
 
1054
- #: lib/wfu_constants.php:226
1055
  msgid "take a picture"
1056
  msgstr ""
1057
 
1058
- #: lib/wfu_constants.php:227
1059
  msgid "turn webcam on/off"
1060
  msgstr ""
1061
 
1062
- #: lib/wfu_constants.php:228
1063
  msgid "go live again"
1064
  msgstr ""
1065
 
1066
- #: lib/wfu_constants.php:229
1067
  msgid "end recording"
1068
  msgstr ""
1069
 
1070
- #: lib/wfu_constants.php:230
1071
  msgid "play"
1072
  msgstr ""
1073
 
1074
- #: lib/wfu_constants.php:231
1075
  msgid "pause"
1076
  msgstr ""
1077
 
1078
- #: lib/wfu_constants.php:232
1079
  msgid "go to the beginning"
1080
  msgstr ""
1081
 
1082
- #: lib/wfu_constants.php:233
1083
  msgid "go to the end"
1084
  msgstr ""
1085
 
1086
- #: lib/wfu_constants.php:235
1087
  msgid "Wordpress File Upload Form"
1088
  msgstr ""
1089
 
1090
- #: lib/wfu_constants.php:236
1091
  msgid "Wordpress File Upload plugin uploader for sidebars"
1092
  msgstr ""
1093
 
1094
- #: lib/wfu_constants.php:237
1095
  msgid "Upload Files"
1096
  msgstr ""
1097
 
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:04+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:04+0200\n"
7
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sr\n"
90
  msgid "screenshot"
91
  msgstr ""
92
 
93
+ #: lib/wfu_constants.php:30
94
+ msgid ""
95
+ "By activating this option I agree to let the website keep my personal data"
96
+ msgstr ""
97
+
98
+ #: lib/wfu_constants.php:32
99
  msgid "File"
100
  msgstr "Datoteka"
101
 
102
+ #: lib/wfu_constants.php:33
103
  msgid "Date"
104
  msgstr "Датум"
105
 
106
+ #: lib/wfu_constants.php:34
107
  msgid "Size"
108
  msgstr "Veličina"
109
 
110
+ #: lib/wfu_constants.php:35
111
  msgid "User"
112
  msgstr "Korisnik"
113
 
114
+ #: lib/wfu_constants.php:36
115
  msgid "Page"
116
  msgstr "Strana"
117
 
118
+ #: lib/wfu_constants.php:37
119
  msgid "User Fields"
120
  msgstr ""
121
 
122
+ #: lib/wfu_constants.php:38
123
  msgid "Download"
124
  msgstr "Preuzimanje"
125
 
126
+ #: lib/wfu_constants.php:39
127
  msgid "Download this file"
128
  msgstr "Преузми датотеку"
129
 
130
+ #: lib/wfu_constants.php:40
131
  msgid "Delete"
132
  msgstr "Obrišite"
133
 
134
+ #: lib/wfu_constants.php:41
135
  msgid "Delete this file"
136
  msgstr ""
137
 
138
+ #: lib/wfu_constants.php:42
139
  msgid "Sort list based on this column"
140
  msgstr ""
141
 
142
+ #: lib/wfu_constants.php:43
143
  msgid "guest"
144
  msgstr ""
145
 
146
+ #: lib/wfu_constants.php:44
147
  msgid "unknown"
148
  msgstr ""
149
 
150
+ #: lib/wfu_constants.php:46
151
  msgid ""
152
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
153
  "attribute."
155
  "Greška. Ciljni direktorijum datoteke nije mogao biti razrešen. Proverite "
156
  "domen u 'ftpinfo' atributu."
157
 
158
+ #: lib/wfu_constants.php:47
159
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
160
  msgstr "Greška. Nevažeći ftp podaci. Proverite 'ftpinfo' atribut."
161
 
162
+ #: lib/wfu_constants.php:48
163
  msgid ""
164
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
165
  "syntax."
167
  "Greška. Neuspelo izvlačenje ftp podataka iz 'ftpinfo' atributa. Proverite "
168
  "njegovu sintaksu. "
169
 
170
+ #: lib/wfu_constants.php:49
171
  msgid ""
172
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
173
  "attribute."
175
  "Greška. Ftp naziv ciljne datoteke nije mogao biti razrešen. Proverite domen "
176
  "u 'ftpinfo' atributu."
177
 
178
+ #: lib/wfu_constants.php:50
179
  msgid ""
180
  "Error. Could not open source file for ftp upload. Check if file is "
181
  "accessible."
182
  msgstr ""
183
 
184
+ #: lib/wfu_constants.php:51
185
  msgid "Error. Could not send data to ftp target file."
186
  msgstr ""
187
 
188
+ #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
191
  "attribute."
192
  msgstr ""
193
 
194
+ #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not authenticate to ftp host. Check username and password in "
197
  "'ftpinfo' attribute."
198
  msgstr ""
199
 
200
+ #: lib/wfu_constants.php:54
201
  msgid ""
202
  "Error. Could not initialize sftp subsystem. Please check if the server "
203
  "supports sftp."
204
  msgstr ""
205
 
206
+ #: lib/wfu_constants.php:55
207
  msgid "Error. The web server does not support sftp."
208
  msgstr ""
209
 
210
+ #: lib/wfu_constants.php:56
211
  msgid ""
212
  "Error. The upload size limit of PHP directive upload_max_filesize is "
213
  "preventing the upload of big files.\n"
217
  "datoteke, sprečava otpremanje velikih datoteka. \n"
218
  "PHP direktiva ograničenja otpremi_max_veličinu datoteke je:"
219
 
220
+ #: lib/wfu_constants.php:57
221
  msgid ""
222
  "The upload time limit of PHP directive max_input_time is preventing the "
223
  "upload of big files.\n"
227
  "otpremanje velikih datoteka. \n"
228
  "PHP direktiva ograničenja max_vreme_unosa je:"
229
 
230
+ #: lib/wfu_constants.php:58
231
  msgid ""
232
  "Error. Permission denied to write to target folder.\n"
233
  "Check and correct read/write permissions of target folder."
235
  "Greška. Odbijena je dozvola za pisanje u ciljnoj fascikli. Proverite i "
236
  "ispravite dozvole za čitanje/pisanje u ciljnoj fascikli. "
237
 
238
+ #: lib/wfu_constants.php:59
239
  msgid ""
240
  "Error. This file was rejected because its extension is not correct. Its "
241
  "proper filename is: "
242
  msgstr ""
243
 
244
+ #: lib/wfu_constants.php:60
245
  msgid ""
246
  "Too many files are uploaded in a short period of time. This may be a Denial-"
247
  "Of-Service attack, so file was rejected. Please check the upload log for "
248
  "suspicious behaviour."
249
  msgstr ""
250
 
251
+ #: lib/wfu_constants.php:61
252
  msgid ""
253
  "File not uploaded in order to prevent overflow of the website. Please "
254
  "contact administrator."
255
  msgstr ""
256
 
257
+ #: lib/wfu_constants.php:62
258
  msgid "Targer folder doesn't exist."
259
  msgstr "Ciljna fascikla ne postoji."
260
 
261
+ #: lib/wfu_constants.php:63
262
  msgid "Upload failed! Missing a temporary folder."
263
  msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
264
 
265
+ #: lib/wfu_constants.php:64
266
  msgid "Upload failed! Permission denied to write to target folder."
267
  msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
268
 
269
+ #: lib/wfu_constants.php:65
270
  msgid "File not allowed."
271
  msgstr "Datoteka nije dozvoljena."
272
 
273
+ #: lib/wfu_constants.php:66
274
  msgid "File is suspicious and was rejected."
275
  msgstr ""
276
 
277
+ #: lib/wfu_constants.php:67
278
  msgid "The uploaded file exceeds the file size limit."
279
  msgstr ""
280
  "Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
281
 
282
+ #: lib/wfu_constants.php:68
283
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
284
  msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
285
 
286
+ #: lib/wfu_constants.php:69
287
  msgid ""
288
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
289
  "Please contact the administrator."
291
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
292
  "za veličinu datoteke. Obratite se administratoru."
293
 
294
+ #: lib/wfu_constants.php:70
295
  msgid ""
296
  "Upload failed! The duration of the upload exceeded the time limit of the "
297
  "server. Please contact the administrator."
299
  "Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
300
  "ograničenje servera. Obratite se administratoru."
301
 
302
+ #: lib/wfu_constants.php:71
303
  msgid ""
304
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
305
  "was specified in the HTML form."
307
  "Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
308
  "MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
309
 
310
+ #: lib/wfu_constants.php:72
311
  msgid "Upload failed! The uploaded file was only partially uploaded."
312
  msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
313
 
314
+ #: lib/wfu_constants.php:73
315
  msgid "Upload failed! No file was uploaded."
316
  msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
317
 
318
+ #: lib/wfu_constants.php:74
319
  msgid "Upload failed! Failed to write file to disk."
320
  msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
321
 
322
+ #: lib/wfu_constants.php:75
323
  msgid ""
324
  "Upload failed! Error occured while moving temporary file. Please contact "
325
  "administrator."
327
  "Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
328
  "datoteke. Obratite se administratoru."
329
 
330
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
331
  msgid "Upload cancelled!"
332
  msgstr ""
333
 
334
+ #: lib/wfu_constants.php:77
335
  msgid ""
336
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
337
  "a way to ascertain which extension caused the file upload to stop; examining "
341
  "ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
342
  "Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
343
 
344
+ #: lib/wfu_constants.php:78
345
  msgid "Upload failed! Error occured while attemting to upload the file."
346
  msgstr ""
347
  "Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
348
  "datoteka."
349
 
350
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
351
  msgid "Upload failed!"
352
  msgstr "Otpremanje neuspešno! "
353
 
354
+ #: lib/wfu_constants.php:80
355
  msgid "No file!"
356
  msgstr "Nema datoteke!"
357
 
358
+ #: lib/wfu_constants.php:81
359
  msgid ""
360
  "Upload failed! The upload has been canceled by the user or the browser "
361
  "dropped the connection."
363
  "Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
364
  "izgubio internet vezu."
365
 
366
+ #: lib/wfu_constants.php:82
367
  msgid "Upload failed! Unknown error."
368
  msgstr "Otpremanje neuspešno! Nepoznata greška."
369
 
370
+ #: lib/wfu_constants.php:83
371
  msgid "Please contact the administrator."
372
  msgstr "Obratite se administratoru."
373
 
374
+ #: lib/wfu_constants.php:84
375
  msgid "No result from remote server!"
376
  msgstr "Nema rezultata sa udaljenog servera!"
377
 
378
+ #: lib/wfu_constants.php:85
379
  msgid " but with warnings"
380
  msgstr "ali sa upozorenjima"
381
 
382
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
383
  msgid "Warning: JSON parse error."
384
  msgstr "Upozorenje: Greška prilikom JSON parsiranja."
385
 
386
+ #: lib/wfu_constants.php:87
387
  msgid ""
388
  "Upload parameters of this file, passed as JSON string to the handler, could "
389
  "not be parsed."
391
  "Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
392
  "mogle biti parsirane. "
393
 
394
+ #: lib/wfu_constants.php:89
395
  msgid ""
396
  "UploadStates, passed as JSON string to the handler, could not be parsed."
397
  msgstr ""
398
  "UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
399
 
400
+ #: lib/wfu_constants.php:90
401
  msgid ""
402
  "Redirection to classic form functionality occurred due to unknown error."
403
  msgstr ""
404
  "Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
405
  "obrasca."
406
 
407
+ #: lib/wfu_constants.php:91
408
  msgid ""
409
  "Redirection to classic form functionality occurred because AJAX is not "
410
  "supported."
412
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
413
  "podržan AJAX."
414
 
415
+ #: lib/wfu_constants.php:92
416
  msgid ""
417
  "Redirection to classic form functionality occurred because HTML5 is not "
418
  "supported."
420
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
421
  "podržan HTML5."
422
 
423
+ #: lib/wfu_constants.php:93
424
  msgid ""
425
  "Redirection to classic form functionality occurred due to JSON parse error."
426
  msgstr ""
427
  "Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
428
  "greške prilikom parsiranja."
429
 
430
+ #: lib/wfu_constants.php:94
431
  msgid "Please enable popup windows from the browser's settings!"
432
  msgstr ""
433
 
434
+ #: lib/wfu_constants.php:95
435
  msgid "cannot be empty!"
436
  msgstr "ne može biti prazno!"
437
 
438
+ #: lib/wfu_constants.php:96
439
  msgid "number not valid!"
440
  msgstr ""
441
 
442
+ #: lib/wfu_constants.php:97
443
  msgid "email not valid!"
444
  msgstr ""
445
 
446
+ #: lib/wfu_constants.php:98
447
  msgid "emails do not match!"
448
  msgstr ""
449
 
450
+ #: lib/wfu_constants.php:99
451
  msgid "no base email field in group!"
452
  msgstr ""
453
 
454
+ #: lib/wfu_constants.php:100
455
  msgid "passwords do not match!"
456
  msgstr ""
457
 
458
+ #: lib/wfu_constants.php:101
459
  msgid "no base password field in group!"
460
  msgstr ""
461
 
462
+ #: lib/wfu_constants.php:102
463
  msgid "checkbox unchecked!"
464
  msgstr ""
465
 
466
+ #: lib/wfu_constants.php:103
467
  msgid "no option selected!"
468
  msgstr ""
469
 
470
+ #: lib/wfu_constants.php:104
471
  msgid "no item selected!"
472
  msgstr ""
473
 
474
+ #: lib/wfu_constants.php:105
475
  msgid ""
476
  "There are more than one instances of the plugin in this page with the same "
477
  "id. Please change it."
479
  "Na ovoj stranici ima više od jednog primera plugin-a sa istom "
480
  "identifikacijom."
481
 
482
+ #: lib/wfu_constants.php:106
483
  msgid ""
484
  "Cannot edit the shortcode because the page has been modified. Please reload "
485
  "the page."
487
  "Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
488
  "učitajte stranicu."
489
 
490
+ #: lib/wfu_constants.php:107
491
  msgid "Your browser does not support webcam capture!"
492
  msgstr ""
493
 
494
+ #: lib/wfu_constants.php:108
495
  msgid "Your browser does not support video recording from the webcam!"
496
  msgstr ""
497
 
498
+ #: lib/wfu_constants.php:109
499
  msgid "No video was recorded!"
500
  msgstr ""
501
 
502
+ #: lib/wfu_constants.php:110
503
  msgid ""
504
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
505
  "or use RecaptchaV2 (no account)."
507
  "GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
508
  "ili koristite RecaptchaV2 (bez naloga)."
509
 
510
+ #: lib/wfu_constants.php:111
511
  msgid ""
512
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
513
  "notify administrator."
514
  msgstr ""
515
 
516
+ #: lib/wfu_constants.php:112
517
  msgid ""
518
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
519
  "use RecaptchaV1 (no account)."
520
  msgstr ""
521
 
522
+ #: lib/wfu_constants.php:113
523
  msgid "ERROR: No site key. Please contact administrator!"
524
  msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
525
 
526
+ #: lib/wfu_constants.php:114
527
  msgid ""
528
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
529
  "define Google Recaptcha keys."
531
  "GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
532
  "plugin-a da biste odredili Google Recaptcha ključeve."
533
 
534
+ #: lib/wfu_constants.php:115
535
  msgid "Bad captcha image!"
536
  msgstr "Loša captcha slika!"
537
 
538
+ #: lib/wfu_constants.php:116
539
  msgid "No input!"
540
  msgstr "Nema unosa!"
541
 
542
+ #: lib/wfu_constants.php:117
543
  msgid "Captcha not completed!"
544
  msgstr "Captcha nije kompletan!"
545
 
546
+ #: lib/wfu_constants.php:118
547
  msgid "Wrong captcha!"
548
  msgstr "Pogrešan captcha!"
549
 
550
+ #: lib/wfu_constants.php:119
551
  msgid "Error refreshing captcha!"
552
  msgstr "Greška u osvežavanju captcha!"
553
 
554
+ #: lib/wfu_constants.php:120
555
  msgid "Unknown captcha error!"
556
  msgstr "Nepoznata captcha greška!"
557
 
558
+ #: lib/wfu_constants.php:121
559
  msgid "Captcha not supported by your browser!"
560
  msgstr "Vaš pretraživač ne podržava captcha!"
561
 
562
+ #: lib/wfu_constants.php:122
563
  msgid "the secret parameter is missing"
564
  msgstr "nedostaje tajni parametar"
565
 
566
+ #: lib/wfu_constants.php:123
567
  msgid "the secret parameter is invalid or malformed"
568
  msgstr "tajni parametar je nevažeći ili loše formulisan"
569
 
570
+ #: lib/wfu_constants.php:124
571
  msgid "the response parameter is missing"
572
  msgstr "nedostaje parametar odgovora "
573
 
574
+ #: lib/wfu_constants.php:125
575
  msgid "the response parameter is invalid or malformed"
576
  msgstr "parametar odgovora je nevažeći ili loše formulisan"
577
 
578
+ #: lib/wfu_constants.php:126
579
  msgid "Please do not use drag drop due to an internal problem."
580
  msgstr ""
581
  "Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
582
  "problema."
583
 
584
+ #: lib/wfu_constants.php:127
585
  #, php-format
586
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
587
  msgstr ""
588
  "Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
589
  "jedinici memorije %d"
590
 
591
+ #: lib/wfu_constants.php:128
592
  msgid "Chunked upload is not allowed!"
593
  msgstr "Parcijalno otpremanje nije dozvoljeno!"
594
 
595
+ #: lib/wfu_constants.php:129
596
  msgid "Chunked upload aborted due to error in previous chunk!"
597
  msgstr ""
598
  "Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
599
  "memorije!"
600
 
601
+ #: lib/wfu_constants.php:130
602
  msgid "Chunked upload failed, final file could not be created!"
603
  msgstr ""
604
  "Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
605
  "kreirati!"
606
 
607
+ #: lib/wfu_constants.php:131
608
  #, php-format
609
  msgid "Could not write file chuck to destination on chunk %d"
610
  msgstr ""
611
  "Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
612
 
613
+ #: lib/wfu_constants.php:132
614
  #, php-format
615
  msgid "Could not enlarge destination file on chunk %d"
616
  msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
617
 
618
+ #: lib/wfu_constants.php:133
619
  #, php-format
620
  msgid "Could not open file handles on chunk %d"
621
  msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
622
 
623
+ #: lib/wfu_constants.php:134
624
  msgid "You are not allowed to download this file!"
625
  msgstr ""
626
 
627
+ #: lib/wfu_constants.php:135
628
  msgid "File does not exist!"
629
  msgstr ""
630
 
631
+ #: lib/wfu_constants.php:136
632
  msgid "Could not download file!"
633
  msgstr ""
634
 
635
+ #: lib/wfu_constants.php:137
636
  msgid "You are not allowed to delete this file!"
637
  msgstr ""
638
 
639
+ #: lib/wfu_constants.php:138
640
  msgid "File was not deleted!"
641
  msgstr ""
642
 
643
+ #: lib/wfu_constants.php:139
644
  msgid "No file was deleted!"
645
  msgstr ""
646
 
647
+ #: lib/wfu_constants.php:140
648
  msgid "Some files were not deleted!"
649
  msgstr ""
650
 
651
+ #: lib/wfu_constants.php:142
652
  msgid "Upload skipped! File already exists."
653
  msgstr "Otpremanje preskočeno! Datoteka već postoji."
654
 
655
+ #: lib/wfu_constants.php:143
656
  msgid "The extension of the file does not match its contents."
657
  msgstr ""
658
 
659
+ #: lib/wfu_constants.php:144
660
  msgid ""
661
  "Upload succeeded but the file is suspicious because its contents do not "
662
  "match its extension. Its proper filename is: "
663
  msgstr ""
664
 
665
+ #: lib/wfu_constants.php:145
666
  msgid "No files have been selected!"
667
  msgstr "Datoteke nisu odabrane!"
668
 
669
+ #: lib/wfu_constants.php:146
670
+ msgid "Please complete the consent question before continuing the upload!"
671
+ msgstr ""
672
+
673
+ #: lib/wfu_constants.php:147
674
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
675
  msgstr ""
676
  "WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
677
 
678
+ #: lib/wfu_constants.php:148
679
  msgid "Notification email was not sent because there were no files uploaded."
680
  msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
681
 
682
+ #: lib/wfu_constants.php:149
683
  msgid ""
684
  "Notification email was not sent because no recipients were defined. Please "
685
  "check notifyrecipients attribute in the shortcode."
687
  "Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
688
  "notifyrecipients atribut u shortcode-u."
689
 
690
+ #: lib/wfu_constants.php:150
691
  msgid ""
692
  "Notification email was not sent due to an error. Please check "
693
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
695
  "Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
696
  "notifysubject i notifymessage atribute da biste našli greške."
697
 
698
+ #: lib/wfu_constants.php:151
699
  msgid ""
700
  "Redirection not executed because redirection link is empty. Please check "
701
  "redirectlink attribute."
703
  "Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
704
  "Proverite redirectlink atribut."
705
 
706
+ #: lib/wfu_constants.php:152
707
  msgid ""
708
  "Redirection not executed because not all files were successfully uploaded."
709
  msgstr ""
710
  "Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
711
 
712
+ #: lib/wfu_constants.php:153
713
  msgid "Potential Denial-Of-Service Attack on {SITE}"
714
  msgstr ""
715
 
716
+ #: lib/wfu_constants.php:154
717
  msgid ""
718
  "Hello admin\n"
719
  "\n"
733
  "Thanks"
734
  msgstr ""
735
 
736
+ #: lib/wfu_constants.php:155
737
  msgid ""
738
  "You have activated an alternative insecure Iptanus Services Server. For "
739
  "details please contact info@iptanus.com."
740
  msgstr ""
741
 
742
+ #: lib/wfu_constants.php:156
743
  msgid ""
744
  "Iptanus Services Server is unreachable. This may cause problems in some "
745
  "plugin functions. Please contact info@iptanus.com for details."
746
  msgstr ""
747
 
748
+ #: lib/wfu_constants.php:158
749
  msgid ""
750
  "Failed to add the shortcode to the page/post. Please try again. If the "
751
  "message persists, contact administrator."
752
  msgstr ""
753
 
754
+ #: lib/wfu_constants.php:159
755
  msgid ""
756
  "Failed to edit the shortcode because the contents of the page changed. Try "
757
  "again to edit the shortcode."
759
  "Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
760
  "ponovo da uredite shortcode."
761
 
762
+ #: lib/wfu_constants.php:160
763
  msgid ""
764
  "Failed to delete the shortcode because the contents of the page changed. Try "
765
  "again to delete it."
767
  "Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
768
  "ponovo da ga obrišete."
769
 
770
+ #: lib/wfu_constants.php:161
771
  msgid ""
772
  "The page containing the shortcode has been modified and it is no longer "
773
  "valid. Please go back to reload the shortcode."
775
  "Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
776
  "da ponovo učitate shortcode."
777
 
778
+ #: lib/wfu_constants.php:162
779
  msgid ""
780
  "Failed to update the shortcode because the contents of the page changed. Go "
781
  "back to reload the shortcode."
783
  "Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
784
  "da ponovo učitate shortcode."
785
 
786
+ #: lib/wfu_constants.php:163
787
  msgid ""
788
  "Failed to update the shortcode. Please try again. If the problem persists, "
789
  "go back and reload the shortcode."
791
  "Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
792
  "vratite se i opet učitajte shortcode."
793
 
794
+ #: lib/wfu_constants.php:165
795
  msgid "This is a test message"
796
  msgstr "Ovo je poruka testa"
797
 
798
+ #: lib/wfu_constants.php:166
799
  msgid "This is a test administrator message"
800
  msgstr "Ovo je poruka testa administratora "
801
 
802
+ #: lib/wfu_constants.php:167
803
  msgid "File testfile 1 under test"
804
  msgstr "Datoteka testfile 1 na testiranju"
805
 
806
+ #: lib/wfu_constants.php:168
807
  msgid "File testfile 1 message"
808
  msgstr "Datoteka testfile 1 poruka"
809
 
810
+ #: lib/wfu_constants.php:169
811
  msgid "File testfile 1 administrator message"
812
  msgstr "Datoteka testfile 1 poruka administratora"
813
 
814
+ #: lib/wfu_constants.php:170
815
  msgid "File testfile 2 under test"
816
  msgstr "Datoteka testfile 2 na testiranju"
817
 
818
+ #: lib/wfu_constants.php:171
819
  msgid "File testfile 2 message"
820
  msgstr "Datoteka testfile 2 poruka"
821
 
822
+ #: lib/wfu_constants.php:172
823
  msgid "File testfile 2 administrator message"
824
  msgstr "Datoteka testfile 2 poruka administratora"
825
 
826
+ #: lib/wfu_constants.php:174
827
  msgid ""
828
  "Insert variable %userid% inside text. It will be replaced by the id of the "
829
  "current user."
831
  "Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
832
  "korisnika."
833
 
834
+ #: lib/wfu_constants.php:175
835
  msgid ""
836
  "Insert variable %username% inside text. It will be replaced by the username "
837
  "of the current user."
839
  "Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
840
  "imenom tekućeg korisnika."
841
 
842
+ #: lib/wfu_constants.php:176
843
  msgid ""
844
  "Insert variable %useremail% inside text. It will be replaced by the email of "
845
  "the current user."
847
  "Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
848
  "korisnika."
849
 
850
+ #: lib/wfu_constants.php:177
851
  msgid ""
852
  "Insert variable %filename% inside text. It will be replaced by the filename "
853
  "of the uploaded file."
855
  "Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
856
  "otpremljene datoteke."
857
 
858
+ #: lib/wfu_constants.php:178
859
  msgid ""
860
  "Insert variable %filepath% inside text. It will be replaced by the full "
861
  "filepath of the uploaded file."
863
  "Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
864
  "otpremljene datoteke."
865
 
866
+ #: lib/wfu_constants.php:179
867
  msgid ""
868
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
869
  "the website."
871
  "Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
872
  "a."
873
 
874
+ #: lib/wfu_constants.php:180
875
  msgid ""
876
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
877
  "current page."
879
  "Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
880
  "stranice."
881
 
882
+ #: lib/wfu_constants.php:181
883
  msgid ""
884
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
885
  "the current page."
887
  "Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
888
  "stranice."
889
 
890
+ #: lib/wfu_constants.php:182
891
  msgid ""
892
  "Insert variable %userdataXXX% inside text. Select the user field from the "
893
  "drop-down list. It will be replaced by the value that the user entered in "
896
  "Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
897
  "opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
898
 
899
+ #: lib/wfu_constants.php:183
900
  msgid "Insert variable %n% inside text to denote a line change."
901
  msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
902
 
903
+ #: lib/wfu_constants.php:185
904
  msgid "Test Mode"
905
  msgstr "Režim testiranja"
906
 
907
+ #: lib/wfu_constants.php:186
908
  msgid "select dir..."
909
  msgstr "odaberite dir..."
910
 
911
+ #: lib/wfu_constants.php:187
912
  msgid "type dir"
913
  msgstr "vrsta direktorijuma "
914
 
915
+ #: lib/wfu_constants.php:188
916
  msgid "Upload path: %filepath%"
917
  msgstr "Putanja otpremanja: %filepath%"
918
 
919
+ #: lib/wfu_constants.php:189
920
  msgid "Failed upload path: %filepath%"
921
  msgstr "Putanja otpremanja neuspešna: %filepath%"
922
 
923
+ #: lib/wfu_constants.php:190
924
  msgid " (required)"
925
  msgstr "(obavezna)"
926
 
927
+ #: lib/wfu_constants.php:191
928
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
929
  msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
930
 
931
+ #: lib/wfu_constants.php:192
932
  msgid "checking captcha..."
933
  msgstr "captcha se proverava..."
934
 
935
+ #: lib/wfu_constants.php:193
936
  msgid "refreshing..."
937
  msgstr "osvežava se..."
938
 
939
+ #: lib/wfu_constants.php:194
940
  msgid "correct captcha"
941
  msgstr "ispravi captcha"
942
 
943
+ #: lib/wfu_constants.php:195
944
  msgid "click to continue the upload"
945
  msgstr "kliknite da biste nastavili otpremanje"
946
 
947
+ #: lib/wfu_constants.php:196
948
  msgid "Are you sure you want to delete this file?"
949
  msgstr ""
950
 
951
+ #: lib/wfu_constants.php:197
952
  msgid "Are you sure you want to delete these files?"
953
  msgstr ""
954
 
955
+ #: lib/wfu_constants.php:198
956
  msgid "Bulk Actions"
957
  msgstr ""
958
 
959
+ #: lib/wfu_constants.php:199
960
  msgid "Apply"
961
  msgstr ""
962
 
963
+ #: lib/wfu_constants.php:200
964
  msgid "Are you sure that you want to cancel the upload?"
965
  msgstr ""
966
 
967
+ #: lib/wfu_constants.php:201
968
  msgid "cancel upload of this file"
969
  msgstr ""
970
 
971
+ #: lib/wfu_constants.php:202
972
  msgid "Upload in progress"
973
  msgstr "Otpremanje u toku"
974
 
975
+ #: lib/wfu_constants.php:203
976
  msgid "Upload in progress with warnings!"
977
  msgstr "Otpremanje sa upozorenjima u toku!"
978
 
979
+ #: lib/wfu_constants.php:204
980
  msgid "Upload in progress but some files already failed!"
981
  msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
982
 
983
+ #: lib/wfu_constants.php:205
984
  msgid "Upload in progress but no files uploaded so far!"
985
  msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
986
 
987
+ #: lib/wfu_constants.php:206
988
  msgid "All files uploaded successfully"
989
  msgstr "Sve datoteke uspešno su otpremljene"
990
 
991
+ #: lib/wfu_constants.php:207
992
  msgid "All files uploaded successfully but there are warnings!"
993
  msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
994
 
995
+ #: lib/wfu_constants.php:208
996
  msgid "File uploaded successfully but there are warnings!"
997
  msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
998
 
999
+ #: lib/wfu_constants.php:209
1000
  msgid "Some files failed to upload!"
1001
  msgstr "Neke datoteke nisu otpremljene!"
1002
 
1003
+ #: lib/wfu_constants.php:210
1004
  msgid "All files failed to upload"
1005
  msgstr "Nijedna datoteka nije otpremljena"
1006
 
1007
+ #: lib/wfu_constants.php:211
1008
  msgid "File failed to upload"
1009
  msgstr "Datoteka nije uspešno otpremljena"
1010
 
1011
+ #: lib/wfu_constants.php:212
1012
  msgid "There are no files to upload!"
1013
  msgstr "Nema datoteka za otpremanje"
1014
 
1015
+ #: lib/wfu_constants.php:213
1016
  msgid "Test upload message"
1017
  msgstr "Testiraj poruku za otpremanje"
1018
 
1019
+ #: lib/wfu_constants.php:214
1020
  msgid "JSON parse warning!"
1021
  msgstr "Upozorenje za JSON parsiranje!"
1022
 
1023
+ #: lib/wfu_constants.php:215
1024
  msgid "please wait while redirecting..."
1025
  msgstr "Molimo sačekajte preusmeravanje..."
1026
 
1027
+ #: lib/wfu_constants.php:217
1028
  msgid "Submitting data"
1029
  msgstr ""
1030
 
1031
+ #: lib/wfu_constants.php:218
1032
  msgid "Data submitted successfully!"
1033
  msgstr ""
1034
 
1035
+ #: lib/wfu_constants.php:219
1036
  msgid "Data were not submitted!"
1037
  msgstr ""
1038
 
1039
+ #: lib/wfu_constants.php:220
1040
  msgid "Cancelling upload"
1041
  msgstr ""
1042
 
1043
+ #: lib/wfu_constants.php:222
1044
  msgid "Open visual shortcode editor in new window"
1045
  msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
1046
 
1047
+ #: lib/wfu_constants.php:223
1048
  msgid "loading visual editor"
1049
  msgstr "učitavanje vizuelnog uređivača"
1050
 
1051
+ #: lib/wfu_constants.php:224
1052
  msgid "Clear file list?"
1053
  msgstr "Obriši listu datoteke?"
1054
 
1055
+ #: lib/wfu_constants.php:225
1056
  msgid "DROP HERE"
1057
  msgstr "POZICIONIRAJ OVDE"
1058
 
1059
+ #: lib/wfu_constants.php:227
1060
  msgid "record video"
1061
  msgstr ""
1062
 
1063
+ #: lib/wfu_constants.php:228
1064
  msgid "take a picture"
1065
  msgstr ""
1066
 
1067
+ #: lib/wfu_constants.php:229
1068
  msgid "turn webcam on/off"
1069
  msgstr ""
1070
 
1071
+ #: lib/wfu_constants.php:230
1072
  msgid "go live again"
1073
  msgstr ""
1074
 
1075
+ #: lib/wfu_constants.php:231
1076
  msgid "end recording"
1077
  msgstr ""
1078
 
1079
+ #: lib/wfu_constants.php:232
1080
  msgid "play"
1081
  msgstr ""
1082
 
1083
+ #: lib/wfu_constants.php:233
1084
  msgid "pause"
1085
  msgstr ""
1086
 
1087
+ #: lib/wfu_constants.php:234
1088
  msgid "go to the beginning"
1089
  msgstr ""
1090
 
1091
+ #: lib/wfu_constants.php:235
1092
  msgid "go to the end"
1093
  msgstr ""
1094
 
1095
+ #: lib/wfu_constants.php:237
1096
  msgid "Wordpress File Upload Form"
1097
  msgstr ""
1098
 
1099
+ #: lib/wfu_constants.php:238
1100
  msgid "Wordpress File Upload plugin uploader for sidebars"
1101
  msgstr ""
1102
 
1103
+ #: lib/wfu_constants.php:239
1104
  msgid "Upload Files"
1105
  msgstr ""
1106
 
languages/wp-file-upload-sv_SE.mo CHANGED
Binary file
languages/wp-file-upload-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:32+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:32+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sv\n"
@@ -89,59 +89,64 @@ msgstr "videostream"
89
  msgid "screenshot"
90
  msgstr "Skärmdump"
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
93
  msgid "File"
94
  msgstr "Fil"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "Datum"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "Storlek"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "Användare"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "Sida"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "Användarfält:"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "Ladda ner"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "Ladda ner denna fil"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "Radera"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "Ta bort denna fil"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "Sortera listan utifrån denna kolumn"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "gäst"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "okänd"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
@@ -149,11 +154,11 @@ msgstr ""
149
  "Fel. Gick inte att matcha ftp mål filmappen. Kontrollera domänen i 'ftpinfo'-"
150
  "attribut."
151
 
152
- #: lib/wfu_constants.php:46
153
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
154
  msgstr "Fel. Ogiltig ftp information. Kontrollera 'ftpinfo'-attribut."
155
 
156
- #: lib/wfu_constants.php:47
157
  msgid ""
158
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
159
  "syntax."
@@ -161,7 +166,7 @@ msgstr ""
161
  "Fel. Kunde inte packa upp ftp informationen från 'ftpinfo'-attribut. "
162
  "Kontrollera dess syntax."
163
 
164
- #: lib/wfu_constants.php:48
165
  msgid ""
166
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
167
  "attribute."
@@ -169,39 +174,39 @@ msgstr ""
169
  "Fel. Gick inte att matcha ftp målfilnamn. Kontrollera domänen i 'ftpinfo'-"
170
  "attribut."
171
 
172
- #: lib/wfu_constants.php:49
173
  msgid ""
174
  "Error. Could not open source file for ftp upload. Check if file is "
175
  "accessible."
176
  msgstr ""
177
 
178
- #: lib/wfu_constants.php:50
179
  msgid "Error. Could not send data to ftp target file."
180
  msgstr ""
181
 
182
- #: lib/wfu_constants.php:51
183
  msgid ""
184
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
185
  "attribute."
186
  msgstr ""
187
 
188
- #: lib/wfu_constants.php:52
189
  msgid ""
190
  "Error. Could not authenticate to ftp host. Check username and password in "
191
  "'ftpinfo' attribute."
192
  msgstr ""
193
 
194
- #: lib/wfu_constants.php:53
195
  msgid ""
196
  "Error. Could not initialize sftp subsystem. Please check if the server "
197
  "supports sftp."
198
  msgstr ""
199
 
200
- #: lib/wfu_constants.php:54
201
  msgid "Error. The web server does not support sftp."
202
  msgstr ""
203
 
204
- #: lib/wfu_constants.php:55
205
  msgid ""
206
  "Error. The upload size limit of PHP directive upload_max_filesize is "
207
  "preventing the upload of big files.\n"
@@ -211,7 +216,7 @@ msgstr ""
211
  "överföringen av stora filer.\n"
212
  "PHP direktivet upload_max_filesize gräns är: "
213
 
214
- #: lib/wfu_constants.php:56
215
  msgid ""
216
  "The upload time limit of PHP directive max_input_time is preventing the "
217
  "upload of big files.\n"
@@ -221,7 +226,7 @@ msgstr ""
221
  "överföringen av stora filer.\n"
222
  "PHP direktiv max_input_time gräns är:"
223
 
224
- #: lib/wfu_constants.php:57
225
  msgid ""
226
  "Error. Permission denied to write to target folder.\n"
227
  "Check and correct read/write permissions of target folder."
@@ -229,7 +234,7 @@ msgstr ""
229
  "Fel. Åtkomst nekad att skriva till målmappen.\n"
230
  "Kontrollera och korrigera Läs-och skrivbehörighet för målmappen."
231
 
232
- #: lib/wfu_constants.php:58
233
  msgid ""
234
  "Error. This file was rejected because its extension is not correct. Its "
235
  "proper filename is: "
@@ -237,7 +242,7 @@ msgstr ""
237
  "Fel. Den här filen avvisades eftersom filändelsen inte är korrekt. Dess "
238
  "korrekt filnamn är: "
239
 
240
- #: lib/wfu_constants.php:59
241
  msgid ""
242
  "Too many files are uploaded in a short period of time. This may be a Denial-"
243
  "Of-Service attack, so file was rejected. Please check the upload log for "
@@ -247,7 +252,7 @@ msgstr ""
247
  "Service attack, så filen avslogs. Kontrollera loggen uppladdning för "
248
  "misstänkt beteende."
249
 
250
- #: lib/wfu_constants.php:60
251
  msgid ""
252
  "File not uploaded in order to prevent overflow of the website. Please "
253
  "contact administrator."
@@ -255,36 +260,36 @@ msgstr ""
255
  "Filen inte laddas upp för att förhindra spill av webbplatsen. Kontakta "
256
  "administratören."
257
 
258
- #: lib/wfu_constants.php:61
259
  msgid "Targer folder doesn't exist."
260
  msgstr "Targer mappen finns inte."
261
 
262
- #: lib/wfu_constants.php:62
263
  msgid "Upload failed! Missing a temporary folder."
264
  msgstr "Det gick inte att ladda upp! Saknas en tillfällig mapp."
265
 
266
- #: lib/wfu_constants.php:63
267
  msgid "Upload failed! Permission denied to write to target folder."
268
  msgstr "Det gick inte att ladda upp! Åtkomst nekad att skriva till målmappen."
269
 
270
- #: lib/wfu_constants.php:64
271
  msgid "File not allowed."
272
  msgstr "Filtyp inte tillåten."
273
 
274
- #: lib/wfu_constants.php:65
275
  msgid "File is suspicious and was rejected."
276
  msgstr "Filen är misstänksam och avvisades."
277
 
278
- #: lib/wfu_constants.php:66
279
  msgid "The uploaded file exceeds the file size limit."
280
  msgstr "Den uppladdade filen överskrider filstorleksgränsen."
281
 
282
- #: lib/wfu_constants.php:67
283
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
284
  msgstr ""
285
  "Den uppladdade filen överskrider 2GB och stöds inte av den här servern."
286
 
287
- #: lib/wfu_constants.php:68
288
  msgid ""
289
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
290
  "Please contact the administrator."
@@ -292,7 +297,7 @@ msgstr ""
292
  "Det gick inte att ladda upp! Den uppladdade filen överskrider "
293
  "Filstorleksgränsen för servern. Vänligen kontakta administratören."
294
 
295
- #: lib/wfu_constants.php:69
296
  msgid ""
297
  "Upload failed! The duration of the upload exceeded the time limit of the "
298
  "server. Please contact the administrator."
@@ -300,27 +305,27 @@ msgstr ""
300
  "Det gick inte att ladda upp! Varaktigheten av uppladdningen överskridit "
301
  "tidsgränsen för servern. Vänligen kontakta administratören."
302
 
303
- #: lib/wfu_constants.php:70
304
  msgid ""
305
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
306
  "was specified in the HTML form."
307
  msgstr ""
308
  "Den uppladdade filen överstiger MAX_FILE_SIZE som angavs i HTML-formuläret."
309
 
310
- #: lib/wfu_constants.php:71
311
  msgid "Upload failed! The uploaded file was only partially uploaded."
312
  msgstr ""
313
  "Det gick inte att ladda upp! Den uppladdade filen laddades bara delvis."
314
 
315
- #: lib/wfu_constants.php:72
316
  msgid "Upload failed! No file was uploaded."
317
  msgstr "Uppladdning misslyckades."
318
 
319
- #: lib/wfu_constants.php:73
320
  msgid "Upload failed! Failed to write file to disk."
321
  msgstr "Det gick inte att ladda upp! Misslyckades att skriva fil till disk."
322
 
323
- #: lib/wfu_constants.php:74
324
  msgid ""
325
  "Upload failed! Error occured while moving temporary file. Please contact "
326
  "administrator."
@@ -328,11 +333,11 @@ msgstr ""
328
  "Det gick inte att ladda upp! Fel uppstod när flytta temporär fil. Kontakta "
329
  "administratören."
330
 
331
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
332
  msgid "Upload cancelled!"
333
  msgstr "Ladda upp fil/ladda upp filer"
334
 
335
- #: lib/wfu_constants.php:76
336
  msgid ""
337
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
338
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -342,20 +347,20 @@ msgstr ""
342
  "ger inte ett sätt att fastställa vilka förlängning orsakade filuppladdning "
343
  "att stoppa; Granska listan över inlästa tillägg med phpinfo() kan hjälpa."
344
 
345
- #: lib/wfu_constants.php:77
346
  msgid "Upload failed! Error occured while attemting to upload the file."
347
  msgstr ""
348
  "Det gick inte att ladda upp! Fel uppstod när attemting Ladda upp filen."
349
 
350
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
351
  msgid "Upload failed!"
352
  msgstr "Uppladdning misslyckades"
353
 
354
- #: lib/wfu_constants.php:79
355
  msgid "No file!"
356
  msgstr "Ingen fil"
357
 
358
- #: lib/wfu_constants.php:80
359
  msgid ""
360
  "Upload failed! The upload has been canceled by the user or the browser "
361
  "dropped the connection."
@@ -363,27 +368,27 @@ msgstr ""
363
  "Det gick inte att ladda upp! Uppladdningen har avbrutits av användaren eller "
364
  "webbläsaren tappade anslutningen."
365
 
366
- #: lib/wfu_constants.php:81
367
  msgid "Upload failed! Unknown error."
368
  msgstr "Det gick inte att ladda upp! Okänt fel."
369
 
370
- #: lib/wfu_constants.php:82
371
  msgid "Please contact the administrator."
372
  msgstr "Vänligen kontakta administratören."
373
 
374
- #: lib/wfu_constants.php:83
375
  msgid "No result from remote server!"
376
  msgstr "Inget resultat från fjärrservern!"
377
 
378
- #: lib/wfu_constants.php:84
379
  msgid " but with warnings"
380
  msgstr " men med varningar"
381
 
382
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
383
  msgid "Warning: JSON parse error."
384
  msgstr "Varning: JSON parse error."
385
 
386
- #: lib/wfu_constants.php:86
387
  msgid ""
388
  "Upload parameters of this file, passed as JSON string to the handler, could "
389
  "not be parsed."
@@ -391,19 +396,19 @@ msgstr ""
391
  "Ladda upp parametrarna för denna fil, passerade som JSON-sträng till "
392
  "hanteraren, kunde inte parsas."
393
 
394
- #: lib/wfu_constants.php:88
395
  msgid ""
396
  "UploadStates, passed as JSON string to the handler, could not be parsed."
397
  msgstr ""
398
  "UploadStates, passerade som JSON-sträng till hanteraren, kunde inte parsas."
399
 
400
- #: lib/wfu_constants.php:89
401
  msgid ""
402
  "Redirection to classic form functionality occurred due to unknown error."
403
  msgstr ""
404
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av okänt fel."
405
 
406
- #: lib/wfu_constants.php:90
407
  msgid ""
408
  "Redirection to classic form functionality occurred because AJAX is not "
409
  "supported."
@@ -411,7 +416,7 @@ msgstr ""
411
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom AJAX inte "
412
  "stöds."
413
 
414
- #: lib/wfu_constants.php:91
415
  msgid ""
416
  "Redirection to classic form functionality occurred because HTML5 is not "
417
  "supported."
@@ -419,58 +424,58 @@ msgstr ""
419
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom HTML5 inte "
420
  "stöds."
421
 
422
- #: lib/wfu_constants.php:92
423
  msgid ""
424
  "Redirection to classic form functionality occurred due to JSON parse error."
425
  msgstr ""
426
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av JSON "
427
  "parse error."
428
 
429
- #: lib/wfu_constants.php:93
430
  msgid "Please enable popup windows from the browser's settings!"
431
  msgstr "Vänligen aktivera popupfönster från webbläsarens inställningar!"
432
 
433
- #: lib/wfu_constants.php:94
434
  msgid "cannot be empty!"
435
  msgstr "kan inte vara tom!"
436
 
437
- #: lib/wfu_constants.php:95
438
  msgid "number not valid!"
439
  msgstr "nummer inte giltig!"
440
 
441
- #: lib/wfu_constants.php:96
442
  msgid "email not valid!"
443
  msgstr "E-postadressen är inte giltig!"
444
 
445
- #: lib/wfu_constants.php:97
446
  msgid "emails do not match!"
447
  msgstr "e-post stämmer inte!"
448
 
449
- #: lib/wfu_constants.php:98
450
  msgid "no base email field in group!"
451
  msgstr "ingen bas e-fältet i gruppen!"
452
 
453
- #: lib/wfu_constants.php:99
454
  msgid "passwords do not match!"
455
  msgstr "De två lösenorden matchar inte."
456
 
457
- #: lib/wfu_constants.php:100
458
  msgid "no base password field in group!"
459
  msgstr "ingen bas lösenordsfältet i grupp!"
460
 
461
- #: lib/wfu_constants.php:101
462
  msgid "checkbox unchecked!"
463
  msgstr "kryssrutan avmarkerad!"
464
 
465
- #: lib/wfu_constants.php:102
466
  msgid "no option selected!"
467
  msgstr "Inget alternativ valt"
468
 
469
- #: lib/wfu_constants.php:103
470
  msgid "no item selected!"
471
  msgstr "Inget objekt valt."
472
 
473
- #: lib/wfu_constants.php:104
474
  msgid ""
475
  "There are more than one instances of the plugin in this page with the same "
476
  "id. Please change it."
@@ -478,7 +483,7 @@ msgstr ""
478
  "I området i närheten finns det flera instanser av plugin i sidan med samma "
479
  "id. Ändra det."
480
 
481
- #: lib/wfu_constants.php:105
482
  msgid ""
483
  "Cannot edit the shortcode because the page has been modified. Please reload "
484
  "the page."
@@ -486,19 +491,19 @@ msgstr ""
486
  "Kan inte redigera kortkoden eftersom sidan har ändrats. Vänligen ladda om "
487
  "sidan."
488
 
489
- #: lib/wfu_constants.php:106
490
  msgid "Your browser does not support webcam capture!"
491
  msgstr "Din webbläsare stöder inte webbkamerainspelning!"
492
 
493
- #: lib/wfu_constants.php:107
494
  msgid "Your browser does not support video recording from the webcam!"
495
  msgstr "Din webbläsare stöder inte videoinspelning från webbkameran!"
496
 
497
- #: lib/wfu_constants.php:108
498
  msgid "No video was recorded!"
499
  msgstr "Ingen video spelades in!"
500
 
501
- #: lib/wfu_constants.php:109
502
  msgid ""
503
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
504
  "or use RecaptchaV2 (no account)."
@@ -506,7 +511,7 @@ msgstr ""
506
  "FEL: Captcha stöds inte! Du har en gammal PHP-version. Uppgradera din PHP "
507
  "eller använda RecaptchaV2 (inget konto)."
508
 
509
- #: lib/wfu_constants.php:110
510
  msgid ""
511
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
512
  "notify administrator."
@@ -514,7 +519,7 @@ msgstr ""
514
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
515
  "Vänligen meddela administratören."
516
 
517
- #: lib/wfu_constants.php:111
518
  msgid ""
519
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
520
  "use RecaptchaV1 (no account)."
@@ -522,11 +527,11 @@ msgstr ""
522
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
523
  "Vänligen använd RecaptchaV1 (inget konto)."
524
 
525
- #: lib/wfu_constants.php:112
526
  msgid "ERROR: No site key. Please contact administrator!"
527
  msgstr "FEL: Ingen webbplats nyckel. Vänligen kontakta administratören!"
528
 
529
- #: lib/wfu_constants.php:113
530
  msgid ""
531
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
532
  "define Google Recaptcha keys."
@@ -534,11 +539,11 @@ msgstr ""
534
  "FEL: Ingen webbplats nyckel definierad! Vänligen gå till plugin "
535
  "inställningar i kontrollpanelen för att definiera Google Recaptcha nycklar."
536
 
537
- #: lib/wfu_constants.php:114
538
  msgid "Bad captcha image!"
539
  msgstr "Dåliga captcha-bild!"
540
 
541
- #: lib/wfu_constants.php:115
542
  msgid "No input!"
543
  msgstr ""
544
  "aria-required är en form input WAI ARIA tag. Screen readers använder detta "
@@ -548,115 +553,115 @@ msgstr ""
548
  "snart att accepteras av HTML validator, så du kan utan risk ignorera de "
549
  "valideringsfel som den kommer att orsaka."
550
 
551
- #: lib/wfu_constants.php:116
552
  msgid "Captcha not completed!"
553
  msgstr "CAPTCHA inte klar!"
554
 
555
- #: lib/wfu_constants.php:117
556
  msgid "Wrong captcha!"
557
  msgstr "Fel captcha!"
558
 
559
- #: lib/wfu_constants.php:118
560
  msgid "Error refreshing captcha!"
561
  msgstr "Fel uppdaterar captcha!"
562
 
563
- #: lib/wfu_constants.php:119
564
  msgid "Unknown captcha error!"
565
  msgstr "Okänd captcha fel!"
566
 
567
- #: lib/wfu_constants.php:120
568
  msgid "Captcha not supported by your browser!"
569
  msgstr "CAPTCHA stöds inte av din webbläsare!"
570
 
571
- #: lib/wfu_constants.php:121
572
  msgid "the secret parameter is missing"
573
  msgstr "den hemliga parametern saknas"
574
 
575
- #: lib/wfu_constants.php:122
576
  msgid "the secret parameter is invalid or malformed"
577
  msgstr "hemliga parametern är ogiltig eller felaktig"
578
 
579
- #: lib/wfu_constants.php:123
580
  msgid "the response parameter is missing"
581
  msgstr "Parametern saknas."
582
 
583
- #: lib/wfu_constants.php:124
584
  msgid "the response parameter is invalid or malformed"
585
  msgstr "Parameterns svar är ogiltigt eller har felaktigt format."
586
 
587
- #: lib/wfu_constants.php:125
588
  msgid "Please do not use drag drop due to an internal problem."
589
  msgstr "Vänligen Använd inte dra på grund av ett internt problem."
590
 
591
- #: lib/wfu_constants.php:126
592
  #, php-format
593
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
594
  msgstr "Fel under segmenterad uppladdning. Unikt ID saknas i segmentet %d"
595
 
596
- #: lib/wfu_constants.php:127
597
  msgid "Chunked upload is not allowed!"
598
  msgstr "Segmentuppladdning är inte tillåtet!"
599
 
600
- #: lib/wfu_constants.php:128
601
  msgid "Chunked upload aborted due to error in previous chunk!"
602
  msgstr "Gruppuppladdning avbröts på grund av fel i tidigare segment!"
603
 
604
- #: lib/wfu_constants.php:129
605
  msgid "Chunked upload failed, final file could not be created!"
606
  msgstr "Uppladdningen av segmentet misslyckades, filen kunde inte skapas!"
607
 
608
- #: lib/wfu_constants.php:130
609
  #, php-format
610
  msgid "Could not write file chuck to destination on chunk %d"
611
  msgstr "Kunde inte skriva filensegmentet till destination på segment %d"
612
 
613
- #: lib/wfu_constants.php:131
614
  #, php-format
615
  msgid "Could not enlarge destination file on chunk %d"
616
  msgstr "Kunde inte förstora målfilen på segment %d"
617
 
618
- #: lib/wfu_constants.php:132
619
  #, php-format
620
  msgid "Could not open file handles on chunk %d"
621
  msgstr "Kunde inte öppna filreferenser på segment %d"
622
 
623
- #: lib/wfu_constants.php:133
624
  msgid "You are not allowed to download this file!"
625
  msgstr "Du har inte tillgång till den här filen."
626
 
627
- #: lib/wfu_constants.php:134
628
  msgid "File does not exist!"
629
  msgstr "Filen finns inte"
630
 
631
- #: lib/wfu_constants.php:135
632
  msgid "Could not download file!"
633
  msgstr "Kunde inte ladda ner fil!"
634
 
635
- #: lib/wfu_constants.php:136
636
  msgid "You are not allowed to delete this file!"
637
  msgstr "Du får inte ta bort denna fil!"
638
 
639
- #: lib/wfu_constants.php:137
640
  msgid "File was not deleted!"
641
  msgstr "Filen var inte bort!"
642
 
643
- #: lib/wfu_constants.php:138
644
  msgid "No file was deleted!"
645
  msgstr "Ingen fil har tagits bort!"
646
 
647
- #: lib/wfu_constants.php:139
648
  msgid "Some files were not deleted!"
649
  msgstr "Vissa filer raderas inte!"
650
 
651
- #: lib/wfu_constants.php:141
652
  msgid "Upload skipped! File already exists."
653
  msgstr "Ladda upp överhoppade! Filen finns redan."
654
 
655
- #: lib/wfu_constants.php:142
656
  msgid "The extension of the file does not match its contents."
657
  msgstr ""
658
 
659
- #: lib/wfu_constants.php:143
660
  msgid ""
661
  "Upload succeeded but the file is suspicious because its contents do not "
662
  "match its extension. Its proper filename is: "
@@ -664,22 +669,26 @@ msgstr ""
664
  "Ladda upp lyckades men filen är misstänksam eftersom innehållet inte matchar "
665
  "dess förlängning. Dess korrekt filnamn är:"
666
 
667
- #: lib/wfu_constants.php:144
668
  msgid "No files have been selected!"
669
  msgstr "Inga filer har valts!"
670
 
671
- #: lib/wfu_constants.php:145
 
 
 
 
672
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
673
  msgstr ""
674
  "WPFilebase Plugin uppdaterad inte eftersom det fanns inga filer som laddas "
675
  "upp."
676
 
677
- #: lib/wfu_constants.php:146
678
  msgid "Notification email was not sent because there were no files uploaded."
679
  msgstr ""
680
  "E-postmeddelande skickades inte eftersom det fanns inga filer som laddas upp."
681
 
682
- #: lib/wfu_constants.php:147
683
  msgid ""
684
  "Notification email was not sent because no recipients were defined. Please "
685
  "check notifyrecipients attribute in the shortcode."
@@ -687,7 +696,7 @@ msgstr ""
687
  "E-postmeddelande skickades inte eftersom inga mottagare definierades. "
688
  "Vänligen kontrollera notifyrecipients attribut i kortkod."
689
 
690
- #: lib/wfu_constants.php:148
691
  msgid ""
692
  "Notification email was not sent due to an error. Please check "
693
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -695,7 +704,7 @@ msgstr ""
695
  "E-postmeddelande skickades inte på grund av ett fel. Kontrollera "
696
  "notifyrecipients, notifysubject och notifymessage attribut för fel."
697
 
698
- #: lib/wfu_constants.php:149
699
  msgid ""
700
  "Redirection not executed because redirection link is empty. Please check "
701
  "redirectlink attribute."
@@ -703,16 +712,16 @@ msgstr ""
703
  "Omdirigering inte köras eftersom omdirigering länk är tom. Vänligen "
704
  "kontrollera redirectlink attribut."
705
 
706
- #: lib/wfu_constants.php:150
707
  msgid ""
708
  "Redirection not executed because not all files were successfully uploaded."
709
  msgstr "Omdirigering av kördes inte eftersom inte alla filer har laddats."
710
 
711
- #: lib/wfu_constants.php:151
712
  msgid "Potential Denial-Of-Service Attack on {SITE}"
713
  msgstr "Potentiell Denial-Of-Service Attack på {SIDA}"
714
 
715
- #: lib/wfu_constants.php:152
716
  msgid ""
717
  "Hello admin\n"
718
  "\n"
@@ -748,19 +757,19 @@ msgstr ""
748
  "\n"
749
  "Tack"
750
 
751
- #: lib/wfu_constants.php:153
752
  msgid ""
753
  "You have activated an alternative insecure Iptanus Services Server. For "
754
  "details please contact info@iptanus.com."
755
  msgstr ""
756
 
757
- #: lib/wfu_constants.php:154
758
  msgid ""
759
  "Iptanus Services Server is unreachable. This may cause problems in some "
760
  "plugin functions. Please contact info@iptanus.com for details."
761
  msgstr ""
762
 
763
- #: lib/wfu_constants.php:156
764
  msgid ""
765
  "Failed to add the shortcode to the page/post. Please try again. If the "
766
  "message persists, contact administrator."
@@ -768,7 +777,7 @@ msgstr ""
768
  "Det gick inte att lägga till kortkoden till denna sida/inlägget. Vänligen "
769
  "försök igen. Om meddelandet kvarstår, kontakta administratören."
770
 
771
- #: lib/wfu_constants.php:157
772
  msgid ""
773
  "Failed to edit the shortcode because the contents of the page changed. Try "
774
  "again to edit the shortcode."
@@ -776,7 +785,7 @@ msgstr ""
776
  "Det gick inte att redigera kortkod eftersom innehållet på sidan har ändrats. "
777
  "Försök igen att redigera kortkod."
778
 
779
- #: lib/wfu_constants.php:158
780
  msgid ""
781
  "Failed to delete the shortcode because the contents of the page changed. Try "
782
  "again to delete it."
@@ -784,7 +793,7 @@ msgstr ""
784
  "Kunde inte ta bort kortkod eftersom innehållet på sidan är ändrat. Försök "
785
  "att ta bort den igen."
786
 
787
- #: lib/wfu_constants.php:159
788
  msgid ""
789
  "The page containing the shortcode has been modified and it is no longer "
790
  "valid. Please go back to reload the shortcode."
@@ -792,7 +801,7 @@ msgstr ""
792
  "Sidan som innehåller kortkod har ändrats och det är inte längre giltig. Gå "
793
  "tillbaka till Ladda kortkod."
794
 
795
- #: lib/wfu_constants.php:160
796
  msgid ""
797
  "Failed to update the shortcode because the contents of the page changed. Go "
798
  "back to reload the shortcode."
@@ -800,7 +809,7 @@ msgstr ""
800
  "Det gick inte att uppdatera kortkod eftersom innehållet på sidan ändrats. Gå "
801
  "tillbaka till Ladda kortkod."
802
 
803
- #: lib/wfu_constants.php:161
804
  msgid ""
805
  "Failed to update the shortcode. Please try again. If the problem persists, "
806
  "go back and reload the shortcode."
@@ -808,39 +817,39 @@ msgstr ""
808
  "Det gick inte att uppdatera kortkod. Vänligen försök igen. Om problemet "
809
  "kvarstår, gå tillbaka och ladda kortkod."
810
 
811
- #: lib/wfu_constants.php:163
812
  msgid "This is a test message"
813
  msgstr "Testmeddelande skickat"
814
 
815
- #: lib/wfu_constants.php:164
816
  msgid "This is a test administrator message"
817
  msgstr "Detta är ett testmeddelande för administratör"
818
 
819
- #: lib/wfu_constants.php:165
820
  msgid "File testfile 1 under test"
821
  msgstr "Fil testfile 1 under test"
822
 
823
- #: lib/wfu_constants.php:166
824
  msgid "File testfile 1 message"
825
  msgstr "Fil testfile 1 meddelande"
826
 
827
- #: lib/wfu_constants.php:167
828
  msgid "File testfile 1 administrator message"
829
  msgstr "Fil testfile 1 administratör meddelande"
830
 
831
- #: lib/wfu_constants.php:168
832
  msgid "File testfile 2 under test"
833
  msgstr "Fil testfile 2 under test"
834
 
835
- #: lib/wfu_constants.php:169
836
  msgid "File testfile 2 message"
837
  msgstr "Fil testfile 2 meddelande"
838
 
839
- #: lib/wfu_constants.php:170
840
  msgid "File testfile 2 administrator message"
841
  msgstr "Fil testfile 2 administratör meddelande"
842
 
843
- #: lib/wfu_constants.php:172
844
  msgid ""
845
  "Insert variable %userid% inside text. It will be replaced by the id of the "
846
  "current user."
@@ -848,7 +857,7 @@ msgstr ""
848
  "Infoga variabeln %userid% inuti texten. Det kommer att ersättas av id för "
849
  "den aktuella användaren."
850
 
851
- #: lib/wfu_constants.php:173
852
  msgid ""
853
  "Insert variable %username% inside text. It will be replaced by the username "
854
  "of the current user."
@@ -856,7 +865,7 @@ msgstr ""
856
  "Infoga miljövariabeln %username% inuti texten. Det kommer att ersättas av "
857
  "användarnamnet för den aktuella användaren."
858
 
859
- #: lib/wfu_constants.php:174
860
  msgid ""
861
  "Insert variable %useremail% inside text. It will be replaced by the email of "
862
  "the current user."
@@ -864,7 +873,7 @@ msgstr ""
864
  "Infoga variabeln %useremail% inuti texten. Det kommer att ersättas av e-post "
865
  "för den aktuella användaren."
866
 
867
- #: lib/wfu_constants.php:175
868
  msgid ""
869
  "Insert variable %filename% inside text. It will be replaced by the filename "
870
  "of the uploaded file."
@@ -872,7 +881,7 @@ msgstr ""
872
  "Infoga variabeln %filnamn% inuti texten. Det kommer att ersättas av "
873
  "filnamnet för den överförda filen."
874
 
875
- #: lib/wfu_constants.php:176
876
  msgid ""
877
  "Insert variable %filepath% inside text. It will be replaced by the full "
878
  "filepath of the uploaded file."
@@ -880,7 +889,7 @@ msgstr ""
880
  "Infoga variabeln %filepath% inuti texten. Det kommer att ersättas av den "
881
  "fullständiga sökvägen för den överförda filen."
882
 
883
- #: lib/wfu_constants.php:177
884
  msgid ""
885
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
886
  "the website."
@@ -888,7 +897,7 @@ msgstr ""
888
  "Infoga variabeln %blogid% inuti texten. Det kommer att ersättas av blogg id "
889
  "för webbplatsen."
890
 
891
- #: lib/wfu_constants.php:178
892
  msgid ""
893
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
894
  "current page."
@@ -896,7 +905,7 @@ msgstr ""
896
  "Infoga variabeln %pageid% inuti texten. Det kommer att ersättas av id för "
897
  "den aktuella sidan."
898
 
899
- #: lib/wfu_constants.php:179
900
  msgid ""
901
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
902
  "the current page."
@@ -904,7 +913,7 @@ msgstr ""
904
  "Infoga variabeln %pagetitle% inuti texten. Det kommer att ersättas av titeln "
905
  "på den aktuella sidan."
906
 
907
- #: lib/wfu_constants.php:180
908
  msgid ""
909
  "Insert variable %userdataXXX% inside text. Select the user field from the "
910
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -914,210 +923,210 @@ msgstr ""
914
  "down listan. Det kommer att ersättas av det värde som användaren har angett "
915
  "i fältet."
916
 
917
- #: lib/wfu_constants.php:181
918
  msgid "Insert variable %n% inside text to denote a line change."
919
  msgstr "Infoga variabeln %n% inuti texten betecknar en radändring."
920
 
921
- #: lib/wfu_constants.php:183
922
  msgid "Test Mode"
923
  msgstr "Testmod"
924
 
925
- #: lib/wfu_constants.php:184
926
  msgid "select dir..."
927
  msgstr "Välj katalog"
928
 
929
- #: lib/wfu_constants.php:185
930
  msgid "type dir"
931
  msgstr "Typ"
932
 
933
- #: lib/wfu_constants.php:186
934
  msgid "Upload path: %filepath%"
935
  msgstr "Ladda sökväg: %filepath%"
936
 
937
- #: lib/wfu_constants.php:187
938
  msgid "Failed upload path: %filepath%"
939
  msgstr "Misslyckades att ladda upp sökväg: %filepath%"
940
 
941
- #: lib/wfu_constants.php:188
942
  msgid " (required)"
943
  msgstr "(obligatoriskt)"
944
 
945
- #: lib/wfu_constants.php:189
946
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
947
  msgstr "Filer överförs. Är du säker på att du vill stänga sidan?"
948
 
949
- #: lib/wfu_constants.php:190
950
  msgid "checking captcha..."
951
  msgstr "kontrollerar captcha..."
952
 
953
- #: lib/wfu_constants.php:191
954
  msgid "refreshing..."
955
  msgstr "Förnyar..."
956
 
957
- #: lib/wfu_constants.php:192
958
  msgid "correct captcha"
959
  msgstr "rätt captcha"
960
 
961
- #: lib/wfu_constants.php:193
962
  msgid "click to continue the upload"
963
  msgstr "klicka för att fortsätta uppladdningen"
964
 
965
- #: lib/wfu_constants.php:194
966
  msgid "Are you sure you want to delete this file?"
967
  msgstr "Är du säker på att du vill radera denna fil?"
968
 
969
- #: lib/wfu_constants.php:195
970
  msgid "Are you sure you want to delete these files?"
971
  msgstr "Är du säker på att du vill radera dessa filer?"
972
 
973
- #: lib/wfu_constants.php:196
974
  msgid "Bulk Actions"
975
  msgstr "Massåtgärder"
976
 
977
- #: lib/wfu_constants.php:197
978
  msgid "Apply"
979
  msgstr "Utför"
980
 
981
- #: lib/wfu_constants.php:198
982
  msgid "Are you sure that you want to cancel the upload?"
983
  msgstr "Är du säker på att du vill avbryta uppladdningen?"
984
 
985
- #: lib/wfu_constants.php:199
986
  msgid "cancel upload of this file"
987
  msgstr "avbryt överföringen av denna fil"
988
 
989
- #: lib/wfu_constants.php:200
990
  msgid "Upload in progress"
991
  msgstr "Ladda upp pågår"
992
 
993
- #: lib/wfu_constants.php:201
994
  msgid "Upload in progress with warnings!"
995
  msgstr "Ladda upp fil/ladda upp filer"
996
 
997
- #: lib/wfu_constants.php:202
998
  msgid "Upload in progress but some files already failed!"
999
  msgstr "Uppladdning pågår men vissa filer redan misslyckats!"
1000
 
1001
- #: lib/wfu_constants.php:203
1002
  msgid "Upload in progress but no files uploaded so far!"
1003
  msgstr "Uppladdning pågår men inga filer uppladdade hittills!"
1004
 
1005
- #: lib/wfu_constants.php:204
1006
  msgid "All files uploaded successfully"
1007
  msgstr "Uppladdningen lyckades"
1008
 
1009
- #: lib/wfu_constants.php:205
1010
  msgid "All files uploaded successfully but there are warnings!"
1011
  msgstr "Alla filer som laddas upp korrekt men det finns varningar!"
1012
 
1013
- #: lib/wfu_constants.php:206
1014
  msgid "File uploaded successfully but there are warnings!"
1015
  msgstr "Filen laddas upp korrekt men det finns varningar!"
1016
 
1017
- #: lib/wfu_constants.php:207
1018
  msgid "Some files failed to upload!"
1019
  msgstr "Vissa filer misslyckades att ladda upp!"
1020
 
1021
- #: lib/wfu_constants.php:208
1022
  msgid "All files failed to upload"
1023
  msgstr "Uppladdning misslyckades."
1024
 
1025
- #: lib/wfu_constants.php:209
1026
  msgid "File failed to upload"
1027
  msgstr "Det gick inte att ladda upp filen"
1028
 
1029
- #: lib/wfu_constants.php:210
1030
  msgid "There are no files to upload!"
1031
  msgstr "Släpp filer för att ladda upp"
1032
 
1033
- #: lib/wfu_constants.php:211
1034
  msgid "Test upload message"
1035
  msgstr "Test uppladdning meddelande"
1036
 
1037
- #: lib/wfu_constants.php:212
1038
  msgid "JSON parse warning!"
1039
  msgstr "JSON syntax varning!"
1040
 
1041
- #: lib/wfu_constants.php:213
1042
  msgid "please wait while redirecting..."
1043
  msgstr "Vänta medan omdirigerar..."
1044
 
1045
- #: lib/wfu_constants.php:215
1046
  msgid "Submitting data"
1047
  msgstr ""
1048
 
1049
- #: lib/wfu_constants.php:216
1050
  msgid "Data submitted successfully!"
1051
  msgstr ""
1052
 
1053
- #: lib/wfu_constants.php:217
1054
  msgid "Data were not submitted!"
1055
  msgstr ""
1056
 
1057
- #: lib/wfu_constants.php:218
1058
  msgid "Cancelling upload"
1059
  msgstr ""
1060
 
1061
- #: lib/wfu_constants.php:220
1062
  msgid "Open visual shortcode editor in new window"
1063
  msgstr "Öppna visual kortkod editor i nytt fönster"
1064
 
1065
- #: lib/wfu_constants.php:221
1066
  msgid "loading visual editor"
1067
  msgstr "lastning visuell redigerare"
1068
 
1069
- #: lib/wfu_constants.php:222
1070
  msgid "Clear file list?"
1071
  msgstr "Rensa fil-lista?"
1072
 
1073
- #: lib/wfu_constants.php:223
1074
  msgid "DROP HERE"
1075
  msgstr "Släpp filen här"
1076
 
1077
- #: lib/wfu_constants.php:225
1078
  msgid "record video"
1079
  msgstr "spela in video"
1080
 
1081
- #: lib/wfu_constants.php:226
1082
  msgid "take a picture"
1083
  msgstr "ta en bild"
1084
 
1085
- #: lib/wfu_constants.php:227
1086
  msgid "turn webcam on/off"
1087
  msgstr "vända webcam på/av"
1088
 
1089
- #: lib/wfu_constants.php:228
1090
  msgid "go live again"
1091
  msgstr "gå live igen"
1092
 
1093
- #: lib/wfu_constants.php:229
1094
  msgid "end recording"
1095
  msgstr "avsluta inspelning"
1096
 
1097
- #: lib/wfu_constants.php:230
1098
  msgid "play"
1099
  msgstr "Spela"
1100
 
1101
- #: lib/wfu_constants.php:231
1102
  msgid "pause"
1103
  msgstr "Paus"
1104
 
1105
- #: lib/wfu_constants.php:232
1106
  msgid "go to the beginning"
1107
  msgstr "Gå till början"
1108
 
1109
- #: lib/wfu_constants.php:233
1110
  msgid "go to the end"
1111
  msgstr "Gå till slutet"
1112
 
1113
- #: lib/wfu_constants.php:235
1114
  msgid "Wordpress File Upload Form"
1115
  msgstr "WordPress filöverföringsformuläret"
1116
 
1117
- #: lib/wfu_constants.php:236
1118
  msgid "Wordpress File Upload plugin uploader for sidebars"
1119
  msgstr "WordPress-fil ladda upp plugin uploader för sidofält"
1120
 
1121
- #: lib/wfu_constants.php:237
1122
  msgid "Upload Files"
1123
  msgstr "Ladda upp filer"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:04+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:04+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: sv\n"
89
  msgid "screenshot"
90
  msgstr "Skärmdump"
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+
97
+ #: lib/wfu_constants.php:32
98
  msgid "File"
99
  msgstr "Fil"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Date"
103
  msgstr "Datum"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "Size"
107
  msgstr "Storlek"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "User"
111
  msgstr "Användare"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "Page"
115
  msgstr "Sida"
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "User Fields"
119
  msgstr "Användarfält:"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download"
123
  msgstr "Ladda ner"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Download this file"
127
  msgstr "Ladda ner denna fil"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete"
131
  msgstr "Radera"
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Delete this file"
135
  msgstr "Ta bort denna fil"
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "Sort list based on this column"
139
  msgstr "Sortera listan utifrån denna kolumn"
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "guest"
143
  msgstr "gäst"
144
 
145
+ #: lib/wfu_constants.php:44
146
  msgid "unknown"
147
  msgstr "okänd"
148
 
149
+ #: lib/wfu_constants.php:46
150
  msgid ""
151
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
152
  "attribute."
154
  "Fel. Gick inte att matcha ftp mål filmappen. Kontrollera domänen i 'ftpinfo'-"
155
  "attribut."
156
 
157
+ #: lib/wfu_constants.php:47
158
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
159
  msgstr "Fel. Ogiltig ftp information. Kontrollera 'ftpinfo'-attribut."
160
 
161
+ #: lib/wfu_constants.php:48
162
  msgid ""
163
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
164
  "syntax."
166
  "Fel. Kunde inte packa upp ftp informationen från 'ftpinfo'-attribut. "
167
  "Kontrollera dess syntax."
168
 
169
+ #: lib/wfu_constants.php:49
170
  msgid ""
171
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
172
  "attribute."
174
  "Fel. Gick inte att matcha ftp målfilnamn. Kontrollera domänen i 'ftpinfo'-"
175
  "attribut."
176
 
177
+ #: lib/wfu_constants.php:50
178
  msgid ""
179
  "Error. Could not open source file for ftp upload. Check if file is "
180
  "accessible."
181
  msgstr ""
182
 
183
+ #: lib/wfu_constants.php:51
184
  msgid "Error. Could not send data to ftp target file."
185
  msgstr ""
186
 
187
+ #: lib/wfu_constants.php:52
188
  msgid ""
189
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
190
  "attribute."
191
  msgstr ""
192
 
193
+ #: lib/wfu_constants.php:53
194
  msgid ""
195
  "Error. Could not authenticate to ftp host. Check username and password in "
196
  "'ftpinfo' attribute."
197
  msgstr ""
198
 
199
+ #: lib/wfu_constants.php:54
200
  msgid ""
201
  "Error. Could not initialize sftp subsystem. Please check if the server "
202
  "supports sftp."
203
  msgstr ""
204
 
205
+ #: lib/wfu_constants.php:55
206
  msgid "Error. The web server does not support sftp."
207
  msgstr ""
208
 
209
+ #: lib/wfu_constants.php:56
210
  msgid ""
211
  "Error. The upload size limit of PHP directive upload_max_filesize is "
212
  "preventing the upload of big files.\n"
216
  "överföringen av stora filer.\n"
217
  "PHP direktivet upload_max_filesize gräns är: "
218
 
219
+ #: lib/wfu_constants.php:57
220
  msgid ""
221
  "The upload time limit of PHP directive max_input_time is preventing the "
222
  "upload of big files.\n"
226
  "överföringen av stora filer.\n"
227
  "PHP direktiv max_input_time gräns är:"
228
 
229
+ #: lib/wfu_constants.php:58
230
  msgid ""
231
  "Error. Permission denied to write to target folder.\n"
232
  "Check and correct read/write permissions of target folder."
234
  "Fel. Åtkomst nekad att skriva till målmappen.\n"
235
  "Kontrollera och korrigera Läs-och skrivbehörighet för målmappen."
236
 
237
+ #: lib/wfu_constants.php:59
238
  msgid ""
239
  "Error. This file was rejected because its extension is not correct. Its "
240
  "proper filename is: "
242
  "Fel. Den här filen avvisades eftersom filändelsen inte är korrekt. Dess "
243
  "korrekt filnamn är: "
244
 
245
+ #: lib/wfu_constants.php:60
246
  msgid ""
247
  "Too many files are uploaded in a short period of time. This may be a Denial-"
248
  "Of-Service attack, so file was rejected. Please check the upload log for "
252
  "Service attack, så filen avslogs. Kontrollera loggen uppladdning för "
253
  "misstänkt beteende."
254
 
255
+ #: lib/wfu_constants.php:61
256
  msgid ""
257
  "File not uploaded in order to prevent overflow of the website. Please "
258
  "contact administrator."
260
  "Filen inte laddas upp för att förhindra spill av webbplatsen. Kontakta "
261
  "administratören."
262
 
263
+ #: lib/wfu_constants.php:62
264
  msgid "Targer folder doesn't exist."
265
  msgstr "Targer mappen finns inte."
266
 
267
+ #: lib/wfu_constants.php:63
268
  msgid "Upload failed! Missing a temporary folder."
269
  msgstr "Det gick inte att ladda upp! Saknas en tillfällig mapp."
270
 
271
+ #: lib/wfu_constants.php:64
272
  msgid "Upload failed! Permission denied to write to target folder."
273
  msgstr "Det gick inte att ladda upp! Åtkomst nekad att skriva till målmappen."
274
 
275
+ #: lib/wfu_constants.php:65
276
  msgid "File not allowed."
277
  msgstr "Filtyp inte tillåten."
278
 
279
+ #: lib/wfu_constants.php:66
280
  msgid "File is suspicious and was rejected."
281
  msgstr "Filen är misstänksam och avvisades."
282
 
283
+ #: lib/wfu_constants.php:67
284
  msgid "The uploaded file exceeds the file size limit."
285
  msgstr "Den uppladdade filen överskrider filstorleksgränsen."
286
 
287
+ #: lib/wfu_constants.php:68
288
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
289
  msgstr ""
290
  "Den uppladdade filen överskrider 2GB och stöds inte av den här servern."
291
 
292
+ #: lib/wfu_constants.php:69
293
  msgid ""
294
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
295
  "Please contact the administrator."
297
  "Det gick inte att ladda upp! Den uppladdade filen överskrider "
298
  "Filstorleksgränsen för servern. Vänligen kontakta administratören."
299
 
300
+ #: lib/wfu_constants.php:70
301
  msgid ""
302
  "Upload failed! The duration of the upload exceeded the time limit of the "
303
  "server. Please contact the administrator."
305
  "Det gick inte att ladda upp! Varaktigheten av uppladdningen överskridit "
306
  "tidsgränsen för servern. Vänligen kontakta administratören."
307
 
308
+ #: lib/wfu_constants.php:71
309
  msgid ""
310
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
311
  "was specified in the HTML form."
312
  msgstr ""
313
  "Den uppladdade filen överstiger MAX_FILE_SIZE som angavs i HTML-formuläret."
314
 
315
+ #: lib/wfu_constants.php:72
316
  msgid "Upload failed! The uploaded file was only partially uploaded."
317
  msgstr ""
318
  "Det gick inte att ladda upp! Den uppladdade filen laddades bara delvis."
319
 
320
+ #: lib/wfu_constants.php:73
321
  msgid "Upload failed! No file was uploaded."
322
  msgstr "Uppladdning misslyckades."
323
 
324
+ #: lib/wfu_constants.php:74
325
  msgid "Upload failed! Failed to write file to disk."
326
  msgstr "Det gick inte att ladda upp! Misslyckades att skriva fil till disk."
327
 
328
+ #: lib/wfu_constants.php:75
329
  msgid ""
330
  "Upload failed! Error occured while moving temporary file. Please contact "
331
  "administrator."
333
  "Det gick inte att ladda upp! Fel uppstod när flytta temporär fil. Kontakta "
334
  "administratören."
335
 
336
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
337
  msgid "Upload cancelled!"
338
  msgstr "Ladda upp fil/ladda upp filer"
339
 
340
+ #: lib/wfu_constants.php:77
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 "
347
  "ger inte ett sätt att fastställa vilka förlängning orsakade filuppladdning "
348
  "att stoppa; Granska listan över inlästa tillägg med phpinfo() kan hjälpa."
349
 
350
+ #: lib/wfu_constants.php:78
351
  msgid "Upload failed! Error occured while attemting to upload the file."
352
  msgstr ""
353
  "Det gick inte att ladda upp! Fel uppstod när attemting Ladda upp filen."
354
 
355
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
356
  msgid "Upload failed!"
357
  msgstr "Uppladdning misslyckades"
358
 
359
+ #: lib/wfu_constants.php:80
360
  msgid "No file!"
361
  msgstr "Ingen fil"
362
 
363
+ #: lib/wfu_constants.php:81
364
  msgid ""
365
  "Upload failed! The upload has been canceled by the user or the browser "
366
  "dropped the connection."
368
  "Det gick inte att ladda upp! Uppladdningen har avbrutits av användaren eller "
369
  "webbläsaren tappade anslutningen."
370
 
371
+ #: lib/wfu_constants.php:82
372
  msgid "Upload failed! Unknown error."
373
  msgstr "Det gick inte att ladda upp! Okänt fel."
374
 
375
+ #: lib/wfu_constants.php:83
376
  msgid "Please contact the administrator."
377
  msgstr "Vänligen kontakta administratören."
378
 
379
+ #: lib/wfu_constants.php:84
380
  msgid "No result from remote server!"
381
  msgstr "Inget resultat från fjärrservern!"
382
 
383
+ #: lib/wfu_constants.php:85
384
  msgid " but with warnings"
385
  msgstr " men med varningar"
386
 
387
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
388
  msgid "Warning: JSON parse error."
389
  msgstr "Varning: JSON parse error."
390
 
391
+ #: lib/wfu_constants.php:87
392
  msgid ""
393
  "Upload parameters of this file, passed as JSON string to the handler, could "
394
  "not be parsed."
396
  "Ladda upp parametrarna för denna fil, passerade som JSON-sträng till "
397
  "hanteraren, kunde inte parsas."
398
 
399
+ #: lib/wfu_constants.php:89
400
  msgid ""
401
  "UploadStates, passed as JSON string to the handler, could not be parsed."
402
  msgstr ""
403
  "UploadStates, passerade som JSON-sträng till hanteraren, kunde inte parsas."
404
 
405
+ #: lib/wfu_constants.php:90
406
  msgid ""
407
  "Redirection to classic form functionality occurred due to unknown error."
408
  msgstr ""
409
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av okänt fel."
410
 
411
+ #: lib/wfu_constants.php:91
412
  msgid ""
413
  "Redirection to classic form functionality occurred because AJAX is not "
414
  "supported."
416
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom AJAX inte "
417
  "stöds."
418
 
419
+ #: lib/wfu_constants.php:92
420
  msgid ""
421
  "Redirection to classic form functionality occurred because HTML5 is not "
422
  "supported."
424
  "Omdirigering till klassiska formulärfunktioner uppstod eftersom HTML5 inte "
425
  "stöds."
426
 
427
+ #: lib/wfu_constants.php:93
428
  msgid ""
429
  "Redirection to classic form functionality occurred due to JSON parse error."
430
  msgstr ""
431
  "Omdirigering till klassiska formulärfunktioner uppstod på grund av JSON "
432
  "parse error."
433
 
434
+ #: lib/wfu_constants.php:94
435
  msgid "Please enable popup windows from the browser's settings!"
436
  msgstr "Vänligen aktivera popupfönster från webbläsarens inställningar!"
437
 
438
+ #: lib/wfu_constants.php:95
439
  msgid "cannot be empty!"
440
  msgstr "kan inte vara tom!"
441
 
442
+ #: lib/wfu_constants.php:96
443
  msgid "number not valid!"
444
  msgstr "nummer inte giltig!"
445
 
446
+ #: lib/wfu_constants.php:97
447
  msgid "email not valid!"
448
  msgstr "E-postadressen är inte giltig!"
449
 
450
+ #: lib/wfu_constants.php:98
451
  msgid "emails do not match!"
452
  msgstr "e-post stämmer inte!"
453
 
454
+ #: lib/wfu_constants.php:99
455
  msgid "no base email field in group!"
456
  msgstr "ingen bas e-fältet i gruppen!"
457
 
458
+ #: lib/wfu_constants.php:100
459
  msgid "passwords do not match!"
460
  msgstr "De två lösenorden matchar inte."
461
 
462
+ #: lib/wfu_constants.php:101
463
  msgid "no base password field in group!"
464
  msgstr "ingen bas lösenordsfältet i grupp!"
465
 
466
+ #: lib/wfu_constants.php:102
467
  msgid "checkbox unchecked!"
468
  msgstr "kryssrutan avmarkerad!"
469
 
470
+ #: lib/wfu_constants.php:103
471
  msgid "no option selected!"
472
  msgstr "Inget alternativ valt"
473
 
474
+ #: lib/wfu_constants.php:104
475
  msgid "no item selected!"
476
  msgstr "Inget objekt valt."
477
 
478
+ #: lib/wfu_constants.php:105
479
  msgid ""
480
  "There are more than one instances of the plugin in this page with the same "
481
  "id. Please change it."
483
  "I området i närheten finns det flera instanser av plugin i sidan med samma "
484
  "id. Ändra det."
485
 
486
+ #: lib/wfu_constants.php:106
487
  msgid ""
488
  "Cannot edit the shortcode because the page has been modified. Please reload "
489
  "the page."
491
  "Kan inte redigera kortkoden eftersom sidan har ändrats. Vänligen ladda om "
492
  "sidan."
493
 
494
+ #: lib/wfu_constants.php:107
495
  msgid "Your browser does not support webcam capture!"
496
  msgstr "Din webbläsare stöder inte webbkamerainspelning!"
497
 
498
+ #: lib/wfu_constants.php:108
499
  msgid "Your browser does not support video recording from the webcam!"
500
  msgstr "Din webbläsare stöder inte videoinspelning från webbkameran!"
501
 
502
+ #: lib/wfu_constants.php:109
503
  msgid "No video was recorded!"
504
  msgstr "Ingen video spelades in!"
505
 
506
+ #: lib/wfu_constants.php:110
507
  msgid ""
508
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
509
  "or use RecaptchaV2 (no account)."
511
  "FEL: Captcha stöds inte! Du har en gammal PHP-version. Uppgradera din PHP "
512
  "eller använda RecaptchaV2 (inget konto)."
513
 
514
+ #: lib/wfu_constants.php:111
515
  msgid ""
516
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
517
  "notify administrator."
519
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
520
  "Vänligen meddela administratören."
521
 
522
+ #: lib/wfu_constants.php:112
523
  msgid ""
524
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
525
  "use RecaptchaV1 (no account)."
527
  "FEL: Endast en koduppladdning av RecaptchaV1 kan finnas på samma sida. "
528
  "Vänligen använd RecaptchaV1 (inget konto)."
529
 
530
+ #: lib/wfu_constants.php:113
531
  msgid "ERROR: No site key. Please contact administrator!"
532
  msgstr "FEL: Ingen webbplats nyckel. Vänligen kontakta administratören!"
533
 
534
+ #: lib/wfu_constants.php:114
535
  msgid ""
536
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
537
  "define Google Recaptcha keys."
539
  "FEL: Ingen webbplats nyckel definierad! Vänligen gå till plugin "
540
  "inställningar i kontrollpanelen för att definiera Google Recaptcha nycklar."
541
 
542
+ #: lib/wfu_constants.php:115
543
  msgid "Bad captcha image!"
544
  msgstr "Dåliga captcha-bild!"
545
 
546
+ #: lib/wfu_constants.php:116
547
  msgid "No input!"
548
  msgstr ""
549
  "aria-required är en form input WAI ARIA tag. Screen readers använder detta "
553
  "snart att accepteras av HTML validator, så du kan utan risk ignorera de "
554
  "valideringsfel som den kommer att orsaka."
555
 
556
+ #: lib/wfu_constants.php:117
557
  msgid "Captcha not completed!"
558
  msgstr "CAPTCHA inte klar!"
559
 
560
+ #: lib/wfu_constants.php:118
561
  msgid "Wrong captcha!"
562
  msgstr "Fel captcha!"
563
 
564
+ #: lib/wfu_constants.php:119
565
  msgid "Error refreshing captcha!"
566
  msgstr "Fel uppdaterar captcha!"
567
 
568
+ #: lib/wfu_constants.php:120
569
  msgid "Unknown captcha error!"
570
  msgstr "Okänd captcha fel!"
571
 
572
+ #: lib/wfu_constants.php:121
573
  msgid "Captcha not supported by your browser!"
574
  msgstr "CAPTCHA stöds inte av din webbläsare!"
575
 
576
+ #: lib/wfu_constants.php:122
577
  msgid "the secret parameter is missing"
578
  msgstr "den hemliga parametern saknas"
579
 
580
+ #: lib/wfu_constants.php:123
581
  msgid "the secret parameter is invalid or malformed"
582
  msgstr "hemliga parametern är ogiltig eller felaktig"
583
 
584
+ #: lib/wfu_constants.php:124
585
  msgid "the response parameter is missing"
586
  msgstr "Parametern saknas."
587
 
588
+ #: lib/wfu_constants.php:125
589
  msgid "the response parameter is invalid or malformed"
590
  msgstr "Parameterns svar är ogiltigt eller har felaktigt format."
591
 
592
+ #: lib/wfu_constants.php:126
593
  msgid "Please do not use drag drop due to an internal problem."
594
  msgstr "Vänligen Använd inte dra på grund av ett internt problem."
595
 
596
+ #: lib/wfu_constants.php:127
597
  #, php-format
598
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
599
  msgstr "Fel under segmenterad uppladdning. Unikt ID saknas i segmentet %d"
600
 
601
+ #: lib/wfu_constants.php:128
602
  msgid "Chunked upload is not allowed!"
603
  msgstr "Segmentuppladdning är inte tillåtet!"
604
 
605
+ #: lib/wfu_constants.php:129
606
  msgid "Chunked upload aborted due to error in previous chunk!"
607
  msgstr "Gruppuppladdning avbröts på grund av fel i tidigare segment!"
608
 
609
+ #: lib/wfu_constants.php:130
610
  msgid "Chunked upload failed, final file could not be created!"
611
  msgstr "Uppladdningen av segmentet misslyckades, filen kunde inte skapas!"
612
 
613
+ #: lib/wfu_constants.php:131
614
  #, php-format
615
  msgid "Could not write file chuck to destination on chunk %d"
616
  msgstr "Kunde inte skriva filensegmentet till destination på segment %d"
617
 
618
+ #: lib/wfu_constants.php:132
619
  #, php-format
620
  msgid "Could not enlarge destination file on chunk %d"
621
  msgstr "Kunde inte förstora målfilen på segment %d"
622
 
623
+ #: lib/wfu_constants.php:133
624
  #, php-format
625
  msgid "Could not open file handles on chunk %d"
626
  msgstr "Kunde inte öppna filreferenser på segment %d"
627
 
628
+ #: lib/wfu_constants.php:134
629
  msgid "You are not allowed to download this file!"
630
  msgstr "Du har inte tillgång till den här filen."
631
 
632
+ #: lib/wfu_constants.php:135
633
  msgid "File does not exist!"
634
  msgstr "Filen finns inte"
635
 
636
+ #: lib/wfu_constants.php:136
637
  msgid "Could not download file!"
638
  msgstr "Kunde inte ladda ner fil!"
639
 
640
+ #: lib/wfu_constants.php:137
641
  msgid "You are not allowed to delete this file!"
642
  msgstr "Du får inte ta bort denna fil!"
643
 
644
+ #: lib/wfu_constants.php:138
645
  msgid "File was not deleted!"
646
  msgstr "Filen var inte bort!"
647
 
648
+ #: lib/wfu_constants.php:139
649
  msgid "No file was deleted!"
650
  msgstr "Ingen fil har tagits bort!"
651
 
652
+ #: lib/wfu_constants.php:140
653
  msgid "Some files were not deleted!"
654
  msgstr "Vissa filer raderas inte!"
655
 
656
+ #: lib/wfu_constants.php:142
657
  msgid "Upload skipped! File already exists."
658
  msgstr "Ladda upp överhoppade! Filen finns redan."
659
 
660
+ #: lib/wfu_constants.php:143
661
  msgid "The extension of the file does not match its contents."
662
  msgstr ""
663
 
664
+ #: lib/wfu_constants.php:144
665
  msgid ""
666
  "Upload succeeded but the file is suspicious because its contents do not "
667
  "match its extension. Its proper filename is: "
669
  "Ladda upp lyckades men filen är misstänksam eftersom innehållet inte matchar "
670
  "dess förlängning. Dess korrekt filnamn är:"
671
 
672
+ #: lib/wfu_constants.php:145
673
  msgid "No files have been selected!"
674
  msgstr "Inga filer har valts!"
675
 
676
+ #: lib/wfu_constants.php:146
677
+ msgid "Please complete the consent question before continuing the upload!"
678
+ msgstr ""
679
+
680
+ #: lib/wfu_constants.php:147
681
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
682
  msgstr ""
683
  "WPFilebase Plugin uppdaterad inte eftersom det fanns inga filer som laddas "
684
  "upp."
685
 
686
+ #: lib/wfu_constants.php:148
687
  msgid "Notification email was not sent because there were no files uploaded."
688
  msgstr ""
689
  "E-postmeddelande skickades inte eftersom det fanns inga filer som laddas upp."
690
 
691
+ #: lib/wfu_constants.php:149
692
  msgid ""
693
  "Notification email was not sent because no recipients were defined. Please "
694
  "check notifyrecipients attribute in the shortcode."
696
  "E-postmeddelande skickades inte eftersom inga mottagare definierades. "
697
  "Vänligen kontrollera notifyrecipients attribut i kortkod."
698
 
699
+ #: lib/wfu_constants.php:150
700
  msgid ""
701
  "Notification email was not sent due to an error. Please check "
702
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
704
  "E-postmeddelande skickades inte på grund av ett fel. Kontrollera "
705
  "notifyrecipients, notifysubject och notifymessage attribut för fel."
706
 
707
+ #: lib/wfu_constants.php:151
708
  msgid ""
709
  "Redirection not executed because redirection link is empty. Please check "
710
  "redirectlink attribute."
712
  "Omdirigering inte köras eftersom omdirigering länk är tom. Vänligen "
713
  "kontrollera redirectlink attribut."
714
 
715
+ #: lib/wfu_constants.php:152
716
  msgid ""
717
  "Redirection not executed because not all files were successfully uploaded."
718
  msgstr "Omdirigering av kördes inte eftersom inte alla filer har laddats."
719
 
720
+ #: lib/wfu_constants.php:153
721
  msgid "Potential Denial-Of-Service Attack on {SITE}"
722
  msgstr "Potentiell Denial-Of-Service Attack på {SIDA}"
723
 
724
+ #: lib/wfu_constants.php:154
725
  msgid ""
726
  "Hello admin\n"
727
  "\n"
757
  "\n"
758
  "Tack"
759
 
760
+ #: lib/wfu_constants.php:155
761
  msgid ""
762
  "You have activated an alternative insecure Iptanus Services Server. For "
763
  "details please contact info@iptanus.com."
764
  msgstr ""
765
 
766
+ #: lib/wfu_constants.php:156
767
  msgid ""
768
  "Iptanus Services Server is unreachable. This may cause problems in some "
769
  "plugin functions. Please contact info@iptanus.com for details."
770
  msgstr ""
771
 
772
+ #: lib/wfu_constants.php:158
773
  msgid ""
774
  "Failed to add the shortcode to the page/post. Please try again. If the "
775
  "message persists, contact administrator."
777
  "Det gick inte att lägga till kortkoden till denna sida/inlägget. Vänligen "
778
  "försök igen. Om meddelandet kvarstår, kontakta administratören."
779
 
780
+ #: lib/wfu_constants.php:159
781
  msgid ""
782
  "Failed to edit the shortcode because the contents of the page changed. Try "
783
  "again to edit the shortcode."
785
  "Det gick inte att redigera kortkod eftersom innehållet på sidan har ändrats. "
786
  "Försök igen att redigera kortkod."
787
 
788
+ #: lib/wfu_constants.php:160
789
  msgid ""
790
  "Failed to delete the shortcode because the contents of the page changed. Try "
791
  "again to delete it."
793
  "Kunde inte ta bort kortkod eftersom innehållet på sidan är ändrat. Försök "
794
  "att ta bort den igen."
795
 
796
+ #: lib/wfu_constants.php:161
797
  msgid ""
798
  "The page containing the shortcode has been modified and it is no longer "
799
  "valid. Please go back to reload the shortcode."
801
  "Sidan som innehåller kortkod har ändrats och det är inte längre giltig. Gå "
802
  "tillbaka till Ladda kortkod."
803
 
804
+ #: lib/wfu_constants.php:162
805
  msgid ""
806
  "Failed to update the shortcode because the contents of the page changed. Go "
807
  "back to reload the shortcode."
809
  "Det gick inte att uppdatera kortkod eftersom innehållet på sidan ändrats. Gå "
810
  "tillbaka till Ladda kortkod."
811
 
812
+ #: lib/wfu_constants.php:163
813
  msgid ""
814
  "Failed to update the shortcode. Please try again. If the problem persists, "
815
  "go back and reload the shortcode."
817
  "Det gick inte att uppdatera kortkod. Vänligen försök igen. Om problemet "
818
  "kvarstår, gå tillbaka och ladda kortkod."
819
 
820
+ #: lib/wfu_constants.php:165
821
  msgid "This is a test message"
822
  msgstr "Testmeddelande skickat"
823
 
824
+ #: lib/wfu_constants.php:166
825
  msgid "This is a test administrator message"
826
  msgstr "Detta är ett testmeddelande för administratör"
827
 
828
+ #: lib/wfu_constants.php:167
829
  msgid "File testfile 1 under test"
830
  msgstr "Fil testfile 1 under test"
831
 
832
+ #: lib/wfu_constants.php:168
833
  msgid "File testfile 1 message"
834
  msgstr "Fil testfile 1 meddelande"
835
 
836
+ #: lib/wfu_constants.php:169
837
  msgid "File testfile 1 administrator message"
838
  msgstr "Fil testfile 1 administratör meddelande"
839
 
840
+ #: lib/wfu_constants.php:170
841
  msgid "File testfile 2 under test"
842
  msgstr "Fil testfile 2 under test"
843
 
844
+ #: lib/wfu_constants.php:171
845
  msgid "File testfile 2 message"
846
  msgstr "Fil testfile 2 meddelande"
847
 
848
+ #: lib/wfu_constants.php:172
849
  msgid "File testfile 2 administrator message"
850
  msgstr "Fil testfile 2 administratör meddelande"
851
 
852
+ #: lib/wfu_constants.php:174
853
  msgid ""
854
  "Insert variable %userid% inside text. It will be replaced by the id of the "
855
  "current user."
857
  "Infoga variabeln %userid% inuti texten. Det kommer att ersättas av id för "
858
  "den aktuella användaren."
859
 
860
+ #: lib/wfu_constants.php:175
861
  msgid ""
862
  "Insert variable %username% inside text. It will be replaced by the username "
863
  "of the current user."
865
  "Infoga miljövariabeln %username% inuti texten. Det kommer att ersättas av "
866
  "användarnamnet för den aktuella användaren."
867
 
868
+ #: lib/wfu_constants.php:176
869
  msgid ""
870
  "Insert variable %useremail% inside text. It will be replaced by the email of "
871
  "the current user."
873
  "Infoga variabeln %useremail% inuti texten. Det kommer att ersättas av e-post "
874
  "för den aktuella användaren."
875
 
876
+ #: lib/wfu_constants.php:177
877
  msgid ""
878
  "Insert variable %filename% inside text. It will be replaced by the filename "
879
  "of the uploaded file."
881
  "Infoga variabeln %filnamn% inuti texten. Det kommer att ersättas av "
882
  "filnamnet för den överförda filen."
883
 
884
+ #: lib/wfu_constants.php:178
885
  msgid ""
886
  "Insert variable %filepath% inside text. It will be replaced by the full "
887
  "filepath of the uploaded file."
889
  "Infoga variabeln %filepath% inuti texten. Det kommer att ersättas av den "
890
  "fullständiga sökvägen för den överförda filen."
891
 
892
+ #: lib/wfu_constants.php:179
893
  msgid ""
894
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
895
  "the website."
897
  "Infoga variabeln %blogid% inuti texten. Det kommer att ersättas av blogg id "
898
  "för webbplatsen."
899
 
900
+ #: lib/wfu_constants.php:180
901
  msgid ""
902
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
903
  "current page."
905
  "Infoga variabeln %pageid% inuti texten. Det kommer att ersättas av id för "
906
  "den aktuella sidan."
907
 
908
+ #: lib/wfu_constants.php:181
909
  msgid ""
910
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
911
  "the current page."
913
  "Infoga variabeln %pagetitle% inuti texten. Det kommer att ersättas av titeln "
914
  "på den aktuella sidan."
915
 
916
+ #: lib/wfu_constants.php:182
917
  msgid ""
918
  "Insert variable %userdataXXX% inside text. Select the user field from the "
919
  "drop-down list. It will be replaced by the value that the user entered in "
923
  "down listan. Det kommer att ersättas av det värde som användaren har angett "
924
  "i fältet."
925
 
926
+ #: lib/wfu_constants.php:183
927
  msgid "Insert variable %n% inside text to denote a line change."
928
  msgstr "Infoga variabeln %n% inuti texten betecknar en radändring."
929
 
930
+ #: lib/wfu_constants.php:185
931
  msgid "Test Mode"
932
  msgstr "Testmod"
933
 
934
+ #: lib/wfu_constants.php:186
935
  msgid "select dir..."
936
  msgstr "Välj katalog"
937
 
938
+ #: lib/wfu_constants.php:187
939
  msgid "type dir"
940
  msgstr "Typ"
941
 
942
+ #: lib/wfu_constants.php:188
943
  msgid "Upload path: %filepath%"
944
  msgstr "Ladda sökväg: %filepath%"
945
 
946
+ #: lib/wfu_constants.php:189
947
  msgid "Failed upload path: %filepath%"
948
  msgstr "Misslyckades att ladda upp sökväg: %filepath%"
949
 
950
+ #: lib/wfu_constants.php:190
951
  msgid " (required)"
952
  msgstr "(obligatoriskt)"
953
 
954
+ #: lib/wfu_constants.php:191
955
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
956
  msgstr "Filer överförs. Är du säker på att du vill stänga sidan?"
957
 
958
+ #: lib/wfu_constants.php:192
959
  msgid "checking captcha..."
960
  msgstr "kontrollerar captcha..."
961
 
962
+ #: lib/wfu_constants.php:193
963
  msgid "refreshing..."
964
  msgstr "Förnyar..."
965
 
966
+ #: lib/wfu_constants.php:194
967
  msgid "correct captcha"
968
  msgstr "rätt captcha"
969
 
970
+ #: lib/wfu_constants.php:195
971
  msgid "click to continue the upload"
972
  msgstr "klicka för att fortsätta uppladdningen"
973
 
974
+ #: lib/wfu_constants.php:196
975
  msgid "Are you sure you want to delete this file?"
976
  msgstr "Är du säker på att du vill radera denna fil?"
977
 
978
+ #: lib/wfu_constants.php:197
979
  msgid "Are you sure you want to delete these files?"
980
  msgstr "Är du säker på att du vill radera dessa filer?"
981
 
982
+ #: lib/wfu_constants.php:198
983
  msgid "Bulk Actions"
984
  msgstr "Massåtgärder"
985
 
986
+ #: lib/wfu_constants.php:199
987
  msgid "Apply"
988
  msgstr "Utför"
989
 
990
+ #: lib/wfu_constants.php:200
991
  msgid "Are you sure that you want to cancel the upload?"
992
  msgstr "Är du säker på att du vill avbryta uppladdningen?"
993
 
994
+ #: lib/wfu_constants.php:201
995
  msgid "cancel upload of this file"
996
  msgstr "avbryt överföringen av denna fil"
997
 
998
+ #: lib/wfu_constants.php:202
999
  msgid "Upload in progress"
1000
  msgstr "Ladda upp pågår"
1001
 
1002
+ #: lib/wfu_constants.php:203
1003
  msgid "Upload in progress with warnings!"
1004
  msgstr "Ladda upp fil/ladda upp filer"
1005
 
1006
+ #: lib/wfu_constants.php:204
1007
  msgid "Upload in progress but some files already failed!"
1008
  msgstr "Uppladdning pågår men vissa filer redan misslyckats!"
1009
 
1010
+ #: lib/wfu_constants.php:205
1011
  msgid "Upload in progress but no files uploaded so far!"
1012
  msgstr "Uppladdning pågår men inga filer uppladdade hittills!"
1013
 
1014
+ #: lib/wfu_constants.php:206
1015
  msgid "All files uploaded successfully"
1016
  msgstr "Uppladdningen lyckades"
1017
 
1018
+ #: lib/wfu_constants.php:207
1019
  msgid "All files uploaded successfully but there are warnings!"
1020
  msgstr "Alla filer som laddas upp korrekt men det finns varningar!"
1021
 
1022
+ #: lib/wfu_constants.php:208
1023
  msgid "File uploaded successfully but there are warnings!"
1024
  msgstr "Filen laddas upp korrekt men det finns varningar!"
1025
 
1026
+ #: lib/wfu_constants.php:209
1027
  msgid "Some files failed to upload!"
1028
  msgstr "Vissa filer misslyckades att ladda upp!"
1029
 
1030
+ #: lib/wfu_constants.php:210
1031
  msgid "All files failed to upload"
1032
  msgstr "Uppladdning misslyckades."
1033
 
1034
+ #: lib/wfu_constants.php:211
1035
  msgid "File failed to upload"
1036
  msgstr "Det gick inte att ladda upp filen"
1037
 
1038
+ #: lib/wfu_constants.php:212
1039
  msgid "There are no files to upload!"
1040
  msgstr "Släpp filer för att ladda upp"
1041
 
1042
+ #: lib/wfu_constants.php:213
1043
  msgid "Test upload message"
1044
  msgstr "Test uppladdning meddelande"
1045
 
1046
+ #: lib/wfu_constants.php:214
1047
  msgid "JSON parse warning!"
1048
  msgstr "JSON syntax varning!"
1049
 
1050
+ #: lib/wfu_constants.php:215
1051
  msgid "please wait while redirecting..."
1052
  msgstr "Vänta medan omdirigerar..."
1053
 
1054
+ #: lib/wfu_constants.php:217
1055
  msgid "Submitting data"
1056
  msgstr ""
1057
 
1058
+ #: lib/wfu_constants.php:218
1059
  msgid "Data submitted successfully!"
1060
  msgstr ""
1061
 
1062
+ #: lib/wfu_constants.php:219
1063
  msgid "Data were not submitted!"
1064
  msgstr ""
1065
 
1066
+ #: lib/wfu_constants.php:220
1067
  msgid "Cancelling upload"
1068
  msgstr ""
1069
 
1070
+ #: lib/wfu_constants.php:222
1071
  msgid "Open visual shortcode editor in new window"
1072
  msgstr "Öppna visual kortkod editor i nytt fönster"
1073
 
1074
+ #: lib/wfu_constants.php:223
1075
  msgid "loading visual editor"
1076
  msgstr "lastning visuell redigerare"
1077
 
1078
+ #: lib/wfu_constants.php:224
1079
  msgid "Clear file list?"
1080
  msgstr "Rensa fil-lista?"
1081
 
1082
+ #: lib/wfu_constants.php:225
1083
  msgid "DROP HERE"
1084
  msgstr "Släpp filen här"
1085
 
1086
+ #: lib/wfu_constants.php:227
1087
  msgid "record video"
1088
  msgstr "spela in video"
1089
 
1090
+ #: lib/wfu_constants.php:228
1091
  msgid "take a picture"
1092
  msgstr "ta en bild"
1093
 
1094
+ #: lib/wfu_constants.php:229
1095
  msgid "turn webcam on/off"
1096
  msgstr "vända webcam på/av"
1097
 
1098
+ #: lib/wfu_constants.php:230
1099
  msgid "go live again"
1100
  msgstr "gå live igen"
1101
 
1102
+ #: lib/wfu_constants.php:231
1103
  msgid "end recording"
1104
  msgstr "avsluta inspelning"
1105
 
1106
+ #: lib/wfu_constants.php:232
1107
  msgid "play"
1108
  msgstr "Spela"
1109
 
1110
+ #: lib/wfu_constants.php:233
1111
  msgid "pause"
1112
  msgstr "Paus"
1113
 
1114
+ #: lib/wfu_constants.php:234
1115
  msgid "go to the beginning"
1116
  msgstr "Gå till början"
1117
 
1118
+ #: lib/wfu_constants.php:235
1119
  msgid "go to the end"
1120
  msgstr "Gå till slutet"
1121
 
1122
+ #: lib/wfu_constants.php:237
1123
  msgid "Wordpress File Upload Form"
1124
  msgstr "WordPress filöverföringsformuläret"
1125
 
1126
+ #: lib/wfu_constants.php:238
1127
  msgid "Wordpress File Upload plugin uploader for sidebars"
1128
  msgstr "WordPress-fil ladda upp plugin uploader för sidofält"
1129
 
1130
+ #: lib/wfu_constants.php:239
1131
  msgid "Upload Files"
1132
  msgstr "Ladda upp filer"
languages/wp-file-upload-zh_CN.mo CHANGED
Binary file
languages/wp-file-upload-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:33+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:33+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: zh_CN\n"
@@ -89,113 +89,118 @@ msgstr ""
89
  msgid "screenshot"
90
  msgstr ""
91
 
92
- #: lib/wfu_constants.php:31
 
 
 
 
 
93
  msgid "File"
94
  msgstr "文件"
95
 
96
- #: lib/wfu_constants.php:32
97
  msgid "Date"
98
  msgstr "日期"
99
 
100
- #: lib/wfu_constants.php:33
101
  msgid "Size"
102
  msgstr "大小"
103
 
104
- #: lib/wfu_constants.php:34
105
  msgid "User"
106
  msgstr "用户"
107
 
108
- #: lib/wfu_constants.php:35
109
  msgid "Page"
110
  msgstr "页面"
111
 
112
- #: lib/wfu_constants.php:36
113
  msgid "User Fields"
114
  msgstr "用户区域"
115
 
116
- #: lib/wfu_constants.php:37
117
  msgid "Download"
118
  msgstr "下载"
119
 
120
- #: lib/wfu_constants.php:38
121
  msgid "Download this file"
122
  msgstr "下载这个文件"
123
 
124
- #: lib/wfu_constants.php:39
125
  msgid "Delete"
126
  msgstr "删除"
127
 
128
- #: lib/wfu_constants.php:40
129
  msgid "Delete this file"
130
  msgstr "删除这个文件"
131
 
132
- #: lib/wfu_constants.php:41
133
  msgid "Sort list based on this column"
134
  msgstr "根据该列分类"
135
 
136
- #: lib/wfu_constants.php:42
137
  msgid "guest"
138
  msgstr "客人"
139
 
140
- #: lib/wfu_constants.php:43
141
  msgid "unknown"
142
  msgstr "未知"
143
 
144
- #: lib/wfu_constants.php:45
145
  msgid ""
146
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
147
  "attribute."
148
  msgstr "错误:不能解决 ftp 目标文件目录。请检查 'ftpinfo'属性中的domain"
149
 
150
- #: lib/wfu_constants.php:46
151
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
152
  msgstr "错误:无效 ftp 信息。请检查 'ftpinfo' 属性"
153
 
154
- #: lib/wfu_constants.php:47
155
  msgid ""
156
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
157
  "syntax."
158
  msgstr "错误:不能从 'ftpinfo' 属性中提取 ftp 信息。请检查它的句法"
159
 
160
- #: lib/wfu_constants.php:48
161
  msgid ""
162
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
163
  "attribute."
164
  msgstr "错误:不能解决 ftp 目标文件名。请检查 'ftpinfo'属性中的 domain"
165
 
166
- #: lib/wfu_constants.php:49
167
  msgid ""
168
  "Error. Could not open source file for ftp upload. Check if file is "
169
  "accessible."
170
  msgstr ""
171
 
172
- #: lib/wfu_constants.php:50
173
  msgid "Error. Could not send data to ftp target file."
174
  msgstr ""
175
 
176
- #: lib/wfu_constants.php:51
177
  msgid ""
178
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
179
  "attribute."
180
  msgstr ""
181
 
182
- #: lib/wfu_constants.php:52
183
  msgid ""
184
  "Error. Could not authenticate to ftp host. Check username and password in "
185
  "'ftpinfo' attribute."
186
  msgstr ""
187
 
188
- #: lib/wfu_constants.php:53
189
  msgid ""
190
  "Error. Could not initialize sftp subsystem. Please check if the server "
191
  "supports sftp."
192
  msgstr ""
193
 
194
- #: lib/wfu_constants.php:54
195
  msgid "Error. The web server does not support sftp."
196
  msgstr ""
197
 
198
- #: lib/wfu_constants.php:55
199
  msgid ""
200
  "Error. The upload size limit of PHP directive upload_max_filesize is "
201
  "preventing the upload of big files.\n"
@@ -204,7 +209,7 @@ msgstr ""
204
  "错误:上传文件PHP directive upload_max_filesize 的限制正在避免加载大文件。"
205
  "PHP directive upload_max_filesize 的限制是:"
206
 
207
- #: lib/wfu_constants.php:56
208
  msgid ""
209
  "The upload time limit of PHP directive max_input_time is preventing the "
210
  "upload of big files.\n"
@@ -213,100 +218,100 @@ msgstr ""
213
  "错误:上传文件 PHP directive max_input_time 的时间限制正在避免加载大文件。"
214
  "PHP directive upload_max_filesize 的时间限制是:"
215
 
216
- #: lib/wfu_constants.php:57
217
  msgid ""
218
  "Error. Permission denied to write to target folder.\n"
219
  "Check and correct read/write permissions of target folder."
220
  msgstr "错误:拒绝写到目标文件夹。请检查和校对目标文件夹的读/写允许。"
221
 
222
- #: lib/wfu_constants.php:58
223
  msgid ""
224
  "Error. This file was rejected because its extension is not correct. Its "
225
  "proper filename is: "
226
  msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
227
 
228
- #: lib/wfu_constants.php:59
229
  msgid ""
230
  "Too many files are uploaded in a short period of time. This may be a Denial-"
231
  "Of-Service attack, so file was rejected. Please check the upload log for "
232
  "suspicious behaviour."
233
  msgstr ""
234
 
235
- #: lib/wfu_constants.php:60
236
  msgid ""
237
  "File not uploaded in order to prevent overflow of the website. Please "
238
  "contact administrator."
239
  msgstr ""
240
 
241
- #: lib/wfu_constants.php:61
242
  msgid "Targer folder doesn't exist."
243
  msgstr "目标文件夹不存在。"
244
 
245
- #: lib/wfu_constants.php:62
246
  msgid "Upload failed! Missing a temporary folder."
247
  msgstr "加载失败!丢失一个临时文件夹。"
248
 
249
- #: lib/wfu_constants.php:63
250
  msgid "Upload failed! Permission denied to write to target folder."
251
  msgstr "加载失败!写入目标文件夹被拒绝。"
252
 
253
- #: lib/wfu_constants.php:64
254
  msgid "File not allowed."
255
  msgstr "文件不被允许。"
256
 
257
- #: lib/wfu_constants.php:65
258
  msgid "File is suspicious and was rejected."
259
  msgstr "可疑文件,被拒绝。"
260
 
261
- #: lib/wfu_constants.php:66
262
  msgid "The uploaded file exceeds the file size limit."
263
  msgstr "加载的文件超出文件尺寸限制。"
264
 
265
- #: lib/wfu_constants.php:67
266
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
267
  msgstr "上传文件超出2GB,服务器不支持。"
268
 
269
- #: lib/wfu_constants.php:68
270
  msgid ""
271
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
272
  "Please contact the administrator."
273
  msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
274
 
275
- #: lib/wfu_constants.php:69
276
  msgid ""
277
  "Upload failed! The duration of the upload exceeded the time limit of the "
278
  "server. Please contact the administrator."
279
  msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
280
 
281
- #: lib/wfu_constants.php:70
282
  msgid ""
283
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
284
  "was specified in the HTML form."
285
  msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
286
 
287
- #: lib/wfu_constants.php:71
288
  msgid "Upload failed! The uploaded file was only partially uploaded."
289
  msgstr "上传失败!只生产了部分加载文件。"
290
 
291
- #: lib/wfu_constants.php:72
292
  msgid "Upload failed! No file was uploaded."
293
  msgstr "上传失败!文件没有载入。"
294
 
295
- #: lib/wfu_constants.php:73
296
  msgid "Upload failed! Failed to write file to disk."
297
  msgstr "上传失败!写文件到磁盘失败。"
298
 
299
- #: lib/wfu_constants.php:74
300
  msgid ""
301
  "Upload failed! Error occured while moving temporary file. Please contact "
302
  "administrator."
303
  msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
304
 
305
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
306
  msgid "Upload cancelled!"
307
  msgstr ""
308
 
309
- #: lib/wfu_constants.php:76
310
  msgid ""
311
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
312
  "a way to ascertain which extension caused the file upload to stop; examining "
@@ -315,146 +320,146 @@ msgstr ""
315
  "上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
316
  "查带 phpinfo() 的加载扩展名列表可能会有帮助。"
317
 
318
- #: lib/wfu_constants.php:77
319
  msgid "Upload failed! Error occured while attemting to upload the file."
320
  msgstr "上传失败!试图加载文件时出现错误。"
321
 
322
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
323
  msgid "Upload failed!"
324
  msgstr "上传失败!"
325
 
326
- #: lib/wfu_constants.php:79
327
  msgid "No file!"
328
  msgstr "没有忘记!"
329
 
330
- #: lib/wfu_constants.php:80
331
  msgid ""
332
  "Upload failed! The upload has been canceled by the user or the browser "
333
  "dropped the connection."
334
  msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
335
 
336
- #: lib/wfu_constants.php:81
337
  msgid "Upload failed! Unknown error."
338
  msgstr "上传失败!未知故障。"
339
 
340
- #: lib/wfu_constants.php:82
341
  msgid "Please contact the administrator."
342
  msgstr "请联系管理员。"
343
 
344
- #: lib/wfu_constants.php:83
345
  msgid "No result from remote server!"
346
  msgstr "没有来自远程服务器的结果!"
347
 
348
- #: lib/wfu_constants.php:84
349
  msgid " but with warnings"
350
  msgstr "但是带警告提示"
351
 
352
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
353
  msgid "Warning: JSON parse error."
354
  msgstr "警告:JSON 语法分析错误。"
355
 
356
- #: lib/wfu_constants.php:86
357
  msgid ""
358
  "Upload parameters of this file, passed as JSON string to the handler, could "
359
  "not be parsed."
360
  msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
361
 
362
- #: lib/wfu_constants.php:88
363
  msgid ""
364
  "UploadStates, passed as JSON string to the handler, could not be parsed."
365
  msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
366
 
367
- #: lib/wfu_constants.php:89
368
  msgid ""
369
  "Redirection to classic form functionality occurred due to unknown error."
370
  msgstr "由于未知故障,出现重新指向到classic form functionality"
371
 
372
- #: lib/wfu_constants.php:90
373
  msgid ""
374
  "Redirection to classic form functionality occurred because AJAX is not "
375
  "supported."
376
  msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
377
 
378
- #: lib/wfu_constants.php:91
379
  msgid ""
380
  "Redirection to classic form functionality occurred because HTML5 is not "
381
  "supported."
382
  msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
383
 
384
- #: lib/wfu_constants.php:92
385
  msgid ""
386
  "Redirection to classic form functionality occurred due to JSON parse error."
387
  msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
388
 
389
- #: lib/wfu_constants.php:93
390
  msgid "Please enable popup windows from the browser's settings!"
391
  msgstr "请在浏览器设置中启动 popup 打开窗口!"
392
 
393
- #: lib/wfu_constants.php:94
394
  msgid "cannot be empty!"
395
  msgstr "不能为空白!"
396
 
397
- #: lib/wfu_constants.php:95
398
  msgid "number not valid!"
399
  msgstr "无效数字!"
400
 
401
- #: lib/wfu_constants.php:96
402
  msgid "email not valid!"
403
  msgstr "无效邮件!"
404
 
405
- #: lib/wfu_constants.php:97
406
  msgid "emails do not match!"
407
  msgstr "邮箱不符!"
408
 
409
- #: lib/wfu_constants.php:98
410
  msgid "no base email field in group!"
411
  msgstr "在组中没有基本邮件区域!"
412
 
413
- #: lib/wfu_constants.php:99
414
  msgid "passwords do not match!"
415
  msgstr "口令不符!"
416
 
417
- #: lib/wfu_constants.php:100
418
  msgid "no base password field in group!"
419
  msgstr "在组中没有基本口令区域!"
420
 
421
- #: lib/wfu_constants.php:101
422
  msgid "checkbox unchecked!"
423
  msgstr "检查框没打记号!"
424
 
425
- #: lib/wfu_constants.php:102
426
  msgid "no option selected!"
427
  msgstr "没选择选项!"
428
 
429
- #: lib/wfu_constants.php:103
430
  msgid "no item selected!"
431
  msgstr "没选择任何物件!"
432
 
433
- #: lib/wfu_constants.php:104
434
  msgid ""
435
  "There are more than one instances of the plugin in this page with the same "
436
  "id. Please change it."
437
  msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
438
 
439
- #: lib/wfu_constants.php:105
440
  msgid ""
441
  "Cannot edit the shortcode because the page has been modified. Please reload "
442
  "the page."
443
  msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
444
 
445
- #: lib/wfu_constants.php:106
446
  msgid "Your browser does not support webcam capture!"
447
  msgstr ""
448
 
449
- #: lib/wfu_constants.php:107
450
  msgid "Your browser does not support video recording from the webcam!"
451
  msgstr ""
452
 
453
- #: lib/wfu_constants.php:108
454
  msgid "No video was recorded!"
455
  msgstr ""
456
 
457
- #: lib/wfu_constants.php:109
458
  msgid ""
459
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
460
  "or use RecaptchaV2 (no account)."
@@ -462,23 +467,23 @@ msgstr ""
462
  "错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
463
  "RecaptchaV2 。"
464
 
465
- #: lib/wfu_constants.php:110
466
  msgid ""
467
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
468
  "notify administrator."
469
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
470
 
471
- #: lib/wfu_constants.php:111
472
  msgid ""
473
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
474
  "use RecaptchaV1 (no account)."
475
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
476
 
477
- #: lib/wfu_constants.php:112
478
  msgid "ERROR: No site key. Please contact administrator!"
479
  msgstr "错误:没有site key. 请联系管理员!"
480
 
481
- #: lib/wfu_constants.php:113
482
  msgid ""
483
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
484
  "define Google Recaptcha keys."
@@ -486,148 +491,152 @@ msgstr ""
486
  "错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
487
  "keys。"
488
 
489
- #: lib/wfu_constants.php:114
490
  msgid "Bad captcha image!"
491
  msgstr "损坏的 captcha 图像!"
492
 
493
- #: lib/wfu_constants.php:115
494
  msgid "No input!"
495
  msgstr "没有输入!"
496
 
497
- #: lib/wfu_constants.php:116
498
  msgid "Captcha not completed!"
499
  msgstr "captcha 不完整!"
500
 
501
- #: lib/wfu_constants.php:117
502
  msgid "Wrong captcha!"
503
  msgstr "错误的 captcha!"
504
 
505
- #: lib/wfu_constants.php:118
506
  msgid "Error refreshing captcha!"
507
  msgstr "更新 captcha 故障!"
508
 
509
- #: lib/wfu_constants.php:119
510
  msgid "Unknown captcha error!"
511
  msgstr "未知 captcha 错误!"
512
 
513
- #: lib/wfu_constants.php:120
514
  msgid "Captcha not supported by your browser!"
515
  msgstr "你的浏览器不支持 captcha!"
516
 
517
- #: lib/wfu_constants.php:121
518
  msgid "the secret parameter is missing"
519
  msgstr "秘密参数丢失"
520
 
521
- #: lib/wfu_constants.php:122
522
  msgid "the secret parameter is invalid or malformed"
523
  msgstr "秘密参数无效或出错"
524
 
525
- #: lib/wfu_constants.php:123
526
  msgid "the response parameter is missing"
527
  msgstr "相应参数丢失"
528
 
529
- #: lib/wfu_constants.php:124
530
  msgid "the response parameter is invalid or malformed"
531
  msgstr "相应参数无效或出错"
532
 
533
- #: lib/wfu_constants.php:125
534
  msgid "Please do not use drag drop due to an internal problem."
535
  msgstr "由于内部问题,请不要使用托拽功能。"
536
 
537
- #: lib/wfu_constants.php:126
538
  #, php-format
539
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
540
  msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
541
 
542
- #: lib/wfu_constants.php:127
543
  msgid "Chunked upload is not allowed!"
544
  msgstr "不允许分片加载!"
545
 
546
- #: lib/wfu_constants.php:128
547
  msgid "Chunked upload aborted due to error in previous chunk!"
548
  msgstr "由于前一分片出错,分片加载终止!"
549
 
550
- #: lib/wfu_constants.php:129
551
  msgid "Chunked upload failed, final file could not be created!"
552
  msgstr "分片加载失败,不能生成最终文件!"
553
 
554
- #: lib/wfu_constants.php:130
555
  #, php-format
556
  msgid "Could not write file chuck to destination on chunk %d"
557
  msgstr "不能将文件分片写到分片 %d 中"
558
 
559
- #: lib/wfu_constants.php:131
560
  #, php-format
561
  msgid "Could not enlarge destination file on chunk %d"
562
  msgstr "不能加大分片 %d 上的目标文件"
563
 
564
- #: lib/wfu_constants.php:132
565
  #, php-format
566
  msgid "Could not open file handles on chunk %d"
567
  msgstr "不能打开分片 %d 上的文件 handles"
568
 
569
- #: lib/wfu_constants.php:133
570
  msgid "You are not allowed to download this file!"
571
  msgstr ""
572
 
573
- #: lib/wfu_constants.php:134
574
  msgid "File does not exist!"
575
  msgstr ""
576
 
577
- #: lib/wfu_constants.php:135
578
  msgid "Could not download file!"
579
  msgstr ""
580
 
581
- #: lib/wfu_constants.php:136
582
  msgid "You are not allowed to delete this file!"
583
  msgstr "不允许删除该文件!"
584
 
585
- #: lib/wfu_constants.php:137
586
  msgid "File was not deleted!"
587
  msgstr ""
588
 
589
- #: lib/wfu_constants.php:138
590
  msgid "No file was deleted!"
591
  msgstr ""
592
 
593
- #: lib/wfu_constants.php:139
594
  msgid "Some files were not deleted!"
595
  msgstr ""
596
 
597
- #: lib/wfu_constants.php:141
598
  msgid "Upload skipped! File already exists."
599
  msgstr "跳过加载!文件已经存在。"
600
 
601
- #: lib/wfu_constants.php:142
602
  msgid "The extension of the file does not match its contents."
603
  msgstr "该文件的扩展名与其内容不符。"
604
 
605
- #: lib/wfu_constants.php:143
606
  msgid ""
607
  "Upload succeeded but the file is suspicious because its contents do not "
608
  "match its extension. Its proper filename is: "
609
  msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
610
 
611
- #: lib/wfu_constants.php:144
612
  msgid "No files have been selected!"
613
  msgstr "没有选择文件!"
614
 
615
- #: lib/wfu_constants.php:145
 
 
 
 
616
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
617
  msgstr "因为没有加载的文件,WPFilebase 插件没更新"
618
 
619
- #: lib/wfu_constants.php:146
620
  msgid "Notification email was not sent because there were no files uploaded."
621
  msgstr "因为没有加载文件,通知邮件没发出。"
622
 
623
- #: lib/wfu_constants.php:147
624
  msgid ""
625
  "Notification email was not sent because no recipients were defined. Please "
626
  "check notifyrecipients attribute in the shortcode."
627
  msgstr ""
628
  "因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
629
 
630
- #: lib/wfu_constants.php:148
631
  msgid ""
632
  "Notification email was not sent due to an error. Please check "
633
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
@@ -635,22 +644,22 @@ msgstr ""
635
  "由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
636
  "notifymessage 属性"
637
 
638
- #: lib/wfu_constants.php:149
639
  msgid ""
640
  "Redirection not executed because redirection link is empty. Please check "
641
  "redirectlink attribute."
642
  msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
643
 
644
- #: lib/wfu_constants.php:150
645
  msgid ""
646
  "Redirection not executed because not all files were successfully uploaded."
647
  msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
648
 
649
- #: lib/wfu_constants.php:151
650
  msgid "Potential Denial-Of-Service Attack on {SITE}"
651
  msgstr ""
652
 
653
- #: lib/wfu_constants.php:152
654
  msgid ""
655
  "Hello admin\n"
656
  "\n"
@@ -670,135 +679,135 @@ msgid ""
670
  "Thanks"
671
  msgstr ""
672
 
673
- #: lib/wfu_constants.php:153
674
  msgid ""
675
  "You have activated an alternative insecure Iptanus Services Server. For "
676
  "details please contact info@iptanus.com."
677
  msgstr ""
678
 
679
- #: lib/wfu_constants.php:154
680
  msgid ""
681
  "Iptanus Services Server is unreachable. This may cause problems in some "
682
  "plugin functions. Please contact info@iptanus.com for details."
683
  msgstr ""
684
 
685
- #: lib/wfu_constants.php:156
686
  msgid ""
687
  "Failed to add the shortcode to the page/post. Please try again. If the "
688
  "message persists, contact administrator."
689
  msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
690
 
691
- #: lib/wfu_constants.php:157
692
  msgid ""
693
  "Failed to edit the shortcode because the contents of the page changed. Try "
694
  "again to edit the shortcode."
695
  msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
696
 
697
- #: lib/wfu_constants.php:158
698
  msgid ""
699
  "Failed to delete the shortcode because the contents of the page changed. Try "
700
  "again to delete it."
701
  msgstr "因为页面内容改变,删除短码失败。再重新删除。"
702
 
703
- #: lib/wfu_constants.php:159
704
  msgid ""
705
  "The page containing the shortcode has been modified and it is no longer "
706
  "valid. Please go back to reload the shortcode."
707
  msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
708
 
709
- #: lib/wfu_constants.php:160
710
  msgid ""
711
  "Failed to update the shortcode because the contents of the page changed. Go "
712
  "back to reload the shortcode."
713
  msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
714
 
715
- #: lib/wfu_constants.php:161
716
  msgid ""
717
  "Failed to update the shortcode. Please try again. If the problem persists, "
718
  "go back and reload the shortcode."
719
  msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
720
 
721
- #: lib/wfu_constants.php:163
722
  msgid "This is a test message"
723
  msgstr "这是一个测试信息"
724
 
725
- #: lib/wfu_constants.php:164
726
  msgid "This is a test administrator message"
727
  msgstr "这是一个测试管理员信息"
728
 
729
- #: lib/wfu_constants.php:165
730
  msgid "File testfile 1 under test"
731
  msgstr "测试中的文件 testfile 1"
732
 
733
- #: lib/wfu_constants.php:166
734
  msgid "File testfile 1 message"
735
  msgstr "文件 testfile 1 信息"
736
 
737
- #: lib/wfu_constants.php:167
738
  msgid "File testfile 1 administrator message"
739
  msgstr "文件 testfile 1 管理员信息"
740
 
741
- #: lib/wfu_constants.php:168
742
  msgid "File testfile 2 under test"
743
  msgstr "测试中的文件 testfile 2"
744
 
745
- #: lib/wfu_constants.php:169
746
  msgid "File testfile 2 message"
747
  msgstr "文件 testfile 2 信息"
748
 
749
- #: lib/wfu_constants.php:170
750
  msgid "File testfile 2 administrator message"
751
  msgstr "文件 testfile 2 管理员信息"
752
 
753
- #: lib/wfu_constants.php:172
754
  msgid ""
755
  "Insert variable %userid% inside text. It will be replaced by the id of the "
756
  "current user."
757
  msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
758
 
759
- #: lib/wfu_constants.php:173
760
  msgid ""
761
  "Insert variable %username% inside text. It will be replaced by the username "
762
  "of the current user."
763
  msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
764
 
765
- #: lib/wfu_constants.php:174
766
  msgid ""
767
  "Insert variable %useremail% inside text. It will be replaced by the email of "
768
  "the current user."
769
  msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
770
 
771
- #: lib/wfu_constants.php:175
772
  msgid ""
773
  "Insert variable %filename% inside text. It will be replaced by the filename "
774
  "of the uploaded file."
775
  msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
776
 
777
- #: lib/wfu_constants.php:176
778
  msgid ""
779
  "Insert variable %filepath% inside text. It will be replaced by the full "
780
  "filepath of the uploaded file."
781
  msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
782
 
783
- #: lib/wfu_constants.php:177
784
  msgid ""
785
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
786
  "the website."
787
  msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
788
 
789
- #: lib/wfu_constants.php:178
790
  msgid ""
791
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
792
  "current page."
793
  msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
794
 
795
- #: lib/wfu_constants.php:179
796
  msgid ""
797
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
798
  "the current page."
799
  msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
800
 
801
- #: lib/wfu_constants.php:180
802
  msgid ""
803
  "Insert variable %userdataXXX% inside text. Select the user field from the "
804
  "drop-down list. It will be replaced by the value that the user entered in "
@@ -807,210 +816,210 @@ msgstr ""
807
  "在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
808
  "输入的值替换。"
809
 
810
- #: lib/wfu_constants.php:181
811
  msgid "Insert variable %n% inside text to denote a line change."
812
  msgstr "在文本中插入变量 %n%。表明一行变化。"
813
 
814
- #: lib/wfu_constants.php:183
815
  msgid "Test Mode"
816
  msgstr "测试模式"
817
 
818
- #: lib/wfu_constants.php:184
819
  msgid "select dir..."
820
  msgstr "选择 dir ..."
821
 
822
- #: lib/wfu_constants.php:185
823
  msgid "type dir"
824
  msgstr "键入 dir"
825
 
826
- #: lib/wfu_constants.php:186
827
  msgid "Upload path: %filepath%"
828
  msgstr "加载路径:%filepath%"
829
 
830
- #: lib/wfu_constants.php:187
831
  msgid "Failed upload path: %filepath%"
832
  msgstr "加载路径失败: %filepath%"
833
 
834
- #: lib/wfu_constants.php:188
835
  msgid " (required)"
836
  msgstr "(必需)"
837
 
838
- #: lib/wfu_constants.php:189
839
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
840
  msgstr "文件正在加载中,你确定要退出这个页面吗?"
841
 
842
- #: lib/wfu_constants.php:190
843
  msgid "checking captcha..."
844
  msgstr "正在检查 captcha ..."
845
 
846
- #: lib/wfu_constants.php:191
847
  msgid "refreshing..."
848
  msgstr "正在更新 ..."
849
 
850
- #: lib/wfu_constants.php:192
851
  msgid "correct captcha"
852
  msgstr "正确的 captcha"
853
 
854
- #: lib/wfu_constants.php:193
855
  msgid "click to continue the upload"
856
  msgstr "点击继续上传"
857
 
858
- #: lib/wfu_constants.php:194
859
  msgid "Are you sure you want to delete this file?"
860
  msgstr "确定要删除这个文件吗?"
861
 
862
- #: lib/wfu_constants.php:195
863
  msgid "Are you sure you want to delete these files?"
864
  msgstr ""
865
 
866
- #: lib/wfu_constants.php:196
867
  msgid "Bulk Actions"
868
  msgstr ""
869
 
870
- #: lib/wfu_constants.php:197
871
  msgid "Apply"
872
  msgstr ""
873
 
874
- #: lib/wfu_constants.php:198
875
  msgid "Are you sure that you want to cancel the upload?"
876
  msgstr ""
877
 
878
- #: lib/wfu_constants.php:199
879
  msgid "cancel upload of this file"
880
  msgstr ""
881
 
882
- #: lib/wfu_constants.php:200
883
  msgid "Upload in progress"
884
  msgstr "上传正在进行中"
885
 
886
- #: lib/wfu_constants.php:201
887
  msgid "Upload in progress with warnings!"
888
  msgstr "上传正在进行中,有警告提示!"
889
 
890
- #: lib/wfu_constants.php:202
891
  msgid "Upload in progress but some files already failed!"
892
  msgstr "上传正在进行中,有些文件已经加载失败!"
893
 
894
- #: lib/wfu_constants.php:203
895
  msgid "Upload in progress but no files uploaded so far!"
896
  msgstr "上传正在进行中,还没有文件载入!"
897
 
898
- #: lib/wfu_constants.php:204
899
  msgid "All files uploaded successfully"
900
  msgstr "所有危机上传成功"
901
 
902
- #: lib/wfu_constants.php:205
903
  msgid "All files uploaded successfully but there are warnings!"
904
  msgstr "所有文件上传成功,但有警告提示!"
905
 
906
- #: lib/wfu_constants.php:206
907
  msgid "File uploaded successfully but there are warnings!"
908
  msgstr "文件上传成功,但有警告提示!"
909
 
910
- #: lib/wfu_constants.php:207
911
  msgid "Some files failed to upload!"
912
  msgstr "部分文件上传失败!"
913
 
914
- #: lib/wfu_constants.php:208
915
  msgid "All files failed to upload"
916
  msgstr "所以我就上传失败"
917
 
918
- #: lib/wfu_constants.php:209
919
  msgid "File failed to upload"
920
  msgstr "文件上传失败"
921
 
922
- #: lib/wfu_constants.php:210
923
  msgid "There are no files to upload!"
924
  msgstr "没有要上传的文件!"
925
 
926
- #: lib/wfu_constants.php:211
927
  msgid "Test upload message"
928
  msgstr "测试上传信息"
929
 
930
- #: lib/wfu_constants.php:212
931
  msgid "JSON parse warning!"
932
  msgstr "JSON语法分析警告!"
933
 
934
- #: lib/wfu_constants.php:213
935
  msgid "please wait while redirecting..."
936
  msgstr "请等候,正在重新定位 ..."
937
 
938
- #: lib/wfu_constants.php:215
939
  msgid "Submitting data"
940
  msgstr ""
941
 
942
- #: lib/wfu_constants.php:216
943
  msgid "Data submitted successfully!"
944
  msgstr ""
945
 
946
- #: lib/wfu_constants.php:217
947
  msgid "Data were not submitted!"
948
  msgstr ""
949
 
950
- #: lib/wfu_constants.php:218
951
  msgid "Cancelling upload"
952
  msgstr ""
953
 
954
- #: lib/wfu_constants.php:220
955
  msgid "Open visual shortcode editor in new window"
956
  msgstr "在新窗口打开视频 shortcode 编辑器"
957
 
958
- #: lib/wfu_constants.php:221
959
  msgid "loading visual editor"
960
  msgstr "加载视频编辑器"
961
 
962
- #: lib/wfu_constants.php:222
963
  msgid "Clear file list?"
964
  msgstr "清除文件列表?"
965
 
966
- #: lib/wfu_constants.php:223
967
  msgid "DROP HERE"
968
  msgstr "放在这里"
969
 
970
- #: lib/wfu_constants.php:225
971
  msgid "record video"
972
  msgstr ""
973
 
974
- #: lib/wfu_constants.php:226
975
  msgid "take a picture"
976
  msgstr ""
977
 
978
- #: lib/wfu_constants.php:227
979
  msgid "turn webcam on/off"
980
  msgstr ""
981
 
982
- #: lib/wfu_constants.php:228
983
  msgid "go live again"
984
  msgstr ""
985
 
986
- #: lib/wfu_constants.php:229
987
  msgid "end recording"
988
  msgstr ""
989
 
990
- #: lib/wfu_constants.php:230
991
  msgid "play"
992
  msgstr ""
993
 
994
- #: lib/wfu_constants.php:231
995
  msgid "pause"
996
  msgstr ""
997
 
998
- #: lib/wfu_constants.php:232
999
  msgid "go to the beginning"
1000
  msgstr ""
1001
 
1002
- #: lib/wfu_constants.php:233
1003
  msgid "go to the end"
1004
  msgstr ""
1005
 
1006
- #: lib/wfu_constants.php:235
1007
  msgid "Wordpress File Upload Form"
1008
  msgstr "Wordpress 文件上传格式"
1009
 
1010
- #: lib/wfu_constants.php:236
1011
  msgid "Wordpress File Upload plugin uploader for sidebars"
1012
  msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
1013
 
1014
- #: lib/wfu_constants.php:237
1015
  msgid "Upload Files"
1016
  msgstr "上传文件"
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:04+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:04+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: zh_CN\n"
89
  msgid "screenshot"
90
  msgstr ""
91
 
92
+ #: lib/wfu_constants.php:30
93
+ msgid ""
94
+ "By activating this option I agree to let the website keep my personal data"
95
+ msgstr ""
96
+
97
+ #: lib/wfu_constants.php:32
98
  msgid "File"
99
  msgstr "文件"
100
 
101
+ #: lib/wfu_constants.php:33
102
  msgid "Date"
103
  msgstr "日期"
104
 
105
+ #: lib/wfu_constants.php:34
106
  msgid "Size"
107
  msgstr "大小"
108
 
109
+ #: lib/wfu_constants.php:35
110
  msgid "User"
111
  msgstr "用户"
112
 
113
+ #: lib/wfu_constants.php:36
114
  msgid "Page"
115
  msgstr "页面"
116
 
117
+ #: lib/wfu_constants.php:37
118
  msgid "User Fields"
119
  msgstr "用户区域"
120
 
121
+ #: lib/wfu_constants.php:38
122
  msgid "Download"
123
  msgstr "下载"
124
 
125
+ #: lib/wfu_constants.php:39
126
  msgid "Download this file"
127
  msgstr "下载这个文件"
128
 
129
+ #: lib/wfu_constants.php:40
130
  msgid "Delete"
131
  msgstr "删除"
132
 
133
+ #: lib/wfu_constants.php:41
134
  msgid "Delete this file"
135
  msgstr "删除这个文件"
136
 
137
+ #: lib/wfu_constants.php:42
138
  msgid "Sort list based on this column"
139
  msgstr "根据该列分类"
140
 
141
+ #: lib/wfu_constants.php:43
142
  msgid "guest"
143
  msgstr "客人"
144
 
145
+ #: lib/wfu_constants.php:44
146
  msgid "unknown"
147
  msgstr "未知"
148
 
149
+ #: lib/wfu_constants.php:46
150
  msgid ""
151
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
152
  "attribute."
153
  msgstr "错误:不能解决 ftp 目标文件目录。请检查 'ftpinfo'属性中的domain"
154
 
155
+ #: lib/wfu_constants.php:47
156
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
157
  msgstr "错误:无效 ftp 信息。请检查 'ftpinfo' 属性"
158
 
159
+ #: lib/wfu_constants.php:48
160
  msgid ""
161
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
162
  "syntax."
163
  msgstr "错误:不能从 'ftpinfo' 属性中提取 ftp 信息。请检查它的句法"
164
 
165
+ #: lib/wfu_constants.php:49
166
  msgid ""
167
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
168
  "attribute."
169
  msgstr "错误:不能解决 ftp 目标文件名。请检查 'ftpinfo'属性中的 domain"
170
 
171
+ #: lib/wfu_constants.php:50
172
  msgid ""
173
  "Error. Could not open source file for ftp upload. Check if file is "
174
  "accessible."
175
  msgstr ""
176
 
177
+ #: lib/wfu_constants.php:51
178
  msgid "Error. Could not send data to ftp target file."
179
  msgstr ""
180
 
181
+ #: lib/wfu_constants.php:52
182
  msgid ""
183
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
184
  "attribute."
185
  msgstr ""
186
 
187
+ #: lib/wfu_constants.php:53
188
  msgid ""
189
  "Error. Could not authenticate to ftp host. Check username and password in "
190
  "'ftpinfo' attribute."
191
  msgstr ""
192
 
193
+ #: lib/wfu_constants.php:54
194
  msgid ""
195
  "Error. Could not initialize sftp subsystem. Please check if the server "
196
  "supports sftp."
197
  msgstr ""
198
 
199
+ #: lib/wfu_constants.php:55
200
  msgid "Error. The web server does not support sftp."
201
  msgstr ""
202
 
203
+ #: lib/wfu_constants.php:56
204
  msgid ""
205
  "Error. The upload size limit of PHP directive upload_max_filesize is "
206
  "preventing the upload of big files.\n"
209
  "错误:上传文件PHP directive upload_max_filesize 的限制正在避免加载大文件。"
210
  "PHP directive upload_max_filesize 的限制是:"
211
 
212
+ #: lib/wfu_constants.php:57
213
  msgid ""
214
  "The upload time limit of PHP directive max_input_time is preventing the "
215
  "upload of big files.\n"
218
  "错误:上传文件 PHP directive max_input_time 的时间限制正在避免加载大文件。"
219
  "PHP directive upload_max_filesize 的时间限制是:"
220
 
221
+ #: lib/wfu_constants.php:58
222
  msgid ""
223
  "Error. Permission denied to write to target folder.\n"
224
  "Check and correct read/write permissions of target folder."
225
  msgstr "错误:拒绝写到目标文件夹。请检查和校对目标文件夹的读/写允许。"
226
 
227
+ #: lib/wfu_constants.php:59
228
  msgid ""
229
  "Error. This file was rejected because its extension is not correct. Its "
230
  "proper filename is: "
231
  msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
232
 
233
+ #: lib/wfu_constants.php:60
234
  msgid ""
235
  "Too many files are uploaded in a short period of time. This may be a Denial-"
236
  "Of-Service attack, so file was rejected. Please check the upload log for "
237
  "suspicious behaviour."
238
  msgstr ""
239
 
240
+ #: lib/wfu_constants.php:61
241
  msgid ""
242
  "File not uploaded in order to prevent overflow of the website. Please "
243
  "contact administrator."
244
  msgstr ""
245
 
246
+ #: lib/wfu_constants.php:62
247
  msgid "Targer folder doesn't exist."
248
  msgstr "目标文件夹不存在。"
249
 
250
+ #: lib/wfu_constants.php:63
251
  msgid "Upload failed! Missing a temporary folder."
252
  msgstr "加载失败!丢失一个临时文件夹。"
253
 
254
+ #: lib/wfu_constants.php:64
255
  msgid "Upload failed! Permission denied to write to target folder."
256
  msgstr "加载失败!写入目标文件夹被拒绝。"
257
 
258
+ #: lib/wfu_constants.php:65
259
  msgid "File not allowed."
260
  msgstr "文件不被允许。"
261
 
262
+ #: lib/wfu_constants.php:66
263
  msgid "File is suspicious and was rejected."
264
  msgstr "可疑文件,被拒绝。"
265
 
266
+ #: lib/wfu_constants.php:67
267
  msgid "The uploaded file exceeds the file size limit."
268
  msgstr "加载的文件超出文件尺寸限制。"
269
 
270
+ #: lib/wfu_constants.php:68
271
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
272
  msgstr "上传文件超出2GB,服务器不支持。"
273
 
274
+ #: lib/wfu_constants.php:69
275
  msgid ""
276
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
277
  "Please contact the administrator."
278
  msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
279
 
280
+ #: lib/wfu_constants.php:70
281
  msgid ""
282
  "Upload failed! The duration of the upload exceeded the time limit of the "
283
  "server. Please contact the administrator."
284
  msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
285
 
286
+ #: lib/wfu_constants.php:71
287
  msgid ""
288
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
289
  "was specified in the HTML form."
290
  msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
291
 
292
+ #: lib/wfu_constants.php:72
293
  msgid "Upload failed! The uploaded file was only partially uploaded."
294
  msgstr "上传失败!只生产了部分加载文件。"
295
 
296
+ #: lib/wfu_constants.php:73
297
  msgid "Upload failed! No file was uploaded."
298
  msgstr "上传失败!文件没有载入。"
299
 
300
+ #: lib/wfu_constants.php:74
301
  msgid "Upload failed! Failed to write file to disk."
302
  msgstr "上传失败!写文件到磁盘失败。"
303
 
304
+ #: lib/wfu_constants.php:75
305
  msgid ""
306
  "Upload failed! Error occured while moving temporary file. Please contact "
307
  "administrator."
308
  msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
309
 
310
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
311
  msgid "Upload cancelled!"
312
  msgstr ""
313
 
314
+ #: lib/wfu_constants.php:77
315
  msgid ""
316
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
317
  "a way to ascertain which extension caused the file upload to stop; examining "
320
  "上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
321
  "查带 phpinfo() 的加载扩展名列表可能会有帮助。"
322
 
323
+ #: lib/wfu_constants.php:78
324
  msgid "Upload failed! Error occured while attemting to upload the file."
325
  msgstr "上传失败!试图加载文件时出现错误。"
326
 
327
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
328
  msgid "Upload failed!"
329
  msgstr "上传失败!"
330
 
331
+ #: lib/wfu_constants.php:80
332
  msgid "No file!"
333
  msgstr "没有忘记!"
334
 
335
+ #: lib/wfu_constants.php:81
336
  msgid ""
337
  "Upload failed! The upload has been canceled by the user or the browser "
338
  "dropped the connection."
339
  msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
340
 
341
+ #: lib/wfu_constants.php:82
342
  msgid "Upload failed! Unknown error."
343
  msgstr "上传失败!未知故障。"
344
 
345
+ #: lib/wfu_constants.php:83
346
  msgid "Please contact the administrator."
347
  msgstr "请联系管理员。"
348
 
349
+ #: lib/wfu_constants.php:84
350
  msgid "No result from remote server!"
351
  msgstr "没有来自远程服务器的结果!"
352
 
353
+ #: lib/wfu_constants.php:85
354
  msgid " but with warnings"
355
  msgstr "但是带警告提示"
356
 
357
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
358
  msgid "Warning: JSON parse error."
359
  msgstr "警告:JSON 语法分析错误。"
360
 
361
+ #: lib/wfu_constants.php:87
362
  msgid ""
363
  "Upload parameters of this file, passed as JSON string to the handler, could "
364
  "not be parsed."
365
  msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
366
 
367
+ #: lib/wfu_constants.php:89
368
  msgid ""
369
  "UploadStates, passed as JSON string to the handler, could not be parsed."
370
  msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
371
 
372
+ #: lib/wfu_constants.php:90
373
  msgid ""
374
  "Redirection to classic form functionality occurred due to unknown error."
375
  msgstr "由于未知故障,出现重新指向到classic form functionality"
376
 
377
+ #: lib/wfu_constants.php:91
378
  msgid ""
379
  "Redirection to classic form functionality occurred because AJAX is not "
380
  "supported."
381
  msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
382
 
383
+ #: lib/wfu_constants.php:92
384
  msgid ""
385
  "Redirection to classic form functionality occurred because HTML5 is not "
386
  "supported."
387
  msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
388
 
389
+ #: lib/wfu_constants.php:93
390
  msgid ""
391
  "Redirection to classic form functionality occurred due to JSON parse error."
392
  msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
393
 
394
+ #: lib/wfu_constants.php:94
395
  msgid "Please enable popup windows from the browser's settings!"
396
  msgstr "请在浏览器设置中启动 popup 打开窗口!"
397
 
398
+ #: lib/wfu_constants.php:95
399
  msgid "cannot be empty!"
400
  msgstr "不能为空白!"
401
 
402
+ #: lib/wfu_constants.php:96
403
  msgid "number not valid!"
404
  msgstr "无效数字!"
405
 
406
+ #: lib/wfu_constants.php:97
407
  msgid "email not valid!"
408
  msgstr "无效邮件!"
409
 
410
+ #: lib/wfu_constants.php:98
411
  msgid "emails do not match!"
412
  msgstr "邮箱不符!"
413
 
414
+ #: lib/wfu_constants.php:99
415
  msgid "no base email field in group!"
416
  msgstr "在组中没有基本邮件区域!"
417
 
418
+ #: lib/wfu_constants.php:100
419
  msgid "passwords do not match!"
420
  msgstr "口令不符!"
421
 
422
+ #: lib/wfu_constants.php:101
423
  msgid "no base password field in group!"
424
  msgstr "在组中没有基本口令区域!"
425
 
426
+ #: lib/wfu_constants.php:102
427
  msgid "checkbox unchecked!"
428
  msgstr "检查框没打记号!"
429
 
430
+ #: lib/wfu_constants.php:103
431
  msgid "no option selected!"
432
  msgstr "没选择选项!"
433
 
434
+ #: lib/wfu_constants.php:104
435
  msgid "no item selected!"
436
  msgstr "没选择任何物件!"
437
 
438
+ #: lib/wfu_constants.php:105
439
  msgid ""
440
  "There are more than one instances of the plugin in this page with the same "
441
  "id. Please change it."
442
  msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
443
 
444
+ #: lib/wfu_constants.php:106
445
  msgid ""
446
  "Cannot edit the shortcode because the page has been modified. Please reload "
447
  "the page."
448
  msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
449
 
450
+ #: lib/wfu_constants.php:107
451
  msgid "Your browser does not support webcam capture!"
452
  msgstr ""
453
 
454
+ #: lib/wfu_constants.php:108
455
  msgid "Your browser does not support video recording from the webcam!"
456
  msgstr ""
457
 
458
+ #: lib/wfu_constants.php:109
459
  msgid "No video was recorded!"
460
  msgstr ""
461
 
462
+ #: lib/wfu_constants.php:110
463
  msgid ""
464
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
465
  "or use RecaptchaV2 (no account)."
467
  "错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
468
  "RecaptchaV2 。"
469
 
470
+ #: lib/wfu_constants.php:111
471
  msgid ""
472
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
473
  "notify administrator."
474
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
475
 
476
+ #: lib/wfu_constants.php:112
477
  msgid ""
478
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
479
  "use RecaptchaV1 (no account)."
480
  msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
481
 
482
+ #: lib/wfu_constants.php:113
483
  msgid "ERROR: No site key. Please contact administrator!"
484
  msgstr "错误:没有site key. 请联系管理员!"
485
 
486
+ #: lib/wfu_constants.php:114
487
  msgid ""
488
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
489
  "define Google Recaptcha keys."
491
  "错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
492
  "keys。"
493
 
494
+ #: lib/wfu_constants.php:115
495
  msgid "Bad captcha image!"
496
  msgstr "损坏的 captcha 图像!"
497
 
498
+ #: lib/wfu_constants.php:116
499
  msgid "No input!"
500
  msgstr "没有输入!"
501
 
502
+ #: lib/wfu_constants.php:117
503
  msgid "Captcha not completed!"
504
  msgstr "captcha 不完整!"
505
 
506
+ #: lib/wfu_constants.php:118
507
  msgid "Wrong captcha!"
508
  msgstr "错误的 captcha!"
509
 
510
+ #: lib/wfu_constants.php:119
511
  msgid "Error refreshing captcha!"
512
  msgstr "更新 captcha 故障!"
513
 
514
+ #: lib/wfu_constants.php:120
515
  msgid "Unknown captcha error!"
516
  msgstr "未知 captcha 错误!"
517
 
518
+ #: lib/wfu_constants.php:121
519
  msgid "Captcha not supported by your browser!"
520
  msgstr "你的浏览器不支持 captcha!"
521
 
522
+ #: lib/wfu_constants.php:122
523
  msgid "the secret parameter is missing"
524
  msgstr "秘密参数丢失"
525
 
526
+ #: lib/wfu_constants.php:123
527
  msgid "the secret parameter is invalid or malformed"
528
  msgstr "秘密参数无效或出错"
529
 
530
+ #: lib/wfu_constants.php:124
531
  msgid "the response parameter is missing"
532
  msgstr "相应参数丢失"
533
 
534
+ #: lib/wfu_constants.php:125
535
  msgid "the response parameter is invalid or malformed"
536
  msgstr "相应参数无效或出错"
537
 
538
+ #: lib/wfu_constants.php:126
539
  msgid "Please do not use drag drop due to an internal problem."
540
  msgstr "由于内部问题,请不要使用托拽功能。"
541
 
542
+ #: lib/wfu_constants.php:127
543
  #, php-format
544
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
545
  msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
546
 
547
+ #: lib/wfu_constants.php:128
548
  msgid "Chunked upload is not allowed!"
549
  msgstr "不允许分片加载!"
550
 
551
+ #: lib/wfu_constants.php:129
552
  msgid "Chunked upload aborted due to error in previous chunk!"
553
  msgstr "由于前一分片出错,分片加载终止!"
554
 
555
+ #: lib/wfu_constants.php:130
556
  msgid "Chunked upload failed, final file could not be created!"
557
  msgstr "分片加载失败,不能生成最终文件!"
558
 
559
+ #: lib/wfu_constants.php:131
560
  #, php-format
561
  msgid "Could not write file chuck to destination on chunk %d"
562
  msgstr "不能将文件分片写到分片 %d 中"
563
 
564
+ #: lib/wfu_constants.php:132
565
  #, php-format
566
  msgid "Could not enlarge destination file on chunk %d"
567
  msgstr "不能加大分片 %d 上的目标文件"
568
 
569
+ #: lib/wfu_constants.php:133
570
  #, php-format
571
  msgid "Could not open file handles on chunk %d"
572
  msgstr "不能打开分片 %d 上的文件 handles"
573
 
574
+ #: lib/wfu_constants.php:134
575
  msgid "You are not allowed to download this file!"
576
  msgstr ""
577
 
578
+ #: lib/wfu_constants.php:135
579
  msgid "File does not exist!"
580
  msgstr ""
581
 
582
+ #: lib/wfu_constants.php:136
583
  msgid "Could not download file!"
584
  msgstr ""
585
 
586
+ #: lib/wfu_constants.php:137
587
  msgid "You are not allowed to delete this file!"
588
  msgstr "不允许删除该文件!"
589
 
590
+ #: lib/wfu_constants.php:138
591
  msgid "File was not deleted!"
592
  msgstr ""
593
 
594
+ #: lib/wfu_constants.php:139
595
  msgid "No file was deleted!"
596
  msgstr ""
597
 
598
+ #: lib/wfu_constants.php:140
599
  msgid "Some files were not deleted!"
600
  msgstr ""
601
 
602
+ #: lib/wfu_constants.php:142
603
  msgid "Upload skipped! File already exists."
604
  msgstr "跳过加载!文件已经存在。"
605
 
606
+ #: lib/wfu_constants.php:143
607
  msgid "The extension of the file does not match its contents."
608
  msgstr "该文件的扩展名与其内容不符。"
609
 
610
+ #: lib/wfu_constants.php:144
611
  msgid ""
612
  "Upload succeeded but the file is suspicious because its contents do not "
613
  "match its extension. Its proper filename is: "
614
  msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
615
 
616
+ #: lib/wfu_constants.php:145
617
  msgid "No files have been selected!"
618
  msgstr "没有选择文件!"
619
 
620
+ #: lib/wfu_constants.php:146
621
+ msgid "Please complete the consent question before continuing the upload!"
622
+ msgstr ""
623
+
624
+ #: lib/wfu_constants.php:147
625
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
626
  msgstr "因为没有加载的文件,WPFilebase 插件没更新"
627
 
628
+ #: lib/wfu_constants.php:148
629
  msgid "Notification email was not sent because there were no files uploaded."
630
  msgstr "因为没有加载文件,通知邮件没发出。"
631
 
632
+ #: lib/wfu_constants.php:149
633
  msgid ""
634
  "Notification email was not sent because no recipients were defined. Please "
635
  "check notifyrecipients attribute in the shortcode."
636
  msgstr ""
637
  "因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
638
 
639
+ #: lib/wfu_constants.php:150
640
  msgid ""
641
  "Notification email was not sent due to an error. Please check "
642
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
644
  "由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
645
  "notifymessage 属性"
646
 
647
+ #: lib/wfu_constants.php:151
648
  msgid ""
649
  "Redirection not executed because redirection link is empty. Please check "
650
  "redirectlink attribute."
651
  msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
652
 
653
+ #: lib/wfu_constants.php:152
654
  msgid ""
655
  "Redirection not executed because not all files were successfully uploaded."
656
  msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
657
 
658
+ #: lib/wfu_constants.php:153
659
  msgid "Potential Denial-Of-Service Attack on {SITE}"
660
  msgstr ""
661
 
662
+ #: lib/wfu_constants.php:154
663
  msgid ""
664
  "Hello admin\n"
665
  "\n"
679
  "Thanks"
680
  msgstr ""
681
 
682
+ #: lib/wfu_constants.php:155
683
  msgid ""
684
  "You have activated an alternative insecure Iptanus Services Server. For "
685
  "details please contact info@iptanus.com."
686
  msgstr ""
687
 
688
+ #: lib/wfu_constants.php:156
689
  msgid ""
690
  "Iptanus Services Server is unreachable. This may cause problems in some "
691
  "plugin functions. Please contact info@iptanus.com for details."
692
  msgstr ""
693
 
694
+ #: lib/wfu_constants.php:158
695
  msgid ""
696
  "Failed to add the shortcode to the page/post. Please try again. If the "
697
  "message persists, contact administrator."
698
  msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
699
 
700
+ #: lib/wfu_constants.php:159
701
  msgid ""
702
  "Failed to edit the shortcode because the contents of the page changed. Try "
703
  "again to edit the shortcode."
704
  msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
705
 
706
+ #: lib/wfu_constants.php:160
707
  msgid ""
708
  "Failed to delete the shortcode because the contents of the page changed. Try "
709
  "again to delete it."
710
  msgstr "因为页面内容改变,删除短码失败。再重新删除。"
711
 
712
+ #: lib/wfu_constants.php:161
713
  msgid ""
714
  "The page containing the shortcode has been modified and it is no longer "
715
  "valid. Please go back to reload the shortcode."
716
  msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
717
 
718
+ #: lib/wfu_constants.php:162
719
  msgid ""
720
  "Failed to update the shortcode because the contents of the page changed. Go "
721
  "back to reload the shortcode."
722
  msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
723
 
724
+ #: lib/wfu_constants.php:163
725
  msgid ""
726
  "Failed to update the shortcode. Please try again. If the problem persists, "
727
  "go back and reload the shortcode."
728
  msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
729
 
730
+ #: lib/wfu_constants.php:165
731
  msgid "This is a test message"
732
  msgstr "这是一个测试信息"
733
 
734
+ #: lib/wfu_constants.php:166
735
  msgid "This is a test administrator message"
736
  msgstr "这是一个测试管理员信息"
737
 
738
+ #: lib/wfu_constants.php:167
739
  msgid "File testfile 1 under test"
740
  msgstr "测试中的文件 testfile 1"
741
 
742
+ #: lib/wfu_constants.php:168
743
  msgid "File testfile 1 message"
744
  msgstr "文件 testfile 1 信息"
745
 
746
+ #: lib/wfu_constants.php:169
747
  msgid "File testfile 1 administrator message"
748
  msgstr "文件 testfile 1 管理员信息"
749
 
750
+ #: lib/wfu_constants.php:170
751
  msgid "File testfile 2 under test"
752
  msgstr "测试中的文件 testfile 2"
753
 
754
+ #: lib/wfu_constants.php:171
755
  msgid "File testfile 2 message"
756
  msgstr "文件 testfile 2 信息"
757
 
758
+ #: lib/wfu_constants.php:172
759
  msgid "File testfile 2 administrator message"
760
  msgstr "文件 testfile 2 管理员信息"
761
 
762
+ #: lib/wfu_constants.php:174
763
  msgid ""
764
  "Insert variable %userid% inside text. It will be replaced by the id of the "
765
  "current user."
766
  msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
767
 
768
+ #: lib/wfu_constants.php:175
769
  msgid ""
770
  "Insert variable %username% inside text. It will be replaced by the username "
771
  "of the current user."
772
  msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
773
 
774
+ #: lib/wfu_constants.php:176
775
  msgid ""
776
  "Insert variable %useremail% inside text. It will be replaced by the email of "
777
  "the current user."
778
  msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
779
 
780
+ #: lib/wfu_constants.php:177
781
  msgid ""
782
  "Insert variable %filename% inside text. It will be replaced by the filename "
783
  "of the uploaded file."
784
  msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
785
 
786
+ #: lib/wfu_constants.php:178
787
  msgid ""
788
  "Insert variable %filepath% inside text. It will be replaced by the full "
789
  "filepath of the uploaded file."
790
  msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
791
 
792
+ #: lib/wfu_constants.php:179
793
  msgid ""
794
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
795
  "the website."
796
  msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
797
 
798
+ #: lib/wfu_constants.php:180
799
  msgid ""
800
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
801
  "current page."
802
  msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
803
 
804
+ #: lib/wfu_constants.php:181
805
  msgid ""
806
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
807
  "the current page."
808
  msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
809
 
810
+ #: lib/wfu_constants.php:182
811
  msgid ""
812
  "Insert variable %userdataXXX% inside text. Select the user field from the "
813
  "drop-down list. It will be replaced by the value that the user entered in "
816
  "在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
817
  "输入的值替换。"
818
 
819
+ #: lib/wfu_constants.php:183
820
  msgid "Insert variable %n% inside text to denote a line change."
821
  msgstr "在文本中插入变量 %n%。表明一行变化。"
822
 
823
+ #: lib/wfu_constants.php:185
824
  msgid "Test Mode"
825
  msgstr "测试模式"
826
 
827
+ #: lib/wfu_constants.php:186
828
  msgid "select dir..."
829
  msgstr "选择 dir ..."
830
 
831
+ #: lib/wfu_constants.php:187
832
  msgid "type dir"
833
  msgstr "键入 dir"
834
 
835
+ #: lib/wfu_constants.php:188
836
  msgid "Upload path: %filepath%"
837
  msgstr "加载路径:%filepath%"
838
 
839
+ #: lib/wfu_constants.php:189
840
  msgid "Failed upload path: %filepath%"
841
  msgstr "加载路径失败: %filepath%"
842
 
843
+ #: lib/wfu_constants.php:190
844
  msgid " (required)"
845
  msgstr "(必需)"
846
 
847
+ #: lib/wfu_constants.php:191
848
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
849
  msgstr "文件正在加载中,你确定要退出这个页面吗?"
850
 
851
+ #: lib/wfu_constants.php:192
852
  msgid "checking captcha..."
853
  msgstr "正在检查 captcha ..."
854
 
855
+ #: lib/wfu_constants.php:193
856
  msgid "refreshing..."
857
  msgstr "正在更新 ..."
858
 
859
+ #: lib/wfu_constants.php:194
860
  msgid "correct captcha"
861
  msgstr "正确的 captcha"
862
 
863
+ #: lib/wfu_constants.php:195
864
  msgid "click to continue the upload"
865
  msgstr "点击继续上传"
866
 
867
+ #: lib/wfu_constants.php:196
868
  msgid "Are you sure you want to delete this file?"
869
  msgstr "确定要删除这个文件吗?"
870
 
871
+ #: lib/wfu_constants.php:197
872
  msgid "Are you sure you want to delete these files?"
873
  msgstr ""
874
 
875
+ #: lib/wfu_constants.php:198
876
  msgid "Bulk Actions"
877
  msgstr ""
878
 
879
+ #: lib/wfu_constants.php:199
880
  msgid "Apply"
881
  msgstr ""
882
 
883
+ #: lib/wfu_constants.php:200
884
  msgid "Are you sure that you want to cancel the upload?"
885
  msgstr ""
886
 
887
+ #: lib/wfu_constants.php:201
888
  msgid "cancel upload of this file"
889
  msgstr ""
890
 
891
+ #: lib/wfu_constants.php:202
892
  msgid "Upload in progress"
893
  msgstr "上传正在进行中"
894
 
895
+ #: lib/wfu_constants.php:203
896
  msgid "Upload in progress with warnings!"
897
  msgstr "上传正在进行中,有警告提示!"
898
 
899
+ #: lib/wfu_constants.php:204
900
  msgid "Upload in progress but some files already failed!"
901
  msgstr "上传正在进行中,有些文件已经加载失败!"
902
 
903
+ #: lib/wfu_constants.php:205
904
  msgid "Upload in progress but no files uploaded so far!"
905
  msgstr "上传正在进行中,还没有文件载入!"
906
 
907
+ #: lib/wfu_constants.php:206
908
  msgid "All files uploaded successfully"
909
  msgstr "所有危机上传成功"
910
 
911
+ #: lib/wfu_constants.php:207
912
  msgid "All files uploaded successfully but there are warnings!"
913
  msgstr "所有文件上传成功,但有警告提示!"
914
 
915
+ #: lib/wfu_constants.php:208
916
  msgid "File uploaded successfully but there are warnings!"
917
  msgstr "文件上传成功,但有警告提示!"
918
 
919
+ #: lib/wfu_constants.php:209
920
  msgid "Some files failed to upload!"
921
  msgstr "部分文件上传失败!"
922
 
923
+ #: lib/wfu_constants.php:210
924
  msgid "All files failed to upload"
925
  msgstr "所以我就上传失败"
926
 
927
+ #: lib/wfu_constants.php:211
928
  msgid "File failed to upload"
929
  msgstr "文件上传失败"
930
 
931
+ #: lib/wfu_constants.php:212
932
  msgid "There are no files to upload!"
933
  msgstr "没有要上传的文件!"
934
 
935
+ #: lib/wfu_constants.php:213
936
  msgid "Test upload message"
937
  msgstr "测试上传信息"
938
 
939
+ #: lib/wfu_constants.php:214
940
  msgid "JSON parse warning!"
941
  msgstr "JSON语法分析警告!"
942
 
943
+ #: lib/wfu_constants.php:215
944
  msgid "please wait while redirecting..."
945
  msgstr "请等候,正在重新定位 ..."
946
 
947
+ #: lib/wfu_constants.php:217
948
  msgid "Submitting data"
949
  msgstr ""
950
 
951
+ #: lib/wfu_constants.php:218
952
  msgid "Data submitted successfully!"
953
  msgstr ""
954
 
955
+ #: lib/wfu_constants.php:219
956
  msgid "Data were not submitted!"
957
  msgstr ""
958
 
959
+ #: lib/wfu_constants.php:220
960
  msgid "Cancelling upload"
961
  msgstr ""
962
 
963
+ #: lib/wfu_constants.php:222
964
  msgid "Open visual shortcode editor in new window"
965
  msgstr "在新窗口打开视频 shortcode 编辑器"
966
 
967
+ #: lib/wfu_constants.php:223
968
  msgid "loading visual editor"
969
  msgstr "加载视频编辑器"
970
 
971
+ #: lib/wfu_constants.php:224
972
  msgid "Clear file list?"
973
  msgstr "清除文件列表?"
974
 
975
+ #: lib/wfu_constants.php:225
976
  msgid "DROP HERE"
977
  msgstr "放在这里"
978
 
979
+ #: lib/wfu_constants.php:227
980
  msgid "record video"
981
  msgstr ""
982
 
983
+ #: lib/wfu_constants.php:228
984
  msgid "take a picture"
985
  msgstr ""
986
 
987
+ #: lib/wfu_constants.php:229
988
  msgid "turn webcam on/off"
989
  msgstr ""
990
 
991
+ #: lib/wfu_constants.php:230
992
  msgid "go live again"
993
  msgstr ""
994
 
995
+ #: lib/wfu_constants.php:231
996
  msgid "end recording"
997
  msgstr ""
998
 
999
+ #: lib/wfu_constants.php:232
1000
  msgid "play"
1001
  msgstr ""
1002
 
1003
+ #: lib/wfu_constants.php:233
1004
  msgid "pause"
1005
  msgstr ""
1006
 
1007
+ #: lib/wfu_constants.php:234
1008
  msgid "go to the beginning"
1009
  msgstr ""
1010
 
1011
+ #: lib/wfu_constants.php:235
1012
  msgid "go to the end"
1013
  msgstr ""
1014
 
1015
+ #: lib/wfu_constants.php:237
1016
  msgid "Wordpress File Upload Form"
1017
  msgstr "Wordpress 文件上传格式"
1018
 
1019
+ #: lib/wfu_constants.php:238
1020
  msgid "Wordpress File Upload plugin uploader for sidebars"
1021
  msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
1022
 
1023
+ #: lib/wfu_constants.php:239
1024
  msgid "Upload Files"
1025
  msgstr "上传文件"
languages/wp-file-upload.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-20 20:24+0200\n"
6
- "PO-Revision-Date: 2017-08-20 20:24+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
@@ -87,555 +87,564 @@ msgstr ""
87
  msgid "screenshot"
88
  msgstr ""
89
 
90
- #: lib/wfu_constants.php:31
91
- msgid "File"
 
92
  msgstr ""
93
 
94
  #: lib/wfu_constants.php:32
95
- msgid "Date"
96
  msgstr ""
97
 
98
  #: lib/wfu_constants.php:33
99
- msgid "Size"
100
  msgstr ""
101
 
102
  #: lib/wfu_constants.php:34
103
- msgid "User"
104
  msgstr ""
105
 
106
  #: lib/wfu_constants.php:35
107
- msgid "Page"
108
  msgstr ""
109
 
110
  #: lib/wfu_constants.php:36
111
- msgid "User Fields"
112
  msgstr ""
113
 
114
  #: lib/wfu_constants.php:37
115
- msgid "Download"
116
  msgstr ""
117
 
118
  #: lib/wfu_constants.php:38
119
- msgid "Download this file"
120
  msgstr ""
121
 
122
  #: lib/wfu_constants.php:39
123
- msgid "Delete"
124
  msgstr ""
125
 
126
  #: lib/wfu_constants.php:40
127
- msgid "Delete this file"
128
  msgstr ""
129
 
130
  #: lib/wfu_constants.php:41
131
- msgid "Sort list based on this column"
132
  msgstr ""
133
 
134
  #: lib/wfu_constants.php:42
135
- msgid "guest"
136
  msgstr ""
137
 
138
  #: lib/wfu_constants.php:43
 
 
 
 
139
  msgid "unknown"
140
  msgstr ""
141
 
142
- #: lib/wfu_constants.php:45
143
  msgid ""
144
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
145
  "attribute."
146
  msgstr ""
147
 
148
- #: lib/wfu_constants.php:46
149
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
150
  msgstr ""
151
 
152
- #: lib/wfu_constants.php:47
153
  msgid ""
154
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
155
  "syntax."
156
  msgstr ""
157
 
158
- #: lib/wfu_constants.php:48
159
  msgid ""
160
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
161
  "attribute."
162
  msgstr ""
163
 
164
- #: lib/wfu_constants.php:49
165
  msgid ""
166
  "Error. Could not open source file for ftp upload. Check if file is "
167
  "accessible."
168
  msgstr ""
169
 
170
- #: lib/wfu_constants.php:50
171
  msgid "Error. Could not send data to ftp target file."
172
  msgstr ""
173
 
174
- #: lib/wfu_constants.php:51
175
  msgid ""
176
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
177
  "attribute."
178
  msgstr ""
179
 
180
- #: lib/wfu_constants.php:52
181
  msgid ""
182
  "Error. Could not authenticate to ftp host. Check username and password in "
183
  "'ftpinfo' attribute."
184
  msgstr ""
185
 
186
- #: lib/wfu_constants.php:53
187
  msgid ""
188
  "Error. Could not initialize sftp subsystem. Please check if the server "
189
  "supports sftp."
190
  msgstr ""
191
 
192
- #: lib/wfu_constants.php:54
193
  msgid "Error. The web server does not support sftp."
194
  msgstr ""
195
 
196
- #: lib/wfu_constants.php:55
197
  msgid ""
198
  "Error. The upload size limit of PHP directive upload_max_filesize is "
199
  "preventing the upload of big files.\n"
200
  "PHP directive upload_max_filesize limit is: "
201
  msgstr ""
202
 
203
- #: lib/wfu_constants.php:56
204
  msgid ""
205
  "The upload time limit of PHP directive max_input_time is preventing the "
206
  "upload of big files.\n"
207
  "PHP directive max_input_time limit is: "
208
  msgstr ""
209
 
210
- #: lib/wfu_constants.php:57
211
  msgid ""
212
  "Error. Permission denied to write to target folder.\n"
213
  "Check and correct read/write permissions of target folder."
214
  msgstr ""
215
 
216
- #: lib/wfu_constants.php:58
217
  msgid ""
218
  "Error. This file was rejected because its extension is not correct. Its "
219
  "proper filename is: "
220
  msgstr ""
221
 
222
- #: lib/wfu_constants.php:59
223
  msgid ""
224
  "Too many files are uploaded in a short period of time. This may be a Denial-"
225
  "Of-Service attack, so file was rejected. Please check the upload log for "
226
  "suspicious behaviour."
227
  msgstr ""
228
 
229
- #: lib/wfu_constants.php:60
230
  msgid ""
231
  "File not uploaded in order to prevent overflow of the website. Please "
232
  "contact administrator."
233
  msgstr ""
234
 
235
- #: lib/wfu_constants.php:61
236
  msgid "Targer folder doesn't exist."
237
  msgstr ""
238
 
239
- #: lib/wfu_constants.php:62
240
  msgid "Upload failed! Missing a temporary folder."
241
  msgstr ""
242
 
243
- #: lib/wfu_constants.php:63
244
  msgid "Upload failed! Permission denied to write to target folder."
245
  msgstr ""
246
 
247
- #: lib/wfu_constants.php:64
248
  msgid "File not allowed."
249
  msgstr ""
250
 
251
- #: lib/wfu_constants.php:65
252
  msgid "File is suspicious and was rejected."
253
  msgstr ""
254
 
255
- #: lib/wfu_constants.php:66
256
  msgid "The uploaded file exceeds the file size limit."
257
  msgstr ""
258
 
259
- #: lib/wfu_constants.php:67
260
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
261
  msgstr ""
262
 
263
- #: lib/wfu_constants.php:68
264
  msgid ""
265
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
266
  "Please contact the administrator."
267
  msgstr ""
268
 
269
- #: lib/wfu_constants.php:69
270
  msgid ""
271
  "Upload failed! The duration of the upload exceeded the time limit of the "
272
  "server. Please contact the administrator."
273
  msgstr ""
274
 
275
- #: lib/wfu_constants.php:70
276
  msgid ""
277
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
278
  "was specified in the HTML form."
279
  msgstr ""
280
 
281
- #: lib/wfu_constants.php:71
282
  msgid "Upload failed! The uploaded file was only partially uploaded."
283
  msgstr ""
284
 
285
- #: lib/wfu_constants.php:72
286
  msgid "Upload failed! No file was uploaded."
287
  msgstr ""
288
 
289
- #: lib/wfu_constants.php:73
290
  msgid "Upload failed! Failed to write file to disk."
291
  msgstr ""
292
 
293
- #: lib/wfu_constants.php:74
294
  msgid ""
295
  "Upload failed! Error occured while moving temporary file. Please contact "
296
  "administrator."
297
  msgstr ""
298
 
299
- #: lib/wfu_constants.php:75 lib/wfu_constants.php:219
300
  msgid "Upload cancelled!"
301
  msgstr ""
302
 
303
- #: lib/wfu_constants.php:76
304
  msgid ""
305
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
306
  "a way to ascertain which extension caused the file upload to stop; examining "
307
  "the list of loaded extensions with phpinfo() may help."
308
  msgstr ""
309
 
310
- #: lib/wfu_constants.php:77
311
  msgid "Upload failed! Error occured while attemting to upload the file."
312
  msgstr ""
313
 
314
- #: lib/wfu_constants.php:78 lib/wfu_constants.php:214
315
  msgid "Upload failed!"
316
  msgstr ""
317
 
318
- #: lib/wfu_constants.php:79
319
  msgid "No file!"
320
  msgstr ""
321
 
322
- #: lib/wfu_constants.php:80
323
  msgid ""
324
  "Upload failed! The upload has been canceled by the user or the browser "
325
  "dropped the connection."
326
  msgstr ""
327
 
328
- #: lib/wfu_constants.php:81
329
  msgid "Upload failed! Unknown error."
330
  msgstr ""
331
 
332
- #: lib/wfu_constants.php:82
333
  msgid "Please contact the administrator."
334
  msgstr ""
335
 
336
- #: lib/wfu_constants.php:83
337
  msgid "No result from remote server!"
338
  msgstr ""
339
 
340
- #: lib/wfu_constants.php:84
341
  msgid " but with warnings"
342
  msgstr ""
343
 
344
- #: lib/wfu_constants.php:85 lib/wfu_constants.php:87
345
  msgid "Warning: JSON parse error."
346
  msgstr ""
347
 
348
- #: lib/wfu_constants.php:86
349
  msgid ""
350
  "Upload parameters of this file, passed as JSON string to the handler, could "
351
  "not be parsed."
352
  msgstr ""
353
 
354
- #: lib/wfu_constants.php:88
355
  msgid ""
356
  "UploadStates, passed as JSON string to the handler, could not be parsed."
357
  msgstr ""
358
 
359
- #: lib/wfu_constants.php:89
360
  msgid ""
361
  "Redirection to classic form functionality occurred due to unknown error."
362
  msgstr ""
363
 
364
- #: lib/wfu_constants.php:90
365
  msgid ""
366
  "Redirection to classic form functionality occurred because AJAX is not "
367
  "supported."
368
  msgstr ""
369
 
370
- #: lib/wfu_constants.php:91
371
  msgid ""
372
  "Redirection to classic form functionality occurred because HTML5 is not "
373
  "supported."
374
  msgstr ""
375
 
376
- #: lib/wfu_constants.php:92
377
  msgid ""
378
  "Redirection to classic form functionality occurred due to JSON parse error."
379
  msgstr ""
380
 
381
- #: lib/wfu_constants.php:93
382
  msgid "Please enable popup windows from the browser's settings!"
383
  msgstr ""
384
 
385
- #: lib/wfu_constants.php:94
386
  msgid "cannot be empty!"
387
  msgstr ""
388
 
389
- #: lib/wfu_constants.php:95
390
  msgid "number not valid!"
391
  msgstr ""
392
 
393
- #: lib/wfu_constants.php:96
394
  msgid "email not valid!"
395
  msgstr ""
396
 
397
- #: lib/wfu_constants.php:97
398
  msgid "emails do not match!"
399
  msgstr ""
400
 
401
- #: lib/wfu_constants.php:98
402
  msgid "no base email field in group!"
403
  msgstr ""
404
 
405
- #: lib/wfu_constants.php:99
406
  msgid "passwords do not match!"
407
  msgstr ""
408
 
409
- #: lib/wfu_constants.php:100
410
  msgid "no base password field in group!"
411
  msgstr ""
412
 
413
- #: lib/wfu_constants.php:101
414
  msgid "checkbox unchecked!"
415
  msgstr ""
416
 
417
- #: lib/wfu_constants.php:102
418
  msgid "no option selected!"
419
  msgstr ""
420
 
421
- #: lib/wfu_constants.php:103
422
  msgid "no item selected!"
423
  msgstr ""
424
 
425
- #: lib/wfu_constants.php:104
426
  msgid ""
427
  "There are more than one instances of the plugin in this page with the same "
428
  "id. Please change it."
429
  msgstr ""
430
 
431
- #: lib/wfu_constants.php:105
432
  msgid ""
433
  "Cannot edit the shortcode because the page has been modified. Please reload "
434
  "the page."
435
  msgstr ""
436
 
437
- #: lib/wfu_constants.php:106
438
  msgid "Your browser does not support webcam capture!"
439
  msgstr ""
440
 
441
- #: lib/wfu_constants.php:107
442
  msgid "Your browser does not support video recording from the webcam!"
443
  msgstr ""
444
 
445
- #: lib/wfu_constants.php:108
446
  msgid "No video was recorded!"
447
  msgstr ""
448
 
449
- #: lib/wfu_constants.php:109
450
  msgid ""
451
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
452
  "or use RecaptchaV2 (no account)."
453
  msgstr ""
454
 
455
- #: lib/wfu_constants.php:110
456
  msgid ""
457
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
458
  "notify administrator."
459
  msgstr ""
460
 
461
- #: lib/wfu_constants.php:111
462
  msgid ""
463
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
464
  "use RecaptchaV1 (no account)."
465
  msgstr ""
466
 
467
- #: lib/wfu_constants.php:112
468
  msgid "ERROR: No site key. Please contact administrator!"
469
  msgstr ""
470
 
471
- #: lib/wfu_constants.php:113
472
  msgid ""
473
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
474
  "define Google Recaptcha keys."
475
  msgstr ""
476
 
477
- #: lib/wfu_constants.php:114
478
  msgid "Bad captcha image!"
479
  msgstr ""
480
 
481
- #: lib/wfu_constants.php:115
482
  msgid "No input!"
483
  msgstr ""
484
 
485
- #: lib/wfu_constants.php:116
486
  msgid "Captcha not completed!"
487
  msgstr ""
488
 
489
- #: lib/wfu_constants.php:117
490
  msgid "Wrong captcha!"
491
  msgstr ""
492
 
493
- #: lib/wfu_constants.php:118
494
  msgid "Error refreshing captcha!"
495
  msgstr ""
496
 
497
- #: lib/wfu_constants.php:119
498
  msgid "Unknown captcha error!"
499
  msgstr ""
500
 
501
- #: lib/wfu_constants.php:120
502
  msgid "Captcha not supported by your browser!"
503
  msgstr ""
504
 
505
- #: lib/wfu_constants.php:121
506
  msgid "the secret parameter is missing"
507
  msgstr ""
508
 
509
- #: lib/wfu_constants.php:122
510
  msgid "the secret parameter is invalid or malformed"
511
  msgstr ""
512
 
513
- #: lib/wfu_constants.php:123
514
  msgid "the response parameter is missing"
515
  msgstr ""
516
 
517
- #: lib/wfu_constants.php:124
518
  msgid "the response parameter is invalid or malformed"
519
  msgstr ""
520
 
521
- #: lib/wfu_constants.php:125
522
  msgid "Please do not use drag drop due to an internal problem."
523
  msgstr ""
524
 
525
- #: lib/wfu_constants.php:126
526
  #, php-format
527
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
528
  msgstr ""
529
 
530
- #: lib/wfu_constants.php:127
531
  msgid "Chunked upload is not allowed!"
532
  msgstr ""
533
 
534
- #: lib/wfu_constants.php:128
535
  msgid "Chunked upload aborted due to error in previous chunk!"
536
  msgstr ""
537
 
538
- #: lib/wfu_constants.php:129
539
  msgid "Chunked upload failed, final file could not be created!"
540
  msgstr ""
541
 
542
- #: lib/wfu_constants.php:130
543
  #, php-format
544
  msgid "Could not write file chuck to destination on chunk %d"
545
  msgstr ""
546
 
547
- #: lib/wfu_constants.php:131
548
  #, php-format
549
  msgid "Could not enlarge destination file on chunk %d"
550
  msgstr ""
551
 
552
- #: lib/wfu_constants.php:132
553
  #, php-format
554
  msgid "Could not open file handles on chunk %d"
555
  msgstr ""
556
 
557
- #: lib/wfu_constants.php:133
558
  msgid "You are not allowed to download this file!"
559
  msgstr ""
560
 
561
- #: lib/wfu_constants.php:134
562
  msgid "File does not exist!"
563
  msgstr ""
564
 
565
- #: lib/wfu_constants.php:135
566
  msgid "Could not download file!"
567
  msgstr ""
568
 
569
- #: lib/wfu_constants.php:136
570
  msgid "You are not allowed to delete this file!"
571
  msgstr ""
572
 
573
- #: lib/wfu_constants.php:137
574
  msgid "File was not deleted!"
575
  msgstr ""
576
 
577
- #: lib/wfu_constants.php:138
578
  msgid "No file was deleted!"
579
  msgstr ""
580
 
581
- #: lib/wfu_constants.php:139
582
  msgid "Some files were not deleted!"
583
  msgstr ""
584
 
585
- #: lib/wfu_constants.php:141
586
  msgid "Upload skipped! File already exists."
587
  msgstr ""
588
 
589
- #: lib/wfu_constants.php:142
590
  msgid "The extension of the file does not match its contents."
591
  msgstr ""
592
 
593
- #: lib/wfu_constants.php:143
594
  msgid ""
595
  "Upload succeeded but the file is suspicious because its contents do not "
596
  "match its extension. Its proper filename is: "
597
  msgstr ""
598
 
599
- #: lib/wfu_constants.php:144
600
  msgid "No files have been selected!"
601
  msgstr ""
602
 
603
- #: lib/wfu_constants.php:145
 
 
 
 
604
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
605
  msgstr ""
606
 
607
- #: lib/wfu_constants.php:146
608
  msgid "Notification email was not sent because there were no files uploaded."
609
  msgstr ""
610
 
611
- #: lib/wfu_constants.php:147
612
  msgid ""
613
  "Notification email was not sent because no recipients were defined. Please "
614
  "check notifyrecipients attribute in the shortcode."
615
  msgstr ""
616
 
617
- #: lib/wfu_constants.php:148
618
  msgid ""
619
  "Notification email was not sent due to an error. Please check "
620
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
621
  msgstr ""
622
 
623
- #: lib/wfu_constants.php:149
624
  msgid ""
625
  "Redirection not executed because redirection link is empty. Please check "
626
  "redirectlink attribute."
627
  msgstr ""
628
 
629
- #: lib/wfu_constants.php:150
630
  msgid ""
631
  "Redirection not executed because not all files were successfully uploaded."
632
  msgstr ""
633
 
634
- #: lib/wfu_constants.php:151
635
  msgid "Potential Denial-Of-Service Attack on {SITE}"
636
  msgstr ""
637
 
638
- #: lib/wfu_constants.php:152
639
  msgid ""
640
  "Hello admin\n"
641
  "\n"
@@ -655,345 +664,345 @@ msgid ""
655
  "Thanks"
656
  msgstr ""
657
 
658
- #: lib/wfu_constants.php:153
659
  msgid ""
660
  "You have activated an alternative insecure Iptanus Services Server. For "
661
  "details please contact info@iptanus.com."
662
  msgstr ""
663
 
664
- #: lib/wfu_constants.php:154
665
  msgid ""
666
  "Iptanus Services Server is unreachable. This may cause problems in some "
667
  "plugin functions. Please contact info@iptanus.com for details."
668
  msgstr ""
669
 
670
- #: lib/wfu_constants.php:156
671
  msgid ""
672
  "Failed to add the shortcode to the page/post. Please try again. If the "
673
  "message persists, contact administrator."
674
  msgstr ""
675
 
676
- #: lib/wfu_constants.php:157
677
  msgid ""
678
  "Failed to edit the shortcode because the contents of the page changed. Try "
679
  "again to edit the shortcode."
680
  msgstr ""
681
 
682
- #: lib/wfu_constants.php:158
683
  msgid ""
684
  "Failed to delete the shortcode because the contents of the page changed. Try "
685
  "again to delete it."
686
  msgstr ""
687
 
688
- #: lib/wfu_constants.php:159
689
  msgid ""
690
  "The page containing the shortcode has been modified and it is no longer "
691
  "valid. Please go back to reload the shortcode."
692
  msgstr ""
693
 
694
- #: lib/wfu_constants.php:160
695
  msgid ""
696
  "Failed to update the shortcode because the contents of the page changed. Go "
697
  "back to reload the shortcode."
698
  msgstr ""
699
 
700
- #: lib/wfu_constants.php:161
701
  msgid ""
702
  "Failed to update the shortcode. Please try again. If the problem persists, "
703
  "go back and reload the shortcode."
704
  msgstr ""
705
 
706
- #: lib/wfu_constants.php:163
707
  msgid "This is a test message"
708
  msgstr ""
709
 
710
- #: lib/wfu_constants.php:164
711
  msgid "This is a test administrator message"
712
  msgstr ""
713
 
714
- #: lib/wfu_constants.php:165
715
  msgid "File testfile 1 under test"
716
  msgstr ""
717
 
718
- #: lib/wfu_constants.php:166
719
  msgid "File testfile 1 message"
720
  msgstr ""
721
 
722
- #: lib/wfu_constants.php:167
723
  msgid "File testfile 1 administrator message"
724
  msgstr ""
725
 
726
- #: lib/wfu_constants.php:168
727
  msgid "File testfile 2 under test"
728
  msgstr ""
729
 
730
- #: lib/wfu_constants.php:169
731
  msgid "File testfile 2 message"
732
  msgstr ""
733
 
734
- #: lib/wfu_constants.php:170
735
  msgid "File testfile 2 administrator message"
736
  msgstr ""
737
 
738
- #: lib/wfu_constants.php:172
739
  msgid ""
740
  "Insert variable %userid% inside text. It will be replaced by the id of the "
741
  "current user."
742
  msgstr ""
743
 
744
- #: lib/wfu_constants.php:173
745
  msgid ""
746
  "Insert variable %username% inside text. It will be replaced by the username "
747
  "of the current user."
748
  msgstr ""
749
 
750
- #: lib/wfu_constants.php:174
751
  msgid ""
752
  "Insert variable %useremail% inside text. It will be replaced by the email of "
753
  "the current user."
754
  msgstr ""
755
 
756
- #: lib/wfu_constants.php:175
757
  msgid ""
758
  "Insert variable %filename% inside text. It will be replaced by the filename "
759
  "of the uploaded file."
760
  msgstr ""
761
 
762
- #: lib/wfu_constants.php:176
763
  msgid ""
764
  "Insert variable %filepath% inside text. It will be replaced by the full "
765
  "filepath of the uploaded file."
766
  msgstr ""
767
 
768
- #: lib/wfu_constants.php:177
769
  msgid ""
770
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
771
  "the website."
772
  msgstr ""
773
 
774
- #: lib/wfu_constants.php:178
775
  msgid ""
776
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
777
  "current page."
778
  msgstr ""
779
 
780
- #: lib/wfu_constants.php:179
781
  msgid ""
782
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
783
  "the current page."
784
  msgstr ""
785
 
786
- #: lib/wfu_constants.php:180
787
  msgid ""
788
  "Insert variable %userdataXXX% inside text. Select the user field from the "
789
  "drop-down list. It will be replaced by the value that the user entered in "
790
  "this field."
791
  msgstr ""
792
 
793
- #: lib/wfu_constants.php:181
794
  msgid "Insert variable %n% inside text to denote a line change."
795
  msgstr ""
796
 
797
- #: lib/wfu_constants.php:183
798
  msgid "Test Mode"
799
  msgstr ""
800
 
801
- #: lib/wfu_constants.php:184
802
  msgid "select dir..."
803
  msgstr ""
804
 
805
- #: lib/wfu_constants.php:185
806
  msgid "type dir"
807
  msgstr ""
808
 
809
- #: lib/wfu_constants.php:186
810
  msgid "Upload path: %filepath%"
811
  msgstr ""
812
 
813
- #: lib/wfu_constants.php:187
814
  msgid "Failed upload path: %filepath%"
815
  msgstr ""
816
 
817
- #: lib/wfu_constants.php:188
818
  msgid " (required)"
819
  msgstr ""
820
 
821
- #: lib/wfu_constants.php:189
822
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
823
  msgstr ""
824
 
825
- #: lib/wfu_constants.php:190
826
  msgid "checking captcha..."
827
  msgstr ""
828
 
829
- #: lib/wfu_constants.php:191
830
  msgid "refreshing..."
831
  msgstr ""
832
 
833
- #: lib/wfu_constants.php:192
834
  msgid "correct captcha"
835
  msgstr ""
836
 
837
- #: lib/wfu_constants.php:193
838
  msgid "click to continue the upload"
839
  msgstr ""
840
 
841
- #: lib/wfu_constants.php:194
842
  msgid "Are you sure you want to delete this file?"
843
  msgstr ""
844
 
845
- #: lib/wfu_constants.php:195
846
  msgid "Are you sure you want to delete these files?"
847
  msgstr ""
848
 
849
- #: lib/wfu_constants.php:196
850
  msgid "Bulk Actions"
851
  msgstr ""
852
 
853
- #: lib/wfu_constants.php:197
854
  msgid "Apply"
855
  msgstr ""
856
 
857
- #: lib/wfu_constants.php:198
858
  msgid "Are you sure that you want to cancel the upload?"
859
  msgstr ""
860
 
861
- #: lib/wfu_constants.php:199
862
  msgid "cancel upload of this file"
863
  msgstr ""
864
 
865
- #: lib/wfu_constants.php:200
866
  msgid "Upload in progress"
867
  msgstr ""
868
 
869
- #: lib/wfu_constants.php:201
870
  msgid "Upload in progress with warnings!"
871
  msgstr ""
872
 
873
- #: lib/wfu_constants.php:202
874
  msgid "Upload in progress but some files already failed!"
875
  msgstr ""
876
 
877
- #: lib/wfu_constants.php:203
878
  msgid "Upload in progress but no files uploaded so far!"
879
  msgstr ""
880
 
881
- #: lib/wfu_constants.php:204
882
  msgid "All files uploaded successfully"
883
  msgstr ""
884
 
885
- #: lib/wfu_constants.php:205
886
  msgid "All files uploaded successfully but there are warnings!"
887
  msgstr ""
888
 
889
- #: lib/wfu_constants.php:206
890
  msgid "File uploaded successfully but there are warnings!"
891
  msgstr ""
892
 
893
- #: lib/wfu_constants.php:207
894
  msgid "Some files failed to upload!"
895
  msgstr ""
896
 
897
- #: lib/wfu_constants.php:208
898
  msgid "All files failed to upload"
899
  msgstr ""
900
 
901
- #: lib/wfu_constants.php:209
902
  msgid "File failed to upload"
903
  msgstr ""
904
 
905
- #: lib/wfu_constants.php:210
906
  msgid "There are no files to upload!"
907
  msgstr ""
908
 
909
- #: lib/wfu_constants.php:211
910
  msgid "Test upload message"
911
  msgstr ""
912
 
913
- #: lib/wfu_constants.php:212
914
  msgid "JSON parse warning!"
915
  msgstr ""
916
 
917
- #: lib/wfu_constants.php:213
918
  msgid "please wait while redirecting..."
919
  msgstr ""
920
 
921
- #: lib/wfu_constants.php:215
922
  msgid "Submitting data"
923
  msgstr ""
924
 
925
- #: lib/wfu_constants.php:216
926
  msgid "Data submitted successfully!"
927
  msgstr ""
928
 
929
- #: lib/wfu_constants.php:217
930
  msgid "Data were not submitted!"
931
  msgstr ""
932
 
933
- #: lib/wfu_constants.php:218
934
  msgid "Cancelling upload"
935
  msgstr ""
936
 
937
- #: lib/wfu_constants.php:220
938
  msgid "Open visual shortcode editor in new window"
939
  msgstr ""
940
 
941
- #: lib/wfu_constants.php:221
942
  msgid "loading visual editor"
943
  msgstr ""
944
 
945
- #: lib/wfu_constants.php:222
946
  msgid "Clear file list?"
947
  msgstr ""
948
 
949
- #: lib/wfu_constants.php:223
950
  msgid "DROP HERE"
951
  msgstr ""
952
 
953
- #: lib/wfu_constants.php:225
954
  msgid "record video"
955
  msgstr ""
956
 
957
- #: lib/wfu_constants.php:226
958
  msgid "take a picture"
959
  msgstr ""
960
 
961
- #: lib/wfu_constants.php:227
962
  msgid "turn webcam on/off"
963
  msgstr ""
964
 
965
- #: lib/wfu_constants.php:228
966
  msgid "go live again"
967
  msgstr ""
968
 
969
- #: lib/wfu_constants.php:229
970
  msgid "end recording"
971
  msgstr ""
972
 
973
- #: lib/wfu_constants.php:230
974
  msgid "play"
975
  msgstr ""
976
 
977
- #: lib/wfu_constants.php:231
978
  msgid "pause"
979
  msgstr ""
980
 
981
- #: lib/wfu_constants.php:232
982
  msgid "go to the beginning"
983
  msgstr ""
984
 
985
- #: lib/wfu_constants.php:233
986
  msgid "go to the end"
987
  msgstr ""
988
 
989
- #: lib/wfu_constants.php:235
990
  msgid "Wordpress File Upload Form"
991
  msgstr ""
992
 
993
- #: lib/wfu_constants.php:236
994
  msgid "Wordpress File Upload plugin uploader for sidebars"
995
  msgstr ""
996
 
997
- #: lib/wfu_constants.php:237
998
  msgid "Upload Files"
999
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-25 06:00+0200\n"
6
+ "PO-Revision-Date: 2018-05-25 06:00+0200\n"
7
  "Last-Translator: nickboss <info@iptanus.com>\n"
8
  "Language-Team: Iptanus Team <info@iptanus.com>\n"
9
  "Language: en\n"
87
  msgid "screenshot"
88
  msgstr ""
89
 
90
+ #: lib/wfu_constants.php:30
91
+ msgid ""
92
+ "By activating this option I agree to let the website keep my personal data"
93
  msgstr ""
94
 
95
  #: lib/wfu_constants.php:32
96
+ msgid "File"
97
  msgstr ""
98
 
99
  #: lib/wfu_constants.php:33
100
+ msgid "Date"
101
  msgstr ""
102
 
103
  #: lib/wfu_constants.php:34
104
+ msgid "Size"
105
  msgstr ""
106
 
107
  #: lib/wfu_constants.php:35
108
+ msgid "User"
109
  msgstr ""
110
 
111
  #: lib/wfu_constants.php:36
112
+ msgid "Page"
113
  msgstr ""
114
 
115
  #: lib/wfu_constants.php:37
116
+ msgid "User Fields"
117
  msgstr ""
118
 
119
  #: lib/wfu_constants.php:38
120
+ msgid "Download"
121
  msgstr ""
122
 
123
  #: lib/wfu_constants.php:39
124
+ msgid "Download this file"
125
  msgstr ""
126
 
127
  #: lib/wfu_constants.php:40
128
+ msgid "Delete"
129
  msgstr ""
130
 
131
  #: lib/wfu_constants.php:41
132
+ msgid "Delete this file"
133
  msgstr ""
134
 
135
  #: lib/wfu_constants.php:42
136
+ msgid "Sort list based on this column"
137
  msgstr ""
138
 
139
  #: lib/wfu_constants.php:43
140
+ msgid "guest"
141
+ msgstr ""
142
+
143
+ #: lib/wfu_constants.php:44
144
  msgid "unknown"
145
  msgstr ""
146
 
147
+ #: lib/wfu_constants.php:46
148
  msgid ""
149
  "Error. Could not resolve ftp target filedir. Check the domain in 'ftpinfo' "
150
  "attribute."
151
  msgstr ""
152
 
153
+ #: lib/wfu_constants.php:47
154
  msgid "Error. Invalid ftp information. Check 'ftpinfo' attribute."
155
  msgstr ""
156
 
157
+ #: lib/wfu_constants.php:48
158
  msgid ""
159
  "Error. Could not extract ftp information from 'ftpinfo' attribute. Check its "
160
  "syntax."
161
  msgstr ""
162
 
163
+ #: lib/wfu_constants.php:49
164
  msgid ""
165
  "Error. Could not resolve ftp target filename. Check the domain in 'ftpinfo' "
166
  "attribute."
167
  msgstr ""
168
 
169
+ #: lib/wfu_constants.php:50
170
  msgid ""
171
  "Error. Could not open source file for ftp upload. Check if file is "
172
  "accessible."
173
  msgstr ""
174
 
175
+ #: lib/wfu_constants.php:51
176
  msgid "Error. Could not send data to ftp target file."
177
  msgstr ""
178
 
179
+ #: lib/wfu_constants.php:52
180
  msgid ""
181
  "Error. Could not connect to ftp host. Check the domain in 'ftpinfo' "
182
  "attribute."
183
  msgstr ""
184
 
185
+ #: lib/wfu_constants.php:53
186
  msgid ""
187
  "Error. Could not authenticate to ftp host. Check username and password in "
188
  "'ftpinfo' attribute."
189
  msgstr ""
190
 
191
+ #: lib/wfu_constants.php:54
192
  msgid ""
193
  "Error. Could not initialize sftp subsystem. Please check if the server "
194
  "supports sftp."
195
  msgstr ""
196
 
197
+ #: lib/wfu_constants.php:55
198
  msgid "Error. The web server does not support sftp."
199
  msgstr ""
200
 
201
+ #: lib/wfu_constants.php:56
202
  msgid ""
203
  "Error. The upload size limit of PHP directive upload_max_filesize is "
204
  "preventing the upload of big files.\n"
205
  "PHP directive upload_max_filesize limit is: "
206
  msgstr ""
207
 
208
+ #: lib/wfu_constants.php:57
209
  msgid ""
210
  "The upload time limit of PHP directive max_input_time is preventing the "
211
  "upload of big files.\n"
212
  "PHP directive max_input_time limit is: "
213
  msgstr ""
214
 
215
+ #: lib/wfu_constants.php:58
216
  msgid ""
217
  "Error. Permission denied to write to target folder.\n"
218
  "Check and correct read/write permissions of target folder."
219
  msgstr ""
220
 
221
+ #: lib/wfu_constants.php:59
222
  msgid ""
223
  "Error. This file was rejected because its extension is not correct. Its "
224
  "proper filename is: "
225
  msgstr ""
226
 
227
+ #: lib/wfu_constants.php:60
228
  msgid ""
229
  "Too many files are uploaded in a short period of time. This may be a Denial-"
230
  "Of-Service attack, so file was rejected. Please check the upload log for "
231
  "suspicious behaviour."
232
  msgstr ""
233
 
234
+ #: lib/wfu_constants.php:61
235
  msgid ""
236
  "File not uploaded in order to prevent overflow of the website. Please "
237
  "contact administrator."
238
  msgstr ""
239
 
240
+ #: lib/wfu_constants.php:62
241
  msgid "Targer folder doesn't exist."
242
  msgstr ""
243
 
244
+ #: lib/wfu_constants.php:63
245
  msgid "Upload failed! Missing a temporary folder."
246
  msgstr ""
247
 
248
+ #: lib/wfu_constants.php:64
249
  msgid "Upload failed! Permission denied to write to target folder."
250
  msgstr ""
251
 
252
+ #: lib/wfu_constants.php:65
253
  msgid "File not allowed."
254
  msgstr ""
255
 
256
+ #: lib/wfu_constants.php:66
257
  msgid "File is suspicious and was rejected."
258
  msgstr ""
259
 
260
+ #: lib/wfu_constants.php:67
261
  msgid "The uploaded file exceeds the file size limit."
262
  msgstr ""
263
 
264
+ #: lib/wfu_constants.php:68
265
  msgid "The uploaded file exceeds 2GB and is not supported by this server."
266
  msgstr ""
267
 
268
+ #: lib/wfu_constants.php:69
269
  msgid ""
270
  "Upload failed! The uploaded file exceeds the file size limit of the server. "
271
  "Please contact the administrator."
272
  msgstr ""
273
 
274
+ #: lib/wfu_constants.php:70
275
  msgid ""
276
  "Upload failed! The duration of the upload exceeded the time limit of the "
277
  "server. Please contact the administrator."
278
  msgstr ""
279
 
280
+ #: lib/wfu_constants.php:71
281
  msgid ""
282
  "Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
283
  "was specified in the HTML form."
284
  msgstr ""
285
 
286
+ #: lib/wfu_constants.php:72
287
  msgid "Upload failed! The uploaded file was only partially uploaded."
288
  msgstr ""
289
 
290
+ #: lib/wfu_constants.php:73
291
  msgid "Upload failed! No file was uploaded."
292
  msgstr ""
293
 
294
+ #: lib/wfu_constants.php:74
295
  msgid "Upload failed! Failed to write file to disk."
296
  msgstr ""
297
 
298
+ #: lib/wfu_constants.php:75
299
  msgid ""
300
  "Upload failed! Error occured while moving temporary file. Please contact "
301
  "administrator."
302
  msgstr ""
303
 
304
+ #: lib/wfu_constants.php:76 lib/wfu_constants.php:221
305
  msgid "Upload cancelled!"
306
  msgstr ""
307
 
308
+ #: lib/wfu_constants.php:77
309
  msgid ""
310
  "Upload failed! A PHP extension stopped the file upload. PHP does not provide "
311
  "a way to ascertain which extension caused the file upload to stop; examining "
312
  "the list of loaded extensions with phpinfo() may help."
313
  msgstr ""
314
 
315
+ #: lib/wfu_constants.php:78
316
  msgid "Upload failed! Error occured while attemting to upload the file."
317
  msgstr ""
318
 
319
+ #: lib/wfu_constants.php:79 lib/wfu_constants.php:216
320
  msgid "Upload failed!"
321
  msgstr ""
322
 
323
+ #: lib/wfu_constants.php:80
324
  msgid "No file!"
325
  msgstr ""
326
 
327
+ #: lib/wfu_constants.php:81
328
  msgid ""
329
  "Upload failed! The upload has been canceled by the user or the browser "
330
  "dropped the connection."
331
  msgstr ""
332
 
333
+ #: lib/wfu_constants.php:82
334
  msgid "Upload failed! Unknown error."
335
  msgstr ""
336
 
337
+ #: lib/wfu_constants.php:83
338
  msgid "Please contact the administrator."
339
  msgstr ""
340
 
341
+ #: lib/wfu_constants.php:84
342
  msgid "No result from remote server!"
343
  msgstr ""
344
 
345
+ #: lib/wfu_constants.php:85
346
  msgid " but with warnings"
347
  msgstr ""
348
 
349
+ #: lib/wfu_constants.php:86 lib/wfu_constants.php:88
350
  msgid "Warning: JSON parse error."
351
  msgstr ""
352
 
353
+ #: lib/wfu_constants.php:87
354
  msgid ""
355
  "Upload parameters of this file, passed as JSON string to the handler, could "
356
  "not be parsed."
357
  msgstr ""
358
 
359
+ #: lib/wfu_constants.php:89
360
  msgid ""
361
  "UploadStates, passed as JSON string to the handler, could not be parsed."
362
  msgstr ""
363
 
364
+ #: lib/wfu_constants.php:90
365
  msgid ""
366
  "Redirection to classic form functionality occurred due to unknown error."
367
  msgstr ""
368
 
369
+ #: lib/wfu_constants.php:91
370
  msgid ""
371
  "Redirection to classic form functionality occurred because AJAX is not "
372
  "supported."
373
  msgstr ""
374
 
375
+ #: lib/wfu_constants.php:92
376
  msgid ""
377
  "Redirection to classic form functionality occurred because HTML5 is not "
378
  "supported."
379
  msgstr ""
380
 
381
+ #: lib/wfu_constants.php:93
382
  msgid ""
383
  "Redirection to classic form functionality occurred due to JSON parse error."
384
  msgstr ""
385
 
386
+ #: lib/wfu_constants.php:94
387
  msgid "Please enable popup windows from the browser's settings!"
388
  msgstr ""
389
 
390
+ #: lib/wfu_constants.php:95
391
  msgid "cannot be empty!"
392
  msgstr ""
393
 
394
+ #: lib/wfu_constants.php:96
395
  msgid "number not valid!"
396
  msgstr ""
397
 
398
+ #: lib/wfu_constants.php:97
399
  msgid "email not valid!"
400
  msgstr ""
401
 
402
+ #: lib/wfu_constants.php:98
403
  msgid "emails do not match!"
404
  msgstr ""
405
 
406
+ #: lib/wfu_constants.php:99
407
  msgid "no base email field in group!"
408
  msgstr ""
409
 
410
+ #: lib/wfu_constants.php:100
411
  msgid "passwords do not match!"
412
  msgstr ""
413
 
414
+ #: lib/wfu_constants.php:101
415
  msgid "no base password field in group!"
416
  msgstr ""
417
 
418
+ #: lib/wfu_constants.php:102
419
  msgid "checkbox unchecked!"
420
  msgstr ""
421
 
422
+ #: lib/wfu_constants.php:103
423
  msgid "no option selected!"
424
  msgstr ""
425
 
426
+ #: lib/wfu_constants.php:104
427
  msgid "no item selected!"
428
  msgstr ""
429
 
430
+ #: lib/wfu_constants.php:105
431
  msgid ""
432
  "There are more than one instances of the plugin in this page with the same "
433
  "id. Please change it."
434
  msgstr ""
435
 
436
+ #: lib/wfu_constants.php:106
437
  msgid ""
438
  "Cannot edit the shortcode because the page has been modified. Please reload "
439
  "the page."
440
  msgstr ""
441
 
442
+ #: lib/wfu_constants.php:107
443
  msgid "Your browser does not support webcam capture!"
444
  msgstr ""
445
 
446
+ #: lib/wfu_constants.php:108
447
  msgid "Your browser does not support video recording from the webcam!"
448
  msgstr ""
449
 
450
+ #: lib/wfu_constants.php:109
451
  msgid "No video was recorded!"
452
  msgstr ""
453
 
454
+ #: lib/wfu_constants.php:110
455
  msgid ""
456
  "ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
457
  "or use RecaptchaV2 (no account)."
458
  msgstr ""
459
 
460
+ #: lib/wfu_constants.php:111
461
  msgid ""
462
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
463
  "notify administrator."
464
  msgstr ""
465
 
466
+ #: lib/wfu_constants.php:112
467
  msgid ""
468
  "ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
469
  "use RecaptchaV1 (no account)."
470
  msgstr ""
471
 
472
+ #: lib/wfu_constants.php:113
473
  msgid "ERROR: No site key. Please contact administrator!"
474
  msgstr ""
475
 
476
+ #: lib/wfu_constants.php:114
477
  msgid ""
478
  "ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
479
  "define Google Recaptcha keys."
480
  msgstr ""
481
 
482
+ #: lib/wfu_constants.php:115
483
  msgid "Bad captcha image!"
484
  msgstr ""
485
 
486
+ #: lib/wfu_constants.php:116
487
  msgid "No input!"
488
  msgstr ""
489
 
490
+ #: lib/wfu_constants.php:117
491
  msgid "Captcha not completed!"
492
  msgstr ""
493
 
494
+ #: lib/wfu_constants.php:118
495
  msgid "Wrong captcha!"
496
  msgstr ""
497
 
498
+ #: lib/wfu_constants.php:119
499
  msgid "Error refreshing captcha!"
500
  msgstr ""
501
 
502
+ #: lib/wfu_constants.php:120
503
  msgid "Unknown captcha error!"
504
  msgstr ""
505
 
506
+ #: lib/wfu_constants.php:121
507
  msgid "Captcha not supported by your browser!"
508
  msgstr ""
509
 
510
+ #: lib/wfu_constants.php:122
511
  msgid "the secret parameter is missing"
512
  msgstr ""
513
 
514
+ #: lib/wfu_constants.php:123
515
  msgid "the secret parameter is invalid or malformed"
516
  msgstr ""
517
 
518
+ #: lib/wfu_constants.php:124
519
  msgid "the response parameter is missing"
520
  msgstr ""
521
 
522
+ #: lib/wfu_constants.php:125
523
  msgid "the response parameter is invalid or malformed"
524
  msgstr ""
525
 
526
+ #: lib/wfu_constants.php:126
527
  msgid "Please do not use drag drop due to an internal problem."
528
  msgstr ""
529
 
530
+ #: lib/wfu_constants.php:127
531
  #, php-format
532
  msgid "Error during chunked upload. Unique ID empty in chunk %d"
533
  msgstr ""
534
 
535
+ #: lib/wfu_constants.php:128
536
  msgid "Chunked upload is not allowed!"
537
  msgstr ""
538
 
539
+ #: lib/wfu_constants.php:129
540
  msgid "Chunked upload aborted due to error in previous chunk!"
541
  msgstr ""
542
 
543
+ #: lib/wfu_constants.php:130
544
  msgid "Chunked upload failed, final file could not be created!"
545
  msgstr ""
546
 
547
+ #: lib/wfu_constants.php:131
548
  #, php-format
549
  msgid "Could not write file chuck to destination on chunk %d"
550
  msgstr ""
551
 
552
+ #: lib/wfu_constants.php:132
553
  #, php-format
554
  msgid "Could not enlarge destination file on chunk %d"
555
  msgstr ""
556
 
557
+ #: lib/wfu_constants.php:133
558
  #, php-format
559
  msgid "Could not open file handles on chunk %d"
560
  msgstr ""
561
 
562
+ #: lib/wfu_constants.php:134
563
  msgid "You are not allowed to download this file!"
564
  msgstr ""
565
 
566
+ #: lib/wfu_constants.php:135
567
  msgid "File does not exist!"
568
  msgstr ""
569
 
570
+ #: lib/wfu_constants.php:136
571
  msgid "Could not download file!"
572
  msgstr ""
573
 
574
+ #: lib/wfu_constants.php:137
575
  msgid "You are not allowed to delete this file!"
576
  msgstr ""
577
 
578
+ #: lib/wfu_constants.php:138
579
  msgid "File was not deleted!"
580
  msgstr ""
581
 
582
+ #: lib/wfu_constants.php:139
583
  msgid "No file was deleted!"
584
  msgstr ""
585
 
586
+ #: lib/wfu_constants.php:140
587
  msgid "Some files were not deleted!"
588
  msgstr ""
589
 
590
+ #: lib/wfu_constants.php:142
591
  msgid "Upload skipped! File already exists."
592
  msgstr ""
593
 
594
+ #: lib/wfu_constants.php:143
595
  msgid "The extension of the file does not match its contents."
596
  msgstr ""
597
 
598
+ #: lib/wfu_constants.php:144
599
  msgid ""
600
  "Upload succeeded but the file is suspicious because its contents do not "
601
  "match its extension. Its proper filename is: "
602
  msgstr ""
603
 
604
+ #: lib/wfu_constants.php:145
605
  msgid "No files have been selected!"
606
  msgstr ""
607
 
608
+ #: lib/wfu_constants.php:146
609
+ msgid "Please complete the consent question before continuing the upload!"
610
+ msgstr ""
611
+
612
+ #: lib/wfu_constants.php:147
613
  msgid "WPFilebase Plugin not updated because there were no files uploaded."
614
  msgstr ""
615
 
616
+ #: lib/wfu_constants.php:148
617
  msgid "Notification email was not sent because there were no files uploaded."
618
  msgstr ""
619
 
620
+ #: lib/wfu_constants.php:149
621
  msgid ""
622
  "Notification email was not sent because no recipients were defined. Please "
623
  "check notifyrecipients attribute in the shortcode."
624
  msgstr ""
625
 
626
+ #: lib/wfu_constants.php:150
627
  msgid ""
628
  "Notification email was not sent due to an error. Please check "
629
  "notifyrecipients, notifysubject and notifymessage attributes for errors."
630
  msgstr ""
631
 
632
+ #: lib/wfu_constants.php:151
633
  msgid ""
634
  "Redirection not executed because redirection link is empty. Please check "
635
  "redirectlink attribute."
636
  msgstr ""
637
 
638
+ #: lib/wfu_constants.php:152
639
  msgid ""
640
  "Redirection not executed because not all files were successfully uploaded."
641
  msgstr ""
642
 
643
+ #: lib/wfu_constants.php:153
644
  msgid "Potential Denial-Of-Service Attack on {SITE}"
645
  msgstr ""
646
 
647
+ #: lib/wfu_constants.php:154
648
  msgid ""
649
  "Hello admin\n"
650
  "\n"
664
  "Thanks"
665
  msgstr ""
666
 
667
+ #: lib/wfu_constants.php:155
668
  msgid ""
669
  "You have activated an alternative insecure Iptanus Services Server. For "
670
  "details please contact info@iptanus.com."
671
  msgstr ""
672
 
673
+ #: lib/wfu_constants.php:156
674
  msgid ""
675
  "Iptanus Services Server is unreachable. This may cause problems in some "
676
  "plugin functions. Please contact info@iptanus.com for details."
677
  msgstr ""
678
 
679
+ #: lib/wfu_constants.php:158
680
  msgid ""
681
  "Failed to add the shortcode to the page/post. Please try again. If the "
682
  "message persists, contact administrator."
683
  msgstr ""
684
 
685
+ #: lib/wfu_constants.php:159
686
  msgid ""
687
  "Failed to edit the shortcode because the contents of the page changed. Try "
688
  "again to edit the shortcode."
689
  msgstr ""
690
 
691
+ #: lib/wfu_constants.php:160
692
  msgid ""
693
  "Failed to delete the shortcode because the contents of the page changed. Try "
694
  "again to delete it."
695
  msgstr ""
696
 
697
+ #: lib/wfu_constants.php:161
698
  msgid ""
699
  "The page containing the shortcode has been modified and it is no longer "
700
  "valid. Please go back to reload the shortcode."
701
  msgstr ""
702
 
703
+ #: lib/wfu_constants.php:162
704
  msgid ""
705
  "Failed to update the shortcode because the contents of the page changed. Go "
706
  "back to reload the shortcode."
707
  msgstr ""
708
 
709
+ #: lib/wfu_constants.php:163
710
  msgid ""
711
  "Failed to update the shortcode. Please try again. If the problem persists, "
712
  "go back and reload the shortcode."
713
  msgstr ""
714
 
715
+ #: lib/wfu_constants.php:165
716
  msgid "This is a test message"
717
  msgstr ""
718
 
719
+ #: lib/wfu_constants.php:166
720
  msgid "This is a test administrator message"
721
  msgstr ""
722
 
723
+ #: lib/wfu_constants.php:167
724
  msgid "File testfile 1 under test"
725
  msgstr ""
726
 
727
+ #: lib/wfu_constants.php:168
728
  msgid "File testfile 1 message"
729
  msgstr ""
730
 
731
+ #: lib/wfu_constants.php:169
732
  msgid "File testfile 1 administrator message"
733
  msgstr ""
734
 
735
+ #: lib/wfu_constants.php:170
736
  msgid "File testfile 2 under test"
737
  msgstr ""
738
 
739
+ #: lib/wfu_constants.php:171
740
  msgid "File testfile 2 message"
741
  msgstr ""
742
 
743
+ #: lib/wfu_constants.php:172
744
  msgid "File testfile 2 administrator message"
745
  msgstr ""
746
 
747
+ #: lib/wfu_constants.php:174
748
  msgid ""
749
  "Insert variable %userid% inside text. It will be replaced by the id of the "
750
  "current user."
751
  msgstr ""
752
 
753
+ #: lib/wfu_constants.php:175
754
  msgid ""
755
  "Insert variable %username% inside text. It will be replaced by the username "
756
  "of the current user."
757
  msgstr ""
758
 
759
+ #: lib/wfu_constants.php:176
760
  msgid ""
761
  "Insert variable %useremail% inside text. It will be replaced by the email of "
762
  "the current user."
763
  msgstr ""
764
 
765
+ #: lib/wfu_constants.php:177
766
  msgid ""
767
  "Insert variable %filename% inside text. It will be replaced by the filename "
768
  "of the uploaded file."
769
  msgstr ""
770
 
771
+ #: lib/wfu_constants.php:178
772
  msgid ""
773
  "Insert variable %filepath% inside text. It will be replaced by the full "
774
  "filepath of the uploaded file."
775
  msgstr ""
776
 
777
+ #: lib/wfu_constants.php:179
778
  msgid ""
779
  "Insert variable %blogid% inside text. It will be replaced by the blog id of "
780
  "the website."
781
  msgstr ""
782
 
783
+ #: lib/wfu_constants.php:180
784
  msgid ""
785
  "Insert variable %pageid% inside text. It will be replaced by the id of the "
786
  "current page."
787
  msgstr ""
788
 
789
+ #: lib/wfu_constants.php:181
790
  msgid ""
791
  "Insert variable %pagetitle% inside text. It will be replaced by the title of "
792
  "the current page."
793
  msgstr ""
794
 
795
+ #: lib/wfu_constants.php:182
796
  msgid ""
797
  "Insert variable %userdataXXX% inside text. Select the user field from the "
798
  "drop-down list. It will be replaced by the value that the user entered in "
799
  "this field."
800
  msgstr ""
801
 
802
+ #: lib/wfu_constants.php:183
803
  msgid "Insert variable %n% inside text to denote a line change."
804
  msgstr ""
805
 
806
+ #: lib/wfu_constants.php:185
807
  msgid "Test Mode"
808
  msgstr ""
809
 
810
+ #: lib/wfu_constants.php:186
811
  msgid "select dir..."
812
  msgstr ""
813
 
814
+ #: lib/wfu_constants.php:187
815
  msgid "type dir"
816
  msgstr ""
817
 
818
+ #: lib/wfu_constants.php:188
819
  msgid "Upload path: %filepath%"
820
  msgstr ""
821
 
822
+ #: lib/wfu_constants.php:189
823
  msgid "Failed upload path: %filepath%"
824
  msgstr ""
825
 
826
+ #: lib/wfu_constants.php:190
827
  msgid " (required)"
828
  msgstr ""
829
 
830
+ #: lib/wfu_constants.php:191
831
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
832
  msgstr ""
833
 
834
+ #: lib/wfu_constants.php:192
835
  msgid "checking captcha..."
836
  msgstr ""
837
 
838
+ #: lib/wfu_constants.php:193
839
  msgid "refreshing..."
840
  msgstr ""
841
 
842
+ #: lib/wfu_constants.php:194
843
  msgid "correct captcha"
844
  msgstr ""
845
 
846
+ #: lib/wfu_constants.php:195
847
  msgid "click to continue the upload"
848
  msgstr ""
849
 
850
+ #: lib/wfu_constants.php:196
851
  msgid "Are you sure you want to delete this file?"
852
  msgstr ""
853
 
854
+ #: lib/wfu_constants.php:197
855
  msgid "Are you sure you want to delete these files?"
856
  msgstr ""
857
 
858
+ #: lib/wfu_constants.php:198
859
  msgid "Bulk Actions"
860
  msgstr ""
861
 
862
+ #: lib/wfu_constants.php:199
863
  msgid "Apply"
864
  msgstr ""
865
 
866
+ #: lib/wfu_constants.php:200
867
  msgid "Are you sure that you want to cancel the upload?"
868
  msgstr ""
869
 
870
+ #: lib/wfu_constants.php:201
871
  msgid "cancel upload of this file"
872
  msgstr ""
873
 
874
+ #: lib/wfu_constants.php:202
875
  msgid "Upload in progress"
876
  msgstr ""
877
 
878
+ #: lib/wfu_constants.php:203
879
  msgid "Upload in progress with warnings!"
880
  msgstr ""
881
 
882
+ #: lib/wfu_constants.php:204
883
  msgid "Upload in progress but some files already failed!"
884
  msgstr ""
885
 
886
+ #: lib/wfu_constants.php:205
887
  msgid "Upload in progress but no files uploaded so far!"
888
  msgstr ""
889
 
890
+ #: lib/wfu_constants.php:206
891
  msgid "All files uploaded successfully"
892
  msgstr ""
893
 
894
+ #: lib/wfu_constants.php:207
895
  msgid "All files uploaded successfully but there are warnings!"
896
  msgstr ""
897
 
898
+ #: lib/wfu_constants.php:208
899
  msgid "File uploaded successfully but there are warnings!"
900
  msgstr ""
901
 
902
+ #: lib/wfu_constants.php:209
903
  msgid "Some files failed to upload!"
904
  msgstr ""
905
 
906
+ #: lib/wfu_constants.php:210
907
  msgid "All files failed to upload"
908
  msgstr ""
909
 
910
+ #: lib/wfu_constants.php:211
911
  msgid "File failed to upload"
912
  msgstr ""
913
 
914
+ #: lib/wfu_constants.php:212
915
  msgid "There are no files to upload!"
916
  msgstr ""
917
 
918
+ #: lib/wfu_constants.php:213
919
  msgid "Test upload message"
920
  msgstr ""
921
 
922
+ #: lib/wfu_constants.php:214
923
  msgid "JSON parse warning!"
924
  msgstr ""
925
 
926
+ #: lib/wfu_constants.php:215
927
  msgid "please wait while redirecting..."
928
  msgstr ""
929
 
930
+ #: lib/wfu_constants.php:217
931
  msgid "Submitting data"
932
  msgstr ""
933
 
934
+ #: lib/wfu_constants.php:218
935
  msgid "Data submitted successfully!"
936
  msgstr ""
937
 
938
+ #: lib/wfu_constants.php:219
939
  msgid "Data were not submitted!"
940
  msgstr ""
941
 
942
+ #: lib/wfu_constants.php:220
943
  msgid "Cancelling upload"
944
  msgstr ""
945
 
946
+ #: lib/wfu_constants.php:222
947
  msgid "Open visual shortcode editor in new window"
948
  msgstr ""
949
 
950
+ #: lib/wfu_constants.php:223
951
  msgid "loading visual editor"
952
  msgstr ""
953
 
954
+ #: lib/wfu_constants.php:224
955
  msgid "Clear file list?"
956
  msgstr ""
957
 
958
+ #: lib/wfu_constants.php:225
959
  msgid "DROP HERE"
960
  msgstr ""
961
 
962
+ #: lib/wfu_constants.php:227
963
  msgid "record video"
964
  msgstr ""
965
 
966
+ #: lib/wfu_constants.php:228
967
  msgid "take a picture"
968
  msgstr ""
969
 
970
+ #: lib/wfu_constants.php:229
971
  msgid "turn webcam on/off"
972
  msgstr ""
973
 
974
+ #: lib/wfu_constants.php:230
975
  msgid "go live again"
976
  msgstr ""
977
 
978
+ #: lib/wfu_constants.php:231
979
  msgid "end recording"
980
  msgstr ""
981
 
982
+ #: lib/wfu_constants.php:232
983
  msgid "play"
984
  msgstr ""
985
 
986
+ #: lib/wfu_constants.php:233
987
  msgid "pause"
988
  msgstr ""
989
 
990
+ #: lib/wfu_constants.php:234
991
  msgid "go to the beginning"
992
  msgstr ""
993
 
994
+ #: lib/wfu_constants.php:235
995
  msgid "go to the end"
996
  msgstr ""
997
 
998
+ #: lib/wfu_constants.php:237
999
  msgid "Wordpress File Upload Form"
1000
  msgstr ""
1001
 
1002
+ #: lib/wfu_constants.php:238
1003
  msgid "Wordpress File Upload plugin uploader for sidebars"
1004
  msgstr ""
1005
 
1006
+ #: lib/wfu_constants.php:239
1007
  msgid "Upload Files"
1008
  msgstr ""
lib/wfu_admin.php CHANGED
@@ -130,6 +130,7 @@ function wordpress_file_upload_update_db_check() {
130
 
131
  // This is the callback function that generates dashboard page content
132
  function wordpress_file_upload_manage_dashboard() {
 
133
  $_POST = stripslashes_deep($_POST);
134
  $_GET = stripslashes_deep($_GET);
135
  $action = (!empty($_POST['action']) ? $_POST['action'] : (!empty($_GET['action']) ? $_GET['action'] : ''));
@@ -140,6 +141,7 @@ function wordpress_file_upload_manage_dashboard() {
140
  $postid = (!empty($_POST['postid']) ? $_POST['postid'] : (!empty($_GET['postid']) ? $_GET['postid'] : ''));
141
  $nonce = (!empty($_POST['nonce']) ? $_POST['nonce'] : (!empty($_GET['nonce']) ? $_GET['nonce'] : ''));
142
  $tag = (!empty($_POST['tag']) ? $_POST['tag'] : (!empty($_GET['tag']) ? $_GET['tag'] : ''));
 
143
  $echo_str = "";
144
 
145
  if ( $action == 'edit_settings' ) {
@@ -223,6 +225,17 @@ function wordpress_file_upload_manage_dashboard() {
223
  wfu_edit_filedetails($file);
224
  $echo_str = wfu_file_details($file, false);
225
  }
 
 
 
 
 
 
 
 
 
 
 
226
  elseif ( $action == 'maintenance_actions' ) {
227
  $echo_str = wfu_maintenance_actions();
228
  }
@@ -265,6 +278,9 @@ function wordpress_file_upload_manage_dashboard() {
265
  }
266
  else $echo_str = wfu_manage_mainmenu(WFU_DASHBOARD_DELETE_SHORTCODE_REJECTED);
267
  }
 
 
 
268
  else {
269
  $echo_str = wfu_manage_mainmenu();
270
  }
@@ -395,12 +411,15 @@ function wfu_manage_mainmenu($message = '') {
395
  function wfu_generate_dashboard_menu($dlp, $active) {
396
  $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
397
  $siteurl = site_url();
 
398
 
399
  $echo_str = $dlp.'<h2 class="nav-tab-wrapper" style="margin-bottom:40px;">';
400
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload" class="nav-tab'.( $active == "Main" ? ' nav-tab-active' : '' ).'" title="Main">Main</a>';
401
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=plugin_settings" class="nav-tab'.( $active == "Settings" ? ' nav-tab-active' : '' ).'" title="Settings">Settings</a>';
402
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=file_browser" class="nav-tab'.( $active == "File Browser" ? ' nav-tab-active' : '' ).'" title="File browser">File Browser</a>';
403
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=view_log" class="nav-tab'.( $active == "View Log" ? ' nav-tab-active' : '' ).'" title="View log">View Log</a>';
 
 
404
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=maintenance_actions" class="nav-tab'.( $active == "Maintenance Actions" ? ' nav-tab-active' : '' ).'" title="Maintenance Actions">Maintenance Actions</a>';
405
  $echo_str .= $dlp.'</h2>';
406
 
130
 
131
  // This is the callback function that generates dashboard page content
132
  function wordpress_file_upload_manage_dashboard() {
133
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
134
  $_POST = stripslashes_deep($_POST);
135
  $_GET = stripslashes_deep($_GET);
136
  $action = (!empty($_POST['action']) ? $_POST['action'] : (!empty($_GET['action']) ? $_GET['action'] : ''));
141
  $postid = (!empty($_POST['postid']) ? $_POST['postid'] : (!empty($_GET['postid']) ? $_GET['postid'] : ''));
142
  $nonce = (!empty($_POST['nonce']) ? $_POST['nonce'] : (!empty($_GET['nonce']) ? $_GET['nonce'] : ''));
143
  $tag = (!empty($_POST['tag']) ? $_POST['tag'] : (!empty($_GET['tag']) ? $_GET['tag'] : ''));
144
+ $username = (!empty($_POST['username']) ? $_POST['username'] : (!empty($_GET['username']) ? $_GET['username'] : ''));
145
  $echo_str = "";
146
 
147
  if ( $action == 'edit_settings' ) {
225
  wfu_edit_filedetails($file);
226
  $echo_str = wfu_file_details($file, false);
227
  }
228
+ elseif ( $action == 'personal_data' && $plugin_options["personaldata"] == "1" ) {
229
+ $echo_str = wfu_manage_personaldata_policies();
230
+ }
231
+ elseif ( $action == 'erase_userdata_ask' && $plugin_options["personaldata"] == "1" && $username != "" ) {
232
+ $echo_str = wfu_erase_userdata_ask_prompt($username);
233
+ }
234
+ elseif ( $action == 'erase_userdata' && $plugin_options["personaldata"] == "1" && $username != "" ) {
235
+ $ret = wfu_erase_userdata($username);
236
+ if ( $ret <= -1 ) $echo_str = wfu_manage_personaldata_policies();
237
+ else $echo_str = wfu_manage_personaldata_policies('Database cleaned. '.$ret.' items where affected.');
238
+ }
239
  elseif ( $action == 'maintenance_actions' ) {
240
  $echo_str = wfu_maintenance_actions();
241
  }
278
  }
279
  else $echo_str = wfu_manage_mainmenu(WFU_DASHBOARD_DELETE_SHORTCODE_REJECTED);
280
  }
281
+ elseif ( $action == 'add_policy' ) {
282
+ $echo_str = wfu_edit_pd_policy();
283
+ }
284
  else {
285
  $echo_str = wfu_manage_mainmenu();
286
  }
411
  function wfu_generate_dashboard_menu($dlp, $active) {
412
  $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
413
  $siteurl = site_url();
414
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
415
 
416
  $echo_str = $dlp.'<h2 class="nav-tab-wrapper" style="margin-bottom:40px;">';
417
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload" class="nav-tab'.( $active == "Main" ? ' nav-tab-active' : '' ).'" title="Main">Main</a>';
418
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=plugin_settings" class="nav-tab'.( $active == "Settings" ? ' nav-tab-active' : '' ).'" title="Settings">Settings</a>';
419
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=file_browser" class="nav-tab'.( $active == "File Browser" ? ' nav-tab-active' : '' ).'" title="File browser">File Browser</a>';
420
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=view_log" class="nav-tab'.( $active == "View Log" ? ' nav-tab-active' : '' ).'" title="View log">View Log</a>';
421
+ if ( $plugin_options["personaldata"] == "1" )
422
+ $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=personal_data" class="nav-tab'.( $active == "Personal Data" ? ' nav-tab-active' : '' ).'" title="Personal Data">Personal Data</a>';
423
  $echo_str .= $dlp."\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=maintenance_actions" class="nav-tab'.( $active == "Maintenance Actions" ? ' nav-tab-active' : '' ).'" title="Maintenance Actions">Maintenance Actions</a>';
424
  $echo_str .= $dlp.'</h2>';
425
 
lib/wfu_admin_composer.php CHANGED
@@ -5,18 +5,21 @@ function wfu_shortcode_composer($data = '', $shortcode_tag = 'wordpress_file_upl
5
  global $wp_roles;
6
  $siteurl = site_url();
7
 
 
8
  $components = wfu_component_definitions();
9
  if ( $shortcode_tag == 'wordpress_file_upload' ) {
10
  $plugin_title = "Uploader";
11
  $cats = wfu_category_definitions();
12
  $defs = wfu_attribute_definitions();
 
 
 
13
  }
14
  else {
15
  $plugin_title = "Browser";
16
  $cats = wfu_browser_category_definitions();
17
  $defs = wfu_browser_attribute_definitions();
18
  }
19
- $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
20
 
21
  if ( $data == "" ) {
22
  $shortcode = $plugin_options['shortcode'];
5
  global $wp_roles;
6
  $siteurl = site_url();
7
 
8
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
9
  $components = wfu_component_definitions();
10
  if ( $shortcode_tag == 'wordpress_file_upload' ) {
11
  $plugin_title = "Uploader";
12
  $cats = wfu_category_definitions();
13
  $defs = wfu_attribute_definitions();
14
+ //remove personaldata category if Personal Data are not activated in
15
+ //plugin's Settings
16
+ if ($plugin_options["personaldata"] != "1" && isset($cats["personaldata"])) unset($cats["personaldata"]);
17
  }
18
  else {
19
  $plugin_title = "Browser";
20
  $cats = wfu_browser_category_definitions();
21
  $defs = wfu_browser_attribute_definitions();
22
  }
 
23
 
24
  if ( $data == "" ) {
25
  $shortcode = $plugin_options['shortcode'];
lib/wfu_admin_settings.php CHANGED
@@ -6,6 +6,7 @@ function wfu_settings_definitions() {
6
  "shortcode" => array("string", ""),
7
  "hashfiles" => array("number", ""),
8
  "basedir" => array("string", ""),
 
9
  "postmethod" => array("number", ""),
10
  "modsecurity" => array("number", ""),
11
  "userstatehandler" => array("number", ""),
@@ -105,6 +106,15 @@ function wfu_manage_settings($message = '') {
105
  $echo_str .= "\n\t\t\t\t\t".'</tr>';
106
  $echo_str .= "\n\t\t\t\t\t".'<tr>';
107
  $echo_str .= "\n\t\t\t\t\t\t".'<th scope="row">';
 
 
 
 
 
 
 
 
 
108
  $echo_str .= "\n\t\t\t\t\t\t\t".'<label for="wfu_postmethod">Post Method</label>';
109
  $echo_str .= "\n\t\t\t\t\t\t".'</th>';
110
  $echo_str .= "\n\t\t\t\t\t\t".'<td>';
@@ -198,6 +208,7 @@ function wfu_update_settings() {
198
 
199
  // $enabled = ( isset($_POST['wfu_enabled']) ? ( $_POST['wfu_enabled'] == "on" ? 1 : 0 ) : 0 );
200
  $hashfiles = ( isset($_POST['wfu_hashfiles']) ? ( $_POST['wfu_hashfiles'] == "on" ? 1 : 0 ) : 0 );
 
201
  $relaxcss = ( isset($_POST['wfu_relaxcss']) ? ( $_POST['wfu_relaxcss'] == "on" ? 1 : 0 ) : 0 );
202
  $mediacustom = ( isset($_POST['wfu_mediacustom']) ? ( $_POST['wfu_mediacustom'] == "on" ? 1 : 0 ) : 0 );
203
  $includeotherfiles = ( isset($_POST['wfu_includeotherfiles']) ? ( $_POST['wfu_includeotherfiles'] == "on" ? 1 : 0 ) : 0 );
@@ -208,6 +219,7 @@ function wfu_update_settings() {
208
  $new_plugin_options['shortcode'] = $plugin_options['shortcode'];
209
  $new_plugin_options['hashfiles'] = $hashfiles;
210
  $new_plugin_options['basedir'] = sanitize_text_field($_POST['wfu_basedir']);
 
211
  $new_plugin_options['postmethod'] = sanitize_text_field($_POST['wfu_postmethod']);
212
  $new_plugin_options['userstatehandler'] = sanitize_text_field($_POST['wfu_userstatehandler']);
213
  $new_plugin_options['relaxcss'] = $relaxcss;
6
  "shortcode" => array("string", ""),
7
  "hashfiles" => array("number", ""),
8
  "basedir" => array("string", ""),
9
+ "personaldata" => array("number", ""),
10
  "postmethod" => array("number", ""),
11
  "modsecurity" => array("number", ""),
12
  "userstatehandler" => array("number", ""),
106
  $echo_str .= "\n\t\t\t\t\t".'</tr>';
107
  $echo_str .= "\n\t\t\t\t\t".'<tr>';
108
  $echo_str .= "\n\t\t\t\t\t\t".'<th scope="row">';
109
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<label for="wfu_personaldata">Personal Data</label>';
110
+ $echo_str .= "\n\t\t\t\t\t\t".'</th>';
111
+ $echo_str .= "\n\t\t\t\t\t\t".'<td>';
112
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<input name="wfu_personaldata" id="wfu_personaldata" type="checkbox"'.($plugin_options['personaldata'] == '1' ? ' checked="checked"' : '' ).' style="width:auto;" /> Enable this option if your website is subject to EU GDPR regulation and you want to define how to handle personal data';
113
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<p style="cursor: text; font-size:9px; padding: 0px; margin: 0px; width: 95%; color: #AAAAAA;">Current value: <strong>'.($plugin_options['personaldata'] == '1' ? 'Yes' : 'No' ).'</strong></p>';
114
+ $echo_str .= "\n\t\t\t\t\t\t".'</td>';
115
+ $echo_str .= "\n\t\t\t\t\t".'</tr>';
116
+ $echo_str .= "\n\t\t\t\t\t".'<tr>';
117
+ $echo_str .= "\n\t\t\t\t\t\t".'<th scope="row">';
118
  $echo_str .= "\n\t\t\t\t\t\t\t".'<label for="wfu_postmethod">Post Method</label>';
119
  $echo_str .= "\n\t\t\t\t\t\t".'</th>';
120
  $echo_str .= "\n\t\t\t\t\t\t".'<td>';
208
 
209
  // $enabled = ( isset($_POST['wfu_enabled']) ? ( $_POST['wfu_enabled'] == "on" ? 1 : 0 ) : 0 );
210
  $hashfiles = ( isset($_POST['wfu_hashfiles']) ? ( $_POST['wfu_hashfiles'] == "on" ? 1 : 0 ) : 0 );
211
+ $personaldata = ( isset($_POST['wfu_personaldata']) ? ( $_POST['wfu_personaldata'] == "on" ? 1 : 0 ) : 0 );
212
  $relaxcss = ( isset($_POST['wfu_relaxcss']) ? ( $_POST['wfu_relaxcss'] == "on" ? 1 : 0 ) : 0 );
213
  $mediacustom = ( isset($_POST['wfu_mediacustom']) ? ( $_POST['wfu_mediacustom'] == "on" ? 1 : 0 ) : 0 );
214
  $includeotherfiles = ( isset($_POST['wfu_includeotherfiles']) ? ( $_POST['wfu_includeotherfiles'] == "on" ? 1 : 0 ) : 0 );
219
  $new_plugin_options['shortcode'] = $plugin_options['shortcode'];
220
  $new_plugin_options['hashfiles'] = $hashfiles;
221
  $new_plugin_options['basedir'] = sanitize_text_field($_POST['wfu_basedir']);
222
+ $new_plugin_options['personaldata'] = $personaldata;
223
  $new_plugin_options['postmethod'] = sanitize_text_field($_POST['wfu_postmethod']);
224
  $new_plugin_options['userstatehandler'] = sanitize_text_field($_POST['wfu_userstatehandler']);
225
  $new_plugin_options['relaxcss'] = $relaxcss;
lib/wfu_ajaxactions.php CHANGED
@@ -280,6 +280,15 @@ function wfu_ajax_action_callback() {
280
  $subdir_sel_index = sanitize_text_field( $_POST["subdir_sel_index"] );
281
  $params['subdir_selection_index'] = $subdir_sel_index;
282
  WFU_USVAR_store('wfu_check_refresh_'.$params["uploadid"], 'do not process');
 
 
 
 
 
 
 
 
 
283
 
284
  $wfu_process_file_array = wfu_process_files($params, 'ajax');
285
  // extract safe_output from wfu_process_file_array and pass it as separate part of the response text
@@ -507,11 +516,14 @@ function wfu_ajax_action_download_file_invoker() {
507
  die();
508
  }
509
 
510
- $file_code = wfu_sanitize_code($file_code);
511
  //if file_code is exportdata, then export of data has been requested and
512
  //we need to create a file with export data and recreate file_code
513
- if ( $file_code == "exportdata" && current_user_can( 'manage_options' ) ) {
514
- $filepath = wfu_export_uploaded_files(null);
 
 
 
515
  if ( $filepath === false ) die();
516
  $file_code = "exportdata".wfu_safe_store_filepath($filepath);
517
  //store filepath in session otherwise it can not be retrieved by
@@ -683,4 +695,28 @@ function wfu_ajax_action_notify_wpfilebase() {
683
  die();
684
  }
685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
686
  ?>
280
  $subdir_sel_index = sanitize_text_field( $_POST["subdir_sel_index"] );
281
  $params['subdir_selection_index'] = $subdir_sel_index;
282
  WFU_USVAR_store('wfu_check_refresh_'.$params["uploadid"], 'do not process');
283
+
284
+ //update consent status of user
285
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
286
+ $require_consent = ( $plugin_options["personaldata"] == "1" && wfu_check_user_consent($user) == "" && $params["askconsent"] == "true" );
287
+ if ( $require_consent ) {
288
+ if ( !isset($_POST['consent_result']) ) die();
289
+ $consent_result = ( $_POST['consent_result'] == "yes" ? "yes" : ( $_POST['consent_result'] == "no" ? "no" : "" ) );
290
+ wfu_update_user_consent($user, $consent_result);
291
+ }
292
 
293
  $wfu_process_file_array = wfu_process_files($params, 'ajax');
294
  // extract safe_output from wfu_process_file_array and pass it as separate part of the response text
516
  die();
517
  }
518
 
519
+ $file_code = sanitize_text_field($file_code);
520
  //if file_code is exportdata, then export of data has been requested and
521
  //we need to create a file with export data and recreate file_code
522
+ if ( substr($file_code, 0, 10) == "exportdata" && current_user_can( 'manage_options' ) ) {
523
+ $params = null;
524
+ $params_str = substr($file_code, 11);
525
+ if ( trim($params_str) != "" ) $params = json_decode($params_str, true);
526
+ $filepath = wfu_export_uploaded_files($params);
527
  if ( $filepath === false ) die();
528
  $file_code = "exportdata".wfu_safe_store_filepath($filepath);
529
  //store filepath in session otherwise it can not be retrieved by
695
  die();
696
  }
697
 
698
+ function wfu_ajax_action_pdusers_get_users() {
699
+ $_POST = stripslashes_deep($_POST);
700
+ $_GET = stripslashes_deep($_GET);
701
+
702
+ $nonce = (isset($_POST['nonce']) ? $_POST['nonce'] : (isset($_GET['nonce']) ? $_GET['nonce'] : ''));
703
+ $query = (isset($_POST['query']) ? $_POST['query'] : (isset($_GET['query']) ? $_GET['query'] : ''));
704
+ if ( $nonce == '' || $query == '' ) die();
705
+
706
+ if ( !current_user_can( 'manage_options' ) ) die();
707
+ //security check to avoid CSRF attacks
708
+ if ( !wp_verify_nonce($nonce, 'wfu_edit_policy') ) die();
709
+
710
+ $query = sanitize_text_field($query);
711
+ $args = array(
712
+ 'search' => $query,
713
+ 'search_columns' => array( 'user_login', 'display_name' ),
714
+ 'fields' => array( 'user_login', 'display_name' ),
715
+ 'number' => 100
716
+ );
717
+ $users = get_users($args);
718
+
719
+ die("pdusers_get_users:".wfu_encode_array_to_string($users));
720
+ }
721
+
722
  ?>
lib/wfu_attributes.php CHANGED
@@ -66,6 +66,14 @@ function wfu_component_definitions() {
66
  "multiplacements" => true,
67
  "help" => "Displays additional fields that the user must fill-in together with the uploaded files."
68
  ),
 
 
 
 
 
 
 
 
69
  array(
70
  "id" => "message",
71
  "name" => "Message",
@@ -85,12 +93,11 @@ function wfu_category_definitions() {
85
  $cats = array(
86
  "general" => "General",
87
  "placements" => "Placements",
88
- "general" => "General",
89
  "labels" => "Labels",
90
  "notifications" => "Notifications",
 
91
  "colors" => "Colors",
92
  "dimensions" => "Dimensions",
93
- "general" => "General",
94
  "userdata" => "Additional Fields",
95
  "interoperability" => "Interoperability",
96
  "webcam" => "Webcam"
@@ -1412,6 +1419,96 @@ function wfu_attribute_definitions() {
1412
  "variables" => null,
1413
  "help" => "If activated, then uploaded files will be included in the notification email as attachments. Please use carefully."
1414
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1415
  array(
1416
  "name" => "Success Upload Message Color",
1417
  "attribute" => "successmessagecolor",
66
  "multiplacements" => true,
67
  "help" => "Displays additional fields that the user must fill-in together with the uploaded files."
68
  ),
69
+ array(
70
+ "id" => "consent",
71
+ "name" => "Consent",
72
+ "mode" => "free",
73
+ "dimensions" => array("consent/Consent Block"),
74
+ "multiplacements" => false,
75
+ "help" => "Displays a checkbox asking user's consent for storing personal data."
76
+ ),
77
  array(
78
  "id" => "message",
79
  "name" => "Message",
93
  $cats = array(
94
  "general" => "General",
95
  "placements" => "Placements",
 
96
  "labels" => "Labels",
97
  "notifications" => "Notifications",
98
+ "personaldata" => "Personal Data",
99
  "colors" => "Colors",
100
  "dimensions" => "Dimensions",
 
101
  "userdata" => "Additional Fields",
102
  "interoperability" => "Interoperability",
103
  "webcam" => "Webcam"
1419
  "variables" => null,
1420
  "help" => "If activated, then uploaded files will be included in the notification email as attachments. Please use carefully."
1421
  ),
1422
+ array(
1423
+ "name" => "Ask for Consent",
1424
+ "attribute" => "askconsent",
1425
+ "type" => "onoff",
1426
+ "validator" => "text",
1427
+ "listitems" => null,
1428
+ "value" => WFU_VAR("WFU_ASKCONSENT"),
1429
+ "mode" => "free",
1430
+ "category" => "personaldata",
1431
+ "subcategory" => "General Personal Data Options",
1432
+ "parent" => "",
1433
+ "dependencies" => array("personaldatatypes"),
1434
+ "variables" => null,
1435
+ "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."
1436
+ ),
1437
+ array(
1438
+ "name" => "Personal Data Types",
1439
+ "attribute" => "personaldatatypes",
1440
+ "type" => "radio",
1441
+ "validator" => "text",
1442
+ "listitems" => array("userdata", "userdata and files"),
1443
+ "value" => WFU_VAR("WFU_PERSONALDATATYPES"),
1444
+ "mode" => "free",
1445
+ "category" => "personaldata",
1446
+ "subcategory" => "General Personal Data Options",
1447
+ "parent" => "askconsent",
1448
+ "dependencies" => null,
1449
+ "variables" => null,
1450
+ "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."
1451
+ ),
1452
+ array(
1453
+ "name" => "Consent Format",
1454
+ "attribute" => "consentformat",
1455
+ "type" => "radio",
1456
+ "validator" => "text",
1457
+ "listitems" => array("*checkbox", "radio", "prompt"),
1458
+ "value" => WFU_VAR("WFU_CONSENTFORMAT"),
1459
+ "mode" => "free",
1460
+ "category" => "personaldata",
1461
+ "subcategory" => "Consent Appearance",
1462
+ "parent" => "",
1463
+ "dependencies" => array("consentpreselect"),
1464
+ "variables" => null,
1465
+ "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."
1466
+ ),
1467
+ array(
1468
+ "name" => "Checkbox Preselected",
1469
+ "attribute" => "consentpreselect",
1470
+ "type" => "onoff",
1471
+ "validator" => "text",
1472
+ "listitems" => null,
1473
+ "value" => WFU_VAR("WFU_CONSENTPRESELECT"),
1474
+ "mode" => "free",
1475
+ "category" => "personaldata",
1476
+ "subcategory" => "Consent Appearance",
1477
+ "parent" => "consentformat",
1478
+ "dependencies" => null,
1479
+ "variables" => null,
1480
+ "help" => "If activated then the checkbox of the consent question will be by default activated."
1481
+ ),
1482
+ array(
1483
+ "name" => "Consent Question for Checkbox",
1484
+ "attribute" => "consentquestion",
1485
+ "type" => "ltext",
1486
+ "validator" => "text",
1487
+ "listitems" => null,
1488
+ "value" => WFU_CONSENTQUESTION,
1489
+ "mode" => "free",
1490
+ "category" => "personaldata",
1491
+ "subcategory" => "Consent Appearance",
1492
+ "parent" => "",
1493
+ "dependencies" => null,
1494
+ "variables" => null,
1495
+ "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."
1496
+ ),
1497
+ array(
1498
+ "name" => "Consent Disclaimer Link",
1499
+ "attribute" => "consentdisclaimer",
1500
+ "type" => "ltext",
1501
+ "validator" => "text",
1502
+ "listitems" => null,
1503
+ "value" => WFU_VAR("WFU_CONSENTDISCLAIMER"),
1504
+ "mode" => "free",
1505
+ "category" => "personaldata",
1506
+ "subcategory" => "Consent Appearance",
1507
+ "parent" => "",
1508
+ "dependencies" => null,
1509
+ "variables" => null,
1510
+ "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."
1511
+ ),
1512
  array(
1513
  "name" => "Success Upload Message Color",
1514
  "attribute" => "successmessagecolor",
lib/wfu_blocks.php CHANGED
@@ -58,8 +58,8 @@ function wfu_prepare_visualeditorbutton_block($params, $additional_params, $occu
58
  function wfu_prepare_subfolders_block($params, $additional_params, $occurrence_index) {
59
  //prepare data for template
60
  $data["ID"] = $params["uploadid"];
61
- $data["width"] = $additional_params['widths']['subfolders'];
62
- $data["height"] = $additional_params['heights']['subfolders'];
63
  $data["responsive"] = ( $params["fitmode"] == "responsive" );
64
  $data["testmode"] = ( $params["testmode"] == "true" );
65
  $data["show_uploadfolder"] = ( $params["showtargetfolder"] == "true" );
@@ -152,6 +152,7 @@ function wfu_prepare_textbox_block($params, $additional_params, $occurrence_inde
152
  $data["testmode"] = ( $params["testmode"] == "true" );
153
  $data["index"] = $occurrence_index;
154
  $data["params"] = $params;
 
155
 
156
  $textbox_item["title"] = 'wordpress_file_upload_textbox_'.$data["ID"];
157
  $textbox_item["hidden"] = false;
@@ -192,6 +193,9 @@ function wfu_prepare_uploadform_block($params, $additional_params, $occurrence_i
192
  array( "id" => "uploadedfile_".$data["ID"]."_size", "name" => "uploadedfile_".$data["ID"]."_size", "value" => "0" ),
193
  array( "id" => "adminerrorcodes_".$data["ID"], "name" => "adminerrorcodes_".$data["ID"], "value" => "" )
194
  );
 
 
 
195
  foreach ($params["userdata_fields"] as $userdata_key => $userdata_field)
196
  array_push($data["hidden_elements"], array( "id" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "name" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "value" => "" ));
197
  $data["index"] = $occurrence_index;
@@ -576,4 +580,37 @@ function wfu_prepare_userdata_block($params, $additional_params, $occurrence_ind
576
  return $userdata_item;
577
  }
578
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
579
  ?>
58
  function wfu_prepare_subfolders_block($params, $additional_params, $occurrence_index) {
59
  //prepare data for template
60
  $data["ID"] = $params["uploadid"];
61
+ $data["widths"] = $additional_params['widths'];
62
+ $data["heights"] = $additional_params['heights'];
63
  $data["responsive"] = ( $params["fitmode"] == "responsive" );
64
  $data["testmode"] = ( $params["testmode"] == "true" );
65
  $data["show_uploadfolder"] = ( $params["showtargetfolder"] == "true" );
152
  $data["testmode"] = ( $params["testmode"] == "true" );
153
  $data["index"] = $occurrence_index;
154
  $data["params"] = $params;
155
+
156
 
157
  $textbox_item["title"] = 'wordpress_file_upload_textbox_'.$data["ID"];
158
  $textbox_item["hidden"] = false;
193
  array( "id" => "uploadedfile_".$data["ID"]."_size", "name" => "uploadedfile_".$data["ID"]."_size", "value" => "0" ),
194
  array( "id" => "adminerrorcodes_".$data["ID"], "name" => "adminerrorcodes_".$data["ID"], "value" => "" )
195
  );
196
+ if ( $additional_params["require_consent"] ) array_push( $data["hidden_elements"],
197
+ array( "id" => "consentresult_".$data["ID"], "name" => "consentresult_".$data["ID"], "value" => "" )
198
+ );
199
  foreach ($params["userdata_fields"] as $userdata_key => $userdata_field)
200
  array_push($data["hidden_elements"], array( "id" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "name" => "hiddeninput_".$data["ID"]."_userdata_".$userdata_key, "value" => "" ));
201
  $data["index"] = $occurrence_index;
580
  return $userdata_item;
581
  }
582
 
583
+ /* Prepare the consent question block */
584
+ function wfu_prepare_consent_block($params, $additional_params, $occurrence_index) {
585
+ //prepare data for template
586
+ $data["ID"] = $params["uploadid"];
587
+ $data["width"] = $additional_params['widths']['consent'];
588
+ $data["height"] = $additional_params['heights']['consent'];
589
+ $data["responsive"] = ( $params["fitmode"] == "responsive" );
590
+ $data["testmode"] = ( $params["testmode"] == "true" );
591
+ $data["index"] = $occurrence_index;
592
+ $data["format"] = $params["consentformat"];
593
+ $data["preselected"] = ( $params["consentformat"] == "checkbox" && $params["consentpreselect"] == "true" );
594
+ $data["question"] = preg_replace("/:(\w*):/", "<a href=\"".$params["consentdisclaimer"]."\">$1</a>", $params["consentquestion"]);
595
+ $data["params"] = $params;
596
+
597
+ $consent_item["title"] = 'wordpress_file_upload_consent_'.$data["ID"];
598
+ $consent_item["hidden"] = ( $params["consentformat"] == "prompt" );
599
+ $consent_item["width"] = "";
600
+ $consent_item["object"] = "GlobalData.WFU[".$data["ID"]."].consent";
601
+ //for responsive plugin adjust container and container's parent widths if a % width has been defined
602
+ if ( $data["responsive"] && strlen($data["width"]) > 1 && substr($data["width"], -1, 1) == "%" ) $consent_item["width"] = $data["width"];
603
+ //read html output from template
604
+ $consent_item += wfu_read_template_output("consent", $data);
605
+ //initialize consent object properties
606
+ $consent_item["js"] = "GlobalData.WFU[".$data["ID"]."].consent = { ".
607
+ "consentCompleted: function() { return false; }, ".
608
+ "attachActions: function(completeaction) {} ".
609
+ "};\n\n".$consent_item["js"];
610
+ //append javascript variable that checks if consent exists or not
611
+ $consent_item["js"] .= "\n\nGlobalData.WFU[".$data["ID"]."].consent_exist = true;";
612
+
613
+ return $consent_item;
614
+ }
615
+
616
  ?>
lib/wfu_constants.php CHANGED
@@ -18,6 +18,7 @@ DEFINE("WFU_CAPTCHAPROMPT", __('Please fill in the above words: ', 'wp-file-uplo
18
  DEFINE("WFU_UPLOADMEDIABUTTON", __('Upload Media', 'wp-file-upload'));
19
  DEFINE("WFU_VIDEONAME", __('videostream', 'wp-file-upload'));
20
  DEFINE("WFU_IMAGENAME", __('screenshot', 'wp-file-upload'));
 
21
  //browser default values
22
  DEFINE("WFU_FILETITLE", __('File', 'wp-file-upload'));
23
  DEFINE("WFU_DATETITLE", __('Date', 'wp-file-upload'));
@@ -133,6 +134,7 @@ DEFINE("WFU_WARNING_FILE_EXISTS", __("Upload skipped! File already exists.", "wp
133
  DEFINE("WFU_WARNING_FILE_SUSPICIOUS", __("The extension of the file does not match its contents.", "wp-file-upload"));
134
  DEFINE("WFU_WARNING_ADMIN_FILE_SUSPICIOUS", __("Upload succeeded but the file is suspicious because its contents do not match its extension. Its proper filename is: ", "wp-file-upload"));
135
  DEFINE("WFU_WARNING_NOFILES_SELECTED", __("No files have been selected!", "wp-file-upload"));
 
136
  DEFINE("WFU_WARNING_WPFILEBASE_NOTUPDATED_NOFILES", __("WPFilebase Plugin not updated because there were no files uploaded.", "wp-file-upload"));
137
  DEFINE("WFU_WARNING_NOTIFY_NOTSENT_NOFILES", __("Notification email was not sent because there were no files uploaded.", "wp-file-upload"));
138
  DEFINE("WFU_WARNING_NOTIFY_NOTSENT_NORECIPIENTS", __("Notification email was not sent because no recipients were defined. Please check notifyrecipients attribute in the shortcode.", "wp-file-upload"));
@@ -281,7 +283,11 @@ $GLOBALS["WFU_GLOBALS"] = array(
281
  "WFU_VIDEOASPECTRATIO" => array( "Default Video Aspect Ratio", "string", "", "The default preferable video aspect ratio for webcam video capture. It can be any positive value." ),
282
  "WFU_VIDEOFRAMERATE" => array( "Default Video Frame Rate", "string", "", "The default preferable video frame rate for webcam video capture. It can be any positive value in frames/sec." ),
283
  "WFU_CAMERAFACING" => array( "Default Camera Facing Mode", "string", "any", "The default preferable camera to be used for video/screenshot capture. It can be 'any', 'front' or 'back'." ),
284
- "WFU_MAXRECORDTIME" => array( "Default Maximum Record Time", "string", "10", "The default maximum video recording time in seconds. The default value is 10 seconds." )
 
 
 
 
285
  );
286
  //other plugin values
287
  $GLOBALS["WFU_GLOBALS"] += array(
@@ -312,7 +318,10 @@ $GLOBALS["WFU_GLOBALS"] += array(
312
  "WFU_MINIFY_INLINE_CSS" => array( "Minify Inline CSS Code", "string", "true", "Defines whether the inline CSS code will be minified. It can be 'true' or 'false'." ),
313
  "WFU_MINIFY_INLINE_JS" => array( "Minify Inline JS Code", "string", "true", "Defines whether the inline Javascript code will be minified. It can be 'true' or 'false'." ),
314
  "WFU_US_DBOPTION_CHECK" => array( "DB Option User State Check Interval", "integer", 7200, "Defines how often (in seconds) the plugin will update user state list, when user state is saved in DB option table." ),
315
- "WFU_US_DBOPTION_LIFE" => array( "DB Option User State Life", "integer", 1800, "Defines the maximum time of inactivity of a user state, when user state is saved in DB option table." )
 
 
 
316
  );
317
  //color definitions
318
  $GLOBALS["WFU_GLOBALS"] += array(
@@ -416,7 +425,8 @@ function wfu_set_javascript_constants() {
416
  "ajax_url" => wfu_ajaxurl(),
417
  "wfu_pageexit_prompt" => WFU_PAGEEXIT_PROMPT,
418
  "wfu_subdir_typedir" => WFU_SUBDIR_TYPEDIR,
419
- "wfu_uploadprogress_mode" => WFU_VAR("WFU_UPLOADPROGRESS_MODE")
 
420
  );
421
  $consts_txt = "";
422
  foreach ( $consts as $key => $val )
18
  DEFINE("WFU_UPLOADMEDIABUTTON", __('Upload Media', 'wp-file-upload'));
19
  DEFINE("WFU_VIDEONAME", __('videostream', 'wp-file-upload'));
20
  DEFINE("WFU_IMAGENAME", __('screenshot', 'wp-file-upload'));
21
+ DEFINE("WFU_CONSENTQUESTION", __('By activating this option I agree to let the website keep my personal data', 'wp-file-upload'));
22
  //browser default values
23
  DEFINE("WFU_FILETITLE", __('File', 'wp-file-upload'));
24
  DEFINE("WFU_DATETITLE", __('Date', 'wp-file-upload'));
134
  DEFINE("WFU_WARNING_FILE_SUSPICIOUS", __("The extension of the file does not match its contents.", "wp-file-upload"));
135
  DEFINE("WFU_WARNING_ADMIN_FILE_SUSPICIOUS", __("Upload succeeded but the file is suspicious because its contents do not match its extension. Its proper filename is: ", "wp-file-upload"));
136
  DEFINE("WFU_WARNING_NOFILES_SELECTED", __("No files have been selected!", "wp-file-upload"));
137
+ DEFINE("WFU_WARNING_CONSENT_NOTCOMPLETED", __("Please complete the consent question before continuing the upload!", "wp-file-upload"));
138
  DEFINE("WFU_WARNING_WPFILEBASE_NOTUPDATED_NOFILES", __("WPFilebase Plugin not updated because there were no files uploaded.", "wp-file-upload"));
139
  DEFINE("WFU_WARNING_NOTIFY_NOTSENT_NOFILES", __("Notification email was not sent because there were no files uploaded.", "wp-file-upload"));
140
  DEFINE("WFU_WARNING_NOTIFY_NOTSENT_NORECIPIENTS", __("Notification email was not sent because no recipients were defined. Please check notifyrecipients attribute in the shortcode.", "wp-file-upload"));
283
  "WFU_VIDEOASPECTRATIO" => array( "Default Video Aspect Ratio", "string", "", "The default preferable video aspect ratio for webcam video capture. It can be any positive value." ),
284
  "WFU_VIDEOFRAMERATE" => array( "Default Video Frame Rate", "string", "", "The default preferable video frame rate for webcam video capture. It can be any positive value in frames/sec." ),
285
  "WFU_CAMERAFACING" => array( "Default Camera Facing Mode", "string", "any", "The default preferable camera to be used for video/screenshot capture. It can be 'any', 'front' or 'back'." ),
286
+ "WFU_MAXRECORDTIME" => array( "Default Maximum Record Time", "string", "10", "The default maximum video recording time in seconds. The default value is 10 seconds." ),
287
+ "WFU_ASKCONSENT" => array( "Default Ask Consent State", "string", "false", "The default state of personal data consent request. The default value is false." ),
288
+ "WFU_PERSONALDATATYPES" => array( "Default Personal Data Types", "string", "userdata", "The default personal data types. The default value is 'userdata'." ),
289
+ "WFU_CONSENTFORMAT" => array( "Default Consent Format", "string", "checkbox", "The default format of consent question. The default value is 'checkbox'." ),
290
+ "WFU_CONSENTPRESELECT" => array( "Default Consent Preselect State", "string", "false", "The default preselect state of consent question when checkbox format is active. The default value is false." )
291
  );
292
  //other plugin values
293
  $GLOBALS["WFU_GLOBALS"] += array(
318
  "WFU_MINIFY_INLINE_CSS" => array( "Minify Inline CSS Code", "string", "true", "Defines whether the inline CSS code will be minified. It can be 'true' or 'false'." ),
319
  "WFU_MINIFY_INLINE_JS" => array( "Minify Inline JS Code", "string", "true", "Defines whether the inline Javascript code will be minified. It can be 'true' or 'false'." ),
320
  "WFU_US_DBOPTION_CHECK" => array( "DB Option User State Check Interval", "integer", 7200, "Defines how often (in seconds) the plugin will update user state list, when user state is saved in DB option table." ),
321
+ "WFU_US_DBOPTION_LIFE" => array( "DB Option User State Life", "integer", 1800, "Defines the maximum time of inactivity of a user state, when user state is saved in DB option table." ),
322
+ "WFU_PD_VISIBLE_OPLEVELS" => array( "Personal Data Visible Operation Levels", "integer", 3, "Defines how deep administrators can go into personal data operation details. A value of -1 denotes that there is no limit." ),
323
+ "WFU_PD_VISIBLE_PERLEVELS" => array( "Personal Data Visible Permission Levels", "integer", 2, "Defines how deep administrators can go into personal data permission details. A value of -1 denotes that there is no limit." ),
324
+ "WFU_PD_VISIBLE_LOGLEVELS" => array( "Personal Data Visible Log Action Levels", "integer", 2, "Defines how deep administrators can go into personal data log action details. A value of -1 denotes that there is no limit." )
325
  );
326
  //color definitions
327
  $GLOBALS["WFU_GLOBALS"] += array(
425
  "ajax_url" => wfu_ajaxurl(),
426
  "wfu_pageexit_prompt" => WFU_PAGEEXIT_PROMPT,
427
  "wfu_subdir_typedir" => WFU_SUBDIR_TYPEDIR,
428
+ "wfu_uploadprogress_mode" => WFU_VAR("WFU_UPLOADPROGRESS_MODE"),
429
+ "wfu_consent_notcompleted" => WFU_WARNING_CONSENT_NOTCOMPLETED
430
  );
431
  $consts_txt = "";
432
  foreach ( $consts as $key => $val )
lib/wfu_functions.php CHANGED
@@ -1778,17 +1778,24 @@ function wfu_get_option($option, $default) {
1778
  $table_name1 = $wpdb->prefix . "options";
1779
  $val = $wpdb->get_var($wpdb->prepare("SELECT option_value FROM $table_name1 WHERE option_name = %s", $option));
1780
  if ( $val === null && $default !== false ) $val = $default;
1781
- elseif ( is_array($default) ) $val = wfu_decode_array_from_string($val);
1782
  return $val;
1783
  }
1784
 
1785
  function wfu_update_option($option, $value) {
1786
  global $wpdb;
1787
  $table_name1 = $wpdb->prefix . "options";
1788
- if ( is_array($value) ) $value = wfu_encode_array_to_string($value);
1789
  $wpdb->query($wpdb->prepare("INSERT INTO $table_name1 (option_name, option_value) VALUES (%s, %s) ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)", $option, $value));
1790
  }
1791
 
 
 
 
 
 
 
 
1792
  function wfu_export_uploaded_files($params) {
1793
  $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
1794
  global $wpdb;
@@ -1797,11 +1804,16 @@ function wfu_export_uploaded_files($params) {
1797
  $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
1798
  $sep = WFU_VAR("WFU_EXPORT_DATA_SEPARATOR");
1799
  $sep2 = WFU_VAR("WFU_EXPORT_USERDATA_SEPARATOR");
 
 
 
 
1800
 
1801
  $contents = "";
1802
  $header = 'Name'.$sep.'Path'.$sep.'Upload User'.$sep.'Upload Time'.$sep.'Size'.$sep.'Page ID'.$sep.'Blog ID'.$sep.'Shortcode ID'.$sep.'Upload ID'.$sep.'User Data';
1803
  $contents = $header;
1804
- $filerecs = $wpdb->get_results('SELECT * FROM '.$table_name1.' WHERE action <> \'other\' AND date_to = 0');
 
1805
  foreach( $filerecs as $filerec ) {
1806
  if ( $filerec->action == 'datasubmit' ) $obsolete = false;
1807
  else {
@@ -1820,7 +1832,7 @@ function wfu_export_uploaded_files($params) {
1820
  }
1821
  }
1822
  //export file data if file is not obsolete
1823
- if ( !$obsolete ) {
1824
  $username = wfu_get_username_by_id($filerec->uploaduserid);
1825
  $filerec->userdata = $wpdb->get_results('SELECT * FROM '.$table_name2.' WHERE uploadid = \''.$filerec->uploadid.'\' AND date_to = 0 ORDER BY propkey');
1826
  $line = ( $filerec->action == 'datasubmit' ? 'datasubmit' : wfu_basename($filerec->filepath) );
@@ -2221,7 +2233,11 @@ function wfu_prepare_message_colors($template) {
2221
  function wfu_send_notification_email($user, $uploaded_file_paths, $userdata_fields, $params) {
2222
  $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
2223
  global $blog_id;
 
2224
 
 
 
 
2225
  //create necessary variables
2226
  $only_filename_list = "";
2227
  $target_path_list = "";
@@ -2287,6 +2303,10 @@ function wfu_send_notification_email($user, $uploaded_file_paths, $userdata_fiel
2287
  else {
2288
  $notify_sent = wp_mail($notifyrecipients, $notifysubject, $notifymessage, $notifyheaders);
2289
  }
 
 
 
 
2290
  return ( $notify_sent ? "" : WFU_WARNING_NOTIFY_NOTSENT_UNKNOWNERROR );
2291
  }
2292
  else return $ret_data['error_message'];
@@ -2487,13 +2507,13 @@ function wfu_get_safe_session_id() {
2487
 
2488
  function wfu_get_US_dboption_data($id, $default = false) {
2489
  if ( $id == "" ) return false;
2490
- return get_option("wfu_userstate_".$id, $default);
2491
  }
2492
 
2493
  function wfu_update_US_dboption_time($id) {
2494
- $list = get_option("wfu_userstate_list", array());
2495
  $list[$id] = time();
2496
- update_option("wfu_userstate_list", $list);
2497
  }
2498
 
2499
  function WFU_USVAR_exists_dboption($var) {
@@ -2525,7 +2545,7 @@ function WFU_USVAR_store_dboption($var, $value) {
2525
  $data = wfu_get_US_dboption_data($id, array());
2526
  if ( $data === false ) return;
2527
  $data[$var] = $value;
2528
- update_option("wfu_userstate_".$id, $data);
2529
  wfu_update_US_dboption_time($id);
2530
  wfu_update_US_dboption_list();
2531
  }
@@ -2535,16 +2555,16 @@ function WFU_USVAR_unset_dboption($var) {
2535
  $data = wfu_get_US_dboption_data($id);
2536
  if ( $data === false ) return;
2537
  unset($data[$var]);
2538
- update_option("wfu_userstate_".$id, $data);
2539
  wfu_update_US_dboption_time($id);
2540
  }
2541
 
2542
  function wfu_update_US_dboption_list() {
2543
- $last_check_interval = time() - get_option("wfu_userstate_list_last_check", 0);
2544
  $limit = WFU_VAR("WFU_US_DBOPTION_CHECK");
2545
  if ( $last_check_interval < $limit ) return;
2546
 
2547
- $list = get_option("wfu_userstate_list", array());
2548
  $changed = false;
2549
  $limit = WFU_VAR("WFU_US_DBOPTION_LIFE");
2550
  foreach ( $list as $id => $time ) {
@@ -2552,11 +2572,11 @@ function wfu_update_US_dboption_list() {
2552
  if ( $interval > $limit ) {
2553
  $changed = true;
2554
  unset($list[$id]);
2555
- delete_option("wfu_userstate_".$id);
2556
  }
2557
  }
2558
- if ( $changed ) update_option("wfu_userstate_list", $list);
2559
- update_option("wfu_userstate_list_last_check", time());
2560
  }
2561
 
2562
  //********************* Javascript Related Functions ****************************************************************************************************
@@ -2569,6 +2589,114 @@ function wfu_inject_js_code($code){
2569
  return $html;
2570
  }
2571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2572
  //********************* Browser Functions ****************************************************************************************************
2573
 
2574
  function wfu_safe_store_browser_params($params) {
1778
  $table_name1 = $wpdb->prefix . "options";
1779
  $val = $wpdb->get_var($wpdb->prepare("SELECT option_value FROM $table_name1 WHERE option_name = %s", $option));
1780
  if ( $val === null && $default !== false ) $val = $default;
1781
+ elseif ( $val !== null ) $val = wfu_decode_array_from_string($val);
1782
  return $val;
1783
  }
1784
 
1785
  function wfu_update_option($option, $value) {
1786
  global $wpdb;
1787
  $table_name1 = $wpdb->prefix . "options";
1788
+ $value = wfu_encode_array_to_string($value);
1789
  $wpdb->query($wpdb->prepare("INSERT INTO $table_name1 (option_name, option_value) VALUES (%s, %s) ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)", $option, $value));
1790
  }
1791
 
1792
+ function wfu_delete_option($option) {
1793
+ global $wpdb;
1794
+ $table_name1 = $wpdb->prefix . "options";
1795
+ $val = $wpdb->get_var($wpdb->prepare("SELECT option_value FROM $table_name1 WHERE option_name = %s", $option));
1796
+ $wpdb->query($wpdb->prepare("DELETE FROM $table_name1 WHERE option_name = %s", $option));
1797
+ }
1798
+
1799
  function wfu_export_uploaded_files($params) {
1800
  $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
1801
  global $wpdb;
1804
  $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
1805
  $sep = WFU_VAR("WFU_EXPORT_DATA_SEPARATOR");
1806
  $sep2 = WFU_VAR("WFU_EXPORT_USERDATA_SEPARATOR");
1807
+ $includeall = isset($params["username"]);
1808
+ $username = ( isset($params["username"]) ? $params["username"] : "" );
1809
+ $user = get_user_by('login', $username);
1810
+ $userid = $user->ID;
1811
 
1812
  $contents = "";
1813
  $header = 'Name'.$sep.'Path'.$sep.'Upload User'.$sep.'Upload Time'.$sep.'Size'.$sep.'Page ID'.$sep.'Blog ID'.$sep.'Shortcode ID'.$sep.'Upload ID'.$sep.'User Data';
1814
  $contents = $header;
1815
+ if ( $includeall ) $filerecs = $wpdb->get_results('SELECT * FROM '.$table_name1.' WHERE uploaduserid = '.$userid);
1816
+ else $filerecs = $wpdb->get_results('SELECT * FROM '.$table_name1.' WHERE action <> \'other\' AND date_to = 0');
1817
  foreach( $filerecs as $filerec ) {
1818
  if ( $filerec->action == 'datasubmit' ) $obsolete = false;
1819
  else {
1832
  }
1833
  }
1834
  //export file data if file is not obsolete
1835
+ if ( !$obsolete || $includeall ) {
1836
  $username = wfu_get_username_by_id($filerec->uploaduserid);
1837
  $filerec->userdata = $wpdb->get_results('SELECT * FROM '.$table_name2.' WHERE uploadid = \''.$filerec->uploadid.'\' AND date_to = 0 ORDER BY propkey');
1838
  $line = ( $filerec->action == 'datasubmit' ? 'datasubmit' : wfu_basename($filerec->filepath) );
2233
  function wfu_send_notification_email($user, $uploaded_file_paths, $userdata_fields, $params) {
2234
  $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
2235
  global $blog_id;
2236
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
2237
 
2238
+ //get consent status
2239
+ $consent_revoked = ( $plugin_options["personaldata"] == "1" && wfu_check_user_consent($user) == "0" );
2240
+ $not_store_files = ( $params["personaldatatypes"] == "userdata and files" );
2241
  //create necessary variables
2242
  $only_filename_list = "";
2243
  $target_path_list = "";
2303
  else {
2304
  $notify_sent = wp_mail($notifyrecipients, $notifysubject, $notifymessage, $notifyheaders);
2305
  }
2306
+ //delete files if it is required by consent policy
2307
+ if ( $consent_revoked && $not_store_files ) {
2308
+ foreach ( $uploaded_file_paths as $file ) unlink($file);
2309
+ }
2310
  return ( $notify_sent ? "" : WFU_WARNING_NOTIFY_NOTSENT_UNKNOWNERROR );
2311
  }
2312
  else return $ret_data['error_message'];
2507
 
2508
  function wfu_get_US_dboption_data($id, $default = false) {
2509
  if ( $id == "" ) return false;
2510
+ return wfu_get_option("wfu_userstate_".$id, $default);
2511
  }
2512
 
2513
  function wfu_update_US_dboption_time($id) {
2514
+ $list = wfu_get_option("wfu_userstate_list", array());
2515
  $list[$id] = time();
2516
+ wfu_update_option("wfu_userstate_list", $list);
2517
  }
2518
 
2519
  function WFU_USVAR_exists_dboption($var) {
2545
  $data = wfu_get_US_dboption_data($id, array());
2546
  if ( $data === false ) return;
2547
  $data[$var] = $value;
2548
+ wfu_update_option("wfu_userstate_".$id, $data);
2549
  wfu_update_US_dboption_time($id);
2550
  wfu_update_US_dboption_list();
2551
  }
2555
  $data = wfu_get_US_dboption_data($id);
2556
  if ( $data === false ) return;
2557
  unset($data[$var]);
2558
+ wfu_update_option("wfu_userstate_".$id, $data);
2559
  wfu_update_US_dboption_time($id);
2560
  }
2561
 
2562
  function wfu_update_US_dboption_list() {
2563
+ $last_check_interval = time() - wfu_get_option("wfu_userstate_list_last_check", 0);
2564
  $limit = WFU_VAR("WFU_US_DBOPTION_CHECK");
2565
  if ( $last_check_interval < $limit ) return;
2566
 
2567
+ $list = wfu_get_option("wfu_userstate_list", array());
2568
  $changed = false;
2569
  $limit = WFU_VAR("WFU_US_DBOPTION_LIFE");
2570
  foreach ( $list as $id => $time ) {
2572
  if ( $interval > $limit ) {
2573
  $changed = true;
2574
  unset($list[$id]);
2575
+ wfu_delete_option("wfu_userstate_".$id);
2576
  }
2577
  }
2578
+ if ( $changed ) wfu_update_option("wfu_userstate_list", $list);
2579
+ wfu_update_option("wfu_userstate_list_last_check", time());
2580
  }
2581
 
2582
  //********************* Javascript Related Functions ****************************************************************************************************
2589
  return $html;
2590
  }
2591
 
2592
+ //********************* Consent Functions ****************************************************************************************************
2593
+
2594
+ function wfu_check_user_consent($user) {
2595
+ //returns empty string if user has not completed consent question yet, "1"
2596
+ //if user has given consent, "0" otherwise
2597
+ $result = "";
2598
+ if ( $user->ID > 0 ) {
2599
+ //check in user meta for consent
2600
+ $data = get_the_author_meta( 'WFU_Consent_Data', $user->ID );
2601
+ if ( $data && isset($data["consent_status"]) )
2602
+ $result = $data["consent_status"];
2603
+ }
2604
+ else {
2605
+ //check in user state for consent
2606
+ if ( WFU_USVAR_exists('WFU_Consent_Data') ) {
2607
+ $data = WFU_USVAR('WFU_Consent_Data');
2608
+ if ( isset($data["consent_status"]) )
2609
+ $result = $data["consent_status"];
2610
+ }
2611
+ }
2612
+
2613
+ return $result;
2614
+ }
2615
+
2616
+ function wfu_update_user_consent($user, $consent_result) {
2617
+ if ( $user->ID > 0 ) {
2618
+ //check in user meta for consent
2619
+ $data = get_the_author_meta( 'WFU_Consent_Data', $user->ID );
2620
+ if ( !$data ) $data = array();
2621
+ $data["consent_status"] = ( $consent_result == "yes" ? "1" : ( $consent_result == "no" ? "0" : "" ) );
2622
+ update_user_meta( $user->ID, 'WFU_Consent_Data', $data );
2623
+ }
2624
+ else {
2625
+ //check in user state for consent
2626
+ if ( WFU_USVAR_exists('WFU_Consent_Data') ) $data = WFU_USVAR('WFU_Consent_Data');
2627
+ else $data = array();
2628
+ $data["consent_status"] = ( $consent_result == "yes" ? "1" : ( $consent_result == "no" ? "0" : "" ) );
2629
+ WFU_USVAR_store( 'WFU_Consent_Data', $data );
2630
+ }
2631
+ }
2632
+
2633
+ function wfu_show_consent_profile_fields($user) {
2634
+ $plugin_options = wfu_decode_plugin_options(get_option( "wordpress_file_upload_options" ));
2635
+ if ( $plugin_options["personaldata"] != "1" ) return;
2636
+
2637
+ $data = get_the_author_meta( 'WFU_Consent_Data', $user->ID );
2638
+ if ( !$data ) $data = array();
2639
+ if ( !isset($data["consent_status"]) ) $data["consent_status"] = "";
2640
+ $status = $data["consent_status"];
2641
+
2642
+ $echo_str = "\n\t".'<h3>'.esc_html__( 'Wordpress File Upload Consent Status', 'wp-file-upload' ).'</h3>';
2643
+ $echo_str .= "\n\t".'<table class="form-table">';
2644
+ $echo_str .= "\n\t\t".'<tr>';
2645
+ $echo_str .= "\n\t\t\t".'<th><label>'.esc_html__( 'Consent Status', 'wp-file-upload' ).'</label></th>';
2646
+ $echo_str .= "\n\t\t\t".'<td>';
2647
+ $echo_str .= "\n\t\t\t\t".'<label style="font-weight: bold;">'.( $status == "1" ? esc_html__( 'You have given your consent to store personal data.', 'wp-file-upload' ) : ( $status == "0" ? esc_html__( 'You have denied to store personal data.', 'wp-file-upload' ) : esc_html__( 'You have not answered to consent yet.', 'wp-file-upload' ) ) ).'</label>';
2648
+ $echo_str .= "\n\t\t\t".'</td>';
2649
+ $echo_str .= "\n\t\t".'</tr>';
2650
+ $echo_str .= "\n\t\t".'<tr>';
2651
+ $echo_str .= "\n\t\t\t".'<th></th>';
2652
+ $echo_str .= "\n\t\t\t".'<td>';
2653
+ $echo_str .= "\n\t\t\t\t".'<label>'.esc_html__( 'Change status to', 'wp-file-upload' ).'</label>';
2654
+ $echo_str .= "\n\t\t\t\t".'<select name="consent_status">';
2655
+ $echo_str .= "\n\t\t\t\t\t".'<option value="-1" selected="selected">'.esc_html__( 'No change', 'wp-file-upload' ).'</option>';
2656
+ if ( $status == "1" ) {
2657
+ $echo_str .= "\n\t\t\t\t\t".'<option value="0">'.esc_html__( 'Revoke Consent', 'wp-file-upload' ).'</option>';
2658
+ $echo_str .= "\n\t\t\t\t\t".'<option value="">'.esc_html__( 'Clear Consent', 'wp-file-upload' ).'</option>';
2659
+ }
2660
+ elseif ( $status == "0" ) {
2661
+ $echo_str .= "\n\t\t\t\t\t".'<option value="1">'.esc_html__( 'Give Consent', 'wp-file-upload' ).'</option>';
2662
+ $echo_str .= "\n\t\t\t\t\t".'<option value="">'.esc_html__( 'Clear Consent', 'wp-file-upload' ).'</option>';
2663
+ }
2664
+ if ( $status == "" ) {
2665
+ $echo_str .= "\n\t\t\t\t\t".'<option value="0">'.esc_html__( 'Revoke Consent', 'wp-file-upload' ).'</option>';
2666
+ $echo_str .= "\n\t\t\t\t\t".'<option value="1">'.esc_html__( 'Give Consent', 'wp-file-upload' ).'</option>';
2667
+ }
2668
+ $echo_str .= "\n\t\t\t\t".'</select>';
2669
+ $echo_str .= "\n\t\t\t".'</td>';
2670
+ $echo_str .= "\n\t\t".'</tr>';
2671
+ /*
2672
+ if ( current_user_can( 'manage_options' ) ) {
2673
+ $echo_str .= "\n\t\t".'<tr>';
2674
+ $echo_str .= "\n\t\t\t".'<th><label>'.esc_html__( 'Personal Data Operations', 'wp-file-upload' ).'</label></th>';
2675
+ $echo_str .= "\n\t\t\t".'<td>';
2676
+ $echo_str .= "\n\t\t\t\t".'<input id="wfu_download_file_nonce" type="hidden" value="'.wp_create_nonce('wfu_download_file_invoker').'" />';
2677
+ $echo_str .= "\n\t\t\t\t".'<button type="button" class="button" onclick="wfu_download_file(\'exportdata\', 1);">'.esc_html__( 'Export User Data', 'wp-file-upload' ).'</button>';
2678
+ $echo_str .= "\n\t\t\t".'</td>';
2679
+ $echo_str .= "\n\t\t".'</tr>';
2680
+ }*/
2681
+ $echo_str .= "\n\t".'</table>';
2682
+
2683
+ echo $echo_str;
2684
+ }
2685
+
2686
+ function wfu_update_consent_profile_fields( $user_id ) {
2687
+ if ( ! current_user_can( 'edit_user', $user_id ) ) {
2688
+ return false;
2689
+ }
2690
+
2691
+ $status = $_POST['consent_status'];
2692
+ if ( $status == '1' || $status == '0' || $status == '' ) {
2693
+ $data = get_the_author_meta( 'WFU_Consent_Data', $user_id );
2694
+ if ( !$data ) $data = array();
2695
+ $data["consent_status"] = $status;
2696
+ update_user_meta( $user_id, 'WFU_Consent_Data', $data );
2697
+ }
2698
+ }
2699
+
2700
  //********************* Browser Functions ****************************************************************************************************
2701
 
2702
  function wfu_safe_store_browser_params($params) {
lib/wfu_pd_classes.php ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class WFU_Personal_Data_Policy {
4
+ private $name;
5
+ private $description;
6
+
7
+ private $consent_policy;
8
+ private $permissions_policy;
9
+ private $log_policy;
10
+
11
+ private $roles_included;
12
+ private $roles_excluded;
13
+ private $users_included;
14
+ private $users_excluded;
15
+
16
+ function __construct() {
17
+ $this->name = "Personal Data Policy";
18
+ $this->_initialize_consent_policy();
19
+ $this->_initialize_permissions_policy();
20
+ $this->_initialize_log_policy();
21
+ $this->roles_included = array( "all" );
22
+ $this->roles_excluded = array();
23
+ $this->users_included = array();
24
+ $this->users_excluded = array();
25
+ }
26
+
27
+ private function _initialize_consent_policy() {
28
+ $operationdefs = wfu_personal_data_operations();
29
+ $operations_indexed = array();
30
+ $operations_slug_index = array();
31
+ $operations_children_index = array();
32
+ //extract only atomic operations
33
+ foreach ( $operationdefs as $def ) {
34
+ $opID = $def["ID"];
35
+ $operations_indexed[$opID] = $def;
36
+ $operations_indexed[$opID]["ref_count"] = 0;
37
+ $operations_indexed[$opID]["children"] = array();
38
+ }
39
+ //set ref_count property to count how many times operation appears as
40
+ //parent
41
+ foreach ( $operations_indexed as $ind => $def )
42
+ if ( $def["Parent"] > 0 ) {
43
+ $operations_indexed[$def["Parent"]]["ref_count"] ++;
44
+ $ind2 = $def["Parent"];
45
+ while ( $ind2 > 0 ) {
46
+ array_push($operations_indexed[$ind2]["children"], $ind);
47
+ $ind2 = $operations_indexed[$ind2]["Parent"];
48
+ }
49
+ }
50
+ foreach ( $operations_indexed as $ind => $def ) {
51
+ $operations_children_index[$ind] = $def["children"];
52
+ //remove ref_count property, we do not need it anymore
53
+ unset($operations_indexed[$ind]["ref_count"]);
54
+ //set all operations allowed property by default allowed state
55
+ $operations_indexed[$ind]["Allowed"] = ( $operations_indexed[$ind]["DefAllowed"] == 1 );
56
+ //set all operations needsconsent property by default consent state
57
+ $operations_indexed[$ind]["NeedsConsent"] = ( $operations_indexed[$ind]["DefAllowed"] == 1 && $operations_indexed[$ind]["DefConsent"] == 1 );
58
+ //create index of slugs pointing to the operations
59
+ $slug = $operations_indexed[$ind]["Slug"];
60
+ if ( !isset($operations_slug_index[$slug]) ) $operations_slug_index[$slug] = array();
61
+ array_push($operations_slug_index[$slug], $ind);
62
+ }
63
+ //initialize consent questions; by default only one question is defined
64
+ //for all operations requiring consent
65
+ $defitem = array(
66
+ "index" => 1,
67
+ "label" => "I agree to allow the plugin to use my personal data",
68
+ "location" => "right",
69
+ "preselect" => 0,
70
+ "operations" => array()
71
+ );
72
+ foreach ( $operations_indexed as $def )
73
+ if ( $def["NeedsConsent"] ) $defitem["operations"][$def["ID"]] = 1;
74
+ $defquestion = array(
75
+ "title" => "",
76
+ "location" => "top",
77
+ "x" => 1,
78
+ "y" => 1,
79
+ "grouped" => 0,
80
+ "type" => "checkbox",
81
+ "items" => array( $defitem )
82
+ );
83
+ $defquestions = array( $defquestion );
84
+ $this->consent_policy = array(
85
+ "structure" => wfu_get_pd_operations_structure(true),
86
+ "children_index" => $operations_children_index,
87
+ "operations" => $operations_indexed,
88
+ "slugs_index" => $operations_slug_index,
89
+ "questions" => $defquestions
90
+ );
91
+ }
92
+
93
+ private function _initialize_permissions_policy() {
94
+ $permissiondefs = wfu_personal_data_permissions();
95
+ $permissions_indexed = array();
96
+ $permissions_slug_index = array();
97
+ $permissions_children_index = array();
98
+ //extract only atomic permissions
99
+ foreach ( $permissiondefs as $def ) {
100
+ $perID = $def["ID"];
101
+ $permissions_indexed[$perID] = $def;
102
+ $permissions_indexed[$perID]["children"] = array();
103
+ }
104
+ //fill children property
105
+ foreach ( $permissions_indexed as $ind => $def )
106
+ if ( $def["Parent"] > 0 ) {
107
+ $ind2 = $def["Parent"];
108
+ while ( $ind2 > 0 ) {
109
+ array_push($permissions_indexed[$ind2]["children"], $ind);
110
+ $ind2 = $permissions_indexed[$ind2]["Parent"];
111
+ }
112
+ }
113
+ foreach ( $permissions_indexed as $ind => $def ) {
114
+ $permissions_children_index[$ind] = $def["children"];
115
+ //set allowed locations of permissions to default values
116
+ $permissions_indexed[$ind]["Allowed"] = $permissions_indexed[$ind]["Default"];
117
+ //create index of slugs pointing to the permissions
118
+ $slug = $permissions_indexed[$ind]["Slug"];
119
+ if ( !isset($permissions_slug_index[$slug]) ) $permissions_slug_index[$slug] = array();
120
+ array_push($permissions_slug_index[$slug], $ind);
121
+ }
122
+ $this->permissions_policy = array(
123
+ "structure" => wfu_get_permissions_structure(true),
124
+ "children_index" => $permissions_children_index,
125
+ "permissions" => $permissions_indexed,
126
+ "slugs_index" => $permissions_slug_index
127
+ );
128
+ }
129
+
130
+ private function _initialize_log_policy() {
131
+ $logactiondefs = wfu_personal_data_logactions();
132
+ $logactions_indexed = array();
133
+ $logactions_slug_index = array();
134
+ $logactions_children_index = array();
135
+ //extract only atomic log actions
136
+ foreach ( $logactiondefs as $def ) {
137
+ $actID = $def["ID"];
138
+ $logactions_indexed[$actID] = $def;
139
+ $logactions_indexed[$actID]["ref_count"] = 0;
140
+ $logactions_indexed[$actID]["children"] = array();
141
+ }
142
+ //fill children property
143
+ foreach ( $logactions_indexed as $ind => $def )
144
+ if ( $def["Parent"] > 0 ) {
145
+ $ind2 = $def["Parent"];
146
+ while ( $ind2 > 0 ) {
147
+ array_push($logactions_indexed[$ind2]["children"], $ind);
148
+ $ind2 = $logactions_indexed[$ind2]["Parent"];
149
+ }
150
+ }
151
+ foreach ( $logactions_indexed as $ind => $def ) {
152
+ $logactions_children_index[$ind] = $def["children"];
153
+ //set allowed entities of log actions to default values
154
+ $logactions_indexed[$ind]["Allowed"] = $logactions_indexed[$ind]["Default"];
155
+ //create index of slugs pointing to the permissions
156
+ $slug = $logactions_indexed[$ind]["Slug"];
157
+ if ( !isset($logactions_slug_index[$slug]) ) $logactions_slug_index[$slug] = array();
158
+ array_push($logactions_slug_index[$slug], $ind);
159
+ }
160
+ $this->log_policy = array(
161
+ "structure" => wfu_get_logactions_structure(true),
162
+ "children_index" => $logactions_children_index,
163
+ "logactions" => $logactions_indexed,
164
+ "slugs_index" => $logactions_slug_index
165
+ );
166
+ }
167
+
168
+ public function get_name() {
169
+ return $this->name;
170
+ }
171
+
172
+ public function get_consent_policy($compact = false) {
173
+ $conpol = $this->consent_policy;
174
+ //if a compact structure is required then remove unnecessary items from
175
+ //operations array
176
+ if ( $compact ) {
177
+ foreach ( $conpol["operations"] as &$op ) {
178
+ unset($op["Description"]);
179
+ }
180
+ }
181
+ return $conpol;
182
+ }
183
+
184
+ public function get_permissions_policy($compact = false) {
185
+ $perpol = $this->permissions_policy;
186
+ //if a compact structure is required then remove unnecessary items from
187
+ //permissions array
188
+ if ( $compact ) {
189
+ foreach ( $perpol["permissions"] as &$per ) {
190
+ unset($per["Description"]);
191
+ }
192
+ }
193
+ return $perpol;
194
+ }
195
+
196
+ public function get_logactions_policy($compact = false) {
197
+ $logpol = $this->log_policy;
198
+ //if a compact structure is required then remove unnecessary items from
199
+ //log actions array
200
+ if ( $compact ) {
201
+ foreach ( $logpol["logactions"] as &$act ) {
202
+ unset($act["Description"]);
203
+ }
204
+ }
205
+ return $logpol;
206
+ }
207
+
208
+ public function get_assigned_users() {
209
+ $users = array();
210
+ $users["roles_included"] = $this->roles_included;
211
+ $users["roles_excluded"] = $this->roles_excluded;
212
+ $users["users_included"] = $this->users_included;
213
+ $users["users_excluded"] = $this->users_excluded;
214
+ return $users;
215
+ }
216
+
217
+ }
218
+
219
+ ?>
lib/wfu_pd_definitions.php ADDED
@@ -0,0 +1,665 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function wfu_personal_data_types() {
4
+ $types = array(
5
+ array( "ID" => 1,
6
+ "Name" => "File",
7
+ "Slug" => "file",
8
+ "Description" => "This type refers to uploaded files, which may be considered as personal data.",
9
+ "Generic" => 0,
10
+ "Default" => 0,
11
+ "Data" => ""
12
+ ), array( "ID" => 2,
13
+ "Name" => "File Data",
14
+ "Slug" => "filedata",
15
+ "Description" => "This type refers to data captured by the plugin during file upload: upload time, page ID, blog ID and shortcode ID. Though not related to the user, they may be considered as personal data.",
16
+ "Generic" => 1,
17
+ "Default" => 0,
18
+ "Data" => ""
19
+ ), array( "ID" => 3,
20
+ "Name" => "User Profile Data",
21
+ "Slug" => "profiledata",
22
+ "Description" => "This type refers to user data (user ID, user name, user email etc.) that the plugin reads from user's profile. By default they are considered as personal data.",
23
+ "Generic" => 1,
24
+ "Default" => 1,
25
+ "Data" => ""
26
+ ), array( "ID" => 4,
27
+ "Name" => "User Provided Data",
28
+ "Slug" => "provideddata",
29
+ "Description" => "This type refers to data provided by the user during file upload through the additional fields that may be added to the upload form. They may be considered as personal data.",
30
+ "Generic" => 0,
31
+ "Default" => 1,
32
+ "Data" => ""
33
+ )
34
+ );
35
+
36
+ return apply_filters("_wfu_personal_data_types", $types);
37
+ }
38
+
39
+ function wfu_personal_data_operations() {
40
+ $operations = array(
41
+ array( "ID" => 1,
42
+ "Name" => "All",
43
+ "Slug" => "all",
44
+ "Description" => "The top-most level grouped operation covering all other operations.",
45
+ "Order" => 1,
46
+ "Parent" => 0,
47
+ "Datatypes" => array(),
48
+ "Condition" => "",
49
+ "DefAllowed" => 0,
50
+ "DefConsent" => 0,
51
+ "Data" => ""
52
+ ), array( "ID" => 2,
53
+ "Name" => "Store",
54
+ "Slug" => "store",
55
+ "Description" => "2nd level grouped operation covering all store operations.",
56
+ "Order" => 1,
57
+ "Parent" => 1,
58
+ "Datatypes" => array(),
59
+ "Condition" => "",
60
+ "DefAllowed" => 0,
61
+ "DefConsent" => 0,
62
+ "Data" => ""
63
+ ), array( "ID" => 3,
64
+ "Name" => "Locally",
65
+ "Slug" => "store_local",
66
+ "Description" => "3rd level grouped operation covering all local storage operations.",
67
+ "Order" => 1,
68
+ "Parent" => 2,
69
+ "Datatypes" => array(),
70
+ "Condition" => "",
71
+ "DefAllowed" => 0,
72
+ "DefConsent" => 0,
73
+ "Data" => ""
74
+ ), array( "ID" => 4,
75
+ "Name" => "in File System",
76
+ "Slug" => "store_fs",
77
+ "Description" => "4th level atomic operation for storage in the file system.",
78
+ "Order" => 1,
79
+ "Parent" => 3,
80
+ "Datatypes" => array(1),
81
+ "Condition" => "",
82
+ "DefAllowed" => 1,
83
+ "DefConsent" => 1,
84
+ "Data" => ""
85
+ ), array( "ID" => 5,
86
+ "Name" => "in Database",
87
+ "Slug" => "store_db",
88
+ "Description" => "4th level atomic operation for storage in the database.",
89
+ "Order" => 2,
90
+ "Parent" => 3,
91
+ "Datatypes" => array(2, 3, 4),
92
+ "Condition" => "",
93
+ "DefAllowed" => 1,
94
+ "DefConsent" => 1,
95
+ "Data" => ""
96
+ ), array( "ID" => 6,
97
+ "Name" => "in Session",
98
+ "Slug" => "store_session",
99
+ "Description" => "4th level atomic operation for storage in session/cookies.",
100
+ "Order" => 3,
101
+ "Parent" => 3,
102
+ "Datatypes" => array(2, 3, 4),
103
+ "Condition" => "",
104
+ "DefAllowed" => 1,
105
+ "DefConsent" => 1,
106
+ "Data" => ""
107
+ ), array( "ID" => 7,
108
+ "Name" => "Externally",
109
+ "Slug" => "store_external",
110
+ "Description" => "3rd level grouped operation covering all external storage operations.",
111
+ "Order" => 2,
112
+ "Parent" => 2,
113
+ "Datatypes" => array(),
114
+ "Condition" => "",
115
+ "DefAllowed" => 0,
116
+ "DefConsent" => 0,
117
+ "Data" => ""
118
+ ), array( "ID" => 8,
119
+ "Name" => "in FTP",
120
+ "Slug" => "store_ftp",
121
+ "Description" => "4th level atomic operation for storage in an external FTP server.",
122
+ "Order" => 1,
123
+ "Parent" => 7,
124
+ "Datatypes" => array(1),
125
+ "Condition" => "",
126
+ "DefAllowed" => 1,
127
+ "DefConsent" => 1,
128
+ "Data" => ""
129
+ ), array( "ID" => 9,
130
+ "Name" => "in Dropbox",
131
+ "Slug" => "store_dropbox",
132
+ "Description" => "4th level atomic operation for storage in a Dropbox account.",
133
+ "Order" => 2,
134
+ "Parent" => 7,
135
+ "Datatypes" => array(1),
136
+ "Condition" => "",
137
+ "DefAllowed" => 1,
138
+ "DefConsent" => 1,
139
+ "Data" => ""
140
+ ), array( "ID" => 10,
141
+ "Name" => "Use",
142
+ "Slug" => "use",
143
+ "Description" => "2nd level grouped operation covering all use operations.",
144
+ "Order" => 2,
145
+ "Parent" => 1,
146
+ "Datatypes" => array(),
147
+ "Condition" => "",
148
+ "DefAllowed" => 0,
149
+ "DefConsent" => 0,
150
+ "Data" => ""
151
+ ), array( "ID" => 11,
152
+ "Name" => "in Back-end",
153
+ "Slug" => "use_backend",
154
+ "Description" => "3rd level grouped operation covering all use operations executed in back-end (Dashboard) by admins.",
155
+ "Order" => 1,
156
+ "Parent" => 10,
157
+ "Datatypes" => array(),
158
+ "Condition" => "",
159
+ "DefAllowed" => 0,
160
+ "DefConsent" => 0,
161
+ "Data" => ""
162
+ ), array( "ID" => 12,
163
+ "Name" => "List",
164
+ "Slug" => "list_backend",
165
+ "Description" => "4th level atomic operation for listing / showing data in back-end (Dashboard) by admins.",
166
+ "Order" => 1,
167
+ "Parent" => 11,
168
+ "Datatypes" => array(1, 2, 3, 4),
169
+ "Condition" => "2",
170
+ "DefAllowed" => 1,
171
+ "DefConsent" => 1,
172
+ "Data" => ""
173
+ ), array( "ID" => 13,
174
+ "Name" => "Modify",
175
+ "Slug" => "modify_backend",
176
+ "Description" => "4th level atomic operation for renaming / modifying data in back-end (Dashboard) by admins.",
177
+ "Order" => 2,
178
+ "Parent" => 11,
179
+ "Datatypes" => array(1, 4),
180
+ "Condition" => "2",
181
+ "DefAllowed" => 1,
182
+ "DefConsent" => 1,
183
+ "Data" => ""
184
+ ), array( "ID" => 14,
185
+ "Name" => "Download",
186
+ "Slug" => "download_backend",
187
+ "Description" => "4th level atomic operation for downloading / exporting data in back-end (Dashboard) by admins.",
188
+ "Order" => 3,
189
+ "Parent" => 11,
190
+ "Datatypes" => array(1, 2, 3, 4),
191
+ "Condition" => "2",
192
+ "DefAllowed" => 1,
193
+ "DefConsent" => 1,
194
+ "Data" => ""
195
+ ), array( "ID" => 15,
196
+ "Name" => "Delete",
197
+ "Slug" => "delete_backend",
198
+ "Description" => "4th level atomic operation for deleting data in back-end (Dashboard) by admins.",
199
+ "Order" => 4,
200
+ "Parent" => 11,
201
+ "Datatypes" => array(1),
202
+ "Condition" => "2",
203
+ "DefAllowed" => 1,
204
+ "DefConsent" => 1,
205
+ "Data" => ""
206
+ ), array( "ID" => 16,
207
+ "Name" => "in Hooks",
208
+ "Slug" => "use_hooks",
209
+ "Description" => "4th level atomic operation for using data in hooks.",
210
+ "Order" => 5,
211
+ "Parent" => 11,
212
+ "Datatypes" => array(1, 2, 3, 4),
213
+ "Condition" => "2",
214
+ "DefAllowed" => 1,
215
+ "DefConsent" => 1,
216
+ "Data" => ""
217
+ ), array( "ID" => 17,
218
+ "Name" => "in Hooks",
219
+ "Slug" => "use_hooks",
220
+ "Description" => "4th level atomic operation for using data in hooks.",
221
+ "Order" => 5,
222
+ "Parent" => 11,
223
+ "Datatypes" => array(3),
224
+ "Condition" => "!2",
225
+ "DefAllowed" => 1,
226
+ "DefConsent" => 1,
227
+ "Data" => ""
228
+ ), array( "ID" => 18,
229
+ "Name" => "in Front-end",
230
+ "Slug" => "use_frontend",
231
+ "Description" => "3rd level grouped operation covering all use operations executed in front-end (posts, pages) by users.",
232
+ "Order" => 2,
233
+ "Parent" => 10,
234
+ "Datatypes" => array(),
235
+ "Condition" => "",
236
+ "DefAllowed" => 0,
237
+ "DefConsent" => 0,
238
+ "Data" => ""
239
+ ), array( "ID" => 19,
240
+ "Name" => "List",
241
+ "Slug" => "list_frontend",
242
+ "Description" => "4th level atomic operation for listing / showing data in front-end (posts, pages) by users.",
243
+ "Order" => 1,
244
+ "Parent" => 18,
245
+ "Datatypes" => array(1, 2, 3, 4),
246
+ "Condition" => "2",
247
+ "DefAllowed" => 1,
248
+ "DefConsent" => 1,
249
+ "Data" => ""
250
+ ), array( "ID" => 20,
251
+ "Name" => "Preview",
252
+ "Slug" => "preview_frontend",
253
+ "Description" => "4th level atomic operation for previewing files / data (show thumbnails) in front-end (posts, pages) by users.",
254
+ "Order" => 2,
255
+ "Parent" => 18,
256
+ "Datatypes" => array(1),
257
+ "Condition" => "2",
258
+ "DefAllowed" => 1,
259
+ "DefConsent" => 1,
260
+ "Data" => ""
261
+ ), array( "ID" => 21,
262
+ "Name" => "Open",
263
+ "Slug" => "open_frontend",
264
+ "Description" => "4th level atomic operation for opening files / data (opening their links) in front-end (posts, pages) by users.",
265
+ "Order" => 3,
266
+ "Parent" => 18,
267
+ "Datatypes" => array(1),
268
+ "Condition" => "2",
269
+ "DefAllowed" => 1,
270
+ "DefConsent" => 1,
271
+ "Data" => ""
272
+ ), array( "ID" => 22,
273
+ "Name" => "Download",
274
+ "Slug" => "download_frontend",
275
+ "Description" => "4th level atomic operation for downloading files / data in front-end (posts, pages) by users.",
276
+ "Order" => 4,
277
+ "Parent" => 18,
278
+ "Datatypes" => array(1),
279
+ "Condition" => "2",
280
+ "DefAllowed" => 1,
281
+ "DefConsent" => 1,
282
+ "Data" => ""
283
+ ), array( "ID" => 23,
284
+ "Name" => "Delete",
285
+ "Slug" => "delete_frontend",
286
+ "Description" => "4th level atomic operation for deleting data in front-end (posts, pages) by users.",
287
+ "Order" => 5,
288
+ "Parent" => 18,
289
+ "Datatypes" => array(1),
290
+ "Condition" => "2",
291
+ "DefAllowed" => 1,
292
+ "DefConsent" => 1,
293
+ "Data" => ""
294
+ ), array( "ID" => 24,
295
+ "Name" => "in Notification Email",
296
+ "Slug" => "use_email",
297
+ "Description" => "3rd level atomic operation for including data in the notification email sent when a file is uploaded.",
298
+ "Order" => 3,
299
+ "Parent" => 10,
300
+ "Datatypes" => array(1, 2, 3, 4),
301
+ "Condition" => "2",
302
+ "DefAllowed" => 1,
303
+ "DefConsent" => 1,
304
+ "Data" => ""
305
+ ), array( "ID" => 25,
306
+ "Name" => "in Notification Email",
307
+ "Slug" => "use_email",
308
+ "Description" => "3rd level atomic operation for including data in the notification email sent when a file is uploaded.",
309
+ "Order" => 3,
310
+ "Parent" => 10,
311
+ "Datatypes" => array(3),
312
+ "Condition" => "!2",
313
+ "DefAllowed" => 1,
314
+ "DefConsent" => 1,
315
+ "Data" => ""
316
+ )
317
+ );
318
+
319
+ return apply_filters("_wfu_personal_data_operations", $operations);
320
+ }
321
+
322
+ function wfu_personal_data_locations() {
323
+ $locations = array(
324
+ array( "ID" => 1,
325
+ "Name" => "Plugin Area",
326
+ "Slug" => "plugin_area",
327
+ "Description" => "This location refers to a separate section of the plugin in Dashboard.",
328
+ "Data" => ""
329
+ ), array( "ID" => 2,
330
+ "Name" => "User Profile",
331
+ "Slug" => "user_profile",
332
+ "Description" => "This location refers to the user profile section in Dashboard.",
333
+ "Data" => ""
334
+ ), array( "ID" => 3,
335
+ "Name" => "Request to Admin",
336
+ "Slug" => "admin_request",
337
+ "Description" => "This location refers to a request from a user to the admin, through email, form or another location, for executing actions on personal data.",
338
+ "Data" => ""
339
+ ), array( "ID" => 4,
340
+ "Name" => "Code",
341
+ "Slug" => "code",
342
+ "Description" => "This location refers to executing actions on personal data programmatically.",
343
+ "Data" => ""
344
+ )
345
+ );
346
+
347
+ return apply_filters("_wfu_personal_data_locations", $locations);
348
+ }
349
+
350
+
351
+ function wfu_personal_data_permissions() {
352
+ $permissions = array(
353
+ array( "ID" => 1,
354
+ "Name" => "User",
355
+ "Slug" => "user",
356
+ "Description" => "This is a grouped permission referring to all permissions of users.",
357
+ "Order" => 1,
358
+ "Parent" => 0,
359
+ "Locations" => array(),
360
+ "Default" => array(),
361
+ "Data" => ""
362
+ ), array( "ID" => 2,
363
+ "Name" => "Consent",
364
+ "Slug" => "user_consent",
365
+ "Description" => "This is a grouped permission referring to all consent operations (grant, review, revoke) of users.",
366
+ "Order" => 1,
367
+ "Parent" => 1,
368
+ "Locations" => array(),
369
+ "Default" => array(),
370
+ "Data" => ""
371
+ ), array( "ID" => 3,
372
+ "Name" => "Review",
373
+ "Slug" => "user_review_consent",
374
+ "Description" => "This is an atomic permission for users to review consent.",
375
+ "Order" => 1,
376
+ "Locations" => array(1, 2, 3),
377
+ "Default" => array(1),
378
+ "Parent" => 2,
379
+ "Data" => ""
380
+ ), array( "ID" => 4,
381
+ "Name" => "Revoke",
382
+ "Slug" => "user_revoke_consent",
383
+ "Description" => "This is an atomic permission for users to revoke consent.",
384
+ "Order" => 2,
385
+ "Locations" => array(1, 2, 3),
386
+ "Default" => array(1),
387
+ "Parent" => 2,
388
+ "Data" => ""
389
+ ), array( "ID" => 5,
390
+ "Name" => "Grant",
391
+ "Slug" => "user_grant_consent",
392
+ "Description" => "This is an atomic permission for users to grant consent.",
393
+ "Order" => 3,
394
+ "Locations" => array(3),
395
+ "Default" => array(3),
396
+ "Parent" => 2,
397
+ "Data" => ""
398
+ ), array( "ID" => 6,
399
+ "Name" => "Personal Data",
400
+ "Slug" => "user_personaldata",
401
+ "Description" => "This is a grouped permission referring to all personal data operations (preview, get, delete) of users.",
402
+ "Order" => 2,
403
+ "Locations" => array(),
404
+ "Default" => array(),
405
+ "Parent" => 1,
406
+ "Data" => ""
407
+ ), array( "ID" => 7,
408
+ "Name" => "Preview",
409
+ "Slug" => "user_preview_personaldata",
410
+ "Description" => "This is an atomic permission for users to preview personal data.",
411
+ "Order" => 1,
412
+ "Locations" => array(1, 2, 3),
413
+ "Default" => array(1),
414
+ "Parent" => 6,
415
+ "Data" => ""
416
+ ), array( "ID" => 8,
417
+ "Name" => "Get",
418
+ "Slug" => "user_get_personaldata",
419
+ "Description" => "This is an atomic permission for users to get / export personal data.",
420
+ "Order" => 2,
421
+ "Locations" => array(1, 2, 3),
422
+ "Default" => array(1),
423
+ "Parent" => 6,
424
+ "Data" => ""
425
+ ), array( "ID" => 9,
426
+ "Name" => "Delete",
427
+ "Slug" => "user_delete_personaldata",
428
+ "Description" => "This is an atomic permission for users to delete personal data.",
429
+ "Order" => 3,
430
+ "Locations" => array(1, 2, 3),
431
+ "Default" => array(3),
432
+ "Parent" => 6,
433
+ "Data" => ""
434
+ ), array( "ID" => 10,
435
+ "Name" => "API",
436
+ "Slug" => "api",
437
+ "Description" => "This is a grouped permission referring to all API permissions.",
438
+ "Order" => 2,
439
+ "Parent" => 0,
440
+ "Locations" => array(),
441
+ "Default" => array(),
442
+ "Data" => ""
443
+ ), array( "ID" => 11,
444
+ "Name" => "Consent",
445
+ "Slug" => "api_consent",
446
+ "Description" => "This is a grouped permission referring to all consent operations (grant, review, revoke) of API.",
447
+ "Order" => 1,
448
+ "Parent" => 10,
449
+ "Locations" => array(),
450
+ "Default" => array(),
451
+ "Data" => ""
452
+ ), array( "ID" => 12,
453
+ "Name" => "Review",
454
+ "Slug" => "api_review_consent",
455
+ "Description" => "This is an atomic permission for API to review consent.",
456
+ "Order" => 1,
457
+ "Locations" => array(4),
458
+ "Default" => array(4),
459
+ "Parent" => 11,
460
+ "Data" => ""
461
+ ), array( "ID" => 13,
462
+ "Name" => "Revoke",
463
+ "Slug" => "api_revoke_consent",
464
+ "Description" => "This is an atomic permission for API to revoke consent.",
465
+ "Order" => 2,
466
+ "Locations" => array(4),
467
+ "Default" => array(4),
468
+ "Parent" => 11,
469
+ "Data" => ""
470
+ ), array( "ID" => 14,
471
+ "Name" => "Grant",
472
+ "Slug" => "api_grant_consent",
473
+ "Description" => "This is an atomic permission for API to grant consent.",
474
+ "Order" => 3,
475
+ "Locations" => array(4),
476
+ "Default" => array(4),
477
+ "Parent" => 11,
478
+ "Data" => ""
479
+ ), array( "ID" => 15,
480
+ "Name" => "Personal Data",
481
+ "Slug" => "api_personaldata",
482
+ "Description" => "This is a grouped permission referring to all personal data operations (preview, get, delete) of API.",
483
+ "Order" => 2,
484
+ "Locations" => array(),
485
+ "Default" => array(),
486
+ "Parent" => 10,
487
+ "Data" => ""
488
+ ), array( "ID" => 16,
489
+ "Name" => "Preview",
490
+ "Slug" => "api_preview_personaldata",
491
+ "Description" => "This is an atomic permission for API to preview personal data.",
492
+ "Order" => 1,
493
+ "Locations" => array(4),
494
+ "Default" => array(4),
495
+ "Parent" => 15,
496
+ "Data" => ""
497
+ ), array( "ID" => 17,
498
+ "Name" => "Get",
499
+ "Slug" => "api_get_personaldata",
500
+ "Description" => "This is an atomic permission for API to get / export personal data.",
501
+ "Order" => 2,
502
+ "Locations" => array(4),
503
+ "Default" => array(4),
504
+ "Parent" => 15,
505
+ "Data" => ""
506
+ ), array( "ID" => 18,
507
+ "Name" => "Delete",
508
+ "Slug" => "api_delete_personaldata",
509
+ "Description" => "This is an atomic permission for API to delete personal data.",
510
+ "Order" => 3,
511
+ "Locations" => array(4),
512
+ "Default" => array(4),
513
+ "Parent" => 15,
514
+ "Data" => ""
515
+ )
516
+ );
517
+
518
+ return apply_filters("_wfu_personal_data_permissions", $permissions);
519
+ }
520
+
521
+ function wfu_personal_data_entities() {
522
+ $entities = array(
523
+ array( "ID" => 1,
524
+ "Name" => "Admin",
525
+ "Slug" => "admin",
526
+ "Description" => "This entity refers to administrators.",
527
+ "Data" => ""
528
+ ), array( "ID" => 2,
529
+ "Name" => "User",
530
+ "Slug" => "user",
531
+ "Description" => "This entity refers to logged users.",
532
+ "Data" => ""
533
+ ), array( "ID" => 3,
534
+ "Name" => "Guest",
535
+ "Slug" => "guest",
536
+ "Description" => "This entity refers to non-logged users (guests).",
537
+ "Data" => ""
538
+ ), array( "ID" => 4,
539
+ "Name" => "API",
540
+ "Slug" => "api",
541
+ "Description" => "This entity refers to API executing actions on personal data.",
542
+ "Data" => ""
543
+ )
544
+ );
545
+
546
+ return apply_filters("_wfu_personal_data_entities", $entities);
547
+ }
548
+
549
+ function wfu_personal_data_logactions() {
550
+ $logactions = array(
551
+ array( "ID" => 1,
552
+ "Name" => "All Log Actions",
553
+ "Slug" => "all_logactions",
554
+ "Description" => "This is a grouped log action referring to all log actions.",
555
+ "Order" => 1,
556
+ "Parent" => 0,
557
+ "Entities" => array(),
558
+ "Default" => array(),
559
+ "Data" => ""
560
+ ), array( "ID" => 2,
561
+ "Name" => "Personal Data Policy",
562
+ "Slug" => "policy_logactions",
563
+ "Description" => "This is a grouped log action referring to all actions on personal data policies.",
564
+ "Order" => 1,
565
+ "Parent" => 1,
566
+ "Entities" => array(),
567
+ "Default" => array(),
568
+ "Data" => ""
569
+ ), array( "ID" => 3,
570
+ "Name" => "Create",
571
+ "Slug" => "create_policy",
572
+ "Description" => "This is an atomic log action when a new personal data policy is created.",
573
+ "Order" => 1,
574
+ "Parent" => 2,
575
+ "Entities" => array(1),
576
+ "Default" => array(1),
577
+ "Data" => ""
578
+ ), array( "ID" => 4,
579
+ "Name" => "Modify",
580
+ "Slug" => "modify_policy",
581
+ "Description" => "This is an atomic log action when a new personal data policy is modified.",
582
+ "Order" => 2,
583
+ "Parent" => 2,
584
+ "Entities" => array(1),
585
+ "Default" => array(1),
586
+ "Data" => ""
587
+ ), array( "ID" => 5,
588
+ "Name" => "Delete",
589
+ "Slug" => "delete_policy",
590
+ "Description" => "This is an atomic log action when a new personal data policy is deleted.",
591
+ "Order" => 3,
592
+ "Parent" => 2,
593
+ "Entities" => array(1),
594
+ "Default" => array(1),
595
+ "Data" => ""
596
+ ), array( "ID" => 6,
597
+ "Name" => "Consent",
598
+ "Slug" => "consent_logactions",
599
+ "Description" => "This is a grouped log action referring to all actions on consents.",
600
+ "Order" => 2,
601
+ "Parent" => 1,
602
+ "Entities" => array(),
603
+ "Default" => array(),
604
+ "Data" => ""
605
+ ), array( "ID" => 7,
606
+ "Name" => "Grant",
607
+ "Slug" => "grant_consent",
608
+ "Description" => "This is an atomic log action when a consent is granted.",
609
+ "Order" => 1,
610
+ "Parent" => 6,
611
+ "Entities" => array(1, 2, 4),
612
+ "Default" => array(1, 2, 4),
613
+ "Data" => ""
614
+ ), array( "ID" => 8,
615
+ "Name" => "Revoke",
616
+ "Slug" => "revoke_consent",
617
+ "Description" => "This is an atomic log action when a consent is revoked.",
618
+ "Order" => 2,
619
+ "Parent" => 6,
620
+ "Entities" => array(1, 2, 4),
621
+ "Default" => array(1, 2, 4),
622
+ "Data" => ""
623
+ ), array( "ID" => 9,
624
+ "Name" => "Personal Data",
625
+ "Slug" => "personaldata_logactions",
626
+ "Description" => "This is a grouped log action referring to all actions on personal data.",
627
+ "Order" => 3,
628
+ "Parent" => 1,
629
+ "Entities" => array(),
630
+ "Default" => array(),
631
+ "Data" => ""
632
+ ), array( "ID" => 10,
633
+ "Name" => "Download",
634
+ "Slug" => "download_personaldata",
635
+ "Description" => "This is an atomic log action when personal data are downloaded.",
636
+ "Order" => 1,
637
+ "Parent" => 9,
638
+ "Entities" => array(1, 2, 4),
639
+ "Default" => array(1, 2, 4),
640
+ "Data" => ""
641
+ ), array( "ID" => 11,
642
+ "Name" => "Delete",
643
+ "Slug" => "delete_personaldata",
644
+ "Description" => "This is an atomic log action when personal data are deleted.",
645
+ "Order" => 2,
646
+ "Parent" => 9,
647
+ "Entities" => array(1, 2, 4),
648
+ "Default" => array(1, 2, 4),
649
+ "Data" => ""
650
+ ), array( "ID" => 12,
651
+ "Name" => "Custom Actions",
652
+ "Slug" => "custom_logactions",
653
+ "Description" => "This refers to custom log actions entered manually in the log.",
654
+ "Order" => 4,
655
+ "Parent" => 1,
656
+ "Entities" => array(1),
657
+ "Default" => array(1),
658
+ "Data" => ""
659
+ )
660
+ );
661
+
662
+ return apply_filters("_wfu_personal_data_logactions", $logactions);
663
+ }
664
+
665
+ ?>
lib/wfu_personaldata.php ADDED
@@ -0,0 +1,626 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function wfu_load_pd_policies() {
4
+
5
+ }
6
+
7
+ function wfu_manage_personaldata_policies($error_message = "") {
8
+ if ( !current_user_can( 'manage_options' ) ) return;
9
+ $siteurl = site_url();
10
+
11
+ $echo_str = "";
12
+ $echo_str .= "\n".'<div class="wrap">';
13
+ $echo_str .= "\n\t".'<h2>Wordpress File Upload Control Panel</h2>';
14
+ if ( $error_message != "" ) {
15
+ $echo_str .= "\n\t".'<div class="error">';
16
+ $echo_str .= "\n\t\t".'<p>'.$error_message.'</p>';
17
+ $echo_str .= "\n\t".'</div>';
18
+ }
19
+ $echo_str .= "\n\t".'<div style="margin-top:20px;">';
20
+ $nonce = wp_nonce_field('wfu_edit_policy', '_wpnonce', false, false);
21
+ $nonce_ref = wp_referer_field(false);
22
+ $echo_str .= "\n\t".$nonce;
23
+ $echo_str .= "\n\t".$nonce_ref;
24
+ $echo_str .= wfu_generate_dashboard_menu("\n\t\t", "Personal Data");
25
+ //select user
26
+ $echo_str .= "\n\t".'<div style="margin-top:20px;">';
27
+ $echo_str .= "\n\t\t".'<h3 style="margin-bottom: 10px;">Select User</h3>';
28
+ $echo_str .= "\n\t\t".'<table class="form-table">';
29
+ $echo_str .= "\n\t\t\t".'<tbody>';
30
+ $echo_str .= "\n\t\t\t\t".'<tr>';
31
+ $echo_str .= "\n\t\t\t\t\t".'<th scope="row">';
32
+ $echo_str .= "\n\t\t\t\t\t\t".'<label>Type user in text box</label><br />';
33
+ $echo_str .= "\n\t\t\t\t\t\t".'<input type="text" id="wfu_pd_user_box0" class="wfu_pd_user_box0" value="" /><br />';
34
+ $echo_str .= "\n\t\t\t\t\t\t".'<select id="wfu_pd_user_select0" class="wfu_pd_user_select0" size="10"></select>';
35
+ $echo_str .= "\n\t\t\t\t\t".'</th>';
36
+ $echo_str .= "\n\t\t\t\t\t".'<td>';
37
+ $echo_str .= "\n\t\t\t\t\t\t".'<label>Select a user to perform operations (export or delete) on his/her personal data. Type an asterisk (*) in the text box to display all users.</label>';
38
+ $echo_str .= "\n\t\t\t\t\t".'</td>';
39
+ $echo_str .= "\n\t\t\t\t".'</tr>';
40
+ $echo_str .= "\n\t\t\t".'</tbody>';
41
+ $echo_str .= "\n\t\t".'</table>';
42
+ $echo_str .= "\n\t".'</div>';
43
+ //export actions
44
+ $echo_str .= "\n\t".'<div style="margin-top:20px;">';
45
+ $echo_str .= "\n\t\t".'<h3 style="margin-bottom: 10px;">Export Operations</h3>';
46
+ $echo_str .= "\n\t\t".'<table class="form-table">';
47
+ $echo_str .= "\n\t\t\t".'<tbody>';
48
+ $echo_str .= "\n\t\t\t\t".'<tr>';
49
+ $echo_str .= "\n\t\t\t\t\t".'<th scope="row">';
50
+ $echo_str .= "\n\t\t\t\t\t\t".'<a href="javascript:wfu_export_user_data();" class="button" title="Export File Data of User">Export File Data of User</a>';
51
+ $echo_str .= "\n\t\t\t\t\t\t".'<input id="wfu_download_file_nonce" type="hidden" value="'.wp_create_nonce('wfu_download_file_invoker').'" />';
52
+ $echo_str .= "\n\t\t\t\t\t".'</th>';
53
+ $echo_str .= "\n\t\t\t\t\t".'<td>';
54
+ $echo_str .= "\n\t\t\t\t\t\t".'<label>Export uploaded valid file data, together with any userdata fields, to a comma-separated text file.</label>';
55
+ $echo_str .= "\n\t\t\t\t\t\t".'<div id="wfu_file_download_container_1" style="display: none;"></div>';
56
+ $echo_str .= "\n\t\t\t\t\t".'</td>';
57
+ $echo_str .= "\n\t\t\t\t".'</tr>';
58
+ $echo_str .= "\n\t\t\t".'</tbody>';
59
+ $echo_str .= "\n\t\t".'</table>';
60
+ $handler = 'function() { wfu_initialize_consent_policy_basic(); }';
61
+ $echo_str .= "\n\t".'<script type="text/javascript">if(window.addEventListener) { window.addEventListener("load", '.$handler.', false); } else if(window.attachEvent) { window.attachEvent("onload", '.$handler.'); } else { window["onload"] = '.$handler.'; }</script>';
62
+ $echo_str .= "\n\t".'</div>';
63
+ //delete actions
64
+ $echo_str .= "\n\t".'<div style="margin-top:20px;">';
65
+ $echo_str .= "\n\t\t".'<h3 style="margin-bottom: 10px;">Erase Operations</h3>';
66
+ $echo_str .= "\n\t\t".'<table class="form-table">';
67
+ $echo_str .= "\n\t\t\t".'<tbody>';
68
+ $echo_str .= "\n\t\t\t\t".'<tr>';
69
+ $echo_str .= "\n\t\t\t\t\t".'<th scope="row">';
70
+ $echo_str .= "\n\t\t\t\t\t\t".'<a id="wfu_erase_userdata0" href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=erase_userdata_ask" class="button" title="Erase All User Data" onclick="if (!wfu_erase_user_data_check()) return false;">Erase All User Data</a>';
71
+ $echo_str .= "\n\t\t\t\t\t".'</th>';
72
+ $echo_str .= "\n\t\t\t\t\t".'<td>';
73
+ $echo_str .= "\n\t\t\t\t\t\t".'<label>Erase all data of user kept in database.</label>';
74
+ $echo_str .= "\n\t\t\t\t\t".'</td>';
75
+ $echo_str .= "\n\t\t\t\t".'</tr>';
76
+ $echo_str .= "\n\t\t\t".'</tbody>';
77
+ $echo_str .= "\n\t\t".'</table>';
78
+ $handler = 'function() { wfu_initialize_consent_policy_basic(); }';
79
+ $echo_str .= "\n\t".'<script type="text/javascript">if(window.addEventListener) { window.addEventListener("load", '.$handler.', false); } else if(window.attachEvent) { window.attachEvent("onload", '.$handler.'); } else { window["onload"] = '.$handler.'; }</script>';
80
+ $echo_str .= "\n\t".'</div>';
81
+
82
+ return $echo_str;
83
+
84
+ $echo_str .= "\n\t\t".'<form enctype="multipart/form-data" name="personaldata" id="personaldata" method="post" action="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=manage_pd_policies" class="validate">';
85
+ $nonce = wp_nonce_field('wfu_manage_pd_policies', '_wpnonce', false, false);
86
+ $nonce_ref = wp_referer_field(false);
87
+ $echo_str .= "\n\t\t\t".$nonce;
88
+ $echo_str .= "\n\t\t\t".$nonce_ref;
89
+ $echo_str .= "\n\t\t\t".'<input type="hidden" name="action" value="manage_pd_policies" />';
90
+ $echo_str .= "\n\t\t\t".'<div class="tablenav top">';
91
+ $echo_str .= "\n\t\t\t\t".'<div class="alignleft actions bulkactions">';
92
+ $echo_str .= "\n\t\t\t\t\t".'<select name="bulkaction" id="bulk-action-selector-top">';
93
+ $echo_str .= "\n\t\t\t\t\t\t".'<option value="-1" selected="selected">Bulk Actions</option>';
94
+ $echo_str .= "\n\t\t\t\t\t\t".'<option value="delete">Delete</option>';
95
+ $echo_str .= "\n\t\t\t\t\t\t".'<option value="activate">Activate</option>';
96
+ $echo_str .= "\n\t\t\t\t\t\t".'<option value="deactivate">Deactivate</option>';
97
+ $echo_str .= "\n\t\t\t\t\t".'</select>';
98
+ $echo_str .= "\n\t\t\t\t\t".'<input type="submit" id="doaction" name="doaction" class="button action" value="Apply" />';
99
+ $echo_str .= "\n\t\t\t\t".'</div>';
100
+ $echo_str .= "\n\t\t\t\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=add_policy" class="button" title="add new personal data policy" style="float:right;">Add New Personal Data Policy</a>';
101
+ $echo_str .= "\n\t\t\t".'</div>';
102
+ $echo_str .= "\n\t\t\t".'<table class="wp-list-table widefat fixed striped">';
103
+ $echo_str .= "\n\t\t\t\t".'<thead>';
104
+ $echo_str .= "\n\t\t\t\t\t".'<tr>';
105
+ $echo_str .= "\n\t\t\t\t\t\t".'<td scope="col" width="5%" style="width:5%;">';
106
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<input id="cb-select-all" type="checkbox" onchange="var actions=document.getElementsByName(\'hook[]\'); for (var i=0; i<actions.length; i++) {actions[i].checked=this.checked;}" />';
107
+ $echo_str .= "\n\t\t\t\t\t\t".'</td>';
108
+ $echo_str .= "\n\t\t\t\t\t\t".'<th scope="col" width="30%" style="width:30%;">';
109
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<label>Title</label>';
110
+ $echo_str .= "\n\t\t\t\t\t\t".'</th>';
111
+ $echo_str .= "\n\t\t\t\t\t\t".'<th scope="col" width="50%" style="width:50%;">';
112
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<label>Description</label>';
113
+ $echo_str .= "\n\t\t\t\t\t\t".'</th>';
114
+ $echo_str .= "\n\t\t\t\t\t\t".'<th scope="col" width="15%" style="width:15%; text-align:center;">';
115
+ $echo_str .= "\n\t\t\t\t\t\t\t".'<label>Status</label>';
116
+ $echo_str .= "\n\t\t\t\t\t\t".'</th>';
117
+ $echo_str .= "\n\t\t\t\t\t".'</tr>';
118
+ $echo_str .= "\n\t\t\t\t".'</thead>';
119
+ $echo_str .= "\n\t\t\t\t".'<tbody>';
120
+
121
+ $echo_str .= "\n\t\t\t\t".'</tbody>';
122
+ $echo_str .= "\n\t\t\t".'</table>';
123
+ $echo_str .= "\n\t\t".'</form>';
124
+ $echo_str .= "\n\t".'</div>';
125
+ $echo_str .= "\n".'</div>';
126
+
127
+ return $echo_str;
128
+ }
129
+
130
+ function wfu_edit_pd_policy($key = "", $error_status = "") {
131
+ $siteurl = site_url();
132
+
133
+ if ( !current_user_can( 'manage_options' ) ) return;
134
+
135
+ $policy = new WFU_Personal_Data_Policy();
136
+
137
+ $echo_str = "";
138
+ $echo_str = '<div class="wrap">';
139
+ $echo_str .= "\n\t".'<h2>Wordpress File Upload Control Panel</h2>';
140
+ if ( $error_status == "error" ) {
141
+ $echo_str .= "\n\t".'<div class="error">';
142
+ $echo_str .= "\n\t\t".'<p>'.'an error occurred'.'</p>';
143
+ $echo_str .= "\n\t".'</div>';
144
+ }
145
+ $echo_str .= "\n\t".'<div style="margin-top:20px;">';
146
+ $echo_str .= "\n\t\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=personal_data" class="button" title="go back">Go back</a>';
147
+ $echo_str .= "\n\t\t".'<h2 style="margin-bottom: 10px; margin-top: 20px;">'.( $key == "" ? 'Add New Policy' : 'Edit Policy' ).'</h2>';
148
+ $echo_str .= "\n\t\t".'<form enctype="multipart/form-data" name="updatepolicy" id="updatepolicy" method="post" action="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=updatepolicy" class="validate">';
149
+ $nonce = wp_nonce_field('wfu_edit_policy', '_wpnonce', false, false);
150
+ $nonce_ref = wp_referer_field(false);
151
+ $echo_str .= "\n\t\t\t".$nonce;
152
+ $echo_str .= "\n\t\t\t".$nonce_ref;
153
+ $echo_str .= "\n\t\t\t".'<div id="titlediv">';
154
+ $echo_str .= "\n\t\t\t\t".'<input type="text" id="title" value="'.$policy->get_name().'">';
155
+ $echo_str .= "\n\t\t\t".'</div>';
156
+ $echo_str .= "\n\t\t\t".'<h3 style="margin-top: 40px;">Plugin Operations</h3>';
157
+ $echo_str .= "\n\t\t\t\t".'<input type="hidden" id="wfu_consent_policy" value="'.wfu_encode_array_to_string($policy->get_consent_policy(true)).'" />';
158
+ $echo_str .= "\n\t\t\t\t".'<span>Select which plugin operations involved in personal data handling will be executed.</span>';
159
+ $operations = wfu_get_pd_operations_structure();
160
+ $echo_str .= wfu_render_pd_operations("\n\t\t\t\t", $operations);
161
+ $echo_str .= "\n\t\t\t".'<h3 style="margin-top: 20px;">Consent Operations</h3>';
162
+ $echo_str .= "\n\t\t\t\t".'<span>Select which plugin operations that have been selected to be executed require consent.</span>';
163
+ $echo_str .= wfu_render_consent_operations("\n\t\t\t\t", $operations);
164
+ $echo_str .= "\n\t\t\t".'<h3 style="margin-top: 20px;">Consent Questions</h3>';
165
+ $echo_str .= "\n\t\t\t\t".'<span>Define how consent questions will be presented to users through the upload form.</span>';
166
+ $echo_str .= wfu_render_consent_questions();
167
+ $echo_str .= "\n\t\t\t".'<h3 style="margin-top: 20px;">Permissions</h3>';
168
+ $echo_str .= "\n\t\t\t\t".'<input type="hidden" id="wfu_permissions_policy" value="'.wfu_encode_array_to_string($policy->get_permissions_policy(true)).'" />';
169
+ $echo_str .= "\n\t\t\t\t".'<span>Define how users will access, review and control their personal data.</span>';
170
+ $echo_str .= wfu_render_pd_permissions("\n\t\t\t\t");
171
+ $echo_str .= "\n\t\t\t".'<h3 style="margin-top: 20px;">Log Actions</h3>';
172
+ $echo_str .= "\n\t\t\t\t".'<input type="hidden" id="wfu_logactions_policy" value="'.wfu_encode_array_to_string($policy->get_logactions_policy(true)).'" />';
173
+ $echo_str .= "\n\t\t\t\t".'<span>Define which actions occurring on personal data will be logged.</span>';
174
+ $echo_str .= wfu_render_pd_logactions("\n\t\t\t\t");
175
+ $echo_str .= "\n\t\t\t".'<h3 style="margin-top: 20px;">Assigned Users</h3>';
176
+ $echo_str .= "\n\t\t\t\t".'<input type="hidden" id="wfu_assigned_users" value="'.wfu_encode_array_to_string($policy->get_assigned_users()).'" />';
177
+ $echo_str .= "\n\t\t\t\t".'<span>Select the user roles and users assigned to this personal data policy.</span>';
178
+ $echo_str .= wfu_render_pd_users("\n\t\t\t\t");
179
+ $echo_str .= "\n\t\t\t".'<input type="hidden" name="action" value="updatepolicy">';
180
+ $echo_str .= "\n\t\t\t".'<input type="hidden" name="wfu_key" value="'.$key.'">';
181
+ $echo_str .= "\n\t\t\t".'<div class="submit">';
182
+ $echo_str .= "\n\t\t\t\t".'<input type="submit" id="submitcancel" class="button" name="submitform" value="Cancel" />';
183
+ $echo_str .= "\n\t\t\t\t".'<input type="submit" id="submitsave" class="button-primary" name="submitform" value="Save" />';
184
+ $echo_str .= "\n\t\t\t".'</div>';
185
+ $echo_str .= "\n\t\t".'</form>';
186
+ $echo_str .= "\n\t".'</div>';
187
+ $params["oplevels"] = WFU_VAR("WFU_PD_VISIBLE_OPLEVELS");
188
+ $params["perlevels"] = WFU_VAR("WFU_PD_VISIBLE_PERLEVELS");
189
+ $params["loglevels"] = WFU_VAR("WFU_PD_VISIBLE_LOGLEVELS");
190
+ $handler = 'function() { wfu_initialize_consent_policy('.wfu_PHP_array_to_JS_object($params).'); }';
191
+ $echo_str .= "\n\t".'<script type="text/javascript">if(window.addEventListener) { window.addEventListener("load", '.$handler.', false); } else if(window.attachEvent) { window.attachEvent("onload", '.$handler.'); } else { window["onload"] = '.$handler.'; }</script>';
192
+ $echo_str .= "\n".'</div>';
193
+
194
+ return $echo_str;
195
+ }
196
+
197
+ function wfu_get_pd_operations_structure($only_indices = false) {
198
+ $opdefs = wfu_personal_data_operations();
199
+ //make the array indexed
200
+ $ops_idx = array();
201
+ foreach ( $opdefs as $def ) {
202
+ $opID = $def["ID"];
203
+ $ops_idx[$opID] = $def;
204
+ $ops_idx[$opID]["children"] = array();
205
+ }
206
+ //add topmost dummy def and find for all grouped defs their children
207
+ $ops_idx[0] = array( "ID" => 0, "children" => array() );
208
+ foreach ( $ops_idx as $ind => $def ) {
209
+ if ( $ind > 0 ) {
210
+ $par = $ops_idx[$def["Parent"]];
211
+ //put this def in its parent's children array in the correct order
212
+ $pos = -1;
213
+ foreach ( $par["children"] as $ind2 => $childID ) {
214
+ $def2 = $ops_idx[$childID];
215
+ if ( $def["Order"] < $def2["Order"] ) {
216
+ $pos = $ind2;
217
+ break;
218
+ }
219
+ }
220
+ if ( $pos > -1 ) array_splice($ops_idx[$def["Parent"]]["children"], $pos, 0, $ind);
221
+ else array_push($ops_idx[$def["Parent"]]["children"], $ind);
222
+ }
223
+ }
224
+ //create array of nested defs
225
+ $ops = $ops_idx[0]["children"];
226
+ _wfu_nested_pd_operations_array($ops, $ops_idx, $only_indices);
227
+
228
+ return $ops;
229
+ }
230
+
231
+ function _wfu_nested_pd_operations_array(&$array, $operations_indexed, $only_indices) {
232
+ foreach ( $array as $ind => $childID ) {
233
+ $def = $operations_indexed[$childID];
234
+ if ( $only_indices ) $array[$ind] = array( "ID" => $def["ID"], "children" => $def["children"] );
235
+ else $array[$ind] = $def;
236
+ _wfu_nested_pd_operations_array($array[$ind]["children"], $operations_indexed, $only_indices);
237
+ }
238
+ }
239
+
240
+ function wfu_render_pd_operations($dlp, $operations) {
241
+ $html = "";
242
+ $html .= $dlp.'<div class="wfu_pdop_topmost_panel wfu_pdop_level_1">';
243
+ _wfu_render_nested_pd_operations($html, $operations, 1, $dlp."\t");
244
+ $html .= $dlp.'</div>';
245
+
246
+ return $html;
247
+ }
248
+
249
+ function _wfu_render_nested_pd_operations(&$html, $operations, $level, $dlp) {
250
+ foreach ( $operations as $def ) {
251
+ $atomic = ( count($def["children"]) == 0 );
252
+ $html .= $dlp.'<div class="wfu_pdop_container" id="wfu_pdop_container_'.$def["ID"].'">';
253
+ $html .= $dlp."\t".'<div class="wfu_pdop_header'.( $atomic || ( $level == WFU_VAR("WFU_PD_VISIBLE_OPLEVELS") ) ? " atomic" : "" ).'" id="wfu_pdop_header_'.$def["ID"].'">';
254
+ $html .= $dlp."\t\t".'<label>'.$def["Name"].'</label>';
255
+ $html .= $dlp."\t\t".'<input type="checkbox" id="wfu_pdop_'.$def["ID"].'" class="wfu_pdop_selector" onchange="wfu_pdop_toggle(this);" />';
256
+ if ( !$atomic && ( WFU_VAR("WFU_PD_VISIBLE_OPLEVELS") < 1 || $level < WFU_VAR("WFU_PD_VISIBLE_OPLEVELS") ) ) $html .= $dlp."\t\t".'<div class="wfu_pdop_button"></div>';
257
+ $html .= $dlp."\t".'</div>';
258
+ if ( !$atomic ) {
259
+ $html .= $dlp."\t".'<div class="wfu_pdop_panel wfu_pdop_level_'.($level + 1).'" id="wfu_pdop_panel_'.$def["ID"].'">';
260
+ _wfu_render_nested_pd_operations($html, $def["children"], $level + 1, $dlp."\t\t");
261
+ $html .= $dlp."\t".'</div>';
262
+ }
263
+ $html .= $dlp.'</div>';
264
+ }
265
+ }
266
+
267
+ function wfu_render_consent_operations($dlp, $operations) {
268
+ $html = "";
269
+ $html .= $dlp.'<div class="wfu_conop_topmost_panel wfu_conop_level_1">';
270
+ _wfu_render_nested_consent_operations($html, $operations, 1, $dlp."\t");
271
+ $html .= $dlp.'</div>';
272
+
273
+ return $html;
274
+ }
275
+
276
+ function _wfu_render_nested_consent_operations(&$html, $operations, $level, $dlp) {
277
+ foreach ( $operations as $def ) {
278
+ $atomic = ( count($def["children"]) == 0 );
279
+ $html .= $dlp.'<div class="wfu_conop_container" id="wfu_conop_container_'.$def["ID"].'">';
280
+ $html .= $dlp."\t".'<div class="wfu_conop_header'.( $atomic || ( $level == WFU_VAR("WFU_PD_VISIBLE_OPLEVELS") ) ? " atomic" : "" ).'" id="wfu_conop_header_'.$def["ID"].'">';
281
+ $html .= $dlp."\t\t".'<label>'.$def["Name"].'</label>';
282
+ $html .= $dlp."\t\t".'<input type="checkbox" id="wfu_conop_'.$def["ID"].'" class="wfu_conop_selector" onchange="wfu_conop_toggle(this);" />';
283
+ if ( !$atomic && ( WFU_VAR("WFU_PD_VISIBLE_OPLEVELS") < 1 || $level < WFU_VAR("WFU_PD_VISIBLE_OPLEVELS") ) ) $html .= $dlp."\t\t".'<div class="wfu_conop_button"></div>';
284
+ $html .= $dlp."\t".'</div>';
285
+ if ( !$atomic ) {
286
+ $html .= $dlp."\t".'<div class="wfu_conop_panel wfu_conop_level_'.($level + 1).'" id="wfu_conop_panel_'.$def["ID"].'">';
287
+ _wfu_render_nested_consent_operations($html, $def["children"], $level + 1, $dlp."\t\t");
288
+ $html .= $dlp."\t".'</div>';
289
+ }
290
+ $html .= $dlp.'</div>';
291
+ }
292
+ }
293
+
294
+ function wfu_render_consent_questions() {
295
+ $html = '<div class="wfu_conquestion_topmost_panel">';
296
+ $html .= '<div style="display:none;">';
297
+ $html .= '<div class="wfu_conquestion_btn wfu_conquestion_add" id="wfu_conquestion_add"><img class="wfu_conquestion_add" src="'.WFU_IMAGE_ADMIN_USERDATA_ADD.'" /></div>';
298
+ $html .= '<div class="wfu_conquestion_btn wfu_conquestion_remove" id="wfu_conquestion_remove"><img class="wfu_conquestion_remove" src="'.WFU_IMAGE_ADMIN_USERDATA_REMOVE.'" /></div>';
299
+ $html .= '<div class="wfu_conquestion_btn wfu_conquestion_up" id="wfu_conquestion_up"><img class="wfu_conquestion_up" src="'.WFU_IMAGE_ADMIN_USERDATA_UP.'" /></div>';
300
+ $html .= '<div class="wfu_conquestion_btn wfu_conquestion_down" id="wfu_conquestion_down"><img class="wfu_conquestion_down" src="'.WFU_IMAGE_ADMIN_USERDATA_DOWN.'" /></div>';
301
+ $html .= '</div>';
302
+ $html .= '<div class="wfu_conquestions_operations">';
303
+ $html .= '<label>Operations</label>';
304
+ $html .= '<div class="wfu_conquestions_oppanel">';
305
+ $html .= '<table class="wfu_conquestions_optable" id="wfu_conquestions_optable">';
306
+ $html .= '<thead>';
307
+ $html .= '<tr>';
308
+ $html .= '<th>Operation</th>';
309
+ $html .= '<th>Selected</th>';
310
+ $html .= '<th>Inverse</th>';
311
+ $html .= '</tr>';
312
+ $html .= '</thead>';
313
+ $html .= '<tbody></tbody>';
314
+ $html .= '</table>';
315
+ $html .= '</div>';
316
+ $html .= '</div>';
317
+ $html .= '<div class="wfu_conquestions_container" id="wfu_conquestions_container">';
318
+ $html .= '</div>';
319
+ $html .= '</div>';
320
+
321
+ return $html;
322
+ }
323
+
324
+ function wfu_render_pd_permissions($dlp) {
325
+ $permissions = wfu_get_permissions_structure();
326
+ $locations = wfu_personal_data_locations();
327
+ $html = $dlp.'<div class="wfu_permissions_topmost_panel">';
328
+ $html .= $dlp."\t".'<div class="wfu_permissions_panel">';
329
+ $html .= $dlp."\t\t".'<table class="wfu_permissions_table" id="wfu_permissions_table">';
330
+ $html .= $dlp."\t\t\t".'<thead>';
331
+ $html .= $dlp."\t\t\t\t".'<tr>';
332
+ $html .= $dlp."\t\t\t\t".'<th rowspan="2">Permission</th>';
333
+ $html .= $dlp."\t\t\t\t".'<th colspan="'.count($locations).'">Locations</th>';
334
+ $html .= $dlp."\t\t\t\t".'</tr>';
335
+ $html .= $dlp."\t\t\t\t".'<tr>';
336
+ foreach ( $locations as $location ) $html .= $dlp."\t\t\t\t".'<th>'.$location["Name"].'</th>';
337
+ $html .= $dlp."\t\t\t\t".'</tr>';
338
+ $html .= $dlp."\t\t\t".'</thead>';
339
+ $html .= $dlp."\t\t\t".'<tbody>';
340
+ $perm0 = array( "children" => $permissions , "Locations" => array() );
341
+ $html .= _wfu_render_nested_pd_permissions($perm0, $locations, 1, $dlp."\t\t\t\t");
342
+ $html .= $dlp."\t\t\t".'</tbody>';
343
+ $html .= $dlp."\t\t".'</table>';
344
+ $html .= $dlp."\t".'</div>';
345
+ $html .= $dlp.'</div>';
346
+
347
+ return $html;
348
+ }
349
+
350
+ function _wfu_render_nested_pd_permissions(&$permissions, $locations, $level, $dlp) {
351
+ $html = "";
352
+ foreach ( $permissions["children"] as $def ) {
353
+ $atomic = ( count($def["children"]) == 0 );
354
+ $html .= $dlp.'<tr class="wfu_perm_row" id="wfu_perm_row_'.$def["ID"].'" style="display:'.($level <= 1 ? 'table-row' : 'none').';">';
355
+ $html .= $dlp."\t".'<td class="wfu_perm_cell">';
356
+ $html .= $dlp."\t\t".'<div class="wfu_perm_container wfu_perm_level_'.$level.'">';
357
+ $html .= $dlp."\t\t\t".'<label>'.$def["Name"].'</label>';
358
+ if ( !$atomic && ( WFU_VAR("WFU_PD_VISIBLE_PERLEVELS") < 1 || $level < WFU_VAR("WFU_PD_VISIBLE_PERLEVELS") ) ) $html .= $dlp."\t\t\t".'<div class="wfu_perm_button" onclick="wfu_perm_button_action(this);"></div>';
359
+ $html .= $dlp."\t\t".'</div>';
360
+ $html .= $dlp."\t".'</td>';
361
+ $childhtml = "";
362
+ if ( !$atomic ) $childhtml .= _wfu_render_nested_pd_permissions($def, $locations, $level + 1, $dlp);
363
+ foreach ( $locations as $location ) $html .= $dlp."\t".'<td class="wfu_location_cell">'.( in_array($location["ID"], $def["Locations"]) ? '<input type="checkbox" class="wfu_location_selector" onchange="wfu_perm_toggle(this);" />' : '' ).'</td>';
364
+ $html .= $dlp.'</tr>';
365
+ $html .= $childhtml;
366
+ foreach ( $def["Locations"] as $locID )
367
+ if ( !in_array($locID, $permissions["Locations"]) ) array_push($permissions["Locations"], $locID);
368
+ }
369
+
370
+ return $html;
371
+ }
372
+
373
+ function wfu_get_permissions_structure($only_indices = false) {
374
+ $perdefs = wfu_personal_data_permissions();
375
+ //make the array indexed
376
+ $per_idx = array();
377
+ foreach ( $perdefs as $def ) {
378
+ $perID = $def["ID"];
379
+ $per_idx[$perID] = $def;
380
+ $per_idx[$perID]["children"] = array();
381
+ }
382
+ //add topmost dummy def and find for all grouped defs their children
383
+ $per_idx[0] = array( "ID" => 0, "children" => array() );
384
+ foreach ( $per_idx as $ind => $def ) {
385
+ if ( $ind > 0 ) {
386
+ $par = $per_idx[$def["Parent"]];
387
+ //put this def in its parent's children array in the correct order
388
+ $pos = -1;
389
+ foreach ( $par["children"] as $ind2 => $childID ) {
390
+ $def2 = $per_idx[$childID];
391
+ if ( $def["Order"] < $def2["Order"] ) {
392
+ $pos = $ind2;
393
+ break;
394
+ }
395
+ }
396
+ if ( $pos > -1 ) array_splice($per_idx[$def["Parent"]]["children"], $pos, 0, $ind);
397
+ else array_push($per_idx[$def["Parent"]]["children"], $ind);
398
+ }
399
+ }
400
+ //create array of nested defs
401
+ $pers = $per_idx[0]["children"];
402
+ _wfu_nested_permissions_array($pers, $per_idx, $only_indices);
403
+
404
+ return $pers;
405
+ }
406
+
407
+ function _wfu_nested_permissions_array(&$array, $permissions_indexed, $only_indices) {
408
+ foreach ( $array as $ind => $childID ) {
409
+ $def = $permissions_indexed[$childID];
410
+ if ( $only_indices ) $array[$ind] = array( "ID" => $def["ID"], "children" => $def["children"] );
411
+ else $array[$ind] = $def;
412
+ _wfu_nested_permissions_array($array[$ind]["children"], $permissions_indexed, $only_indices);
413
+ }
414
+ }
415
+
416
+ function wfu_get_logactions_structure($only_indices = false) {
417
+ $logdefs = wfu_personal_data_logactions();
418
+ //make the array indexed
419
+ $log_idx = array();
420
+ foreach ( $logdefs as $def ) {
421
+ $actID = $def["ID"];
422
+ $log_idx[$actID] = $def;
423
+ $log_idx[$actID]["children"] = array();
424
+ }
425
+ //add topmost dummy def and find for all grouped defs their children
426
+ $log_idx[0] = array( "ID" => 0, "children" => array() );
427
+ foreach ( $log_idx as $ind => $def ) {
428
+ if ( $ind > 0 ) {
429
+ $par = $log_idx[$def["Parent"]];
430
+ //put this def in its parent's children array in the correct order
431
+ $pos = -1;
432
+ foreach ( $par["children"] as $ind2 => $childID ) {
433
+ $def2 = $log_idx[$childID];
434
+ if ( $def["Order"] < $def2["Order"] ) {
435
+ $pos = $ind2;
436
+ break;
437
+ }
438
+ }
439
+ if ( $pos > -1 ) array_splice($log_idx[$def["Parent"]]["children"], $pos, 0, $ind);
440
+ else array_push($log_idx[$def["Parent"]]["children"], $ind);
441
+ }
442
+ }
443
+ //create array of nested defs
444
+ $logactions = $log_idx[0]["children"];
445
+ _wfu_nested_logactions_array($logactions, $log_idx, $only_indices);
446
+
447
+ return $logactions;
448
+ }
449
+
450
+ function _wfu_nested_logactions_array(&$array, $logactions_indexed, $only_indices) {
451
+ foreach ( $array as $ind => $childID ) {
452
+ $def = $logactions_indexed[$childID];
453
+ if ( $only_indices ) $array[$ind] = array( "ID" => $def["ID"], "children" => $def["children"] );
454
+ else $array[$ind] = $def;
455
+ _wfu_nested_logactions_array($array[$ind]["children"], $logactions_indexed, $only_indices);
456
+ }
457
+ }
458
+
459
+ function wfu_render_pd_logactions($dlp) {
460
+ $logactions = wfu_get_logactions_structure();
461
+ $entities = wfu_personal_data_entities();
462
+ $html = $dlp.'<div class="wfu_logactions_topmost_panel">';
463
+ $html .= $dlp."\t".'<div class="wfu_logactions_panel">';
464
+ $html .= $dlp."\t\t".'<table class="wfu_logactions_table" id="wfu_logactions_table">';
465
+ $html .= $dlp."\t\t\t".'<thead>';
466
+ $html .= $dlp."\t\t\t\t".'<tr>';
467
+ $html .= $dlp."\t\t\t\t".'<th rowspan="2">Log Action</th>';
468
+ $html .= $dlp."\t\t\t\t".'<th colspan="'.count($entities).'">Entities</th>';
469
+ $html .= $dlp."\t\t\t\t".'</tr>';
470
+ $html .= $dlp."\t\t\t\t".'<tr>';
471
+ foreach ( $entities as $entity ) $html .= $dlp."\t\t\t\t".'<th>'.$entity["Name"].'</th>';
472
+ $html .= $dlp."\t\t\t\t".'</tr>';
473
+ $html .= $dlp."\t\t\t".'</thead>';
474
+ $html .= $dlp."\t\t\t".'<tbody>';
475
+ $log0 = array( "children" => $logactions , "Entities" => array() );
476
+ $html .= _wfu_render_nested_pd_logactions($log0, $entities, 1, $dlp."\t\t\t\t");
477
+ $html .= $dlp."\t\t\t".'</tbody>';
478
+ $html .= $dlp."\t\t".'</table>';
479
+ $html .= $dlp."\t".'</div>';
480
+ $html .= $dlp.'</div>';
481
+
482
+ return $html;
483
+ }
484
+
485
+ function _wfu_render_nested_pd_logactions(&$logactions, $entities, $level, $dlp) {
486
+ $html = "";
487
+ foreach ( $logactions["children"] as $def ) {
488
+ $atomic = ( count($def["children"]) == 0 );
489
+ $html .= $dlp.'<tr class="wfu_log_row" id="wfu_log_row_'.$def["ID"].'" style="display:'.($level <= 1 ? 'table-row' : 'none').';">';
490
+ $html .= $dlp."\t".'<td class="wfu_log_cell">';
491
+ $html .= $dlp."\t\t".'<div class="wfu_log_container wfu_log_level_'.$level.'">';
492
+ $html .= $dlp."\t\t\t".'<label>'.$def["Name"].'</label>';
493
+ if ( !$atomic && ( WFU_VAR("WFU_PD_VISIBLE_LOGLEVELS") < 1 || $level < WFU_VAR("WFU_PD_VISIBLE_LOGLEVELS") ) ) $html .= $dlp."\t\t\t".'<div class="wfu_log_button" onclick="wfu_log_button_action(this);"></div>';
494
+ $html .= $dlp."\t\t".'</div>';
495
+ $html .= $dlp."\t".'</td>';
496
+ $childhtml = "";
497
+ if ( !$atomic ) $childhtml .= _wfu_render_nested_pd_logactions($def, $entities, $level + 1, $dlp);
498
+ foreach ( $entities as $entity ) $html .= $dlp."\t".'<td class="wfu_entity_cell">'.( in_array($entity["ID"], $def["Entities"]) ? '<input type="checkbox" class="wfu_entity_selector" onchange="wfu_log_toggle(this);" />' : '' ).'</td>';
499
+ $html .= $dlp.'</tr>';
500
+ $html .= $childhtml;
501
+ foreach ( $def["Entities"] as $entID )
502
+ if ( !in_array($entID, $logactions["Entities"]) ) array_push($logactions["Entities"], $entID);
503
+ }
504
+
505
+ return $html;
506
+ }
507
+
508
+ function wfu_render_pd_users($dlp) {
509
+ global $wp_roles;
510
+ $html = $dlp.'<div class="wfu_pdusers_topmost_panel">';
511
+ $html .= $dlp."\t".'<label>Roles</label>';
512
+ $html .= $dlp."\t".'<div class="wfu_pdusers_rolepanel">';
513
+ $roletype = "in";
514
+ for ( $i = 1; $i <= 2; $i++ ) {
515
+ $html .= $dlp."\t\t".'<div class="wfu_pdusers_roles_container" id="wfu_pdusers_roles_'.$roletype.'_container">';
516
+ $html .= $dlp."\t\t\t".'<input type="radio" name="wfu_pdusers_roletypes" value="'.( $roletype == "in" ? "include" : "exclude" ).'" onchange="wfu_pdusers_roletype_handle(this);" />';
517
+ $html .= $dlp."\t\t\t".'<label>'.( $roletype == "in" ? "Include" : "Exclude" ).'</label>';
518
+ $html .= $dlp."\t\t\t".'<div class="wfu_pdusers_roles_toppanel">';
519
+ $html .= $dlp."\t\t\t\t".'<div class="wfu_pdusers_roles_leftpanel">';
520
+ $html .= $dlp."\t\t\t\t\t".'<select class="wfu_pdusers_roles_list" multiple>';
521
+ $roles = $wp_roles->get_names();
522
+ foreach ( $roles as $role => $rolename ) $html .= $dlp."\t\t\t\t\t\t".'<option value="'.$role.'">'.$rolename.'</option>';
523
+ $html .= $dlp."\t\t\t\t\t".'</select>';
524
+ $html .= $dlp."\t\t\t\t".'</div>';
525
+ $html .= $dlp."\t\t\t\t".'<div class="wfu_pdusers_roles_midpanel">';
526
+ $html .= $dlp."\t\t\t\t\t".'<span class="wfu_pdusers_roles_add" onclick="wfu_pdusers_addrole_handler(this);"></span>';
527
+ $html .= $dlp."\t\t\t\t".'</div>';
528
+ $html .= $dlp."\t\t\t\t".'<div class="wfu_pdusers_roles_rightpanel">';
529
+ $html .= $dlp."\t\t\t\t\t".'<div class="wfu_pdusers_roles_show">';
530
+ $html .= $dlp."\t\t\t\t\t\t".'<div class="wfu_pdusers_roles_back"></div>';
531
+ //$html .= $dlp."\t\t\t\t\t\t".'<div class="wfu_pdusers_roles_role administrators">Administrators<span onclick="wfu_pdusers_removerole_handler();"></span></div>';
532
+ $html .= $dlp."\t\t\t\t\t".'</div>';
533
+ $html .= $dlp."\t\t\t\t".'</div>';
534
+ $html .= $dlp."\t\t\t".'</div>';
535
+ $html .= $dlp."\t\t".'</div>';
536
+ $roletype = "out";
537
+ }
538
+ $html .= $dlp."\t".'</div>';
539
+ $html .= $dlp."\t".'<label>Individual Users</label>';
540
+ $html .= $dlp."\t".'<div class="wfu_pdusers_userpanel">';
541
+ $usertype = "in";
542
+ for ( $i = 1; $i <= 2; $i++ ) {
543
+ $html .= $dlp."\t\t".'<div class="wfu_pdusers_users_container" id="wfu_pdusers_users_'.$usertype.'_container">';
544
+ $html .= $dlp."\t\t\t".'<input type="radio" name="wfu_pdusers_usertypes" value="'.( $usertype == "in" ? "include" : "exclude" ).'" onchange="wfu_pdusers_usertype_handle(this);" />';
545
+ $html .= $dlp."\t\t\t".'<label>'.( $usertype == "in" ? "Include" : "Exclude" ).'</label>';
546
+ $html .= $dlp."\t\t\t".'<div class="wfu_pdusers_users_toppanel">';
547
+ $html .= $dlp."\t\t\t\t".'<div class="wfu_pdusers_users_leftpanel">';
548
+ $html .= $dlp."\t\t\t\t\t".'<label>type user name</label>';
549
+ $html .= $dlp."\t\t\t\t\t".'<input type="text" value="" />';
550
+ $html .= $dlp."\t\t\t\t\t".'<select class="wfu_pdusers_users_list" multiple>';
551
+ $html .= $dlp."\t\t\t\t\t".'</select>';
552
+ $html .= $dlp."\t\t\t\t".'</div>';
553
+ $html .= $dlp."\t\t\t\t".'<div class="wfu_pdusers_users_midpanel">';
554
+ $html .= $dlp."\t\t\t\t\t".'<label>a</label>';
555
+ $html .= $dlp."\t\t\t\t\t".'<span class="wfu_pdusers_users_add" onclick="wfu_pdusers_adduser_handler(this);"></span>';
556
+ $html .= $dlp."\t\t\t\t".'</div>';
557
+ $html .= $dlp."\t\t\t\t".'<div class="wfu_pdusers_users_rightpanel">';
558
+ $html .= $dlp."\t\t\t\t\t".'<div class="wfu_pdusers_users_show">';
559
+ $html .= $dlp."\t\t\t\t\t\t".'<div class="wfu_pdusers_users_back"></div>';
560
+ //$html .= $dlp."\t\t\t\t\t\t".'<div class="wfu_pdusers_users_role administrators">Administrators<span onclick="wfu_pdusers_removerole_handler();"></span></div>';
561
+ $html .= $dlp."\t\t\t\t\t".'</div>';
562
+ $html .= $dlp."\t\t\t\t".'</div>';
563
+ $html .= $dlp."\t\t\t".'</div>';
564
+ $html .= $dlp."\t\t".'</div>';
565
+ $usertype = "out";
566
+ }
567
+ $html .= $dlp."\t".'</div>';
568
+ $html .= $dlp.'</div>';
569
+
570
+ return $html;
571
+ }
572
+
573
+ function wfu_erase_userdata_ask_prompt($username) {
574
+ $siteurl = site_url();
575
+
576
+ if ( !current_user_can( 'manage_options' ) ) return wfu_manage_personaldata_policies();
577
+
578
+ $user = get_user_by('login', $username);
579
+ if ( $user->ID == 0 ) return wfu_manage_personaldata_policies();
580
+
581
+ $echo_str = "\n".'<div class="wrap">';
582
+ $echo_str .= "\n\t".'<div style="margin-top:20px;">';
583
+ $echo_str .= "\n\t\t".'<a href="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload&amp;action=personal_data" class="button" title="go back">Go back</a>';
584
+ $echo_str .= "\n\t".'</div>';
585
+ $echo_str .= "\n\t".'<h2 style="margin-bottom: 10px;">Erase All User Data</h2>';
586
+ $echo_str .= "\n\t".'<form enctype="multipart/form-data" name="erase_userdata" id="erase_userdata" method="post" action="'.$siteurl.'/wp-admin/options-general.php?page=wordpress_file_upload" class="validate">';
587
+ $nonce = wp_nonce_field('erase_userdata', '_wpnonce', false, false);
588
+ $nonce_ref = wp_referer_field(false);
589
+ $echo_str .= "\n\t\t".$nonce;
590
+ $echo_str .= "\n\t\t".$nonce_ref;
591
+ $echo_str .= "\n\t\t".'<input type="hidden" name="action" value="erase_userdata">';
592
+ $echo_str .= "\n\t\t".'<input type="hidden" name="username" value="'.$username.'">';
593
+ $echo_str .= "\n\t\t".'<label>Are you sure that you want to erase all data of user <strong>'.$user->display_name.' ('.$username.')</strong>? </label><br/>';
594
+ $echo_str .= "\n\t\t".'<p class="submit">';
595
+ $echo_str .= "\n\t\t\t".'<input type="submit" class="button-primary" name="submit" value="Yes">';
596
+ $echo_str .= "\n\t\t\t".'<input type="submit" class="button-primary" name="submit" value="Cancel">';
597
+ $echo_str .= "\n\t\t".'</p>';
598
+ $echo_str .= "\n\t".'</form>';
599
+ $echo_str .= "\n".'</div>';
600
+ return $echo_str;
601
+ }
602
+
603
+ function wfu_erase_userdata($username) {
604
+ $a = func_get_args(); switch(WFU_FUNCTION_HOOK(__FUNCTION__, $a, $out)) { case 'X': break; case 'R': return $out; break; case 'D': die($out); break; }
605
+ global $wpdb;
606
+
607
+ if ( !current_user_can( 'manage_options' ) ) return -1;
608
+ if ( !check_admin_referer('erase_userdata') ) return -1;
609
+ $user = get_user_by('login', $username);
610
+ if ( $user->ID == 0 ) return -1;
611
+
612
+
613
+ $count = -1;
614
+ if ( isset($_POST['submit']) && $_POST['submit'] == "Yes" ) {
615
+ $table_name1 = $wpdb->prefix . "wfu_log";
616
+ $table_name2 = $wpdb->prefix . "wfu_userdata";
617
+ $table_name3 = $wpdb->prefix . "wfu_dbxqueue";
618
+
619
+ $count = $wpdb->query("DELETE FROM $table_name2 WHERE uploadid in (SELECT uploadid FROM $table_name1 WHERE uploaduserid = ".$user->ID.")");
620
+ $count += $wpdb->query("UPDATE $table_name1 SET uploaduserid = 0 WHERE uploaduserid = ".$user->ID);
621
+ }
622
+
623
+ return $count;
624
+ }
625
+
626
+ ?>
lib/wfu_processfiles.php CHANGED
@@ -23,6 +23,10 @@ function wfu_process_files($params, $method) {
23
  // determine if this is an upload without a file
24
  $nofileupload = ( $params["allownofile"] == "true" && isset($_POST['nofileupload_'.$sid]) ? ( $_POST['nofileupload_'.$sid] == "1" ) : false );
25
  $force_notifications = ( WFU_VAR("WFU_FORCE_NOTIFICATIONS") == "true" );
 
 
 
 
26
 
27
  $suppress_admin_messages = ( $params["adminmessages"] != "true" || !$is_admin );
28
  $success_count = 0;
@@ -691,8 +695,13 @@ function wfu_process_files($params, $method) {
691
  /* Log file upload action if file has finished uploading
692
  uccessfully. If this is a no file upload then log action will be
693
  datasubmit. */
694
- if ( !$nofileupload ) $fileid = wfu_log_action('upload', $target_path, $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
695
- else $fileid = wfu_log_action('datasubmit', '', $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
 
 
 
 
 
696
  /* Apply wfu_after_file_upload filter after failed upload, in order to allow the user to perform any post-upload actions.
697
  If additional data are required, such as user_id or userdata values or filepath, they can be retrieved by implementing
698
  the previous filters wfu_before_file_check and wfu_before_file_upload, corresponding them to the unique file id.
@@ -717,7 +726,8 @@ function wfu_process_files($params, $method) {
717
  /* add file to Media or attach file to current post if any of these options is activated and the file has finished uploading successfully */
718
  if ( ( $params["medialink"] == "true" || $params["postlink"] == "true" ) && $file_finished_successfully && !$ignore_server_actions && !$nofileupload ) {
719
  $pageid = ( $params["postlink"] == "true" ? $params['pageid'] : 0 );
720
- wfu_process_media_insert($target_path, $userdata_fields, $pageid);
 
721
  }
722
 
723
  /* store final file data and upload result to filemap session array for
23
  // determine if this is an upload without a file
24
  $nofileupload = ( $params["allownofile"] == "true" && isset($_POST['nofileupload_'.$sid]) ? ( $_POST['nofileupload_'.$sid] == "1" ) : false );
25
  $force_notifications = ( WFU_VAR("WFU_FORCE_NOTIFICATIONS") == "true" );
26
+ $consent_revoked = ( $plugin_options["personaldata"] == "1" && wfu_check_user_consent($user) == "0" );
27
+ $not_store_files = ( $params["personaldatatypes"] == "userdata and files" );
28
+ $empty_userdata_fields = $params["userdata_fields"];
29
+ $store_nothing = ( $consent_revoked && $not_store_files );
30
 
31
  $suppress_admin_messages = ( $params["adminmessages"] != "true" || !$is_admin );
32
  $success_count = 0;
695
  /* Log file upload action if file has finished uploading
696
  uccessfully. If this is a no file upload then log action will be
697
  datasubmit. */
698
+ if ( !$nofileupload ) {
699
+ if ( !$consent_revoked ) $fileid = wfu_log_action('upload', $target_path, $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
700
+ elseif ( !$not_store_files ) $fileid = wfu_log_action('upload', $target_path, 0, $unique_id, $params['pageid'], $params['blogid'], $sid, $empty_userdata_fields);
701
+ }
702
+ else {
703
+ if ( !$consent_revoked ) $fileid = wfu_log_action('datasubmit', '', $user->ID, $unique_id, $params['pageid'], $params['blogid'], $sid, $userdata_fields);
704
+ }
705
  /* Apply wfu_after_file_upload filter after failed upload, in order to allow the user to perform any post-upload actions.
706
  If additional data are required, such as user_id or userdata values or filepath, they can be retrieved by implementing
707
  the previous filters wfu_before_file_check and wfu_before_file_upload, corresponding them to the unique file id.
726
  /* add file to Media or attach file to current post if any of these options is activated and the file has finished uploading successfully */
727
  if ( ( $params["medialink"] == "true" || $params["postlink"] == "true" ) && $file_finished_successfully && !$ignore_server_actions && !$nofileupload ) {
728
  $pageid = ( $params["postlink"] == "true" ? $params['pageid'] : 0 );
729
+ if ( !$consent_revoked ) wfu_process_media_insert($target_path, $userdata_fields, $pageid);
730
+ elseif ( !$not_store_files ) wfu_process_media_insert($target_path, empty_userdata_fields, $pageid);
731
  }
732
 
733
  /* store final file data and upload result to filemap session array for
lib/wfu_template.php CHANGED
@@ -757,8 +757,8 @@ function wfu_subfolders_template($data) {?>
757
  * The following variables are available for use:
758
  *
759
  * @var $ID int the upload ID
760
- * @var $width string assigned width of subfolder element
761
- * @var $height string assigned height of subfolder element
762
  * @var $responsive bool true if responsive mode is enabled
763
  * @var $testmode bool true if the plugin is in test mode
764
  * @var $show_uploadfolder bool true if the upload folder must be shown
@@ -786,13 +786,13 @@ function wfu_subfolders_template($data) {?>
786
  $relaxcss = false;
787
  if ( isset($plugin_options['relaxcss']) ) $relaxcss = ( $plugin_options['relaxcss'] == "1" );
788
 
789
- $width1 = $additional_params['widths']['uploadfolder_label'];
790
- $height1 = $additional_params['heights']['uploadfolder_label'];
791
- $width2 = $additional_params['widths']['subfolders_label'];
792
- $height2 = $additional_params['heights']['subfolders_label'];
793
- $width3 = $additional_params['widths']['subfolders_select'];
794
- $height3 = $additional_params['heights']['subfolders_select'];
795
- $width4 = $additional_params['widths']['subfolders'];
796
 
797
  $styles1 = "";
798
  $styles2 = "";
@@ -2915,7 +2915,7 @@ this.update = function(data) {
2915
  file_contents = file_contents.replace(/\[filesubheaderadminmessage_display\]/g, "style=\"display:none;\"");
2916
  file_contents = file_contents.replace(/\[filesubheader_adminmessage\]/g, file.message3);
2917
  // put file contents to temp div element to convert them to HTML elements
2918
- file_contents = "<table><tbody>" + file_contents + "</tbody></table>"; //IE6 fix: door is a div element so that innerHTML is writable
2919
  door.innerHTML = file_contents;
2920
  // post process created file block to adjust visibility of its contents
2921
  headerspan = 1;
@@ -3034,10 +3034,10 @@ this._apply_header_template = function(data) {
3034
  this._format_debug_data = function(debug_data) {
3035
  output = '<label class="file_messageblock_subheader_debugmessage_label">';
3036
  output += debug_data.title;
3037
- output += '</label>';
3038
  output += '<div class="file_messageblock_subheader_debugmessage_container">';
3039
  output += debug_data.data;
3040
- output += '</div>';
3041
  return output;
3042
  }
3043
 
@@ -4159,6 +4159,171 @@ this._focused = function(obj) {
4159
  end of HTML output
4160
  *****************************************************************************/ }
4161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4162
  }
4163
 
4164
  ?>
757
  * The following variables are available for use:
758
  *
759
  * @var $ID int the upload ID
760
+ * @var $widths array assigned widths of subfolder elements
761
+ * @var $heights array assigned heights of subfolder elements
762
  * @var $responsive bool true if responsive mode is enabled
763
  * @var $testmode bool true if the plugin is in test mode
764
  * @var $show_uploadfolder bool true if the upload folder must be shown
786
  $relaxcss = false;
787
  if ( isset($plugin_options['relaxcss']) ) $relaxcss = ( $plugin_options['relaxcss'] == "1" );
788
 
789
+ $width1 = $widths['uploadfolder_label'];
790
+ $height1 = $heights['uploadfolder_label'];
791
+ $width2 = $widths['subfolders_label'];
792
+ $height2 = $heights['subfolders_label'];
793
+ $width3 = $widths['subfolders_select'];
794
+ $height3 = $heights['subfolders_select'];
795
+ $width4 = $widths['subfolders'];
796
 
797
  $styles1 = "";
798
  $styles2 = "";
2915
  file_contents = file_contents.replace(/\[filesubheaderadminmessage_display\]/g, "style=\"display:none;\"");
2916
  file_contents = file_contents.replace(/\[filesubheader_adminmessage\]/g, file.message3);
2917
  // put file contents to temp div element to convert them to HTML elements
2918
+ file_contents = "<table><tbody>" + file_contents + "<\/tbody><\/table>"; //IE6 fix: door is a div element so that innerHTML is writable
2919
  door.innerHTML = file_contents;
2920
  // post process created file block to adjust visibility of its contents
2921
  headerspan = 1;
3034
  this._format_debug_data = function(debug_data) {
3035
  output = '<label class="file_messageblock_subheader_debugmessage_label">';
3036
  output += debug_data.title;
3037
+ output += '<\/label>';
3038
  output += '<div class="file_messageblock_subheader_debugmessage_container">';
3039
  output += debug_data.data;
3040
+ output += '<\/div>';
3041
  return output;
3042
  }
3043
 
4159
  end of HTML output
4160
  *****************************************************************************/ }
4161
 
4162
+ function wfu_consent_template($data) {?>
4163
+ <?php /*************************************************************************
4164
+ the following lines contain initialization of PHP variables
4165
+ *******************************************************************************/
4166
+ /* do not change this line */extract($data);
4167
+ /*
4168
+ * The following variables are available for use:
4169
+ *
4170
+ * @var $ID int the upload ID
4171
+ * @var $width string assigned width of consent element
4172
+ * @var $height string assigned height of consent element
4173
+ * @var $responsive bool true if responsive mode is enabled
4174
+ * @var $testmode bool true if the plugin is in test mode
4175
+ * @var $index int the index of occurrence of the element inside the plugin,
4176
+ * in case that it appears more than once
4177
+ * @var $format string format of the consent question, it can be 'checkbox' or
4178
+ * 'radio' or 'prompt'
4179
+ * @var $preselected bool true if format is 'checkbox' and the checkbox is by
4180
+ * default preselected
4181
+ * @var $question string the consent question
4182
+ * @var $params array all plugin's attributes defined through the shortcode
4183
+ *
4184
+ * It is noted that $ID can also be used inside CSS, Javascript and HTML code.
4185
+ */
4186
+ $styles = "";
4187
+ //for responsive plugin adjust container's widths if a % width has been defined
4188
+ if ( $responsive && strlen($width) > 1 && substr($width, -1, 1) == "%" ) $styles = 'width: 100%;';
4189
+ elseif ( $width != "" ) $styles = "width: $width; ";
4190
+ if ( $height != "" ) $styles .= "height: $height; ";
4191
+ /*******************************************************************************
4192
+ the following lines contain CSS styling rules
4193
+ *********************************************************************/ ?><style>
4194
+ </style><?php /*****************************************************************
4195
+ the following lines contain Javascript code
4196
+ *********************************************/ ?><script type="text/javascript">
4197
+ /* do not change this line */GlobalData.WFU[$ID].consent.init = function() {
4198
+ /***
4199
+ * The following consent methods can be defined by the template, together
4200
+ * with other initialization actions:
4201
+ *
4202
+ * @method consentCompleted checks if the user has completed the consent
4203
+ * question, if it is necessary
4204
+ */
4205
+ /**
4206
+ * attaches necessary actions of the plugin
4207
+ *
4208
+ * This function attaches necessary actions of the plugin that must be run when
4209
+ * the checkbox or radio buttons of the consent question are clicked.
4210
+ *
4211
+ * @param completeaction object this is a function that must be called when the
4212
+ * user completes the consent question
4213
+ *
4214
+ * @return void
4215
+ */
4216
+ this.attachActions = function(completeaction) {
4217
+ var box = document.querySelector('#consent_$ID .file_consent_box');
4218
+ if (box) box.onchange = function() { completeaction(box.checked); };
4219
+ else {
4220
+ var radioyes = document.querySelector('#consent_$ID .file_consent_radio_yes');
4221
+ var radiono = document.querySelector('#consent_$ID .file_consent_radio_no');
4222
+ if (radioyes && radiono) {
4223
+ radioyes.onchange = function() { completeaction(radioyes.checked); };
4224
+ radiono.onchange = function() { completeaction(radioyes.checked); };
4225
+ }
4226
+ }
4227
+ }
4228
+
4229
+ /**
4230
+ * checks if consent is completed
4231
+ *
4232
+ * Checks if the user has completed the consent question. For checkbox format
4233
+ * it always returns true. For radio format, it will return false of the user
4234
+ * has not selected either Yes or No.
4235
+ *
4236
+ * @return boolean true if consent is completed, false otherwise
4237
+ */
4238
+ this.consentCompleted = function() {
4239
+ var box = document.querySelector('#consent_$ID .file_consent_box');
4240
+ if (box) return true;
4241
+ else {
4242
+ var radioyes = document.querySelector('#consent_$ID .file_consent_radio_yes');
4243
+ var radiono = document.querySelector('#consent_$ID .file_consent_radio_no');
4244
+ if (radioyes && radiono) return (radioyes.checked || radiono.checked);
4245
+ }
4246
+ return true;
4247
+ }
4248
+
4249
+ /**
4250
+ * updates consent elements status
4251
+ *
4252
+ * Updates the status of the consent elements.
4253
+ *
4254
+ * @param action string the update action. Can be 'init', 'lock', 'unlock' and
4255
+ * 'clear'
4256
+ *
4257
+ * @return void
4258
+ */
4259
+ this.update = function(action) {
4260
+ var box = document.querySelector('#consent_$ID .file_consent_box');
4261
+ var radioyes = document.querySelector('#consent_$ID .file_consent_radio_yes');
4262
+ var radiono = document.querySelector('#consent_$ID .file_consent_radio_no');
4263
+
4264
+ if (action == "init") {
4265
+ var presel = document.querySelector('#consent_$ID .file_consent_preselected');
4266
+ if (box && presel) {
4267
+ box.checked = (presel.value == "1");
4268
+ box.onchange();
4269
+ }
4270
+ }
4271
+ else if (action == "lock") {
4272
+ if (box) box.disabled = true;
4273
+ else if (radioyes && radiono) {
4274
+ radioyes.disabled = true;
4275
+ radiono.disabled = true;
4276
+ }
4277
+ }
4278
+ else if (action == "unlock") {
4279
+ if (box) box.disabled = false;
4280
+ else if (radioyes && radiono) {
4281
+ radioyes.disabled = false;
4282
+ radiono.disabled = false;
4283
+ }
4284
+ }
4285
+ else if (action == "clear") {
4286
+ var container = document.getElementById('consent_$ID');
4287
+ container.style.display = "none";
4288
+ }
4289
+ }
4290
+
4291
+ /* do not change this line */}
4292
+ </script><?php /****************************************************************
4293
+ the following lines contain the HTML output
4294
+ ****************************************************************************/ ?>
4295
+ <div id="consent_$ID" class="file_consent_container" style="<?php echo $styles; ?>" />
4296
+ <?php if ( $format == "checkbox" ): ?>
4297
+ <input type="hidden" class="file_consent_preselected" value="<?php echo ( $preselected ? "1" : "0" ); ?>" />
4298
+ <?php endif ?>
4299
+ <?php if ( !$testmode ): ?>
4300
+ <?php if ( $format == "checkbox" ): ?>
4301
+ <input type="checkbox" class="file_consent_box" />
4302
+ <span class="file_consent_question"><?php echo $question; ?></span>
4303
+ <?php else: ?>
4304
+ <span class="file_consent_question"><?php echo $question; ?></span><br />
4305
+ <input type="radio" class="file_consent_radio_yes" name="file_consent_radio_$ID" value="yes" />
4306
+ <span class="file_consent_span_yes">Yes</span>
4307
+ <input type="radio" class="file_consent_radio_no" name="file_consent_radio_$ID" value="no" />
4308
+ <span class="file_consent_span_no">No</span>
4309
+ <?php endif ?>
4310
+ <?php else: ?>
4311
+ <?php if ( $format == "checkbox" ): ?>
4312
+ <input type="checkbox" class="file_consent_box" readonly="readonly" />
4313
+ <span class="file_consent_question"><?php echo $question; ?></span>
4314
+ <?php else: ?>
4315
+ <span class="file_consent_question"><?php echo $question; ?></span><br />
4316
+ <input type="radio" class="file_consent_radio_yes" name="file_consent_radio_$ID" value="yes" readonly="readonly" />
4317
+ <span class="file_consent_span_yes">Yes</span>
4318
+ <input type="radio" class="file_consent_radio_no" name="file_consent_radio_$ID" value="no" readonly="readonly" />
4319
+ <span class="file_consent_span_no">No</span>
4320
+ <?php endif ?>
4321
+ <?php endif ?>
4322
+ </div>
4323
+ <?php /*************************************************************************
4324
+ end of HTML output
4325
+ *****************************************************************************/ }
4326
+
4327
  }
4328
 
4329
  ?>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: nickboss
3
  Donate link: http://www.iptanus.com/support/wordpress-file-upload
4
  Tags: file, upload, ajax, form, page, post, sidebar, responsive, widget, webcam, ftp
5
  Requires at least: 2.9.2
6
- Tested up to: 4.9.5
7
  Stable tag: "trunk"
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -29,6 +29,7 @@ Several filters and actions before and after file upload enable extension of its
29
  The characteristics of the plugin are:
30
 
31
  * It uses the latest HTML5 technology, however it will also work with old browsers and mobile phones.
 
32
  * It can be added in posts, pages or sidebars (as a widget).
33
  * It can capture and upload screenshots or video from the device's camera.
34
  * It supports additional form fields (like checkboxes, text fields, email fields, dropdown lists etc).
@@ -146,6 +147,14 @@ There is an option in plugin's settings in Dashboard to relax the CSS rules, so
146
 
147
  == Changelog ==
148
 
 
 
 
 
 
 
 
 
149
  = 4.4.0 =
150
  * added alternative user state handler using DB Options table in order to overcome problems with session variables appearing on many web servers
151
 
@@ -741,6 +750,9 @@ Initial version.
741
 
742
  == Upgrade Notice ==
743
 
 
 
 
744
  = 4.4.0 =
745
  Significant update that enables wider web server compatibility.
746
 
3
  Donate link: http://www.iptanus.com/support/wordpress-file-upload
4
  Tags: file, upload, ajax, form, page, post, sidebar, responsive, widget, webcam, ftp
5
  Requires at least: 2.9.2
6
+ Tested up to: 4.9.6
7
  Stable tag: "trunk"
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
29
  The characteristics of the plugin are:
30
 
31
  * It uses the latest HTML5 technology, however it will also work with old browsers and mobile phones.
32
+ * It is compliant with the General Data Protection Regulation (GDPR) of the European Union.
33
  * It can be added in posts, pages or sidebars (as a widget).
34
  * It can capture and upload screenshots or video from the device's camera.
35
  * It supports additional form fields (like checkboxes, text fields, email fields, dropdown lists etc).
147
 
148
  == Changelog ==
149
 
150
+ = 4.5.0 =
151
+ * added basic compliance with GDPR
152
+ * added several shortcode attributes to configure personal data consent appearance and behaviour
153
+ * added area in User Profile from where users can review and change their consent status
154
+ * added Personal Data option in Settings that enables personal data operations
155
+ * added Personal Data tab in plugin's area in Dashboard from where administrators can export and erase users' personal data
156
+ * corrected bug not accepting subfolder dimensions when subfolder element was active
157
+
158
  = 4.4.0 =
159
  * added alternative user state handler using DB Options table in order to overcome problems with session variables appearing on many web servers
160
 
750
 
751
  == Upgrade Notice ==
752
 
753
+ = 4.5.0 =
754
+ Significant update to introduce new features and fix some bugs.
755
+
756
  = 4.4.0 =
757
  Significant update that enables wider web server compatibility.
758
 
release_notes.txt CHANGED
@@ -1,2 +1,8 @@
1
- <!-- --><span>Version 4.4.0 is a significant update that enables wider web server and Wordpress environment compatibility. There have been several reports by users experiencing failed uploads with a message "Upload failed! Unknown error". This version will try to handle most of these cases by storing <strong>User State</strong> data in the website database, instead of Session.<br/><br/>For details about this version's changes please visit the Release Notes of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span><!-- -->
2
- <!-- -->
 
 
 
 
 
 
1
+ <span>Version 4.5.0 is a significant update bringing basic compliance with the new <strong>General Data Protection Regulation (GDPR)</strong> or the European Union, which becomes effective on 25th of May 2018. The plugin provides the following functions related to GDPR:
2
+ <ul style="list-style: disc; padding-left: 20px;">
3
+ <li>It adds a question in the upload form prompting users to give their consent before uploading files and personal data on the website. Several options have been added in the uploader shortcode in a separate tab, Personal Data, for configuring the appearance and behaviour of the consent question.</li>
4
+ <li>It allows users to review and change their consent status through their profile.</li>
5
+ <li>It allows administrators to export and delete data stored by the plugin in the database separately for each user, in case such actions are requested by them.</li>
6
+ <li>If a user has not given consent then uploaded data will not be stored in the database. They will only be included in the notification email, if such an option is activated in the shortcode.</li>
7
+ </ul>
8
+ Future versions of the plugin will include more options regarding personal data handling.<br /><br />For more details about this version's changes please visit the Release Notes of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span>
wordpress_file_upload.php CHANGED
@@ -4,7 +4,7 @@ if( !session_id() ) { session_start(); }
4
  /*
5
  Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
6
  Description: Simple interface to upload files from a page.
7
- Version: 4.4.0
8
  Author: Nickolas Bossinas
9
  Author URI: http://www.iptanus.com
10
  */
@@ -81,6 +81,11 @@ add_action('wp_ajax_wfu_ajax_action_get_historylog_page', 'wfu_ajax_action_get_h
81
  add_action('wp_ajax_wfu_ajax_action_include_file', 'wfu_ajax_action_include_file');
82
  add_action('wp_ajax_wfu_ajax_action_update_envar', 'wfu_ajax_action_update_envar');
83
  add_action('wp_ajax_wfu_ajax_action_transfer_command', 'wfu_ajax_action_transfer_command');
 
 
 
 
 
84
  wfu_include_lib();
85
  //store the User State handler in a global variable for easy access by the
86
  //plugin's routines
@@ -203,6 +208,7 @@ function wordpress_file_upload_function($incomingfromhandler) {
203
  $additional_params = array( );
204
  $additional_params['widths'] = $widths;
205
  $additional_params['heights'] = $heights;
 
206
 
207
  $uploadedfile = 'uploadedfile_'.$sid;
208
  $hiddeninput = 'hiddeninput_'.$sid;
@@ -216,6 +222,9 @@ function wordpress_file_upload_function($incomingfromhandler) {
216
  $init_params["session"] = WFU_USVAR($token_sid);
217
  $init_params["testmode"] = ( $params["testmode"] == "true" );
218
  $init_params["widgetid"] = $params["widgetid"];
 
 
 
219
  //add allow no file flag
220
  $init_params["allownofile"] = ( $params["allownofile"] == "true" );
221
  //add params related to visual editor button
@@ -354,6 +363,7 @@ function wordpress_file_upload_function($incomingfromhandler) {
354
  elseif ( $item_in_section == "progressbar" ) array_push($section_array, wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index));
355
  elseif ( $item_in_section == "message" ) array_push($section_array, wfu_prepare_message_block($params, $additional_params, $occurrence_index));
356
  elseif ( $item_in_section == "userdata" && $params["userdata"] == "true" ) array_push($section_array, wfu_prepare_userdata_block($params, $additional_params, $occurrence_index));
 
357
  elseif ( $item_in_section == "webcam" && $params["webcam"] == "true" ) array_push($section_array, wfu_prepare_webcam_block($params, $additional_params, $occurrence_index));
358
  }
359
  }
@@ -367,6 +377,12 @@ function wordpress_file_upload_function($incomingfromhandler) {
367
  wfu_extract_css_js_from_components($section_array, $css, $js);
368
  $component_output .= call_user_func_array("wfu_add_div", $section_array);
369
  }
 
 
 
 
 
 
370
  if ( strpos($params["placements"], "selectbutton") === false ) {
371
  $section_array = array( $params );
372
  array_push($section_array, wfu_prepare_uploadform_block($params, $additional_params, 0));
@@ -475,6 +491,12 @@ function wordpress_file_upload_function($incomingfromhandler) {
475
  $js_script_enc = "";
476
  }
477
  else {
 
 
 
 
 
 
478
  $wfu_process_file_array = wfu_process_files($params, 'no_ajax');
479
  $safe_output = $wfu_process_file_array["general"]['safe_output'];
480
  unset($wfu_process_file_array["general"]['safe_output']);
4
  /*
5
  Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
6
  Description: Simple interface to upload files from a page.
7
+ Version: 4.5.0
8
  Author: Nickolas Bossinas
9
  Author URI: http://www.iptanus.com
10
  */
81
  add_action('wp_ajax_wfu_ajax_action_include_file', 'wfu_ajax_action_include_file');
82
  add_action('wp_ajax_wfu_ajax_action_update_envar', 'wfu_ajax_action_update_envar');
83
  add_action('wp_ajax_wfu_ajax_action_transfer_command', 'wfu_ajax_action_transfer_command');
84
+ add_action('wp_ajax_wfu_ajax_action_pdusers_get_users', 'wfu_ajax_action_pdusers_get_users');
85
+ add_action( 'show_user_profile', 'wfu_show_consent_profile_fields' );
86
+ add_action( 'edit_user_profile', 'wfu_show_consent_profile_fields' );
87
+ add_action( 'personal_options_update', 'wfu_update_consent_profile_fields' );
88
+ add_action( 'edit_user_profile_update', 'wfu_update_consent_profile_fields' );
89
  wfu_include_lib();
90
  //store the User State handler in a global variable for easy access by the
91
  //plugin's routines
208
  $additional_params = array( );
209
  $additional_params['widths'] = $widths;
210
  $additional_params['heights'] = $heights;
211
+ $additional_params["require_consent"] = ( $plugin_options["personaldata"] == "1" && wfu_check_user_consent($user) == "" && $params["askconsent"] == "true" );
212
 
213
  $uploadedfile = 'uploadedfile_'.$sid;
214
  $hiddeninput = 'hiddeninput_'.$sid;
222
  $init_params["session"] = WFU_USVAR($token_sid);
223
  $init_params["testmode"] = ( $params["testmode"] == "true" );
224
  $init_params["widgetid"] = $params["widgetid"];
225
+ $init_params["require_consent"] = $additional_params["require_consent"];
226
+ $init_params["consent_format"] = $params["consentformat"];
227
+ $init_params["consent_question"] = preg_replace("/:(\w):/", "<a href=\"".$params["consentdisclaimer"]."\">$1</a>", $params["consentquestion"]);
228
  //add allow no file flag
229
  $init_params["allownofile"] = ( $params["allownofile"] == "true" );
230
  //add params related to visual editor button
363
  elseif ( $item_in_section == "progressbar" ) array_push($section_array, wfu_prepare_progressbar_block($params, $additional_params, $occurrence_index));
364
  elseif ( $item_in_section == "message" ) array_push($section_array, wfu_prepare_message_block($params, $additional_params, $occurrence_index));
365
  elseif ( $item_in_section == "userdata" && $params["userdata"] == "true" ) array_push($section_array, wfu_prepare_userdata_block($params, $additional_params, $occurrence_index));
366
+ elseif ( $item_in_section == "consent" && $additional_params["require_consent"] ) array_push($section_array, wfu_prepare_consent_block($params, $additional_params, $occurrence_index));
367
  elseif ( $item_in_section == "webcam" && $params["webcam"] == "true" ) array_push($section_array, wfu_prepare_webcam_block($params, $additional_params, $occurrence_index));
368
  }
369
  }
377
  wfu_extract_css_js_from_components($section_array, $css, $js);
378
  $component_output .= call_user_func_array("wfu_add_div", $section_array);
379
  }
380
+ if ( $additional_params["require_consent"] && strpos($params["placements"], "consent") === false ) {
381
+ $section_array = array( $params );
382
+ array_push($section_array, wfu_prepare_consent_block($params, $additional_params, 0));
383
+ wfu_extract_css_js_from_components($section_array, $css, $js);
384
+ $component_output .= call_user_func_array("wfu_add_div", $section_array);
385
+ }
386
  if ( strpos($params["placements"], "selectbutton") === false ) {
387
  $section_array = array( $params );
388
  array_push($section_array, wfu_prepare_uploadform_block($params, $additional_params, 0));
491
  $js_script_enc = "";
492
  }
493
  else {
494
+ //update consent status of user
495
+ if ( $additional_params["require_consent"] ) {
496
+ if ( !isset($_POST['consent_result']) ) die();
497
+ $consent_result = ( $_POST['consent_result'] == "yes" ? "yes" : ( $_POST['consent_result'] == "no" ? "no" : "" ) );
498
+ wfu_update_user_consent($user, $consent_result);
499
+ }
500
  $wfu_process_file_array = wfu_process_files($params, 'no_ajax');
501
  $safe_output = $wfu_process_file_array["general"]['safe_output'];
502
  unset($wfu_process_file_array["general"]['safe_output']);