wpDataTables Lite - Version 2.1.4

Version Description

A major update with a couple of new features, bug fixes and stability improvements: * Feature: Elementor integration - Added Elementor Blocks for tables and charts. * Feature: New option to hide pagination for each table. * Feature: New option to set pagination position for each table.(Right, center and left) * Feature: New option to set pagination layout for each table.(Six different layouts) * Feature: New option to set tables sorting order on browse pages. * BugFix: Fixed issue for reset options Remove borders. * BugFix: Fixed issue with showing tables in Internet Explorer browser. * BugFix: Remove wpdt-c class from admin area on other admin pages * BugFix: Correct folder name for Slovenian language. * BugFix: Fixed issue with removing message modals in admin area * BugFix: Fixed issue for simple tables with random sorting. * Other small bug fixes and stability improvements.

Download this release

Release Info

Developer wpDataTables
Plugin Icon 128x128 wpDataTables Lite
Version 2.1.4
Comparing to
See all releases

Code changes from version 2.1.3 to 2.1.4

Files changed (47) hide show
  1. assets/css/admin/browse.css +2 -2
  2. assets/css/bootstrap/wpdatatables-bootstrap.css +4 -0
  3. assets/css/elementor/style.css +15 -0
  4. assets/css/wdt.frontend.min.css +1 -1
  5. assets/css/wpdatatables.min.css +27 -20
  6. assets/js/wpdatatables/admin/plugin-settings/main.js +8 -0
  7. assets/js/wpdatatables/admin/plugin-settings/plugin_config_object.js +8 -0
  8. assets/js/wpdatatables/admin/table-settings/main.js +21 -0
  9. assets/js/wpdatatables/admin/table-settings/table_config_object.js +43 -0
  10. assets/js/wpdatatables/admin/wdt.color-picker-init.js +3 -0
  11. assets/js/wpdatatables/admin/wdtRating.js +2 -2
  12. assets/js/wpdatatables/wdt.frontend.min.js +2 -1
  13. assets/js/wpdatatables/wpdatatables.js +29 -0
  14. config/config.inc.php +1 -1
  15. controllers/wdt_admin.php +20 -1
  16. controllers/wdt_functions.php +6 -2
  17. languages/en_US/wpdatatables.mo +0 -0
  18. languages/en_US/wpdatatables.po +406 -264
  19. languages/fr_FR/wpdatatables-fr_FR.mo +0 -0
  20. languages/fr_FR/wpdatatables-fr_FR.po +406 -264
  21. languages/hu_HU/wpdatatables-hu_HU.mo +0 -0
  22. languages/hu_HU/wpdatatables-hu_HU.po +406 -264
  23. languages/nl_NL/nl_NL.mo +0 -0
  24. languages/nl_NL/nl_NL.po +406 -264
  25. languages/nl_NL/wpdatatables-nl_NL.mo +0 -0
  26. languages/nl_NL/wpdatatables-nl_NL.po +406 -264
  27. languages/pl_PL/wpdatatables-pl_PL.mo +0 -0
  28. languages/pl_PL/wpdatatables-pl_PL.po +406 -264
  29. languages/ru_RU/wpdatatables-ru_RU.mo +0 -0
  30. languages/ru_RU/wpdatatables-ru_RU.po +406 -264
  31. languages/{sl_Sl → sl_SI}/wpdatatables-sl_SI.mo +0 -0
  32. languages/{sl_Sl → sl_SI}/wpdatatables-sl_SI.po +406 -264
  33. lib/phpExcel/PHPExcel/Shared/OLE.php +1 -1
  34. readme.txt +18 -2
  35. source/class.wdtbrowsechartstable.php +6 -4
  36. source/class.wdtbrowsetable.php +6 -4
  37. source/class.wdtconfigcontroller.php +13 -1
  38. source/class.wdtelementorblock.php +70 -0
  39. source/class.wdtsettingscontroller.php +1 -0
  40. source/class.wpdatatable.php +69 -8
  41. templates/admin/dashboard/dashboard.inc.php +13 -6
  42. templates/admin/settings/tabs/main_plugin_settings.php +17 -0
  43. templates/admin/table-settings/table_settings_block.inc.php +99 -0
  44. templates/admin/welcome_page/welcome_page.inc.php +1 -1
  45. widgets/class.wpDataChartsElementorWidget.php +101 -0
  46. widgets/class.wpDataTablesElementorWidget.php +109 -0
  47. wpdatatables.php +2 -1
assets/css/admin/browse.css CHANGED
@@ -139,7 +139,7 @@
139
 
140
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc .sorting-indicator:before {
141
  font-family: "wpDataTablesIcons";
142
- content: "\f0e1";
143
  }
144
 
145
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc .sorting-indicator:before {
@@ -149,7 +149,7 @@
149
 
150
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc:hover .sorting-indicator:before {
151
  font-family: "wpDataTablesIcons";
152
- content: "\f0dd";
153
  }
154
 
155
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc:hover .sorting-indicator:before {
139
 
140
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc .sorting-indicator:before {
141
  font-family: "wpDataTablesIcons";
142
+ content: "\f0dd";
143
  }
144
 
145
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc .sorting-indicator:before {
149
 
150
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc:hover .sorting-indicator:before {
151
  font-family: "wpDataTablesIcons";
152
+ content: "\f0e1";
153
  }
154
 
155
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc:hover .sorting-indicator:before {
assets/css/bootstrap/wpdatatables-bootstrap.css CHANGED
@@ -4340,6 +4340,10 @@
4340
  display: block;
4341
  }
4342
 
 
 
 
 
4343
  .wpdt-c .open > a {
4344
  outline: 0;
4345
  }
4340
  display: block;
4341
  }
4342
 
4343
+ .wpdt-c .open > ul.dropdown-menu {
4344
+ padding: 0 !important;
4345
+ }
4346
+
4347
  .wpdt-c .open > a {
4348
  outline: 0;
4349
  }
assets/css/elementor/style.css ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .elementor-element .icon .wpdt-table-logo:before,
2
+ .elementor-element .icon .wpdt-chart-logo:before{
3
+ content: "";
4
+ height: 30px;
5
+ display: block;
6
+ background-size: contain;
7
+ background-repeat: no-repeat;
8
+ background-position: center center;
9
+ }
10
+ .elementor-element .icon .wpdt-table-logo:before {
11
+ background-image: url('/wp-content/plugins/wpdatatables/assets/img/logo-large.png');
12
+ }
13
+ .elementor-element .icon .wpdt-chart-logo:before {
14
+ background-image: url('/wp-content/plugins/wpdatatables/assets/img/chart-icon.png');
15
+ }
assets/css/wdt.frontend.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-weight:400;font-style:normal;font-family:wpDataTablesIcons;src:url(../fonts/wpDataTablesIcons.eot);src:url(../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'),url(../fonts/wpDataTablesIcons.woff) format('woff'),url(../fonts/wpDataTablesIcons.ttf) format('truetype'),url(../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg')}.wpDataTables:after,.wpDataTables:before{content:" ";display:table}.wpDataTables:after{clear:both}.wpDataTablesWrapper{margin-bottom:20px}.wpDataTablesWrapper table.wpDataTable{background-color:transparent;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto;width:100%;table-layout:auto;margin-bottom:10px;overflow:auto}.wpDataTablesWrapper table.wpDataTable>tbody>tr>td>ul{list-style:inherit}.wpDataTablesWrapper table.wpDataTable>tbody>tr>th,.wpDataTablesWrapper table.wpDataTable>tbody>tr>td{text-align:left}.wpDataTablesWrapper table.wpDataTable.wpdtSimpleTable>tbody>tr>th,.wpDataTablesWrapper table.wpDataTable.wpdtSimpleTable>tbody>tr>td{text-align:center}.wpDataTablesWrapper table.wpDataTable>thead>tr>th{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-weight:700;padding:3px 18px 3px 10px;font-weight:700;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th{overflow:visible}.wpDataTablesWrapper table.wpDataTable thead th.sorting,.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc{background-image:none!important}.wpDataTablesWrapper table.wpDataTable td{padding:3px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable td.center,.wpDataTablesWrapper table.wpDataTable td.dataTables_empty{text-align:center}.wpDataTablesWrapper table.wpDataTable>tfoot>tr>th{padding:3px 18px 3px 10px;font-weight:700}.wpDataTablesWrapper table.wpDataTable tfoot td{padding-bottom:7px;padding-top:7px;vertical-align:top;white-space:normal;overflow:visible}.wpDataTablesWrapper table.wpDataTable tfoot td input,.wpDataTablesWrapper table.wpDataTable thead th input{display:block;margin:0;width:92%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter{display:block;width:100%}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child{margin-bottom:5px!important}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_filter{float:right;text-align:right}.wpDataTablesWrapper .dataTables_info{clear:both;float:left}.wpDataTablesWrapper .dataTables_paginate{float:right;text-align:right;background-color:transparent}.wpDataTablesWrapper .paging_full_numbers{height:35px;line-height:22px}.wpDataTablesWrapper .paging_full_numbers a:active{outline:0}.wpDataTablesWrapper .paging_full_numbers a:hover{text-decoration:none}.wpDataTablesWrapper div.wdtscroll{width:100%;overflow-x:scroll}.wpDataTablesWrapper table.scroll{width:auto!important}.wpDataTablesWrapper .dataTables_info{clear:both;float:left;margin-top:10px;padding:3px 0;font-size:11px}.wpDataTablesWrapper .dataTables_paginate{float:right;text-align:right;margin-top:5px}.wpDataTablesWrapper .dataTables_paginate a{display:inline-block;height:auto;cursor:pointer;padding:2px 7px;vertical-align:middle}.wpDataTablesWrapper .paginate_button:before{font-size:14px;line-height:1em}.wpDataTablesWrapper div.dt-buttons{margin-bottom:20px;margin-left:20px;margin-right:-10px;float:right}.wpDataTablesWrapper a.DTTT_button{height:auto;line-height:18px!important;margin-right:15px;padding:0;font-size:1em;position:relative;float:left;margin-right:3px;padding:5px 8px;cursor:pointer;color:#000}.wpDataTablesWrapper .DTTT_button[disabled=disabled]{cursor:default}.wpDataTablesWrapper .DTTT_button:before{font-size:18px;float:none;line-height:18px;margin-right:5px;margin-top:0}.wpDataTablesWrapper .DTTT_button span{vertical-align:middle}.wpDataTablesWrapper .wdt-checkbox-filter.btn:before{content:"\e00a"}.wpDataTablesWrapper .DTTT_button.DTTT_button_new:before{content:"\e006"}.wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before{content:"\e00b"}.wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before{content:"\e00c"}.wpDataTablesWrapper .ico-search:before{content:"\e00d"}.wpDataTablesWrapper .ico-cntrl:before{content:"\e00e"}.wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{content:"\e00f"}.wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before{content:"\e010"}.wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before{content:"\e013"}.wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before{content:"\e014"}.wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before{content:"\e015"}.wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{font-family:"wpDataTablesIcons"!important;font-size:20px;content:"\f074"}.wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before{content:"\e817"}button.wdt-clear-filters-button:before,button.wdt-clear-filters-widget-button:before{font-family:wpDataTablesIcons;content:"\e817"}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_length span.filter-option{margin-left:15px}.wpDataTablesWrapper .dataTables_length a{box-shadow:none!important}.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{margin-bottom:15px}.wpDataTablesWrapper .dataTables_filter label,.wpDataTablesWrapper .dataTables_length label{font-size:inherit;line-height:inherit;margin-bottom:0}.wpDataTablesWrapper .dataTables_filter input{margin-bottom:0}div.wpDataTablesFilter span.filter_column .date-range-filter:first-child,div.wpDataTablesFilter span.filter_column .date-time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .number-range-filter:first-child{margin-right:8px}.wpDataTablesWrapper .wdt-checkbox-modal-wrap,.wpDataTablesWrapper .wpDataTablesFilter{overflow:hidden;display:initial}@-moz-document url-prefix(){.wpdt-c .wpDataTables.wpDataTablesWrapper{position:initial!important}}.wpDataTables input[type="search"],.wpDataTables select,.wpDataTables textarea{display:inline-block;margin-bottom:0!important;max-width:100%;padding:3px 6px!important;vertical-align:middle!important;width:206px}.wpDataTables textarea.wpdt-tiny-mce{display:none!important}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables select,.wpDataTables textarea{font-size:inherit!important;line-height:22px!important;padding-bottom:3px!important;padding-top:3px!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-transform:inherit}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables input[type=text],.wpDataTables select,.wpdt-c .wpDataTablesWrapper .filter_column button{height:30px!important}.wpDataTables .wdt-checkbox-filter.btn{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;border:1px solid #d7d7d7}.wpDataTablesWrapper .wpDataTableFilterSection{float:left;padding:15px}.wpDataTableFilterBox .wpDataTableFilterSection div:first-child{margin-top:5px}.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){float:left;margin-bottom:10px;margin-right:15px;width:230px;min-height:115px}.sidebar .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){min-height:50px}.wpDataTablesFilter .wpDataTableFilterSection input.form-control{height:30px}.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block{display:inline-block;margin-bottom:0;padding-top:42px}.wpDataTablesFilter .wpDataTableFilterSection span.filter_column.filter_checkbox .wdt_checkbox_option{width:100%}span.filter_column.wdt-filter-number-range{white-space:normal}.wpDataTablesFilter .number_range_filter:first-child{margin-right:7px}.wdt-checkbox-modal-wrap{margin-bottom:15px}.wdt-checkbox-modal-wrap:after,.wdt-checkbox-modal-wrap:before{content:" ";display:table}.wdt-checkbox-modal-wrap:after{clear:both}@media(max-width:979px){.wpDataTablesWrapper .dataTables_filter input{width:100px}}@media(max-width:750px){.wpDataTablesWrapper .dataTables_filter input{width:200px}.wpDataTablesWrapper .DTTT_container,.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{float:none!important;margin-bottom:10px;text-align:left!important}.wpDataTablesWrapper .DTTT_container{margin-left:0!important}.wpDataTablesWrapper .DTTT_container button{display:none}.wpDataTablesWrapper .DTTT_container button.delete_table_entry,.wpDataTablesWrapper .DTTT_container button.edit_table,.wpDataTablesWrapper .DTTT_container button.new_table_entry{display:inline-block;float:none!important;position:static}}span.media-modal-icon span.screen-reader-text{display:none}.wpDataTablesPopover{position:absolute;width:200px;white-space:normal;line-height:16px;z-index:9}.wpDataTablesPopover:before{position:absolute;left:50%;bottom:-7px;content:'';display:block;margin-left:-7px}.wpDataTablesPopover.editTools{width:auto}.wpDataTablesPopover.editTools a.DTTT_button{color:#ffffff!important}div.dt-button-collection{position:absolute;top:0;left:0;width:auto;min-width:200px;padding:20px;border:solid 1px #ccc;background-color:#fff;overflow:hidden;z-index:100001;border-radius:5px}.dt-button-collection a.dt-button{background-color:#fdfdfd;border:1px solid;border-color:#ccc;border-color:rgb(204,204,204);color:#333;border-radius:3px!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;font-weight:400;margin:5px 10px 5px 0;align-items:flex-start;text-align:center;cursor:default;padding:2px 6px 3px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;margin-bottom:4px;margin-right:0}div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#f5f5f5;border-color:#a1a1a1;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}@media screen and (max-width:640px){div.dt-buttons{float:none!important;text-align:center}}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left;position:relative}div.wdt-checkbox-modal-wrap>div>div{width:100%}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option label{white-space:nowrap;width:85%;overflow:hidden;text-overflow:ellipsis;display:inline-block;position:absolute;padding-left:5px}.wdt-sum-cell,.wdt-avg-cell,.wdt-min-cell,.wdt-max-cell{text-align:right!important}.wpdt-c .wdt-edit-dialog-fields-block .btn.dropdown-toggle{text-transform:inherit}.wpdt-c .wdt-edit-dialog-fields-block .fileinput-filename{text-overflow:ellipsis;white-space:nowrap;max-width:200px}.wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{font-family:wpDataTablesIcons;content:"\e817";margin-right:5px}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td{background-color:transparent}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{padding-top:10px}.wpdt-c #wpdatatable-preview-container .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{height:auto}.wpdt-c .wpDataTablesWrapper table{position:relative}.wpdt-c .wpDataTablesWrapper .wdtscroll table{position:static}.wpdt-c .wdt-preload-layer{position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,1);text-align:center;z-index:100}.wpdt-c .wdt-preload-layer div.preloader{top:50%}.wpdt-c .media-modal .media-frame-title h1{padding:0 16px;font-size:22px;line-height:50px;margin:0}.wpdt-c .media-modal .thumbnail{margin-bottom:initial;background-color:initial;border:initial;line-height:initial;border-radius:initial}.wpdt-c .media-modal h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#666;margin:24px 0 8px}.wpdt-c .media-modal input{font-weight:400}.wpdt-c .attachment-filters{min-width:110px}.wpdt-c .responsiveExpander{float:left}.wpdt-c input:focus{background:none!important}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu{width:80px;padding:0 5px;height:35px}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle{height:100%;top:0}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after{content:''}.wpdt-c .clear{clear:both}.wpdt-c button.wdt-checkbox-filter:hover:after,.wpdt-c button.dropdown-toggle:hover:after{width:0}.wpdt-c .modal .modal-header{background:none}.wpdt-c .modal .modal-header button.close{background:none;margin:0;opacity:.5;font-weight:400;color:#000;font-size:19.5px}.wpdt-c .btn-group.bootstrap-select .inner .text{margin-top:inherit;position:inherit;top:inherit;text-align:center;width:inherit}.wpdt-c .modal{width:inherit;margin-left:inherit;background-color:inherit;border:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;box-shadow:inherit;-webkit-background-clip:inherit;-moz-background-clip:inherit;background-clip:inherit}.wpdt-c .bootstrap-select .status{background:#F7F7F7;clear:both;color:#999;font-size:13px;font-weight:400;line-height:1;margin-bottom:-5px;padding:13px 20px}.google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,.google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child{display:none!important}div.DTTT_container{position:relative;float:right;margin-bottom:1em}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:black!important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-o-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}button.DTTT_button_collection span{padding-right:17px}button.DTTT_button_collection:hover span{padding-right:17px}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}div.DTTT_collection_background{z-index:2001}div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#ffffff,#e0e0e0);background-image:-o-linear-gradient(top,#ffffff,#e0e0e0);background-image:linear-gradient(to bottom,#ffffff,#e0e0e0);background-image:-moz-linear-gradient(top,#ffffff,#e0e0e0);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);border:1px solid #e0e0e0;cursor:pointer;display:inline-block;line-height:0;font-size:0;padding:1px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:3px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ffffff,#f5f5f5);background-image:-o-linear-gradient(top,#ffffff,#f5f5f5);background-image:linear-gradient(to bottom,#ffffff,#f5f5f5);background-image:-moz-linear-gradient(top,#ffffff,#f5f5f5);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff5f5f5',GradientType=0);border-color:#c7d5e1;-webkit-box-shadow:0 0 4px rgba(0,0,0,.25);-moz-box-shadow:0 0 4px rgba(0,0,0,.25);box-shadow:0 0 4px rgba(0,0,0,.25)}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{display:inline-block;line-height:0;content:"";height:11px;width:11px;background-image:url(../img/icons.png);background-repeat:no-repeat;background-position:-3000px -3000px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after{background-position:0 0;cursor:pointer}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover:after{background-position:-12px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{background-position:-24px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover:after{background-position:-36px 0}table.has-columns-hidden>tbody>tr.row-detail>td{background:#eee}table.has-columns-hidden>tbody>tr.row-detail>td>ul{list-style:none;margin:0}table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle{font-weight:700}
1
+ @font-face{font-weight:400;font-style:normal;font-family:wpDataTablesIcons;src:url(../fonts/wpDataTablesIcons.eot);src:url(../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'),url(../fonts/wpDataTablesIcons.woff) format('woff'),url(../fonts/wpDataTablesIcons.ttf) format('truetype'),url(../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg')}.wpDataTables:after,.wpDataTables:before{content:" ";display:table}.wpDataTables:after{clear:both}.wpDataTablesWrapper{margin-bottom:20px}.wpDataTablesWrapper table.wpDataTable{background-color:transparent;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto;width:100%;table-layout:auto;margin-bottom:10px;overflow:auto}.wpDataTablesWrapper table.wpDataTable>tbody>tr>td>ul{list-style:inherit}.wpDataTablesWrapper table.wpDataTable>tbody>tr>th,.wpDataTablesWrapper table.wpDataTable>tbody>tr>td{text-align:left}.wpDataTablesWrapper table.wpDataTable.wpdtSimpleTable>tbody>tr>th,.wpDataTablesWrapper table.wpDataTable.wpdtSimpleTable>tbody>tr>td{text-align:center}.wpDataTablesWrapper table.wpDataTable>thead>tr>th{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-weight:700;padding:3px 18px 3px 10px;font-weight:700;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th{overflow:visible}.wpDataTablesWrapper table.wpDataTable thead th.sorting,.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc{background-image:none!important}.wpDataTablesWrapper table.wpDataTable td{padding:3px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable td.center,.wpDataTablesWrapper table.wpDataTable td.dataTables_empty{text-align:center}.wpDataTablesWrapper table.wpDataTable>tfoot>tr>th{padding:3px 18px 3px 10px;font-weight:700}.wpDataTablesWrapper table.wpDataTable tfoot td{padding-bottom:7px;padding-top:7px;vertical-align:top;white-space:normal;overflow:visible}.wpDataTablesWrapper table.wpDataTable tfoot td input,.wpDataTablesWrapper table.wpDataTable thead th input{display:block;margin:0;width:92%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter{display:block;width:100%}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child{margin-bottom:5px!important}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_filter{float:right;text-align:right}.wpDataTablesWrapper.wpdt-pagination-right .dataTables_paginate{float:right!important;background-color:transparent}.wpDataTablesWrapper.wpdt-pagination-left .dataTables_paginate{float:left!important;background-color:transparent}.wpDataTablesWrapper.wpdt-pagination-center .dataTables_paginate{display:table;margin:0 auto!important;background-color:transparent}.wpDataTablesWrapper .paging_full_numbers{height:35px;line-height:22px}.wpDataTablesWrapper .paging_full_numbers a:active{outline:0}.wpDataTablesWrapper .paging_full_numbers a:hover{text-decoration:none}.wpDataTablesWrapper div.wdtscroll{width:100%;overflow-x:scroll}.wpDataTablesWrapper table.scroll{width:auto!important}.wpDataTablesWrapper .dataTables_info{clear:both;float:left;margin-top:10px;padding:3px 0;font-size:11px}.wpDataTablesWrapper.wpdt-pagination-left .dataTables_info{float:right}.wpDataTablesWrapper.wpdt-pagination-center .dataTables_info{float:none}.wpDataTablesWrapper .dataTables_paginate{margin-top:5px}.wpDataTablesWrapper .dataTables_paginate a{display:inline-block;height:auto;cursor:pointer;padding:2px 7px;vertical-align:middle}.wpDataTablesWrapper .paginate_button:before{font-size:14px;line-height:1em}.wpDataTablesWrapper div.dt-buttons{margin-bottom:20px;margin-left:20px;margin-right:-10px;float:right}.wpDataTablesWrapper a.DTTT_button{height:auto;line-height:18px!important;margin-right:15px;padding:0;font-size:1em;position:relative;float:left;margin-right:3px;padding:5px 8px;cursor:pointer;color:#000}.wpDataTablesWrapper .DTTT_button[disabled=disabled]{cursor:default}.wpDataTablesWrapper .DTTT_button:before{font-size:18px;float:none;line-height:18px;margin-right:5px;margin-top:0}.wpDataTablesWrapper .DTTT_button span{vertical-align:middle}.wpDataTablesWrapper .wdt-checkbox-filter.btn:before{content:"\e00a"}.wpDataTablesWrapper .DTTT_button.DTTT_button_new:before{content:"\e006"}.wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before{content:"\e00b"}.wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before{content:"\e00c"}.wpDataTablesWrapper .ico-search:before{content:"\e00d"}.wpDataTablesWrapper .ico-cntrl:before{content:"\e00e"}.wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{content:"\e00f"}.wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before{content:"\e010"}.wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before{content:"\e013"}.wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before{content:"\e014"}.wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before{content:"\e015"}.wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{font-family:"wpDataTablesIcons"!important;font-size:20px;content:"\f074"}.wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before{content:"\e817"}button.wdt-clear-filters-button:before,button.wdt-clear-filters-widget-button:before{font-family:wpDataTablesIcons;content:"\e817"}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_length span.filter-option{margin-left:15px}.wpDataTablesWrapper .dataTables_length a{box-shadow:none!important}.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{margin-bottom:15px}.wpDataTablesWrapper .dataTables_filter label,.wpDataTablesWrapper .dataTables_length label{font-size:inherit;line-height:inherit;margin-bottom:0}.wpDataTablesWrapper .dataTables_filter input{margin-bottom:0}div.wpDataTablesFilter span.filter_column .date-range-filter:first-child,div.wpDataTablesFilter span.filter_column .date-time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .number-range-filter:first-child{margin-right:8px}.wpDataTablesWrapper .wdt-checkbox-modal-wrap,.wpDataTablesWrapper .wpDataTablesFilter{overflow:hidden;display:initial}@-moz-document url-prefix(){.wpdt-c .wpDataTables.wpDataTablesWrapper{position:initial!important}}.wpDataTables input[type="search"],.wpDataTables select,.wpDataTables textarea{display:inline-block;margin-bottom:0!important;max-width:100%;padding:3px 6px!important;vertical-align:middle!important;width:206px}.wpDataTables textarea.wpdt-tiny-mce{display:none!important}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables select,.wpDataTables textarea{font-size:inherit!important;line-height:22px!important;padding-bottom:3px!important;padding-top:3px!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-transform:inherit}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables input[type=text],.wpDataTables select,.wpdt-c .wpDataTablesWrapper .filter_column button{height:30px!important}.wpDataTables .wdt-checkbox-filter.btn{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;border:1px solid #d7d7d7}.wpDataTablesWrapper .wpDataTableFilterSection{float:left;padding:15px}.wpDataTableFilterBox .wpDataTableFilterSection div:first-child{margin-top:5px}.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){float:left;margin-bottom:10px;margin-right:15px;width:230px;min-height:115px}.sidebar .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){min-height:50px}.wpDataTablesFilter .wpDataTableFilterSection input.form-control{height:30px}.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block{display:inline-block;margin-bottom:0;padding-top:42px}.wpDataTablesFilter .wpDataTableFilterSection span.filter_column.filter_checkbox .wdt_checkbox_option{width:100%}span.filter_column.wdt-filter-number-range{white-space:normal}.wpDataTablesFilter .number_range_filter:first-child{margin-right:7px}.wdt-checkbox-modal-wrap{margin-bottom:15px}.wdt-checkbox-modal-wrap:after,.wdt-checkbox-modal-wrap:before{content:" ";display:table}.wdt-checkbox-modal-wrap:after{clear:both}@media(max-width:979px){.wpDataTablesWrapper .dataTables_filter input{width:100px}}@media(max-width:750px){.wpDataTablesWrapper .dataTables_filter input{width:200px}.wpDataTablesWrapper .DTTT_container,.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{float:none!important;margin-bottom:10px;text-align:left!important}.wpDataTablesWrapper .DTTT_container{margin-left:0!important}.wpDataTablesWrapper .DTTT_container button{display:none}.wpDataTablesWrapper .DTTT_container button.delete_table_entry,.wpDataTablesWrapper .DTTT_container button.edit_table,.wpDataTablesWrapper .DTTT_container button.new_table_entry{display:inline-block;float:none!important;position:static}}span.media-modal-icon span.screen-reader-text{display:none}.wpDataTablesPopover{position:absolute;width:200px;white-space:normal;line-height:16px;z-index:9}.wpDataTablesPopover:before{position:absolute;left:50%;bottom:-7px;content:'';display:block;margin-left:-7px}.wpDataTablesPopover.editTools{width:auto}.wpDataTablesPopover.editTools a.DTTT_button{color:#ffffff!important}div.dt-button-collection{position:absolute;top:0;left:0;width:auto;min-width:200px;padding:20px;border:solid 1px #ccc;background-color:#fff;overflow:hidden;z-index:100001;border-radius:5px}.dt-button-collection a.dt-button{background-color:#fdfdfd;border:1px solid;border-color:#ccc;border-color:rgb(204,204,204);color:#333;border-radius:3px!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;font-weight:400;margin:5px 10px 5px 0;align-items:flex-start;text-align:center;cursor:default;padding:2px 6px 3px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;margin-bottom:4px;margin-right:0}div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#f5f5f5;border-color:#a1a1a1;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}@media screen and (max-width:640px){div.dt-buttons{float:none!important;text-align:center}}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left;position:relative}div.wdt-checkbox-modal-wrap>div>div{width:100%}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option label{white-space:nowrap;width:85%;overflow:hidden;text-overflow:ellipsis;display:inline-block;position:absolute;padding-left:5px}.wdt-sum-cell,.wdt-avg-cell,.wdt-min-cell,.wdt-max-cell{text-align:right!important}.wpdt-c .wdt-edit-dialog-fields-block .btn.dropdown-toggle{text-transform:inherit}.wpdt-c .wdt-edit-dialog-fields-block .fileinput-filename{text-overflow:ellipsis;white-space:nowrap;max-width:200px}.wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{font-family:wpDataTablesIcons;content:"\e817";margin-right:5px}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td{background-color:transparent}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{padding-top:10px}.wpdt-c #wpdatatable-preview-container .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{height:auto}.wpdt-c .wpDataTablesWrapper table{position:relative}.wpdt-c .wpDataTablesWrapper .wdtscroll table{position:static}.wpdt-c .wdt-preload-layer{position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,1);text-align:center;z-index:100}.wpdt-c .wdt-preload-layer div.preloader{top:50%}.wpdt-c .media-modal .media-frame-title h1{padding:0 16px;font-size:22px;line-height:50px;margin:0}.wpdt-c .media-modal .thumbnail{margin-bottom:initial;background-color:initial;border:initial;line-height:initial;border-radius:initial}.wpdt-c .media-modal h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#666;margin:24px 0 8px}.wpdt-c .media-modal input{font-weight:400}.wpdt-c .attachment-filters{min-width:110px}.wpdt-c .responsiveExpander{float:left}.wpdt-c input:focus{background:none!important}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu{width:80px;padding:0 5px;height:35px}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle{height:100%;top:0}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after{content:''}.wpdt-c .clear{clear:both}.wpdt-c button.wdt-checkbox-filter:hover:after,.wpdt-c button.dropdown-toggle:hover:after{width:0}.wpdt-c .modal .modal-header{background:none}.wpdt-c .modal .modal-header button.close{background:none;margin:0;opacity:.5;font-weight:400;color:#000;font-size:19.5px}.wpdt-c .btn-group.bootstrap-select .inner .text{margin-top:inherit;position:inherit;top:inherit;text-align:center;width:inherit}.wpdt-c .modal{width:inherit;margin-left:inherit;background-color:inherit;border:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;box-shadow:inherit;-webkit-background-clip:inherit;-moz-background-clip:inherit;background-clip:inherit}.wpdt-c .bootstrap-select .status{background:#F7F7F7;clear:both;color:#999;font-size:13px;font-weight:400;line-height:1;margin-bottom:-5px;padding:13px 20px}.google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,.google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child{display:none!important}div.DTTT_container{position:relative;float:right;margin-bottom:1em}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:black!important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-o-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}button.DTTT_button_collection span{padding-right:17px}button.DTTT_button_collection:hover span{padding-right:17px}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}div.DTTT_collection_background{z-index:2001}div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#ffffff,#e0e0e0);background-image:-o-linear-gradient(top,#ffffff,#e0e0e0);background-image:linear-gradient(to bottom,#ffffff,#e0e0e0);background-image:-moz-linear-gradient(top,#ffffff,#e0e0e0);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);border:1px solid #e0e0e0;cursor:pointer;display:inline-block;line-height:0;font-size:0;padding:1px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:3px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ffffff,#f5f5f5);background-image:-o-linear-gradient(top,#ffffff,#f5f5f5);background-image:linear-gradient(to bottom,#ffffff,#f5f5f5);background-image:-moz-linear-gradient(top,#ffffff,#f5f5f5);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff5f5f5',GradientType=0);border-color:#c7d5e1;-webkit-box-shadow:0 0 4px rgba(0,0,0,.25);-moz-box-shadow:0 0 4px rgba(0,0,0,.25);box-shadow:0 0 4px rgba(0,0,0,.25)}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{display:inline-block;line-height:0;content:"";height:11px;width:11px;background-image:url(../img/icons.png);background-repeat:no-repeat;background-position:-3000px -3000px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after{background-position:0 0;cursor:pointer}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover:after{background-position:-12px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{background-position:-24px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover:after{background-position:-36px 0}table.has-columns-hidden>tbody>tr.row-detail>td{background:#eee}table.has-columns-hidden>tbody>tr.row-detail>td>ul{list-style:none;margin:0}table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle{font-weight:700}
assets/css/wpdatatables.min.css CHANGED
@@ -148,12 +148,33 @@
148
 
149
  /* Table Pagination */
150
 
151
- .wpDataTablesWrapper .dataTables_paginate {
152
- float: right;
153
- text-align: right;
 
 
 
 
 
 
 
 
154
  background-color: transparent;
155
  }
156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  .wpDataTablesWrapper .paging_full_numbers {
158
  height: 35px;
159
  line-height: 22px;
@@ -188,27 +209,13 @@
188
  padding: 3px 0;
189
  font-size: 11px;
190
  }
191
-
192
- /* Table Pagination */
193
-
194
- .wpDataTablesWrapper .dataTables_paginate {
195
  float: right;
196
- text-align: right;
197
- margin-top: 5px;
198
  }
199
-
200
- .wpDataTablesWrapper .dataTables_paginate a {
201
- display: inline-block;
202
- height: auto;
203
- cursor: pointer;
204
- padding: 2px 7px;
205
- vertical-align: middle;
206
  }
207
 
208
- .wpDataTablesWrapper .paginate_button:before {
209
- font-size: 14px;
210
- line-height: 1em;
211
- }
212
 
213
  /* Export Tools */
214
 
148
 
149
  /* Table Pagination */
150
 
151
+ .wpDataTablesWrapper.wpdt-pagination-right .dataTables_paginate {
152
+ float: right !important;
153
+ background-color: transparent;
154
+ }
155
+ .wpDataTablesWrapper.wpdt-pagination-left .dataTables_paginate {
156
+ float: left !important;
157
+ background-color: transparent;
158
+ }
159
+ .wpDataTablesWrapper.wpdt-pagination-center .dataTables_paginate {
160
+ display: table;
161
+ margin: 0 auto !important;
162
  background-color: transparent;
163
  }
164
 
165
+ .wpDataTablesWrapper .dataTables_paginate a {
166
+ display: inline-block;
167
+ height: auto;
168
+ cursor: pointer;
169
+ padding: 2px 7px;
170
+ vertical-align: middle;
171
+ }
172
+
173
+ .wpDataTablesWrapper .paginate_button:before {
174
+ font-size: 14px;
175
+ line-height: 1em;
176
+ }
177
+
178
  .wpDataTablesWrapper .paging_full_numbers {
179
  height: 35px;
180
  line-height: 22px;
209
  padding: 3px 0;
210
  font-size: 11px;
211
  }
212
+ .wpDataTablesWrapper.wpdt-pagination-left .dataTables_info {
 
 
 
213
  float: right;
 
 
214
  }
215
+ .wpDataTablesWrapper.wpdt-pagination-center .dataTables_info {
216
+ float: none;
 
 
 
 
 
217
  }
218
 
 
 
 
 
219
 
220
  /* Export Tools */
221
 
assets/js/wpdatatables/admin/plugin-settings/main.js CHANGED
@@ -60,6 +60,13 @@
60
  wpdatatable_plugin_config.setCSVDelimiter( $(this).val() );
61
  });
62
 
 
 
 
 
 
 
 
63
  /**
64
  * Change position of advance filter - "Render advanced filter"
65
  */
@@ -226,6 +233,7 @@
226
  wpdatatable_plugin_config.setBaseSkin ( wdt_current_config.wdtBaseSkin );
227
  wpdatatable_plugin_config.setNumberFormat ( wdt_current_config.wdtNumberFormat );
228
  wpdatatable_plugin_config.setCSVDelimiter ( wdt_current_config.wdtCSVDelimiter );
 
229
 
230
 
231
 
60
  wpdatatable_plugin_config.setCSVDelimiter( $(this).val() );
61
  });
62
 
63
+ /**
64
+ * Change Table sorting direction on Browse pages
65
+ */
66
+ $('#wdt-sorting-order-browse-tables').change(function(e){
67
+ wpdatatable_plugin_config.setSortingOrderBrowseTables( $(this).val() );
68
+ });
69
+
70
  /**
71
  * Change position of advance filter - "Render advanced filter"
72
  */
233
  wpdatatable_plugin_config.setBaseSkin ( wdt_current_config.wdtBaseSkin );
234
  wpdatatable_plugin_config.setNumberFormat ( wdt_current_config.wdtNumberFormat );
235
  wpdatatable_plugin_config.setCSVDelimiter ( wdt_current_config.wdtCSVDelimiter );
236
+ wpdatatable_plugin_config.setSortingOrderBrowseTables( wdt_current_config.wdtSortingOrderBrowseTables );
237
 
238
 
239
 
assets/js/wpdatatables/admin/plugin-settings/plugin_config_object.js CHANGED
@@ -128,6 +128,14 @@ var wpdatatable_plugin_config = {
128
  jQuery('#wdt-csv-delimiter').selectpicker( 'val', wdtCSVDelimiter );
129
  }
130
  },
 
 
 
 
 
 
 
 
131
 
132
  setRenderPosition: function ( renderPosition ) {
133
  if( wdt_current_config.wdtRenderFilter != renderPosition ){
128
  jQuery('#wdt-csv-delimiter').selectpicker( 'val', wdtCSVDelimiter );
129
  }
130
  },
131
+ setSortingOrderBrowseTables: function ( wdtSortingOrderBrowseTables ) {
132
+ if( wdt_current_config.wdtSortingOrderBrowseTables != wdtSortingOrderBrowseTables ){
133
+ wdt_current_config.wdtSortingOrderBrowseTables = wdtSortingOrderBrowseTables;
134
+ }
135
+ if( jQuery('#wdt-sorting-order-browse-tables').val() != wdtSortingOrderBrowseTables ){
136
+ jQuery('#wdt-sorting-order-browse-tables').selectpicker( 'val', wdtSortingOrderBrowseTables );
137
+ }
138
+ },
139
 
140
  setRenderPosition: function ( renderPosition ) {
141
  if( wdt_current_config.wdtRenderFilter != renderPosition ){
assets/js/wpdatatables/admin/table-settings/main.js CHANGED
@@ -115,6 +115,27 @@
115
  wpdatatable_config.setInfoBlock( $(this).is(':checked') ? 1 : 0 );
116
  });
117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  /**
119
  * Toggle Vertical scroll
120
  */
115
  wpdatatable_config.setInfoBlock( $(this).is(':checked') ? 1 : 0 );
116
  });
117
 
118
+ /**
119
+ * Enable pagination
120
+ */
121
+ $('#wdt-pagination').change(function (e) {
122
+ wpdatatable_config.setPagination($(this).is(':checked') ? 1 : 0);
123
+ });
124
+
125
+ /**
126
+ * Set pagination alignment
127
+ */
128
+ $('#wdt-pagination-align').change(function (e) {
129
+ wpdatatable_config.setPaginationAlign($(this).val());
130
+ });
131
+
132
+ /**
133
+ * Set pagination layout
134
+ */
135
+ $('#wdt-pagination-layout').change(function (e) {
136
+ wpdatatable_config.setPaginationLayout($(this).val());
137
+ });
138
+
139
  /**
140
  * Toggle Vertical scroll
141
  */
assets/js/wpdatatables/admin/table-settings/table_config_object.js CHANGED
@@ -24,6 +24,9 @@ var wpdatatable_config = {
24
  auto_refresh: 0,
25
  content: '',
26
  info_block: 1,
 
 
 
27
  simpleResponsive: 0,
28
  simpleHeader: 0,
29
  stripeTable: 0,
@@ -316,6 +319,43 @@ var wpdatatable_config = {
316
  wpdatatable_config.info_block = infoBlock;
317
  jQuery('#wdt-info-block').prop( 'checked', infoBlock );
318
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  /**
320
  * Enable or disable simple responsive
321
  * @param simpleResponsive 1 or 0
@@ -763,6 +803,9 @@ var wpdatatable_config = {
763
  wpdatatable_config.setGlobalSearch( parseInt( tableJSON.global_search ) );
764
  wpdatatable_config.setHideBeforeLoad( parseInt( tableJSON.hide_before_load ) );
765
  wpdatatable_config.setInfoBlock( parseInt( tableJSON.info_block ) );
 
 
 
766
  wpdatatable_config.setSimpleHeader( parseInt( tableJSON.simpleHeader ) );
767
  wpdatatable_config.setStripeTable( parseInt( tableJSON.stripeTable ) );
768
  wpdatatable_config.setCellPadding( parseInt( tableJSON.cellPadding ) );
24
  auto_refresh: 0,
25
  content: '',
26
  info_block: 1,
27
+ pagination:1,
28
+ paginationAlign: 'right',
29
+ paginationLayout: 'full_numbers',
30
  simpleResponsive: 0,
31
  simpleHeader: 0,
32
  stripeTable: 0,
319
  wpdatatable_config.info_block = infoBlock;
320
  jQuery('#wdt-info-block').prop( 'checked', infoBlock );
321
  },
322
+ /**
323
+ * Enable or disable pagination
324
+ * @param pagination 1 or 0
325
+ */
326
+ setPagination: function( pagination ){
327
+ wpdatatable_config.pagination = pagination;
328
+ jQuery('#wdt-pagination').prop( 'checked', pagination );
329
+ if ( pagination == 1 ){
330
+ jQuery('.pagination-align-settings-block').removeClass('hidden');
331
+ jQuery('.pagination-layout-settings-block').removeClass('hidden');
332
+ } else {
333
+ wpdatatable_config.setPaginationAlign('right');
334
+ wpdatatable_config.setPaginationLayout('full_numbers');
335
+ jQuery('.pagination-align-settings-block').addClass('hidden');
336
+ jQuery('.pagination-layout-settings-block').addClass('hidden');
337
+ }
338
+ },
339
+ /**
340
+ * Set pagination alignment
341
+ * @param paginationAlign string
342
+ */
343
+ setPaginationAlign: function( paginationAlign ){
344
+ wpdatatable_config.paginationAlign = paginationAlign;
345
+ jQuery('#wdt-pagination-align')
346
+ .val( paginationAlign )
347
+ .selectpicker( 'refresh' );
348
+ },
349
+ /**
350
+ * Set pagination layout
351
+ * @param paginationLayout string
352
+ */
353
+ setPaginationLayout: function( paginationLayout ){
354
+ wpdatatable_config.paginationLayout = paginationLayout;
355
+ jQuery('#wdt-pagination-layout')
356
+ .val( paginationLayout )
357
+ .selectpicker( 'refresh' );
358
+ },
359
  /**
360
  * Enable or disable simple responsive
361
  * @param simpleResponsive 1 or 0
803
  wpdatatable_config.setGlobalSearch( parseInt( tableJSON.global_search ) );
804
  wpdatatable_config.setHideBeforeLoad( parseInt( tableJSON.hide_before_load ) );
805
  wpdatatable_config.setInfoBlock( parseInt( tableJSON.info_block ) );
806
+ wpdatatable_config.setPagination( parseInt( tableJSON.pagination ) );
807
+ wpdatatable_config.setPaginationAlign( tableJSON.paginationAlign );
808
+ wpdatatable_config.setPaginationLayout( tableJSON.paginationLayout );
809
  wpdatatable_config.setSimpleHeader( parseInt( tableJSON.simpleHeader ) );
810
  wpdatatable_config.setStripeTable( parseInt( tableJSON.stripeTable ) );
811
  wpdatatable_config.setCellPadding( parseInt( tableJSON.cellPadding ) );
assets/js/wpdatatables/admin/wdt.color-picker-init.js CHANGED
@@ -28,6 +28,9 @@ var wdtInputToColorpicker = function (selecter) {
28
  $newEl = jQuery(colorPickerHtml);
29
  jQuery(selecter).replaceWith($newEl);
30
  $newEl.find('input').val(val).addClass(classes);
 
 
 
31
  wdtApplyColorPicker($newEl.find('.wdt-add-picker'));
32
  };
33
 
28
  $newEl = jQuery(colorPickerHtml);
29
  jQuery(selecter).replaceWith($newEl);
30
  $newEl.find('input').val(val).addClass(classes);
31
+ jQuery('.wdt-conditional-formatting-rules-container .wdt-add-picker').each(function (i, obj) {
32
+ jQuery(this).attr('id', 'condition' + i)
33
+ });
34
  wdtApplyColorPicker($newEl.find('.wdt-add-picker'));
35
  };
36
 
assets/js/wpdatatables/admin/wdtRating.js CHANGED
@@ -23,8 +23,8 @@
23
  });
24
  });
25
 
26
- $('.wdt-hide-rating').click(function () {
27
- event.preventDefault();
28
  $.ajax({
29
  url: ajaxurl,
30
  method: "POST",
23
  });
24
  });
25
 
26
+ $(document).on('click', '.wdt-hide-rating', function (e) {
27
+ e.preventDefault();
28
  $.ajax({
29
  url: ajaxurl,
30
  method: "POST",
assets/js/wpdatatables/wdt.frontend.min.js CHANGED
@@ -18,7 +18,7 @@
18
  for(j=0;j<customSearchIndexes.length;j++){var index=customSearchIndexes[j];d.columns[index].search.value=afnSearch_[j]()}
19
  d.sRangeSeparator=properties.sRangeSeparator}}}
20
  wdtClearFilters()})}})(jQuery);var sRangeFormat=wpdatatables_frontend_strings.from+" {from} "+wpdatatables_frontend_strings.to+" {to}";var fnOnFiltered=function(){};function wdtCreateInput(oTable,aoColumn,columnIndex,sColumnLabel,th,serverSide){var bIsNumber=aoColumn.type==='number';var sCSSClass=aoColumn.type==='number'?'number_filter':'text_filter';sColumnLabel=sColumnLabel.replace(/(^\s*)|(\s*$)/g,"");var placeholder=aoColumn.filterLabel?aoColumn.filterLabel:sColumnLabel;var input=jQuery('<input type="'+aoColumn.type+'" class="form-control wdt-filter-control '+sCSSClass+'" placeholder="'+placeholder+'" />');th.html(input);if(bIsNumber)
21
- th.wrapInner('<span class="filter_column wdt-filter-number" data-filter_type="number" data-index="'+columnIndex+'"/>');else th.wrapInner('<span class="filter_column wdt-filter-text" data-filter_type="text" data-index="'+columnIndex+'"/>');input.on('input',_.debounce(function(e){inputSearch(this.value,e.keyCode)},500))
22
  function inputSearch(value,keyCode){if(typeof keyCode!=='undefined'&&jQuery.inArray(keyCode,[16,37,38,39,40])!==-1){return}
23
  var tableId=oTable.attr('id');var search='';if(aoColumn.exactFiltering){search=serverSide?value:"^"+value+"$";oTable.api().column(columnIndex).search(value?search:'',!0,!1)}else{if(bIsNumber&&!serverSide){search="^";for(var i=0;i<value.length;i++){search+=value[i]+'(\\.|,)?'}}else{search=value}
24
  oTable.api().column(columnIndex).search(search,bIsNumber,!1)}
@@ -392,6 +392,7 @@ function removeURLParameter(url,parameter){let urlParts=url.split('?')
392
  if(tableDescription.serverSide){dataTableOptions.ajax.data=function(data){data.sumColumns=sumColumns;data.avgColumns=avgColumns;data.minColumns=minColumns;data.maxColumns=maxColumns;data.currentUserId=$('#wdt-user-id-placeholder').val();data.currentUserLogin=$('#wdt-user-login-placeholder').val();data.currentPostIdPlaceholder=$('#wdt-post-id-placeholder').val();data.currentUserFirstName=$('#wdt-user-first-name-placeholder').val();data.currentUserLastName=$('#wdt-user-last-name-placeholder').val();data.currentUserEmail=$('#wdt-user-email-placeholder').val();data.currentDate=$('#wdt-date-placeholder').val();data.currentDateTime=$('#wdt-datetime-placeholder').val();data.currentTime=$('#wdt-time-placeholder').val();data.wpdbPlaceholder=$('#wdt-wpdb-placeholder').val();data.wdtNonce=$('#wdtNonceFrontendEdit_'+tableDescription.tableWpId).val();data.showAllRows=$('#wdt-show-all-rows').val()}}
393
  if(tableDescription.hideBeforeLoad){dataTableOptions.fnInitComplete=function(){$(tableDescription.selector).animateFadeIn()}}
394
  wpDataTables[tableDescription.tableId]=$(tableDescription.selector).dataTable(dataTableOptions);if(wpDataTables[tableDescription.tableId].fnSettings()._iDisplayLength>=wpDataTables[tableDescription.tableId].fnSettings().fnRecordsTotal()||dataTableOptions.iDisplayLength===-1){$('#'+tableDescription.tableId+'_paginate').hide()}
 
395
  wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.push({sName:'removePaginate',fn:function(oSettings){var api=oSettings.oInstance.api();if(typeof(api.page.info())!='undefined'){if(api.page.len()>=api.page.info().recordsDisplay||api.data().page.len()==-1){$('#'+tableDescription.tableId+'_paginate').hide()}else{$('#'+tableDescription.tableId+'_paginate').show()}}}});if(tableDescription.serverSide){if(parseInt(tableDescription.autoRefreshInterval)>0){autoRefresh=setInterval(function(){wpDataTables[tableDescription.tableId].fnDraw(!1)},parseInt(tableDescription.autoRefreshInterval)*1000)}else{if(typeof autoRefresh!=="undefined"){clearInterval(autoRefresh)}}}
396
  wpDataTables[tableDescription.tableId].addOnDrawCallback=function(callback){if(typeof callback!=='function'){return}
397
  var index=wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.length+1;wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.push({sName:'user_callback_'+index,fn:callback})};if(tableDescription.hasSumColumns||tableDescription.hasAvgColumns||tableDescription.hasMinColumns||tableDescription.hasMaxColumns||$('.wdt-column-sum').length||$('.wdt-column-avg').length||$('.wdt-column-min').length||$('.wdt-column-max').length){var sumLabel=tableDescription.sumFunctionsLabel?tableDescription.sumFunctionsLabel:'&#8721; = ';var avgLabel=tableDescription.avgFunctionsLabel?tableDescription.avgFunctionsLabel:'Avg = ';var minLabel=tableDescription.minFunctionsLabel?tableDescription.minFunctionsLabel:'Min = ';var maxLabel=tableDescription.maxFunctionsLabel?tableDescription.maxFunctionsLabel:'Max = ';if(tableDescription.serverSide){wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.push({sName:'updateFooterFunctions',fn:function(oSettings){var api=oSettings.oInstance.api();for(var columnName in api.ajax.json().sumFooterColumns){if(tableDescription.hasSumColumns){$('#'+tableDescription.tableId+' tfoot tr.wdt-sum-row td.wdt-sum-cell[data-column_header="'+columnName+'"]').html(sumLabel+' '+api.ajax.json().sumColumnsValues[columnName])}}
18
  for(j=0;j<customSearchIndexes.length;j++){var index=customSearchIndexes[j];d.columns[index].search.value=afnSearch_[j]()}
19
  d.sRangeSeparator=properties.sRangeSeparator}}}
20
  wdtClearFilters()})}})(jQuery);var sRangeFormat=wpdatatables_frontend_strings.from+" {from} "+wpdatatables_frontend_strings.to+" {to}";var fnOnFiltered=function(){};function wdtCreateInput(oTable,aoColumn,columnIndex,sColumnLabel,th,serverSide){var bIsNumber=aoColumn.type==='number';var sCSSClass=aoColumn.type==='number'?'number_filter':'text_filter';sColumnLabel=sColumnLabel.replace(/(^\s*)|(\s*$)/g,"");var placeholder=aoColumn.filterLabel?aoColumn.filterLabel:sColumnLabel;var input=jQuery('<input type="'+aoColumn.type+'" class="form-control wdt-filter-control '+sCSSClass+'" placeholder="'+placeholder+'" />');th.html(input);if(bIsNumber)
21
+ th.wrapInner('<span class="filter_column wdt-filter-number" data-filter_type="number" data-index="'+columnIndex+'"/>');else th.wrapInner('<span class="filter_column wdt-filter-text" data-filter_type="text" data-index="'+columnIndex+'"/>');input.on('keyup input',_.debounce(function(e){inputSearch(this.value,e.keyCode)},500))
22
  function inputSearch(value,keyCode){if(typeof keyCode!=='undefined'&&jQuery.inArray(keyCode,[16,37,38,39,40])!==-1){return}
23
  var tableId=oTable.attr('id');var search='';if(aoColumn.exactFiltering){search=serverSide?value:"^"+value+"$";oTable.api().column(columnIndex).search(value?search:'',!0,!1)}else{if(bIsNumber&&!serverSide){search="^";for(var i=0;i<value.length;i++){search+=value[i]+'(\\.|,)?'}}else{search=value}
24
  oTable.api().column(columnIndex).search(search,bIsNumber,!1)}
392
  if(tableDescription.serverSide){dataTableOptions.ajax.data=function(data){data.sumColumns=sumColumns;data.avgColumns=avgColumns;data.minColumns=minColumns;data.maxColumns=maxColumns;data.currentUserId=$('#wdt-user-id-placeholder').val();data.currentUserLogin=$('#wdt-user-login-placeholder').val();data.currentPostIdPlaceholder=$('#wdt-post-id-placeholder').val();data.currentUserFirstName=$('#wdt-user-first-name-placeholder').val();data.currentUserLastName=$('#wdt-user-last-name-placeholder').val();data.currentUserEmail=$('#wdt-user-email-placeholder').val();data.currentDate=$('#wdt-date-placeholder').val();data.currentDateTime=$('#wdt-datetime-placeholder').val();data.currentTime=$('#wdt-time-placeholder').val();data.wpdbPlaceholder=$('#wdt-wpdb-placeholder').val();data.wdtNonce=$('#wdtNonceFrontendEdit_'+tableDescription.tableWpId).val();data.showAllRows=$('#wdt-show-all-rows').val()}}
393
  if(tableDescription.hideBeforeLoad){dataTableOptions.fnInitComplete=function(){$(tableDescription.selector).animateFadeIn()}}
394
  wpDataTables[tableDescription.tableId]=$(tableDescription.selector).dataTable(dataTableOptions);if(wpDataTables[tableDescription.tableId].fnSettings()._iDisplayLength>=wpDataTables[tableDescription.tableId].fnSettings().fnRecordsTotal()||dataTableOptions.iDisplayLength===-1){$('#'+tableDescription.tableId+'_paginate').hide()}
395
+ if(tableDescription.paginationAlign){switch(tableDescription.paginationAlign){case "right":$(tableDescription.selector+'_wrapper').addClass('wpdt-pagination-right');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-left');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-center');break;case "left":$(tableDescription.selector+'_wrapper').addClass('wpdt-pagination-left');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-right');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-center');break;case "center":$(tableDescription.selector+'_wrapper').addClass('wpdt-pagination-center');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-left');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-right');break;default:$(tableDescription.selector+'_wrapper').addClass('wpdt-pagination-right');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-left');$(tableDescription.selector+'_wrapper').removeClass('wpdt-pagination-center');break}}
396
  wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.push({sName:'removePaginate',fn:function(oSettings){var api=oSettings.oInstance.api();if(typeof(api.page.info())!='undefined'){if(api.page.len()>=api.page.info().recordsDisplay||api.data().page.len()==-1){$('#'+tableDescription.tableId+'_paginate').hide()}else{$('#'+tableDescription.tableId+'_paginate').show()}}}});if(tableDescription.serverSide){if(parseInt(tableDescription.autoRefreshInterval)>0){autoRefresh=setInterval(function(){wpDataTables[tableDescription.tableId].fnDraw(!1)},parseInt(tableDescription.autoRefreshInterval)*1000)}else{if(typeof autoRefresh!=="undefined"){clearInterval(autoRefresh)}}}
397
  wpDataTables[tableDescription.tableId].addOnDrawCallback=function(callback){if(typeof callback!=='function'){return}
398
  var index=wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.length+1;wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.push({sName:'user_callback_'+index,fn:callback})};if(tableDescription.hasSumColumns||tableDescription.hasAvgColumns||tableDescription.hasMinColumns||tableDescription.hasMaxColumns||$('.wdt-column-sum').length||$('.wdt-column-avg').length||$('.wdt-column-min').length||$('.wdt-column-max').length){var sumLabel=tableDescription.sumFunctionsLabel?tableDescription.sumFunctionsLabel:'&#8721; = ';var avgLabel=tableDescription.avgFunctionsLabel?tableDescription.avgFunctionsLabel:'Avg = ';var minLabel=tableDescription.minFunctionsLabel?tableDescription.minFunctionsLabel:'Min = ';var maxLabel=tableDescription.maxFunctionsLabel?tableDescription.maxFunctionsLabel:'Max = ';if(tableDescription.serverSide){wpDataTables[tableDescription.tableId].fnSettings().aoDrawCallback.push({sName:'updateFooterFunctions',fn:function(oSettings){var api=oSettings.oInstance.api();for(var columnName in api.ajax.json().sumFooterColumns){if(tableDescription.hasSumColumns){$('#'+tableDescription.tableId+' tfoot tr.wdt-sum-row td.wdt-sum-cell[data-column_header="'+columnName+'"]').html(sumLabel+' '+api.ajax.json().sumColumnsValues[columnName])}}
assets/js/wpdatatables/wpdatatables.js CHANGED
@@ -94,6 +94,35 @@ var wdtRenderDataTable = null;
94
  $('.dataTables_paginate').hide();
95
  }
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  /**
98
  * Remove pagination when "All" is selected from length menu or
99
  * if value length menu is greater than total records
94
  $('.dataTables_paginate').hide();
95
  }
96
 
97
+ /**
98
+ * Set pagination alignment classes
99
+ */
100
+ if (tableDescription.paginationAlign) {
101
+ switch (tableDescription.paginationAlign){
102
+ case "right":
103
+ $(tableDescription.selector + '_wrapper').addClass('wpdt-pagination-right');
104
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-left');
105
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-center');
106
+ break;
107
+ case "left":
108
+ $(tableDescription.selector + '_wrapper').addClass('wpdt-pagination-left');
109
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-right');
110
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-center');
111
+ break;
112
+ case "center":
113
+ $(tableDescription.selector + '_wrapper').addClass('wpdt-pagination-center');
114
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-left');
115
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-right');
116
+ break;
117
+ default:
118
+ $(tableDescription.selector + '_wrapper').addClass('wpdt-pagination-right');
119
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-left');
120
+ $(tableDescription.selector + '_wrapper').removeClass('wpdt-pagination-center');
121
+ break;
122
+ }
123
+
124
+ }
125
+
126
  /**
127
  * Remove pagination when "All" is selected from length menu or
128
  * if value length menu is greater than total records
config/config.inc.php CHANGED
@@ -9,7 +9,7 @@ defined('ABSPATH') or die("Cannot access pages directly.");
9
 
10
  // Current version
11
 
12
- define('WDT_CURRENT_VERSION', '2.1.3');
13
 
14
  /**
15
  * Regular Expressions
9
 
10
  // Current version
11
 
12
+ define('WDT_CURRENT_VERSION', '2.1.4');
13
 
14
  /**
15
  * Regular Expressions
controllers/wdt_admin.php CHANGED
@@ -139,7 +139,26 @@ add_action( 'admin_head', 'wpdatatables_lite_go_premium_link_add_jquery' );
139
  * @param $hook
140
  */
141
  function wdtAdminEnqueue($hook) {
142
- add_filter('admin_body_class', 'wdtAddBodyClass');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
 
144
  wp_register_style('wdt-dragula', WDT_CSS_PATH . 'dragula/dragula.min.css');
145
  wp_register_style('wdt-browse-css', WDT_CSS_PATH . 'admin/browse.css');
139
  * @param $hook
140
  */
141
  function wdtAdminEnqueue($hook) {
142
+ if (in_array($hook, array(
143
+ 'toplevel_page_wpdatareports',
144
+ 'report-builder_page_wpdatareports-wizard',
145
+ 'toplevel_page_wpdatatables-dashboard',
146
+ 'wpdatatables_page_wpdatatables-administration',
147
+ 'wpdatatables_page_wpdatatables-constructor',
148
+ 'wpdatatables_page_wpdatatables-charts',
149
+ 'wpdatatables_page_wpdatatables-chart-wizard',
150
+ 'wpdatatables_page_wpdatatables-settings',
151
+ 'wpdatatables_page_wpdatatables-support',
152
+ 'wpdatatables_page_wpdatatables-system-info',
153
+ 'admin_page_wpdatatables-getting-started',
154
+ 'wpdatatables_page_wpdatatables-getting-started',
155
+ 'admin_page_wpdatatables-welcome-page',
156
+ 'admin_page_wpdatatables-lite-vs-premium',
157
+ 'wpdatatables_page_wpdatatables-lite-vs-premium',
158
+ 'wpdatatables_page_wpdatatables-add-ons'))) {
159
+
160
+ add_filter('admin_body_class', 'wdtAddBodyClass');
161
+ }
162
 
163
  wp_register_style('wdt-dragula', WDT_CSS_PATH . 'dragula/dragula.min.css');
164
  wp_register_style('wdt-browse-css', WDT_CSS_PATH . 'admin/browse.css');
controllers/wdt_functions.php CHANGED
@@ -159,6 +159,9 @@ function wdtActivationCreateTables() {
159
  if (!get_option('wdtCSVDelimiter')) {
160
  update_option('wdtCSVDelimiter', ',');
161
  }
 
 
 
162
  if (!get_option('wdtDateFormat')) {
163
  update_option('wdtDateFormat', 'd/m/Y');
164
  }
@@ -250,13 +253,13 @@ add_action( 'admin_notices', 'wdtAdminRatingMessages' );
250
  /**
251
  * Remove rating message
252
  */
253
- function wpdtHideRatingDiv() {
254
  update_option( 'wdtRatingDiv', 'yes' );
255
  echo json_encode( array("success") );
256
  exit;
257
  }
258
 
259
- add_action( 'wp_ajax_wdtHideRating', 'wpdtHideRatingDiv' );
260
 
261
  /**
262
  * Temperary hide rating message for 7 days
@@ -312,6 +315,7 @@ function wdtUninstallDelete() {
312
  delete_option('wdtFontColorSettings');
313
  delete_option('wdtDecimalPlaces');
314
  delete_option('wdtCSVDelimiter');
 
315
  delete_option('wdtDateFormat');
316
  delete_option('wdtCustomJs');
317
  delete_option('wdtCustomCss');
159
  if (!get_option('wdtCSVDelimiter')) {
160
  update_option('wdtCSVDelimiter', ',');
161
  }
162
+ if (!get_option('wdtSortingOrderBrowseTables')) {
163
+ update_option('wdtSortingOrderBrowseTables', 'ASC');
164
+ }
165
  if (!get_option('wdtDateFormat')) {
166
  update_option('wdtDateFormat', 'd/m/Y');
167
  }
253
  /**
254
  * Remove rating message
255
  */
256
+ function wdtHideRating() {
257
  update_option( 'wdtRatingDiv', 'yes' );
258
  echo json_encode( array("success") );
259
  exit;
260
  }
261
 
262
+ add_action( 'wp_ajax_wdtHideRating', 'wdtHideRating' );
263
 
264
  /**
265
  * Temperary hide rating message for 7 days
315
  delete_option('wdtFontColorSettings');
316
  delete_option('wdtDecimalPlaces');
317
  delete_option('wdtCSVDelimiter');
318
+ delete_option('wdtSortingOrderBrowseTables');
319
  delete_option('wdtDateFormat');
320
  delete_option('wdtCustomJs');
321
  delete_option('wdtCustomCss');
languages/en_US/wpdatatables.mo CHANGED
Binary file
languages/en_US/wpdatatables.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:48+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:48+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
@@ -110,98 +110,98 @@ msgstr ""
110
  msgid "Go Premium"
111
  msgstr ""
112
 
113
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
114
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
115
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
116
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
117
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
118
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
119
- #: controllers/wdt_admin.php:815
120
  msgid "You do not have sufficient permissions to access this page."
121
  msgstr ""
122
 
123
- #: controllers/wdt_functions.php:467
124
  msgid "wpDataChart with provided ID not found!"
125
  msgstr ""
126
 
127
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
128
  msgid "wpDataTable with provided ID not found!"
129
  msgstr ""
130
 
131
- #: controllers/wdt_functions.php:594
132
  msgid "Provided column is not Integer or Float column type"
133
  msgstr ""
134
 
135
- #: controllers/wdt_functions.php:811
136
  msgid "Choose a table"
137
  msgstr ""
138
 
139
- #: controllers/wdt_functions.php:843
140
  msgid "Interactive Responsive Table"
141
  msgstr ""
142
 
143
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
144
  msgid "Content"
145
  msgstr ""
146
 
147
- #: controllers/wdt_functions.php:850
148
  msgid "wpDataTable"
149
  msgstr ""
150
 
151
- #: controllers/wdt_functions.php:854
152
  msgid "Choose the wpDataTable from a dropdown"
153
  msgstr ""
154
 
155
- #: controllers/wdt_functions.php:859
156
  msgid "Table view"
157
  msgstr ""
158
 
159
- #: controllers/wdt_functions.php:863
160
  msgid "Regular wpDataTable"
161
  msgstr ""
162
 
163
- #: controllers/wdt_functions.php:865
164
  msgid "Excel-like table"
165
  msgstr ""
166
 
167
- #: controllers/wdt_functions.php:871
168
  msgid "Variable placeholder #1"
169
  msgstr ""
170
 
171
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
172
- #: controllers/wdt_functions.php:890
173
  msgid "Variables"
174
  msgstr ""
175
 
176
- #: controllers/wdt_functions.php:875
177
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
178
  msgstr ""
179
 
180
- #: controllers/wdt_functions.php:879
181
  msgid "Variable placeholder #2"
182
  msgstr ""
183
 
184
- #: controllers/wdt_functions.php:883
185
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
186
  msgstr ""
187
 
188
- #: controllers/wdt_functions.php:887
189
  msgid "Variable placeholder #3"
190
  msgstr ""
191
 
192
- #: controllers/wdt_functions.php:891
193
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
194
  msgstr ""
195
 
196
- #: controllers/wdt_functions.php:904
197
  msgid "Google or Highcharts chart based on a wpDataTable"
198
  msgstr ""
199
 
200
- #: controllers/wdt_functions.php:911
201
  msgid "wpDataChart"
202
  msgstr ""
203
 
204
- #: controllers/wdt_functions.php:915
205
  msgid "Choose one of wpDataCharts from the list"
206
  msgstr ""
207
 
@@ -218,157 +218,157 @@ msgid ""
218
  "placeholders and also for Export file name."
219
  msgstr ""
220
 
221
- #: source/class.wdtbrowsechartstable.php:140
222
- #: source/class.wdtbrowsetable.php:167
223
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
224
  #: templates/admin/dashboard/dashboard.inc.php:153
225
  #: templates/admin/dashboard/dashboard.inc.php:222
226
  msgid "Click to copy shortcode"
227
  msgstr ""
228
 
229
- #: source/class.wdtbrowsechartstable.php:149
230
- #: source/class.wdtbrowsetable.php:178
231
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
232
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
233
  msgid "Duplicate"
234
  msgstr ""
235
 
236
- #: source/class.wdtbrowsechartstable.php:155
237
- #: source/class.wdtbrowsetable.php:184
238
  #: templates/admin/dashboard/dashboard.inc.php:261
239
  msgid "Configure"
240
  msgstr ""
241
 
242
- #: source/class.wdtbrowsechartstable.php:161
243
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
244
  #: templates/admin/browse/bulk_actions.inc.php:14
245
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
246
  msgid "Delete"
247
  msgstr ""
248
 
249
- #: source/class.wdtbrowsechartstable.php:216
250
- #: source/class.wdtbrowsechartstable.php:225
251
  msgid "Column Chart"
252
  msgstr ""
253
 
254
- #: source/class.wdtbrowsechartstable.php:219
255
- #: source/class.wdtbrowsechartstable.php:243
256
  msgid "Line Chart"
257
  msgstr ""
258
 
259
- #: source/class.wdtbrowsechartstable.php:222
260
- #: source/class.wdtbrowsechartstable.php:246
261
  msgid "Pie Chart"
262
  msgstr ""
263
 
264
- #: source/class.wdtbrowsechartstable.php:228
265
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
266
  #: templates/chart_wizard.inc.php:91
267
  msgid "Histogram"
268
  msgstr ""
269
 
270
- #: source/class.wdtbrowsechartstable.php:231
271
  msgid "Bar Chart"
272
  msgstr ""
273
 
274
- #: source/class.wdtbrowsechartstable.php:234
275
  msgid "Stacked Bar Chart"
276
  msgstr ""
277
 
278
- #: source/class.wdtbrowsechartstable.php:237
279
  msgid "Area Chart"
280
  msgstr ""
281
 
282
- #: source/class.wdtbrowsechartstable.php:240
283
  msgid "Stepped Area Chart"
284
  msgstr ""
285
 
286
- #: source/class.wdtbrowsechartstable.php:249
287
  msgid "Bubble Chart"
288
  msgstr ""
289
 
290
- #: source/class.wdtbrowsechartstable.php:252
291
  msgid "Donut Chart"
292
  msgstr ""
293
 
294
- #: source/class.wdtbrowsechartstable.php:255
295
  msgid "Gauge Chart"
296
  msgstr ""
297
 
298
- #: source/class.wdtbrowsechartstable.php:258
299
  msgid "Scatter Chart"
300
  msgstr ""
301
 
302
- #: source/class.wdtbrowsechartstable.php:261
303
  msgid "Candlestick Chart"
304
  msgstr ""
305
 
306
- #: source/class.wdtbrowsechartstable.php:264
307
  msgid "Waterfall Chart"
308
  msgstr ""
309
 
310
- #: source/class.wdtbrowsechartstable.php:277
311
  msgid "Google"
312
  msgstr ""
313
 
314
- #: source/class.wdtbrowsechartstable.php:343
315
- #: source/class.wdtbrowsetable.php:296
316
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
317
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
318
  msgid "Select All"
319
  msgstr ""
320
 
321
- #: source/class.wdtbrowsechartstable.php:396
322
  msgid "No wpDataCharts in the system yet."
323
  msgstr ""
324
 
325
- #: source/class.wdtbrowsetable.php:230
326
  msgid "MySQL"
327
  msgstr ""
328
 
329
- #: source/class.wdtbrowsetable.php:233
330
  msgid "Manual"
331
  msgstr ""
332
 
333
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
334
- #: source/class.wpdatatable.php:2205
335
- #: templates/admin/table-settings/table_settings_block.inc.php:932
336
  msgid "Excel"
337
  msgstr ""
338
 
339
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
340
- #: source/class.wpdatatable.php:2215
341
- #: templates/admin/table-settings/table_settings_block.inc.php:933
342
  msgid "CSV"
343
  msgstr ""
344
 
345
- #: source/class.wdtbrowsetable.php:242
346
  msgid "XML"
347
  msgstr ""
348
 
349
- #: source/class.wdtbrowsetable.php:245
350
  msgid "JSON"
351
  msgstr ""
352
 
353
- #: source/class.wdtbrowsetable.php:248
354
  #: templates/admin/table-settings/table_settings_block.inc.php:111
355
  #: templates/edit_table.inc.php:91
356
  msgid "Serialized PHP array"
357
  msgstr ""
358
 
359
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
360
  msgid "Google spreadsheet"
361
  msgstr ""
362
 
363
- #: source/class.wdtbrowsetable.php:254
364
  msgid "Simple"
365
  msgstr ""
366
 
367
- #: source/class.wdtbrowsetable.php:261
368
  msgid "Unknown"
369
  msgstr ""
370
 
371
- #: source/class.wdtbrowsetable.php:371
372
  msgid "No wpDataTables in the system yet."
373
  msgstr ""
374
 
@@ -376,7 +376,7 @@ msgstr ""
376
  msgid "There was an error trying to fetch the table data: "
377
  msgstr ""
378
 
379
- #: source/class.wdtconfigcontroller.php:468
380
  msgid "Table in data source has no rows."
381
  msgstr ""
382
 
@@ -519,9 +519,9 @@ msgstr ""
519
  msgid "Please select columns that you want to use in table"
520
  msgstr ""
521
 
522
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
523
- #: source/class.wpdatatable.php:2225
524
- #: templates/admin/table-settings/table_settings_block.inc.php:934
525
  msgid "Copy"
526
  msgstr ""
527
 
@@ -1225,13 +1225,13 @@ msgstr ""
1225
  msgid "You are mixing data types (several date axes and several number)"
1226
  msgstr ""
1227
 
1228
- #: source/class.wpdatatable.php:1827
1229
  msgid ""
1230
  "You are trying to load a table of an unknown type. Probably you did not "
1231
  "activate the addon which is required to use this table type."
1232
  msgstr ""
1233
 
1234
- #: source/class.wpdatatable.php:2054
1235
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1236
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1237
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1239,30 +1239,30 @@ msgstr ""
1239
  msgid "All"
1240
  msgstr ""
1241
 
1242
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1243
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1244
  msgid "Columns"
1245
  msgstr ""
1246
 
1247
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1248
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1249
  msgid "Print"
1250
  msgstr ""
1251
 
1252
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1253
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1254
  msgid "PDF"
1255
  msgstr ""
1256
 
1257
- #: source/class.wpdatatable.php:2171
1258
  msgid "Export"
1259
  msgstr ""
1260
 
1261
- #: source/class.wpdatatable.php:2249
1262
  msgid "Search table"
1263
  msgstr ""
1264
 
1265
- #: source/class.wpdatatable.php:2250
1266
  msgid "Showing _MENU_ Entries"
1267
  msgstr ""
1268
 
@@ -1281,7 +1281,7 @@ msgstr ""
1281
  msgid "if you have some questions or problems with the plugin."
1282
  msgstr ""
1283
 
1284
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1285
  msgid "wpDataTables Addons"
1286
  msgstr ""
1287
 
@@ -1295,12 +1295,12 @@ msgid ""
1295
  msgstr ""
1296
 
1297
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1298
- #: templates/admin/dashboard/dashboard.inc.php:558
1299
  msgid "Report Builder"
1300
  msgstr ""
1301
 
1302
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1303
- #: templates/admin/dashboard/dashboard.inc.php:562
1304
  msgid ""
1305
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1306
  "XLSX documents filled in with actual data from your database."
@@ -1326,7 +1326,7 @@ msgid "NEW"
1326
  msgstr ""
1327
 
1328
  #: templates/admin/addons/addons.inc.php:40
1329
- #: templates/admin/dashboard/dashboard.inc.php:505
1330
  msgid "Master Detail Tables for wpDataTables"
1331
  msgstr ""
1332
 
@@ -1347,7 +1347,7 @@ msgid "Learn more"
1347
  msgstr ""
1348
 
1349
  #: templates/admin/addons/addons.inc.php:67
1350
- #: templates/admin/dashboard/dashboard.inc.php:532
1351
  msgid "Powerful Filters for wpDataTables"
1352
  msgstr ""
1353
 
@@ -1359,24 +1359,24 @@ msgid ""
1359
  msgstr ""
1360
 
1361
  #: templates/admin/addons/addons.inc.php:120
1362
- #: templates/admin/dashboard/dashboard.inc.php:585
1363
  msgid "Formidable Forms integration for wpDataTables"
1364
  msgstr ""
1365
 
1366
  #: templates/admin/addons/addons.inc.php:123
1367
- #: templates/admin/dashboard/dashboard.inc.php:589
1368
  msgid ""
1369
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1370
  "create wpDataTables from Formidable Forms entries data."
1371
  msgstr ""
1372
 
1373
  #: templates/admin/addons/addons.inc.php:143
1374
- #: templates/admin/dashboard/dashboard.inc.php:611
1375
  msgid "Gravity Forms integration for wpDataTables"
1376
  msgstr ""
1377
 
1378
  #: templates/admin/addons/addons.inc.php:146
1379
- #: templates/admin/dashboard/dashboard.inc.php:615
1380
  msgid ""
1381
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1382
  "wpDataTables from Gravity Forms entries data."
@@ -2346,7 +2346,7 @@ msgstr ""
2346
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2347
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2348
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2349
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2350
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2351
  msgid "View Documentation"
2352
  msgstr ""
@@ -2575,151 +2575,192 @@ msgstr ""
2575
 
2576
  #: templates/admin/dashboard/dashboard.inc.php:340
2577
  msgid ""
2578
- "A major update with new table type, and a couple of bug fixes and stability "
2579
  "improvements:"
2580
  msgstr ""
2581
 
2582
  #: templates/admin/dashboard/dashboard.inc.php:345
2583
  msgid ""
2584
- "Feature: New table type - Create a simple table with any data, merged cells, "
2585
- "styling, star rating and a lot more."
2586
  msgstr ""
2587
 
2588
  #: templates/admin/dashboard/dashboard.inc.php:346
2589
- msgid "Feature: Added Slovenian translation"
2590
  msgstr ""
2591
 
2592
  #: templates/admin/dashboard/dashboard.inc.php:347
2593
- msgid "Improvement: Update French translation"
 
 
2594
  msgstr ""
2595
 
2596
  #: templates/admin/dashboard/dashboard.inc.php:348
2597
- msgid "Improvement: Added new color picker"
 
 
2598
  msgstr ""
2599
 
2600
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2601
  msgid "Other small bug fixes and stability improvements."
2602
  msgstr ""
2603
 
2604
- #: templates/admin/dashboard/dashboard.inc.php:361
2605
  msgid "Go Premium!"
2606
  msgstr ""
2607
 
2608
- #: templates/admin/dashboard/dashboard.inc.php:367
2609
  msgid "View Comparison"
2610
  msgstr ""
2611
 
2612
- #: templates/admin/dashboard/dashboard.inc.php:375
2613
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2614
  msgid ""
2615
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2616
  "of the powerful features."
2617
  msgstr ""
2618
 
2619
- #: templates/admin/dashboard/dashboard.inc.php:379
2620
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2621
  msgid "Create a table manually"
2622
  msgstr ""
2623
 
2624
- #: templates/admin/dashboard/dashboard.inc.php:382
2625
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2626
  msgid "Creating tables from Google Spreadsheet"
2627
  msgstr ""
2628
 
2629
- #: templates/admin/dashboard/dashboard.inc.php:385
2630
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2631
  msgid "Creating MySQL-based tables from database"
2632
  msgstr ""
2633
 
2634
- #: templates/admin/dashboard/dashboard.inc.php:388
2635
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2636
  msgid "Creating MySQL-based tables from Wordpress post types"
2637
  msgstr ""
2638
 
2639
- #: templates/admin/dashboard/dashboard.inc.php:391
2640
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2641
  #: templates/edit_table.inc.php:329
2642
  msgid "Advanced filtering"
2643
  msgstr ""
2644
 
2645
- #: templates/admin/dashboard/dashboard.inc.php:394
2646
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2647
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2648
  #: templates/edit_table.inc.php:282
2649
  msgid "Server-side processing"
2650
  msgstr ""
2651
 
2652
- #: templates/admin/dashboard/dashboard.inc.php:397
2653
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2654
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2655
  msgstr ""
2656
 
2657
- #: templates/admin/dashboard/dashboard.inc.php:400
2658
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2659
  msgid "Front-end table editing"
2660
  msgstr ""
2661
 
2662
- #: templates/admin/dashboard/dashboard.inc.php:403
2663
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2664
  msgid "Excel-like editing"
2665
  msgstr ""
2666
 
2667
- #: templates/admin/dashboard/dashboard.inc.php:406
2668
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2669
  msgid "Creating charts with Highcharts"
2670
  msgstr ""
2671
 
2672
- #: templates/admin/dashboard/dashboard.inc.php:409
2673
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2674
  msgid "Creating charts with Chart.js"
2675
  msgstr ""
2676
 
2677
- #: templates/admin/dashboard/dashboard.inc.php:412
2678
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2679
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2680
  #: templates/edit_table.inc.php:301
2681
  msgid "Responsive"
2682
  msgstr ""
2683
 
2684
- #: templates/admin/dashboard/dashboard.inc.php:415
2685
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2686
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2687
  #: templates/edit_table.inc.php:750
2688
  msgid "Conditional formatting"
2689
  msgstr ""
2690
 
2691
- #: templates/admin/dashboard/dashboard.inc.php:418
2692
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2693
  msgid "Calculating Tools"
2694
  msgstr ""
2695
 
2696
- #: templates/admin/dashboard/dashboard.inc.php:421
2697
  msgid "Formula columns"
2698
  msgstr ""
2699
 
2700
- #: templates/admin/dashboard/dashboard.inc.php:424
2701
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2702
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2703
  msgid "Placeholders"
2704
  msgstr ""
2705
 
2706
- #: templates/admin/dashboard/dashboard.inc.php:427
2707
  msgid "Premium support"
2708
  msgstr ""
2709
 
2710
- #: templates/admin/dashboard/dashboard.inc.php:431
2711
  msgid "Get Premium Today"
2712
  msgstr ""
2713
 
2714
- #: templates/admin/dashboard/dashboard.inc.php:438
2715
  msgid "News Blog"
2716
  msgstr ""
2717
 
2718
- #: templates/admin/dashboard/dashboard.inc.php:443
2719
  msgid "Checkout useful articles from wpdatatables.com"
2720
  msgstr ""
2721
 
2722
- #: templates/admin/dashboard/dashboard.inc.php:470
2723
  msgid ""
2724
  "Never miss notifications about new cool features, promotions,\n"
2725
  " giveaways or freebies – subscribe to our "
@@ -2727,48 +2768,48 @@ msgid ""
2727
  " about 1 message per month and never spam!"
2728
  msgstr ""
2729
 
2730
- #: templates/admin/dashboard/dashboard.inc.php:488
2731
  msgid "Premium "
2732
  msgstr ""
2733
 
2734
- #: templates/admin/dashboard/dashboard.inc.php:491
2735
  msgid ""
2736
  "While wpDataTables itself provides quite a large amount of features and "
2737
  "unlimited customisation, flexibility, you can achieve even more with our "
2738
  "premium addons.(requires wpDataTables Premium version)"
2739
  msgstr ""
2740
 
2741
- #: templates/admin/dashboard/dashboard.inc.php:509
2742
  msgid ""
2743
  "A wpDataTables addon which allows showing additional details for a specific "
2744
  "row in a popup or a separate page or post."
2745
  msgstr ""
2746
 
2747
- #: templates/admin/dashboard/dashboard.inc.php:515
2748
- #: templates/admin/dashboard/dashboard.inc.php:542
2749
- #: templates/admin/dashboard/dashboard.inc.php:568
2750
- #: templates/admin/dashboard/dashboard.inc.php:595
2751
- #: templates/admin/dashboard/dashboard.inc.php:621
2752
- #: templates/admin/dashboard/dashboard.inc.php:654
2753
  msgid "Learn More"
2754
  msgstr ""
2755
 
2756
- #: templates/admin/dashboard/dashboard.inc.php:536
2757
  msgid ""
2758
  "An add-on for wpDataTables that provides powerful filtering features: "
2759
  "cascade filtering, applying filters on button click, hide table before "
2760
  "filtering."
2761
  msgstr ""
2762
 
2763
- #: templates/admin/dashboard/dashboard.inc.php:632
2764
  msgid "Need free booking plugin?"
2765
  msgstr ""
2766
 
2767
- #: templates/admin/dashboard/dashboard.inc.php:641
2768
  msgid "Appointments and Events WordPress Booking Plugin"
2769
  msgstr ""
2770
 
2771
- #: templates/admin/dashboard/dashboard.inc.php:644
2772
  msgid ""
2773
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2774
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2779,15 +2820,15 @@ msgid ""
2779
  "each month."
2780
  msgstr ""
2781
 
2782
- #: templates/admin/dashboard/dashboard.inc.php:647
2783
  msgid "Rating: 4.3 - ‎68 reviews"
2784
  msgstr ""
2785
 
2786
- #: templates/admin/dashboard/dashboard.inc.php:650
2787
  msgid "Free Download"
2788
  msgstr ""
2789
 
2790
- #: templates/admin/dashboard/dashboard.inc.php:665
2791
  #: templates/admin/getting-started/getting_started.inc.php:184
2792
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2793
  #: templates/admin/support/support.inc.php:78
@@ -2796,7 +2837,7 @@ msgstr ""
2796
  msgid "Made by"
2797
  msgstr ""
2798
 
2799
- #: templates/admin/dashboard/dashboard.inc.php:673
2800
  #: templates/admin/getting-started/getting_started.inc.php:192
2801
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2802
  #: templates/admin/support/support.inc.php:45
@@ -2807,7 +2848,7 @@ msgstr ""
2807
  msgid "Documentation"
2808
  msgstr ""
2809
 
2810
- #: templates/admin/dashboard/dashboard.inc.php:677
2811
  #: templates/admin/getting-started/getting_started.inc.php:196
2812
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2813
  #: templates/admin/support/support.inc.php:24
@@ -2994,13 +3035,15 @@ msgstr ""
2994
 
2995
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
2996
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
2997
- #: templates/admin/table-settings/table_settings_block.inc.php:527
2998
- #: templates/admin/table-settings/table_settings_block.inc.php:535
2999
  msgid "Sorting"
3000
  msgstr ""
3001
 
3002
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3003
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3004
  msgid "Pagination"
3005
  msgstr ""
3006
 
@@ -3521,151 +3564,173 @@ msgstr ""
3521
  msgid "Pick the CSV delimiter"
3522
  msgstr ""
3523
 
3524
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3525
  #: templates/settings.inc.php:171
3526
  msgid "Tablet width"
3527
  msgstr ""
3528
 
3529
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3530
  #: templates/settings.inc.php:175
3531
  msgid ""
3532
  "Here you can specify width of the screen (in pixels) that will be treated as "
3533
  "a tablet. You can set it wider if you want responsive effect on desktops."
3534
  msgstr ""
3535
 
3536
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3537
  #: templates/settings.inc.php:181
3538
  msgid "Mobile width"
3539
  msgstr ""
3540
 
3541
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3542
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3543
  msgstr ""
3544
 
3545
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3546
  #: templates/settings.inc.php:61
3547
  msgid "Tables per admin page"
3548
  msgstr ""
3549
 
3550
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3551
  msgid "How many tables to show in the browse page."
3552
  msgstr ""
3553
 
3554
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3555
  msgid "Align numbers"
3556
  msgstr ""
3557
 
3558
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3559
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3560
  msgstr ""
3561
 
3562
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3563
  #: templates/settings.inc.php:161
3564
  msgid "Align numbers to the right"
3565
  msgstr ""
3566
 
3567
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3568
  msgid "Sum functions label"
3569
  msgstr ""
3570
 
3571
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3572
  msgid ""
3573
  "Enter a label that will be used for Sum functions. If you leave it blank "
3574
  "default label will be Σ ="
3575
  msgstr ""
3576
 
3577
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3578
  msgid "Average functions label"
3579
  msgstr ""
3580
 
3581
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3582
  msgid ""
3583
  "Enter a label that will be used for Average functions. If you leave it blank "
3584
  "default label will be Avg ="
3585
  msgstr ""
3586
 
3587
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3588
  msgid "Minimum functions label"
3589
  msgstr ""
3590
 
3591
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3592
  msgid ""
3593
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3594
  "default label will be Min ="
3595
  msgstr ""
3596
 
3597
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3598
  msgid "Maximum functions label"
3599
  msgstr ""
3600
 
3601
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3602
  msgid ""
3603
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3604
  "default label will be Max ="
3605
  msgstr ""
3606
 
3607
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3608
  msgid "Include full bootstrap front-end"
3609
  msgstr ""
3610
 
3611
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3612
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3613
  msgid ""
3614
  "It is recommended to uncheck this option if bootstrap.js is already included "
3615
  "in one of the theme files. Unchecked option means that there is still "
3616
  "bootstrap.js included just in noconflict mode which should prevent errors."
3617
  msgstr ""
3618
 
3619
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3620
  msgid "Include full bootstrap.js on the front-end"
3621
  msgstr ""
3622
 
3623
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3624
  msgid "Include full bootstrap back-end"
3625
  msgstr ""
3626
 
3627
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3628
  msgid "Include full bootstrap.js on the back-end"
3629
  msgstr ""
3630
 
3631
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3632
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3633
  #: templates/settings.inc.php:32
3634
  msgid "Show plugin credentials below tables"
3635
  msgstr ""
3636
 
3637
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3638
  #: templates/settings.inc.php:32
3639
  msgid ""
3640
  "If you want to support our project, please, keep this checkbox as checked"
3641
  msgstr ""
3642
 
3643
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3644
  msgid "Prevent deleting tables in database"
3645
  msgstr ""
3646
 
3647
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3648
  msgid ""
3649
  "It is recommended to leave this option as checked if you what to keep your "
3650
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3651
  "this option, it will be deleted all tables in database after deleting plugin"
3652
  msgstr ""
3653
 
3654
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3655
  msgid ""
3656
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3657
  msgstr ""
3658
 
3659
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3660
  msgid "Remove Getting Started page"
3661
  msgstr ""
3662
 
3663
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3664
  msgid ""
3665
  "Check this option if you want to remove Getting Started page from admin menu."
3666
  msgstr ""
3667
 
3668
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3669
  msgid "Remove \"Getting Started\" page from admin menu."
3670
  msgstr ""
3671
 
@@ -4380,16 +4445,6 @@ msgstr ""
4380
  msgid "Choose whether to sort ascending or descending by default."
4381
  msgstr ""
4382
 
4383
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4384
- #: templates/edit_table.inc.php:663
4385
- msgid "Ascending"
4386
- msgstr ""
4387
-
4388
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4389
- #: templates/edit_table.inc.php:665
4390
- msgid "Descending"
4391
- msgstr ""
4392
-
4393
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4394
  msgid "Add a filter for this column"
4395
  msgstr ""
@@ -5107,7 +5162,7 @@ msgid "Sorting and filtering"
5107
  msgstr ""
5108
 
5109
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5110
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5111
  msgid "Table Tools"
5112
  msgstr ""
5113
 
@@ -5292,172 +5347,235 @@ msgid ""
5292
  "be on to use word wrapping."
5293
  msgstr ""
5294
 
5295
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5296
  msgid "Advanced column filters"
5297
  msgstr ""
5298
 
5299
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5300
  msgid "Advanced filter"
5301
  msgstr ""
5302
 
5303
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5304
  msgid ""
5305
  "Enable to show an advanced filter for each of the columns, filters can be "
5306
  "shown in table footer, header or in a separate form."
5307
  msgstr ""
5308
 
5309
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5310
  msgid "Enable advanced column filters"
5311
  msgstr ""
5312
 
5313
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5314
  msgid ""
5315
  "If this is enabled, each column header will be clickable; clicking will sort "
5316
  "the whole table by the content of this column cells ascending or descending."
5317
  msgstr ""
5318
 
5319
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5320
  msgid "Allow sorting for the table"
5321
  msgstr ""
5322
 
5323
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5324
  msgid "Main search block"
5325
  msgstr ""
5326
 
5327
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5328
  msgid "Global search"
5329
  msgstr ""
5330
 
5331
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5332
  msgid ""
5333
  "If this is enabled, a search block will be displayed on the top right of the "
5334
  "table, allowing to search through whole table with a single input."
5335
  msgstr ""
5336
 
5337
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5338
  msgid "Enable search block"
5339
  msgstr ""
5340
 
5341
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5342
  msgid "Filters in a form"
5343
  msgstr ""
5344
 
5345
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5346
  #: templates/edit_table.inc.php:340
5347
  msgid "Filter in form"
5348
  msgstr ""
5349
 
5350
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5351
  msgid ""
5352
  "Enable to show the advanced column filter in a form above the table, instead "
5353
  "of showing in the table footer/header."
5354
  msgstr ""
5355
 
5356
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5357
  msgid "Show filters in a form above the table"
5358
  msgstr ""
5359
 
5360
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5361
  msgid "Clear filters button"
5362
  msgstr ""
5363
 
5364
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5365
  #: templates/frontend/filter_form.inc.php:32
5366
  msgid "Clear filters"
5367
  msgstr ""
5368
 
5369
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5370
  msgid "Enable to show the clear filters button."
5371
  msgstr ""
5372
 
5373
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5374
  msgid ""
5375
  "If filter in form is enabled, clear button will be rendered after the last "
5376
  "filter."
5377
  msgstr ""
5378
 
5379
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5380
  msgid ""
5381
  "Otherwise, clear filter button will be rendered above the table next to "
5382
  "\"Table Tools\" buttons."
5383
  msgstr ""
5384
 
5385
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5386
  msgid "Show clear filters button"
5387
  msgstr ""
5388
 
5389
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5390
  msgid "Allow editing"
5391
  msgstr ""
5392
 
5393
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5394
  #: templates/edit_table.inc.php:180
5395
  msgid "Front-end editing"
5396
  msgstr ""
5397
 
5398
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5399
  msgid "Allow editing the table from the front-end."
5400
  msgstr ""
5401
 
5402
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5403
  msgid "Allow front-end editing"
5404
  msgstr ""
5405
 
5406
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5407
  msgid "Popover edit block"
5408
  msgstr ""
5409
 
5410
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5411
  #: templates/edit_table.inc.php:232
5412
  msgid "Popover tools"
5413
  msgstr ""
5414
 
5415
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5416
  msgid ""
5417
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5418
  "popover when you click on any row, instead of Table Tools block above the "
5419
  "table."
5420
  msgstr ""
5421
 
5422
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5423
  msgid "Editing buttons in a popover"
5424
  msgstr ""
5425
 
5426
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5427
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5428
  msgid "In-line editing"
5429
  msgstr ""
5430
 
5431
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5432
  msgid ""
5433
  "If this is enabled, front-end users will be able to edit cells by double-"
5434
  "clicking them, not only with the editor dialog."
5435
  msgstr ""
5436
 
5437
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5438
  msgid "Allow in-line editing"
5439
  msgstr ""
5440
 
5441
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5442
  #: templates/edit_table.inc.php:192
5443
  msgid "MySQL table name for editing"
5444
  msgstr ""
5445
 
5446
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5447
  msgid ""
5448
  "Name of the MySQL table which will be updated when edited from front-end."
5449
  msgstr ""
5450
 
5451
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5452
  msgid "MySQL table name"
5453
  msgstr ""
5454
 
5455
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5456
  #: templates/edit_table.inc.php:203
5457
  msgid "ID column for editing"
5458
  msgstr ""
5459
 
5460
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5461
  msgid ""
5462
  "Choose the column values from which will be used as row identifiers. MUST be "
5463
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5465,141 +5583,141 @@ msgid ""
5465
  "\"id\" or \"ID\" on MySQL side."
5466
  msgstr ""
5467
 
5468
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5469
  #: templates/edit_table.inc.php:267
5470
  msgid "Editor roles"
5471
  msgstr ""
5472
 
5473
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5474
  msgid ""
5475
  "If you want only specific user roles to be able to edit the table, choose in "
5476
  "this dropdown. Leave unchecked to allow editing for everyone."
5477
  msgstr ""
5478
 
5479
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5480
  msgid "Everyone"
5481
  msgstr ""
5482
 
5483
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5484
  msgid "Administrators"
5485
  msgstr ""
5486
 
5487
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5488
  msgid "Editors"
5489
  msgstr ""
5490
 
5491
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5492
  msgid "Authors"
5493
  msgstr ""
5494
 
5495
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5496
  msgid "Contributors"
5497
  msgstr ""
5498
 
5499
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5500
  msgid "Subscribers"
5501
  msgstr ""
5502
 
5503
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5504
  msgid "Users see and edit only own data"
5505
  msgstr ""
5506
 
5507
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5508
  msgid "Users see and edit only their own data"
5509
  msgstr ""
5510
 
5511
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5512
  msgid ""
5513
  "If this is enabled, users will see and edit only the rows that are related "
5514
  "to them or were created by them (associated using the User ID column)."
5515
  msgstr ""
5516
 
5517
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5518
  msgid "Limit editing to own data only"
5519
  msgstr ""
5520
 
5521
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5522
  #: templates/edit_table.inc.php:250
5523
  msgid "User ID column"
5524
  msgstr ""
5525
 
5526
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5527
  msgid ""
5528
  "Choose the column values from which will be used as User identifiers. "
5529
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5530
  "an integer on MySQL side."
5531
  msgstr ""
5532
 
5533
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5534
  #: templates/edit_table.inc.php:350
5535
  msgid "Table tools"
5536
  msgstr ""
5537
 
5538
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5539
  msgid ""
5540
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5541
  msgstr ""
5542
 
5543
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5544
  msgid "Enable Table Tools"
5545
  msgstr ""
5546
 
5547
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5548
  msgid "Buttons"
5549
  msgstr ""
5550
 
5551
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5552
  msgid "Choose which buttons to show in the Table Tools block."
5553
  msgstr ""
5554
 
5555
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5556
  msgid "Columns visibility"
5557
  msgstr ""
5558
 
5559
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5560
  msgid ""
5561
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5562
  "that will be replaced with some actual values at the execution time; usually "
5563
  "this is used for MySQL queries."
5564
  msgstr ""
5565
 
5566
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5567
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5568
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5569
  msgid ""
5570
  "This placeholder will be replaced with any value that you will provide in a "
5571
  "shortcode. Provide a default value here that will be used for table "
5572
  "generation and when a different one is not defined in the shortcode."
5573
  msgstr ""
5574
 
5575
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5576
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5577
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5578
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5579
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5580
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5581
  msgid "Default for table generation"
5582
  msgstr ""
5583
 
5584
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5585
  msgid ""
5586
  "This placeholder will be replaced with the ID of currently logged in user. "
5587
  "Provide a value here to be used for table generation"
5588
  msgstr ""
5589
 
5590
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
5591
  msgid ""
5592
  "This placeholder will be replaced with the login of currently logged in "
5593
  "user. Provide a value here to be used for table generation"
5594
  msgstr ""
5595
 
5596
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
5597
  msgid ""
5598
  "This placeholder will be replaced with the current prefix of WordPress "
5599
  "database. Provide a value here to be used for table generation"
5600
  msgstr ""
5601
 
5602
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
5603
  msgid ""
5604
  "This placeholder will be replaced with the ID of current post. Provide a "
5605
  "value here to be used for table generation"
@@ -5621,7 +5739,7 @@ msgstr ""
5621
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5622
  msgid ""
5623
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5624
- "with tables, charts and data management easy. 30,000+ companies."
5625
  msgstr ""
5626
 
5627
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -6623,3 +6741,27 @@ msgstr ""
6623
  #: templates/settings.inc.php:627
6624
  msgid "There was a problem saving your settings"
6625
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:25+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:25+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
110
  msgid "Go Premium"
111
  msgstr ""
112
 
113
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
114
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
115
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
116
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
117
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
118
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
119
+ #: controllers/wdt_admin.php:839
120
  msgid "You do not have sufficient permissions to access this page."
121
  msgstr ""
122
 
123
+ #: controllers/wdt_functions.php:471
124
  msgid "wpDataChart with provided ID not found!"
125
  msgstr ""
126
 
127
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
128
  msgid "wpDataTable with provided ID not found!"
129
  msgstr ""
130
 
131
+ #: controllers/wdt_functions.php:598
132
  msgid "Provided column is not Integer or Float column type"
133
  msgstr ""
134
 
135
+ #: controllers/wdt_functions.php:815
136
  msgid "Choose a table"
137
  msgstr ""
138
 
139
+ #: controllers/wdt_functions.php:847
140
  msgid "Interactive Responsive Table"
141
  msgstr ""
142
 
143
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
144
  msgid "Content"
145
  msgstr ""
146
 
147
+ #: controllers/wdt_functions.php:854
148
  msgid "wpDataTable"
149
  msgstr ""
150
 
151
+ #: controllers/wdt_functions.php:858
152
  msgid "Choose the wpDataTable from a dropdown"
153
  msgstr ""
154
 
155
+ #: controllers/wdt_functions.php:863
156
  msgid "Table view"
157
  msgstr ""
158
 
159
+ #: controllers/wdt_functions.php:867
160
  msgid "Regular wpDataTable"
161
  msgstr ""
162
 
163
+ #: controllers/wdt_functions.php:869
164
  msgid "Excel-like table"
165
  msgstr ""
166
 
167
+ #: controllers/wdt_functions.php:875
168
  msgid "Variable placeholder #1"
169
  msgstr ""
170
 
171
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
172
+ #: controllers/wdt_functions.php:894
173
  msgid "Variables"
174
  msgstr ""
175
 
176
+ #: controllers/wdt_functions.php:879
177
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
178
  msgstr ""
179
 
180
+ #: controllers/wdt_functions.php:883
181
  msgid "Variable placeholder #2"
182
  msgstr ""
183
 
184
+ #: controllers/wdt_functions.php:887
185
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
186
  msgstr ""
187
 
188
+ #: controllers/wdt_functions.php:891
189
  msgid "Variable placeholder #3"
190
  msgstr ""
191
 
192
+ #: controllers/wdt_functions.php:895
193
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
194
  msgstr ""
195
 
196
+ #: controllers/wdt_functions.php:908
197
  msgid "Google or Highcharts chart based on a wpDataTable"
198
  msgstr ""
199
 
200
+ #: controllers/wdt_functions.php:915
201
  msgid "wpDataChart"
202
  msgstr ""
203
 
204
+ #: controllers/wdt_functions.php:919
205
  msgid "Choose one of wpDataCharts from the list"
206
  msgstr ""
207
 
218
  "placeholders and also for Export file name."
219
  msgstr ""
220
 
221
+ #: source/class.wdtbrowsechartstable.php:141
222
+ #: source/class.wdtbrowsetable.php:168
223
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
224
  #: templates/admin/dashboard/dashboard.inc.php:153
225
  #: templates/admin/dashboard/dashboard.inc.php:222
226
  msgid "Click to copy shortcode"
227
  msgstr ""
228
 
229
+ #: source/class.wdtbrowsechartstable.php:150
230
+ #: source/class.wdtbrowsetable.php:179
231
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
232
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
233
  msgid "Duplicate"
234
  msgstr ""
235
 
236
+ #: source/class.wdtbrowsechartstable.php:156
237
+ #: source/class.wdtbrowsetable.php:185
238
  #: templates/admin/dashboard/dashboard.inc.php:261
239
  msgid "Configure"
240
  msgstr ""
241
 
242
+ #: source/class.wdtbrowsechartstable.php:162
243
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
244
  #: templates/admin/browse/bulk_actions.inc.php:14
245
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
246
  msgid "Delete"
247
  msgstr ""
248
 
249
+ #: source/class.wdtbrowsechartstable.php:217
250
+ #: source/class.wdtbrowsechartstable.php:226
251
  msgid "Column Chart"
252
  msgstr ""
253
 
254
+ #: source/class.wdtbrowsechartstable.php:220
255
+ #: source/class.wdtbrowsechartstable.php:244
256
  msgid "Line Chart"
257
  msgstr ""
258
 
259
+ #: source/class.wdtbrowsechartstable.php:223
260
+ #: source/class.wdtbrowsechartstable.php:247
261
  msgid "Pie Chart"
262
  msgstr ""
263
 
264
+ #: source/class.wdtbrowsechartstable.php:229
265
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
266
  #: templates/chart_wizard.inc.php:91
267
  msgid "Histogram"
268
  msgstr ""
269
 
270
+ #: source/class.wdtbrowsechartstable.php:232
271
  msgid "Bar Chart"
272
  msgstr ""
273
 
274
+ #: source/class.wdtbrowsechartstable.php:235
275
  msgid "Stacked Bar Chart"
276
  msgstr ""
277
 
278
+ #: source/class.wdtbrowsechartstable.php:238
279
  msgid "Area Chart"
280
  msgstr ""
281
 
282
+ #: source/class.wdtbrowsechartstable.php:241
283
  msgid "Stepped Area Chart"
284
  msgstr ""
285
 
286
+ #: source/class.wdtbrowsechartstable.php:250
287
  msgid "Bubble Chart"
288
  msgstr ""
289
 
290
+ #: source/class.wdtbrowsechartstable.php:253
291
  msgid "Donut Chart"
292
  msgstr ""
293
 
294
+ #: source/class.wdtbrowsechartstable.php:256
295
  msgid "Gauge Chart"
296
  msgstr ""
297
 
298
+ #: source/class.wdtbrowsechartstable.php:259
299
  msgid "Scatter Chart"
300
  msgstr ""
301
 
302
+ #: source/class.wdtbrowsechartstable.php:262
303
  msgid "Candlestick Chart"
304
  msgstr ""
305
 
306
+ #: source/class.wdtbrowsechartstable.php:265
307
  msgid "Waterfall Chart"
308
  msgstr ""
309
 
310
+ #: source/class.wdtbrowsechartstable.php:278
311
  msgid "Google"
312
  msgstr ""
313
 
314
+ #: source/class.wdtbrowsechartstable.php:345
315
+ #: source/class.wdtbrowsetable.php:298
316
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
317
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
318
  msgid "Select All"
319
  msgstr ""
320
 
321
+ #: source/class.wdtbrowsechartstable.php:398
322
  msgid "No wpDataCharts in the system yet."
323
  msgstr ""
324
 
325
+ #: source/class.wdtbrowsetable.php:231
326
  msgid "MySQL"
327
  msgstr ""
328
 
329
+ #: source/class.wdtbrowsetable.php:234
330
  msgid "Manual"
331
  msgstr ""
332
 
333
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
334
+ #: source/class.wpdatatable.php:2268
335
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
336
  msgid "Excel"
337
  msgstr ""
338
 
339
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
340
+ #: source/class.wpdatatable.php:2278
341
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
342
  msgid "CSV"
343
  msgstr ""
344
 
345
+ #: source/class.wdtbrowsetable.php:243
346
  msgid "XML"
347
  msgstr ""
348
 
349
+ #: source/class.wdtbrowsetable.php:246
350
  msgid "JSON"
351
  msgstr ""
352
 
353
+ #: source/class.wdtbrowsetable.php:249
354
  #: templates/admin/table-settings/table_settings_block.inc.php:111
355
  #: templates/edit_table.inc.php:91
356
  msgid "Serialized PHP array"
357
  msgstr ""
358
 
359
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
360
  msgid "Google spreadsheet"
361
  msgstr ""
362
 
363
+ #: source/class.wdtbrowsetable.php:255
364
  msgid "Simple"
365
  msgstr ""
366
 
367
+ #: source/class.wdtbrowsetable.php:262
368
  msgid "Unknown"
369
  msgstr ""
370
 
371
+ #: source/class.wdtbrowsetable.php:373
372
  msgid "No wpDataTables in the system yet."
373
  msgstr ""
374
 
376
  msgid "There was an error trying to fetch the table data: "
377
  msgstr ""
378
 
379
+ #: source/class.wdtconfigcontroller.php:477
380
  msgid "Table in data source has no rows."
381
  msgstr ""
382
 
519
  msgid "Please select columns that you want to use in table"
520
  msgstr ""
521
 
522
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
523
+ #: source/class.wpdatatable.php:2288
524
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
525
  msgid "Copy"
526
  msgstr ""
527
 
1225
  msgid "You are mixing data types (several date axes and several number)"
1226
  msgstr ""
1227
 
1228
+ #: source/class.wpdatatable.php:1877
1229
  msgid ""
1230
  "You are trying to load a table of an unknown type. Probably you did not "
1231
  "activate the addon which is required to use this table type."
1232
  msgstr ""
1233
 
1234
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1235
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1236
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1237
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1239
  msgid "All"
1240
  msgstr ""
1241
 
1242
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1243
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1244
  msgid "Columns"
1245
  msgstr ""
1246
 
1247
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1248
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1249
  msgid "Print"
1250
  msgstr ""
1251
 
1252
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1253
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1254
  msgid "PDF"
1255
  msgstr ""
1256
 
1257
+ #: source/class.wpdatatable.php:2234
1258
  msgid "Export"
1259
  msgstr ""
1260
 
1261
+ #: source/class.wpdatatable.php:2312
1262
  msgid "Search table"
1263
  msgstr ""
1264
 
1265
+ #: source/class.wpdatatable.php:2313
1266
  msgid "Showing _MENU_ Entries"
1267
  msgstr ""
1268
 
1281
  msgid "if you have some questions or problems with the plugin."
1282
  msgstr ""
1283
 
1284
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1285
  msgid "wpDataTables Addons"
1286
  msgstr ""
1287
 
1295
  msgstr ""
1296
 
1297
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1298
+ #: templates/admin/dashboard/dashboard.inc.php:565
1299
  msgid "Report Builder"
1300
  msgstr ""
1301
 
1302
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1303
+ #: templates/admin/dashboard/dashboard.inc.php:569
1304
  msgid ""
1305
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1306
  "XLSX documents filled in with actual data from your database."
1326
  msgstr ""
1327
 
1328
  #: templates/admin/addons/addons.inc.php:40
1329
+ #: templates/admin/dashboard/dashboard.inc.php:512
1330
  msgid "Master Detail Tables for wpDataTables"
1331
  msgstr ""
1332
 
1347
  msgstr ""
1348
 
1349
  #: templates/admin/addons/addons.inc.php:67
1350
+ #: templates/admin/dashboard/dashboard.inc.php:539
1351
  msgid "Powerful Filters for wpDataTables"
1352
  msgstr ""
1353
 
1359
  msgstr ""
1360
 
1361
  #: templates/admin/addons/addons.inc.php:120
1362
+ #: templates/admin/dashboard/dashboard.inc.php:592
1363
  msgid "Formidable Forms integration for wpDataTables"
1364
  msgstr ""
1365
 
1366
  #: templates/admin/addons/addons.inc.php:123
1367
+ #: templates/admin/dashboard/dashboard.inc.php:596
1368
  msgid ""
1369
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1370
  "create wpDataTables from Formidable Forms entries data."
1371
  msgstr ""
1372
 
1373
  #: templates/admin/addons/addons.inc.php:143
1374
+ #: templates/admin/dashboard/dashboard.inc.php:618
1375
  msgid "Gravity Forms integration for wpDataTables"
1376
  msgstr ""
1377
 
1378
  #: templates/admin/addons/addons.inc.php:146
1379
+ #: templates/admin/dashboard/dashboard.inc.php:622
1380
  msgid ""
1381
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1382
  "wpDataTables from Gravity Forms entries data."
2346
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2347
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2348
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2349
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2350
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2351
  msgid "View Documentation"
2352
  msgstr ""
2575
 
2576
  #: templates/admin/dashboard/dashboard.inc.php:340
2577
  msgid ""
2578
+ "A major update with a couple of new features, bug fixes and stability "
2579
  "improvements:"
2580
  msgstr ""
2581
 
2582
  #: templates/admin/dashboard/dashboard.inc.php:345
2583
  msgid ""
2584
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2585
+ "tables and charts."
2586
  msgstr ""
2587
 
2588
  #: templates/admin/dashboard/dashboard.inc.php:346
2589
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2590
  msgstr ""
2591
 
2592
  #: templates/admin/dashboard/dashboard.inc.php:347
2593
+ msgid ""
2594
+ "<strong>Feature:</strong> New option to set pagination position for each "
2595
+ "table.(Right, center and left)"
2596
  msgstr ""
2597
 
2598
  #: templates/admin/dashboard/dashboard.inc.php:348
2599
+ msgid ""
2600
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2601
+ "(Six different layouts)"
2602
  msgstr ""
2603
 
2604
  #: templates/admin/dashboard/dashboard.inc.php:349
2605
+ msgid ""
2606
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2607
+ "pages."
2608
+ msgstr ""
2609
+
2610
+ #: templates/admin/dashboard/dashboard.inc.php:350
2611
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2612
+ msgstr ""
2613
+
2614
+ #: templates/admin/dashboard/dashboard.inc.php:351
2615
+ msgid ""
2616
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2617
+ "Explorer browser."
2618
+ msgstr ""
2619
+
2620
+ #: templates/admin/dashboard/dashboard.inc.php:352
2621
+ msgid ""
2622
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2623
+ "pages"
2624
+ msgstr ""
2625
+
2626
+ #: templates/admin/dashboard/dashboard.inc.php:353
2627
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2628
+ msgstr ""
2629
+
2630
+ #: templates/admin/dashboard/dashboard.inc.php:354
2631
+ msgid ""
2632
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2633
+ "area"
2634
+ msgstr ""
2635
+
2636
+ #: templates/admin/dashboard/dashboard.inc.php:355
2637
+ msgid ""
2638
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2639
+ msgstr ""
2640
+
2641
+ #: templates/admin/dashboard/dashboard.inc.php:356
2642
  msgid "Other small bug fixes and stability improvements."
2643
  msgstr ""
2644
 
2645
+ #: templates/admin/dashboard/dashboard.inc.php:368
2646
  msgid "Go Premium!"
2647
  msgstr ""
2648
 
2649
+ #: templates/admin/dashboard/dashboard.inc.php:374
2650
  msgid "View Comparison"
2651
  msgstr ""
2652
 
2653
+ #: templates/admin/dashboard/dashboard.inc.php:382
2654
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2655
  msgid ""
2656
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2657
  "of the powerful features."
2658
  msgstr ""
2659
 
2660
+ #: templates/admin/dashboard/dashboard.inc.php:386
2661
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2662
  msgid "Create a table manually"
2663
  msgstr ""
2664
 
2665
+ #: templates/admin/dashboard/dashboard.inc.php:389
2666
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2667
  msgid "Creating tables from Google Spreadsheet"
2668
  msgstr ""
2669
 
2670
+ #: templates/admin/dashboard/dashboard.inc.php:392
2671
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2672
  msgid "Creating MySQL-based tables from database"
2673
  msgstr ""
2674
 
2675
+ #: templates/admin/dashboard/dashboard.inc.php:395
2676
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2677
  msgid "Creating MySQL-based tables from Wordpress post types"
2678
  msgstr ""
2679
 
2680
+ #: templates/admin/dashboard/dashboard.inc.php:398
2681
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2682
  #: templates/edit_table.inc.php:329
2683
  msgid "Advanced filtering"
2684
  msgstr ""
2685
 
2686
+ #: templates/admin/dashboard/dashboard.inc.php:401
2687
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2688
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2689
  #: templates/edit_table.inc.php:282
2690
  msgid "Server-side processing"
2691
  msgstr ""
2692
 
2693
+ #: templates/admin/dashboard/dashboard.inc.php:404
2694
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2695
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2696
  msgstr ""
2697
 
2698
+ #: templates/admin/dashboard/dashboard.inc.php:407
2699
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2700
  msgid "Front-end table editing"
2701
  msgstr ""
2702
 
2703
+ #: templates/admin/dashboard/dashboard.inc.php:410
2704
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2705
  msgid "Excel-like editing"
2706
  msgstr ""
2707
 
2708
+ #: templates/admin/dashboard/dashboard.inc.php:413
2709
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2710
  msgid "Creating charts with Highcharts"
2711
  msgstr ""
2712
 
2713
+ #: templates/admin/dashboard/dashboard.inc.php:416
2714
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2715
  msgid "Creating charts with Chart.js"
2716
  msgstr ""
2717
 
2718
+ #: templates/admin/dashboard/dashboard.inc.php:419
2719
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2720
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2721
  #: templates/edit_table.inc.php:301
2722
  msgid "Responsive"
2723
  msgstr ""
2724
 
2725
+ #: templates/admin/dashboard/dashboard.inc.php:422
2726
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2727
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2728
  #: templates/edit_table.inc.php:750
2729
  msgid "Conditional formatting"
2730
  msgstr ""
2731
 
2732
+ #: templates/admin/dashboard/dashboard.inc.php:425
2733
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2734
  msgid "Calculating Tools"
2735
  msgstr ""
2736
 
2737
+ #: templates/admin/dashboard/dashboard.inc.php:428
2738
  msgid "Formula columns"
2739
  msgstr ""
2740
 
2741
+ #: templates/admin/dashboard/dashboard.inc.php:431
2742
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2743
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2744
  msgid "Placeholders"
2745
  msgstr ""
2746
 
2747
+ #: templates/admin/dashboard/dashboard.inc.php:434
2748
  msgid "Premium support"
2749
  msgstr ""
2750
 
2751
+ #: templates/admin/dashboard/dashboard.inc.php:438
2752
  msgid "Get Premium Today"
2753
  msgstr ""
2754
 
2755
+ #: templates/admin/dashboard/dashboard.inc.php:445
2756
  msgid "News Blog"
2757
  msgstr ""
2758
 
2759
+ #: templates/admin/dashboard/dashboard.inc.php:450
2760
  msgid "Checkout useful articles from wpdatatables.com"
2761
  msgstr ""
2762
 
2763
+ #: templates/admin/dashboard/dashboard.inc.php:477
2764
  msgid ""
2765
  "Never miss notifications about new cool features, promotions,\n"
2766
  " giveaways or freebies – subscribe to our "
2768
  " about 1 message per month and never spam!"
2769
  msgstr ""
2770
 
2771
+ #: templates/admin/dashboard/dashboard.inc.php:495
2772
  msgid "Premium "
2773
  msgstr ""
2774
 
2775
+ #: templates/admin/dashboard/dashboard.inc.php:498
2776
  msgid ""
2777
  "While wpDataTables itself provides quite a large amount of features and "
2778
  "unlimited customisation, flexibility, you can achieve even more with our "
2779
  "premium addons.(requires wpDataTables Premium version)"
2780
  msgstr ""
2781
 
2782
+ #: templates/admin/dashboard/dashboard.inc.php:516
2783
  msgid ""
2784
  "A wpDataTables addon which allows showing additional details for a specific "
2785
  "row in a popup or a separate page or post."
2786
  msgstr ""
2787
 
2788
+ #: templates/admin/dashboard/dashboard.inc.php:522
2789
+ #: templates/admin/dashboard/dashboard.inc.php:549
2790
+ #: templates/admin/dashboard/dashboard.inc.php:575
2791
+ #: templates/admin/dashboard/dashboard.inc.php:602
2792
+ #: templates/admin/dashboard/dashboard.inc.php:628
2793
+ #: templates/admin/dashboard/dashboard.inc.php:661
2794
  msgid "Learn More"
2795
  msgstr ""
2796
 
2797
+ #: templates/admin/dashboard/dashboard.inc.php:543
2798
  msgid ""
2799
  "An add-on for wpDataTables that provides powerful filtering features: "
2800
  "cascade filtering, applying filters on button click, hide table before "
2801
  "filtering."
2802
  msgstr ""
2803
 
2804
+ #: templates/admin/dashboard/dashboard.inc.php:639
2805
  msgid "Need free booking plugin?"
2806
  msgstr ""
2807
 
2808
+ #: templates/admin/dashboard/dashboard.inc.php:648
2809
  msgid "Appointments and Events WordPress Booking Plugin"
2810
  msgstr ""
2811
 
2812
+ #: templates/admin/dashboard/dashboard.inc.php:651
2813
  msgid ""
2814
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2815
  "set up a fully-featured automated booking system on your WordPress website "
2820
  "each month."
2821
  msgstr ""
2822
 
2823
+ #: templates/admin/dashboard/dashboard.inc.php:654
2824
  msgid "Rating: 4.3 - ‎68 reviews"
2825
  msgstr ""
2826
 
2827
+ #: templates/admin/dashboard/dashboard.inc.php:657
2828
  msgid "Free Download"
2829
  msgstr ""
2830
 
2831
+ #: templates/admin/dashboard/dashboard.inc.php:672
2832
  #: templates/admin/getting-started/getting_started.inc.php:184
2833
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2834
  #: templates/admin/support/support.inc.php:78
2837
  msgid "Made by"
2838
  msgstr ""
2839
 
2840
+ #: templates/admin/dashboard/dashboard.inc.php:680
2841
  #: templates/admin/getting-started/getting_started.inc.php:192
2842
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2843
  #: templates/admin/support/support.inc.php:45
2848
  msgid "Documentation"
2849
  msgstr ""
2850
 
2851
+ #: templates/admin/dashboard/dashboard.inc.php:684
2852
  #: templates/admin/getting-started/getting_started.inc.php:196
2853
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2854
  #: templates/admin/support/support.inc.php:24
3035
 
3036
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3037
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3038
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3039
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3040
  msgid "Sorting"
3041
  msgstr ""
3042
 
3043
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3044
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3045
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3046
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3047
  msgid "Pagination"
3048
  msgstr ""
3049
 
3564
  msgid "Pick the CSV delimiter"
3565
  msgstr ""
3566
 
3567
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3568
+ msgid "Tables sorting direction in admin page"
3569
+ msgstr ""
3570
+
3571
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3572
+ msgid ""
3573
+ "Here you can set sorting direction by id for browse tables and charts. By "
3574
+ "default is ascending order."
3575
+ msgstr ""
3576
+
3577
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3578
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3579
+ #: templates/edit_table.inc.php:663
3580
+ msgid "Ascending"
3581
+ msgstr ""
3582
+
3583
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3584
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3585
+ #: templates/edit_table.inc.php:665
3586
+ msgid "Descending"
3587
+ msgstr ""
3588
+
3589
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3590
  #: templates/settings.inc.php:171
3591
  msgid "Tablet width"
3592
  msgstr ""
3593
 
3594
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3595
  #: templates/settings.inc.php:175
3596
  msgid ""
3597
  "Here you can specify width of the screen (in pixels) that will be treated as "
3598
  "a tablet. You can set it wider if you want responsive effect on desktops."
3599
  msgstr ""
3600
 
3601
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3602
  #: templates/settings.inc.php:181
3603
  msgid "Mobile width"
3604
  msgstr ""
3605
 
3606
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3607
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3608
  msgstr ""
3609
 
3610
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3611
  #: templates/settings.inc.php:61
3612
  msgid "Tables per admin page"
3613
  msgstr ""
3614
 
3615
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3616
  msgid "How many tables to show in the browse page."
3617
  msgstr ""
3618
 
3619
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3620
  msgid "Align numbers"
3621
  msgstr ""
3622
 
3623
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3624
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3625
  msgstr ""
3626
 
3627
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3628
  #: templates/settings.inc.php:161
3629
  msgid "Align numbers to the right"
3630
  msgstr ""
3631
 
3632
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3633
  msgid "Sum functions label"
3634
  msgstr ""
3635
 
3636
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3637
  msgid ""
3638
  "Enter a label that will be used for Sum functions. If you leave it blank "
3639
  "default label will be Σ ="
3640
  msgstr ""
3641
 
3642
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3643
  msgid "Average functions label"
3644
  msgstr ""
3645
 
3646
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3647
  msgid ""
3648
  "Enter a label that will be used for Average functions. If you leave it blank "
3649
  "default label will be Avg ="
3650
  msgstr ""
3651
 
3652
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3653
  msgid "Minimum functions label"
3654
  msgstr ""
3655
 
3656
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3657
  msgid ""
3658
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3659
  "default label will be Min ="
3660
  msgstr ""
3661
 
3662
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3663
  msgid "Maximum functions label"
3664
  msgstr ""
3665
 
3666
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3667
  msgid ""
3668
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3669
  "default label will be Max ="
3670
  msgstr ""
3671
 
3672
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3673
  msgid "Include full bootstrap front-end"
3674
  msgstr ""
3675
 
3676
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3677
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3678
  msgid ""
3679
  "It is recommended to uncheck this option if bootstrap.js is already included "
3680
  "in one of the theme files. Unchecked option means that there is still "
3681
  "bootstrap.js included just in noconflict mode which should prevent errors."
3682
  msgstr ""
3683
 
3684
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3685
  msgid "Include full bootstrap.js on the front-end"
3686
  msgstr ""
3687
 
3688
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3689
  msgid "Include full bootstrap back-end"
3690
  msgstr ""
3691
 
3692
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3693
  msgid "Include full bootstrap.js on the back-end"
3694
  msgstr ""
3695
 
3696
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3697
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3698
  #: templates/settings.inc.php:32
3699
  msgid "Show plugin credentials below tables"
3700
  msgstr ""
3701
 
3702
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3703
  #: templates/settings.inc.php:32
3704
  msgid ""
3705
  "If you want to support our project, please, keep this checkbox as checked"
3706
  msgstr ""
3707
 
3708
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3709
  msgid "Prevent deleting tables in database"
3710
  msgstr ""
3711
 
3712
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3713
  msgid ""
3714
  "It is recommended to leave this option as checked if you what to keep your "
3715
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3716
  "this option, it will be deleted all tables in database after deleting plugin"
3717
  msgstr ""
3718
 
3719
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3720
  msgid ""
3721
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3722
  msgstr ""
3723
 
3724
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3725
  msgid "Remove Getting Started page"
3726
  msgstr ""
3727
 
3728
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3729
  msgid ""
3730
  "Check this option if you want to remove Getting Started page from admin menu."
3731
  msgstr ""
3732
 
3733
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3734
  msgid "Remove \"Getting Started\" page from admin menu."
3735
  msgstr ""
3736
 
4445
  msgid "Choose whether to sort ascending or descending by default."
4446
  msgstr ""
4447
 
 
 
 
 
 
 
 
 
 
 
4448
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4449
  msgid "Add a filter for this column"
4450
  msgstr ""
5162
  msgstr ""
5163
 
5164
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5165
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5166
  msgid "Table Tools"
5167
  msgstr ""
5168
 
5347
  "be on to use word wrapping."
5348
  msgstr ""
5349
 
5350
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5351
+ msgid "Enable to show a pagination"
5352
+ msgstr ""
5353
+
5354
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5355
+ msgid "Show pagination block below the table"
5356
+ msgstr ""
5357
+
5358
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5359
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5360
+ msgid "Pagination Alignment"
5361
+ msgstr ""
5362
+
5363
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5364
+ msgid "Here you can set pagination position: right, center or left."
5365
+ msgstr ""
5366
+
5367
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5368
+ msgid "Right"
5369
+ msgstr ""
5370
+
5371
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5372
+ msgid "Center"
5373
+ msgstr ""
5374
+
5375
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5376
+ msgid "Left"
5377
+ msgstr ""
5378
+
5379
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5380
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5381
+ msgid "Pagination Layout"
5382
+ msgstr ""
5383
+
5384
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5385
+ msgid "Here you can choose between different pagination layout."
5386
+ msgstr ""
5387
+
5388
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5389
+ msgid ""
5390
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5391
+ msgstr ""
5392
+
5393
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5394
+ msgid "\"Previous\" and \"Next\" buttons only"
5395
+ msgstr ""
5396
+
5397
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5398
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5399
+ msgstr ""
5400
+
5401
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5402
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5403
+ msgstr ""
5404
+
5405
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5406
+ msgid "Page number buttons only"
5407
+ msgstr ""
5408
+
5409
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5410
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5411
+ msgstr ""
5412
+
5413
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5414
  msgid "Advanced column filters"
5415
  msgstr ""
5416
 
5417
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5418
  msgid "Advanced filter"
5419
  msgstr ""
5420
 
5421
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5422
  msgid ""
5423
  "Enable to show an advanced filter for each of the columns, filters can be "
5424
  "shown in table footer, header or in a separate form."
5425
  msgstr ""
5426
 
5427
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5428
  msgid "Enable advanced column filters"
5429
  msgstr ""
5430
 
5431
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5432
  msgid ""
5433
  "If this is enabled, each column header will be clickable; clicking will sort "
5434
  "the whole table by the content of this column cells ascending or descending."
5435
  msgstr ""
5436
 
5437
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5438
  msgid "Allow sorting for the table"
5439
  msgstr ""
5440
 
5441
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5442
  msgid "Main search block"
5443
  msgstr ""
5444
 
5445
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5446
  msgid "Global search"
5447
  msgstr ""
5448
 
5449
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5450
  msgid ""
5451
  "If this is enabled, a search block will be displayed on the top right of the "
5452
  "table, allowing to search through whole table with a single input."
5453
  msgstr ""
5454
 
5455
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5456
  msgid "Enable search block"
5457
  msgstr ""
5458
 
5459
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5460
  msgid "Filters in a form"
5461
  msgstr ""
5462
 
5463
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5464
  #: templates/edit_table.inc.php:340
5465
  msgid "Filter in form"
5466
  msgstr ""
5467
 
5468
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5469
  msgid ""
5470
  "Enable to show the advanced column filter in a form above the table, instead "
5471
  "of showing in the table footer/header."
5472
  msgstr ""
5473
 
5474
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5475
  msgid "Show filters in a form above the table"
5476
  msgstr ""
5477
 
5478
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5479
  msgid "Clear filters button"
5480
  msgstr ""
5481
 
5482
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5483
  #: templates/frontend/filter_form.inc.php:32
5484
  msgid "Clear filters"
5485
  msgstr ""
5486
 
5487
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5488
  msgid "Enable to show the clear filters button."
5489
  msgstr ""
5490
 
5491
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5492
  msgid ""
5493
  "If filter in form is enabled, clear button will be rendered after the last "
5494
  "filter."
5495
  msgstr ""
5496
 
5497
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5498
  msgid ""
5499
  "Otherwise, clear filter button will be rendered above the table next to "
5500
  "\"Table Tools\" buttons."
5501
  msgstr ""
5502
 
5503
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5504
  msgid "Show clear filters button"
5505
  msgstr ""
5506
 
5507
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5508
  msgid "Allow editing"
5509
  msgstr ""
5510
 
5511
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5512
  #: templates/edit_table.inc.php:180
5513
  msgid "Front-end editing"
5514
  msgstr ""
5515
 
5516
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5517
  msgid "Allow editing the table from the front-end."
5518
  msgstr ""
5519
 
5520
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5521
  msgid "Allow front-end editing"
5522
  msgstr ""
5523
 
5524
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5525
  msgid "Popover edit block"
5526
  msgstr ""
5527
 
5528
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5529
  #: templates/edit_table.inc.php:232
5530
  msgid "Popover tools"
5531
  msgstr ""
5532
 
5533
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5534
  msgid ""
5535
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5536
  "popover when you click on any row, instead of Table Tools block above the "
5537
  "table."
5538
  msgstr ""
5539
 
5540
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5541
  msgid "Editing buttons in a popover"
5542
  msgstr ""
5543
 
5544
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5545
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5546
  msgid "In-line editing"
5547
  msgstr ""
5548
 
5549
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5550
  msgid ""
5551
  "If this is enabled, front-end users will be able to edit cells by double-"
5552
  "clicking them, not only with the editor dialog."
5553
  msgstr ""
5554
 
5555
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5556
  msgid "Allow in-line editing"
5557
  msgstr ""
5558
 
5559
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5560
  #: templates/edit_table.inc.php:192
5561
  msgid "MySQL table name for editing"
5562
  msgstr ""
5563
 
5564
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5565
  msgid ""
5566
  "Name of the MySQL table which will be updated when edited from front-end."
5567
  msgstr ""
5568
 
5569
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5570
  msgid "MySQL table name"
5571
  msgstr ""
5572
 
5573
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5574
  #: templates/edit_table.inc.php:203
5575
  msgid "ID column for editing"
5576
  msgstr ""
5577
 
5578
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5579
  msgid ""
5580
  "Choose the column values from which will be used as row identifiers. MUST be "
5581
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5583
  "\"id\" or \"ID\" on MySQL side."
5584
  msgstr ""
5585
 
5586
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5587
  #: templates/edit_table.inc.php:267
5588
  msgid "Editor roles"
5589
  msgstr ""
5590
 
5591
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5592
  msgid ""
5593
  "If you want only specific user roles to be able to edit the table, choose in "
5594
  "this dropdown. Leave unchecked to allow editing for everyone."
5595
  msgstr ""
5596
 
5597
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5598
  msgid "Everyone"
5599
  msgstr ""
5600
 
5601
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5602
  msgid "Administrators"
5603
  msgstr ""
5604
 
5605
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
5606
  msgid "Editors"
5607
  msgstr ""
5608
 
5609
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
5610
  msgid "Authors"
5611
  msgstr ""
5612
 
5613
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
5614
  msgid "Contributors"
5615
  msgstr ""
5616
 
5617
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
5618
  msgid "Subscribers"
5619
  msgstr ""
5620
 
5621
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
5622
  msgid "Users see and edit only own data"
5623
  msgstr ""
5624
 
5625
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5626
  msgid "Users see and edit only their own data"
5627
  msgstr ""
5628
 
5629
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5630
  msgid ""
5631
  "If this is enabled, users will see and edit only the rows that are related "
5632
  "to them or were created by them (associated using the User ID column)."
5633
  msgstr ""
5634
 
5635
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
5636
  msgid "Limit editing to own data only"
5637
  msgstr ""
5638
 
5639
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
5640
  #: templates/edit_table.inc.php:250
5641
  msgid "User ID column"
5642
  msgstr ""
5643
 
5644
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
5645
  msgid ""
5646
  "Choose the column values from which will be used as User identifiers. "
5647
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5648
  "an integer on MySQL side."
5649
  msgstr ""
5650
 
5651
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
5652
  #: templates/edit_table.inc.php:350
5653
  msgid "Table tools"
5654
  msgstr ""
5655
 
5656
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
5657
  msgid ""
5658
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5659
  msgstr ""
5660
 
5661
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
5662
  msgid "Enable Table Tools"
5663
  msgstr ""
5664
 
5665
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
5666
  msgid "Buttons"
5667
  msgstr ""
5668
 
5669
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
5670
  msgid "Choose which buttons to show in the Table Tools block."
5671
  msgstr ""
5672
 
5673
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
5674
  msgid "Columns visibility"
5675
  msgstr ""
5676
 
5677
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
5678
  msgid ""
5679
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5680
  "that will be replaced with some actual values at the execution time; usually "
5681
  "this is used for MySQL queries."
5682
  msgstr ""
5683
 
5684
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
5685
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
5686
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
5687
  msgid ""
5688
  "This placeholder will be replaced with any value that you will provide in a "
5689
  "shortcode. Provide a default value here that will be used for table "
5690
  "generation and when a different one is not defined in the shortcode."
5691
  msgstr ""
5692
 
5693
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
5694
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
5695
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
5696
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
5697
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
5698
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
5699
  msgid "Default for table generation"
5700
  msgstr ""
5701
 
5702
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
5703
  msgid ""
5704
  "This placeholder will be replaced with the ID of currently logged in user. "
5705
  "Provide a value here to be used for table generation"
5706
  msgstr ""
5707
 
5708
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
5709
  msgid ""
5710
  "This placeholder will be replaced with the login of currently logged in "
5711
  "user. Provide a value here to be used for table generation"
5712
  msgstr ""
5713
 
5714
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
5715
  msgid ""
5716
  "This placeholder will be replaced with the current prefix of WordPress "
5717
  "database. Provide a value here to be used for table generation"
5718
  msgstr ""
5719
 
5720
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
5721
  msgid ""
5722
  "This placeholder will be replaced with the ID of current post. Provide a "
5723
  "value here to be used for table generation"
5739
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5740
  msgid ""
5741
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5742
+ "with tables, charts and data management easy. 40,000+ companies."
5743
  msgstr ""
5744
 
5745
  #: templates/admin/welcome_page/welcome_page.inc.php:62
6741
  #: templates/settings.inc.php:627
6742
  msgid "There was a problem saving your settings"
6743
  msgstr ""
6744
+
6745
+ #: widgets/class.wpDataChartsElementorWidget.php:28
6746
+ msgid "wpDataChart content"
6747
+ msgstr ""
6748
+
6749
+ #: widgets/class.wpDataChartsElementorWidget.php:35
6750
+ msgid "Select wpDataChart:"
6751
+ msgstr ""
6752
+
6753
+ #: widgets/class.wpDataTablesElementorWidget.php:28
6754
+ msgid "wpDataTable content"
6755
+ msgstr ""
6756
+
6757
+ #: widgets/class.wpDataTablesElementorWidget.php:35
6758
+ msgid "Select wpDataTable:"
6759
+ msgstr ""
6760
+
6761
+ #: widgets/class.wpDataTablesElementorWidget.php:45
6762
+ msgid "Set name for export file:"
6763
+ msgstr ""
6764
+
6765
+ #: widgets/class.wpDataTablesElementorWidget.php:48
6766
+ msgid "Insert name for export file"
6767
+ msgstr ""
languages/fr_FR/wpdatatables-fr_FR.mo CHANGED
Binary file
languages/fr_FR/wpdatatables-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:49+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:49+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: fr_FR\n"
@@ -96,106 +96,106 @@ msgstr ""
96
  msgid "Go Premium"
97
  msgstr ""
98
 
99
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
100
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
101
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
102
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
103
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
104
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
105
- #: controllers/wdt_admin.php:815
106
  msgid "You do not have sufficient permissions to access this page."
107
  msgstr ""
108
  "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
109
 
110
- #: controllers/wdt_functions.php:467
111
  msgid "wpDataChart with provided ID not found!"
112
  msgstr "wpDataChart avec identifiant fourni introuvable!"
113
 
114
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
115
  msgid "wpDataTable with provided ID not found!"
116
  msgstr "wpDataChart avec identifiant fourni introuvable!"
117
 
118
- #: controllers/wdt_functions.php:594
119
  msgid "Provided column is not Integer or Float column type"
120
  msgstr ""
121
  "La colonne fournie n’est pas un type de colonne de nombre entier ou à vigule"
122
 
123
- #: controllers/wdt_functions.php:811
124
  msgid "Choose a table"
125
  msgstr "Choisissez un tableau"
126
 
127
- #: controllers/wdt_functions.php:843
128
  msgid "Interactive Responsive Table"
129
  msgstr "Tableau interactif adaptatif"
130
 
131
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
132
  msgid "Content"
133
  msgstr "Contenu"
134
 
135
- #: controllers/wdt_functions.php:850
136
  msgid "wpDataTable"
137
  msgstr "wpDataTable"
138
 
139
- #: controllers/wdt_functions.php:854
140
  msgid "Choose the wpDataTable from a dropdown"
141
  msgstr "Choisissez le wpDataTable dans une liste déroulante"
142
 
143
- #: controllers/wdt_functions.php:859
144
  msgid "Table view"
145
  msgstr "Vue tableau"
146
 
147
- #: controllers/wdt_functions.php:863
148
  msgid "Regular wpDataTable"
149
  msgstr "WpDataTable ordinaire"
150
 
151
- #: controllers/wdt_functions.php:865
152
  msgid "Excel-like table"
153
  msgstr "Tableau de type Excel"
154
 
155
- #: controllers/wdt_functions.php:871
156
  msgid "Variable placeholder #1"
157
  msgstr "Texte indicatif variable #1"
158
 
159
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
160
- #: controllers/wdt_functions.php:890
161
  msgid "Variables"
162
  msgstr "Variables"
163
 
164
- #: controllers/wdt_functions.php:875
165
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
166
  msgstr ""
167
  "Si vous avez utilisé le texte indicatif VAR1, vous pouvez lui attribuer une "
168
  "valeur ici"
169
 
170
- #: controllers/wdt_functions.php:879
171
  msgid "Variable placeholder #2"
172
  msgstr "Texte indicatif variable #2"
173
 
174
- #: controllers/wdt_functions.php:883
175
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
176
  msgstr ""
177
  "Si vous avez utilisé le texte indicatif VAR2, vous pouvez lui attribuer une "
178
  "valeur ici"
179
 
180
- #: controllers/wdt_functions.php:887
181
  msgid "Variable placeholder #3"
182
  msgstr "Texte indicatif variable #3"
183
 
184
- #: controllers/wdt_functions.php:891
185
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
186
  msgstr ""
187
  "Si vous avez utilisé le texte indicatif VAR3, vous pouvez lui attribuer une "
188
  "valeur ici"
189
 
190
- #: controllers/wdt_functions.php:904
191
  msgid "Google or Highcharts chart based on a wpDataTable"
192
  msgstr "Graphique Google ou HighCharts basé sur un wpDataTable"
193
 
194
- #: controllers/wdt_functions.php:911
195
  msgid "wpDataChart"
196
  msgstr "wpDataChart"
197
 
198
- #: controllers/wdt_functions.php:915
199
  msgid "Choose one of wpDataCharts from the list"
200
  msgstr "Choisissez l’un des wpDataCharts dans la liste"
201
 
@@ -218,157 +218,157 @@ msgstr ""
218
  "des valeurs pour les espaces réservés et également pour le nom de fichier "
219
  "d’exportation."
220
 
221
- #: source/class.wdtbrowsechartstable.php:140
222
- #: source/class.wdtbrowsetable.php:167
223
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
224
  #: templates/admin/dashboard/dashboard.inc.php:153
225
  #: templates/admin/dashboard/dashboard.inc.php:222
226
  msgid "Click to copy shortcode"
227
  msgstr "Cliquez pour copier le shortcode"
228
 
229
- #: source/class.wdtbrowsechartstable.php:149
230
- #: source/class.wdtbrowsetable.php:178
231
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
232
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
233
  msgid "Duplicate"
234
  msgstr "Dupliquer"
235
 
236
- #: source/class.wdtbrowsechartstable.php:155
237
- #: source/class.wdtbrowsetable.php:184
238
  #: templates/admin/dashboard/dashboard.inc.php:261
239
  msgid "Configure"
240
  msgstr "Configurer"
241
 
242
- #: source/class.wdtbrowsechartstable.php:161
243
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
244
  #: templates/admin/browse/bulk_actions.inc.php:14
245
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
246
  msgid "Delete"
247
  msgstr "Effacer"
248
 
249
- #: source/class.wdtbrowsechartstable.php:216
250
- #: source/class.wdtbrowsechartstable.php:225
251
  msgid "Column Chart"
252
  msgstr "Graphique à colonnes"
253
 
254
- #: source/class.wdtbrowsechartstable.php:219
255
- #: source/class.wdtbrowsechartstable.php:243
256
  msgid "Line Chart"
257
  msgstr "Graphique en ligne"
258
 
259
- #: source/class.wdtbrowsechartstable.php:222
260
- #: source/class.wdtbrowsechartstable.php:246
261
  msgid "Pie Chart"
262
  msgstr "Camembert"
263
 
264
- #: source/class.wdtbrowsechartstable.php:228
265
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
266
  #: templates/chart_wizard.inc.php:91
267
  msgid "Histogram"
268
  msgstr "Histogramme"
269
 
270
- #: source/class.wdtbrowsechartstable.php:231
271
  msgid "Bar Chart"
272
  msgstr "Diagramme à bandes"
273
 
274
- #: source/class.wdtbrowsechartstable.php:234
275
  msgid "Stacked Bar Chart"
276
  msgstr "Diagramme à barres empilées"
277
 
278
- #: source/class.wdtbrowsechartstable.php:237
279
  msgid "Area Chart"
280
  msgstr "Diagramme de zone"
281
 
282
- #: source/class.wdtbrowsechartstable.php:240
283
  msgid "Stepped Area Chart"
284
  msgstr "Diagramme de zone en escalier"
285
 
286
- #: source/class.wdtbrowsechartstable.php:249
287
  msgid "Bubble Chart"
288
  msgstr "Diagramme à bulles"
289
 
290
- #: source/class.wdtbrowsechartstable.php:252
291
  msgid "Donut Chart"
292
  msgstr "Graphique Donut"
293
 
294
- #: source/class.wdtbrowsechartstable.php:255
295
  msgid "Gauge Chart"
296
  msgstr "Graphique de jauge"
297
 
298
- #: source/class.wdtbrowsechartstable.php:258
299
  msgid "Scatter Chart"
300
  msgstr "Diagramme de dispersion"
301
 
302
- #: source/class.wdtbrowsechartstable.php:261
303
  msgid "Candlestick Chart"
304
  msgstr "Graphique en chandelier"
305
 
306
- #: source/class.wdtbrowsechartstable.php:264
307
  msgid "Waterfall Chart"
308
  msgstr "Graphique en cascade"
309
 
310
- #: source/class.wdtbrowsechartstable.php:277
311
  msgid "Google"
312
  msgstr "Google"
313
 
314
- #: source/class.wdtbrowsechartstable.php:343
315
- #: source/class.wdtbrowsetable.php:296
316
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
317
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
318
  msgid "Select All"
319
  msgstr "Tout sélectionner"
320
 
321
- #: source/class.wdtbrowsechartstable.php:396
322
  msgid "No wpDataCharts in the system yet."
323
  msgstr "Aucun wpDataCharts dans le système pour le moment."
324
 
325
- #: source/class.wdtbrowsetable.php:230
326
  msgid "MySQL"
327
  msgstr "MySQL"
328
 
329
- #: source/class.wdtbrowsetable.php:233
330
  msgid "Manual"
331
  msgstr "Manuel"
332
 
333
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
334
- #: source/class.wpdatatable.php:2205
335
- #: templates/admin/table-settings/table_settings_block.inc.php:932
336
  msgid "Excel"
337
  msgstr "Excel"
338
 
339
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
340
- #: source/class.wpdatatable.php:2215
341
- #: templates/admin/table-settings/table_settings_block.inc.php:933
342
  msgid "CSV"
343
  msgstr "CSV"
344
 
345
- #: source/class.wdtbrowsetable.php:242
346
  msgid "XML"
347
  msgstr "XML"
348
 
349
- #: source/class.wdtbrowsetable.php:245
350
  msgid "JSON"
351
  msgstr "JSON"
352
 
353
- #: source/class.wdtbrowsetable.php:248
354
  #: templates/admin/table-settings/table_settings_block.inc.php:111
355
  #: templates/edit_table.inc.php:91
356
  msgid "Serialized PHP array"
357
  msgstr "Serialized PHP array"
358
 
359
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
360
  msgid "Google spreadsheet"
361
  msgstr "Feuille de calcul Google"
362
 
363
- #: source/class.wdtbrowsetable.php:254
364
  msgid "Simple"
365
  msgstr ""
366
 
367
- #: source/class.wdtbrowsetable.php:261
368
  msgid "Unknown"
369
  msgstr "Inconnu"
370
 
371
- #: source/class.wdtbrowsetable.php:371
372
  msgid "No wpDataTables in the system yet."
373
  msgstr "Pas de wpDataTables dans le système pour le moment."
374
 
@@ -378,7 +378,7 @@ msgstr ""
378
  "Une erreur s’est produite lors de la tentative d’extraction des données du "
379
  "tableau: "
380
 
381
- #: source/class.wdtconfigcontroller.php:468
382
  msgid "Table in data source has no rows."
383
  msgstr "Le tableau dans la source de données n’a pas de lignes."
384
 
@@ -526,9 +526,9 @@ msgstr ""
526
  "Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
527
  "tableau"
528
 
529
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
530
- #: source/class.wpdatatable.php:2225
531
- #: templates/admin/table-settings/table_settings_block.inc.php:934
532
  msgid "Copy"
533
  msgstr "Copier"
534
 
@@ -1315,7 +1315,7 @@ msgstr ""
1315
  "Vous mélangez des types de données (plusieurs axes de dates et plusieurs "
1316
  "nombres)"
1317
 
1318
- #: source/class.wpdatatable.php:1827
1319
  msgid ""
1320
  "You are trying to load a table of an unknown type. Probably you did not "
1321
  "activate the addon which is required to use this table type."
@@ -1324,7 +1324,7 @@ msgstr ""
1324
  "probablement pas activé le supplément d’extension requis pour utiliser ce "
1325
  "type de tableau."
1326
 
1327
- #: source/class.wpdatatable.php:2054
1328
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1329
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1330
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1332,30 +1332,30 @@ msgstr ""
1332
  msgid "All"
1333
  msgstr "Tout"
1334
 
1335
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1336
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1337
  msgid "Columns"
1338
  msgstr "Colonnes"
1339
 
1340
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1341
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1342
  msgid "Print"
1343
  msgstr "Imprimer"
1344
 
1345
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1346
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1347
  msgid "PDF"
1348
  msgstr "PDF"
1349
 
1350
- #: source/class.wpdatatable.php:2171
1351
  msgid "Export"
1352
  msgstr "Exporter"
1353
 
1354
- #: source/class.wpdatatable.php:2249
1355
  msgid "Search table"
1356
  msgstr "Tableau de recherche"
1357
 
1358
- #: source/class.wpdatatable.php:2250
1359
  msgid "Showing _MENU_ Entries"
1360
  msgstr "Afficher _MENU_ Entrées"
1361
 
@@ -1374,7 +1374,7 @@ msgstr ""
1374
  msgid "if you have some questions or problems with the plugin."
1375
  msgstr ""
1376
 
1377
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1378
  msgid "wpDataTables Addons"
1379
  msgstr "Modules complémentaires pour wpDataTables"
1380
 
@@ -1394,12 +1394,12 @@ msgstr ""
1394
  "créateurs de wpDataTables et les développeurs tiers, donc restez à l’écoute."
1395
 
1396
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1397
- #: templates/admin/dashboard/dashboard.inc.php:558
1398
  msgid "Report Builder"
1399
  msgstr "Report Builder"
1400
 
1401
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1402
- #: templates/admin/dashboard/dashboard.inc.php:562
1403
  msgid ""
1404
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1405
  "XLSX documents filled in with actual data from your database."
@@ -1427,7 +1427,7 @@ msgid "NEW"
1427
  msgstr "NOUVEAU"
1428
 
1429
  #: templates/admin/addons/addons.inc.php:40
1430
- #: templates/admin/dashboard/dashboard.inc.php:505
1431
  msgid "Master Detail Tables for wpDataTables"
1432
  msgstr "Principaux tableaux détaillés pour wpDataTables"
1433
 
@@ -1453,7 +1453,7 @@ msgid "Learn more"
1453
  msgstr "En savoir plus"
1454
 
1455
  #: templates/admin/addons/addons.inc.php:67
1456
- #: templates/admin/dashboard/dashboard.inc.php:532
1457
  msgid "Powerful Filters for wpDataTables"
1458
  msgstr "Filtres puissants pour les wpDataTables"
1459
 
@@ -1469,12 +1469,12 @@ msgstr ""
1469
  "l’utilisateur ne définisse les valeurs de recherche."
1470
 
1471
  #: templates/admin/addons/addons.inc.php:120
1472
- #: templates/admin/dashboard/dashboard.inc.php:585
1473
  msgid "Formidable Forms integration for wpDataTables"
1474
  msgstr "Intégration de Formidable Forms pour wpDataTables"
1475
 
1476
  #: templates/admin/addons/addons.inc.php:123
1477
- #: templates/admin/dashboard/dashboard.inc.php:589
1478
  msgid ""
1479
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1480
  "create wpDataTables from Formidable Forms entries data."
@@ -1484,12 +1484,12 @@ msgstr ""
1484
  "Formidable Forms."
1485
 
1486
  #: templates/admin/addons/addons.inc.php:143
1487
- #: templates/admin/dashboard/dashboard.inc.php:611
1488
  msgid "Gravity Forms integration for wpDataTables"
1489
  msgstr "Intégration de Gravity Forms pour wpDataTables"
1490
 
1491
  #: templates/admin/addons/addons.inc.php:146
1492
- #: templates/admin/dashboard/dashboard.inc.php:615
1493
  msgid ""
1494
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1495
  "wpDataTables from Gravity Forms entries data."
@@ -2514,7 +2514,7 @@ msgstr "Ouvrir dans un éditeur de type Excel"
2514
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2515
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2516
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2517
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2518
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2519
  msgid "View Documentation"
2520
  msgstr "Voir la documentation"
@@ -2756,152 +2756,193 @@ msgstr "Version "
2756
 
2757
  #: templates/admin/dashboard/dashboard.inc.php:340
2758
  msgid ""
2759
- "A major update with new table type, and a couple of bug fixes and stability "
2760
  "improvements:"
2761
  msgstr ""
2762
 
2763
  #: templates/admin/dashboard/dashboard.inc.php:345
2764
  msgid ""
2765
- "Feature: New table type - Create a simple table with any data, merged cells, "
2766
- "styling, star rating and a lot more."
2767
  msgstr ""
2768
 
2769
  #: templates/admin/dashboard/dashboard.inc.php:346
2770
- msgid "Feature: Added Slovenian translation"
2771
  msgstr ""
2772
 
2773
  #: templates/admin/dashboard/dashboard.inc.php:347
2774
- msgid "Improvement: Update French translation"
 
 
2775
  msgstr ""
2776
 
2777
  #: templates/admin/dashboard/dashboard.inc.php:348
2778
- msgid "Improvement: Added new color picker"
 
 
2779
  msgstr ""
2780
 
2781
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2782
  msgid "Other small bug fixes and stability improvements."
2783
  msgstr ""
2784
 
2785
- #: templates/admin/dashboard/dashboard.inc.php:361
2786
  msgid "Go Premium!"
2787
  msgstr ""
2788
 
2789
- #: templates/admin/dashboard/dashboard.inc.php:367
2790
  msgid "View Comparison"
2791
  msgstr ""
2792
 
2793
- #: templates/admin/dashboard/dashboard.inc.php:375
2794
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2795
  msgid ""
2796
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2797
  "of the powerful features."
2798
  msgstr ""
2799
 
2800
- #: templates/admin/dashboard/dashboard.inc.php:379
2801
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2802
  msgid "Create a table manually"
2803
  msgstr "Créer un tableau manuellement"
2804
 
2805
- #: templates/admin/dashboard/dashboard.inc.php:382
2806
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2807
  msgid "Creating tables from Google Spreadsheet"
2808
  msgstr "Création de tableaux à partir de Google Spreadsheet"
2809
 
2810
- #: templates/admin/dashboard/dashboard.inc.php:385
2811
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2812
  msgid "Creating MySQL-based tables from database"
2813
  msgstr "Création de tableaux basés sur MySQL à partir d'une base de données"
2814
 
2815
- #: templates/admin/dashboard/dashboard.inc.php:388
2816
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2817
  msgid "Creating MySQL-based tables from Wordpress post types"
2818
  msgstr ""
2819
  "Création de tableaux basés sur MySQL à partir d'articles types Wordpress"
2820
 
2821
- #: templates/admin/dashboard/dashboard.inc.php:391
2822
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2823
  #: templates/edit_table.inc.php:329
2824
  msgid "Advanced filtering"
2825
  msgstr "Filtrage avancé"
2826
 
2827
- #: templates/admin/dashboard/dashboard.inc.php:394
2828
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2829
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2830
  #: templates/edit_table.inc.php:282
2831
  msgid "Server-side processing"
2832
  msgstr "Traitement côté serveur"
2833
 
2834
- #: templates/admin/dashboard/dashboard.inc.php:397
2835
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2836
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2837
  msgstr ""
2838
 
2839
- #: templates/admin/dashboard/dashboard.inc.php:400
2840
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2841
  msgid "Front-end table editing"
2842
  msgstr "Montage de tableaux en interface visuelle"
2843
 
2844
- #: templates/admin/dashboard/dashboard.inc.php:403
2845
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2846
  msgid "Excel-like editing"
2847
  msgstr "Montage comme sur Excel"
2848
 
2849
- #: templates/admin/dashboard/dashboard.inc.php:406
2850
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2851
  msgid "Creating charts with Highcharts"
2852
  msgstr "Créer des graphiques avec Highcharts"
2853
 
2854
- #: templates/admin/dashboard/dashboard.inc.php:409
2855
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2856
  msgid "Creating charts with Chart.js"
2857
  msgstr "Créer des graphiques avec Chart.js"
2858
 
2859
- #: templates/admin/dashboard/dashboard.inc.php:412
2860
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2861
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2862
  #: templates/edit_table.inc.php:301
2863
  msgid "Responsive"
2864
  msgstr "Réactif"
2865
 
2866
- #: templates/admin/dashboard/dashboard.inc.php:415
2867
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2868
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2869
  #: templates/edit_table.inc.php:750
2870
  msgid "Conditional formatting"
2871
  msgstr "Mise en forme conditionnelle"
2872
 
2873
- #: templates/admin/dashboard/dashboard.inc.php:418
2874
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2875
  msgid "Calculating Tools"
2876
  msgstr "Outils de calcul"
2877
 
2878
- #: templates/admin/dashboard/dashboard.inc.php:421
2879
  msgid "Formula columns"
2880
  msgstr ""
2881
 
2882
- #: templates/admin/dashboard/dashboard.inc.php:424
2883
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2884
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2885
  msgid "Placeholders"
2886
  msgstr "Textes indicatifs"
2887
 
2888
- #: templates/admin/dashboard/dashboard.inc.php:427
2889
  msgid "Premium support"
2890
  msgstr ""
2891
 
2892
- #: templates/admin/dashboard/dashboard.inc.php:431
2893
  msgid "Get Premium Today"
2894
  msgstr ""
2895
 
2896
- #: templates/admin/dashboard/dashboard.inc.php:438
2897
  msgid "News Blog"
2898
  msgstr "Nouvelles du blog"
2899
 
2900
- #: templates/admin/dashboard/dashboard.inc.php:443
2901
  msgid "Checkout useful articles from wpdatatables.com"
2902
  msgstr "Consultez les articles utiles de wpdatables.com"
2903
 
2904
- #: templates/admin/dashboard/dashboard.inc.php:470
2905
  msgid ""
2906
  "Never miss notifications about new cool features, promotions,\n"
2907
  " giveaways or freebies – subscribe to our "
@@ -2915,18 +2956,18 @@ msgstr ""
2915
  " environ 1 message par mois et jamais de "
2916
  "spam !"
2917
 
2918
- #: templates/admin/dashboard/dashboard.inc.php:488
2919
  msgid "Premium "
2920
  msgstr ""
2921
 
2922
- #: templates/admin/dashboard/dashboard.inc.php:491
2923
  msgid ""
2924
  "While wpDataTables itself provides quite a large amount of features and "
2925
  "unlimited customisation, flexibility, you can achieve even more with our "
2926
  "premium addons.(requires wpDataTables Premium version)"
2927
  msgstr ""
2928
 
2929
- #: templates/admin/dashboard/dashboard.inc.php:509
2930
  msgid ""
2931
  "A wpDataTables addon which allows showing additional details for a specific "
2932
  "row in a popup or a separate page or post."
@@ -2934,16 +2975,16 @@ msgstr ""
2934
  "Un addon wpDataTables qui permet d'afficher des détails supplémentaires pour "
2935
  "une ligne spécifique dans un popup ou une page ou un message séparé."
2936
 
2937
- #: templates/admin/dashboard/dashboard.inc.php:515
2938
- #: templates/admin/dashboard/dashboard.inc.php:542
2939
- #: templates/admin/dashboard/dashboard.inc.php:568
2940
- #: templates/admin/dashboard/dashboard.inc.php:595
2941
- #: templates/admin/dashboard/dashboard.inc.php:621
2942
- #: templates/admin/dashboard/dashboard.inc.php:654
2943
  msgid "Learn More"
2944
  msgstr "En savoir plus"
2945
 
2946
- #: templates/admin/dashboard/dashboard.inc.php:536
2947
  msgid ""
2948
  "An add-on for wpDataTables that provides powerful filtering features: "
2949
  "cascade filtering, applying filters on button click, hide table before "
@@ -2953,15 +2994,15 @@ msgstr ""
2953
  "filtrage en cascade, application de filtres en un clic de bouton, masquage "
2954
  "du tableau avant le filtrage."
2955
 
2956
- #: templates/admin/dashboard/dashboard.inc.php:632
2957
  msgid "Need free booking plugin?"
2958
  msgstr ""
2959
 
2960
- #: templates/admin/dashboard/dashboard.inc.php:641
2961
  msgid "Appointments and Events WordPress Booking Plugin"
2962
  msgstr "Rendez-vous et événements Extension de réservation WordPress"
2963
 
2964
- #: templates/admin/dashboard/dashboard.inc.php:644
2965
  msgid ""
2966
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2967
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2972,15 +3013,15 @@ msgid ""
2972
  "each month."
2973
  msgstr ""
2974
 
2975
- #: templates/admin/dashboard/dashboard.inc.php:647
2976
  msgid "Rating: 4.3 - ‎68 reviews"
2977
  msgstr ""
2978
 
2979
- #: templates/admin/dashboard/dashboard.inc.php:650
2980
  msgid "Free Download"
2981
  msgstr ""
2982
 
2983
- #: templates/admin/dashboard/dashboard.inc.php:665
2984
  #: templates/admin/getting-started/getting_started.inc.php:184
2985
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2986
  #: templates/admin/support/support.inc.php:78
@@ -2989,7 +3030,7 @@ msgstr ""
2989
  msgid "Made by"
2990
  msgstr "Réalisé par"
2991
 
2992
- #: templates/admin/dashboard/dashboard.inc.php:673
2993
  #: templates/admin/getting-started/getting_started.inc.php:192
2994
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2995
  #: templates/admin/support/support.inc.php:45
@@ -3000,7 +3041,7 @@ msgstr "Réalisé par"
3000
  msgid "Documentation"
3001
  msgstr "Documentation"
3002
 
3003
- #: templates/admin/dashboard/dashboard.inc.php:677
3004
  #: templates/admin/getting-started/getting_started.inc.php:196
3005
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
3006
  #: templates/admin/support/support.inc.php:24
@@ -3200,13 +3241,15 @@ msgstr ""
3200
 
3201
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3202
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3203
- #: templates/admin/table-settings/table_settings_block.inc.php:527
3204
- #: templates/admin/table-settings/table_settings_block.inc.php:535
3205
  msgid "Sorting"
3206
  msgstr "Tri"
3207
 
3208
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3209
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3210
  msgid "Pagination"
3211
  msgstr "Pagination"
3212
 
@@ -3775,12 +3818,34 @@ msgstr "Délimiteur CSV"
3775
  msgid "Pick the CSV delimiter"
3776
  msgstr "Choisissez le délimiteur CSV"
3777
 
3778
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3779
  #: templates/settings.inc.php:171
3780
  msgid "Tablet width"
3781
  msgstr "Largeur de la tablette"
3782
 
3783
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3784
  #: templates/settings.inc.php:175
3785
  msgid ""
3786
  "Here you can specify width of the screen (in pixels) that will be treated as "
@@ -3790,44 +3855,44 @@ msgstr ""
3790
  "traitée comme une tablette. Vous pouvez le définir plus large si vous "
3791
  "souhaitez un effet adaptatif sur les ordinateurs de bureau."
3792
 
3793
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3794
  #: templates/settings.inc.php:181
3795
  msgid "Mobile width"
3796
  msgstr "Largeur mobile"
3797
 
3798
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3799
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3800
  msgstr ""
3801
  "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
3802
  "mobile.."
3803
 
3804
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3805
  #: templates/settings.inc.php:61
3806
  msgid "Tables per admin page"
3807
  msgstr "Tableaux par page administrateur"
3808
 
3809
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3810
  msgid "How many tables to show in the browse page."
3811
  msgstr "Combien de tableaux afficher dans la page de navigation."
3812
 
3813
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3814
  msgid "Align numbers"
3815
  msgstr "Aligner les nombres"
3816
 
3817
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3818
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3819
  msgstr ""
3820
 
3821
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3822
  #: templates/settings.inc.php:161
3823
  msgid "Align numbers to the right"
3824
  msgstr "Aligner les chiffres à droite"
3825
 
3826
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3827
  msgid "Sum functions label"
3828
  msgstr "Libellé de fonctions de somme"
3829
 
3830
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3831
  msgid ""
3832
  "Enter a label that will be used for Sum functions. If you leave it blank "
3833
  "default label will be Σ ="
@@ -3835,11 +3900,11 @@ msgstr ""
3835
  "Entrez un libellé qui sera utilisé pour les fonctions de somme. Si vous le "
3836
  "laissez vide, le libellé par défaut sera Σ ="
3837
 
3838
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3839
  msgid "Average functions label"
3840
  msgstr "Libellé de fonctions moyennes"
3841
 
3842
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3843
  msgid ""
3844
  "Enter a label that will be used for Average functions. If you leave it blank "
3845
  "default label will be Avg ="
@@ -3847,11 +3912,11 @@ msgstr ""
3847
  "Entrez un libellé qui sera utilisé pour les fonctions Moyenne. Si vous le "
3848
  "laissez vide, le libellé par défaut sera Avg ="
3849
 
3850
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3851
  msgid "Minimum functions label"
3852
  msgstr "Libellé de fonctions minimum"
3853
 
3854
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3855
  msgid ""
3856
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3857
  "default label will be Min ="
@@ -3859,11 +3924,11 @@ msgstr ""
3859
  "Entrez un libellé qui sera utilisé pour les fonctions Minimum. Si vous le "
3860
  "laissez vide, le libellé par défaut sera Min ="
3861
 
3862
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3863
  msgid "Maximum functions label"
3864
  msgstr "Libellé de fonctions maximum"
3865
 
3866
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3867
  msgid ""
3868
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3869
  "default label will be Max ="
@@ -3871,12 +3936,12 @@ msgstr ""
3871
  "Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
3872
  "laissez vide, le libellé par défaut sera Max ="
3873
 
3874
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3875
  msgid "Include full bootstrap front-end"
3876
  msgstr "Inclut l’interface publique de bootstrap complète"
3877
 
3878
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3879
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3880
  msgid ""
3881
  "It is recommended to uncheck this option if bootstrap.js is already included "
3882
  "in one of the theme files. Unchecked option means that there is still "
@@ -3887,61 +3952,61 @@ msgstr ""
3887
  "bootstrap.js est toujours inclus mais uniquement en mode non-conflit, ce qui "
3888
  "devrait éviter les erreurs."
3889
 
3890
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3891
  msgid "Include full bootstrap.js on the front-end"
3892
  msgstr "Inclure bootstrap.js complet sur le front-end"
3893
 
3894
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3895
  msgid "Include full bootstrap back-end"
3896
  msgstr "Inclut l’environnement de développement de bootstrap complet"
3897
 
3898
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3899
  msgid "Include full bootstrap.js on the back-end"
3900
  msgstr ""
3901
  "Inclure la version complète de bootstrap.js dans l'interface administrateur"
3902
 
3903
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3904
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3905
  #: templates/settings.inc.php:32
3906
  msgid "Show plugin credentials below tables"
3907
  msgstr ""
3908
 
3909
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3910
  #: templates/settings.inc.php:32
3911
  msgid ""
3912
  "If you want to support our project, please, keep this checkbox as checked"
3913
  msgstr ""
3914
 
3915
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3916
  msgid "Prevent deleting tables in database"
3917
  msgstr "Empêcher la suppression de tables dans la base de données"
3918
 
3919
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3920
  msgid ""
3921
  "It is recommended to leave this option as checked if you what to keep your "
3922
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3923
  "this option, it will be deleted all tables in database after deleting plugin"
3924
  msgstr ""
3925
 
3926
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3927
  msgid ""
3928
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3929
  msgstr ""
3930
  "Empêcher la suppression des tableaux dans la base de données après avoir "
3931
  "supprimé l'extension de la page Extensions"
3932
 
3933
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3934
  msgid "Remove Getting Started page"
3935
  msgstr "Supprimer la page de démarrage"
3936
 
3937
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3938
  msgid ""
3939
  "Check this option if you want to remove Getting Started page from admin menu."
3940
  msgstr ""
3941
  "Cochez cette option si vous souhaitez supprimer la page de démarrage du menu "
3942
  "d'administration."
3943
 
3944
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3945
  msgid "Remove \"Getting Started\" page from admin menu."
3946
  msgstr "Supprimer la page \"Démarrage\" du menu d'administration."
3947
 
@@ -4761,16 +4826,6 @@ msgstr ""
4761
  "Choisissez si vous souhaitez trier par ordre croissant ou décroissant par "
4762
  "défaut."
4763
 
4764
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4765
- #: templates/edit_table.inc.php:663
4766
- msgid "Ascending"
4767
- msgstr "Ordre croissant"
4768
-
4769
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4770
- #: templates/edit_table.inc.php:665
4771
- msgid "Descending"
4772
- msgstr "Ordre décroissant"
4773
-
4774
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4775
  msgid "Add a filter for this column"
4776
  msgstr "Ajouter un filtre pour cette colonne"
@@ -5532,7 +5587,7 @@ msgid "Sorting and filtering"
5532
  msgstr "Tri et filtrage"
5533
 
5534
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5535
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5536
  msgid "Table Tools"
5537
  msgstr "Outils de tableau"
5538
 
@@ -5747,15 +5802,78 @@ msgstr ""
5747
  "Cela doit être activé si vous souhaitez définir la largeur des colonnes "
5748
  "manuellement. Devrait être activé pour utiliser l’enveloppe de mots."
5749
 
5750
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5751
  msgid "Advanced column filters"
5752
  msgstr "Filtres de colonne avancés"
5753
 
5754
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5755
  msgid "Advanced filter"
5756
  msgstr "Filtre avancé"
5757
 
5758
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5759
  msgid ""
5760
  "Enable to show an advanced filter for each of the columns, filters can be "
5761
  "shown in table footer, header or in a separate form."
@@ -5764,11 +5882,11 @@ msgstr ""
5764
  "filtres peuvent être affichés dans le pied de page du tableau, l’en-tête ou "
5765
  "dans un formulaire séparé."
5766
 
5767
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5768
  msgid "Enable advanced column filters"
5769
  msgstr "Activer les filtres de colonne avancés"
5770
 
5771
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5772
  msgid ""
5773
  "If this is enabled, each column header will be clickable; clicking will sort "
5774
  "the whole table by the content of this column cells ascending or descending."
@@ -5777,19 +5895,19 @@ msgstr ""
5777
  "cliquant, vous trierez tout le tableau en fonction du contenu de cette "
5778
  "colonne en ordre croissant ou décroissant."
5779
 
5780
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5781
  msgid "Allow sorting for the table"
5782
  msgstr "Autoriser le tri pour le tableau"
5783
 
5784
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5785
  msgid "Main search block"
5786
  msgstr "Bloc de recherche principal"
5787
 
5788
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5789
  msgid "Global search"
5790
  msgstr "Recherche globale"
5791
 
5792
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5793
  msgid ""
5794
  "If this is enabled, a search block will be displayed on the top right of the "
5795
  "table, allowing to search through whole table with a single input."
@@ -5798,20 +5916,20 @@ msgstr ""
5798
  "droite de la table, ce qui permettra de parcourir un tableau entier avec une "
5799
  "seule entrée."
5800
 
5801
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5802
  msgid "Enable search block"
5803
  msgstr "Activer le bloc de recherche"
5804
 
5805
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5806
  msgid "Filters in a form"
5807
  msgstr "Filtres dans un formulaire"
5808
 
5809
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5810
  #: templates/edit_table.inc.php:340
5811
  msgid "Filter in form"
5812
  msgstr "Filtrer sous forme"
5813
 
5814
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5815
  msgid ""
5816
  "Enable to show the advanced column filter in a form above the table, instead "
5817
  "of showing in the table footer/header."
@@ -5820,24 +5938,24 @@ msgstr ""
5820
  "dessus de la table, au lieu de l’afficher dans le pied de page/en-tête du "
5821
  "tableau."
5822
 
5823
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5824
  msgid "Show filters in a form above the table"
5825
  msgstr "Afficher les filtres dans un formulaire au-dessus du tableau"
5826
 
5827
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5828
  msgid "Clear filters button"
5829
  msgstr "Bouton effacer les filtres"
5830
 
5831
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5832
  #: templates/frontend/filter_form.inc.php:32
5833
  msgid "Clear filters"
5834
  msgstr "Effacer les filtres"
5835
 
5836
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5837
  msgid "Enable to show the clear filters button."
5838
  msgstr "Activer pour afficher le bouton effacer les filtres."
5839
 
5840
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5841
  msgid ""
5842
  "If filter in form is enabled, clear button will be rendered after the last "
5843
  "filter."
@@ -5845,7 +5963,7 @@ msgstr ""
5845
  "Si le filtre dans le formulaire est activé, le bouton effacer sera rendu "
5846
  "après le dernier filtre."
5847
 
5848
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5849
  msgid ""
5850
  "Otherwise, clear filter button will be rendered above the table next to "
5851
  "\"Table Tools\" buttons."
@@ -5853,37 +5971,37 @@ msgstr ""
5853
  "Sinon, le bouton effacer filtre sera affiché au-dessus du tableau à côté des "
5854
  "boutons \"Outils du tableau\"."
5855
 
5856
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5857
  msgid "Show clear filters button"
5858
  msgstr "Afficher le bouton effacer les filtres"
5859
 
5860
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5861
  msgid "Allow editing"
5862
  msgstr "Autoriser l’édition"
5863
 
5864
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5865
  #: templates/edit_table.inc.php:180
5866
  msgid "Front-end editing"
5867
  msgstr "Modification interface publique"
5868
 
5869
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5870
  msgid "Allow editing the table from the front-end."
5871
  msgstr "Autoriser l’édition du tableau à partir de l’interface publique."
5872
 
5873
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5874
  msgid "Allow front-end editing"
5875
  msgstr "Autoriser l’édition à partir de l’interface publique"
5876
 
5877
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5878
  msgid "Popover edit block"
5879
  msgstr "Bloc d’édition Popover"
5880
 
5881
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5882
  #: templates/edit_table.inc.php:232
5883
  msgid "Popover tools"
5884
  msgstr "Outils Popover"
5885
 
5886
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5887
  msgid ""
5888
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5889
  "popover when you click on any row, instead of Table Tools block above the "
@@ -5893,16 +6011,16 @@ msgstr ""
5893
  "s’affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
5894
  "au lieu du bloc Outils de tableau situé au-dessus du tableau."
5895
 
5896
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5897
  msgid "Editing buttons in a popover"
5898
  msgstr "Modification de boutons dans un popover"
5899
 
5900
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5901
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5902
  msgid "In-line editing"
5903
  msgstr "Édition en ligne"
5904
 
5905
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5906
  msgid ""
5907
  "If this is enabled, front-end users will be able to edit cells by double-"
5908
  "clicking them, not only with the editor dialog."
@@ -5911,32 +6029,32 @@ msgstr ""
5911
  "pourront modifier les cellules en double-cliquant dessus, pas seulement avec "
5912
  "la boîte de dialogue de l’éditeur."
5913
 
5914
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5915
  msgid "Allow in-line editing"
5916
  msgstr "Autoriser l’édition en ligne"
5917
 
5918
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5919
  #: templates/edit_table.inc.php:192
5920
  msgid "MySQL table name for editing"
5921
  msgstr "Nom de la table MySQL pour l’édition"
5922
 
5923
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5924
  msgid ""
5925
  "Name of the MySQL table which will be updated when edited from front-end."
5926
  msgstr ""
5927
  "Nom de la table MySQL qui sera mis à jour lors de l’édition depuis "
5928
  "l’interface publique."
5929
 
5930
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5931
  msgid "MySQL table name"
5932
  msgstr "Nom de la table MySQL"
5933
 
5934
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5935
  #: templates/edit_table.inc.php:203
5936
  msgid "ID column for editing"
5937
  msgstr "Colonne d’identification pour l’édition"
5938
 
5939
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5940
  msgid ""
5941
  "Choose the column values from which will be used as row identifiers. MUST be "
5942
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5948,12 +6066,12 @@ msgstr ""
5948
  "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
5949
  "devinera la colonne correcte si elle s’appelle \"id\" ou \"ID\" côté MySQL."
5950
 
5951
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5952
  #: templates/edit_table.inc.php:267
5953
  msgid "Editor roles"
5954
  msgstr "Rôles de l’éditeur"
5955
 
5956
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5957
  msgid ""
5958
  "If you want only specific user roles to be able to edit the table, choose in "
5959
  "this dropdown. Leave unchecked to allow editing for everyone."
@@ -5962,39 +6080,39 @@ msgstr ""
5962
  "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
5963
  "la case pour permettre l’édition à tout le monde."
5964
 
5965
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5966
  msgid "Everyone"
5967
  msgstr "Tout le monde"
5968
 
5969
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5970
  msgid "Administrators"
5971
  msgstr ""
5972
 
5973
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5974
  msgid "Editors"
5975
  msgstr ""
5976
 
5977
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5978
  msgid "Authors"
5979
  msgstr ""
5980
 
5981
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5982
  msgid "Contributors"
5983
  msgstr ""
5984
 
5985
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5986
  msgid "Subscribers"
5987
  msgstr ""
5988
 
5989
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5990
  msgid "Users see and edit only own data"
5991
  msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
5992
 
5993
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5994
  msgid "Users see and edit only their own data"
5995
  msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
5996
 
5997
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5998
  msgid ""
5999
  "If this is enabled, users will see and edit only the rows that are related "
6000
  "to them or were created by them (associated using the User ID column)."
@@ -6003,16 +6121,16 @@ msgstr ""
6003
  "que les lignes qui leur sont associées ou qui ont été créées par eux "
6004
  "(associées à l’aide de la colonne ID utilisateur)."
6005
 
6006
- #: templates/admin/table-settings/table_settings_block.inc.php:856
6007
  msgid "Limit editing to own data only"
6008
  msgstr "Limiter l’édition à vos propres données uniquement"
6009
 
6010
- #: templates/admin/table-settings/table_settings_block.inc.php:864
6011
  #: templates/edit_table.inc.php:250
6012
  msgid "User ID column"
6013
  msgstr "Colonne ID utilisateur"
6014
 
6015
- #: templates/admin/table-settings/table_settings_block.inc.php:866
6016
  msgid ""
6017
  "Choose the column values from which will be used as User identifiers. "
6018
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
@@ -6023,44 +6141,44 @@ msgstr ""
6023
  "utilisateurs WordPress (wp_users), DOIT être défini comme un entier du côté "
6024
  "MySQL."
6025
 
6026
- #: templates/admin/table-settings/table_settings_block.inc.php:899
6027
  #: templates/edit_table.inc.php:350
6028
  msgid "Table tools"
6029
  msgstr "Outils de table"
6030
 
6031
- #: templates/admin/table-settings/table_settings_block.inc.php:906
6032
  msgid ""
6033
  "If this is enabled, a toolbar with useful tools will be shown above the table"
6034
  msgstr ""
6035
  "Si cette option est activée, une barre d’outils contenant des outils utiles "
6036
  "sera affichée au-dessus du tableau"
6037
 
6038
- #: templates/admin/table-settings/table_settings_block.inc.php:914
6039
  msgid "Enable Table Tools"
6040
  msgstr "Activer les outils de tableau"
6041
 
6042
- #: templates/admin/table-settings/table_settings_block.inc.php:922
6043
  msgid "Buttons"
6044
  msgstr "Boutons"
6045
 
6046
- #: templates/admin/table-settings/table_settings_block.inc.php:924
6047
  msgid "Choose which buttons to show in the Table Tools block."
6048
  msgstr "Choisissez les boutons à afficher dans le bloc Outils de tableau."
6049
 
6050
- #: templates/admin/table-settings/table_settings_block.inc.php:930
6051
  msgid "Columns visibility"
6052
  msgstr "Visibilité des colonnes"
6053
 
6054
- #: templates/admin/table-settings/table_settings_block.inc.php:952
6055
  msgid ""
6056
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
6057
  "that will be replaced with some actual values at the execution time; usually "
6058
  "this is used for MySQL queries."
6059
  msgstr ""
6060
 
6061
- #: templates/admin/table-settings/table_settings_block.inc.php:964
6062
- #: templates/admin/table-settings/table_settings_block.inc.php:979
6063
- #: templates/admin/table-settings/table_settings_block.inc.php:994
6064
  msgid ""
6065
  "This placeholder will be replaced with any value that you will provide in a "
6066
  "shortcode. Provide a default value here that will be used for table "
@@ -6071,16 +6189,16 @@ msgstr ""
6071
  "génération de tableaux et quand une différente valeur n’est pas définie dans "
6072
  "le shortcode."
6073
 
6074
- #: templates/admin/table-settings/table_settings_block.inc.php:984
6075
- #: templates/admin/table-settings/table_settings_block.inc.php:999
6076
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
6077
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
6078
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
6079
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
6080
  msgid "Default for table generation"
6081
  msgstr "Par défaut pour la génération de table"
6082
 
6083
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
6084
  msgid ""
6085
  "This placeholder will be replaced with the ID of currently logged in user. "
6086
  "Provide a value here to be used for table generation"
@@ -6088,7 +6206,7 @@ msgstr ""
6088
  "Ce texte indicatif sera remplacé par l’ID de l’utilisateur actuellement "
6089
  "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
6090
 
6091
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
6092
  msgid ""
6093
  "This placeholder will be replaced with the login of currently logged in "
6094
  "user. Provide a value here to be used for table generation"
@@ -6096,7 +6214,7 @@ msgstr ""
6096
  "Ce texte indicatif sera remplacé par le login de l’utilisateur actuellement "
6097
  "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
6098
 
6099
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
6100
  msgid ""
6101
  "This placeholder will be replaced with the current prefix of WordPress "
6102
  "database. Provide a value here to be used for table generation"
@@ -6104,7 +6222,7 @@ msgstr ""
6104
  "Ce texte indicatif sera remplacé par le préfixe actuel de la base de données "
6105
  "WordPress. Indiquez ici une valeur à utiliser pour la génération de table"
6106
 
6107
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
6108
  msgid ""
6109
  "This placeholder will be replaced with the ID of current post. Provide a "
6110
  "value here to be used for table generation"
@@ -6128,7 +6246,7 @@ msgstr "La meilleure extension WordPress pour les tableaux et graphiques"
6128
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6129
  msgid ""
6130
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6131
- "with tables, charts and data management easy. 30,000+ companies."
6132
  msgstr ""
6133
 
6134
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -7146,6 +7264,30 @@ msgstr ""
7146
  msgid "There was a problem saving your settings"
7147
  msgstr ""
7148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7149
  #~ msgid "tr"
7150
  #~ msgstr "tr"
7151
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:26+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:26+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: fr_FR\n"
96
  msgid "Go Premium"
97
  msgstr ""
98
 
99
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
100
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
101
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
102
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
103
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
104
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
105
+ #: controllers/wdt_admin.php:839
106
  msgid "You do not have sufficient permissions to access this page."
107
  msgstr ""
108
  "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
109
 
110
+ #: controllers/wdt_functions.php:471
111
  msgid "wpDataChart with provided ID not found!"
112
  msgstr "wpDataChart avec identifiant fourni introuvable!"
113
 
114
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
115
  msgid "wpDataTable with provided ID not found!"
116
  msgstr "wpDataChart avec identifiant fourni introuvable!"
117
 
118
+ #: controllers/wdt_functions.php:598
119
  msgid "Provided column is not Integer or Float column type"
120
  msgstr ""
121
  "La colonne fournie n’est pas un type de colonne de nombre entier ou à vigule"
122
 
123
+ #: controllers/wdt_functions.php:815
124
  msgid "Choose a table"
125
  msgstr "Choisissez un tableau"
126
 
127
+ #: controllers/wdt_functions.php:847
128
  msgid "Interactive Responsive Table"
129
  msgstr "Tableau interactif adaptatif"
130
 
131
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
132
  msgid "Content"
133
  msgstr "Contenu"
134
 
135
+ #: controllers/wdt_functions.php:854
136
  msgid "wpDataTable"
137
  msgstr "wpDataTable"
138
 
139
+ #: controllers/wdt_functions.php:858
140
  msgid "Choose the wpDataTable from a dropdown"
141
  msgstr "Choisissez le wpDataTable dans une liste déroulante"
142
 
143
+ #: controllers/wdt_functions.php:863
144
  msgid "Table view"
145
  msgstr "Vue tableau"
146
 
147
+ #: controllers/wdt_functions.php:867
148
  msgid "Regular wpDataTable"
149
  msgstr "WpDataTable ordinaire"
150
 
151
+ #: controllers/wdt_functions.php:869
152
  msgid "Excel-like table"
153
  msgstr "Tableau de type Excel"
154
 
155
+ #: controllers/wdt_functions.php:875
156
  msgid "Variable placeholder #1"
157
  msgstr "Texte indicatif variable #1"
158
 
159
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
160
+ #: controllers/wdt_functions.php:894
161
  msgid "Variables"
162
  msgstr "Variables"
163
 
164
+ #: controllers/wdt_functions.php:879
165
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
166
  msgstr ""
167
  "Si vous avez utilisé le texte indicatif VAR1, vous pouvez lui attribuer une "
168
  "valeur ici"
169
 
170
+ #: controllers/wdt_functions.php:883
171
  msgid "Variable placeholder #2"
172
  msgstr "Texte indicatif variable #2"
173
 
174
+ #: controllers/wdt_functions.php:887
175
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
176
  msgstr ""
177
  "Si vous avez utilisé le texte indicatif VAR2, vous pouvez lui attribuer une "
178
  "valeur ici"
179
 
180
+ #: controllers/wdt_functions.php:891
181
  msgid "Variable placeholder #3"
182
  msgstr "Texte indicatif variable #3"
183
 
184
+ #: controllers/wdt_functions.php:895
185
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
186
  msgstr ""
187
  "Si vous avez utilisé le texte indicatif VAR3, vous pouvez lui attribuer une "
188
  "valeur ici"
189
 
190
+ #: controllers/wdt_functions.php:908
191
  msgid "Google or Highcharts chart based on a wpDataTable"
192
  msgstr "Graphique Google ou HighCharts basé sur un wpDataTable"
193
 
194
+ #: controllers/wdt_functions.php:915
195
  msgid "wpDataChart"
196
  msgstr "wpDataChart"
197
 
198
+ #: controllers/wdt_functions.php:919
199
  msgid "Choose one of wpDataCharts from the list"
200
  msgstr "Choisissez l’un des wpDataCharts dans la liste"
201
 
218
  "des valeurs pour les espaces réservés et également pour le nom de fichier "
219
  "d’exportation."
220
 
221
+ #: source/class.wdtbrowsechartstable.php:141
222
+ #: source/class.wdtbrowsetable.php:168
223
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
224
  #: templates/admin/dashboard/dashboard.inc.php:153
225
  #: templates/admin/dashboard/dashboard.inc.php:222
226
  msgid "Click to copy shortcode"
227
  msgstr "Cliquez pour copier le shortcode"
228
 
229
+ #: source/class.wdtbrowsechartstable.php:150
230
+ #: source/class.wdtbrowsetable.php:179
231
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
232
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
233
  msgid "Duplicate"
234
  msgstr "Dupliquer"
235
 
236
+ #: source/class.wdtbrowsechartstable.php:156
237
+ #: source/class.wdtbrowsetable.php:185
238
  #: templates/admin/dashboard/dashboard.inc.php:261
239
  msgid "Configure"
240
  msgstr "Configurer"
241
 
242
+ #: source/class.wdtbrowsechartstable.php:162
243
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
244
  #: templates/admin/browse/bulk_actions.inc.php:14
245
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
246
  msgid "Delete"
247
  msgstr "Effacer"
248
 
249
+ #: source/class.wdtbrowsechartstable.php:217
250
+ #: source/class.wdtbrowsechartstable.php:226
251
  msgid "Column Chart"
252
  msgstr "Graphique à colonnes"
253
 
254
+ #: source/class.wdtbrowsechartstable.php:220
255
+ #: source/class.wdtbrowsechartstable.php:244
256
  msgid "Line Chart"
257
  msgstr "Graphique en ligne"
258
 
259
+ #: source/class.wdtbrowsechartstable.php:223
260
+ #: source/class.wdtbrowsechartstable.php:247
261
  msgid "Pie Chart"
262
  msgstr "Camembert"
263
 
264
+ #: source/class.wdtbrowsechartstable.php:229
265
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
266
  #: templates/chart_wizard.inc.php:91
267
  msgid "Histogram"
268
  msgstr "Histogramme"
269
 
270
+ #: source/class.wdtbrowsechartstable.php:232
271
  msgid "Bar Chart"
272
  msgstr "Diagramme à bandes"
273
 
274
+ #: source/class.wdtbrowsechartstable.php:235
275
  msgid "Stacked Bar Chart"
276
  msgstr "Diagramme à barres empilées"
277
 
278
+ #: source/class.wdtbrowsechartstable.php:238
279
  msgid "Area Chart"
280
  msgstr "Diagramme de zone"
281
 
282
+ #: source/class.wdtbrowsechartstable.php:241
283
  msgid "Stepped Area Chart"
284
  msgstr "Diagramme de zone en escalier"
285
 
286
+ #: source/class.wdtbrowsechartstable.php:250
287
  msgid "Bubble Chart"
288
  msgstr "Diagramme à bulles"
289
 
290
+ #: source/class.wdtbrowsechartstable.php:253
291
  msgid "Donut Chart"
292
  msgstr "Graphique Donut"
293
 
294
+ #: source/class.wdtbrowsechartstable.php:256
295
  msgid "Gauge Chart"
296
  msgstr "Graphique de jauge"
297
 
298
+ #: source/class.wdtbrowsechartstable.php:259
299
  msgid "Scatter Chart"
300
  msgstr "Diagramme de dispersion"
301
 
302
+ #: source/class.wdtbrowsechartstable.php:262
303
  msgid "Candlestick Chart"
304
  msgstr "Graphique en chandelier"
305
 
306
+ #: source/class.wdtbrowsechartstable.php:265
307
  msgid "Waterfall Chart"
308
  msgstr "Graphique en cascade"
309
 
310
+ #: source/class.wdtbrowsechartstable.php:278
311
  msgid "Google"
312
  msgstr "Google"
313
 
314
+ #: source/class.wdtbrowsechartstable.php:345
315
+ #: source/class.wdtbrowsetable.php:298
316
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
317
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
318
  msgid "Select All"
319
  msgstr "Tout sélectionner"
320
 
321
+ #: source/class.wdtbrowsechartstable.php:398
322
  msgid "No wpDataCharts in the system yet."
323
  msgstr "Aucun wpDataCharts dans le système pour le moment."
324
 
325
+ #: source/class.wdtbrowsetable.php:231
326
  msgid "MySQL"
327
  msgstr "MySQL"
328
 
329
+ #: source/class.wdtbrowsetable.php:234
330
  msgid "Manual"
331
  msgstr "Manuel"
332
 
333
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
334
+ #: source/class.wpdatatable.php:2268
335
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
336
  msgid "Excel"
337
  msgstr "Excel"
338
 
339
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
340
+ #: source/class.wpdatatable.php:2278
341
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
342
  msgid "CSV"
343
  msgstr "CSV"
344
 
345
+ #: source/class.wdtbrowsetable.php:243
346
  msgid "XML"
347
  msgstr "XML"
348
 
349
+ #: source/class.wdtbrowsetable.php:246
350
  msgid "JSON"
351
  msgstr "JSON"
352
 
353
+ #: source/class.wdtbrowsetable.php:249
354
  #: templates/admin/table-settings/table_settings_block.inc.php:111
355
  #: templates/edit_table.inc.php:91
356
  msgid "Serialized PHP array"
357
  msgstr "Serialized PHP array"
358
 
359
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
360
  msgid "Google spreadsheet"
361
  msgstr "Feuille de calcul Google"
362
 
363
+ #: source/class.wdtbrowsetable.php:255
364
  msgid "Simple"
365
  msgstr ""
366
 
367
+ #: source/class.wdtbrowsetable.php:262
368
  msgid "Unknown"
369
  msgstr "Inconnu"
370
 
371
+ #: source/class.wdtbrowsetable.php:373
372
  msgid "No wpDataTables in the system yet."
373
  msgstr "Pas de wpDataTables dans le système pour le moment."
374
 
378
  "Une erreur s’est produite lors de la tentative d’extraction des données du "
379
  "tableau: "
380
 
381
+ #: source/class.wdtconfigcontroller.php:477
382
  msgid "Table in data source has no rows."
383
  msgstr "Le tableau dans la source de données n’a pas de lignes."
384
 
526
  "Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
527
  "tableau"
528
 
529
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
530
+ #: source/class.wpdatatable.php:2288
531
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
532
  msgid "Copy"
533
  msgstr "Copier"
534
 
1315
  "Vous mélangez des types de données (plusieurs axes de dates et plusieurs "
1316
  "nombres)"
1317
 
1318
+ #: source/class.wpdatatable.php:1877
1319
  msgid ""
1320
  "You are trying to load a table of an unknown type. Probably you did not "
1321
  "activate the addon which is required to use this table type."
1324
  "probablement pas activé le supplément d’extension requis pour utiliser ce "
1325
  "type de tableau."
1326
 
1327
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1328
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1329
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1330
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1332
  msgid "All"
1333
  msgstr "Tout"
1334
 
1335
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1336
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1337
  msgid "Columns"
1338
  msgstr "Colonnes"
1339
 
1340
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1341
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1342
  msgid "Print"
1343
  msgstr "Imprimer"
1344
 
1345
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1346
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1347
  msgid "PDF"
1348
  msgstr "PDF"
1349
 
1350
+ #: source/class.wpdatatable.php:2234
1351
  msgid "Export"
1352
  msgstr "Exporter"
1353
 
1354
+ #: source/class.wpdatatable.php:2312
1355
  msgid "Search table"
1356
  msgstr "Tableau de recherche"
1357
 
1358
+ #: source/class.wpdatatable.php:2313
1359
  msgid "Showing _MENU_ Entries"
1360
  msgstr "Afficher _MENU_ Entrées"
1361
 
1374
  msgid "if you have some questions or problems with the plugin."
1375
  msgstr ""
1376
 
1377
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1378
  msgid "wpDataTables Addons"
1379
  msgstr "Modules complémentaires pour wpDataTables"
1380
 
1394
  "créateurs de wpDataTables et les développeurs tiers, donc restez à l’écoute."
1395
 
1396
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1397
+ #: templates/admin/dashboard/dashboard.inc.php:565
1398
  msgid "Report Builder"
1399
  msgstr "Report Builder"
1400
 
1401
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1402
+ #: templates/admin/dashboard/dashboard.inc.php:569
1403
  msgid ""
1404
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1405
  "XLSX documents filled in with actual data from your database."
1427
  msgstr "NOUVEAU"
1428
 
1429
  #: templates/admin/addons/addons.inc.php:40
1430
+ #: templates/admin/dashboard/dashboard.inc.php:512
1431
  msgid "Master Detail Tables for wpDataTables"
1432
  msgstr "Principaux tableaux détaillés pour wpDataTables"
1433
 
1453
  msgstr "En savoir plus"
1454
 
1455
  #: templates/admin/addons/addons.inc.php:67
1456
+ #: templates/admin/dashboard/dashboard.inc.php:539
1457
  msgid "Powerful Filters for wpDataTables"
1458
  msgstr "Filtres puissants pour les wpDataTables"
1459
 
1469
  "l’utilisateur ne définisse les valeurs de recherche."
1470
 
1471
  #: templates/admin/addons/addons.inc.php:120
1472
+ #: templates/admin/dashboard/dashboard.inc.php:592
1473
  msgid "Formidable Forms integration for wpDataTables"
1474
  msgstr "Intégration de Formidable Forms pour wpDataTables"
1475
 
1476
  #: templates/admin/addons/addons.inc.php:123
1477
+ #: templates/admin/dashboard/dashboard.inc.php:596
1478
  msgid ""
1479
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1480
  "create wpDataTables from Formidable Forms entries data."
1484
  "Formidable Forms."
1485
 
1486
  #: templates/admin/addons/addons.inc.php:143
1487
+ #: templates/admin/dashboard/dashboard.inc.php:618
1488
  msgid "Gravity Forms integration for wpDataTables"
1489
  msgstr "Intégration de Gravity Forms pour wpDataTables"
1490
 
1491
  #: templates/admin/addons/addons.inc.php:146
1492
+ #: templates/admin/dashboard/dashboard.inc.php:622
1493
  msgid ""
1494
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1495
  "wpDataTables from Gravity Forms entries data."
2514
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2515
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2516
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2517
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2518
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2519
  msgid "View Documentation"
2520
  msgstr "Voir la documentation"
2756
 
2757
  #: templates/admin/dashboard/dashboard.inc.php:340
2758
  msgid ""
2759
+ "A major update with a couple of new features, bug fixes and stability "
2760
  "improvements:"
2761
  msgstr ""
2762
 
2763
  #: templates/admin/dashboard/dashboard.inc.php:345
2764
  msgid ""
2765
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2766
+ "tables and charts."
2767
  msgstr ""
2768
 
2769
  #: templates/admin/dashboard/dashboard.inc.php:346
2770
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2771
  msgstr ""
2772
 
2773
  #: templates/admin/dashboard/dashboard.inc.php:347
2774
+ msgid ""
2775
+ "<strong>Feature:</strong> New option to set pagination position for each "
2776
+ "table.(Right, center and left)"
2777
  msgstr ""
2778
 
2779
  #: templates/admin/dashboard/dashboard.inc.php:348
2780
+ msgid ""
2781
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2782
+ "(Six different layouts)"
2783
  msgstr ""
2784
 
2785
  #: templates/admin/dashboard/dashboard.inc.php:349
2786
+ msgid ""
2787
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2788
+ "pages."
2789
+ msgstr ""
2790
+
2791
+ #: templates/admin/dashboard/dashboard.inc.php:350
2792
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2793
+ msgstr ""
2794
+
2795
+ #: templates/admin/dashboard/dashboard.inc.php:351
2796
+ msgid ""
2797
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2798
+ "Explorer browser."
2799
+ msgstr ""
2800
+
2801
+ #: templates/admin/dashboard/dashboard.inc.php:352
2802
+ msgid ""
2803
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2804
+ "pages"
2805
+ msgstr ""
2806
+
2807
+ #: templates/admin/dashboard/dashboard.inc.php:353
2808
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2809
+ msgstr ""
2810
+
2811
+ #: templates/admin/dashboard/dashboard.inc.php:354
2812
+ msgid ""
2813
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2814
+ "area"
2815
+ msgstr ""
2816
+
2817
+ #: templates/admin/dashboard/dashboard.inc.php:355
2818
+ msgid ""
2819
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2820
+ msgstr ""
2821
+
2822
+ #: templates/admin/dashboard/dashboard.inc.php:356
2823
  msgid "Other small bug fixes and stability improvements."
2824
  msgstr ""
2825
 
2826
+ #: templates/admin/dashboard/dashboard.inc.php:368
2827
  msgid "Go Premium!"
2828
  msgstr ""
2829
 
2830
+ #: templates/admin/dashboard/dashboard.inc.php:374
2831
  msgid "View Comparison"
2832
  msgstr ""
2833
 
2834
+ #: templates/admin/dashboard/dashboard.inc.php:382
2835
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2836
  msgid ""
2837
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2838
  "of the powerful features."
2839
  msgstr ""
2840
 
2841
+ #: templates/admin/dashboard/dashboard.inc.php:386
2842
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2843
  msgid "Create a table manually"
2844
  msgstr "Créer un tableau manuellement"
2845
 
2846
+ #: templates/admin/dashboard/dashboard.inc.php:389
2847
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2848
  msgid "Creating tables from Google Spreadsheet"
2849
  msgstr "Création de tableaux à partir de Google Spreadsheet"
2850
 
2851
+ #: templates/admin/dashboard/dashboard.inc.php:392
2852
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2853
  msgid "Creating MySQL-based tables from database"
2854
  msgstr "Création de tableaux basés sur MySQL à partir d'une base de données"
2855
 
2856
+ #: templates/admin/dashboard/dashboard.inc.php:395
2857
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2858
  msgid "Creating MySQL-based tables from Wordpress post types"
2859
  msgstr ""
2860
  "Création de tableaux basés sur MySQL à partir d'articles types Wordpress"
2861
 
2862
+ #: templates/admin/dashboard/dashboard.inc.php:398
2863
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2864
  #: templates/edit_table.inc.php:329
2865
  msgid "Advanced filtering"
2866
  msgstr "Filtrage avancé"
2867
 
2868
+ #: templates/admin/dashboard/dashboard.inc.php:401
2869
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2870
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2871
  #: templates/edit_table.inc.php:282
2872
  msgid "Server-side processing"
2873
  msgstr "Traitement côté serveur"
2874
 
2875
+ #: templates/admin/dashboard/dashboard.inc.php:404
2876
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2877
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2878
  msgstr ""
2879
 
2880
+ #: templates/admin/dashboard/dashboard.inc.php:407
2881
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2882
  msgid "Front-end table editing"
2883
  msgstr "Montage de tableaux en interface visuelle"
2884
 
2885
+ #: templates/admin/dashboard/dashboard.inc.php:410
2886
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2887
  msgid "Excel-like editing"
2888
  msgstr "Montage comme sur Excel"
2889
 
2890
+ #: templates/admin/dashboard/dashboard.inc.php:413
2891
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2892
  msgid "Creating charts with Highcharts"
2893
  msgstr "Créer des graphiques avec Highcharts"
2894
 
2895
+ #: templates/admin/dashboard/dashboard.inc.php:416
2896
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2897
  msgid "Creating charts with Chart.js"
2898
  msgstr "Créer des graphiques avec Chart.js"
2899
 
2900
+ #: templates/admin/dashboard/dashboard.inc.php:419
2901
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2902
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2903
  #: templates/edit_table.inc.php:301
2904
  msgid "Responsive"
2905
  msgstr "Réactif"
2906
 
2907
+ #: templates/admin/dashboard/dashboard.inc.php:422
2908
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2909
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2910
  #: templates/edit_table.inc.php:750
2911
  msgid "Conditional formatting"
2912
  msgstr "Mise en forme conditionnelle"
2913
 
2914
+ #: templates/admin/dashboard/dashboard.inc.php:425
2915
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2916
  msgid "Calculating Tools"
2917
  msgstr "Outils de calcul"
2918
 
2919
+ #: templates/admin/dashboard/dashboard.inc.php:428
2920
  msgid "Formula columns"
2921
  msgstr ""
2922
 
2923
+ #: templates/admin/dashboard/dashboard.inc.php:431
2924
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2925
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2926
  msgid "Placeholders"
2927
  msgstr "Textes indicatifs"
2928
 
2929
+ #: templates/admin/dashboard/dashboard.inc.php:434
2930
  msgid "Premium support"
2931
  msgstr ""
2932
 
2933
+ #: templates/admin/dashboard/dashboard.inc.php:438
2934
  msgid "Get Premium Today"
2935
  msgstr ""
2936
 
2937
+ #: templates/admin/dashboard/dashboard.inc.php:445
2938
  msgid "News Blog"
2939
  msgstr "Nouvelles du blog"
2940
 
2941
+ #: templates/admin/dashboard/dashboard.inc.php:450
2942
  msgid "Checkout useful articles from wpdatatables.com"
2943
  msgstr "Consultez les articles utiles de wpdatables.com"
2944
 
2945
+ #: templates/admin/dashboard/dashboard.inc.php:477
2946
  msgid ""
2947
  "Never miss notifications about new cool features, promotions,\n"
2948
  " giveaways or freebies – subscribe to our "
2956
  " environ 1 message par mois et jamais de "
2957
  "spam !"
2958
 
2959
+ #: templates/admin/dashboard/dashboard.inc.php:495
2960
  msgid "Premium "
2961
  msgstr ""
2962
 
2963
+ #: templates/admin/dashboard/dashboard.inc.php:498
2964
  msgid ""
2965
  "While wpDataTables itself provides quite a large amount of features and "
2966
  "unlimited customisation, flexibility, you can achieve even more with our "
2967
  "premium addons.(requires wpDataTables Premium version)"
2968
  msgstr ""
2969
 
2970
+ #: templates/admin/dashboard/dashboard.inc.php:516
2971
  msgid ""
2972
  "A wpDataTables addon which allows showing additional details for a specific "
2973
  "row in a popup or a separate page or post."
2975
  "Un addon wpDataTables qui permet d'afficher des détails supplémentaires pour "
2976
  "une ligne spécifique dans un popup ou une page ou un message séparé."
2977
 
2978
+ #: templates/admin/dashboard/dashboard.inc.php:522
2979
+ #: templates/admin/dashboard/dashboard.inc.php:549
2980
+ #: templates/admin/dashboard/dashboard.inc.php:575
2981
+ #: templates/admin/dashboard/dashboard.inc.php:602
2982
+ #: templates/admin/dashboard/dashboard.inc.php:628
2983
+ #: templates/admin/dashboard/dashboard.inc.php:661
2984
  msgid "Learn More"
2985
  msgstr "En savoir plus"
2986
 
2987
+ #: templates/admin/dashboard/dashboard.inc.php:543
2988
  msgid ""
2989
  "An add-on for wpDataTables that provides powerful filtering features: "
2990
  "cascade filtering, applying filters on button click, hide table before "
2994
  "filtrage en cascade, application de filtres en un clic de bouton, masquage "
2995
  "du tableau avant le filtrage."
2996
 
2997
+ #: templates/admin/dashboard/dashboard.inc.php:639
2998
  msgid "Need free booking plugin?"
2999
  msgstr ""
3000
 
3001
+ #: templates/admin/dashboard/dashboard.inc.php:648
3002
  msgid "Appointments and Events WordPress Booking Plugin"
3003
  msgstr "Rendez-vous et événements Extension de réservation WordPress"
3004
 
3005
+ #: templates/admin/dashboard/dashboard.inc.php:651
3006
  msgid ""
3007
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
3008
  "set up a fully-featured automated booking system on your WordPress website "
3013
  "each month."
3014
  msgstr ""
3015
 
3016
+ #: templates/admin/dashboard/dashboard.inc.php:654
3017
  msgid "Rating: 4.3 - ‎68 reviews"
3018
  msgstr ""
3019
 
3020
+ #: templates/admin/dashboard/dashboard.inc.php:657
3021
  msgid "Free Download"
3022
  msgstr ""
3023
 
3024
+ #: templates/admin/dashboard/dashboard.inc.php:672
3025
  #: templates/admin/getting-started/getting_started.inc.php:184
3026
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
3027
  #: templates/admin/support/support.inc.php:78
3030
  msgid "Made by"
3031
  msgstr "Réalisé par"
3032
 
3033
+ #: templates/admin/dashboard/dashboard.inc.php:680
3034
  #: templates/admin/getting-started/getting_started.inc.php:192
3035
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
3036
  #: templates/admin/support/support.inc.php:45
3041
  msgid "Documentation"
3042
  msgstr "Documentation"
3043
 
3044
+ #: templates/admin/dashboard/dashboard.inc.php:684
3045
  #: templates/admin/getting-started/getting_started.inc.php:196
3046
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
3047
  #: templates/admin/support/support.inc.php:24
3241
 
3242
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3243
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3244
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3245
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3246
  msgid "Sorting"
3247
  msgstr "Tri"
3248
 
3249
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3250
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3251
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3252
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3253
  msgid "Pagination"
3254
  msgstr "Pagination"
3255
 
3818
  msgid "Pick the CSV delimiter"
3819
  msgstr "Choisissez le délimiteur CSV"
3820
 
3821
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3822
+ msgid "Tables sorting direction in admin page"
3823
+ msgstr ""
3824
+
3825
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3826
+ msgid ""
3827
+ "Here you can set sorting direction by id for browse tables and charts. By "
3828
+ "default is ascending order."
3829
+ msgstr ""
3830
+
3831
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3832
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3833
+ #: templates/edit_table.inc.php:663
3834
+ msgid "Ascending"
3835
+ msgstr "Ordre croissant"
3836
+
3837
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3838
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3839
+ #: templates/edit_table.inc.php:665
3840
+ msgid "Descending"
3841
+ msgstr "Ordre décroissant"
3842
+
3843
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3844
  #: templates/settings.inc.php:171
3845
  msgid "Tablet width"
3846
  msgstr "Largeur de la tablette"
3847
 
3848
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3849
  #: templates/settings.inc.php:175
3850
  msgid ""
3851
  "Here you can specify width of the screen (in pixels) that will be treated as "
3855
  "traitée comme une tablette. Vous pouvez le définir plus large si vous "
3856
  "souhaitez un effet adaptatif sur les ordinateurs de bureau."
3857
 
3858
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3859
  #: templates/settings.inc.php:181
3860
  msgid "Mobile width"
3861
  msgstr "Largeur mobile"
3862
 
3863
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3864
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3865
  msgstr ""
3866
  "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
3867
  "mobile.."
3868
 
3869
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3870
  #: templates/settings.inc.php:61
3871
  msgid "Tables per admin page"
3872
  msgstr "Tableaux par page administrateur"
3873
 
3874
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3875
  msgid "How many tables to show in the browse page."
3876
  msgstr "Combien de tableaux afficher dans la page de navigation."
3877
 
3878
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3879
  msgid "Align numbers"
3880
  msgstr "Aligner les nombres"
3881
 
3882
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3883
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3884
  msgstr ""
3885
 
3886
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3887
  #: templates/settings.inc.php:161
3888
  msgid "Align numbers to the right"
3889
  msgstr "Aligner les chiffres à droite"
3890
 
3891
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3892
  msgid "Sum functions label"
3893
  msgstr "Libellé de fonctions de somme"
3894
 
3895
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3896
  msgid ""
3897
  "Enter a label that will be used for Sum functions. If you leave it blank "
3898
  "default label will be Σ ="
3900
  "Entrez un libellé qui sera utilisé pour les fonctions de somme. Si vous le "
3901
  "laissez vide, le libellé par défaut sera Σ ="
3902
 
3903
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3904
  msgid "Average functions label"
3905
  msgstr "Libellé de fonctions moyennes"
3906
 
3907
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3908
  msgid ""
3909
  "Enter a label that will be used for Average functions. If you leave it blank "
3910
  "default label will be Avg ="
3912
  "Entrez un libellé qui sera utilisé pour les fonctions Moyenne. Si vous le "
3913
  "laissez vide, le libellé par défaut sera Avg ="
3914
 
3915
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3916
  msgid "Minimum functions label"
3917
  msgstr "Libellé de fonctions minimum"
3918
 
3919
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3920
  msgid ""
3921
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3922
  "default label will be Min ="
3924
  "Entrez un libellé qui sera utilisé pour les fonctions Minimum. Si vous le "
3925
  "laissez vide, le libellé par défaut sera Min ="
3926
 
3927
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3928
  msgid "Maximum functions label"
3929
  msgstr "Libellé de fonctions maximum"
3930
 
3931
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3932
  msgid ""
3933
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3934
  "default label will be Max ="
3936
  "Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
3937
  "laissez vide, le libellé par défaut sera Max ="
3938
 
3939
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3940
  msgid "Include full bootstrap front-end"
3941
  msgstr "Inclut l’interface publique de bootstrap complète"
3942
 
3943
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3944
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3945
  msgid ""
3946
  "It is recommended to uncheck this option if bootstrap.js is already included "
3947
  "in one of the theme files. Unchecked option means that there is still "
3952
  "bootstrap.js est toujours inclus mais uniquement en mode non-conflit, ce qui "
3953
  "devrait éviter les erreurs."
3954
 
3955
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3956
  msgid "Include full bootstrap.js on the front-end"
3957
  msgstr "Inclure bootstrap.js complet sur le front-end"
3958
 
3959
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3960
  msgid "Include full bootstrap back-end"
3961
  msgstr "Inclut l’environnement de développement de bootstrap complet"
3962
 
3963
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3964
  msgid "Include full bootstrap.js on the back-end"
3965
  msgstr ""
3966
  "Inclure la version complète de bootstrap.js dans l'interface administrateur"
3967
 
3968
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3969
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3970
  #: templates/settings.inc.php:32
3971
  msgid "Show plugin credentials below tables"
3972
  msgstr ""
3973
 
3974
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3975
  #: templates/settings.inc.php:32
3976
  msgid ""
3977
  "If you want to support our project, please, keep this checkbox as checked"
3978
  msgstr ""
3979
 
3980
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3981
  msgid "Prevent deleting tables in database"
3982
  msgstr "Empêcher la suppression de tables dans la base de données"
3983
 
3984
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3985
  msgid ""
3986
  "It is recommended to leave this option as checked if you what to keep your "
3987
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3988
  "this option, it will be deleted all tables in database after deleting plugin"
3989
  msgstr ""
3990
 
3991
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3992
  msgid ""
3993
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3994
  msgstr ""
3995
  "Empêcher la suppression des tableaux dans la base de données après avoir "
3996
  "supprimé l'extension de la page Extensions"
3997
 
3998
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3999
  msgid "Remove Getting Started page"
4000
  msgstr "Supprimer la page de démarrage"
4001
 
4002
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
4003
  msgid ""
4004
  "Check this option if you want to remove Getting Started page from admin menu."
4005
  msgstr ""
4006
  "Cochez cette option si vous souhaitez supprimer la page de démarrage du menu "
4007
  "d'administration."
4008
 
4009
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
4010
  msgid "Remove \"Getting Started\" page from admin menu."
4011
  msgstr "Supprimer la page \"Démarrage\" du menu d'administration."
4012
 
4826
  "Choisissez si vous souhaitez trier par ordre croissant ou décroissant par "
4827
  "défaut."
4828
 
 
 
 
 
 
 
 
 
 
 
4829
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4830
  msgid "Add a filter for this column"
4831
  msgstr "Ajouter un filtre pour cette colonne"
5587
  msgstr "Tri et filtrage"
5588
 
5589
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5590
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5591
  msgid "Table Tools"
5592
  msgstr "Outils de tableau"
5593
 
5802
  "Cela doit être activé si vous souhaitez définir la largeur des colonnes "
5803
  "manuellement. Devrait être activé pour utiliser l’enveloppe de mots."
5804
 
5805
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5806
+ msgid "Enable to show a pagination"
5807
+ msgstr ""
5808
+
5809
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5810
+ msgid "Show pagination block below the table"
5811
+ msgstr ""
5812
+
5813
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5814
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5815
+ msgid "Pagination Alignment"
5816
+ msgstr ""
5817
+
5818
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5819
+ msgid "Here you can set pagination position: right, center or left."
5820
+ msgstr ""
5821
+
5822
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5823
+ msgid "Right"
5824
+ msgstr ""
5825
+
5826
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5827
+ msgid "Center"
5828
+ msgstr ""
5829
+
5830
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5831
+ msgid "Left"
5832
+ msgstr ""
5833
+
5834
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5835
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5836
+ msgid "Pagination Layout"
5837
+ msgstr ""
5838
+
5839
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5840
+ msgid "Here you can choose between different pagination layout."
5841
+ msgstr ""
5842
+
5843
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5844
+ msgid ""
5845
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5846
+ msgstr ""
5847
+
5848
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5849
+ msgid "\"Previous\" and \"Next\" buttons only"
5850
+ msgstr ""
5851
+
5852
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5853
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5854
+ msgstr ""
5855
+
5856
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5857
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5858
+ msgstr ""
5859
+
5860
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5861
+ msgid "Page number buttons only"
5862
+ msgstr ""
5863
+
5864
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5865
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5866
+ msgstr ""
5867
+
5868
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5869
  msgid "Advanced column filters"
5870
  msgstr "Filtres de colonne avancés"
5871
 
5872
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5873
  msgid "Advanced filter"
5874
  msgstr "Filtre avancé"
5875
 
5876
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5877
  msgid ""
5878
  "Enable to show an advanced filter for each of the columns, filters can be "
5879
  "shown in table footer, header or in a separate form."
5882
  "filtres peuvent être affichés dans le pied de page du tableau, l’en-tête ou "
5883
  "dans un formulaire séparé."
5884
 
5885
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5886
  msgid "Enable advanced column filters"
5887
  msgstr "Activer les filtres de colonne avancés"
5888
 
5889
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5890
  msgid ""
5891
  "If this is enabled, each column header will be clickable; clicking will sort "
5892
  "the whole table by the content of this column cells ascending or descending."
5895
  "cliquant, vous trierez tout le tableau en fonction du contenu de cette "
5896
  "colonne en ordre croissant ou décroissant."
5897
 
5898
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5899
  msgid "Allow sorting for the table"
5900
  msgstr "Autoriser le tri pour le tableau"
5901
 
5902
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5903
  msgid "Main search block"
5904
  msgstr "Bloc de recherche principal"
5905
 
5906
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5907
  msgid "Global search"
5908
  msgstr "Recherche globale"
5909
 
5910
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5911
  msgid ""
5912
  "If this is enabled, a search block will be displayed on the top right of the "
5913
  "table, allowing to search through whole table with a single input."
5916
  "droite de la table, ce qui permettra de parcourir un tableau entier avec une "
5917
  "seule entrée."
5918
 
5919
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5920
  msgid "Enable search block"
5921
  msgstr "Activer le bloc de recherche"
5922
 
5923
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5924
  msgid "Filters in a form"
5925
  msgstr "Filtres dans un formulaire"
5926
 
5927
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5928
  #: templates/edit_table.inc.php:340
5929
  msgid "Filter in form"
5930
  msgstr "Filtrer sous forme"
5931
 
5932
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5933
  msgid ""
5934
  "Enable to show the advanced column filter in a form above the table, instead "
5935
  "of showing in the table footer/header."
5938
  "dessus de la table, au lieu de l’afficher dans le pied de page/en-tête du "
5939
  "tableau."
5940
 
5941
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5942
  msgid "Show filters in a form above the table"
5943
  msgstr "Afficher les filtres dans un formulaire au-dessus du tableau"
5944
 
5945
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5946
  msgid "Clear filters button"
5947
  msgstr "Bouton effacer les filtres"
5948
 
5949
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5950
  #: templates/frontend/filter_form.inc.php:32
5951
  msgid "Clear filters"
5952
  msgstr "Effacer les filtres"
5953
 
5954
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5955
  msgid "Enable to show the clear filters button."
5956
  msgstr "Activer pour afficher le bouton effacer les filtres."
5957
 
5958
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5959
  msgid ""
5960
  "If filter in form is enabled, clear button will be rendered after the last "
5961
  "filter."
5963
  "Si le filtre dans le formulaire est activé, le bouton effacer sera rendu "
5964
  "après le dernier filtre."
5965
 
5966
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5967
  msgid ""
5968
  "Otherwise, clear filter button will be rendered above the table next to "
5969
  "\"Table Tools\" buttons."
5971
  "Sinon, le bouton effacer filtre sera affiché au-dessus du tableau à côté des "
5972
  "boutons \"Outils du tableau\"."
5973
 
5974
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5975
  msgid "Show clear filters button"
5976
  msgstr "Afficher le bouton effacer les filtres"
5977
 
5978
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5979
  msgid "Allow editing"
5980
  msgstr "Autoriser l’édition"
5981
 
5982
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5983
  #: templates/edit_table.inc.php:180
5984
  msgid "Front-end editing"
5985
  msgstr "Modification interface publique"
5986
 
5987
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5988
  msgid "Allow editing the table from the front-end."
5989
  msgstr "Autoriser l’édition du tableau à partir de l’interface publique."
5990
 
5991
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5992
  msgid "Allow front-end editing"
5993
  msgstr "Autoriser l’édition à partir de l’interface publique"
5994
 
5995
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5996
  msgid "Popover edit block"
5997
  msgstr "Bloc d’édition Popover"
5998
 
5999
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
6000
  #: templates/edit_table.inc.php:232
6001
  msgid "Popover tools"
6002
  msgstr "Outils Popover"
6003
 
6004
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
6005
  msgid ""
6006
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
6007
  "popover when you click on any row, instead of Table Tools block above the "
6011
  "s’affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
6012
  "au lieu du bloc Outils de tableau situé au-dessus du tableau."
6013
 
6014
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
6015
  msgid "Editing buttons in a popover"
6016
  msgstr "Modification de boutons dans un popover"
6017
 
6018
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
6019
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
6020
  msgid "In-line editing"
6021
  msgstr "Édition en ligne"
6022
 
6023
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
6024
  msgid ""
6025
  "If this is enabled, front-end users will be able to edit cells by double-"
6026
  "clicking them, not only with the editor dialog."
6029
  "pourront modifier les cellules en double-cliquant dessus, pas seulement avec "
6030
  "la boîte de dialogue de l’éditeur."
6031
 
6032
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
6033
  msgid "Allow in-line editing"
6034
  msgstr "Autoriser l’édition en ligne"
6035
 
6036
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
6037
  #: templates/edit_table.inc.php:192
6038
  msgid "MySQL table name for editing"
6039
  msgstr "Nom de la table MySQL pour l’édition"
6040
 
6041
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
6042
  msgid ""
6043
  "Name of the MySQL table which will be updated when edited from front-end."
6044
  msgstr ""
6045
  "Nom de la table MySQL qui sera mis à jour lors de l’édition depuis "
6046
  "l’interface publique."
6047
 
6048
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
6049
  msgid "MySQL table name"
6050
  msgstr "Nom de la table MySQL"
6051
 
6052
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
6053
  #: templates/edit_table.inc.php:203
6054
  msgid "ID column for editing"
6055
  msgstr "Colonne d’identification pour l’édition"
6056
 
6057
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
6058
  msgid ""
6059
  "Choose the column values from which will be used as row identifiers. MUST be "
6060
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
6066
  "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
6067
  "devinera la colonne correcte si elle s’appelle \"id\" ou \"ID\" côté MySQL."
6068
 
6069
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
6070
  #: templates/edit_table.inc.php:267
6071
  msgid "Editor roles"
6072
  msgstr "Rôles de l’éditeur"
6073
 
6074
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
6075
  msgid ""
6076
  "If you want only specific user roles to be able to edit the table, choose in "
6077
  "this dropdown. Leave unchecked to allow editing for everyone."
6080
  "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
6081
  "la case pour permettre l’édition à tout le monde."
6082
 
6083
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
6084
  msgid "Everyone"
6085
  msgstr "Tout le monde"
6086
 
6087
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
6088
  msgid "Administrators"
6089
  msgstr ""
6090
 
6091
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
6092
  msgid "Editors"
6093
  msgstr ""
6094
 
6095
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
6096
  msgid "Authors"
6097
  msgstr ""
6098
 
6099
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
6100
  msgid "Contributors"
6101
  msgstr ""
6102
 
6103
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
6104
  msgid "Subscribers"
6105
  msgstr ""
6106
 
6107
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
6108
  msgid "Users see and edit only own data"
6109
  msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
6110
 
6111
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
6112
  msgid "Users see and edit only their own data"
6113
  msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
6114
 
6115
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
6116
  msgid ""
6117
  "If this is enabled, users will see and edit only the rows that are related "
6118
  "to them or were created by them (associated using the User ID column)."
6121
  "que les lignes qui leur sont associées ou qui ont été créées par eux "
6122
  "(associées à l’aide de la colonne ID utilisateur)."
6123
 
6124
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
6125
  msgid "Limit editing to own data only"
6126
  msgstr "Limiter l’édition à vos propres données uniquement"
6127
 
6128
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
6129
  #: templates/edit_table.inc.php:250
6130
  msgid "User ID column"
6131
  msgstr "Colonne ID utilisateur"
6132
 
6133
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
6134
  msgid ""
6135
  "Choose the column values from which will be used as User identifiers. "
6136
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
6141
  "utilisateurs WordPress (wp_users), DOIT être défini comme un entier du côté "
6142
  "MySQL."
6143
 
6144
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
6145
  #: templates/edit_table.inc.php:350
6146
  msgid "Table tools"
6147
  msgstr "Outils de table"
6148
 
6149
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
6150
  msgid ""
6151
  "If this is enabled, a toolbar with useful tools will be shown above the table"
6152
  msgstr ""
6153
  "Si cette option est activée, une barre d’outils contenant des outils utiles "
6154
  "sera affichée au-dessus du tableau"
6155
 
6156
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
6157
  msgid "Enable Table Tools"
6158
  msgstr "Activer les outils de tableau"
6159
 
6160
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
6161
  msgid "Buttons"
6162
  msgstr "Boutons"
6163
 
6164
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
6165
  msgid "Choose which buttons to show in the Table Tools block."
6166
  msgstr "Choisissez les boutons à afficher dans le bloc Outils de tableau."
6167
 
6168
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
6169
  msgid "Columns visibility"
6170
  msgstr "Visibilité des colonnes"
6171
 
6172
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
6173
  msgid ""
6174
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
6175
  "that will be replaced with some actual values at the execution time; usually "
6176
  "this is used for MySQL queries."
6177
  msgstr ""
6178
 
6179
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
6180
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
6181
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
6182
  msgid ""
6183
  "This placeholder will be replaced with any value that you will provide in a "
6184
  "shortcode. Provide a default value here that will be used for table "
6189
  "génération de tableaux et quand une différente valeur n’est pas définie dans "
6190
  "le shortcode."
6191
 
6192
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
6193
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
6194
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
6195
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
6196
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
6197
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
6198
  msgid "Default for table generation"
6199
  msgstr "Par défaut pour la génération de table"
6200
 
6201
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
6202
  msgid ""
6203
  "This placeholder will be replaced with the ID of currently logged in user. "
6204
  "Provide a value here to be used for table generation"
6206
  "Ce texte indicatif sera remplacé par l’ID de l’utilisateur actuellement "
6207
  "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
6208
 
6209
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
6210
  msgid ""
6211
  "This placeholder will be replaced with the login of currently logged in "
6212
  "user. Provide a value here to be used for table generation"
6214
  "Ce texte indicatif sera remplacé par le login de l’utilisateur actuellement "
6215
  "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
6216
 
6217
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
6218
  msgid ""
6219
  "This placeholder will be replaced with the current prefix of WordPress "
6220
  "database. Provide a value here to be used for table generation"
6222
  "Ce texte indicatif sera remplacé par le préfixe actuel de la base de données "
6223
  "WordPress. Indiquez ici une valeur à utiliser pour la génération de table"
6224
 
6225
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
6226
  msgid ""
6227
  "This placeholder will be replaced with the ID of current post. Provide a "
6228
  "value here to be used for table generation"
6246
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6247
  msgid ""
6248
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6249
+ "with tables, charts and data management easy. 40,000+ companies."
6250
  msgstr ""
6251
 
6252
  #: templates/admin/welcome_page/welcome_page.inc.php:62
7264
  msgid "There was a problem saving your settings"
7265
  msgstr ""
7266
 
7267
+ #: widgets/class.wpDataChartsElementorWidget.php:28
7268
+ msgid "wpDataChart content"
7269
+ msgstr ""
7270
+
7271
+ #: widgets/class.wpDataChartsElementorWidget.php:35
7272
+ msgid "Select wpDataChart:"
7273
+ msgstr ""
7274
+
7275
+ #: widgets/class.wpDataTablesElementorWidget.php:28
7276
+ msgid "wpDataTable content"
7277
+ msgstr ""
7278
+
7279
+ #: widgets/class.wpDataTablesElementorWidget.php:35
7280
+ msgid "Select wpDataTable:"
7281
+ msgstr ""
7282
+
7283
+ #: widgets/class.wpDataTablesElementorWidget.php:45
7284
+ msgid "Set name for export file:"
7285
+ msgstr ""
7286
+
7287
+ #: widgets/class.wpDataTablesElementorWidget.php:48
7288
+ msgid "Insert name for export file"
7289
+ msgstr ""
7290
+
7291
  #~ msgid "tr"
7292
  #~ msgstr "tr"
7293
 
languages/hu_HU/wpdatatables-hu_HU.mo CHANGED
Binary file
languages/hu_HU/wpdatatables-hu_HU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:49+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:49+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: hu\n"
@@ -97,98 +97,98 @@ msgstr ""
97
  msgid "Go Premium"
98
  msgstr ""
99
 
100
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
101
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
102
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
103
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
104
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
105
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
106
- #: controllers/wdt_admin.php:815
107
  msgid "You do not have sufficient permissions to access this page."
108
  msgstr ""
109
 
110
- #: controllers/wdt_functions.php:467
111
  msgid "wpDataChart with provided ID not found!"
112
  msgstr ""
113
 
114
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
115
  msgid "wpDataTable with provided ID not found!"
116
  msgstr ""
117
 
118
- #: controllers/wdt_functions.php:594
119
  msgid "Provided column is not Integer or Float column type"
120
  msgstr ""
121
 
122
- #: controllers/wdt_functions.php:811
123
  msgid "Choose a table"
124
  msgstr ""
125
 
126
- #: controllers/wdt_functions.php:843
127
  msgid "Interactive Responsive Table"
128
  msgstr ""
129
 
130
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
131
  msgid "Content"
132
  msgstr ""
133
 
134
- #: controllers/wdt_functions.php:850
135
  msgid "wpDataTable"
136
  msgstr ""
137
 
138
- #: controllers/wdt_functions.php:854
139
  msgid "Choose the wpDataTable from a dropdown"
140
  msgstr ""
141
 
142
- #: controllers/wdt_functions.php:859
143
  msgid "Table view"
144
  msgstr ""
145
 
146
- #: controllers/wdt_functions.php:863
147
  msgid "Regular wpDataTable"
148
  msgstr ""
149
 
150
- #: controllers/wdt_functions.php:865
151
  msgid "Excel-like table"
152
  msgstr ""
153
 
154
- #: controllers/wdt_functions.php:871
155
  msgid "Variable placeholder #1"
156
  msgstr ""
157
 
158
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
159
- #: controllers/wdt_functions.php:890
160
  msgid "Variables"
161
  msgstr ""
162
 
163
- #: controllers/wdt_functions.php:875
164
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
165
  msgstr ""
166
 
167
- #: controllers/wdt_functions.php:879
168
  msgid "Variable placeholder #2"
169
  msgstr ""
170
 
171
- #: controllers/wdt_functions.php:883
172
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
173
  msgstr ""
174
 
175
- #: controllers/wdt_functions.php:887
176
  msgid "Variable placeholder #3"
177
  msgstr ""
178
 
179
- #: controllers/wdt_functions.php:891
180
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
181
  msgstr ""
182
 
183
- #: controllers/wdt_functions.php:904
184
  msgid "Google or Highcharts chart based on a wpDataTable"
185
  msgstr ""
186
 
187
- #: controllers/wdt_functions.php:911
188
  msgid "wpDataChart"
189
  msgstr ""
190
 
191
- #: controllers/wdt_functions.php:915
192
  msgid "Choose one of wpDataCharts from the list"
193
  msgstr ""
194
 
@@ -205,157 +205,157 @@ msgid ""
205
  "placeholders and also for Export file name."
206
  msgstr ""
207
 
208
- #: source/class.wdtbrowsechartstable.php:140
209
- #: source/class.wdtbrowsetable.php:167
210
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
211
  #: templates/admin/dashboard/dashboard.inc.php:153
212
  #: templates/admin/dashboard/dashboard.inc.php:222
213
  msgid "Click to copy shortcode"
214
  msgstr ""
215
 
216
- #: source/class.wdtbrowsechartstable.php:149
217
- #: source/class.wdtbrowsetable.php:178
218
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
219
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
220
  msgid "Duplicate"
221
  msgstr ""
222
 
223
- #: source/class.wdtbrowsechartstable.php:155
224
- #: source/class.wdtbrowsetable.php:184
225
  #: templates/admin/dashboard/dashboard.inc.php:261
226
  msgid "Configure"
227
  msgstr ""
228
 
229
- #: source/class.wdtbrowsechartstable.php:161
230
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
231
  #: templates/admin/browse/bulk_actions.inc.php:14
232
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
233
  msgid "Delete"
234
  msgstr ""
235
 
236
- #: source/class.wdtbrowsechartstable.php:216
237
- #: source/class.wdtbrowsechartstable.php:225
238
  msgid "Column Chart"
239
  msgstr ""
240
 
241
- #: source/class.wdtbrowsechartstable.php:219
242
- #: source/class.wdtbrowsechartstable.php:243
243
  msgid "Line Chart"
244
  msgstr ""
245
 
246
- #: source/class.wdtbrowsechartstable.php:222
247
- #: source/class.wdtbrowsechartstable.php:246
248
  msgid "Pie Chart"
249
  msgstr ""
250
 
251
- #: source/class.wdtbrowsechartstable.php:228
252
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
253
  #: templates/chart_wizard.inc.php:91
254
  msgid "Histogram"
255
  msgstr ""
256
 
257
- #: source/class.wdtbrowsechartstable.php:231
258
  msgid "Bar Chart"
259
  msgstr ""
260
 
261
- #: source/class.wdtbrowsechartstable.php:234
262
  msgid "Stacked Bar Chart"
263
  msgstr ""
264
 
265
- #: source/class.wdtbrowsechartstable.php:237
266
  msgid "Area Chart"
267
  msgstr ""
268
 
269
- #: source/class.wdtbrowsechartstable.php:240
270
  msgid "Stepped Area Chart"
271
  msgstr ""
272
 
273
- #: source/class.wdtbrowsechartstable.php:249
274
  msgid "Bubble Chart"
275
  msgstr ""
276
 
277
- #: source/class.wdtbrowsechartstable.php:252
278
  msgid "Donut Chart"
279
  msgstr ""
280
 
281
- #: source/class.wdtbrowsechartstable.php:255
282
  msgid "Gauge Chart"
283
  msgstr ""
284
 
285
- #: source/class.wdtbrowsechartstable.php:258
286
  msgid "Scatter Chart"
287
  msgstr ""
288
 
289
- #: source/class.wdtbrowsechartstable.php:261
290
  msgid "Candlestick Chart"
291
  msgstr ""
292
 
293
- #: source/class.wdtbrowsechartstable.php:264
294
  msgid "Waterfall Chart"
295
  msgstr ""
296
 
297
- #: source/class.wdtbrowsechartstable.php:277
298
  msgid "Google"
299
  msgstr ""
300
 
301
- #: source/class.wdtbrowsechartstable.php:343
302
- #: source/class.wdtbrowsetable.php:296
303
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
304
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
305
  msgid "Select All"
306
  msgstr ""
307
 
308
- #: source/class.wdtbrowsechartstable.php:396
309
  msgid "No wpDataCharts in the system yet."
310
  msgstr ""
311
 
312
- #: source/class.wdtbrowsetable.php:230
313
  msgid "MySQL"
314
  msgstr ""
315
 
316
- #: source/class.wdtbrowsetable.php:233
317
  msgid "Manual"
318
  msgstr ""
319
 
320
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
321
- #: source/class.wpdatatable.php:2205
322
- #: templates/admin/table-settings/table_settings_block.inc.php:932
323
  msgid "Excel"
324
  msgstr ""
325
 
326
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
327
- #: source/class.wpdatatable.php:2215
328
- #: templates/admin/table-settings/table_settings_block.inc.php:933
329
  msgid "CSV"
330
  msgstr ""
331
 
332
- #: source/class.wdtbrowsetable.php:242
333
  msgid "XML"
334
  msgstr ""
335
 
336
- #: source/class.wdtbrowsetable.php:245
337
  msgid "JSON"
338
  msgstr ""
339
 
340
- #: source/class.wdtbrowsetable.php:248
341
  #: templates/admin/table-settings/table_settings_block.inc.php:111
342
  #: templates/edit_table.inc.php:91
343
  msgid "Serialized PHP array"
344
  msgstr ""
345
 
346
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
347
  msgid "Google spreadsheet"
348
  msgstr ""
349
 
350
- #: source/class.wdtbrowsetable.php:254
351
  msgid "Simple"
352
  msgstr ""
353
 
354
- #: source/class.wdtbrowsetable.php:261
355
  msgid "Unknown"
356
  msgstr ""
357
 
358
- #: source/class.wdtbrowsetable.php:371
359
  msgid "No wpDataTables in the system yet."
360
  msgstr ""
361
 
@@ -363,7 +363,7 @@ msgstr ""
363
  msgid "There was an error trying to fetch the table data: "
364
  msgstr ""
365
 
366
- #: source/class.wdtconfigcontroller.php:468
367
  msgid "Table in data source has no rows."
368
  msgstr ""
369
 
@@ -506,9 +506,9 @@ msgstr ""
506
  msgid "Please select columns that you want to use in table"
507
  msgstr ""
508
 
509
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
510
- #: source/class.wpdatatable.php:2225
511
- #: templates/admin/table-settings/table_settings_block.inc.php:934
512
  msgid "Copy"
513
  msgstr ""
514
 
@@ -1212,13 +1212,13 @@ msgstr ""
1212
  msgid "You are mixing data types (several date axes and several number)"
1213
  msgstr ""
1214
 
1215
- #: source/class.wpdatatable.php:1827
1216
  msgid ""
1217
  "You are trying to load a table of an unknown type. Probably you did not "
1218
  "activate the addon which is required to use this table type."
1219
  msgstr ""
1220
 
1221
- #: source/class.wpdatatable.php:2054
1222
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1223
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1224
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1226,30 +1226,30 @@ msgstr ""
1226
  msgid "All"
1227
  msgstr ""
1228
 
1229
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1230
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1231
  msgid "Columns"
1232
  msgstr ""
1233
 
1234
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1235
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1236
  msgid "Print"
1237
  msgstr ""
1238
 
1239
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1240
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1241
  msgid "PDF"
1242
  msgstr ""
1243
 
1244
- #: source/class.wpdatatable.php:2171
1245
  msgid "Export"
1246
  msgstr ""
1247
 
1248
- #: source/class.wpdatatable.php:2249
1249
  msgid "Search table"
1250
  msgstr ""
1251
 
1252
- #: source/class.wpdatatable.php:2250
1253
  msgid "Showing _MENU_ Entries"
1254
  msgstr "_MENU_ elem megtekintése"
1255
 
@@ -1268,7 +1268,7 @@ msgstr ""
1268
  msgid "if you have some questions or problems with the plugin."
1269
  msgstr ""
1270
 
1271
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1272
  msgid "wpDataTables Addons"
1273
  msgstr ""
1274
 
@@ -1282,12 +1282,12 @@ msgid ""
1282
  msgstr ""
1283
 
1284
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1285
- #: templates/admin/dashboard/dashboard.inc.php:558
1286
  msgid "Report Builder"
1287
  msgstr ""
1288
 
1289
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1290
- #: templates/admin/dashboard/dashboard.inc.php:562
1291
  msgid ""
1292
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1293
  "XLSX documents filled in with actual data from your database."
@@ -1313,7 +1313,7 @@ msgid "NEW"
1313
  msgstr ""
1314
 
1315
  #: templates/admin/addons/addons.inc.php:40
1316
- #: templates/admin/dashboard/dashboard.inc.php:505
1317
  msgid "Master Detail Tables for wpDataTables"
1318
  msgstr ""
1319
 
@@ -1334,7 +1334,7 @@ msgid "Learn more"
1334
  msgstr ""
1335
 
1336
  #: templates/admin/addons/addons.inc.php:67
1337
- #: templates/admin/dashboard/dashboard.inc.php:532
1338
  msgid "Powerful Filters for wpDataTables"
1339
  msgstr ""
1340
 
@@ -1346,24 +1346,24 @@ msgid ""
1346
  msgstr ""
1347
 
1348
  #: templates/admin/addons/addons.inc.php:120
1349
- #: templates/admin/dashboard/dashboard.inc.php:585
1350
  msgid "Formidable Forms integration for wpDataTables"
1351
  msgstr ""
1352
 
1353
  #: templates/admin/addons/addons.inc.php:123
1354
- #: templates/admin/dashboard/dashboard.inc.php:589
1355
  msgid ""
1356
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1357
  "create wpDataTables from Formidable Forms entries data."
1358
  msgstr ""
1359
 
1360
  #: templates/admin/addons/addons.inc.php:143
1361
- #: templates/admin/dashboard/dashboard.inc.php:611
1362
  msgid "Gravity Forms integration for wpDataTables"
1363
  msgstr ""
1364
 
1365
  #: templates/admin/addons/addons.inc.php:146
1366
- #: templates/admin/dashboard/dashboard.inc.php:615
1367
  msgid ""
1368
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1369
  "wpDataTables from Gravity Forms entries data."
@@ -2333,7 +2333,7 @@ msgstr ""
2333
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2334
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2335
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2336
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2337
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2338
  msgid "View Documentation"
2339
  msgstr ""
@@ -2562,151 +2562,192 @@ msgstr ""
2562
 
2563
  #: templates/admin/dashboard/dashboard.inc.php:340
2564
  msgid ""
2565
- "A major update with new table type, and a couple of bug fixes and stability "
2566
  "improvements:"
2567
  msgstr ""
2568
 
2569
  #: templates/admin/dashboard/dashboard.inc.php:345
2570
  msgid ""
2571
- "Feature: New table type - Create a simple table with any data, merged cells, "
2572
- "styling, star rating and a lot more."
2573
  msgstr ""
2574
 
2575
  #: templates/admin/dashboard/dashboard.inc.php:346
2576
- msgid "Feature: Added Slovenian translation"
2577
  msgstr ""
2578
 
2579
  #: templates/admin/dashboard/dashboard.inc.php:347
2580
- msgid "Improvement: Update French translation"
 
 
2581
  msgstr ""
2582
 
2583
  #: templates/admin/dashboard/dashboard.inc.php:348
2584
- msgid "Improvement: Added new color picker"
 
 
2585
  msgstr ""
2586
 
2587
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2588
  msgid "Other small bug fixes and stability improvements."
2589
  msgstr ""
2590
 
2591
- #: templates/admin/dashboard/dashboard.inc.php:361
2592
  msgid "Go Premium!"
2593
  msgstr ""
2594
 
2595
- #: templates/admin/dashboard/dashboard.inc.php:367
2596
  msgid "View Comparison"
2597
  msgstr ""
2598
 
2599
- #: templates/admin/dashboard/dashboard.inc.php:375
2600
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2601
  msgid ""
2602
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2603
  "of the powerful features."
2604
  msgstr ""
2605
 
2606
- #: templates/admin/dashboard/dashboard.inc.php:379
2607
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2608
  msgid "Create a table manually"
2609
  msgstr ""
2610
 
2611
- #: templates/admin/dashboard/dashboard.inc.php:382
2612
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2613
  msgid "Creating tables from Google Spreadsheet"
2614
  msgstr ""
2615
 
2616
- #: templates/admin/dashboard/dashboard.inc.php:385
2617
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2618
  msgid "Creating MySQL-based tables from database"
2619
  msgstr ""
2620
 
2621
- #: templates/admin/dashboard/dashboard.inc.php:388
2622
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2623
  msgid "Creating MySQL-based tables from Wordpress post types"
2624
  msgstr ""
2625
 
2626
- #: templates/admin/dashboard/dashboard.inc.php:391
2627
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2628
  #: templates/edit_table.inc.php:329
2629
  msgid "Advanced filtering"
2630
  msgstr ""
2631
 
2632
- #: templates/admin/dashboard/dashboard.inc.php:394
2633
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2634
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2635
  #: templates/edit_table.inc.php:282
2636
  msgid "Server-side processing"
2637
  msgstr ""
2638
 
2639
- #: templates/admin/dashboard/dashboard.inc.php:397
2640
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2641
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2642
  msgstr ""
2643
 
2644
- #: templates/admin/dashboard/dashboard.inc.php:400
2645
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2646
  msgid "Front-end table editing"
2647
  msgstr ""
2648
 
2649
- #: templates/admin/dashboard/dashboard.inc.php:403
2650
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2651
  msgid "Excel-like editing"
2652
  msgstr ""
2653
 
2654
- #: templates/admin/dashboard/dashboard.inc.php:406
2655
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2656
  msgid "Creating charts with Highcharts"
2657
  msgstr ""
2658
 
2659
- #: templates/admin/dashboard/dashboard.inc.php:409
2660
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2661
  msgid "Creating charts with Chart.js"
2662
  msgstr ""
2663
 
2664
- #: templates/admin/dashboard/dashboard.inc.php:412
2665
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2666
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2667
  #: templates/edit_table.inc.php:301
2668
  msgid "Responsive"
2669
  msgstr ""
2670
 
2671
- #: templates/admin/dashboard/dashboard.inc.php:415
2672
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2673
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2674
  #: templates/edit_table.inc.php:750
2675
  msgid "Conditional formatting"
2676
  msgstr ""
2677
 
2678
- #: templates/admin/dashboard/dashboard.inc.php:418
2679
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2680
  msgid "Calculating Tools"
2681
  msgstr ""
2682
 
2683
- #: templates/admin/dashboard/dashboard.inc.php:421
2684
  msgid "Formula columns"
2685
  msgstr ""
2686
 
2687
- #: templates/admin/dashboard/dashboard.inc.php:424
2688
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2689
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2690
  msgid "Placeholders"
2691
  msgstr ""
2692
 
2693
- #: templates/admin/dashboard/dashboard.inc.php:427
2694
  msgid "Premium support"
2695
  msgstr ""
2696
 
2697
- #: templates/admin/dashboard/dashboard.inc.php:431
2698
  msgid "Get Premium Today"
2699
  msgstr ""
2700
 
2701
- #: templates/admin/dashboard/dashboard.inc.php:438
2702
  msgid "News Blog"
2703
  msgstr ""
2704
 
2705
- #: templates/admin/dashboard/dashboard.inc.php:443
2706
  msgid "Checkout useful articles from wpdatatables.com"
2707
  msgstr ""
2708
 
2709
- #: templates/admin/dashboard/dashboard.inc.php:470
2710
  msgid ""
2711
  "Never miss notifications about new cool features, promotions,\n"
2712
  " giveaways or freebies – subscribe to our "
@@ -2714,48 +2755,48 @@ msgid ""
2714
  " about 1 message per month and never spam!"
2715
  msgstr ""
2716
 
2717
- #: templates/admin/dashboard/dashboard.inc.php:488
2718
  msgid "Premium "
2719
  msgstr ""
2720
 
2721
- #: templates/admin/dashboard/dashboard.inc.php:491
2722
  msgid ""
2723
  "While wpDataTables itself provides quite a large amount of features and "
2724
  "unlimited customisation, flexibility, you can achieve even more with our "
2725
  "premium addons.(requires wpDataTables Premium version)"
2726
  msgstr ""
2727
 
2728
- #: templates/admin/dashboard/dashboard.inc.php:509
2729
  msgid ""
2730
  "A wpDataTables addon which allows showing additional details for a specific "
2731
  "row in a popup or a separate page or post."
2732
  msgstr ""
2733
 
2734
- #: templates/admin/dashboard/dashboard.inc.php:515
2735
- #: templates/admin/dashboard/dashboard.inc.php:542
2736
- #: templates/admin/dashboard/dashboard.inc.php:568
2737
- #: templates/admin/dashboard/dashboard.inc.php:595
2738
- #: templates/admin/dashboard/dashboard.inc.php:621
2739
- #: templates/admin/dashboard/dashboard.inc.php:654
2740
  msgid "Learn More"
2741
  msgstr ""
2742
 
2743
- #: templates/admin/dashboard/dashboard.inc.php:536
2744
  msgid ""
2745
  "An add-on for wpDataTables that provides powerful filtering features: "
2746
  "cascade filtering, applying filters on button click, hide table before "
2747
  "filtering."
2748
  msgstr ""
2749
 
2750
- #: templates/admin/dashboard/dashboard.inc.php:632
2751
  msgid "Need free booking plugin?"
2752
  msgstr ""
2753
 
2754
- #: templates/admin/dashboard/dashboard.inc.php:641
2755
  msgid "Appointments and Events WordPress Booking Plugin"
2756
  msgstr ""
2757
 
2758
- #: templates/admin/dashboard/dashboard.inc.php:644
2759
  msgid ""
2760
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2761
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2766,15 +2807,15 @@ msgid ""
2766
  "each month."
2767
  msgstr ""
2768
 
2769
- #: templates/admin/dashboard/dashboard.inc.php:647
2770
  msgid "Rating: 4.3 - ‎68 reviews"
2771
  msgstr ""
2772
 
2773
- #: templates/admin/dashboard/dashboard.inc.php:650
2774
  msgid "Free Download"
2775
  msgstr ""
2776
 
2777
- #: templates/admin/dashboard/dashboard.inc.php:665
2778
  #: templates/admin/getting-started/getting_started.inc.php:184
2779
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2780
  #: templates/admin/support/support.inc.php:78
@@ -2783,7 +2824,7 @@ msgstr ""
2783
  msgid "Made by"
2784
  msgstr ""
2785
 
2786
- #: templates/admin/dashboard/dashboard.inc.php:673
2787
  #: templates/admin/getting-started/getting_started.inc.php:192
2788
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2789
  #: templates/admin/support/support.inc.php:45
@@ -2794,7 +2835,7 @@ msgstr ""
2794
  msgid "Documentation"
2795
  msgstr ""
2796
 
2797
- #: templates/admin/dashboard/dashboard.inc.php:677
2798
  #: templates/admin/getting-started/getting_started.inc.php:196
2799
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2800
  #: templates/admin/support/support.inc.php:24
@@ -2981,13 +3022,15 @@ msgstr ""
2981
 
2982
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
2983
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
2984
- #: templates/admin/table-settings/table_settings_block.inc.php:527
2985
- #: templates/admin/table-settings/table_settings_block.inc.php:535
2986
  msgid "Sorting"
2987
  msgstr ""
2988
 
2989
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
2990
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
2991
  msgid "Pagination"
2992
  msgstr ""
2993
 
@@ -3508,151 +3551,173 @@ msgstr ""
3508
  msgid "Pick the CSV delimiter"
3509
  msgstr ""
3510
 
3511
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3512
  #: templates/settings.inc.php:171
3513
  msgid "Tablet width"
3514
  msgstr ""
3515
 
3516
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3517
  #: templates/settings.inc.php:175
3518
  msgid ""
3519
  "Here you can specify width of the screen (in pixels) that will be treated as "
3520
  "a tablet. You can set it wider if you want responsive effect on desktops."
3521
  msgstr ""
3522
 
3523
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3524
  #: templates/settings.inc.php:181
3525
  msgid "Mobile width"
3526
  msgstr ""
3527
 
3528
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3529
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3530
  msgstr ""
3531
 
3532
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3533
  #: templates/settings.inc.php:61
3534
  msgid "Tables per admin page"
3535
  msgstr ""
3536
 
3537
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3538
  msgid "How many tables to show in the browse page."
3539
  msgstr ""
3540
 
3541
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3542
  msgid "Align numbers"
3543
  msgstr ""
3544
 
3545
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3546
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3547
  msgstr ""
3548
 
3549
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3550
  #: templates/settings.inc.php:161
3551
  msgid "Align numbers to the right"
3552
  msgstr ""
3553
 
3554
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3555
  msgid "Sum functions label"
3556
  msgstr ""
3557
 
3558
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3559
  msgid ""
3560
  "Enter a label that will be used for Sum functions. If you leave it blank "
3561
  "default label will be Σ ="
3562
  msgstr ""
3563
 
3564
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3565
  msgid "Average functions label"
3566
  msgstr ""
3567
 
3568
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3569
  msgid ""
3570
  "Enter a label that will be used for Average functions. If you leave it blank "
3571
  "default label will be Avg ="
3572
  msgstr ""
3573
 
3574
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3575
  msgid "Minimum functions label"
3576
  msgstr ""
3577
 
3578
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3579
  msgid ""
3580
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3581
  "default label will be Min ="
3582
  msgstr ""
3583
 
3584
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3585
  msgid "Maximum functions label"
3586
  msgstr ""
3587
 
3588
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3589
  msgid ""
3590
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3591
  "default label will be Max ="
3592
  msgstr ""
3593
 
3594
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3595
  msgid "Include full bootstrap front-end"
3596
  msgstr ""
3597
 
3598
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3599
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3600
  msgid ""
3601
  "It is recommended to uncheck this option if bootstrap.js is already included "
3602
  "in one of the theme files. Unchecked option means that there is still "
3603
  "bootstrap.js included just in noconflict mode which should prevent errors."
3604
  msgstr ""
3605
 
3606
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3607
  msgid "Include full bootstrap.js on the front-end"
3608
  msgstr ""
3609
 
3610
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3611
  msgid "Include full bootstrap back-end"
3612
  msgstr ""
3613
 
3614
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3615
  msgid "Include full bootstrap.js on the back-end"
3616
  msgstr ""
3617
 
3618
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3619
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3620
  #: templates/settings.inc.php:32
3621
  msgid "Show plugin credentials below tables"
3622
  msgstr ""
3623
 
3624
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3625
  #: templates/settings.inc.php:32
3626
  msgid ""
3627
  "If you want to support our project, please, keep this checkbox as checked"
3628
  msgstr ""
3629
 
3630
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3631
  msgid "Prevent deleting tables in database"
3632
  msgstr ""
3633
 
3634
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3635
  msgid ""
3636
  "It is recommended to leave this option as checked if you what to keep your "
3637
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3638
  "this option, it will be deleted all tables in database after deleting plugin"
3639
  msgstr ""
3640
 
3641
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3642
  msgid ""
3643
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3644
  msgstr ""
3645
 
3646
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3647
  msgid "Remove Getting Started page"
3648
  msgstr ""
3649
 
3650
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3651
  msgid ""
3652
  "Check this option if you want to remove Getting Started page from admin menu."
3653
  msgstr ""
3654
 
3655
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3656
  msgid "Remove \"Getting Started\" page from admin menu."
3657
  msgstr ""
3658
 
@@ -4367,16 +4432,6 @@ msgstr ""
4367
  msgid "Choose whether to sort ascending or descending by default."
4368
  msgstr ""
4369
 
4370
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4371
- #: templates/edit_table.inc.php:663
4372
- msgid "Ascending"
4373
- msgstr ""
4374
-
4375
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4376
- #: templates/edit_table.inc.php:665
4377
- msgid "Descending"
4378
- msgstr ""
4379
-
4380
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4381
  msgid "Add a filter for this column"
4382
  msgstr ""
@@ -5094,7 +5149,7 @@ msgid "Sorting and filtering"
5094
  msgstr ""
5095
 
5096
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5097
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5098
  msgid "Table Tools"
5099
  msgstr ""
5100
 
@@ -5279,172 +5334,235 @@ msgid ""
5279
  "be on to use word wrapping."
5280
  msgstr ""
5281
 
5282
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5283
  msgid "Advanced column filters"
5284
  msgstr ""
5285
 
5286
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5287
  msgid "Advanced filter"
5288
  msgstr ""
5289
 
5290
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5291
  msgid ""
5292
  "Enable to show an advanced filter for each of the columns, filters can be "
5293
  "shown in table footer, header or in a separate form."
5294
  msgstr ""
5295
 
5296
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5297
  msgid "Enable advanced column filters"
5298
  msgstr ""
5299
 
5300
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5301
  msgid ""
5302
  "If this is enabled, each column header will be clickable; clicking will sort "
5303
  "the whole table by the content of this column cells ascending or descending."
5304
  msgstr ""
5305
 
5306
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5307
  msgid "Allow sorting for the table"
5308
  msgstr ""
5309
 
5310
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5311
  msgid "Main search block"
5312
  msgstr ""
5313
 
5314
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5315
  msgid "Global search"
5316
  msgstr ""
5317
 
5318
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5319
  msgid ""
5320
  "If this is enabled, a search block will be displayed on the top right of the "
5321
  "table, allowing to search through whole table with a single input."
5322
  msgstr ""
5323
 
5324
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5325
  msgid "Enable search block"
5326
  msgstr ""
5327
 
5328
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5329
  msgid "Filters in a form"
5330
  msgstr ""
5331
 
5332
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5333
  #: templates/edit_table.inc.php:340
5334
  msgid "Filter in form"
5335
  msgstr ""
5336
 
5337
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5338
  msgid ""
5339
  "Enable to show the advanced column filter in a form above the table, instead "
5340
  "of showing in the table footer/header."
5341
  msgstr ""
5342
 
5343
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5344
  msgid "Show filters in a form above the table"
5345
  msgstr ""
5346
 
5347
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5348
  msgid "Clear filters button"
5349
  msgstr "Szűrő törlése"
5350
 
5351
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5352
  #: templates/frontend/filter_form.inc.php:32
5353
  msgid "Clear filters"
5354
  msgstr "Szűrő törlése"
5355
 
5356
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5357
  msgid "Enable to show the clear filters button."
5358
  msgstr ""
5359
 
5360
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5361
  msgid ""
5362
  "If filter in form is enabled, clear button will be rendered after the last "
5363
  "filter."
5364
  msgstr ""
5365
 
5366
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5367
  msgid ""
5368
  "Otherwise, clear filter button will be rendered above the table next to "
5369
  "\"Table Tools\" buttons."
5370
  msgstr ""
5371
 
5372
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5373
  msgid "Show clear filters button"
5374
  msgstr ""
5375
 
5376
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5377
  msgid "Allow editing"
5378
  msgstr ""
5379
 
5380
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5381
  #: templates/edit_table.inc.php:180
5382
  msgid "Front-end editing"
5383
  msgstr ""
5384
 
5385
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5386
  msgid "Allow editing the table from the front-end."
5387
  msgstr ""
5388
 
5389
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5390
  msgid "Allow front-end editing"
5391
  msgstr ""
5392
 
5393
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5394
  msgid "Popover edit block"
5395
  msgstr ""
5396
 
5397
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5398
  #: templates/edit_table.inc.php:232
5399
  msgid "Popover tools"
5400
  msgstr ""
5401
 
5402
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5403
  msgid ""
5404
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5405
  "popover when you click on any row, instead of Table Tools block above the "
5406
  "table."
5407
  msgstr ""
5408
 
5409
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5410
  msgid "Editing buttons in a popover"
5411
  msgstr ""
5412
 
5413
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5414
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5415
  msgid "In-line editing"
5416
  msgstr ""
5417
 
5418
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5419
  msgid ""
5420
  "If this is enabled, front-end users will be able to edit cells by double-"
5421
  "clicking them, not only with the editor dialog."
5422
  msgstr ""
5423
 
5424
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5425
  msgid "Allow in-line editing"
5426
  msgstr ""
5427
 
5428
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5429
  #: templates/edit_table.inc.php:192
5430
  msgid "MySQL table name for editing"
5431
  msgstr ""
5432
 
5433
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5434
  msgid ""
5435
  "Name of the MySQL table which will be updated when edited from front-end."
5436
  msgstr ""
5437
 
5438
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5439
  msgid "MySQL table name"
5440
  msgstr ""
5441
 
5442
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5443
  #: templates/edit_table.inc.php:203
5444
  msgid "ID column for editing"
5445
  msgstr ""
5446
 
5447
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5448
  msgid ""
5449
  "Choose the column values from which will be used as row identifiers. MUST be "
5450
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5452,141 +5570,141 @@ msgid ""
5452
  "\"id\" or \"ID\" on MySQL side."
5453
  msgstr ""
5454
 
5455
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5456
  #: templates/edit_table.inc.php:267
5457
  msgid "Editor roles"
5458
  msgstr ""
5459
 
5460
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5461
  msgid ""
5462
  "If you want only specific user roles to be able to edit the table, choose in "
5463
  "this dropdown. Leave unchecked to allow editing for everyone."
5464
  msgstr ""
5465
 
5466
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5467
  msgid "Everyone"
5468
  msgstr ""
5469
 
5470
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5471
  msgid "Administrators"
5472
  msgstr ""
5473
 
5474
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5475
  msgid "Editors"
5476
  msgstr ""
5477
 
5478
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5479
  msgid "Authors"
5480
  msgstr ""
5481
 
5482
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5483
  msgid "Contributors"
5484
  msgstr ""
5485
 
5486
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5487
  msgid "Subscribers"
5488
  msgstr ""
5489
 
5490
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5491
  msgid "Users see and edit only own data"
5492
  msgstr ""
5493
 
5494
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5495
  msgid "Users see and edit only their own data"
5496
  msgstr ""
5497
 
5498
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5499
  msgid ""
5500
  "If this is enabled, users will see and edit only the rows that are related "
5501
  "to them or were created by them (associated using the User ID column)."
5502
  msgstr ""
5503
 
5504
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5505
  msgid "Limit editing to own data only"
5506
  msgstr ""
5507
 
5508
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5509
  #: templates/edit_table.inc.php:250
5510
  msgid "User ID column"
5511
  msgstr ""
5512
 
5513
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5514
  msgid ""
5515
  "Choose the column values from which will be used as User identifiers. "
5516
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5517
  "an integer on MySQL side."
5518
  msgstr ""
5519
 
5520
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5521
  #: templates/edit_table.inc.php:350
5522
  msgid "Table tools"
5523
  msgstr ""
5524
 
5525
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5526
  msgid ""
5527
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5528
  msgstr ""
5529
 
5530
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5531
  msgid "Enable Table Tools"
5532
  msgstr ""
5533
 
5534
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5535
  msgid "Buttons"
5536
  msgstr ""
5537
 
5538
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5539
  msgid "Choose which buttons to show in the Table Tools block."
5540
  msgstr ""
5541
 
5542
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5543
  msgid "Columns visibility"
5544
  msgstr ""
5545
 
5546
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5547
  msgid ""
5548
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5549
  "that will be replaced with some actual values at the execution time; usually "
5550
  "this is used for MySQL queries."
5551
  msgstr ""
5552
 
5553
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5554
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5555
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5556
  msgid ""
5557
  "This placeholder will be replaced with any value that you will provide in a "
5558
  "shortcode. Provide a default value here that will be used for table "
5559
  "generation and when a different one is not defined in the shortcode."
5560
  msgstr ""
5561
 
5562
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5563
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5564
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5565
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5566
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5567
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5568
  msgid "Default for table generation"
5569
  msgstr ""
5570
 
5571
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5572
  msgid ""
5573
  "This placeholder will be replaced with the ID of currently logged in user. "
5574
  "Provide a value here to be used for table generation"
5575
  msgstr ""
5576
 
5577
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
5578
  msgid ""
5579
  "This placeholder will be replaced with the login of currently logged in "
5580
  "user. Provide a value here to be used for table generation"
5581
  msgstr ""
5582
 
5583
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
5584
  msgid ""
5585
  "This placeholder will be replaced with the current prefix of WordPress "
5586
  "database. Provide a value here to be used for table generation"
5587
  msgstr ""
5588
 
5589
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
5590
  msgid ""
5591
  "This placeholder will be replaced with the ID of current post. Provide a "
5592
  "value here to be used for table generation"
@@ -5608,7 +5726,7 @@ msgstr ""
5608
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5609
  msgid ""
5610
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5611
- "with tables, charts and data management easy. 30,000+ companies."
5612
  msgstr ""
5613
 
5614
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -6611,5 +6729,29 @@ msgstr ""
6611
  msgid "There was a problem saving your settings"
6612
  msgstr ""
6613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6614
  #~ msgid "Search..."
6615
  #~ msgstr "Keresés..."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:26+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:26+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: hu\n"
97
  msgid "Go Premium"
98
  msgstr ""
99
 
100
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
101
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
102
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
103
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
104
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
105
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
106
+ #: controllers/wdt_admin.php:839
107
  msgid "You do not have sufficient permissions to access this page."
108
  msgstr ""
109
 
110
+ #: controllers/wdt_functions.php:471
111
  msgid "wpDataChart with provided ID not found!"
112
  msgstr ""
113
 
114
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
115
  msgid "wpDataTable with provided ID not found!"
116
  msgstr ""
117
 
118
+ #: controllers/wdt_functions.php:598
119
  msgid "Provided column is not Integer or Float column type"
120
  msgstr ""
121
 
122
+ #: controllers/wdt_functions.php:815
123
  msgid "Choose a table"
124
  msgstr ""
125
 
126
+ #: controllers/wdt_functions.php:847
127
  msgid "Interactive Responsive Table"
128
  msgstr ""
129
 
130
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
131
  msgid "Content"
132
  msgstr ""
133
 
134
+ #: controllers/wdt_functions.php:854
135
  msgid "wpDataTable"
136
  msgstr ""
137
 
138
+ #: controllers/wdt_functions.php:858
139
  msgid "Choose the wpDataTable from a dropdown"
140
  msgstr ""
141
 
142
+ #: controllers/wdt_functions.php:863
143
  msgid "Table view"
144
  msgstr ""
145
 
146
+ #: controllers/wdt_functions.php:867
147
  msgid "Regular wpDataTable"
148
  msgstr ""
149
 
150
+ #: controllers/wdt_functions.php:869
151
  msgid "Excel-like table"
152
  msgstr ""
153
 
154
+ #: controllers/wdt_functions.php:875
155
  msgid "Variable placeholder #1"
156
  msgstr ""
157
 
158
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
159
+ #: controllers/wdt_functions.php:894
160
  msgid "Variables"
161
  msgstr ""
162
 
163
+ #: controllers/wdt_functions.php:879
164
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
165
  msgstr ""
166
 
167
+ #: controllers/wdt_functions.php:883
168
  msgid "Variable placeholder #2"
169
  msgstr ""
170
 
171
+ #: controllers/wdt_functions.php:887
172
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
173
  msgstr ""
174
 
175
+ #: controllers/wdt_functions.php:891
176
  msgid "Variable placeholder #3"
177
  msgstr ""
178
 
179
+ #: controllers/wdt_functions.php:895
180
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
181
  msgstr ""
182
 
183
+ #: controllers/wdt_functions.php:908
184
  msgid "Google or Highcharts chart based on a wpDataTable"
185
  msgstr ""
186
 
187
+ #: controllers/wdt_functions.php:915
188
  msgid "wpDataChart"
189
  msgstr ""
190
 
191
+ #: controllers/wdt_functions.php:919
192
  msgid "Choose one of wpDataCharts from the list"
193
  msgstr ""
194
 
205
  "placeholders and also for Export file name."
206
  msgstr ""
207
 
208
+ #: source/class.wdtbrowsechartstable.php:141
209
+ #: source/class.wdtbrowsetable.php:168
210
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
211
  #: templates/admin/dashboard/dashboard.inc.php:153
212
  #: templates/admin/dashboard/dashboard.inc.php:222
213
  msgid "Click to copy shortcode"
214
  msgstr ""
215
 
216
+ #: source/class.wdtbrowsechartstable.php:150
217
+ #: source/class.wdtbrowsetable.php:179
218
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
219
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
220
  msgid "Duplicate"
221
  msgstr ""
222
 
223
+ #: source/class.wdtbrowsechartstable.php:156
224
+ #: source/class.wdtbrowsetable.php:185
225
  #: templates/admin/dashboard/dashboard.inc.php:261
226
  msgid "Configure"
227
  msgstr ""
228
 
229
+ #: source/class.wdtbrowsechartstable.php:162
230
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
231
  #: templates/admin/browse/bulk_actions.inc.php:14
232
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
233
  msgid "Delete"
234
  msgstr ""
235
 
236
+ #: source/class.wdtbrowsechartstable.php:217
237
+ #: source/class.wdtbrowsechartstable.php:226
238
  msgid "Column Chart"
239
  msgstr ""
240
 
241
+ #: source/class.wdtbrowsechartstable.php:220
242
+ #: source/class.wdtbrowsechartstable.php:244
243
  msgid "Line Chart"
244
  msgstr ""
245
 
246
+ #: source/class.wdtbrowsechartstable.php:223
247
+ #: source/class.wdtbrowsechartstable.php:247
248
  msgid "Pie Chart"
249
  msgstr ""
250
 
251
+ #: source/class.wdtbrowsechartstable.php:229
252
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
253
  #: templates/chart_wizard.inc.php:91
254
  msgid "Histogram"
255
  msgstr ""
256
 
257
+ #: source/class.wdtbrowsechartstable.php:232
258
  msgid "Bar Chart"
259
  msgstr ""
260
 
261
+ #: source/class.wdtbrowsechartstable.php:235
262
  msgid "Stacked Bar Chart"
263
  msgstr ""
264
 
265
+ #: source/class.wdtbrowsechartstable.php:238
266
  msgid "Area Chart"
267
  msgstr ""
268
 
269
+ #: source/class.wdtbrowsechartstable.php:241
270
  msgid "Stepped Area Chart"
271
  msgstr ""
272
 
273
+ #: source/class.wdtbrowsechartstable.php:250
274
  msgid "Bubble Chart"
275
  msgstr ""
276
 
277
+ #: source/class.wdtbrowsechartstable.php:253
278
  msgid "Donut Chart"
279
  msgstr ""
280
 
281
+ #: source/class.wdtbrowsechartstable.php:256
282
  msgid "Gauge Chart"
283
  msgstr ""
284
 
285
+ #: source/class.wdtbrowsechartstable.php:259
286
  msgid "Scatter Chart"
287
  msgstr ""
288
 
289
+ #: source/class.wdtbrowsechartstable.php:262
290
  msgid "Candlestick Chart"
291
  msgstr ""
292
 
293
+ #: source/class.wdtbrowsechartstable.php:265
294
  msgid "Waterfall Chart"
295
  msgstr ""
296
 
297
+ #: source/class.wdtbrowsechartstable.php:278
298
  msgid "Google"
299
  msgstr ""
300
 
301
+ #: source/class.wdtbrowsechartstable.php:345
302
+ #: source/class.wdtbrowsetable.php:298
303
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
304
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
305
  msgid "Select All"
306
  msgstr ""
307
 
308
+ #: source/class.wdtbrowsechartstable.php:398
309
  msgid "No wpDataCharts in the system yet."
310
  msgstr ""
311
 
312
+ #: source/class.wdtbrowsetable.php:231
313
  msgid "MySQL"
314
  msgstr ""
315
 
316
+ #: source/class.wdtbrowsetable.php:234
317
  msgid "Manual"
318
  msgstr ""
319
 
320
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
321
+ #: source/class.wpdatatable.php:2268
322
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
323
  msgid "Excel"
324
  msgstr ""
325
 
326
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
327
+ #: source/class.wpdatatable.php:2278
328
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
329
  msgid "CSV"
330
  msgstr ""
331
 
332
+ #: source/class.wdtbrowsetable.php:243
333
  msgid "XML"
334
  msgstr ""
335
 
336
+ #: source/class.wdtbrowsetable.php:246
337
  msgid "JSON"
338
  msgstr ""
339
 
340
+ #: source/class.wdtbrowsetable.php:249
341
  #: templates/admin/table-settings/table_settings_block.inc.php:111
342
  #: templates/edit_table.inc.php:91
343
  msgid "Serialized PHP array"
344
  msgstr ""
345
 
346
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
347
  msgid "Google spreadsheet"
348
  msgstr ""
349
 
350
+ #: source/class.wdtbrowsetable.php:255
351
  msgid "Simple"
352
  msgstr ""
353
 
354
+ #: source/class.wdtbrowsetable.php:262
355
  msgid "Unknown"
356
  msgstr ""
357
 
358
+ #: source/class.wdtbrowsetable.php:373
359
  msgid "No wpDataTables in the system yet."
360
  msgstr ""
361
 
363
  msgid "There was an error trying to fetch the table data: "
364
  msgstr ""
365
 
366
+ #: source/class.wdtconfigcontroller.php:477
367
  msgid "Table in data source has no rows."
368
  msgstr ""
369
 
506
  msgid "Please select columns that you want to use in table"
507
  msgstr ""
508
 
509
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
510
+ #: source/class.wpdatatable.php:2288
511
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
512
  msgid "Copy"
513
  msgstr ""
514
 
1212
  msgid "You are mixing data types (several date axes and several number)"
1213
  msgstr ""
1214
 
1215
+ #: source/class.wpdatatable.php:1877
1216
  msgid ""
1217
  "You are trying to load a table of an unknown type. Probably you did not "
1218
  "activate the addon which is required to use this table type."
1219
  msgstr ""
1220
 
1221
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1222
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1223
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1224
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1226
  msgid "All"
1227
  msgstr ""
1228
 
1229
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1230
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1231
  msgid "Columns"
1232
  msgstr ""
1233
 
1234
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1235
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1236
  msgid "Print"
1237
  msgstr ""
1238
 
1239
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1240
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1241
  msgid "PDF"
1242
  msgstr ""
1243
 
1244
+ #: source/class.wpdatatable.php:2234
1245
  msgid "Export"
1246
  msgstr ""
1247
 
1248
+ #: source/class.wpdatatable.php:2312
1249
  msgid "Search table"
1250
  msgstr ""
1251
 
1252
+ #: source/class.wpdatatable.php:2313
1253
  msgid "Showing _MENU_ Entries"
1254
  msgstr "_MENU_ elem megtekintése"
1255
 
1268
  msgid "if you have some questions or problems with the plugin."
1269
  msgstr ""
1270
 
1271
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1272
  msgid "wpDataTables Addons"
1273
  msgstr ""
1274
 
1282
  msgstr ""
1283
 
1284
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1285
+ #: templates/admin/dashboard/dashboard.inc.php:565
1286
  msgid "Report Builder"
1287
  msgstr ""
1288
 
1289
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1290
+ #: templates/admin/dashboard/dashboard.inc.php:569
1291
  msgid ""
1292
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1293
  "XLSX documents filled in with actual data from your database."
1313
  msgstr ""
1314
 
1315
  #: templates/admin/addons/addons.inc.php:40
1316
+ #: templates/admin/dashboard/dashboard.inc.php:512
1317
  msgid "Master Detail Tables for wpDataTables"
1318
  msgstr ""
1319
 
1334
  msgstr ""
1335
 
1336
  #: templates/admin/addons/addons.inc.php:67
1337
+ #: templates/admin/dashboard/dashboard.inc.php:539
1338
  msgid "Powerful Filters for wpDataTables"
1339
  msgstr ""
1340
 
1346
  msgstr ""
1347
 
1348
  #: templates/admin/addons/addons.inc.php:120
1349
+ #: templates/admin/dashboard/dashboard.inc.php:592
1350
  msgid "Formidable Forms integration for wpDataTables"
1351
  msgstr ""
1352
 
1353
  #: templates/admin/addons/addons.inc.php:123
1354
+ #: templates/admin/dashboard/dashboard.inc.php:596
1355
  msgid ""
1356
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1357
  "create wpDataTables from Formidable Forms entries data."
1358
  msgstr ""
1359
 
1360
  #: templates/admin/addons/addons.inc.php:143
1361
+ #: templates/admin/dashboard/dashboard.inc.php:618
1362
  msgid "Gravity Forms integration for wpDataTables"
1363
  msgstr ""
1364
 
1365
  #: templates/admin/addons/addons.inc.php:146
1366
+ #: templates/admin/dashboard/dashboard.inc.php:622
1367
  msgid ""
1368
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1369
  "wpDataTables from Gravity Forms entries data."
2333
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2334
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2335
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2336
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2337
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2338
  msgid "View Documentation"
2339
  msgstr ""
2562
 
2563
  #: templates/admin/dashboard/dashboard.inc.php:340
2564
  msgid ""
2565
+ "A major update with a couple of new features, bug fixes and stability "
2566
  "improvements:"
2567
  msgstr ""
2568
 
2569
  #: templates/admin/dashboard/dashboard.inc.php:345
2570
  msgid ""
2571
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2572
+ "tables and charts."
2573
  msgstr ""
2574
 
2575
  #: templates/admin/dashboard/dashboard.inc.php:346
2576
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2577
  msgstr ""
2578
 
2579
  #: templates/admin/dashboard/dashboard.inc.php:347
2580
+ msgid ""
2581
+ "<strong>Feature:</strong> New option to set pagination position for each "
2582
+ "table.(Right, center and left)"
2583
  msgstr ""
2584
 
2585
  #: templates/admin/dashboard/dashboard.inc.php:348
2586
+ msgid ""
2587
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2588
+ "(Six different layouts)"
2589
  msgstr ""
2590
 
2591
  #: templates/admin/dashboard/dashboard.inc.php:349
2592
+ msgid ""
2593
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2594
+ "pages."
2595
+ msgstr ""
2596
+
2597
+ #: templates/admin/dashboard/dashboard.inc.php:350
2598
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2599
+ msgstr ""
2600
+
2601
+ #: templates/admin/dashboard/dashboard.inc.php:351
2602
+ msgid ""
2603
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2604
+ "Explorer browser."
2605
+ msgstr ""
2606
+
2607
+ #: templates/admin/dashboard/dashboard.inc.php:352
2608
+ msgid ""
2609
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2610
+ "pages"
2611
+ msgstr ""
2612
+
2613
+ #: templates/admin/dashboard/dashboard.inc.php:353
2614
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2615
+ msgstr ""
2616
+
2617
+ #: templates/admin/dashboard/dashboard.inc.php:354
2618
+ msgid ""
2619
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2620
+ "area"
2621
+ msgstr ""
2622
+
2623
+ #: templates/admin/dashboard/dashboard.inc.php:355
2624
+ msgid ""
2625
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2626
+ msgstr ""
2627
+
2628
+ #: templates/admin/dashboard/dashboard.inc.php:356
2629
  msgid "Other small bug fixes and stability improvements."
2630
  msgstr ""
2631
 
2632
+ #: templates/admin/dashboard/dashboard.inc.php:368
2633
  msgid "Go Premium!"
2634
  msgstr ""
2635
 
2636
+ #: templates/admin/dashboard/dashboard.inc.php:374
2637
  msgid "View Comparison"
2638
  msgstr ""
2639
 
2640
+ #: templates/admin/dashboard/dashboard.inc.php:382
2641
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2642
  msgid ""
2643
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2644
  "of the powerful features."
2645
  msgstr ""
2646
 
2647
+ #: templates/admin/dashboard/dashboard.inc.php:386
2648
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2649
  msgid "Create a table manually"
2650
  msgstr ""
2651
 
2652
+ #: templates/admin/dashboard/dashboard.inc.php:389
2653
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2654
  msgid "Creating tables from Google Spreadsheet"
2655
  msgstr ""
2656
 
2657
+ #: templates/admin/dashboard/dashboard.inc.php:392
2658
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2659
  msgid "Creating MySQL-based tables from database"
2660
  msgstr ""
2661
 
2662
+ #: templates/admin/dashboard/dashboard.inc.php:395
2663
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2664
  msgid "Creating MySQL-based tables from Wordpress post types"
2665
  msgstr ""
2666
 
2667
+ #: templates/admin/dashboard/dashboard.inc.php:398
2668
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2669
  #: templates/edit_table.inc.php:329
2670
  msgid "Advanced filtering"
2671
  msgstr ""
2672
 
2673
+ #: templates/admin/dashboard/dashboard.inc.php:401
2674
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2675
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2676
  #: templates/edit_table.inc.php:282
2677
  msgid "Server-side processing"
2678
  msgstr ""
2679
 
2680
+ #: templates/admin/dashboard/dashboard.inc.php:404
2681
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2682
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2683
  msgstr ""
2684
 
2685
+ #: templates/admin/dashboard/dashboard.inc.php:407
2686
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2687
  msgid "Front-end table editing"
2688
  msgstr ""
2689
 
2690
+ #: templates/admin/dashboard/dashboard.inc.php:410
2691
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2692
  msgid "Excel-like editing"
2693
  msgstr ""
2694
 
2695
+ #: templates/admin/dashboard/dashboard.inc.php:413
2696
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2697
  msgid "Creating charts with Highcharts"
2698
  msgstr ""
2699
 
2700
+ #: templates/admin/dashboard/dashboard.inc.php:416
2701
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2702
  msgid "Creating charts with Chart.js"
2703
  msgstr ""
2704
 
2705
+ #: templates/admin/dashboard/dashboard.inc.php:419
2706
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2707
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2708
  #: templates/edit_table.inc.php:301
2709
  msgid "Responsive"
2710
  msgstr ""
2711
 
2712
+ #: templates/admin/dashboard/dashboard.inc.php:422
2713
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2714
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2715
  #: templates/edit_table.inc.php:750
2716
  msgid "Conditional formatting"
2717
  msgstr ""
2718
 
2719
+ #: templates/admin/dashboard/dashboard.inc.php:425
2720
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2721
  msgid "Calculating Tools"
2722
  msgstr ""
2723
 
2724
+ #: templates/admin/dashboard/dashboard.inc.php:428
2725
  msgid "Formula columns"
2726
  msgstr ""
2727
 
2728
+ #: templates/admin/dashboard/dashboard.inc.php:431
2729
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2730
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2731
  msgid "Placeholders"
2732
  msgstr ""
2733
 
2734
+ #: templates/admin/dashboard/dashboard.inc.php:434
2735
  msgid "Premium support"
2736
  msgstr ""
2737
 
2738
+ #: templates/admin/dashboard/dashboard.inc.php:438
2739
  msgid "Get Premium Today"
2740
  msgstr ""
2741
 
2742
+ #: templates/admin/dashboard/dashboard.inc.php:445
2743
  msgid "News Blog"
2744
  msgstr ""
2745
 
2746
+ #: templates/admin/dashboard/dashboard.inc.php:450
2747
  msgid "Checkout useful articles from wpdatatables.com"
2748
  msgstr ""
2749
 
2750
+ #: templates/admin/dashboard/dashboard.inc.php:477
2751
  msgid ""
2752
  "Never miss notifications about new cool features, promotions,\n"
2753
  " giveaways or freebies – subscribe to our "
2755
  " about 1 message per month and never spam!"
2756
  msgstr ""
2757
 
2758
+ #: templates/admin/dashboard/dashboard.inc.php:495
2759
  msgid "Premium "
2760
  msgstr ""
2761
 
2762
+ #: templates/admin/dashboard/dashboard.inc.php:498
2763
  msgid ""
2764
  "While wpDataTables itself provides quite a large amount of features and "
2765
  "unlimited customisation, flexibility, you can achieve even more with our "
2766
  "premium addons.(requires wpDataTables Premium version)"
2767
  msgstr ""
2768
 
2769
+ #: templates/admin/dashboard/dashboard.inc.php:516
2770
  msgid ""
2771
  "A wpDataTables addon which allows showing additional details for a specific "
2772
  "row in a popup or a separate page or post."
2773
  msgstr ""
2774
 
2775
+ #: templates/admin/dashboard/dashboard.inc.php:522
2776
+ #: templates/admin/dashboard/dashboard.inc.php:549
2777
+ #: templates/admin/dashboard/dashboard.inc.php:575
2778
+ #: templates/admin/dashboard/dashboard.inc.php:602
2779
+ #: templates/admin/dashboard/dashboard.inc.php:628
2780
+ #: templates/admin/dashboard/dashboard.inc.php:661
2781
  msgid "Learn More"
2782
  msgstr ""
2783
 
2784
+ #: templates/admin/dashboard/dashboard.inc.php:543
2785
  msgid ""
2786
  "An add-on for wpDataTables that provides powerful filtering features: "
2787
  "cascade filtering, applying filters on button click, hide table before "
2788
  "filtering."
2789
  msgstr ""
2790
 
2791
+ #: templates/admin/dashboard/dashboard.inc.php:639
2792
  msgid "Need free booking plugin?"
2793
  msgstr ""
2794
 
2795
+ #: templates/admin/dashboard/dashboard.inc.php:648
2796
  msgid "Appointments and Events WordPress Booking Plugin"
2797
  msgstr ""
2798
 
2799
+ #: templates/admin/dashboard/dashboard.inc.php:651
2800
  msgid ""
2801
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2802
  "set up a fully-featured automated booking system on your WordPress website "
2807
  "each month."
2808
  msgstr ""
2809
 
2810
+ #: templates/admin/dashboard/dashboard.inc.php:654
2811
  msgid "Rating: 4.3 - ‎68 reviews"
2812
  msgstr ""
2813
 
2814
+ #: templates/admin/dashboard/dashboard.inc.php:657
2815
  msgid "Free Download"
2816
  msgstr ""
2817
 
2818
+ #: templates/admin/dashboard/dashboard.inc.php:672
2819
  #: templates/admin/getting-started/getting_started.inc.php:184
2820
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2821
  #: templates/admin/support/support.inc.php:78
2824
  msgid "Made by"
2825
  msgstr ""
2826
 
2827
+ #: templates/admin/dashboard/dashboard.inc.php:680
2828
  #: templates/admin/getting-started/getting_started.inc.php:192
2829
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2830
  #: templates/admin/support/support.inc.php:45
2835
  msgid "Documentation"
2836
  msgstr ""
2837
 
2838
+ #: templates/admin/dashboard/dashboard.inc.php:684
2839
  #: templates/admin/getting-started/getting_started.inc.php:196
2840
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2841
  #: templates/admin/support/support.inc.php:24
3022
 
3023
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3024
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3025
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3026
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3027
  msgid "Sorting"
3028
  msgstr ""
3029
 
3030
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3031
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3032
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3033
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3034
  msgid "Pagination"
3035
  msgstr ""
3036
 
3551
  msgid "Pick the CSV delimiter"
3552
  msgstr ""
3553
 
3554
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3555
+ msgid "Tables sorting direction in admin page"
3556
+ msgstr ""
3557
+
3558
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3559
+ msgid ""
3560
+ "Here you can set sorting direction by id for browse tables and charts. By "
3561
+ "default is ascending order."
3562
+ msgstr ""
3563
+
3564
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3565
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3566
+ #: templates/edit_table.inc.php:663
3567
+ msgid "Ascending"
3568
+ msgstr ""
3569
+
3570
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3571
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3572
+ #: templates/edit_table.inc.php:665
3573
+ msgid "Descending"
3574
+ msgstr ""
3575
+
3576
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3577
  #: templates/settings.inc.php:171
3578
  msgid "Tablet width"
3579
  msgstr ""
3580
 
3581
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3582
  #: templates/settings.inc.php:175
3583
  msgid ""
3584
  "Here you can specify width of the screen (in pixels) that will be treated as "
3585
  "a tablet. You can set it wider if you want responsive effect on desktops."
3586
  msgstr ""
3587
 
3588
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3589
  #: templates/settings.inc.php:181
3590
  msgid "Mobile width"
3591
  msgstr ""
3592
 
3593
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3594
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3595
  msgstr ""
3596
 
3597
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3598
  #: templates/settings.inc.php:61
3599
  msgid "Tables per admin page"
3600
  msgstr ""
3601
 
3602
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3603
  msgid "How many tables to show in the browse page."
3604
  msgstr ""
3605
 
3606
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3607
  msgid "Align numbers"
3608
  msgstr ""
3609
 
3610
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3611
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3612
  msgstr ""
3613
 
3614
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3615
  #: templates/settings.inc.php:161
3616
  msgid "Align numbers to the right"
3617
  msgstr ""
3618
 
3619
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3620
  msgid "Sum functions label"
3621
  msgstr ""
3622
 
3623
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3624
  msgid ""
3625
  "Enter a label that will be used for Sum functions. If you leave it blank "
3626
  "default label will be Σ ="
3627
  msgstr ""
3628
 
3629
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3630
  msgid "Average functions label"
3631
  msgstr ""
3632
 
3633
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3634
  msgid ""
3635
  "Enter a label that will be used for Average functions. If you leave it blank "
3636
  "default label will be Avg ="
3637
  msgstr ""
3638
 
3639
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3640
  msgid "Minimum functions label"
3641
  msgstr ""
3642
 
3643
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3644
  msgid ""
3645
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3646
  "default label will be Min ="
3647
  msgstr ""
3648
 
3649
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3650
  msgid "Maximum functions label"
3651
  msgstr ""
3652
 
3653
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3654
  msgid ""
3655
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3656
  "default label will be Max ="
3657
  msgstr ""
3658
 
3659
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3660
  msgid "Include full bootstrap front-end"
3661
  msgstr ""
3662
 
3663
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3664
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3665
  msgid ""
3666
  "It is recommended to uncheck this option if bootstrap.js is already included "
3667
  "in one of the theme files. Unchecked option means that there is still "
3668
  "bootstrap.js included just in noconflict mode which should prevent errors."
3669
  msgstr ""
3670
 
3671
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3672
  msgid "Include full bootstrap.js on the front-end"
3673
  msgstr ""
3674
 
3675
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3676
  msgid "Include full bootstrap back-end"
3677
  msgstr ""
3678
 
3679
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3680
  msgid "Include full bootstrap.js on the back-end"
3681
  msgstr ""
3682
 
3683
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3684
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3685
  #: templates/settings.inc.php:32
3686
  msgid "Show plugin credentials below tables"
3687
  msgstr ""
3688
 
3689
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3690
  #: templates/settings.inc.php:32
3691
  msgid ""
3692
  "If you want to support our project, please, keep this checkbox as checked"
3693
  msgstr ""
3694
 
3695
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3696
  msgid "Prevent deleting tables in database"
3697
  msgstr ""
3698
 
3699
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3700
  msgid ""
3701
  "It is recommended to leave this option as checked if you what to keep your "
3702
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3703
  "this option, it will be deleted all tables in database after deleting plugin"
3704
  msgstr ""
3705
 
3706
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3707
  msgid ""
3708
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3709
  msgstr ""
3710
 
3711
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3712
  msgid "Remove Getting Started page"
3713
  msgstr ""
3714
 
3715
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3716
  msgid ""
3717
  "Check this option if you want to remove Getting Started page from admin menu."
3718
  msgstr ""
3719
 
3720
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3721
  msgid "Remove \"Getting Started\" page from admin menu."
3722
  msgstr ""
3723
 
4432
  msgid "Choose whether to sort ascending or descending by default."
4433
  msgstr ""
4434
 
 
 
 
 
 
 
 
 
 
 
4435
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4436
  msgid "Add a filter for this column"
4437
  msgstr ""
5149
  msgstr ""
5150
 
5151
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5152
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5153
  msgid "Table Tools"
5154
  msgstr ""
5155
 
5334
  "be on to use word wrapping."
5335
  msgstr ""
5336
 
5337
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5338
+ msgid "Enable to show a pagination"
5339
+ msgstr ""
5340
+
5341
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5342
+ msgid "Show pagination block below the table"
5343
+ msgstr ""
5344
+
5345
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5346
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5347
+ msgid "Pagination Alignment"
5348
+ msgstr ""
5349
+
5350
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5351
+ msgid "Here you can set pagination position: right, center or left."
5352
+ msgstr ""
5353
+
5354
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5355
+ msgid "Right"
5356
+ msgstr ""
5357
+
5358
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5359
+ msgid "Center"
5360
+ msgstr ""
5361
+
5362
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5363
+ msgid "Left"
5364
+ msgstr ""
5365
+
5366
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5367
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5368
+ msgid "Pagination Layout"
5369
+ msgstr ""
5370
+
5371
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5372
+ msgid "Here you can choose between different pagination layout."
5373
+ msgstr ""
5374
+
5375
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5376
+ msgid ""
5377
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5378
+ msgstr ""
5379
+
5380
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5381
+ msgid "\"Previous\" and \"Next\" buttons only"
5382
+ msgstr ""
5383
+
5384
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5385
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5386
+ msgstr ""
5387
+
5388
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5389
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5390
+ msgstr ""
5391
+
5392
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5393
+ msgid "Page number buttons only"
5394
+ msgstr ""
5395
+
5396
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5397
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5398
+ msgstr ""
5399
+
5400
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5401
  msgid "Advanced column filters"
5402
  msgstr ""
5403
 
5404
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5405
  msgid "Advanced filter"
5406
  msgstr ""
5407
 
5408
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5409
  msgid ""
5410
  "Enable to show an advanced filter for each of the columns, filters can be "
5411
  "shown in table footer, header or in a separate form."
5412
  msgstr ""
5413
 
5414
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5415
  msgid "Enable advanced column filters"
5416
  msgstr ""
5417
 
5418
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5419
  msgid ""
5420
  "If this is enabled, each column header will be clickable; clicking will sort "
5421
  "the whole table by the content of this column cells ascending or descending."
5422
  msgstr ""
5423
 
5424
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5425
  msgid "Allow sorting for the table"
5426
  msgstr ""
5427
 
5428
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5429
  msgid "Main search block"
5430
  msgstr ""
5431
 
5432
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5433
  msgid "Global search"
5434
  msgstr ""
5435
 
5436
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5437
  msgid ""
5438
  "If this is enabled, a search block will be displayed on the top right of the "
5439
  "table, allowing to search through whole table with a single input."
5440
  msgstr ""
5441
 
5442
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5443
  msgid "Enable search block"
5444
  msgstr ""
5445
 
5446
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5447
  msgid "Filters in a form"
5448
  msgstr ""
5449
 
5450
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5451
  #: templates/edit_table.inc.php:340
5452
  msgid "Filter in form"
5453
  msgstr ""
5454
 
5455
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5456
  msgid ""
5457
  "Enable to show the advanced column filter in a form above the table, instead "
5458
  "of showing in the table footer/header."
5459
  msgstr ""
5460
 
5461
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5462
  msgid "Show filters in a form above the table"
5463
  msgstr ""
5464
 
5465
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5466
  msgid "Clear filters button"
5467
  msgstr "Szűrő törlése"
5468
 
5469
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5470
  #: templates/frontend/filter_form.inc.php:32
5471
  msgid "Clear filters"
5472
  msgstr "Szűrő törlése"
5473
 
5474
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5475
  msgid "Enable to show the clear filters button."
5476
  msgstr ""
5477
 
5478
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5479
  msgid ""
5480
  "If filter in form is enabled, clear button will be rendered after the last "
5481
  "filter."
5482
  msgstr ""
5483
 
5484
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5485
  msgid ""
5486
  "Otherwise, clear filter button will be rendered above the table next to "
5487
  "\"Table Tools\" buttons."
5488
  msgstr ""
5489
 
5490
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5491
  msgid "Show clear filters button"
5492
  msgstr ""
5493
 
5494
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5495
  msgid "Allow editing"
5496
  msgstr ""
5497
 
5498
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5499
  #: templates/edit_table.inc.php:180
5500
  msgid "Front-end editing"
5501
  msgstr ""
5502
 
5503
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5504
  msgid "Allow editing the table from the front-end."
5505
  msgstr ""
5506
 
5507
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5508
  msgid "Allow front-end editing"
5509
  msgstr ""
5510
 
5511
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5512
  msgid "Popover edit block"
5513
  msgstr ""
5514
 
5515
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5516
  #: templates/edit_table.inc.php:232
5517
  msgid "Popover tools"
5518
  msgstr ""
5519
 
5520
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5521
  msgid ""
5522
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5523
  "popover when you click on any row, instead of Table Tools block above the "
5524
  "table."
5525
  msgstr ""
5526
 
5527
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5528
  msgid "Editing buttons in a popover"
5529
  msgstr ""
5530
 
5531
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5532
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5533
  msgid "In-line editing"
5534
  msgstr ""
5535
 
5536
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5537
  msgid ""
5538
  "If this is enabled, front-end users will be able to edit cells by double-"
5539
  "clicking them, not only with the editor dialog."
5540
  msgstr ""
5541
 
5542
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5543
  msgid "Allow in-line editing"
5544
  msgstr ""
5545
 
5546
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5547
  #: templates/edit_table.inc.php:192
5548
  msgid "MySQL table name for editing"
5549
  msgstr ""
5550
 
5551
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5552
  msgid ""
5553
  "Name of the MySQL table which will be updated when edited from front-end."
5554
  msgstr ""
5555
 
5556
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5557
  msgid "MySQL table name"
5558
  msgstr ""
5559
 
5560
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5561
  #: templates/edit_table.inc.php:203
5562
  msgid "ID column for editing"
5563
  msgstr ""
5564
 
5565
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5566
  msgid ""
5567
  "Choose the column values from which will be used as row identifiers. MUST be "
5568
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5570
  "\"id\" or \"ID\" on MySQL side."
5571
  msgstr ""
5572
 
5573
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5574
  #: templates/edit_table.inc.php:267
5575
  msgid "Editor roles"
5576
  msgstr ""
5577
 
5578
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5579
  msgid ""
5580
  "If you want only specific user roles to be able to edit the table, choose in "
5581
  "this dropdown. Leave unchecked to allow editing for everyone."
5582
  msgstr ""
5583
 
5584
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5585
  msgid "Everyone"
5586
  msgstr ""
5587
 
5588
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5589
  msgid "Administrators"
5590
  msgstr ""
5591
 
5592
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
5593
  msgid "Editors"
5594
  msgstr ""
5595
 
5596
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
5597
  msgid "Authors"
5598
  msgstr ""
5599
 
5600
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
5601
  msgid "Contributors"
5602
  msgstr ""
5603
 
5604
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
5605
  msgid "Subscribers"
5606
  msgstr ""
5607
 
5608
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
5609
  msgid "Users see and edit only own data"
5610
  msgstr ""
5611
 
5612
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5613
  msgid "Users see and edit only their own data"
5614
  msgstr ""
5615
 
5616
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5617
  msgid ""
5618
  "If this is enabled, users will see and edit only the rows that are related "
5619
  "to them or were created by them (associated using the User ID column)."
5620
  msgstr ""
5621
 
5622
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
5623
  msgid "Limit editing to own data only"
5624
  msgstr ""
5625
 
5626
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
5627
  #: templates/edit_table.inc.php:250
5628
  msgid "User ID column"
5629
  msgstr ""
5630
 
5631
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
5632
  msgid ""
5633
  "Choose the column values from which will be used as User identifiers. "
5634
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5635
  "an integer on MySQL side."
5636
  msgstr ""
5637
 
5638
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
5639
  #: templates/edit_table.inc.php:350
5640
  msgid "Table tools"
5641
  msgstr ""
5642
 
5643
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
5644
  msgid ""
5645
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5646
  msgstr ""
5647
 
5648
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
5649
  msgid "Enable Table Tools"
5650
  msgstr ""
5651
 
5652
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
5653
  msgid "Buttons"
5654
  msgstr ""
5655
 
5656
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
5657
  msgid "Choose which buttons to show in the Table Tools block."
5658
  msgstr ""
5659
 
5660
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
5661
  msgid "Columns visibility"
5662
  msgstr ""
5663
 
5664
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
5665
  msgid ""
5666
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5667
  "that will be replaced with some actual values at the execution time; usually "
5668
  "this is used for MySQL queries."
5669
  msgstr ""
5670
 
5671
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
5672
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
5673
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
5674
  msgid ""
5675
  "This placeholder will be replaced with any value that you will provide in a "
5676
  "shortcode. Provide a default value here that will be used for table "
5677
  "generation and when a different one is not defined in the shortcode."
5678
  msgstr ""
5679
 
5680
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
5681
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
5682
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
5683
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
5684
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
5685
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
5686
  msgid "Default for table generation"
5687
  msgstr ""
5688
 
5689
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
5690
  msgid ""
5691
  "This placeholder will be replaced with the ID of currently logged in user. "
5692
  "Provide a value here to be used for table generation"
5693
  msgstr ""
5694
 
5695
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
5696
  msgid ""
5697
  "This placeholder will be replaced with the login of currently logged in "
5698
  "user. Provide a value here to be used for table generation"
5699
  msgstr ""
5700
 
5701
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
5702
  msgid ""
5703
  "This placeholder will be replaced with the current prefix of WordPress "
5704
  "database. Provide a value here to be used for table generation"
5705
  msgstr ""
5706
 
5707
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
5708
  msgid ""
5709
  "This placeholder will be replaced with the ID of current post. Provide a "
5710
  "value here to be used for table generation"
5726
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5727
  msgid ""
5728
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5729
+ "with tables, charts and data management easy. 40,000+ companies."
5730
  msgstr ""
5731
 
5732
  #: templates/admin/welcome_page/welcome_page.inc.php:62
6729
  msgid "There was a problem saving your settings"
6730
  msgstr ""
6731
 
6732
+ #: widgets/class.wpDataChartsElementorWidget.php:28
6733
+ msgid "wpDataChart content"
6734
+ msgstr ""
6735
+
6736
+ #: widgets/class.wpDataChartsElementorWidget.php:35
6737
+ msgid "Select wpDataChart:"
6738
+ msgstr ""
6739
+
6740
+ #: widgets/class.wpDataTablesElementorWidget.php:28
6741
+ msgid "wpDataTable content"
6742
+ msgstr ""
6743
+
6744
+ #: widgets/class.wpDataTablesElementorWidget.php:35
6745
+ msgid "Select wpDataTable:"
6746
+ msgstr ""
6747
+
6748
+ #: widgets/class.wpDataTablesElementorWidget.php:45
6749
+ msgid "Set name for export file:"
6750
+ msgstr ""
6751
+
6752
+ #: widgets/class.wpDataTablesElementorWidget.php:48
6753
+ msgid "Insert name for export file"
6754
+ msgstr ""
6755
+
6756
  #~ msgid "Search..."
6757
  #~ msgstr "Keresés..."
languages/nl_NL/nl_NL.mo CHANGED
Binary file
languages/nl_NL/nl_NL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:48+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:48+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
@@ -157,104 +157,104 @@ msgstr ""
157
  msgid "Go Premium"
158
  msgstr ""
159
 
160
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
161
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
162
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
163
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
164
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
165
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
166
- #: controllers/wdt_admin.php:815
167
  msgid "You do not have sufficient permissions to access this page."
168
  msgstr "Je hebt niet voldoende permissies om de pagina te laden."
169
 
170
- #: controllers/wdt_functions.php:467
171
  #, fuzzy
172
  msgid "wpDataChart with provided ID not found!"
173
  msgstr "wpDataTable met geleverde ID niet gevonden!"
174
 
175
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
176
  msgid "wpDataTable with provided ID not found!"
177
  msgstr "wpDataTable met geleverde ID niet gevonden!"
178
 
179
- #: controllers/wdt_functions.php:594
180
  msgid "Provided column is not Integer or Float column type"
181
  msgstr ""
182
 
183
- #: controllers/wdt_functions.php:811
184
  #, fuzzy
185
  msgid "Choose a table"
186
  msgstr "Kies rollen"
187
 
188
- #: controllers/wdt_functions.php:843
189
  msgid "Interactive Responsive Table"
190
  msgstr ""
191
 
192
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
193
  msgid "Content"
194
  msgstr ""
195
 
196
- #: controllers/wdt_functions.php:850
197
  #, fuzzy
198
  msgid "wpDataTable"
199
  msgstr "wpDataTable aanpassen"
200
 
201
- #: controllers/wdt_functions.php:854
202
  msgid "Choose the wpDataTable from a dropdown"
203
  msgstr ""
204
 
205
- #: controllers/wdt_functions.php:859
206
  #, fuzzy
207
  msgid "Table view"
208
  msgstr "Tabel titel"
209
 
210
- #: controllers/wdt_functions.php:863
211
  #, fuzzy
212
  msgid "Regular wpDataTable"
213
  msgstr "Gebruik in wpDataTable"
214
 
215
- #: controllers/wdt_functions.php:865
216
  #, fuzzy
217
  msgid "Excel-like table"
218
  msgstr "Excel bestand"
219
 
220
- #: controllers/wdt_functions.php:871
221
  msgid "Variable placeholder #1"
222
  msgstr ""
223
 
224
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
225
- #: controllers/wdt_functions.php:890
226
  msgid "Variables"
227
  msgstr ""
228
 
229
- #: controllers/wdt_functions.php:875
230
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
231
  msgstr ""
232
 
233
- #: controllers/wdt_functions.php:879
234
  msgid "Variable placeholder #2"
235
  msgstr ""
236
 
237
- #: controllers/wdt_functions.php:883
238
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
239
  msgstr ""
240
 
241
- #: controllers/wdt_functions.php:887
242
  msgid "Variable placeholder #3"
243
  msgstr ""
244
 
245
- #: controllers/wdt_functions.php:891
246
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
247
  msgstr ""
248
 
249
- #: controllers/wdt_functions.php:904
250
  msgid "Google or Highcharts chart based on a wpDataTable"
251
  msgstr ""
252
 
253
- #: controllers/wdt_functions.php:911
254
  msgid "wpDataChart"
255
  msgstr ""
256
 
257
- #: controllers/wdt_functions.php:915
258
  msgid "Choose one of wpDataCharts from the list"
259
  msgstr ""
260
 
@@ -271,8 +271,8 @@ msgid ""
271
  "placeholders and also for Export file name."
272
  msgstr ""
273
 
274
- #: source/class.wdtbrowsechartstable.php:140
275
- #: source/class.wdtbrowsetable.php:167
276
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
277
  #: templates/admin/dashboard/dashboard.inc.php:153
278
  #: templates/admin/dashboard/dashboard.inc.php:222
@@ -280,163 +280,163 @@ msgstr ""
280
  msgid "Click to copy shortcode"
281
  msgstr "Klik om te openen"
282
 
283
- #: source/class.wdtbrowsechartstable.php:149
284
- #: source/class.wdtbrowsetable.php:178
285
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
286
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
287
  msgid "Duplicate"
288
  msgstr "Dubbel"
289
 
290
- #: source/class.wdtbrowsechartstable.php:155
291
- #: source/class.wdtbrowsetable.php:184
292
  #: templates/admin/dashboard/dashboard.inc.php:261
293
  msgid "Configure"
294
  msgstr ""
295
 
296
- #: source/class.wdtbrowsechartstable.php:161
297
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
298
  #: templates/admin/browse/bulk_actions.inc.php:14
299
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
300
  msgid "Delete"
301
  msgstr "Verwijderen"
302
 
303
- #: source/class.wdtbrowsechartstable.php:216
304
- #: source/class.wdtbrowsechartstable.php:225
305
  #, fuzzy
306
  msgid "Column Chart"
307
  msgstr "Kolomgrafiek"
308
 
309
- #: source/class.wdtbrowsechartstable.php:219
310
- #: source/class.wdtbrowsechartstable.php:243
311
  #, fuzzy
312
  msgid "Line Chart"
313
  msgstr "Lijngrafiek"
314
 
315
- #: source/class.wdtbrowsechartstable.php:222
316
- #: source/class.wdtbrowsechartstable.php:246
317
  #, fuzzy
318
  msgid "Pie Chart"
319
  msgstr "Taartdiagram"
320
 
321
- #: source/class.wdtbrowsechartstable.php:228
322
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
323
  #: templates/chart_wizard.inc.php:91
324
  msgid "Histogram"
325
  msgstr ""
326
 
327
- #: source/class.wdtbrowsechartstable.php:231
328
  #, fuzzy
329
  msgid "Bar Chart"
330
  msgstr "Staafgrafiek"
331
 
332
- #: source/class.wdtbrowsechartstable.php:234
333
  #, fuzzy
334
  msgid "Stacked Bar Chart"
335
  msgstr "Staafgrafiek"
336
 
337
- #: source/class.wdtbrowsechartstable.php:237
338
  #, fuzzy
339
  msgid "Area Chart"
340
  msgstr "Omgevingsgrafiek"
341
 
342
- #: source/class.wdtbrowsechartstable.php:240
343
  #, fuzzy
344
  msgid "Stepped Area Chart"
345
  msgstr "Omgevingsgrafiek"
346
 
347
- #: source/class.wdtbrowsechartstable.php:249
348
  msgid "Bubble Chart"
349
  msgstr ""
350
 
351
- #: source/class.wdtbrowsechartstable.php:252
352
  #, fuzzy
353
  msgid "Donut Chart"
354
  msgstr "Geen grafiek"
355
 
356
- #: source/class.wdtbrowsechartstable.php:255
357
  #, fuzzy
358
  msgid "Gauge Chart"
359
  msgstr "Staafgrafiek"
360
 
361
- #: source/class.wdtbrowsechartstable.php:258
362
  #, fuzzy
363
  msgid "Scatter Chart"
364
  msgstr "Staafgrafiek"
365
 
366
- #: source/class.wdtbrowsechartstable.php:261
367
  msgid "Candlestick Chart"
368
  msgstr ""
369
 
370
- #: source/class.wdtbrowsechartstable.php:264
371
  msgid "Waterfall Chart"
372
  msgstr ""
373
 
374
- #: source/class.wdtbrowsechartstable.php:277
375
  msgid "Google"
376
  msgstr ""
377
 
378
- #: source/class.wdtbrowsechartstable.php:343
379
- #: source/class.wdtbrowsetable.php:296
380
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
381
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
382
  msgid "Select All"
383
  msgstr ""
384
 
385
- #: source/class.wdtbrowsechartstable.php:396
386
  #, fuzzy
387
  msgid "No wpDataCharts in the system yet."
388
  msgstr "Nog geen wpDataTables in het systeem"
389
 
390
- #: source/class.wdtbrowsetable.php:230
391
  #, fuzzy
392
  msgid "MySQL"
393
  msgstr "MySQL host"
394
 
395
- #: source/class.wdtbrowsetable.php:233
396
  msgid "Manual"
397
  msgstr ""
398
 
399
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
400
- #: source/class.wpdatatable.php:2205
401
- #: templates/admin/table-settings/table_settings_block.inc.php:932
402
  #, fuzzy
403
  msgid "Excel"
404
  msgstr "Excel bestand"
405
 
406
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
407
- #: source/class.wpdatatable.php:2215
408
- #: templates/admin/table-settings/table_settings_block.inc.php:933
409
  msgid "CSV"
410
  msgstr ""
411
 
412
- #: source/class.wdtbrowsetable.php:242
413
  msgid "XML"
414
  msgstr ""
415
 
416
- #: source/class.wdtbrowsetable.php:245
417
  #, fuzzy
418
  msgid "JSON"
419
  msgstr "JSON bestand"
420
 
421
- #: source/class.wdtbrowsetable.php:248
422
  #: templates/admin/table-settings/table_settings_block.inc.php:111
423
  #: templates/edit_table.inc.php:91
424
  msgid "Serialized PHP array"
425
  msgstr "Serialized PHP array"
426
 
427
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
428
  msgid "Google spreadsheet"
429
  msgstr ""
430
 
431
- #: source/class.wdtbrowsetable.php:254
432
  msgid "Simple"
433
  msgstr ""
434
 
435
- #: source/class.wdtbrowsetable.php:261
436
  msgid "Unknown"
437
  msgstr ""
438
 
439
- #: source/class.wdtbrowsetable.php:371
440
  msgid "No wpDataTables in the system yet."
441
  msgstr "Nog geen wpDataTables in het systeem"
442
 
@@ -444,7 +444,7 @@ msgstr "Nog geen wpDataTables in het systeem"
444
  msgid "There was an error trying to fetch the table data: "
445
  msgstr ""
446
 
447
- #: source/class.wdtconfigcontroller.php:468
448
  #, fuzzy
449
  msgid "Table in data source has no rows."
450
  msgstr "Tabel invoer data bron mag niet leeg zijn"
@@ -592,9 +592,9 @@ msgstr ""
592
  msgid "Please select columns that you want to use in table"
593
  msgstr ""
594
 
595
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
596
- #: source/class.wpdatatable.php:2225
597
- #: templates/admin/table-settings/table_settings_block.inc.php:934
598
  msgid "Copy"
599
  msgstr ""
600
 
@@ -1305,13 +1305,13 @@ msgstr ""
1305
  msgid "You are mixing data types (several date axes and several number)"
1306
  msgstr ""
1307
 
1308
- #: source/class.wpdatatable.php:1827
1309
  msgid ""
1310
  "You are trying to load a table of an unknown type. Probably you did not "
1311
  "activate the addon which is required to use this table type."
1312
  msgstr ""
1313
 
1314
- #: source/class.wpdatatable.php:2054
1315
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1316
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1317
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1319,31 +1319,31 @@ msgstr ""
1319
  msgid "All"
1320
  msgstr "Alles"
1321
 
1322
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1323
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1324
  #, fuzzy
1325
  msgid "Columns"
1326
  msgstr "Kolom type"
1327
 
1328
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1329
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1330
  msgid "Print"
1331
  msgstr ""
1332
 
1333
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1334
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1335
  msgid "PDF"
1336
  msgstr ""
1337
 
1338
- #: source/class.wpdatatable.php:2171
1339
  msgid "Export"
1340
  msgstr ""
1341
 
1342
- #: source/class.wpdatatable.php:2249
1343
  msgid "Search table"
1344
  msgstr ""
1345
 
1346
- #: source/class.wpdatatable.php:2250
1347
  msgid "Showing _MENU_ Entries"
1348
  msgstr ""
1349
 
@@ -1362,7 +1362,7 @@ msgstr ""
1362
  msgid "if you have some questions or problems with the plugin."
1363
  msgstr "als je vragen of problemen hebt met deze plugin."
1364
 
1365
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1366
  msgid "wpDataTables Addons"
1367
  msgstr ""
1368
 
@@ -1376,12 +1376,12 @@ msgid ""
1376
  msgstr ""
1377
 
1378
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1379
- #: templates/admin/dashboard/dashboard.inc.php:558
1380
  msgid "Report Builder"
1381
  msgstr ""
1382
 
1383
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1384
- #: templates/admin/dashboard/dashboard.inc.php:562
1385
  msgid ""
1386
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1387
  "XLSX documents filled in with actual data from your database."
@@ -1407,7 +1407,7 @@ msgid "NEW"
1407
  msgstr ""
1408
 
1409
  #: templates/admin/addons/addons.inc.php:40
1410
- #: templates/admin/dashboard/dashboard.inc.php:505
1411
  msgid "Master Detail Tables for wpDataTables"
1412
  msgstr ""
1413
 
@@ -1428,7 +1428,7 @@ msgid "Learn more"
1428
  msgstr ""
1429
 
1430
  #: templates/admin/addons/addons.inc.php:67
1431
- #: templates/admin/dashboard/dashboard.inc.php:532
1432
  msgid "Powerful Filters for wpDataTables"
1433
  msgstr ""
1434
 
@@ -1440,24 +1440,24 @@ msgid ""
1440
  msgstr ""
1441
 
1442
  #: templates/admin/addons/addons.inc.php:120
1443
- #: templates/admin/dashboard/dashboard.inc.php:585
1444
  msgid "Formidable Forms integration for wpDataTables"
1445
  msgstr ""
1446
 
1447
  #: templates/admin/addons/addons.inc.php:123
1448
- #: templates/admin/dashboard/dashboard.inc.php:589
1449
  msgid ""
1450
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1451
  "create wpDataTables from Formidable Forms entries data."
1452
  msgstr ""
1453
 
1454
  #: templates/admin/addons/addons.inc.php:143
1455
- #: templates/admin/dashboard/dashboard.inc.php:611
1456
  msgid "Gravity Forms integration for wpDataTables"
1457
  msgstr ""
1458
 
1459
  #: templates/admin/addons/addons.inc.php:146
1460
- #: templates/admin/dashboard/dashboard.inc.php:615
1461
  msgid ""
1462
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1463
  "wpDataTables from Gravity Forms entries data."
@@ -2490,7 +2490,7 @@ msgstr ""
2490
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2491
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2492
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2493
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2494
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2495
  msgid "View Documentation"
2496
  msgstr ""
@@ -2721,113 +2721,154 @@ msgstr ""
2721
 
2722
  #: templates/admin/dashboard/dashboard.inc.php:340
2723
  msgid ""
2724
- "A major update with new table type, and a couple of bug fixes and stability "
2725
  "improvements:"
2726
  msgstr ""
2727
 
2728
  #: templates/admin/dashboard/dashboard.inc.php:345
2729
  msgid ""
2730
- "Feature: New table type - Create a simple table with any data, merged cells, "
2731
- "styling, star rating and a lot more."
2732
  msgstr ""
2733
 
2734
  #: templates/admin/dashboard/dashboard.inc.php:346
2735
- msgid "Feature: Added Slovenian translation"
2736
  msgstr ""
2737
 
2738
  #: templates/admin/dashboard/dashboard.inc.php:347
2739
- msgid "Improvement: Update French translation"
 
 
2740
  msgstr ""
2741
 
2742
  #: templates/admin/dashboard/dashboard.inc.php:348
2743
- msgid "Improvement: Added new color picker"
 
 
2744
  msgstr ""
2745
 
2746
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2747
  msgid "Other small bug fixes and stability improvements."
2748
  msgstr ""
2749
 
2750
- #: templates/admin/dashboard/dashboard.inc.php:361
2751
  msgid "Go Premium!"
2752
  msgstr ""
2753
 
2754
- #: templates/admin/dashboard/dashboard.inc.php:367
2755
  msgid "View Comparison"
2756
  msgstr ""
2757
 
2758
- #: templates/admin/dashboard/dashboard.inc.php:375
2759
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2760
  msgid ""
2761
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2762
  "of the powerful features."
2763
  msgstr ""
2764
 
2765
- #: templates/admin/dashboard/dashboard.inc.php:379
2766
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2767
  msgid "Create a table manually"
2768
  msgstr ""
2769
 
2770
- #: templates/admin/dashboard/dashboard.inc.php:382
2771
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2772
  msgid "Creating tables from Google Spreadsheet"
2773
  msgstr ""
2774
 
2775
- #: templates/admin/dashboard/dashboard.inc.php:385
2776
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2777
  msgid "Creating MySQL-based tables from database"
2778
  msgstr ""
2779
 
2780
- #: templates/admin/dashboard/dashboard.inc.php:388
2781
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2782
  msgid "Creating MySQL-based tables from Wordpress post types"
2783
  msgstr ""
2784
 
2785
- #: templates/admin/dashboard/dashboard.inc.php:391
2786
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2787
  #: templates/edit_table.inc.php:329
2788
  msgid "Advanced filtering"
2789
  msgstr ""
2790
 
2791
- #: templates/admin/dashboard/dashboard.inc.php:394
2792
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2793
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2794
  #: templates/edit_table.inc.php:282
2795
  msgid "Server-side processing"
2796
  msgstr "Server-side verwerking"
2797
 
2798
- #: templates/admin/dashboard/dashboard.inc.php:397
2799
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2800
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2801
  msgstr ""
2802
 
2803
- #: templates/admin/dashboard/dashboard.inc.php:400
2804
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2805
  msgid "Front-end table editing"
2806
  msgstr ""
2807
 
2808
- #: templates/admin/dashboard/dashboard.inc.php:403
2809
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2810
  msgid "Excel-like editing"
2811
  msgstr ""
2812
 
2813
- #: templates/admin/dashboard/dashboard.inc.php:406
2814
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2815
  msgid "Creating charts with Highcharts"
2816
  msgstr ""
2817
 
2818
- #: templates/admin/dashboard/dashboard.inc.php:409
2819
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2820
  msgid "Creating charts with Chart.js"
2821
  msgstr ""
2822
 
2823
- #: templates/admin/dashboard/dashboard.inc.php:412
2824
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2825
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2826
  #: templates/edit_table.inc.php:301
2827
  msgid "Responsive"
2828
  msgstr ""
2829
 
2830
- #: templates/admin/dashboard/dashboard.inc.php:415
2831
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2832
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2833
  #: templates/edit_table.inc.php:750
@@ -2835,38 +2876,38 @@ msgstr ""
2835
  msgid "Conditional formatting"
2836
  msgstr "Extra instellingen"
2837
 
2838
- #: templates/admin/dashboard/dashboard.inc.php:418
2839
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2840
  msgid "Calculating Tools"
2841
  msgstr ""
2842
 
2843
- #: templates/admin/dashboard/dashboard.inc.php:421
2844
  msgid "Formula columns"
2845
  msgstr ""
2846
 
2847
- #: templates/admin/dashboard/dashboard.inc.php:424
2848
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2849
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2850
  msgid "Placeholders"
2851
  msgstr ""
2852
 
2853
- #: templates/admin/dashboard/dashboard.inc.php:427
2854
  msgid "Premium support"
2855
  msgstr ""
2856
 
2857
- #: templates/admin/dashboard/dashboard.inc.php:431
2858
  msgid "Get Premium Today"
2859
  msgstr ""
2860
 
2861
- #: templates/admin/dashboard/dashboard.inc.php:438
2862
  msgid "News Blog"
2863
  msgstr ""
2864
 
2865
- #: templates/admin/dashboard/dashboard.inc.php:443
2866
  msgid "Checkout useful articles from wpdatatables.com"
2867
  msgstr ""
2868
 
2869
- #: templates/admin/dashboard/dashboard.inc.php:470
2870
  msgid ""
2871
  "Never miss notifications about new cool features, promotions,\n"
2872
  " giveaways or freebies – subscribe to our "
@@ -2874,48 +2915,48 @@ msgid ""
2874
  " about 1 message per month and never spam!"
2875
  msgstr ""
2876
 
2877
- #: templates/admin/dashboard/dashboard.inc.php:488
2878
  msgid "Premium "
2879
  msgstr ""
2880
 
2881
- #: templates/admin/dashboard/dashboard.inc.php:491
2882
  msgid ""
2883
  "While wpDataTables itself provides quite a large amount of features and "
2884
  "unlimited customisation, flexibility, you can achieve even more with our "
2885
  "premium addons.(requires wpDataTables Premium version)"
2886
  msgstr ""
2887
 
2888
- #: templates/admin/dashboard/dashboard.inc.php:509
2889
  msgid ""
2890
  "A wpDataTables addon which allows showing additional details for a specific "
2891
  "row in a popup or a separate page or post."
2892
  msgstr ""
2893
 
2894
- #: templates/admin/dashboard/dashboard.inc.php:515
2895
- #: templates/admin/dashboard/dashboard.inc.php:542
2896
- #: templates/admin/dashboard/dashboard.inc.php:568
2897
- #: templates/admin/dashboard/dashboard.inc.php:595
2898
- #: templates/admin/dashboard/dashboard.inc.php:621
2899
- #: templates/admin/dashboard/dashboard.inc.php:654
2900
  msgid "Learn More"
2901
  msgstr ""
2902
 
2903
- #: templates/admin/dashboard/dashboard.inc.php:536
2904
  msgid ""
2905
  "An add-on for wpDataTables that provides powerful filtering features: "
2906
  "cascade filtering, applying filters on button click, hide table before "
2907
  "filtering."
2908
  msgstr ""
2909
 
2910
- #: templates/admin/dashboard/dashboard.inc.php:632
2911
  msgid "Need free booking plugin?"
2912
  msgstr ""
2913
 
2914
- #: templates/admin/dashboard/dashboard.inc.php:641
2915
  msgid "Appointments and Events WordPress Booking Plugin"
2916
  msgstr ""
2917
 
2918
- #: templates/admin/dashboard/dashboard.inc.php:644
2919
  msgid ""
2920
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2921
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2926,15 +2967,15 @@ msgid ""
2926
  "each month."
2927
  msgstr ""
2928
 
2929
- #: templates/admin/dashboard/dashboard.inc.php:647
2930
  msgid "Rating: 4.3 - ‎68 reviews"
2931
  msgstr ""
2932
 
2933
- #: templates/admin/dashboard/dashboard.inc.php:650
2934
  msgid "Free Download"
2935
  msgstr ""
2936
 
2937
- #: templates/admin/dashboard/dashboard.inc.php:665
2938
  #: templates/admin/getting-started/getting_started.inc.php:184
2939
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2940
  #: templates/admin/support/support.inc.php:78
@@ -2943,7 +2984,7 @@ msgstr ""
2943
  msgid "Made by"
2944
  msgstr ""
2945
 
2946
- #: templates/admin/dashboard/dashboard.inc.php:673
2947
  #: templates/admin/getting-started/getting_started.inc.php:192
2948
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2949
  #: templates/admin/support/support.inc.php:45
@@ -2955,7 +2996,7 @@ msgstr ""
2955
  msgid "Documentation"
2956
  msgstr "wpDataTables documentatie"
2957
 
2958
- #: templates/admin/dashboard/dashboard.inc.php:677
2959
  #: templates/admin/getting-started/getting_started.inc.php:196
2960
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2961
  #: templates/admin/support/support.inc.php:24
@@ -3142,13 +3183,15 @@ msgstr ""
3142
 
3143
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3144
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3145
- #: templates/admin/table-settings/table_settings_block.inc.php:527
3146
- #: templates/admin/table-settings/table_settings_block.inc.php:535
3147
  msgid "Sorting"
3148
  msgstr ""
3149
 
3150
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3151
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3152
  msgid "Pagination"
3153
  msgstr ""
3154
 
@@ -3759,153 +3802,175 @@ msgstr ""
3759
  msgid "Pick the CSV delimiter"
3760
  msgstr ""
3761
 
3762
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3763
  #: templates/settings.inc.php:171
3764
  msgid "Tablet width"
3765
  msgstr "Tablet breedte"
3766
 
3767
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3768
  #: templates/settings.inc.php:175
3769
  msgid ""
3770
  "Here you can specify width of the screen (in pixels) that will be treated as "
3771
  "a tablet. You can set it wider if you want responsive effect on desktops."
3772
  msgstr ""
3773
 
3774
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3775
  #: templates/settings.inc.php:181
3776
  msgid "Mobile width"
3777
  msgstr "Mobiele breedte"
3778
 
3779
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3780
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3781
  msgstr ""
3782
 
3783
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3784
  #: templates/settings.inc.php:61
3785
  msgid "Tables per admin page"
3786
  msgstr "Tabellen per adminpagina"
3787
 
3788
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3789
  #, fuzzy
3790
  msgid "How many tables to show in the browse page."
3791
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3792
 
3793
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3794
  #, fuzzy
3795
  msgid "Align numbers"
3796
  msgstr "Sorteer nummers aan de rechter kant"
3797
 
3798
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3799
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3800
  msgstr ""
3801
 
3802
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3803
  #: templates/settings.inc.php:161
3804
  msgid "Align numbers to the right"
3805
  msgstr ""
3806
 
3807
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3808
  msgid "Sum functions label"
3809
  msgstr ""
3810
 
3811
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3812
  msgid ""
3813
  "Enter a label that will be used for Sum functions. If you leave it blank "
3814
  "default label will be Σ ="
3815
  msgstr ""
3816
 
3817
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3818
  msgid "Average functions label"
3819
  msgstr ""
3820
 
3821
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3822
  msgid ""
3823
  "Enter a label that will be used for Average functions. If you leave it blank "
3824
  "default label will be Avg ="
3825
  msgstr ""
3826
 
3827
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3828
  msgid "Minimum functions label"
3829
  msgstr ""
3830
 
3831
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3832
  msgid ""
3833
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3834
  "default label will be Min ="
3835
  msgstr ""
3836
 
3837
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3838
  msgid "Maximum functions label"
3839
  msgstr ""
3840
 
3841
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3842
  msgid ""
3843
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3844
  "default label will be Max ="
3845
  msgstr ""
3846
 
3847
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3848
  msgid "Include full bootstrap front-end"
3849
  msgstr ""
3850
 
3851
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3852
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3853
  msgid ""
3854
  "It is recommended to uncheck this option if bootstrap.js is already included "
3855
  "in one of the theme files. Unchecked option means that there is still "
3856
  "bootstrap.js included just in noconflict mode which should prevent errors."
3857
  msgstr ""
3858
 
3859
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3860
  msgid "Include full bootstrap.js on the front-end"
3861
  msgstr ""
3862
 
3863
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3864
  msgid "Include full bootstrap back-end"
3865
  msgstr ""
3866
 
3867
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3868
  msgid "Include full bootstrap.js on the back-end"
3869
  msgstr ""
3870
 
3871
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3872
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3873
  #: templates/settings.inc.php:32
3874
  msgid "Show plugin credentials below tables"
3875
  msgstr ""
3876
 
3877
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3878
  #: templates/settings.inc.php:32
3879
  msgid ""
3880
  "If you want to support our project, please, keep this checkbox as checked"
3881
  msgstr ""
3882
 
3883
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3884
  msgid "Prevent deleting tables in database"
3885
  msgstr ""
3886
 
3887
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3888
  msgid ""
3889
  "It is recommended to leave this option as checked if you what to keep your "
3890
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3891
  "this option, it will be deleted all tables in database after deleting plugin"
3892
  msgstr ""
3893
 
3894
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3895
  msgid ""
3896
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3897
  msgstr ""
3898
 
3899
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3900
  msgid "Remove Getting Started page"
3901
  msgstr ""
3902
 
3903
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3904
  msgid ""
3905
  "Check this option if you want to remove Getting Started page from admin menu."
3906
  msgstr ""
3907
 
3908
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3909
  msgid "Remove \"Getting Started\" page from admin menu."
3910
  msgstr ""
3911
 
@@ -4647,16 +4712,6 @@ msgstr "Standaard sortering kolom"
4647
  msgid "Choose whether to sort ascending or descending by default."
4648
  msgstr ""
4649
 
4650
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4651
- #: templates/edit_table.inc.php:663
4652
- msgid "Ascending"
4653
- msgstr "Oplopend"
4654
-
4655
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4656
- #: templates/edit_table.inc.php:665
4657
- msgid "Descending"
4658
- msgstr "Aflopend"
4659
-
4660
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4661
  msgid "Add a filter for this column"
4662
  msgstr ""
@@ -5406,7 +5461,7 @@ msgid "Sorting and filtering"
5406
  msgstr "Geavanceerde filtering"
5407
 
5408
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5409
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5410
  #, fuzzy
5411
  msgid "Table Tools"
5412
  msgstr "Tabel tools"
@@ -5599,170 +5654,233 @@ msgid ""
5599
  "be on to use word wrapping."
5600
  msgstr ""
5601
 
5602
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5603
  #, fuzzy
5604
  msgid "Advanced column filters"
5605
  msgstr "Geavanceerde filtering"
5606
 
5607
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5608
  #, fuzzy
5609
  msgid "Advanced filter"
5610
  msgstr "Geavanceerde filtering"
5611
 
5612
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5613
  msgid ""
5614
  "Enable to show an advanced filter for each of the columns, filters can be "
5615
  "shown in table footer, header or in a separate form."
5616
  msgstr ""
5617
 
5618
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5619
  #, fuzzy
5620
  msgid "Enable advanced column filters"
5621
  msgstr "Render geavanceerd filter"
5622
 
5623
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5624
  msgid ""
5625
  "If this is enabled, each column header will be clickable; clicking will sort "
5626
  "the whole table by the content of this column cells ascending or descending."
5627
  msgstr ""
5628
 
5629
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5630
  #, fuzzy
5631
  msgid "Allow sorting for the table"
5632
  msgstr "Onder de grafiek/diagram"
5633
 
5634
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5635
  msgid "Main search block"
5636
  msgstr ""
5637
 
5638
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5639
  msgid "Global search"
5640
  msgstr ""
5641
 
5642
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5643
  msgid ""
5644
  "If this is enabled, a search block will be displayed on the top right of the "
5645
  "table, allowing to search through whole table with a single input."
5646
  msgstr ""
5647
 
5648
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5649
  msgid "Enable search block"
5650
  msgstr ""
5651
 
5652
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5653
  #, fuzzy
5654
  msgid "Filters in a form"
5655
  msgstr "Filter in formulier"
5656
 
5657
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5658
  #: templates/edit_table.inc.php:340
5659
  msgid "Filter in form"
5660
  msgstr "Filter in formulier"
5661
 
5662
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5663
  msgid ""
5664
  "Enable to show the advanced column filter in a form above the table, instead "
5665
  "of showing in the table footer/header."
5666
  msgstr ""
5667
 
5668
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5669
  msgid "Show filters in a form above the table"
5670
  msgstr ""
5671
 
5672
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5673
  #, fuzzy
5674
  msgid "Clear filters button"
5675
  msgstr "Leeg filters"
5676
 
5677
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5678
  #: templates/frontend/filter_form.inc.php:32
5679
  msgid "Clear filters"
5680
  msgstr "Leeg filters"
5681
 
5682
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5683
  msgid "Enable to show the clear filters button."
5684
  msgstr ""
5685
 
5686
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5687
  msgid ""
5688
  "If filter in form is enabled, clear button will be rendered after the last "
5689
  "filter."
5690
  msgstr ""
5691
 
5692
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5693
  msgid ""
5694
  "Otherwise, clear filter button will be rendered above the table next to "
5695
  "\"Table Tools\" buttons."
5696
  msgstr ""
5697
 
5698
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5699
  #, fuzzy
5700
  msgid "Show clear filters button"
5701
  msgstr "Leeg filters"
5702
 
5703
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5704
  #, fuzzy
5705
  msgid "Allow editing"
5706
  msgstr "Front-end aanpassen"
5707
 
5708
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5709
  #: templates/edit_table.inc.php:180
5710
  msgid "Front-end editing"
5711
  msgstr "Front-end aanpassen"
5712
 
5713
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5714
  #, fuzzy
5715
  msgid "Allow editing the table from the front-end."
5716
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
5717
 
5718
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5719
  #, fuzzy
5720
  msgid "Allow front-end editing"
5721
  msgstr "Front-end aanpassen"
5722
 
5723
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5724
  msgid "Popover edit block"
5725
  msgstr ""
5726
 
5727
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5728
  #: templates/edit_table.inc.php:232
5729
  msgid "Popover tools"
5730
  msgstr ""
5731
 
5732
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5733
  msgid ""
5734
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5735
  "popover when you click on any row, instead of Table Tools block above the "
5736
  "table."
5737
  msgstr ""
5738
 
5739
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5740
  msgid "Editing buttons in a popover"
5741
  msgstr ""
5742
 
5743
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5744
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5745
  #, fuzzy
5746
  msgid "In-line editing"
5747
  msgstr "Front-end aanpassen"
5748
 
5749
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5750
  msgid ""
5751
  "If this is enabled, front-end users will be able to edit cells by double-"
5752
  "clicking them, not only with the editor dialog."
5753
  msgstr ""
5754
 
5755
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5756
  #, fuzzy
5757
  msgid "Allow in-line editing"
5758
  msgstr "Front-end aanpassen"
5759
 
5760
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5761
  #: templates/edit_table.inc.php:192
5762
  msgid "MySQL table name for editing"
5763
  msgstr "MySQL tabel naam voor aanpassen"
5764
 
5765
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5766
  #, fuzzy
5767
  msgid ""
5768
  "Name of the MySQL table which will be updated when edited from front-end."
@@ -5770,18 +5888,18 @@ msgstr ""
5770
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
5771
  "front-end"
5772
 
5773
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5774
  #, fuzzy
5775
  msgid "MySQL table name"
5776
  msgstr "MySQL database naam"
5777
 
5778
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5779
  #: templates/edit_table.inc.php:203
5780
  #, fuzzy
5781
  msgid "ID column for editing"
5782
  msgstr "MySQL tabel naam voor aanpassen"
5783
 
5784
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5785
  msgid ""
5786
  "Choose the column values from which will be used as row identifiers. MUST be "
5787
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5789,12 +5907,12 @@ msgid ""
5789
  "\"id\" or \"ID\" on MySQL side."
5790
  msgstr ""
5791
 
5792
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5793
  #: templates/edit_table.inc.php:267
5794
  msgid "Editor roles"
5795
  msgstr "Editor rollen"
5796
 
5797
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5798
  #, fuzzy
5799
  msgid ""
5800
  "If you want only specific user roles to be able to edit the table, choose in "
@@ -5803,133 +5921,133 @@ msgstr ""
5803
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
5804
  "aanpassingen kan doen)"
5805
 
5806
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5807
  msgid "Everyone"
5808
  msgstr ""
5809
 
5810
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5811
  msgid "Administrators"
5812
  msgstr ""
5813
 
5814
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5815
  msgid "Editors"
5816
  msgstr ""
5817
 
5818
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5819
  msgid "Authors"
5820
  msgstr ""
5821
 
5822
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5823
  msgid "Contributors"
5824
  msgstr ""
5825
 
5826
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5827
  msgid "Subscribers"
5828
  msgstr ""
5829
 
5830
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5831
  msgid "Users see and edit only own data"
5832
  msgstr ""
5833
 
5834
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5835
  msgid "Users see and edit only their own data"
5836
  msgstr ""
5837
 
5838
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5839
  msgid ""
5840
  "If this is enabled, users will see and edit only the rows that are related "
5841
  "to them or were created by them (associated using the User ID column)."
5842
  msgstr ""
5843
 
5844
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5845
  msgid "Limit editing to own data only"
5846
  msgstr ""
5847
 
5848
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5849
  #: templates/edit_table.inc.php:250
5850
  #, fuzzy
5851
  msgid "User ID column"
5852
  msgstr "ID kolom"
5853
 
5854
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5855
  msgid ""
5856
  "Choose the column values from which will be used as User identifiers. "
5857
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5858
  "an integer on MySQL side."
5859
  msgstr ""
5860
 
5861
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5862
  #: templates/edit_table.inc.php:350
5863
  msgid "Table tools"
5864
  msgstr "Tabel tools"
5865
 
5866
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5867
  msgid ""
5868
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5869
  msgstr ""
5870
 
5871
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5872
  #, fuzzy
5873
  msgid "Enable Table Tools"
5874
  msgstr "Tabel tools"
5875
 
5876
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5877
  msgid "Buttons"
5878
  msgstr ""
5879
 
5880
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5881
  msgid "Choose which buttons to show in the Table Tools block."
5882
  msgstr ""
5883
 
5884
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5885
  #, fuzzy
5886
  msgid "Columns visibility"
5887
  msgstr "Kolom type"
5888
 
5889
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5890
  msgid ""
5891
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5892
  "that will be replaced with some actual values at the execution time; usually "
5893
  "this is used for MySQL queries."
5894
  msgstr ""
5895
 
5896
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5897
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5898
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5899
  msgid ""
5900
  "This placeholder will be replaced with any value that you will provide in a "
5901
  "shortcode. Provide a default value here that will be used for table "
5902
  "generation and when a different one is not defined in the shortcode."
5903
  msgstr ""
5904
 
5905
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5906
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5907
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5908
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5909
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5910
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5911
  msgid "Default for table generation"
5912
  msgstr ""
5913
 
5914
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5915
  msgid ""
5916
  "This placeholder will be replaced with the ID of currently logged in user. "
5917
  "Provide a value here to be used for table generation"
5918
  msgstr ""
5919
 
5920
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
5921
  msgid ""
5922
  "This placeholder will be replaced with the login of currently logged in "
5923
  "user. Provide a value here to be used for table generation"
5924
  msgstr ""
5925
 
5926
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
5927
  msgid ""
5928
  "This placeholder will be replaced with the current prefix of WordPress "
5929
  "database. Provide a value here to be used for table generation"
5930
  msgstr ""
5931
 
5932
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
5933
  msgid ""
5934
  "This placeholder will be replaced with the ID of current post. Provide a "
5935
  "value here to be used for table generation"
@@ -5951,7 +6069,7 @@ msgstr ""
5951
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5952
  msgid ""
5953
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5954
- "with tables, charts and data management easy. 30,000+ companies."
5955
  msgstr ""
5956
 
5957
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -6977,6 +7095,30 @@ msgstr ""
6977
  msgid "There was a problem saving your settings"
6978
  msgstr "Er was een probleem bij het opslaan van je instellingen"
6979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6980
  #, fuzzy
6981
  #~ msgid "Bad request format."
6982
  #~ msgstr "Datum format"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:25+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:25+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
157
  msgid "Go Premium"
158
  msgstr ""
159
 
160
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
161
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
162
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
163
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
164
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
165
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
166
+ #: controllers/wdt_admin.php:839
167
  msgid "You do not have sufficient permissions to access this page."
168
  msgstr "Je hebt niet voldoende permissies om de pagina te laden."
169
 
170
+ #: controllers/wdt_functions.php:471
171
  #, fuzzy
172
  msgid "wpDataChart with provided ID not found!"
173
  msgstr "wpDataTable met geleverde ID niet gevonden!"
174
 
175
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
176
  msgid "wpDataTable with provided ID not found!"
177
  msgstr "wpDataTable met geleverde ID niet gevonden!"
178
 
179
+ #: controllers/wdt_functions.php:598
180
  msgid "Provided column is not Integer or Float column type"
181
  msgstr ""
182
 
183
+ #: controllers/wdt_functions.php:815
184
  #, fuzzy
185
  msgid "Choose a table"
186
  msgstr "Kies rollen"
187
 
188
+ #: controllers/wdt_functions.php:847
189
  msgid "Interactive Responsive Table"
190
  msgstr ""
191
 
192
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
193
  msgid "Content"
194
  msgstr ""
195
 
196
+ #: controllers/wdt_functions.php:854
197
  #, fuzzy
198
  msgid "wpDataTable"
199
  msgstr "wpDataTable aanpassen"
200
 
201
+ #: controllers/wdt_functions.php:858
202
  msgid "Choose the wpDataTable from a dropdown"
203
  msgstr ""
204
 
205
+ #: controllers/wdt_functions.php:863
206
  #, fuzzy
207
  msgid "Table view"
208
  msgstr "Tabel titel"
209
 
210
+ #: controllers/wdt_functions.php:867
211
  #, fuzzy
212
  msgid "Regular wpDataTable"
213
  msgstr "Gebruik in wpDataTable"
214
 
215
+ #: controllers/wdt_functions.php:869
216
  #, fuzzy
217
  msgid "Excel-like table"
218
  msgstr "Excel bestand"
219
 
220
+ #: controllers/wdt_functions.php:875
221
  msgid "Variable placeholder #1"
222
  msgstr ""
223
 
224
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
225
+ #: controllers/wdt_functions.php:894
226
  msgid "Variables"
227
  msgstr ""
228
 
229
+ #: controllers/wdt_functions.php:879
230
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
231
  msgstr ""
232
 
233
+ #: controllers/wdt_functions.php:883
234
  msgid "Variable placeholder #2"
235
  msgstr ""
236
 
237
+ #: controllers/wdt_functions.php:887
238
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
239
  msgstr ""
240
 
241
+ #: controllers/wdt_functions.php:891
242
  msgid "Variable placeholder #3"
243
  msgstr ""
244
 
245
+ #: controllers/wdt_functions.php:895
246
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
247
  msgstr ""
248
 
249
+ #: controllers/wdt_functions.php:908
250
  msgid "Google or Highcharts chart based on a wpDataTable"
251
  msgstr ""
252
 
253
+ #: controllers/wdt_functions.php:915
254
  msgid "wpDataChart"
255
  msgstr ""
256
 
257
+ #: controllers/wdt_functions.php:919
258
  msgid "Choose one of wpDataCharts from the list"
259
  msgstr ""
260
 
271
  "placeholders and also for Export file name."
272
  msgstr ""
273
 
274
+ #: source/class.wdtbrowsechartstable.php:141
275
+ #: source/class.wdtbrowsetable.php:168
276
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
277
  #: templates/admin/dashboard/dashboard.inc.php:153
278
  #: templates/admin/dashboard/dashboard.inc.php:222
280
  msgid "Click to copy shortcode"
281
  msgstr "Klik om te openen"
282
 
283
+ #: source/class.wdtbrowsechartstable.php:150
284
+ #: source/class.wdtbrowsetable.php:179
285
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
286
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
287
  msgid "Duplicate"
288
  msgstr "Dubbel"
289
 
290
+ #: source/class.wdtbrowsechartstable.php:156
291
+ #: source/class.wdtbrowsetable.php:185
292
  #: templates/admin/dashboard/dashboard.inc.php:261
293
  msgid "Configure"
294
  msgstr ""
295
 
296
+ #: source/class.wdtbrowsechartstable.php:162
297
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
298
  #: templates/admin/browse/bulk_actions.inc.php:14
299
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
300
  msgid "Delete"
301
  msgstr "Verwijderen"
302
 
303
+ #: source/class.wdtbrowsechartstable.php:217
304
+ #: source/class.wdtbrowsechartstable.php:226
305
  #, fuzzy
306
  msgid "Column Chart"
307
  msgstr "Kolomgrafiek"
308
 
309
+ #: source/class.wdtbrowsechartstable.php:220
310
+ #: source/class.wdtbrowsechartstable.php:244
311
  #, fuzzy
312
  msgid "Line Chart"
313
  msgstr "Lijngrafiek"
314
 
315
+ #: source/class.wdtbrowsechartstable.php:223
316
+ #: source/class.wdtbrowsechartstable.php:247
317
  #, fuzzy
318
  msgid "Pie Chart"
319
  msgstr "Taartdiagram"
320
 
321
+ #: source/class.wdtbrowsechartstable.php:229
322
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
323
  #: templates/chart_wizard.inc.php:91
324
  msgid "Histogram"
325
  msgstr ""
326
 
327
+ #: source/class.wdtbrowsechartstable.php:232
328
  #, fuzzy
329
  msgid "Bar Chart"
330
  msgstr "Staafgrafiek"
331
 
332
+ #: source/class.wdtbrowsechartstable.php:235
333
  #, fuzzy
334
  msgid "Stacked Bar Chart"
335
  msgstr "Staafgrafiek"
336
 
337
+ #: source/class.wdtbrowsechartstable.php:238
338
  #, fuzzy
339
  msgid "Area Chart"
340
  msgstr "Omgevingsgrafiek"
341
 
342
+ #: source/class.wdtbrowsechartstable.php:241
343
  #, fuzzy
344
  msgid "Stepped Area Chart"
345
  msgstr "Omgevingsgrafiek"
346
 
347
+ #: source/class.wdtbrowsechartstable.php:250
348
  msgid "Bubble Chart"
349
  msgstr ""
350
 
351
+ #: source/class.wdtbrowsechartstable.php:253
352
  #, fuzzy
353
  msgid "Donut Chart"
354
  msgstr "Geen grafiek"
355
 
356
+ #: source/class.wdtbrowsechartstable.php:256
357
  #, fuzzy
358
  msgid "Gauge Chart"
359
  msgstr "Staafgrafiek"
360
 
361
+ #: source/class.wdtbrowsechartstable.php:259
362
  #, fuzzy
363
  msgid "Scatter Chart"
364
  msgstr "Staafgrafiek"
365
 
366
+ #: source/class.wdtbrowsechartstable.php:262
367
  msgid "Candlestick Chart"
368
  msgstr ""
369
 
370
+ #: source/class.wdtbrowsechartstable.php:265
371
  msgid "Waterfall Chart"
372
  msgstr ""
373
 
374
+ #: source/class.wdtbrowsechartstable.php:278
375
  msgid "Google"
376
  msgstr ""
377
 
378
+ #: source/class.wdtbrowsechartstable.php:345
379
+ #: source/class.wdtbrowsetable.php:298
380
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
381
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
382
  msgid "Select All"
383
  msgstr ""
384
 
385
+ #: source/class.wdtbrowsechartstable.php:398
386
  #, fuzzy
387
  msgid "No wpDataCharts in the system yet."
388
  msgstr "Nog geen wpDataTables in het systeem"
389
 
390
+ #: source/class.wdtbrowsetable.php:231
391
  #, fuzzy
392
  msgid "MySQL"
393
  msgstr "MySQL host"
394
 
395
+ #: source/class.wdtbrowsetable.php:234
396
  msgid "Manual"
397
  msgstr ""
398
 
399
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
400
+ #: source/class.wpdatatable.php:2268
401
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
402
  #, fuzzy
403
  msgid "Excel"
404
  msgstr "Excel bestand"
405
 
406
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
407
+ #: source/class.wpdatatable.php:2278
408
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
409
  msgid "CSV"
410
  msgstr ""
411
 
412
+ #: source/class.wdtbrowsetable.php:243
413
  msgid "XML"
414
  msgstr ""
415
 
416
+ #: source/class.wdtbrowsetable.php:246
417
  #, fuzzy
418
  msgid "JSON"
419
  msgstr "JSON bestand"
420
 
421
+ #: source/class.wdtbrowsetable.php:249
422
  #: templates/admin/table-settings/table_settings_block.inc.php:111
423
  #: templates/edit_table.inc.php:91
424
  msgid "Serialized PHP array"
425
  msgstr "Serialized PHP array"
426
 
427
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
428
  msgid "Google spreadsheet"
429
  msgstr ""
430
 
431
+ #: source/class.wdtbrowsetable.php:255
432
  msgid "Simple"
433
  msgstr ""
434
 
435
+ #: source/class.wdtbrowsetable.php:262
436
  msgid "Unknown"
437
  msgstr ""
438
 
439
+ #: source/class.wdtbrowsetable.php:373
440
  msgid "No wpDataTables in the system yet."
441
  msgstr "Nog geen wpDataTables in het systeem"
442
 
444
  msgid "There was an error trying to fetch the table data: "
445
  msgstr ""
446
 
447
+ #: source/class.wdtconfigcontroller.php:477
448
  #, fuzzy
449
  msgid "Table in data source has no rows."
450
  msgstr "Tabel invoer data bron mag niet leeg zijn"
592
  msgid "Please select columns that you want to use in table"
593
  msgstr ""
594
 
595
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
596
+ #: source/class.wpdatatable.php:2288
597
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
598
  msgid "Copy"
599
  msgstr ""
600
 
1305
  msgid "You are mixing data types (several date axes and several number)"
1306
  msgstr ""
1307
 
1308
+ #: source/class.wpdatatable.php:1877
1309
  msgid ""
1310
  "You are trying to load a table of an unknown type. Probably you did not "
1311
  "activate the addon which is required to use this table type."
1312
  msgstr ""
1313
 
1314
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1315
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1316
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1317
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1319
  msgid "All"
1320
  msgstr "Alles"
1321
 
1322
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1323
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1324
  #, fuzzy
1325
  msgid "Columns"
1326
  msgstr "Kolom type"
1327
 
1328
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1329
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1330
  msgid "Print"
1331
  msgstr ""
1332
 
1333
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1334
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1335
  msgid "PDF"
1336
  msgstr ""
1337
 
1338
+ #: source/class.wpdatatable.php:2234
1339
  msgid "Export"
1340
  msgstr ""
1341
 
1342
+ #: source/class.wpdatatable.php:2312
1343
  msgid "Search table"
1344
  msgstr ""
1345
 
1346
+ #: source/class.wpdatatable.php:2313
1347
  msgid "Showing _MENU_ Entries"
1348
  msgstr ""
1349
 
1362
  msgid "if you have some questions or problems with the plugin."
1363
  msgstr "als je vragen of problemen hebt met deze plugin."
1364
 
1365
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1366
  msgid "wpDataTables Addons"
1367
  msgstr ""
1368
 
1376
  msgstr ""
1377
 
1378
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1379
+ #: templates/admin/dashboard/dashboard.inc.php:565
1380
  msgid "Report Builder"
1381
  msgstr ""
1382
 
1383
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1384
+ #: templates/admin/dashboard/dashboard.inc.php:569
1385
  msgid ""
1386
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1387
  "XLSX documents filled in with actual data from your database."
1407
  msgstr ""
1408
 
1409
  #: templates/admin/addons/addons.inc.php:40
1410
+ #: templates/admin/dashboard/dashboard.inc.php:512
1411
  msgid "Master Detail Tables for wpDataTables"
1412
  msgstr ""
1413
 
1428
  msgstr ""
1429
 
1430
  #: templates/admin/addons/addons.inc.php:67
1431
+ #: templates/admin/dashboard/dashboard.inc.php:539
1432
  msgid "Powerful Filters for wpDataTables"
1433
  msgstr ""
1434
 
1440
  msgstr ""
1441
 
1442
  #: templates/admin/addons/addons.inc.php:120
1443
+ #: templates/admin/dashboard/dashboard.inc.php:592
1444
  msgid "Formidable Forms integration for wpDataTables"
1445
  msgstr ""
1446
 
1447
  #: templates/admin/addons/addons.inc.php:123
1448
+ #: templates/admin/dashboard/dashboard.inc.php:596
1449
  msgid ""
1450
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1451
  "create wpDataTables from Formidable Forms entries data."
1452
  msgstr ""
1453
 
1454
  #: templates/admin/addons/addons.inc.php:143
1455
+ #: templates/admin/dashboard/dashboard.inc.php:618
1456
  msgid "Gravity Forms integration for wpDataTables"
1457
  msgstr ""
1458
 
1459
  #: templates/admin/addons/addons.inc.php:146
1460
+ #: templates/admin/dashboard/dashboard.inc.php:622
1461
  msgid ""
1462
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1463
  "wpDataTables from Gravity Forms entries data."
2490
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2491
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2492
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2493
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2494
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2495
  msgid "View Documentation"
2496
  msgstr ""
2721
 
2722
  #: templates/admin/dashboard/dashboard.inc.php:340
2723
  msgid ""
2724
+ "A major update with a couple of new features, bug fixes and stability "
2725
  "improvements:"
2726
  msgstr ""
2727
 
2728
  #: templates/admin/dashboard/dashboard.inc.php:345
2729
  msgid ""
2730
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2731
+ "tables and charts."
2732
  msgstr ""
2733
 
2734
  #: templates/admin/dashboard/dashboard.inc.php:346
2735
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2736
  msgstr ""
2737
 
2738
  #: templates/admin/dashboard/dashboard.inc.php:347
2739
+ msgid ""
2740
+ "<strong>Feature:</strong> New option to set pagination position for each "
2741
+ "table.(Right, center and left)"
2742
  msgstr ""
2743
 
2744
  #: templates/admin/dashboard/dashboard.inc.php:348
2745
+ msgid ""
2746
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2747
+ "(Six different layouts)"
2748
  msgstr ""
2749
 
2750
  #: templates/admin/dashboard/dashboard.inc.php:349
2751
+ msgid ""
2752
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2753
+ "pages."
2754
+ msgstr ""
2755
+
2756
+ #: templates/admin/dashboard/dashboard.inc.php:350
2757
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2758
+ msgstr ""
2759
+
2760
+ #: templates/admin/dashboard/dashboard.inc.php:351
2761
+ msgid ""
2762
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2763
+ "Explorer browser."
2764
+ msgstr ""
2765
+
2766
+ #: templates/admin/dashboard/dashboard.inc.php:352
2767
+ msgid ""
2768
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2769
+ "pages"
2770
+ msgstr ""
2771
+
2772
+ #: templates/admin/dashboard/dashboard.inc.php:353
2773
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2774
+ msgstr ""
2775
+
2776
+ #: templates/admin/dashboard/dashboard.inc.php:354
2777
+ msgid ""
2778
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2779
+ "area"
2780
+ msgstr ""
2781
+
2782
+ #: templates/admin/dashboard/dashboard.inc.php:355
2783
+ msgid ""
2784
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2785
+ msgstr ""
2786
+
2787
+ #: templates/admin/dashboard/dashboard.inc.php:356
2788
  msgid "Other small bug fixes and stability improvements."
2789
  msgstr ""
2790
 
2791
+ #: templates/admin/dashboard/dashboard.inc.php:368
2792
  msgid "Go Premium!"
2793
  msgstr ""
2794
 
2795
+ #: templates/admin/dashboard/dashboard.inc.php:374
2796
  msgid "View Comparison"
2797
  msgstr ""
2798
 
2799
+ #: templates/admin/dashboard/dashboard.inc.php:382
2800
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2801
  msgid ""
2802
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2803
  "of the powerful features."
2804
  msgstr ""
2805
 
2806
+ #: templates/admin/dashboard/dashboard.inc.php:386
2807
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2808
  msgid "Create a table manually"
2809
  msgstr ""
2810
 
2811
+ #: templates/admin/dashboard/dashboard.inc.php:389
2812
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2813
  msgid "Creating tables from Google Spreadsheet"
2814
  msgstr ""
2815
 
2816
+ #: templates/admin/dashboard/dashboard.inc.php:392
2817
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2818
  msgid "Creating MySQL-based tables from database"
2819
  msgstr ""
2820
 
2821
+ #: templates/admin/dashboard/dashboard.inc.php:395
2822
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2823
  msgid "Creating MySQL-based tables from Wordpress post types"
2824
  msgstr ""
2825
 
2826
+ #: templates/admin/dashboard/dashboard.inc.php:398
2827
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2828
  #: templates/edit_table.inc.php:329
2829
  msgid "Advanced filtering"
2830
  msgstr ""
2831
 
2832
+ #: templates/admin/dashboard/dashboard.inc.php:401
2833
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2834
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2835
  #: templates/edit_table.inc.php:282
2836
  msgid "Server-side processing"
2837
  msgstr "Server-side verwerking"
2838
 
2839
+ #: templates/admin/dashboard/dashboard.inc.php:404
2840
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2841
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2842
  msgstr ""
2843
 
2844
+ #: templates/admin/dashboard/dashboard.inc.php:407
2845
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2846
  msgid "Front-end table editing"
2847
  msgstr ""
2848
 
2849
+ #: templates/admin/dashboard/dashboard.inc.php:410
2850
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2851
  msgid "Excel-like editing"
2852
  msgstr ""
2853
 
2854
+ #: templates/admin/dashboard/dashboard.inc.php:413
2855
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2856
  msgid "Creating charts with Highcharts"
2857
  msgstr ""
2858
 
2859
+ #: templates/admin/dashboard/dashboard.inc.php:416
2860
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2861
  msgid "Creating charts with Chart.js"
2862
  msgstr ""
2863
 
2864
+ #: templates/admin/dashboard/dashboard.inc.php:419
2865
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2866
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2867
  #: templates/edit_table.inc.php:301
2868
  msgid "Responsive"
2869
  msgstr ""
2870
 
2871
+ #: templates/admin/dashboard/dashboard.inc.php:422
2872
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2873
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2874
  #: templates/edit_table.inc.php:750
2876
  msgid "Conditional formatting"
2877
  msgstr "Extra instellingen"
2878
 
2879
+ #: templates/admin/dashboard/dashboard.inc.php:425
2880
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2881
  msgid "Calculating Tools"
2882
  msgstr ""
2883
 
2884
+ #: templates/admin/dashboard/dashboard.inc.php:428
2885
  msgid "Formula columns"
2886
  msgstr ""
2887
 
2888
+ #: templates/admin/dashboard/dashboard.inc.php:431
2889
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2890
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2891
  msgid "Placeholders"
2892
  msgstr ""
2893
 
2894
+ #: templates/admin/dashboard/dashboard.inc.php:434
2895
  msgid "Premium support"
2896
  msgstr ""
2897
 
2898
+ #: templates/admin/dashboard/dashboard.inc.php:438
2899
  msgid "Get Premium Today"
2900
  msgstr ""
2901
 
2902
+ #: templates/admin/dashboard/dashboard.inc.php:445
2903
  msgid "News Blog"
2904
  msgstr ""
2905
 
2906
+ #: templates/admin/dashboard/dashboard.inc.php:450
2907
  msgid "Checkout useful articles from wpdatatables.com"
2908
  msgstr ""
2909
 
2910
+ #: templates/admin/dashboard/dashboard.inc.php:477
2911
  msgid ""
2912
  "Never miss notifications about new cool features, promotions,\n"
2913
  " giveaways or freebies – subscribe to our "
2915
  " about 1 message per month and never spam!"
2916
  msgstr ""
2917
 
2918
+ #: templates/admin/dashboard/dashboard.inc.php:495
2919
  msgid "Premium "
2920
  msgstr ""
2921
 
2922
+ #: templates/admin/dashboard/dashboard.inc.php:498
2923
  msgid ""
2924
  "While wpDataTables itself provides quite a large amount of features and "
2925
  "unlimited customisation, flexibility, you can achieve even more with our "
2926
  "premium addons.(requires wpDataTables Premium version)"
2927
  msgstr ""
2928
 
2929
+ #: templates/admin/dashboard/dashboard.inc.php:516
2930
  msgid ""
2931
  "A wpDataTables addon which allows showing additional details for a specific "
2932
  "row in a popup or a separate page or post."
2933
  msgstr ""
2934
 
2935
+ #: templates/admin/dashboard/dashboard.inc.php:522
2936
+ #: templates/admin/dashboard/dashboard.inc.php:549
2937
+ #: templates/admin/dashboard/dashboard.inc.php:575
2938
+ #: templates/admin/dashboard/dashboard.inc.php:602
2939
+ #: templates/admin/dashboard/dashboard.inc.php:628
2940
+ #: templates/admin/dashboard/dashboard.inc.php:661
2941
  msgid "Learn More"
2942
  msgstr ""
2943
 
2944
+ #: templates/admin/dashboard/dashboard.inc.php:543
2945
  msgid ""
2946
  "An add-on for wpDataTables that provides powerful filtering features: "
2947
  "cascade filtering, applying filters on button click, hide table before "
2948
  "filtering."
2949
  msgstr ""
2950
 
2951
+ #: templates/admin/dashboard/dashboard.inc.php:639
2952
  msgid "Need free booking plugin?"
2953
  msgstr ""
2954
 
2955
+ #: templates/admin/dashboard/dashboard.inc.php:648
2956
  msgid "Appointments and Events WordPress Booking Plugin"
2957
  msgstr ""
2958
 
2959
+ #: templates/admin/dashboard/dashboard.inc.php:651
2960
  msgid ""
2961
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2962
  "set up a fully-featured automated booking system on your WordPress website "
2967
  "each month."
2968
  msgstr ""
2969
 
2970
+ #: templates/admin/dashboard/dashboard.inc.php:654
2971
  msgid "Rating: 4.3 - ‎68 reviews"
2972
  msgstr ""
2973
 
2974
+ #: templates/admin/dashboard/dashboard.inc.php:657
2975
  msgid "Free Download"
2976
  msgstr ""
2977
 
2978
+ #: templates/admin/dashboard/dashboard.inc.php:672
2979
  #: templates/admin/getting-started/getting_started.inc.php:184
2980
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2981
  #: templates/admin/support/support.inc.php:78
2984
  msgid "Made by"
2985
  msgstr ""
2986
 
2987
+ #: templates/admin/dashboard/dashboard.inc.php:680
2988
  #: templates/admin/getting-started/getting_started.inc.php:192
2989
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2990
  #: templates/admin/support/support.inc.php:45
2996
  msgid "Documentation"
2997
  msgstr "wpDataTables documentatie"
2998
 
2999
+ #: templates/admin/dashboard/dashboard.inc.php:684
3000
  #: templates/admin/getting-started/getting_started.inc.php:196
3001
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
3002
  #: templates/admin/support/support.inc.php:24
3183
 
3184
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3185
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3186
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3187
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3188
  msgid "Sorting"
3189
  msgstr ""
3190
 
3191
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3192
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3193
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3194
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3195
  msgid "Pagination"
3196
  msgstr ""
3197
 
3802
  msgid "Pick the CSV delimiter"
3803
  msgstr ""
3804
 
3805
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3806
+ msgid "Tables sorting direction in admin page"
3807
+ msgstr ""
3808
+
3809
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3810
+ msgid ""
3811
+ "Here you can set sorting direction by id for browse tables and charts. By "
3812
+ "default is ascending order."
3813
+ msgstr ""
3814
+
3815
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3816
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3817
+ #: templates/edit_table.inc.php:663
3818
+ msgid "Ascending"
3819
+ msgstr "Oplopend"
3820
+
3821
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3822
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3823
+ #: templates/edit_table.inc.php:665
3824
+ msgid "Descending"
3825
+ msgstr "Aflopend"
3826
+
3827
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3828
  #: templates/settings.inc.php:171
3829
  msgid "Tablet width"
3830
  msgstr "Tablet breedte"
3831
 
3832
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3833
  #: templates/settings.inc.php:175
3834
  msgid ""
3835
  "Here you can specify width of the screen (in pixels) that will be treated as "
3836
  "a tablet. You can set it wider if you want responsive effect on desktops."
3837
  msgstr ""
3838
 
3839
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3840
  #: templates/settings.inc.php:181
3841
  msgid "Mobile width"
3842
  msgstr "Mobiele breedte"
3843
 
3844
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3845
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3846
  msgstr ""
3847
 
3848
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3849
  #: templates/settings.inc.php:61
3850
  msgid "Tables per admin page"
3851
  msgstr "Tabellen per adminpagina"
3852
 
3853
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3854
  #, fuzzy
3855
  msgid "How many tables to show in the browse page."
3856
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3857
 
3858
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3859
  #, fuzzy
3860
  msgid "Align numbers"
3861
  msgstr "Sorteer nummers aan de rechter kant"
3862
 
3863
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3864
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3865
  msgstr ""
3866
 
3867
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3868
  #: templates/settings.inc.php:161
3869
  msgid "Align numbers to the right"
3870
  msgstr ""
3871
 
3872
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3873
  msgid "Sum functions label"
3874
  msgstr ""
3875
 
3876
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3877
  msgid ""
3878
  "Enter a label that will be used for Sum functions. If you leave it blank "
3879
  "default label will be Σ ="
3880
  msgstr ""
3881
 
3882
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3883
  msgid "Average functions label"
3884
  msgstr ""
3885
 
3886
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3887
  msgid ""
3888
  "Enter a label that will be used for Average functions. If you leave it blank "
3889
  "default label will be Avg ="
3890
  msgstr ""
3891
 
3892
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3893
  msgid "Minimum functions label"
3894
  msgstr ""
3895
 
3896
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3897
  msgid ""
3898
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3899
  "default label will be Min ="
3900
  msgstr ""
3901
 
3902
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3903
  msgid "Maximum functions label"
3904
  msgstr ""
3905
 
3906
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3907
  msgid ""
3908
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3909
  "default label will be Max ="
3910
  msgstr ""
3911
 
3912
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3913
  msgid "Include full bootstrap front-end"
3914
  msgstr ""
3915
 
3916
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3917
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3918
  msgid ""
3919
  "It is recommended to uncheck this option if bootstrap.js is already included "
3920
  "in one of the theme files. Unchecked option means that there is still "
3921
  "bootstrap.js included just in noconflict mode which should prevent errors."
3922
  msgstr ""
3923
 
3924
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3925
  msgid "Include full bootstrap.js on the front-end"
3926
  msgstr ""
3927
 
3928
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3929
  msgid "Include full bootstrap back-end"
3930
  msgstr ""
3931
 
3932
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3933
  msgid "Include full bootstrap.js on the back-end"
3934
  msgstr ""
3935
 
3936
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3937
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3938
  #: templates/settings.inc.php:32
3939
  msgid "Show plugin credentials below tables"
3940
  msgstr ""
3941
 
3942
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3943
  #: templates/settings.inc.php:32
3944
  msgid ""
3945
  "If you want to support our project, please, keep this checkbox as checked"
3946
  msgstr ""
3947
 
3948
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3949
  msgid "Prevent deleting tables in database"
3950
  msgstr ""
3951
 
3952
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3953
  msgid ""
3954
  "It is recommended to leave this option as checked if you what to keep your "
3955
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3956
  "this option, it will be deleted all tables in database after deleting plugin"
3957
  msgstr ""
3958
 
3959
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3960
  msgid ""
3961
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3962
  msgstr ""
3963
 
3964
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3965
  msgid "Remove Getting Started page"
3966
  msgstr ""
3967
 
3968
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3969
  msgid ""
3970
  "Check this option if you want to remove Getting Started page from admin menu."
3971
  msgstr ""
3972
 
3973
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3974
  msgid "Remove \"Getting Started\" page from admin menu."
3975
  msgstr ""
3976
 
4712
  msgid "Choose whether to sort ascending or descending by default."
4713
  msgstr ""
4714
 
 
 
 
 
 
 
 
 
 
 
4715
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4716
  msgid "Add a filter for this column"
4717
  msgstr ""
5461
  msgstr "Geavanceerde filtering"
5462
 
5463
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5464
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5465
  #, fuzzy
5466
  msgid "Table Tools"
5467
  msgstr "Tabel tools"
5654
  "be on to use word wrapping."
5655
  msgstr ""
5656
 
5657
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5658
+ msgid "Enable to show a pagination"
5659
+ msgstr ""
5660
+
5661
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5662
+ msgid "Show pagination block below the table"
5663
+ msgstr ""
5664
+
5665
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5666
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5667
+ msgid "Pagination Alignment"
5668
+ msgstr ""
5669
+
5670
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5671
+ msgid "Here you can set pagination position: right, center or left."
5672
+ msgstr ""
5673
+
5674
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5675
+ msgid "Right"
5676
+ msgstr ""
5677
+
5678
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5679
+ msgid "Center"
5680
+ msgstr ""
5681
+
5682
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5683
+ msgid "Left"
5684
+ msgstr ""
5685
+
5686
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5687
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5688
+ msgid "Pagination Layout"
5689
+ msgstr ""
5690
+
5691
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5692
+ msgid "Here you can choose between different pagination layout."
5693
+ msgstr ""
5694
+
5695
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5696
+ msgid ""
5697
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5698
+ msgstr ""
5699
+
5700
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5701
+ msgid "\"Previous\" and \"Next\" buttons only"
5702
+ msgstr ""
5703
+
5704
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5705
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5706
+ msgstr ""
5707
+
5708
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5709
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5710
+ msgstr ""
5711
+
5712
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5713
+ msgid "Page number buttons only"
5714
+ msgstr ""
5715
+
5716
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5717
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5718
+ msgstr ""
5719
+
5720
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5721
  #, fuzzy
5722
  msgid "Advanced column filters"
5723
  msgstr "Geavanceerde filtering"
5724
 
5725
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5726
  #, fuzzy
5727
  msgid "Advanced filter"
5728
  msgstr "Geavanceerde filtering"
5729
 
5730
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5731
  msgid ""
5732
  "Enable to show an advanced filter for each of the columns, filters can be "
5733
  "shown in table footer, header or in a separate form."
5734
  msgstr ""
5735
 
5736
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5737
  #, fuzzy
5738
  msgid "Enable advanced column filters"
5739
  msgstr "Render geavanceerd filter"
5740
 
5741
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5742
  msgid ""
5743
  "If this is enabled, each column header will be clickable; clicking will sort "
5744
  "the whole table by the content of this column cells ascending or descending."
5745
  msgstr ""
5746
 
5747
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5748
  #, fuzzy
5749
  msgid "Allow sorting for the table"
5750
  msgstr "Onder de grafiek/diagram"
5751
 
5752
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5753
  msgid "Main search block"
5754
  msgstr ""
5755
 
5756
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5757
  msgid "Global search"
5758
  msgstr ""
5759
 
5760
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5761
  msgid ""
5762
  "If this is enabled, a search block will be displayed on the top right of the "
5763
  "table, allowing to search through whole table with a single input."
5764
  msgstr ""
5765
 
5766
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5767
  msgid "Enable search block"
5768
  msgstr ""
5769
 
5770
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5771
  #, fuzzy
5772
  msgid "Filters in a form"
5773
  msgstr "Filter in formulier"
5774
 
5775
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5776
  #: templates/edit_table.inc.php:340
5777
  msgid "Filter in form"
5778
  msgstr "Filter in formulier"
5779
 
5780
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5781
  msgid ""
5782
  "Enable to show the advanced column filter in a form above the table, instead "
5783
  "of showing in the table footer/header."
5784
  msgstr ""
5785
 
5786
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5787
  msgid "Show filters in a form above the table"
5788
  msgstr ""
5789
 
5790
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5791
  #, fuzzy
5792
  msgid "Clear filters button"
5793
  msgstr "Leeg filters"
5794
 
5795
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5796
  #: templates/frontend/filter_form.inc.php:32
5797
  msgid "Clear filters"
5798
  msgstr "Leeg filters"
5799
 
5800
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5801
  msgid "Enable to show the clear filters button."
5802
  msgstr ""
5803
 
5804
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5805
  msgid ""
5806
  "If filter in form is enabled, clear button will be rendered after the last "
5807
  "filter."
5808
  msgstr ""
5809
 
5810
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5811
  msgid ""
5812
  "Otherwise, clear filter button will be rendered above the table next to "
5813
  "\"Table Tools\" buttons."
5814
  msgstr ""
5815
 
5816
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5817
  #, fuzzy
5818
  msgid "Show clear filters button"
5819
  msgstr "Leeg filters"
5820
 
5821
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5822
  #, fuzzy
5823
  msgid "Allow editing"
5824
  msgstr "Front-end aanpassen"
5825
 
5826
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5827
  #: templates/edit_table.inc.php:180
5828
  msgid "Front-end editing"
5829
  msgstr "Front-end aanpassen"
5830
 
5831
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5832
  #, fuzzy
5833
  msgid "Allow editing the table from the front-end."
5834
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
5835
 
5836
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5837
  #, fuzzy
5838
  msgid "Allow front-end editing"
5839
  msgstr "Front-end aanpassen"
5840
 
5841
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5842
  msgid "Popover edit block"
5843
  msgstr ""
5844
 
5845
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5846
  #: templates/edit_table.inc.php:232
5847
  msgid "Popover tools"
5848
  msgstr ""
5849
 
5850
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5851
  msgid ""
5852
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5853
  "popover when you click on any row, instead of Table Tools block above the "
5854
  "table."
5855
  msgstr ""
5856
 
5857
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5858
  msgid "Editing buttons in a popover"
5859
  msgstr ""
5860
 
5861
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5862
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5863
  #, fuzzy
5864
  msgid "In-line editing"
5865
  msgstr "Front-end aanpassen"
5866
 
5867
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5868
  msgid ""
5869
  "If this is enabled, front-end users will be able to edit cells by double-"
5870
  "clicking them, not only with the editor dialog."
5871
  msgstr ""
5872
 
5873
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5874
  #, fuzzy
5875
  msgid "Allow in-line editing"
5876
  msgstr "Front-end aanpassen"
5877
 
5878
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5879
  #: templates/edit_table.inc.php:192
5880
  msgid "MySQL table name for editing"
5881
  msgstr "MySQL tabel naam voor aanpassen"
5882
 
5883
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5884
  #, fuzzy
5885
  msgid ""
5886
  "Name of the MySQL table which will be updated when edited from front-end."
5888
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
5889
  "front-end"
5890
 
5891
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5892
  #, fuzzy
5893
  msgid "MySQL table name"
5894
  msgstr "MySQL database naam"
5895
 
5896
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5897
  #: templates/edit_table.inc.php:203
5898
  #, fuzzy
5899
  msgid "ID column for editing"
5900
  msgstr "MySQL tabel naam voor aanpassen"
5901
 
5902
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5903
  msgid ""
5904
  "Choose the column values from which will be used as row identifiers. MUST be "
5905
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5907
  "\"id\" or \"ID\" on MySQL side."
5908
  msgstr ""
5909
 
5910
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5911
  #: templates/edit_table.inc.php:267
5912
  msgid "Editor roles"
5913
  msgstr "Editor rollen"
5914
 
5915
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5916
  #, fuzzy
5917
  msgid ""
5918
  "If you want only specific user roles to be able to edit the table, choose in "
5921
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
5922
  "aanpassingen kan doen)"
5923
 
5924
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5925
  msgid "Everyone"
5926
  msgstr ""
5927
 
5928
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5929
  msgid "Administrators"
5930
  msgstr ""
5931
 
5932
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
5933
  msgid "Editors"
5934
  msgstr ""
5935
 
5936
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
5937
  msgid "Authors"
5938
  msgstr ""
5939
 
5940
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
5941
  msgid "Contributors"
5942
  msgstr ""
5943
 
5944
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
5945
  msgid "Subscribers"
5946
  msgstr ""
5947
 
5948
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
5949
  msgid "Users see and edit only own data"
5950
  msgstr ""
5951
 
5952
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5953
  msgid "Users see and edit only their own data"
5954
  msgstr ""
5955
 
5956
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5957
  msgid ""
5958
  "If this is enabled, users will see and edit only the rows that are related "
5959
  "to them or were created by them (associated using the User ID column)."
5960
  msgstr ""
5961
 
5962
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
5963
  msgid "Limit editing to own data only"
5964
  msgstr ""
5965
 
5966
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
5967
  #: templates/edit_table.inc.php:250
5968
  #, fuzzy
5969
  msgid "User ID column"
5970
  msgstr "ID kolom"
5971
 
5972
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
5973
  msgid ""
5974
  "Choose the column values from which will be used as User identifiers. "
5975
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5976
  "an integer on MySQL side."
5977
  msgstr ""
5978
 
5979
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
5980
  #: templates/edit_table.inc.php:350
5981
  msgid "Table tools"
5982
  msgstr "Tabel tools"
5983
 
5984
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
5985
  msgid ""
5986
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5987
  msgstr ""
5988
 
5989
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
5990
  #, fuzzy
5991
  msgid "Enable Table Tools"
5992
  msgstr "Tabel tools"
5993
 
5994
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
5995
  msgid "Buttons"
5996
  msgstr ""
5997
 
5998
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
5999
  msgid "Choose which buttons to show in the Table Tools block."
6000
  msgstr ""
6001
 
6002
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
6003
  #, fuzzy
6004
  msgid "Columns visibility"
6005
  msgstr "Kolom type"
6006
 
6007
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
6008
  msgid ""
6009
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
6010
  "that will be replaced with some actual values at the execution time; usually "
6011
  "this is used for MySQL queries."
6012
  msgstr ""
6013
 
6014
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
6015
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
6016
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
6017
  msgid ""
6018
  "This placeholder will be replaced with any value that you will provide in a "
6019
  "shortcode. Provide a default value here that will be used for table "
6020
  "generation and when a different one is not defined in the shortcode."
6021
  msgstr ""
6022
 
6023
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
6024
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
6025
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
6026
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
6027
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
6028
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
6029
  msgid "Default for table generation"
6030
  msgstr ""
6031
 
6032
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
6033
  msgid ""
6034
  "This placeholder will be replaced with the ID of currently logged in user. "
6035
  "Provide a value here to be used for table generation"
6036
  msgstr ""
6037
 
6038
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
6039
  msgid ""
6040
  "This placeholder will be replaced with the login of currently logged in "
6041
  "user. Provide a value here to be used for table generation"
6042
  msgstr ""
6043
 
6044
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
6045
  msgid ""
6046
  "This placeholder will be replaced with the current prefix of WordPress "
6047
  "database. Provide a value here to be used for table generation"
6048
  msgstr ""
6049
 
6050
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
6051
  msgid ""
6052
  "This placeholder will be replaced with the ID of current post. Provide a "
6053
  "value here to be used for table generation"
6069
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6070
  msgid ""
6071
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6072
+ "with tables, charts and data management easy. 40,000+ companies."
6073
  msgstr ""
6074
 
6075
  #: templates/admin/welcome_page/welcome_page.inc.php:62
7095
  msgid "There was a problem saving your settings"
7096
  msgstr "Er was een probleem bij het opslaan van je instellingen"
7097
 
7098
+ #: widgets/class.wpDataChartsElementorWidget.php:28
7099
+ msgid "wpDataChart content"
7100
+ msgstr ""
7101
+
7102
+ #: widgets/class.wpDataChartsElementorWidget.php:35
7103
+ msgid "Select wpDataChart:"
7104
+ msgstr ""
7105
+
7106
+ #: widgets/class.wpDataTablesElementorWidget.php:28
7107
+ msgid "wpDataTable content"
7108
+ msgstr ""
7109
+
7110
+ #: widgets/class.wpDataTablesElementorWidget.php:35
7111
+ msgid "Select wpDataTable:"
7112
+ msgstr ""
7113
+
7114
+ #: widgets/class.wpDataTablesElementorWidget.php:45
7115
+ msgid "Set name for export file:"
7116
+ msgstr ""
7117
+
7118
+ #: widgets/class.wpDataTablesElementorWidget.php:48
7119
+ msgid "Insert name for export file"
7120
+ msgstr ""
7121
+
7122
  #, fuzzy
7123
  #~ msgid "Bad request format."
7124
  #~ msgstr "Datum format"
languages/nl_NL/wpdatatables-nl_NL.mo CHANGED
Binary file
languages/nl_NL/wpdatatables-nl_NL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:48+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:48+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
@@ -156,104 +156,104 @@ msgstr ""
156
  msgid "Go Premium"
157
  msgstr ""
158
 
159
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
160
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
161
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
162
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
163
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
164
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
165
- #: controllers/wdt_admin.php:815
166
  msgid "You do not have sufficient permissions to access this page."
167
  msgstr "Je hebt niet voldoende permissies om de pagina te laden."
168
 
169
- #: controllers/wdt_functions.php:467
170
  #, fuzzy
171
  msgid "wpDataChart with provided ID not found!"
172
  msgstr "wpDataTable met geleverde ID niet gevonden!"
173
 
174
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
175
  msgid "wpDataTable with provided ID not found!"
176
  msgstr "wpDataTable met geleverde ID niet gevonden!"
177
 
178
- #: controllers/wdt_functions.php:594
179
  msgid "Provided column is not Integer or Float column type"
180
  msgstr ""
181
 
182
- #: controllers/wdt_functions.php:811
183
  #, fuzzy
184
  msgid "Choose a table"
185
  msgstr "Kies rollen"
186
 
187
- #: controllers/wdt_functions.php:843
188
  msgid "Interactive Responsive Table"
189
  msgstr ""
190
 
191
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
192
  msgid "Content"
193
  msgstr ""
194
 
195
- #: controllers/wdt_functions.php:850
196
  #, fuzzy
197
  msgid "wpDataTable"
198
  msgstr "wpDataTable aanpassen"
199
 
200
- #: controllers/wdt_functions.php:854
201
  msgid "Choose the wpDataTable from a dropdown"
202
  msgstr ""
203
 
204
- #: controllers/wdt_functions.php:859
205
  #, fuzzy
206
  msgid "Table view"
207
  msgstr "Tabel titel"
208
 
209
- #: controllers/wdt_functions.php:863
210
  #, fuzzy
211
  msgid "Regular wpDataTable"
212
  msgstr "Gebruik in wpDataTable"
213
 
214
- #: controllers/wdt_functions.php:865
215
  #, fuzzy
216
  msgid "Excel-like table"
217
  msgstr "Excel bestand"
218
 
219
- #: controllers/wdt_functions.php:871
220
  msgid "Variable placeholder #1"
221
  msgstr ""
222
 
223
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
224
- #: controllers/wdt_functions.php:890
225
  msgid "Variables"
226
  msgstr ""
227
 
228
- #: controllers/wdt_functions.php:875
229
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
230
  msgstr ""
231
 
232
- #: controllers/wdt_functions.php:879
233
  msgid "Variable placeholder #2"
234
  msgstr ""
235
 
236
- #: controllers/wdt_functions.php:883
237
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
238
  msgstr ""
239
 
240
- #: controllers/wdt_functions.php:887
241
  msgid "Variable placeholder #3"
242
  msgstr ""
243
 
244
- #: controllers/wdt_functions.php:891
245
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
246
  msgstr ""
247
 
248
- #: controllers/wdt_functions.php:904
249
  msgid "Google or Highcharts chart based on a wpDataTable"
250
  msgstr ""
251
 
252
- #: controllers/wdt_functions.php:911
253
  msgid "wpDataChart"
254
  msgstr ""
255
 
256
- #: controllers/wdt_functions.php:915
257
  msgid "Choose one of wpDataCharts from the list"
258
  msgstr ""
259
 
@@ -270,8 +270,8 @@ msgid ""
270
  "placeholders and also for Export file name."
271
  msgstr ""
272
 
273
- #: source/class.wdtbrowsechartstable.php:140
274
- #: source/class.wdtbrowsetable.php:167
275
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
276
  #: templates/admin/dashboard/dashboard.inc.php:153
277
  #: templates/admin/dashboard/dashboard.inc.php:222
@@ -279,163 +279,163 @@ msgstr ""
279
  msgid "Click to copy shortcode"
280
  msgstr "Klik om te openen"
281
 
282
- #: source/class.wdtbrowsechartstable.php:149
283
- #: source/class.wdtbrowsetable.php:178
284
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
285
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
286
  msgid "Duplicate"
287
  msgstr "Dubbel"
288
 
289
- #: source/class.wdtbrowsechartstable.php:155
290
- #: source/class.wdtbrowsetable.php:184
291
  #: templates/admin/dashboard/dashboard.inc.php:261
292
  msgid "Configure"
293
  msgstr ""
294
 
295
- #: source/class.wdtbrowsechartstable.php:161
296
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
297
  #: templates/admin/browse/bulk_actions.inc.php:14
298
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
299
  msgid "Delete"
300
  msgstr "Verwijderen"
301
 
302
- #: source/class.wdtbrowsechartstable.php:216
303
- #: source/class.wdtbrowsechartstable.php:225
304
  #, fuzzy
305
  msgid "Column Chart"
306
  msgstr "Kolomgrafiek"
307
 
308
- #: source/class.wdtbrowsechartstable.php:219
309
- #: source/class.wdtbrowsechartstable.php:243
310
  #, fuzzy
311
  msgid "Line Chart"
312
  msgstr "Lijngrafiek"
313
 
314
- #: source/class.wdtbrowsechartstable.php:222
315
- #: source/class.wdtbrowsechartstable.php:246
316
  #, fuzzy
317
  msgid "Pie Chart"
318
  msgstr "Taartdiagram"
319
 
320
- #: source/class.wdtbrowsechartstable.php:228
321
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
322
  #: templates/chart_wizard.inc.php:91
323
  msgid "Histogram"
324
  msgstr ""
325
 
326
- #: source/class.wdtbrowsechartstable.php:231
327
  #, fuzzy
328
  msgid "Bar Chart"
329
  msgstr "Staafgrafiek"
330
 
331
- #: source/class.wdtbrowsechartstable.php:234
332
  #, fuzzy
333
  msgid "Stacked Bar Chart"
334
  msgstr "Staafgrafiek"
335
 
336
- #: source/class.wdtbrowsechartstable.php:237
337
  #, fuzzy
338
  msgid "Area Chart"
339
  msgstr "Omgevingsgrafiek"
340
 
341
- #: source/class.wdtbrowsechartstable.php:240
342
  #, fuzzy
343
  msgid "Stepped Area Chart"
344
  msgstr "Omgevingsgrafiek"
345
 
346
- #: source/class.wdtbrowsechartstable.php:249
347
  msgid "Bubble Chart"
348
  msgstr ""
349
 
350
- #: source/class.wdtbrowsechartstable.php:252
351
  #, fuzzy
352
  msgid "Donut Chart"
353
  msgstr "Geen grafiek"
354
 
355
- #: source/class.wdtbrowsechartstable.php:255
356
  #, fuzzy
357
  msgid "Gauge Chart"
358
  msgstr "Staafgrafiek"
359
 
360
- #: source/class.wdtbrowsechartstable.php:258
361
  #, fuzzy
362
  msgid "Scatter Chart"
363
  msgstr "Staafgrafiek"
364
 
365
- #: source/class.wdtbrowsechartstable.php:261
366
  msgid "Candlestick Chart"
367
  msgstr ""
368
 
369
- #: source/class.wdtbrowsechartstable.php:264
370
  msgid "Waterfall Chart"
371
  msgstr ""
372
 
373
- #: source/class.wdtbrowsechartstable.php:277
374
  msgid "Google"
375
  msgstr ""
376
 
377
- #: source/class.wdtbrowsechartstable.php:343
378
- #: source/class.wdtbrowsetable.php:296
379
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
380
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
381
  msgid "Select All"
382
  msgstr ""
383
 
384
- #: source/class.wdtbrowsechartstable.php:396
385
  #, fuzzy
386
  msgid "No wpDataCharts in the system yet."
387
  msgstr "Nog geen wpDataTables in het systeem"
388
 
389
- #: source/class.wdtbrowsetable.php:230
390
  #, fuzzy
391
  msgid "MySQL"
392
  msgstr "MySQL host"
393
 
394
- #: source/class.wdtbrowsetable.php:233
395
  msgid "Manual"
396
  msgstr ""
397
 
398
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
399
- #: source/class.wpdatatable.php:2205
400
- #: templates/admin/table-settings/table_settings_block.inc.php:932
401
  #, fuzzy
402
  msgid "Excel"
403
  msgstr "Excel bestand"
404
 
405
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
406
- #: source/class.wpdatatable.php:2215
407
- #: templates/admin/table-settings/table_settings_block.inc.php:933
408
  msgid "CSV"
409
  msgstr ""
410
 
411
- #: source/class.wdtbrowsetable.php:242
412
  msgid "XML"
413
  msgstr ""
414
 
415
- #: source/class.wdtbrowsetable.php:245
416
  #, fuzzy
417
  msgid "JSON"
418
  msgstr "JSON bestand"
419
 
420
- #: source/class.wdtbrowsetable.php:248
421
  #: templates/admin/table-settings/table_settings_block.inc.php:111
422
  #: templates/edit_table.inc.php:91
423
  msgid "Serialized PHP array"
424
  msgstr "Serialized PHP array"
425
 
426
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
427
  msgid "Google spreadsheet"
428
  msgstr ""
429
 
430
- #: source/class.wdtbrowsetable.php:254
431
  msgid "Simple"
432
  msgstr ""
433
 
434
- #: source/class.wdtbrowsetable.php:261
435
  msgid "Unknown"
436
  msgstr ""
437
 
438
- #: source/class.wdtbrowsetable.php:371
439
  msgid "No wpDataTables in the system yet."
440
  msgstr "Nog geen wpDataTables in het systeem"
441
 
@@ -443,7 +443,7 @@ msgstr "Nog geen wpDataTables in het systeem"
443
  msgid "There was an error trying to fetch the table data: "
444
  msgstr ""
445
 
446
- #: source/class.wdtconfigcontroller.php:468
447
  #, fuzzy
448
  msgid "Table in data source has no rows."
449
  msgstr "Tabel invoer data bron mag niet leeg zijn"
@@ -591,9 +591,9 @@ msgstr ""
591
  msgid "Please select columns that you want to use in table"
592
  msgstr ""
593
 
594
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
595
- #: source/class.wpdatatable.php:2225
596
- #: templates/admin/table-settings/table_settings_block.inc.php:934
597
  msgid "Copy"
598
  msgstr ""
599
 
@@ -1304,13 +1304,13 @@ msgstr ""
1304
  msgid "You are mixing data types (several date axes and several number)"
1305
  msgstr ""
1306
 
1307
- #: source/class.wpdatatable.php:1827
1308
  msgid ""
1309
  "You are trying to load a table of an unknown type. Probably you did not "
1310
  "activate the addon which is required to use this table type."
1311
  msgstr ""
1312
 
1313
- #: source/class.wpdatatable.php:2054
1314
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1315
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1316
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1318,31 +1318,31 @@ msgstr ""
1318
  msgid "All"
1319
  msgstr "Alles"
1320
 
1321
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1322
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1323
  #, fuzzy
1324
  msgid "Columns"
1325
  msgstr "Kolom type"
1326
 
1327
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1328
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1329
  msgid "Print"
1330
  msgstr ""
1331
 
1332
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1333
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1334
  msgid "PDF"
1335
  msgstr ""
1336
 
1337
- #: source/class.wpdatatable.php:2171
1338
  msgid "Export"
1339
  msgstr ""
1340
 
1341
- #: source/class.wpdatatable.php:2249
1342
  msgid "Search table"
1343
  msgstr ""
1344
 
1345
- #: source/class.wpdatatable.php:2250
1346
  msgid "Showing _MENU_ Entries"
1347
  msgstr ""
1348
 
@@ -1361,7 +1361,7 @@ msgstr ""
1361
  msgid "if you have some questions or problems with the plugin."
1362
  msgstr "als je vragen of problemen hebt met deze plugin."
1363
 
1364
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1365
  msgid "wpDataTables Addons"
1366
  msgstr ""
1367
 
@@ -1375,12 +1375,12 @@ msgid ""
1375
  msgstr ""
1376
 
1377
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1378
- #: templates/admin/dashboard/dashboard.inc.php:558
1379
  msgid "Report Builder"
1380
  msgstr ""
1381
 
1382
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1383
- #: templates/admin/dashboard/dashboard.inc.php:562
1384
  msgid ""
1385
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1386
  "XLSX documents filled in with actual data from your database."
@@ -1406,7 +1406,7 @@ msgid "NEW"
1406
  msgstr ""
1407
 
1408
  #: templates/admin/addons/addons.inc.php:40
1409
- #: templates/admin/dashboard/dashboard.inc.php:505
1410
  msgid "Master Detail Tables for wpDataTables"
1411
  msgstr ""
1412
 
@@ -1427,7 +1427,7 @@ msgid "Learn more"
1427
  msgstr ""
1428
 
1429
  #: templates/admin/addons/addons.inc.php:67
1430
- #: templates/admin/dashboard/dashboard.inc.php:532
1431
  msgid "Powerful Filters for wpDataTables"
1432
  msgstr ""
1433
 
@@ -1439,24 +1439,24 @@ msgid ""
1439
  msgstr ""
1440
 
1441
  #: templates/admin/addons/addons.inc.php:120
1442
- #: templates/admin/dashboard/dashboard.inc.php:585
1443
  msgid "Formidable Forms integration for wpDataTables"
1444
  msgstr ""
1445
 
1446
  #: templates/admin/addons/addons.inc.php:123
1447
- #: templates/admin/dashboard/dashboard.inc.php:589
1448
  msgid ""
1449
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1450
  "create wpDataTables from Formidable Forms entries data."
1451
  msgstr ""
1452
 
1453
  #: templates/admin/addons/addons.inc.php:143
1454
- #: templates/admin/dashboard/dashboard.inc.php:611
1455
  msgid "Gravity Forms integration for wpDataTables"
1456
  msgstr ""
1457
 
1458
  #: templates/admin/addons/addons.inc.php:146
1459
- #: templates/admin/dashboard/dashboard.inc.php:615
1460
  msgid ""
1461
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1462
  "wpDataTables from Gravity Forms entries data."
@@ -2489,7 +2489,7 @@ msgstr ""
2489
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2490
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2491
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2492
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2493
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2494
  msgid "View Documentation"
2495
  msgstr ""
@@ -2720,113 +2720,154 @@ msgstr ""
2720
 
2721
  #: templates/admin/dashboard/dashboard.inc.php:340
2722
  msgid ""
2723
- "A major update with new table type, and a couple of bug fixes and stability "
2724
  "improvements:"
2725
  msgstr ""
2726
 
2727
  #: templates/admin/dashboard/dashboard.inc.php:345
2728
  msgid ""
2729
- "Feature: New table type - Create a simple table with any data, merged cells, "
2730
- "styling, star rating and a lot more."
2731
  msgstr ""
2732
 
2733
  #: templates/admin/dashboard/dashboard.inc.php:346
2734
- msgid "Feature: Added Slovenian translation"
2735
  msgstr ""
2736
 
2737
  #: templates/admin/dashboard/dashboard.inc.php:347
2738
- msgid "Improvement: Update French translation"
 
 
2739
  msgstr ""
2740
 
2741
  #: templates/admin/dashboard/dashboard.inc.php:348
2742
- msgid "Improvement: Added new color picker"
 
 
2743
  msgstr ""
2744
 
2745
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2746
  msgid "Other small bug fixes and stability improvements."
2747
  msgstr ""
2748
 
2749
- #: templates/admin/dashboard/dashboard.inc.php:361
2750
  msgid "Go Premium!"
2751
  msgstr ""
2752
 
2753
- #: templates/admin/dashboard/dashboard.inc.php:367
2754
  msgid "View Comparison"
2755
  msgstr ""
2756
 
2757
- #: templates/admin/dashboard/dashboard.inc.php:375
2758
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2759
  msgid ""
2760
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2761
  "of the powerful features."
2762
  msgstr ""
2763
 
2764
- #: templates/admin/dashboard/dashboard.inc.php:379
2765
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2766
  msgid "Create a table manually"
2767
  msgstr ""
2768
 
2769
- #: templates/admin/dashboard/dashboard.inc.php:382
2770
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2771
  msgid "Creating tables from Google Spreadsheet"
2772
  msgstr ""
2773
 
2774
- #: templates/admin/dashboard/dashboard.inc.php:385
2775
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2776
  msgid "Creating MySQL-based tables from database"
2777
  msgstr ""
2778
 
2779
- #: templates/admin/dashboard/dashboard.inc.php:388
2780
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2781
  msgid "Creating MySQL-based tables from Wordpress post types"
2782
  msgstr ""
2783
 
2784
- #: templates/admin/dashboard/dashboard.inc.php:391
2785
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2786
  #: templates/edit_table.inc.php:329
2787
  msgid "Advanced filtering"
2788
  msgstr ""
2789
 
2790
- #: templates/admin/dashboard/dashboard.inc.php:394
2791
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2792
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2793
  #: templates/edit_table.inc.php:282
2794
  msgid "Server-side processing"
2795
  msgstr "Server-side verwerking"
2796
 
2797
- #: templates/admin/dashboard/dashboard.inc.php:397
2798
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2799
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2800
  msgstr ""
2801
 
2802
- #: templates/admin/dashboard/dashboard.inc.php:400
2803
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2804
  msgid "Front-end table editing"
2805
  msgstr ""
2806
 
2807
- #: templates/admin/dashboard/dashboard.inc.php:403
2808
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2809
  msgid "Excel-like editing"
2810
  msgstr ""
2811
 
2812
- #: templates/admin/dashboard/dashboard.inc.php:406
2813
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2814
  msgid "Creating charts with Highcharts"
2815
  msgstr ""
2816
 
2817
- #: templates/admin/dashboard/dashboard.inc.php:409
2818
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2819
  msgid "Creating charts with Chart.js"
2820
  msgstr ""
2821
 
2822
- #: templates/admin/dashboard/dashboard.inc.php:412
2823
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2824
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2825
  #: templates/edit_table.inc.php:301
2826
  msgid "Responsive"
2827
  msgstr ""
2828
 
2829
- #: templates/admin/dashboard/dashboard.inc.php:415
2830
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2831
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2832
  #: templates/edit_table.inc.php:750
@@ -2834,38 +2875,38 @@ msgstr ""
2834
  msgid "Conditional formatting"
2835
  msgstr "Extra instellingen"
2836
 
2837
- #: templates/admin/dashboard/dashboard.inc.php:418
2838
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2839
  msgid "Calculating Tools"
2840
  msgstr ""
2841
 
2842
- #: templates/admin/dashboard/dashboard.inc.php:421
2843
  msgid "Formula columns"
2844
  msgstr ""
2845
 
2846
- #: templates/admin/dashboard/dashboard.inc.php:424
2847
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2848
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2849
  msgid "Placeholders"
2850
  msgstr ""
2851
 
2852
- #: templates/admin/dashboard/dashboard.inc.php:427
2853
  msgid "Premium support"
2854
  msgstr ""
2855
 
2856
- #: templates/admin/dashboard/dashboard.inc.php:431
2857
  msgid "Get Premium Today"
2858
  msgstr ""
2859
 
2860
- #: templates/admin/dashboard/dashboard.inc.php:438
2861
  msgid "News Blog"
2862
  msgstr ""
2863
 
2864
- #: templates/admin/dashboard/dashboard.inc.php:443
2865
  msgid "Checkout useful articles from wpdatatables.com"
2866
  msgstr ""
2867
 
2868
- #: templates/admin/dashboard/dashboard.inc.php:470
2869
  msgid ""
2870
  "Never miss notifications about new cool features, promotions,\n"
2871
  " giveaways or freebies – subscribe to our "
@@ -2873,48 +2914,48 @@ msgid ""
2873
  " about 1 message per month and never spam!"
2874
  msgstr ""
2875
 
2876
- #: templates/admin/dashboard/dashboard.inc.php:488
2877
  msgid "Premium "
2878
  msgstr ""
2879
 
2880
- #: templates/admin/dashboard/dashboard.inc.php:491
2881
  msgid ""
2882
  "While wpDataTables itself provides quite a large amount of features and "
2883
  "unlimited customisation, flexibility, you can achieve even more with our "
2884
  "premium addons.(requires wpDataTables Premium version)"
2885
  msgstr ""
2886
 
2887
- #: templates/admin/dashboard/dashboard.inc.php:509
2888
  msgid ""
2889
  "A wpDataTables addon which allows showing additional details for a specific "
2890
  "row in a popup or a separate page or post."
2891
  msgstr ""
2892
 
2893
- #: templates/admin/dashboard/dashboard.inc.php:515
2894
- #: templates/admin/dashboard/dashboard.inc.php:542
2895
- #: templates/admin/dashboard/dashboard.inc.php:568
2896
- #: templates/admin/dashboard/dashboard.inc.php:595
2897
- #: templates/admin/dashboard/dashboard.inc.php:621
2898
- #: templates/admin/dashboard/dashboard.inc.php:654
2899
  msgid "Learn More"
2900
  msgstr ""
2901
 
2902
- #: templates/admin/dashboard/dashboard.inc.php:536
2903
  msgid ""
2904
  "An add-on for wpDataTables that provides powerful filtering features: "
2905
  "cascade filtering, applying filters on button click, hide table before "
2906
  "filtering."
2907
  msgstr ""
2908
 
2909
- #: templates/admin/dashboard/dashboard.inc.php:632
2910
  msgid "Need free booking plugin?"
2911
  msgstr ""
2912
 
2913
- #: templates/admin/dashboard/dashboard.inc.php:641
2914
  msgid "Appointments and Events WordPress Booking Plugin"
2915
  msgstr ""
2916
 
2917
- #: templates/admin/dashboard/dashboard.inc.php:644
2918
  msgid ""
2919
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2920
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2925,15 +2966,15 @@ msgid ""
2925
  "each month."
2926
  msgstr ""
2927
 
2928
- #: templates/admin/dashboard/dashboard.inc.php:647
2929
  msgid "Rating: 4.3 - ‎68 reviews"
2930
  msgstr ""
2931
 
2932
- #: templates/admin/dashboard/dashboard.inc.php:650
2933
  msgid "Free Download"
2934
  msgstr ""
2935
 
2936
- #: templates/admin/dashboard/dashboard.inc.php:665
2937
  #: templates/admin/getting-started/getting_started.inc.php:184
2938
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2939
  #: templates/admin/support/support.inc.php:78
@@ -2942,7 +2983,7 @@ msgstr ""
2942
  msgid "Made by"
2943
  msgstr ""
2944
 
2945
- #: templates/admin/dashboard/dashboard.inc.php:673
2946
  #: templates/admin/getting-started/getting_started.inc.php:192
2947
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2948
  #: templates/admin/support/support.inc.php:45
@@ -2954,7 +2995,7 @@ msgstr ""
2954
  msgid "Documentation"
2955
  msgstr "wpDataTables documentatie"
2956
 
2957
- #: templates/admin/dashboard/dashboard.inc.php:677
2958
  #: templates/admin/getting-started/getting_started.inc.php:196
2959
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2960
  #: templates/admin/support/support.inc.php:24
@@ -3141,13 +3182,15 @@ msgstr ""
3141
 
3142
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3143
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3144
- #: templates/admin/table-settings/table_settings_block.inc.php:527
3145
- #: templates/admin/table-settings/table_settings_block.inc.php:535
3146
  msgid "Sorting"
3147
  msgstr ""
3148
 
3149
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3150
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3151
  msgid "Pagination"
3152
  msgstr ""
3153
 
@@ -3758,153 +3801,175 @@ msgstr ""
3758
  msgid "Pick the CSV delimiter"
3759
  msgstr ""
3760
 
3761
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3762
  #: templates/settings.inc.php:171
3763
  msgid "Tablet width"
3764
  msgstr "Tablet breedte"
3765
 
3766
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3767
  #: templates/settings.inc.php:175
3768
  msgid ""
3769
  "Here you can specify width of the screen (in pixels) that will be treated as "
3770
  "a tablet. You can set it wider if you want responsive effect on desktops."
3771
  msgstr ""
3772
 
3773
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3774
  #: templates/settings.inc.php:181
3775
  msgid "Mobile width"
3776
  msgstr "Mobiele breedte"
3777
 
3778
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3779
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3780
  msgstr ""
3781
 
3782
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3783
  #: templates/settings.inc.php:61
3784
  msgid "Tables per admin page"
3785
  msgstr "Tabellen per adminpagina"
3786
 
3787
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3788
  #, fuzzy
3789
  msgid "How many tables to show in the browse page."
3790
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3791
 
3792
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3793
  #, fuzzy
3794
  msgid "Align numbers"
3795
  msgstr "Sorteer nummers aan de rechter kant"
3796
 
3797
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3798
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3799
  msgstr ""
3800
 
3801
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3802
  #: templates/settings.inc.php:161
3803
  msgid "Align numbers to the right"
3804
  msgstr ""
3805
 
3806
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3807
  msgid "Sum functions label"
3808
  msgstr ""
3809
 
3810
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3811
  msgid ""
3812
  "Enter a label that will be used for Sum functions. If you leave it blank "
3813
  "default label will be Σ ="
3814
  msgstr ""
3815
 
3816
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3817
  msgid "Average functions label"
3818
  msgstr ""
3819
 
3820
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3821
  msgid ""
3822
  "Enter a label that will be used for Average functions. If you leave it blank "
3823
  "default label will be Avg ="
3824
  msgstr ""
3825
 
3826
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3827
  msgid "Minimum functions label"
3828
  msgstr ""
3829
 
3830
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3831
  msgid ""
3832
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3833
  "default label will be Min ="
3834
  msgstr ""
3835
 
3836
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3837
  msgid "Maximum functions label"
3838
  msgstr ""
3839
 
3840
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3841
  msgid ""
3842
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3843
  "default label will be Max ="
3844
  msgstr ""
3845
 
3846
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3847
  msgid "Include full bootstrap front-end"
3848
  msgstr ""
3849
 
3850
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3851
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3852
  msgid ""
3853
  "It is recommended to uncheck this option if bootstrap.js is already included "
3854
  "in one of the theme files. Unchecked option means that there is still "
3855
  "bootstrap.js included just in noconflict mode which should prevent errors."
3856
  msgstr ""
3857
 
3858
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3859
  msgid "Include full bootstrap.js on the front-end"
3860
  msgstr ""
3861
 
3862
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3863
  msgid "Include full bootstrap back-end"
3864
  msgstr ""
3865
 
3866
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3867
  msgid "Include full bootstrap.js on the back-end"
3868
  msgstr ""
3869
 
3870
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3871
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3872
  #: templates/settings.inc.php:32
3873
  msgid "Show plugin credentials below tables"
3874
  msgstr ""
3875
 
3876
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3877
  #: templates/settings.inc.php:32
3878
  msgid ""
3879
  "If you want to support our project, please, keep this checkbox as checked"
3880
  msgstr ""
3881
 
3882
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3883
  msgid "Prevent deleting tables in database"
3884
  msgstr ""
3885
 
3886
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3887
  msgid ""
3888
  "It is recommended to leave this option as checked if you what to keep your "
3889
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3890
  "this option, it will be deleted all tables in database after deleting plugin"
3891
  msgstr ""
3892
 
3893
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3894
  msgid ""
3895
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3896
  msgstr ""
3897
 
3898
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3899
  msgid "Remove Getting Started page"
3900
  msgstr ""
3901
 
3902
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3903
  msgid ""
3904
  "Check this option if you want to remove Getting Started page from admin menu."
3905
  msgstr ""
3906
 
3907
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3908
  msgid "Remove \"Getting Started\" page from admin menu."
3909
  msgstr ""
3910
 
@@ -4646,16 +4711,6 @@ msgstr "Standaard sortering kolom"
4646
  msgid "Choose whether to sort ascending or descending by default."
4647
  msgstr ""
4648
 
4649
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4650
- #: templates/edit_table.inc.php:663
4651
- msgid "Ascending"
4652
- msgstr "Oplopend"
4653
-
4654
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4655
- #: templates/edit_table.inc.php:665
4656
- msgid "Descending"
4657
- msgstr "Aflopend"
4658
-
4659
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4660
  msgid "Add a filter for this column"
4661
  msgstr ""
@@ -5405,7 +5460,7 @@ msgid "Sorting and filtering"
5405
  msgstr "Geavanceerde filtering"
5406
 
5407
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5408
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5409
  #, fuzzy
5410
  msgid "Table Tools"
5411
  msgstr "Tabel tools"
@@ -5598,170 +5653,233 @@ msgid ""
5598
  "be on to use word wrapping."
5599
  msgstr ""
5600
 
5601
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5602
  #, fuzzy
5603
  msgid "Advanced column filters"
5604
  msgstr "Geavanceerde filtering"
5605
 
5606
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5607
  #, fuzzy
5608
  msgid "Advanced filter"
5609
  msgstr "Geavanceerde filtering"
5610
 
5611
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5612
  msgid ""
5613
  "Enable to show an advanced filter for each of the columns, filters can be "
5614
  "shown in table footer, header or in a separate form."
5615
  msgstr ""
5616
 
5617
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5618
  #, fuzzy
5619
  msgid "Enable advanced column filters"
5620
  msgstr "Render geavanceerd filter"
5621
 
5622
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5623
  msgid ""
5624
  "If this is enabled, each column header will be clickable; clicking will sort "
5625
  "the whole table by the content of this column cells ascending or descending."
5626
  msgstr ""
5627
 
5628
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5629
  #, fuzzy
5630
  msgid "Allow sorting for the table"
5631
  msgstr "Onder de grafiek/diagram"
5632
 
5633
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5634
  msgid "Main search block"
5635
  msgstr ""
5636
 
5637
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5638
  msgid "Global search"
5639
  msgstr ""
5640
 
5641
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5642
  msgid ""
5643
  "If this is enabled, a search block will be displayed on the top right of the "
5644
  "table, allowing to search through whole table with a single input."
5645
  msgstr ""
5646
 
5647
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5648
  msgid "Enable search block"
5649
  msgstr ""
5650
 
5651
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5652
  #, fuzzy
5653
  msgid "Filters in a form"
5654
  msgstr "Filter in formulier"
5655
 
5656
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5657
  #: templates/edit_table.inc.php:340
5658
  msgid "Filter in form"
5659
  msgstr "Filter in formulier"
5660
 
5661
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5662
  msgid ""
5663
  "Enable to show the advanced column filter in a form above the table, instead "
5664
  "of showing in the table footer/header."
5665
  msgstr ""
5666
 
5667
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5668
  msgid "Show filters in a form above the table"
5669
  msgstr ""
5670
 
5671
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5672
  #, fuzzy
5673
  msgid "Clear filters button"
5674
  msgstr "Leeg filters"
5675
 
5676
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5677
  #: templates/frontend/filter_form.inc.php:32
5678
  msgid "Clear filters"
5679
  msgstr "Leeg filters"
5680
 
5681
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5682
  msgid "Enable to show the clear filters button."
5683
  msgstr ""
5684
 
5685
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5686
  msgid ""
5687
  "If filter in form is enabled, clear button will be rendered after the last "
5688
  "filter."
5689
  msgstr ""
5690
 
5691
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5692
  msgid ""
5693
  "Otherwise, clear filter button will be rendered above the table next to "
5694
  "\"Table Tools\" buttons."
5695
  msgstr ""
5696
 
5697
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5698
  #, fuzzy
5699
  msgid "Show clear filters button"
5700
  msgstr "Leeg filters"
5701
 
5702
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5703
  #, fuzzy
5704
  msgid "Allow editing"
5705
  msgstr "Front-end aanpassen"
5706
 
5707
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5708
  #: templates/edit_table.inc.php:180
5709
  msgid "Front-end editing"
5710
  msgstr "Front-end aanpassen"
5711
 
5712
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5713
  #, fuzzy
5714
  msgid "Allow editing the table from the front-end."
5715
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
5716
 
5717
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5718
  #, fuzzy
5719
  msgid "Allow front-end editing"
5720
  msgstr "Front-end aanpassen"
5721
 
5722
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5723
  msgid "Popover edit block"
5724
  msgstr ""
5725
 
5726
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5727
  #: templates/edit_table.inc.php:232
5728
  msgid "Popover tools"
5729
  msgstr ""
5730
 
5731
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5732
  msgid ""
5733
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5734
  "popover when you click on any row, instead of Table Tools block above the "
5735
  "table."
5736
  msgstr ""
5737
 
5738
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5739
  msgid "Editing buttons in a popover"
5740
  msgstr ""
5741
 
5742
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5743
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5744
  #, fuzzy
5745
  msgid "In-line editing"
5746
  msgstr "Front-end aanpassen"
5747
 
5748
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5749
  msgid ""
5750
  "If this is enabled, front-end users will be able to edit cells by double-"
5751
  "clicking them, not only with the editor dialog."
5752
  msgstr ""
5753
 
5754
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5755
  #, fuzzy
5756
  msgid "Allow in-line editing"
5757
  msgstr "Front-end aanpassen"
5758
 
5759
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5760
  #: templates/edit_table.inc.php:192
5761
  msgid "MySQL table name for editing"
5762
  msgstr "MySQL tabel naam voor aanpassen"
5763
 
5764
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5765
  #, fuzzy
5766
  msgid ""
5767
  "Name of the MySQL table which will be updated when edited from front-end."
@@ -5769,18 +5887,18 @@ msgstr ""
5769
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
5770
  "front-end"
5771
 
5772
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5773
  #, fuzzy
5774
  msgid "MySQL table name"
5775
  msgstr "MySQL database naam"
5776
 
5777
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5778
  #: templates/edit_table.inc.php:203
5779
  #, fuzzy
5780
  msgid "ID column for editing"
5781
  msgstr "MySQL tabel naam voor aanpassen"
5782
 
5783
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5784
  msgid ""
5785
  "Choose the column values from which will be used as row identifiers. MUST be "
5786
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5788,12 +5906,12 @@ msgid ""
5788
  "\"id\" or \"ID\" on MySQL side."
5789
  msgstr ""
5790
 
5791
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5792
  #: templates/edit_table.inc.php:267
5793
  msgid "Editor roles"
5794
  msgstr "Editor rollen"
5795
 
5796
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5797
  #, fuzzy
5798
  msgid ""
5799
  "If you want only specific user roles to be able to edit the table, choose in "
@@ -5802,133 +5920,133 @@ msgstr ""
5802
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
5803
  "aanpassingen kan doen)"
5804
 
5805
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5806
  msgid "Everyone"
5807
  msgstr ""
5808
 
5809
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5810
  msgid "Administrators"
5811
  msgstr ""
5812
 
5813
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5814
  msgid "Editors"
5815
  msgstr ""
5816
 
5817
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5818
  msgid "Authors"
5819
  msgstr ""
5820
 
5821
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5822
  msgid "Contributors"
5823
  msgstr ""
5824
 
5825
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5826
  msgid "Subscribers"
5827
  msgstr ""
5828
 
5829
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5830
  msgid "Users see and edit only own data"
5831
  msgstr ""
5832
 
5833
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5834
  msgid "Users see and edit only their own data"
5835
  msgstr ""
5836
 
5837
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5838
  msgid ""
5839
  "If this is enabled, users will see and edit only the rows that are related "
5840
  "to them or were created by them (associated using the User ID column)."
5841
  msgstr ""
5842
 
5843
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5844
  msgid "Limit editing to own data only"
5845
  msgstr ""
5846
 
5847
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5848
  #: templates/edit_table.inc.php:250
5849
  #, fuzzy
5850
  msgid "User ID column"
5851
  msgstr "ID kolom"
5852
 
5853
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5854
  msgid ""
5855
  "Choose the column values from which will be used as User identifiers. "
5856
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5857
  "an integer on MySQL side."
5858
  msgstr ""
5859
 
5860
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5861
  #: templates/edit_table.inc.php:350
5862
  msgid "Table tools"
5863
  msgstr "Tabel tools"
5864
 
5865
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5866
  msgid ""
5867
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5868
  msgstr ""
5869
 
5870
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5871
  #, fuzzy
5872
  msgid "Enable Table Tools"
5873
  msgstr "Tabel tools"
5874
 
5875
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5876
  msgid "Buttons"
5877
  msgstr ""
5878
 
5879
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5880
  msgid "Choose which buttons to show in the Table Tools block."
5881
  msgstr ""
5882
 
5883
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5884
  #, fuzzy
5885
  msgid "Columns visibility"
5886
  msgstr "Kolom type"
5887
 
5888
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5889
  msgid ""
5890
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5891
  "that will be replaced with some actual values at the execution time; usually "
5892
  "this is used for MySQL queries."
5893
  msgstr ""
5894
 
5895
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5896
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5897
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5898
  msgid ""
5899
  "This placeholder will be replaced with any value that you will provide in a "
5900
  "shortcode. Provide a default value here that will be used for table "
5901
  "generation and when a different one is not defined in the shortcode."
5902
  msgstr ""
5903
 
5904
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5905
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5906
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5907
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5908
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5909
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5910
  msgid "Default for table generation"
5911
  msgstr ""
5912
 
5913
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5914
  msgid ""
5915
  "This placeholder will be replaced with the ID of currently logged in user. "
5916
  "Provide a value here to be used for table generation"
5917
  msgstr ""
5918
 
5919
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
5920
  msgid ""
5921
  "This placeholder will be replaced with the login of currently logged in "
5922
  "user. Provide a value here to be used for table generation"
5923
  msgstr ""
5924
 
5925
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
5926
  msgid ""
5927
  "This placeholder will be replaced with the current prefix of WordPress "
5928
  "database. Provide a value here to be used for table generation"
5929
  msgstr ""
5930
 
5931
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
5932
  msgid ""
5933
  "This placeholder will be replaced with the ID of current post. Provide a "
5934
  "value here to be used for table generation"
@@ -5950,7 +6068,7 @@ msgstr ""
5950
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5951
  msgid ""
5952
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5953
- "with tables, charts and data management easy. 30,000+ companies."
5954
  msgstr ""
5955
 
5956
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -6976,6 +7094,30 @@ msgstr ""
6976
  msgid "There was a problem saving your settings"
6977
  msgstr "Er was een probleem bij het opslaan van je instellingen"
6978
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6979
  #, fuzzy
6980
  #~ msgid "Bad request format."
6981
  #~ msgstr "Datum format"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:25+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:25+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
156
  msgid "Go Premium"
157
  msgstr ""
158
 
159
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
160
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
161
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
162
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
163
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
164
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
165
+ #: controllers/wdt_admin.php:839
166
  msgid "You do not have sufficient permissions to access this page."
167
  msgstr "Je hebt niet voldoende permissies om de pagina te laden."
168
 
169
+ #: controllers/wdt_functions.php:471
170
  #, fuzzy
171
  msgid "wpDataChart with provided ID not found!"
172
  msgstr "wpDataTable met geleverde ID niet gevonden!"
173
 
174
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
175
  msgid "wpDataTable with provided ID not found!"
176
  msgstr "wpDataTable met geleverde ID niet gevonden!"
177
 
178
+ #: controllers/wdt_functions.php:598
179
  msgid "Provided column is not Integer or Float column type"
180
  msgstr ""
181
 
182
+ #: controllers/wdt_functions.php:815
183
  #, fuzzy
184
  msgid "Choose a table"
185
  msgstr "Kies rollen"
186
 
187
+ #: controllers/wdt_functions.php:847
188
  msgid "Interactive Responsive Table"
189
  msgstr ""
190
 
191
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
192
  msgid "Content"
193
  msgstr ""
194
 
195
+ #: controllers/wdt_functions.php:854
196
  #, fuzzy
197
  msgid "wpDataTable"
198
  msgstr "wpDataTable aanpassen"
199
 
200
+ #: controllers/wdt_functions.php:858
201
  msgid "Choose the wpDataTable from a dropdown"
202
  msgstr ""
203
 
204
+ #: controllers/wdt_functions.php:863
205
  #, fuzzy
206
  msgid "Table view"
207
  msgstr "Tabel titel"
208
 
209
+ #: controllers/wdt_functions.php:867
210
  #, fuzzy
211
  msgid "Regular wpDataTable"
212
  msgstr "Gebruik in wpDataTable"
213
 
214
+ #: controllers/wdt_functions.php:869
215
  #, fuzzy
216
  msgid "Excel-like table"
217
  msgstr "Excel bestand"
218
 
219
+ #: controllers/wdt_functions.php:875
220
  msgid "Variable placeholder #1"
221
  msgstr ""
222
 
223
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
224
+ #: controllers/wdt_functions.php:894
225
  msgid "Variables"
226
  msgstr ""
227
 
228
+ #: controllers/wdt_functions.php:879
229
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
230
  msgstr ""
231
 
232
+ #: controllers/wdt_functions.php:883
233
  msgid "Variable placeholder #2"
234
  msgstr ""
235
 
236
+ #: controllers/wdt_functions.php:887
237
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
238
  msgstr ""
239
 
240
+ #: controllers/wdt_functions.php:891
241
  msgid "Variable placeholder #3"
242
  msgstr ""
243
 
244
+ #: controllers/wdt_functions.php:895
245
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
246
  msgstr ""
247
 
248
+ #: controllers/wdt_functions.php:908
249
  msgid "Google or Highcharts chart based on a wpDataTable"
250
  msgstr ""
251
 
252
+ #: controllers/wdt_functions.php:915
253
  msgid "wpDataChart"
254
  msgstr ""
255
 
256
+ #: controllers/wdt_functions.php:919
257
  msgid "Choose one of wpDataCharts from the list"
258
  msgstr ""
259
 
270
  "placeholders and also for Export file name."
271
  msgstr ""
272
 
273
+ #: source/class.wdtbrowsechartstable.php:141
274
+ #: source/class.wdtbrowsetable.php:168
275
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
276
  #: templates/admin/dashboard/dashboard.inc.php:153
277
  #: templates/admin/dashboard/dashboard.inc.php:222
279
  msgid "Click to copy shortcode"
280
  msgstr "Klik om te openen"
281
 
282
+ #: source/class.wdtbrowsechartstable.php:150
283
+ #: source/class.wdtbrowsetable.php:179
284
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
285
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
286
  msgid "Duplicate"
287
  msgstr "Dubbel"
288
 
289
+ #: source/class.wdtbrowsechartstable.php:156
290
+ #: source/class.wdtbrowsetable.php:185
291
  #: templates/admin/dashboard/dashboard.inc.php:261
292
  msgid "Configure"
293
  msgstr ""
294
 
295
+ #: source/class.wdtbrowsechartstable.php:162
296
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
297
  #: templates/admin/browse/bulk_actions.inc.php:14
298
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
299
  msgid "Delete"
300
  msgstr "Verwijderen"
301
 
302
+ #: source/class.wdtbrowsechartstable.php:217
303
+ #: source/class.wdtbrowsechartstable.php:226
304
  #, fuzzy
305
  msgid "Column Chart"
306
  msgstr "Kolomgrafiek"
307
 
308
+ #: source/class.wdtbrowsechartstable.php:220
309
+ #: source/class.wdtbrowsechartstable.php:244
310
  #, fuzzy
311
  msgid "Line Chart"
312
  msgstr "Lijngrafiek"
313
 
314
+ #: source/class.wdtbrowsechartstable.php:223
315
+ #: source/class.wdtbrowsechartstable.php:247
316
  #, fuzzy
317
  msgid "Pie Chart"
318
  msgstr "Taartdiagram"
319
 
320
+ #: source/class.wdtbrowsechartstable.php:229
321
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
322
  #: templates/chart_wizard.inc.php:91
323
  msgid "Histogram"
324
  msgstr ""
325
 
326
+ #: source/class.wdtbrowsechartstable.php:232
327
  #, fuzzy
328
  msgid "Bar Chart"
329
  msgstr "Staafgrafiek"
330
 
331
+ #: source/class.wdtbrowsechartstable.php:235
332
  #, fuzzy
333
  msgid "Stacked Bar Chart"
334
  msgstr "Staafgrafiek"
335
 
336
+ #: source/class.wdtbrowsechartstable.php:238
337
  #, fuzzy
338
  msgid "Area Chart"
339
  msgstr "Omgevingsgrafiek"
340
 
341
+ #: source/class.wdtbrowsechartstable.php:241
342
  #, fuzzy
343
  msgid "Stepped Area Chart"
344
  msgstr "Omgevingsgrafiek"
345
 
346
+ #: source/class.wdtbrowsechartstable.php:250
347
  msgid "Bubble Chart"
348
  msgstr ""
349
 
350
+ #: source/class.wdtbrowsechartstable.php:253
351
  #, fuzzy
352
  msgid "Donut Chart"
353
  msgstr "Geen grafiek"
354
 
355
+ #: source/class.wdtbrowsechartstable.php:256
356
  #, fuzzy
357
  msgid "Gauge Chart"
358
  msgstr "Staafgrafiek"
359
 
360
+ #: source/class.wdtbrowsechartstable.php:259
361
  #, fuzzy
362
  msgid "Scatter Chart"
363
  msgstr "Staafgrafiek"
364
 
365
+ #: source/class.wdtbrowsechartstable.php:262
366
  msgid "Candlestick Chart"
367
  msgstr ""
368
 
369
+ #: source/class.wdtbrowsechartstable.php:265
370
  msgid "Waterfall Chart"
371
  msgstr ""
372
 
373
+ #: source/class.wdtbrowsechartstable.php:278
374
  msgid "Google"
375
  msgstr ""
376
 
377
+ #: source/class.wdtbrowsechartstable.php:345
378
+ #: source/class.wdtbrowsetable.php:298
379
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
380
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
381
  msgid "Select All"
382
  msgstr ""
383
 
384
+ #: source/class.wdtbrowsechartstable.php:398
385
  #, fuzzy
386
  msgid "No wpDataCharts in the system yet."
387
  msgstr "Nog geen wpDataTables in het systeem"
388
 
389
+ #: source/class.wdtbrowsetable.php:231
390
  #, fuzzy
391
  msgid "MySQL"
392
  msgstr "MySQL host"
393
 
394
+ #: source/class.wdtbrowsetable.php:234
395
  msgid "Manual"
396
  msgstr ""
397
 
398
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
399
+ #: source/class.wpdatatable.php:2268
400
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
401
  #, fuzzy
402
  msgid "Excel"
403
  msgstr "Excel bestand"
404
 
405
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
406
+ #: source/class.wpdatatable.php:2278
407
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
408
  msgid "CSV"
409
  msgstr ""
410
 
411
+ #: source/class.wdtbrowsetable.php:243
412
  msgid "XML"
413
  msgstr ""
414
 
415
+ #: source/class.wdtbrowsetable.php:246
416
  #, fuzzy
417
  msgid "JSON"
418
  msgstr "JSON bestand"
419
 
420
+ #: source/class.wdtbrowsetable.php:249
421
  #: templates/admin/table-settings/table_settings_block.inc.php:111
422
  #: templates/edit_table.inc.php:91
423
  msgid "Serialized PHP array"
424
  msgstr "Serialized PHP array"
425
 
426
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
427
  msgid "Google spreadsheet"
428
  msgstr ""
429
 
430
+ #: source/class.wdtbrowsetable.php:255
431
  msgid "Simple"
432
  msgstr ""
433
 
434
+ #: source/class.wdtbrowsetable.php:262
435
  msgid "Unknown"
436
  msgstr ""
437
 
438
+ #: source/class.wdtbrowsetable.php:373
439
  msgid "No wpDataTables in the system yet."
440
  msgstr "Nog geen wpDataTables in het systeem"
441
 
443
  msgid "There was an error trying to fetch the table data: "
444
  msgstr ""
445
 
446
+ #: source/class.wdtconfigcontroller.php:477
447
  #, fuzzy
448
  msgid "Table in data source has no rows."
449
  msgstr "Tabel invoer data bron mag niet leeg zijn"
591
  msgid "Please select columns that you want to use in table"
592
  msgstr ""
593
 
594
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
595
+ #: source/class.wpdatatable.php:2288
596
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
597
  msgid "Copy"
598
  msgstr ""
599
 
1304
  msgid "You are mixing data types (several date axes and several number)"
1305
  msgstr ""
1306
 
1307
+ #: source/class.wpdatatable.php:1877
1308
  msgid ""
1309
  "You are trying to load a table of an unknown type. Probably you did not "
1310
  "activate the addon which is required to use this table type."
1311
  msgstr ""
1312
 
1313
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1314
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1315
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1316
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1318
  msgid "All"
1319
  msgstr "Alles"
1320
 
1321
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1322
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1323
  #, fuzzy
1324
  msgid "Columns"
1325
  msgstr "Kolom type"
1326
 
1327
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1328
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1329
  msgid "Print"
1330
  msgstr ""
1331
 
1332
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1333
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1334
  msgid "PDF"
1335
  msgstr ""
1336
 
1337
+ #: source/class.wpdatatable.php:2234
1338
  msgid "Export"
1339
  msgstr ""
1340
 
1341
+ #: source/class.wpdatatable.php:2312
1342
  msgid "Search table"
1343
  msgstr ""
1344
 
1345
+ #: source/class.wpdatatable.php:2313
1346
  msgid "Showing _MENU_ Entries"
1347
  msgstr ""
1348
 
1361
  msgid "if you have some questions or problems with the plugin."
1362
  msgstr "als je vragen of problemen hebt met deze plugin."
1363
 
1364
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1365
  msgid "wpDataTables Addons"
1366
  msgstr ""
1367
 
1375
  msgstr ""
1376
 
1377
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1378
+ #: templates/admin/dashboard/dashboard.inc.php:565
1379
  msgid "Report Builder"
1380
  msgstr ""
1381
 
1382
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1383
+ #: templates/admin/dashboard/dashboard.inc.php:569
1384
  msgid ""
1385
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1386
  "XLSX documents filled in with actual data from your database."
1406
  msgstr ""
1407
 
1408
  #: templates/admin/addons/addons.inc.php:40
1409
+ #: templates/admin/dashboard/dashboard.inc.php:512
1410
  msgid "Master Detail Tables for wpDataTables"
1411
  msgstr ""
1412
 
1427
  msgstr ""
1428
 
1429
  #: templates/admin/addons/addons.inc.php:67
1430
+ #: templates/admin/dashboard/dashboard.inc.php:539
1431
  msgid "Powerful Filters for wpDataTables"
1432
  msgstr ""
1433
 
1439
  msgstr ""
1440
 
1441
  #: templates/admin/addons/addons.inc.php:120
1442
+ #: templates/admin/dashboard/dashboard.inc.php:592
1443
  msgid "Formidable Forms integration for wpDataTables"
1444
  msgstr ""
1445
 
1446
  #: templates/admin/addons/addons.inc.php:123
1447
+ #: templates/admin/dashboard/dashboard.inc.php:596
1448
  msgid ""
1449
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1450
  "create wpDataTables from Formidable Forms entries data."
1451
  msgstr ""
1452
 
1453
  #: templates/admin/addons/addons.inc.php:143
1454
+ #: templates/admin/dashboard/dashboard.inc.php:618
1455
  msgid "Gravity Forms integration for wpDataTables"
1456
  msgstr ""
1457
 
1458
  #: templates/admin/addons/addons.inc.php:146
1459
+ #: templates/admin/dashboard/dashboard.inc.php:622
1460
  msgid ""
1461
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1462
  "wpDataTables from Gravity Forms entries data."
2489
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2490
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2491
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2492
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2493
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2494
  msgid "View Documentation"
2495
  msgstr ""
2720
 
2721
  #: templates/admin/dashboard/dashboard.inc.php:340
2722
  msgid ""
2723
+ "A major update with a couple of new features, bug fixes and stability "
2724
  "improvements:"
2725
  msgstr ""
2726
 
2727
  #: templates/admin/dashboard/dashboard.inc.php:345
2728
  msgid ""
2729
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2730
+ "tables and charts."
2731
  msgstr ""
2732
 
2733
  #: templates/admin/dashboard/dashboard.inc.php:346
2734
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2735
  msgstr ""
2736
 
2737
  #: templates/admin/dashboard/dashboard.inc.php:347
2738
+ msgid ""
2739
+ "<strong>Feature:</strong> New option to set pagination position for each "
2740
+ "table.(Right, center and left)"
2741
  msgstr ""
2742
 
2743
  #: templates/admin/dashboard/dashboard.inc.php:348
2744
+ msgid ""
2745
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2746
+ "(Six different layouts)"
2747
  msgstr ""
2748
 
2749
  #: templates/admin/dashboard/dashboard.inc.php:349
2750
+ msgid ""
2751
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2752
+ "pages."
2753
+ msgstr ""
2754
+
2755
+ #: templates/admin/dashboard/dashboard.inc.php:350
2756
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2757
+ msgstr ""
2758
+
2759
+ #: templates/admin/dashboard/dashboard.inc.php:351
2760
+ msgid ""
2761
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2762
+ "Explorer browser."
2763
+ msgstr ""
2764
+
2765
+ #: templates/admin/dashboard/dashboard.inc.php:352
2766
+ msgid ""
2767
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2768
+ "pages"
2769
+ msgstr ""
2770
+
2771
+ #: templates/admin/dashboard/dashboard.inc.php:353
2772
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2773
+ msgstr ""
2774
+
2775
+ #: templates/admin/dashboard/dashboard.inc.php:354
2776
+ msgid ""
2777
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2778
+ "area"
2779
+ msgstr ""
2780
+
2781
+ #: templates/admin/dashboard/dashboard.inc.php:355
2782
+ msgid ""
2783
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2784
+ msgstr ""
2785
+
2786
+ #: templates/admin/dashboard/dashboard.inc.php:356
2787
  msgid "Other small bug fixes and stability improvements."
2788
  msgstr ""
2789
 
2790
+ #: templates/admin/dashboard/dashboard.inc.php:368
2791
  msgid "Go Premium!"
2792
  msgstr ""
2793
 
2794
+ #: templates/admin/dashboard/dashboard.inc.php:374
2795
  msgid "View Comparison"
2796
  msgstr ""
2797
 
2798
+ #: templates/admin/dashboard/dashboard.inc.php:382
2799
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2800
  msgid ""
2801
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2802
  "of the powerful features."
2803
  msgstr ""
2804
 
2805
+ #: templates/admin/dashboard/dashboard.inc.php:386
2806
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2807
  msgid "Create a table manually"
2808
  msgstr ""
2809
 
2810
+ #: templates/admin/dashboard/dashboard.inc.php:389
2811
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2812
  msgid "Creating tables from Google Spreadsheet"
2813
  msgstr ""
2814
 
2815
+ #: templates/admin/dashboard/dashboard.inc.php:392
2816
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2817
  msgid "Creating MySQL-based tables from database"
2818
  msgstr ""
2819
 
2820
+ #: templates/admin/dashboard/dashboard.inc.php:395
2821
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2822
  msgid "Creating MySQL-based tables from Wordpress post types"
2823
  msgstr ""
2824
 
2825
+ #: templates/admin/dashboard/dashboard.inc.php:398
2826
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2827
  #: templates/edit_table.inc.php:329
2828
  msgid "Advanced filtering"
2829
  msgstr ""
2830
 
2831
+ #: templates/admin/dashboard/dashboard.inc.php:401
2832
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2833
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2834
  #: templates/edit_table.inc.php:282
2835
  msgid "Server-side processing"
2836
  msgstr "Server-side verwerking"
2837
 
2838
+ #: templates/admin/dashboard/dashboard.inc.php:404
2839
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2840
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2841
  msgstr ""
2842
 
2843
+ #: templates/admin/dashboard/dashboard.inc.php:407
2844
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2845
  msgid "Front-end table editing"
2846
  msgstr ""
2847
 
2848
+ #: templates/admin/dashboard/dashboard.inc.php:410
2849
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2850
  msgid "Excel-like editing"
2851
  msgstr ""
2852
 
2853
+ #: templates/admin/dashboard/dashboard.inc.php:413
2854
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2855
  msgid "Creating charts with Highcharts"
2856
  msgstr ""
2857
 
2858
+ #: templates/admin/dashboard/dashboard.inc.php:416
2859
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2860
  msgid "Creating charts with Chart.js"
2861
  msgstr ""
2862
 
2863
+ #: templates/admin/dashboard/dashboard.inc.php:419
2864
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2865
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2866
  #: templates/edit_table.inc.php:301
2867
  msgid "Responsive"
2868
  msgstr ""
2869
 
2870
+ #: templates/admin/dashboard/dashboard.inc.php:422
2871
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2872
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2873
  #: templates/edit_table.inc.php:750
2875
  msgid "Conditional formatting"
2876
  msgstr "Extra instellingen"
2877
 
2878
+ #: templates/admin/dashboard/dashboard.inc.php:425
2879
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2880
  msgid "Calculating Tools"
2881
  msgstr ""
2882
 
2883
+ #: templates/admin/dashboard/dashboard.inc.php:428
2884
  msgid "Formula columns"
2885
  msgstr ""
2886
 
2887
+ #: templates/admin/dashboard/dashboard.inc.php:431
2888
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2889
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2890
  msgid "Placeholders"
2891
  msgstr ""
2892
 
2893
+ #: templates/admin/dashboard/dashboard.inc.php:434
2894
  msgid "Premium support"
2895
  msgstr ""
2896
 
2897
+ #: templates/admin/dashboard/dashboard.inc.php:438
2898
  msgid "Get Premium Today"
2899
  msgstr ""
2900
 
2901
+ #: templates/admin/dashboard/dashboard.inc.php:445
2902
  msgid "News Blog"
2903
  msgstr ""
2904
 
2905
+ #: templates/admin/dashboard/dashboard.inc.php:450
2906
  msgid "Checkout useful articles from wpdatatables.com"
2907
  msgstr ""
2908
 
2909
+ #: templates/admin/dashboard/dashboard.inc.php:477
2910
  msgid ""
2911
  "Never miss notifications about new cool features, promotions,\n"
2912
  " giveaways or freebies – subscribe to our "
2914
  " about 1 message per month and never spam!"
2915
  msgstr ""
2916
 
2917
+ #: templates/admin/dashboard/dashboard.inc.php:495
2918
  msgid "Premium "
2919
  msgstr ""
2920
 
2921
+ #: templates/admin/dashboard/dashboard.inc.php:498
2922
  msgid ""
2923
  "While wpDataTables itself provides quite a large amount of features and "
2924
  "unlimited customisation, flexibility, you can achieve even more with our "
2925
  "premium addons.(requires wpDataTables Premium version)"
2926
  msgstr ""
2927
 
2928
+ #: templates/admin/dashboard/dashboard.inc.php:516
2929
  msgid ""
2930
  "A wpDataTables addon which allows showing additional details for a specific "
2931
  "row in a popup or a separate page or post."
2932
  msgstr ""
2933
 
2934
+ #: templates/admin/dashboard/dashboard.inc.php:522
2935
+ #: templates/admin/dashboard/dashboard.inc.php:549
2936
+ #: templates/admin/dashboard/dashboard.inc.php:575
2937
+ #: templates/admin/dashboard/dashboard.inc.php:602
2938
+ #: templates/admin/dashboard/dashboard.inc.php:628
2939
+ #: templates/admin/dashboard/dashboard.inc.php:661
2940
  msgid "Learn More"
2941
  msgstr ""
2942
 
2943
+ #: templates/admin/dashboard/dashboard.inc.php:543
2944
  msgid ""
2945
  "An add-on for wpDataTables that provides powerful filtering features: "
2946
  "cascade filtering, applying filters on button click, hide table before "
2947
  "filtering."
2948
  msgstr ""
2949
 
2950
+ #: templates/admin/dashboard/dashboard.inc.php:639
2951
  msgid "Need free booking plugin?"
2952
  msgstr ""
2953
 
2954
+ #: templates/admin/dashboard/dashboard.inc.php:648
2955
  msgid "Appointments and Events WordPress Booking Plugin"
2956
  msgstr ""
2957
 
2958
+ #: templates/admin/dashboard/dashboard.inc.php:651
2959
  msgid ""
2960
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2961
  "set up a fully-featured automated booking system on your WordPress website "
2966
  "each month."
2967
  msgstr ""
2968
 
2969
+ #: templates/admin/dashboard/dashboard.inc.php:654
2970
  msgid "Rating: 4.3 - ‎68 reviews"
2971
  msgstr ""
2972
 
2973
+ #: templates/admin/dashboard/dashboard.inc.php:657
2974
  msgid "Free Download"
2975
  msgstr ""
2976
 
2977
+ #: templates/admin/dashboard/dashboard.inc.php:672
2978
  #: templates/admin/getting-started/getting_started.inc.php:184
2979
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2980
  #: templates/admin/support/support.inc.php:78
2983
  msgid "Made by"
2984
  msgstr ""
2985
 
2986
+ #: templates/admin/dashboard/dashboard.inc.php:680
2987
  #: templates/admin/getting-started/getting_started.inc.php:192
2988
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2989
  #: templates/admin/support/support.inc.php:45
2995
  msgid "Documentation"
2996
  msgstr "wpDataTables documentatie"
2997
 
2998
+ #: templates/admin/dashboard/dashboard.inc.php:684
2999
  #: templates/admin/getting-started/getting_started.inc.php:196
3000
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
3001
  #: templates/admin/support/support.inc.php:24
3182
 
3183
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3184
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3185
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3186
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3187
  msgid "Sorting"
3188
  msgstr ""
3189
 
3190
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3191
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3192
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3193
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3194
  msgid "Pagination"
3195
  msgstr ""
3196
 
3801
  msgid "Pick the CSV delimiter"
3802
  msgstr ""
3803
 
3804
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3805
+ msgid "Tables sorting direction in admin page"
3806
+ msgstr ""
3807
+
3808
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3809
+ msgid ""
3810
+ "Here you can set sorting direction by id for browse tables and charts. By "
3811
+ "default is ascending order."
3812
+ msgstr ""
3813
+
3814
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3815
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3816
+ #: templates/edit_table.inc.php:663
3817
+ msgid "Ascending"
3818
+ msgstr "Oplopend"
3819
+
3820
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3821
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3822
+ #: templates/edit_table.inc.php:665
3823
+ msgid "Descending"
3824
+ msgstr "Aflopend"
3825
+
3826
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3827
  #: templates/settings.inc.php:171
3828
  msgid "Tablet width"
3829
  msgstr "Tablet breedte"
3830
 
3831
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3832
  #: templates/settings.inc.php:175
3833
  msgid ""
3834
  "Here you can specify width of the screen (in pixels) that will be treated as "
3835
  "a tablet. You can set it wider if you want responsive effect on desktops."
3836
  msgstr ""
3837
 
3838
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3839
  #: templates/settings.inc.php:181
3840
  msgid "Mobile width"
3841
  msgstr "Mobiele breedte"
3842
 
3843
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3844
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3845
  msgstr ""
3846
 
3847
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3848
  #: templates/settings.inc.php:61
3849
  msgid "Tables per admin page"
3850
  msgstr "Tabellen per adminpagina"
3851
 
3852
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3853
  #, fuzzy
3854
  msgid "How many tables to show in the browse page."
3855
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3856
 
3857
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3858
  #, fuzzy
3859
  msgid "Align numbers"
3860
  msgstr "Sorteer nummers aan de rechter kant"
3861
 
3862
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3863
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3864
  msgstr ""
3865
 
3866
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3867
  #: templates/settings.inc.php:161
3868
  msgid "Align numbers to the right"
3869
  msgstr ""
3870
 
3871
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3872
  msgid "Sum functions label"
3873
  msgstr ""
3874
 
3875
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3876
  msgid ""
3877
  "Enter a label that will be used for Sum functions. If you leave it blank "
3878
  "default label will be Σ ="
3879
  msgstr ""
3880
 
3881
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3882
  msgid "Average functions label"
3883
  msgstr ""
3884
 
3885
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3886
  msgid ""
3887
  "Enter a label that will be used for Average functions. If you leave it blank "
3888
  "default label will be Avg ="
3889
  msgstr ""
3890
 
3891
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3892
  msgid "Minimum functions label"
3893
  msgstr ""
3894
 
3895
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3896
  msgid ""
3897
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3898
  "default label will be Min ="
3899
  msgstr ""
3900
 
3901
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3902
  msgid "Maximum functions label"
3903
  msgstr ""
3904
 
3905
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3906
  msgid ""
3907
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3908
  "default label will be Max ="
3909
  msgstr ""
3910
 
3911
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3912
  msgid "Include full bootstrap front-end"
3913
  msgstr ""
3914
 
3915
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3916
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3917
  msgid ""
3918
  "It is recommended to uncheck this option if bootstrap.js is already included "
3919
  "in one of the theme files. Unchecked option means that there is still "
3920
  "bootstrap.js included just in noconflict mode which should prevent errors."
3921
  msgstr ""
3922
 
3923
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3924
  msgid "Include full bootstrap.js on the front-end"
3925
  msgstr ""
3926
 
3927
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3928
  msgid "Include full bootstrap back-end"
3929
  msgstr ""
3930
 
3931
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3932
  msgid "Include full bootstrap.js on the back-end"
3933
  msgstr ""
3934
 
3935
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3936
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3937
  #: templates/settings.inc.php:32
3938
  msgid "Show plugin credentials below tables"
3939
  msgstr ""
3940
 
3941
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3942
  #: templates/settings.inc.php:32
3943
  msgid ""
3944
  "If you want to support our project, please, keep this checkbox as checked"
3945
  msgstr ""
3946
 
3947
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3948
  msgid "Prevent deleting tables in database"
3949
  msgstr ""
3950
 
3951
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3952
  msgid ""
3953
  "It is recommended to leave this option as checked if you what to keep your "
3954
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3955
  "this option, it will be deleted all tables in database after deleting plugin"
3956
  msgstr ""
3957
 
3958
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3959
  msgid ""
3960
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3961
  msgstr ""
3962
 
3963
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3964
  msgid "Remove Getting Started page"
3965
  msgstr ""
3966
 
3967
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3968
  msgid ""
3969
  "Check this option if you want to remove Getting Started page from admin menu."
3970
  msgstr ""
3971
 
3972
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3973
  msgid "Remove \"Getting Started\" page from admin menu."
3974
  msgstr ""
3975
 
4711
  msgid "Choose whether to sort ascending or descending by default."
4712
  msgstr ""
4713
 
 
 
 
 
 
 
 
 
 
 
4714
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4715
  msgid "Add a filter for this column"
4716
  msgstr ""
5460
  msgstr "Geavanceerde filtering"
5461
 
5462
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5463
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5464
  #, fuzzy
5465
  msgid "Table Tools"
5466
  msgstr "Tabel tools"
5653
  "be on to use word wrapping."
5654
  msgstr ""
5655
 
5656
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5657
+ msgid "Enable to show a pagination"
5658
+ msgstr ""
5659
+
5660
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5661
+ msgid "Show pagination block below the table"
5662
+ msgstr ""
5663
+
5664
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5665
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5666
+ msgid "Pagination Alignment"
5667
+ msgstr ""
5668
+
5669
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5670
+ msgid "Here you can set pagination position: right, center or left."
5671
+ msgstr ""
5672
+
5673
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5674
+ msgid "Right"
5675
+ msgstr ""
5676
+
5677
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5678
+ msgid "Center"
5679
+ msgstr ""
5680
+
5681
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5682
+ msgid "Left"
5683
+ msgstr ""
5684
+
5685
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5686
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5687
+ msgid "Pagination Layout"
5688
+ msgstr ""
5689
+
5690
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5691
+ msgid "Here you can choose between different pagination layout."
5692
+ msgstr ""
5693
+
5694
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5695
+ msgid ""
5696
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5697
+ msgstr ""
5698
+
5699
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5700
+ msgid "\"Previous\" and \"Next\" buttons only"
5701
+ msgstr ""
5702
+
5703
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5704
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5705
+ msgstr ""
5706
+
5707
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5708
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5709
+ msgstr ""
5710
+
5711
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5712
+ msgid "Page number buttons only"
5713
+ msgstr ""
5714
+
5715
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5716
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5717
+ msgstr ""
5718
+
5719
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5720
  #, fuzzy
5721
  msgid "Advanced column filters"
5722
  msgstr "Geavanceerde filtering"
5723
 
5724
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5725
  #, fuzzy
5726
  msgid "Advanced filter"
5727
  msgstr "Geavanceerde filtering"
5728
 
5729
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5730
  msgid ""
5731
  "Enable to show an advanced filter for each of the columns, filters can be "
5732
  "shown in table footer, header or in a separate form."
5733
  msgstr ""
5734
 
5735
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5736
  #, fuzzy
5737
  msgid "Enable advanced column filters"
5738
  msgstr "Render geavanceerd filter"
5739
 
5740
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5741
  msgid ""
5742
  "If this is enabled, each column header will be clickable; clicking will sort "
5743
  "the whole table by the content of this column cells ascending or descending."
5744
  msgstr ""
5745
 
5746
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5747
  #, fuzzy
5748
  msgid "Allow sorting for the table"
5749
  msgstr "Onder de grafiek/diagram"
5750
 
5751
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5752
  msgid "Main search block"
5753
  msgstr ""
5754
 
5755
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5756
  msgid "Global search"
5757
  msgstr ""
5758
 
5759
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5760
  msgid ""
5761
  "If this is enabled, a search block will be displayed on the top right of the "
5762
  "table, allowing to search through whole table with a single input."
5763
  msgstr ""
5764
 
5765
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5766
  msgid "Enable search block"
5767
  msgstr ""
5768
 
5769
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5770
  #, fuzzy
5771
  msgid "Filters in a form"
5772
  msgstr "Filter in formulier"
5773
 
5774
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5775
  #: templates/edit_table.inc.php:340
5776
  msgid "Filter in form"
5777
  msgstr "Filter in formulier"
5778
 
5779
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5780
  msgid ""
5781
  "Enable to show the advanced column filter in a form above the table, instead "
5782
  "of showing in the table footer/header."
5783
  msgstr ""
5784
 
5785
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5786
  msgid "Show filters in a form above the table"
5787
  msgstr ""
5788
 
5789
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5790
  #, fuzzy
5791
  msgid "Clear filters button"
5792
  msgstr "Leeg filters"
5793
 
5794
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5795
  #: templates/frontend/filter_form.inc.php:32
5796
  msgid "Clear filters"
5797
  msgstr "Leeg filters"
5798
 
5799
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5800
  msgid "Enable to show the clear filters button."
5801
  msgstr ""
5802
 
5803
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5804
  msgid ""
5805
  "If filter in form is enabled, clear button will be rendered after the last "
5806
  "filter."
5807
  msgstr ""
5808
 
5809
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5810
  msgid ""
5811
  "Otherwise, clear filter button will be rendered above the table next to "
5812
  "\"Table Tools\" buttons."
5813
  msgstr ""
5814
 
5815
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5816
  #, fuzzy
5817
  msgid "Show clear filters button"
5818
  msgstr "Leeg filters"
5819
 
5820
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5821
  #, fuzzy
5822
  msgid "Allow editing"
5823
  msgstr "Front-end aanpassen"
5824
 
5825
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5826
  #: templates/edit_table.inc.php:180
5827
  msgid "Front-end editing"
5828
  msgstr "Front-end aanpassen"
5829
 
5830
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5831
  #, fuzzy
5832
  msgid "Allow editing the table from the front-end."
5833
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
5834
 
5835
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5836
  #, fuzzy
5837
  msgid "Allow front-end editing"
5838
  msgstr "Front-end aanpassen"
5839
 
5840
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5841
  msgid "Popover edit block"
5842
  msgstr ""
5843
 
5844
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5845
  #: templates/edit_table.inc.php:232
5846
  msgid "Popover tools"
5847
  msgstr ""
5848
 
5849
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5850
  msgid ""
5851
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5852
  "popover when you click on any row, instead of Table Tools block above the "
5853
  "table."
5854
  msgstr ""
5855
 
5856
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5857
  msgid "Editing buttons in a popover"
5858
  msgstr ""
5859
 
5860
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5861
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5862
  #, fuzzy
5863
  msgid "In-line editing"
5864
  msgstr "Front-end aanpassen"
5865
 
5866
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5867
  msgid ""
5868
  "If this is enabled, front-end users will be able to edit cells by double-"
5869
  "clicking them, not only with the editor dialog."
5870
  msgstr ""
5871
 
5872
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5873
  #, fuzzy
5874
  msgid "Allow in-line editing"
5875
  msgstr "Front-end aanpassen"
5876
 
5877
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5878
  #: templates/edit_table.inc.php:192
5879
  msgid "MySQL table name for editing"
5880
  msgstr "MySQL tabel naam voor aanpassen"
5881
 
5882
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5883
  #, fuzzy
5884
  msgid ""
5885
  "Name of the MySQL table which will be updated when edited from front-end."
5887
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
5888
  "front-end"
5889
 
5890
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5891
  #, fuzzy
5892
  msgid "MySQL table name"
5893
  msgstr "MySQL database naam"
5894
 
5895
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5896
  #: templates/edit_table.inc.php:203
5897
  #, fuzzy
5898
  msgid "ID column for editing"
5899
  msgstr "MySQL tabel naam voor aanpassen"
5900
 
5901
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5902
  msgid ""
5903
  "Choose the column values from which will be used as row identifiers. MUST be "
5904
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5906
  "\"id\" or \"ID\" on MySQL side."
5907
  msgstr ""
5908
 
5909
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5910
  #: templates/edit_table.inc.php:267
5911
  msgid "Editor roles"
5912
  msgstr "Editor rollen"
5913
 
5914
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5915
  #, fuzzy
5916
  msgid ""
5917
  "If you want only specific user roles to be able to edit the table, choose in "
5920
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
5921
  "aanpassingen kan doen)"
5922
 
5923
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5924
  msgid "Everyone"
5925
  msgstr ""
5926
 
5927
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5928
  msgid "Administrators"
5929
  msgstr ""
5930
 
5931
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
5932
  msgid "Editors"
5933
  msgstr ""
5934
 
5935
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
5936
  msgid "Authors"
5937
  msgstr ""
5938
 
5939
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
5940
  msgid "Contributors"
5941
  msgstr ""
5942
 
5943
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
5944
  msgid "Subscribers"
5945
  msgstr ""
5946
 
5947
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
5948
  msgid "Users see and edit only own data"
5949
  msgstr ""
5950
 
5951
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5952
  msgid "Users see and edit only their own data"
5953
  msgstr ""
5954
 
5955
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5956
  msgid ""
5957
  "If this is enabled, users will see and edit only the rows that are related "
5958
  "to them or were created by them (associated using the User ID column)."
5959
  msgstr ""
5960
 
5961
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
5962
  msgid "Limit editing to own data only"
5963
  msgstr ""
5964
 
5965
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
5966
  #: templates/edit_table.inc.php:250
5967
  #, fuzzy
5968
  msgid "User ID column"
5969
  msgstr "ID kolom"
5970
 
5971
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
5972
  msgid ""
5973
  "Choose the column values from which will be used as User identifiers. "
5974
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5975
  "an integer on MySQL side."
5976
  msgstr ""
5977
 
5978
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
5979
  #: templates/edit_table.inc.php:350
5980
  msgid "Table tools"
5981
  msgstr "Tabel tools"
5982
 
5983
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
5984
  msgid ""
5985
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5986
  msgstr ""
5987
 
5988
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
5989
  #, fuzzy
5990
  msgid "Enable Table Tools"
5991
  msgstr "Tabel tools"
5992
 
5993
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
5994
  msgid "Buttons"
5995
  msgstr ""
5996
 
5997
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
5998
  msgid "Choose which buttons to show in the Table Tools block."
5999
  msgstr ""
6000
 
6001
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
6002
  #, fuzzy
6003
  msgid "Columns visibility"
6004
  msgstr "Kolom type"
6005
 
6006
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
6007
  msgid ""
6008
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
6009
  "that will be replaced with some actual values at the execution time; usually "
6010
  "this is used for MySQL queries."
6011
  msgstr ""
6012
 
6013
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
6014
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
6015
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
6016
  msgid ""
6017
  "This placeholder will be replaced with any value that you will provide in a "
6018
  "shortcode. Provide a default value here that will be used for table "
6019
  "generation and when a different one is not defined in the shortcode."
6020
  msgstr ""
6021
 
6022
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
6023
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
6024
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
6025
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
6026
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
6027
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
6028
  msgid "Default for table generation"
6029
  msgstr ""
6030
 
6031
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
6032
  msgid ""
6033
  "This placeholder will be replaced with the ID of currently logged in user. "
6034
  "Provide a value here to be used for table generation"
6035
  msgstr ""
6036
 
6037
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
6038
  msgid ""
6039
  "This placeholder will be replaced with the login of currently logged in "
6040
  "user. Provide a value here to be used for table generation"
6041
  msgstr ""
6042
 
6043
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
6044
  msgid ""
6045
  "This placeholder will be replaced with the current prefix of WordPress "
6046
  "database. Provide a value here to be used for table generation"
6047
  msgstr ""
6048
 
6049
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
6050
  msgid ""
6051
  "This placeholder will be replaced with the ID of current post. Provide a "
6052
  "value here to be used for table generation"
6068
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6069
  msgid ""
6070
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6071
+ "with tables, charts and data management easy. 40,000+ companies."
6072
  msgstr ""
6073
 
6074
  #: templates/admin/welcome_page/welcome_page.inc.php:62
7094
  msgid "There was a problem saving your settings"
7095
  msgstr "Er was een probleem bij het opslaan van je instellingen"
7096
 
7097
+ #: widgets/class.wpDataChartsElementorWidget.php:28
7098
+ msgid "wpDataChart content"
7099
+ msgstr ""
7100
+
7101
+ #: widgets/class.wpDataChartsElementorWidget.php:35
7102
+ msgid "Select wpDataChart:"
7103
+ msgstr ""
7104
+
7105
+ #: widgets/class.wpDataTablesElementorWidget.php:28
7106
+ msgid "wpDataTable content"
7107
+ msgstr ""
7108
+
7109
+ #: widgets/class.wpDataTablesElementorWidget.php:35
7110
+ msgid "Select wpDataTable:"
7111
+ msgstr ""
7112
+
7113
+ #: widgets/class.wpDataTablesElementorWidget.php:45
7114
+ msgid "Set name for export file:"
7115
+ msgstr ""
7116
+
7117
+ #: widgets/class.wpDataTablesElementorWidget.php:48
7118
+ msgid "Insert name for export file"
7119
+ msgstr ""
7120
+
7121
  #, fuzzy
7122
  #~ msgid "Bad request format."
7123
  #~ msgstr "Datum format"
languages/pl_PL/wpdatatables-pl_PL.mo CHANGED
Binary file
languages/pl_PL/wpdatatables-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:49+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:49+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: pl\n"
@@ -98,101 +98,101 @@ msgstr ""
98
  msgid "Go Premium"
99
  msgstr ""
100
 
101
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
102
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
103
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
104
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
105
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
106
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
107
- #: controllers/wdt_admin.php:815
108
  msgid "You do not have sufficient permissions to access this page."
109
  msgstr "Nie masz wystarczających uprawnień, aby uzyskać dostęp do tej strony."
110
 
111
- #: controllers/wdt_functions.php:467
112
  msgid "wpDataChart with provided ID not found!"
113
  msgstr "wpDataChart z podanego identyfikatora nie znaleziono!"
114
 
115
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
116
  msgid "wpDataTable with provided ID not found!"
117
  msgstr "wpDataTable z podanego identyfikatora nie znaleziono!"
118
 
119
- #: controllers/wdt_functions.php:594
120
  msgid "Provided column is not Integer or Float column type"
121
  msgstr "Podana kolumna nie jest Integer lub float Typ kolumny"
122
 
123
- #: controllers/wdt_functions.php:811
124
  msgid "Choose a table"
125
  msgstr "Wybierz tabelę"
126
 
127
- #: controllers/wdt_functions.php:843
128
  msgid "Interactive Responsive Table"
129
  msgstr "Interaktywny responsywny stół"
130
 
131
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
132
  msgid "Content"
133
  msgstr "Zawartość"
134
 
135
- #: controllers/wdt_functions.php:850
136
  msgid "wpDataTable"
137
  msgstr "wpDataTable"
138
 
139
- #: controllers/wdt_functions.php:854
140
  msgid "Choose the wpDataTable from a dropdown"
141
  msgstr "Wybierz wpDataTable z listy rozwijanej"
142
 
143
- #: controllers/wdt_functions.php:859
144
  msgid "Table view"
145
  msgstr "Widok tabeli"
146
 
147
- #: controllers/wdt_functions.php:863
148
  msgid "Regular wpDataTable"
149
  msgstr "Regularne wpDataTable"
150
 
151
- #: controllers/wdt_functions.php:865
152
  msgid "Excel-like table"
153
  msgstr "Tabela podobnych do Excela"
154
 
155
- #: controllers/wdt_functions.php:871
156
  msgid "Variable placeholder #1"
157
  msgstr "Zmienna #1 zastępcza"
158
 
159
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
160
- #: controllers/wdt_functions.php:890
161
  msgid "Variables"
162
  msgstr "Zmienne"
163
 
164
- #: controllers/wdt_functions.php:875
165
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
166
  msgstr ""
167
  "Jeśli użyto symbolu zastępczego VAR1 można przypisać do niej wartość tutaj"
168
 
169
- #: controllers/wdt_functions.php:879
170
  msgid "Variable placeholder #2"
171
  msgstr "Zmienna #2 zastępcza"
172
 
173
- #: controllers/wdt_functions.php:883
174
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
175
  msgstr ""
176
  "Jeśli użyto symbolu zastępczego VAR2 można przypisać do niej wartość tutaj"
177
 
178
- #: controllers/wdt_functions.php:887
179
  msgid "Variable placeholder #3"
180
  msgstr "Zmienna #3 zastępcza"
181
 
182
- #: controllers/wdt_functions.php:891
183
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
184
  msgstr ""
185
  "Jeśli użyto symbolu zastępczego VAR3 można przypisać do niej wartość tutaj"
186
 
187
- #: controllers/wdt_functions.php:904
188
  msgid "Google or Highcharts chart based on a wpDataTable"
189
  msgstr "Google lub Highcharts wykres oparty na wpDataTable"
190
 
191
- #: controllers/wdt_functions.php:911
192
  msgid "wpDataChart"
193
  msgstr "Właściwość wpDataChart"
194
 
195
- #: controllers/wdt_functions.php:915
196
  msgid "Choose one of wpDataCharts from the list"
197
  msgstr "Wybierz jedną z wpDataCharts z listy"
198
 
@@ -214,157 +214,157 @@ msgstr ""
214
  "shortcode zostanie wstawiony automatycznie. Są w stanie podać wartości dla "
215
  "symboli zastępczych, a także dla Nazwa pliku eksportu."
216
 
217
- #: source/class.wdtbrowsechartstable.php:140
218
- #: source/class.wdtbrowsetable.php:167
219
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
220
  #: templates/admin/dashboard/dashboard.inc.php:153
221
  #: templates/admin/dashboard/dashboard.inc.php:222
222
  msgid "Click to copy shortcode"
223
  msgstr "Kliknij, aby skopiować shortcode"
224
 
225
- #: source/class.wdtbrowsechartstable.php:149
226
- #: source/class.wdtbrowsetable.php:178
227
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
228
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
229
  msgid "Duplicate"
230
  msgstr "Duplikuj"
231
 
232
- #: source/class.wdtbrowsechartstable.php:155
233
- #: source/class.wdtbrowsetable.php:184
234
  #: templates/admin/dashboard/dashboard.inc.php:261
235
  msgid "Configure"
236
  msgstr "Konfiguracja"
237
 
238
- #: source/class.wdtbrowsechartstable.php:161
239
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
240
  #: templates/admin/browse/bulk_actions.inc.php:14
241
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
242
  msgid "Delete"
243
  msgstr "Usuń"
244
 
245
- #: source/class.wdtbrowsechartstable.php:216
246
- #: source/class.wdtbrowsechartstable.php:225
247
  msgid "Column Chart"
248
  msgstr "Wykres kolumnowy"
249
 
250
- #: source/class.wdtbrowsechartstable.php:219
251
- #: source/class.wdtbrowsechartstable.php:243
252
  msgid "Line Chart"
253
  msgstr "Wykres liniowy"
254
 
255
- #: source/class.wdtbrowsechartstable.php:222
256
- #: source/class.wdtbrowsechartstable.php:246
257
  msgid "Pie Chart"
258
  msgstr "Wykres kołowy"
259
 
260
- #: source/class.wdtbrowsechartstable.php:228
261
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
262
  #: templates/chart_wizard.inc.php:91
263
  msgid "Histogram"
264
  msgstr "Histogram"
265
 
266
- #: source/class.wdtbrowsechartstable.php:231
267
  msgid "Bar Chart"
268
  msgstr "Wykres słupkowy"
269
 
270
- #: source/class.wdtbrowsechartstable.php:234
271
  msgid "Stacked Bar Chart"
272
  msgstr "Skumulowany wykres słupkowy"
273
 
274
- #: source/class.wdtbrowsechartstable.php:237
275
  msgid "Area Chart"
276
  msgstr "Wykres warstwowy"
277
 
278
- #: source/class.wdtbrowsechartstable.php:240
279
  msgid "Stepped Area Chart"
280
  msgstr "Wykres warstwowy stopniowany"
281
 
282
- #: source/class.wdtbrowsechartstable.php:249
283
  msgid "Bubble Chart"
284
  msgstr "KChart"
285
 
286
- #: source/class.wdtbrowsechartstable.php:252
287
  msgid "Donut Chart"
288
  msgstr "Wykres Donut"
289
 
290
- #: source/class.wdtbrowsechartstable.php:255
291
  msgid "Gauge Chart"
292
  msgstr "Wykres zegarowy"
293
 
294
- #: source/class.wdtbrowsechartstable.php:258
295
  msgid "Scatter Chart"
296
  msgstr "Wybierz typ wykresu"
297
 
298
- #: source/class.wdtbrowsechartstable.php:261
299
  msgid "Candlestick Chart"
300
  msgstr "Wykres świecowy"
301
 
302
- #: source/class.wdtbrowsechartstable.php:264
303
  msgid "Waterfall Chart"
304
  msgstr "Wykres wodospadu"
305
 
306
- #: source/class.wdtbrowsechartstable.php:277
307
  msgid "Google"
308
  msgstr "Google"
309
 
310
- #: source/class.wdtbrowsechartstable.php:343
311
- #: source/class.wdtbrowsetable.php:296
312
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
313
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
314
  msgid "Select All"
315
  msgstr "Zaznacz wszystko"
316
 
317
- #: source/class.wdtbrowsechartstable.php:396
318
  msgid "No wpDataCharts in the system yet."
319
  msgstr "Nie wpDataCharts w systemie jeszcze."
320
 
321
- #: source/class.wdtbrowsetable.php:230
322
  msgid "MySQL"
323
  msgstr "MySQL"
324
 
325
- #: source/class.wdtbrowsetable.php:233
326
  msgid "Manual"
327
  msgstr "Ręcznie"
328
 
329
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
330
- #: source/class.wpdatatable.php:2205
331
- #: templates/admin/table-settings/table_settings_block.inc.php:932
332
  msgid "Excel"
333
  msgstr "Excel"
334
 
335
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
336
- #: source/class.wpdatatable.php:2215
337
- #: templates/admin/table-settings/table_settings_block.inc.php:933
338
  msgid "CSV"
339
  msgstr "CSV"
340
 
341
- #: source/class.wdtbrowsetable.php:242
342
  msgid "XML"
343
  msgstr "XML"
344
 
345
- #: source/class.wdtbrowsetable.php:245
346
  msgid "JSON"
347
  msgstr "JSON"
348
 
349
- #: source/class.wdtbrowsetable.php:248
350
  #: templates/admin/table-settings/table_settings_block.inc.php:111
351
  #: templates/edit_table.inc.php:91
352
  msgid "Serialized PHP array"
353
  msgstr "Serializowana tablica PHP"
354
 
355
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
356
  msgid "Google spreadsheet"
357
  msgstr "Arkusz kalkulacyjny Google"
358
 
359
- #: source/class.wdtbrowsetable.php:254
360
  msgid "Simple"
361
  msgstr ""
362
 
363
- #: source/class.wdtbrowsetable.php:261
364
  msgid "Unknown"
365
  msgstr "Nieznany"
366
 
367
- #: source/class.wdtbrowsetable.php:371
368
  msgid "No wpDataTables in the system yet."
369
  msgstr "Brak wpDataTables w systemie jeszcze."
370
 
@@ -372,7 +372,7 @@ msgstr "Brak wpDataTables w systemie jeszcze."
372
  msgid "There was an error trying to fetch the table data: "
373
  msgstr "Wystąpił błąd podczas próby pobrania danych z tabeli:"
374
 
375
- #: source/class.wdtconfigcontroller.php:468
376
  msgid "Table in data source has no rows."
377
  msgstr "Tabela w źródle danych nie ma wierszy."
378
 
@@ -518,9 +518,9 @@ msgstr "Kolumna została usunięta!"
518
  msgid "Please select columns that you want to use in table"
519
  msgstr "Proszę wybrać kolumny, których chcesz użyć w tabeli"
520
 
521
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
522
- #: source/class.wpdatatable.php:2225
523
- #: templates/admin/table-settings/table_settings_block.inc.php:934
524
  msgid "Copy"
525
  msgstr "Kopiuj"
526
 
@@ -1224,7 +1224,7 @@ msgstr "Tylko jedna kolumna może być typu String"
1224
  msgid "You are mixing data types (several date axes and several number)"
1225
  msgstr "Mieszasz typy danych (kilka osi daty i kilka liczb)"
1226
 
1227
- #: source/class.wpdatatable.php:1827
1228
  msgid ""
1229
  "You are trying to load a table of an unknown type. Probably you did not "
1230
  "activate the addon which is required to use this table type."
@@ -1232,7 +1232,7 @@ msgstr ""
1232
  "Próbujesz załadować tabelę nieznanego typu. Prawdopodobnie nie aktywowano "
1233
  "dodatku, który jest wymagany do korzystania z tego typu tabeli."
1234
 
1235
- #: source/class.wpdatatable.php:2054
1236
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1237
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1238
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1240,30 +1240,30 @@ msgstr ""
1240
  msgid "All"
1241
  msgstr "Wszystkie"
1242
 
1243
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1244
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1245
  msgid "Columns"
1246
  msgstr "Kolumny"
1247
 
1248
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1249
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1250
  msgid "Print"
1251
  msgstr "Drukuj"
1252
 
1253
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1254
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1255
  msgid "PDF"
1256
  msgstr "PDF"
1257
 
1258
- #: source/class.wpdatatable.php:2171
1259
  msgid "Export"
1260
  msgstr "Eksport"
1261
 
1262
- #: source/class.wpdatatable.php:2249
1263
  msgid "Search table"
1264
  msgstr "Szukaj"
1265
 
1266
- #: source/class.wpdatatable.php:2250
1267
  msgid "Showing _MENU_ Entries"
1268
  msgstr "Wyświetlanie wpisów _MENU_"
1269
 
@@ -1282,7 +1282,7 @@ msgstr ""
1282
  msgid "if you have some questions or problems with the plugin."
1283
  msgstr ""
1284
 
1285
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1286
  msgid "wpDataTables Addons"
1287
  msgstr ""
1288
 
@@ -1301,12 +1301,12 @@ msgstr ""
1301
  "przez twórców wpDataTables i 3rd party deweloperów, więc stay tuned."
1302
 
1303
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1304
- #: templates/admin/dashboard/dashboard.inc.php:558
1305
  msgid "Report Builder"
1306
  msgstr ""
1307
 
1308
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1309
- #: templates/admin/dashboard/dashboard.inc.php:562
1310
  msgid ""
1311
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1312
  "XLSX documents filled in with actual data from your database."
@@ -1334,7 +1334,7 @@ msgid "NEW"
1334
  msgstr ""
1335
 
1336
  #: templates/admin/addons/addons.inc.php:40
1337
- #: templates/admin/dashboard/dashboard.inc.php:505
1338
  msgid "Master Detail Tables for wpDataTables"
1339
  msgstr ""
1340
 
@@ -1355,7 +1355,7 @@ msgid "Learn more"
1355
  msgstr ""
1356
 
1357
  #: templates/admin/addons/addons.inc.php:67
1358
- #: templates/admin/dashboard/dashboard.inc.php:532
1359
  msgid "Powerful Filters for wpDataTables"
1360
  msgstr "Potężne filtry dla wpDataTables"
1361
 
@@ -1370,12 +1370,12 @@ msgstr ""
1370
  "tylko filtr bez tabeli, zanim użytkownik definiuje wartości wyszukiwania."
1371
 
1372
  #: templates/admin/addons/addons.inc.php:120
1373
- #: templates/admin/dashboard/dashboard.inc.php:585
1374
  msgid "Formidable Forms integration for wpDataTables"
1375
  msgstr "Integracja formularzy Formidable dla wpDataTables"
1376
 
1377
  #: templates/admin/addons/addons.inc.php:123
1378
- #: templates/admin/dashboard/dashboard.inc.php:589
1379
  msgid ""
1380
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1381
  "create wpDataTables from Formidable Forms entries data."
@@ -1384,12 +1384,12 @@ msgstr ""
1384
  "na tworzenie wpDataTables z Formidable danych wpisów formularzy."
1385
 
1386
  #: templates/admin/addons/addons.inc.php:143
1387
- #: templates/admin/dashboard/dashboard.inc.php:611
1388
  msgid "Gravity Forms integration for wpDataTables"
1389
  msgstr "Integracja form grawitacyjnych dla wpDataTables"
1390
 
1391
  #: templates/admin/addons/addons.inc.php:146
1392
- #: templates/admin/dashboard/dashboard.inc.php:615
1393
  msgid ""
1394
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1395
  "wpDataTables from Gravity Forms entries data."
@@ -2398,7 +2398,7 @@ msgstr "Otwórz w edytorze jak w Excelu"
2398
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2399
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2400
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2401
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2402
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2403
  msgid "View Documentation"
2404
  msgstr ""
@@ -2630,151 +2630,192 @@ msgstr ""
2630
 
2631
  #: templates/admin/dashboard/dashboard.inc.php:340
2632
  msgid ""
2633
- "A major update with new table type, and a couple of bug fixes and stability "
2634
  "improvements:"
2635
  msgstr ""
2636
 
2637
  #: templates/admin/dashboard/dashboard.inc.php:345
2638
  msgid ""
2639
- "Feature: New table type - Create a simple table with any data, merged cells, "
2640
- "styling, star rating and a lot more."
2641
  msgstr ""
2642
 
2643
  #: templates/admin/dashboard/dashboard.inc.php:346
2644
- msgid "Feature: Added Slovenian translation"
2645
  msgstr ""
2646
 
2647
  #: templates/admin/dashboard/dashboard.inc.php:347
2648
- msgid "Improvement: Update French translation"
 
 
2649
  msgstr ""
2650
 
2651
  #: templates/admin/dashboard/dashboard.inc.php:348
2652
- msgid "Improvement: Added new color picker"
 
 
2653
  msgstr ""
2654
 
2655
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2656
  msgid "Other small bug fixes and stability improvements."
2657
  msgstr ""
2658
 
2659
- #: templates/admin/dashboard/dashboard.inc.php:361
2660
  msgid "Go Premium!"
2661
  msgstr ""
2662
 
2663
- #: templates/admin/dashboard/dashboard.inc.php:367
2664
  msgid "View Comparison"
2665
  msgstr ""
2666
 
2667
- #: templates/admin/dashboard/dashboard.inc.php:375
2668
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2669
  msgid ""
2670
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2671
  "of the powerful features."
2672
  msgstr ""
2673
 
2674
- #: templates/admin/dashboard/dashboard.inc.php:379
2675
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2676
  msgid "Create a table manually"
2677
  msgstr "Ręczne tworzenie tabeli"
2678
 
2679
- #: templates/admin/dashboard/dashboard.inc.php:382
2680
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2681
  msgid "Creating tables from Google Spreadsheet"
2682
  msgstr ""
2683
 
2684
- #: templates/admin/dashboard/dashboard.inc.php:385
2685
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2686
  msgid "Creating MySQL-based tables from database"
2687
  msgstr ""
2688
 
2689
- #: templates/admin/dashboard/dashboard.inc.php:388
2690
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2691
  msgid "Creating MySQL-based tables from Wordpress post types"
2692
  msgstr ""
2693
 
2694
- #: templates/admin/dashboard/dashboard.inc.php:391
2695
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2696
  #: templates/edit_table.inc.php:329
2697
  msgid "Advanced filtering"
2698
  msgstr ""
2699
 
2700
- #: templates/admin/dashboard/dashboard.inc.php:394
2701
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2702
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2703
  #: templates/edit_table.inc.php:282
2704
  msgid "Server-side processing"
2705
  msgstr "Przetwarzanie po stronie serwera"
2706
 
2707
- #: templates/admin/dashboard/dashboard.inc.php:397
2708
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2709
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2710
  msgstr ""
2711
 
2712
- #: templates/admin/dashboard/dashboard.inc.php:400
2713
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2714
  msgid "Front-end table editing"
2715
  msgstr ""
2716
 
2717
- #: templates/admin/dashboard/dashboard.inc.php:403
2718
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2719
  msgid "Excel-like editing"
2720
  msgstr ""
2721
 
2722
- #: templates/admin/dashboard/dashboard.inc.php:406
2723
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2724
  msgid "Creating charts with Highcharts"
2725
  msgstr ""
2726
 
2727
- #: templates/admin/dashboard/dashboard.inc.php:409
2728
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2729
  msgid "Creating charts with Chart.js"
2730
  msgstr ""
2731
 
2732
- #: templates/admin/dashboard/dashboard.inc.php:412
2733
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2734
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2735
  #: templates/edit_table.inc.php:301
2736
  msgid "Responsive"
2737
  msgstr ""
2738
 
2739
- #: templates/admin/dashboard/dashboard.inc.php:415
2740
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2741
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2742
  #: templates/edit_table.inc.php:750
2743
  msgid "Conditional formatting"
2744
  msgstr "Formatowanie warunkowe"
2745
 
2746
- #: templates/admin/dashboard/dashboard.inc.php:418
2747
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2748
  msgid "Calculating Tools"
2749
  msgstr ""
2750
 
2751
- #: templates/admin/dashboard/dashboard.inc.php:421
2752
  msgid "Formula columns"
2753
  msgstr ""
2754
 
2755
- #: templates/admin/dashboard/dashboard.inc.php:424
2756
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2757
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2758
  msgid "Placeholders"
2759
  msgstr "Placeholdery"
2760
 
2761
- #: templates/admin/dashboard/dashboard.inc.php:427
2762
  msgid "Premium support"
2763
  msgstr ""
2764
 
2765
- #: templates/admin/dashboard/dashboard.inc.php:431
2766
  msgid "Get Premium Today"
2767
  msgstr ""
2768
 
2769
- #: templates/admin/dashboard/dashboard.inc.php:438
2770
  msgid "News Blog"
2771
  msgstr ""
2772
 
2773
- #: templates/admin/dashboard/dashboard.inc.php:443
2774
  msgid "Checkout useful articles from wpdatatables.com"
2775
  msgstr ""
2776
 
2777
- #: templates/admin/dashboard/dashboard.inc.php:470
2778
  msgid ""
2779
  "Never miss notifications about new cool features, promotions,\n"
2780
  " giveaways or freebies – subscribe to our "
@@ -2782,48 +2823,48 @@ msgid ""
2782
  " about 1 message per month and never spam!"
2783
  msgstr ""
2784
 
2785
- #: templates/admin/dashboard/dashboard.inc.php:488
2786
  msgid "Premium "
2787
  msgstr ""
2788
 
2789
- #: templates/admin/dashboard/dashboard.inc.php:491
2790
  msgid ""
2791
  "While wpDataTables itself provides quite a large amount of features and "
2792
  "unlimited customisation, flexibility, you can achieve even more with our "
2793
  "premium addons.(requires wpDataTables Premium version)"
2794
  msgstr ""
2795
 
2796
- #: templates/admin/dashboard/dashboard.inc.php:509
2797
  msgid ""
2798
  "A wpDataTables addon which allows showing additional details for a specific "
2799
  "row in a popup or a separate page or post."
2800
  msgstr ""
2801
 
2802
- #: templates/admin/dashboard/dashboard.inc.php:515
2803
- #: templates/admin/dashboard/dashboard.inc.php:542
2804
- #: templates/admin/dashboard/dashboard.inc.php:568
2805
- #: templates/admin/dashboard/dashboard.inc.php:595
2806
- #: templates/admin/dashboard/dashboard.inc.php:621
2807
- #: templates/admin/dashboard/dashboard.inc.php:654
2808
  msgid "Learn More"
2809
  msgstr ""
2810
 
2811
- #: templates/admin/dashboard/dashboard.inc.php:536
2812
  msgid ""
2813
  "An add-on for wpDataTables that provides powerful filtering features: "
2814
  "cascade filtering, applying filters on button click, hide table before "
2815
  "filtering."
2816
  msgstr ""
2817
 
2818
- #: templates/admin/dashboard/dashboard.inc.php:632
2819
  msgid "Need free booking plugin?"
2820
  msgstr ""
2821
 
2822
- #: templates/admin/dashboard/dashboard.inc.php:641
2823
  msgid "Appointments and Events WordPress Booking Plugin"
2824
  msgstr ""
2825
 
2826
- #: templates/admin/dashboard/dashboard.inc.php:644
2827
  msgid ""
2828
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2829
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2834,15 +2875,15 @@ msgid ""
2834
  "each month."
2835
  msgstr ""
2836
 
2837
- #: templates/admin/dashboard/dashboard.inc.php:647
2838
  msgid "Rating: 4.3 - ‎68 reviews"
2839
  msgstr ""
2840
 
2841
- #: templates/admin/dashboard/dashboard.inc.php:650
2842
  msgid "Free Download"
2843
  msgstr ""
2844
 
2845
- #: templates/admin/dashboard/dashboard.inc.php:665
2846
  #: templates/admin/getting-started/getting_started.inc.php:184
2847
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2848
  #: templates/admin/support/support.inc.php:78
@@ -2851,7 +2892,7 @@ msgstr ""
2851
  msgid "Made by"
2852
  msgstr ""
2853
 
2854
- #: templates/admin/dashboard/dashboard.inc.php:673
2855
  #: templates/admin/getting-started/getting_started.inc.php:192
2856
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2857
  #: templates/admin/support/support.inc.php:45
@@ -2862,7 +2903,7 @@ msgstr ""
2862
  msgid "Documentation"
2863
  msgstr "Dokumentacja"
2864
 
2865
- #: templates/admin/dashboard/dashboard.inc.php:677
2866
  #: templates/admin/getting-started/getting_started.inc.php:196
2867
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2868
  #: templates/admin/support/support.inc.php:24
@@ -3049,13 +3090,15 @@ msgstr ""
3049
 
3050
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3051
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3052
- #: templates/admin/table-settings/table_settings_block.inc.php:527
3053
- #: templates/admin/table-settings/table_settings_block.inc.php:535
3054
  msgid "Sorting"
3055
  msgstr "Sortowanie"
3056
 
3057
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3058
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3059
  msgid "Pagination"
3060
  msgstr ""
3061
 
@@ -3604,12 +3647,34 @@ msgstr "Ogranicznik CSV"
3604
  msgid "Pick the CSV delimiter"
3605
  msgstr "Wybierz ogranicznik CSV"
3606
 
3607
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3608
  #: templates/settings.inc.php:171
3609
  msgid "Tablet width"
3610
  msgstr "Szerokość tableta"
3611
 
3612
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3613
  #: templates/settings.inc.php:175
3614
  msgid ""
3615
  "Here you can specify width of the screen (in pixels) that will be treated as "
@@ -3619,43 +3684,43 @@ msgstr ""
3619
  "traktowana jako tablet. Możesz ustawić ją szerzej, jeśli chcesz mieć efekt "
3620
  "responsywny na komputerach stacjonarnych."
3621
 
3622
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3623
  #: templates/settings.inc.php:181
3624
  msgid "Mobile width"
3625
  msgstr "Szerokość mobilna"
3626
 
3627
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3628
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3629
  msgstr ""
3630
  "Tutaj można określić szerokość (w pikselach) będą traktowane jako mobilne.."
3631
 
3632
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3633
  #: templates/settings.inc.php:61
3634
  msgid "Tables per admin page"
3635
  msgstr "Tabele na stronie administracyjnej"
3636
 
3637
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3638
  msgid "How many tables to show in the browse page."
3639
  msgstr "Jak wiele tabel do wyświetlenia na stronie przeglądania."
3640
 
3641
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3642
  msgid "Align numbers"
3643
  msgstr "Wyrównywanie liczb"
3644
 
3645
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3646
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3647
  msgstr ""
3648
 
3649
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3650
  #: templates/settings.inc.php:161
3651
  msgid "Align numbers to the right"
3652
  msgstr ""
3653
 
3654
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3655
  msgid "Sum functions label"
3656
  msgstr "Etykieta funkcji Sum"
3657
 
3658
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3659
  msgid ""
3660
  "Enter a label that will be used for Sum functions. If you leave it blank "
3661
  "default label will be Σ ="
@@ -3663,11 +3728,11 @@ msgstr ""
3663
  "Wprowadź etykietę, która będzie używana dla funkcji Suma. Jeśli zostawisz "
3664
  "pustą etykietę domyślną będzie Σ ="
3665
 
3666
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3667
  msgid "Average functions label"
3668
  msgstr "Etykieta funkcji średnich"
3669
 
3670
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3671
  msgid ""
3672
  "Enter a label that will be used for Average functions. If you leave it blank "
3673
  "default label will be Avg ="
@@ -3675,11 +3740,11 @@ msgstr ""
3675
  "Wprowadź etykietę, która będzie używana dla funkcji średnia. Jeśli zostawisz "
3676
  "pustą etykietę domyślną będzie AVG ="
3677
 
3678
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3679
  msgid "Minimum functions label"
3680
  msgstr "Minimalna etykieta funkcji"
3681
 
3682
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3683
  msgid ""
3684
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3685
  "default label will be Min ="
@@ -3687,11 +3752,11 @@ msgstr ""
3687
  "Wprowadź etykietę, która będzie używana dla funkcji minimum. Jeśli zostawisz "
3688
  "pustą etykietę domyślną będzie min ="
3689
 
3690
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3691
  msgid "Maximum functions label"
3692
  msgstr "Maksymalna etykieta funkcji"
3693
 
3694
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3695
  msgid ""
3696
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3697
  "default label will be Max ="
@@ -3699,12 +3764,12 @@ msgstr ""
3699
  "Wprowadź etykietę, która będzie używana dla funkcji maksimum. Jeśli "
3700
  "zostawisz pustą etykietę domyślną będzie Max ="
3701
 
3702
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3703
  msgid "Include full bootstrap front-end"
3704
  msgstr "Dołącz pełny Bootstrap frontonu"
3705
 
3706
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3707
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3708
  msgid ""
3709
  "It is recommended to uncheck this option if bootstrap.js is already included "
3710
  "in one of the theme files. Unchecked option means that there is still "
@@ -3714,56 +3779,56 @@ msgstr ""
3714
  "z plików motywu. Niezaznaczone opcja oznacza, że nadal jest Bootstrap. js "
3715
  "zawarte tylko w trybie noConflict, który powinien zapobiegać błędom."
3716
 
3717
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3718
  msgid "Include full bootstrap.js on the front-end"
3719
  msgstr ""
3720
 
3721
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3722
  msgid "Include full bootstrap back-end"
3723
  msgstr "Dołącz pełną Bootstrap zaplecza"
3724
 
3725
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3726
  msgid "Include full bootstrap.js on the back-end"
3727
  msgstr ""
3728
 
3729
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3730
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3731
  #: templates/settings.inc.php:32
3732
  msgid "Show plugin credentials below tables"
3733
  msgstr ""
3734
 
3735
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3736
  #: templates/settings.inc.php:32
3737
  msgid ""
3738
  "If you want to support our project, please, keep this checkbox as checked"
3739
  msgstr ""
3740
 
3741
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3742
  msgid "Prevent deleting tables in database"
3743
  msgstr "Zapobieganie usuwaniu tabel w bazie danych"
3744
 
3745
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3746
  msgid ""
3747
  "It is recommended to leave this option as checked if you what to keep your "
3748
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3749
  "this option, it will be deleted all tables in database after deleting plugin"
3750
  msgstr ""
3751
 
3752
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3753
  msgid ""
3754
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3755
  msgstr ""
3756
 
3757
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3758
  msgid "Remove Getting Started page"
3759
  msgstr ""
3760
 
3761
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3762
  msgid ""
3763
  "Check this option if you want to remove Getting Started page from admin menu."
3764
  msgstr ""
3765
 
3766
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3767
  msgid "Remove \"Getting Started\" page from admin menu."
3768
  msgstr ""
3769
 
@@ -4550,16 +4615,6 @@ msgstr "Domyślny kierunek sortowania"
4550
  msgid "Choose whether to sort ascending or descending by default."
4551
  msgstr "Zdecyduj, czy domyślnie ma być sortowana rosnąco, czy malejąco."
4552
 
4553
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4554
- #: templates/edit_table.inc.php:663
4555
- msgid "Ascending"
4556
- msgstr "Rosnąco"
4557
-
4558
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4559
- #: templates/edit_table.inc.php:665
4560
- msgid "Descending"
4561
- msgstr "Malejąco"
4562
-
4563
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4564
  msgid "Add a filter for this column"
4565
  msgstr "Dodaj filtr dla tej kolumny"
@@ -5311,7 +5366,7 @@ msgid "Sorting and filtering"
5311
  msgstr "Sortowanie i filtrowanie"
5312
 
5313
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5314
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5315
  msgid "Table Tools"
5316
  msgstr "Narzędzia tabeli"
5317
 
@@ -5524,15 +5579,78 @@ msgstr ""
5524
  "To powinno być włączone, jeśli chcesz ustawić szerokość kolumn ręcznie. "
5525
  "Należy używać zawijania wyrazów."
5526
 
5527
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5528
  msgid "Advanced column filters"
5529
  msgstr "Zaawansowane filtry kolumnowe"
5530
 
5531
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5532
  msgid "Advanced filter"
5533
  msgstr "Filtr zaawansowany"
5534
 
5535
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5536
  msgid ""
5537
  "Enable to show an advanced filter for each of the columns, filters can be "
5538
  "shown in table footer, header or in a separate form."
@@ -5540,11 +5658,11 @@ msgstr ""
5540
  "Włącz, aby wyświetlić Filtr zaawansowany dla każdej kolumny, filtry mogą być "
5541
  "wyświetlane w stopce tabeli, nagłówku lub w osobnym formularzu."
5542
 
5543
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5544
  msgid "Enable advanced column filters"
5545
  msgstr "Włącz Zaawansowane filtry kolumn"
5546
 
5547
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5548
  msgid ""
5549
  "If this is enabled, each column header will be clickable; clicking will sort "
5550
  "the whole table by the content of this column cells ascending or descending."
@@ -5553,19 +5671,19 @@ msgstr ""
5553
  "kliknięcie posortuje całą tabelę według zawartości tej kolumny komórek "
5554
  "rosnąco lub malejąco."
5555
 
5556
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5557
  msgid "Allow sorting for the table"
5558
  msgstr "Zezwalaj na sortowanie dla tabeli"
5559
 
5560
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5561
  msgid "Main search block"
5562
  msgstr "Główny blok wyszukiwania"
5563
 
5564
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5565
  msgid "Global search"
5566
  msgstr "Wyszukiwanie globalne"
5567
 
5568
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5569
  msgid ""
5570
  "If this is enabled, a search block will be displayed on the top right of the "
5571
  "table, allowing to search through whole table with a single input."
@@ -5574,20 +5692,20 @@ msgstr ""
5574
  "wyświetlony blok wyszukiwania, umożliwiający przeszukiwanie całej tabeli za "
5575
  "pomocą jednego wejścia."
5576
 
5577
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5578
  msgid "Enable search block"
5579
  msgstr "Włącz blok wyszukiwania"
5580
 
5581
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5582
  msgid "Filters in a form"
5583
  msgstr "Filtry w formularzu"
5584
 
5585
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5586
  #: templates/edit_table.inc.php:340
5587
  msgid "Filter in form"
5588
  msgstr "Filtruj w formie"
5589
 
5590
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5591
  msgid ""
5592
  "Enable to show the advanced column filter in a form above the table, instead "
5593
  "of showing in the table footer/header."
@@ -5595,24 +5713,24 @@ msgstr ""
5595
  "Włącz, aby wyświetlić zaawansowany filtr kolumn w formularzu powyżej tabeli, "
5596
  "zamiast pokazywać w stopce/nagłówku tabeli."
5597
 
5598
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5599
  msgid "Show filters in a form above the table"
5600
  msgstr "Pokaż filtry w formularzu nad tabelą"
5601
 
5602
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5603
  msgid "Clear filters button"
5604
  msgstr "Przycisk Wyczyść filtry"
5605
 
5606
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5607
  #: templates/frontend/filter_form.inc.php:32
5608
  msgid "Clear filters"
5609
  msgstr "Wyczyść filtry"
5610
 
5611
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5612
  msgid "Enable to show the clear filters button."
5613
  msgstr "Włącz, aby wyświetlić przycisk Wyczyść filtry."
5614
 
5615
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5616
  msgid ""
5617
  "If filter in form is enabled, clear button will be rendered after the last "
5618
  "filter."
@@ -5620,7 +5738,7 @@ msgstr ""
5620
  "Jeśli filtr w formularzu jest włączony, po ostatnim filtrze zostanie "
5621
  "wyświetlony przycisk Wyczyść."
5622
 
5623
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5624
  msgid ""
5625
  "Otherwise, clear filter button will be rendered above the table next to "
5626
  "\"Table Tools\" buttons."
@@ -5628,37 +5746,37 @@ msgstr ""
5628
  "W przeciwnym razie przycisk Wyczyść filtr będzie renderowany powyżej tabeli "
5629
  "obok \"narzędzia tabeli\" przyciski."
5630
 
5631
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5632
  msgid "Show clear filters button"
5633
  msgstr "Pokaż przycisk Wyczyść filtry"
5634
 
5635
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5636
  msgid "Allow editing"
5637
  msgstr "Zezwalaj na edycję"
5638
 
5639
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5640
  #: templates/edit_table.inc.php:180
5641
  msgid "Front-end editing"
5642
  msgstr "Edycja frontowa"
5643
 
5644
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5645
  msgid "Allow editing the table from the front-end."
5646
  msgstr "Zezwalaj na edycję tabeli z frontonu."
5647
 
5648
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5649
  msgid "Allow front-end editing"
5650
  msgstr "Zezwalaj na edycję frontonu"
5651
 
5652
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5653
  msgid "Popover edit block"
5654
  msgstr "Blok edycji popover"
5655
 
5656
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5657
  #: templates/edit_table.inc.php:232
5658
  msgid "Popover tools"
5659
  msgstr "Narzędzia popover"
5660
 
5661
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5662
  msgid ""
5663
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5664
  "popover when you click on any row, instead of Table Tools block above the "
@@ -5668,16 +5786,16 @@ msgstr ""
5668
  "popover po kliknięciu dowolnego wiersza, zamiast narzędzia tabeli bloku "
5669
  "powyżej tabeli."
5670
 
5671
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5672
  msgid "Editing buttons in a popover"
5673
  msgstr "Edytowanie przycisków w popover"
5674
 
5675
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5676
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5677
  msgid "In-line editing"
5678
  msgstr "Edycja w linii"
5679
 
5680
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5681
  msgid ""
5682
  "If this is enabled, front-end users will be able to edit cells by double-"
5683
  "clicking them, not only with the editor dialog."
@@ -5685,31 +5803,31 @@ msgstr ""
5685
  "Jeśli ta opcja jest włączona, użytkownicy frontonu będą mogli edytować "
5686
  "komórki, klikając je dwukrotnie, nie tylko w oknie edytora."
5687
 
5688
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5689
  msgid "Allow in-line editing"
5690
  msgstr "Zezwalaj na edycję w wierszu"
5691
 
5692
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5693
  #: templates/edit_table.inc.php:192
5694
  msgid "MySQL table name for editing"
5695
  msgstr "Nazwa tabeli MySQL do edycji"
5696
 
5697
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5698
  msgid ""
5699
  "Name of the MySQL table which will be updated when edited from front-end."
5700
  msgstr ""
5701
  "Nazwa tabeli MySQL, która będzie aktualizowana podczas edycji z przodu."
5702
 
5703
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5704
  msgid "MySQL table name"
5705
  msgstr "Nazwa tabeli MySQL"
5706
 
5707
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5708
  #: templates/edit_table.inc.php:203
5709
  msgid "ID column for editing"
5710
  msgstr "Kolumna ID do edycji"
5711
 
5712
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5713
  msgid ""
5714
  "Choose the column values from which will be used as row identifiers. MUST be "
5715
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5721,12 +5839,12 @@ msgstr ""
5721
  "wstawić/Edit/Delete będzie działać poprawnie! wpDataTables odgadnie poprawną "
5722
  "kolumnę, jeśli jest on nazywany \"ID\" lub \"ID\" po stronie MySQL."
5723
 
5724
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5725
  #: templates/edit_table.inc.php:267
5726
  msgid "Editor roles"
5727
  msgstr "Role edytorów"
5728
 
5729
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5730
  msgid ""
5731
  "If you want only specific user roles to be able to edit the table, choose in "
5732
  "this dropdown. Leave unchecked to allow editing for everyone."
@@ -5735,39 +5853,39 @@ msgstr ""
5735
  "wybierz tę listę rozwijaną. Pozostaw niezaznaczone, aby zezwolić na edycję "
5736
  "dla wszystkich."
5737
 
5738
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5739
  msgid "Everyone"
5740
  msgstr "Wszyscy"
5741
 
5742
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5743
  msgid "Administrators"
5744
  msgstr ""
5745
 
5746
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5747
  msgid "Editors"
5748
  msgstr ""
5749
 
5750
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5751
  msgid "Authors"
5752
  msgstr ""
5753
 
5754
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5755
  msgid "Contributors"
5756
  msgstr ""
5757
 
5758
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5759
  msgid "Subscribers"
5760
  msgstr ""
5761
 
5762
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5763
  msgid "Users see and edit only own data"
5764
  msgstr "Użytkownicy widzą i edytują tylko własne dane"
5765
 
5766
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5767
  msgid "Users see and edit only their own data"
5768
  msgstr "Użytkownicy widzą i edytują tylko swoje własne dane"
5769
 
5770
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5771
  msgid ""
5772
  "If this is enabled, users will see and edit only the rows that are related "
5773
  "to them or were created by them (associated using the User ID column)."
@@ -5776,16 +5894,16 @@ msgstr ""
5776
  "wiersze, które są z nimi powiązane lub zostały przez nich utworzone "
5777
  "(skojarzone z kolumną User ID)."
5778
 
5779
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5780
  msgid "Limit editing to own data only"
5781
  msgstr "Ogranicz edycję tylko do własnych danych"
5782
 
5783
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5784
  #: templates/edit_table.inc.php:250
5785
  msgid "User ID column"
5786
  msgstr "Kolumna identyfikatora użytkownika"
5787
 
5788
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5789
  msgid ""
5790
  "Choose the column values from which will be used as User identifiers. "
5791
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
@@ -5795,45 +5913,45 @@ msgstr ""
5795
  "użytkownika. Odwołuje się do identyfikatora z tabeli użytkownicy WordPressa "
5796
  "(wp_users), musi być zdefiniowana jako liczba całkowita po stronie MySQL."
5797
 
5798
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5799
  #: templates/edit_table.inc.php:350
5800
  msgid "Table tools"
5801
  msgstr "Narzędzia tabeli"
5802
 
5803
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5804
  msgid ""
5805
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5806
  msgstr ""
5807
  "Jeśli ta opcja jest włączona, pasek narzędzi z przydatnymi narzędziami "
5808
  "pojawi się nad tabelą"
5809
 
5810
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5811
  msgid "Enable Table Tools"
5812
  msgstr "Włącz narzędzia tabeli"
5813
 
5814
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5815
  msgid "Buttons"
5816
  msgstr "Przyciski"
5817
 
5818
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5819
  msgid "Choose which buttons to show in the Table Tools block."
5820
  msgstr ""
5821
  "Wybierz przyciski, które mają być wyświetlane w bloku narzędzia tabeli."
5822
 
5823
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5824
  msgid "Columns visibility"
5825
  msgstr "Widoczność kolumn"
5826
 
5827
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5828
  msgid ""
5829
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5830
  "that will be replaced with some actual values at the execution time; usually "
5831
  "this is used for MySQL queries."
5832
  msgstr ""
5833
 
5834
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5835
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5836
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5837
  msgid ""
5838
  "This placeholder will be replaced with any value that you will provide in a "
5839
  "shortcode. Provide a default value here that will be used for table "
@@ -5843,16 +5961,16 @@ msgstr ""
5843
  "podać w shortcode. Podaj wartość domyślną w tym miejscu, które będą używane "
5844
  "do generowania tabeli i gdy inny nie jest zdefiniowany w shortcode."
5845
 
5846
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5847
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5848
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5849
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5850
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5851
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5852
  msgid "Default for table generation"
5853
  msgstr "Domyślne dla generowania tabeli"
5854
 
5855
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5856
  msgid ""
5857
  "This placeholder will be replaced with the ID of currently logged in user. "
5858
  "Provide a value here to be used for table generation"
@@ -5861,7 +5979,7 @@ msgstr ""
5861
  "zalogowanego użytkownika. Podaj wartość, która ma być używana do generowania "
5862
  "tabeli"
5863
 
5864
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
5865
  msgid ""
5866
  "This placeholder will be replaced with the login of currently logged in "
5867
  "user. Provide a value here to be used for table generation"
@@ -5869,7 +5987,7 @@ msgstr ""
5869
  "Ten symbol zastępczy zostanie zastąpiony loginem aktualnie zalogowanego "
5870
  "użytkownika. Podaj wartość, która ma być używana do generowania tabeli"
5871
 
5872
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
5873
  msgid ""
5874
  "This placeholder will be replaced with the current prefix of WordPress "
5875
  "database. Provide a value here to be used for table generation"
@@ -5877,7 +5995,7 @@ msgstr ""
5877
  "Ten symbol zastępczy zostanie zastąpiony bieżącym prefiksem bazy danych "
5878
  "WordPress. Podaj wartość, która ma być używana do generowania tabeli"
5879
 
5880
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
5881
  msgid ""
5882
  "This placeholder will be replaced with the ID of current post. Provide a "
5883
  "value here to be used for table generation"
@@ -5901,7 +6019,7 @@ msgstr ""
5901
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5902
  msgid ""
5903
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5904
- "with tables, charts and data management easy. 30,000+ companies."
5905
  msgstr ""
5906
 
5907
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -6907,6 +7025,30 @@ msgstr ""
6907
  msgid "There was a problem saving your settings"
6908
  msgstr ""
6909
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6910
  #~ msgid "tr"
6911
  #~ msgstr "tr"
6912
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:25+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:25+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: pl\n"
98
  msgid "Go Premium"
99
  msgstr ""
100
 
101
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
102
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
103
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
104
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
105
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
106
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
107
+ #: controllers/wdt_admin.php:839
108
  msgid "You do not have sufficient permissions to access this page."
109
  msgstr "Nie masz wystarczających uprawnień, aby uzyskać dostęp do tej strony."
110
 
111
+ #: controllers/wdt_functions.php:471
112
  msgid "wpDataChart with provided ID not found!"
113
  msgstr "wpDataChart z podanego identyfikatora nie znaleziono!"
114
 
115
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
116
  msgid "wpDataTable with provided ID not found!"
117
  msgstr "wpDataTable z podanego identyfikatora nie znaleziono!"
118
 
119
+ #: controllers/wdt_functions.php:598
120
  msgid "Provided column is not Integer or Float column type"
121
  msgstr "Podana kolumna nie jest Integer lub float Typ kolumny"
122
 
123
+ #: controllers/wdt_functions.php:815
124
  msgid "Choose a table"
125
  msgstr "Wybierz tabelę"
126
 
127
+ #: controllers/wdt_functions.php:847
128
  msgid "Interactive Responsive Table"
129
  msgstr "Interaktywny responsywny stół"
130
 
131
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
132
  msgid "Content"
133
  msgstr "Zawartość"
134
 
135
+ #: controllers/wdt_functions.php:854
136
  msgid "wpDataTable"
137
  msgstr "wpDataTable"
138
 
139
+ #: controllers/wdt_functions.php:858
140
  msgid "Choose the wpDataTable from a dropdown"
141
  msgstr "Wybierz wpDataTable z listy rozwijanej"
142
 
143
+ #: controllers/wdt_functions.php:863
144
  msgid "Table view"
145
  msgstr "Widok tabeli"
146
 
147
+ #: controllers/wdt_functions.php:867
148
  msgid "Regular wpDataTable"
149
  msgstr "Regularne wpDataTable"
150
 
151
+ #: controllers/wdt_functions.php:869
152
  msgid "Excel-like table"
153
  msgstr "Tabela podobnych do Excela"
154
 
155
+ #: controllers/wdt_functions.php:875
156
  msgid "Variable placeholder #1"
157
  msgstr "Zmienna #1 zastępcza"
158
 
159
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
160
+ #: controllers/wdt_functions.php:894
161
  msgid "Variables"
162
  msgstr "Zmienne"
163
 
164
+ #: controllers/wdt_functions.php:879
165
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
166
  msgstr ""
167
  "Jeśli użyto symbolu zastępczego VAR1 można przypisać do niej wartość tutaj"
168
 
169
+ #: controllers/wdt_functions.php:883
170
  msgid "Variable placeholder #2"
171
  msgstr "Zmienna #2 zastępcza"
172
 
173
+ #: controllers/wdt_functions.php:887
174
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
175
  msgstr ""
176
  "Jeśli użyto symbolu zastępczego VAR2 można przypisać do niej wartość tutaj"
177
 
178
+ #: controllers/wdt_functions.php:891
179
  msgid "Variable placeholder #3"
180
  msgstr "Zmienna #3 zastępcza"
181
 
182
+ #: controllers/wdt_functions.php:895
183
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
184
  msgstr ""
185
  "Jeśli użyto symbolu zastępczego VAR3 można przypisać do niej wartość tutaj"
186
 
187
+ #: controllers/wdt_functions.php:908
188
  msgid "Google or Highcharts chart based on a wpDataTable"
189
  msgstr "Google lub Highcharts wykres oparty na wpDataTable"
190
 
191
+ #: controllers/wdt_functions.php:915
192
  msgid "wpDataChart"
193
  msgstr "Właściwość wpDataChart"
194
 
195
+ #: controllers/wdt_functions.php:919
196
  msgid "Choose one of wpDataCharts from the list"
197
  msgstr "Wybierz jedną z wpDataCharts z listy"
198
 
214
  "shortcode zostanie wstawiony automatycznie. Są w stanie podać wartości dla "
215
  "symboli zastępczych, a także dla Nazwa pliku eksportu."
216
 
217
+ #: source/class.wdtbrowsechartstable.php:141
218
+ #: source/class.wdtbrowsetable.php:168
219
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
220
  #: templates/admin/dashboard/dashboard.inc.php:153
221
  #: templates/admin/dashboard/dashboard.inc.php:222
222
  msgid "Click to copy shortcode"
223
  msgstr "Kliknij, aby skopiować shortcode"
224
 
225
+ #: source/class.wdtbrowsechartstable.php:150
226
+ #: source/class.wdtbrowsetable.php:179
227
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
228
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
229
  msgid "Duplicate"
230
  msgstr "Duplikuj"
231
 
232
+ #: source/class.wdtbrowsechartstable.php:156
233
+ #: source/class.wdtbrowsetable.php:185
234
  #: templates/admin/dashboard/dashboard.inc.php:261
235
  msgid "Configure"
236
  msgstr "Konfiguracja"
237
 
238
+ #: source/class.wdtbrowsechartstable.php:162
239
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
240
  #: templates/admin/browse/bulk_actions.inc.php:14
241
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
242
  msgid "Delete"
243
  msgstr "Usuń"
244
 
245
+ #: source/class.wdtbrowsechartstable.php:217
246
+ #: source/class.wdtbrowsechartstable.php:226
247
  msgid "Column Chart"
248
  msgstr "Wykres kolumnowy"
249
 
250
+ #: source/class.wdtbrowsechartstable.php:220
251
+ #: source/class.wdtbrowsechartstable.php:244
252
  msgid "Line Chart"
253
  msgstr "Wykres liniowy"
254
 
255
+ #: source/class.wdtbrowsechartstable.php:223
256
+ #: source/class.wdtbrowsechartstable.php:247
257
  msgid "Pie Chart"
258
  msgstr "Wykres kołowy"
259
 
260
+ #: source/class.wdtbrowsechartstable.php:229
261
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
262
  #: templates/chart_wizard.inc.php:91
263
  msgid "Histogram"
264
  msgstr "Histogram"
265
 
266
+ #: source/class.wdtbrowsechartstable.php:232
267
  msgid "Bar Chart"
268
  msgstr "Wykres słupkowy"
269
 
270
+ #: source/class.wdtbrowsechartstable.php:235
271
  msgid "Stacked Bar Chart"
272
  msgstr "Skumulowany wykres słupkowy"
273
 
274
+ #: source/class.wdtbrowsechartstable.php:238
275
  msgid "Area Chart"
276
  msgstr "Wykres warstwowy"
277
 
278
+ #: source/class.wdtbrowsechartstable.php:241
279
  msgid "Stepped Area Chart"
280
  msgstr "Wykres warstwowy stopniowany"
281
 
282
+ #: source/class.wdtbrowsechartstable.php:250
283
  msgid "Bubble Chart"
284
  msgstr "KChart"
285
 
286
+ #: source/class.wdtbrowsechartstable.php:253
287
  msgid "Donut Chart"
288
  msgstr "Wykres Donut"
289
 
290
+ #: source/class.wdtbrowsechartstable.php:256
291
  msgid "Gauge Chart"
292
  msgstr "Wykres zegarowy"
293
 
294
+ #: source/class.wdtbrowsechartstable.php:259
295
  msgid "Scatter Chart"
296
  msgstr "Wybierz typ wykresu"
297
 
298
+ #: source/class.wdtbrowsechartstable.php:262
299
  msgid "Candlestick Chart"
300
  msgstr "Wykres świecowy"
301
 
302
+ #: source/class.wdtbrowsechartstable.php:265
303
  msgid "Waterfall Chart"
304
  msgstr "Wykres wodospadu"
305
 
306
+ #: source/class.wdtbrowsechartstable.php:278
307
  msgid "Google"
308
  msgstr "Google"
309
 
310
+ #: source/class.wdtbrowsechartstable.php:345
311
+ #: source/class.wdtbrowsetable.php:298
312
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
313
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
314
  msgid "Select All"
315
  msgstr "Zaznacz wszystko"
316
 
317
+ #: source/class.wdtbrowsechartstable.php:398
318
  msgid "No wpDataCharts in the system yet."
319
  msgstr "Nie wpDataCharts w systemie jeszcze."
320
 
321
+ #: source/class.wdtbrowsetable.php:231
322
  msgid "MySQL"
323
  msgstr "MySQL"
324
 
325
+ #: source/class.wdtbrowsetable.php:234
326
  msgid "Manual"
327
  msgstr "Ręcznie"
328
 
329
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
330
+ #: source/class.wpdatatable.php:2268
331
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
332
  msgid "Excel"
333
  msgstr "Excel"
334
 
335
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
336
+ #: source/class.wpdatatable.php:2278
337
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
338
  msgid "CSV"
339
  msgstr "CSV"
340
 
341
+ #: source/class.wdtbrowsetable.php:243
342
  msgid "XML"
343
  msgstr "XML"
344
 
345
+ #: source/class.wdtbrowsetable.php:246
346
  msgid "JSON"
347
  msgstr "JSON"
348
 
349
+ #: source/class.wdtbrowsetable.php:249
350
  #: templates/admin/table-settings/table_settings_block.inc.php:111
351
  #: templates/edit_table.inc.php:91
352
  msgid "Serialized PHP array"
353
  msgstr "Serializowana tablica PHP"
354
 
355
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
356
  msgid "Google spreadsheet"
357
  msgstr "Arkusz kalkulacyjny Google"
358
 
359
+ #: source/class.wdtbrowsetable.php:255
360
  msgid "Simple"
361
  msgstr ""
362
 
363
+ #: source/class.wdtbrowsetable.php:262
364
  msgid "Unknown"
365
  msgstr "Nieznany"
366
 
367
+ #: source/class.wdtbrowsetable.php:373
368
  msgid "No wpDataTables in the system yet."
369
  msgstr "Brak wpDataTables w systemie jeszcze."
370
 
372
  msgid "There was an error trying to fetch the table data: "
373
  msgstr "Wystąpił błąd podczas próby pobrania danych z tabeli:"
374
 
375
+ #: source/class.wdtconfigcontroller.php:477
376
  msgid "Table in data source has no rows."
377
  msgstr "Tabela w źródle danych nie ma wierszy."
378
 
518
  msgid "Please select columns that you want to use in table"
519
  msgstr "Proszę wybrać kolumny, których chcesz użyć w tabeli"
520
 
521
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
522
+ #: source/class.wpdatatable.php:2288
523
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
524
  msgid "Copy"
525
  msgstr "Kopiuj"
526
 
1224
  msgid "You are mixing data types (several date axes and several number)"
1225
  msgstr "Mieszasz typy danych (kilka osi daty i kilka liczb)"
1226
 
1227
+ #: source/class.wpdatatable.php:1877
1228
  msgid ""
1229
  "You are trying to load a table of an unknown type. Probably you did not "
1230
  "activate the addon which is required to use this table type."
1232
  "Próbujesz załadować tabelę nieznanego typu. Prawdopodobnie nie aktywowano "
1233
  "dodatku, który jest wymagany do korzystania z tego typu tabeli."
1234
 
1235
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1236
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1237
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1238
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1240
  msgid "All"
1241
  msgstr "Wszystkie"
1242
 
1243
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1244
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1245
  msgid "Columns"
1246
  msgstr "Kolumny"
1247
 
1248
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1249
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1250
  msgid "Print"
1251
  msgstr "Drukuj"
1252
 
1253
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1254
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1255
  msgid "PDF"
1256
  msgstr "PDF"
1257
 
1258
+ #: source/class.wpdatatable.php:2234
1259
  msgid "Export"
1260
  msgstr "Eksport"
1261
 
1262
+ #: source/class.wpdatatable.php:2312
1263
  msgid "Search table"
1264
  msgstr "Szukaj"
1265
 
1266
+ #: source/class.wpdatatable.php:2313
1267
  msgid "Showing _MENU_ Entries"
1268
  msgstr "Wyświetlanie wpisów _MENU_"
1269
 
1282
  msgid "if you have some questions or problems with the plugin."
1283
  msgstr ""
1284
 
1285
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1286
  msgid "wpDataTables Addons"
1287
  msgstr ""
1288
 
1301
  "przez twórców wpDataTables i 3rd party deweloperów, więc stay tuned."
1302
 
1303
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1304
+ #: templates/admin/dashboard/dashboard.inc.php:565
1305
  msgid "Report Builder"
1306
  msgstr ""
1307
 
1308
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1309
+ #: templates/admin/dashboard/dashboard.inc.php:569
1310
  msgid ""
1311
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1312
  "XLSX documents filled in with actual data from your database."
1334
  msgstr ""
1335
 
1336
  #: templates/admin/addons/addons.inc.php:40
1337
+ #: templates/admin/dashboard/dashboard.inc.php:512
1338
  msgid "Master Detail Tables for wpDataTables"
1339
  msgstr ""
1340
 
1355
  msgstr ""
1356
 
1357
  #: templates/admin/addons/addons.inc.php:67
1358
+ #: templates/admin/dashboard/dashboard.inc.php:539
1359
  msgid "Powerful Filters for wpDataTables"
1360
  msgstr "Potężne filtry dla wpDataTables"
1361
 
1370
  "tylko filtr bez tabeli, zanim użytkownik definiuje wartości wyszukiwania."
1371
 
1372
  #: templates/admin/addons/addons.inc.php:120
1373
+ #: templates/admin/dashboard/dashboard.inc.php:592
1374
  msgid "Formidable Forms integration for wpDataTables"
1375
  msgstr "Integracja formularzy Formidable dla wpDataTables"
1376
 
1377
  #: templates/admin/addons/addons.inc.php:123
1378
+ #: templates/admin/dashboard/dashboard.inc.php:596
1379
  msgid ""
1380
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1381
  "create wpDataTables from Formidable Forms entries data."
1384
  "na tworzenie wpDataTables z Formidable danych wpisów formularzy."
1385
 
1386
  #: templates/admin/addons/addons.inc.php:143
1387
+ #: templates/admin/dashboard/dashboard.inc.php:618
1388
  msgid "Gravity Forms integration for wpDataTables"
1389
  msgstr "Integracja form grawitacyjnych dla wpDataTables"
1390
 
1391
  #: templates/admin/addons/addons.inc.php:146
1392
+ #: templates/admin/dashboard/dashboard.inc.php:622
1393
  msgid ""
1394
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1395
  "wpDataTables from Gravity Forms entries data."
2398
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2399
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2400
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2401
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2402
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2403
  msgid "View Documentation"
2404
  msgstr ""
2630
 
2631
  #: templates/admin/dashboard/dashboard.inc.php:340
2632
  msgid ""
2633
+ "A major update with a couple of new features, bug fixes and stability "
2634
  "improvements:"
2635
  msgstr ""
2636
 
2637
  #: templates/admin/dashboard/dashboard.inc.php:345
2638
  msgid ""
2639
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2640
+ "tables and charts."
2641
  msgstr ""
2642
 
2643
  #: templates/admin/dashboard/dashboard.inc.php:346
2644
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2645
  msgstr ""
2646
 
2647
  #: templates/admin/dashboard/dashboard.inc.php:347
2648
+ msgid ""
2649
+ "<strong>Feature:</strong> New option to set pagination position for each "
2650
+ "table.(Right, center and left)"
2651
  msgstr ""
2652
 
2653
  #: templates/admin/dashboard/dashboard.inc.php:348
2654
+ msgid ""
2655
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2656
+ "(Six different layouts)"
2657
  msgstr ""
2658
 
2659
  #: templates/admin/dashboard/dashboard.inc.php:349
2660
+ msgid ""
2661
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2662
+ "pages."
2663
+ msgstr ""
2664
+
2665
+ #: templates/admin/dashboard/dashboard.inc.php:350
2666
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2667
+ msgstr ""
2668
+
2669
+ #: templates/admin/dashboard/dashboard.inc.php:351
2670
+ msgid ""
2671
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2672
+ "Explorer browser."
2673
+ msgstr ""
2674
+
2675
+ #: templates/admin/dashboard/dashboard.inc.php:352
2676
+ msgid ""
2677
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2678
+ "pages"
2679
+ msgstr ""
2680
+
2681
+ #: templates/admin/dashboard/dashboard.inc.php:353
2682
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2683
+ msgstr ""
2684
+
2685
+ #: templates/admin/dashboard/dashboard.inc.php:354
2686
+ msgid ""
2687
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2688
+ "area"
2689
+ msgstr ""
2690
+
2691
+ #: templates/admin/dashboard/dashboard.inc.php:355
2692
+ msgid ""
2693
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2694
+ msgstr ""
2695
+
2696
+ #: templates/admin/dashboard/dashboard.inc.php:356
2697
  msgid "Other small bug fixes and stability improvements."
2698
  msgstr ""
2699
 
2700
+ #: templates/admin/dashboard/dashboard.inc.php:368
2701
  msgid "Go Premium!"
2702
  msgstr ""
2703
 
2704
+ #: templates/admin/dashboard/dashboard.inc.php:374
2705
  msgid "View Comparison"
2706
  msgstr ""
2707
 
2708
+ #: templates/admin/dashboard/dashboard.inc.php:382
2709
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2710
  msgid ""
2711
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2712
  "of the powerful features."
2713
  msgstr ""
2714
 
2715
+ #: templates/admin/dashboard/dashboard.inc.php:386
2716
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2717
  msgid "Create a table manually"
2718
  msgstr "Ręczne tworzenie tabeli"
2719
 
2720
+ #: templates/admin/dashboard/dashboard.inc.php:389
2721
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2722
  msgid "Creating tables from Google Spreadsheet"
2723
  msgstr ""
2724
 
2725
+ #: templates/admin/dashboard/dashboard.inc.php:392
2726
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2727
  msgid "Creating MySQL-based tables from database"
2728
  msgstr ""
2729
 
2730
+ #: templates/admin/dashboard/dashboard.inc.php:395
2731
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2732
  msgid "Creating MySQL-based tables from Wordpress post types"
2733
  msgstr ""
2734
 
2735
+ #: templates/admin/dashboard/dashboard.inc.php:398
2736
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2737
  #: templates/edit_table.inc.php:329
2738
  msgid "Advanced filtering"
2739
  msgstr ""
2740
 
2741
+ #: templates/admin/dashboard/dashboard.inc.php:401
2742
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2743
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2744
  #: templates/edit_table.inc.php:282
2745
  msgid "Server-side processing"
2746
  msgstr "Przetwarzanie po stronie serwera"
2747
 
2748
+ #: templates/admin/dashboard/dashboard.inc.php:404
2749
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2750
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2751
  msgstr ""
2752
 
2753
+ #: templates/admin/dashboard/dashboard.inc.php:407
2754
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2755
  msgid "Front-end table editing"
2756
  msgstr ""
2757
 
2758
+ #: templates/admin/dashboard/dashboard.inc.php:410
2759
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2760
  msgid "Excel-like editing"
2761
  msgstr ""
2762
 
2763
+ #: templates/admin/dashboard/dashboard.inc.php:413
2764
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2765
  msgid "Creating charts with Highcharts"
2766
  msgstr ""
2767
 
2768
+ #: templates/admin/dashboard/dashboard.inc.php:416
2769
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2770
  msgid "Creating charts with Chart.js"
2771
  msgstr ""
2772
 
2773
+ #: templates/admin/dashboard/dashboard.inc.php:419
2774
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2775
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2776
  #: templates/edit_table.inc.php:301
2777
  msgid "Responsive"
2778
  msgstr ""
2779
 
2780
+ #: templates/admin/dashboard/dashboard.inc.php:422
2781
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2782
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2783
  #: templates/edit_table.inc.php:750
2784
  msgid "Conditional formatting"
2785
  msgstr "Formatowanie warunkowe"
2786
 
2787
+ #: templates/admin/dashboard/dashboard.inc.php:425
2788
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2789
  msgid "Calculating Tools"
2790
  msgstr ""
2791
 
2792
+ #: templates/admin/dashboard/dashboard.inc.php:428
2793
  msgid "Formula columns"
2794
  msgstr ""
2795
 
2796
+ #: templates/admin/dashboard/dashboard.inc.php:431
2797
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2798
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2799
  msgid "Placeholders"
2800
  msgstr "Placeholdery"
2801
 
2802
+ #: templates/admin/dashboard/dashboard.inc.php:434
2803
  msgid "Premium support"
2804
  msgstr ""
2805
 
2806
+ #: templates/admin/dashboard/dashboard.inc.php:438
2807
  msgid "Get Premium Today"
2808
  msgstr ""
2809
 
2810
+ #: templates/admin/dashboard/dashboard.inc.php:445
2811
  msgid "News Blog"
2812
  msgstr ""
2813
 
2814
+ #: templates/admin/dashboard/dashboard.inc.php:450
2815
  msgid "Checkout useful articles from wpdatatables.com"
2816
  msgstr ""
2817
 
2818
+ #: templates/admin/dashboard/dashboard.inc.php:477
2819
  msgid ""
2820
  "Never miss notifications about new cool features, promotions,\n"
2821
  " giveaways or freebies – subscribe to our "
2823
  " about 1 message per month and never spam!"
2824
  msgstr ""
2825
 
2826
+ #: templates/admin/dashboard/dashboard.inc.php:495
2827
  msgid "Premium "
2828
  msgstr ""
2829
 
2830
+ #: templates/admin/dashboard/dashboard.inc.php:498
2831
  msgid ""
2832
  "While wpDataTables itself provides quite a large amount of features and "
2833
  "unlimited customisation, flexibility, you can achieve even more with our "
2834
  "premium addons.(requires wpDataTables Premium version)"
2835
  msgstr ""
2836
 
2837
+ #: templates/admin/dashboard/dashboard.inc.php:516
2838
  msgid ""
2839
  "A wpDataTables addon which allows showing additional details for a specific "
2840
  "row in a popup or a separate page or post."
2841
  msgstr ""
2842
 
2843
+ #: templates/admin/dashboard/dashboard.inc.php:522
2844
+ #: templates/admin/dashboard/dashboard.inc.php:549
2845
+ #: templates/admin/dashboard/dashboard.inc.php:575
2846
+ #: templates/admin/dashboard/dashboard.inc.php:602
2847
+ #: templates/admin/dashboard/dashboard.inc.php:628
2848
+ #: templates/admin/dashboard/dashboard.inc.php:661
2849
  msgid "Learn More"
2850
  msgstr ""
2851
 
2852
+ #: templates/admin/dashboard/dashboard.inc.php:543
2853
  msgid ""
2854
  "An add-on for wpDataTables that provides powerful filtering features: "
2855
  "cascade filtering, applying filters on button click, hide table before "
2856
  "filtering."
2857
  msgstr ""
2858
 
2859
+ #: templates/admin/dashboard/dashboard.inc.php:639
2860
  msgid "Need free booking plugin?"
2861
  msgstr ""
2862
 
2863
+ #: templates/admin/dashboard/dashboard.inc.php:648
2864
  msgid "Appointments and Events WordPress Booking Plugin"
2865
  msgstr ""
2866
 
2867
+ #: templates/admin/dashboard/dashboard.inc.php:651
2868
  msgid ""
2869
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2870
  "set up a fully-featured automated booking system on your WordPress website "
2875
  "each month."
2876
  msgstr ""
2877
 
2878
+ #: templates/admin/dashboard/dashboard.inc.php:654
2879
  msgid "Rating: 4.3 - ‎68 reviews"
2880
  msgstr ""
2881
 
2882
+ #: templates/admin/dashboard/dashboard.inc.php:657
2883
  msgid "Free Download"
2884
  msgstr ""
2885
 
2886
+ #: templates/admin/dashboard/dashboard.inc.php:672
2887
  #: templates/admin/getting-started/getting_started.inc.php:184
2888
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2889
  #: templates/admin/support/support.inc.php:78
2892
  msgid "Made by"
2893
  msgstr ""
2894
 
2895
+ #: templates/admin/dashboard/dashboard.inc.php:680
2896
  #: templates/admin/getting-started/getting_started.inc.php:192
2897
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2898
  #: templates/admin/support/support.inc.php:45
2903
  msgid "Documentation"
2904
  msgstr "Dokumentacja"
2905
 
2906
+ #: templates/admin/dashboard/dashboard.inc.php:684
2907
  #: templates/admin/getting-started/getting_started.inc.php:196
2908
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2909
  #: templates/admin/support/support.inc.php:24
3090
 
3091
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3092
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3093
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3094
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3095
  msgid "Sorting"
3096
  msgstr "Sortowanie"
3097
 
3098
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3099
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3100
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3101
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3102
  msgid "Pagination"
3103
  msgstr ""
3104
 
3647
  msgid "Pick the CSV delimiter"
3648
  msgstr "Wybierz ogranicznik CSV"
3649
 
3650
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3651
+ msgid "Tables sorting direction in admin page"
3652
+ msgstr ""
3653
+
3654
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3655
+ msgid ""
3656
+ "Here you can set sorting direction by id for browse tables and charts. By "
3657
+ "default is ascending order."
3658
+ msgstr ""
3659
+
3660
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3661
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3662
+ #: templates/edit_table.inc.php:663
3663
+ msgid "Ascending"
3664
+ msgstr "Rosnąco"
3665
+
3666
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3667
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3668
+ #: templates/edit_table.inc.php:665
3669
+ msgid "Descending"
3670
+ msgstr "Malejąco"
3671
+
3672
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3673
  #: templates/settings.inc.php:171
3674
  msgid "Tablet width"
3675
  msgstr "Szerokość tableta"
3676
 
3677
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3678
  #: templates/settings.inc.php:175
3679
  msgid ""
3680
  "Here you can specify width of the screen (in pixels) that will be treated as "
3684
  "traktowana jako tablet. Możesz ustawić ją szerzej, jeśli chcesz mieć efekt "
3685
  "responsywny na komputerach stacjonarnych."
3686
 
3687
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3688
  #: templates/settings.inc.php:181
3689
  msgid "Mobile width"
3690
  msgstr "Szerokość mobilna"
3691
 
3692
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3693
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3694
  msgstr ""
3695
  "Tutaj można określić szerokość (w pikselach) będą traktowane jako mobilne.."
3696
 
3697
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3698
  #: templates/settings.inc.php:61
3699
  msgid "Tables per admin page"
3700
  msgstr "Tabele na stronie administracyjnej"
3701
 
3702
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3703
  msgid "How many tables to show in the browse page."
3704
  msgstr "Jak wiele tabel do wyświetlenia na stronie przeglądania."
3705
 
3706
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3707
  msgid "Align numbers"
3708
  msgstr "Wyrównywanie liczb"
3709
 
3710
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3711
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3712
  msgstr ""
3713
 
3714
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3715
  #: templates/settings.inc.php:161
3716
  msgid "Align numbers to the right"
3717
  msgstr ""
3718
 
3719
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3720
  msgid "Sum functions label"
3721
  msgstr "Etykieta funkcji Sum"
3722
 
3723
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3724
  msgid ""
3725
  "Enter a label that will be used for Sum functions. If you leave it blank "
3726
  "default label will be Σ ="
3728
  "Wprowadź etykietę, która będzie używana dla funkcji Suma. Jeśli zostawisz "
3729
  "pustą etykietę domyślną będzie Σ ="
3730
 
3731
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3732
  msgid "Average functions label"
3733
  msgstr "Etykieta funkcji średnich"
3734
 
3735
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3736
  msgid ""
3737
  "Enter a label that will be used for Average functions. If you leave it blank "
3738
  "default label will be Avg ="
3740
  "Wprowadź etykietę, która będzie używana dla funkcji średnia. Jeśli zostawisz "
3741
  "pustą etykietę domyślną będzie AVG ="
3742
 
3743
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3744
  msgid "Minimum functions label"
3745
  msgstr "Minimalna etykieta funkcji"
3746
 
3747
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3748
  msgid ""
3749
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3750
  "default label will be Min ="
3752
  "Wprowadź etykietę, która będzie używana dla funkcji minimum. Jeśli zostawisz "
3753
  "pustą etykietę domyślną będzie min ="
3754
 
3755
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3756
  msgid "Maximum functions label"
3757
  msgstr "Maksymalna etykieta funkcji"
3758
 
3759
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3760
  msgid ""
3761
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3762
  "default label will be Max ="
3764
  "Wprowadź etykietę, która będzie używana dla funkcji maksimum. Jeśli "
3765
  "zostawisz pustą etykietę domyślną będzie Max ="
3766
 
3767
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3768
  msgid "Include full bootstrap front-end"
3769
  msgstr "Dołącz pełny Bootstrap frontonu"
3770
 
3771
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3772
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3773
  msgid ""
3774
  "It is recommended to uncheck this option if bootstrap.js is already included "
3775
  "in one of the theme files. Unchecked option means that there is still "
3779
  "z plików motywu. Niezaznaczone opcja oznacza, że nadal jest Bootstrap. js "
3780
  "zawarte tylko w trybie noConflict, który powinien zapobiegać błędom."
3781
 
3782
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3783
  msgid "Include full bootstrap.js on the front-end"
3784
  msgstr ""
3785
 
3786
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3787
  msgid "Include full bootstrap back-end"
3788
  msgstr "Dołącz pełną Bootstrap zaplecza"
3789
 
3790
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3791
  msgid "Include full bootstrap.js on the back-end"
3792
  msgstr ""
3793
 
3794
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3795
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3796
  #: templates/settings.inc.php:32
3797
  msgid "Show plugin credentials below tables"
3798
  msgstr ""
3799
 
3800
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3801
  #: templates/settings.inc.php:32
3802
  msgid ""
3803
  "If you want to support our project, please, keep this checkbox as checked"
3804
  msgstr ""
3805
 
3806
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3807
  msgid "Prevent deleting tables in database"
3808
  msgstr "Zapobieganie usuwaniu tabel w bazie danych"
3809
 
3810
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3811
  msgid ""
3812
  "It is recommended to leave this option as checked if you what to keep your "
3813
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3814
  "this option, it will be deleted all tables in database after deleting plugin"
3815
  msgstr ""
3816
 
3817
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3818
  msgid ""
3819
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3820
  msgstr ""
3821
 
3822
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3823
  msgid "Remove Getting Started page"
3824
  msgstr ""
3825
 
3826
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3827
  msgid ""
3828
  "Check this option if you want to remove Getting Started page from admin menu."
3829
  msgstr ""
3830
 
3831
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3832
  msgid "Remove \"Getting Started\" page from admin menu."
3833
  msgstr ""
3834
 
4615
  msgid "Choose whether to sort ascending or descending by default."
4616
  msgstr "Zdecyduj, czy domyślnie ma być sortowana rosnąco, czy malejąco."
4617
 
 
 
 
 
 
 
 
 
 
 
4618
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4619
  msgid "Add a filter for this column"
4620
  msgstr "Dodaj filtr dla tej kolumny"
5366
  msgstr "Sortowanie i filtrowanie"
5367
 
5368
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5369
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5370
  msgid "Table Tools"
5371
  msgstr "Narzędzia tabeli"
5372
 
5579
  "To powinno być włączone, jeśli chcesz ustawić szerokość kolumn ręcznie. "
5580
  "Należy używać zawijania wyrazów."
5581
 
5582
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5583
+ msgid "Enable to show a pagination"
5584
+ msgstr ""
5585
+
5586
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5587
+ msgid "Show pagination block below the table"
5588
+ msgstr ""
5589
+
5590
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5591
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5592
+ msgid "Pagination Alignment"
5593
+ msgstr ""
5594
+
5595
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5596
+ msgid "Here you can set pagination position: right, center or left."
5597
+ msgstr ""
5598
+
5599
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5600
+ msgid "Right"
5601
+ msgstr ""
5602
+
5603
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5604
+ msgid "Center"
5605
+ msgstr ""
5606
+
5607
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5608
+ msgid "Left"
5609
+ msgstr ""
5610
+
5611
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5612
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5613
+ msgid "Pagination Layout"
5614
+ msgstr ""
5615
+
5616
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5617
+ msgid "Here you can choose between different pagination layout."
5618
+ msgstr ""
5619
+
5620
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5621
+ msgid ""
5622
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5623
+ msgstr ""
5624
+
5625
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5626
+ msgid "\"Previous\" and \"Next\" buttons only"
5627
+ msgstr ""
5628
+
5629
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5630
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5631
+ msgstr ""
5632
+
5633
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5634
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5635
+ msgstr ""
5636
+
5637
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5638
+ msgid "Page number buttons only"
5639
+ msgstr ""
5640
+
5641
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5642
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5643
+ msgstr ""
5644
+
5645
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5646
  msgid "Advanced column filters"
5647
  msgstr "Zaawansowane filtry kolumnowe"
5648
 
5649
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5650
  msgid "Advanced filter"
5651
  msgstr "Filtr zaawansowany"
5652
 
5653
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5654
  msgid ""
5655
  "Enable to show an advanced filter for each of the columns, filters can be "
5656
  "shown in table footer, header or in a separate form."
5658
  "Włącz, aby wyświetlić Filtr zaawansowany dla każdej kolumny, filtry mogą być "
5659
  "wyświetlane w stopce tabeli, nagłówku lub w osobnym formularzu."
5660
 
5661
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5662
  msgid "Enable advanced column filters"
5663
  msgstr "Włącz Zaawansowane filtry kolumn"
5664
 
5665
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5666
  msgid ""
5667
  "If this is enabled, each column header will be clickable; clicking will sort "
5668
  "the whole table by the content of this column cells ascending or descending."
5671
  "kliknięcie posortuje całą tabelę według zawartości tej kolumny komórek "
5672
  "rosnąco lub malejąco."
5673
 
5674
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5675
  msgid "Allow sorting for the table"
5676
  msgstr "Zezwalaj na sortowanie dla tabeli"
5677
 
5678
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5679
  msgid "Main search block"
5680
  msgstr "Główny blok wyszukiwania"
5681
 
5682
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5683
  msgid "Global search"
5684
  msgstr "Wyszukiwanie globalne"
5685
 
5686
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5687
  msgid ""
5688
  "If this is enabled, a search block will be displayed on the top right of the "
5689
  "table, allowing to search through whole table with a single input."
5692
  "wyświetlony blok wyszukiwania, umożliwiający przeszukiwanie całej tabeli za "
5693
  "pomocą jednego wejścia."
5694
 
5695
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5696
  msgid "Enable search block"
5697
  msgstr "Włącz blok wyszukiwania"
5698
 
5699
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5700
  msgid "Filters in a form"
5701
  msgstr "Filtry w formularzu"
5702
 
5703
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5704
  #: templates/edit_table.inc.php:340
5705
  msgid "Filter in form"
5706
  msgstr "Filtruj w formie"
5707
 
5708
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5709
  msgid ""
5710
  "Enable to show the advanced column filter in a form above the table, instead "
5711
  "of showing in the table footer/header."
5713
  "Włącz, aby wyświetlić zaawansowany filtr kolumn w formularzu powyżej tabeli, "
5714
  "zamiast pokazywać w stopce/nagłówku tabeli."
5715
 
5716
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5717
  msgid "Show filters in a form above the table"
5718
  msgstr "Pokaż filtry w formularzu nad tabelą"
5719
 
5720
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5721
  msgid "Clear filters button"
5722
  msgstr "Przycisk Wyczyść filtry"
5723
 
5724
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5725
  #: templates/frontend/filter_form.inc.php:32
5726
  msgid "Clear filters"
5727
  msgstr "Wyczyść filtry"
5728
 
5729
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5730
  msgid "Enable to show the clear filters button."
5731
  msgstr "Włącz, aby wyświetlić przycisk Wyczyść filtry."
5732
 
5733
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5734
  msgid ""
5735
  "If filter in form is enabled, clear button will be rendered after the last "
5736
  "filter."
5738
  "Jeśli filtr w formularzu jest włączony, po ostatnim filtrze zostanie "
5739
  "wyświetlony przycisk Wyczyść."
5740
 
5741
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5742
  msgid ""
5743
  "Otherwise, clear filter button will be rendered above the table next to "
5744
  "\"Table Tools\" buttons."
5746
  "W przeciwnym razie przycisk Wyczyść filtr będzie renderowany powyżej tabeli "
5747
  "obok \"narzędzia tabeli\" przyciski."
5748
 
5749
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5750
  msgid "Show clear filters button"
5751
  msgstr "Pokaż przycisk Wyczyść filtry"
5752
 
5753
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5754
  msgid "Allow editing"
5755
  msgstr "Zezwalaj na edycję"
5756
 
5757
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5758
  #: templates/edit_table.inc.php:180
5759
  msgid "Front-end editing"
5760
  msgstr "Edycja frontowa"
5761
 
5762
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5763
  msgid "Allow editing the table from the front-end."
5764
  msgstr "Zezwalaj na edycję tabeli z frontonu."
5765
 
5766
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5767
  msgid "Allow front-end editing"
5768
  msgstr "Zezwalaj na edycję frontonu"
5769
 
5770
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5771
  msgid "Popover edit block"
5772
  msgstr "Blok edycji popover"
5773
 
5774
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5775
  #: templates/edit_table.inc.php:232
5776
  msgid "Popover tools"
5777
  msgstr "Narzędzia popover"
5778
 
5779
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5780
  msgid ""
5781
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5782
  "popover when you click on any row, instead of Table Tools block above the "
5786
  "popover po kliknięciu dowolnego wiersza, zamiast narzędzia tabeli bloku "
5787
  "powyżej tabeli."
5788
 
5789
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5790
  msgid "Editing buttons in a popover"
5791
  msgstr "Edytowanie przycisków w popover"
5792
 
5793
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5794
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5795
  msgid "In-line editing"
5796
  msgstr "Edycja w linii"
5797
 
5798
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5799
  msgid ""
5800
  "If this is enabled, front-end users will be able to edit cells by double-"
5801
  "clicking them, not only with the editor dialog."
5803
  "Jeśli ta opcja jest włączona, użytkownicy frontonu będą mogli edytować "
5804
  "komórki, klikając je dwukrotnie, nie tylko w oknie edytora."
5805
 
5806
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5807
  msgid "Allow in-line editing"
5808
  msgstr "Zezwalaj na edycję w wierszu"
5809
 
5810
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5811
  #: templates/edit_table.inc.php:192
5812
  msgid "MySQL table name for editing"
5813
  msgstr "Nazwa tabeli MySQL do edycji"
5814
 
5815
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5816
  msgid ""
5817
  "Name of the MySQL table which will be updated when edited from front-end."
5818
  msgstr ""
5819
  "Nazwa tabeli MySQL, która będzie aktualizowana podczas edycji z przodu."
5820
 
5821
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5822
  msgid "MySQL table name"
5823
  msgstr "Nazwa tabeli MySQL"
5824
 
5825
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5826
  #: templates/edit_table.inc.php:203
5827
  msgid "ID column for editing"
5828
  msgstr "Kolumna ID do edycji"
5829
 
5830
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5831
  msgid ""
5832
  "Choose the column values from which will be used as row identifiers. MUST be "
5833
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5839
  "wstawić/Edit/Delete będzie działać poprawnie! wpDataTables odgadnie poprawną "
5840
  "kolumnę, jeśli jest on nazywany \"ID\" lub \"ID\" po stronie MySQL."
5841
 
5842
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5843
  #: templates/edit_table.inc.php:267
5844
  msgid "Editor roles"
5845
  msgstr "Role edytorów"
5846
 
5847
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5848
  msgid ""
5849
  "If you want only specific user roles to be able to edit the table, choose in "
5850
  "this dropdown. Leave unchecked to allow editing for everyone."
5853
  "wybierz tę listę rozwijaną. Pozostaw niezaznaczone, aby zezwolić na edycję "
5854
  "dla wszystkich."
5855
 
5856
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5857
  msgid "Everyone"
5858
  msgstr "Wszyscy"
5859
 
5860
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5861
  msgid "Administrators"
5862
  msgstr ""
5863
 
5864
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
5865
  msgid "Editors"
5866
  msgstr ""
5867
 
5868
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
5869
  msgid "Authors"
5870
  msgstr ""
5871
 
5872
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
5873
  msgid "Contributors"
5874
  msgstr ""
5875
 
5876
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
5877
  msgid "Subscribers"
5878
  msgstr ""
5879
 
5880
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
5881
  msgid "Users see and edit only own data"
5882
  msgstr "Użytkownicy widzą i edytują tylko własne dane"
5883
 
5884
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5885
  msgid "Users see and edit only their own data"
5886
  msgstr "Użytkownicy widzą i edytują tylko swoje własne dane"
5887
 
5888
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5889
  msgid ""
5890
  "If this is enabled, users will see and edit only the rows that are related "
5891
  "to them or were created by them (associated using the User ID column)."
5894
  "wiersze, które są z nimi powiązane lub zostały przez nich utworzone "
5895
  "(skojarzone z kolumną User ID)."
5896
 
5897
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
5898
  msgid "Limit editing to own data only"
5899
  msgstr "Ogranicz edycję tylko do własnych danych"
5900
 
5901
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
5902
  #: templates/edit_table.inc.php:250
5903
  msgid "User ID column"
5904
  msgstr "Kolumna identyfikatora użytkownika"
5905
 
5906
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
5907
  msgid ""
5908
  "Choose the column values from which will be used as User identifiers. "
5909
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5913
  "użytkownika. Odwołuje się do identyfikatora z tabeli użytkownicy WordPressa "
5914
  "(wp_users), musi być zdefiniowana jako liczba całkowita po stronie MySQL."
5915
 
5916
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
5917
  #: templates/edit_table.inc.php:350
5918
  msgid "Table tools"
5919
  msgstr "Narzędzia tabeli"
5920
 
5921
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
5922
  msgid ""
5923
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5924
  msgstr ""
5925
  "Jeśli ta opcja jest włączona, pasek narzędzi z przydatnymi narzędziami "
5926
  "pojawi się nad tabelą"
5927
 
5928
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
5929
  msgid "Enable Table Tools"
5930
  msgstr "Włącz narzędzia tabeli"
5931
 
5932
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
5933
  msgid "Buttons"
5934
  msgstr "Przyciski"
5935
 
5936
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
5937
  msgid "Choose which buttons to show in the Table Tools block."
5938
  msgstr ""
5939
  "Wybierz przyciski, które mają być wyświetlane w bloku narzędzia tabeli."
5940
 
5941
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
5942
  msgid "Columns visibility"
5943
  msgstr "Widoczność kolumn"
5944
 
5945
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
5946
  msgid ""
5947
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5948
  "that will be replaced with some actual values at the execution time; usually "
5949
  "this is used for MySQL queries."
5950
  msgstr ""
5951
 
5952
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
5953
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
5954
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
5955
  msgid ""
5956
  "This placeholder will be replaced with any value that you will provide in a "
5957
  "shortcode. Provide a default value here that will be used for table "
5961
  "podać w shortcode. Podaj wartość domyślną w tym miejscu, które będą używane "
5962
  "do generowania tabeli i gdy inny nie jest zdefiniowany w shortcode."
5963
 
5964
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
5965
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
5966
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
5967
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
5968
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
5969
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
5970
  msgid "Default for table generation"
5971
  msgstr "Domyślne dla generowania tabeli"
5972
 
5973
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
5974
  msgid ""
5975
  "This placeholder will be replaced with the ID of currently logged in user. "
5976
  "Provide a value here to be used for table generation"
5979
  "zalogowanego użytkownika. Podaj wartość, która ma być używana do generowania "
5980
  "tabeli"
5981
 
5982
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
5983
  msgid ""
5984
  "This placeholder will be replaced with the login of currently logged in "
5985
  "user. Provide a value here to be used for table generation"
5987
  "Ten symbol zastępczy zostanie zastąpiony loginem aktualnie zalogowanego "
5988
  "użytkownika. Podaj wartość, która ma być używana do generowania tabeli"
5989
 
5990
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
5991
  msgid ""
5992
  "This placeholder will be replaced with the current prefix of WordPress "
5993
  "database. Provide a value here to be used for table generation"
5995
  "Ten symbol zastępczy zostanie zastąpiony bieżącym prefiksem bazy danych "
5996
  "WordPress. Podaj wartość, która ma być używana do generowania tabeli"
5997
 
5998
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
5999
  msgid ""
6000
  "This placeholder will be replaced with the ID of current post. Provide a "
6001
  "value here to be used for table generation"
6019
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6020
  msgid ""
6021
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6022
+ "with tables, charts and data management easy. 40,000+ companies."
6023
  msgstr ""
6024
 
6025
  #: templates/admin/welcome_page/welcome_page.inc.php:62
7025
  msgid "There was a problem saving your settings"
7026
  msgstr ""
7027
 
7028
+ #: widgets/class.wpDataChartsElementorWidget.php:28
7029
+ msgid "wpDataChart content"
7030
+ msgstr ""
7031
+
7032
+ #: widgets/class.wpDataChartsElementorWidget.php:35
7033
+ msgid "Select wpDataChart:"
7034
+ msgstr ""
7035
+
7036
+ #: widgets/class.wpDataTablesElementorWidget.php:28
7037
+ msgid "wpDataTable content"
7038
+ msgstr ""
7039
+
7040
+ #: widgets/class.wpDataTablesElementorWidget.php:35
7041
+ msgid "Select wpDataTable:"
7042
+ msgstr ""
7043
+
7044
+ #: widgets/class.wpDataTablesElementorWidget.php:45
7045
+ msgid "Set name for export file:"
7046
+ msgstr ""
7047
+
7048
+ #: widgets/class.wpDataTablesElementorWidget.php:48
7049
+ msgid "Insert name for export file"
7050
+ msgstr ""
7051
+
7052
  #~ msgid "tr"
7053
  #~ msgstr "tr"
7054
 
languages/ru_RU/wpdatatables-ru_RU.mo CHANGED
Binary file
languages/ru_RU/wpdatatables-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-10-23 11:48+0200\n"
6
- "PO-Revision-Date: 2020-10-23 11:48+0200\n"
7
  "Last-Translator: narozhfy <narozhnyy.alexandr@yandex.ru>\n"
8
  "Language-Team: Русский\n"
9
  "Language: ru_RU\n"
@@ -159,100 +159,100 @@ msgstr ""
159
  msgid "Go Premium"
160
  msgstr ""
161
 
162
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
163
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
164
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
165
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
166
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
167
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
168
- #: controllers/wdt_admin.php:815
169
  msgid "You do not have sufficient permissions to access this page."
170
  msgstr ""
171
 
172
- #: controllers/wdt_functions.php:467
173
  #, fuzzy
174
  msgid "wpDataChart with provided ID not found!"
175
  msgstr "Таблица wpDataTable с заданным ID не найдена!"
176
 
177
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
178
  msgid "wpDataTable with provided ID not found!"
179
  msgstr "Таблица wpDataTable с заданным ID не найдена!"
180
 
181
- #: controllers/wdt_functions.php:594
182
  msgid "Provided column is not Integer or Float column type"
183
  msgstr ""
184
  "Предоставленный столбец не является типом столбца типа Integer или Float"
185
 
186
- #: controllers/wdt_functions.php:811
187
  msgid "Choose a table"
188
  msgstr "Выберите таблицу"
189
 
190
- #: controllers/wdt_functions.php:843
191
  msgid "Interactive Responsive Table"
192
  msgstr ""
193
 
194
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
195
  msgid "Content"
196
  msgstr ""
197
 
198
- #: controllers/wdt_functions.php:850
199
  msgid "wpDataTable"
200
  msgstr "wpDataTable таблица"
201
 
202
- #: controllers/wdt_functions.php:854
203
  msgid "Choose the wpDataTable from a dropdown"
204
  msgstr "Выберите таблицу wpDataTable из выпадающего списка"
205
 
206
- #: controllers/wdt_functions.php:859
207
  msgid "Table view"
208
  msgstr "Отображение таблицы"
209
 
210
- #: controllers/wdt_functions.php:863
211
  msgid "Regular wpDataTable"
212
  msgstr "Стандартная wpDataTable таблица"
213
 
214
- #: controllers/wdt_functions.php:865
215
  msgid "Excel-like table"
216
  msgstr "Таблица типа Excel"
217
 
218
- #: controllers/wdt_functions.php:871
219
  msgid "Variable placeholder #1"
220
  msgstr "Переменная №1"
221
 
222
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
223
- #: controllers/wdt_functions.php:890
224
  msgid "Variables"
225
  msgstr "Переменные"
226
 
227
- #: controllers/wdt_functions.php:875
228
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
229
  msgstr "Если вы использовали переменную VAR1, вы можете здесь задать значение"
230
 
231
- #: controllers/wdt_functions.php:879
232
  msgid "Variable placeholder #2"
233
  msgstr "Переменная №2"
234
 
235
- #: controllers/wdt_functions.php:883
236
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
237
  msgstr "Если вы использовали переменную VAR2, вы можете здесь задать значение"
238
 
239
- #: controllers/wdt_functions.php:887
240
  msgid "Variable placeholder #3"
241
  msgstr "Переменная №3"
242
 
243
- #: controllers/wdt_functions.php:891
244
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
245
  msgstr "Если вы использовали переменную VAR3, вы можете здесь задать значение"
246
 
247
- #: controllers/wdt_functions.php:904
248
  msgid "Google or Highcharts chart based on a wpDataTable"
249
  msgstr ""
250
 
251
- #: controllers/wdt_functions.php:911
252
  msgid "wpDataChart"
253
  msgstr "Диаграмма wpDataChart"
254
 
255
- #: controllers/wdt_functions.php:915
256
  msgid "Choose one of wpDataCharts from the list"
257
  msgstr "Выберите одну из диаграмм wpDataCharts из списка"
258
 
@@ -274,161 +274,161 @@ msgstr ""
274
  "ниже, и шорткод будет вставлен автоматически. Вы можете предоставить "
275
  "значения для заполнителей, а также для имени файла экспорта."
276
 
277
- #: source/class.wdtbrowsechartstable.php:140
278
- #: source/class.wdtbrowsetable.php:167
279
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
280
  #: templates/admin/dashboard/dashboard.inc.php:153
281
  #: templates/admin/dashboard/dashboard.inc.php:222
282
  msgid "Click to copy shortcode"
283
  msgstr "Нажмите, чтобы скопировать шорткод"
284
 
285
- #: source/class.wdtbrowsechartstable.php:149
286
- #: source/class.wdtbrowsetable.php:178
287
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
288
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
289
  msgid "Duplicate"
290
  msgstr "Клонировать"
291
 
292
- #: source/class.wdtbrowsechartstable.php:155
293
- #: source/class.wdtbrowsetable.php:184
294
  #: templates/admin/dashboard/dashboard.inc.php:261
295
  msgid "Configure"
296
  msgstr "Настроить"
297
 
298
- #: source/class.wdtbrowsechartstable.php:161
299
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
300
  #: templates/admin/browse/bulk_actions.inc.php:14
301
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
302
  msgid "Delete"
303
  msgstr "Удалить"
304
 
305
- #: source/class.wdtbrowsechartstable.php:216
306
- #: source/class.wdtbrowsechartstable.php:225
307
  msgid "Column Chart"
308
  msgstr "Колоночная диаграмма"
309
 
310
- #: source/class.wdtbrowsechartstable.php:219
311
- #: source/class.wdtbrowsechartstable.php:243
312
  msgid "Line Chart"
313
  msgstr "Линейная диаграмма"
314
 
315
- #: source/class.wdtbrowsechartstable.php:222
316
- #: source/class.wdtbrowsechartstable.php:246
317
  #, fuzzy
318
  msgid "Pie Chart"
319
  msgstr "Круговая диаграмма"
320
 
321
- #: source/class.wdtbrowsechartstable.php:228
322
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
323
  #: templates/chart_wizard.inc.php:91
324
  msgid "Histogram"
325
  msgstr "Гистограмма"
326
 
327
- #: source/class.wdtbrowsechartstable.php:231
328
  msgid "Bar Chart"
329
  msgstr "Линеечная диаграмма"
330
 
331
- #: source/class.wdtbrowsechartstable.php:234
332
  #, fuzzy
333
  msgid "Stacked Bar Chart"
334
  msgstr "Линеечная диаграмма с накоплением"
335
 
336
- #: source/class.wdtbrowsechartstable.php:237
337
  msgid "Area Chart"
338
  msgstr "Диаграмма с областями"
339
 
340
- #: source/class.wdtbrowsechartstable.php:240
341
  #, fuzzy
342
  msgid "Stepped Area Chart"
343
  msgstr "Диаграмма с областями и накоплением"
344
 
345
- #: source/class.wdtbrowsechartstable.php:249
346
  msgid "Bubble Chart"
347
  msgstr "Пузырьковая диаграмма"
348
 
349
- #: source/class.wdtbrowsechartstable.php:252
350
  msgid "Donut Chart"
351
  msgstr "Кольцевая диаграмма"
352
 
353
- #: source/class.wdtbrowsechartstable.php:255
354
  msgid "Gauge Chart"
355
  msgstr "Калибровочная диаграмма"
356
 
357
- #: source/class.wdtbrowsechartstable.php:258
358
  #, fuzzy
359
  msgid "Scatter Chart"
360
  msgstr "Точечная диаграмма"
361
 
362
- #: source/class.wdtbrowsechartstable.php:261
363
  msgid "Candlestick Chart"
364
  msgstr "Диаграмма в виде свечек"
365
 
366
- #: source/class.wdtbrowsechartstable.php:264
367
  msgid "Waterfall Chart"
368
  msgstr "Диаграмма - водопад"
369
 
370
- #: source/class.wdtbrowsechartstable.php:277
371
  msgid "Google"
372
  msgstr "Гугл"
373
 
374
- #: source/class.wdtbrowsechartstable.php:343
375
- #: source/class.wdtbrowsetable.php:296
376
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
377
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
378
  msgid "Select All"
379
  msgstr "Выбрать все"
380
 
381
- #: source/class.wdtbrowsechartstable.php:396
382
  msgid "No wpDataCharts in the system yet."
383
  msgstr "Диаграмм пока не создано"
384
 
385
- #: source/class.wdtbrowsetable.php:230
386
  msgid "MySQL"
387
  msgstr "MySQL сервер"
388
 
389
- #: source/class.wdtbrowsetable.php:233
390
  msgid "Manual"
391
  msgstr "Ручной ввод"
392
 
393
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
394
- #: source/class.wpdatatable.php:2205
395
- #: templates/admin/table-settings/table_settings_block.inc.php:932
396
  msgid "Excel"
397
  msgstr "Excel"
398
 
399
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
400
- #: source/class.wpdatatable.php:2215
401
- #: templates/admin/table-settings/table_settings_block.inc.php:933
402
  msgid "CSV"
403
  msgstr "CSV"
404
 
405
- #: source/class.wdtbrowsetable.php:242
406
  msgid "XML"
407
  msgstr "XML"
408
 
409
- #: source/class.wdtbrowsetable.php:245
410
  msgid "JSON"
411
  msgstr "JSON"
412
 
413
- #: source/class.wdtbrowsetable.php:248
414
  #: templates/admin/table-settings/table_settings_block.inc.php:111
415
  #: templates/edit_table.inc.php:91
416
  msgid "Serialized PHP array"
417
  msgstr "Сериализованный массив PHP"
418
 
419
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
420
  msgid "Google spreadsheet"
421
  msgstr "Таблица Google Spreadsheet"
422
 
423
- #: source/class.wdtbrowsetable.php:254
424
  msgid "Simple"
425
  msgstr ""
426
 
427
- #: source/class.wdtbrowsetable.php:261
428
  msgid "Unknown"
429
  msgstr "Неизвестный"
430
 
431
- #: source/class.wdtbrowsetable.php:371
432
  msgid "No wpDataTables in the system yet."
433
  msgstr "Таблиц wpDataTables пока не создано"
434
 
@@ -436,7 +436,7 @@ msgstr "Таблиц wpDataTables пока не создано"
436
  msgid "There was an error trying to fetch the table data: "
437
  msgstr "Произошла ошибка при попытке получить данные таблицы:"
438
 
439
- #: source/class.wdtconfigcontroller.php:468
440
  msgid "Table in data source has no rows."
441
  msgstr "Таблица в источнике не содержит строк"
442
 
@@ -582,9 +582,9 @@ msgstr "Столбец был удален!"
582
  msgid "Please select columns that you want to use in table"
583
  msgstr "Пожалуйста выберите столбец который вы хотите использовать в таблице"
584
 
585
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
586
- #: source/class.wpdatatable.php:2225
587
- #: templates/admin/table-settings/table_settings_block.inc.php:934
588
  msgid "Copy"
589
  msgstr "Копировать"
590
 
@@ -1290,7 +1290,7 @@ msgstr "Только один столбец может иметь тип String
1290
  msgid "You are mixing data types (several date axes and several number)"
1291
  msgstr "Вы смешиваете типы данных (несколько осей даты и несколько чисел)"
1292
 
1293
- #: source/class.wpdatatable.php:1827
1294
  msgid ""
1295
  "You are trying to load a table of an unknown type. Probably you did not "
1296
  "activate the addon which is required to use this table type."
@@ -1298,7 +1298,7 @@ msgstr ""
1298
  "Вы пытаетесь загрузить таблицу неизвестного типа. Возможно, вы не "
1299
  "активировали аддон, который требуется для использования этого типа таблицы."
1300
 
1301
- #: source/class.wpdatatable.php:2054
1302
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1303
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1304
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1306,30 +1306,30 @@ msgstr ""
1306
  msgid "All"
1307
  msgstr "Все"
1308
 
1309
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1310
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1311
  msgid "Columns"
1312
  msgstr "Колонки"
1313
 
1314
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1315
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1316
  msgid "Print"
1317
  msgstr "Печать"
1318
 
1319
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1320
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1321
  msgid "PDF"
1322
  msgstr "PDF"
1323
 
1324
- #: source/class.wpdatatable.php:2171
1325
  msgid "Export"
1326
  msgstr "Экспорт"
1327
 
1328
- #: source/class.wpdatatable.php:2249
1329
  msgid "Search table"
1330
  msgstr "Найти таблицу"
1331
 
1332
- #: source/class.wpdatatable.php:2250
1333
  msgid "Showing _MENU_ Entries"
1334
  msgstr "Показ_Меню_Вхождений"
1335
 
@@ -1348,7 +1348,7 @@ msgstr ""
1348
  msgid "if you have some questions or problems with the plugin."
1349
  msgstr ""
1350
 
1351
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1352
  msgid "wpDataTables Addons"
1353
  msgstr ""
1354
 
@@ -1367,12 +1367,12 @@ msgstr ""
1367
  "разработчиками, так что не забывайте периодически проверять эту страницу!"
1368
 
1369
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1370
- #: templates/admin/dashboard/dashboard.inc.php:558
1371
  msgid "Report Builder"
1372
  msgstr "Report Builder"
1373
 
1374
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1375
- #: templates/admin/dashboard/dashboard.inc.php:562
1376
  msgid ""
1377
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1378
  "XLSX documents filled in with actual data from your database."
@@ -1400,7 +1400,7 @@ msgid "NEW"
1400
  msgstr ""
1401
 
1402
  #: templates/admin/addons/addons.inc.php:40
1403
- #: templates/admin/dashboard/dashboard.inc.php:505
1404
  msgid "Master Detail Tables for wpDataTables"
1405
  msgstr "Основные таблицы сведений для wpDataTables"
1406
 
@@ -1426,7 +1426,7 @@ msgid "Learn more"
1426
  msgstr ""
1427
 
1428
  #: templates/admin/addons/addons.inc.php:67
1429
- #: templates/admin/dashboard/dashboard.inc.php:532
1430
  msgid "Powerful Filters for wpDataTables"
1431
  msgstr "Мощные фильтры для wpDataTables"
1432
 
@@ -1442,12 +1442,12 @@ msgstr ""
1442
  "поиска."
1443
 
1444
  #: templates/admin/addons/addons.inc.php:120
1445
- #: templates/admin/dashboard/dashboard.inc.php:585
1446
  msgid "Formidable Forms integration for wpDataTables"
1447
  msgstr "Интеграция Formidable Forms с wpDataTables"
1448
 
1449
  #: templates/admin/addons/addons.inc.php:123
1450
- #: templates/admin/dashboard/dashboard.inc.php:589
1451
  msgid ""
1452
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1453
  "create wpDataTables from Formidable Forms entries data."
@@ -1457,12 +1457,12 @@ msgstr ""
1457
  "Forms."
1458
 
1459
  #: templates/admin/addons/addons.inc.php:143
1460
- #: templates/admin/dashboard/dashboard.inc.php:611
1461
  msgid "Gravity Forms integration for wpDataTables"
1462
  msgstr "Интеграция Gravity Forms for wpDataTables"
1463
 
1464
  #: templates/admin/addons/addons.inc.php:146
1465
- #: templates/admin/dashboard/dashboard.inc.php:615
1466
  msgid ""
1467
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1468
  "wpDataTables from Gravity Forms entries data."
@@ -2487,7 +2487,7 @@ msgstr "Открыть Excel-редактор"
2487
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2488
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2489
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2490
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2491
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2492
  msgid "View Documentation"
2493
  msgstr ""
@@ -2718,151 +2718,192 @@ msgstr ""
2718
 
2719
  #: templates/admin/dashboard/dashboard.inc.php:340
2720
  msgid ""
2721
- "A major update with new table type, and a couple of bug fixes and stability "
2722
  "improvements:"
2723
  msgstr ""
2724
 
2725
  #: templates/admin/dashboard/dashboard.inc.php:345
2726
  msgid ""
2727
- "Feature: New table type - Create a simple table with any data, merged cells, "
2728
- "styling, star rating and a lot more."
2729
  msgstr ""
2730
 
2731
  #: templates/admin/dashboard/dashboard.inc.php:346
2732
- msgid "Feature: Added Slovenian translation"
2733
  msgstr ""
2734
 
2735
  #: templates/admin/dashboard/dashboard.inc.php:347
2736
- msgid "Improvement: Update French translation"
 
 
2737
  msgstr ""
2738
 
2739
  #: templates/admin/dashboard/dashboard.inc.php:348
2740
- msgid "Improvement: Added new color picker"
 
 
2741
  msgstr ""
2742
 
2743
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2744
  msgid "Other small bug fixes and stability improvements."
2745
  msgstr ""
2746
 
2747
- #: templates/admin/dashboard/dashboard.inc.php:361
2748
  msgid "Go Premium!"
2749
  msgstr ""
2750
 
2751
- #: templates/admin/dashboard/dashboard.inc.php:367
2752
  msgid "View Comparison"
2753
  msgstr ""
2754
 
2755
- #: templates/admin/dashboard/dashboard.inc.php:375
2756
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2757
  msgid ""
2758
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2759
  "of the powerful features."
2760
  msgstr ""
2761
 
2762
- #: templates/admin/dashboard/dashboard.inc.php:379
2763
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2764
  msgid "Create a table manually"
2765
  msgstr "Создать таблицу wpDataTable в ручном режиме"
2766
 
2767
- #: templates/admin/dashboard/dashboard.inc.php:382
2768
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2769
  msgid "Creating tables from Google Spreadsheet"
2770
  msgstr ""
2771
 
2772
- #: templates/admin/dashboard/dashboard.inc.php:385
2773
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2774
  msgid "Creating MySQL-based tables from database"
2775
  msgstr ""
2776
 
2777
- #: templates/admin/dashboard/dashboard.inc.php:388
2778
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2779
  msgid "Creating MySQL-based tables from Wordpress post types"
2780
  msgstr ""
2781
 
2782
- #: templates/admin/dashboard/dashboard.inc.php:391
2783
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2784
  #: templates/edit_table.inc.php:329
2785
  msgid "Advanced filtering"
2786
  msgstr ""
2787
 
2788
- #: templates/admin/dashboard/dashboard.inc.php:394
2789
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2790
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2791
  #: templates/edit_table.inc.php:282
2792
  msgid "Server-side processing"
2793
  msgstr "Обработка данных на стороне сервера"
2794
 
2795
- #: templates/admin/dashboard/dashboard.inc.php:397
2796
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2797
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2798
  msgstr ""
2799
 
2800
- #: templates/admin/dashboard/dashboard.inc.php:400
2801
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2802
  msgid "Front-end table editing"
2803
  msgstr ""
2804
 
2805
- #: templates/admin/dashboard/dashboard.inc.php:403
2806
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2807
  msgid "Excel-like editing"
2808
  msgstr ""
2809
 
2810
- #: templates/admin/dashboard/dashboard.inc.php:406
2811
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2812
  msgid "Creating charts with Highcharts"
2813
  msgstr ""
2814
 
2815
- #: templates/admin/dashboard/dashboard.inc.php:409
2816
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2817
  msgid "Creating charts with Chart.js"
2818
  msgstr ""
2819
 
2820
- #: templates/admin/dashboard/dashboard.inc.php:412
2821
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2822
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2823
  #: templates/edit_table.inc.php:301
2824
  msgid "Responsive"
2825
  msgstr ""
2826
 
2827
- #: templates/admin/dashboard/dashboard.inc.php:415
2828
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2829
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2830
  #: templates/edit_table.inc.php:750
2831
  msgid "Conditional formatting"
2832
  msgstr "Условное форматирование"
2833
 
2834
- #: templates/admin/dashboard/dashboard.inc.php:418
2835
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2836
  msgid "Calculating Tools"
2837
  msgstr ""
2838
 
2839
- #: templates/admin/dashboard/dashboard.inc.php:421
2840
  msgid "Formula columns"
2841
  msgstr ""
2842
 
2843
- #: templates/admin/dashboard/dashboard.inc.php:424
2844
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2845
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2846
  msgid "Placeholders"
2847
  msgstr "Переменная"
2848
 
2849
- #: templates/admin/dashboard/dashboard.inc.php:427
2850
  msgid "Premium support"
2851
  msgstr ""
2852
 
2853
- #: templates/admin/dashboard/dashboard.inc.php:431
2854
  msgid "Get Premium Today"
2855
  msgstr ""
2856
 
2857
- #: templates/admin/dashboard/dashboard.inc.php:438
2858
  msgid "News Blog"
2859
  msgstr ""
2860
 
2861
- #: templates/admin/dashboard/dashboard.inc.php:443
2862
  msgid "Checkout useful articles from wpdatatables.com"
2863
  msgstr ""
2864
 
2865
- #: templates/admin/dashboard/dashboard.inc.php:470
2866
  msgid ""
2867
  "Never miss notifications about new cool features, promotions,\n"
2868
  " giveaways or freebies – subscribe to our "
@@ -2870,48 +2911,48 @@ msgid ""
2870
  " about 1 message per month and never spam!"
2871
  msgstr ""
2872
 
2873
- #: templates/admin/dashboard/dashboard.inc.php:488
2874
  msgid "Premium "
2875
  msgstr ""
2876
 
2877
- #: templates/admin/dashboard/dashboard.inc.php:491
2878
  msgid ""
2879
  "While wpDataTables itself provides quite a large amount of features and "
2880
  "unlimited customisation, flexibility, you can achieve even more with our "
2881
  "premium addons.(requires wpDataTables Premium version)"
2882
  msgstr ""
2883
 
2884
- #: templates/admin/dashboard/dashboard.inc.php:509
2885
  msgid ""
2886
  "A wpDataTables addon which allows showing additional details for a specific "
2887
  "row in a popup or a separate page or post."
2888
  msgstr ""
2889
 
2890
- #: templates/admin/dashboard/dashboard.inc.php:515
2891
- #: templates/admin/dashboard/dashboard.inc.php:542
2892
- #: templates/admin/dashboard/dashboard.inc.php:568
2893
- #: templates/admin/dashboard/dashboard.inc.php:595
2894
- #: templates/admin/dashboard/dashboard.inc.php:621
2895
- #: templates/admin/dashboard/dashboard.inc.php:654
2896
  msgid "Learn More"
2897
  msgstr ""
2898
 
2899
- #: templates/admin/dashboard/dashboard.inc.php:536
2900
  msgid ""
2901
  "An add-on for wpDataTables that provides powerful filtering features: "
2902
  "cascade filtering, applying filters on button click, hide table before "
2903
  "filtering."
2904
  msgstr ""
2905
 
2906
- #: templates/admin/dashboard/dashboard.inc.php:632
2907
  msgid "Need free booking plugin?"
2908
  msgstr ""
2909
 
2910
- #: templates/admin/dashboard/dashboard.inc.php:641
2911
  msgid "Appointments and Events WordPress Booking Plugin"
2912
  msgstr ""
2913
 
2914
- #: templates/admin/dashboard/dashboard.inc.php:644
2915
  msgid ""
2916
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2917
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2922,15 +2963,15 @@ msgid ""
2922
  "each month."
2923
  msgstr ""
2924
 
2925
- #: templates/admin/dashboard/dashboard.inc.php:647
2926
  msgid "Rating: 4.3 - ‎68 reviews"
2927
  msgstr ""
2928
 
2929
- #: templates/admin/dashboard/dashboard.inc.php:650
2930
  msgid "Free Download"
2931
  msgstr ""
2932
 
2933
- #: templates/admin/dashboard/dashboard.inc.php:665
2934
  #: templates/admin/getting-started/getting_started.inc.php:184
2935
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2936
  #: templates/admin/support/support.inc.php:78
@@ -2939,7 +2980,7 @@ msgstr ""
2939
  msgid "Made by"
2940
  msgstr ""
2941
 
2942
- #: templates/admin/dashboard/dashboard.inc.php:673
2943
  #: templates/admin/getting-started/getting_started.inc.php:192
2944
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2945
  #: templates/admin/support/support.inc.php:45
@@ -2950,7 +2991,7 @@ msgstr ""
2950
  msgid "Documentation"
2951
  msgstr "Документация по wpDataTables"
2952
 
2953
- #: templates/admin/dashboard/dashboard.inc.php:677
2954
  #: templates/admin/getting-started/getting_started.inc.php:196
2955
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2956
  #: templates/admin/support/support.inc.php:24
@@ -3137,13 +3178,15 @@ msgstr ""
3137
 
3138
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3139
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3140
- #: templates/admin/table-settings/table_settings_block.inc.php:527
3141
- #: templates/admin/table-settings/table_settings_block.inc.php:535
3142
  msgid "Sorting"
3143
  msgstr "Сортировка"
3144
 
3145
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3146
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3147
  msgid "Pagination"
3148
  msgstr ""
3149
 
@@ -3736,12 +3779,34 @@ msgstr "CSV разделитель"
3736
  msgid "Pick the CSV delimiter"
3737
  msgstr "Выберите разделитель для CSV"
3738
 
3739
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3740
  #: templates/settings.inc.php:171
3741
  msgid "Tablet width"
3742
  msgstr "Ширина планшета"
3743
 
3744
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3745
  #: templates/settings.inc.php:175
3746
  msgid ""
3747
  "Here you can specify width of the screen (in pixels) that will be treated as "
@@ -3751,45 +3816,45 @@ msgstr ""
3751
  "шириной планшета. Вы можете установить ее шире, чем по умолчанию, если "
3752
  "хотите включить адаптивный эффект для стационарных компьютеров и ноутбуков."
3753
 
3754
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3755
  #: templates/settings.inc.php:181
3756
  msgid "Mobile width"
3757
  msgstr "Ширина мобильных телефонов"
3758
 
3759
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3760
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3761
  msgstr ""
3762
  "Здесь вы можете указать ширину экрана (в пикселях), которая будет считаться "
3763
  "шириной мобильных устройств"
3764
 
3765
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3766
  #: templates/settings.inc.php:61
3767
  msgid "Tables per admin page"
3768
  msgstr "Количество таблиц на странице обзора"
3769
 
3770
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3771
  msgid "How many tables to show in the browse page."
3772
  msgstr ""
3773
  "Сколько таблиц на одной странице показывать в админ-панели на странице обзора"
3774
 
3775
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3776
  msgid "Align numbers"
3777
  msgstr "Выравнивать чисел"
3778
 
3779
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3780
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3781
  msgstr ""
3782
 
3783
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3784
  #: templates/settings.inc.php:161
3785
  msgid "Align numbers to the right"
3786
  msgstr ""
3787
 
3788
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3789
  msgid "Sum functions label"
3790
  msgstr "Метка для функции Сумма"
3791
 
3792
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3793
  msgid ""
3794
  "Enter a label that will be used for Sum functions. If you leave it blank "
3795
  "default label will be Σ ="
@@ -3797,11 +3862,11 @@ msgstr ""
3797
  "Введите метку, которая будет использоваться для функции Сумма. Если вы "
3798
  "оставите это поле пустым, по умолчанию будет использоваться метка Σ ="
3799
 
3800
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3801
  msgid "Average functions label"
3802
  msgstr "Метка для функции вычисления среднего"
3803
 
3804
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3805
  msgid ""
3806
  "Enter a label that will be used for Average functions. If you leave it blank "
3807
  "default label will be Avg ="
@@ -3809,11 +3874,11 @@ msgstr ""
3809
  "Введите метку, которая будет использоваться для функции Среднее. Если вы "
3810
  "оставите это поле пустым, по умолчанию метка будет Avg ="
3811
 
3812
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3813
  msgid "Minimum functions label"
3814
  msgstr "Метка для функции Минимум"
3815
 
3816
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3817
  msgid ""
3818
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3819
  "default label will be Min ="
@@ -3821,11 +3886,11 @@ msgstr ""
3821
  "Введите метку, которая будет использоваться для функции Минимум. Если вы "
3822
  "оставите это поле пустым, метка по умолчанию будет Min ="
3823
 
3824
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3825
  msgid "Maximum functions label"
3826
  msgstr "Метка для функции Максимум"
3827
 
3828
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3829
  msgid ""
3830
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3831
  "default label will be Max ="
@@ -3833,12 +3898,12 @@ msgstr ""
3833
  "Введите метку, которая будет использоваться для функции Максимум. Если вы "
3834
  "оставите это поле пустым, метка по умолчанию будет Max ="
3835
 
3836
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3837
  msgid "Include full bootstrap front-end"
3838
  msgstr "Включить полный интерфейс начальной загрузки"
3839
 
3840
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3841
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3842
  msgid ""
3843
  "It is recommended to uncheck this option if bootstrap.js is already included "
3844
  "in one of the theme files. Unchecked option means that there is still "
@@ -3849,56 +3914,56 @@ msgstr ""
3849
  "js, включенный только в режиме noconflict, который должен предотвратить "
3850
  "ошибки."
3851
 
3852
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3853
  msgid "Include full bootstrap.js on the front-end"
3854
  msgstr ""
3855
 
3856
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3857
  msgid "Include full bootstrap back-end"
3858
  msgstr "Включить полный интерфейс начальной загрузки"
3859
 
3860
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3861
  msgid "Include full bootstrap.js on the back-end"
3862
  msgstr ""
3863
 
3864
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3865
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3866
  #: templates/settings.inc.php:32
3867
  msgid "Show plugin credentials below tables"
3868
  msgstr ""
3869
 
3870
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3871
  #: templates/settings.inc.php:32
3872
  msgid ""
3873
  "If you want to support our project, please, keep this checkbox as checked"
3874
  msgstr ""
3875
 
3876
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3877
  msgid "Prevent deleting tables in database"
3878
  msgstr "Запретить удаление таблиц в базе данных"
3879
 
3880
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3881
  msgid ""
3882
  "It is recommended to leave this option as checked if you what to keep your "
3883
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3884
  "this option, it will be deleted all tables in database after deleting plugin"
3885
  msgstr ""
3886
 
3887
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3888
  msgid ""
3889
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3890
  msgstr ""
3891
 
3892
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3893
  msgid "Remove Getting Started page"
3894
  msgstr ""
3895
 
3896
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3897
  msgid ""
3898
  "Check this option if you want to remove Getting Started page from admin menu."
3899
  msgstr ""
3900
 
3901
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3902
  msgid "Remove \"Getting Started\" page from admin menu."
3903
  msgstr ""
3904
 
@@ -4684,16 +4749,6 @@ msgstr "Направление сортировки по умолчанию"
4684
  msgid "Choose whether to sort ascending or descending by default."
4685
  msgstr "Выберите, сортировать по возрастанию или по убыванию по умолчанию."
4686
 
4687
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4688
- #: templates/edit_table.inc.php:663
4689
- msgid "Ascending"
4690
- msgstr "По возрастанию"
4691
-
4692
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4693
- #: templates/edit_table.inc.php:665
4694
- msgid "Descending"
4695
- msgstr "По убыванию"
4696
-
4697
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4698
  msgid "Add a filter for this column"
4699
  msgstr "Добавить фильтр в этот столбец"
@@ -5452,7 +5507,7 @@ msgid "Sorting and filtering"
5452
  msgstr "Сортировка и фильтрация"
5453
 
5454
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5455
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5456
  msgid "Table Tools"
5457
  msgstr "Инструменты таблицы"
5458
 
@@ -5660,15 +5715,78 @@ msgstr ""
5660
  "Это должно быть включено, если вы хотите установить ширину столбцов вручную. "
5661
  "Следует использовать перенос слов."
5662
 
5663
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5664
  msgid "Advanced column filters"
5665
  msgstr "Дополнительный фильтр в столбце "
5666
 
5667
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5668
  msgid "Advanced filter"
5669
  msgstr "Дополнительный фильтр"
5670
 
5671
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5672
  msgid ""
5673
  "Enable to show an advanced filter for each of the columns, filters can be "
5674
  "shown in table footer, header or in a separate form."
@@ -5677,11 +5795,11 @@ msgstr ""
5677
  "могут отображаться в нижнем колонтитуле таблицы, в заголовке или в отдельной "
5678
  "форме."
5679
 
5680
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5681
  msgid "Enable advanced column filters"
5682
  msgstr "Отображать дополнительные фильтры"
5683
 
5684
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5685
  msgid ""
5686
  "If this is enabled, each column header will be clickable; clicking will sort "
5687
  "the whole table by the content of this column cells ascending or descending."
@@ -5690,19 +5808,19 @@ msgstr ""
5690
  "отсортирует всю таблицу по содержанию ячеек этого столбца по возрастанию или "
5691
  "убыванию."
5692
 
5693
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5694
  msgid "Allow sorting for the table"
5695
  msgstr "Разрешить сортировку таблицы"
5696
 
5697
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5698
  msgid "Main search block"
5699
  msgstr "Главное поле поиска"
5700
 
5701
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5702
  msgid "Global search"
5703
  msgstr "Глобальный поиск"
5704
 
5705
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5706
  msgid ""
5707
  "If this is enabled, a search block will be displayed on the top right of the "
5708
  "table, allowing to search through whole table with a single input."
@@ -5710,20 +5828,20 @@ msgstr ""
5710
  "Если это включено, блок поиска будет отображаться в правом верхнем углу "
5711
  "таблицы, позволяя осуществлять поиск по всей таблице."
5712
 
5713
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5714
  msgid "Enable search block"
5715
  msgstr "Включить поле поиска"
5716
 
5717
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5718
  msgid "Filters in a form"
5719
  msgstr "Фильтр во внешней форме"
5720
 
5721
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5722
  #: templates/edit_table.inc.php:340
5723
  msgid "Filter in form"
5724
  msgstr "Фильтр во внешней форме"
5725
 
5726
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5727
  msgid ""
5728
  "Enable to show the advanced column filter in a form above the table, instead "
5729
  "of showing in the table footer/header."
@@ -5731,24 +5849,24 @@ msgstr ""
5731
  "Включите отображение расширенного фильтра столбцов в форме над таблицей "
5732
  "вместо отображения в нижнем колонтитуле / заголовке таблицы."
5733
 
5734
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5735
  msgid "Show filters in a form above the table"
5736
  msgstr "Показывать фильтры сверху таблицы"
5737
 
5738
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5739
  msgid "Clear filters button"
5740
  msgstr "Кнопка \"Очистить фильтры\""
5741
 
5742
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5743
  #: templates/frontend/filter_form.inc.php:32
5744
  msgid "Clear filters"
5745
  msgstr "Очистить фильтры"
5746
 
5747
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5748
  msgid "Enable to show the clear filters button."
5749
  msgstr "Показывать кнопку очистки всех фильтров"
5750
 
5751
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5752
  msgid ""
5753
  "If filter in form is enabled, clear button will be rendered after the last "
5754
  "filter."
@@ -5756,7 +5874,7 @@ msgstr ""
5756
  "Если фильтр в форме включен, кнопка очистки будет отображаться после "
5757
  "последнего фильтра."
5758
 
5759
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5760
  msgid ""
5761
  "Otherwise, clear filter button will be rendered above the table next to "
5762
  "\"Table Tools\" buttons."
@@ -5764,37 +5882,37 @@ msgstr ""
5764
  "В противном случае кнопка «Очистить фильтр» будет отображаться над таблицей "
5765
  "рядом с кнопками «Инструменты таблицы»."
5766
 
5767
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5768
  msgid "Show clear filters button"
5769
  msgstr "Показывать кнопку сброса фильтров"
5770
 
5771
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5772
  msgid "Allow editing"
5773
  msgstr "Разрешить редактирование в таблице"
5774
 
5775
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5776
  #: templates/edit_table.inc.php:180
5777
  msgid "Front-end editing"
5778
  msgstr "Онлайн-редактирование с сайта"
5779
 
5780
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5781
  msgid "Allow editing the table from the front-end."
5782
  msgstr "Разрешить онлайн-редактирование с сайта"
5783
 
5784
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5785
  msgid "Allow front-end editing"
5786
  msgstr "Онлайн-редактирование с сайта"
5787
 
5788
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5789
  msgid "Popover edit block"
5790
  msgstr "Всплывающий блок редактирования"
5791
 
5792
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5793
  #: templates/edit_table.inc.php:232
5794
  msgid "Popover tools"
5795
  msgstr "Всплывающий блок инструментов"
5796
 
5797
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5798
  msgid ""
5799
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5800
  "popover when you click on any row, instead of Table Tools block above the "
@@ -5804,16 +5922,16 @@ msgstr ""
5804
  "\" и \"Удалить\" отображались во всплывающем блоке по щелчку на строке "
5805
  "таблицы, а не в блоке инструментов над таблицей."
5806
 
5807
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5808
  msgid "Editing buttons in a popover"
5809
  msgstr "Кнопка РЕДАКТИРОВАТЬ во всплывающем окне"
5810
 
5811
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5812
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5813
  msgid "In-line editing"
5814
  msgstr "Редактирование в таблице"
5815
 
5816
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5817
  msgid ""
5818
  "If this is enabled, front-end users will be able to edit cells by double-"
5819
  "clicking them, not only with the editor dialog."
@@ -5822,30 +5940,30 @@ msgstr ""
5822
  "двойному клику на ячейке таблицы, а не только через всплывающее диалоговое "
5823
  "окно"
5824
 
5825
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5826
  msgid "Allow in-line editing"
5827
  msgstr "Разрешить редактирование в таблице"
5828
 
5829
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5830
  #: templates/edit_table.inc.php:192
5831
  msgid "MySQL table name for editing"
5832
  msgstr "Имя MySQL-таблицы для редактирования"
5833
 
5834
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5835
  msgid ""
5836
  "Name of the MySQL table which will be updated when edited from front-end."
5837
  msgstr "Имя MySQL-таблицы, которая будет использоваться для редактирования"
5838
 
5839
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5840
  msgid "MySQL table name"
5841
  msgstr "Имя базы данных MySQL"
5842
 
5843
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5844
  #: templates/edit_table.inc.php:203
5845
  msgid "ID column for editing"
5846
  msgstr "ID-колонка для редактирования"
5847
 
5848
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5849
  msgid ""
5850
  "Choose the column values from which will be used as row identifiers. MUST be "
5851
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5858,12 +5976,12 @@ msgstr ""
5858
  "wpDataTables будет угадывать правильный столбец, если он называется «id» или "
5859
  "«ID» на стороне MySQL."
5860
 
5861
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5862
  #: templates/edit_table.inc.php:267
5863
  msgid "Editor roles"
5864
  msgstr "Разрешить редактирование таблицы для следующих ролей"
5865
 
5866
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5867
  msgid ""
5868
  "If you want only specific user roles to be able to edit the table, choose in "
5869
  "this dropdown. Leave unchecked to allow editing for everyone."
@@ -5872,41 +5990,41 @@ msgstr ""
5872
  "редактировать таблицу, выберите в этом раскрывающемся списке. Оставьте не "
5873
  "отмеченным, чтобы разрешить редактирование для всех."
5874
 
5875
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5876
  msgid "Everyone"
5877
  msgstr "Любой"
5878
 
5879
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5880
  msgid "Administrators"
5881
  msgstr ""
5882
 
5883
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5884
  msgid "Editors"
5885
  msgstr ""
5886
 
5887
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5888
  msgid "Authors"
5889
  msgstr ""
5890
 
5891
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5892
  msgid "Contributors"
5893
  msgstr ""
5894
 
5895
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5896
  msgid "Subscribers"
5897
  msgstr ""
5898
 
5899
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5900
  msgid "Users see and edit only own data"
5901
  msgstr ""
5902
  "Разрешать пользователям видеть и редактировать только собственные данные"
5903
 
5904
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5905
  msgid "Users see and edit only their own data"
5906
  msgstr ""
5907
  "Разрешать пользователям видеть и редактировать только собственные данные"
5908
 
5909
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5910
  msgid ""
5911
  "If this is enabled, users will see and edit only the rows that are related "
5912
  "to them or were created by them (associated using the User ID column)."
@@ -5915,18 +6033,18 @@ msgstr ""
5915
  "строки, которые связаны с ними или были созданы ими (связаны с "
5916
  "использованием столбца ID пользователя)."
5917
 
5918
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5919
  msgid "Limit editing to own data only"
5920
  msgstr ""
5921
  "Ограничить возможность редактирования для пользователей только их "
5922
  "собственными данными"
5923
 
5924
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5925
  #: templates/edit_table.inc.php:250
5926
  msgid "User ID column"
5927
  msgstr "Колонка-идентификатор пользователя"
5928
 
5929
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5930
  msgid ""
5931
  "Choose the column values from which will be used as User identifiers. "
5932
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
@@ -5936,44 +6054,44 @@ msgstr ""
5936
  "пользователя. Ссылка на идентификатор из таблицы пользователей WordPress "
5937
  "(wp_users) ДОЛЖНА быть определена как целое число на стороне MySQL."
5938
 
5939
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5940
  #: templates/edit_table.inc.php:350
5941
  msgid "Table tools"
5942
  msgstr "Блок табличных инструментов"
5943
 
5944
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5945
  msgid ""
5946
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5947
  msgstr ""
5948
  "Если это включено, панель инструментов с полезными инструментами будет "
5949
  "отображаться над таблицей"
5950
 
5951
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5952
  msgid "Enable Table Tools"
5953
  msgstr "Включить блок инструментов таблицы"
5954
 
5955
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5956
  msgid "Buttons"
5957
  msgstr "Кнопки"
5958
 
5959
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5960
  msgid "Choose which buttons to show in the Table Tools block."
5961
  msgstr "Выберите, какие кнопки показывать в блоке Table Tools."
5962
 
5963
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5964
  msgid "Columns visibility"
5965
  msgstr "Видимость столбца"
5966
 
5967
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5968
  msgid ""
5969
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5970
  "that will be replaced with some actual values at the execution time; usually "
5971
  "this is used for MySQL queries."
5972
  msgstr ""
5973
 
5974
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5975
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5976
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5977
  msgid ""
5978
  "This placeholder will be replaced with any value that you will provide in a "
5979
  "shortcode. Provide a default value here that will be used for table "
@@ -5983,16 +6101,16 @@ msgstr ""
5983
  "шорткоде. Укажите здесь значение по умолчанию, которое будет использоваться "
5984
  "для генерации таблицы, а когда другое значение не определено в шорткоде."
5985
 
5986
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5987
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5988
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5989
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5990
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5991
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5992
  msgid "Default for table generation"
5993
  msgstr "Значение по умолчанию для инициализирования таблицы"
5994
 
5995
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5996
  msgid ""
5997
  "This placeholder will be replaced with the ID of currently logged in user. "
5998
  "Provide a value here to be used for table generation"
@@ -6001,7 +6119,7 @@ msgstr ""
6001
  "пользователя. Укажите здесь значение, которое будет использоваться для "
6002
  "генерации таблицы"
6003
 
6004
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
6005
  msgid ""
6006
  "This placeholder will be replaced with the login of currently logged in "
6007
  "user. Provide a value here to be used for table generation"
@@ -6009,7 +6127,7 @@ msgstr ""
6009
  "Этот заполнитель будет заменен именем пользователя, вошедшего в систему. "
6010
  "Укажите здесь значение, которое будет использоваться для генерации таблицы"
6011
 
6012
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
6013
  msgid ""
6014
  "This placeholder will be replaced with the current prefix of WordPress "
6015
  "database. Provide a value here to be used for table generation"
@@ -6017,7 +6135,7 @@ msgstr ""
6017
  "Этот заполнитель будет заменен текущим префиксом базы данных WordPress. "
6018
  "Укажите здесь значение, которое будет использоваться для генерации таблицы"
6019
 
6020
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
6021
  msgid ""
6022
  "This placeholder will be replaced with the ID of current post. Provide a "
6023
  "value here to be used for table generation"
@@ -6041,7 +6159,7 @@ msgstr ""
6041
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6042
  msgid ""
6043
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6044
- "with tables, charts and data management easy. 30,000+ companies."
6045
  msgstr ""
6046
 
6047
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -7048,6 +7166,30 @@ msgstr ""
7048
  msgid "There was a problem saving your settings"
7049
  msgstr ""
7050
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7051
  #~ msgid "There was an error while trying to import table"
7052
  #~ msgstr "При попытке импорта таблицы произошла ошибка"
7053
 
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-11-13 09:25+0100\n"
6
+ "PO-Revision-Date: 2020-11-13 09:25+0100\n"
7
  "Last-Translator: narozhfy <narozhnyy.alexandr@yandex.ru>\n"
8
  "Language-Team: Русский\n"
9
  "Language: ru_RU\n"
159
  msgid "Go Premium"
160
  msgstr ""
161
 
162
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
163
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
164
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
165
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
166
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
167
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
168
+ #: controllers/wdt_admin.php:839
169
  msgid "You do not have sufficient permissions to access this page."
170
  msgstr ""
171
 
172
+ #: controllers/wdt_functions.php:471
173
  #, fuzzy
174
  msgid "wpDataChart with provided ID not found!"
175
  msgstr "Таблица wpDataTable с заданным ID не найдена!"
176
 
177
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
178
  msgid "wpDataTable with provided ID not found!"
179
  msgstr "Таблица wpDataTable с заданным ID не найдена!"
180
 
181
+ #: controllers/wdt_functions.php:598
182
  msgid "Provided column is not Integer or Float column type"
183
  msgstr ""
184
  "Предоставленный столбец не является типом столбца типа Integer или Float"
185
 
186
+ #: controllers/wdt_functions.php:815
187
  msgid "Choose a table"
188
  msgstr "Выберите таблицу"
189
 
190
+ #: controllers/wdt_functions.php:847
191
  msgid "Interactive Responsive Table"
192
  msgstr ""
193
 
194
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
195
  msgid "Content"
196
  msgstr ""
197
 
198
+ #: controllers/wdt_functions.php:854
199
  msgid "wpDataTable"
200
  msgstr "wpDataTable таблица"
201
 
202
+ #: controllers/wdt_functions.php:858
203
  msgid "Choose the wpDataTable from a dropdown"
204
  msgstr "Выберите таблицу wpDataTable из выпадающего списка"
205
 
206
+ #: controllers/wdt_functions.php:863
207
  msgid "Table view"
208
  msgstr "Отображение таблицы"
209
 
210
+ #: controllers/wdt_functions.php:867
211
  msgid "Regular wpDataTable"
212
  msgstr "Стандартная wpDataTable таблица"
213
 
214
+ #: controllers/wdt_functions.php:869
215
  msgid "Excel-like table"
216
  msgstr "Таблица типа Excel"
217
 
218
+ #: controllers/wdt_functions.php:875
219
  msgid "Variable placeholder #1"
220
  msgstr "Переменная №1"
221
 
222
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
223
+ #: controllers/wdt_functions.php:894
224
  msgid "Variables"
225
  msgstr "Переменные"
226
 
227
+ #: controllers/wdt_functions.php:879
228
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
229
  msgstr "Если вы использовали переменную VAR1, вы можете здесь задать значение"
230
 
231
+ #: controllers/wdt_functions.php:883
232
  msgid "Variable placeholder #2"
233
  msgstr "Переменная №2"
234
 
235
+ #: controllers/wdt_functions.php:887
236
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
237
  msgstr "Если вы использовали переменную VAR2, вы можете здесь задать значение"
238
 
239
+ #: controllers/wdt_functions.php:891
240
  msgid "Variable placeholder #3"
241
  msgstr "Переменная №3"
242
 
243
+ #: controllers/wdt_functions.php:895
244
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
245
  msgstr "Если вы использовали переменную VAR3, вы можете здесь задать значение"
246
 
247
+ #: controllers/wdt_functions.php:908
248
  msgid "Google or Highcharts chart based on a wpDataTable"
249
  msgstr ""
250
 
251
+ #: controllers/wdt_functions.php:915
252
  msgid "wpDataChart"
253
  msgstr "Диаграмма wpDataChart"
254
 
255
+ #: controllers/wdt_functions.php:919
256
  msgid "Choose one of wpDataCharts from the list"
257
  msgstr "Выберите одну из диаграмм wpDataCharts из списка"
258
 
274
  "ниже, и шорткод будет вставлен автоматически. Вы можете предоставить "
275
  "значения для заполнителей, а также для имени файла экспорта."
276
 
277
+ #: source/class.wdtbrowsechartstable.php:141
278
+ #: source/class.wdtbrowsetable.php:168
279
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
280
  #: templates/admin/dashboard/dashboard.inc.php:153
281
  #: templates/admin/dashboard/dashboard.inc.php:222
282
  msgid "Click to copy shortcode"
283
  msgstr "Нажмите, чтобы скопировать шорткод"
284
 
285
+ #: source/class.wdtbrowsechartstable.php:150
286
+ #: source/class.wdtbrowsetable.php:179
287
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
288
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
289
  msgid "Duplicate"
290
  msgstr "Клонировать"
291
 
292
+ #: source/class.wdtbrowsechartstable.php:156
293
+ #: source/class.wdtbrowsetable.php:185
294
  #: templates/admin/dashboard/dashboard.inc.php:261
295
  msgid "Configure"
296
  msgstr "Настроить"
297
 
298
+ #: source/class.wdtbrowsechartstable.php:162
299
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
300
  #: templates/admin/browse/bulk_actions.inc.php:14
301
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
302
  msgid "Delete"
303
  msgstr "Удалить"
304
 
305
+ #: source/class.wdtbrowsechartstable.php:217
306
+ #: source/class.wdtbrowsechartstable.php:226
307
  msgid "Column Chart"
308
  msgstr "Колоночная диаграмма"
309
 
310
+ #: source/class.wdtbrowsechartstable.php:220
311
+ #: source/class.wdtbrowsechartstable.php:244
312
  msgid "Line Chart"
313
  msgstr "Линейная диаграмма"
314
 
315
+ #: source/class.wdtbrowsechartstable.php:223
316
+ #: source/class.wdtbrowsechartstable.php:247
317
  #, fuzzy
318
  msgid "Pie Chart"
319
  msgstr "Круговая диаграмма"
320
 
321
+ #: source/class.wdtbrowsechartstable.php:229
322
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
323
  #: templates/chart_wizard.inc.php:91
324
  msgid "Histogram"
325
  msgstr "Гистограмма"
326
 
327
+ #: source/class.wdtbrowsechartstable.php:232
328
  msgid "Bar Chart"
329
  msgstr "Линеечная диаграмма"
330
 
331
+ #: source/class.wdtbrowsechartstable.php:235
332
  #, fuzzy
333
  msgid "Stacked Bar Chart"
334
  msgstr "Линеечная диаграмма с накоплением"
335
 
336
+ #: source/class.wdtbrowsechartstable.php:238
337
  msgid "Area Chart"
338
  msgstr "Диаграмма с областями"
339
 
340
+ #: source/class.wdtbrowsechartstable.php:241
341
  #, fuzzy
342
  msgid "Stepped Area Chart"
343
  msgstr "Диаграмма с областями и накоплением"
344
 
345
+ #: source/class.wdtbrowsechartstable.php:250
346
  msgid "Bubble Chart"
347
  msgstr "Пузырьковая диаграмма"
348
 
349
+ #: source/class.wdtbrowsechartstable.php:253
350
  msgid "Donut Chart"
351
  msgstr "Кольцевая диаграмма"
352
 
353
+ #: source/class.wdtbrowsechartstable.php:256
354
  msgid "Gauge Chart"
355
  msgstr "Калибровочная диаграмма"
356
 
357
+ #: source/class.wdtbrowsechartstable.php:259
358
  #, fuzzy
359
  msgid "Scatter Chart"
360
  msgstr "Точечная диаграмма"
361
 
362
+ #: source/class.wdtbrowsechartstable.php:262
363
  msgid "Candlestick Chart"
364
  msgstr "Диаграмма в виде свечек"
365
 
366
+ #: source/class.wdtbrowsechartstable.php:265
367
  msgid "Waterfall Chart"
368
  msgstr "Диаграмма - водопад"
369
 
370
+ #: source/class.wdtbrowsechartstable.php:278
371
  msgid "Google"
372
  msgstr "Гугл"
373
 
374
+ #: source/class.wdtbrowsechartstable.php:345
375
+ #: source/class.wdtbrowsetable.php:298
376
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
377
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
378
  msgid "Select All"
379
  msgstr "Выбрать все"
380
 
381
+ #: source/class.wdtbrowsechartstable.php:398
382
  msgid "No wpDataCharts in the system yet."
383
  msgstr "Диаграмм пока не создано"
384
 
385
+ #: source/class.wdtbrowsetable.php:231
386
  msgid "MySQL"
387
  msgstr "MySQL сервер"
388
 
389
+ #: source/class.wdtbrowsetable.php:234
390
  msgid "Manual"
391
  msgstr "Ручной ввод"
392
 
393
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
394
+ #: source/class.wpdatatable.php:2268
395
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
396
  msgid "Excel"
397
  msgstr "Excel"
398
 
399
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
400
+ #: source/class.wpdatatable.php:2278
401
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
402
  msgid "CSV"
403
  msgstr "CSV"
404
 
405
+ #: source/class.wdtbrowsetable.php:243
406
  msgid "XML"
407
  msgstr "XML"
408
 
409
+ #: source/class.wdtbrowsetable.php:246
410
  msgid "JSON"
411
  msgstr "JSON"
412
 
413
+ #: source/class.wdtbrowsetable.php:249
414
  #: templates/admin/table-settings/table_settings_block.inc.php:111
415
  #: templates/edit_table.inc.php:91
416
  msgid "Serialized PHP array"
417
  msgstr "Сериализованный массив PHP"
418
 
419
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
420
  msgid "Google spreadsheet"
421
  msgstr "Таблица Google Spreadsheet"
422
 
423
+ #: source/class.wdtbrowsetable.php:255
424
  msgid "Simple"
425
  msgstr ""
426
 
427
+ #: source/class.wdtbrowsetable.php:262
428
  msgid "Unknown"
429
  msgstr "Неизвестный"
430
 
431
+ #: source/class.wdtbrowsetable.php:373
432
  msgid "No wpDataTables in the system yet."
433
  msgstr "Таблиц wpDataTables пока не создано"
434
 
436
  msgid "There was an error trying to fetch the table data: "
437
  msgstr "Произошла ошибка при попытке получить данные таблицы:"
438
 
439
+ #: source/class.wdtconfigcontroller.php:477
440
  msgid "Table in data source has no rows."
441
  msgstr "Таблица в источнике не содержит строк"
442
 
582
  msgid "Please select columns that you want to use in table"
583
  msgstr "Пожалуйста выберите столбец который вы хотите использовать в таблице"
584
 
585
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
586
+ #: source/class.wpdatatable.php:2288
587
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
588
  msgid "Copy"
589
  msgstr "Копировать"
590
 
1290
  msgid "You are mixing data types (several date axes and several number)"
1291
  msgstr "Вы смешиваете типы данных (несколько осей даты и несколько чисел)"
1292
 
1293
+ #: source/class.wpdatatable.php:1877
1294
  msgid ""
1295
  "You are trying to load a table of an unknown type. Probably you did not "
1296
  "activate the addon which is required to use this table type."
1298
  "Вы пытаетесь загрузить таблицу неизвестного типа. Возможно, вы не "
1299
  "активировали аддон, который требуется для использования этого типа таблицы."
1300
 
1301
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1302
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1303
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1304
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1306
  msgid "All"
1307
  msgstr "Все"
1308
 
1309
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1310
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1311
  msgid "Columns"
1312
  msgstr "Колонки"
1313
 
1314
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1315
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1316
  msgid "Print"
1317
  msgstr "Печать"
1318
 
1319
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1320
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1321
  msgid "PDF"
1322
  msgstr "PDF"
1323
 
1324
+ #: source/class.wpdatatable.php:2234
1325
  msgid "Export"
1326
  msgstr "Экспорт"
1327
 
1328
+ #: source/class.wpdatatable.php:2312
1329
  msgid "Search table"
1330
  msgstr "Найти таблицу"
1331
 
1332
+ #: source/class.wpdatatable.php:2313
1333
  msgid "Showing _MENU_ Entries"
1334
  msgstr "Показ_Меню_Вхождений"
1335
 
1348
  msgid "if you have some questions or problems with the plugin."
1349
  msgstr ""
1350
 
1351
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1352
  msgid "wpDataTables Addons"
1353
  msgstr ""
1354
 
1367
  "разработчиками, так что не забывайте периодически проверять эту страницу!"
1368
 
1369
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1370
+ #: templates/admin/dashboard/dashboard.inc.php:565
1371
  msgid "Report Builder"
1372
  msgstr "Report Builder"
1373
 
1374
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1375
+ #: templates/admin/dashboard/dashboard.inc.php:569
1376
  msgid ""
1377
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1378
  "XLSX documents filled in with actual data from your database."
1400
  msgstr ""
1401
 
1402
  #: templates/admin/addons/addons.inc.php:40
1403
+ #: templates/admin/dashboard/dashboard.inc.php:512
1404
  msgid "Master Detail Tables for wpDataTables"
1405
  msgstr "Основные таблицы сведений для wpDataTables"
1406
 
1426
  msgstr ""
1427
 
1428
  #: templates/admin/addons/addons.inc.php:67
1429
+ #: templates/admin/dashboard/dashboard.inc.php:539
1430
  msgid "Powerful Filters for wpDataTables"
1431
  msgstr "Мощные фильтры для wpDataTables"
1432
 
1442
  "поиска."
1443
 
1444
  #: templates/admin/addons/addons.inc.php:120
1445
+ #: templates/admin/dashboard/dashboard.inc.php:592
1446
  msgid "Formidable Forms integration for wpDataTables"
1447
  msgstr "Интеграция Formidable Forms с wpDataTables"
1448
 
1449
  #: templates/admin/addons/addons.inc.php:123
1450
+ #: templates/admin/dashboard/dashboard.inc.php:596
1451
  msgid ""
1452
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1453
  "create wpDataTables from Formidable Forms entries data."
1457
  "Forms."
1458
 
1459
  #: templates/admin/addons/addons.inc.php:143
1460
+ #: templates/admin/dashboard/dashboard.inc.php:618
1461
  msgid "Gravity Forms integration for wpDataTables"
1462
  msgstr "Интеграция Gravity Forms for wpDataTables"
1463
 
1464
  #: templates/admin/addons/addons.inc.php:146
1465
+ #: templates/admin/dashboard/dashboard.inc.php:622
1466
  msgid ""
1467
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1468
  "wpDataTables from Gravity Forms entries data."
2487
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2488
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2489
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2490
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2491
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2492
  msgid "View Documentation"
2493
  msgstr ""
2718
 
2719
  #: templates/admin/dashboard/dashboard.inc.php:340
2720
  msgid ""
2721
+ "A major update with a couple of new features, bug fixes and stability "
2722
  "improvements:"
2723
  msgstr ""
2724
 
2725
  #: templates/admin/dashboard/dashboard.inc.php:345
2726
  msgid ""
2727
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2728
+ "tables and charts."
2729
  msgstr ""
2730
 
2731
  #: templates/admin/dashboard/dashboard.inc.php:346
2732
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2733
  msgstr ""
2734
 
2735
  #: templates/admin/dashboard/dashboard.inc.php:347
2736
+ msgid ""
2737
+ "<strong>Feature:</strong> New option to set pagination position for each "
2738
+ "table.(Right, center and left)"
2739
  msgstr ""
2740
 
2741
  #: templates/admin/dashboard/dashboard.inc.php:348
2742
+ msgid ""
2743
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2744
+ "(Six different layouts)"
2745
  msgstr ""
2746
 
2747
  #: templates/admin/dashboard/dashboard.inc.php:349
2748
+ msgid ""
2749
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2750
+ "pages."
2751
+ msgstr ""
2752
+
2753
+ #: templates/admin/dashboard/dashboard.inc.php:350
2754
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2755
+ msgstr ""
2756
+
2757
+ #: templates/admin/dashboard/dashboard.inc.php:351
2758
+ msgid ""
2759
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2760
+ "Explorer browser."
2761
+ msgstr ""
2762
+
2763
+ #: templates/admin/dashboard/dashboard.inc.php:352
2764
+ msgid ""
2765
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2766
+ "pages"
2767
+ msgstr ""
2768
+
2769
+ #: templates/admin/dashboard/dashboard.inc.php:353
2770
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2771
+ msgstr ""
2772
+
2773
+ #: templates/admin/dashboard/dashboard.inc.php:354
2774
+ msgid ""
2775
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2776
+ "area"
2777
+ msgstr ""
2778
+
2779
+ #: templates/admin/dashboard/dashboard.inc.php:355
2780
+ msgid ""
2781
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2782
+ msgstr ""
2783
+
2784
+ #: templates/admin/dashboard/dashboard.inc.php:356
2785
  msgid "Other small bug fixes and stability improvements."
2786
  msgstr ""
2787
 
2788
+ #: templates/admin/dashboard/dashboard.inc.php:368
2789
  msgid "Go Premium!"
2790
  msgstr ""
2791
 
2792
+ #: templates/admin/dashboard/dashboard.inc.php:374
2793
  msgid "View Comparison"
2794
  msgstr ""
2795
 
2796
+ #: templates/admin/dashboard/dashboard.inc.php:382
2797
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2798
  msgid ""
2799
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2800
  "of the powerful features."
2801
  msgstr ""
2802
 
2803
+ #: templates/admin/dashboard/dashboard.inc.php:386
2804
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2805
  msgid "Create a table manually"
2806
  msgstr "Создать таблицу wpDataTable в ручном режиме"
2807
 
2808
+ #: templates/admin/dashboard/dashboard.inc.php:389
2809
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2810
  msgid "Creating tables from Google Spreadsheet"
2811
  msgstr ""
2812
 
2813
+ #: templates/admin/dashboard/dashboard.inc.php:392
2814
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2815
  msgid "Creating MySQL-based tables from database"
2816
  msgstr ""
2817
 
2818
+ #: templates/admin/dashboard/dashboard.inc.php:395
2819
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2820
  msgid "Creating MySQL-based tables from Wordpress post types"
2821
  msgstr ""
2822
 
2823
+ #: templates/admin/dashboard/dashboard.inc.php:398
2824
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2825
  #: templates/edit_table.inc.php:329
2826
  msgid "Advanced filtering"
2827
  msgstr ""
2828
 
2829
+ #: templates/admin/dashboard/dashboard.inc.php:401
2830
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2831
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2832
  #: templates/edit_table.inc.php:282
2833
  msgid "Server-side processing"
2834
  msgstr "Обработка данных на стороне сервера"
2835
 
2836
+ #: templates/admin/dashboard/dashboard.inc.php:404
2837
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2838
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2839
  msgstr ""
2840
 
2841
+ #: templates/admin/dashboard/dashboard.inc.php:407
2842
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2843
  msgid "Front-end table editing"
2844
  msgstr ""
2845
 
2846
+ #: templates/admin/dashboard/dashboard.inc.php:410
2847
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2848
  msgid "Excel-like editing"
2849
  msgstr ""
2850
 
2851
+ #: templates/admin/dashboard/dashboard.inc.php:413
2852
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2853
  msgid "Creating charts with Highcharts"
2854
  msgstr ""
2855
 
2856
+ #: templates/admin/dashboard/dashboard.inc.php:416
2857
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2858
  msgid "Creating charts with Chart.js"
2859
  msgstr ""
2860
 
2861
+ #: templates/admin/dashboard/dashboard.inc.php:419
2862
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2863
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2864
  #: templates/edit_table.inc.php:301
2865
  msgid "Responsive"
2866
  msgstr ""
2867
 
2868
+ #: templates/admin/dashboard/dashboard.inc.php:422
2869
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2870
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2871
  #: templates/edit_table.inc.php:750
2872
  msgid "Conditional formatting"
2873
  msgstr "Условное форматирование"
2874
 
2875
+ #: templates/admin/dashboard/dashboard.inc.php:425
2876
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2877
  msgid "Calculating Tools"
2878
  msgstr ""
2879
 
2880
+ #: templates/admin/dashboard/dashboard.inc.php:428
2881
  msgid "Formula columns"
2882
  msgstr ""
2883
 
2884
+ #: templates/admin/dashboard/dashboard.inc.php:431
2885
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2886
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2887
  msgid "Placeholders"
2888
  msgstr "Переменная"
2889
 
2890
+ #: templates/admin/dashboard/dashboard.inc.php:434
2891
  msgid "Premium support"
2892
  msgstr ""
2893
 
2894
+ #: templates/admin/dashboard/dashboard.inc.php:438
2895
  msgid "Get Premium Today"
2896
  msgstr ""
2897
 
2898
+ #: templates/admin/dashboard/dashboard.inc.php:445
2899
  msgid "News Blog"
2900
  msgstr ""
2901
 
2902
+ #: templates/admin/dashboard/dashboard.inc.php:450
2903
  msgid "Checkout useful articles from wpdatatables.com"
2904
  msgstr ""
2905
 
2906
+ #: templates/admin/dashboard/dashboard.inc.php:477
2907
  msgid ""
2908
  "Never miss notifications about new cool features, promotions,\n"
2909
  " giveaways or freebies – subscribe to our "
2911
  " about 1 message per month and never spam!"
2912
  msgstr ""
2913
 
2914
+ #: templates/admin/dashboard/dashboard.inc.php:495
2915
  msgid "Premium "
2916
  msgstr ""
2917
 
2918
+ #: templates/admin/dashboard/dashboard.inc.php:498
2919
  msgid ""
2920
  "While wpDataTables itself provides quite a large amount of features and "
2921
  "unlimited customisation, flexibility, you can achieve even more with our "
2922
  "premium addons.(requires wpDataTables Premium version)"
2923
  msgstr ""
2924
 
2925
+ #: templates/admin/dashboard/dashboard.inc.php:516
2926
  msgid ""
2927
  "A wpDataTables addon which allows showing additional details for a specific "
2928
  "row in a popup or a separate page or post."
2929
  msgstr ""
2930
 
2931
+ #: templates/admin/dashboard/dashboard.inc.php:522
2932
+ #: templates/admin/dashboard/dashboard.inc.php:549
2933
+ #: templates/admin/dashboard/dashboard.inc.php:575
2934
+ #: templates/admin/dashboard/dashboard.inc.php:602
2935
+ #: templates/admin/dashboard/dashboard.inc.php:628
2936
+ #: templates/admin/dashboard/dashboard.inc.php:661
2937
  msgid "Learn More"
2938
  msgstr ""
2939
 
2940
+ #: templates/admin/dashboard/dashboard.inc.php:543
2941
  msgid ""
2942
  "An add-on for wpDataTables that provides powerful filtering features: "
2943
  "cascade filtering, applying filters on button click, hide table before "
2944
  "filtering."
2945
  msgstr ""
2946
 
2947
+ #: templates/admin/dashboard/dashboard.inc.php:639
2948
  msgid "Need free booking plugin?"
2949
  msgstr ""
2950
 
2951
+ #: templates/admin/dashboard/dashboard.inc.php:648
2952
  msgid "Appointments and Events WordPress Booking Plugin"
2953
  msgstr ""
2954
 
2955
+ #: templates/admin/dashboard/dashboard.inc.php:651
2956
  msgid ""
2957
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2958
  "set up a fully-featured automated booking system on your WordPress website "
2963
  "each month."
2964
  msgstr ""
2965
 
2966
+ #: templates/admin/dashboard/dashboard.inc.php:654
2967
  msgid "Rating: 4.3 - ‎68 reviews"
2968
  msgstr ""
2969
 
2970
+ #: templates/admin/dashboard/dashboard.inc.php:657
2971
  msgid "Free Download"
2972
  msgstr ""
2973
 
2974
+ #: templates/admin/dashboard/dashboard.inc.php:672
2975
  #: templates/admin/getting-started/getting_started.inc.php:184
2976
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2977
  #: templates/admin/support/support.inc.php:78
2980
  msgid "Made by"
2981
  msgstr ""
2982
 
2983
+ #: templates/admin/dashboard/dashboard.inc.php:680
2984
  #: templates/admin/getting-started/getting_started.inc.php:192
2985
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2986
  #: templates/admin/support/support.inc.php:45
2991
  msgid "Documentation"
2992
  msgstr "Документация по wpDataTables"
2993
 
2994
+ #: templates/admin/dashboard/dashboard.inc.php:684
2995
  #: templates/admin/getting-started/getting_started.inc.php:196
2996
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2997
  #: templates/admin/support/support.inc.php:24
3178
 
3179
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3180
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3181
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3182
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3183
  msgid "Sorting"
3184
  msgstr "Сортировка"
3185
 
3186
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3187
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3188
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3189
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3190
  msgid "Pagination"
3191
  msgstr ""
3192
 
3779
  msgid "Pick the CSV delimiter"
3780
  msgstr "Выберите разделитель для CSV"
3781
 
3782
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3783
+ msgid "Tables sorting direction in admin page"
3784
+ msgstr ""
3785
+
3786
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3787
+ msgid ""
3788
+ "Here you can set sorting direction by id for browse tables and charts. By "
3789
+ "default is ascending order."
3790
+ msgstr ""
3791
+
3792
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3793
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3794
+ #: templates/edit_table.inc.php:663
3795
+ msgid "Ascending"
3796
+ msgstr "По возрастанию"
3797
+
3798
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3799
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3800
+ #: templates/edit_table.inc.php:665
3801
+ msgid "Descending"
3802
+ msgstr "По убыванию"
3803
+
3804
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3805
  #: templates/settings.inc.php:171
3806
  msgid "Tablet width"
3807
  msgstr "Ширина планшета"
3808
 
3809
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3810
  #: templates/settings.inc.php:175
3811
  msgid ""
3812
  "Here you can specify width of the screen (in pixels) that will be treated as "
3816
  "шириной планшета. Вы можете установить ее шире, чем по умолчанию, если "
3817
  "хотите включить адаптивный эффект для стационарных компьютеров и ноутбуков."
3818
 
3819
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3820
  #: templates/settings.inc.php:181
3821
  msgid "Mobile width"
3822
  msgstr "Ширина мобильных телефонов"
3823
 
3824
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3825
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3826
  msgstr ""
3827
  "Здесь вы можете указать ширину экрана (в пикселях), которая будет считаться "
3828
  "шириной мобильных устройств"
3829
 
3830
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3831
  #: templates/settings.inc.php:61
3832
  msgid "Tables per admin page"
3833
  msgstr "Количество таблиц на странице обзора"
3834
 
3835
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3836
  msgid "How many tables to show in the browse page."
3837
  msgstr ""
3838
  "Сколько таблиц на одной странице показывать в админ-панели на странице обзора"
3839
 
3840
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3841
  msgid "Align numbers"
3842
  msgstr "Выравнивать чисел"
3843
 
3844
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3845
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3846
  msgstr ""
3847
 
3848
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3849
  #: templates/settings.inc.php:161
3850
  msgid "Align numbers to the right"
3851
  msgstr ""
3852
 
3853
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3854
  msgid "Sum functions label"
3855
  msgstr "Метка для функции Сумма"
3856
 
3857
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3858
  msgid ""
3859
  "Enter a label that will be used for Sum functions. If you leave it blank "
3860
  "default label will be Σ ="
3862
  "Введите метку, которая будет использоваться для функции Сумма. Если вы "
3863
  "оставите это поле пустым, по умолчанию будет использоваться метка Σ ="
3864
 
3865
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3866
  msgid "Average functions label"
3867
  msgstr "Метка для функции вычисления среднего"
3868
 
3869
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3870
  msgid ""
3871
  "Enter a label that will be used for Average functions. If you leave it blank "
3872
  "default label will be Avg ="
3874
  "Введите метку, которая будет использоваться для функции Среднее. Если вы "
3875
  "оставите это поле пустым, по умолчанию метка будет Avg ="
3876
 
3877
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3878
  msgid "Minimum functions label"
3879
  msgstr "Метка для функции Минимум"
3880
 
3881
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3882
  msgid ""
3883
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3884
  "default label will be Min ="
3886
  "Введите метку, которая будет использоваться для функции Минимум. Если вы "
3887
  "оставите это поле пустым, метка по умолчанию будет Min ="
3888
 
3889
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3890
  msgid "Maximum functions label"
3891
  msgstr "Метка для функции Максимум"
3892
 
3893
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3894
  msgid ""
3895
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3896
  "default label will be Max ="
3898
  "Введите метку, которая будет использоваться для функции Максимум. Если вы "
3899
  "оставите это поле пустым, метка по умолчанию будет Max ="
3900
 
3901
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3902
  msgid "Include full bootstrap front-end"
3903
  msgstr "Включить полный интерфейс начальной загрузки"
3904
 
3905
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3906
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3907
  msgid ""
3908
  "It is recommended to uncheck this option if bootstrap.js is already included "
3909
  "in one of the theme files. Unchecked option means that there is still "
3914
  "js, включенный только в режиме noconflict, который должен предотвратить "
3915
  "ошибки."
3916
 
3917
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3918
  msgid "Include full bootstrap.js on the front-end"
3919
  msgstr ""
3920
 
3921
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3922
  msgid "Include full bootstrap back-end"
3923
  msgstr "Включить полный интерфейс начальной загрузки"
3924
 
3925
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3926
  msgid "Include full bootstrap.js on the back-end"
3927
  msgstr ""
3928
 
3929
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3930
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3931
  #: templates/settings.inc.php:32
3932
  msgid "Show plugin credentials below tables"
3933
  msgstr ""
3934
 
3935
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3936
  #: templates/settings.inc.php:32
3937
  msgid ""
3938
  "If you want to support our project, please, keep this checkbox as checked"
3939
  msgstr ""
3940
 
3941
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3942
  msgid "Prevent deleting tables in database"
3943
  msgstr "Запретить удаление таблиц в базе данных"
3944
 
3945
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3946
  msgid ""
3947
  "It is recommended to leave this option as checked if you what to keep your "
3948
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3949
  "this option, it will be deleted all tables in database after deleting plugin"
3950
  msgstr ""
3951
 
3952
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3953
  msgid ""
3954
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3955
  msgstr ""
3956
 
3957
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3958
  msgid "Remove Getting Started page"
3959
  msgstr ""
3960
 
3961
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3962
  msgid ""
3963
  "Check this option if you want to remove Getting Started page from admin menu."
3964
  msgstr ""
3965
 
3966
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3967
  msgid "Remove \"Getting Started\" page from admin menu."
3968
  msgstr ""
3969
 
4749
  msgid "Choose whether to sort ascending or descending by default."
4750
  msgstr "Выберите, сортировать по возрастанию или по убыванию по умолчанию."
4751
 
 
 
 
 
 
 
 
 
 
 
4752
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4753
  msgid "Add a filter for this column"
4754
  msgstr "Добавить фильтр в этот столбец"
5507
  msgstr "Сортировка и фильтрация"
5508
 
5509
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5510
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5511
  msgid "Table Tools"
5512
  msgstr "Инструменты таблицы"
5513
 
5715
  "Это должно быть включено, если вы хотите установить ширину столбцов вручную. "
5716
  "Следует использовать перенос слов."
5717
 
5718
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5719
+ msgid "Enable to show a pagination"
5720
+ msgstr ""
5721
+
5722
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5723
+ msgid "Show pagination block below the table"
5724
+ msgstr ""
5725
+
5726
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5727
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5728
+ msgid "Pagination Alignment"
5729
+ msgstr ""
5730
+
5731
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5732
+ msgid "Here you can set pagination position: right, center or left."
5733
+ msgstr ""
5734
+
5735
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5736
+ msgid "Right"
5737
+ msgstr ""
5738
+
5739
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5740
+ msgid "Center"
5741
+ msgstr ""
5742
+
5743
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5744
+ msgid "Left"
5745
+ msgstr ""
5746
+
5747
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5748
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5749
+ msgid "Pagination Layout"
5750
+ msgstr ""
5751
+
5752
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5753
+ msgid "Here you can choose between different pagination layout."
5754
+ msgstr ""
5755
+
5756
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5757
+ msgid ""
5758
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5759
+ msgstr ""
5760
+
5761
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5762
+ msgid "\"Previous\" and \"Next\" buttons only"
5763
+ msgstr ""
5764
+
5765
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5766
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5767
+ msgstr ""
5768
+
5769
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5770
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5771
+ msgstr ""
5772
+
5773
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5774
+ msgid "Page number buttons only"
5775
+ msgstr ""
5776
+
5777
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5778
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5779
+ msgstr ""
5780
+
5781
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5782
  msgid "Advanced column filters"
5783
  msgstr "Дополнительный фильтр в столбце "
5784
 
5785
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5786
  msgid "Advanced filter"
5787
  msgstr "Дополнительный фильтр"
5788
 
5789
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5790
  msgid ""
5791
  "Enable to show an advanced filter for each of the columns, filters can be "
5792
  "shown in table footer, header or in a separate form."
5795
  "могут отображаться в нижнем колонтитуле таблицы, в заголовке или в отдельной "
5796
  "форме."
5797
 
5798
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5799
  msgid "Enable advanced column filters"
5800
  msgstr "Отображать дополнительные фильтры"
5801
 
5802
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5803
  msgid ""
5804
  "If this is enabled, each column header will be clickable; clicking will sort "
5805
  "the whole table by the content of this column cells ascending or descending."
5808
  "отсортирует всю таблицу по содержанию ячеек этого столбца по возрастанию или "
5809
  "убыванию."
5810
 
5811
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5812
  msgid "Allow sorting for the table"
5813
  msgstr "Разрешить сортировку таблицы"
5814
 
5815
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5816
  msgid "Main search block"
5817
  msgstr "Главное поле поиска"
5818
 
5819
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5820
  msgid "Global search"
5821
  msgstr "Глобальный поиск"
5822
 
5823
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5824
  msgid ""
5825
  "If this is enabled, a search block will be displayed on the top right of the "
5826
  "table, allowing to search through whole table with a single input."
5828
  "Если это включено, блок поиска будет отображаться в правом верхнем углу "
5829
  "таблицы, позволяя осуществлять поиск по всей таблице."
5830
 
5831
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5832
  msgid "Enable search block"
5833
  msgstr "Включить поле поиска"
5834
 
5835
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5836
  msgid "Filters in a form"
5837
  msgstr "Фильтр во внешней форме"
5838
 
5839
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5840
  #: templates/edit_table.inc.php:340
5841
  msgid "Filter in form"
5842
  msgstr "Фильтр во внешней форме"
5843
 
5844
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5845
  msgid ""
5846
  "Enable to show the advanced column filter in a form above the table, instead "
5847
  "of showing in the table footer/header."
5849
  "Включите отображение расширенного фильтра столбцов в форме над таблицей "
5850
  "вместо отображения в нижнем колонтитуле / заголовке таблицы."
5851
 
5852
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5853
  msgid "Show filters in a form above the table"
5854
  msgstr "Показывать фильтры сверху таблицы"
5855
 
5856
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5857
  msgid "Clear filters button"
5858
  msgstr "Кнопка \"Очистить фильтры\""
5859
 
5860
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5861
  #: templates/frontend/filter_form.inc.php:32
5862
  msgid "Clear filters"
5863
  msgstr "Очистить фильтры"
5864
 
5865
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5866
  msgid "Enable to show the clear filters button."
5867
  msgstr "Показывать кнопку очистки всех фильтров"
5868
 
5869
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5870
  msgid ""
5871
  "If filter in form is enabled, clear button will be rendered after the last "
5872
  "filter."
5874
  "Если фильтр в форме включен, кнопка очистки будет отображаться после "
5875
  "последнего фильтра."
5876
 
5877
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5878
  msgid ""
5879
  "Otherwise, clear filter button will be rendered above the table next to "
5880
  "\"Table Tools\" buttons."
5882
  "В противном случае кнопка «Очистить фильтр» будет отображаться над таблицей "
5883
  "рядом с кнопками «Инструменты таблицы»."
5884
 
5885
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5886
  msgid "Show clear filters button"
5887
  msgstr "Показывать кнопку сброса фильтров"
5888
 
5889
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5890
  msgid "Allow editing"
5891
  msgstr "Разрешить редактирование в таблице"
5892
 
5893
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5894
  #: templates/edit_table.inc.php:180
5895
  msgid "Front-end editing"
5896
  msgstr "Онлайн-редактирование с сайта"
5897
 
5898
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5899
  msgid "Allow editing the table from the front-end."
5900
  msgstr "Разрешить онлайн-редактирование с сайта"
5901
 
5902
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5903
  msgid "Allow front-end editing"
5904
  msgstr "Онлайн-редактирование с сайта"
5905
 
5906
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5907
  msgid "Popover edit block"
5908
  msgstr "Всплывающий блок редактирования"
5909
 
5910
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5911
  #: templates/edit_table.inc.php:232
5912
  msgid "Popover tools"
5913
  msgstr "Всплывающий блок инструментов"
5914
 
5915
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5916
  msgid ""
5917
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5918
  "popover when you click on any row, instead of Table Tools block above the "
5922
  "\" и \"Удалить\" отображались во всплывающем блоке по щелчку на строке "
5923
  "таблицы, а не в блоке инструментов над таблицей."
5924
 
5925
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5926
  msgid "Editing buttons in a popover"
5927
  msgstr "Кнопка РЕДАКТИРОВАТЬ во всплывающем окне"
5928
 
5929
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5930
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5931
  msgid "In-line editing"
5932
  msgstr "Редактирование в таблице"
5933
 
5934
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5935
  msgid ""
5936
  "If this is enabled, front-end users will be able to edit cells by double-"
5937
  "clicking them, not only with the editor dialog."
5940
  "двойному клику на ячейке таблицы, а не только через всплывающее диалоговое "
5941
  "окно"
5942
 
5943
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5944
  msgid "Allow in-line editing"
5945
  msgstr "Разрешить редактирование в таблице"
5946
 
5947
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5948
  #: templates/edit_table.inc.php:192
5949
  msgid "MySQL table name for editing"
5950
  msgstr "Имя MySQL-таблицы для редактирования"
5951
 
5952
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5953
  msgid ""
5954
  "Name of the MySQL table which will be updated when edited from front-end."
5955
  msgstr "Имя MySQL-таблицы, которая будет использоваться для редактирования"
5956
 
5957
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5958
  msgid "MySQL table name"
5959
  msgstr "Имя базы данных MySQL"
5960
 
5961
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5962
  #: templates/edit_table.inc.php:203
5963
  msgid "ID column for editing"
5964
  msgstr "ID-колонка для редактирования"
5965
 
5966
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5967
  msgid ""
5968
  "Choose the column values from which will be used as row identifiers. MUST be "
5969
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5976
  "wpDataTables будет угадывать правильный столбец, если он называется «id» или "
5977
  "«ID» на стороне MySQL."
5978
 
5979
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5980
  #: templates/edit_table.inc.php:267
5981
  msgid "Editor roles"
5982
  msgstr "Разрешить редактирование таблицы для следующих ролей"
5983
 
5984
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5985
  msgid ""
5986
  "If you want only specific user roles to be able to edit the table, choose in "
5987
  "this dropdown. Leave unchecked to allow editing for everyone."
5990
  "редактировать таблицу, выберите в этом раскрывающемся списке. Оставьте не "
5991
  "отмеченным, чтобы разрешить редактирование для всех."
5992
 
5993
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5994
  msgid "Everyone"
5995
  msgstr "Любой"
5996
 
5997
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5998
  msgid "Administrators"
5999
  msgstr ""
6000
 
6001
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
6002
  msgid "Editors"
6003
  msgstr ""
6004
 
6005
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
6006
  msgid "Authors"
6007
  msgstr ""
6008
 
6009
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
6010
  msgid "Contributors"
6011
  msgstr ""
6012
 
6013
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
6014
  msgid "Subscribers"
6015
  msgstr ""
6016
 
6017
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
6018
  msgid "Users see and edit only own data"
6019
  msgstr ""
6020
  "Разрешать пользователям видеть и редактировать только собственные данные"
6021
 
6022
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
6023
  msgid "Users see and edit only their own data"
6024
  msgstr ""
6025
  "Разрешать пользователям видеть и редактировать только собственные данные"
6026
 
6027
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
6028
  msgid ""
6029
  "If this is enabled, users will see and edit only the rows that are related "
6030
  "to them or were created by them (associated using the User ID column)."
6033
  "строки, которые связаны с ними или были созданы ими (связаны с "
6034
  "использованием столбца ID пользователя)."
6035
 
6036
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
6037
  msgid "Limit editing to own data only"
6038
  msgstr ""
6039
  "Ограничить возможность редактирования для пользователей только их "
6040
  "собственными данными"
6041
 
6042
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
6043
  #: templates/edit_table.inc.php:250
6044
  msgid "User ID column"
6045
  msgstr "Колонка-идентификатор пользователя"
6046
 
6047
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
6048
  msgid ""
6049
  "Choose the column values from which will be used as User identifiers. "
6050
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
6054
  "пользователя. Ссылка на идентификатор из таблицы пользователей WordPress "
6055
  "(wp_users) ДОЛЖНА быть определена как целое число на стороне MySQL."
6056
 
6057
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
6058
  #: templates/edit_table.inc.php:350
6059
  msgid "Table tools"
6060
  msgstr "Блок табличных инструментов"
6061
 
6062
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
6063
  msgid ""
6064
  "If this is enabled, a toolbar with useful tools will be shown above the table"
6065
  msgstr ""
6066
  "Если это включено, панель инструментов с полезными инструментами будет "
6067
  "отображаться над таблицей"
6068
 
6069
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
6070
  msgid "Enable Table Tools"
6071
  msgstr "Включить блок инструментов таблицы"
6072
 
6073
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
6074
  msgid "Buttons"
6075
  msgstr "Кнопки"
6076
 
6077
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
6078
  msgid "Choose which buttons to show in the Table Tools block."
6079
  msgstr "Выберите, какие кнопки показывать в блоке Table Tools."
6080
 
6081
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
6082
  msgid "Columns visibility"
6083
  msgstr "Видимость столбца"
6084
 
6085
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
6086
  msgid ""
6087
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
6088
  "that will be replaced with some actual values at the execution time; usually "
6089
  "this is used for MySQL queries."
6090
  msgstr ""
6091
 
6092
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
6093
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
6094
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
6095
  msgid ""
6096
  "This placeholder will be replaced with any value that you will provide in a "
6097
  "shortcode. Provide a default value here that will be used for table "
6101
  "шорткоде. Укажите здесь значение по умолчанию, которое будет использоваться "
6102
  "для генерации таблицы, а когда другое значение не определено в шорткоде."
6103
 
6104
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
6105
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
6106
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
6107
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
6108
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
6109
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
6110
  msgid "Default for table generation"
6111
  msgstr "Значение по умолчанию для инициализирования таблицы"
6112
 
6113
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
6114
  msgid ""
6115
  "This placeholder will be replaced with the ID of currently logged in user. "
6116
  "Provide a value here to be used for table generation"
6119
  "пользователя. Укажите здесь значение, которое будет использоваться для "
6120
  "генерации таблицы"
6121
 
6122
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
6123
  msgid ""
6124
  "This placeholder will be replaced with the login of currently logged in "
6125
  "user. Provide a value here to be used for table generation"
6127
  "Этот заполнитель будет заменен именем пользователя, вошедшего в систему. "
6128
  "Укажите здесь значение, которое будет использоваться для генерации таблицы"
6129
 
6130
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
6131
  msgid ""
6132
  "This placeholder will be replaced with the current prefix of WordPress "
6133
  "database. Provide a value here to be used for table generation"
6135
  "Этот заполнитель будет заменен текущим префиксом базы данных WordPress. "
6136
  "Укажите здесь значение, которое будет использоваться для генерации таблицы"
6137
 
6138
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
6139
  msgid ""
6140
  "This placeholder will be replaced with the ID of current post. Provide a "
6141
  "value here to be used for table generation"
6159
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6160
  msgid ""
6161
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6162
+ "with tables, charts and data management easy. 40,000+ companies."
6163
  msgstr ""
6164
 
6165
  #: templates/admin/welcome_page/welcome_page.inc.php:62
7166
  msgid "There was a problem saving your settings"
7167
  msgstr ""
7168
 
7169
+ #: widgets/class.wpDataChartsElementorWidget.php:28
7170
+ msgid "wpDataChart content"
7171
+ msgstr ""
7172
+
7173
+ #: widgets/class.wpDataChartsElementorWidget.php:35
7174
+ msgid "Select wpDataChart:"
7175
+ msgstr ""
7176
+
7177
+ #: widgets/class.wpDataTablesElementorWidget.php:28
7178
+ msgid "wpDataTable content"
7179
+ msgstr ""
7180
+
7181
+ #: widgets/class.wpDataTablesElementorWidget.php:35
7182
+ msgid "Select wpDataTable:"
7183
+ msgstr ""
7184
+
7185
+ #: widgets/class.wpDataTablesElementorWidget.php:45
7186
+ msgid "Set name for export file:"
7187
+ msgstr ""
7188
+
7189
+ #: widgets/class.wpDataTablesElementorWidget.php:48
7190
+ msgid "Insert name for export file"
7191
+ msgstr ""
7192
+
7193
  #~ msgid "There was an error while trying to import table"
7194
  #~ msgstr "При попытке импорта таблицы произошла ошибка"
7195
 
languages/{sl_Sl → sl_SI}/wpdatatables-sl_SI.mo RENAMED
Binary file
languages/{sl_Sl → sl_SI}/wpdatatables-sl_SI.po RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2020-10-23 11:49+0200\n"
5
- "PO-Revision-Date: 2020-10-23 11:49+0200\n"
6
  "Last-Translator: Bostjan Laba <bostjan@neolink.si>\n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: sl_SI\n"
@@ -110,98 +110,98 @@ msgstr ""
110
  msgid "Go Premium"
111
  msgstr ""
112
 
113
- #: controllers/wdt_admin.php:492 controllers/wdt_admin.php:541
114
- #: controllers/wdt_admin.php:584 controllers/wdt_admin.php:605
115
- #: controllers/wdt_admin.php:652 controllers/wdt_admin.php:678
116
- #: controllers/wdt_admin.php:697 controllers/wdt_admin.php:717
117
- #: controllers/wdt_admin.php:736 controllers/wdt_admin.php:756
118
- #: controllers/wdt_admin.php:776 controllers/wdt_admin.php:796
119
- #: controllers/wdt_admin.php:815
120
  msgid "You do not have sufficient permissions to access this page."
121
  msgstr "Nimate dovolj pravic za dostop do te strani."
122
 
123
- #: controllers/wdt_functions.php:467
124
  msgid "wpDataChart with provided ID not found!"
125
  msgstr "wpDataChart z vnesenim ID-jem ni mogoče najti!"
126
 
127
- #: controllers/wdt_functions.php:503 controllers/wdt_functions.php:584
128
  msgid "wpDataTable with provided ID not found!"
129
  msgstr "wpDataTable z navedenim ID-jem ni mogoče najti!"
130
 
131
- #: controllers/wdt_functions.php:594
132
  msgid "Provided column is not Integer or Float column type"
133
  msgstr "Vneseni stolpec ni tipa Integer ali Float"
134
 
135
- #: controllers/wdt_functions.php:811
136
  msgid "Choose a table"
137
  msgstr "Izberite tabelo"
138
 
139
- #: controllers/wdt_functions.php:843
140
  msgid "Interactive Responsive Table"
141
  msgstr "Interaktivna odzivna tabela"
142
 
143
- #: controllers/wdt_functions.php:844 controllers/wdt_functions.php:905
144
  msgid "Content"
145
  msgstr "Vsebina"
146
 
147
- #: controllers/wdt_functions.php:850
148
  msgid "wpDataTable"
149
  msgstr "wpDataTable"
150
 
151
- #: controllers/wdt_functions.php:854
152
  msgid "Choose the wpDataTable from a dropdown"
153
  msgstr "V spustnem meniju izberite wpDataTable"
154
 
155
- #: controllers/wdt_functions.php:859
156
  msgid "Table view"
157
  msgstr "Pogled tabele"
158
 
159
- #: controllers/wdt_functions.php:863
160
  msgid "Regular wpDataTable"
161
  msgstr "Redni wpDataTable"
162
 
163
- #: controllers/wdt_functions.php:865
164
  msgid "Excel-like table"
165
  msgstr "Excelu podobna miza"
166
 
167
- #: controllers/wdt_functions.php:871
168
  msgid "Variable placeholder #1"
169
  msgstr "Spremenljivo rezervirano mesto №1"
170
 
171
- #: controllers/wdt_functions.php:874 controllers/wdt_functions.php:882
172
- #: controllers/wdt_functions.php:890
173
  msgid "Variables"
174
  msgstr "Spremenljivke"
175
 
176
- #: controllers/wdt_functions.php:875
177
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
178
  msgstr "Če ste uporabili držalo mesta VAR1, mu lahko tukaj dodelite vrednost"
179
 
180
- #: controllers/wdt_functions.php:879
181
  msgid "Variable placeholder #2"
182
  msgstr "Spremenljivo rezervirano mesto №2"
183
 
184
- #: controllers/wdt_functions.php:883
185
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
186
  msgstr "Če ste uporabili držalo mesta VAR2, mu lahko tukaj dodelite vrednost"
187
 
188
- #: controllers/wdt_functions.php:887
189
  msgid "Variable placeholder #3"
190
  msgstr "Spremenljivo rezervirano mesto # 3"
191
 
192
- #: controllers/wdt_functions.php:891
193
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
194
  msgstr "Če ste uporabili držalo mesta VAR3, mu lahko tukaj dodelite vrednost"
195
 
196
- #: controllers/wdt_functions.php:904
197
  msgid "Google or Highcharts chart based on a wpDataTable"
198
  msgstr "Google ali Highcharts grafikon temelji na wpDataTable"
199
 
200
- #: controllers/wdt_functions.php:911
201
  msgid "wpDataChart"
202
  msgstr "wpDataChart"
203
 
204
- #: controllers/wdt_functions.php:915
205
  msgid "Choose one of wpDataCharts from the list"
206
  msgstr "Izberite enega od wpDataCharts s seznama"
207
 
@@ -223,157 +223,157 @@ msgstr ""
223
  "kratka koda se bo vstavila samodejno. Lahko določite vrednosti za ograde in "
224
  "tudi za izvoz datoteke datoteke."
225
 
226
- #: source/class.wdtbrowsechartstable.php:140
227
- #: source/class.wdtbrowsetable.php:167
228
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
229
  #: templates/admin/dashboard/dashboard.inc.php:153
230
  #: templates/admin/dashboard/dashboard.inc.php:222
231
  msgid "Click to copy shortcode"
232
  msgstr "Kliknite, če želite kopirati kratko kodo"
233
 
234
- #: source/class.wdtbrowsechartstable.php:149
235
- #: source/class.wdtbrowsetable.php:178
236
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
237
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
238
  msgid "Duplicate"
239
  msgstr "Podvoji"
240
 
241
- #: source/class.wdtbrowsechartstable.php:155
242
- #: source/class.wdtbrowsetable.php:184
243
  #: templates/admin/dashboard/dashboard.inc.php:261
244
  msgid "Configure"
245
  msgstr "Nastavi"
246
 
247
- #: source/class.wdtbrowsechartstable.php:161
248
- #: source/class.wdtbrowsetable.php:191 source/class.wdttools.php:303
249
  #: templates/admin/browse/bulk_actions.inc.php:14
250
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
251
  msgid "Delete"
252
  msgstr "Izbriši"
253
 
254
- #: source/class.wdtbrowsechartstable.php:216
255
- #: source/class.wdtbrowsechartstable.php:225
256
  msgid "Column Chart"
257
  msgstr "Stolpna lestvica"
258
 
259
- #: source/class.wdtbrowsechartstable.php:219
260
- #: source/class.wdtbrowsechartstable.php:243
261
  msgid "Line Chart"
262
  msgstr "Vrstni grafikon"
263
 
264
- #: source/class.wdtbrowsechartstable.php:222
265
- #: source/class.wdtbrowsechartstable.php:246
266
  msgid "Pie Chart"
267
  msgstr "Tortni diagram"
268
 
269
- #: source/class.wdtbrowsechartstable.php:228
270
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
271
  #: templates/chart_wizard.inc.php:91
272
  msgid "Histogram"
273
  msgstr "Histogram"
274
 
275
- #: source/class.wdtbrowsechartstable.php:231
276
  msgid "Bar Chart"
277
  msgstr "Stolpični diagram"
278
 
279
- #: source/class.wdtbrowsechartstable.php:234
280
  msgid "Stacked Bar Chart"
281
  msgstr "Zloženi črtni grafikon"
282
 
283
- #: source/class.wdtbrowsechartstable.php:237
284
  msgid "Area Chart"
285
  msgstr "Območni grafikon"
286
 
287
- #: source/class.wdtbrowsechartstable.php:240
288
  msgid "Stepped Area Chart"
289
  msgstr "Shema območja korakov"
290
 
291
- #: source/class.wdtbrowsechartstable.php:249
292
  msgid "Bubble Chart"
293
  msgstr "Bubble Chart"
294
 
295
- #: source/class.wdtbrowsechartstable.php:252
296
  msgid "Donut Chart"
297
  msgstr "Krofna karta"
298
 
299
- #: source/class.wdtbrowsechartstable.php:255
300
  msgid "Gauge Chart"
301
  msgstr "Gauge Chart"
302
 
303
- #: source/class.wdtbrowsechartstable.php:258
304
  msgid "Scatter Chart"
305
  msgstr "Scatter Chart"
306
 
307
- #: source/class.wdtbrowsechartstable.php:261
308
  msgid "Candlestick Chart"
309
  msgstr "Lestvica s svečami"
310
 
311
- #: source/class.wdtbrowsechartstable.php:264
312
  msgid "Waterfall Chart"
313
  msgstr "Shema slapov"
314
 
315
- #: source/class.wdtbrowsechartstable.php:277
316
  msgid "Google"
317
  msgstr "Google"
318
 
319
- #: source/class.wdtbrowsechartstable.php:343
320
- #: source/class.wdtbrowsetable.php:296
321
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
322
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
323
  msgid "Select All"
324
  msgstr "Izberi vse"
325
 
326
- #: source/class.wdtbrowsechartstable.php:396
327
  msgid "No wpDataCharts in the system yet."
328
  msgstr "V sistemu še ni wpDataCharts."
329
 
330
- #: source/class.wdtbrowsetable.php:230
331
  msgid "MySQL"
332
  msgstr "MySQL"
333
 
334
- #: source/class.wdtbrowsetable.php:233
335
  msgid "Manual"
336
  msgstr "Ročno"
337
 
338
- #: source/class.wdtbrowsetable.php:236 source/class.wpdatatable.php:2135
339
- #: source/class.wpdatatable.php:2205
340
- #: templates/admin/table-settings/table_settings_block.inc.php:932
341
  msgid "Excel"
342
  msgstr "Excel"
343
 
344
- #: source/class.wdtbrowsetable.php:239 source/class.wpdatatable.php:2144
345
- #: source/class.wpdatatable.php:2215
346
- #: templates/admin/table-settings/table_settings_block.inc.php:933
347
  msgid "CSV"
348
  msgstr "CSV"
349
 
350
- #: source/class.wdtbrowsetable.php:242
351
  msgid "XML"
352
  msgstr "XML"
353
 
354
- #: source/class.wdtbrowsetable.php:245
355
  msgid "JSON"
356
  msgstr "JSON"
357
 
358
- #: source/class.wdtbrowsetable.php:248
359
  #: templates/admin/table-settings/table_settings_block.inc.php:111
360
  #: templates/edit_table.inc.php:91
361
  msgid "Serialized PHP array"
362
  msgstr "Serializirani niz PHP"
363
 
364
- #: source/class.wdtbrowsetable.php:251 templates/edit_table.inc.php:88
365
  msgid "Google spreadsheet"
366
  msgstr "Google preglednica"
367
 
368
- #: source/class.wdtbrowsetable.php:254
369
  msgid "Simple"
370
  msgstr ""
371
 
372
- #: source/class.wdtbrowsetable.php:261
373
  msgid "Unknown"
374
  msgstr "Neznano"
375
 
376
- #: source/class.wdtbrowsetable.php:371
377
  msgid "No wpDataTables in the system yet."
378
  msgstr "V sistemu še ni wpDataTables."
379
 
@@ -381,7 +381,7 @@ msgstr "V sistemu še ni wpDataTables."
381
  msgid "There was an error trying to fetch the table data: "
382
  msgstr "Pri poskusu pridobivanja podatkov tabele je prišlo do napake:"
383
 
384
- #: source/class.wdtconfigcontroller.php:468
385
  msgid "Table in data source has no rows."
386
  msgstr "Tabela v viru podatkov nima vrstic."
387
 
@@ -527,9 +527,9 @@ msgstr "Stolpec je bil odstranjen!"
527
  msgid "Please select columns that you want to use in table"
528
  msgstr "Izberite stolpce, ki jih želite uporabiti v tabeli"
529
 
530
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:2153
531
- #: source/class.wpdatatable.php:2225
532
- #: templates/admin/table-settings/table_settings_block.inc.php:934
533
  msgid "Copy"
534
  msgstr "Kopiraj"
535
 
@@ -1283,7 +1283,7 @@ msgstr "Samo en stolpec je lahko vrste String"
1283
  msgid "You are mixing data types (several date axes and several number)"
1284
  msgstr "Mešate podatkovne vrste (več datumskih osi in več številk)"
1285
 
1286
- #: source/class.wpdatatable.php:1827
1287
  msgid ""
1288
  "You are trying to load a table of an unknown type. Probably you did not "
1289
  "activate the addon which is required to use this table type."
@@ -1291,7 +1291,7 @@ msgstr ""
1291
  "Poskušate naložiti tabelo neznanega tipa. Verjetno niste aktivirali dodatka, "
1292
  "ki je potreben za uporabo te vrste tabel."
1293
 
1294
- #: source/class.wpdatatable.php:2054
1295
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1296
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1297
  #: templates/admin/table-settings/table_settings_block.inc.php:312
@@ -1299,30 +1299,30 @@ msgstr ""
1299
  msgid "All"
1300
  msgstr "Vse"
1301
 
1302
- #: source/class.wpdatatable.php:2114 source/class.wpdatatable.php:2183
1303
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1304
  msgid "Columns"
1305
  msgstr "Stolpci"
1306
 
1307
- #: source/class.wpdatatable.php:2124 source/class.wpdatatable.php:2193
1308
- #: templates/admin/table-settings/table_settings_block.inc.php:931
1309
  msgid "Print"
1310
  msgstr "Tiskaj"
1311
 
1312
- #: source/class.wpdatatable.php:2163 source/class.wpdatatable.php:2236
1313
- #: templates/admin/table-settings/table_settings_block.inc.php:935
1314
  msgid "PDF"
1315
  msgstr "PDF"
1316
 
1317
- #: source/class.wpdatatable.php:2171
1318
  msgid "Export"
1319
  msgstr "Izvozi"
1320
 
1321
- #: source/class.wpdatatable.php:2249
1322
  msgid "Search table"
1323
  msgstr "Tabela iskanja"
1324
 
1325
- #: source/class.wpdatatable.php:2250
1326
  msgid "Showing _MENU_ Entries"
1327
  msgstr "Prikazovanje vnosov _MENU_"
1328
 
@@ -1341,7 +1341,7 @@ msgstr ""
1341
  msgid "if you have some questions or problems with the plugin."
1342
  msgstr ""
1343
 
1344
- #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:487
1345
  msgid "wpDataTables Addons"
1346
  msgstr "wpDataTables Addons"
1347
 
@@ -1360,12 +1360,12 @@ msgstr ""
1360
  "wpDataTables in razvijalcev tretjih oseb, zato bodite pozorni."
1361
 
1362
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1363
- #: templates/admin/dashboard/dashboard.inc.php:558
1364
  msgid "Report Builder"
1365
  msgstr "Graditelj poročil"
1366
 
1367
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1368
- #: templates/admin/dashboard/dashboard.inc.php:562
1369
  msgid ""
1370
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1371
  "XLSX documents filled in with actual data from your database."
@@ -1393,7 +1393,7 @@ msgid "NEW"
1393
  msgstr "NOVO"
1394
 
1395
  #: templates/admin/addons/addons.inc.php:40
1396
- #: templates/admin/dashboard/dashboard.inc.php:505
1397
  msgid "Master Detail Tables for wpDataTables"
1398
  msgstr "Glavne podrobne tabele za wpDataTables"
1399
 
@@ -1418,7 +1418,7 @@ msgid "Learn more"
1418
  msgstr "Preberi več"
1419
 
1420
  #: templates/admin/addons/addons.inc.php:67
1421
- #: templates/admin/dashboard/dashboard.inc.php:532
1422
  msgid "Powerful Filters for wpDataTables"
1423
  msgstr "Zmogljivi filtri za wpDataTables"
1424
 
@@ -1433,12 +1433,12 @@ msgstr ""
1433
  "tabele, preden uporabnik določi iskalne vrednosti."
1434
 
1435
  #: templates/admin/addons/addons.inc.php:120
1436
- #: templates/admin/dashboard/dashboard.inc.php:585
1437
  msgid "Formidable Forms integration for wpDataTables"
1438
  msgstr "Zapletena oblika integracije za wpDataTables"
1439
 
1440
  #: templates/admin/addons/addons.inc.php:123
1441
- #: templates/admin/dashboard/dashboard.inc.php:589
1442
  msgid ""
1443
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1444
  "create wpDataTables from Formidable Forms entries data."
@@ -1447,12 +1447,12 @@ msgstr ""
1447
  "ustvarjanje wpDataTables iz podatkov vnosov v Formidable Forms."
1448
 
1449
  #: templates/admin/addons/addons.inc.php:143
1450
- #: templates/admin/dashboard/dashboard.inc.php:611
1451
  msgid "Gravity Forms integration for wpDataTables"
1452
  msgstr "Gravity Forms integracija za wpDataTables"
1453
 
1454
  #: templates/admin/addons/addons.inc.php:146
1455
- #: templates/admin/dashboard/dashboard.inc.php:615
1456
  msgid ""
1457
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1458
  "wpDataTables from Gravity Forms entries data."
@@ -2461,7 +2461,7 @@ msgstr "Odprite v Excelu podobnem urejevalniku"
2461
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2462
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2463
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2464
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
2465
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2466
  msgid "View Documentation"
2467
  msgstr "Ogled dokumentacije"
@@ -2699,151 +2699,192 @@ msgstr "Različica"
2699
 
2700
  #: templates/admin/dashboard/dashboard.inc.php:340
2701
  msgid ""
2702
- "A major update with new table type, and a couple of bug fixes and stability "
2703
  "improvements:"
2704
  msgstr ""
2705
 
2706
  #: templates/admin/dashboard/dashboard.inc.php:345
2707
  msgid ""
2708
- "Feature: New table type - Create a simple table with any data, merged cells, "
2709
- "styling, star rating and a lot more."
2710
  msgstr ""
2711
 
2712
  #: templates/admin/dashboard/dashboard.inc.php:346
2713
- msgid "Feature: Added Slovenian translation"
2714
  msgstr ""
2715
 
2716
  #: templates/admin/dashboard/dashboard.inc.php:347
2717
- msgid "Improvement: Update French translation"
 
 
2718
  msgstr ""
2719
 
2720
  #: templates/admin/dashboard/dashboard.inc.php:348
2721
- msgid "Improvement: Added new color picker"
 
 
2722
  msgstr ""
2723
 
2724
  #: templates/admin/dashboard/dashboard.inc.php:349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2725
  msgid "Other small bug fixes and stability improvements."
2726
  msgstr ""
2727
 
2728
- #: templates/admin/dashboard/dashboard.inc.php:361
2729
  msgid "Go Premium!"
2730
  msgstr ""
2731
 
2732
- #: templates/admin/dashboard/dashboard.inc.php:367
2733
  msgid "View Comparison"
2734
  msgstr ""
2735
 
2736
- #: templates/admin/dashboard/dashboard.inc.php:375
2737
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2738
  msgid ""
2739
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2740
  "of the powerful features."
2741
  msgstr ""
2742
 
2743
- #: templates/admin/dashboard/dashboard.inc.php:379
2744
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2745
  msgid "Create a table manually"
2746
  msgstr "Ročno ustvarite tabelo"
2747
 
2748
- #: templates/admin/dashboard/dashboard.inc.php:382
2749
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2750
  msgid "Creating tables from Google Spreadsheet"
2751
  msgstr "Ustvarjanje tabel iz Google Spreadsheet-a"
2752
 
2753
- #: templates/admin/dashboard/dashboard.inc.php:385
2754
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2755
  msgid "Creating MySQL-based tables from database"
2756
  msgstr "Ustvarjanje tabel, ki temeljijo na MySQL, iz baze podatkov"
2757
 
2758
- #: templates/admin/dashboard/dashboard.inc.php:388
2759
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2760
  msgid "Creating MySQL-based tables from Wordpress post types"
2761
  msgstr "Ustvarjanje tabel, ki temeljijo na MySQL, iz vrst objav Wordpress"
2762
 
2763
- #: templates/admin/dashboard/dashboard.inc.php:391
2764
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2765
  #: templates/edit_table.inc.php:329
2766
  msgid "Advanced filtering"
2767
  msgstr "Napredno filtriranje"
2768
 
2769
- #: templates/admin/dashboard/dashboard.inc.php:394
2770
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2771
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2772
  #: templates/edit_table.inc.php:282
2773
  msgid "Server-side processing"
2774
  msgstr "Obdelava na strani strežnika"
2775
 
2776
- #: templates/admin/dashboard/dashboard.inc.php:397
2777
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2778
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2779
  msgstr ""
2780
 
2781
- #: templates/admin/dashboard/dashboard.inc.php:400
2782
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2783
  msgid "Front-end table editing"
2784
  msgstr "Urejanje mize v sprednjem delu"
2785
 
2786
- #: templates/admin/dashboard/dashboard.inc.php:403
2787
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2788
  msgid "Excel-like editing"
2789
  msgstr "Urejanje v Excelu"
2790
 
2791
- #: templates/admin/dashboard/dashboard.inc.php:406
2792
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2793
  msgid "Creating charts with Highcharts"
2794
  msgstr "Ustvarjanje grafikonov z Highchartsi"
2795
 
2796
- #: templates/admin/dashboard/dashboard.inc.php:409
2797
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2798
  msgid "Creating charts with Chart.js"
2799
  msgstr "Ustvarjanje grafikonov s Chart.js"
2800
 
2801
- #: templates/admin/dashboard/dashboard.inc.php:412
2802
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2803
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2804
  #: templates/edit_table.inc.php:301
2805
  msgid "Responsive"
2806
  msgstr "Odziven"
2807
 
2808
- #: templates/admin/dashboard/dashboard.inc.php:415
2809
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2810
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2811
  #: templates/edit_table.inc.php:750
2812
  msgid "Conditional formatting"
2813
  msgstr "Pogojno oblikovanje"
2814
 
2815
- #: templates/admin/dashboard/dashboard.inc.php:418
2816
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2817
  msgid "Calculating Tools"
2818
  msgstr "Orodja za izračun"
2819
 
2820
- #: templates/admin/dashboard/dashboard.inc.php:421
2821
  msgid "Formula columns"
2822
  msgstr ""
2823
 
2824
- #: templates/admin/dashboard/dashboard.inc.php:424
2825
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2826
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2827
  msgid "Placeholders"
2828
  msgstr "Imetniki mest"
2829
 
2830
- #: templates/admin/dashboard/dashboard.inc.php:427
2831
  msgid "Premium support"
2832
  msgstr ""
2833
 
2834
- #: templates/admin/dashboard/dashboard.inc.php:431
2835
  msgid "Get Premium Today"
2836
  msgstr ""
2837
 
2838
- #: templates/admin/dashboard/dashboard.inc.php:438
2839
  msgid "News Blog"
2840
  msgstr "Blog novic"
2841
 
2842
- #: templates/admin/dashboard/dashboard.inc.php:443
2843
  msgid "Checkout useful articles from wpdatatables.com"
2844
  msgstr "Oglejte si uporabne članke s spletnega mesta wpdatatables.com"
2845
 
2846
- #: templates/admin/dashboard/dashboard.inc.php:470
2847
  msgid ""
2848
  "Never miss notifications about new cool features, promotions,\n"
2849
  " giveaways or freebies – subscribe to our "
@@ -2856,18 +2897,18 @@ msgstr ""
2856
  " približno 1 sporočilo na mesec in nikoli "
2857
  "neželeno!"
2858
 
2859
- #: templates/admin/dashboard/dashboard.inc.php:488
2860
  msgid "Premium "
2861
  msgstr ""
2862
 
2863
- #: templates/admin/dashboard/dashboard.inc.php:491
2864
  msgid ""
2865
  "While wpDataTables itself provides quite a large amount of features and "
2866
  "unlimited customisation, flexibility, you can achieve even more with our "
2867
  "premium addons.(requires wpDataTables Premium version)"
2868
  msgstr ""
2869
 
2870
- #: templates/admin/dashboard/dashboard.inc.php:509
2871
  msgid ""
2872
  "A wpDataTables addon which allows showing additional details for a specific "
2873
  "row in a popup or a separate page or post."
@@ -2875,16 +2916,16 @@ msgstr ""
2875
  "Dodatek wpDataTables, ki omogoča prikazovanje dodatnih podrobnosti za "
2876
  "določeno vrstico v pojavnem oknu ali na ločeni strani ali objavi."
2877
 
2878
- #: templates/admin/dashboard/dashboard.inc.php:515
2879
- #: templates/admin/dashboard/dashboard.inc.php:542
2880
- #: templates/admin/dashboard/dashboard.inc.php:568
2881
- #: templates/admin/dashboard/dashboard.inc.php:595
2882
- #: templates/admin/dashboard/dashboard.inc.php:621
2883
- #: templates/admin/dashboard/dashboard.inc.php:654
2884
  msgid "Learn More"
2885
  msgstr "Preberi več"
2886
 
2887
- #: templates/admin/dashboard/dashboard.inc.php:536
2888
  msgid ""
2889
  "An add-on for wpDataTables that provides powerful filtering features: "
2890
  "cascade filtering, applying filters on button click, hide table before "
@@ -2894,15 +2935,15 @@ msgstr ""
2894
  "filtriranje, nanašanje filtrov na klik gumba, skrivanje tabele pred "
2895
  "filtriranjem."
2896
 
2897
- #: templates/admin/dashboard/dashboard.inc.php:632
2898
  msgid "Need free booking plugin?"
2899
  msgstr ""
2900
 
2901
- #: templates/admin/dashboard/dashboard.inc.php:641
2902
  msgid "Appointments and Events WordPress Booking Plugin"
2903
  msgstr "Sestanki in dogodki WordPress Vtičnik za rezervacijo"
2904
 
2905
- #: templates/admin/dashboard/dashboard.inc.php:644
2906
  msgid ""
2907
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2908
  "set up a fully-featured automated booking system on your WordPress website "
@@ -2913,15 +2954,15 @@ msgid ""
2913
  "each month."
2914
  msgstr ""
2915
 
2916
- #: templates/admin/dashboard/dashboard.inc.php:647
2917
  msgid "Rating: 4.3 - ‎68 reviews"
2918
  msgstr ""
2919
 
2920
- #: templates/admin/dashboard/dashboard.inc.php:650
2921
  msgid "Free Download"
2922
  msgstr ""
2923
 
2924
- #: templates/admin/dashboard/dashboard.inc.php:665
2925
  #: templates/admin/getting-started/getting_started.inc.php:184
2926
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2927
  #: templates/admin/support/support.inc.php:78
@@ -2930,7 +2971,7 @@ msgstr ""
2930
  msgid "Made by"
2931
  msgstr "Narejeno v"
2932
 
2933
- #: templates/admin/dashboard/dashboard.inc.php:673
2934
  #: templates/admin/getting-started/getting_started.inc.php:192
2935
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2936
  #: templates/admin/support/support.inc.php:45
@@ -2941,7 +2982,7 @@ msgstr "Narejeno v"
2941
  msgid "Documentation"
2942
  msgstr "Dokumentacija"
2943
 
2944
- #: templates/admin/dashboard/dashboard.inc.php:677
2945
  #: templates/admin/getting-started/getting_started.inc.php:196
2946
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2947
  #: templates/admin/support/support.inc.php:24
@@ -3139,13 +3180,15 @@ msgstr ""
3139
 
3140
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3141
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3142
- #: templates/admin/table-settings/table_settings_block.inc.php:527
3143
- #: templates/admin/table-settings/table_settings_block.inc.php:535
3144
  msgid "Sorting"
3145
  msgstr "Razvrščanje"
3146
 
3147
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3148
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
 
 
3149
  msgid "Pagination"
3150
  msgstr "Paginiranje (zaznamovanje strani)"
3151
 
@@ -3686,12 +3729,34 @@ msgstr "Omejevalnik CSV"
3686
  msgid "Pick the CSV delimiter"
3687
  msgstr "Izberite ločilo CSV"
3688
 
3689
- #: templates/admin/settings/tabs/main_plugin_settings.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3690
  #: templates/settings.inc.php:171
3691
  msgid "Tablet width"
3692
  msgstr "Širina tabličnega računalnika"
3693
 
3694
- #: templates/admin/settings/tabs/main_plugin_settings.php:213
3695
  #: templates/settings.inc.php:175
3696
  msgid ""
3697
  "Here you can specify width of the screen (in pixels) that will be treated as "
@@ -3700,43 +3765,43 @@ msgstr ""
3700
  "Tu lahko določite širino zaslona (v slikovnih pikah), ki bo obravnavana kot "
3701
  "tablica. Lahko ga nastavite širše, če želite odziven učinek na namizjih."
3702
 
3703
- #: templates/admin/settings/tabs/main_plugin_settings.php:237
3704
  #: templates/settings.inc.php:181
3705
  msgid "Mobile width"
3706
  msgstr "Mobilna širina"
3707
 
3708
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
3709
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3710
  msgstr ""
3711
  "Tu lahko določite širino (v slikovnih pikah), ki bo obravnavana kot mobilna."
3712
 
3713
- #: templates/admin/settings/tabs/main_plugin_settings.php:264
3714
  #: templates/settings.inc.php:61
3715
  msgid "Tables per admin page"
3716
  msgstr "Tabele na skrbniško stran"
3717
 
3718
- #: templates/admin/settings/tabs/main_plugin_settings.php:266
3719
  msgid "How many tables to show in the browse page."
3720
  msgstr "Koliko tabel za prikaz na strani za brskanje."
3721
 
3722
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
3723
  msgid "Align numbers"
3724
  msgstr "Poravnajte številke"
3725
 
3726
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
3727
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3728
  msgstr ""
3729
 
3730
- #: templates/admin/settings/tabs/main_plugin_settings.php:288
3731
  #: templates/settings.inc.php:161
3732
  msgid "Align numbers to the right"
3733
  msgstr "Poravnajte številke na desni"
3734
 
3735
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
3736
  msgid "Sum functions label"
3737
  msgstr "Oznaka funkcij seštevanja"
3738
 
3739
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
3740
  msgid ""
3741
  "Enter a label that will be used for Sum functions. If you leave it blank "
3742
  "default label will be Σ ="
@@ -3744,11 +3809,11 @@ msgstr ""
3744
  "Vnesite oznako, ki bo uporabljena za funkcije vsote. Če ga pustite prazno, "
3745
  "bo privzeta oznaka Σ ="
3746
 
3747
- #: templates/admin/settings/tabs/main_plugin_settings.php:318
3748
  msgid "Average functions label"
3749
  msgstr "Oznaka povprečnih funkcij"
3750
 
3751
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
3752
  msgid ""
3753
  "Enter a label that will be used for Average functions. If you leave it blank "
3754
  "default label will be Avg ="
@@ -3756,11 +3821,11 @@ msgstr ""
3756
  "Vnesite oznako, ki bo uporabljena za funkcije povprečja. Če ga pustite "
3757
  "prazno, bo privzeta oznaka Avg ="
3758
 
3759
- #: templates/admin/settings/tabs/main_plugin_settings.php:343
3760
  msgid "Minimum functions label"
3761
  msgstr "Oznaka minimalnih funkcij"
3762
 
3763
- #: templates/admin/settings/tabs/main_plugin_settings.php:345
3764
  msgid ""
3765
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3766
  "default label will be Min ="
@@ -3768,11 +3833,11 @@ msgstr ""
3768
  "Vnesite oznako, ki bo uporabljena za Minimalne funkcije. Če pustite prazno, "
3769
  "bo privzeta oznaka Min ="
3770
 
3771
- #: templates/admin/settings/tabs/main_plugin_settings.php:363
3772
  msgid "Maximum functions label"
3773
  msgstr "Oznaka največjih funkcij"
3774
 
3775
- #: templates/admin/settings/tabs/main_plugin_settings.php:365
3776
  msgid ""
3777
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3778
  "default label will be Max ="
@@ -3780,12 +3845,12 @@ msgstr ""
3780
  "Vnesite oznako, ki bo uporabljena za funkcije največ. Če ga pustite prazno, "
3781
  "bo privzeta oznaka Max ="
3782
 
3783
- #: templates/admin/settings/tabs/main_plugin_settings.php:391
3784
  msgid "Include full bootstrap front-end"
3785
  msgstr "Vključite sprednji del prtljažnika"
3786
 
3787
- #: templates/admin/settings/tabs/main_plugin_settings.php:393
3788
- #: templates/admin/settings/tabs/main_plugin_settings.php:404
3789
  msgid ""
3790
  "It is recommended to uncheck this option if bootstrap.js is already included "
3791
  "in one of the theme files. Unchecked option means that there is still "
@@ -3796,60 +3861,60 @@ msgstr ""
3796
  "vključen bootstrap.js samo v načinu brezkonflikta, kar bi moralo preprečiti "
3797
  "napake."
3798
 
3799
- #: templates/admin/settings/tabs/main_plugin_settings.php:397
3800
  msgid "Include full bootstrap.js on the front-end"
3801
  msgstr "Na sprednji strani vključite celoten bootstrap.js"
3802
 
3803
- #: templates/admin/settings/tabs/main_plugin_settings.php:402
3804
  msgid "Include full bootstrap back-end"
3805
  msgstr "Vključite popolno začetno vrv"
3806
 
3807
- #: templates/admin/settings/tabs/main_plugin_settings.php:408
3808
  msgid "Include full bootstrap.js on the back-end"
3809
  msgstr "Na zadnji strani vključite celoten bootstrap.js"
3810
 
3811
- #: templates/admin/settings/tabs/main_plugin_settings.php:416
3812
- #: templates/admin/settings/tabs/main_plugin_settings.php:422
3813
  #: templates/settings.inc.php:32
3814
  msgid "Show plugin credentials below tables"
3815
  msgstr ""
3816
 
3817
- #: templates/admin/settings/tabs/main_plugin_settings.php:418
3818
  #: templates/settings.inc.php:32
3819
  msgid ""
3820
  "If you want to support our project, please, keep this checkbox as checked"
3821
  msgstr ""
3822
 
3823
- #: templates/admin/settings/tabs/main_plugin_settings.php:427
3824
  msgid "Prevent deleting tables in database"
3825
  msgstr "Prepreči brisanje tabel v bazi podatkov"
3826
 
3827
- #: templates/admin/settings/tabs/main_plugin_settings.php:429
3828
  msgid ""
3829
  "It is recommended to leave this option as checked if you what to keep your "
3830
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3831
  "this option, it will be deleted all tables in database after deleting plugin"
3832
  msgstr ""
3833
 
3834
- #: templates/admin/settings/tabs/main_plugin_settings.php:433
3835
  msgid ""
3836
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3837
  msgstr ""
3838
  "Preprečite brisanje tabel v bazi podatkov po brisanju vtičnika s strani "
3839
  "Vtičniki"
3840
 
3841
- #: templates/admin/settings/tabs/main_plugin_settings.php:440
3842
  msgid "Remove Getting Started page"
3843
  msgstr "Odstranite stran z začetkom"
3844
 
3845
- #: templates/admin/settings/tabs/main_plugin_settings.php:442
3846
  msgid ""
3847
  "Check this option if you want to remove Getting Started page from admin menu."
3848
  msgstr ""
3849
  "Označite to možnost, če želite stran z začetkom dela odstraniti iz "
3850
  "skrbniškega menija."
3851
 
3852
- #: templates/admin/settings/tabs/main_plugin_settings.php:446
3853
  msgid "Remove \"Getting Started\" page from admin menu."
3854
  msgstr "Odstranite stran \"Uvod\" iz menija skrbnika."
3855
 
@@ -4648,16 +4713,6 @@ msgstr "Privzeta smer razvrščanja"
4648
  msgid "Choose whether to sort ascending or descending by default."
4649
  msgstr "Izberite, ali želite privzeto razvrstiti naraščajoče ali padajoče."
4650
 
4651
- #: templates/admin/table-settings/column_settings_panel.inc.php:767
4652
- #: templates/edit_table.inc.php:663
4653
- msgid "Ascending"
4654
- msgstr "Naraščajoče"
4655
-
4656
- #: templates/admin/table-settings/column_settings_panel.inc.php:768
4657
- #: templates/edit_table.inc.php:665
4658
- msgid "Descending"
4659
- msgstr "Padajoče"
4660
-
4661
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4662
  msgid "Add a filter for this column"
4663
  msgstr "Dodajte filter za ta stolpec"
@@ -5405,7 +5460,7 @@ msgid "Sorting and filtering"
5405
  msgstr "Razvrščanje in filtriranje"
5406
 
5407
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5408
- #: templates/admin/table-settings/table_settings_block.inc.php:891
5409
  msgid "Table Tools"
5410
  msgstr "Orodja za tabele"
5411
 
@@ -5611,15 +5666,78 @@ msgstr ""
5611
  "To je treba vklopiti, če želite ročno nastaviti širino stolpcev. "
5612
  "Uporabljajte zavijanje besed."
5613
 
5614
- #: templates/admin/table-settings/table_settings_block.inc.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5615
  msgid "Advanced column filters"
5616
  msgstr "Napredni filtri stolpcev"
5617
 
5618
- #: templates/admin/table-settings/table_settings_block.inc.php:504
5619
  msgid "Advanced filter"
5620
  msgstr "Napredni filter"
5621
 
5622
- #: templates/admin/table-settings/table_settings_block.inc.php:511
5623
  msgid ""
5624
  "Enable to show an advanced filter for each of the columns, filters can be "
5625
  "shown in table footer, header or in a separate form."
@@ -5627,11 +5745,11 @@ msgstr ""
5627
  "Omogoči prikazovanje naprednega filtra za vsak stolpec, filtri so lahko "
5628
  "prikazani v nogi tabele, glavi tabele ali v ločenem obrazcu."
5629
 
5630
- #: templates/admin/table-settings/table_settings_block.inc.php:519
5631
  msgid "Enable advanced column filters"
5632
  msgstr "Omogoči napredne filtre stolpcev"
5633
 
5634
- #: templates/admin/table-settings/table_settings_block.inc.php:542
5635
  msgid ""
5636
  "If this is enabled, each column header will be clickable; clicking will sort "
5637
  "the whole table by the content of this column cells ascending or descending."
@@ -5640,19 +5758,19 @@ msgstr ""
5640
  "razvrstili celotno tabelo po vsebini celic tega stolpca, ki se povečujejo "
5641
  "ali padajoče."
5642
 
5643
- #: templates/admin/table-settings/table_settings_block.inc.php:550
5644
  msgid "Allow sorting for the table"
5645
  msgstr "Dovoli razvrščanje za mizo"
5646
 
5647
- #: templates/admin/table-settings/table_settings_block.inc.php:558
5648
  msgid "Main search block"
5649
  msgstr "Glavni iskalni blok"
5650
 
5651
- #: templates/admin/table-settings/table_settings_block.inc.php:566
5652
  msgid "Global search"
5653
  msgstr "Globalno iskanje"
5654
 
5655
- #: templates/admin/table-settings/table_settings_block.inc.php:573
5656
  msgid ""
5657
  "If this is enabled, a search block will be displayed on the top right of the "
5658
  "table, allowing to search through whole table with a single input."
@@ -5660,20 +5778,20 @@ msgstr ""
5660
  "Če je to omogočeno, se v zgornjem desnem kotu tabele prikaže iskalni blok, "
5661
  "ki omogoča iskanje po celotni tabeli z enim vhodom."
5662
 
5663
- #: templates/admin/table-settings/table_settings_block.inc.php:581
5664
  msgid "Enable search block"
5665
  msgstr "Omogoči iskalni blok"
5666
 
5667
- #: templates/admin/table-settings/table_settings_block.inc.php:595
5668
  msgid "Filters in a form"
5669
  msgstr "Filtrira v obliki"
5670
 
5671
- #: templates/admin/table-settings/table_settings_block.inc.php:602
5672
  #: templates/edit_table.inc.php:340
5673
  msgid "Filter in form"
5674
  msgstr "Filtrirajte v obliki"
5675
 
5676
- #: templates/admin/table-settings/table_settings_block.inc.php:609
5677
  msgid ""
5678
  "Enable to show the advanced column filter in a form above the table, instead "
5679
  "of showing in the table footer/header."
@@ -5681,30 +5799,30 @@ msgstr ""
5681
  "Omogoči prikaz naprednega filtra stolpcev v obliki nad tabelo, namesto da bi "
5682
  "se prikazoval v nogi / glavi tabele."
5683
 
5684
- #: templates/admin/table-settings/table_settings_block.inc.php:617
5685
  msgid "Show filters in a form above the table"
5686
  msgstr "Pokažite filtre v obliki nad tabelo"
5687
 
5688
- #: templates/admin/table-settings/table_settings_block.inc.php:625
5689
  msgid "Clear filters button"
5690
  msgstr "Gumb za brisanje filtrov"
5691
 
5692
- #: templates/admin/table-settings/table_settings_block.inc.php:632
5693
  #: templates/frontend/filter_form.inc.php:32
5694
  msgid "Clear filters"
5695
  msgstr "Počistite filtre"
5696
 
5697
- #: templates/admin/table-settings/table_settings_block.inc.php:636
5698
  msgid "Enable to show the clear filters button."
5699
  msgstr "Omogoči prikaz gumba za čisto filtre."
5700
 
5701
- #: templates/admin/table-settings/table_settings_block.inc.php:637
5702
  msgid ""
5703
  "If filter in form is enabled, clear button will be rendered after the last "
5704
  "filter."
5705
  msgstr "Če je filter v obliki omogočen, bo po zadnjem filtru upodobljen gumb."
5706
 
5707
- #: templates/admin/table-settings/table_settings_block.inc.php:642
5708
  msgid ""
5709
  "Otherwise, clear filter button will be rendered above the table next to "
5710
  "\"Table Tools\" buttons."
@@ -5712,37 +5830,37 @@ msgstr ""
5712
  "V nasprotnem primeru bo prozorni filter prikazan nad tabelo poleg gumbov "
5713
  "»Orodja tabele«."
5714
 
5715
- #: templates/admin/table-settings/table_settings_block.inc.php:654
5716
  msgid "Show clear filters button"
5717
  msgstr "Pokaži gumb za čiščenje filtrov"
5718
 
5719
- #: templates/admin/table-settings/table_settings_block.inc.php:674
5720
  msgid "Allow editing"
5721
  msgstr "Dovoli urejanje"
5722
 
5723
- #: templates/admin/table-settings/table_settings_block.inc.php:682
5724
  #: templates/edit_table.inc.php:180
5725
  msgid "Front-end editing"
5726
  msgstr "Sprednje urejanje"
5727
 
5728
- #: templates/admin/table-settings/table_settings_block.inc.php:689
5729
  msgid "Allow editing the table from the front-end."
5730
  msgstr "Dovoli urejanje tabele s sprednjega dela."
5731
 
5732
- #: templates/admin/table-settings/table_settings_block.inc.php:697
5733
  msgid "Allow front-end editing"
5734
  msgstr "Dovoli urejanje v sprednjem delu"
5735
 
5736
- #: templates/admin/table-settings/table_settings_block.inc.php:705
5737
  msgid "Popover edit block"
5738
  msgstr "Blok urejanja Popoverja"
5739
 
5740
- #: templates/admin/table-settings/table_settings_block.inc.php:713
5741
  #: templates/edit_table.inc.php:232
5742
  msgid "Popover tools"
5743
  msgstr "Popover orodja"
5744
 
5745
- #: templates/admin/table-settings/table_settings_block.inc.php:720
5746
  msgid ""
5747
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5748
  "popover when you click on any row, instead of Table Tools block above the "
@@ -5751,16 +5869,16 @@ msgstr ""
5751
  "Če je to omogočeno, se gumbi Novo, Uredi in Zbriši prikažejo popo, ko "
5752
  "kliknete katero koli vrstico, namesto bloka Orodja tabele nad tabelo."
5753
 
5754
- #: templates/admin/table-settings/table_settings_block.inc.php:728
5755
  msgid "Editing buttons in a popover"
5756
  msgstr "Urejanje gumbov v popoverju"
5757
 
5758
- #: templates/admin/table-settings/table_settings_block.inc.php:736
5759
- #: templates/admin/table-settings/table_settings_block.inc.php:744
5760
  msgid "In-line editing"
5761
  msgstr "Redno urejanje"
5762
 
5763
- #: templates/admin/table-settings/table_settings_block.inc.php:751
5764
  msgid ""
5765
  "If this is enabled, front-end users will be able to edit cells by double-"
5766
  "clicking them, not only with the editor dialog."
@@ -5768,30 +5886,30 @@ msgstr ""
5768
  "Če je to omogočeno, bodo sprednji uporabniki lahko urejali celice z "
5769
  "dvoklikom, ne samo v pogovornem oknu urejevalnika."
5770
 
5771
- #: templates/admin/table-settings/table_settings_block.inc.php:759
5772
  msgid "Allow in-line editing"
5773
  msgstr "Dovoli urejanje po liniji"
5774
 
5775
- #: templates/admin/table-settings/table_settings_block.inc.php:774
5776
  #: templates/edit_table.inc.php:192
5777
  msgid "MySQL table name for editing"
5778
  msgstr "Ime tabele MySQL za urejanje"
5779
 
5780
- #: templates/admin/table-settings/table_settings_block.inc.php:776
5781
  msgid ""
5782
  "Name of the MySQL table which will be updated when edited from front-end."
5783
  msgstr "Ime tabele MySQL, ki bo posodobljena, ko bo urejena od spredaj."
5784
 
5785
- #: templates/admin/table-settings/table_settings_block.inc.php:781
5786
  msgid "MySQL table name"
5787
  msgstr "Ime tabele MySQL"
5788
 
5789
- #: templates/admin/table-settings/table_settings_block.inc.php:790
5790
  #: templates/edit_table.inc.php:203
5791
  msgid "ID column for editing"
5792
  msgstr "ID stolpec za urejanje"
5793
 
5794
- #: templates/admin/table-settings/table_settings_block.inc.php:792
5795
  msgid ""
5796
  "Choose the column values from which will be used as row identifiers. MUST be "
5797
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
@@ -5804,12 +5922,12 @@ msgstr ""
5804
  "wpDataTables bo uganil pravilen stolpec, če se na strani MySQL imenuje \"id"
5805
  "\" ali \"ID\"."
5806
 
5807
- #: templates/admin/table-settings/table_settings_block.inc.php:806
5808
  #: templates/edit_table.inc.php:267
5809
  msgid "Editor roles"
5810
  msgstr "Vloge urednika"
5811
 
5812
- #: templates/admin/table-settings/table_settings_block.inc.php:808
5813
  msgid ""
5814
  "If you want only specific user roles to be able to edit the table, choose in "
5815
  "this dropdown. Leave unchecked to allow editing for everyone."
@@ -5817,39 +5935,39 @@ msgstr ""
5817
  "Če želite le urejati tabelo uporabnikov, izberite v tem spustnem meniju. "
5818
  "Pustite brez nadzora, da lahko omogočite urejanje vsem."
5819
 
5820
- #: templates/admin/table-settings/table_settings_block.inc.php:813
5821
  msgid "Everyone"
5822
  msgstr "Vsi"
5823
 
5824
- #: templates/admin/table-settings/table_settings_block.inc.php:814
5825
  msgid "Administrators"
5826
  msgstr ""
5827
 
5828
- #: templates/admin/table-settings/table_settings_block.inc.php:815
5829
  msgid "Editors"
5830
  msgstr ""
5831
 
5832
- #: templates/admin/table-settings/table_settings_block.inc.php:816
5833
  msgid "Authors"
5834
  msgstr ""
5835
 
5836
- #: templates/admin/table-settings/table_settings_block.inc.php:817
5837
  msgid "Contributors"
5838
  msgstr ""
5839
 
5840
- #: templates/admin/table-settings/table_settings_block.inc.php:818
5841
  msgid "Subscribers"
5842
  msgstr ""
5843
 
5844
- #: templates/admin/table-settings/table_settings_block.inc.php:833
5845
  msgid "Users see and edit only own data"
5846
  msgstr "Uporabniki vidijo in urejajo samo lastne podatke"
5847
 
5848
- #: templates/admin/table-settings/table_settings_block.inc.php:841
5849
  msgid "Users see and edit only their own data"
5850
  msgstr "Uporabniki vidijo in urejajo samo svoje podatke"
5851
 
5852
- #: templates/admin/table-settings/table_settings_block.inc.php:848
5853
  msgid ""
5854
  "If this is enabled, users will see and edit only the rows that are related "
5855
  "to them or were created by them (associated using the User ID column)."
@@ -5857,16 +5975,16 @@ msgstr ""
5857
  "Če je to omogočeno, bodo uporabniki videli in uredili samo tiste vrstice, ki "
5858
  "so z njimi povezane ali so jih ustvarile (povezane s stolpcem User ID)."
5859
 
5860
- #: templates/admin/table-settings/table_settings_block.inc.php:856
5861
  msgid "Limit editing to own data only"
5862
  msgstr "Omejite urejanje samo na lastne podatke"
5863
 
5864
- #: templates/admin/table-settings/table_settings_block.inc.php:864
5865
  #: templates/edit_table.inc.php:250
5866
  msgid "User ID column"
5867
  msgstr "Stolpec User ID"
5868
 
5869
- #: templates/admin/table-settings/table_settings_block.inc.php:866
5870
  msgid ""
5871
  "Choose the column values from which will be used as User identifiers. "
5872
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
@@ -5876,43 +5994,43 @@ msgstr ""
5876
  "uporabnikov. Navaja ID iz tabele uporabnikov WordPressa (wp_users), MORAJO "
5877
  "biti definirani kot celo število na strani MySQL."
5878
 
5879
- #: templates/admin/table-settings/table_settings_block.inc.php:899
5880
  #: templates/edit_table.inc.php:350
5881
  msgid "Table tools"
5882
  msgstr "Orodja za mize"
5883
 
5884
- #: templates/admin/table-settings/table_settings_block.inc.php:906
5885
  msgid ""
5886
  "If this is enabled, a toolbar with useful tools will be shown above the table"
5887
  msgstr ""
5888
  "Če je to omogočeno, se nad tabelo prikaže orodna vrstica s koristnimi orodji"
5889
 
5890
- #: templates/admin/table-settings/table_settings_block.inc.php:914
5891
  msgid "Enable Table Tools"
5892
  msgstr "Omogoči orodja za tabele"
5893
 
5894
- #: templates/admin/table-settings/table_settings_block.inc.php:922
5895
  msgid "Buttons"
5896
  msgstr "Gumbi"
5897
 
5898
- #: templates/admin/table-settings/table_settings_block.inc.php:924
5899
  msgid "Choose which buttons to show in the Table Tools block."
5900
  msgstr "Izberite, katere gumbe želite prikazati v bloku Orodja za tabele."
5901
 
5902
- #: templates/admin/table-settings/table_settings_block.inc.php:930
5903
  msgid "Columns visibility"
5904
  msgstr "Vidnost stolpcev"
5905
 
5906
- #: templates/admin/table-settings/table_settings_block.inc.php:952
5907
  msgid ""
5908
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5909
  "that will be replaced with some actual values at the execution time; usually "
5910
  "this is used for MySQL queries."
5911
  msgstr ""
5912
 
5913
- #: templates/admin/table-settings/table_settings_block.inc.php:964
5914
- #: templates/admin/table-settings/table_settings_block.inc.php:979
5915
- #: templates/admin/table-settings/table_settings_block.inc.php:994
5916
  msgid ""
5917
  "This placeholder will be replaced with any value that you will provide in a "
5918
  "shortcode. Provide a default value here that will be used for table "
@@ -5922,16 +6040,16 @@ msgstr ""
5922
  "v kratki kodi. Tu navedite privzeto vrednost, ki bo uporabljena za "
5923
  "ustvarjanje tabel in kadar drugačna ni definirana v kratki kodi."
5924
 
5925
- #: templates/admin/table-settings/table_settings_block.inc.php:984
5926
- #: templates/admin/table-settings/table_settings_block.inc.php:999
5927
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
5928
- #: templates/admin/table-settings/table_settings_block.inc.php:1039
5929
- #: templates/admin/table-settings/table_settings_block.inc.php:1056
5930
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
5931
  msgid "Default for table generation"
5932
  msgstr "Privzeto za ustvarjanje tabel"
5933
 
5934
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
5935
  msgid ""
5936
  "This placeholder will be replaced with the ID of currently logged in user. "
5937
  "Provide a value here to be used for table generation"
@@ -5939,7 +6057,7 @@ msgstr ""
5939
  "To rezervirano mesto bo nadomeščeno z ID-jem trenutno prijavljenega "
5940
  "uporabnika. Tu navedite vrednost, ki jo želite uporabiti za ustvarjanje tabel"
5941
 
5942
- #: templates/admin/table-settings/table_settings_block.inc.php:1031
5943
  msgid ""
5944
  "This placeholder will be replaced with the login of currently logged in "
5945
  "user. Provide a value here to be used for table generation"
@@ -5947,7 +6065,7 @@ msgstr ""
5947
  "To rezervirano mesto bo nadomeščeno z vpisom trenutno prijavljenega "
5948
  "uporabnika. Tu navedite vrednost, ki jo želite uporabiti za ustvarjanje tabel"
5949
 
5950
- #: templates/admin/table-settings/table_settings_block.inc.php:1049
5951
  msgid ""
5952
  "This placeholder will be replaced with the current prefix of WordPress "
5953
  "database. Provide a value here to be used for table generation"
@@ -5955,7 +6073,7 @@ msgstr ""
5955
  "To rezervirano mesto bo nadomeščeno s trenutno predpono baze podatkov "
5956
  "WordPress. Tu navedite vrednost, ki jo želite uporabiti za ustvarjanje tabel"
5957
 
5958
- #: templates/admin/table-settings/table_settings_block.inc.php:1072
5959
  msgid ""
5960
  "This placeholder will be replaced with the ID of current post. Provide a "
5961
  "value here to be used for table generation"
@@ -5979,7 +6097,7 @@ msgstr "Najboljši tabele in grafikoni WordPress vtičnik"
5979
  #: templates/admin/welcome_page/welcome_page.inc.php:54
5980
  msgid ""
5981
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
5982
- "with tables, charts and data management easy. 30,000+ companies."
5983
  msgstr ""
5984
 
5985
  #: templates/admin/welcome_page/welcome_page.inc.php:62
@@ -6996,6 +7114,30 @@ msgstr ""
6996
  msgid "There was a problem saving your settings"
6997
  msgstr ""
6998
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6999
  #, fuzzy
7000
  #~ msgid "tr"
7001
  #~ msgstr "tr"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2020-11-13 09:25+0100\n"
5
+ "PO-Revision-Date: 2020-11-13 09:25+0100\n"
6
  "Last-Translator: Bostjan Laba <bostjan@neolink.si>\n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: sl_SI\n"
110
  msgid "Go Premium"
111
  msgstr ""
112
 
113
+ #: controllers/wdt_admin.php:516 controllers/wdt_admin.php:565
114
+ #: controllers/wdt_admin.php:608 controllers/wdt_admin.php:629
115
+ #: controllers/wdt_admin.php:676 controllers/wdt_admin.php:702
116
+ #: controllers/wdt_admin.php:721 controllers/wdt_admin.php:741
117
+ #: controllers/wdt_admin.php:760 controllers/wdt_admin.php:780
118
+ #: controllers/wdt_admin.php:800 controllers/wdt_admin.php:820
119
+ #: controllers/wdt_admin.php:839
120
  msgid "You do not have sufficient permissions to access this page."
121
  msgstr "Nimate dovolj pravic za dostop do te strani."
122
 
123
+ #: controllers/wdt_functions.php:471
124
  msgid "wpDataChart with provided ID not found!"
125
  msgstr "wpDataChart z vnesenim ID-jem ni mogoče najti!"
126
 
127
+ #: controllers/wdt_functions.php:507 controllers/wdt_functions.php:588
128
  msgid "wpDataTable with provided ID not found!"
129
  msgstr "wpDataTable z navedenim ID-jem ni mogoče najti!"
130
 
131
+ #: controllers/wdt_functions.php:598
132
  msgid "Provided column is not Integer or Float column type"
133
  msgstr "Vneseni stolpec ni tipa Integer ali Float"
134
 
135
+ #: controllers/wdt_functions.php:815
136
  msgid "Choose a table"
137
  msgstr "Izberite tabelo"
138
 
139
+ #: controllers/wdt_functions.php:847
140
  msgid "Interactive Responsive Table"
141
  msgstr "Interaktivna odzivna tabela"
142
 
143
+ #: controllers/wdt_functions.php:848 controllers/wdt_functions.php:909
144
  msgid "Content"
145
  msgstr "Vsebina"
146
 
147
+ #: controllers/wdt_functions.php:854
148
  msgid "wpDataTable"
149
  msgstr "wpDataTable"
150
 
151
+ #: controllers/wdt_functions.php:858
152
  msgid "Choose the wpDataTable from a dropdown"
153
  msgstr "V spustnem meniju izberite wpDataTable"
154
 
155
+ #: controllers/wdt_functions.php:863
156
  msgid "Table view"
157
  msgstr "Pogled tabele"
158
 
159
+ #: controllers/wdt_functions.php:867
160
  msgid "Regular wpDataTable"
161
  msgstr "Redni wpDataTable"
162
 
163
+ #: controllers/wdt_functions.php:869
164
  msgid "Excel-like table"
165
  msgstr "Excelu podobna miza"
166
 
167
+ #: controllers/wdt_functions.php:875
168
  msgid "Variable placeholder #1"
169
  msgstr "Spremenljivo rezervirano mesto №1"
170
 
171
+ #: controllers/wdt_functions.php:878 controllers/wdt_functions.php:886
172
+ #: controllers/wdt_functions.php:894
173
  msgid "Variables"
174
  msgstr "Spremenljivke"
175
 
176
+ #: controllers/wdt_functions.php:879
177
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
178
  msgstr "Če ste uporabili držalo mesta VAR1, mu lahko tukaj dodelite vrednost"
179
 
180
+ #: controllers/wdt_functions.php:883
181
  msgid "Variable placeholder #2"
182
  msgstr "Spremenljivo rezervirano mesto №2"
183
 
184
+ #: controllers/wdt_functions.php:887
185
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
186
  msgstr "Če ste uporabili držalo mesta VAR2, mu lahko tukaj dodelite vrednost"
187
 
188
+ #: controllers/wdt_functions.php:891
189
  msgid "Variable placeholder #3"
190
  msgstr "Spremenljivo rezervirano mesto # 3"
191
 
192
+ #: controllers/wdt_functions.php:895
193
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
194
  msgstr "Če ste uporabili držalo mesta VAR3, mu lahko tukaj dodelite vrednost"
195
 
196
+ #: controllers/wdt_functions.php:908
197
  msgid "Google or Highcharts chart based on a wpDataTable"
198
  msgstr "Google ali Highcharts grafikon temelji na wpDataTable"
199
 
200
+ #: controllers/wdt_functions.php:915
201
  msgid "wpDataChart"
202
  msgstr "wpDataChart"
203
 
204
+ #: controllers/wdt_functions.php:919
205
  msgid "Choose one of wpDataCharts from the list"
206
  msgstr "Izberite enega od wpDataCharts s seznama"
207
 
223
  "kratka koda se bo vstavila samodejno. Lahko določite vrednosti za ograde in "
224
  "tudi za izvoz datoteke datoteke."
225
 
226
+ #: source/class.wdtbrowsechartstable.php:141
227
+ #: source/class.wdtbrowsetable.php:168
228
  #: templates/admin/chart_wizard/steps/step5.inc.php:12
229
  #: templates/admin/dashboard/dashboard.inc.php:153
230
  #: templates/admin/dashboard/dashboard.inc.php:222
231
  msgid "Click to copy shortcode"
232
  msgstr "Kliknite, če želite kopirati kratko kodo"
233
 
234
+ #: source/class.wdtbrowsechartstable.php:150
235
+ #: source/class.wdtbrowsetable.php:179
236
  #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
237
  #: templates/admin/browse/table/duplicate_modal.inc.php:64
238
  msgid "Duplicate"
239
  msgstr "Podvoji"
240
 
241
+ #: source/class.wdtbrowsechartstable.php:156
242
+ #: source/class.wdtbrowsetable.php:185
243
  #: templates/admin/dashboard/dashboard.inc.php:261
244
  msgid "Configure"
245
  msgstr "Nastavi"
246
 
247
+ #: source/class.wdtbrowsechartstable.php:162
248
+ #: source/class.wdtbrowsetable.php:192 source/class.wdttools.php:303
249
  #: templates/admin/browse/bulk_actions.inc.php:14
250
  #: templates/common/delete_modal.inc.php:42 templates/edit_table.inc.php:15
251
  msgid "Delete"
252
  msgstr "Izbriši"
253
 
254
+ #: source/class.wdtbrowsechartstable.php:217
255
+ #: source/class.wdtbrowsechartstable.php:226
256
  msgid "Column Chart"
257
  msgstr "Stolpna lestvica"
258
 
259
+ #: source/class.wdtbrowsechartstable.php:220
260
+ #: source/class.wdtbrowsechartstable.php:244
261
  msgid "Line Chart"
262
  msgstr "Vrstni grafikon"
263
 
264
+ #: source/class.wdtbrowsechartstable.php:223
265
+ #: source/class.wdtbrowsechartstable.php:247
266
  msgid "Pie Chart"
267
  msgstr "Tortni diagram"
268
 
269
+ #: source/class.wdtbrowsechartstable.php:229
270
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
271
  #: templates/chart_wizard.inc.php:91
272
  msgid "Histogram"
273
  msgstr "Histogram"
274
 
275
+ #: source/class.wdtbrowsechartstable.php:232
276
  msgid "Bar Chart"
277
  msgstr "Stolpični diagram"
278
 
279
+ #: source/class.wdtbrowsechartstable.php:235
280
  msgid "Stacked Bar Chart"
281
  msgstr "Zloženi črtni grafikon"
282
 
283
+ #: source/class.wdtbrowsechartstable.php:238
284
  msgid "Area Chart"
285
  msgstr "Območni grafikon"
286
 
287
+ #: source/class.wdtbrowsechartstable.php:241
288
  msgid "Stepped Area Chart"
289
  msgstr "Shema območja korakov"
290
 
291
+ #: source/class.wdtbrowsechartstable.php:250
292
  msgid "Bubble Chart"
293
  msgstr "Bubble Chart"
294
 
295
+ #: source/class.wdtbrowsechartstable.php:253
296
  msgid "Donut Chart"
297
  msgstr "Krofna karta"
298
 
299
+ #: source/class.wdtbrowsechartstable.php:256
300
  msgid "Gauge Chart"
301
  msgstr "Gauge Chart"
302
 
303
+ #: source/class.wdtbrowsechartstable.php:259
304
  msgid "Scatter Chart"
305
  msgstr "Scatter Chart"
306
 
307
+ #: source/class.wdtbrowsechartstable.php:262
308
  msgid "Candlestick Chart"
309
  msgstr "Lestvica s svečami"
310
 
311
+ #: source/class.wdtbrowsechartstable.php:265
312
  msgid "Waterfall Chart"
313
  msgstr "Shema slapov"
314
 
315
+ #: source/class.wdtbrowsechartstable.php:278
316
  msgid "Google"
317
  msgstr "Google"
318
 
319
+ #: source/class.wdtbrowsechartstable.php:345
320
+ #: source/class.wdtbrowsetable.php:298
321
  #: templates/admin/chart_wizard/steps/step3.inc.php:11
322
  #: templates/admin/chart_wizard/steps/step3.inc.php:32
323
  msgid "Select All"
324
  msgstr "Izberi vse"
325
 
326
+ #: source/class.wdtbrowsechartstable.php:398
327
  msgid "No wpDataCharts in the system yet."
328
  msgstr "V sistemu še ni wpDataCharts."
329
 
330
+ #: source/class.wdtbrowsetable.php:231
331
  msgid "MySQL"
332
  msgstr "MySQL"
333
 
334
+ #: source/class.wdtbrowsetable.php:234
335
  msgid "Manual"
336
  msgstr "Ročno"
337
 
338
+ #: source/class.wdtbrowsetable.php:237 source/class.wpdatatable.php:2198
339
+ #: source/class.wpdatatable.php:2268
340
+ #: templates/admin/table-settings/table_settings_block.inc.php:1031
341
  msgid "Excel"
342
  msgstr "Excel"
343
 
344
+ #: source/class.wdtbrowsetable.php:240 source/class.wpdatatable.php:2207
345
+ #: source/class.wpdatatable.php:2278
346
+ #: templates/admin/table-settings/table_settings_block.inc.php:1032
347
  msgid "CSV"
348
  msgstr "CSV"
349
 
350
+ #: source/class.wdtbrowsetable.php:243
351
  msgid "XML"
352
  msgstr "XML"
353
 
354
+ #: source/class.wdtbrowsetable.php:246
355
  msgid "JSON"
356
  msgstr "JSON"
357
 
358
+ #: source/class.wdtbrowsetable.php:249
359
  #: templates/admin/table-settings/table_settings_block.inc.php:111
360
  #: templates/edit_table.inc.php:91
361
  msgid "Serialized PHP array"
362
  msgstr "Serializirani niz PHP"
363
 
364
+ #: source/class.wdtbrowsetable.php:252 templates/edit_table.inc.php:88
365
  msgid "Google spreadsheet"
366
  msgstr "Google preglednica"
367
 
368
+ #: source/class.wdtbrowsetable.php:255
369
  msgid "Simple"
370
  msgstr ""
371
 
372
+ #: source/class.wdtbrowsetable.php:262
373
  msgid "Unknown"
374
  msgstr "Neznano"
375
 
376
+ #: source/class.wdtbrowsetable.php:373
377
  msgid "No wpDataTables in the system yet."
378
  msgstr "V sistemu še ni wpDataTables."
379
 
381
  msgid "There was an error trying to fetch the table data: "
382
  msgstr "Pri poskusu pridobivanja podatkov tabele je prišlo do napake:"
383
 
384
+ #: source/class.wdtconfigcontroller.php:477
385
  msgid "Table in data source has no rows."
386
  msgstr "Tabela v viru podatkov nima vrstic."
387
 
527
  msgid "Please select columns that you want to use in table"
528
  msgstr "Izberite stolpce, ki jih želite uporabiti v tabeli"
529
 
530
+ #: source/class.wdttools.php:299 source/class.wpdatatable.php:2216
531
+ #: source/class.wpdatatable.php:2288
532
+ #: templates/admin/table-settings/table_settings_block.inc.php:1033
533
  msgid "Copy"
534
  msgstr "Kopiraj"
535
 
1283
  msgid "You are mixing data types (several date axes and several number)"
1284
  msgstr "Mešate podatkovne vrste (več datumskih osi in več številk)"
1285
 
1286
+ #: source/class.wpdatatable.php:1877
1287
  msgid ""
1288
  "You are trying to load a table of an unknown type. Probably you did not "
1289
  "activate the addon which is required to use this table type."
1291
  "Poskušate naložiti tabelo neznanega tipa. Verjetno niste aktivirali dodatka, "
1292
  "ki je potreben za uporabo te vrste tabel."
1293
 
1294
+ #: source/class.wpdatatable.php:2116 source/class.wpdatatable.php:2119
1295
  #: templates/admin/chart_wizard/steps/step3.inc.php:86
1296
  #: templates/admin/table-settings/column_settings_panel.inc.php:554
1297
  #: templates/admin/table-settings/table_settings_block.inc.php:312
1299
  msgid "All"
1300
  msgstr "Vse"
1301
 
1302
+ #: source/class.wpdatatable.php:2177 source/class.wpdatatable.php:2246
1303
  #: templates/admin/table-settings/columns_list_modal.inc.php:12
1304
  msgid "Columns"
1305
  msgstr "Stolpci"
1306
 
1307
+ #: source/class.wpdatatable.php:2187 source/class.wpdatatable.php:2256
1308
+ #: templates/admin/table-settings/table_settings_block.inc.php:1030
1309
  msgid "Print"
1310
  msgstr "Tiskaj"
1311
 
1312
+ #: source/class.wpdatatable.php:2226 source/class.wpdatatable.php:2299
1313
+ #: templates/admin/table-settings/table_settings_block.inc.php:1034
1314
  msgid "PDF"
1315
  msgstr "PDF"
1316
 
1317
+ #: source/class.wpdatatable.php:2234
1318
  msgid "Export"
1319
  msgstr "Izvozi"
1320
 
1321
+ #: source/class.wpdatatable.php:2312
1322
  msgid "Search table"
1323
  msgstr "Tabela iskanja"
1324
 
1325
+ #: source/class.wpdatatable.php:2313
1326
  msgid "Showing _MENU_ Entries"
1327
  msgstr "Prikazovanje vnosov _MENU_"
1328
 
1341
  msgid "if you have some questions or problems with the plugin."
1342
  msgstr ""
1343
 
1344
+ #: templates/addons.inc.php:10 templates/admin/dashboard/dashboard.inc.php:494
1345
  msgid "wpDataTables Addons"
1346
  msgstr "wpDataTables Addons"
1347
 
1360
  "wpDataTables in razvijalcev tretjih oseb, zato bodite pozorni."
1361
 
1362
  #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:90
1363
+ #: templates/admin/dashboard/dashboard.inc.php:565
1364
  msgid "Report Builder"
1365
  msgstr "Graditelj poročil"
1366
 
1367
  #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:93
1368
+ #: templates/admin/dashboard/dashboard.inc.php:569
1369
  msgid ""
1370
  "A unique tool that allows you to generate almost any Word DOCX and Excel "
1371
  "XLSX documents filled in with actual data from your database."
1393
  msgstr "NOVO"
1394
 
1395
  #: templates/admin/addons/addons.inc.php:40
1396
+ #: templates/admin/dashboard/dashboard.inc.php:512
1397
  msgid "Master Detail Tables for wpDataTables"
1398
  msgstr "Glavne podrobne tabele za wpDataTables"
1399
 
1418
  msgstr "Preberi več"
1419
 
1420
  #: templates/admin/addons/addons.inc.php:67
1421
+ #: templates/admin/dashboard/dashboard.inc.php:539
1422
  msgid "Powerful Filters for wpDataTables"
1423
  msgstr "Zmogljivi filtri za wpDataTables"
1424
 
1433
  "tabele, preden uporabnik določi iskalne vrednosti."
1434
 
1435
  #: templates/admin/addons/addons.inc.php:120
1436
+ #: templates/admin/dashboard/dashboard.inc.php:592
1437
  msgid "Formidable Forms integration for wpDataTables"
1438
  msgstr "Zapletena oblika integracije za wpDataTables"
1439
 
1440
  #: templates/admin/addons/addons.inc.php:123
1441
+ #: templates/admin/dashboard/dashboard.inc.php:596
1442
  msgid ""
1443
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1444
  "create wpDataTables from Formidable Forms entries data."
1447
  "ustvarjanje wpDataTables iz podatkov vnosov v Formidable Forms."
1448
 
1449
  #: templates/admin/addons/addons.inc.php:143
1450
+ #: templates/admin/dashboard/dashboard.inc.php:618
1451
  msgid "Gravity Forms integration for wpDataTables"
1452
  msgstr "Gravity Forms integracija za wpDataTables"
1453
 
1454
  #: templates/admin/addons/addons.inc.php:146
1455
+ #: templates/admin/dashboard/dashboard.inc.php:622
1456
  msgid ""
1457
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1458
  "wpDataTables from Gravity Forms entries data."
2461
  #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2462
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:606
2463
  #: templates/admin/table-settings/table_preview_block.inc.php:81
2464
+ #: templates/admin/table-settings/table_settings_block.inc.php:1197
2465
  #: templates/admin/welcome_page/welcome_page.inc.php:228
2466
  msgid "View Documentation"
2467
  msgstr "Ogled dokumentacije"
2699
 
2700
  #: templates/admin/dashboard/dashboard.inc.php:340
2701
  msgid ""
2702
+ "A major update with a couple of new features, bug fixes and stability "
2703
  "improvements:"
2704
  msgstr ""
2705
 
2706
  #: templates/admin/dashboard/dashboard.inc.php:345
2707
  msgid ""
2708
+ "<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for "
2709
+ "tables and charts."
2710
  msgstr ""
2711
 
2712
  #: templates/admin/dashboard/dashboard.inc.php:346
2713
+ msgid "<strong>Feature:</strong> New option to hide pagination for each table."
2714
  msgstr ""
2715
 
2716
  #: templates/admin/dashboard/dashboard.inc.php:347
2717
+ msgid ""
2718
+ "<strong>Feature:</strong> New option to set pagination position for each "
2719
+ "table.(Right, center and left)"
2720
  msgstr ""
2721
 
2722
  #: templates/admin/dashboard/dashboard.inc.php:348
2723
+ msgid ""
2724
+ "<strong>Feature:</strong> New option to set pagination layout for each table."
2725
+ "(Six different layouts)"
2726
  msgstr ""
2727
 
2728
  #: templates/admin/dashboard/dashboard.inc.php:349
2729
+ msgid ""
2730
+ "<strong>Feature:</strong> New option to set tables sorting order on browse "
2731
+ "pages."
2732
+ msgstr ""
2733
+
2734
+ #: templates/admin/dashboard/dashboard.inc.php:350
2735
+ msgid "<strong>BugFix:</strong> Fixed issue for reset options Remove borders."
2736
+ msgstr ""
2737
+
2738
+ #: templates/admin/dashboard/dashboard.inc.php:351
2739
+ msgid ""
2740
+ "<strong>BugFix:</strong> Fixed issue with showing tables in Internet "
2741
+ "Explorer browser."
2742
+ msgstr ""
2743
+
2744
+ #: templates/admin/dashboard/dashboard.inc.php:352
2745
+ msgid ""
2746
+ "<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin "
2747
+ "pages"
2748
+ msgstr ""
2749
+
2750
+ #: templates/admin/dashboard/dashboard.inc.php:353
2751
+ msgid "<strong>BugFix:</strong> Correct folder name for Slovenian language."
2752
+ msgstr ""
2753
+
2754
+ #: templates/admin/dashboard/dashboard.inc.php:354
2755
+ msgid ""
2756
+ "<strong>BugFix:</strong> Fixed issue with removing message modals in admin "
2757
+ "area"
2758
+ msgstr ""
2759
+
2760
+ #: templates/admin/dashboard/dashboard.inc.php:355
2761
+ msgid ""
2762
+ "<strong>BugFix:</strong> Fixed issue for simple tables with random sorting."
2763
+ msgstr ""
2764
+
2765
+ #: templates/admin/dashboard/dashboard.inc.php:356
2766
  msgid "Other small bug fixes and stability improvements."
2767
  msgstr ""
2768
 
2769
+ #: templates/admin/dashboard/dashboard.inc.php:368
2770
  msgid "Go Premium!"
2771
  msgstr ""
2772
 
2773
+ #: templates/admin/dashboard/dashboard.inc.php:374
2774
  msgid "View Comparison"
2775
  msgstr ""
2776
 
2777
+ #: templates/admin/dashboard/dashboard.inc.php:382
2778
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
2779
  msgid ""
2780
  "Get the most out of wpDataTables by upgrading to Premium and unlocking all "
2781
  "of the powerful features."
2782
  msgstr ""
2783
 
2784
+ #: templates/admin/dashboard/dashboard.inc.php:386
2785
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:255
2786
  msgid "Create a table manually"
2787
  msgstr "Ročno ustvarite tabelo"
2788
 
2789
+ #: templates/admin/dashboard/dashboard.inc.php:389
2790
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:267
2791
  msgid "Creating tables from Google Spreadsheet"
2792
  msgstr "Ustvarjanje tabel iz Google Spreadsheet-a"
2793
 
2794
+ #: templates/admin/dashboard/dashboard.inc.php:392
2795
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
2796
  msgid "Creating MySQL-based tables from database"
2797
  msgstr "Ustvarjanje tabel, ki temeljijo na MySQL, iz baze podatkov"
2798
 
2799
+ #: templates/admin/dashboard/dashboard.inc.php:395
2800
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:291
2801
  msgid "Creating MySQL-based tables from Wordpress post types"
2802
  msgstr "Ustvarjanje tabel, ki temeljijo na MySQL, iz vrst objav Wordpress"
2803
 
2804
+ #: templates/admin/dashboard/dashboard.inc.php:398
2805
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:327
2806
  #: templates/edit_table.inc.php:329
2807
  msgid "Advanced filtering"
2808
  msgstr "Napredno filtriranje"
2809
 
2810
+ #: templates/admin/dashboard/dashboard.inc.php:401
2811
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:303
2812
  #: templates/admin/table-settings/table_settings_block.inc.php:144
2813
  #: templates/edit_table.inc.php:282
2814
  msgid "Server-side processing"
2815
  msgstr "Obdelava na strani strežnika"
2816
 
2817
+ #: templates/admin/dashboard/dashboard.inc.php:404
2818
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:315
2819
  msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
2820
  msgstr ""
2821
 
2822
+ #: templates/admin/dashboard/dashboard.inc.php:407
2823
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:339
2824
  msgid "Front-end table editing"
2825
  msgstr "Urejanje mize v sprednjem delu"
2826
 
2827
+ #: templates/admin/dashboard/dashboard.inc.php:410
2828
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:351
2829
  msgid "Excel-like editing"
2830
  msgstr "Urejanje v Excelu"
2831
 
2832
+ #: templates/admin/dashboard/dashboard.inc.php:413
2833
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:363
2834
  msgid "Creating charts with Highcharts"
2835
  msgstr "Ustvarjanje grafikonov z Highchartsi"
2836
 
2837
+ #: templates/admin/dashboard/dashboard.inc.php:416
2838
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:375
2839
  msgid "Creating charts with Chart.js"
2840
  msgstr "Ustvarjanje grafikonov s Chart.js"
2841
 
2842
+ #: templates/admin/dashboard/dashboard.inc.php:419
2843
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:387
2844
  #: templates/admin/table-settings/simple_table_settings_block.inc.php:68
2845
  #: templates/edit_table.inc.php:301
2846
  msgid "Responsive"
2847
  msgstr "Odziven"
2848
 
2849
+ #: templates/admin/dashboard/dashboard.inc.php:422
2850
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:399
2851
  #: templates/admin/table-settings/column_settings_panel.inc.php:60
2852
  #: templates/edit_table.inc.php:750
2853
  msgid "Conditional formatting"
2854
  msgstr "Pogojno oblikovanje"
2855
 
2856
+ #: templates/admin/dashboard/dashboard.inc.php:425
2857
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:411
2858
  msgid "Calculating Tools"
2859
  msgstr "Orodja za izračun"
2860
 
2861
+ #: templates/admin/dashboard/dashboard.inc.php:428
2862
  msgid "Formula columns"
2863
  msgstr ""
2864
 
2865
+ #: templates/admin/dashboard/dashboard.inc.php:431
2866
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:423
2867
  #: templates/admin/table-settings/table_settings_block.inc.php:79
2868
  msgid "Placeholders"
2869
  msgstr "Imetniki mest"
2870
 
2871
+ #: templates/admin/dashboard/dashboard.inc.php:434
2872
  msgid "Premium support"
2873
  msgstr ""
2874
 
2875
+ #: templates/admin/dashboard/dashboard.inc.php:438
2876
  msgid "Get Premium Today"
2877
  msgstr ""
2878
 
2879
+ #: templates/admin/dashboard/dashboard.inc.php:445
2880
  msgid "News Blog"
2881
  msgstr "Blog novic"
2882
 
2883
+ #: templates/admin/dashboard/dashboard.inc.php:450
2884
  msgid "Checkout useful articles from wpdatatables.com"
2885
  msgstr "Oglejte si uporabne članke s spletnega mesta wpdatatables.com"
2886
 
2887
+ #: templates/admin/dashboard/dashboard.inc.php:477
2888
  msgid ""
2889
  "Never miss notifications about new cool features, promotions,\n"
2890
  " giveaways or freebies – subscribe to our "
2897
  " približno 1 sporočilo na mesec in nikoli "
2898
  "neželeno!"
2899
 
2900
+ #: templates/admin/dashboard/dashboard.inc.php:495
2901
  msgid "Premium "
2902
  msgstr ""
2903
 
2904
+ #: templates/admin/dashboard/dashboard.inc.php:498
2905
  msgid ""
2906
  "While wpDataTables itself provides quite a large amount of features and "
2907
  "unlimited customisation, flexibility, you can achieve even more with our "
2908
  "premium addons.(requires wpDataTables Premium version)"
2909
  msgstr ""
2910
 
2911
+ #: templates/admin/dashboard/dashboard.inc.php:516
2912
  msgid ""
2913
  "A wpDataTables addon which allows showing additional details for a specific "
2914
  "row in a popup or a separate page or post."
2916
  "Dodatek wpDataTables, ki omogoča prikazovanje dodatnih podrobnosti za "
2917
  "določeno vrstico v pojavnem oknu ali na ločeni strani ali objavi."
2918
 
2919
+ #: templates/admin/dashboard/dashboard.inc.php:522
2920
+ #: templates/admin/dashboard/dashboard.inc.php:549
2921
+ #: templates/admin/dashboard/dashboard.inc.php:575
2922
+ #: templates/admin/dashboard/dashboard.inc.php:602
2923
+ #: templates/admin/dashboard/dashboard.inc.php:628
2924
+ #: templates/admin/dashboard/dashboard.inc.php:661
2925
  msgid "Learn More"
2926
  msgstr "Preberi več"
2927
 
2928
+ #: templates/admin/dashboard/dashboard.inc.php:543
2929
  msgid ""
2930
  "An add-on for wpDataTables that provides powerful filtering features: "
2931
  "cascade filtering, applying filters on button click, hide table before "
2935
  "filtriranje, nanašanje filtrov na klik gumba, skrivanje tabele pred "
2936
  "filtriranjem."
2937
 
2938
+ #: templates/admin/dashboard/dashboard.inc.php:639
2939
  msgid "Need free booking plugin?"
2940
  msgstr ""
2941
 
2942
+ #: templates/admin/dashboard/dashboard.inc.php:648
2943
  msgid "Appointments and Events WordPress Booking Plugin"
2944
  msgstr "Sestanki in dogodki WordPress Vtičnik za rezervacijo"
2945
 
2946
+ #: templates/admin/dashboard/dashboard.inc.php:651
2947
  msgid ""
2948
  "Amelia Lite is a free appointment booking WordPress plugin that allows to "
2949
  "set up a fully-featured automated booking system on your WordPress website "
2954
  "each month."
2955
  msgstr ""
2956
 
2957
+ #: templates/admin/dashboard/dashboard.inc.php:654
2958
  msgid "Rating: 4.3 - ‎68 reviews"
2959
  msgstr ""
2960
 
2961
+ #: templates/admin/dashboard/dashboard.inc.php:657
2962
  msgid "Free Download"
2963
  msgstr ""
2964
 
2965
+ #: templates/admin/dashboard/dashboard.inc.php:672
2966
  #: templates/admin/getting-started/getting_started.inc.php:184
2967
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:465
2968
  #: templates/admin/support/support.inc.php:78
2971
  msgid "Made by"
2972
  msgstr "Narejeno v"
2973
 
2974
+ #: templates/admin/dashboard/dashboard.inc.php:680
2975
  #: templates/admin/getting-started/getting_started.inc.php:192
2976
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:473
2977
  #: templates/admin/support/support.inc.php:45
2982
  msgid "Documentation"
2983
  msgstr "Dokumentacija"
2984
 
2985
+ #: templates/admin/dashboard/dashboard.inc.php:684
2986
  #: templates/admin/getting-started/getting_started.inc.php:196
2987
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:477
2988
  #: templates/admin/support/support.inc.php:24
3180
 
3181
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
3182
  #: templates/admin/table-settings/column_settings_panel.inc.php:47
3183
+ #: templates/admin/table-settings/table_settings_block.inc.php:626
3184
+ #: templates/admin/table-settings/table_settings_block.inc.php:634
3185
  msgid "Sorting"
3186
  msgstr "Razvrščanje"
3187
 
3188
  #: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
3189
  #: templates/admin/settings/tabs/color_and_font_settings.php:653
3190
+ #: templates/admin/table-settings/table_settings_block.inc.php:489
3191
+ #: templates/admin/table-settings/table_settings_block.inc.php:497
3192
  msgid "Pagination"
3193
  msgstr "Paginiranje (zaznamovanje strani)"
3194
 
3729
  msgid "Pick the CSV delimiter"
3730
  msgstr "Izberite ločilo CSV"
3731
 
3732
+ #: templates/admin/settings/tabs/main_plugin_settings.php:208
3733
+ msgid "Tables sorting direction in admin page"
3734
+ msgstr ""
3735
+
3736
+ #: templates/admin/settings/tabs/main_plugin_settings.php:210
3737
+ msgid ""
3738
+ "Here you can set sorting direction by id for browse tables and charts. By "
3739
+ "default is ascending order."
3740
+ msgstr ""
3741
+
3742
+ #: templates/admin/settings/tabs/main_plugin_settings.php:216
3743
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
3744
+ #: templates/edit_table.inc.php:663
3745
+ msgid "Ascending"
3746
+ msgstr "Naraščajoče"
3747
+
3748
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3749
+ #: templates/admin/table-settings/column_settings_panel.inc.php:768
3750
+ #: templates/edit_table.inc.php:665
3751
+ msgid "Descending"
3752
+ msgstr "Padajoče"
3753
+
3754
+ #: templates/admin/settings/tabs/main_plugin_settings.php:228
3755
  #: templates/settings.inc.php:171
3756
  msgid "Tablet width"
3757
  msgstr "Širina tabličnega računalnika"
3758
 
3759
+ #: templates/admin/settings/tabs/main_plugin_settings.php:230
3760
  #: templates/settings.inc.php:175
3761
  msgid ""
3762
  "Here you can specify width of the screen (in pixels) that will be treated as "
3765
  "Tu lahko določite širino zaslona (v slikovnih pikah), ki bo obravnavana kot "
3766
  "tablica. Lahko ga nastavite širše, če želite odziven učinek na namizjih."
3767
 
3768
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3769
  #: templates/settings.inc.php:181
3770
  msgid "Mobile width"
3771
  msgstr "Mobilna širina"
3772
 
3773
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3774
  msgid "Here you can specify width (in pixels) will be treated as a mobile.."
3775
  msgstr ""
3776
  "Tu lahko določite širino (v slikovnih pikah), ki bo obravnavana kot mobilna."
3777
 
3778
+ #: templates/admin/settings/tabs/main_plugin_settings.php:281
3779
  #: templates/settings.inc.php:61
3780
  msgid "Tables per admin page"
3781
  msgstr "Tabele na skrbniško stran"
3782
 
3783
+ #: templates/admin/settings/tabs/main_plugin_settings.php:283
3784
  msgid "How many tables to show in the browse page."
3785
  msgstr "Koliko tabel za prikaz na strani za brskanje."
3786
 
3787
+ #: templates/admin/settings/tabs/main_plugin_settings.php:299
3788
  msgid "Align numbers"
3789
  msgstr "Poravnajte številke"
3790
 
3791
+ #: templates/admin/settings/tabs/main_plugin_settings.php:301
3792
  msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
3793
  msgstr ""
3794
 
3795
+ #: templates/admin/settings/tabs/main_plugin_settings.php:305
3796
  #: templates/settings.inc.php:161
3797
  msgid "Align numbers to the right"
3798
  msgstr "Poravnajte številke na desni"
3799
 
3800
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
3801
  msgid "Sum functions label"
3802
  msgstr "Oznaka funkcij seštevanja"
3803
 
3804
+ #: templates/admin/settings/tabs/main_plugin_settings.php:317
3805
  msgid ""
3806
  "Enter a label that will be used for Sum functions. If you leave it blank "
3807
  "default label will be Σ ="
3809
  "Vnesite oznako, ki bo uporabljena za funkcije vsote. Če ga pustite prazno, "
3810
  "bo privzeta oznaka Σ ="
3811
 
3812
+ #: templates/admin/settings/tabs/main_plugin_settings.php:335
3813
  msgid "Average functions label"
3814
  msgstr "Oznaka povprečnih funkcij"
3815
 
3816
+ #: templates/admin/settings/tabs/main_plugin_settings.php:337
3817
  msgid ""
3818
  "Enter a label that will be used for Average functions. If you leave it blank "
3819
  "default label will be Avg ="
3821
  "Vnesite oznako, ki bo uporabljena za funkcije povprečja. Če ga pustite "
3822
  "prazno, bo privzeta oznaka Avg ="
3823
 
3824
+ #: templates/admin/settings/tabs/main_plugin_settings.php:360
3825
  msgid "Minimum functions label"
3826
  msgstr "Oznaka minimalnih funkcij"
3827
 
3828
+ #: templates/admin/settings/tabs/main_plugin_settings.php:362
3829
  msgid ""
3830
  "Enter a label that will be used for Minimum functions. If you leave it blank "
3831
  "default label will be Min ="
3833
  "Vnesite oznako, ki bo uporabljena za Minimalne funkcije. Če pustite prazno, "
3834
  "bo privzeta oznaka Min ="
3835
 
3836
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
3837
  msgid "Maximum functions label"
3838
  msgstr "Oznaka največjih funkcij"
3839
 
3840
+ #: templates/admin/settings/tabs/main_plugin_settings.php:382
3841
  msgid ""
3842
  "Enter a label that will be used for Maximum functions. If you leave it blank "
3843
  "default label will be Max ="
3845
  "Vnesite oznako, ki bo uporabljena za funkcije največ. Če ga pustite prazno, "
3846
  "bo privzeta oznaka Max ="
3847
 
3848
+ #: templates/admin/settings/tabs/main_plugin_settings.php:408
3849
  msgid "Include full bootstrap front-end"
3850
  msgstr "Vključite sprednji del prtljažnika"
3851
 
3852
+ #: templates/admin/settings/tabs/main_plugin_settings.php:410
3853
+ #: templates/admin/settings/tabs/main_plugin_settings.php:421
3854
  msgid ""
3855
  "It is recommended to uncheck this option if bootstrap.js is already included "
3856
  "in one of the theme files. Unchecked option means that there is still "
3861
  "vključen bootstrap.js samo v načinu brezkonflikta, kar bi moralo preprečiti "
3862
  "napake."
3863
 
3864
+ #: templates/admin/settings/tabs/main_plugin_settings.php:414
3865
  msgid "Include full bootstrap.js on the front-end"
3866
  msgstr "Na sprednji strani vključite celoten bootstrap.js"
3867
 
3868
+ #: templates/admin/settings/tabs/main_plugin_settings.php:419
3869
  msgid "Include full bootstrap back-end"
3870
  msgstr "Vključite popolno začetno vrv"
3871
 
3872
+ #: templates/admin/settings/tabs/main_plugin_settings.php:425
3873
  msgid "Include full bootstrap.js on the back-end"
3874
  msgstr "Na zadnji strani vključite celoten bootstrap.js"
3875
 
3876
+ #: templates/admin/settings/tabs/main_plugin_settings.php:433
3877
+ #: templates/admin/settings/tabs/main_plugin_settings.php:439
3878
  #: templates/settings.inc.php:32
3879
  msgid "Show plugin credentials below tables"
3880
  msgstr ""
3881
 
3882
+ #: templates/admin/settings/tabs/main_plugin_settings.php:435
3883
  #: templates/settings.inc.php:32
3884
  msgid ""
3885
  "If you want to support our project, please, keep this checkbox as checked"
3886
  msgstr ""
3887
 
3888
+ #: templates/admin/settings/tabs/main_plugin_settings.php:444
3889
  msgid "Prevent deleting tables in database"
3890
  msgstr "Prepreči brisanje tabel v bazi podatkov"
3891
 
3892
+ #: templates/admin/settings/tabs/main_plugin_settings.php:446
3893
  msgid ""
3894
  "It is recommended to leave this option as checked if you what to keep your "
3895
  "tables in database after deleting plugin from Plugins page. If you uncheck "
3896
  "this option, it will be deleted all tables in database after deleting plugin"
3897
  msgstr ""
3898
 
3899
+ #: templates/admin/settings/tabs/main_plugin_settings.php:450
3900
  msgid ""
3901
  "Prevent deleting tables in database after deleting plugin from Plugins page"
3902
  msgstr ""
3903
  "Preprečite brisanje tabel v bazi podatkov po brisanju vtičnika s strani "
3904
  "Vtičniki"
3905
 
3906
+ #: templates/admin/settings/tabs/main_plugin_settings.php:457
3907
  msgid "Remove Getting Started page"
3908
  msgstr "Odstranite stran z začetkom"
3909
 
3910
+ #: templates/admin/settings/tabs/main_plugin_settings.php:459
3911
  msgid ""
3912
  "Check this option if you want to remove Getting Started page from admin menu."
3913
  msgstr ""
3914
  "Označite to možnost, če želite stran z začetkom dela odstraniti iz "
3915
  "skrbniškega menija."
3916
 
3917
+ #: templates/admin/settings/tabs/main_plugin_settings.php:463
3918
  msgid "Remove \"Getting Started\" page from admin menu."
3919
  msgstr "Odstranite stran \"Uvod\" iz menija skrbnika."
3920
 
4713
  msgid "Choose whether to sort ascending or descending by default."
4714
  msgstr "Izberite, ali želite privzeto razvrstiti naraščajoče ali padajoče."
4715
 
 
 
 
 
 
 
 
 
 
 
4716
  #: templates/admin/table-settings/column_settings_panel.inc.php:793
4717
  msgid "Add a filter for this column"
4718
  msgstr "Dodajte filter za ta stolpec"
5460
  msgstr "Razvrščanje in filtriranje"
5461
 
5462
  #: templates/admin/table-settings/table_settings_block.inc.php:75
5463
+ #: templates/admin/table-settings/table_settings_block.inc.php:990
5464
  msgid "Table Tools"
5465
  msgstr "Orodja za tabele"
5466
 
5666
  "To je treba vklopiti, če želite ročno nastaviti širino stolpcev. "
5667
  "Uporabljajte zavijanje besed."
5668
 
5669
+ #: templates/admin/table-settings/table_settings_block.inc.php:501
5670
+ msgid "Enable to show a pagination"
5671
+ msgstr ""
5672
+
5673
+ #: templates/admin/table-settings/table_settings_block.inc.php:509
5674
+ msgid "Show pagination block below the table"
5675
+ msgstr ""
5676
+
5677
+ #: templates/admin/table-settings/table_settings_block.inc.php:517
5678
+ #: templates/admin/table-settings/table_settings_block.inc.php:525
5679
+ msgid "Pagination Alignment"
5680
+ msgstr ""
5681
+
5682
+ #: templates/admin/table-settings/table_settings_block.inc.php:529
5683
+ msgid "Here you can set pagination position: right, center or left."
5684
+ msgstr ""
5685
+
5686
+ #: templates/admin/table-settings/table_settings_block.inc.php:537
5687
+ msgid "Right"
5688
+ msgstr ""
5689
+
5690
+ #: templates/admin/table-settings/table_settings_block.inc.php:538
5691
+ msgid "Center"
5692
+ msgstr ""
5693
+
5694
+ #: templates/admin/table-settings/table_settings_block.inc.php:539
5695
+ msgid "Left"
5696
+ msgstr ""
5697
+
5698
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
5699
+ #: templates/admin/table-settings/table_settings_block.inc.php:556
5700
+ msgid "Pagination Layout"
5701
+ msgstr ""
5702
+
5703
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
5704
+ msgid "Here you can choose between different pagination layout."
5705
+ msgstr ""
5706
+
5707
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
5708
+ msgid ""
5709
+ "\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
5710
+ msgstr ""
5711
+
5712
+ #: templates/admin/table-settings/table_settings_block.inc.php:569
5713
+ msgid "\"Previous\" and \"Next\" buttons only"
5714
+ msgstr ""
5715
+
5716
+ #: templates/admin/table-settings/table_settings_block.inc.php:570
5717
+ msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
5718
+ msgstr ""
5719
+
5720
+ #: templates/admin/table-settings/table_settings_block.inc.php:571
5721
+ msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
5722
+ msgstr ""
5723
+
5724
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
5725
+ msgid "Page number buttons only"
5726
+ msgstr ""
5727
+
5728
+ #: templates/admin/table-settings/table_settings_block.inc.php:573
5729
+ msgid "\"First\" and \"Last\" buttons, plus page numbers"
5730
+ msgstr ""
5731
+
5732
+ #: templates/admin/table-settings/table_settings_block.inc.php:595
5733
  msgid "Advanced column filters"
5734
  msgstr "Napredni filtri stolpcev"
5735
 
5736
+ #: templates/admin/table-settings/table_settings_block.inc.php:603
5737
  msgid "Advanced filter"
5738
  msgstr "Napredni filter"
5739
 
5740
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
5741
  msgid ""
5742
  "Enable to show an advanced filter for each of the columns, filters can be "
5743
  "shown in table footer, header or in a separate form."
5745
  "Omogoči prikazovanje naprednega filtra za vsak stolpec, filtri so lahko "
5746
  "prikazani v nogi tabele, glavi tabele ali v ločenem obrazcu."
5747
 
5748
+ #: templates/admin/table-settings/table_settings_block.inc.php:618
5749
  msgid "Enable advanced column filters"
5750
  msgstr "Omogoči napredne filtre stolpcev"
5751
 
5752
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
5753
  msgid ""
5754
  "If this is enabled, each column header will be clickable; clicking will sort "
5755
  "the whole table by the content of this column cells ascending or descending."
5758
  "razvrstili celotno tabelo po vsebini celic tega stolpca, ki se povečujejo "
5759
  "ali padajoče."
5760
 
5761
+ #: templates/admin/table-settings/table_settings_block.inc.php:649
5762
  msgid "Allow sorting for the table"
5763
  msgstr "Dovoli razvrščanje za mizo"
5764
 
5765
+ #: templates/admin/table-settings/table_settings_block.inc.php:657
5766
  msgid "Main search block"
5767
  msgstr "Glavni iskalni blok"
5768
 
5769
+ #: templates/admin/table-settings/table_settings_block.inc.php:665
5770
  msgid "Global search"
5771
  msgstr "Globalno iskanje"
5772
 
5773
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
5774
  msgid ""
5775
  "If this is enabled, a search block will be displayed on the top right of the "
5776
  "table, allowing to search through whole table with a single input."
5778
  "Če je to omogočeno, se v zgornjem desnem kotu tabele prikaže iskalni blok, "
5779
  "ki omogoča iskanje po celotni tabeli z enim vhodom."
5780
 
5781
+ #: templates/admin/table-settings/table_settings_block.inc.php:680
5782
  msgid "Enable search block"
5783
  msgstr "Omogoči iskalni blok"
5784
 
5785
+ #: templates/admin/table-settings/table_settings_block.inc.php:694
5786
  msgid "Filters in a form"
5787
  msgstr "Filtrira v obliki"
5788
 
5789
+ #: templates/admin/table-settings/table_settings_block.inc.php:701
5790
  #: templates/edit_table.inc.php:340
5791
  msgid "Filter in form"
5792
  msgstr "Filtrirajte v obliki"
5793
 
5794
+ #: templates/admin/table-settings/table_settings_block.inc.php:708
5795
  msgid ""
5796
  "Enable to show the advanced column filter in a form above the table, instead "
5797
  "of showing in the table footer/header."
5799
  "Omogoči prikaz naprednega filtra stolpcev v obliki nad tabelo, namesto da bi "
5800
  "se prikazoval v nogi / glavi tabele."
5801
 
5802
+ #: templates/admin/table-settings/table_settings_block.inc.php:716
5803
  msgid "Show filters in a form above the table"
5804
  msgstr "Pokažite filtre v obliki nad tabelo"
5805
 
5806
+ #: templates/admin/table-settings/table_settings_block.inc.php:724
5807
  msgid "Clear filters button"
5808
  msgstr "Gumb za brisanje filtrov"
5809
 
5810
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
5811
  #: templates/frontend/filter_form.inc.php:32
5812
  msgid "Clear filters"
5813
  msgstr "Počistite filtre"
5814
 
5815
+ #: templates/admin/table-settings/table_settings_block.inc.php:735
5816
  msgid "Enable to show the clear filters button."
5817
  msgstr "Omogoči prikaz gumba za čisto filtre."
5818
 
5819
+ #: templates/admin/table-settings/table_settings_block.inc.php:736
5820
  msgid ""
5821
  "If filter in form is enabled, clear button will be rendered after the last "
5822
  "filter."
5823
  msgstr "Če je filter v obliki omogočen, bo po zadnjem filtru upodobljen gumb."
5824
 
5825
+ #: templates/admin/table-settings/table_settings_block.inc.php:741
5826
  msgid ""
5827
  "Otherwise, clear filter button will be rendered above the table next to "
5828
  "\"Table Tools\" buttons."
5830
  "V nasprotnem primeru bo prozorni filter prikazan nad tabelo poleg gumbov "
5831
  "»Orodja tabele«."
5832
 
5833
+ #: templates/admin/table-settings/table_settings_block.inc.php:753
5834
  msgid "Show clear filters button"
5835
  msgstr "Pokaži gumb za čiščenje filtrov"
5836
 
5837
+ #: templates/admin/table-settings/table_settings_block.inc.php:773
5838
  msgid "Allow editing"
5839
  msgstr "Dovoli urejanje"
5840
 
5841
+ #: templates/admin/table-settings/table_settings_block.inc.php:781
5842
  #: templates/edit_table.inc.php:180
5843
  msgid "Front-end editing"
5844
  msgstr "Sprednje urejanje"
5845
 
5846
+ #: templates/admin/table-settings/table_settings_block.inc.php:788
5847
  msgid "Allow editing the table from the front-end."
5848
  msgstr "Dovoli urejanje tabele s sprednjega dela."
5849
 
5850
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
5851
  msgid "Allow front-end editing"
5852
  msgstr "Dovoli urejanje v sprednjem delu"
5853
 
5854
+ #: templates/admin/table-settings/table_settings_block.inc.php:804
5855
  msgid "Popover edit block"
5856
  msgstr "Blok urejanja Popoverja"
5857
 
5858
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
5859
  #: templates/edit_table.inc.php:232
5860
  msgid "Popover tools"
5861
  msgstr "Popover orodja"
5862
 
5863
+ #: templates/admin/table-settings/table_settings_block.inc.php:819
5864
  msgid ""
5865
  "If this is enabled, the New, Edit and Delete buttons will appear in a "
5866
  "popover when you click on any row, instead of Table Tools block above the "
5869
  "Če je to omogočeno, se gumbi Novo, Uredi in Zbriši prikažejo popo, ko "
5870
  "kliknete katero koli vrstico, namesto bloka Orodja tabele nad tabelo."
5871
 
5872
+ #: templates/admin/table-settings/table_settings_block.inc.php:827
5873
  msgid "Editing buttons in a popover"
5874
  msgstr "Urejanje gumbov v popoverju"
5875
 
5876
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
5877
+ #: templates/admin/table-settings/table_settings_block.inc.php:843
5878
  msgid "In-line editing"
5879
  msgstr "Redno urejanje"
5880
 
5881
+ #: templates/admin/table-settings/table_settings_block.inc.php:850
5882
  msgid ""
5883
  "If this is enabled, front-end users will be able to edit cells by double-"
5884
  "clicking them, not only with the editor dialog."
5886
  "Če je to omogočeno, bodo sprednji uporabniki lahko urejali celice z "
5887
  "dvoklikom, ne samo v pogovornem oknu urejevalnika."
5888
 
5889
+ #: templates/admin/table-settings/table_settings_block.inc.php:858
5890
  msgid "Allow in-line editing"
5891
  msgstr "Dovoli urejanje po liniji"
5892
 
5893
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5894
  #: templates/edit_table.inc.php:192
5895
  msgid "MySQL table name for editing"
5896
  msgstr "Ime tabele MySQL za urejanje"
5897
 
5898
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
5899
  msgid ""
5900
  "Name of the MySQL table which will be updated when edited from front-end."
5901
  msgstr "Ime tabele MySQL, ki bo posodobljena, ko bo urejena od spredaj."
5902
 
5903
+ #: templates/admin/table-settings/table_settings_block.inc.php:880
5904
  msgid "MySQL table name"
5905
  msgstr "Ime tabele MySQL"
5906
 
5907
+ #: templates/admin/table-settings/table_settings_block.inc.php:889
5908
  #: templates/edit_table.inc.php:203
5909
  msgid "ID column for editing"
5910
  msgstr "ID stolpec za urejanje"
5911
 
5912
+ #: templates/admin/table-settings/table_settings_block.inc.php:891
5913
  msgid ""
5914
  "Choose the column values from which will be used as row identifiers. MUST be "
5915
  "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5922
  "wpDataTables bo uganil pravilen stolpec, če se na strani MySQL imenuje \"id"
5923
  "\" ali \"ID\"."
5924
 
5925
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5926
  #: templates/edit_table.inc.php:267
5927
  msgid "Editor roles"
5928
  msgstr "Vloge urednika"
5929
 
5930
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5931
  msgid ""
5932
  "If you want only specific user roles to be able to edit the table, choose in "
5933
  "this dropdown. Leave unchecked to allow editing for everyone."
5935
  "Če želite le urejati tabelo uporabnikov, izberite v tem spustnem meniju. "
5936
  "Pustite brez nadzora, da lahko omogočite urejanje vsem."
5937
 
5938
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
5939
  msgid "Everyone"
5940
  msgstr "Vsi"
5941
 
5942
+ #: templates/admin/table-settings/table_settings_block.inc.php:913
5943
  msgid "Administrators"
5944
  msgstr ""
5945
 
5946
+ #: templates/admin/table-settings/table_settings_block.inc.php:914
5947
  msgid "Editors"
5948
  msgstr ""
5949
 
5950
+ #: templates/admin/table-settings/table_settings_block.inc.php:915
5951
  msgid "Authors"
5952
  msgstr ""
5953
 
5954
+ #: templates/admin/table-settings/table_settings_block.inc.php:916
5955
  msgid "Contributors"
5956
  msgstr ""
5957
 
5958
+ #: templates/admin/table-settings/table_settings_block.inc.php:917
5959
  msgid "Subscribers"
5960
  msgstr ""
5961
 
5962
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
5963
  msgid "Users see and edit only own data"
5964
  msgstr "Uporabniki vidijo in urejajo samo lastne podatke"
5965
 
5966
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5967
  msgid "Users see and edit only their own data"
5968
  msgstr "Uporabniki vidijo in urejajo samo svoje podatke"
5969
 
5970
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5971
  msgid ""
5972
  "If this is enabled, users will see and edit only the rows that are related "
5973
  "to them or were created by them (associated using the User ID column)."
5975
  "Če je to omogočeno, bodo uporabniki videli in uredili samo tiste vrstice, ki "
5976
  "so z njimi povezane ali so jih ustvarile (povezane s stolpcem User ID)."
5977
 
5978
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
5979
  msgid "Limit editing to own data only"
5980
  msgstr "Omejite urejanje samo na lastne podatke"
5981
 
5982
+ #: templates/admin/table-settings/table_settings_block.inc.php:963
5983
  #: templates/edit_table.inc.php:250
5984
  msgid "User ID column"
5985
  msgstr "Stolpec User ID"
5986
 
5987
+ #: templates/admin/table-settings/table_settings_block.inc.php:965
5988
  msgid ""
5989
  "Choose the column values from which will be used as User identifiers. "
5990
  "References the ID from WordPress Users table (wp_users), MUST be defined as "
5994
  "uporabnikov. Navaja ID iz tabele uporabnikov WordPressa (wp_users), MORAJO "
5995
  "biti definirani kot celo število na strani MySQL."
5996
 
5997
+ #: templates/admin/table-settings/table_settings_block.inc.php:998
5998
  #: templates/edit_table.inc.php:350
5999
  msgid "Table tools"
6000
  msgstr "Orodja za mize"
6001
 
6002
+ #: templates/admin/table-settings/table_settings_block.inc.php:1005
6003
  msgid ""
6004
  "If this is enabled, a toolbar with useful tools will be shown above the table"
6005
  msgstr ""
6006
  "Če je to omogočeno, se nad tabelo prikaže orodna vrstica s koristnimi orodji"
6007
 
6008
+ #: templates/admin/table-settings/table_settings_block.inc.php:1013
6009
  msgid "Enable Table Tools"
6010
  msgstr "Omogoči orodja za tabele"
6011
 
6012
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
6013
  msgid "Buttons"
6014
  msgstr "Gumbi"
6015
 
6016
+ #: templates/admin/table-settings/table_settings_block.inc.php:1023
6017
  msgid "Choose which buttons to show in the Table Tools block."
6018
  msgstr "Izberite, katere gumbe želite prikazati v bloku Orodja za tabele."
6019
 
6020
+ #: templates/admin/table-settings/table_settings_block.inc.php:1029
6021
  msgid "Columns visibility"
6022
  msgstr "Vidnost stolpcev"
6023
 
6024
+ #: templates/admin/table-settings/table_settings_block.inc.php:1051
6025
  msgid ""
6026
  "Placeholders can be understood as predefined ‘search and replace‘ templates; "
6027
  "that will be replaced with some actual values at the execution time; usually "
6028
  "this is used for MySQL queries."
6029
  msgstr ""
6030
 
6031
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
6032
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
6033
+ #: templates/admin/table-settings/table_settings_block.inc.php:1093
6034
  msgid ""
6035
  "This placeholder will be replaced with any value that you will provide in a "
6036
  "shortcode. Provide a default value here that will be used for table "
6040
  "v kratki kodi. Tu navedite privzeto vrednost, ki bo uporabljena za "
6041
  "ustvarjanje tabel in kadar drugačna ni definirana v kratki kodi."
6042
 
6043
+ #: templates/admin/table-settings/table_settings_block.inc.php:1083
6044
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
6045
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
6046
+ #: templates/admin/table-settings/table_settings_block.inc.php:1138
6047
+ #: templates/admin/table-settings/table_settings_block.inc.php:1155
6048
+ #: templates/admin/table-settings/table_settings_block.inc.php:1176
6049
  msgid "Default for table generation"
6050
  msgstr "Privzeto za ustvarjanje tabel"
6051
 
6052
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
6053
  msgid ""
6054
  "This placeholder will be replaced with the ID of currently logged in user. "
6055
  "Provide a value here to be used for table generation"
6057
  "To rezervirano mesto bo nadomeščeno z ID-jem trenutno prijavljenega "
6058
  "uporabnika. Tu navedite vrednost, ki jo želite uporabiti za ustvarjanje tabel"
6059
 
6060
+ #: templates/admin/table-settings/table_settings_block.inc.php:1130
6061
  msgid ""
6062
  "This placeholder will be replaced with the login of currently logged in "
6063
  "user. Provide a value here to be used for table generation"
6065
  "To rezervirano mesto bo nadomeščeno z vpisom trenutno prijavljenega "
6066
  "uporabnika. Tu navedite vrednost, ki jo želite uporabiti za ustvarjanje tabel"
6067
 
6068
+ #: templates/admin/table-settings/table_settings_block.inc.php:1148
6069
  msgid ""
6070
  "This placeholder will be replaced with the current prefix of WordPress "
6071
  "database. Provide a value here to be used for table generation"
6073
  "To rezervirano mesto bo nadomeščeno s trenutno predpono baze podatkov "
6074
  "WordPress. Tu navedite vrednost, ki jo želite uporabiti za ustvarjanje tabel"
6075
 
6076
+ #: templates/admin/table-settings/table_settings_block.inc.php:1171
6077
  msgid ""
6078
  "This placeholder will be replaced with the ID of current post. Provide a "
6079
  "value here to be used for table generation"
6097
  #: templates/admin/welcome_page/welcome_page.inc.php:54
6098
  msgid ""
6099
  "wpDataTables is a best-selling WordPress table plugin which makes your work "
6100
+ "with tables, charts and data management easy. 40,000+ companies."
6101
  msgstr ""
6102
 
6103
  #: templates/admin/welcome_page/welcome_page.inc.php:62
7114
  msgid "There was a problem saving your settings"
7115
  msgstr ""
7116
 
7117
+ #: widgets/class.wpDataChartsElementorWidget.php:28
7118
+ msgid "wpDataChart content"
7119
+ msgstr ""
7120
+
7121
+ #: widgets/class.wpDataChartsElementorWidget.php:35
7122
+ msgid "Select wpDataChart:"
7123
+ msgstr ""
7124
+
7125
+ #: widgets/class.wpDataTablesElementorWidget.php:28
7126
+ msgid "wpDataTable content"
7127
+ msgstr ""
7128
+
7129
+ #: widgets/class.wpDataTablesElementorWidget.php:35
7130
+ msgid "Select wpDataTable:"
7131
+ msgstr ""
7132
+
7133
+ #: widgets/class.wpDataTablesElementorWidget.php:45
7134
+ msgid "Set name for export file:"
7135
+ msgstr ""
7136
+
7137
+ #: widgets/class.wpDataTablesElementorWidget.php:48
7138
+ msgid "Insert name for export file"
7139
+ msgstr ""
7140
+
7141
  #, fuzzy
7142
  #~ msgid "tr"
7143
  #~ msgstr "tr"
lib/phpExcel/PHPExcel/Shared/OLE.php CHANGED
@@ -285,7 +285,7 @@ class PHPExcel_Shared_OLE
285
  $pps = new PHPExcel_Shared_OLE_PPS_File($name);
286
  break;
287
  default:
288
- continue;
289
  }
290
  fseek($fh, 1, SEEK_CUR);
291
  $pps->Type = $type;
285
  $pps = new PHPExcel_Shared_OLE_PPS_File($name);
286
  break;
287
  default:
288
+ break;
289
  }
290
  fseek($fh, 1, SEEK_CUR);
291
  $pps->Type = $type;
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: table, table builder, data tables, tables, charts, simple table, tables fr
6
  Requires at least: 4.0
7
  Tested up to: 5.5.1
8
  Requires PHP: 5.4
9
- Stable tag: 2.1.3
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -18,7 +18,7 @@ wpDataTables is a popular WordPress table plugin used to **quickly create tables
18
 
19
  **NEW!** New table builder is introduced in wpDataTables – [creating simple tables from scratch](https://wpdatatables.com/documentation/creating-new-wpdatatables-with-table-constructor/creating-a-simple-table-with-wpdatatables/). These tables can be anything but simple, though, as you can now merge cells, style each cell differently, add star ratings to cells, and so much more.
20
 
21
- Here is the list of new functionality in those simple tables:
22
 
23
  * Merge cells
24
  * Excel like editor
@@ -202,6 +202,22 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
202
 
203
  == Changelog ==
204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  = 2.1.3 =
206
  * Feature: New table type - Create a simple table with any data, merged cells, styling, star rating and a lot more.
207
  * Feature: Added Slovenian translation
6
  Requires at least: 4.0
7
  Tested up to: 5.5.1
8
  Requires PHP: 5.4
9
+ Stable tag: 2.1.4
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
18
 
19
  **NEW!** New table builder is introduced in wpDataTables – [creating simple tables from scratch](https://wpdatatables.com/documentation/creating-new-wpdatatables-with-table-constructor/creating-a-simple-table-with-wpdatatables/). These tables can be anything but simple, though, as you can now merge cells, style each cell differently, add star ratings to cells, and so much more.
20
 
21
+ Here is the list of the new functionality in those simple tables:
22
 
23
  * Merge cells
24
  * Excel like editor
202
 
203
  == Changelog ==
204
 
205
+ = 2.1.4 =
206
+
207
+ A major update with a couple of new features, bug fixes and stability improvements:
208
+ * Feature: Elementor integration - Added Elementor Blocks for tables and charts.
209
+ * Feature: New option to hide pagination for each table.
210
+ * Feature: New option to set pagination position for each table.(Right, center and left)
211
+ * Feature: New option to set pagination layout for each table.(Six different layouts)
212
+ * Feature: New option to set tables sorting order on browse pages.
213
+ * BugFix: Fixed issue for reset options Remove borders.
214
+ * BugFix: Fixed issue with showing tables in Internet Explorer browser.
215
+ * BugFix: Remove wpdt-c class from admin area on other admin pages
216
+ * BugFix: Correct folder name for Slovenian language.
217
+ * BugFix: Fixed issue with removing message modals in admin area
218
+ * BugFix: Fixed issue for simple tables with random sorting.
219
+ * Other small bug fixes and stability improvements.
220
+
221
  = 2.1.3 =
222
  * Feature: New table type - Create a simple table with any data, merged cells, styling, star rating and a lot more.
223
  * Feature: Added Slovenian translation
source/class.wdtbrowsechartstable.php CHANGED
@@ -84,6 +84,7 @@ class WDTBrowseChartsTable extends WP_List_Table
84
  global $wpdb;
85
  $predifinedOrderByValue = ['id', 'title', 'engine', 'type'];
86
  $orderByValue = 'id';
 
87
  $query = "SELECT id, title, type, engine
88
  FROM {$wpdb->prefix}wpdatacharts ";
89
 
@@ -109,7 +110,7 @@ class WDTBrowseChartsTable extends WP_List_Table
109
  }
110
  }
111
  } else {
112
- $query .= " ORDER BY id ASC ";
113
  }
114
 
115
  if (isset($_REQUEST['paged'])) {
@@ -323,6 +324,7 @@ class WDTBrowseChartsTable extends WP_List_Table
323
  {
324
  list($columns, $hidden, $sortable, $primary) = $this->get_column_info();
325
 
 
326
  $current_url = set_url_scheme('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
327
  $current_url = remove_query_arg('paged', $current_url);
328
 
@@ -369,9 +371,9 @@ class WDTBrowseChartsTable extends WP_List_Table
369
  $class[] = 'sorted';
370
  $class[] = $current_order;
371
  } else {
372
- $order = $desc_first ? 'desc' : 'asc';
373
- $class[] = 'sortable';
374
- $class[] = $desc_first ? 'asc' : 'desc';
375
  }
376
 
377
  $column_display_name = '<a href="' . esc_url(add_query_arg(compact('orderby', 'order'), $current_url)) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
84
  global $wpdb;
85
  $predifinedOrderByValue = ['id', 'title', 'engine', 'type'];
86
  $orderByValue = 'id';
87
+ $defaultSortingOrder = get_option('wdtSortingOrderBrowseTables');
88
  $query = "SELECT id, title, type, engine
89
  FROM {$wpdb->prefix}wpdatacharts ";
90
 
110
  }
111
  }
112
  } else {
113
+ $query .= " ORDER BY id " . $defaultSortingOrder . ' ';
114
  }
115
 
116
  if (isset($_REQUEST['paged'])) {
324
  {
325
  list($columns, $hidden, $sortable, $primary) = $this->get_column_info();
326
 
327
+ $defaultSortingOrder = get_option('wdtSortingOrderBrowseTables');
328
  $current_url = set_url_scheme('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
329
  $current_url = remove_query_arg('paged', $current_url);
330
 
371
  $class[] = 'sorted';
372
  $class[] = $current_order;
373
  } else {
374
+ $order = strtolower($defaultSortingOrder) == 'desc' ? 'desc' : 'asc';
375
+ $class[] = ($current_orderby == '' && $column_key == 'id') ? 'sorted' : 'sortable';
376
+ $class[] = strtolower($defaultSortingOrder) == 'desc' ? 'desc' : 'asc';
377
  }
378
 
379
  $column_display_name = '<a href="' . esc_url(add_query_arg(compact('orderby', 'order'), $current_url)) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
source/class.wdtbrowsetable.php CHANGED
@@ -84,6 +84,7 @@ class WDTBrowseTable extends WP_List_Table {
84
  global $wpdb;
85
  $predifinedOrderByValue = ['id', 'title', 'table_type'];
86
  $orderByValue = 'id';
 
87
 
88
  $query = "SELECT id, title, table_type, editable FROM {$wpdb->prefix}wpdatatables ";
89
 
@@ -112,7 +113,7 @@ class WDTBrowseTable extends WP_List_Table {
112
  }
113
  }
114
  } else {
115
- $query .= " ORDER BY id ASC ";
116
  }
117
 
118
  if (isset($_REQUEST['paged'])) {
@@ -275,6 +276,7 @@ class WDTBrowseTable extends WP_List_Table {
275
  */
276
  function print_column_headers($with_id = true) {
277
  list($columns, $hidden, $sortable, $primary) = $this->get_column_info();
 
278
 
279
  $current_url = set_url_scheme('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
280
  $current_url = remove_query_arg('paged', $current_url);
@@ -322,9 +324,9 @@ class WDTBrowseTable extends WP_List_Table {
322
  $class[] = 'sorted';
323
  $class[] = $current_order;
324
  } else {
325
- $order = $desc_first ? 'desc' : 'asc';
326
- $class[] = 'sortable';
327
- $class[] = $desc_first ? 'asc' : 'desc';
328
  }
329
 
330
  $column_display_name = '<a href="' . esc_url(add_query_arg(compact('orderby', 'order'), $current_url)) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
84
  global $wpdb;
85
  $predifinedOrderByValue = ['id', 'title', 'table_type'];
86
  $orderByValue = 'id';
87
+ $defaultSortingOrder = get_option('wdtSortingOrderBrowseTables');
88
 
89
  $query = "SELECT id, title, table_type, editable FROM {$wpdb->prefix}wpdatatables ";
90
 
113
  }
114
  }
115
  } else {
116
+ $query .= " ORDER BY id " . $defaultSortingOrder . ' ';
117
  }
118
 
119
  if (isset($_REQUEST['paged'])) {
276
  */
277
  function print_column_headers($with_id = true) {
278
  list($columns, $hidden, $sortable, $primary) = $this->get_column_info();
279
+ $defaultSortingOrder = get_option('wdtSortingOrderBrowseTables');
280
 
281
  $current_url = set_url_scheme('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
282
  $current_url = remove_query_arg('paged', $current_url);
324
  $class[] = 'sorted';
325
  $class[] = $current_order;
326
  } else {
327
+ $order = strtolower($defaultSortingOrder) == 'desc' ? 'desc' : 'asc';
328
+ $class[] = ($current_orderby == '' && $column_key == 'id') ? 'sorted' : 'sortable';
329
+ $class[] = strtolower($defaultSortingOrder) == 'desc' ? 'desc' : 'asc';
330
  }
331
 
332
  $column_display_name = '<a href="' . esc_url(add_query_arg(compact('orderby', 'order'), $current_url)) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
source/class.wdtconfigcontroller.php CHANGED
@@ -151,6 +151,9 @@ class WDTConfigController {
151
  $table->tabletools_config = unserialize($table->tabletools_config);
152
  $table->columns = self::getColumnsConfig($tableId);
153
  $table->info_block = (isset($advancedSettings->info_block)) ? $advancedSettings->info_block : 1;
 
 
 
154
  $table->global_search = (isset($advancedSettings->global_search)) ? $advancedSettings->global_search : 1;
155
  $table->showRowsPerPage = (isset($advancedSettings->showRowsPerPage)) ? $advancedSettings->showRowsPerPage : 1;
156
  $table->clearFilters = (isset($advancedSettings->clearFilters)) ? $advancedSettings->clearFilters : 0;
@@ -268,6 +271,9 @@ class WDTConfigController {
268
  'advanced_settings' => json_encode(
269
  array(
270
  'info_block' => $table->info_block,
 
 
 
271
  'global_search' => $table->global_search,
272
  'showRowsPerPage' => $table->showRowsPerPage,
273
  'clearFilters' => $table->clearFilters,
@@ -328,6 +334,9 @@ class WDTConfigController {
328
  $table->server_side = (int)$table->server_side;
329
  $table->auto_refresh = (int)$table->auto_refresh;
330
  $table->info_block = (int)$table->info_block;
 
 
 
331
  $table->simpleResponsive = (int)$table->simpleResponsive;
332
  $table->simpleHeader = (int)$table->simpleHeader;
333
  $table->stripeTable = (int)$table->stripeTable;
@@ -882,6 +891,9 @@ class WDTConfigController {
882
  $table->server_side = 0;
883
  $table->auto_refresh = 0;
884
  $table->info_block = 1;
 
 
 
885
  $table->simpleResponsive = 0;
886
  $table->simpleHeader = 0;
887
  $table->stripeTable = 0;
@@ -939,7 +951,7 @@ class WDTConfigController {
939
  do_action('wpdatatables_before_get_rows_metadata', $tableID);
940
 
941
  $rowsQuery = $wpdb->prepare(
942
- "SELECT data FROM " . $wpdb->prefix . "wpdatatables_rows WHERE table_id = %d", $tableID);
943
 
944
  $rows = $wpdb->get_results($rowsQuery);
945
 
151
  $table->tabletools_config = unserialize($table->tabletools_config);
152
  $table->columns = self::getColumnsConfig($tableId);
153
  $table->info_block = (isset($advancedSettings->info_block)) ? $advancedSettings->info_block : 1;
154
+ $table->pagination = (isset($advancedSettings->pagination)) ? $advancedSettings->pagination : 1;
155
+ $table->paginationAlign = (isset($advancedSettings->paginationAlign)) ? $advancedSettings->paginationAlign : 'right';
156
+ $table->paginationLayout = (isset($advancedSettings->paginationLayout)) ? $advancedSettings->paginationLayout : 'full_numbers';
157
  $table->global_search = (isset($advancedSettings->global_search)) ? $advancedSettings->global_search : 1;
158
  $table->showRowsPerPage = (isset($advancedSettings->showRowsPerPage)) ? $advancedSettings->showRowsPerPage : 1;
159
  $table->clearFilters = (isset($advancedSettings->clearFilters)) ? $advancedSettings->clearFilters : 0;
271
  'advanced_settings' => json_encode(
272
  array(
273
  'info_block' => $table->info_block,
274
+ 'pagination' => $table->pagination,
275
+ 'paginationAlign' => $table->paginationAlign,
276
+ 'paginationLayout' => $table->paginationLayout,
277
  'global_search' => $table->global_search,
278
  'showRowsPerPage' => $table->showRowsPerPage,
279
  'clearFilters' => $table->clearFilters,
334
  $table->server_side = (int)$table->server_side;
335
  $table->auto_refresh = (int)$table->auto_refresh;
336
  $table->info_block = (int)$table->info_block;
337
+ $table->pagination = (int)$table->pagination;
338
+ $table->paginationAlign = sanitize_text_field($table->paginationAlign);
339
+ $table->paginationLayout = sanitize_text_field($table->paginationLayout);
340
  $table->simpleResponsive = (int)$table->simpleResponsive;
341
  $table->simpleHeader = (int)$table->simpleHeader;
342
  $table->stripeTable = (int)$table->stripeTable;
891
  $table->server_side = 0;
892
  $table->auto_refresh = 0;
893
  $table->info_block = 1;
894
+ $table->pagination = 1;
895
+ $table->paginationAlign = 'right';
896
+ $table->paginationLayout = 'full_numbers';
897
  $table->simpleResponsive = 0;
898
  $table->simpleHeader = 0;
899
  $table->stripeTable = 0;
951
  do_action('wpdatatables_before_get_rows_metadata', $tableID);
952
 
953
  $rowsQuery = $wpdb->prepare(
954
+ "SELECT data FROM " . $wpdb->prefix . "wpdatatables_rows WHERE table_id = %d ORDER BY id ASC", $tableID);
955
 
956
  $rows = $wpdb->get_results($rowsQuery);
957
 
source/class.wdtelementorblock.php ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ defined('ABSPATH') or die('Access denied.');
4
+
5
+ class WPDataTables_Elementor_Widgets
6
+ {
7
+
8
+ protected static $instance = null;
9
+
10
+ public static function get_instance()
11
+ {
12
+ if (!isset(static::$instance)) {
13
+ static::$instance = new static;
14
+ }
15
+
16
+ return static::$instance;
17
+ }
18
+
19
+ protected function __construct()
20
+ {
21
+ $this->includes();
22
+ add_action('elementor/editor/before_enqueue_scripts', [$this, 'widget_styles']);
23
+ add_action('elementor/widgets/widgets_registered', [$this, 'register_widgets']);
24
+ add_action('elementor/frontend/after_enqueue_styles', [$this, 'widget_styles']);
25
+ add_action('elementor/elements/categories_registered', [$this, 'register_widget_categories']);
26
+
27
+ }
28
+
29
+ public function includes()
30
+ {
31
+ require_once(WDT_ROOT_PATH . 'widgets/class.wpDataTablesElementorWidget.php');
32
+ require_once(WDT_ROOT_PATH . 'widgets/class.wpDataChartsElementorWidget.php');
33
+ }
34
+
35
+ public function register_widgets()
36
+ {
37
+ \Elementor\Plugin::instance()->widgets_manager->register_widget_type(new \Elementor\WPDataTables_Elementor_Widget());
38
+ \Elementor\Plugin::instance()->widgets_manager->register_widget_type(new \Elementor\WPDataCharts_Elementor_Widget());
39
+ }
40
+
41
+ public function widget_styles()
42
+ {
43
+ wp_register_style('wpdt-elementor-widget-font', WDT_CSS_PATH . 'elementor/style.css', array(), WDT_CURRENT_VERSION);
44
+ wp_enqueue_style('wpdt-elementor-widget-font');
45
+ }
46
+
47
+ public function register_widget_categories($elements_manager)
48
+ {
49
+ $elements_manager->add_category(
50
+ 'wpdatatables-elementor',
51
+ [
52
+ 'title' => 'wpDataTables',
53
+ 'icon' => 'wpdt-table-logo',
54
+ ], 1);
55
+ }
56
+
57
+ }
58
+
59
+ add_action('init', 'wpdatatables_elementor_widgets_init');
60
+ function wpdatatables_elementor_widgets_init()
61
+ {
62
+ if (defined('ELEMENTOR_VERSION')) {
63
+ WPDataTables_Elementor_Widgets::get_instance();
64
+ }
65
+ }
66
+
67
+
68
+
69
+
70
+
source/class.wdtsettingscontroller.php CHANGED
@@ -49,6 +49,7 @@ class WDTSettingsController {
49
  'wdtRenderFilter' => get_option('wdtRenderFilter'),
50
  'wdtDecimalPlaces' => get_option('wdtDecimalPlaces'),
51
  'wdtCSVDelimiter' => get_option('wdtCSVDelimiter'),
 
52
  'wdtTabletWidth' => get_option('wdtTabletWidth'),
53
  'wdtMobileWidth' => get_option('wdtMobileWidth'),
54
  'wdtPurchaseCode' => get_option('wdtPurchaseCode'),
49
  'wdtRenderFilter' => get_option('wdtRenderFilter'),
50
  'wdtDecimalPlaces' => get_option('wdtDecimalPlaces'),
51
  'wdtCSVDelimiter' => get_option('wdtCSVDelimiter'),
52
+ 'wdtSortingOrderBrowseTables'=> get_option('wdtSortingOrderBrowseTables'),
53
  'wdtTabletWidth' => get_option('wdtTabletWidth'),
54
  'wdtMobileWidth' => get_option('wdtMobileWidth'),
55
  'wdtPurchaseCode' => get_option('wdtPurchaseCode'),
source/class.wpdatatable.php CHANGED
@@ -27,7 +27,6 @@ class WPDataTable
27
  private $_hide_before_load = false;
28
  public static $wdt_internal_idcount = 0;
29
  public static $modalRendered = false;
30
- private $_pagination = true;
31
  private $_showFilter = true;
32
  private $_firstOnPage = false;
33
  private $_groupingEnabled = false;
@@ -67,6 +66,9 @@ class WPDataTable
67
  private $_tableToolsConfig = array();
68
  private $_autoRefreshInterval = 0;
69
  private $_infoBlock = true;
 
 
 
70
  private $_simpleResponsive = false;
71
  private $_verticalScroll = false;
72
  private $_simpleHeader = false;
@@ -608,6 +610,54 @@ class WPDataTable
608
  $this->_infoBlock = (bool)$infoBlock;
609
  }
610
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
611
  /**
612
  * @return boolean
613
  */
@@ -1882,15 +1932,19 @@ class WPDataTable
1882
  }
1883
 
1884
  if (!empty($tableData->advanced_settings)) {
1885
- $this->setInfoBlock(json_decode($tableData->advanced_settings)->info_block);
1886
- $this->setGlobalSearch(json_decode($tableData->advanced_settings)->global_search);
1887
- $this->setShowRowsPerPage(json_decode($tableData->advanced_settings)->showRowsPerPage);
 
1888
  isset($advancedSettings->simpleResponsive) ? $this->setSimpleResponsive($advancedSettings->simpleResponsive) : $this->setSimpleResponsive(false);
1889
  isset($advancedSettings->simpleHeader) ? $this->setSimpleHeader($advancedSettings->simpleHeader) : $this->setSimpleHeader(false);
1890
  isset($advancedSettings->stripeTable) ? $this->setStripeTable($advancedSettings->stripeTable) : $this->setStripeTable(false);
1891
  isset($advancedSettings->cellPadding) ? $this->setCellPadding($advancedSettings->cellPadding) : $this->setCellPadding(10);
1892
  isset($advancedSettings->verticalScroll) ? $this->setVerticalScroll($advancedSettings->verticalScroll) : $this->setVerticalScroll(false);
1893
  isset($advancedSettings->verticalScrollHeight) ? $this->setVerticalScrollHeight($advancedSettings->verticalScrollHeight) : $this->setVerticalScrollHeight(600);
 
 
 
1894
  } else {
1895
  $this->setInfoBlock(true);
1896
  $this->setGlobalSearch(true);
@@ -1901,6 +1955,9 @@ class WPDataTable
1901
  $this->setCellPadding(10);
1902
  $this->setVerticalScroll(false);
1903
  $this->setVerticalScrollHeight(600);
 
 
 
1904
  }
1905
 
1906
  if (!empty($columnData['columnOrder'])) {
@@ -2026,6 +2083,9 @@ class WPDataTable
2026
  $obj->tableId = $this->getId();
2027
  $obj->selector = '#' . $this->getId();
2028
  $obj->infoBlock = $this->isInfoBlock();
 
 
 
2029
  $obj->globalSearch = $this->isGlobalSearch();
2030
  $obj->showRowsPerPage = $this->isShowRowsPerPage();
2031
 
@@ -2042,19 +2102,22 @@ class WPDataTable
2042
  $obj->dataTableParams = new StdClass();
2043
 
2044
  $infoBlock = ($obj->infoBlock == true) ? 'i' : '';
 
2045
  $globalSearch = ($obj->globalSearch == true) ? 'f' : '';
2046
  $showRowsPerPage = ($obj->showRowsPerPage == true) ? 'l' : '';
2047
  $scrollable = ($this->isScrollable() == true) ? "<'wdtscroll't>" : 't';
2048
- $obj->dataTableParams->sDom = "BT<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}p";
2049
 
2050
  $obj->dataTableParams->bSortCellsTop = false;
2051
 
2052
  if ($this->paginationEnabled()) {
2053
  $obj->dataTableParams->bPaginate = true;
 
2054
  $obj->dataTableParams->aLengthMenu = json_decode('[[1,5,10,25,50,100,-1],[1,5,10,25,50,100,"' . __('All', 'wpdatatables') . '"]]');
2055
  $obj->dataTableParams->iDisplayLength = (int)$this->getDisplayLength();
2056
  } else {
2057
- $obj->dataTableParams->bPaginate = false;
 
2058
  if ($this->groupingEnabled()) {
2059
  $obj->dataTableParams->aaSortingFixed = json_decode('[[' . $this->groupingColumn() . ', "asc"]]');
2060
  }
@@ -2255,8 +2318,6 @@ class WPDataTable
2255
  $obj->dataTableParams->buttons = array();
2256
  }
2257
 
2258
-
2259
- $obj->dataTableParams->sPaginationType = 'full_numbers';
2260
  $obj->columnsFixed = 0;
2261
 
2262
 
27
  private $_hide_before_load = false;
28
  public static $wdt_internal_idcount = 0;
29
  public static $modalRendered = false;
 
30
  private $_showFilter = true;
31
  private $_firstOnPage = false;
32
  private $_groupingEnabled = false;
66
  private $_tableToolsConfig = array();
67
  private $_autoRefreshInterval = 0;
68
  private $_infoBlock = true;
69
+ private $_pagination = true;
70
+ private $_paginationAlign = 'right';
71
+ private $_paginationLayout = 'full_numbers';
72
  private $_simpleResponsive = false;
73
  private $_verticalScroll = false;
74
  private $_simpleHeader = false;
610
  $this->_infoBlock = (bool)$infoBlock;
611
  }
612
 
613
+ /**
614
+ * @return bool
615
+ */
616
+ public function isPagination()
617
+ {
618
+ return $this->_pagination;
619
+ }
620
+
621
+ /**
622
+ * @param bool $pagination
623
+ */
624
+ public function setPagination($pagination)
625
+ {
626
+ $this->_pagination = $pagination;
627
+ }
628
+
629
+ /**
630
+ * @return string
631
+ */
632
+ public function getPaginationAlign()
633
+ {
634
+ return $this->_paginationAlign;
635
+ }
636
+
637
+ /**
638
+ * @param string $paginationAlign
639
+ */
640
+ public function setPaginationAlign($paginationAlign)
641
+ {
642
+ $this->_paginationAlign = $paginationAlign;
643
+ }
644
+
645
+ /**
646
+ * @return string
647
+ */
648
+ public function getPaginationLayout()
649
+ {
650
+ return $this->_paginationLayout;
651
+ }
652
+
653
+ /**
654
+ * @param string $paginationLayout
655
+ */
656
+ public function setPaginationLayout($paginationLayout)
657
+ {
658
+ $this->_paginationLayout = $paginationLayout;
659
+ }
660
+
661
  /**
662
  * @return boolean
663
  */
1932
  }
1933
 
1934
  if (!empty($tableData->advanced_settings)) {
1935
+ $advancedSettings = json_decode($tableData->advanced_settings);
1936
+ $this->setInfoBlock($advancedSettings->info_block);
1937
+ $this->setGlobalSearch($advancedSettings->global_search);
1938
+ $this->setShowRowsPerPage($advancedSettings->showRowsPerPage);
1939
  isset($advancedSettings->simpleResponsive) ? $this->setSimpleResponsive($advancedSettings->simpleResponsive) : $this->setSimpleResponsive(false);
1940
  isset($advancedSettings->simpleHeader) ? $this->setSimpleHeader($advancedSettings->simpleHeader) : $this->setSimpleHeader(false);
1941
  isset($advancedSettings->stripeTable) ? $this->setStripeTable($advancedSettings->stripeTable) : $this->setStripeTable(false);
1942
  isset($advancedSettings->cellPadding) ? $this->setCellPadding($advancedSettings->cellPadding) : $this->setCellPadding(10);
1943
  isset($advancedSettings->verticalScroll) ? $this->setVerticalScroll($advancedSettings->verticalScroll) : $this->setVerticalScroll(false);
1944
  isset($advancedSettings->verticalScrollHeight) ? $this->setVerticalScrollHeight($advancedSettings->verticalScrollHeight) : $this->setVerticalScrollHeight(600);
1945
+ isset($advancedSettings->pagination) ? $this->setPagination($advancedSettings->pagination) : $this->setPagination(true);
1946
+ isset($advancedSettings->paginationAlign) ? $this->setPaginationAlign($advancedSettings->paginationAlign) : $this->setPaginationAlign('right');
1947
+ isset($advancedSettings->paginationLayout) ? $this->setPaginationLayout($advancedSettings->paginationLayout) : $this->setPaginationLayout('full_numbers');
1948
  } else {
1949
  $this->setInfoBlock(true);
1950
  $this->setGlobalSearch(true);
1955
  $this->setCellPadding(10);
1956
  $this->setVerticalScroll(false);
1957
  $this->setVerticalScrollHeight(600);
1958
+ $this->setPagination(true);
1959
+ $this->setPaginationAlign('right');
1960
+ $this->setPaginationLayout('full_numbers');
1961
  }
1962
 
1963
  if (!empty($columnData['columnOrder'])) {
2083
  $obj->tableId = $this->getId();
2084
  $obj->selector = '#' . $this->getId();
2085
  $obj->infoBlock = $this->isInfoBlock();
2086
+ $obj->pagination = $this->isPagination();
2087
+ $obj->paginationAlign = $this->getPaginationAlign();
2088
+ $obj->paginationLayout = $this->getPaginationLayout();
2089
  $obj->globalSearch = $this->isGlobalSearch();
2090
  $obj->showRowsPerPage = $this->isShowRowsPerPage();
2091
 
2102
  $obj->dataTableParams = new StdClass();
2103
 
2104
  $infoBlock = ($obj->infoBlock == true) ? 'i' : '';
2105
+ $pagination = ($obj->pagination == true) ? 'p' : '';
2106
  $globalSearch = ($obj->globalSearch == true) ? 'f' : '';
2107
  $showRowsPerPage = ($obj->showRowsPerPage == true) ? 'l' : '';
2108
  $scrollable = ($this->isScrollable() == true) ? "<'wdtscroll't>" : 't';
2109
+ $obj->dataTableParams->sDom = "BT<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}{$pagination}";
2110
 
2111
  $obj->dataTableParams->bSortCellsTop = false;
2112
 
2113
  if ($this->paginationEnabled()) {
2114
  $obj->dataTableParams->bPaginate = true;
2115
+ $obj->dataTableParams->sPaginationType = $this->getPaginationLayout();
2116
  $obj->dataTableParams->aLengthMenu = json_decode('[[1,5,10,25,50,100,-1],[1,5,10,25,50,100,"' . __('All', 'wpdatatables') . '"]]');
2117
  $obj->dataTableParams->iDisplayLength = (int)$this->getDisplayLength();
2118
  } else {
2119
+ $obj->dataTableParams->aLengthMenu = json_decode('[[1,5,10,25,50,100,-1],[1,5,10,25,50,100,"' . __('All', 'wpdatatables') . '"]]');
2120
+ $obj->dataTableParams->iDisplayLength = (int)$this->getDisplayLength();
2121
  if ($this->groupingEnabled()) {
2122
  $obj->dataTableParams->aaSortingFixed = json_decode('[[' . $this->groupingColumn() . ', "asc"]]');
2123
  }
2318
  $obj->dataTableParams->buttons = array();
2319
  }
2320
 
 
 
2321
  $obj->columnsFixed = 0;
2322
 
2323
 
templates/admin/dashboard/dashboard.inc.php CHANGED
@@ -337,16 +337,23 @@ $tableChartsCount = WDTTools::getTablesCount('chart');
337
  </span>
338
  </p>
339
  <p class="wpdt-text wpdt-font m-b-18">
340
- <?php _e('A major update with new table type, and a couple of bug fixes and stability improvements:', 'wpdatatables'); ?>
341
  </p>
342
  <div class="alert alert-info m-b-0" role="alert">
343
  <i class="wpdt-icon-info-circle-full"></i>
344
  <ul>
345
- <li><?php _e('Feature: New table type - Create a simple table with any data, merged cells, styling, star rating and a lot more.', 'wpdatatables'); ?></li>
346
- <li><?php _e('Feature: Added Slovenian translation'); ?></li>
347
- <li><?php _e('Improvement: Update French translation'); ?></li>
348
- <li><?php _e('Improvement: Added new color picker'); ?></li>
349
- <li><?php _e('Other small bug fixes and stability improvements.', 'wpdatatables'); ?></li>
 
 
 
 
 
 
 
350
  </ul>
351
  </div>
352
 
337
  </span>
338
  </p>
339
  <p class="wpdt-text wpdt-font m-b-18">
340
+ <?php _e('A major update with a couple of new features, bug fixes and stability improvements:', 'wpdatatables'); ?>
341
  </p>
342
  <div class="alert alert-info m-b-0" role="alert">
343
  <i class="wpdt-icon-info-circle-full"></i>
344
  <ul>
345
+ <li> <?php _e('<strong>Feature:</strong> Elementor integration - Added Elementor Blocks for tables and charts.', 'wpdatatables'); ?></li>
346
+ <li> <?php _e('<strong>Feature:</strong> New option to hide pagination for each table.', 'wpdatatables'); ?></li>
347
+ <li> <?php _e('<strong>Feature:</strong> New option to set pagination position for each table.(Right, center and left)', 'wpdatatables'); ?></li>
348
+ <li> <?php _e('<strong>Feature:</strong> New option to set pagination layout for each table.(Six different layouts)', 'wpdatatables'); ?></li>
349
+ <li> <?php _e('<strong>Feature:</strong> New option to set tables sorting order on browse pages.', 'wpdatatables'); ?></li>
350
+ <li> <?php _e('<strong>BugFix:</strong> Fixed issue for reset options Remove borders.', 'wpdatatables'); ?></li>
351
+ <li> <?php _e('<strong>BugFix:</strong> Fixed issue with showing tables in Internet Explorer browser.', 'wpdatatables'); ?></li>
352
+ <li> <?php _e('<strong>BugFix:</strong> Remove wpdt-c class from admin area on other admin pages', 'wpdatatables'); ?></li>
353
+ <li> <?php _e('<strong>BugFix:</strong> Correct folder name for Slovenian language.', 'wpdatatables'); ?></li>
354
+ <li> <?php _e('<strong>BugFix:</strong> Fixed issue with removing message modals in admin area', 'wpdatatables'); ?></li>
355
+ <li> <?php _e('<strong>BugFix:</strong> Fixed issue for simple tables with random sorting.', 'wpdatatables'); ?></li>
356
+ <li> <?php _e('Other small bug fixes and stability improvements.', 'wpdatatables'); ?></li>
357
  </ul>
358
  </div>
359
 
templates/admin/settings/tabs/main_plugin_settings.php CHANGED
@@ -203,6 +203,23 @@
203
  </div>
204
  </div>
205
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  </div>
207
  <div class="row">
208
  <div class="col-sm-4 tablet-width">
203
  </div>
204
  </div>
205
  </div>
206
+ <div class="col-sm-4 sorting-browse-tables">
207
+ <h4 class="c-title-color m-b-2">
208
+ <?php _e('Tables sorting direction in admin page', 'wpdatatables'); ?>
209
+ <i class="wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
210
+ title="<?php _e('Here you can set sorting direction by id for browse tables and charts. By default is ascending order.', 'wpdatatables'); ?>"></i>
211
+ </h4>
212
+ <div class="form-group">
213
+ <div class="fg-line">
214
+ <div class="select">
215
+ <select class="selectpicker" id="wdt-sorting-order-browse-tables">
216
+ <option value="ASC"> <?php _e('Ascending', 'wpdatatables'); ?></option>
217
+ <option value="DESC"> <?php _e('Descending', 'wpdatatables'); ?></option>
218
+ </select>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ </div>
223
  </div>
224
  <div class="row">
225
  <div class="col-sm-4 tablet-width">
templates/admin/table-settings/table_settings_block.inc.php CHANGED
@@ -481,6 +481,105 @@
481
 
482
  </div>
483
  <!-- /.row -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484
 
485
  </div>
486
  <!-- /Table display settings -->
481
 
482
  </div>
483
  <!-- /.row -->
484
+ <div class="row">
485
+
486
+ <div class="col-sm-4 m-b-16">
487
+
488
+ <h4 class="c-title-color m-b-2">
489
+ <?php _e('Pagination', 'wpdatatables'); ?>
490
+ <i class=" wpdt-icon-info-circle-thin" data-popover-content="#pagination"
491
+ data-toggle="html-popover" data-trigger="hover" data-placement="right"></i>
492
+ </h4>
493
+
494
+ <!-- Hidden popover with image hint -->
495
+ <div class="hidden" id="pagination">
496
+ <div class="popover-heading">
497
+ <?php _e('Pagination', 'wpdatatables'); ?>
498
+ </div>
499
+
500
+ <div class="popover-body">
501
+ <?php _e('Enable to show a pagination', 'wpdatatables'); ?>
502
+ </div>
503
+ </div>
504
+ <!-- /Hidden popover with image hint -->
505
+
506
+ <div class="toggle-switch" data-ts-color="blue">
507
+ <input id="wdt-pagination" type="checkbox" checked="checked">
508
+ <label for="wdt-pagination"
509
+ class="ts-label"><?php _e('Show pagination block below the table', 'wpdatatables'); ?></label>
510
+ </div>
511
+
512
+ </div>
513
+
514
+ <div class="col-sm-4 m-b-16 pagination-align-settings-block">
515
+
516
+ <h4 class="c-title-color m-b-2">
517
+ <?php _e('Pagination Alignment', 'wpdatatables'); ?>
518
+ <i class=" wpdt-icon-info-circle-thin" data-popover-content="#pagination-align"
519
+ data-toggle="html-popover" data-trigger="hover" data-placement="right"></i>
520
+ </h4>
521
+
522
+ <!-- Hidden popover with image hint -->
523
+ <div class="hidden" id="pagination-align">
524
+ <div class="popover-heading">
525
+ <?php _e('Pagination Alignment', 'wpdatatables'); ?>
526
+ </div>
527
+
528
+ <div class="popover-body">
529
+ <?php _e('Here you can set pagination position: right, center or left.', 'wpdatatables'); ?>
530
+ </div>
531
+ </div>
532
+ <!-- /Hidden popover with image hint -->
533
+
534
+ <div class="select">
535
+ <select class="form-control selectpicker"
536
+ id="wdt-pagination-align">
537
+ <option value="right"><?php _e('Right', 'wpdatatables'); ?></option>
538
+ <option value="center"><?php _e('Center', 'wpdatatables'); ?></option>
539
+ <option value="left"><?php _e('Left', 'wpdatatables'); ?></option>
540
+ </select>
541
+ </div>
542
+
543
+ </div>
544
+
545
+ <div class="col-sm-4 m-b-16 pagination-layout-settings-block">
546
+
547
+ <h4 class="c-title-color m-b-2">
548
+ <?php _e('Pagination Layout', 'wpdatatables'); ?>
549
+ <i class=" wpdt-icon-info-circle-thin" data-popover-content="#pagination-layout"
550
+ data-toggle="html-popover" data-trigger="hover" data-placement="right"></i>
551
+ </h4>
552
+
553
+ <!-- Hidden popover with image hint -->
554
+ <div class="hidden" id="pagination-layout">
555
+ <div class="popover-heading">
556
+ <?php _e('Pagination Layout', 'wpdatatables'); ?>
557
+ </div>
558
+
559
+ <div class="popover-body">
560
+ <?php _e('Here you can choose between different pagination layout.', 'wpdatatables'); ?>
561
+ </div>
562
+ </div>
563
+ <!-- /Hidden popover with image hint -->
564
+
565
+ <div class="select">
566
+ <select class="form-control selectpicker"
567
+ id="wdt-pagination-layout">
568
+ <option value="full_numbers"><?php _e('"First", "Previous", "Next" and "Last" buttons, plus page numbers', 'wpdatatables'); ?></option>
569
+ <option value="simple"><?php _e('"Previous" and "Next" buttons only', 'wpdatatables'); ?></option>
570
+ <option value="simple_numbers"><?php _e('"Previous" and "Next" buttons, plus page numbers', 'wpdatatables'); ?></option>
571
+ <option value="full"><?php _e('"First", "Previous", "Next" and "Last" buttons', 'wpdatatables'); ?></option>
572
+ <option value="numbers"><?php _e('Page number buttons only', 'wpdatatables'); ?></option>
573
+ <option value="first_last_numbers"><?php _e('"First" and "Last" buttons, plus page numbers', 'wpdatatables'); ?></option>
574
+ </select>
575
+ </div>
576
+
577
+ </div>
578
+
579
+ </div>
580
+ <!-- /.row -->
581
+
582
+
583
 
584
  </div>
585
  <!-- /Table display settings -->
templates/admin/welcome_page/welcome_page.inc.php CHANGED
@@ -51,7 +51,7 @@
51
  <?php _e('The Best Tables & Charts WordPress Plugin', 'wpdatatables'); ?>
52
  </h2>
53
  <p>
54
- <?php _e('wpDataTables is a best-selling WordPress table plugin which makes your work with tables, charts and data management easy. 30,000+ companies.', 'wpdatatables'); ?>
55
  </p>
56
  <div class="wdt-changelog-button">
57
  <div class="wdt-changelog-button-background">
51
  <?php _e('The Best Tables & Charts WordPress Plugin', 'wpdatatables'); ?>
52
  </h2>
53
  <p>
54
+ <?php _e('wpDataTables is a best-selling WordPress table plugin which makes your work with tables, charts and data management easy. 40,000+ companies.', 'wpdatatables'); ?>
55
  </p>
56
  <div class="wdt-changelog-button">
57
  <div class="wdt-changelog-button-background">
widgets/class.wpDataChartsElementorWidget.php ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace Elementor;
4
+
5
+ class WPDataCharts_Elementor_Widget extends Widget_Base {
6
+
7
+ public function get_name() {
8
+ return 'wpdatacharts';
9
+ }
10
+
11
+ public function get_title() {
12
+ return 'wpDataCharts';
13
+ }
14
+
15
+ public function get_icon() {
16
+ return 'wpdt-chart-logo';
17
+ }
18
+
19
+ public function get_categories() {
20
+ return [ 'wpdatatables-elementor' ];
21
+ }
22
+
23
+ protected function _register_controls() {
24
+
25
+ $this->start_controls_section(
26
+ 'wpdatacharts_section',
27
+ [
28
+ 'label' => __( 'wpDataChart content', 'wpdatatables' ),
29
+ ]
30
+ );
31
+
32
+ $this->add_control(
33
+ 'wpdt-chart-id',
34
+ [
35
+ 'label' => __( 'Select wpDataChart:', 'wpdatatables' ),
36
+ 'type' => \Elementor\Controls_Manager::SELECT,
37
+ 'options' => self::wdt_get_all_charts(),
38
+ 'default' => self::wdt_return_first_chart(),
39
+ ]
40
+ );
41
+
42
+ $this->end_controls_section();
43
+ }
44
+
45
+ protected function render() {
46
+
47
+ $settings = $this->get_settings_for_display();
48
+ $chartShortcodeParams = 'wpdatachart id=' . $settings['wpdt-chart-id'];
49
+
50
+ echo $settings['wpdt-chart-id'] != '' ? '[' . $chartShortcodeParams. ']' : self::wdt_create_chart_notice();
51
+
52
+ }
53
+
54
+
55
+ protected function _content_template() {
56
+
57
+ }
58
+
59
+ public static function wdt_get_all_charts() {
60
+
61
+ global $wpdb;
62
+ $returnCharts = [];
63
+
64
+ $query = "SELECT id, title FROM {$wpdb->prefix}wpdatacharts ORDER BY id";
65
+
66
+ $allCharts = $wpdb->get_results($query, ARRAY_A);
67
+
68
+ if ($allCharts != null ) {
69
+ foreach ($allCharts as $chart) {
70
+ $returnCharts[$chart['id']] = $chart['title'] . ' (id: ' . $chart['id'] . ')';;
71
+ }
72
+ } else {
73
+ $returnCharts = [];
74
+ }
75
+
76
+ return $returnCharts;
77
+
78
+ }
79
+
80
+ public static function wdt_return_first_chart() {
81
+
82
+ $allCharts = self::wdt_get_all_charts();
83
+ if ($allCharts != [] ) {
84
+ reset($allCharts);
85
+ return key($allCharts);
86
+ } else {
87
+ return '';
88
+ }
89
+
90
+ }
91
+
92
+ public static function wdt_create_chart_notice() {
93
+
94
+ return 'Please create wpDataChart first. You can check how to do that on this <a target="_blank" href="https://wpdatatables.com/documentation/wpdatacharts/creating-charts-wordpress-wpdatachart-wizard/">link</a>.';
95
+
96
+ }
97
+
98
+ }
99
+
100
+
101
+
widgets/class.wpDataTablesElementorWidget.php ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace Elementor;
4
+
5
+ class WPDataTables_Elementor_Widget extends Widget_Base {
6
+
7
+ public function get_name() {
8
+ return 'wpdatatables';
9
+ }
10
+
11
+ public function get_title() {
12
+ return 'wpDataTables';
13
+ }
14
+
15
+ public function get_icon() {
16
+ return 'wpdt-table-logo';
17
+ }
18
+
19
+ public function get_categories() {
20
+ return [ 'wpdatatables-elementor' ];
21
+ }
22
+
23
+ protected function _register_controls() {
24
+
25
+ $this->start_controls_section(
26
+ 'wpdatatables_section',
27
+ [
28
+ 'label' => __( 'wpDataTable content', 'wpdatatables' ),
29
+ ]
30
+ );
31
+
32
+ $this->add_control(
33
+ 'wpdt-table-id',
34
+ [
35
+ 'label' => __( 'Select wpDataTable:', 'wpdatatables' ),
36
+ 'type' => \Elementor\Controls_Manager::SELECT,
37
+ 'options' => self::wdt_get_all_tables(),
38
+ 'default' => self::wdt_return_first_table(),
39
+ ]
40
+ );
41
+
42
+ $this->add_control(
43
+ 'wpdt-file-name',
44
+ [
45
+ 'label' => __( 'Set name for export file:', 'wpdatatables' ),
46
+ 'label_block' => true,
47
+ 'type' => Controls_Manager::TEXT,
48
+ 'placeholder' => __( 'Insert name for export file', 'wpdatatables' ),
49
+ ]
50
+ );
51
+
52
+ $this->end_controls_section();
53
+ }
54
+
55
+ protected function render() {
56
+ $settings = $this->get_settings_for_display();
57
+ $params = 'wpdatatable id=' . $settings['wpdt-table-id'];
58
+ $params .= $settings['wpdt-file-name'] != '' ? ' export_file_name=' . $settings['wpdt-file-name'] : '';
59
+
60
+ echo $settings['wpdt-table-id'] != '' ? '[' . $params. ']' : self::wdt_create_table_notice();
61
+
62
+ }
63
+
64
+ protected function _content_template() {
65
+
66
+ }
67
+
68
+ public static function wdt_get_all_tables() {
69
+
70
+ global $wpdb;
71
+ $returnTables = [];
72
+
73
+ $query = "SELECT id, title FROM {$wpdb->prefix}wpdatatables ORDER BY id ";
74
+
75
+ $allTables = $wpdb->get_results($query, ARRAY_A);
76
+
77
+ if ($allTables != null ) {
78
+ foreach ($allTables as $table) {
79
+ $returnTables[$table['id']] = $table['title'] . ' (id: ' . $table['id'] . ')';
80
+ }
81
+ } else {
82
+ $returnTables = [];
83
+ }
84
+
85
+ return $returnTables;
86
+ }
87
+
88
+ public static function wdt_return_first_table() {
89
+
90
+ $allTables = self::wdt_get_all_tables();
91
+ if ($allTables != [] ) {
92
+ reset($allTables);
93
+ return key($allTables);
94
+ } else {
95
+ return '';
96
+ }
97
+
98
+ }
99
+
100
+ public static function wdt_create_table_notice() {
101
+
102
+ return 'Please create wpDataTable first. You can find detail instructions in our docs on this <a target="_blank" href="https://wpdatatables.com/documentation/general/features-overview/">link</a>.';
103
+ }
104
+
105
+
106
+ }
107
+
108
+
109
+
wpdatatables.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin Name: wpDataTables - Tables & Table Charts
6
  Plugin URI: https://wpdatatables.com
7
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
8
- Version: 2.1.3
9
  Author: TMS-Plugins
10
  Author URI: https://tms-outsource.com
11
  Text Domain: wpdatatables
@@ -56,6 +56,7 @@ function wpdatatables_load()
56
  require_once(WDT_ROOT_PATH . 'source/GutenbergBlock.php');
57
  require_once(WDT_ROOT_PATH . 'source/WpDataTablesGutenbergBlock.php');
58
  require_once(WDT_ROOT_PATH . 'source/WpDataChartsGutenbergBlock.php');
 
59
 
60
  add_action('plugins_loaded', 'wdtLoadTextdomain');
61
  if (is_admin()) {
5
  Plugin Name: wpDataTables - Tables & Table Charts
6
  Plugin URI: https://wpdatatables.com
7
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
8
+ Version: 2.1.4
9
  Author: TMS-Plugins
10
  Author URI: https://tms-outsource.com
11
  Text Domain: wpdatatables
56
  require_once(WDT_ROOT_PATH . 'source/GutenbergBlock.php');
57
  require_once(WDT_ROOT_PATH . 'source/WpDataTablesGutenbergBlock.php');
58
  require_once(WDT_ROOT_PATH . 'source/WpDataChartsGutenbergBlock.php');
59
+ require_once(WDT_ROOT_PATH . 'source/class.wdtelementorblock.php');
60
 
61
  add_action('plugins_loaded', 'wdtLoadTextdomain');
62
  if (is_admin()) {